From 61626ec19f2c77332445ce583ecebfa28dd35cce Mon Sep 17 00:00:00 2001 From: Isabel Leong Date: Tue, 10 Mar 2026 01:33:17 +0000 Subject: [PATCH] Add JSHint linting tool with config and output --- .jshintignore | 3 + .jshintrc | 11 + jshint-output.txt | 118707 +++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 118721 insertions(+) create mode 100644 .jshintignore create mode 100644 .jshintrc create mode 100644 jshint-output.txt diff --git a/.jshintignore b/.jshintignore new file mode 100644 index 0000000000..9ebfc2d903 --- /dev/null +++ b/.jshintignore @@ -0,0 +1,3 @@ +node_modules/ +dist/ +coverage/ diff --git a/.jshintrc b/.jshintrc new file mode 100644 index 0000000000..70b2d4c491 --- /dev/null +++ b/.jshintrc @@ -0,0 +1,11 @@ +{ + "esversion": 6, + "node": true, + "browser": true, + "undef": true, + "unused": true, + "eqeqeq": true, + "curly": true, + "indent": 2, + "maxlen": 100 +} diff --git a/jshint-output.txt b/jshint-output.txt new file mode 100644 index 0000000000..f63226d68d --- /dev/null +++ b/jshint-output.txt @@ -0,0 +1,118707 @@ +Gruntfile.js: line 42, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +Gruntfile.js: line 66, col 106, Line is too long. +Gruntfile.js: line 67, col 102, Line is too long. + +app.js: line 41, col 119, Line is too long. +app.js: line 52, col 111, Line is too long. +app.js: line 54, col 106, Line is too long. + +build/public/scripts-admin.js: line 5, col 24, 'item' is defined but never used. +build/public/scripts-admin.js: line 15, col 25, 'item' is defined but never used. +build/public/scripts-admin.js: line 47, col 104, Line is too long. +build/public/scripts-admin.js: line 51, col 113, Line is too long. +build/public/scripts-admin.js: line 70, col 9, Expected '{' and instead saw 'return'. +build/public/scripts-admin.js: line 74, col 9, Expected '{' and instead saw 'return'. +build/public/scripts-admin.js: line 83, col 9, Expected '{' and instead saw 'throw'. +build/public/scripts-admin.js: line 87, col 9, Expected '{' and instead saw 'return'. +build/public/scripts-admin.js: line 91, col 9, Expected '{' and instead saw 'self'. +build/public/scripts-admin.js: line 94, col 109, Line is too long. +build/public/scripts-admin.js: line 102, col 13, Expected '{' and instead saw 'self'. +build/public/scripts-admin.js: line 113, col 120, Line is too long. +build/public/scripts-admin.js: line 117, col 121, Line is too long. +build/public/scripts-admin.js: line 125, col 9, Expected '{' and instead saw 'return'. +build/public/scripts-admin.js: line 128, col 104, Line is too long. +build/public/scripts-admin.js: line 131, col 9, Expected '{' and instead saw 'return'. +build/public/scripts-admin.js: line 138, col 193, Line is too long. +build/public/scripts-admin.js: line 159, col 9, Expected '{' and instead saw 'self'. +build/public/scripts-admin.js: line 162, col 124, Line is too long. +build/public/scripts-admin.js: line 163, col 9, Expected '{' and instead saw 'self'. +build/public/scripts-admin.js: line 165, col 125, Line is too long. +build/public/scripts-admin.js: line 186, col 134, Line is too long. +build/public/scripts-admin.js: line 186, col 11, Expected '{' and instead saw 'item'. +build/public/scripts-admin.js: line 186, col 99, Expected '===' and instead saw '=='. +build/public/scripts-admin.js: line 188, col 110, Line is too long. +build/public/scripts-admin.js: line 188, col 11, Expected '{' and instead saw 'item'. +build/public/scripts-admin.js: line 188, col 99, Expected '===' and instead saw '=='. +build/public/scripts-admin.js: line 194, col 113, Line is too long. +build/public/scripts-admin.js: line 197, col 11, Expected '{' and instead saw 'return'. +build/public/scripts-admin.js: line 199, col 105, Line is too long. +build/public/scripts-admin.js: line 200, col 105, Line is too long. +build/public/scripts-admin.js: line 202, col 11, Expected '{' and instead saw 'self'. +build/public/scripts-admin.js: line 206, col 9, Expected '{' and instead saw 'self'. +build/public/scripts-admin.js: line 210, col 9, Expected '{' and instead saw 'self'. +build/public/scripts-admin.js: line 225, col 9, Expected '{' and instead saw 'self'. +build/public/scripts-admin.js: line 247, col 36, Expected '===' and instead saw '=='. +build/public/scripts-admin.js: line 251, col 113, Line is too long. +build/public/scripts-admin.js: line 277, col 9, Expected '{' and instead saw 'self'. +build/public/scripts-admin.js: line 289, col 9, Expected '{' and instead saw 'self'. +build/public/scripts-admin.js: line 361, col 124, Line is too long. +build/public/scripts-admin.js: line 363, col 15, Expected '{' and instead saw 'self'. +build/public/scripts-admin.js: line 365, col 15, Expected '{' and instead saw 'self'. +build/public/scripts-admin.js: line 370, col 52, 'event' is defined but never used. +build/public/scripts-admin.js: line 378, col 55, 'event' is defined but never used. +build/public/scripts-admin.js: line 453, col 13, 'size' is defined but never used. +build/public/scripts-admin.js: line 467, col 117, Line is too long. +build/public/scripts-admin.js: line 483, col 13, 'size' is defined but never used. +build/public/scripts-admin.js: line 544, col 9, Expected '{' and instead saw 'elt'. +build/public/scripts-admin.js: line 579, col 20, 'retVal' is already defined. +build/public/scripts-admin.js: line 582, col 15, Expected '{' and instead saw 'results'. +build/public/scripts-admin.js: line 581, col 15, 'retVal' used out of scope. +build/public/scripts-admin.js: line 582, col 28, 'retVal' used out of scope. +build/public/scripts-admin.js: line 586, col 24, Expected '===' and instead saw '=='. +build/public/scripts-admin.js: line 636, col 65, Expected '===' and instead saw '=='. +build/public/scripts-admin.js: line 658, col 115, Line is too long. +build/public/scripts-admin.js: line 659, col 123, Line is too long. +build/public/scripts-admin.js: line 660, col 119, Line is too long. +build/public/scripts-admin.js: line 680, col 1, Unnecessary semicolon. +build/public/scripts-admin.js: line 721, col 30, Expected '!==' and instead saw '!='. +build/public/scripts-admin.js: line 739, col 1, Unnecessary semicolon. +build/public/scripts-admin.js: line 773, col 104, Line is too long. +build/public/scripts-admin.js: line 915, col 9, It's not necessary to initialize 'elementProperty' to 'undefined'. +build/public/scripts-admin.js: line 940, col 105, Line is too long. +build/public/scripts-admin.js: line 941, col 21, Expected '===' and instead saw '=='. +build/public/scripts-admin.js: line 941, col 48, Expected '===' and instead saw '=='. +build/public/scripts-admin.js: line 946, col 28, Expected '===' and instead saw '=='. +build/public/scripts-admin.js: line 946, col 53, Expected '===' and instead saw '=='. +build/public/scripts-admin.js: line 960, col 45, Expected '===' and instead saw '=='. +build/public/scripts-admin.js: line 965, col 28, Expected '===' and instead saw '=='. +build/public/scripts-admin.js: line 1016, col 1, Unnecessary semicolon. +build/public/scripts-admin.js: line 1027, col 142, Line is too long. +build/public/scripts-admin.js: line 713, col 1, 'jQuery' is not defined. +build/public/scripts-admin.js: line 1036, col 13, 'config' is not defined. +build/public/scripts-admin.js: line 1016, col 2, 'bootbox' is defined but never used. + +build/public/scripts-client.js: line 5, col 24, 'item' is defined but never used. +build/public/scripts-client.js: line 15, col 25, 'item' is defined but never used. +build/public/scripts-client.js: line 47, col 104, Line is too long. +build/public/scripts-client.js: line 51, col 113, Line is too long. +build/public/scripts-client.js: line 70, col 9, Expected '{' and instead saw 'return'. +build/public/scripts-client.js: line 74, col 9, Expected '{' and instead saw 'return'. +build/public/scripts-client.js: line 83, col 9, Expected '{' and instead saw 'throw'. +build/public/scripts-client.js: line 87, col 9, Expected '{' and instead saw 'return'. +build/public/scripts-client.js: line 91, col 9, Expected '{' and instead saw 'self'. +build/public/scripts-client.js: line 94, col 109, Line is too long. +build/public/scripts-client.js: line 102, col 13, Expected '{' and instead saw 'self'. +build/public/scripts-client.js: line 113, col 120, Line is too long. +build/public/scripts-client.js: line 117, col 121, Line is too long. +build/public/scripts-client.js: line 125, col 9, Expected '{' and instead saw 'return'. +build/public/scripts-client.js: line 128, col 104, Line is too long. +build/public/scripts-client.js: line 131, col 9, Expected '{' and instead saw 'return'. +build/public/scripts-client.js: line 138, col 193, Line is too long. +build/public/scripts-client.js: line 159, col 9, Expected '{' and instead saw 'self'. +build/public/scripts-client.js: line 162, col 124, Line is too long. +build/public/scripts-client.js: line 163, col 9, Expected '{' and instead saw 'self'. +build/public/scripts-client.js: line 165, col 125, Line is too long. +build/public/scripts-client.js: line 186, col 134, Line is too long. +build/public/scripts-client.js: line 186, col 11, Expected '{' and instead saw 'item'. +build/public/scripts-client.js: line 186, col 99, Expected '===' and instead saw '=='. +build/public/scripts-client.js: line 188, col 110, Line is too long. +build/public/scripts-client.js: line 188, col 11, Expected '{' and instead saw 'item'. +build/public/scripts-client.js: line 188, col 99, Expected '===' and instead saw '=='. +build/public/scripts-client.js: line 194, col 113, Line is too long. +build/public/scripts-client.js: line 197, col 11, Expected '{' and instead saw 'return'. +build/public/scripts-client.js: line 199, col 105, Line is too long. +build/public/scripts-client.js: line 200, col 105, Line is too long. +build/public/scripts-client.js: line 202, col 11, Expected '{' and instead saw 'self'. +build/public/scripts-client.js: line 206, col 9, Expected '{' and instead saw 'self'. +build/public/scripts-client.js: line 210, col 9, Expected '{' and instead saw 'self'. +build/public/scripts-client.js: line 225, col 9, Expected '{' and instead saw 'self'. +build/public/scripts-client.js: line 247, col 36, Expected '===' and instead saw '=='. +build/public/scripts-client.js: line 251, col 113, Line is too long. +build/public/scripts-client.js: line 277, col 9, Expected '{' and instead saw 'self'. +build/public/scripts-client.js: line 289, col 9, Expected '{' and instead saw 'self'. +build/public/scripts-client.js: line 361, col 124, Line is too long. +build/public/scripts-client.js: line 363, col 15, Expected '{' and instead saw 'self'. +build/public/scripts-client.js: line 365, col 15, Expected '{' and instead saw 'self'. +build/public/scripts-client.js: line 370, col 52, 'event' is defined but never used. +build/public/scripts-client.js: line 378, col 55, 'event' is defined but never used. +build/public/scripts-client.js: line 453, col 13, 'size' is defined but never used. +build/public/scripts-client.js: line 467, col 117, Line is too long. +build/public/scripts-client.js: line 483, col 13, 'size' is defined but never used. +build/public/scripts-client.js: line 544, col 9, Expected '{' and instead saw 'elt'. +build/public/scripts-client.js: line 579, col 20, 'retVal' is already defined. +build/public/scripts-client.js: line 582, col 15, Expected '{' and instead saw 'results'. +build/public/scripts-client.js: line 581, col 15, 'retVal' used out of scope. +build/public/scripts-client.js: line 582, col 28, 'retVal' used out of scope. +build/public/scripts-client.js: line 586, col 24, Expected '===' and instead saw '=='. +build/public/scripts-client.js: line 636, col 65, Expected '===' and instead saw '=='. +build/public/scripts-client.js: line 658, col 115, Line is too long. +build/public/scripts-client.js: line 659, col 123, Line is too long. +build/public/scripts-client.js: line 660, col 119, Line is too long. +build/public/scripts-client.js: line 680, col 1, Unnecessary semicolon. +build/public/scripts-client.js: line 721, col 30, Expected '!==' and instead saw '!='. +build/public/scripts-client.js: line 739, col 1, Unnecessary semicolon. +build/public/scripts-client.js: line 773, col 104, Line is too long. +build/public/scripts-client.js: line 915, col 9, It's not necessary to initialize 'elementProperty' to 'undefined'. +build/public/scripts-client.js: line 940, col 105, Line is too long. +build/public/scripts-client.js: line 941, col 21, Expected '===' and instead saw '=='. +build/public/scripts-client.js: line 941, col 48, Expected '===' and instead saw '=='. +build/public/scripts-client.js: line 946, col 28, Expected '===' and instead saw '=='. +build/public/scripts-client.js: line 946, col 53, Expected '===' and instead saw '=='. +build/public/scripts-client.js: line 960, col 45, Expected '===' and instead saw '=='. +build/public/scripts-client.js: line 965, col 28, Expected '===' and instead saw '=='. +build/public/scripts-client.js: line 1016, col 1, Unnecessary semicolon. +build/public/scripts-client.js: line 1027, col 142, Line is too long. +build/public/scripts-client.js: line 1079, col 1, Unnecessary semicolon. +build/public/scripts-client.js: line 1079, col 2, Expected an assignment or function call and instead saw an expression. +build/public/scripts-client.js: line 1083, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/scripts-client.js: line 1091, col 12, Expected an identifier and instead saw 'default' (a reserved word). +build/public/scripts-client.js: line 1091, col 35, 'dynamic import' is only available in ES11 (use 'esversion: 11'). +build/public/scripts-client.js: line 1094, col 12, Expected an identifier and instead saw 'default' (a reserved word). +build/public/scripts-client.js: line 1094, col 35, 'dynamic import' is only available in ES11 (use 'esversion: 11'). +build/public/scripts-client.js: line 1097, col 12, Expected an identifier and instead saw 'default' (a reserved word). +build/public/scripts-client.js: line 1097, col 35, 'dynamic import' is only available in ES11 (use 'esversion: 11'). +build/public/scripts-client.js: line 1104, col 61, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/scripts-client.js: line 1110, col 118, Line is too long. +build/public/scripts-client.js: line 1110, col 19, Expected an identifier and instead saw 'default' (a reserved word). +build/public/scripts-client.js: line 1110, col 43, 'dynamic import' is only available in ES11 (use 'esversion: 11'). +build/public/scripts-client.js: line 1126, col 8, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/scripts-client.js: line 1131, col 107, Line is too long. +build/public/scripts-client.js: line 1131, col 81, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/scripts-client.js: line 1140, col 1, Unnecessary semicolon. +build/public/scripts-client.js: line 1143, col 203, Line is too long. +build/public/scripts-client.js: line 1184, col 111, Line is too long. +build/public/scripts-client.js: line 1191, col 123, Line is too long. +build/public/scripts-client.js: line 1233, col 107, Line is too long. +build/public/scripts-client.js: line 1295, col 128, Line is too long. +build/public/scripts-client.js: line 1362, col 1, Unnecessary semicolon. +build/public/scripts-client.js: line 1362, col 2, Expected an assignment or function call and instead saw an expression. +build/public/scripts-client.js: line 1378, col 103, Line is too long. +build/public/scripts-client.js: line 1498, col 106, Line is too long. +build/public/scripts-client.js: line 1530, col 115, Line is too long. +build/public/scripts-client.js: line 1531, col 23, Expected '{' and instead saw 'return'. +build/public/scripts-client.js: line 1572, col 106, Line is too long. +build/public/scripts-client.js: line 1601, col 104, Line is too long. +build/public/scripts-client.js: line 1617, col 1, Unnecessary semicolon. +build/public/scripts-client.js: line 1617, col 2, Expected an assignment or function call and instead saw an expression. +build/public/scripts-client.js: line 1696, col 107, Line is too long. +build/public/scripts-client.js: line 1707, col 1, Unnecessary semicolon. +build/public/scripts-client.js: line 1715, col 112, Line is too long. +build/public/scripts-client.js: line 713, col 1, 'jQuery' is not defined. +build/public/scripts-client.js: line 1361, col 6, 'jQuery' is not defined. +build/public/scripts-client.js: line 1036, col 13, 'config' is not defined. +build/public/scripts-client.js: line 1090, col 11, 'config' is not defined. +build/public/scripts-client.js: line 1093, col 18, 'config' is not defined. +build/public/scripts-client.js: line 1104, col 27, 'config' is not defined. +build/public/scripts-client.js: line 1628, col 9, 'config' is not defined. +build/public/scripts-client.js: line 1647, col 9, 'config' is not defined. +build/public/scripts-client.js: line 1660, col 9, 'config' is not defined. +build/public/scripts-client.js: line 1682, col 9, 'config' is not defined. +build/public/scripts-client.js: line 1118, col 5, '$' is not defined. +build/public/scripts-client.js: line 1124, col 5, '$' is not defined. +build/public/scripts-client.js: line 1131, col 5, '$' is not defined. +build/public/scripts-client.js: line 1364, col 1, '$' is not defined. +build/public/scripts-client.js: line 1371, col 3, '$' is not defined. +build/public/scripts-client.js: line 1372, col 3, '$' is not defined. +build/public/scripts-client.js: line 1389, col 10, '$' is not defined. +build/public/scripts-client.js: line 1407, col 22, '$' is not defined. +build/public/scripts-client.js: line 1431, col 13, '$' is not defined. +build/public/scripts-client.js: line 1433, col 35, '$' is not defined. +build/public/scripts-client.js: line 1459, col 7, '$' is not defined. +build/public/scripts-client.js: line 1463, col 7, '$' is not defined. +build/public/scripts-client.js: line 1482, col 7, '$' is not defined. +build/public/scripts-client.js: line 1483, col 18, '$' is not defined. +build/public/scripts-client.js: line 1495, col 5, '$' is not defined. +build/public/scripts-client.js: line 1496, col 20, '$' is not defined. +build/public/scripts-client.js: line 1498, col 25, '$' is not defined. +build/public/scripts-client.js: line 1504, col 5, '$' is not defined. +build/public/scripts-client.js: line 1505, col 5, '$' is not defined. +build/public/scripts-client.js: line 1520, col 5, '$' is not defined. +build/public/scripts-client.js: line 1528, col 18, '$' is not defined. +build/public/scripts-client.js: line 1534, col 5, '$' is not defined. +build/public/scripts-client.js: line 1546, col 20, '$' is not defined. +build/public/scripts-client.js: line 1556, col 13, '$' is not defined. +build/public/scripts-client.js: line 1558, col 13, '$' is not defined. +build/public/scripts-client.js: line 1573, col 25, '$' is not defined. +build/public/scripts-client.js: line 1578, col 11, '$' is not defined. +build/public/scripts-client.js: line 1583, col 9, '$' is not defined. +build/public/scripts-client.js: line 1587, col 5, '$' is not defined. +build/public/scripts-client.js: line 1593, col 20, '$' is not defined. +build/public/scripts-client.js: line 1594, col 22, '$' is not defined. +build/public/scripts-client.js: line 1600, col 9, '$' is not defined. +build/public/scripts-client.js: line 1601, col 9, '$' is not defined. +build/public/scripts-client.js: line 1603, col 13, '$' is not defined. +build/public/scripts-client.js: line 1604, col 11, '$' is not defined. +build/public/scripts-client.js: line 1607, col 20, '$' is not defined. +build/public/scripts-client.js: line 1608, col 49, '$' is not defined. +build/public/scripts-client.js: line 1609, col 50, '$' is not defined. +build/public/scripts-client.js: line 1619, col 1, '$' is not defined. +build/public/scripts-client.js: line 1620, col 3, '$' is not defined. +build/public/scripts-client.js: line 1627, col 3, '$' is not defined. +build/public/scripts-client.js: line 1646, col 3, '$' is not defined. +build/public/scripts-client.js: line 1656, col 3, '$' is not defined. +build/public/scripts-client.js: line 1679, col 3, '$' is not defined. +build/public/scripts-client.js: line 1700, col 3, '$' is not defined. +build/public/scripts-client.js: line 1371, col 26, 'utils' is not defined. +build/public/scripts-client.js: line 1401, col 17, 'utils' is not defined. +build/public/scripts-client.js: line 1430, col 15, 'ajaxify' is not defined. +build/public/scripts-client.js: line 1522, col 10, 'ajaxify' is not defined. +build/public/scripts-client.js: line 1522, col 33, 'ajaxify' is not defined. +build/public/scripts-client.js: line 1530, col 26, 'ajaxify' is not defined. +build/public/scripts-client.js: line 1530, col 49, 'ajaxify' is not defined. +build/public/scripts-client.js: line 1572, col 26, 'ajaxify' is not defined. +build/public/scripts-client.js: line 1572, col 46, 'ajaxify' is not defined. +build/public/scripts-client.js: line 1572, col 84, 'ajaxify' is not defined. +build/public/scripts-client.js: line 1573, col 64, 'ajaxify' is not defined. +build/public/scripts-client.js: line 1638, col 7, 'ajaxify' is not defined. +build/public/scripts-client.js: line 1652, col 7, 'ajaxify' is not defined. +build/public/scripts-client.js: line 1670, col 7, 'ajaxify' is not defined. +build/public/scripts-client.js: line 1696, col 7, 'ajaxify' is not defined. +build/public/scripts-client.js: line 1540, col 5, 'socket' is not defined. +build/public/scripts-client.js: line 1545, col 7, 'app' is not defined. +build/public/scripts-client.js: line 1549, col 20, 'app' is not defined. +build/public/scripts-client.js: line 1549, col 59, 'app' is not defined. +build/public/scripts-client.js: line 1016, col 2, 'bootbox' is defined but never used. + +build/public/src/admin/admin.js: line 12, col 106, Line is too long. +build/public/src/admin/admin.js: line 150, col 107, Line is too long. +build/public/src/admin/admin.js: line 9, col 1, 'app' is not defined. +build/public/src/admin/admin.js: line 17, col 26, 'app' is not defined. +build/public/src/admin/admin.js: line 19, col 7, '$' is not defined. +build/public/src/admin/admin.js: line 24, col 11, '$' is not defined. +build/public/src/admin/admin.js: line 27, col 11, '$' is not defined. +build/public/src/admin/admin.js: line 43, col 25, '$' is not defined. +build/public/src/admin/admin.js: line 57, col 3, '$' is not defined. +build/public/src/admin/admin.js: line 62, col 5, '$' is not defined. +build/public/src/admin/admin.js: line 76, col 32, '$' is not defined. +build/public/src/admin/admin.js: line 79, col 7, '$' is not defined. +build/public/src/admin/admin.js: line 79, col 36, '$' is not defined. +build/public/src/admin/admin.js: line 82, col 7, '$' is not defined. +build/public/src/admin/admin.js: line 85, col 7, '$' is not defined. +build/public/src/admin/admin.js: line 85, col 24, '$' is not defined. +build/public/src/admin/admin.js: line 91, col 7, '$' is not defined. +build/public/src/admin/admin.js: line 116, col 7, '$' is not defined. +build/public/src/admin/admin.js: line 117, col 20, '$' is not defined. +build/public/src/admin/admin.js: line 155, col 9, '$' is not defined. +build/public/src/admin/admin.js: line 163, col 9, '$' is not defined. +build/public/src/admin/admin.js: line 113, col 14, 'config' is not defined. + +build/public/src/admin/advanced/cache.js: line 3, col 1, 'define' is not defined. +build/public/src/admin/advanced/cache.js: line 10, col 5, '$' is not defined. +build/public/src/admin/advanced/cache.js: line 11, col 20, '$' is not defined. +build/public/src/admin/advanced/cache.js: line 20, col 5, '$' is not defined. +build/public/src/admin/advanced/cache.js: line 21, col 21, '$' is not defined. +build/public/src/admin/advanced/cache.js: line 23, col 20, '$' is not defined. +build/public/src/admin/advanced/cache.js: line 12, col 7, 'socket' is not defined. +build/public/src/admin/advanced/cache.js: line 24, col 7, 'socket' is not defined. +build/public/src/admin/advanced/cache.js: line 16, col 9, 'ajaxify' is not defined. + +build/public/src/admin/advanced/errors.js: line 29, col 3, '$' is not defined. +build/public/src/admin/advanced/errors.js: line 35, col 7, 'socket' is not defined. +build/public/src/admin/advanced/errors.js: line 40, col 9, 'ajaxify' is not defined. +build/public/src/admin/advanced/errors.js: line 72, col 17, 'ajaxify' is not defined. +build/public/src/admin/advanced/errors.js: line 89, col 17, 'ajaxify' is not defined. +build/public/src/admin/advanced/errors.js: line 50, col 21, 'utils' is not defined. +build/public/src/admin/advanced/errors.js: line 54, col 7, 'utils' is not defined. + +build/public/src/admin/advanced/events.js: line 4, col 113, Line is too long. +build/public/src/admin/advanced/events.js: line 4, col 1, 'define' is not defined. +build/public/src/admin/advanced/events.js: line 8, col 5, '$' is not defined. +build/public/src/admin/advanced/events.js: line 15, col 13, '$' is not defined. +build/public/src/admin/advanced/events.js: line 22, col 5, '$' is not defined. +build/public/src/admin/advanced/events.js: line 23, col 25, '$' is not defined. +build/public/src/admin/advanced/events.js: line 33, col 5, '$' is not defined. +build/public/src/admin/advanced/events.js: line 34, col 19, '$' is not defined. +build/public/src/admin/advanced/events.js: line 35, col 7, '$' is not defined. +build/public/src/admin/advanced/events.js: line 37, col 9, '$' is not defined. +build/public/src/admin/advanced/events.js: line 39, col 7, '$' is not defined. +build/public/src/admin/advanced/events.js: line 41, col 9, '$' is not defined. +build/public/src/admin/advanced/events.js: line 45, col 23, '$' is not defined. +build/public/src/admin/advanced/events.js: line 46, col 24, '$' is not defined. +build/public/src/admin/advanced/events.js: line 48, col 5, '$' is not defined. +build/public/src/admin/advanced/events.js: line 54, col 21, '$' is not defined. +build/public/src/admin/advanced/events.js: line 11, col 11, 'socket' is not defined. +build/public/src/admin/advanced/events.js: line 25, col 7, 'socket' is not defined. +build/public/src/admin/advanced/events.js: line 55, col 5, 'ajaxify' is not defined. + +build/public/src/admin/advanced/logs.js: line 4, col 1, 'define' is not defined. +build/public/src/admin/advanced/logs.js: line 8, col 20, '$' is not defined. +build/public/src/admin/advanced/logs.js: line 11, col 5, '$' is not defined. +build/public/src/admin/advanced/logs.js: line 12, col 21, '$' is not defined. +build/public/src/admin/advanced/logs.js: line 35, col 20, '$' is not defined. +build/public/src/admin/advanced/logs.js: line 21, col 11, 'socket' is not defined. +build/public/src/admin/advanced/logs.js: line 36, col 5, 'socket' is not defined. + +build/public/src/admin/appearance/customise.js: line 3, col 1, 'define' is not defined. +build/public/src/admin/appearance/customise.js: line 8, col 7, '$' is not defined. +build/public/src/admin/appearance/customise.js: line 8, col 28, '$' is not defined. +build/public/src/admin/appearance/customise.js: line 9, col 7, '$' is not defined. +build/public/src/admin/appearance/customise.js: line 9, col 27, '$' is not defined. +build/public/src/admin/appearance/customise.js: line 10, col 7, '$' is not defined. +build/public/src/admin/appearance/customise.js: line 10, col 29, '$' is not defined. +build/public/src/admin/appearance/customise.js: line 11, col 7, '$' is not defined. +build/public/src/admin/appearance/customise.js: line 11, col 34, '$' is not defined. +build/public/src/admin/appearance/customise.js: line 18, col 7, '$' is not defined. +build/public/src/admin/appearance/customise.js: line 19, col 13, '$' is not defined. +build/public/src/admin/appearance/customise.js: line 37, col 7, '$' is not defined. +build/public/src/admin/appearance/customise.js: line 20, col 11, 'socket' is not defined. +build/public/src/admin/appearance/customise.js: line 35, col 7, 'app' is not defined. +build/public/src/admin/appearance/customise.js: line 35, col 19, 'app' is not defined. +build/public/src/admin/appearance/customise.js: line 36, col 7, 'app' is not defined. + +build/public/src/admin/appearance/skins.js: line 65, col 143, Line is too long. +build/public/src/admin/appearance/skins.js: line 98, col 129, Line is too long. +build/public/src/admin/appearance/skins.js: line 4, col 1, 'define' is not defined. +build/public/src/admin/appearance/skins.js: line 11, col 5, '$' is not defined. +build/public/src/admin/appearance/skins.js: line 18, col 11, '$' is not defined. +build/public/src/admin/appearance/skins.js: line 19, col 13, '$' is not defined. +build/public/src/admin/appearance/skins.js: line 19, col 46, '$' is not defined. +build/public/src/admin/appearance/skins.js: line 24, col 37, '$' is not defined. +build/public/src/admin/appearance/skins.js: line 28, col 5, '$' is not defined. +build/public/src/admin/appearance/skins.js: line 29, col 37, '$' is not defined. +build/public/src/admin/appearance/skins.js: line 36, col 5, '$' is not defined. +build/public/src/admin/appearance/skins.js: line 37, col 20, '$' is not defined. +build/public/src/admin/appearance/skins.js: line 74, col 28, '$' is not defined. +build/public/src/admin/appearance/skins.js: line 103, col 7, '$' is not defined. +build/public/src/admin/appearance/skins.js: line 106, col 15, '$' is not defined. +build/public/src/admin/appearance/skins.js: line 107, col 13, '$' is not defined. +build/public/src/admin/appearance/skins.js: line 118, col 7, '$' is not defined. +build/public/src/admin/appearance/skins.js: line 21, col 34, 'app' is not defined. +build/public/src/admin/appearance/skins.js: line 76, col 5, 'app' is not defined. +build/public/src/admin/appearance/skins.js: line 93, col 30, 'app' is not defined. +build/public/src/admin/appearance/skins.js: line 51, col 9, 'socket' is not defined. + +build/public/src/admin/appearance/themes.js: line 4, col 111, Line is too long. +build/public/src/admin/appearance/themes.js: line 83, col 116, Line is too long. +build/public/src/admin/appearance/themes.js: line 96, col 133, Line is too long. +build/public/src/admin/appearance/themes.js: line 4, col 1, 'define' is not defined. +build/public/src/admin/appearance/themes.js: line 8, col 5, '$' is not defined. +build/public/src/admin/appearance/themes.js: line 9, col 22, '$' is not defined. +build/public/src/admin/appearance/themes.js: line 48, col 5, '$' is not defined. +build/public/src/admin/appearance/themes.js: line 80, col 26, '$' is not defined. +build/public/src/admin/appearance/themes.js: line 83, col 27, '$' is not defined. +build/public/src/admin/appearance/themes.js: line 101, col 7, '$' is not defined. +build/public/src/admin/appearance/themes.js: line 108, col 7, '$' is not defined. +build/public/src/admin/appearance/themes.js: line 18, col 13, 'config' is not defined. +build/public/src/admin/appearance/themes.js: line 29, col 11, 'config' is not defined. +build/public/src/admin/appearance/themes.js: line 49, col 11, 'config' is not defined. +build/public/src/admin/appearance/themes.js: line 61, col 13, 'config' is not defined. +build/public/src/admin/appearance/themes.js: line 89, col 34, 'config' is not defined. +build/public/src/admin/appearance/themes.js: line 21, col 9, 'socket' is not defined. +build/public/src/admin/appearance/themes.js: line 54, col 11, 'socket' is not defined. +build/public/src/admin/appearance/themes.js: line 75, col 5, 'socket' is not defined. +build/public/src/admin/appearance/themes.js: line 85, col 9, 'app' is not defined. + +build/public/src/admin/dashboard/logins.js: line 3, col 1, 'define' is not defined. +build/public/src/admin/dashboard/logins.js: line 9, col 16, 'ajaxify' is not defined. + +build/public/src/admin/dashboard/searches.js: line 3, col 1, 'define' is not defined. +build/public/src/admin/dashboard/searches.js: line 7, col 5, '$' is not defined. +build/public/src/admin/dashboard/searches.js: line 10, col 11, 'socket' is not defined. +build/public/src/admin/dashboard/searches.js: line 14, col 13, 'ajaxify' is not defined. + +build/public/src/admin/dashboard/topics.js: line 3, col 101, Line is too long. +build/public/src/admin/dashboard/topics.js: line 17, col 135, Line is too long. +build/public/src/admin/dashboard/topics.js: line 3, col 1, 'define' is not defined. +build/public/src/admin/dashboard/topics.js: line 9, col 16, 'ajaxify' is not defined. +build/public/src/admin/dashboard/topics.js: line 17, col 43, 'ajaxify' is not defined. +build/public/src/admin/dashboard/topics.js: line 20, col 35, 'ajaxify' is not defined. +build/public/src/admin/dashboard/topics.js: line 17, col 16, 'config' is not defined. +build/public/src/admin/dashboard/topics.js: line 20, col 13, 'app' is not defined. + +build/public/src/admin/dashboard/users.js: line 17, col 135, Line is too long. +build/public/src/admin/dashboard/users.js: line 3, col 1, 'define' is not defined. +build/public/src/admin/dashboard/users.js: line 9, col 16, 'ajaxify' is not defined. +build/public/src/admin/dashboard/users.js: line 17, col 43, 'ajaxify' is not defined. +build/public/src/admin/dashboard/users.js: line 20, col 35, 'ajaxify' is not defined. +build/public/src/admin/dashboard/users.js: line 17, col 16, 'config' is not defined. +build/public/src/admin/dashboard/users.js: line 20, col 13, 'app' is not defined. + +build/public/src/admin/dashboard.js: line 70, col 104, Line is too long. +build/public/src/admin/dashboard.js: line 98, col 101, Line is too long. +build/public/src/admin/dashboard.js: line 129, col 16, Expected '{' and instead saw 'r'. +build/public/src/admin/dashboard.js: line 130, col 19, Expected '{' and instead saw 'r'. +build/public/src/admin/dashboard.js: line 134, col 16, Expected '{' and instead saw 'b'. +build/public/src/admin/dashboard.js: line 135, col 19, Expected '{' and instead saw 'b'. +build/public/src/admin/dashboard.js: line 139, col 16, Expected '{' and instead saw 'g'. +build/public/src/admin/dashboard.js: line 140, col 19, Expected '{' and instead saw 'g'. +build/public/src/admin/dashboard.js: line 402, col 102, Line is too long. +build/public/src/admin/dashboard.js: line 533, col 158, Line is too long. +build/public/src/admin/dashboard.js: line 56, col 1, '$' is not defined. +build/public/src/admin/dashboard.js: line 96, col 3, '$' is not defined. +build/public/src/admin/dashboard.js: line 97, col 3, '$' is not defined. +build/public/src/admin/dashboard.js: line 98, col 3, '$' is not defined. +build/public/src/admin/dashboard.js: line 99, col 3, '$' is not defined. +build/public/src/admin/dashboard.js: line 257, col 27, '$' is not defined. +build/public/src/admin/dashboard.js: line 352, col 5, '$' is not defined. +build/public/src/admin/dashboard.js: line 354, col 22, '$' is not defined. +build/public/src/admin/dashboard.js: line 355, col 11, '$' is not defined. +build/public/src/admin/dashboard.js: line 359, col 26, '$' is not defined. +build/public/src/admin/dashboard.js: line 363, col 11, '$' is not defined. +build/public/src/admin/dashboard.js: line 368, col 5, '$' is not defined. +build/public/src/admin/dashboard.js: line 369, col 24, '$' is not defined. +build/public/src/admin/dashboard.js: line 454, col 7, '$' is not defined. +build/public/src/admin/dashboard.js: line 455, col 7, '$' is not defined. +build/public/src/admin/dashboard.js: line 456, col 7, '$' is not defined. +build/public/src/admin/dashboard.js: line 473, col 19, '$' is not defined. +build/public/src/admin/dashboard.js: line 474, col 21, '$' is not defined. +build/public/src/admin/dashboard.js: line 484, col 3, '$' is not defined. +build/public/src/admin/dashboard.js: line 485, col 3, '$' is not defined. +build/public/src/admin/dashboard.js: line 492, col 3, '$' is not defined. +build/public/src/admin/dashboard.js: line 493, col 3, '$' is not defined. +build/public/src/admin/dashboard.js: line 494, col 3, '$' is not defined. +build/public/src/admin/dashboard.js: line 495, col 3, '$' is not defined. +build/public/src/admin/dashboard.js: line 496, col 3, '$' is not defined. +build/public/src/admin/dashboard.js: line 541, col 5, '$' is not defined. +build/public/src/admin/dashboard.js: line 550, col 3, '$' is not defined. +build/public/src/admin/dashboard.js: line 552, col 25, '$' is not defined. +build/public/src/admin/dashboard.js: line 554, col 7, '$' is not defined. +build/public/src/admin/dashboard.js: line 560, col 3, '$' is not defined. +build/public/src/admin/dashboard.js: line 561, col 23, '$' is not defined. +build/public/src/admin/dashboard.js: line 582, col 22, '$' is not defined. +build/public/src/admin/dashboard.js: line 68, col 3, 'app' is not defined. +build/public/src/admin/dashboard.js: line 430, col 8, 'app' is not defined. +build/public/src/admin/dashboard.js: line 570, col 9, 'app' is not defined. +build/public/src/admin/dashboard.js: line 75, col 5, 'socket' is not defined. +build/public/src/admin/dashboard.js: line 434, col 3, 'socket' is not defined. +build/public/src/admin/dashboard.js: line 570, col 26, 'socket' is not defined. +build/public/src/admin/dashboard.js: line 571, col 7, 'socket' is not defined. +build/public/src/admin/dashboard.js: line 156, col 25, 'utils' is not defined. +build/public/src/admin/dashboard.js: line 450, col 37, 'utils' is not defined. +build/public/src/admin/dashboard.js: line 452, col 37, 'utils' is not defined. +build/public/src/admin/dashboard.js: line 479, col 24, 'config' is not defined. +build/public/src/admin/dashboard.js: line 533, col 65, 'config' is not defined. + +build/public/src/admin/extend/plugins.js: line 50, col 101, Line is too long. +build/public/src/admin/extend/plugins.js: line 51, col 122, Line is too long. +build/public/src/admin/extend/plugins.js: line 104, col 140, Line is too long. +build/public/src/admin/extend/plugins.js: line 142, col 129, Line is too long. +build/public/src/admin/extend/plugins.js: line 151, col 126, Line is too long. +build/public/src/admin/extend/plugins.js: line 198, col 112, Line is too long. +build/public/src/admin/extend/plugins.js: line 261, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/admin/extend/plugins.js: line 265, col 102, Line is too long. +build/public/src/admin/extend/plugins.js: line 270, col 122, Line is too long. +build/public/src/admin/extend/plugins.js: line 330, col 109, Line is too long. +build/public/src/admin/extend/plugins.js: line 331, col 123, Line is too long. +build/public/src/admin/extend/plugins.js: line 4, col 1, 'define' is not defined. +build/public/src/admin/extend/plugins.js: line 13, col 25, '$' is not defined. +build/public/src/admin/extend/plugins.js: line 17, col 7, '$' is not defined. +build/public/src/admin/extend/plugins.js: line 20, col 27, '$' is not defined. +build/public/src/admin/extend/plugins.js: line 23, col 24, '$' is not defined. +build/public/src/admin/extend/plugins.js: line 25, col 19, '$' is not defined. +build/public/src/admin/extend/plugins.js: line 41, col 33, '$' is not defined. +build/public/src/admin/extend/plugins.js: line 42, col 13, '$' is not defined. +build/public/src/admin/extend/plugins.js: line 94, col 19, '$' is not defined. +build/public/src/admin/extend/plugins.js: line 96, col 18, '$' is not defined. +build/public/src/admin/extend/plugins.js: line 98, col 11, '$' is not defined. +build/public/src/admin/extend/plugins.js: line 99, col 48, '$' is not defined. +build/public/src/admin/extend/plugins.js: line 131, col 19, '$' is not defined. +build/public/src/admin/extend/plugins.js: line 157, col 5, '$' is not defined. +build/public/src/admin/extend/plugins.js: line 158, col 20, '$' is not defined. +build/public/src/admin/extend/plugins.js: line 159, col 7, '$' is not defined. +build/public/src/admin/extend/plugins.js: line 160, col 26, '$' is not defined. +build/public/src/admin/extend/plugins.js: line 161, col 9, '$' is not defined. +build/public/src/admin/extend/plugins.js: line 164, col 25, '$' is not defined. +build/public/src/admin/extend/plugins.js: line 179, col 5, '$' is not defined. +build/public/src/admin/extend/plugins.js: line 181, col 28, '$' is not defined. +build/public/src/admin/extend/plugins.js: line 189, col 5, '$' is not defined. +build/public/src/admin/extend/plugins.js: line 190, col 7, '$' is not defined. +build/public/src/admin/extend/plugins.js: line 213, col 13, '$' is not defined. +build/public/src/admin/extend/plugins.js: line 217, col 22, '$' is not defined. +build/public/src/admin/extend/plugins.js: line 221, col 24, '$' is not defined. +build/public/src/admin/extend/plugins.js: line 226, col 24, '$' is not defined. +build/public/src/admin/extend/plugins.js: line 232, col 5, '$' is not defined. +build/public/src/admin/extend/plugins.js: line 233, col 23, '$' is not defined. +build/public/src/admin/extend/plugins.js: line 236, col 27, '$' is not defined. +build/public/src/admin/extend/plugins.js: line 243, col 9, '$' is not defined. +build/public/src/admin/extend/plugins.js: line 266, col 5, '$' is not defined. +build/public/src/admin/extend/plugins.js: line 306, col 17, '$' is not defined. +build/public/src/admin/extend/plugins.js: line 318, col 9, '$' is not defined. +build/public/src/admin/extend/plugins.js: line 319, col 23, '$' is not defined. +build/public/src/admin/extend/plugins.js: line 320, col 9, '$' is not defined. +build/public/src/admin/extend/plugins.js: line 344, col 5, '$' is not defined. +build/public/src/admin/extend/plugins.js: line 27, col 26, 'ajaxify' is not defined. +build/public/src/admin/extend/plugins.js: line 262, col 40, 'ajaxify' is not defined. +build/public/src/admin/extend/plugins.js: line 325, col 9, 'ajaxify' is not defined. +build/public/src/admin/extend/plugins.js: line 33, col 9, 'socket' is not defined. +build/public/src/admin/extend/plugins.js: line 180, col 7, 'socket' is not defined. +build/public/src/admin/extend/plugins.js: line 191, col 7, 'socket' is not defined. +build/public/src/admin/extend/plugins.js: line 239, col 7, 'socket' is not defined. +build/public/src/admin/extend/plugins.js: line 277, col 5, 'socket' is not defined. +build/public/src/admin/extend/plugins.js: line 309, col 5, 'socket' is not defined. +build/public/src/admin/extend/plugins.js: line 151, col 89, 'app' is not defined. +build/public/src/admin/extend/plugins.js: line 265, col 24, 'app' is not defined. +build/public/src/admin/extend/plugins.js: line 343, col 24, 'app' is not defined. +build/public/src/admin/extend/plugins.js: line 344, col 13, 'app' is not defined. +build/public/src/admin/extend/plugins.js: line 157, col 49, 'utils' is not defined. + +build/public/src/admin/extend/rewards.js: line 94, col 104, Line is too long. +build/public/src/admin/extend/rewards.js: line 107, col 101, Line is too long. +build/public/src/admin/extend/rewards.js: line 4, col 1, 'define' is not defined. +build/public/src/admin/extend/rewards.js: line 16, col 17, 'ajaxify' is not defined. +build/public/src/admin/extend/rewards.js: line 17, col 14, 'ajaxify' is not defined. +build/public/src/admin/extend/rewards.js: line 18, col 18, 'ajaxify' is not defined. +build/public/src/admin/extend/rewards.js: line 19, col 20, 'ajaxify' is not defined. +build/public/src/admin/extend/rewards.js: line 21, col 5, '$' is not defined. +build/public/src/admin/extend/rewards.js: line 22, col 14, '$' is not defined. +build/public/src/admin/extend/rewards.js: line 25, col 5, '$' is not defined. +build/public/src/admin/extend/rewards.js: line 27, col 16, '$' is not defined. +build/public/src/admin/extend/rewards.js: line 30, col 24, '$' is not defined. +build/public/src/admin/extend/rewards.js: line 45, col 21, '$' is not defined. +build/public/src/admin/extend/rewards.js: line 57, col 5, '$' is not defined. +build/public/src/admin/extend/rewards.js: line 58, col 5, '$' is not defined. +build/public/src/admin/extend/rewards.js: line 117, col 5, '$' is not defined. +build/public/src/admin/extend/rewards.js: line 118, col 19, '$' is not defined. +build/public/src/admin/extend/rewards.js: line 128, col 16, '$' is not defined. +build/public/src/admin/extend/rewards.js: line 152, col 5, '$' is not defined. +build/public/src/admin/extend/rewards.js: line 154, col 20, '$' is not defined. +build/public/src/admin/extend/rewards.js: line 155, col 23, '$' is not defined. +build/public/src/admin/extend/rewards.js: line 165, col 17, '$' is not defined. +build/public/src/admin/extend/rewards.js: line 166, col 23, '$' is not defined. +build/public/src/admin/extend/rewards.js: line 183, col 7, '$' is not defined. +build/public/src/admin/extend/rewards.js: line 184, col 14, '$' is not defined. +build/public/src/admin/extend/rewards.js: line 185, col 11, '$' is not defined. +build/public/src/admin/extend/rewards.js: line 33, col 9, 'socket' is not defined. +build/public/src/admin/extend/rewards.js: line 171, col 5, 'socket' is not defined. +build/public/src/admin/extend/rewards.js: line 143, col 5, 'app' is not defined. + +build/public/src/admin/extend/widgets.js: line 64, col 105, Line is too long. +build/public/src/admin/extend/widgets.js: line 71, col 120, Line is too long. +build/public/src/admin/extend/widgets.js: line 98, col 108, Line is too long. +build/public/src/admin/extend/widgets.js: line 175, col 144, Line is too long. +build/public/src/admin/extend/widgets.js: line 193, col 246, Line is too long. +build/public/src/admin/extend/widgets.js: line 225, col 146, Line is too long. +build/public/src/admin/extend/widgets.js: line 231, col 125, Line is too long. +build/public/src/admin/extend/widgets.js: line 248, col 102, Line is too long. +build/public/src/admin/extend/widgets.js: line 259, col 101, Line is too long. +build/public/src/admin/extend/widgets.js: line 271, col 126, Line is too long. +build/public/src/admin/extend/widgets.js: line 274, col 158, Line is too long. +build/public/src/admin/extend/widgets.js: line 4, col 1, 'define' is not defined. +build/public/src/admin/extend/widgets.js: line 14, col 5, '$' is not defined. +build/public/src/admin/extend/widgets.js: line 15, col 21, '$' is not defined. +build/public/src/admin/extend/widgets.js: line 16, col 7, '$' is not defined. +build/public/src/admin/extend/widgets.js: line 18, col 7, '$' is not defined. +build/public/src/admin/extend/widgets.js: line 19, col 7, '$' is not defined. +build/public/src/admin/extend/widgets.js: line 20, col 7, '$' is not defined. +build/public/src/admin/extend/widgets.js: line 25, col 5, '$' is not defined. +build/public/src/admin/extend/widgets.js: line 26, col 7, '$' is not defined. +build/public/src/admin/extend/widgets.js: line 27, col 7, '$' is not defined. +build/public/src/admin/extend/widgets.js: line 27, col 47, '$' is not defined. +build/public/src/admin/extend/widgets.js: line 30, col 5, '$' is not defined. +build/public/src/admin/extend/widgets.js: line 34, col 5, '$' is not defined. +build/public/src/admin/extend/widgets.js: line 35, col 7, '$' is not defined. +build/public/src/admin/extend/widgets.js: line 36, col 7, '$' is not defined. +build/public/src/admin/extend/widgets.js: line 37, col 7, '$' is not defined. +build/public/src/admin/extend/widgets.js: line 38, col 7, '$' is not defined. +build/public/src/admin/extend/widgets.js: line 40, col 5, '$' is not defined. +build/public/src/admin/extend/widgets.js: line 41, col 7, '$' is not defined. +build/public/src/admin/extend/widgets.js: line 42, col 7, '$' is not defined. +build/public/src/admin/extend/widgets.js: line 43, col 7, '$' is not defined. +build/public/src/admin/extend/widgets.js: line 44, col 7, '$' is not defined. +build/public/src/admin/extend/widgets.js: line 49, col 28, '$' is not defined. +build/public/src/admin/extend/widgets.js: line 50, col 5, '$' is not defined. +build/public/src/admin/extend/widgets.js: line 52, col 5, '$' is not defined. +build/public/src/admin/extend/widgets.js: line 54, col 16, '$' is not defined. +build/public/src/admin/extend/widgets.js: line 60, col 5, '$' is not defined. +build/public/src/admin/extend/widgets.js: line 63, col 24, '$' is not defined. +build/public/src/admin/extend/widgets.js: line 71, col 9, '$' is not defined. +build/public/src/admin/extend/widgets.js: line 71, col 45, '$' is not defined. +build/public/src/admin/extend/widgets.js: line 74, col 5, '$' is not defined. +build/public/src/admin/extend/widgets.js: line 90, col 21, '$' is not defined. +build/public/src/admin/extend/widgets.js: line 98, col 13, '$' is not defined. +build/public/src/admin/extend/widgets.js: line 98, col 59, '$' is not defined. +build/public/src/admin/extend/widgets.js: line 99, col 9, '$' is not defined. +build/public/src/admin/extend/widgets.js: line 103, col 5, '$' is not defined. +build/public/src/admin/extend/widgets.js: line 107, col 7, '$' is not defined. +build/public/src/admin/extend/widgets.js: line 108, col 14, '$' is not defined. +build/public/src/admin/extend/widgets.js: line 117, col 24, '$' is not defined. +build/public/src/admin/extend/widgets.js: line 135, col 21, '$' is not defined. +build/public/src/admin/extend/widgets.js: line 160, col 5, '$' is not defined. +build/public/src/admin/extend/widgets.js: line 161, col 19, '$' is not defined. +build/public/src/admin/extend/widgets.js: line 167, col 24, '$' is not defined. +build/public/src/admin/extend/widgets.js: line 185, col 24, '$' is not defined. +build/public/src/admin/extend/widgets.js: line 207, col 23, '$' is not defined. +build/public/src/admin/extend/widgets.js: line 220, col 5, '$' is not defined. +build/public/src/admin/extend/widgets.js: line 225, col 28, '$' is not defined. +build/public/src/admin/extend/widgets.js: line 231, col 28, '$' is not defined. +build/public/src/admin/extend/widgets.js: line 243, col 19, '$' is not defined. +build/public/src/admin/extend/widgets.js: line 244, col 22, '$' is not defined. +build/public/src/admin/extend/widgets.js: line 247, col 24, '$' is not defined. +build/public/src/admin/extend/widgets.js: line 258, col 31, '$' is not defined. +build/public/src/admin/extend/widgets.js: line 259, col 31, '$' is not defined. +build/public/src/admin/extend/widgets.js: line 262, col 16, '$' is not defined. +build/public/src/admin/extend/widgets.js: line 266, col 26, '$' is not defined. +build/public/src/admin/extend/widgets.js: line 271, col 9, '$' is not defined. +build/public/src/admin/extend/widgets.js: line 272, col 11, '$' is not defined. +build/public/src/admin/extend/widgets.js: line 273, col 28, '$' is not defined. +build/public/src/admin/extend/widgets.js: line 274, col 13, '$' is not defined. +build/public/src/admin/extend/widgets.js: line 147, col 7, 'socket' is not defined. +build/public/src/admin/extend/widgets.js: line 220, col 11, 'config' is not defined. + +build/public/src/admin/manage/admins-mods.js: line 21, col 134, Line is too long. +build/public/src/admin/manage/admins-mods.js: line 53, col 142, Line is too long. +build/public/src/admin/manage/admins-mods.js: line 64, col 101, Line is too long. +build/public/src/admin/manage/admins-mods.js: line 80, col 110, Line is too long. +build/public/src/admin/manage/admins-mods.js: line 95, col 104, Line is too long. +build/public/src/admin/manage/admins-mods.js: line 99, col 142, Line is too long. +build/public/src/admin/manage/admins-mods.js: line 3, col 1, 'define' is not defined. +build/public/src/admin/manage/admins-mods.js: line 9, col 23, '$' is not defined. +build/public/src/admin/manage/admins-mods.js: line 15, col 9, '$' is not defined. +build/public/src/admin/manage/admins-mods.js: line 17, col 13, '$' is not defined. +build/public/src/admin/manage/admins-mods.js: line 22, col 11, '$' is not defined. +build/public/src/admin/manage/admins-mods.js: line 27, col 5, '$' is not defined. +build/public/src/admin/manage/admins-mods.js: line 28, col 24, '$' is not defined. +build/public/src/admin/manage/admins-mods.js: line 45, col 23, '$' is not defined. +build/public/src/admin/manage/admins-mods.js: line 47, col 9, '$' is not defined. +build/public/src/admin/manage/admins-mods.js: line 49, col 13, '$' is not defined. +build/public/src/admin/manage/admins-mods.js: line 54, col 11, '$' is not defined. +build/public/src/admin/manage/admins-mods.js: line 55, col 11, '$' is not defined. +build/public/src/admin/manage/admins-mods.js: line 60, col 5, '$' is not defined. +build/public/src/admin/manage/admins-mods.js: line 61, col 24, '$' is not defined. +build/public/src/admin/manage/admins-mods.js: line 68, col 18, '$' is not defined. +build/public/src/admin/manage/admins-mods.js: line 69, col 15, '$' is not defined. +build/public/src/admin/manage/admins-mods.js: line 77, col 27, '$' is not defined. +build/public/src/admin/manage/admins-mods.js: line 85, col 23, '$' is not defined. +build/public/src/admin/manage/admins-mods.js: line 86, col 21, '$' is not defined. +build/public/src/admin/manage/admins-mods.js: line 87, col 19, '$' is not defined. +build/public/src/admin/manage/admins-mods.js: line 95, col 13, '$' is not defined. +build/public/src/admin/manage/admins-mods.js: line 100, col 11, '$' is not defined. +build/public/src/admin/manage/admins-mods.js: line 101, col 11, '$' is not defined. +build/public/src/admin/manage/admins-mods.js: line 106, col 5, '$' is not defined. +build/public/src/admin/manage/admins-mods.js: line 107, col 29, '$' is not defined. +build/public/src/admin/manage/admins-mods.js: line 109, col 24, '$' is not defined. +build/public/src/admin/manage/admins-mods.js: line 121, col 15, '$' is not defined. +build/public/src/admin/manage/admins-mods.js: line 10, col 7, 'socket' is not defined. +build/public/src/admin/manage/admins-mods.js: line 35, col 11, 'socket' is not defined. +build/public/src/admin/manage/admins-mods.js: line 21, col 9, 'app' is not defined. +build/public/src/admin/manage/admins-mods.js: line 30, col 42, 'app' is not defined. +build/public/src/admin/manage/admins-mods.js: line 53, col 9, 'app' is not defined. +build/public/src/admin/manage/admins-mods.js: line 99, col 9, 'app' is not defined. +build/public/src/admin/manage/admins-mods.js: line 78, col 18, 'ajaxify' is not defined. +build/public/src/admin/manage/admins-mods.js: line 78, col 50, 'ajaxify' is not defined. +build/public/src/admin/manage/admins-mods.js: line 80, col 9, 'ajaxify' is not defined. + +build/public/src/admin/manage/categories.js: line 21, col 110, Line is too long. +build/public/src/admin/manage/categories.js: line 61, col 168, Line is too long. +build/public/src/admin/manage/categories.js: line 140, col 123, Line is too long. +build/public/src/admin/manage/categories.js: line 141, col 129, Line is too long. +build/public/src/admin/manage/categories.js: line 157, col 108, Line is too long. +build/public/src/admin/manage/categories.js: line 213, col 113, Line is too long. +build/public/src/admin/manage/categories.js: line 259, col 166, Line is too long. +build/public/src/admin/manage/categories.js: line 271, col 108, Line is too long. +build/public/src/admin/manage/categories.js: line 271, col 23, Expected '!==' and instead saw '!='. +build/public/src/admin/manage/categories.js: line 288, col 102, Line is too long. +build/public/src/admin/manage/categories.js: line 293, col 125, Line is too long. +build/public/src/admin/manage/categories.js: line 295, col 104, Line is too long. +build/public/src/admin/manage/categories.js: line 359, col 107, Line is too long. +build/public/src/admin/manage/categories.js: line 3, col 1, 'define' is not defined. +build/public/src/admin/manage/categories.js: line 18, col 27, '$' is not defined. +build/public/src/admin/manage/categories.js: line 29, col 5, '$' is not defined. +build/public/src/admin/manage/categories.js: line 30, col 5, '$' is not defined. +build/public/src/admin/manage/categories.js: line 33, col 5, '$' is not defined. +build/public/src/admin/manage/categories.js: line 34, col 21, '$' is not defined. +build/public/src/admin/manage/categories.js: line 40, col 16, '$' is not defined. +build/public/src/admin/manage/categories.js: line 46, col 5, '$' is not defined. +build/public/src/admin/manage/categories.js: line 47, col 18, '$' is not defined. +build/public/src/admin/manage/categories.js: line 56, col 5, '$' is not defined. +build/public/src/admin/manage/categories.js: line 57, col 19, '$' is not defined. +build/public/src/admin/manage/categories.js: line 58, col 21, '$' is not defined. +build/public/src/admin/manage/categories.js: line 84, col 5, '$' is not defined. +build/public/src/admin/manage/categories.js: line 100, col 5, '$' is not defined. +build/public/src/admin/manage/categories.js: line 101, col 21, '$' is not defined. +build/public/src/admin/manage/categories.js: line 111, col 18, '$' is not defined. +build/public/src/admin/manage/categories.js: line 155, col 7, '$' is not defined. +build/public/src/admin/manage/categories.js: line 156, col 23, '$' is not defined. +build/public/src/admin/manage/categories.js: line 237, col 23, '$' is not defined. +build/public/src/admin/manage/categories.js: line 241, col 9, '$' is not defined. +build/public/src/admin/manage/categories.js: line 259, col 7, '$' is not defined. +build/public/src/admin/manage/categories.js: line 359, col 46, '$' is not defined. +build/public/src/admin/manage/categories.js: line 363, col 47, '$' is not defined. +build/public/src/admin/manage/categories.js: line 19, col 18, 'ajaxify' is not defined. +build/public/src/admin/manage/categories.js: line 19, col 50, 'ajaxify' is not defined. +build/public/src/admin/manage/categories.js: line 21, col 9, 'ajaxify' is not defined. +build/public/src/admin/manage/categories.js: line 27, col 23, 'ajaxify' is not defined. +build/public/src/admin/manage/categories.js: line 73, col 19, 'ajaxify' is not defined. +build/public/src/admin/manage/categories.js: line 188, col 11, 'ajaxify' is not defined. +build/public/src/admin/manage/categories.js: line 202, col 81, 'ajaxify' is not defined. +build/public/src/admin/manage/categories.js: line 213, col 97, 'ajaxify' is not defined. +build/public/src/admin/manage/categories.js: line 232, col 7, 'ajaxify' is not defined. +build/public/src/admin/manage/categories.js: line 276, col 26, 'ajaxify' is not defined. +build/public/src/admin/manage/categories.js: line 276, col 69, 'ajaxify' is not defined. +build/public/src/admin/manage/categories.js: line 146, col 24, 'app' is not defined. +build/public/src/admin/manage/categories.js: line 340, col 7, 'app' is not defined. + +build/public/src/admin/manage/category-analytics.js: line 61, col 14, 'object spread property' is only available in ES9 (use 'esversion: 9'). +build/public/src/admin/manage/category-analytics.js: line 74, col 14, 'object spread property' is only available in ES9 (use 'esversion: 9'). +build/public/src/admin/manage/category-analytics.js: line 87, col 14, 'object spread property' is only available in ES9 (use 'esversion: 9'). +build/public/src/admin/manage/category-analytics.js: line 100, col 14, 'object spread property' is only available in ES9 (use 'esversion: 9'). +build/public/src/admin/manage/category-analytics.js: line 25, col 25, '$' is not defined. +build/public/src/admin/manage/category-analytics.js: line 111, col 24, '$' is not defined. +build/public/src/admin/manage/category-analytics.js: line 112, col 23, '$' is not defined. +build/public/src/admin/manage/category-analytics.js: line 113, col 24, '$' is not defined. +build/public/src/admin/manage/category-analytics.js: line 114, col 23, '$' is not defined. +build/public/src/admin/manage/category-analytics.js: line 27, col 7, 'ajaxify' is not defined. +build/public/src/admin/manage/category-analytics.js: line 66, col 17, 'ajaxify' is not defined. +build/public/src/admin/manage/category-analytics.js: line 79, col 17, 'ajaxify' is not defined. +build/public/src/admin/manage/category-analytics.js: line 92, col 17, 'ajaxify' is not defined. +build/public/src/admin/manage/category-analytics.js: line 105, col 17, 'ajaxify' is not defined. +build/public/src/admin/manage/category-analytics.js: line 37, col 24, 'utils' is not defined. +build/public/src/admin/manage/category-analytics.js: line 40, col 23, 'utils' is not defined. +build/public/src/admin/manage/category-analytics.js: line 44, col 7, 'utils' is not defined. + +build/public/src/admin/manage/category-federation.js: line 7, col 25, '$' is not defined. +build/public/src/admin/manage/category-federation.js: line 15, col 3, '$' is not defined. +build/public/src/admin/manage/category-federation.js: line 16, col 20, '$' is not defined. +build/public/src/admin/manage/category-federation.js: line 20, col 23, '$' is not defined. +build/public/src/admin/manage/category-federation.js: line 30, col 23, '$' is not defined. +build/public/src/admin/manage/category-federation.js: line 40, col 21, '$' is not defined. +build/public/src/admin/manage/category-federation.js: line 41, col 9, '$' is not defined. +build/public/src/admin/manage/category-federation.js: line 9, col 7, 'ajaxify' is not defined. +build/public/src/admin/manage/category-federation.js: line 22, col 28, 'ajaxify' is not defined. +build/public/src/admin/manage/category-federation.js: line 23, col 17, 'ajaxify' is not defined. +build/public/src/admin/manage/category-federation.js: line 32, col 28, 'ajaxify' is not defined. +build/public/src/admin/manage/category-federation.js: line 33, col 17, 'ajaxify' is not defined. + +build/public/src/admin/manage/category.js: line 112, col 48, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/admin/manage/category.js: line 119, col 102, Line is too long. +build/public/src/admin/manage/category.js: line 123, col 101, Line is too long. +build/public/src/admin/manage/category.js: line 163, col 108, Line is too long. +build/public/src/admin/manage/category.js: line 209, col 104, Line is too long. +build/public/src/admin/manage/category.js: line 3, col 1, 'define' is not defined. +build/public/src/admin/manage/category.js: line 17, col 30, '$' is not defined. +build/public/src/admin/manage/category.js: line 18, col 23, '$' is not defined. +build/public/src/admin/manage/category.js: line 20, col 21, '$' is not defined. +build/public/src/admin/manage/category.js: line 25, col 27, '$' is not defined. +build/public/src/admin/manage/category.js: line 35, col 27, '$' is not defined. +build/public/src/admin/manage/category.js: line 37, col 32, '$' is not defined. +build/public/src/admin/manage/category.js: line 59, col 5, '$' is not defined. +build/public/src/admin/manage/category.js: line 60, col 16, '$' is not defined. +build/public/src/admin/manage/category.js: line 63, col 5, '$' is not defined. +build/public/src/admin/manage/category.js: line 64, col 7, '$' is not defined. +build/public/src/admin/manage/category.js: line 64, col 53, '$' is not defined. +build/public/src/admin/manage/category.js: line 67, col 5, '$' is not defined. +build/public/src/admin/manage/category.js: line 68, col 24, '$' is not defined. +build/public/src/admin/manage/category.js: line 78, col 5, '$' is not defined. +build/public/src/admin/manage/category.js: line 79, col 20, '$' is not defined. +build/public/src/admin/manage/category.js: line 79, col 48, '$' is not defined. +build/public/src/admin/manage/category.js: line 80, col 49, '$' is not defined. +build/public/src/admin/manage/category.js: line 87, col 36, '$' is not defined. +build/public/src/admin/manage/category.js: line 94, col 5, '$' is not defined. +build/public/src/admin/manage/category.js: line 152, col 5, '$' is not defined. +build/public/src/admin/manage/category.js: line 199, col 5, '$' is not defined. +build/public/src/admin/manage/category.js: line 200, col 23, '$' is not defined. +build/public/src/admin/manage/category.js: line 208, col 9, '$' is not defined. +build/public/src/admin/manage/category.js: line 211, col 18, '$' is not defined. +build/public/src/admin/manage/category.js: line 215, col 5, '$' is not defined. +build/public/src/admin/manage/category.js: line 216, col 41, '$' is not defined. +build/public/src/admin/manage/category.js: line 216, col 68, '$' is not defined. +build/public/src/admin/manage/category.js: line 217, col 16, '$' is not defined. +build/public/src/admin/manage/category.js: line 220, col 5, '$' is not defined. +build/public/src/admin/manage/category.js: line 222, col 23, '$' is not defined. +build/public/src/admin/manage/category.js: line 229, col 23, '$' is not defined. +build/public/src/admin/manage/category.js: line 232, col 5, '$' is not defined. +build/public/src/admin/manage/category.js: line 233, col 21, '$' is not defined. +build/public/src/admin/manage/category.js: line 251, col 9, '$' is not defined. +build/public/src/admin/manage/category.js: line 252, col 15, '$' is not defined. +build/public/src/admin/manage/category.js: line 254, col 15, '$' is not defined. +build/public/src/admin/manage/category.js: line 256, col 22, '$' is not defined. +build/public/src/admin/manage/category.js: line 283, col 19, '$' is not defined. +build/public/src/admin/manage/category.js: line 27, col 9, 'ajaxify' is not defined. +build/public/src/admin/manage/category.js: line 41, col 25, 'ajaxify' is not defined. +build/public/src/admin/manage/category.js: line 84, col 19, 'ajaxify' is not defined. +build/public/src/admin/manage/category.js: line 98, col 15, 'ajaxify' is not defined. +build/public/src/admin/manage/category.js: line 99, col 22, 'ajaxify' is not defined. +build/public/src/admin/manage/category.js: line 113, col 24, 'ajaxify' is not defined. +build/public/src/admin/manage/category.js: line 119, col 68, 'ajaxify' is not defined. +build/public/src/admin/manage/category.js: line 122, col 25, 'ajaxify' is not defined. +build/public/src/admin/manage/category.js: line 123, col 59, 'ajaxify' is not defined. +build/public/src/admin/manage/category.js: line 133, col 42, 'ajaxify' is not defined. +build/public/src/admin/manage/category.js: line 140, col 21, 'ajaxify' is not defined. +build/public/src/admin/manage/category.js: line 163, col 76, 'ajaxify' is not defined. +build/public/src/admin/manage/category.js: line 169, col 26, 'ajaxify' is not defined. +build/public/src/admin/manage/category.js: line 178, col 19, 'ajaxify' is not defined. +build/public/src/admin/manage/category.js: line 235, col 32, 'ajaxify' is not defined. +build/public/src/admin/manage/category.js: line 290, col 5, 'ajaxify' is not defined. +build/public/src/admin/manage/category.js: line 86, col 9, 'app' is not defined. +build/public/src/admin/manage/category.js: line 278, col 5, 'app' is not defined. +build/public/src/admin/manage/category.js: line 278, col 17, 'app' is not defined. +build/public/src/admin/manage/category.js: line 279, col 5, 'app' is not defined. +build/public/src/admin/manage/category.js: line 167, col 17, 'socket' is not defined. +build/public/src/admin/manage/category.js: line 177, col 19, 'alert' is not defined. +build/public/src/admin/manage/category.js: line 205, col 16, 'config' is not defined. + +build/public/src/admin/manage/digest.js: line 4, col 1, 'define' is not defined. +build/public/src/admin/manage/digest.js: line 8, col 5, '$' is not defined. +build/public/src/admin/manage/digest.js: line 38, col 5, 'socket' is not defined. + +build/public/src/admin/manage/group.js: line 69, col 112, Line is too long. +build/public/src/admin/manage/group.js: line 135, col 110, Line is too long. +build/public/src/admin/manage/group.js: line 3, col 1, 'define' is not defined. +build/public/src/admin/manage/group.js: line 21, col 23, '$' is not defined. +build/public/src/admin/manage/group.js: line 22, col 34, '$' is not defined. +build/public/src/admin/manage/group.js: line 23, col 35, '$' is not defined. +build/public/src/admin/manage/group.js: line 24, col 34, '$' is not defined. +build/public/src/admin/manage/group.js: line 25, col 31, '$' is not defined. +build/public/src/admin/manage/group.js: line 26, col 35, '$' is not defined. +build/public/src/admin/manage/group.js: line 46, col 5, '$' is not defined. +build/public/src/admin/manage/group.js: line 56, col 9, '$' is not defined. +build/public/src/admin/manage/group.js: line 62, col 27, '$' is not defined. +build/public/src/admin/manage/group.js: line 69, col 47, '$' is not defined. +build/public/src/admin/manage/group.js: line 71, col 21, '$' is not defined. +build/public/src/admin/manage/group.js: line 74, col 9, '$' is not defined. +build/public/src/admin/manage/group.js: line 80, col 22, '$' is not defined. +build/public/src/admin/manage/group.js: line 82, col 5, '$' is not defined. +build/public/src/admin/manage/group.js: line 87, col 5, '$' is not defined. +build/public/src/admin/manage/group.js: line 97, col 5, '$' is not defined. +build/public/src/admin/manage/group.js: line 99, col 15, '$' is not defined. +build/public/src/admin/manage/group.js: line 101, col 22, '$' is not defined. +build/public/src/admin/manage/group.js: line 105, col 27, '$' is not defined. +build/public/src/admin/manage/group.js: line 106, col 18, '$' is not defined. +build/public/src/admin/manage/group.js: line 107, col 17, '$' is not defined. +build/public/src/admin/manage/group.js: line 108, col 25, '$' is not defined. +build/public/src/admin/manage/group.js: line 109, col 30, '$' is not defined. +build/public/src/admin/manage/group.js: line 110, col 23, '$' is not defined. +build/public/src/admin/manage/group.js: line 112, col 25, '$' is not defined. +build/public/src/admin/manage/group.js: line 118, col 36, '$' is not defined. +build/public/src/admin/manage/group.js: line 125, col 5, '$' is not defined. +build/public/src/admin/manage/group.js: line 126, col 21, '$' is not defined. +build/public/src/admin/manage/group.js: line 28, col 23, 'ajaxify' is not defined. +build/public/src/admin/manage/group.js: line 90, col 38, 'ajaxify' is not defined. +build/public/src/admin/manage/group.js: line 91, col 13, 'ajaxify' is not defined. +build/public/src/admin/manage/group.js: line 116, col 11, 'ajaxify' is not defined. +build/public/src/admin/manage/group.js: line 135, col 51, 'ajaxify' is not defined. +build/public/src/admin/manage/group.js: line 145, col 34, 'ajaxify' is not defined. +build/public/src/admin/manage/group.js: line 158, col 66, 'ajaxify' is not defined. +build/public/src/admin/manage/group.js: line 164, col 15, 'ajaxify' is not defined. +build/public/src/admin/manage/group.js: line 170, col 7, 'ajaxify' is not defined. +build/public/src/admin/manage/group.js: line 57, col 9, 'app' is not defined. +build/public/src/admin/manage/group.js: line 57, col 21, 'app' is not defined. +build/public/src/admin/manage/group.js: line 58, col 9, 'app' is not defined. +build/public/src/admin/manage/group.js: line 83, col 7, 'app' is not defined. +build/public/src/admin/manage/group.js: line 83, col 19, 'app' is not defined. +build/public/src/admin/manage/group.js: line 84, col 7, 'app' is not defined. +build/public/src/admin/manage/group.js: line 159, col 11, 'app' is not defined. +build/public/src/admin/manage/group.js: line 159, col 24, 'app' is not defined. +build/public/src/admin/manage/group.js: line 163, col 15, 'app' is not defined. + +build/public/src/admin/manage/groups.js: line 26, col 101, Line is too long. +build/public/src/admin/manage/groups.js: line 3, col 1, 'define' is not defined. +build/public/src/admin/manage/groups.js: line 17, col 5, '$' is not defined. +build/public/src/admin/manage/groups.js: line 18, col 18, '$' is not defined. +build/public/src/admin/manage/groups.js: line 35, col 5, '$' is not defined. +build/public/src/admin/manage/groups.js: line 40, col 31, '$' is not defined. +build/public/src/admin/manage/groups.js: line 41, col 35, '$' is not defined. +build/public/src/admin/manage/groups.js: line 42, col 33, '$' is not defined. +build/public/src/admin/manage/groups.js: line 43, col 36, '$' is not defined. +build/public/src/admin/manage/groups.js: line 58, col 28, '$' is not defined. +build/public/src/admin/manage/groups.js: line 59, col 24, '$' is not defined. +build/public/src/admin/manage/groups.js: line 60, col 23, '$' is not defined. +build/public/src/admin/manage/groups.js: line 83, col 21, '$' is not defined. +build/public/src/admin/manage/groups.js: line 89, col 7, '$' is not defined. +build/public/src/admin/manage/groups.js: line 103, col 22, '$' is not defined. +build/public/src/admin/manage/groups.js: line 26, col 65, 'ajaxify' is not defined. +build/public/src/admin/manage/groups.js: line 67, col 17, 'ajaxify' is not defined. +build/public/src/admin/manage/groups.js: line 87, col 16, 'ajaxify' is not defined. +build/public/src/admin/manage/groups.js: line 106, col 19, 'ajaxify' is not defined. +build/public/src/admin/manage/groups.js: line 36, col 7, 'app' is not defined. +build/public/src/admin/manage/groups.js: line 104, col 5, 'app' is not defined. +build/public/src/admin/manage/groups.js: line 71, col 20, 'utils' is not defined. +build/public/src/admin/manage/groups.js: line 99, col 25, 'utils' is not defined. + +build/public/src/admin/manage/privileges.js: line 22, col 111, Line is too long. +build/public/src/admin/manage/privileges.js: line 45, col 110, Line is too long. +build/public/src/admin/manage/privileges.js: line 56, col 130, Line is too long. +build/public/src/admin/manage/privileges.js: line 58, col 110, Line is too long. +build/public/src/admin/manage/privileges.js: line 72, col 103, Line is too long. +build/public/src/admin/manage/privileges.js: line 120, col 132, Line is too long. +build/public/src/admin/manage/privileges.js: line 132, col 111, Line is too long. +build/public/src/admin/manage/privileges.js: line 148, col 111, Line is too long. +build/public/src/admin/manage/privileges.js: line 160, col 165, Line is too long. +build/public/src/admin/manage/privileges.js: line 200, col 38, 'object spread property' is only available in ES9 (use 'esversion: 9'). +build/public/src/admin/manage/privileges.js: line 200, col 66, 'object spread property' is only available in ES9 (use 'esversion: 9'). +build/public/src/admin/manage/privileges.js: line 201, col 112, Line is too long. +build/public/src/admin/manage/privileges.js: line 205, col 108, Line is too long. +build/public/src/admin/manage/privileges.js: line 226, col 128, Line is too long. +build/public/src/admin/manage/privileges.js: line 231, col 385, Line is too long. +build/public/src/admin/manage/privileges.js: line 240, col 115, Line is too long. +build/public/src/admin/manage/privileges.js: line 243, col 377, Line is too long. +build/public/src/admin/manage/privileges.js: line 250, col 180, Line is too long. +build/public/src/admin/manage/privileges.js: line 255, col 117, Line is too long. +build/public/src/admin/manage/privileges.js: line 274, col 118, Line is too long. +build/public/src/admin/manage/privileges.js: line 298, col 101, Line is too long. +build/public/src/admin/manage/privileges.js: line 309, col 104, Line is too long. +build/public/src/admin/manage/privileges.js: line 335, col 106, Line is too long. +build/public/src/admin/manage/privileges.js: line 345, col 114, Line is too long. +build/public/src/admin/manage/privileges.js: line 364, col 134, Line is too long. +build/public/src/admin/manage/privileges.js: line 423, col 132, Line is too long. +build/public/src/admin/manage/privileges.js: line 447, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/admin/manage/privileges.js: line 462, col 135, Line is too long. +build/public/src/admin/manage/privileges.js: line 3, col 1, 'define' is not defined. +build/public/src/admin/manage/privileges.js: line 22, col 26, 'ajaxify' is not defined. +build/public/src/admin/manage/privileges.js: line 22, col 78, 'ajaxify' is not defined. +build/public/src/admin/manage/privileges.js: line 31, col 9, 'ajaxify' is not defined. +build/public/src/admin/manage/privileges.js: line 33, col 24, 'ajaxify' is not defined. +build/public/src/admin/manage/privileges.js: line 200, col 7, 'ajaxify' is not defined. +build/public/src/admin/manage/privileges.js: line 200, col 38, 'ajaxify' is not defined. +build/public/src/admin/manage/privileges.js: line 202, col 27, 'ajaxify' is not defined. +build/public/src/admin/manage/privileges.js: line 327, col 11, 'ajaxify' is not defined. +build/public/src/admin/manage/privileges.js: line 400, col 9, 'ajaxify' is not defined. +build/public/src/admin/manage/privileges.js: line 401, col 54, 'ajaxify' is not defined. +build/public/src/admin/manage/privileges.js: line 404, col 26, 'ajaxify' is not defined. +build/public/src/admin/manage/privileges.js: line 417, col 26, 'ajaxify' is not defined. +build/public/src/admin/manage/privileges.js: line 419, col 23, 'ajaxify' is not defined. +build/public/src/admin/manage/privileges.js: line 456, col 26, 'ajaxify' is not defined. +build/public/src/admin/manage/privileges.js: line 458, col 23, 'ajaxify' is not defined. +build/public/src/admin/manage/privileges.js: line 26, col 27, '$' is not defined. +build/public/src/admin/manage/privileges.js: line 41, col 5, '$' is not defined. +build/public/src/admin/manage/privileges.js: line 45, col 5, '$' is not defined. +build/public/src/admin/manage/privileges.js: line 47, col 27, '$' is not defined. +build/public/src/admin/manage/privileges.js: line 124, col 27, '$' is not defined. +build/public/src/admin/manage/privileges.js: line 131, col 25, '$' is not defined. +build/public/src/admin/manage/privileges.js: line 139, col 25, '$' is not defined. +build/public/src/admin/manage/privileges.js: line 147, col 25, '$' is not defined. +build/public/src/admin/manage/privileges.js: line 170, col 22, '$' is not defined. +build/public/src/admin/manage/privileges.js: line 188, col 36, '$' is not defined. +build/public/src/admin/manage/privileges.js: line 205, col 28, '$' is not defined. +build/public/src/admin/manage/privileges.js: line 205, col 88, '$' is not defined. +build/public/src/admin/manage/privileges.js: line 206, col 9, '$' is not defined. +build/public/src/admin/manage/privileges.js: line 345, col 5, '$' is not defined. +build/public/src/admin/manage/privileges.js: line 348, col 13, '$' is not defined. +build/public/src/admin/manage/privileges.js: line 364, col 12, '$' is not defined. +build/public/src/admin/manage/privileges.js: line 369, col 22, '$' is not defined. +build/public/src/admin/manage/privileges.js: line 379, col 21, '$' is not defined. +build/public/src/admin/manage/privileges.js: line 387, col 19, '$' is not defined. +build/public/src/admin/manage/privileges.js: line 388, col 16, '$' is not defined. +build/public/src/admin/manage/privileges.js: line 436, col 22, '$' is not defined. +build/public/src/admin/manage/privileges.js: line 480, col 20, '$' is not defined. +build/public/src/admin/manage/privileges.js: line 491, col 17, '$' is not defined. +build/public/src/admin/manage/privileges.js: line 495, col 7, '$' is not defined. +build/public/src/admin/manage/privileges.js: line 496, col 7, '$' is not defined. +build/public/src/admin/manage/privileges.js: line 505, col 12, '$' is not defined. +build/public/src/admin/manage/privileges.js: line 203, col 7, 'app' is not defined. +build/public/src/admin/manage/privileges.js: line 423, col 5, 'app' is not defined. +build/public/src/admin/manage/privileges.js: line 462, col 24, 'app' is not defined. +build/public/src/admin/manage/privileges.js: line 215, col 14, 'alert' is not defined. +build/public/src/admin/manage/privileges.js: line 298, col 5, 'socket' is not defined. +build/public/src/admin/manage/privileges.js: line 318, col 9, 'socket' is not defined. +build/public/src/admin/manage/privileges.js: line 335, col 5, 'socket' is not defined. + +build/public/src/admin/manage/registration.js: line 40, col 104, Line is too long. +build/public/src/admin/manage/registration.js: line 4, col 1, 'define' is not defined. +build/public/src/admin/manage/registration.js: line 8, col 5, '$' is not defined. +build/public/src/admin/manage/registration.js: line 9, col 22, '$' is not defined. +build/public/src/admin/manage/registration.js: line 10, col 22, '$' is not defined. +build/public/src/admin/manage/registration.js: line 23, col 5, '$' is not defined. +build/public/src/admin/manage/registration.js: line 24, col 22, '$' is not defined. +build/public/src/admin/manage/registration.js: line 27, col 22, '$' is not defined. +build/public/src/admin/manage/registration.js: line 14, col 7, 'socket' is not defined. +build/public/src/admin/manage/registration.js: line 42, col 13, 'socket' is not defined. + +build/public/src/admin/manage/tags.js: line 4, col 1, 'define' is not defined. +build/public/src/admin/manage/tags.js: line 21, col 25, '$' is not defined. +build/public/src/admin/manage/tags.js: line 22, col 27, '$' is not defined. +build/public/src/admin/manage/tags.js: line 23, col 27, '$' is not defined. +build/public/src/admin/manage/tags.js: line 31, col 5, '$' is not defined. +build/public/src/admin/manage/tags.js: line 56, col 5, '$' is not defined. +build/public/src/admin/manage/tags.js: line 61, col 11, '$' is not defined. +build/public/src/admin/manage/tags.js: line 65, col 21, '$' is not defined. +build/public/src/admin/manage/tags.js: line 82, col 5, '$' is not defined. +build/public/src/admin/manage/tags.js: line 83, col 28, '$' is not defined. +build/public/src/admin/manage/tags.js: line 90, col 18, '$' is not defined. +build/public/src/admin/manage/tags.js: line 98, col 23, '$' is not defined. +build/public/src/admin/manage/tags.js: line 120, col 5, '$' is not defined. +build/public/src/admin/manage/tags.js: line 121, col 28, '$' is not defined. +build/public/src/admin/manage/tags.js: line 132, col 21, '$' is not defined. +build/public/src/admin/manage/tags.js: line 39, col 7, 'socket' is not defined. +build/public/src/admin/manage/tags.js: line 69, col 7, 'socket' is not defined. +build/public/src/admin/manage/tags.js: line 105, col 15, 'socket' is not defined. +build/public/src/admin/manage/tags.js: line 134, col 9, 'socket' is not defined. +build/public/src/admin/manage/tags.js: line 48, col 11, 'ajaxify' is not defined. +build/public/src/admin/manage/tags.js: line 67, col 27, 'ajaxify' is not defined. +build/public/src/admin/manage/tags.js: line 110, col 17, 'ajaxify' is not defined. +build/public/src/admin/manage/tags.js: line 56, col 49, 'utils' is not defined. +build/public/src/admin/manage/tags.js: line 58, col 9, 'app' is not defined. + +build/public/src/admin/manage/uploads.js: line 3, col 116, Line is too long. +build/public/src/admin/manage/uploads.js: line 32, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/admin/manage/uploads.js: line 3, col 1, 'define' is not defined. +build/public/src/admin/manage/uploads.js: line 7, col 5, '$' is not defined. +build/public/src/admin/manage/uploads.js: line 17, col 5, '$' is not defined. +build/public/src/admin/manage/uploads.js: line 18, col 20, '$' is not defined. +build/public/src/admin/manage/uploads.js: line 32, col 5, '$' is not defined. +build/public/src/admin/manage/uploads.js: line 10, col 16, 'config' is not defined. +build/public/src/admin/manage/uploads.js: line 11, col 27, 'ajaxify' is not defined. +build/public/src/admin/manage/uploads.js: line 13, col 9, 'ajaxify' is not defined. +build/public/src/admin/manage/uploads.js: line 39, col 17, 'ajaxify' is not defined. +build/public/src/admin/manage/uploads.js: line 42, col 11, 'ajaxify' is not defined. + +build/public/src/admin/manage/users/custom-fields.js: line 17, col 107, Line is too long. +build/public/src/admin/manage/users/custom-fields.js: line 59, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/admin/manage/users/custom-fields.js: line 60, col 102, Line is too long. +build/public/src/admin/manage/users/custom-fields.js: line 74, col 105, Line is too long. +build/public/src/admin/manage/users/custom-fields.js: line 1, col 1, 'define' is not defined. +build/public/src/admin/manage/users/custom-fields.js: line 7, col 19, '$' is not defined. +build/public/src/admin/manage/users/custom-fields.js: line 10, col 19, '$' is not defined. +build/public/src/admin/manage/users/custom-fields.js: line 15, col 19, '$' is not defined. +build/public/src/admin/manage/users/custom-fields.js: line 16, col 19, '$' is not defined. +build/public/src/admin/manage/users/custom-fields.js: line 25, col 5, '$' is not defined. +build/public/src/admin/manage/users/custom-fields.js: line 31, col 5, '$' is not defined. +build/public/src/admin/manage/users/custom-fields.js: line 33, col 5, '$' is not defined. +build/public/src/admin/manage/users/custom-fields.js: line 35, col 7, '$' is not defined. +build/public/src/admin/manage/users/custom-fields.js: line 36, col 35, '$' is not defined. +build/public/src/admin/manage/users/custom-fields.js: line 82, col 17, '$' is not defined. +build/public/src/admin/manage/users/custom-fields.js: line 84, col 17, '$' is not defined. +build/public/src/admin/manage/users/custom-fields.js: line 93, col 20, '$' is not defined. +build/public/src/admin/manage/users/custom-fields.js: line 99, col 23, '$' is not defined. +build/public/src/admin/manage/users/custom-fields.js: line 38, col 7, 'socket' is not defined. +build/public/src/admin/manage/users/custom-fields.js: line 60, col 24, 'app' is not defined. +build/public/src/admin/manage/users/custom-fields.js: line 77, col 13, 'app' is not defined. + +build/public/src/admin/manage/users.js: line 4, col 144, Line is too long. +build/public/src/admin/manage/users.js: line 5, col 120, Line is too long. +build/public/src/admin/manage/users.js: line 33, col 101, Line is too long. +build/public/src/admin/manage/users.js: line 36, col 102, Line is too long. +build/public/src/admin/manage/users.js: line 37, col 106, Line is too long. +build/public/src/admin/manage/users.js: line 38, col 110, Line is too long. +build/public/src/admin/manage/users.js: line 39, col 106, Line is too long. +build/public/src/admin/manage/users.js: line 40, col 104, Line is too long. +build/public/src/admin/manage/users.js: line 41, col 106, Line is too long. +build/public/src/admin/manage/users.js: line 42, col 110, Line is too long. +build/public/src/admin/manage/users.js: line 43, col 112, Line is too long. +build/public/src/admin/manage/users.js: line 44, col 114, Line is too long. +build/public/src/admin/manage/users.js: line 45, col 102, Line is too long. +build/public/src/admin/manage/users.js: line 46, col 102, Line is too long. +build/public/src/admin/manage/users.js: line 47, col 104, Line is too long. +build/public/src/admin/manage/users.js: line 57, col 138, Line is too long. +build/public/src/admin/manage/users.js: line 105, col 120, Line is too long. +build/public/src/admin/manage/users.js: line 116, col 116, Line is too long. +build/public/src/admin/manage/users.js: line 168, col 101, Line is too long. +build/public/src/admin/manage/users.js: line 170, col 134, Line is too long. +build/public/src/admin/manage/users.js: line 206, col 104, Line is too long. +build/public/src/admin/manage/users.js: line 223, col 117, Line is too long. +build/public/src/admin/manage/users.js: line 246, col 159, Line is too long. +build/public/src/admin/manage/users.js: line 283, col 106, Line is too long. +build/public/src/admin/manage/users.js: line 348, col 113, Line is too long. +build/public/src/admin/manage/users.js: line 365, col 140, Line is too long. +build/public/src/admin/manage/users.js: line 366, col 111, Line is too long. +build/public/src/admin/manage/users.js: line 409, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/admin/manage/users.js: line 414, col 7, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/admin/manage/users.js: line 462, col 130, Line is too long. +build/public/src/admin/manage/users.js: line 473, col 104, Line is too long. +build/public/src/admin/manage/users.js: line 475, col 138, Line is too long. +build/public/src/admin/manage/users.js: line 495, col 132, Line is too long. +build/public/src/admin/manage/users.js: line 568, col 21, If a strict mode function is executed using function invocation, its 'this' value will be undefined. +build/public/src/admin/manage/users.js: line 577, col 155, Line is too long. +build/public/src/admin/manage/users.js: line 594, col 129, Line is too long. +build/public/src/admin/manage/users.js: line 660, col 101, Line is too long. +build/public/src/admin/manage/users.js: line 3, col 1, 'define' is not defined. +build/public/src/admin/manage/users.js: line 9, col 5, '$' is not defined. +build/public/src/admin/manage/users.js: line 11, col 30, '$' is not defined. +build/public/src/admin/manage/users.js: line 16, col 5, '$' is not defined. +build/public/src/admin/manage/users.js: line 72, col 32, '$' is not defined. +build/public/src/admin/manage/users.js: line 73, col 36, '$' is not defined. +build/public/src/admin/manage/users.js: line 95, col 7, '$' is not defined. +build/public/src/admin/manage/users.js: line 96, col 13, '$' is not defined. +build/public/src/admin/manage/users.js: line 97, col 21, '$' is not defined. +build/public/src/admin/manage/users.js: line 105, col 7, '$' is not defined. +build/public/src/admin/manage/users.js: line 106, col 9, '$' is not defined. +build/public/src/admin/manage/users.js: line 111, col 7, '$' is not defined. +build/public/src/admin/manage/users.js: line 112, col 7, '$' is not defined. +build/public/src/admin/manage/users.js: line 145, col 5, '$' is not defined. +build/public/src/admin/manage/users.js: line 146, col 7, '$' is not defined. +build/public/src/admin/manage/users.js: line 146, col 74, '$' is not defined. +build/public/src/admin/manage/users.js: line 149, col 5, '$' is not defined. +build/public/src/admin/manage/users.js: line 167, col 27, '$' is not defined. +build/public/src/admin/manage/users.js: line 171, col 19, '$' is not defined. +build/public/src/admin/manage/users.js: line 180, col 31, '$' is not defined. +build/public/src/admin/manage/users.js: line 182, col 25, '$' is not defined. +build/public/src/admin/manage/users.js: line 192, col 5, '$' is not defined. +build/public/src/admin/manage/users.js: line 223, col 19, '$' is not defined. +build/public/src/admin/manage/users.js: line 239, col 5, '$' is not defined. +build/public/src/admin/manage/users.js: line 257, col 5, '$' is not defined. +build/public/src/admin/manage/users.js: line 301, col 5, '$' is not defined. +build/public/src/admin/manage/users.js: line 342, col 5, '$' is not defined. +build/public/src/admin/manage/users.js: line 351, col 5, '$' is not defined. +build/public/src/admin/manage/users.js: line 365, col 11, '$' is not defined. +build/public/src/admin/manage/users.js: line 371, col 5, '$' is not defined. +build/public/src/admin/manage/users.js: line 396, col 5, '$' is not defined. +build/public/src/admin/manage/users.js: line 409, col 5, '$' is not defined. +build/public/src/admin/manage/users.js: line 454, col 5, '$' is not defined. +build/public/src/admin/manage/users.js: line 467, col 5, '$' is not defined. +build/public/src/admin/manage/users.js: line 480, col 5, '$' is not defined. +build/public/src/admin/manage/users.js: line 484, col 5, '$' is not defined. +build/public/src/admin/manage/users.js: line 488, col 5, '$' is not defined. +build/public/src/admin/manage/users.js: line 529, col 18, '$' is not defined. +build/public/src/admin/manage/users.js: line 538, col 7, '$' is not defined. +build/public/src/admin/manage/users.js: line 574, col 23, '$' is not defined. +build/public/src/admin/manage/users.js: line 606, col 7, '$' is not defined. +build/public/src/admin/manage/users.js: line 608, col 19, '$' is not defined. +build/public/src/admin/manage/users.js: line 609, col 16, '$' is not defined. +build/public/src/admin/manage/users.js: line 613, col 5, '$' is not defined. +build/public/src/admin/manage/users.js: line 614, col 5, '$' is not defined. +build/public/src/admin/manage/users.js: line 623, col 16, '$' is not defined. +build/public/src/admin/manage/users.js: line 624, col 5, '$' is not defined. +build/public/src/admin/manage/users.js: line 641, col 7, '$' is not defined. +build/public/src/admin/manage/users.js: line 645, col 7, '$' is not defined. +build/public/src/admin/manage/users.js: line 646, col 7, '$' is not defined. +build/public/src/admin/manage/users.js: line 648, col 7, '$' is not defined. +build/public/src/admin/manage/users.js: line 649, col 12, '$' is not defined. +build/public/src/admin/manage/users.js: line 650, col 9, '$' is not defined. +build/public/src/admin/manage/users.js: line 651, col 9, '$' is not defined. +build/public/src/admin/manage/users.js: line 655, col 9, '$' is not defined. +build/public/src/admin/manage/users.js: line 657, col 9, '$' is not defined. +build/public/src/admin/manage/users.js: line 659, col 9, '$' is not defined. +build/public/src/admin/manage/users.js: line 662, col 9, '$' is not defined. +build/public/src/admin/manage/users.js: line 668, col 9, '$' is not defined. +build/public/src/admin/manage/users.js: line 669, col 22, '$' is not defined. +build/public/src/admin/manage/users.js: line 670, col 25, '$' is not defined. +build/public/src/admin/manage/users.js: line 676, col 12, '$' is not defined. +build/public/src/admin/manage/users.js: line 680, col 5, '$' is not defined. +build/public/src/admin/manage/users.js: line 681, col 21, '$' is not defined. +build/public/src/admin/manage/users.js: line 701, col 5, '$' is not defined. +build/public/src/admin/manage/users.js: line 702, col 11, '$' is not defined. +build/public/src/admin/manage/users.js: line 703, col 22, '$' is not defined. +build/public/src/admin/manage/users.js: line 711, col 5, '$' is not defined. +build/public/src/admin/manage/users.js: line 712, col 21, '$' is not defined. +build/public/src/admin/manage/users.js: line 717, col 5, '$' is not defined. +build/public/src/admin/manage/users.js: line 9, col 32, 'ajaxify' is not defined. +build/public/src/admin/manage/users.js: line 13, col 7, 'ajaxify' is not defined. +build/public/src/admin/manage/users.js: line 49, col 16, 'ajaxify' is not defined. +build/public/src/admin/manage/users.js: line 81, col 44, 'ajaxify' is not defined. +build/public/src/admin/manage/users.js: line 200, col 22, 'ajaxify' is not defined. +build/public/src/admin/manage/users.js: line 224, col 32, 'ajaxify' is not defined. +build/public/src/admin/manage/users.js: line 530, col 15, 'ajaxify' is not defined. +build/public/src/admin/manage/users.js: line 590, col 13, 'ajaxify' is not defined. +build/public/src/admin/manage/users.js: line 688, col 11, 'ajaxify' is not defined. +build/public/src/admin/manage/users.js: line 689, col 32, 'ajaxify' is not defined. +build/public/src/admin/manage/users.js: line 695, col 7, 'ajaxify' is not defined. +build/public/src/admin/manage/users.js: line 732, col 9, 'ajaxify' is not defined. +build/public/src/admin/manage/users.js: line 10, col 21, 'utils' is not defined. +build/public/src/admin/manage/users.js: line 214, col 20, 'utils' is not defined. +build/public/src/admin/manage/users.js: line 613, col 35, 'utils' is not defined. +build/public/src/admin/manage/users.js: line 618, col 20, 'utils' is not defined. +build/public/src/admin/manage/users.js: line 686, col 22, 'utils' is not defined. +build/public/src/admin/manage/users.js: line 729, col 24, 'utils' is not defined. +build/public/src/admin/manage/users.js: line 17, col 7, 'socket' is not defined. +build/public/src/admin/manage/users.js: line 74, col 15, 'socket' is not defined. +build/public/src/admin/manage/users.js: line 155, col 7, 'socket' is not defined. +build/public/src/admin/manage/users.js: line 218, col 15, 'socket' is not defined. +build/public/src/admin/manage/users.js: line 348, col 7, 'socket' is not defined. +build/public/src/admin/manage/users.js: line 381, col 9, 'socket' is not defined. +build/public/src/admin/manage/users.js: line 401, col 7, 'socket' is not defined. +build/public/src/admin/manage/users.js: line 462, col 11, 'socket' is not defined. +build/public/src/admin/manage/users.js: line 475, col 11, 'socket' is not defined. +build/public/src/admin/manage/users.js: line 25, col 36, 'config' is not defined. +build/public/src/admin/manage/users.js: line 624, col 11, 'config' is not defined. +build/public/src/admin/manage/users.js: line 626, col 19, 'config' is not defined. +build/public/src/admin/manage/users.js: line 170, col 17, 'app' is not defined. +build/public/src/admin/manage/users.js: line 644, col 5, 'app' is not defined. + +build/public/src/admin/modules/change-email.js: line 12, col 110, Line is too long. +build/public/src/admin/modules/change-email.js: line 3, col 1, 'define' is not defined. +build/public/src/admin/modules/change-email.js: line 12, col 72, 'utils' is not defined. + +build/public/src/admin/modules/checkboxRowSelector.js: line 3, col 1, 'define' is not defined. +build/public/src/admin/modules/checkboxRowSelector.js: line 10, col 23, '$' is not defined. +build/public/src/admin/modules/checkboxRowSelector.js: line 16, col 24, '$' is not defined. +build/public/src/admin/modules/checkboxRowSelector.js: line 25, col 22, '$' is not defined. +build/public/src/admin/modules/checkboxRowSelector.js: line 31, col 25, '$' is not defined. +build/public/src/admin/modules/checkboxRowSelector.js: line 39, col 25, '$' is not defined. + +build/public/src/admin/modules/dashboard-line-graph.js: line 38, col 104, Line is too long. +build/public/src/admin/modules/dashboard-line-graph.js: line 47, col 104, Line is too long. +build/public/src/admin/modules/dashboard-line-graph.js: line 61, col 102, Line is too long. +build/public/src/admin/modules/dashboard-line-graph.js: line 204, col 106, Line is too long. +build/public/src/admin/modules/dashboard-line-graph.js: line 36, col 25, 'utils' is not defined. +build/public/src/admin/modules/dashboard-line-graph.js: line 188, col 33, 'utils' is not defined. +build/public/src/admin/modules/dashboard-line-graph.js: line 190, col 33, 'utils' is not defined. +build/public/src/admin/modules/dashboard-line-graph.js: line 47, col 34, 'ajaxify' is not defined. +build/public/src/admin/modules/dashboard-line-graph.js: line 177, col 11, 'ajaxify' is not defined. +build/public/src/admin/modules/dashboard-line-graph.js: line 178, col 11, 'ajaxify' is not defined. +build/public/src/admin/modules/dashboard-line-graph.js: line 179, col 12, 'ajaxify' is not defined. +build/public/src/admin/modules/dashboard-line-graph.js: line 204, col 76, 'ajaxify' is not defined. +build/public/src/admin/modules/dashboard-line-graph.js: line 205, col 19, 'ajaxify' is not defined. +build/public/src/admin/modules/dashboard-line-graph.js: line 205, col 46, 'ajaxify' is not defined. +build/public/src/admin/modules/dashboard-line-graph.js: line 206, col 7, 'ajaxify' is not defined. +build/public/src/admin/modules/dashboard-line-graph.js: line 66, col 22, '$' is not defined. +build/public/src/admin/modules/dashboard-line-graph.js: line 103, col 3, '$' is not defined. +build/public/src/admin/modules/dashboard-line-graph.js: line 105, col 20, '$' is not defined. +build/public/src/admin/modules/dashboard-line-graph.js: line 106, col 9, '$' is not defined. +build/public/src/admin/modules/dashboard-line-graph.js: line 110, col 17, '$' is not defined. +build/public/src/admin/modules/dashboard-line-graph.js: line 114, col 9, '$' is not defined. +build/public/src/admin/modules/dashboard-line-graph.js: line 119, col 3, '$' is not defined. +build/public/src/admin/modules/dashboard-line-graph.js: line 120, col 22, '$' is not defined. +build/public/src/admin/modules/dashboard-line-graph.js: line 198, col 21, '$' is not defined. +build/public/src/admin/modules/dashboard-line-graph.js: line 199, col 23, '$' is not defined. +build/public/src/admin/modules/dashboard-line-graph.js: line 204, col 29, 'config' is not defined. + +build/public/src/admin/modules/instance.js: line 3, col 1, 'define' is not defined. +build/public/src/admin/modules/instance.js: line 16, col 5, '$' is not defined. +build/public/src/admin/modules/instance.js: line 48, col 5, '$' is not defined. +build/public/src/admin/modules/instance.js: line 30, col 5, 'socket' is not defined. +build/public/src/admin/modules/instance.js: line 62, col 5, 'socket' is not defined. + +build/public/src/admin/modules/search.js: line 36, col 119, Line is too long. +build/public/src/admin/modules/search.js: line 84, col 118, Line is too long. +build/public/src/admin/modules/search.js: line 85, col 132, Line is too long. +build/public/src/admin/modules/search.js: line 3, col 1, 'define' is not defined. +build/public/src/admin/modules/search.js: line 13, col 23, 'utils' is not defined. +build/public/src/admin/modules/search.js: line 36, col 72, 'config' is not defined. +build/public/src/admin/modules/search.js: line 74, col 10, 'config' is not defined. +build/public/src/admin/modules/search.js: line 85, col 63, 'config' is not defined. +build/public/src/admin/modules/search.js: line 160, col 25, 'config' is not defined. +build/public/src/admin/modules/search.js: line 49, col 10, 'app' is not defined. +build/public/src/admin/modules/search.js: line 53, col 5, 'socket' is not defined. +build/public/src/admin/modules/search.js: line 63, col 23, '$' is not defined. +build/public/src/admin/modules/search.js: line 65, col 25, '$' is not defined. +build/public/src/admin/modules/search.js: line 85, col 119, 'escape' is not defined. +build/public/src/admin/modules/search.js: line 160, col 81, 'escape' is not defined. +build/public/src/admin/modules/search.js: line 87, col 7, 'ajaxify' is not defined. + +build/public/src/admin/modules/selectable.js: line 4, col 1, 'define' is not defined. +build/public/src/admin/modules/selectable.js: line 10, col 5, '$' is not defined. + +build/public/src/admin/plugins/composer-default.js: line 1, col 107, Line is too long. + +build/public/src/admin/settings/activitypub.js: line 28, col 67, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/admin/settings/activitypub.js: line 29, col 109, Line is too long. +build/public/src/admin/settings/activitypub.js: line 55, col 104, Line is too long. +build/public/src/admin/settings/activitypub.js: line 55, col 88, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/admin/settings/activitypub.js: line 56, col 115, Line is too long. +build/public/src/admin/settings/activitypub.js: line 75, col 60, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/admin/settings/activitypub.js: line 76, col 103, Line is too long. +build/public/src/admin/settings/activitypub.js: line 101, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/admin/settings/activitypub.js: line 132, col 61, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/admin/settings/activitypub.js: line 133, col 109, Line is too long. +build/public/src/admin/settings/activitypub.js: line 3, col 1, 'define' is not defined. +build/public/src/admin/settings/activitypub.js: line 56, col 36, 'app' is not defined. +build/public/src/admin/settings/activitypub.js: line 133, col 30, 'app' is not defined. +build/public/src/admin/settings/activitypub.js: line 59, col 19, '$' is not defined. +build/public/src/admin/settings/activitypub.js: line 136, col 13, '$' is not defined. + +build/public/src/admin/settings/api.js: line 3, col 164, Line is too long. +build/public/src/admin/settings/api.js: line 49, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/admin/settings/api.js: line 51, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/admin/settings/api.js: line 97, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/admin/settings/api.js: line 101, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/admin/settings/api.js: line 141, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/admin/settings/api.js: line 145, col 62, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/admin/settings/api.js: line 158, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/admin/settings/api.js: line 162, col 60, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/admin/settings/api.js: line 3, col 1, 'define' is not defined. +build/public/src/admin/settings/api.js: line 7, col 31, '$' is not defined. +build/public/src/admin/settings/api.js: line 8, col 5, '$' is not defined. +build/public/src/admin/settings/api.js: line 9, col 33, '$' is not defined. +build/public/src/admin/settings/api.js: line 16, col 5, '$' is not defined. +build/public/src/admin/settings/api.js: line 74, col 11, '$' is not defined. +build/public/src/admin/settings/api.js: line 117, col 11, '$' is not defined. +build/public/src/admin/settings/api.js: line 171, col 11, '$' is not defined. +build/public/src/admin/settings/api.js: line 65, col 20, 'ajaxify' is not defined. +build/public/src/admin/settings/api.js: line 68, col 11, 'ajaxify' is not defined. +build/public/src/admin/settings/api.js: line 69, col 54, 'ajaxify' is not defined. +build/public/src/admin/settings/api.js: line 112, col 54, 'ajaxify' is not defined. +build/public/src/admin/settings/api.js: line 166, col 54, 'ajaxify' is not defined. +build/public/src/admin/settings/api.js: line 69, col 32, 'app' is not defined. +build/public/src/admin/settings/api.js: line 112, col 32, 'app' is not defined. +build/public/src/admin/settings/api.js: line 166, col 32, 'app' is not defined. + +build/public/src/admin/settings/cookies.js: line 3, col 1, 'define' is not defined. +build/public/src/admin/settings/cookies.js: line 7, col 5, '$' is not defined. +build/public/src/admin/settings/cookies.js: line 8, col 7, 'socket' is not defined. +build/public/src/admin/settings/cookies.js: line 12, col 32, 'config' is not defined. + +build/public/src/admin/settings/email.js: line 4, col 1, 'define' is not defined. +build/public/src/admin/settings/email.js: line 13, col 5, '$' is not defined. +build/public/src/admin/settings/email.js: line 15, col 5, '$' is not defined. +build/public/src/admin/settings/email.js: line 30, col 5, '$' is not defined. +build/public/src/admin/settings/email.js: line 31, col 51, '$' is not defined. +build/public/src/admin/settings/email.js: line 43, col 5, '$' is not defined. +build/public/src/admin/settings/email.js: line 51, col 25, '$' is not defined. +build/public/src/admin/settings/email.js: line 59, col 7, '$' is not defined. +build/public/src/admin/settings/email.js: line 62, col 5, '$' is not defined. +build/public/src/admin/settings/email.js: line 64, col 28, '$' is not defined. +build/public/src/admin/settings/email.js: line 66, col 11, '$' is not defined. +build/public/src/admin/settings/email.js: line 76, col 26, '$' is not defined. +build/public/src/admin/settings/email.js: line 78, col 9, '$' is not defined. +build/public/src/admin/settings/email.js: line 86, col 25, '$' is not defined. +build/public/src/admin/settings/email.js: line 103, col 7, '$' is not defined. +build/public/src/admin/settings/email.js: line 112, col 7, '$' is not defined. +build/public/src/admin/settings/email.js: line 118, col 24, '$' is not defined. +build/public/src/admin/settings/email.js: line 119, col 7, '$' is not defined. +build/public/src/admin/settings/email.js: line 122, col 5, '$' is not defined. +build/public/src/admin/settings/email.js: line 26, col 5, 'socket' is not defined. +build/public/src/admin/settings/email.js: line 31, col 7, 'socket' is not defined. +build/public/src/admin/settings/email.js: line 94, col 5, 'socket' is not defined. +build/public/src/admin/settings/email.js: line 53, col 7, 'ajaxify' is not defined. +build/public/src/admin/settings/email.js: line 63, col 7, 'ajaxify' is not defined. +build/public/src/admin/settings/email.js: line 75, col 5, 'ajaxify' is not defined. + +build/public/src/admin/settings/general.js: line 4, col 1, 'define' is not defined. +build/public/src/admin/settings/general.js: line 8, col 5, '$' is not defined. +build/public/src/admin/settings/general.js: line 9, col 7, '$' is not defined. +build/public/src/admin/settings/general.js: line 11, col 5, '$' is not defined. +build/public/src/admin/settings/general.js: line 12, col 7, '$' is not defined. +build/public/src/admin/settings/general.js: line 14, col 5, '$' is not defined. +build/public/src/admin/settings/general.js: line 15, col 7, '$' is not defined. +build/public/src/admin/settings/general.js: line 17, col 5, '$' is not defined. +build/public/src/admin/settings/general.js: line 18, col 7, '$' is not defined. +build/public/src/admin/settings/general.js: line 20, col 5, '$' is not defined. +build/public/src/admin/settings/general.js: line 21, col 7, '$' is not defined. +build/public/src/admin/settings/general.js: line 24, col 5, '$' is not defined. +build/public/src/admin/settings/general.js: line 30, col 9, '$' is not defined. +build/public/src/admin/settings/general.js: line 31, col 7, '$' is not defined. +build/public/src/admin/settings/general.js: line 33, col 7, '$' is not defined. + +build/public/src/admin/settings/navigation.js: line 35, col 114, Line is too long. +build/public/src/admin/settings/navigation.js: line 44, col 117, Line is too long. +build/public/src/admin/settings/navigation.js: line 57, col 28, If a strict mode function is executed using function invocation, its 'this' value will be undefined. +build/public/src/admin/settings/navigation.js: line 89, col 105, Line is too long. +build/public/src/admin/settings/navigation.js: line 157, col 21, If a strict mode function is executed using function invocation, its 'this' value will be undefined. +build/public/src/admin/settings/navigation.js: line 164, col 19, If a strict mode function is executed using function invocation, its 'this' value will be undefined. +build/public/src/admin/settings/navigation.js: line 4, col 1, 'define' is not defined. +build/public/src/admin/settings/navigation.js: line 17, col 17, 'ajaxify' is not defined. +build/public/src/admin/settings/navigation.js: line 86, col 19, 'ajaxify' is not defined. +build/public/src/admin/settings/navigation.js: line 19, col 5, '$' is not defined. +build/public/src/admin/settings/navigation.js: line 26, col 5, '$' is not defined. +build/public/src/admin/settings/navigation.js: line 27, col 15, '$' is not defined. +build/public/src/admin/settings/navigation.js: line 30, col 5, '$' is not defined. +build/public/src/admin/settings/navigation.js: line 31, col 22, '$' is not defined. +build/public/src/admin/settings/navigation.js: line 35, col 9, '$' is not defined. +build/public/src/admin/settings/navigation.js: line 41, col 5, '$' is not defined. +build/public/src/admin/settings/navigation.js: line 42, col 18, '$' is not defined. +build/public/src/admin/settings/navigation.js: line 44, col 7, '$' is not defined. +build/public/src/admin/settings/navigation.js: line 47, col 5, '$' is not defined. +build/public/src/admin/settings/navigation.js: line 49, col 5, '$' is not defined. +build/public/src/admin/settings/navigation.js: line 53, col 5, '$' is not defined. +build/public/src/admin/settings/navigation.js: line 57, col 26, '$' is not defined. +build/public/src/admin/settings/navigation.js: line 63, col 5, '$' is not defined. +build/public/src/admin/settings/navigation.js: line 64, col 5, '$' is not defined. +build/public/src/admin/settings/navigation.js: line 66, col 25, '$' is not defined. +build/public/src/admin/settings/navigation.js: line 67, col 5, '$' is not defined. +build/public/src/admin/settings/navigation.js: line 76, col 16, '$' is not defined. +build/public/src/admin/settings/navigation.js: line 83, col 28, '$' is not defined. +build/public/src/admin/settings/navigation.js: line 91, col 16, '$' is not defined. +build/public/src/admin/settings/navigation.js: line 101, col 16, '$' is not defined. +build/public/src/admin/settings/navigation.js: line 102, col 11, '$' is not defined. +build/public/src/admin/settings/navigation.js: line 118, col 5, '$' is not defined. +build/public/src/admin/settings/navigation.js: line 119, col 20, '$' is not defined. +build/public/src/admin/settings/navigation.js: line 123, col 18, '$' is not defined. +build/public/src/admin/settings/navigation.js: line 157, col 19, '$' is not defined. +build/public/src/admin/settings/navigation.js: line 158, col 5, '$' is not defined. +build/public/src/admin/settings/navigation.js: line 159, col 5, '$' is not defined. +build/public/src/admin/settings/navigation.js: line 164, col 17, '$' is not defined. +build/public/src/admin/settings/navigation.js: line 170, col 5, '$' is not defined. +build/public/src/admin/settings/navigation.js: line 143, col 5, 'socket' is not defined. + +build/public/src/admin/settings/notifications.js: line 3, col 1, 'define' is not defined. +build/public/src/admin/settings/notifications.js: line 9, col 25, '$' is not defined. + +build/public/src/admin/settings.js: line 5, col 101, Line is too long. +build/public/src/admin/settings.js: line 24, col 130, Line is too long. +build/public/src/admin/settings.js: line 82, col 130, Line is too long. +build/public/src/admin/settings.js: line 4, col 1, 'define' is not defined. +build/public/src/admin/settings.js: line 10, col 21, '$' is not defined. +build/public/src/admin/settings.js: line 11, col 19, '$' is not defined. +build/public/src/admin/settings.js: line 12, col 21, '$' is not defined. +build/public/src/admin/settings.js: line 13, col 23, '$' is not defined. +build/public/src/admin/settings.js: line 17, col 23, '$' is not defined. +build/public/src/admin/settings.js: line 30, col 22, '$' is not defined. +build/public/src/admin/settings.js: line 31, col 9, '$' is not defined. +build/public/src/admin/settings.js: line 36, col 11, '$' is not defined. +build/public/src/admin/settings.js: line 41, col 31, '$' is not defined. +build/public/src/admin/settings.js: line 47, col 24, '$' is not defined. +build/public/src/admin/settings.js: line 49, col 9, '$' is not defined. +build/public/src/admin/settings.js: line 59, col 20, '$' is not defined. +build/public/src/admin/settings.js: line 61, col 21, '$' is not defined. +build/public/src/admin/settings.js: line 62, col 23, '$' is not defined. +build/public/src/admin/settings.js: line 125, col 5, '$' is not defined. +build/public/src/admin/settings.js: line 152, col 5, '$' is not defined. +build/public/src/admin/settings.js: line 153, col 25, '$' is not defined. +build/public/src/admin/settings.js: line 163, col 11, '$' is not defined. +build/public/src/admin/settings.js: line 170, col 5, '$' is not defined. +build/public/src/admin/settings.js: line 186, col 21, '$' is not defined. +build/public/src/admin/settings.js: line 70, col 7, 'app' is not defined. +build/public/src/admin/settings.js: line 70, col 19, 'app' is not defined. +build/public/src/admin/settings.js: line 71, col 7, 'app' is not defined. +build/public/src/admin/settings.js: line 78, col 11, 'app' is not defined. +build/public/src/admin/settings.js: line 80, col 36, 'app' is not defined. +build/public/src/admin/settings.js: line 83, col 21, 'app' is not defined. +build/public/src/admin/settings.js: line 111, col 9, 'app' is not defined. +build/public/src/admin/settings.js: line 175, col 5, 'app' is not defined. +build/public/src/admin/settings.js: line 219, col 9, 'app' is not defined. +build/public/src/admin/settings.js: line 89, col 7, 'ajaxify' is not defined. +build/public/src/admin/settings.js: line 126, col 7, 'socket' is not defined. +build/public/src/admin/settings.js: line 179, col 5, 'socket' is not defined. +build/public/src/admin/settings.js: line 213, col 5, 'socket' is not defined. + +build/public/src/ajaxify.js: line 48, col 91, Script URL. +build/public/src/ajaxify.js: line 59, col 111, Line is too long. +build/public/src/ajaxify.js: line 59, col 70, Script URL. +build/public/src/ajaxify.js: line 71, col 104, Line is too long. +build/public/src/ajaxify.js: line 130, col 117, Line is too long. +build/public/src/ajaxify.js: line 160, col 113, Line is too long. +build/public/src/ajaxify.js: line 172, col 127, Line is too long. +build/public/src/ajaxify.js: line 173, col 128, Line is too long. +build/public/src/ajaxify.js: line 295, col 104, Line is too long. +build/public/src/ajaxify.js: line 320, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/ajaxify.js: line 420, col 101, Line is too long. +build/public/src/ajaxify.js: line 434, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/ajaxify.js: line 436, col 107, Line is too long. +build/public/src/ajaxify.js: line 517, col 44, The Function constructor is a form of eval. +build/public/src/ajaxify.js: line 537, col 146, Line is too long. +build/public/src/ajaxify.js: line 538, col 126, Line is too long. +build/public/src/ajaxify.js: line 575, col 129, Line is too long. +build/public/src/ajaxify.js: line 605, col 101, Line is too long. +build/public/src/ajaxify.js: line 607, col 108, Line is too long. +build/public/src/ajaxify.js: line 10, col 1, 'ajaxify' is not defined. +build/public/src/ajaxify.js: line 18, col 3, 'ajaxify' is not defined. +build/public/src/ajaxify.js: line 19, col 3, 'ajaxify' is not defined. +build/public/src/ajaxify.js: line 20, col 3, 'ajaxify' is not defined. +build/public/src/ajaxify.js: line 27, col 3, 'ajaxify' is not defined. +build/public/src/ajaxify.js: line 86, col 3, 'ajaxify' is not defined. +build/public/src/ajaxify.js: line 91, col 11, 'ajaxify' is not defined. +build/public/src/ajaxify.js: line 92, col 45, 'ajaxify' is not defined. +build/public/src/ajaxify.js: line 94, col 7, 'ajaxify' is not defined. +build/public/src/ajaxify.js: line 95, col 9, 'ajaxify' is not defined. +build/public/src/ajaxify.js: line 98, col 42, 'ajaxify' is not defined. +build/public/src/ajaxify.js: line 102, col 9, 'ajaxify' is not defined. +build/public/src/ajaxify.js: line 106, col 5, 'ajaxify' is not defined. +build/public/src/ajaxify.js: line 108, col 9, 'ajaxify' is not defined. +build/public/src/ajaxify.js: line 112, col 27, 'ajaxify' is not defined. +build/public/src/ajaxify.js: line 116, col 5, 'ajaxify' is not defined. +build/public/src/ajaxify.js: line 116, col 26, 'ajaxify' is not defined. +build/public/src/ajaxify.js: line 122, col 43, 'ajaxify' is not defined. +build/public/src/ajaxify.js: line 126, col 11, 'ajaxify' is not defined. +build/public/src/ajaxify.js: line 130, col 61, 'ajaxify' is not defined. +build/public/src/ajaxify.js: line 130, col 96, 'ajaxify' is not defined. +build/public/src/ajaxify.js: line 134, col 25, 'ajaxify' is not defined. +build/public/src/ajaxify.js: line 137, col 5, 'ajaxify' is not defined. +build/public/src/ajaxify.js: line 143, col 9, 'ajaxify' is not defined. +build/public/src/ajaxify.js: line 159, col 3, 'ajaxify' is not defined. +build/public/src/ajaxify.js: line 160, col 17, 'ajaxify' is not defined. +build/public/src/ajaxify.js: line 161, col 5, 'ajaxify' is not defined. +build/public/src/ajaxify.js: line 162, col 5, 'ajaxify' is not defined. +build/public/src/ajaxify.js: line 162, col 22, 'ajaxify' is not defined. +build/public/src/ajaxify.js: line 166, col 3, 'ajaxify' is not defined. +build/public/src/ajaxify.js: line 167, col 12, 'ajaxify' is not defined. +build/public/src/ajaxify.js: line 170, col 3, 'ajaxify' is not defined. +build/public/src/ajaxify.js: line 171, col 11, 'ajaxify' is not defined. +build/public/src/ajaxify.js: line 182, col 3, 'ajaxify' is not defined. +build/public/src/ajaxify.js: line 183, col 11, 'ajaxify' is not defined. +build/public/src/ajaxify.js: line 192, col 5, 'ajaxify' is not defined. +build/public/src/ajaxify.js: line 197, col 3, 'ajaxify' is not defined. +build/public/src/ajaxify.js: line 198, col 5, 'ajaxify' is not defined. +build/public/src/ajaxify.js: line 199, col 5, 'ajaxify' is not defined. +build/public/src/ajaxify.js: line 217, col 18, 'ajaxify' is not defined. +build/public/src/ajaxify.js: line 223, col 11, 'ajaxify' is not defined. +build/public/src/ajaxify.js: line 243, col 13, 'ajaxify' is not defined. +build/public/src/ajaxify.js: line 261, col 9, 'ajaxify' is not defined. +build/public/src/ajaxify.js: line 292, col 3, 'ajaxify' is not defined. +build/public/src/ajaxify.js: line 314, col 5, 'ajaxify' is not defined. +build/public/src/ajaxify.js: line 346, col 5, 'ajaxify' is not defined. +build/public/src/ajaxify.js: line 361, col 3, 'ajaxify' is not defined. +build/public/src/ajaxify.js: line 363, col 10, 'ajaxify' is not defined. +build/public/src/ajaxify.js: line 368, col 42, 'ajaxify' is not defined. +build/public/src/ajaxify.js: line 369, col 39, 'ajaxify' is not defined. +build/public/src/ajaxify.js: line 373, col 5, 'ajaxify' is not defined. +build/public/src/ajaxify.js: line 374, col 77, 'ajaxify' is not defined. +build/public/src/ajaxify.js: line 377, col 5, 'ajaxify' is not defined. +build/public/src/ajaxify.js: line 384, col 3, 'ajaxify' is not defined. +build/public/src/ajaxify.js: line 388, col 9, 'ajaxify' is not defined. +build/public/src/ajaxify.js: line 391, col 9, 'ajaxify' is not defined. +build/public/src/ajaxify.js: line 398, col 3, 'ajaxify' is not defined. +build/public/src/ajaxify.js: line 405, col 3, 'ajaxify' is not defined. +build/public/src/ajaxify.js: line 406, col 5, 'ajaxify' is not defined. +build/public/src/ajaxify.js: line 406, col 16, 'ajaxify' is not defined. +build/public/src/ajaxify.js: line 409, col 3, 'ajaxify' is not defined. +build/public/src/ajaxify.js: line 464, col 3, 'ajaxify' is not defined. +build/public/src/ajaxify.js: line 465, col 11, 'ajaxify' is not defined. +build/public/src/ajaxify.js: line 490, col 9, 'ajaxify' is not defined. +build/public/src/ajaxify.js: line 511, col 3, 'ajaxify' is not defined. +build/public/src/ajaxify.js: line 528, col 3, 'ajaxify' is not defined. +build/public/src/ajaxify.js: line 534, col 3, 'ajaxify' is not defined. +build/public/src/ajaxify.js: line 551, col 29, 'ajaxify' is not defined. +build/public/src/ajaxify.js: line 565, col 9, 'ajaxify' is not defined. +build/public/src/ajaxify.js: line 566, col 9, 'ajaxify' is not defined. +build/public/src/ajaxify.js: line 595, col 24, 'ajaxify' is not defined. +build/public/src/ajaxify.js: line 608, col 17, 'ajaxify' is not defined. +build/public/src/ajaxify.js: line 612, col 15, 'ajaxify' is not defined. +build/public/src/ajaxify.js: line 619, col 21, 'ajaxify' is not defined. +build/public/src/ajaxify.js: line 37, col 60, 'config' is not defined. +build/public/src/ajaxify.js: line 46, col 71, 'config' is not defined. +build/public/src/ajaxify.js: line 71, col 39, 'config' is not defined. +build/public/src/ajaxify.js: line 77, col 44, 'config' is not defined. +build/public/src/ajaxify.js: line 123, col 38, 'config' is not defined. +build/public/src/ajaxify.js: line 172, col 89, 'config' is not defined. +build/public/src/ajaxify.js: line 173, col 90, 'config' is not defined. +build/public/src/ajaxify.js: line 176, col 19, 'config' is not defined. +build/public/src/ajaxify.js: line 203, col 15, 'config' is not defined. +build/public/src/ajaxify.js: line 224, col 38, 'config' is not defined. +build/public/src/ajaxify.js: line 232, col 32, 'config' is not defined. +build/public/src/ajaxify.js: line 280, col 13, 'config' is not defined. +build/public/src/ajaxify.js: line 282, col 55, 'config' is not defined. +build/public/src/ajaxify.js: line 399, col 24, 'config' is not defined. +build/public/src/ajaxify.js: line 400, col 23, 'config' is not defined. +build/public/src/ajaxify.js: line 470, col 12, 'config' is not defined. +build/public/src/ajaxify.js: line 491, col 23, 'config' is not defined. +build/public/src/ajaxify.js: line 513, col 15, 'config' is not defined. +build/public/src/ajaxify.js: line 550, col 58, 'config' is not defined. +build/public/src/ajaxify.js: line 552, col 34, 'config' is not defined. +build/public/src/ajaxify.js: line 563, col 33, 'config' is not defined. +build/public/src/ajaxify.js: line 585, col 71, 'config' is not defined. +build/public/src/ajaxify.js: line 586, col 52, 'config' is not defined. +build/public/src/ajaxify.js: line 598, col 51, 'config' is not defined. +build/public/src/ajaxify.js: line 599, col 17, 'config' is not defined. +build/public/src/ajaxify.js: line 604, col 24, 'config' is not defined. +build/public/src/ajaxify.js: line 605, col 32, 'config' is not defined. +build/public/src/ajaxify.js: line 611, col 24, 'config' is not defined. +build/public/src/ajaxify.js: line 46, col 26, 'utils' is not defined. +build/public/src/ajaxify.js: line 585, col 28, 'utils' is not defined. +build/public/src/ajaxify.js: line 88, col 10, 'socket' is not defined. +build/public/src/ajaxify.js: line 88, col 39, 'app' is not defined. +build/public/src/ajaxify.js: line 89, col 7, 'app' is not defined. +build/public/src/ajaxify.js: line 122, col 5, 'app' is not defined. +build/public/src/ajaxify.js: line 124, col 7, 'app' is not defined. +build/public/src/ajaxify.js: line 231, col 9, 'app' is not defined. +build/public/src/ajaxify.js: line 381, col 5, 'app' is not defined. +build/public/src/ajaxify.js: line 410, col 21, 'app' is not defined. +build/public/src/ajaxify.js: line 435, col 34, 'app' is not defined. +build/public/src/ajaxify.js: line 473, col 24, 'app' is not defined. +build/public/src/ajaxify.js: line 529, col 5, 'app' is not defined. +build/public/src/ajaxify.js: line 622, col 15, 'app' is not defined. +build/public/src/ajaxify.js: line 622, col 28, 'app' is not defined. +build/public/src/ajaxify.js: line 622, col 68, 'app' is not defined. +build/public/src/ajaxify.js: line 630, col 19, 'app' is not defined. +build/public/src/ajaxify.js: line 92, col 9, '$' is not defined. +build/public/src/ajaxify.js: line 96, col 9, '$' is not defined. +build/public/src/ajaxify.js: line 98, col 7, '$' is not defined. +build/public/src/ajaxify.js: line 118, col 9, '$' is not defined. +build/public/src/ajaxify.js: line 135, col 5, '$' is not defined. +build/public/src/ajaxify.js: line 227, col 9, '$' is not defined. +build/public/src/ajaxify.js: line 258, col 9, '$' is not defined. +build/public/src/ajaxify.js: line 259, col 9, '$' is not defined. +build/public/src/ajaxify.js: line 267, col 9, '$' is not defined. +build/public/src/ajaxify.js: line 289, col 31, '$' is not defined. +build/public/src/ajaxify.js: line 469, col 14, '$' is not defined. +build/public/src/ajaxify.js: line 512, col 5, '$' is not defined. +build/public/src/ajaxify.js: line 530, col 5, '$' is not defined. +build/public/src/ajaxify.js: line 557, col 1, '$' is not defined. +build/public/src/ajaxify.js: line 579, col 5, '$' is not defined. +build/public/src/ajaxify.js: line 599, col 53, '$' is not defined. + +build/public/src/app.js: line 31, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/app.js: line 33, col 121, Line is too long. +build/public/src/app.js: line 33, col 13, 'dynamic import' is only available in ES11 (use 'esversion: 11'). +build/public/src/app.js: line 71, col 113, Line is too long. +build/public/src/app.js: line 125, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/app.js: line 130, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/app.js: line 139, col 122, Line is too long. +build/public/src/app.js: line 139, col 27, 'dynamic import' is only available in ES11 (use 'esversion: 11'). +build/public/src/app.js: line 141, col 122, Line is too long. +build/public/src/app.js: line 141, col 27, 'dynamic import' is only available in ES11 (use 'esversion: 11'). +build/public/src/app.js: line 143, col 102, Line is too long. +build/public/src/app.js: line 143, col 27, 'dynamic import' is only available in ES11 (use 'esversion: 11'). +build/public/src/app.js: line 299, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/app.js: line 357, col 122, Line is too long. +build/public/src/app.js: line 14, col 32, 'config' is not defined. +build/public/src/app.js: line 49, col 21, 'config' is not defined. +build/public/src/app.js: line 176, col 20, 'config' is not defined. +build/public/src/app.js: line 356, col 10, 'config' is not defined. +build/public/src/app.js: line 357, col 40, 'config' is not defined. +build/public/src/app.js: line 357, col 94, 'config' is not defined. +build/public/src/app.js: line 20, col 1, 'app' is not defined. +build/public/src/app.js: line 22, col 23, 'app' is not defined. +build/public/src/app.js: line 27, col 1, 'app' is not defined. +build/public/src/app.js: line 28, col 1, 'app' is not defined. +build/public/src/app.js: line 29, col 1, 'app' is not defined. +build/public/src/app.js: line 30, col 1, 'app' is not defined. +build/public/src/app.js: line 32, col 9, 'app' is not defined. +build/public/src/app.js: line 32, col 33, 'app' is not defined. +build/public/src/app.js: line 33, col 100, 'app' is not defined. +build/public/src/app.js: line 35, col 5, 'app' is not defined. +build/public/src/app.js: line 49, col 3, 'app' is not defined. +build/public/src/app.js: line 51, col 3, 'app' is not defined. +build/public/src/app.js: line 59, col 3, 'app' is not defined. +build/public/src/app.js: line 91, col 18, 'app' is not defined. +build/public/src/app.js: line 94, col 3, 'app' is not defined. +build/public/src/app.js: line 96, col 3, 'app' is not defined. +build/public/src/app.js: line 99, col 7, 'app' is not defined. +build/public/src/app.js: line 125, col 3, 'app' is not defined. +build/public/src/app.js: line 154, col 3, 'app' is not defined. +build/public/src/app.js: line 156, col 19, 'app' is not defined. +build/public/src/app.js: line 156, col 35, 'app' is not defined. +build/public/src/app.js: line 157, col 28, 'app' is not defined. +build/public/src/app.js: line 158, col 7, 'app' is not defined. +build/public/src/app.js: line 163, col 11, 'app' is not defined. +build/public/src/app.js: line 175, col 3, 'app' is not defined. +build/public/src/app.js: line 179, col 26, 'app' is not defined. +build/public/src/app.js: line 180, col 5, 'app' is not defined. +build/public/src/app.js: line 183, col 9, 'app' is not defined. +build/public/src/app.js: line 218, col 3, 'app' is not defined. +build/public/src/app.js: line 230, col 3, 'app' is not defined. +build/public/src/app.js: line 251, col 3, 'app' is not defined. +build/public/src/app.js: line 255, col 5, 'app' is not defined. +build/public/src/app.js: line 256, col 5, 'app' is not defined. +build/public/src/app.js: line 259, col 3, 'app' is not defined. +build/public/src/app.js: line 266, col 3, 'app' is not defined. +build/public/src/app.js: line 280, col 3, 'app' is not defined. +build/public/src/app.js: line 299, col 3, 'app' is not defined. +build/public/src/app.js: line 308, col 32, 'app' is not defined. +build/public/src/app.js: line 316, col 3, 'app' is not defined. +build/public/src/app.js: line 330, col 3, 'app' is not defined. +build/public/src/app.js: line 31, col 3, '$' is not defined. +build/public/src/app.js: line 55, col 7, '$' is not defined. +build/public/src/app.js: line 97, col 5, '$' is not defined. +build/public/src/app.js: line 202, col 5, '$' is not defined. +build/public/src/app.js: line 206, col 25, '$' is not defined. +build/public/src/app.js: line 220, col 20, '$' is not defined. +build/public/src/app.js: line 232, col 7, '$' is not defined. +build/public/src/app.js: line 239, col 7, '$' is not defined. +build/public/src/app.js: line 240, col 24, '$' is not defined. +build/public/src/app.js: line 244, col 13, '$' is not defined. +build/public/src/app.js: line 254, col 5, '$' is not defined. +build/public/src/app.js: line 255, col 28, '$' is not defined. +build/public/src/app.js: line 317, col 16, '$' is not defined. +build/public/src/app.js: line 345, col 14, '$' is not defined. +build/public/src/app.js: line 40, col 49, 'ajaxify' is not defined. +build/public/src/app.js: line 42, col 3, 'ajaxify' is not defined. +build/public/src/app.js: line 53, col 7, 'ajaxify' is not defined. +build/public/src/app.js: line 55, col 40, 'ajaxify' is not defined. +build/public/src/app.js: line 288, col 32, 'ajaxify' is not defined. +build/public/src/app.js: line 288, col 52, 'ajaxify' is not defined. +build/public/src/app.js: line 293, col 34, 'ajaxify' is not defined. +build/public/src/app.js: line 294, col 37, 'ajaxify' is not defined. +build/public/src/app.js: line 294, col 57, 'ajaxify' is not defined. +build/public/src/app.js: line 309, col 21, 'ajaxify' is not defined. +build/public/src/app.js: line 310, col 7, 'ajaxify' is not defined. +build/public/src/app.js: line 363, col 31, 'ajaxify' is not defined. +build/public/src/app.js: line 365, col 19, 'ajaxify' is not defined. +build/public/src/app.js: line 47, col 25, 'utils' is not defined. +build/public/src/app.js: line 192, col 24, 'utils' is not defined. +build/public/src/app.js: line 118, col 7, 'overrides' is not defined. +build/public/src/app.js: line 253, col 5, 'overrides' is not defined. +build/public/src/app.js: line 156, col 9, 'socket' is not defined. +build/public/src/app.js: line 159, col 7, 'socket' is not defined. +build/public/src/app.js: line 176, col 10, 'socket' is not defined. +build/public/src/app.js: line 181, col 5, 'socket' is not defined. + +build/public/src/client/account/best.js: line 4, col 104, Line is too long. +build/public/src/client/account/best.js: line 4, col 1, 'define' is not defined. +build/public/src/client/account/best.js: line 10, col 5, '$' is not defined. + +build/public/src/client/account/blocks.js: line 55, col 102, Line is too long. +build/public/src/client/account/blocks.js: line 55, col 84, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/account/blocks.js: line 64, col 66, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/account/blocks.js: line 70, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/account/blocks.js: line 3, col 1, 'define' is not defined. +build/public/src/client/account/blocks.js: line 13, col 25, '$' is not defined. +build/public/src/client/account/blocks.js: line 17, col 5, '$' is not defined. +build/public/src/client/account/blocks.js: line 55, col 5, '$' is not defined. +build/public/src/client/account/blocks.js: line 57, col 22, '$' is not defined. +build/public/src/client/account/blocks.js: line 58, col 26, '$' is not defined. +build/public/src/client/account/blocks.js: line 64, col 5, '$' is not defined. +build/public/src/client/account/blocks.js: line 65, col 26, '$' is not defined. +build/public/src/client/account/blocks.js: line 65, col 52, '$' is not defined. +build/public/src/client/account/blocks.js: line 79, col 5, '$' is not defined. +build/public/src/client/account/blocks.js: line 83, col 11, '$' is not defined. +build/public/src/client/account/blocks.js: line 84, col 11, '$' is not defined. +build/public/src/client/account/blocks.js: line 17, col 35, 'utils' is not defined. +build/public/src/client/account/blocks.js: line 46, col 9, 'app' is not defined. +build/public/src/client/account/blocks.js: line 81, col 9, 'app' is not defined. +build/public/src/client/account/blocks.js: line 71, col 12, 'socket' is not defined. +build/public/src/client/account/blocks.js: line 73, col 19, 'ajaxify' is not defined. +build/public/src/client/account/blocks.js: line 79, col 44, 'ajaxify' is not defined. +build/public/src/client/account/blocks.js: line 89, col 9, 'ajaxify' is not defined. +build/public/src/client/account/blocks.js: line 89, col 20, 'ajaxify' is not defined. +build/public/src/client/account/blocks.js: line 79, col 11, 'config' is not defined. + +build/public/src/client/account/bookmarks.js: line 4, col 109, Line is too long. +build/public/src/client/account/bookmarks.js: line 4, col 1, 'define' is not defined. +build/public/src/client/account/bookmarks.js: line 10, col 5, '$' is not defined. + +build/public/src/client/account/categories.js: line 4, col 110, Line is too long. +build/public/src/client/account/categories.js: line 15, col 141, Line is too long. +build/public/src/client/account/categories.js: line 16, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/account/categories.js: line 24, col 120, Line is too long. +build/public/src/client/account/categories.js: line 24, col 54, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/account/categories.js: line 36, col 141, Line is too long. +build/public/src/client/account/categories.js: line 37, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/account/categories.js: line 50, col 104, Line is too long. +build/public/src/client/account/categories.js: line 51, col 107, Line is too long. +build/public/src/client/account/categories.js: line 53, col 104, Line is too long. +build/public/src/client/account/categories.js: line 54, col 107, Line is too long. +build/public/src/client/account/categories.js: line 56, col 110, Line is too long. +build/public/src/client/account/categories.js: line 57, col 113, Line is too long. +build/public/src/client/account/categories.js: line 59, col 104, Line is too long. +build/public/src/client/account/categories.js: line 60, col 107, Line is too long. +build/public/src/client/account/categories.js: line 4, col 1, 'define' is not defined. +build/public/src/client/account/categories.js: line 10, col 5, 'ajaxify' is not defined. +build/public/src/client/account/categories.js: line 19, col 23, 'ajaxify' is not defined. +build/public/src/client/account/categories.js: line 39, col 23, 'ajaxify' is not defined. +build/public/src/client/account/categories.js: line 14, col 5, '$' is not defined. +build/public/src/client/account/categories.js: line 20, col 7, '$' is not defined. +build/public/src/client/account/categories.js: line 21, col 19, '$' is not defined. +build/public/src/client/account/categories.js: line 34, col 22, '$' is not defined. +build/public/src/client/account/categories.js: line 49, col 24, '$' is not defined. + +build/public/src/client/account/consent.js: line 4, col 107, Line is too long. +build/public/src/client/account/consent.js: line 20, col 108, Line is too long. +build/public/src/client/account/consent.js: line 21, col 102, Line is too long. +build/public/src/client/account/consent.js: line 22, col 108, Line is too long. +build/public/src/client/account/consent.js: line 4, col 1, 'define' is not defined. +build/public/src/client/account/consent.js: line 10, col 5, '$' is not defined. +build/public/src/client/account/consent.js: line 20, col 18, '$' is not defined. +build/public/src/client/account/consent.js: line 21, col 18, '$' is not defined. +build/public/src/client/account/consent.js: line 22, col 18, '$' is not defined. +build/public/src/client/account/consent.js: line 11, col 7, 'socket' is not defined. +build/public/src/client/account/consent.js: line 16, col 9, 'ajaxify' is not defined. +build/public/src/client/account/consent.js: line 26, col 28, 'ajaxify' is not defined. + +build/public/src/client/account/downvoted.js: line 4, col 109, Line is too long. +build/public/src/client/account/downvoted.js: line 4, col 1, 'define' is not defined. +build/public/src/client/account/downvoted.js: line 10, col 5, '$' is not defined. + +build/public/src/client/account/edit/password.js: line 3, col 1, 'define' is not defined. +build/public/src/client/account/edit/password.js: line 15, col 29, '$' is not defined. +build/public/src/client/account/edit/password.js: line 16, col 29, '$' is not defined. +build/public/src/client/account/edit/password.js: line 17, col 37, '$' is not defined. +build/public/src/client/account/edit/password.js: line 18, col 22, '$' is not defined. +build/public/src/client/account/edit/password.js: line 19, col 30, '$' is not defined. +build/public/src/client/account/edit/password.js: line 62, col 5, '$' is not defined. +build/public/src/client/account/edit/password.js: line 66, col 19, '$' is not defined. +build/public/src/client/account/edit/password.js: line 27, col 9, 'utils' is not defined. +build/public/src/client/account/edit/password.js: line 29, col 32, 'ajaxify' is not defined. +build/public/src/client/account/edit/password.js: line 31, col 39, 'ajaxify' is not defined. +build/public/src/client/account/edit/password.js: line 69, col 29, 'ajaxify' is not defined. +build/public/src/client/account/edit/password.js: line 74, col 57, 'ajaxify' is not defined. +build/public/src/client/account/edit/password.js: line 77, col 15, 'ajaxify' is not defined. +build/public/src/client/account/edit/password.js: line 77, col 36, 'ajaxify' is not defined. +build/public/src/client/account/edit/password.js: line 74, col 26, 'app' is not defined. +build/public/src/client/account/edit/password.js: line 75, col 38, 'config' is not defined. + +build/public/src/client/account/edit/username.js: line 31, col 105, Line is too long. +build/public/src/client/account/edit/username.js: line 32, col 105, Line is too long. +build/public/src/client/account/edit/username.js: line 33, col 120, Line is too long. +build/public/src/client/account/edit/username.js: line 34, col 128, Line is too long. +build/public/src/client/account/edit/username.js: line 36, col 123, Line is too long. +build/public/src/client/account/edit/username.js: line 37, col 119, Line is too long. +build/public/src/client/account/edit/username.js: line 3, col 1, 'define' is not defined. +build/public/src/client/account/edit/username.js: line 11, col 5, '$' is not defined. +build/public/src/client/account/edit/username.js: line 13, col 14, '$' is not defined. +build/public/src/client/account/edit/username.js: line 14, col 19, '$' is not defined. +build/public/src/client/account/edit/username.js: line 15, col 19, '$' is not defined. +build/public/src/client/account/edit/username.js: line 26, col 19, '$' is not defined. +build/public/src/client/account/edit/username.js: line 32, col 11, '$' is not defined. +build/public/src/client/account/edit/username.js: line 33, col 11, '$' is not defined. +build/public/src/client/account/edit/username.js: line 34, col 11, '$' is not defined. +build/public/src/client/account/edit/username.js: line 35, col 11, '$' is not defined. +build/public/src/client/account/edit/username.js: line 36, col 11, '$' is not defined. +build/public/src/client/account/edit/username.js: line 37, col 11, '$' is not defined. +build/public/src/client/account/edit/username.js: line 31, col 86, 'app' is not defined. +build/public/src/client/account/edit/username.js: line 32, col 62, 'config' is not defined. +build/public/src/client/account/edit/username.js: line 33, col 67, 'config' is not defined. +build/public/src/client/account/edit/username.js: line 34, col 71, 'config' is not defined. +build/public/src/client/account/edit/username.js: line 40, col 9, 'ajaxify' is not defined. + +build/public/src/client/account/edit.js: line 31, col 105, Line is too long. +build/public/src/client/account/edit.js: line 46, col 107, Line is too long. +build/public/src/client/account/edit.js: line 85, col 150, Line is too long. +build/public/src/client/account/edit.js: line 171, col 106, Line is too long. +build/public/src/client/account/edit.js: line 3, col 1, 'define' is not defined. +build/public/src/client/account/edit.js: line 18, col 5, '$' is not defined. +build/public/src/client/account/edit.js: line 21, col 7, '$' is not defined. +build/public/src/client/account/edit.js: line 31, col 7, '$' is not defined. +build/public/src/client/account/edit.js: line 46, col 19, '$' is not defined. +build/public/src/client/account/edit.js: line 47, col 33, '$' is not defined. +build/public/src/client/account/edit.js: line 49, col 22, '$' is not defined. +build/public/src/client/account/edit.js: line 54, col 20, '$' is not defined. +build/public/src/client/account/edit.js: line 71, col 9, '$' is not defined. +build/public/src/client/account/edit.js: line 83, col 5, '$' is not defined. +build/public/src/client/account/edit.js: line 94, col 23, '$' is not defined. +build/public/src/client/account/edit.js: line 124, col 5, '$' is not defined. +build/public/src/client/account/edit.js: line 125, col 19, '$' is not defined. +build/public/src/client/account/edit.js: line 141, col 16, '$' is not defined. +build/public/src/client/account/edit.js: line 142, col 5, '$' is not defined. +build/public/src/client/account/edit.js: line 145, col 7, '$' is not defined. +build/public/src/client/account/edit.js: line 150, col 16, '$' is not defined. +build/public/src/client/account/edit.js: line 151, col 5, '$' is not defined. +build/public/src/client/account/edit.js: line 154, col 7, '$' is not defined. +build/public/src/client/account/edit.js: line 160, col 5, '$' is not defined. +build/public/src/client/account/edit.js: line 161, col 23, '$' is not defined. +build/public/src/client/account/edit.js: line 163, col 7, '$' is not defined. +build/public/src/client/account/edit.js: line 167, col 5, '$' is not defined. +build/public/src/client/account/edit.js: line 169, col 9, '$' is not defined. +build/public/src/client/account/edit.js: line 170, col 9, '$' is not defined. +build/public/src/client/account/edit.js: line 171, col 9, '$' is not defined. +build/public/src/client/account/edit.js: line 173, col 23, '$' is not defined. +build/public/src/client/account/edit.js: line 175, col 7, '$' is not defined. +build/public/src/client/account/edit.js: line 179, col 5, '$' is not defined. +build/public/src/client/account/edit.js: line 180, col 18, '$' is not defined. +build/public/src/client/account/edit.js: line 183, col 5, '$' is not defined. +build/public/src/client/account/edit.js: line 184, col 18, '$' is not defined. +build/public/src/client/account/edit.js: line 20, col 9, 'ajaxify' is not defined. +build/public/src/client/account/edit.js: line 20, col 54, 'ajaxify' is not defined. +build/public/src/client/account/edit.js: line 30, col 10, 'ajaxify' is not defined. +build/public/src/client/account/edit.js: line 30, col 33, 'ajaxify' is not defined. +build/public/src/client/account/edit.js: line 31, col 49, 'ajaxify' is not defined. +build/public/src/client/account/edit.js: line 33, col 16, 'ajaxify' is not defined. +build/public/src/client/account/edit.js: line 34, col 18, 'ajaxify' is not defined. +build/public/src/client/account/edit.js: line 61, col 20, 'ajaxify' is not defined. +build/public/src/client/account/edit.js: line 93, col 29, 'ajaxify' is not defined. +build/public/src/client/account/edit.js: line 142, col 56, 'ajaxify' is not defined. +build/public/src/client/account/edit.js: line 145, col 58, 'ajaxify' is not defined. +build/public/src/client/account/edit.js: line 151, col 54, 'ajaxify' is not defined. +build/public/src/client/account/edit.js: line 154, col 56, 'ajaxify' is not defined. +build/public/src/client/account/edit.js: line 159, col 37, 'ajaxify' is not defined. +build/public/src/client/account/edit.js: line 31, col 20, 'config' is not defined. +build/public/src/client/account/edit.js: line 109, col 39, 'config' is not defined. +build/public/src/client/account/edit.js: line 126, col 7, 'socket' is not defined. + +build/public/src/client/account/followers.js: line 4, col 1, 'define' is not defined. + +build/public/src/client/account/following.js: line 4, col 1, 'define' is not defined. + +build/public/src/client/account/groups.js: line 4, col 1, 'define' is not defined. +build/public/src/client/account/groups.js: line 10, col 22, '$' is not defined. +build/public/src/client/account/groups.js: line 13, col 25, '$' is not defined. +build/public/src/client/account/groups.js: line 15, col 7, 'ajaxify' is not defined. + +build/public/src/client/account/header.js: line 21, col 109, Line is too long. +build/public/src/client/account/header.js: line 34, col 48, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/account/header.js: line 44, col 52, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/account/header.js: line 51, col 103, Line is too long. +build/public/src/client/account/header.js: line 52, col 105, Line is too long. +build/public/src/client/account/header.js: line 53, col 107, Line is too long. +build/public/src/client/account/header.js: line 54, col 109, Line is too long. +build/public/src/client/account/header.js: line 55, col 109, Line is too long. +build/public/src/client/account/header.js: line 56, col 109, Line is too long. +build/public/src/client/account/header.js: line 57, col 103, Line is too long. +build/public/src/client/account/header.js: line 103, col 134, Line is too long. +build/public/src/client/account/header.js: line 112, col 109, Line is too long. +build/public/src/client/account/header.js: line 113, col 102, Line is too long. +build/public/src/client/account/header.js: line 135, col 22, If a strict mode function is executed using function invocation, its 'this' value will be undefined. +build/public/src/client/account/header.js: line 4, col 1, 'define' is not defined. +build/public/src/client/account/header.js: line 21, col 32, 'ajaxify' is not defined. +build/public/src/client/account/header.js: line 21, col 56, 'ajaxify' is not defined. +build/public/src/client/account/header.js: line 21, col 79, 'ajaxify' is not defined. +build/public/src/client/account/header.js: line 35, col 69, 'ajaxify' is not defined. +build/public/src/client/account/header.js: line 40, col 22, 'ajaxify' is not defined. +build/public/src/client/account/header.js: line 46, col 20, 'ajaxify' is not defined. +build/public/src/client/account/header.js: line 51, col 81, 'ajaxify' is not defined. +build/public/src/client/account/header.js: line 52, col 83, 'ajaxify' is not defined. +build/public/src/client/account/header.js: line 53, col 85, 'ajaxify' is not defined. +build/public/src/client/account/header.js: line 54, col 87, 'ajaxify' is not defined. +build/public/src/client/account/header.js: line 55, col 87, 'ajaxify' is not defined. +build/public/src/client/account/header.js: line 56, col 87, 'ajaxify' is not defined. +build/public/src/client/account/header.js: line 57, col 81, 'ajaxify' is not defined. +build/public/src/client/account/header.js: line 87, col 16, 'ajaxify' is not defined. +build/public/src/client/account/header.js: line 100, col 23, 'ajaxify' is not defined. +build/public/src/client/account/header.js: line 112, col 29, 'ajaxify' is not defined. +build/public/src/client/account/header.js: line 112, col 49, 'ajaxify' is not defined. +build/public/src/client/account/header.js: line 112, col 87, 'ajaxify' is not defined. +build/public/src/client/account/header.js: line 119, col 56, 'ajaxify' is not defined. +build/public/src/client/account/header.js: line 129, col 13, 'ajaxify' is not defined. +build/public/src/client/account/header.js: line 148, col 19, 'ajaxify' is not defined. +build/public/src/client/account/header.js: line 171, col 16, 'ajaxify' is not defined. +build/public/src/client/account/header.js: line 174, col 13, 'ajaxify' is not defined. +build/public/src/client/account/header.js: line 36, col 26, 'app' is not defined. +build/public/src/client/account/header.js: line 45, col 26, 'app' is not defined. +build/public/src/client/account/header.js: line 149, col 19, 'app' is not defined. +build/public/src/client/account/header.js: line 65, col 5, '$' is not defined. +build/public/src/client/account/header.js: line 66, col 20, '$' is not defined. +build/public/src/client/account/header.js: line 69, col 9, '$' is not defined. +build/public/src/client/account/header.js: line 76, col 5, '$' is not defined. +build/public/src/client/account/header.js: line 135, col 20, '$' is not defined. +build/public/src/client/account/header.js: line 86, col 9, 'socket' is not defined. +build/public/src/client/account/header.js: line 147, col 5, 'socket' is not defined. +build/public/src/client/account/header.js: line 170, col 9, 'socket' is not defined. +build/public/src/client/account/header.js: line 103, col 70, 'config' is not defined. + +build/public/src/client/account/ignored.js: line 3, col 109, Line is too long. +build/public/src/client/account/ignored.js: line 3, col 1, 'define' is not defined. + +build/public/src/client/account/info.js: line 4, col 128, Line is too long. +build/public/src/client/account/info.js: line 26, col 110, Line is too long. +build/public/src/client/account/info.js: line 4, col 1, 'define' is not defined. +build/public/src/client/account/info.js: line 14, col 5, '$' is not defined. +build/public/src/client/account/info.js: line 15, col 22, '$' is not defined. +build/public/src/client/account/info.js: line 27, col 11, '$' is not defined. +build/public/src/client/account/info.js: line 34, col 5, '$' is not defined. +build/public/src/client/account/info.js: line 35, col 22, '$' is not defined. +build/public/src/client/account/info.js: line 43, col 5, '$' is not defined. +build/public/src/client/account/info.js: line 44, col 22, '$' is not defined. +build/public/src/client/account/info.js: line 66, col 5, '$' is not defined. +build/public/src/client/account/info.js: line 67, col 22, '$' is not defined. +build/public/src/client/account/info.js: line 74, col 5, '$' is not defined. +build/public/src/client/account/info.js: line 75, col 19, '$' is not defined. +build/public/src/client/account/info.js: line 17, col 7, 'socket' is not defined. +build/public/src/client/account/info.js: line 50, col 7, 'socket' is not defined. +build/public/src/client/account/info.js: line 18, col 14, 'ajaxify' is not defined. +build/public/src/client/account/info.js: line 51, col 14, 'ajaxify' is not defined. +build/public/src/client/account/info.js: line 26, col 9, 'app' is not defined. + +build/public/src/client/account/posts.js: line 4, col 131, Line is too long. +build/public/src/client/account/posts.js: line 4, col 1, 'define' is not defined. +build/public/src/client/account/posts.js: line 13, col 5, '$' is not defined. +build/public/src/client/account/posts.js: line 45, col 7, '$' is not defined. +build/public/src/client/account/posts.js: line 20, col 12, 'ajaxify' is not defined. +build/public/src/client/account/posts.js: line 21, col 10, 'config' is not defined. +build/public/src/client/account/posts.js: line 30, col 20, 'utils' is not defined. +build/public/src/client/account/posts.js: line 44, col 5, 'app' is not defined. + +build/public/src/client/account/profile.js: line 29, col 151, Line is too long. +build/public/src/client/account/profile.js: line 37, col 109, Line is too long. +build/public/src/client/account/profile.js: line 4, col 1, 'define' is not defined. +build/public/src/client/account/profile.js: line 13, col 5, 'app' is not defined. +build/public/src/client/account/profile.js: line 37, col 5, 'app' is not defined. +build/public/src/client/account/profile.js: line 13, col 29, 'ajaxify' is not defined. +build/public/src/client/account/profile.js: line 17, col 18, 'ajaxify' is not defined. +build/public/src/client/account/profile.js: line 33, col 18, 'ajaxify' is not defined. +build/public/src/client/account/profile.js: line 24, col 5, 'socket' is not defined. +build/public/src/client/account/profile.js: line 25, col 5, 'socket' is not defined. +build/public/src/client/account/profile.js: line 29, col 5, '$' is not defined. +build/public/src/client/account/profile.js: line 37, col 26, '$' is not defined. + +build/public/src/client/account/read.js: line 4, col 106, Line is too long. +build/public/src/client/account/read.js: line 4, col 1, 'define' is not defined. + +build/public/src/client/account/sessions.js: line 4, col 134, Line is too long. +build/public/src/client/account/sessions.js: line 4, col 1, 'define' is not defined. +build/public/src/client/account/sessions.js: line 14, col 24, '$' is not defined. +build/public/src/client/account/sessions.js: line 20, col 27, 'ajaxify' is not defined. +build/public/src/client/account/sessions.js: line 26, col 38, 'config' is not defined. + +build/public/src/client/account/settings.js: line 118, col 117, Line is too long. +build/public/src/client/account/settings.js: line 165, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/account/settings.js: line 175, col 47, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/account/settings.js: line 192, col 46, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/account/settings.js: line 220, col 122, Line is too long. +build/public/src/client/account/settings.js: line 221, col 120, Line is too long. +build/public/src/client/account/settings.js: line 4, col 1, 'define' is not defined. +build/public/src/client/account/settings.js: line 10, col 3, '$' is not defined. +build/public/src/client/account/settings.js: line 11, col 20, '$' is not defined. +build/public/src/client/account/settings.js: line 20, col 17, '$' is not defined. +build/public/src/client/account/settings.js: line 20, col 48, '$' is not defined. +build/public/src/client/account/settings.js: line 23, col 5, '$' is not defined. +build/public/src/client/account/settings.js: line 27, col 9, '$' is not defined. +build/public/src/client/account/settings.js: line 39, col 5, '$' is not defined. +build/public/src/client/account/settings.js: line 40, col 14, '$' is not defined. +build/public/src/client/account/settings.js: line 43, col 5, '$' is not defined. +build/public/src/client/account/settings.js: line 55, col 5, '$' is not defined. +build/public/src/client/account/settings.js: line 56, col 15, '$' is not defined. +build/public/src/client/account/settings.js: line 76, col 27, '$' is not defined. +build/public/src/client/account/settings.js: line 77, col 23, '$' is not defined. +build/public/src/client/account/settings.js: line 78, col 26, '$' is not defined. +build/public/src/client/account/settings.js: line 79, col 23, '$' is not defined. +build/public/src/client/account/settings.js: line 109, col 9, '$' is not defined. +build/public/src/client/account/settings.js: line 110, col 7, '$' is not defined. +build/public/src/client/account/settings.js: line 112, col 7, '$' is not defined. +build/public/src/client/account/settings.js: line 113, col 7, '$' is not defined. +build/public/src/client/account/settings.js: line 131, col 34, '$' is not defined. +build/public/src/client/account/settings.js: line 145, col 21, '$' is not defined. +build/public/src/client/account/settings.js: line 157, col 7, '$' is not defined. +build/public/src/client/account/settings.js: line 158, col 7, '$' is not defined. +build/public/src/client/account/settings.js: line 175, col 23, '$' is not defined. +build/public/src/client/account/settings.js: line 180, col 11, '$' is not defined. +build/public/src/client/account/settings.js: line 187, col 7, '$' is not defined. +build/public/src/client/account/settings.js: line 188, col 7, '$' is not defined. +build/public/src/client/account/settings.js: line 192, col 23, '$' is not defined. +build/public/src/client/account/settings.js: line 197, col 11, '$' is not defined. +build/public/src/client/account/settings.js: line 204, col 7, '$' is not defined. +build/public/src/client/account/settings.js: line 205, col 7, '$' is not defined. +build/public/src/client/account/settings.js: line 209, col 5, '$' is not defined. +build/public/src/client/account/settings.js: line 210, col 7, '$' is not defined. +build/public/src/client/account/settings.js: line 214, col 5, '$' is not defined. +build/public/src/client/account/settings.js: line 215, col 7, '$' is not defined. +build/public/src/client/account/settings.js: line 220, col 7, '$' is not defined. +build/public/src/client/account/settings.js: line 220, col 75, '$' is not defined. +build/public/src/client/account/settings.js: line 221, col 7, '$' is not defined. +build/public/src/client/account/settings.js: line 221, col 74, '$' is not defined. +build/public/src/client/account/settings.js: line 13, col 7, 'ajaxify' is not defined. +build/public/src/client/account/settings.js: line 87, col 23, 'ajaxify' is not defined. +build/public/src/client/account/settings.js: line 102, col 70, 'ajaxify' is not defined. +build/public/src/client/account/settings.js: line 27, col 15, 'config' is not defined. +build/public/src/client/account/settings.js: line 91, col 35, 'config' is not defined. +build/public/src/client/account/settings.js: line 96, col 11, 'config' is not defined. +build/public/src/client/account/settings.js: line 97, col 20, 'config' is not defined. +build/public/src/client/account/settings.js: line 98, col 11, 'config' is not defined. +build/public/src/client/account/settings.js: line 119, col 30, 'config' is not defined. +build/public/src/client/account/settings.js: line 126, col 18, 'config' is not defined. +build/public/src/client/account/settings.js: line 149, col 19, 'config' is not defined. +build/public/src/client/account/settings.js: line 152, col 17, 'config' is not defined. +build/public/src/client/account/settings.js: line 169, col 5, 'config' is not defined. +build/public/src/client/account/settings.js: line 102, col 39, 'app' is not defined. +build/public/src/client/account/settings.js: line 166, col 9, 'app' is not defined. +build/public/src/client/account/settings.js: line 167, col 31, 'app' is not defined. +build/public/src/client/account/settings.js: line 177, col 48, 'app' is not defined. +build/public/src/client/account/settings.js: line 183, col 26, 'app' is not defined. +build/public/src/client/account/settings.js: line 194, col 48, 'app' is not defined. +build/public/src/client/account/settings.js: line 200, col 26, 'app' is not defined. + +build/public/src/client/account/tags.js: line 4, col 1, 'define' is not defined. +build/public/src/client/account/tags.js: line 12, col 19, '$' is not defined. +build/public/src/client/account/tags.js: line 22, col 5, 'ajaxify' is not defined. +build/public/src/client/account/tags.js: line 38, col 57, 'ajaxify' is not defined. +build/public/src/client/account/tags.js: line 51, col 57, 'ajaxify' is not defined. + +build/public/src/client/account/topics.js: line 4, col 1, 'define' is not defined. +build/public/src/client/account/topics.js: line 22, col 12, 'ajaxify' is not defined. +build/public/src/client/account/topics.js: line 23, col 10, 'config' is not defined. +build/public/src/client/account/topics.js: line 32, col 20, 'utils' is not defined. +build/public/src/client/account/topics.js: line 46, col 5, 'app' is not defined. +build/public/src/client/account/topics.js: line 47, col 7, '$' is not defined. + +build/public/src/client/account/uploads.js: line 3, col 1, 'define' is not defined. +build/public/src/client/account/uploads.js: line 9, col 5, '$' is not defined. +build/public/src/client/account/uploads.js: line 10, col 18, '$' is not defined. +build/public/src/client/account/uploads.js: line 13, col 7, 'socket' is not defined. +build/public/src/client/account/uploads.js: line 13, col 59, 'ajaxify' is not defined. + +build/public/src/client/account/upvoted.js: line 4, col 107, Line is too long. +build/public/src/client/account/upvoted.js: line 4, col 1, 'define' is not defined. +build/public/src/client/account/upvoted.js: line 10, col 5, '$' is not defined. + +build/public/src/client/account/watched.js: line 4, col 109, Line is too long. +build/public/src/client/account/watched.js: line 4, col 1, 'define' is not defined. + +build/public/src/client/categories.js: line 4, col 1, 'define' is not defined. +build/public/src/client/categories.js: line 8, col 5, 'app' is not defined. +build/public/src/client/categories.js: line 10, col 27, '$' is not defined. +build/public/src/client/categories.js: line 13, col 9, 'ajaxify' is not defined. + +build/public/src/client/category/tools.js: line 120, col 45, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/category/tools.js: line 287, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/category/tools.js: line 294, col 14, 'object spread property' is only available in ES9 (use 'esversion: 9'). +build/public/src/client/category/tools.js: line 298, col 120, Line is too long. +build/public/src/client/category/tools.js: line 326, col 119, Line is too long. +build/public/src/client/category/tools.js: line 5, col 1, 'define' is not defined. +build/public/src/client/category/tools.js: line 20, col 5, '$' is not defined. +build/public/src/client/category/tools.js: line 21, col 38, '$' is not defined. +build/public/src/client/category/tools.js: line 71, col 11, '$' is not defined. +build/public/src/client/category/tools.js: line 189, col 5, '$' is not defined. +build/public/src/client/category/tools.js: line 299, col 7, '$' is not defined. +build/public/src/client/category/tools.js: line 317, col 27, '$' is not defined. +build/public/src/client/category/tools.js: line 318, col 17, '$' is not defined. +build/public/src/client/category/tools.js: line 333, col 17, '$' is not defined. +build/public/src/client/category/tools.js: line 347, col 15, '$' is not defined. +build/public/src/client/category/tools.js: line 65, col 7, 'socket' is not defined. +build/public/src/client/category/tools.js: line 132, col 5, 'socket' is not defined. +build/public/src/client/category/tools.js: line 133, col 5, 'socket' is not defined. +build/public/src/client/category/tools.js: line 134, col 5, 'socket' is not defined. +build/public/src/client/category/tools.js: line 135, col 5, 'socket' is not defined. +build/public/src/client/category/tools.js: line 136, col 5, 'socket' is not defined. +build/public/src/client/category/tools.js: line 137, col 5, 'socket' is not defined. +build/public/src/client/category/tools.js: line 138, col 5, 'socket' is not defined. +build/public/src/client/category/tools.js: line 139, col 5, 'socket' is not defined. +build/public/src/client/category/tools.js: line 178, col 5, 'socket' is not defined. +build/public/src/client/category/tools.js: line 179, col 5, 'socket' is not defined. +build/public/src/client/category/tools.js: line 180, col 5, 'socket' is not defined. +build/public/src/client/category/tools.js: line 181, col 5, 'socket' is not defined. +build/public/src/client/category/tools.js: line 182, col 5, 'socket' is not defined. +build/public/src/client/category/tools.js: line 183, col 5, 'socket' is not defined. +build/public/src/client/category/tools.js: line 184, col 5, 'socket' is not defined. +build/public/src/client/category/tools.js: line 185, col 5, 'socket' is not defined. +build/public/src/client/category/tools.js: line 339, col 11, 'socket' is not defined. +build/public/src/client/category/tools.js: line 92, col 19, 'ajaxify' is not defined. +build/public/src/client/category/tools.js: line 93, col 12, 'ajaxify' is not defined. +build/public/src/client/category/tools.js: line 102, col 11, 'ajaxify' is not defined. +build/public/src/client/category/tools.js: line 127, col 26, 'ajaxify' is not defined. +build/public/src/client/category/tools.js: line 278, col 5, 'ajaxify' is not defined. +build/public/src/client/category/tools.js: line 288, col 9, 'ajaxify' is not defined. +build/public/src/client/category/tools.js: line 308, col 10, 'ajaxify' is not defined. +build/public/src/client/category/tools.js: line 308, col 34, 'ajaxify' is not defined. +build/public/src/client/category/tools.js: line 311, col 23, 'ajaxify' is not defined. +build/public/src/client/category/tools.js: line 292, col 26, 'app' is not defined. +build/public/src/client/category/tools.js: line 312, col 11, 'app' is not defined. +build/public/src/client/category/tools.js: line 312, col 32, 'app' is not defined. +build/public/src/client/category/tools.js: line 316, col 5, 'app' is not defined. + +build/public/src/client/category.js: line 13, col 107, Line is too long. +build/public/src/client/category.js: line 32, col 114, Line is too long. +build/public/src/client/category.js: line 64, col 111, Line is too long. +build/public/src/client/category.js: line 70, col 168, Line is too long. +build/public/src/client/category.js: line 86, col 103, Line is too long. +build/public/src/client/category.js: line 97, col 69, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/category.js: line 99, col 136, Line is too long. +build/public/src/client/category.js: line 133, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/category.js: line 134, col 106, Line is too long. +build/public/src/client/category.js: line 3, col 1, 'define' is not defined. +build/public/src/client/category.js: line 16, col 3, '$' is not defined. +build/public/src/client/category.js: line 45, col 27, '$' is not defined. +build/public/src/client/category.js: line 64, col 35, '$' is not defined. +build/public/src/client/category.js: line 70, col 5, '$' is not defined. +build/public/src/client/category.js: line 71, col 21, '$' is not defined. +build/public/src/client/category.js: line 79, col 9, '$' is not defined. +build/public/src/client/category.js: line 80, col 9, '$' is not defined. +build/public/src/client/category.js: line 82, col 9, '$' is not defined. +build/public/src/client/category.js: line 83, col 9, '$' is not defined. +build/public/src/client/category.js: line 85, col 9, '$' is not defined. +build/public/src/client/category.js: line 86, col 9, '$' is not defined. +build/public/src/client/category.js: line 88, col 9, '$' is not defined. +build/public/src/client/category.js: line 89, col 9, '$' is not defined. +build/public/src/client/category.js: line 97, col 5, '$' is not defined. +build/public/src/client/category.js: line 98, col 19, '$' is not defined. +build/public/src/client/category.js: line 106, col 9, '$' is not defined. +build/public/src/client/category.js: line 23, col 17, 'ajaxify' is not defined. +build/public/src/client/category.js: line 29, col 56, 'ajaxify' is not defined. +build/public/src/client/category.js: line 32, col 54, 'ajaxify' is not defined. +build/public/src/client/category.js: line 47, col 18, 'ajaxify' is not defined. +build/public/src/client/category.js: line 49, col 9, 'ajaxify' is not defined. +build/public/src/client/category.js: line 55, col 50, 'ajaxify' is not defined. +build/public/src/client/category.js: line 56, col 49, 'ajaxify' is not defined. +build/public/src/client/category.js: line 60, col 22, 'ajaxify' is not defined. +build/public/src/client/category.js: line 99, col 65, 'ajaxify' is not defined. +build/public/src/client/category.js: line 99, col 100, 'ajaxify' is not defined. +build/public/src/client/category.js: line 100, col 63, 'ajaxify' is not defined. +build/public/src/client/category.js: line 107, col 9, 'ajaxify' is not defined. +build/public/src/client/category.js: line 107, col 46, 'ajaxify' is not defined. +build/public/src/client/category.js: line 108, col 9, 'ajaxify' is not defined. +build/public/src/client/category.js: line 109, col 35, 'ajaxify' is not defined. +build/public/src/client/category.js: line 110, col 61, 'ajaxify' is not defined. +build/public/src/client/category.js: line 134, col 71, 'ajaxify' is not defined. +build/public/src/client/category.js: line 143, col 63, 'ajaxify' is not defined. +build/public/src/client/category.js: line 25, col 5, 'app' is not defined. +build/public/src/client/category.js: line 104, col 7, 'app' is not defined. +build/public/src/client/category.js: line 31, col 10, 'config' is not defined. +build/public/src/client/category.js: line 147, col 41, 'config' is not defined. +build/public/src/client/category.js: line 61, col 23, 'utils' is not defined. +build/public/src/client/category.js: line 142, col 20, 'utils' is not defined. + +build/public/src/client/chats/create.js: line 12, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/chats/create.js: line 36, col 116, Line is too long. +build/public/src/client/chats/create.js: line 73, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/chats/create.js: line 74, col 115, Line is too long. +build/public/src/client/chats/create.js: line 86, col 101, Line is too long. +build/public/src/client/chats/create.js: line 4, col 1, 'define' is not defined. +build/public/src/client/chats/create.js: line 14, col 9, 'app' is not defined. +build/public/src/client/chats/create.js: line 21, col 24, 'app' is not defined. +build/public/src/client/chats/create.js: line 22, col 13, 'app' is not defined. +build/public/src/client/chats/create.js: line 50, col 18, 'app' is not defined. +build/public/src/client/chats/create.js: line 74, col 28, 'app' is not defined. +build/public/src/client/chats/create.js: line 26, col 19, 'bootbox' is not defined. +build/public/src/client/chats/create.js: line 37, col 26, '$' is not defined. +build/public/src/client/chats/create.js: line 80, col 7, '$' is not defined. +build/public/src/client/chats/create.js: line 85, col 20, '$' is not defined. +build/public/src/client/chats/create.js: line 61, col 15, 'ajaxify' is not defined. + +build/public/src/client/chats/manage.js: line 12, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/chats/manage.js: line 48, col 59, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/chats/manage.js: line 56, col 61, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/chats/manage.js: line 118, col 54, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/chats/manage.js: line 120, col 151, Line is too long. +build/public/src/client/chats/manage.js: line 132, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/chats/manage.js: line 4, col 1, 'define' is not defined. +build/public/src/client/chats/manage.js: line 14, col 11, 'app' is not defined. +build/public/src/client/chats/manage.js: line 28, col 26, 'app' is not defined. +build/public/src/client/chats/manage.js: line 30, col 15, 'app' is not defined. +build/public/src/client/chats/manage.js: line 50, col 33, 'app' is not defined. +build/public/src/client/chats/manage.js: line 57, col 29, 'app' is not defined. +build/public/src/client/chats/manage.js: line 144, col 23, 'app' is not defined. +build/public/src/client/chats/manage.js: line 21, col 27, 'ajaxify' is not defined. +build/public/src/client/chats/manage.js: line 23, col 26, 'ajaxify' is not defined. +build/public/src/client/chats/manage.js: line 31, col 15, 'ajaxify' is not defined. +build/public/src/client/chats/manage.js: line 85, col 11, 'ajaxify' is not defined. +build/public/src/client/chats/manage.js: line 86, col 11, 'ajaxify' is not defined. +build/public/src/client/chats/manage.js: line 87, col 11, 'ajaxify' is not defined. +build/public/src/client/chats/manage.js: line 33, col 15, 'bootbox' is not defined. +build/public/src/client/chats/manage.js: line 89, col 11, '$' is not defined. +build/public/src/client/chats/manage.js: line 92, col 11, '$' is not defined. +build/public/src/client/chats/manage.js: line 96, col 13, '$' is not defined. +build/public/src/client/chats/manage.js: line 123, col 12, 'utils' is not defined. + +build/public/src/client/chats/message-search.js: line 60, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/chats/message-search.js: line 77, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/chats/message-search.js: line 83, col 101, Line is too long. +build/public/src/client/chats/message-search.js: line 4, col 1, 'define' is not defined. +build/public/src/client/chats/message-search.js: line 25, col 31, 'utils' is not defined. +build/public/src/client/chats/message-search.js: line 66, col 5, 'socket' is not defined. +build/public/src/client/chats/message-search.js: line 87, col 24, 'app' is not defined. +build/public/src/client/chats/message-search.js: line 89, col 27, 'app' is not defined. +build/public/src/client/chats/message-search.js: line 89, col 47, 'app' is not defined. + +build/public/src/client/chats/messages.js: line 12, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/chats/messages.js: line 136, col 118, Line is too long. +build/public/src/client/chats/messages.js: line 180, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/chats/messages.js: line 201, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/chats/messages.js: line 340, col 116, Line is too long. +build/public/src/client/chats/messages.js: line 4, col 1, 'define' is not defined. +build/public/src/client/chats/messages.js: line 53, col 29, 'config' is not defined. +build/public/src/client/chats/messages.js: line 98, col 24, '$' is not defined. +build/public/src/client/chats/messages.js: line 123, col 30, '$' is not defined. +build/public/src/client/chats/messages.js: line 169, col 30, '$' is not defined. +build/public/src/client/chats/messages.js: line 294, col 26, '$' is not defined. +build/public/src/client/chats/messages.js: line 300, col 13, '$' is not defined. +build/public/src/client/chats/messages.js: line 309, col 22, '$' is not defined. +build/public/src/client/chats/messages.js: line 326, col 22, '$' is not defined. +build/public/src/client/chats/messages.js: line 340, col 37, '$' is not defined. +build/public/src/client/chats/messages.js: line 131, col 27, 'app' is not defined. +build/public/src/client/chats/messages.js: line 131, col 47, 'app' is not defined. +build/public/src/client/chats/messages.js: line 134, col 7, 'app' is not defined. +build/public/src/client/chats/messages.js: line 136, col 7, 'app' is not defined. +build/public/src/client/chats/messages.js: line 203, col 26, 'app' is not defined. +build/public/src/client/chats/messages.js: line 224, col 25, 'app' is not defined. +build/public/src/client/chats/messages.js: line 280, col 63, 'app' is not defined. +build/public/src/client/chats/messages.js: line 310, col 61, 'app' is not defined. +build/public/src/client/chats/messages.js: line 311, col 70, 'app' is not defined. +build/public/src/client/chats/messages.js: line 327, col 61, 'app' is not defined. +build/public/src/client/chats/messages.js: line 328, col 70, 'app' is not defined. +build/public/src/client/chats/messages.js: line 268, col 5, 'socket' is not defined. +build/public/src/client/chats/messages.js: line 269, col 5, 'socket' is not defined. +build/public/src/client/chats/messages.js: line 271, col 5, 'socket' is not defined. +build/public/src/client/chats/messages.js: line 272, col 5, 'socket' is not defined. +build/public/src/client/chats/messages.js: line 274, col 5, 'socket' is not defined. +build/public/src/client/chats/messages.js: line 275, col 5, 'socket' is not defined. + +build/public/src/client/chats/pinned-messages.js: line 9, col 61, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/chats/pinned-messages.js: line 10, col 101, Line is too long. +build/public/src/client/chats/pinned-messages.js: line 25, col 40, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/chats/pinned-messages.js: line 38, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/chats/pinned-messages.js: line 52, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/chats/pinned-messages.js: line 60, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/chats/pinned-messages.js: line 4, col 1, 'define' is not defined. +build/public/src/client/chats/pinned-messages.js: line 9, col 5, '$' is not defined. +build/public/src/client/chats/pinned-messages.js: line 67, col 7, '$' is not defined. +build/public/src/client/chats/pinned-messages.js: line 74, col 7, '$' is not defined. +build/public/src/client/chats/pinned-messages.js: line 25, col 25, 'utils' is not defined. +build/public/src/client/chats/pinned-messages.js: line 53, col 18, 'app' is not defined. +build/public/src/client/chats/pinned-messages.js: line 54, col 16, 'ajaxify' is not defined. +build/public/src/client/chats/pinned-messages.js: line 55, col 27, 'ajaxify' is not defined. +build/public/src/client/chats/pinned-messages.js: line 61, col 50, 'ajaxify' is not defined. + +build/public/src/client/chats/recent.js: line 10, col 101, Line is too long. +build/public/src/client/chats/recent.js: line 32, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/chats/recent.js: line 4, col 1, 'define' is not defined. +build/public/src/client/chats/recent.js: line 9, col 7, '$' is not defined. +build/public/src/client/chats/recent.js: line 22, col 7, '$' is not defined. +build/public/src/client/chats/recent.js: line 23, col 23, '$' is not defined. +build/public/src/client/chats/recent.js: line 33, col 25, '$' is not defined. +build/public/src/client/chats/recent.js: line 59, col 7, '$' is not defined. +build/public/src/client/chats/recent.js: line 22, col 51, 'utils' is not defined. +build/public/src/client/chats/recent.js: line 39, col 12, 'ajaxify' is not defined. +build/public/src/client/chats/recent.js: line 58, col 5, 'app' is not defined. + +build/public/src/client/chats/user-list.js: line 28, col 59, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/chats/user-list.js: line 49, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/chats/user-list.js: line 50, col 121, Line is too long. +build/public/src/client/chats/user-list.js: line 59, col 40, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/chats/user-list.js: line 74, col 40, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/chats/user-list.js: line 4, col 1, 'define' is not defined. +build/public/src/client/chats/user-list.js: line 25, col 5, '$' is not defined. +build/public/src/client/chats/user-list.js: line 29, col 27, 'app' is not defined. +build/public/src/client/chats/user-list.js: line 50, col 40, 'app' is not defined. +build/public/src/client/chats/user-list.js: line 53, col 29, 'app' is not defined. +build/public/src/client/chats/user-list.js: line 50, col 9, 'ajaxify' is not defined. +build/public/src/client/chats/user-list.js: line 59, col 25, 'utils' is not defined. +build/public/src/client/chats/user-list.js: line 74, col 25, 'utils' is not defined. + +build/public/src/client/chats/user-search.js: line 52, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/chats/user-search.js: line 63, col 111, Line is too long. +build/public/src/client/chats/user-search.js: line 4, col 1, 'define' is not defined. +build/public/src/client/chats/user-search.js: line 13, col 47, 'utils' is not defined. +build/public/src/client/chats/user-search.js: line 14, col 25, '$' is not defined. +build/public/src/client/chats/user-search.js: line 18, col 52, '$' is not defined. +build/public/src/client/chats/user-search.js: line 33, col 25, '$' is not defined. +build/public/src/client/chats/user-search.js: line 53, col 25, '$' is not defined. +build/public/src/client/chats/user-search.js: line 56, col 50, 'app' is not defined. +build/public/src/client/chats/user-search.js: line 63, col 24, 'app' is not defined. + +build/public/src/client/chats.js: line 138, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/chats.js: line 162, col 103, Line is too long. +build/public/src/client/chats.js: line 182, col 53, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/chats.js: line 186, col 121, Line is too long. +build/public/src/client/chats.js: line 219, col 131, Line is too long. +build/public/src/client/chats.js: line 228, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/chats.js: line 323, col 101, Line is too long. +build/public/src/client/chats.js: line 337, col 105, Line is too long. +build/public/src/client/chats.js: line 369, col 103, Line is too long. +build/public/src/client/chats.js: line 491, col 108, Line is too long. +build/public/src/client/chats.js: line 535, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/chats.js: line 595, col 12, 'object spread property' is only available in ES9 (use 'esversion: 9'). +build/public/src/client/chats.js: line 645, col 117, Line is too long. +build/public/src/client/chats.js: line 647, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/chats.js: line 658, col 29, 'object spread property' is only available in ES9 (use 'esversion: 9'). +build/public/src/client/chats.js: line 658, col 46, 'object spread property' is only available in ES9 (use 'esversion: 9'). +build/public/src/client/chats.js: line 661, col 108, Line is too long. +build/public/src/client/chats.js: line 665, col 102, Line is too long. +build/public/src/client/chats.js: line 669, col 110, Line is too long. +build/public/src/client/chats.js: line 722, col 114, Line is too long. +build/public/src/client/chats.js: line 734, col 121, Line is too long. +build/public/src/client/chats.js: line 745, col 183, Line is too long. +build/public/src/client/chats.js: line 755, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/chats.js: line 759, col 112, Line is too long. +build/public/src/client/chats.js: line 763, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/chats.js: line 4, col 1, 'define' is not defined. +build/public/src/client/chats.js: line 35, col 3, '$' is not defined. +build/public/src/client/chats.js: line 49, col 7, '$' is not defined. +build/public/src/client/chats.js: line 56, col 22, '$' is not defined. +build/public/src/client/chats.js: line 72, col 27, '$' is not defined. +build/public/src/client/chats.js: line 87, col 38, '$' is not defined. +build/public/src/client/chats.js: line 92, col 25, '$' is not defined. +build/public/src/client/chats.js: line 93, col 32, '$' is not defined. +build/public/src/client/chats.js: line 95, col 35, '$' is not defined. +build/public/src/client/chats.js: line 95, col 53, '$' is not defined. +build/public/src/client/chats.js: line 110, col 38, '$' is not defined. +build/public/src/client/chats.js: line 112, col 23, '$' is not defined. +build/public/src/client/chats.js: line 113, col 16, '$' is not defined. +build/public/src/client/chats.js: line 114, col 21, '$' is not defined. +build/public/src/client/chats.js: line 115, col 20, '$' is not defined. +build/public/src/client/chats.js: line 116, col 16, '$' is not defined. +build/public/src/client/chats.js: line 119, col 5, '$' is not defined. +build/public/src/client/chats.js: line 133, col 32, '$' is not defined. +build/public/src/client/chats.js: line 141, col 33, '$' is not defined. +build/public/src/client/chats.js: line 161, col 22, '$' is not defined. +build/public/src/client/chats.js: line 164, col 9, '$' is not defined. +build/public/src/client/chats.js: line 167, col 7, '$' is not defined. +build/public/src/client/chats.js: line 184, col 21, '$' is not defined. +build/public/src/client/chats.js: line 196, col 26, '$' is not defined. +build/public/src/client/chats.js: line 230, col 22, '$' is not defined. +build/public/src/client/chats.js: line 258, col 24, '$' is not defined. +build/public/src/client/chats.js: line 268, col 24, '$' is not defined. +build/public/src/client/chats.js: line 277, col 5, '$' is not defined. +build/public/src/client/chats.js: line 290, col 7, '$' is not defined. +build/public/src/client/chats.js: line 426, col 21, '$' is not defined. +build/public/src/client/chats.js: line 429, col 7, '$' is not defined. +build/public/src/client/chats.js: line 455, col 29, '$' is not defined. +build/public/src/client/chats.js: line 462, col 29, '$' is not defined. +build/public/src/client/chats.js: line 599, col 5, '$' is not defined. +build/public/src/client/chats.js: line 656, col 26, '$' is not defined. +build/public/src/client/chats.js: line 660, col 9, '$' is not defined. +build/public/src/client/chats.js: line 664, col 42, '$' is not defined. +build/public/src/client/chats.js: line 678, col 5, '$' is not defined. +build/public/src/client/chats.js: line 699, col 36, '$' is not defined. +build/public/src/client/chats.js: line 722, col 28, '$' is not defined. +build/public/src/client/chats.js: line 734, col 23, '$' is not defined. +build/public/src/client/chats.js: line 745, col 23, '$' is not defined. +build/public/src/client/chats.js: line 747, col 24, '$' is not defined. +build/public/src/client/chats.js: line 759, col 39, '$' is not defined. +build/public/src/client/chats.js: line 821, col 9, '$' is not defined. +build/public/src/client/chats.js: line 823, col 37, '$' is not defined. +build/public/src/client/chats.js: line 36, col 31, 'ajaxify' is not defined. +build/public/src/client/chats.js: line 37, col 9, 'ajaxify' is not defined. +build/public/src/client/chats.js: line 38, col 11, 'ajaxify' is not defined. +build/public/src/client/chats.js: line 39, col 44, 'ajaxify' is not defined. +build/public/src/client/chats.js: line 41, col 11, 'ajaxify' is not defined. +build/public/src/client/chats.js: line 42, col 50, 'ajaxify' is not defined. +build/public/src/client/chats.js: line 54, col 46, 'ajaxify' is not defined. +build/public/src/client/chats.js: line 65, col 21, 'ajaxify' is not defined. +build/public/src/client/chats.js: line 74, col 9, 'ajaxify' is not defined. +build/public/src/client/chats.js: line 76, col 61, 'ajaxify' is not defined. +build/public/src/client/chats.js: line 91, col 24, 'ajaxify' is not defined. +build/public/src/client/chats.js: line 102, col 36, 'ajaxify' is not defined. +build/public/src/client/chats.js: line 240, col 43, 'ajaxify' is not defined. +build/public/src/client/chats.js: line 279, col 22, 'ajaxify' is not defined. +build/public/src/client/chats.js: line 282, col 9, 'ajaxify' is not defined. +build/public/src/client/chats.js: line 282, col 30, 'ajaxify' is not defined. +build/public/src/client/chats.js: line 283, col 39, 'ajaxify' is not defined. +build/public/src/client/chats.js: line 287, col 37, 'ajaxify' is not defined. +build/public/src/client/chats.js: line 318, col 31, 'ajaxify' is not defined. +build/public/src/client/chats.js: line 369, col 13, 'ajaxify' is not defined. +build/public/src/client/chats.js: line 369, col 52, 'ajaxify' is not defined. +build/public/src/client/chats.js: line 477, col 45, 'ajaxify' is not defined. +build/public/src/client/chats.js: line 501, col 17, 'ajaxify' is not defined. +build/public/src/client/chats.js: line 525, col 17, 'ajaxify' is not defined. +build/public/src/client/chats.js: line 619, col 45, 'ajaxify' is not defined. +build/public/src/client/chats.js: line 620, col 9, 'ajaxify' is not defined. +build/public/src/client/chats.js: line 620, col 30, 'ajaxify' is not defined. +build/public/src/client/chats.js: line 637, col 31, 'ajaxify' is not defined. +build/public/src/client/chats.js: line 638, col 40, 'ajaxify' is not defined. +build/public/src/client/chats.js: line 639, col 27, 'ajaxify' is not defined. +build/public/src/client/chats.js: line 641, col 14, 'ajaxify' is not defined. +build/public/src/client/chats.js: line 645, col 57, 'ajaxify' is not defined. +build/public/src/client/chats.js: line 658, col 9, 'ajaxify' is not defined. +build/public/src/client/chats.js: line 658, col 29, 'ajaxify' is not defined. +build/public/src/client/chats.js: line 659, col 9, 'ajaxify' is not defined. +build/public/src/client/chats.js: line 659, col 29, 'ajaxify' is not defined. +build/public/src/client/chats.js: line 679, col 25, 'ajaxify' is not defined. +build/public/src/client/chats.js: line 680, col 27, 'ajaxify' is not defined. +build/public/src/client/chats.js: line 691, col 50, 'ajaxify' is not defined. +build/public/src/client/chats.js: line 731, col 9, 'ajaxify' is not defined. +build/public/src/client/chats.js: line 732, col 61, 'ajaxify' is not defined. +build/public/src/client/chats.js: line 738, col 29, 'ajaxify' is not defined. +build/public/src/client/chats.js: line 739, col 13, 'ajaxify' is not defined. +build/public/src/client/chats.js: line 764, col 10, 'ajaxify' is not defined. +build/public/src/client/chats.js: line 789, col 10, 'ajaxify' is not defined. +build/public/src/client/chats.js: line 39, col 9, 'socket' is not defined. +build/public/src/client/chats.js: line 42, col 9, 'socket' is not defined. +build/public/src/client/chats.js: line 54, col 5, 'socket' is not defined. +build/public/src/client/chats.js: line 638, col 5, 'socket' is not defined. +build/public/src/client/chats.js: line 687, col 5, 'socket' is not defined. +build/public/src/client/chats.js: line 709, col 5, 'socket' is not defined. +build/public/src/client/chats.js: line 721, col 5, 'socket' is not defined. +build/public/src/client/chats.js: line 727, col 5, 'socket' is not defined. +build/public/src/client/chats.js: line 744, col 5, 'socket' is not defined. +build/public/src/client/chats.js: line 755, col 5, 'socket' is not defined. +build/public/src/client/chats.js: line 812, col 7, 'socket' is not defined. +build/public/src/client/chats.js: line 48, col 10, 'utils' is not defined. +build/public/src/client/chats.js: line 55, col 17, 'utils' is not defined. +build/public/src/client/chats.js: line 131, col 30, 'utils' is not defined. +build/public/src/client/chats.js: line 152, col 9, 'utils' is not defined. +build/public/src/client/chats.js: line 300, col 35, 'utils' is not defined. +build/public/src/client/chats.js: line 563, col 10, 'utils' is not defined. +build/public/src/client/chats.js: line 698, col 37, 'utils' is not defined. +build/public/src/client/chats.js: line 702, col 20, 'utils' is not defined. +build/public/src/client/chats.js: line 702, col 40, 'utils' is not defined. +build/public/src/client/chats.js: line 820, col 12, 'utils' is not defined. +build/public/src/client/chats.js: line 131, col 9, 'app' is not defined. +build/public/src/client/chats.js: line 132, col 7, 'app' is not defined. +build/public/src/client/chats.js: line 281, col 11, 'app' is not defined. +build/public/src/client/chats.js: line 281, col 30, 'app' is not defined. +build/public/src/client/chats.js: line 494, col 47, 'app' is not defined. +build/public/src/client/chats.js: line 537, col 26, 'app' is not defined. +build/public/src/client/chats.js: line 618, col 39, 'app' is not defined. +build/public/src/client/chats.js: line 652, col 28, 'app' is not defined. +build/public/src/client/chats.js: line 692, col 30, 'app' is not defined. +build/public/src/client/chats.js: line 713, col 9, 'app' is not defined. +build/public/src/client/chats.js: line 722, col 7, 'app' is not defined. +build/public/src/client/chats.js: line 756, col 24, 'app' is not defined. +build/public/src/client/chats.js: line 764, col 42, 'app' is not defined. +build/public/src/client/chats.js: line 769, col 26, 'app' is not defined. +build/public/src/client/chats.js: line 779, col 28, 'app' is not defined. +build/public/src/client/chats.js: line 640, col 10, 'self' is not defined. +build/public/src/client/chats.js: line 645, col 24, 'config' is not defined. +build/public/src/client/chats.js: line 669, col 77, 'config' is not defined. + +build/public/src/client/compose.js: line 4, col 1, 'define' is not defined. +build/public/src/client/compose.js: line 8, col 23, '$' is not defined. + +build/public/src/client/flags/detail.js: line 4, col 111, Line is too long. +build/public/src/client/flags/detail.js: line 5, col 105, Line is too long. +build/public/src/client/flags/detail.js: line 20, col 43, Expected a 'break' statement before 'case'. +build/public/src/client/flags/detail.js: line 83, col 103, Line is too long. +build/public/src/client/flags/detail.js: line 3, col 1, 'define' is not defined. +build/public/src/client/flags/detail.js: line 10, col 5, '$' is not defined. +build/public/src/client/flags/detail.js: line 11, col 5, '$' is not defined. +build/public/src/client/flags/detail.js: line 13, col 5, '$' is not defined. +build/public/src/client/flags/detail.js: line 15, col 19, '$' is not defined. +build/public/src/client/flags/detail.js: line 20, col 11, '$' is not defined. +build/public/src/client/flags/detail.js: line 24, col 24, '$' is not defined. +build/public/src/client/flags/detail.js: line 10, col 21, 'ajaxify' is not defined. +build/public/src/client/flags/detail.js: line 11, col 24, 'ajaxify' is not defined. +build/public/src/client/flags/detail.js: line 29, col 29, 'ajaxify' is not defined. +build/public/src/client/flags/detail.js: line 43, col 21, 'ajaxify' is not defined. +build/public/src/client/flags/detail.js: line 56, col 34, 'ajaxify' is not defined. +build/public/src/client/flags/detail.js: line 70, col 30, 'ajaxify' is not defined. +build/public/src/client/flags/detail.js: line 86, col 33, 'ajaxify' is not defined. +build/public/src/client/flags/detail.js: line 102, col 43, 'ajaxify' is not defined. +build/public/src/client/flags/detail.js: line 110, col 44, 'ajaxify' is not defined. +build/public/src/client/flags/detail.js: line 118, col 39, 'ajaxify' is not defined. +build/public/src/client/flags/detail.js: line 122, col 39, 'ajaxify' is not defined. +build/public/src/client/flags/detail.js: line 126, col 37, 'ajaxify' is not defined. +build/public/src/client/flags/detail.js: line 130, col 51, 'ajaxify' is not defined. +build/public/src/client/flags/detail.js: line 134, col 50, 'ajaxify' is not defined. +build/public/src/client/flags/detail.js: line 138, col 52, 'ajaxify' is not defined. +build/public/src/client/flags/detail.js: line 144, col 33, 'ajaxify' is not defined. +build/public/src/client/flags/detail.js: line 146, col 17, 'ajaxify' is not defined. +build/public/src/client/flags/detail.js: line 163, col 27, 'ajaxify' is not defined. +build/public/src/client/flags/detail.js: line 169, col 5, 'ajaxify' is not defined. +build/public/src/client/flags/detail.js: line 20, col 30, 'app' is not defined. +build/public/src/client/flags/detail.js: line 181, col 5, 'app' is not defined. + +build/public/src/client/flags/list.js: line 19, col 103, Line is too long. +build/public/src/client/flags/list.js: line 210, col 101, Line is too long. +build/public/src/client/flags/list.js: line 227, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/flags/list.js: line 267, col 113, Line is too long. +build/public/src/client/flags/list.js: line 33, col 7, 'ajaxify' is not defined. +build/public/src/client/flags/list.js: line 34, col 40, 'ajaxify' is not defined. +build/public/src/client/flags/list.js: line 35, col 7, 'ajaxify' is not defined. +build/public/src/client/flags/list.js: line 35, col 35, 'ajaxify' is not defined. +build/public/src/client/flags/list.js: line 48, col 9, 'ajaxify' is not defined. +build/public/src/client/flags/list.js: line 49, col 28, 'ajaxify' is not defined. +build/public/src/client/flags/list.js: line 72, col 7, 'ajaxify' is not defined. +build/public/src/client/flags/list.js: line 106, col 50, 'ajaxify' is not defined. +build/public/src/client/flags/list.js: line 109, col 42, 'ajaxify' is not defined. +build/public/src/client/flags/list.js: line 152, col 3, 'ajaxify' is not defined. +build/public/src/client/flags/list.js: line 255, col 11, 'ajaxify' is not defined. +build/public/src/client/flags/list.js: line 299, col 17, 'ajaxify' is not defined. +build/public/src/client/flags/list.js: line 38, col 23, '$' is not defined. +build/public/src/client/flags/list.js: line 51, col 22, '$' is not defined. +build/public/src/client/flags/list.js: line 75, col 3, '$' is not defined. +build/public/src/client/flags/list.js: line 79, col 21, '$' is not defined. +build/public/src/client/flags/list.js: line 305, col 23, '$' is not defined. +build/public/src/client/flags/list.js: line 217, col 11, 'bootbox' is not defined. +build/public/src/client/flags/list.js: line 231, col 29, 'app' is not defined. +build/public/src/client/flags/list.js: line 280, col 23, 'utils' is not defined. +build/public/src/client/flags/list.js: line 284, col 7, 'utils' is not defined. + +build/public/src/client/groups/details.js: line 58, col 136, Line is too long. +build/public/src/client/groups/details.js: line 70, col 102, Line is too long. +build/public/src/client/groups/details.js: line 82, col 110, Line is too long. +build/public/src/client/groups/details.js: line 114, col 113, Line is too long. +build/public/src/client/groups/details.js: line 120, col 113, Line is too long. +build/public/src/client/groups/details.js: line 177, col 134, Line is too long. +build/public/src/client/groups/details.js: line 180, col 123, Line is too long. +build/public/src/client/groups/details.js: line 180, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/groups/details.js: line 234, col 112, Line is too long. +build/public/src/client/groups/details.js: line 278, col 117, Line is too long. +build/public/src/client/groups/details.js: line 280, col 106, Line is too long. +build/public/src/client/groups/details.js: line 310, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/groups/details.js: line 312, col 105, Line is too long. +build/public/src/client/groups/details.js: line 320, col 134, Line is too long. +build/public/src/client/groups/details.js: line 324, col 70, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/groups/details.js: line 332, col 130, Line is too long. +build/public/src/client/groups/details.js: line 335, col 117, Line is too long. +build/public/src/client/groups/details.js: line 337, col 122, Line is too long. +build/public/src/client/groups/details.js: line 337, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/groups/details.js: line 3, col 1, 'define' is not defined. +build/public/src/client/groups/details.js: line 34, col 17, 'ajaxify' is not defined. +build/public/src/client/groups/details.js: line 36, col 9, 'ajaxify' is not defined. +build/public/src/client/groups/details.js: line 82, col 51, 'ajaxify' is not defined. +build/public/src/client/groups/details.js: line 94, col 32, 'ajaxify' is not defined. +build/public/src/client/groups/details.js: line 98, col 47, 'ajaxify' is not defined. +build/public/src/client/groups/details.js: line 114, col 32, 'ajaxify' is not defined. +build/public/src/client/groups/details.js: line 115, col 19, 'ajaxify' is not defined. +build/public/src/client/groups/details.js: line 120, col 32, 'ajaxify' is not defined. +build/public/src/client/groups/details.js: line 121, col 19, 'ajaxify' is not defined. +build/public/src/client/groups/details.js: line 126, col 30, 'ajaxify' is not defined. +build/public/src/client/groups/details.js: line 136, col 30, 'ajaxify' is not defined. +build/public/src/client/groups/details.js: line 146, col 30, 'ajaxify' is not defined. +build/public/src/client/groups/details.js: line 151, col 15, 'ajaxify' is not defined. +build/public/src/client/groups/details.js: line 158, col 30, 'ajaxify' is not defined. +build/public/src/client/groups/details.js: line 164, col 15, 'ajaxify' is not defined. +build/public/src/client/groups/details.js: line 180, col 68, 'ajaxify' is not defined. +build/public/src/client/groups/details.js: line 181, col 13, 'ajaxify' is not defined. +build/public/src/client/groups/details.js: line 265, col 26, 'ajaxify' is not defined. +build/public/src/client/groups/details.js: line 266, col 31, 'ajaxify' is not defined. +build/public/src/client/groups/details.js: line 269, col 11, 'ajaxify' is not defined. +build/public/src/client/groups/details.js: line 282, col 32, 'ajaxify' is not defined. +build/public/src/client/groups/details.js: line 284, col 15, 'ajaxify' is not defined. +build/public/src/client/groups/details.js: line 307, col 10, 'ajaxify' is not defined. +build/public/src/client/groups/details.js: line 311, col 49, 'ajaxify' is not defined. +build/public/src/client/groups/details.js: line 320, col 29, 'ajaxify' is not defined. +build/public/src/client/groups/details.js: line 337, col 67, 'ajaxify' is not defined. +build/public/src/client/groups/details.js: line 350, col 20, 'ajaxify' is not defined. +build/public/src/client/groups/details.js: line 353, col 11, 'ajaxify' is not defined. +build/public/src/client/groups/details.js: line 42, col 11, 'socket' is not defined. +build/public/src/client/groups/details.js: line 349, col 7, 'socket' is not defined. +build/public/src/client/groups/details.js: line 58, col 72, 'config' is not defined. +build/public/src/client/groups/details.js: line 73, col 21, '$' is not defined. +build/public/src/client/groups/details.js: line 97, col 17, '$' is not defined. +build/public/src/client/groups/details.js: line 234, col 47, '$' is not defined. +build/public/src/client/groups/details.js: line 236, col 21, '$' is not defined. +build/public/src/client/groups/details.js: line 239, col 9, '$' is not defined. +build/public/src/client/groups/details.js: line 254, col 35, '$' is not defined. +build/public/src/client/groups/details.js: line 259, col 19, '$' is not defined. +build/public/src/client/groups/details.js: line 293, col 5, '$' is not defined. +build/public/src/client/groups/details.js: line 295, col 7, '$' is not defined. +build/public/src/client/groups/details.js: line 300, col 5, '$' is not defined. +build/public/src/client/groups/details.js: line 302, col 7, '$' is not defined. +build/public/src/client/groups/details.js: line 313, col 7, '$' is not defined. +build/public/src/client/groups/details.js: line 317, col 25, '$' is not defined. +build/public/src/client/groups/details.js: line 324, col 5, '$' is not defined. +build/public/src/client/groups/details.js: line 325, col 23, '$' is not defined. +build/public/src/client/groups/details.js: line 114, col 83, 'app' is not defined. +build/public/src/client/groups/details.js: line 120, col 83, 'app' is not defined. +build/public/src/client/groups/details.js: line 146, col 65, 'app' is not defined. +build/public/src/client/groups/details.js: line 158, col 72, 'app' is not defined. +build/public/src/client/groups/details.js: line 312, col 26, 'app' is not defined. +build/public/src/client/groups/details.js: line 278, col 69, 'utils' is not defined. +build/public/src/client/groups/details.js: line 283, col 59, 'utils' is not defined. + +build/public/src/client/groups/list.js: line 3, col 1, 'define' is not defined. +build/public/src/client/groups/list.js: line 10, col 5, '$' is not defined. +build/public/src/client/groups/list.js: line 22, col 5, '$' is not defined. +build/public/src/client/groups/list.js: line 25, col 5, '$' is not defined. +build/public/src/client/groups/list.js: line 26, col 5, '$' is not defined. +build/public/src/client/groups/list.js: line 27, col 5, '$' is not defined. +build/public/src/client/groups/list.js: line 28, col 35, '$' is not defined. +build/public/src/client/groups/list.js: line 34, col 14, '$' is not defined. +build/public/src/client/groups/list.js: line 35, col 13, '$' is not defined. +build/public/src/client/groups/list.js: line 49, col 7, '$' is not defined. +build/public/src/client/groups/list.js: line 52, col 22, '$' is not defined. +build/public/src/client/groups/list.js: line 16, col 13, 'ajaxify' is not defined. +build/public/src/client/groups/list.js: line 28, col 7, 'ajaxify' is not defined. +build/public/src/client/groups/list.js: line 21, col 20, 'utils' is not defined. +build/public/src/client/groups/list.js: line 25, col 35, 'utils' is not defined. +build/public/src/client/groups/list.js: line 46, col 5, 'app' is not defined. +build/public/src/client/groups/list.js: line 53, col 5, 'app' is not defined. + +build/public/src/client/groups/memberlist.js: line 3, col 117, Line is too long. +build/public/src/client/groups/memberlist.js: line 15, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/groups/memberlist.js: line 76, col 122, Line is too long. +build/public/src/client/groups/memberlist.js: line 85, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/groups/memberlist.js: line 90, col 131, Line is too long. +build/public/src/client/groups/memberlist.js: line 93, col 106, Line is too long. +build/public/src/client/groups/memberlist.js: line 100, col 41, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/groups/memberlist.js: line 120, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/groups/memberlist.js: line 140, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/groups/memberlist.js: line 149, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/groups/memberlist.js: line 3, col 1, 'define' is not defined. +build/public/src/client/groups/memberlist.js: line 16, col 52, 'ajaxify' is not defined. +build/public/src/client/groups/memberlist.js: line 28, col 5, 'ajaxify' is not defined. +build/public/src/client/groups/memberlist.js: line 29, col 5, 'ajaxify' is not defined. +build/public/src/client/groups/memberlist.js: line 30, col 5, 'ajaxify' is not defined. +build/public/src/client/groups/memberlist.js: line 31, col 5, 'ajaxify' is not defined. +build/public/src/client/groups/memberlist.js: line 87, col 9, 'ajaxify' is not defined. +build/public/src/client/groups/memberlist.js: line 90, col 62, 'ajaxify' is not defined. +build/public/src/client/groups/memberlist.js: line 102, col 48, 'ajaxify' is not defined. +build/public/src/client/groups/memberlist.js: line 127, col 43, 'ajaxify' is not defined. +build/public/src/client/groups/memberlist.js: line 153, col 18, 'ajaxify' is not defined. +build/public/src/client/groups/memberlist.js: line 18, col 5, '$' is not defined. +build/public/src/client/groups/memberlist.js: line 19, col 5, '$' is not defined. +build/public/src/client/groups/memberlist.js: line 22, col 5, '$' is not defined. +build/public/src/client/groups/memberlist.js: line 25, col 5, '$' is not defined. +build/public/src/client/groups/memberlist.js: line 35, col 5, '$' is not defined. +build/public/src/client/groups/memberlist.js: line 47, col 41, '$' is not defined. +build/public/src/client/groups/memberlist.js: line 57, col 30, '$' is not defined. +build/public/src/client/groups/memberlist.js: line 59, col 13, '$' is not defined. +build/public/src/client/groups/memberlist.js: line 61, col 13, '$' is not defined. +build/public/src/client/groups/memberlist.js: line 63, col 11, '$' is not defined. +build/public/src/client/groups/memberlist.js: line 67, col 20, '$' is not defined. +build/public/src/client/groups/memberlist.js: line 93, col 35, '$' is not defined. +build/public/src/client/groups/memberlist.js: line 95, col 5, '$' is not defined. +build/public/src/client/groups/memberlist.js: line 99, col 22, '$' is not defined. +build/public/src/client/groups/memberlist.js: line 104, col 7, '$' is not defined. +build/public/src/client/groups/memberlist.js: line 105, col 7, '$' is not defined. +build/public/src/client/groups/memberlist.js: line 110, col 5, '$' is not defined. +build/public/src/client/groups/memberlist.js: line 111, col 21, '$' is not defined. +build/public/src/client/groups/memberlist.js: line 114, col 42, '$' is not defined. +build/public/src/client/groups/memberlist.js: line 121, col 21, '$' is not defined. +build/public/src/client/groups/memberlist.js: line 142, col 15, '$' is not defined. +build/public/src/client/groups/memberlist.js: line 146, col 5, '$' is not defined. +build/public/src/client/groups/memberlist.js: line 36, col 7, 'app' is not defined. +build/public/src/client/groups/memberlist.js: line 76, col 13, 'app' is not defined. +build/public/src/client/groups/memberlist.js: line 150, col 18, 'app' is not defined. +build/public/src/client/groups/memberlist.js: line 88, col 13, 'socket' is not defined. +build/public/src/client/groups/memberlist.js: line 100, col 26, 'utils' is not defined. +build/public/src/client/groups/memberlist.js: line 110, col 52, 'utils' is not defined. + +build/public/src/client/header/chat.js: line 30, col 47, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/header/chat.js: line 71, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/header/chat.js: line 3, col 1, 'define' is not defined. +build/public/src/client/header/chat.js: line 9, col 27, '$' is not defined. +build/public/src/client/header/chat.js: line 11, col 43, '$' is not defined. +build/public/src/client/header/chat.js: line 15, col 26, '$' is not defined. +build/public/src/client/header/chat.js: line 21, col 5, 'socket' is not defined. +build/public/src/client/header/chat.js: line 22, col 5, 'socket' is not defined. +build/public/src/client/header/chat.js: line 24, col 5, 'socket' is not defined. +build/public/src/client/header/chat.js: line 25, col 5, 'socket' is not defined. +build/public/src/client/header/chat.js: line 27, col 5, 'socket' is not defined. +build/public/src/client/header/chat.js: line 28, col 5, 'socket' is not defined. +build/public/src/client/header/chat.js: line 30, col 5, 'socket' is not defined. +build/public/src/client/header/chat.js: line 32, col 46, 'app' is not defined. +build/public/src/client/header/chat.js: line 36, col 11, 'app' is not defined. +build/public/src/client/header/chat.js: line 72, col 24, 'app' is not defined. + +build/public/src/client/header/notifications.js: line 9, col 41, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/header/notifications.js: line 12, col 110, Line is too long. +build/public/src/client/header/notifications.js: line 20, col 106, Line is too long. +build/public/src/client/header/notifications.js: line 32, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/header/notifications.js: line 37, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/header/notifications.js: line 3, col 1, 'define' is not defined. +build/public/src/client/header/notifications.js: line 7, col 26, '$' is not defined. +build/public/src/client/header/notifications.js: line 11, col 25, '$' is not defined. +build/public/src/client/header/notifications.js: line 16, col 25, '$' is not defined. +build/public/src/client/header/notifications.js: line 10, col 35, 'app' is not defined. +build/public/src/client/header/notifications.js: line 19, col 9, 'app' is not defined. +build/public/src/client/header/notifications.js: line 33, col 33, 'app' is not defined. +build/public/src/client/header/notifications.js: line 38, col 33, 'app' is not defined. +build/public/src/client/header/notifications.js: line 25, col 5, 'socket' is not defined. +build/public/src/client/header/notifications.js: line 26, col 5, 'socket' is not defined. +build/public/src/client/header/notifications.js: line 28, col 5, 'socket' is not defined. +build/public/src/client/header/notifications.js: line 29, col 5, 'socket' is not defined. + +build/public/src/client/header/unread.js: line 53, col 136, Line is too long. +build/public/src/client/header/unread.js: line 3, col 1, 'define' is not defined. +build/public/src/client/header/unread.js: line 12, col 26, 'app' is not defined. +build/public/src/client/header/unread.js: line 17, col 49, 'app' is not defined. +build/public/src/client/header/unread.js: line 33, col 79, 'app' is not defined. +build/public/src/client/header/unread.js: line 53, col 37, '$' is not defined. +build/public/src/client/header/unread.js: line 58, col 7, '$' is not defined. +build/public/src/client/header/unread.js: line 61, col 5, '$' is not defined. +build/public/src/client/header/unread.js: line 89, col 21, '$' is not defined. +build/public/src/client/header/unread.js: line 102, col 7, '$' is not defined. +build/public/src/client/header/unread.js: line 106, col 7, '$' is not defined. +build/public/src/client/header/unread.js: line 53, col 52, 'config' is not defined. +build/public/src/client/header/unread.js: line 89, col 36, 'config' is not defined. +build/public/src/client/header/unread.js: line 62, col 11, 'ajaxify' is not defined. +build/public/src/client/header/unread.js: line 64, col 39, 'ajaxify' is not defined. +build/public/src/client/header/unread.js: line 68, col 5, 'socket' is not defined. +build/public/src/client/header/unread.js: line 69, col 5, 'socket' is not defined. +build/public/src/client/header/unread.js: line 71, col 5, 'socket' is not defined. +build/public/src/client/header/unread.js: line 72, col 5, 'socket' is not defined. +build/public/src/client/header/unread.js: line 83, col 10, 'utils' is not defined. + +build/public/src/client/header.js: line 29, col 132, Line is too long. +build/public/src/client/header.js: line 58, col 103, Line is too long. +build/public/src/client/header.js: line 3, col 1, 'define' is not defined. +build/public/src/client/header.js: line 12, col 9, 'app' is not defined. +build/public/src/client/header.js: line 29, col 27, 'app' is not defined. +build/public/src/client/header.js: line 35, col 9, 'app' is not defined. +build/public/src/client/header.js: line 23, col 5, '$' is not defined. +build/public/src/client/header.js: line 24, col 22, '$' is not defined. +build/public/src/client/header.js: line 29, col 9, '$' is not defined. +build/public/src/client/header.js: line 32, col 9, '$' is not defined. +build/public/src/client/header.js: line 33, col 11, '$' is not defined. +build/public/src/client/header.js: line 33, col 43, '$' is not defined. +build/public/src/client/header.js: line 48, col 24, '$' is not defined. +build/public/src/client/header.js: line 57, col 22, '$' is not defined. +build/public/src/client/header.js: line 60, col 9, '$' is not defined. +build/public/src/client/header.js: line 64, col 7, '$' is not defined. +build/public/src/client/header.js: line 69, col 5, '$' is not defined. +build/public/src/client/header.js: line 25, col 7, 'socket' is not defined. +build/public/src/client/header.js: line 42, col 17, 'utils' is not defined. +build/public/src/client/header.js: line 43, col 41, 'utils' is not defined. + +build/public/src/client/infinitescroll.js: line 42, col 101, Line is too long. +build/public/src/client/infinitescroll.js: line 50, col 109, Line is too long. +build/public/src/client/infinitescroll.js: line 94, col 118, Line is too long. +build/public/src/client/infinitescroll.js: line 4, col 1, 'define' is not defined. +build/public/src/client/infinitescroll.js: line 13, col 19, '$' is not defined. +build/public/src/client/infinitescroll.js: line 21, col 25, '$' is not defined. +build/public/src/client/infinitescroll.js: line 22, col 5, '$' is not defined. +build/public/src/client/infinitescroll.js: line 23, col 27, '$' is not defined. +build/public/src/client/infinitescroll.js: line 42, col 70, '$' is not defined. +build/public/src/client/infinitescroll.js: line 46, col 30, '$' is not defined. +build/public/src/client/infinitescroll.js: line 47, col 16, '$' is not defined. +build/public/src/client/infinitescroll.js: line 98, col 5, '$' is not defined. +build/public/src/client/infinitescroll.js: line 109, col 22, '$' is not defined. +build/public/src/client/infinitescroll.js: line 116, col 22, '$' is not defined. +build/public/src/client/infinitescroll.js: line 117, col 25, '$' is not defined. +build/public/src/client/infinitescroll.js: line 119, col 7, '$' is not defined. +build/public/src/client/infinitescroll.js: line 119, col 40, '$' is not defined. +build/public/src/client/infinitescroll.js: line 24, col 7, 'ajaxify' is not defined. +build/public/src/client/infinitescroll.js: line 24, col 34, 'ajaxify' is not defined. +build/public/src/client/infinitescroll.js: line 41, col 19, 'utils' is not defined. +build/public/src/client/infinitescroll.js: line 43, col 46, 'app' is not defined. +build/public/src/client/infinitescroll.js: line 76, col 62, 'socket' is not defined. +build/public/src/client/infinitescroll.js: line 94, col 17, 'config' is not defined. +build/public/src/client/infinitescroll.js: line 94, col 92, 'config' is not defined. + +build/public/src/client/ip-blacklist.js: line 16, col 103, Line is too long. +build/public/src/client/ip-blacklist.js: line 19, col 21, '$' is not defined. +build/public/src/client/ip-blacklist.js: line 22, col 5, '$' is not defined. +build/public/src/client/ip-blacklist.js: line 25, col 3, '$' is not defined. +build/public/src/client/ip-blacklist.js: line 38, col 3, '$' is not defined. +build/public/src/client/ip-blacklist.js: line 26, col 5, 'socket' is not defined. +build/public/src/client/ip-blacklist.js: line 39, col 5, 'socket' is not defined. +build/public/src/client/ip-blacklist.js: line 58, col 24, 'utils' is not defined. +build/public/src/client/ip-blacklist.js: line 61, col 23, 'utils' is not defined. +build/public/src/client/ip-blacklist.js: line 65, col 7, 'utils' is not defined. +build/public/src/client/ip-blacklist.js: line 83, col 17, 'ajaxify' is not defined. +build/public/src/client/ip-blacklist.js: line 100, col 17, 'ajaxify' is not defined. + +build/public/src/client/login.js: line 14, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/login.js: line 73, col 135, Line is too long. +build/public/src/client/login.js: line 89, col 107, Line is too long. +build/public/src/client/login.js: line 4, col 1, 'define' is not defined. +build/public/src/client/login.js: line 10, col 21, '$' is not defined. +build/public/src/client/login.js: line 11, col 22, '$' is not defined. +build/public/src/client/login.js: line 12, col 20, '$' is not defined. +build/public/src/client/login.js: line 16, col 24, '$' is not defined. +build/public/src/client/login.js: line 17, col 24, '$' is not defined. +build/public/src/client/login.js: line 62, col 22, '$' is not defined. +build/public/src/client/login.js: line 81, col 15, '$' is not defined. +build/public/src/client/login.js: line 82, col 13, '$' is not defined. +build/public/src/client/login.js: line 91, col 9, '$' is not defined. +build/public/src/client/login.js: line 92, col 7, '$' is not defined. +build/public/src/client/login.js: line 94, col 7, '$' is not defined. +build/public/src/client/login.js: line 96, col 5, '$' is not defined. +build/public/src/client/login.js: line 51, col 27, 'config' is not defined. +build/public/src/client/login.js: line 70, col 36, 'config' is not defined. +build/public/src/client/login.js: line 54, col 11, 'app' is not defined. +build/public/src/client/login.js: line 58, col 28, 'utils' is not defined. +build/public/src/client/login.js: line 59, col 26, 'utils' is not defined. + +build/public/src/client/notifications.js: line 4, col 101, Line is too long. +build/public/src/client/notifications.js: line 4, col 1, 'define' is not defined. +build/public/src/client/notifications.js: line 8, col 20, '$' is not defined. +build/public/src/client/notifications.js: line 10, col 19, '$' is not defined. +build/public/src/client/notifications.js: line 16, col 33, 'ajaxify' is not defined. + +build/public/src/client/pagination.js: line 4, col 1, 'define' is not defined. +build/public/src/client/pagination.js: line 8, col 5, '$' is not defined. +build/public/src/client/pagination.js: line 26, col 50, '$' is not defined. +build/public/src/client/pagination.js: line 19, col 10, 'utils' is not defined. +build/public/src/client/pagination.js: line 23, col 19, 'utils' is not defined. +build/public/src/client/pagination.js: line 19, col 53, 'ajaxify' is not defined. +build/public/src/client/pagination.js: line 27, col 5, 'ajaxify' is not defined. +build/public/src/client/pagination.js: line 31, col 25, 'ajaxify' is not defined. +build/public/src/client/pagination.js: line 35, col 25, 'ajaxify' is not defined. + +build/public/src/client/popular.js: line 4, col 1, 'define' is not defined. +build/public/src/client/popular.js: line 8, col 5, 'app' is not defined. + +build/public/src/client/post-queue.js: line 22, col 108, Line is too long. +build/public/src/client/post-queue.js: line 23, col 101, Line is too long. +build/public/src/client/post-queue.js: line 170, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/post-queue.js: line 173, col 22, If a strict mode function is executed using function invocation, its 'this' value will be undefined. +build/public/src/client/post-queue.js: line 174, col 22, If a strict mode function is executed using function invocation, its 'this' value will be undefined. +build/public/src/client/post-queue.js: line 179, col 146, Line is too long. +build/public/src/client/post-queue.js: line 200, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/post-queue.js: line 224, col 15, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/post-queue.js: line 234, col 77, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/post-queue.js: line 247, col 121, Line is too long. +build/public/src/client/post-queue.js: line 4, col 1, 'define' is not defined. +build/public/src/client/post-queue.js: line 14, col 5, '$' is not defined. +build/public/src/client/post-queue.js: line 16, col 25, '$' is not defined. +build/public/src/client/post-queue.js: line 25, col 5, '$' is not defined. +build/public/src/client/post-queue.js: line 31, col 5, '$' is not defined. +build/public/src/client/post-queue.js: line 36, col 5, '$' is not defined. +build/public/src/client/post-queue.js: line 37, col 19, '$' is not defined. +build/public/src/client/post-queue.js: line 42, col 22, '$' is not defined. +build/public/src/client/post-queue.js: line 56, col 5, '$' is not defined. +build/public/src/client/post-queue.js: line 57, col 18, '$' is not defined. +build/public/src/client/post-queue.js: line 66, col 5, '$' is not defined. +build/public/src/client/post-queue.js: line 67, col 24, '$' is not defined. +build/public/src/client/post-queue.js: line 89, col 19, '$' is not defined. +build/public/src/client/post-queue.js: line 173, col 20, '$' is not defined. +build/public/src/client/post-queue.js: line 174, col 20, '$' is not defined. +build/public/src/client/post-queue.js: line 234, col 5, '$' is not defined. +build/public/src/client/post-queue.js: line 235, col 26, '$' is not defined. +build/public/src/client/post-queue.js: line 236, col 22, '$' is not defined. +build/public/src/client/post-queue.js: line 239, col 22, '$' is not defined. +build/public/src/client/post-queue.js: line 242, col 43, '$' is not defined. +build/public/src/client/post-queue.js: line 100, col 11, 'app' is not defined. +build/public/src/client/post-queue.js: line 134, col 47, 'ajaxify' is not defined. +build/public/src/client/post-queue.js: line 142, col 48, 'ajaxify' is not defined. +build/public/src/client/post-queue.js: line 150, col 43, 'ajaxify' is not defined. +build/public/src/client/post-queue.js: line 154, col 43, 'ajaxify' is not defined. +build/public/src/client/post-queue.js: line 158, col 41, 'ajaxify' is not defined. +build/public/src/client/post-queue.js: line 179, col 52, 'ajaxify' is not defined. +build/public/src/client/post-queue.js: line 189, col 13, 'ajaxify' is not defined. +build/public/src/client/post-queue.js: line 190, col 11, 'ajaxify' is not defined. +build/public/src/client/post-queue.js: line 192, col 11, 'ajaxify' is not defined. +build/public/src/client/post-queue.js: line 244, col 33, 'ajaxify' is not defined. +build/public/src/client/post-queue.js: line 258, col 11, 'ajaxify' is not defined. + +build/public/src/client/recent.js: line 3, col 1, 'define' is not defined. +build/public/src/client/recent.js: line 7, col 5, 'app' is not defined. + +build/public/src/client/register.js: line 59, col 107, Line is too long. +build/public/src/client/register.js: line 124, col 119, Line is too long. +build/public/src/client/register.js: line 179, col 103, Line is too long. +build/public/src/client/register.js: line 4, col 1, 'define' is not defined. +build/public/src/client/register.js: line 12, col 22, '$' is not defined. +build/public/src/client/register.js: line 13, col 22, '$' is not defined. +build/public/src/client/register.js: line 14, col 30, '$' is not defined. +build/public/src/client/register.js: line 15, col 22, '$' is not defined. +build/public/src/client/register.js: line 19, col 5, '$' is not defined. +build/public/src/client/register.js: line 23, col 7, '$' is not defined. +build/public/src/client/register.js: line 28, col 7, '$' is not defined. +build/public/src/client/register.js: line 51, col 7, '$' is not defined. +build/public/src/client/register.js: line 62, col 27, '$' is not defined. +build/public/src/client/register.js: line 63, col 23, '$' is not defined. +build/public/src/client/register.js: line 88, col 26, '$' is not defined. +build/public/src/client/register.js: line 114, col 5, '$' is not defined. +build/public/src/client/register.js: line 120, col 29, '$' is not defined. +build/public/src/client/register.js: line 122, col 27, '$' is not defined. +build/public/src/client/register.js: line 147, col 27, '$' is not defined. +build/public/src/client/register.js: line 148, col 29, '$' is not defined. +build/public/src/client/register.js: line 149, col 37, '$' is not defined. +build/public/src/client/register.js: line 155, col 24, '$' is not defined. +build/public/src/client/register.js: line 170, col 34, '$' is not defined. +build/public/src/client/register.js: line 171, col 29, '$' is not defined. +build/public/src/client/register.js: line 172, col 37, '$' is not defined. +build/public/src/client/register.js: line 210, col 22, '$' is not defined. +build/public/src/client/register.js: line 211, col 22, '$' is not defined. +build/public/src/client/register.js: line 21, col 19, 'utils' is not defined. +build/public/src/client/register.js: line 84, col 32, 'utils' is not defined. +build/public/src/client/register.js: line 86, col 30, 'utils' is not defined. +build/public/src/client/register.js: line 128, col 17, 'utils' is not defined. +build/public/src/client/register.js: line 153, col 7, 'utils' is not defined. +build/public/src/client/register.js: line 76, col 29, 'config' is not defined. +build/public/src/client/register.js: line 99, col 53, 'config' is not defined. +build/public/src/client/register.js: line 101, col 40, 'config' is not defined. +build/public/src/client/register.js: line 209, col 26, 'config' is not defined. +build/public/src/client/register.js: line 209, col 49, 'config' is not defined. +build/public/src/client/register.js: line 211, col 73, 'config' is not defined. +build/public/src/client/register.js: line 94, col 17, 'ajaxify' is not defined. +build/public/src/client/register.js: line 124, col 27, 'ajaxify' is not defined. +build/public/src/client/register.js: line 124, col 83, 'ajaxify' is not defined. +build/public/src/client/register.js: line 126, col 34, 'ajaxify' is not defined. +build/public/src/client/register.js: line 209, col 10, 'app' is not defined. + +build/public/src/client/reset.js: line 4, col 1, 'define' is not defined. +build/public/src/client/reset.js: line 8, col 21, '$' is not defined. +build/public/src/client/reset.js: line 9, col 21, '$' is not defined. +build/public/src/client/reset.js: line 10, col 23, '$' is not defined. +build/public/src/client/reset.js: line 12, col 5, '$' is not defined. +build/public/src/client/reset.js: line 14, col 9, 'socket' is not defined. + +build/public/src/client/reset_code.js: line 22, col 131, Line is too long. +build/public/src/client/reset_code.js: line 4, col 1, 'define' is not defined. +build/public/src/client/reset_code.js: line 8, col 24, 'ajaxify' is not defined. +build/public/src/client/reset_code.js: line 28, col 13, 'ajaxify' is not defined. +build/public/src/client/reset_code.js: line 10, col 21, '$' is not defined. +build/public/src/client/reset_code.js: line 11, col 22, '$' is not defined. +build/public/src/client/reset_code.js: line 12, col 20, '$' is not defined. +build/public/src/client/reset_code.js: line 35, col 9, '$' is not defined. +build/public/src/client/reset_code.js: line 36, col 9, '$' is not defined. +build/public/src/client/reset_code.js: line 16, col 9, 'utils' is not defined. +build/public/src/client/reset_code.js: line 23, col 9, 'socket' is not defined. +build/public/src/client/reset_code.js: line 32, col 34, 'config' is not defined. + +build/public/src/client/search.js: line 95, col 108, Line is too long. +build/public/src/client/search.js: line 146, col 107, Line is too long. +build/public/src/client/search.js: line 235, col 41, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/search.js: line 260, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/search.js: line 318, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/search.js: line 334, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/search.js: line 363, col 74, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/search.js: line 4, col 1, 'define' is not defined. +build/public/src/client/search.js: line 20, col 22, '$' is not defined. +build/public/src/client/search.js: line 25, col 25, '$' is not defined. +build/public/src/client/search.js: line 28, col 7, '$' is not defined. +build/public/src/client/search.js: line 31, col 5, '$' is not defined. +build/public/src/client/search.js: line 40, col 24, '$' is not defined. +build/public/src/client/search.js: line 41, col 23, '$' is not defined. +build/public/src/client/search.js: line 43, col 5, '$' is not defined. +build/public/src/client/search.js: line 51, col 21, '$' is not defined. +build/public/src/client/search.js: line 52, col 19, '$' is not defined. +build/public/src/client/search.js: line 78, col 5, '$' is not defined. +build/public/src/client/search.js: line 84, col 22, '$' is not defined. +build/public/src/client/search.js: line 85, col 5, '$' is not defined. +build/public/src/client/search.js: line 89, col 26, '$' is not defined. +build/public/src/client/search.js: line 89, col 63, '$' is not defined. +build/public/src/client/search.js: line 95, col 22, '$' is not defined. +build/public/src/client/search.js: line 95, col 66, '$' is not defined. +build/public/src/client/search.js: line 96, col 5, '$' is not defined. +build/public/src/client/search.js: line 100, col 29, '$' is not defined. +build/public/src/client/search.js: line 100, col 57, '$' is not defined. +build/public/src/client/search.js: line 106, col 22, '$' is not defined. +build/public/src/client/search.js: line 107, col 5, '$' is not defined. +build/public/src/client/search.js: line 111, col 29, '$' is not defined. +build/public/src/client/search.js: line 111, col 70, '$' is not defined. +build/public/src/client/search.js: line 117, col 18, '$' is not defined. +build/public/src/client/search.js: line 119, col 11, '$' is not defined. +build/public/src/client/search.js: line 121, col 23, '$' is not defined. +build/public/src/client/search.js: line 147, col 5, '$' is not defined. +build/public/src/client/search.js: line 160, col 9, '$' is not defined. +build/public/src/client/search.js: line 163, col 7, '$' is not defined. +build/public/src/client/search.js: line 167, col 9, '$' is not defined. +build/public/src/client/search.js: line 171, col 9, '$' is not defined. +build/public/src/client/search.js: line 177, col 11, '$' is not defined. +build/public/src/client/search.js: line 182, col 9, '$' is not defined. +build/public/src/client/search.js: line 186, col 9, '$' is not defined. +build/public/src/client/search.js: line 192, col 11, '$' is not defined. +build/public/src/client/search.js: line 197, col 9, '$' is not defined. +build/public/src/client/search.js: line 198, col 9, '$' is not defined. +build/public/src/client/search.js: line 202, col 9, '$' is not defined. +build/public/src/client/search.js: line 203, col 9, '$' is not defined. +build/public/src/client/search.js: line 207, col 9, '$' is not defined. +build/public/src/client/search.js: line 209, col 7, '$' is not defined. +build/public/src/client/search.js: line 218, col 5, '$' is not defined. +build/public/src/client/search.js: line 235, col 5, '$' is not defined. +build/public/src/client/search.js: line 238, col 7, '$' is not defined. +build/public/src/client/search.js: line 239, col 7, '$' is not defined. +build/public/src/client/search.js: line 240, col 7, '$' is not defined. +build/public/src/client/search.js: line 241, col 7, '$' is not defined. +build/public/src/client/search.js: line 242, col 7, '$' is not defined. +build/public/src/client/search.js: line 244, col 26, '$' is not defined. +build/public/src/client/search.js: line 245, col 25, '$' is not defined. +build/public/src/client/search.js: line 256, col 24, '$' is not defined. +build/public/src/client/search.js: line 279, col 9, '$' is not defined. +build/public/src/client/search.js: line 364, col 34, '$' is not defined. +build/public/src/client/search.js: line 376, col 25, '$' is not defined. +build/public/src/client/search.js: line 39, col 28, 'ajaxify' is not defined. +build/public/src/client/search.js: line 40, col 56, 'ajaxify' is not defined. +build/public/src/client/search.js: line 41, col 54, 'ajaxify' is not defined. +build/public/src/client/search.js: line 159, col 11, 'ajaxify' is not defined. +build/public/src/client/search.js: line 160, col 32, 'ajaxify' is not defined. +build/public/src/client/search.js: line 162, col 36, 'ajaxify' is not defined. +build/public/src/client/search.js: line 206, col 30, 'ajaxify' is not defined. +build/public/src/client/search.js: line 207, col 51, 'ajaxify' is not defined. +build/public/src/client/search.js: line 239, col 27, 'ajaxify' is not defined. +build/public/src/client/search.js: line 240, col 30, 'ajaxify' is not defined. +build/public/src/client/search.js: line 254, col 5, 'ajaxify' is not defined. +build/public/src/client/search.js: line 263, col 9, 'ajaxify' is not defined. +build/public/src/client/search.js: line 266, col 11, 'ajaxify' is not defined. +build/public/src/client/search.js: line 269, col 11, 'ajaxify' is not defined. +build/public/src/client/search.js: line 272, col 11, 'ajaxify' is not defined. +build/public/src/client/search.js: line 151, col 20, 'utils' is not defined. +build/public/src/client/search.js: line 156, col 22, 'utils' is not defined. +build/public/src/client/search.js: line 325, col 26, 'utils' is not defined. +build/public/src/client/search.js: line 369, col 60, 'utils' is not defined. +build/public/src/client/search.js: line 237, col 26, 'app' is not defined. +build/public/src/client/search.js: line 319, col 26, 'app' is not defined. +build/public/src/client/search.js: line 338, col 13, 'app' is not defined. +build/public/src/client/search.js: line 359, col 26, 'app' is not defined. +build/public/src/client/search.js: line 370, col 11, 'app' is not defined. +build/public/src/client/search.js: line 382, col 33, 'app' is not defined. +build/public/src/client/search.js: line 339, col 26, 'socket' is not defined. + +build/public/src/client/tag.js: line 3, col 1, 'define' is not defined. +build/public/src/client/tag.js: line 9, col 5, 'app' is not defined. +build/public/src/client/tag.js: line 13, col 5, '$' is not defined. +build/public/src/client/tag.js: line 17, col 5, '$' is not defined. +build/public/src/client/tag.js: line 22, col 28, 'ajaxify' is not defined. +build/public/src/client/tag.js: line 39, col 57, 'ajaxify' is not defined. + +build/public/src/client/tags.js: line 14, col 106, Line is too long. +build/public/src/client/tags.js: line 4, col 1, 'define' is not defined. +build/public/src/client/tags.js: line 8, col 5, 'app' is not defined. +build/public/src/client/tags.js: line 55, col 5, 'app' is not defined. +build/public/src/client/tags.js: line 9, col 5, '$' is not defined. +build/public/src/client/tags.js: line 10, col 12, '$' is not defined. +build/public/src/client/tags.js: line 14, col 56, '$' is not defined. +build/public/src/client/tags.js: line 26, col 27, '$' is not defined. +build/public/src/client/tags.js: line 26, col 52, '$' is not defined. +build/public/src/client/tags.js: line 31, col 14, '$' is not defined. +build/public/src/client/tags.js: line 35, col 9, '$' is not defined. +build/public/src/client/tags.js: line 56, col 7, '$' is not defined. +build/public/src/client/tags.js: line 9, col 49, 'utils' is not defined. +build/public/src/client/tags.js: line 14, col 7, 'socket' is not defined. +build/public/src/client/tags.js: line 43, col 5, 'socket' is not defined. + +build/public/src/client/top.js: line 3, col 1, 'define' is not defined. +build/public/src/client/top.js: line 7, col 5, 'app' is not defined. + +build/public/src/client/topic/change-owner.js: line 57, col 116, Line is too long. +build/public/src/client/topic/change-owner.js: line 4, col 1, 'define' is not defined. +build/public/src/client/topic/change-owner.js: line 19, col 5, 'app' is not defined. +build/public/src/client/topic/change-owner.js: line 24, col 7, '$' is not defined. +build/public/src/client/topic/change-owner.js: line 75, col 7, 'ajaxify' is not defined. + +build/public/src/client/topic/crosspost.js: line 105, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/topic/crosspost.js: line 4, col 1, 'define' is not defined. +build/public/src/client/topic/crosspost.js: line 16, col 21, 'ajaxify' is not defined. +build/public/src/client/topic/crosspost.js: line 17, col 25, 'ajaxify' is not defined. +build/public/src/client/topic/crosspost.js: line 29, col 11, 'ajaxify' is not defined. +build/public/src/client/topic/crosspost.js: line 30, col 16, 'ajaxify' is not defined. +build/public/src/client/topic/crosspost.js: line 30, col 60, 'ajaxify' is not defined. +build/public/src/client/topic/crosspost.js: line 33, col 15, 'ajaxify' is not defined. +build/public/src/client/topic/crosspost.js: line 38, col 18, 'ajaxify' is not defined. +build/public/src/client/topic/crosspost.js: line 51, col 32, 'ajaxify' is not defined. +build/public/src/client/topic/crosspost.js: line 52, col 11, 'ajaxify' is not defined. +build/public/src/client/topic/crosspost.js: line 53, col 30, 'ajaxify' is not defined. +build/public/src/client/topic/crosspost.js: line 109, col 7, 'ajaxify' is not defined. +build/public/src/client/topic/crosspost.js: line 110, col 72, 'ajaxify' is not defined. +build/public/src/client/topic/crosspost.js: line 44, col 5, 'app' is not defined. +build/public/src/client/topic/crosspost.js: line 110, col 26, 'app' is not defined. +build/public/src/client/topic/crosspost.js: line 46, col 7, '$' is not defined. +build/public/src/client/topic/crosspost.js: line 55, col 27, '$' is not defined. +build/public/src/client/topic/crosspost.js: line 69, col 52, 'utils' is not defined. + +build/public/src/client/topic/delete-posts.js: line 3, col 1, 'define' is not defined. +build/public/src/client/topic/delete-posts.js: line 13, col 11, 'ajaxify' is not defined. +build/public/src/client/topic/delete-posts.js: line 49, col 9, 'ajaxify' is not defined. +build/public/src/client/topic/delete-posts.js: line 49, col 51, 'ajaxify' is not defined. +build/public/src/client/topic/delete-posts.js: line 15, col 5, '$' is not defined. +build/public/src/client/topic/delete-posts.js: line 24, col 7, '$' is not defined. +build/public/src/client/topic/delete-posts.js: line 51, col 7, '$' is not defined. +build/public/src/client/topic/delete-posts.js: line 21, col 5, 'app' is not defined. + +build/public/src/client/topic/diffs.js: line 3, col 113, Line is too long. +build/public/src/client/topic/diffs.js: line 5, col 115, Line is too long. +build/public/src/client/topic/diffs.js: line 104, col 108, Line is too long. +build/public/src/client/topic/diffs.js: line 3, col 1, 'define' is not defined. +build/public/src/client/topic/diffs.js: line 8, col 10, 'config' is not defined. +build/public/src/client/topic/diffs.js: line 56, col 10, 'config' is not defined. +build/public/src/client/topic/diffs.js: line 73, col 10, 'config' is not defined. +build/public/src/client/topic/diffs.js: line 104, col 56, 'config' is not defined. +build/public/src/client/topic/diffs.js: line 63, col 7, 'app' is not defined. +build/public/src/client/topic/diffs.js: line 118, col 7, 'app' is not defined. + +build/public/src/client/topic/events.js: line 70, col 117, Line is too long. +build/public/src/client/topic/events.js: line 121, col 105, Line is too long. +build/public/src/client/topic/events.js: line 122, col 144, Line is too long. +build/public/src/client/topic/events.js: line 153, col 140, Line is too long. +build/public/src/client/topic/events.js: line 230, col 103, Line is too long. +build/public/src/client/topic/events.js: line 239, col 112, Line is too long. +build/public/src/client/topic/events.js: line 5, col 1, 'define' is not defined. +build/public/src/client/topic/events.js: line 55, col 7, 'socket' is not defined. +build/public/src/client/topic/events.js: line 61, col 7, 'socket' is not defined. +build/public/src/client/topic/events.js: line 283, col 7, 'socket' is not defined. +build/public/src/client/topic/events.js: line 66, col 5, 'app' is not defined. +build/public/src/client/topic/events.js: line 149, col 11, 'app' is not defined. +build/public/src/client/topic/events.js: line 209, col 52, 'app' is not defined. +build/public/src/client/topic/events.js: line 66, col 26, '$' is not defined. +build/public/src/client/topic/events.js: line 70, col 19, '$' is not defined. +build/public/src/client/topic/events.js: line 71, col 14, '$' is not defined. +build/public/src/client/topic/events.js: line 73, col 32, '$' is not defined. +build/public/src/client/topic/events.js: line 79, col 5, '$' is not defined. +build/public/src/client/topic/events.js: line 80, col 14, '$' is not defined. +build/public/src/client/topic/events.js: line 105, col 21, '$' is not defined. +build/public/src/client/topic/events.js: line 107, col 27, '$' is not defined. +build/public/src/client/topic/events.js: line 109, col 21, '$' is not defined. +build/public/src/client/topic/events.js: line 160, col 24, '$' is not defined. +build/public/src/client/topic/events.js: line 167, col 34, '$' is not defined. +build/public/src/client/topic/events.js: line 194, col 7, '$' is not defined. +build/public/src/client/topic/events.js: line 202, col 5, '$' is not defined. +build/public/src/client/topic/events.js: line 225, col 22, '$' is not defined. +build/public/src/client/topic/events.js: line 228, col 25, '$' is not defined. +build/public/src/client/topic/events.js: line 239, col 16, '$' is not defined. +build/public/src/client/topic/events.js: line 240, col 14, '$' is not defined. +build/public/src/client/topic/events.js: line 271, col 18, '$' is not defined. +build/public/src/client/topic/events.js: line 273, col 14, '$' is not defined. +build/public/src/client/topic/events.js: line 276, col 14, '$' is not defined. +build/public/src/client/topic/events.js: line 86, col 7, 'ajaxify' is not defined. +build/public/src/client/topic/events.js: line 87, col 7, 'ajaxify' is not defined. +build/public/src/client/topic/events.js: line 88, col 35, 'ajaxify' is not defined. +build/public/src/client/topic/events.js: line 90, col 7, 'ajaxify' is not defined. +build/public/src/client/topic/events.js: line 90, col 32, 'ajaxify' is not defined. +build/public/src/client/topic/events.js: line 95, col 58, 'ajaxify' is not defined. +build/public/src/client/topic/events.js: line 96, col 7, 'ajaxify' is not defined. +build/public/src/client/topic/events.js: line 101, col 65, 'ajaxify' is not defined. +build/public/src/client/topic/events.js: line 116, col 14, 'ajaxify' is not defined. +build/public/src/client/topic/events.js: line 120, col 7, 'ajaxify' is not defined. +build/public/src/client/topic/events.js: line 190, col 54, 'ajaxify' is not defined. +build/public/src/client/topic/events.js: line 197, col 5, 'ajaxify' is not defined. +build/public/src/client/topic/events.js: line 198, col 31, 'ajaxify' is not defined. +build/public/src/client/topic/events.js: line 208, col 30, 'ajaxify' is not defined. +build/public/src/client/topic/events.js: line 281, col 17, 'ajaxify' is not defined. +build/public/src/client/topic/events.js: line 122, col 108, 'config' is not defined. +build/public/src/client/topic/events.js: line 153, col 119, 'config' is not defined. +build/public/src/client/topic/events.js: line 146, col 24, 'utils' is not defined. + +build/public/src/client/topic/fork.js: line 103, col 109, Line is too long. +build/public/src/client/topic/fork.js: line 4, col 1, 'define' is not defined. +build/public/src/client/topic/fork.js: line 14, col 15, 'ajaxify' is not defined. +build/public/src/client/topic/fork.js: line 15, col 24, 'ajaxify' is not defined. +build/public/src/client/topic/fork.js: line 56, col 9, 'ajaxify' is not defined. +build/public/src/client/topic/fork.js: line 56, col 51, 'ajaxify' is not defined. +build/public/src/client/topic/fork.js: line 89, col 11, 'ajaxify' is not defined. +build/public/src/client/topic/fork.js: line 17, col 5, '$' is not defined. +build/public/src/client/topic/fork.js: line 30, col 7, '$' is not defined. +build/public/src/client/topic/fork.js: line 58, col 7, '$' is not defined. +build/public/src/client/topic/fork.js: line 75, col 11, '$' is not defined. +build/public/src/client/topic/fork.js: line 23, col 5, 'app' is not defined. +build/public/src/client/topic/fork.js: line 67, col 5, 'socket' is not defined. + +build/public/src/client/topic/images.js: line 4, col 1, 'define' is not defined. +build/public/src/client/topic/images.js: line 11, col 30, '$' is not defined. +build/public/src/client/topic/images.js: line 22, col 11, 'utils' is not defined. +build/public/src/client/topic/images.js: line 31, col 46, 'utils' is not defined. + +build/public/src/client/topic/manage-editors.js: line 12, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/topic/manage-editors.js: line 4, col 1, 'define' is not defined. +build/public/src/client/topic/manage-editors.js: line 18, col 25, 'socket' is not defined. +build/public/src/client/topic/manage-editors.js: line 60, col 5, 'socket' is not defined. +build/public/src/client/topic/manage-editors.js: line 19, col 5, 'app' is not defined. +build/public/src/client/topic/manage-editors.js: line 38, col 11, 'app' is not defined. +build/public/src/client/topic/manage-editors.js: line 26, col 7, '$' is not defined. +build/public/src/client/topic/manage-editors.js: line 48, col 20, '$' is not defined. +build/public/src/client/topic/manage-editors.js: line 58, col 23, '$' is not defined. + +build/public/src/client/topic/merge.js: line 88, col 23, If a strict mode function is executed using function invocation, its 'this' value will be undefined. +build/public/src/client/topic/merge.js: line 4, col 1, 'define' is not defined. +build/public/src/client/topic/merge.js: line 16, col 5, 'app' is not defined. +build/public/src/client/topic/merge.js: line 136, col 7, 'app' is not defined. +build/public/src/client/topic/merge.js: line 19, col 7, '$' is not defined. +build/public/src/client/topic/merge.js: line 25, col 7, '$' is not defined. +build/public/src/client/topic/merge.js: line 47, col 24, '$' is not defined. +build/public/src/client/topic/merge.js: line 54, col 27, '$' is not defined. +build/public/src/client/topic/merge.js: line 88, col 21, '$' is not defined. +build/public/src/client/topic/merge.js: line 165, col 5, '$' is not defined. +build/public/src/client/topic/merge.js: line 112, col 5, 'socket' is not defined. +build/public/src/client/topic/merge.js: line 117, col 7, 'ajaxify' is not defined. +build/public/src/client/topic/merge.js: line 137, col 17, 'config' is not defined. + +build/public/src/client/topic/move-post.js: line 109, col 122, Line is too long. +build/public/src/client/topic/move-post.js: line 113, col 108, Line is too long. +build/public/src/client/topic/move-post.js: line 4, col 1, 'define' is not defined. +build/public/src/client/topic/move-post.js: line 17, col 15, 'ajaxify' is not defined. +build/public/src/client/topic/move-post.js: line 76, col 9, 'ajaxify' is not defined. +build/public/src/client/topic/move-post.js: line 76, col 40, 'ajaxify' is not defined. +build/public/src/client/topic/move-post.js: line 77, col 14, 'ajaxify' is not defined. +build/public/src/client/topic/move-post.js: line 79, col 19, 'ajaxify' is not defined. +build/public/src/client/topic/move-post.js: line 92, col 12, 'ajaxify' is not defined. +build/public/src/client/topic/move-post.js: line 92, col 43, 'ajaxify' is not defined. +build/public/src/client/topic/move-post.js: line 152, col 31, 'ajaxify' is not defined. +build/public/src/client/topic/move-post.js: line 153, col 37, 'ajaxify' is not defined. +build/public/src/client/topic/move-post.js: line 154, col 9, 'ajaxify' is not defined. +build/public/src/client/topic/move-post.js: line 18, col 5, 'app' is not defined. +build/public/src/client/topic/move-post.js: line 23, col 7, '$' is not defined. +build/public/src/client/topic/move-post.js: line 34, col 7, '$' is not defined. +build/public/src/client/topic/move-post.js: line 149, col 11, '$' is not defined. +build/public/src/client/topic/move-post.js: line 165, col 7, '$' is not defined. +build/public/src/client/topic/move-post.js: line 26, col 46, 'utils' is not defined. +build/public/src/client/topic/move-post.js: line 47, col 13, 'config' is not defined. +build/public/src/client/topic/move-post.js: line 53, col 22, 'config' is not defined. + +build/public/src/client/topic/move.js: line 4, col 1, 'define' is not defined. +build/public/src/client/topic/move.js: line 24, col 5, 'app' is not defined. +build/public/src/client/topic/move.js: line 26, col 7, '$' is not defined. +build/public/src/client/topic/move.js: line 68, col 11, 'config' is not defined. +build/public/src/client/topic/move.js: line 74, col 20, 'config' is not defined. +build/public/src/client/topic/move.js: line 101, col 7, 'socket' is not defined. + +build/public/src/client/topic/postTools.js: line 15, col 101, Line is too long. +build/public/src/client/topic/postTools.js: line 56, col 56, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/topic/postTools.js: line 79, col 148, Line is too long. +build/public/src/client/topic/postTools.js: line 82, col 125, Line is too long. +build/public/src/client/topic/postTools.js: line 83, col 128, Line is too long. +build/public/src/client/topic/postTools.js: line 84, col 126, Line is too long. +build/public/src/client/topic/postTools.js: line 120, col 145, Line is too long. +build/public/src/client/topic/postTools.js: line 201, col 115, Line is too long. +build/public/src/client/topic/postTools.js: line 219, col 110, Line is too long. +build/public/src/client/topic/postTools.js: line 233, col 102, Line is too long. +build/public/src/client/topic/postTools.js: line 239, col 106, Line is too long. +build/public/src/client/topic/postTools.js: line 298, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/topic/postTools.js: line 301, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/topic/postTools.js: line 331, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/topic/postTools.js: line 334, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/topic/postTools.js: line 357, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/topic/postTools.js: line 361, col 101, Line is too long. +build/public/src/client/topic/postTools.js: line 438, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/topic/postTools.js: line 446, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/topic/postTools.js: line 501, col 148, Line is too long. +build/public/src/client/topic/postTools.js: line 541, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/topic/postTools.js: line 555, col 152, Line is too long. +build/public/src/client/topic/postTools.js: line 567, col 105, Line is too long. +build/public/src/client/topic/postTools.js: line 571, col 102, Line is too long. +build/public/src/client/topic/postTools.js: line 583, col 108, Line is too long. +build/public/src/client/topic/postTools.js: line 4, col 1, 'define' is not defined. +build/public/src/client/topic/postTools.js: line 27, col 28, 'ajaxify' is not defined. +build/public/src/client/topic/postTools.js: line 31, col 31, 'ajaxify' is not defined. +build/public/src/client/topic/postTools.js: line 120, col 50, 'ajaxify' is not defined. +build/public/src/client/topic/postTools.js: line 120, col 106, 'ajaxify' is not defined. +build/public/src/client/topic/postTools.js: line 122, col 16, 'ajaxify' is not defined. +build/public/src/client/topic/postTools.js: line 191, col 41, 'ajaxify' is not defined. +build/public/src/client/topic/postTools.js: line 200, col 37, 'ajaxify' is not defined. +build/public/src/client/topic/postTools.js: line 212, col 43, 'ajaxify' is not defined. +build/public/src/client/topic/postTools.js: line 219, col 12, 'ajaxify' is not defined. +build/public/src/client/topic/postTools.js: line 315, col 18, 'ajaxify' is not defined. +build/public/src/client/topic/postTools.js: line 324, col 18, 'ajaxify' is not defined. +build/public/src/client/topic/postTools.js: line 343, col 18, 'ajaxify' is not defined. +build/public/src/client/topic/postTools.js: line 473, col 37, 'ajaxify' is not defined. +build/public/src/client/topic/postTools.js: line 478, col 43, 'ajaxify' is not defined. +build/public/src/client/topic/postTools.js: line 481, col 29, 'ajaxify' is not defined. +build/public/src/client/topic/postTools.js: line 501, col 56, 'ajaxify' is not defined. +build/public/src/client/topic/postTools.js: line 501, col 109, 'ajaxify' is not defined. +build/public/src/client/topic/postTools.js: line 503, col 22, 'ajaxify' is not defined. +build/public/src/client/topic/postTools.js: line 519, col 10, 'ajaxify' is not defined. +build/public/src/client/topic/postTools.js: line 550, col 62, 'ajaxify' is not defined. +build/public/src/client/topic/postTools.js: line 567, col 92, 'ajaxify' is not defined. +build/public/src/client/topic/postTools.js: line 573, col 65, 'ajaxify' is not defined. +build/public/src/client/topic/postTools.js: line 39, col 5, '$' is not defined. +build/public/src/client/topic/postTools.js: line 40, col 21, '$' is not defined. +build/public/src/client/topic/postTools.js: line 107, col 22, '$' is not defined. +build/public/src/client/topic/postTools.js: line 111, col 22, '$' is not defined. +build/public/src/client/topic/postTools.js: line 114, col 5, '$' is not defined. +build/public/src/client/topic/postTools.js: line 116, col 22, '$' is not defined. +build/public/src/client/topic/postTools.js: line 119, col 5, '$' is not defined. +build/public/src/client/topic/postTools.js: line 129, col 27, '$' is not defined. +build/public/src/client/topic/postTools.js: line 129, col 44, '$' is not defined. +build/public/src/client/topic/postTools.js: line 133, col 31, '$' is not defined. +build/public/src/client/topic/postTools.js: line 137, col 31, '$' is not defined. +build/public/src/client/topic/postTools.js: line 141, col 31, '$' is not defined. +build/public/src/client/topic/postTools.js: line 145, col 36, '$' is not defined. +build/public/src/client/topic/postTools.js: line 149, col 27, '$' is not defined. +build/public/src/client/topic/postTools.js: line 159, col 22, '$' is not defined. +build/public/src/client/topic/postTools.js: line 171, col 27, '$' is not defined. +build/public/src/client/topic/postTools.js: line 181, col 22, '$' is not defined. +build/public/src/client/topic/postTools.js: line 188, col 19, '$' is not defined. +build/public/src/client/topic/postTools.js: line 202, col 21, '$' is not defined. +build/public/src/client/topic/postTools.js: line 210, col 19, '$' is not defined. +build/public/src/client/topic/postTools.js: line 214, col 26, '$' is not defined. +build/public/src/client/topic/postTools.js: line 251, col 24, '$' is not defined. +build/public/src/client/topic/postTools.js: line 255, col 17, '$' is not defined. +build/public/src/client/topic/postTools.js: line 259, col 19, '$' is not defined. +build/public/src/client/topic/postTools.js: line 266, col 19, '$' is not defined. +build/public/src/client/topic/postTools.js: line 273, col 19, '$' is not defined. +build/public/src/client/topic/postTools.js: line 280, col 18, '$' is not defined. +build/public/src/client/topic/postTools.js: line 290, col 16, '$' is not defined. +build/public/src/client/topic/postTools.js: line 294, col 21, '$' is not defined. +build/public/src/client/topic/postTools.js: line 325, col 46, '$' is not defined. +build/public/src/client/topic/postTools.js: line 362, col 26, '$' is not defined. +build/public/src/client/topic/postTools.js: line 372, col 22, '$' is not defined. +build/public/src/client/topic/postTools.js: line 374, col 36, '$' is not defined. +build/public/src/client/topic/postTools.js: line 524, col 5, '$' is not defined. +build/public/src/client/topic/postTools.js: line 525, col 5, '$' is not defined. +build/public/src/client/topic/postTools.js: line 528, col 9, '$' is not defined. +build/public/src/client/topic/postTools.js: line 531, col 5, '$' is not defined. +build/public/src/client/topic/postTools.js: line 542, col 28, '$' is not defined. +build/public/src/client/topic/postTools.js: line 551, col 25, '$' is not defined. +build/public/src/client/topic/postTools.js: line 552, col 26, '$' is not defined. +build/public/src/client/topic/postTools.js: line 568, col 9, '$' is not defined. +build/public/src/client/topic/postTools.js: line 576, col 7, '$' is not defined. +build/public/src/client/topic/postTools.js: line 578, col 9, '$' is not defined. +build/public/src/client/topic/postTools.js: line 582, col 32, '$' is not defined. +build/public/src/client/topic/postTools.js: line 56, col 7, 'socket' is not defined. +build/public/src/client/topic/postTools.js: line 281, col 7, 'socket' is not defined. +build/public/src/client/topic/postTools.js: line 62, col 28, 'app' is not defined. +build/public/src/client/topic/postTools.js: line 567, col 34, 'app' is not defined. +build/public/src/client/topic/postTools.js: line 120, col 76, 'config' is not defined. +build/public/src/client/topic/postTools.js: line 200, col 9, 'config' is not defined. +build/public/src/client/topic/postTools.js: line 501, col 79, 'config' is not defined. +build/public/src/client/topic/postTools.js: line 516, col 29, 'utils' is not defined. + +build/public/src/client/topic/posts.js: line 14, col 112, Line is too long. +build/public/src/client/topic/posts.js: line 34, col 106, Line is too long. +build/public/src/client/topic/posts.js: line 66, col 129, Line is too long. +build/public/src/client/topic/posts.js: line 67, col 133, Line is too long. +build/public/src/client/topic/posts.js: line 72, col 106, Line is too long. +build/public/src/client/topic/posts.js: line 101, col 111, Line is too long. +build/public/src/client/topic/posts.js: line 102, col 116, Line is too long. +build/public/src/client/topic/posts.js: line 110, col 101, Line is too long. +build/public/src/client/topic/posts.js: line 112, col 106, Line is too long. +build/public/src/client/topic/posts.js: line 123, col 152, Line is too long. +build/public/src/client/topic/posts.js: line 131, col 118, Line is too long. +build/public/src/client/topic/posts.js: line 133, col 111, Line is too long. +build/public/src/client/topic/posts.js: line 141, col 139, Line is too long. +build/public/src/client/topic/posts.js: line 213, col 106, Line is too long. +build/public/src/client/topic/posts.js: line 213, col 84, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/topic/posts.js: line 219, col 109, Line is too long. +build/public/src/client/topic/posts.js: line 222, col 127, Line is too long. +build/public/src/client/topic/posts.js: line 254, col 107, Line is too long. +build/public/src/client/topic/posts.js: line 278, col 113, Line is too long. +build/public/src/client/topic/posts.js: line 287, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/topic/posts.js: line 298, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/topic/posts.js: line 306, col 14, 'object spread property' is only available in ES9 (use 'esversion: 9'). +build/public/src/client/topic/posts.js: line 324, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/topic/posts.js: line 326, col 122, Line is too long. +build/public/src/client/topic/posts.js: line 332, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/topic/posts.js: line 338, col 103, Line is too long. +build/public/src/client/topic/posts.js: line 351, col 132, Line is too long. +build/public/src/client/topic/posts.js: line 356, col 105, Line is too long. +build/public/src/client/topic/posts.js: line 412, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/topic/posts.js: line 444, col 118, Line is too long. +build/public/src/client/topic/posts.js: line 4, col 1, 'define' is not defined. +build/public/src/client/topic/posts.js: line 18, col 19, '$' is not defined. +build/public/src/client/topic/posts.js: line 58, col 5, '$' is not defined. +build/public/src/client/topic/posts.js: line 88, col 35, '$' is not defined. +build/public/src/client/topic/posts.js: line 89, col 9, '$' is not defined. +build/public/src/client/topic/posts.js: line 110, col 31, '$' is not defined. +build/public/src/client/topic/posts.js: line 123, col 5, '$' is not defined. +build/public/src/client/topic/posts.js: line 125, col 9, '$' is not defined. +build/public/src/client/topic/posts.js: line 133, col 33, '$' is not defined. +build/public/src/client/topic/posts.js: line 141, col 29, '$' is not defined. +build/public/src/client/topic/posts.js: line 163, col 24, '$' is not defined. +build/public/src/client/topic/posts.js: line 168, col 24, '$' is not defined. +build/public/src/client/topic/posts.js: line 175, col 13, '$' is not defined. +build/public/src/client/topic/posts.js: line 192, col 34, '$' is not defined. +build/public/src/client/topic/posts.js: line 215, col 23, '$' is not defined. +build/public/src/client/topic/posts.js: line 219, col 48, '$' is not defined. +build/public/src/client/topic/posts.js: line 222, col 53, '$' is not defined. +build/public/src/client/topic/posts.js: line 228, col 24, '$' is not defined. +build/public/src/client/topic/posts.js: line 235, col 42, '$' is not defined. +build/public/src/client/topic/posts.js: line 263, col 25, '$' is not defined. +build/public/src/client/topic/posts.js: line 278, col 33, '$' is not defined. +build/public/src/client/topic/posts.js: line 311, col 7, '$' is not defined. +build/public/src/client/topic/posts.js: line 313, col 24, '$' is not defined. +build/public/src/client/topic/posts.js: line 317, col 9, '$' is not defined. +build/public/src/client/topic/posts.js: line 321, col 5, '$' is not defined. +build/public/src/client/topic/posts.js: line 331, col 21, '$' is not defined. +build/public/src/client/topic/posts.js: line 333, col 14, '$' is not defined. +build/public/src/client/topic/posts.js: line 347, col 30, '$' is not defined. +build/public/src/client/topic/posts.js: line 348, col 11, '$' is not defined. +build/public/src/client/topic/posts.js: line 351, col 102, '$' is not defined. +build/public/src/client/topic/posts.js: line 354, col 11, '$' is not defined. +build/public/src/client/topic/posts.js: line 372, col 29, '$' is not defined. +build/public/src/client/topic/posts.js: line 385, col 7, '$' is not defined. +build/public/src/client/topic/posts.js: line 385, col 36, '$' is not defined. +build/public/src/client/topic/posts.js: line 402, col 9, '$' is not defined. +build/public/src/client/topic/posts.js: line 403, col 19, '$' is not defined. +build/public/src/client/topic/posts.js: line 419, col 25, '$' is not defined. +build/public/src/client/topic/posts.js: line 420, col 19, '$' is not defined. +build/public/src/client/topic/posts.js: line 421, col 50, '$' is not defined. +build/public/src/client/topic/posts.js: line 422, col 7, '$' is not defined. +build/public/src/client/topic/posts.js: line 431, col 11, '$' is not defined. +build/public/src/client/topic/posts.js: line 432, col 26, '$' is not defined. +build/public/src/client/topic/posts.js: line 439, col 27, '$' is not defined. +build/public/src/client/topic/posts.js: line 442, col 21, '$' is not defined. +build/public/src/client/topic/posts.js: line 25, col 44, 'ajaxify' is not defined. +build/public/src/client/topic/posts.js: line 31, col 23, 'ajaxify' is not defined. +build/public/src/client/topic/posts.js: line 43, col 5, 'ajaxify' is not defined. +build/public/src/client/topic/posts.js: line 44, col 31, 'ajaxify' is not defined. +build/public/src/client/topic/posts.js: line 64, col 65, 'ajaxify' is not defined. +build/public/src/client/topic/posts.js: line 66, col 34, 'ajaxify' is not defined. +build/public/src/client/topic/posts.js: line 66, col 93, 'ajaxify' is not defined. +build/public/src/client/topic/posts.js: line 67, col 36, 'ajaxify' is not defined. +build/public/src/client/topic/posts.js: line 67, col 97, 'ajaxify' is not defined. +build/public/src/client/topic/posts.js: line 69, col 33, 'ajaxify' is not defined. +build/public/src/client/topic/posts.js: line 70, col 32, 'ajaxify' is not defined. +build/public/src/client/topic/posts.js: line 71, col 28, 'ajaxify' is not defined. +build/public/src/client/topic/posts.js: line 73, col 27, 'ajaxify' is not defined. +build/public/src/client/topic/posts.js: line 101, col 5, 'ajaxify' is not defined. +build/public/src/client/topic/posts.js: line 105, col 7, 'ajaxify' is not defined. +build/public/src/client/topic/posts.js: line 105, col 47, 'ajaxify' is not defined. +build/public/src/client/topic/posts.js: line 107, col 11, 'ajaxify' is not defined. +build/public/src/client/topic/posts.js: line 112, col 16, 'ajaxify' is not defined. +build/public/src/client/topic/posts.js: line 115, col 29, 'ajaxify' is not defined. +build/public/src/client/topic/posts.js: line 123, col 61, 'ajaxify' is not defined. +build/public/src/client/topic/posts.js: line 123, col 87, 'ajaxify' is not defined. +build/public/src/client/topic/posts.js: line 134, col 62, 'ajaxify' is not defined. +build/public/src/client/topic/posts.js: line 139, col 14, 'ajaxify' is not defined. +build/public/src/client/topic/posts.js: line 151, col 26, 'ajaxify' is not defined. +build/public/src/client/topic/posts.js: line 213, col 63, 'ajaxify' is not defined. +build/public/src/client/topic/posts.js: line 258, col 17, 'ajaxify' is not defined. +build/public/src/client/topic/posts.js: line 306, col 33, 'ajaxify' is not defined. +build/public/src/client/topic/posts.js: line 325, col 28, 'ajaxify' is not defined. +build/public/src/client/topic/posts.js: line 370, col 9, 'ajaxify' is not defined. +build/public/src/client/topic/posts.js: line 390, col 26, 'ajaxify' is not defined. +build/public/src/client/topic/posts.js: line 30, col 23, 'app' is not defined. +build/public/src/client/topic/posts.js: line 63, col 25, 'app' is not defined. +build/public/src/client/topic/posts.js: line 63, col 77, 'app' is not defined. +build/public/src/client/topic/posts.js: line 72, col 86, 'app' is not defined. +build/public/src/client/topic/posts.js: line 73, col 11, 'app' is not defined. +build/public/src/client/topic/posts.js: line 112, col 87, 'app' is not defined. +build/public/src/client/topic/posts.js: line 124, col 7, 'app' is not defined. +build/public/src/client/topic/posts.js: line 213, col 5, 'app' is not defined. +build/public/src/client/topic/posts.js: line 304, col 27, 'app' is not defined. +build/public/src/client/topic/posts.js: line 356, col 28, 'app' is not defined. +build/public/src/client/topic/posts.js: line 390, col 9, 'app' is not defined. +build/public/src/client/topic/posts.js: line 35, col 34, 'utils' is not defined. +build/public/src/client/topic/posts.js: line 259, col 10, 'utils' is not defined. +build/public/src/client/topic/posts.js: line 273, col 22, 'utils' is not defined. +build/public/src/client/topic/posts.js: line 46, col 9, 'config' is not defined. +build/public/src/client/topic/posts.js: line 85, col 9, 'config' is not defined. +build/public/src/client/topic/posts.js: line 101, col 90, 'config' is not defined. +build/public/src/client/topic/posts.js: line 102, col 23, 'config' is not defined. +build/public/src/client/topic/posts.js: line 102, col 70, 'config' is not defined. +build/public/src/client/topic/posts.js: line 123, col 11, 'config' is not defined. +build/public/src/client/topic/posts.js: line 131, col 24, 'config' is not defined. +build/public/src/client/topic/posts.js: line 131, col 71, 'config' is not defined. +build/public/src/client/topic/posts.js: line 222, col 102, 'config' is not defined. +build/public/src/client/topic/posts.js: line 271, col 14, 'config' is not defined. +build/public/src/client/topic/posts.js: line 273, col 45, 'config' is not defined. +build/public/src/client/topic/posts.js: line 299, col 9, 'config' is not defined. +build/public/src/client/topic/posts.js: line 310, col 9, 'config' is not defined. +build/public/src/client/topic/posts.js: line 312, col 16, 'config' is not defined. +build/public/src/client/topic/posts.js: line 326, col 29, 'config' is not defined. +build/public/src/client/topic/posts.js: line 326, col 76, 'config' is not defined. +build/public/src/client/topic/posts.js: line 338, col 11, 'config' is not defined. +build/public/src/client/topic/posts.js: line 397, col 20, 'config' is not defined. +build/public/src/client/topic/posts.js: line 404, col 44, 'config' is not defined. +build/public/src/client/topic/posts.js: line 404, col 67, 'config' is not defined. + +build/public/src/client/topic/replies.js: line 4, col 117, Line is too long. +build/public/src/client/topic/replies.js: line 40, col 101, Line is too long. +build/public/src/client/topic/replies.js: line 42, col 58, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/topic/replies.js: line 43, col 111, Line is too long. +build/public/src/client/topic/replies.js: line 72, col 101, Line is too long. +build/public/src/client/topic/replies.js: line 73, col 51, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/topic/replies.js: line 74, col 112, Line is too long. +build/public/src/client/topic/replies.js: line 96, col 125, Line is too long. +build/public/src/client/topic/replies.js: line 4, col 1, 'define' is not defined. +build/public/src/client/topic/replies.js: line 35, col 23, 'ajaxify' is not defined. +build/public/src/client/topic/replies.js: line 36, col 32, 'ajaxify' is not defined. +build/public/src/client/topic/replies.js: line 37, col 34, 'ajaxify' is not defined. +build/public/src/client/topic/replies.js: line 38, col 23, 'app' is not defined. +build/public/src/client/topic/replies.js: line 42, col 9, 'app' is not defined. +build/public/src/client/topic/replies.js: line 73, col 5, 'app' is not defined. +build/public/src/client/topic/replies.js: line 114, col 7, 'app' is not defined. +build/public/src/client/topic/replies.js: line 40, col 24, 'config' is not defined. +build/public/src/client/topic/replies.js: line 40, col 70, 'config' is not defined. +build/public/src/client/topic/replies.js: line 72, col 24, 'config' is not defined. +build/public/src/client/topic/replies.js: line 72, col 70, 'config' is not defined. +build/public/src/client/topic/replies.js: line 76, col 13, 'config' is not defined. +build/public/src/client/topic/replies.js: line 43, col 29, '$' is not defined. +build/public/src/client/topic/replies.js: line 61, col 9, '$' is not defined. +build/public/src/client/topic/replies.js: line 74, col 23, '$' is not defined. +build/public/src/client/topic/replies.js: line 96, col 24, '$' is not defined. + +build/public/src/client/topic/tag.js: line 31, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/topic/tag.js: line 73, col 15, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/topic/tag.js: line 88, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/topic/tag.js: line 89, col 50, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/topic/tag.js: line 4, col 1, 'define' is not defined. +build/public/src/client/topic/tag.js: line 19, col 5, 'app' is not defined. +build/public/src/client/topic/tag.js: line 27, col 7, '$' is not defined. +build/public/src/client/topic/tag.js: line 39, col 23, '$' is not defined. +build/public/src/client/topic/tag.js: line 91, col 21, '$' is not defined. +build/public/src/client/topic/tag.js: line 103, col 22, '$' is not defined. +build/public/src/client/topic/tag.js: line 74, col 9, 'socket' is not defined. +build/public/src/client/topic/tag.js: line 101, col 19, 'ajaxify' is not defined. + +build/public/src/client/topic/threadTools.js: line 15, col 106, Line is too long. +build/public/src/client/topic/threadTools.js: line 172, col 106, Line is too long. +build/public/src/client/topic/threadTools.js: line 174, col 105, Line is too long. +build/public/src/client/topic/threadTools.js: line 225, col 55, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/topic/threadTools.js: line 234, col 132, Line is too long. +build/public/src/client/topic/threadTools.js: line 321, col 121, Line is too long. +build/public/src/client/topic/threadTools.js: line 322, col 125, Line is too long. +build/public/src/client/topic/threadTools.js: line 324, col 107, Line is too long. +build/public/src/client/topic/threadTools.js: line 327, col 143, Line is too long. +build/public/src/client/topic/threadTools.js: line 329, col 171, Line is too long. +build/public/src/client/topic/threadTools.js: line 330, col 104, Line is too long. +build/public/src/client/topic/threadTools.js: line 332, col 138, Line is too long. +build/public/src/client/topic/threadTools.js: line 334, col 101, Line is too long. +build/public/src/client/topic/threadTools.js: line 347, col 123, Line is too long. +build/public/src/client/topic/threadTools.js: line 348, col 126, Line is too long. +build/public/src/client/topic/threadTools.js: line 349, col 124, Line is too long. +build/public/src/client/topic/threadTools.js: line 365, col 142, Line is too long. +build/public/src/client/topic/threadTools.js: line 366, col 171, Line is too long. +build/public/src/client/topic/threadTools.js: line 381, col 116, Line is too long. +build/public/src/client/topic/threadTools.js: line 382, col 120, Line is too long. +build/public/src/client/topic/threadTools.js: line 4, col 1, 'define' is not defined. +build/public/src/client/topic/threadTools.js: line 21, col 5, '$' is not defined. +build/public/src/client/topic/threadTools.js: line 26, col 36, '$' is not defined. +build/public/src/client/topic/threadTools.js: line 79, col 19, '$' is not defined. +build/public/src/client/topic/threadTools.js: line 87, col 23, '$' is not defined. +build/public/src/client/topic/threadTools.js: line 88, col 23, '$' is not defined. +build/public/src/client/topic/threadTools.js: line 211, col 74, '$' is not defined. +build/public/src/client/topic/threadTools.js: line 226, col 21, '$' is not defined. +build/public/src/client/topic/threadTools.js: line 236, col 7, '$' is not defined. +build/public/src/client/topic/threadTools.js: line 238, col 18, '$' is not defined. +build/public/src/client/topic/threadTools.js: line 334, col 5, '$' is not defined. +build/public/src/client/topic/threadTools.js: line 335, col 5, '$' is not defined. +build/public/src/client/topic/threadTools.js: line 383, col 18, '$' is not defined. +build/public/src/client/topic/threadTools.js: line 66, col 13, 'app' is not defined. +build/public/src/client/topic/threadTools.js: line 66, col 33, 'app' is not defined. +build/public/src/client/topic/threadTools.js: line 67, col 22, 'app' is not defined. +build/public/src/client/topic/threadTools.js: line 235, col 26, 'app' is not defined. +build/public/src/client/topic/threadTools.js: line 275, col 5, 'app' is not defined. +build/public/src/client/topic/threadTools.js: line 332, col 53, 'app' is not defined. +build/public/src/client/topic/threadTools.js: line 353, col 7, 'app' is not defined. +build/public/src/client/topic/threadTools.js: line 67, col 11, 'ajaxify' is not defined. +build/public/src/client/topic/threadTools.js: line 70, col 20, 'ajaxify' is not defined. +build/public/src/client/topic/threadTools.js: line 71, col 11, 'ajaxify' is not defined. +build/public/src/client/topic/threadTools.js: line 71, col 36, 'ajaxify' is not defined. +build/public/src/client/topic/threadTools.js: line 114, col 26, 'ajaxify' is not defined. +build/public/src/client/topic/threadTools.js: line 121, col 29, 'ajaxify' is not defined. +build/public/src/client/topic/threadTools.js: line 140, col 26, 'ajaxify' is not defined. +build/public/src/client/topic/threadTools.js: line 147, col 19, 'ajaxify' is not defined. +build/public/src/client/topic/threadTools.js: line 147, col 34, 'ajaxify' is not defined. +build/public/src/client/topic/threadTools.js: line 234, col 70, 'ajaxify' is not defined. +build/public/src/client/topic/threadTools.js: line 234, col 93, 'ajaxify' is not defined. +build/public/src/client/topic/threadTools.js: line 247, col 17, 'ajaxify' is not defined. +build/public/src/client/topic/threadTools.js: line 319, col 40, 'ajaxify' is not defined. +build/public/src/client/topic/threadTools.js: line 324, col 44, 'ajaxify' is not defined. +build/public/src/client/topic/threadTools.js: line 324, col 70, 'ajaxify' is not defined. +build/public/src/client/topic/threadTools.js: line 327, col 64, 'ajaxify' is not defined. +build/public/src/client/topic/threadTools.js: line 327, col 122, 'ajaxify' is not defined. +build/public/src/client/topic/threadTools.js: line 336, col 5, 'ajaxify' is not defined. +build/public/src/client/topic/threadTools.js: line 362, col 41, 'ajaxify' is not defined. +build/public/src/client/topic/threadTools.js: line 365, col 64, 'ajaxify' is not defined. +build/public/src/client/topic/threadTools.js: line 365, col 105, 'ajaxify' is not defined. +build/public/src/client/topic/threadTools.js: line 369, col 5, 'ajaxify' is not defined. +build/public/src/client/topic/threadTools.js: line 392, col 5, 'ajaxify' is not defined. +build/public/src/client/topic/threadTools.js: line 234, col 26, 'socket' is not defined. +build/public/src/client/topic/threadTools.js: line 356, col 30, 'utils' is not defined. + +build/public/src/client/topic/votes.js: line 13, col 117, Line is too long. +build/public/src/client/topic/votes.js: line 14, col 107, Line is too long. +build/public/src/client/topic/votes.js: line 17, col 119, Line is too long. +build/public/src/client/topic/votes.js: line 18, col 109, Line is too long. +build/public/src/client/topic/votes.js: line 36, col 21, If a strict mode function is executed using function invocation, its 'this' value will be undefined. +build/public/src/client/topic/votes.js: line 38, col 51, If a strict mode function is executed using function invocation, its 'this' value will be undefined. +build/public/src/client/topic/votes.js: line 47, col 21, If a strict mode function is executed using function invocation, its 'this' value will be undefined. +build/public/src/client/topic/votes.js: line 51, col 51, If a strict mode function is executed using function invocation, its 'this' value will be undefined. +build/public/src/client/topic/votes.js: line 85, col 124, Line is too long. +build/public/src/client/topic/votes.js: line 148, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/topic/votes.js: line 4, col 1, 'define' is not defined. +build/public/src/client/topic/votes.js: line 22, col 46, 'ajaxify' is not defined. +build/public/src/client/topic/votes.js: line 29, col 66, 'ajaxify' is not defined. +build/public/src/client/topic/votes.js: line 107, col 11, 'ajaxify' is not defined. +build/public/src/client/topic/votes.js: line 25, col 43, 'config' is not defined. +build/public/src/client/topic/votes.js: line 32, col 82, 'config' is not defined. +build/public/src/client/topic/votes.js: line 36, col 19, '$' is not defined. +build/public/src/client/topic/votes.js: line 47, col 19, '$' is not defined. +build/public/src/client/topic/votes.js: line 106, col 14, 'app' is not defined. +build/public/src/client/topic/votes.js: line 131, col 7, 'app' is not defined. +build/public/src/client/topic/votes.js: line 152, col 24, 'app' is not defined. + +build/public/src/client/topic.js: line 40, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/topic.js: line 52, col 139, Line is too long. +build/public/src/client/topic.js: line 91, col 115, Line is too long. +build/public/src/client/topic.js: line 181, col 38, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/topic.js: line 184, col 101, Line is too long. +build/public/src/client/topic.js: line 187, col 59, 'object spread property' is only available in ES9 (use 'esversion: 9'). +build/public/src/client/topic.js: line 253, col 108, Line is too long. +build/public/src/client/topic.js: line 256, col 105, Line is too long. +build/public/src/client/topic.js: line 259, col 231, Line is too long. +build/public/src/client/topic.js: line 262, col 104, Line is too long. +build/public/src/client/topic.js: line 338, col 190, Line is too long. +build/public/src/client/topic.js: line 338, col 172, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/topic.js: line 353, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/topic.js: line 354, col 9, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/topic.js: line 355, col 104, Line is too long. +build/public/src/client/topic.js: line 359, col 107, Line is too long. +build/public/src/client/topic.js: line 365, col 111, Line is too long. +build/public/src/client/topic.js: line 393, col 124, Line is too long. +build/public/src/client/topic.js: line 397, col 116, Line is too long. +build/public/src/client/topic.js: line 413, col 42, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/topic.js: line 467, col 120, Line is too long. +build/public/src/client/topic.js: line 4, col 1, 'define' is not defined. +build/public/src/client/topic.js: line 30, col 3, '$' is not defined. +build/public/src/client/topic.js: line 55, col 27, '$' is not defined. +build/public/src/client/topic.js: line 61, col 27, '$' is not defined. +build/public/src/client/topic.js: line 74, col 5, '$' is not defined. +build/public/src/client/topic.js: line 87, col 24, '$' is not defined. +build/public/src/client/topic.js: line 89, col 22, '$' is not defined. +build/public/src/client/topic.js: line 145, col 18, '$' is not defined. +build/public/src/client/topic.js: line 203, col 11, '$' is not defined. +build/public/src/client/topic.js: line 204, col 11, '$' is not defined. +build/public/src/client/topic.js: line 205, col 11, '$' is not defined. +build/public/src/client/topic.js: line 206, col 26, '$' is not defined. +build/public/src/client/topic.js: line 211, col 5, '$' is not defined. +build/public/src/client/topic.js: line 212, col 19, '$' is not defined. +build/public/src/client/topic.js: line 220, col 26, '$' is not defined. +build/public/src/client/topic.js: line 221, col 22, '$' is not defined. +build/public/src/client/topic.js: line 231, col 21, '$' is not defined. +build/public/src/client/topic.js: line 256, col 24, '$' is not defined. +build/public/src/client/topic.js: line 257, col 49, '$' is not defined. +build/public/src/client/topic.js: line 258, col 25, '$' is not defined. +build/public/src/client/topic.js: line 259, col 25, '$' is not defined. +build/public/src/client/topic.js: line 264, col 23, '$' is not defined. +build/public/src/client/topic.js: line 275, col 22, '$' is not defined. +build/public/src/client/topic.js: line 283, col 24, '$' is not defined. +build/public/src/client/topic.js: line 300, col 26, '$' is not defined. +build/public/src/client/topic.js: line 305, col 5, '$' is not defined. +build/public/src/client/topic.js: line 306, col 19, '$' is not defined. +build/public/src/client/topic.js: line 325, col 7, '$' is not defined. +build/public/src/client/topic.js: line 331, col 12, '$' is not defined. +build/public/src/client/topic.js: line 336, col 5, '$' is not defined. +build/public/src/client/topic.js: line 338, col 5, '$' is not defined. +build/public/src/client/topic.js: line 339, col 14, '$' is not defined. +build/public/src/client/topic.js: line 356, col 11, '$' is not defined. +build/public/src/client/topic.js: line 364, col 30, '$' is not defined. +build/public/src/client/topic.js: line 374, col 13, '$' is not defined. +build/public/src/client/topic.js: line 392, col 9, '$' is not defined. +build/public/src/client/topic.js: line 434, col 9, '$' is not defined. +build/public/src/client/topic.js: line 436, col 16, '$' is not defined. +build/public/src/client/topic.js: line 439, col 9, '$' is not defined. +build/public/src/client/topic.js: line 41, col 62, 'ajaxify' is not defined. +build/public/src/client/topic.js: line 42, col 18, 'ajaxify' is not defined. +build/public/src/client/topic.js: line 43, col 18, 'ajaxify' is not defined. +build/public/src/client/topic.js: line 52, col 62, 'ajaxify' is not defined. +build/public/src/client/topic.js: line 58, col 49, 'ajaxify' is not defined. +build/public/src/client/topic.js: line 78, col 39, 'ajaxify' is not defined. +build/public/src/client/topic.js: line 91, col 92, 'ajaxify' is not defined. +build/public/src/client/topic.js: line 134, col 37, 'ajaxify' is not defined. +build/public/src/client/topic.js: line 151, col 22, 'ajaxify' is not defined. +build/public/src/client/topic.js: line 152, col 23, 'ajaxify' is not defined. +build/public/src/client/topic.js: line 158, col 32, 'ajaxify' is not defined. +build/public/src/client/topic.js: line 159, col 10, 'ajaxify' is not defined. +build/public/src/client/topic.js: line 159, col 35, 'ajaxify' is not defined. +build/public/src/client/topic.js: line 187, col 24, 'ajaxify' is not defined. +build/public/src/client/topic.js: line 314, col 10, 'ajaxify' is not defined. +build/public/src/client/topic.js: line 357, col 27, 'ajaxify' is not defined. +build/public/src/client/topic.js: line 414, col 32, 'ajaxify' is not defined. +build/public/src/client/topic.js: line 435, col 17, 'ajaxify' is not defined. +build/public/src/client/topic.js: line 445, col 10, 'ajaxify' is not defined. +build/public/src/client/topic.js: line 449, col 31, 'ajaxify' is not defined. +build/public/src/client/topic.js: line 454, col 28, 'ajaxify' is not defined. +build/public/src/client/topic.js: line 459, col 11, 'ajaxify' is not defined. +build/public/src/client/topic.js: line 473, col 36, 'ajaxify' is not defined. +build/public/src/client/topic.js: line 474, col 29, 'ajaxify' is not defined. +build/public/src/client/topic.js: line 476, col 27, 'ajaxify' is not defined. +build/public/src/client/topic.js: line 480, col 7, 'ajaxify' is not defined. +build/public/src/client/topic.js: line 480, col 32, 'ajaxify' is not defined. +build/public/src/client/topic.js: line 484, col 9, 'ajaxify' is not defined. +build/public/src/client/topic.js: line 488, col 9, 'ajaxify' is not defined. +build/public/src/client/topic.js: line 488, col 49, 'ajaxify' is not defined. +build/public/src/client/topic.js: line 491, col 16, 'ajaxify' is not defined. +build/public/src/client/topic.js: line 492, col 18, 'ajaxify' is not defined. +build/public/src/client/topic.js: line 495, col 13, 'ajaxify' is not defined. +build/public/src/client/topic.js: line 46, col 5, 'app' is not defined. +build/public/src/client/topic.js: line 191, col 28, 'app' is not defined. +build/public/src/client/topic.js: line 359, col 35, 'app' is not defined. +build/public/src/client/topic.js: line 415, col 28, 'app' is not defined. +build/public/src/client/topic.js: line 453, col 36, 'app' is not defined. +build/public/src/client/topic.js: line 487, col 11, 'app' is not defined. +build/public/src/client/topic.js: line 60, col 10, 'config' is not defined. +build/public/src/client/topic.js: line 83, col 11, 'config' is not defined. +build/public/src/client/topic.js: line 157, col 8, 'config' is not defined. +build/public/src/client/topic.js: line 158, col 8, 'config' is not defined. +build/public/src/client/topic.js: line 427, col 9, 'config' is not defined. +build/public/src/client/topic.js: line 427, col 37, 'config' is not defined. +build/public/src/client/topic.js: line 427, col 53, 'config' is not defined. +build/public/src/client/topic.js: line 461, col 14, 'config' is not defined. +build/public/src/client/topic.js: line 467, col 75, 'config' is not defined. +build/public/src/client/topic.js: line 475, col 9, 'config' is not defined. +build/public/src/client/topic.js: line 74, col 28, 'utils' is not defined. +build/public/src/client/topic.js: line 145, col 20, 'utils' is not defined. +build/public/src/client/topic.js: line 314, col 50, 'utils' is not defined. +build/public/src/client/topic.js: line 389, col 26, 'utils' is not defined. +build/public/src/client/topic.js: line 134, col 5, 'socket' is not defined. +build/public/src/client/topic.js: line 490, col 9, 'socket' is not defined. + +build/public/src/client/unread.js: line 5, col 103, Line is too long. +build/public/src/client/unread.js: line 16, col 104, Line is too long. +build/public/src/client/unread.js: line 41, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/client/unread.js: line 4, col 1, 'define' is not defined. +build/public/src/client/unread.js: line 10, col 5, 'app' is not defined. +build/public/src/client/unread.js: line 16, col 47, 'ajaxify' is not defined. +build/public/src/client/unread.js: line 16, col 80, 'ajaxify' is not defined. +build/public/src/client/unread.js: line 66, col 29, 'ajaxify' is not defined. +build/public/src/client/unread.js: line 86, col 28, 'ajaxify' is not defined. +build/public/src/client/unread.js: line 21, col 7, 'socket' is not defined. +build/public/src/client/unread.js: line 56, col 7, 'socket' is not defined. +build/public/src/client/unread.js: line 28, col 9, '$' is not defined. +build/public/src/client/unread.js: line 29, col 9, '$' is not defined. +build/public/src/client/unread.js: line 30, col 9, '$' is not defined. +build/public/src/client/unread.js: line 31, col 9, '$' is not defined. +build/public/src/client/unread.js: line 50, col 21, '$' is not defined. +build/public/src/client/unread.js: line 75, col 44, '$' is not defined. +build/public/src/client/unread.js: line 108, col 10, '$' is not defined. +build/public/src/client/unread.js: line 109, col 7, '$' is not defined. +build/public/src/client/unread.js: line 110, col 7, '$' is not defined. +build/public/src/client/unread.js: line 69, col 13, 'utils' is not defined. + +build/public/src/client/users.js: line 140, col 117, Line is too long. +build/public/src/client/users.js: line 4, col 1, 'define' is not defined. +build/public/src/client/users.js: line 12, col 5, 'app' is not defined. +build/public/src/client/users.js: line 113, col 5, 'app' is not defined. +build/public/src/client/users.js: line 123, col 31, 'app' is not defined. +build/public/src/client/users.js: line 123, col 51, 'app' is not defined. +build/public/src/client/users.js: line 124, col 5, 'app' is not defined. +build/public/src/client/users.js: line 140, col 5, 'app' is not defined. +build/public/src/client/users.js: line 14, col 21, 'utils' is not defined. +build/public/src/client/users.js: line 14, col 61, 'utils' is not defined. +build/public/src/client/users.js: line 30, col 35, 'utils' is not defined. +build/public/src/client/users.js: line 41, col 12, 'utils' is not defined. +build/public/src/client/users.js: line 144, col 12, 'utils' is not defined. +build/public/src/client/users.js: line 15, col 22, '$' is not defined. +build/public/src/client/users.js: line 30, col 5, '$' is not defined. +build/public/src/client/users.js: line 31, col 5, '$' is not defined. +build/public/src/client/users.js: line 51, col 5, '$' is not defined. +build/public/src/client/users.js: line 59, col 22, '$' is not defined. +build/public/src/client/users.js: line 72, col 9, '$' is not defined. +build/public/src/client/users.js: line 116, col 7, '$' is not defined. +build/public/src/client/users.js: line 125, col 7, '$' is not defined. +build/public/src/client/users.js: line 127, col 7, '$' is not defined. +build/public/src/client/users.js: line 140, col 26, '$' is not defined. +build/public/src/client/users.js: line 24, col 5, 'socket' is not defined. +build/public/src/client/users.js: line 25, col 5, 'socket' is not defined. +build/public/src/client/users.js: line 48, col 10, 'ajaxify' is not defined. +build/public/src/client/users.js: line 109, col 5, 'ajaxify' is not defined. + +build/public/src/client/world.js: line 3, col 157, Line is too long. +build/public/src/client/world.js: line 36, col 168, Line is too long. +build/public/src/client/world.js: line 52, col 103, Line is too long. +build/public/src/client/world.js: line 3, col 1, 'define' is not defined. +build/public/src/client/world.js: line 7, col 5, 'app' is not defined. +build/public/src/client/world.js: line 18, col 18, '$' is not defined. +build/public/src/client/world.js: line 19, col 19, '$' is not defined. +build/public/src/client/world.js: line 36, col 5, '$' is not defined. +build/public/src/client/world.js: line 37, col 21, '$' is not defined. +build/public/src/client/world.js: line 45, col 9, '$' is not defined. +build/public/src/client/world.js: line 46, col 9, '$' is not defined. +build/public/src/client/world.js: line 48, col 9, '$' is not defined. +build/public/src/client/world.js: line 49, col 9, '$' is not defined. +build/public/src/client/world.js: line 51, col 9, '$' is not defined. +build/public/src/client/world.js: line 52, col 9, '$' is not defined. +build/public/src/client/world.js: line 54, col 9, '$' is not defined. +build/public/src/client/world.js: line 55, col 9, '$' is not defined. +build/public/src/client/world.js: line 31, col 50, 'ajaxify' is not defined. +build/public/src/client/world.js: line 32, col 49, 'ajaxify' is not defined. + +build/public/src/client.js: line 9, col 1, 'app' is not defined. + +build/public/src/installer/install.js: line 126, col 114, Line is too long. + +build/public/src/modules/accounts/delete.js: line 3, col 1, 'define' is not defined. + +build/public/src/modules/accounts/invite.js: line 3, col 115, Line is too long. +build/public/src/modules/accounts/invite.js: line 21, col 111, Line is too long. +build/public/src/modules/accounts/invite.js: line 55, col 155, Line is too long. +build/public/src/modules/accounts/invite.js: line 3, col 1, 'define' is not defined. +build/public/src/modules/accounts/invite.js: line 7, col 12, 'ajaxify' is not defined. +build/public/src/modules/accounts/invite.js: line 11, col 5, '$' is not defined. +build/public/src/modules/accounts/invite.js: line 37, col 21, '$' is not defined. +build/public/src/modules/accounts/invite.js: line 38, col 21, '$' is not defined. +build/public/src/modules/accounts/invite.js: line 13, col 32, 'app' is not defined. +build/public/src/modules/accounts/invite.js: line 54, col 24, 'app' is not defined. + +build/public/src/modules/accounts/moderate.js: line 3, col 1, 'define' is not defined. +build/public/src/modules/accounts/moderate.js: line 12, col 26, 'ajaxify' is not defined. +build/public/src/modules/accounts/moderate.js: line 29, col 11, 'ajaxify' is not defined. +build/public/src/modules/accounts/moderate.js: line 43, col 11, 'ajaxify' is not defined. +build/public/src/modules/accounts/moderate.js: line 50, col 26, 'ajaxify' is not defined. +build/public/src/modules/accounts/moderate.js: line 66, col 11, 'ajaxify' is not defined. +build/public/src/modules/accounts/moderate.js: line 80, col 11, 'ajaxify' is not defined. + +build/public/src/modules/accounts/picture.js: line 95, col 108, Line is too long. +build/public/src/modules/accounts/picture.js: line 151, col 111, Line is too long. +build/public/src/modules/accounts/picture.js: line 156, col 113, Line is too long. +build/public/src/modules/accounts/picture.js: line 3, col 1, 'define' is not defined. +build/public/src/modules/accounts/picture.js: line 12, col 5, 'socket' is not defined. +build/public/src/modules/accounts/picture.js: line 219, col 7, 'socket' is not defined. +build/public/src/modules/accounts/picture.js: line 13, col 12, 'ajaxify' is not defined. +build/public/src/modules/accounts/picture.js: line 27, col 23, 'ajaxify' is not defined. +build/public/src/modules/accounts/picture.js: line 27, col 59, 'ajaxify' is not defined. +build/public/src/modules/accounts/picture.js: line 28, col 24, 'ajaxify' is not defined. +build/public/src/modules/accounts/picture.js: line 29, col 35, 'ajaxify' is not defined. +build/public/src/modules/accounts/picture.js: line 30, col 26, 'ajaxify' is not defined. +build/public/src/modules/accounts/picture.js: line 32, col 16, 'ajaxify' is not defined. +build/public/src/modules/accounts/picture.js: line 33, col 21, 'ajaxify' is not defined. +build/public/src/modules/accounts/picture.js: line 34, col 20, 'ajaxify' is not defined. +build/public/src/modules/accounts/picture.js: line 35, col 24, 'ajaxify' is not defined. +build/public/src/modules/accounts/picture.js: line 36, col 27, 'ajaxify' is not defined. +build/public/src/modules/accounts/picture.js: line 74, col 16, 'ajaxify' is not defined. +build/public/src/modules/accounts/picture.js: line 78, col 48, 'ajaxify' is not defined. +build/public/src/modules/accounts/picture.js: line 85, col 58, 'ajaxify' is not defined. +build/public/src/modules/accounts/picture.js: line 102, col 13, 'ajaxify' is not defined. +build/public/src/modules/accounts/picture.js: line 114, col 18, 'ajaxify' is not defined. +build/public/src/modules/accounts/picture.js: line 114, col 57, 'ajaxify' is not defined. +build/public/src/modules/accounts/picture.js: line 117, col 21, 'ajaxify' is not defined. +build/public/src/modules/accounts/picture.js: line 118, col 17, 'ajaxify' is not defined. +build/public/src/modules/accounts/picture.js: line 150, col 11, 'ajaxify' is not defined. +build/public/src/modules/accounts/picture.js: line 150, col 35, 'ajaxify' is not defined. +build/public/src/modules/accounts/picture.js: line 151, col 51, 'ajaxify' is not defined. +build/public/src/modules/accounts/picture.js: line 152, col 9, 'ajaxify' is not defined. +build/public/src/modules/accounts/picture.js: line 153, col 9, 'ajaxify' is not defined. +build/public/src/modules/accounts/picture.js: line 155, col 9, 'ajaxify' is not defined. +build/public/src/modules/accounts/picture.js: line 156, col 53, 'ajaxify' is not defined. +build/public/src/modules/accounts/picture.js: line 162, col 11, 'ajaxify' is not defined. +build/public/src/modules/accounts/picture.js: line 162, col 44, 'ajaxify' is not defined. +build/public/src/modules/accounts/picture.js: line 163, col 9, 'ajaxify' is not defined. +build/public/src/modules/accounts/picture.js: line 173, col 54, 'ajaxify' is not defined. +build/public/src/modules/accounts/picture.js: line 176, col 21, 'ajaxify' is not defined. +build/public/src/modules/accounts/picture.js: line 177, col 19, 'ajaxify' is not defined. +build/public/src/modules/accounts/picture.js: line 181, col 17, 'ajaxify' is not defined. +build/public/src/modules/accounts/picture.js: line 208, col 25, 'ajaxify' is not defined. +build/public/src/modules/accounts/picture.js: line 220, col 14, 'ajaxify' is not defined. +build/public/src/modules/accounts/picture.js: line 232, col 30, 'ajaxify' is not defined. +build/public/src/modules/accounts/picture.js: line 24, col 7, 'app' is not defined. +build/public/src/modules/accounts/picture.js: line 191, col 7, 'app' is not defined. +build/public/src/modules/accounts/picture.js: line 61, col 11, '$' is not defined. +build/public/src/modules/accounts/picture.js: line 65, col 25, '$' is not defined. +build/public/src/modules/accounts/picture.js: line 66, col 11, '$' is not defined. +build/public/src/modules/accounts/picture.js: line 79, col 17, '$' is not defined. +build/public/src/modules/accounts/picture.js: line 120, col 29, '$' is not defined. +build/public/src/modules/accounts/picture.js: line 121, col 26, '$' is not defined. +build/public/src/modules/accounts/picture.js: line 125, col 21, '$' is not defined. +build/public/src/modules/accounts/picture.js: line 126, col 9, '$' is not defined. +build/public/src/modules/accounts/picture.js: line 151, col 9, '$' is not defined. +build/public/src/modules/accounts/picture.js: line 156, col 11, '$' is not defined. +build/public/src/modules/accounts/picture.js: line 146, col 56, 'config' is not defined. +build/public/src/modules/accounts/picture.js: line 173, col 16, 'config' is not defined. + +build/public/src/modules/ace-editor.js: line 15, col 1, 'ace' is not defined. +build/public/src/modules/ace-editor.js: line 16, col 1, 'ace' is not defined. +build/public/src/modules/ace-editor.js: line 17, col 1, 'ace' is not defined. + +build/public/src/modules/alerts.js: line 12, col 17, '$' is not defined. +build/public/src/modules/alerts.js: line 69, col 3, '$' is not defined. +build/public/src/modules/alerts.js: line 91, col 14, '$' is not defined. +build/public/src/modules/alerts.js: line 101, col 17, '$' is not defined. +build/public/src/modules/alerts.js: line 129, col 16, '$' is not defined. +build/public/src/modules/alerts.js: line 22, col 15, 'utils' is not defined. +build/public/src/modules/alerts.js: line 32, col 15, 'utils' is not defined. +build/public/src/modules/alerts.js: line 42, col 15, 'utils' is not defined. +build/public/src/modules/alerts.js: line 60, col 15, 'utils' is not defined. +build/public/src/modules/alerts.js: line 54, col 5, 'socket' is not defined. +build/public/src/modules/alerts.js: line 55, col 5, 'app' is not defined. +build/public/src/modules/alerts.js: line 100, col 3, 'app' is not defined. + +build/public/src/modules/api.js: line 8, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/modules/api.js: line 34, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/modules/api.js: line 65, col 53, 'object spread property' is only available in ES9 (use 'esversion: 9'). +build/public/src/modules/api.js: line 87, col 105, Line is too long. +build/public/src/modules/api.js: line 6, col 17, 'config' is not defined. +build/public/src/modules/api.js: line 10, col 5, 'config' is not defined. +build/public/src/modules/api.js: line 111, col 23, 'config' is not defined. +build/public/src/modules/api.js: line 122, col 23, 'config' is not defined. +build/public/src/modules/api.js: line 133, col 23, 'config' is not defined. +build/public/src/modules/api.js: line 144, col 23, 'config' is not defined. +build/public/src/modules/api.js: line 26, col 11, 'ajaxify' is not defined. +build/public/src/modules/api.js: line 94, col 61, '$' is not defined. +build/public/src/modules/api.js: line 100, col 61, '$' is not defined. + +build/public/src/modules/autocomplete.js: line 13, col 27, 'object spread property' is only available in ES9 (use 'esversion: 9'). +build/public/src/modules/autocomplete.js: line 13, col 40, 'object spread property' is only available in ES9 (use 'esversion: 9'). +build/public/src/modules/autocomplete.js: line 17, col 12, 'object spread property' is only available in ES9 (use 'esversion: 9'). +build/public/src/modules/autocomplete.js: line 3, col 1, 'define' is not defined. +build/public/src/modules/autocomplete.js: line 15, col 5, 'app' is not defined. +build/public/src/modules/autocomplete.js: line 19, col 11, '$' is not defined. +build/public/src/modules/autocomplete.js: line 48, col 32, '$' is not defined. +build/public/src/modules/autocomplete.js: line 69, col 11, '$' is not defined. +build/public/src/modules/autocomplete.js: line 96, col 11, '$' is not defined. +build/public/src/modules/autocomplete.js: line 118, col 11, '$' is not defined. +build/public/src/modules/autocomplete.js: line 80, col 9, 'socket' is not defined. +build/public/src/modules/autocomplete.js: line 108, col 9, 'socket' is not defined. +build/public/src/modules/autocomplete.js: line 110, col 16, 'ajaxify' is not defined. +build/public/src/modules/autocomplete.js: line 126, col 15, 'jQuery' is not defined. + +build/public/src/modules/categoryFilter.js: line 3, col 1, 'define' is not defined. +build/public/src/modules/categoryFilter.js: line 22, col 30, 'ajaxify' is not defined. +build/public/src/modules/categoryFilter.js: line 23, col 22, 'ajaxify' is not defined. +build/public/src/modules/categoryFilter.js: line 60, col 9, 'ajaxify' is not defined. +build/public/src/modules/categoryFilter.js: line 49, col 31, 'utils' is not defined. +build/public/src/modules/categoryFilter.js: line 58, col 24, '$' is not defined. +build/public/src/modules/categoryFilter.js: line 66, col 26, '$' is not defined. +build/public/src/modules/categoryFilter.js: line 117, col 39, '$' is not defined. +build/public/src/modules/categoryFilter.js: line 114, col 7, 'app' is not defined. + +build/public/src/modules/categorySearch.js: line 15, col 64, 'object spread property' is only available in ES9 (use 'esversion: 9'). +build/public/src/modules/categorySearch.js: line 3, col 1, 'define' is not defined. +build/public/src/modules/categorySearch.js: line 20, col 52, 'ajaxify' is not defined. +build/public/src/modules/categorySearch.js: line 96, col 27, 'ajaxify' is not defined. +build/public/src/modules/categorySearch.js: line 97, col 27, 'ajaxify' is not defined. +build/public/src/modules/categorySearch.js: line 51, col 50, 'utils' is not defined. +build/public/src/modules/categorySearch.js: line 56, col 34, 'utils' is not defined. +build/public/src/modules/categorySearch.js: line 73, col 16, 'utils' is not defined. +build/public/src/modules/categorySearch.js: line 94, col 7, 'app' is not defined. + +build/public/src/modules/categorySelector.js: line 65, col 111, Line is too long. +build/public/src/modules/categorySelector.js: line 78, col 118, Line is too long. +build/public/src/modules/categorySelector.js: line 91, col 101, Line is too long. +build/public/src/modules/categorySelector.js: line 3, col 1, 'define' is not defined. +build/public/src/modules/categorySelector.js: line 27, col 26, '$' is not defined. +build/public/src/modules/categorySelector.js: line 65, col 7, 'app' is not defined. +build/public/src/modules/categorySelector.js: line 78, col 5, 'app' is not defined. + +build/public/src/modules/chat.js: line 97, col 41, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/modules/chat.js: line 126, col 73, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/modules/chat.js: line 128, col 63, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/modules/chat.js: line 170, col 101, Line is too long. +build/public/src/modules/chat.js: line 209, col 104, Line is too long. +build/public/src/modules/chat.js: line 215, col 103, Line is too long. +build/public/src/modules/chat.js: line 263, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/modules/chat.js: line 320, col 107, Line is too long. +build/public/src/modules/chat.js: line 324, col 105, Line is too long. +build/public/src/modules/chat.js: line 367, col 106, Line is too long. +build/public/src/modules/chat.js: line 368, col 101, Line is too long. +build/public/src/modules/chat.js: line 422, col 109, Line is too long. +build/public/src/modules/chat.js: line 427, col 103, Line is too long. +build/public/src/modules/chat.js: line 448, col 122, Line is too long. +build/public/src/modules/chat.js: line 531, col 126, Line is too long. +build/public/src/modules/chat.js: line 532, col 106, Line is too long. +build/public/src/modules/chat.js: line 582, col 102, Line is too long. +build/public/src/modules/chat.js: line 3, col 1, 'define' is not defined. +build/public/src/modules/chat.js: line 9, col 10, 'app' is not defined. +build/public/src/modules/chat.js: line 30, col 23, 'app' is not defined. +build/public/src/modules/chat.js: line 33, col 64, 'app' is not defined. +build/public/src/modules/chat.js: line 35, col 33, 'app' is not defined. +build/public/src/modules/chat.js: line 59, col 10, 'app' is not defined. +build/public/src/modules/chat.js: line 63, col 42, 'app' is not defined. +build/public/src/modules/chat.js: line 87, col 12, 'app' is not defined. +build/public/src/modules/chat.js: line 106, col 28, 'app' is not defined. +build/public/src/modules/chat.js: line 119, col 34, 'app' is not defined. +build/public/src/modules/chat.js: line 166, col 12, 'app' is not defined. +build/public/src/modules/chat.js: line 185, col 9, 'app' is not defined. +build/public/src/modules/chat.js: line 191, col 28, 'app' is not defined. +build/public/src/modules/chat.js: line 221, col 49, 'app' is not defined. +build/public/src/modules/chat.js: line 254, col 22, 'app' is not defined. +build/public/src/modules/chat.js: line 324, col 38, 'app' is not defined. +build/public/src/modules/chat.js: line 353, col 7, 'app' is not defined. +build/public/src/modules/chat.js: line 386, col 30, 'app' is not defined. +build/public/src/modules/chat.js: line 466, col 5, 'app' is not defined. +build/public/src/modules/chat.js: line 558, col 5, 'app' is not defined. +build/public/src/modules/chat.js: line 577, col 5, 'app' is not defined. +build/public/src/modules/chat.js: line 24, col 16, 'ajaxify' is not defined. +build/public/src/modules/chat.js: line 48, col 14, 'ajaxify' is not defined. +build/public/src/modules/chat.js: line 51, col 11, 'ajaxify' is not defined. +build/public/src/modules/chat.js: line 116, col 16, 'ajaxify' is not defined. +build/public/src/modules/chat.js: line 119, col 13, 'ajaxify' is not defined. +build/public/src/modules/chat.js: line 131, col 17, 'ajaxify' is not defined. +build/public/src/modules/chat.js: line 170, col 12, 'ajaxify' is not defined. +build/public/src/modules/chat.js: line 170, col 52, 'ajaxify' is not defined. +build/public/src/modules/chat.js: line 217, col 19, 'ajaxify' is not defined. +build/public/src/modules/chat.js: line 386, col 11, 'ajaxify' is not defined. +build/public/src/modules/chat.js: line 68, col 10, 'utils' is not defined. +build/public/src/modules/chat.js: line 197, col 35, 'utils' is not defined. +build/public/src/modules/chat.js: line 358, col 22, 'utils' is not defined. +build/public/src/modules/chat.js: line 550, col 19, 'utils' is not defined. +build/public/src/modules/chat.js: line 92, col 37, '$' is not defined. +build/public/src/modules/chat.js: line 100, col 35, '$' is not defined. +build/public/src/modules/chat.js: line 115, col 26, '$' is not defined. +build/public/src/modules/chat.js: line 126, col 9, '$' is not defined. +build/public/src/modules/chat.js: line 132, col 39, '$' is not defined. +build/public/src/modules/chat.js: line 158, col 31, '$' is not defined. +build/public/src/modules/chat.js: line 162, col 29, '$' is not defined. +build/public/src/modules/chat.js: line 244, col 22, '$' is not defined. +build/public/src/modules/chat.js: line 269, col 7, '$' is not defined. +build/public/src/modules/chat.js: line 278, col 22, '$' is not defined. +build/public/src/modules/chat.js: line 292, col 12, '$' is not defined. +build/public/src/modules/chat.js: line 296, col 12, '$' is not defined. +build/public/src/modules/chat.js: line 365, col 28, '$' is not defined. +build/public/src/modules/chat.js: line 382, col 11, '$' is not defined. +build/public/src/modules/chat.js: line 502, col 23, '$' is not defined. +build/public/src/modules/chat.js: line 531, col 41, '$' is not defined. +build/public/src/modules/chat.js: line 531, col 61, '$' is not defined. +build/public/src/modules/chat.js: line 531, col 95, '$' is not defined. +build/public/src/modules/chat.js: line 532, col 39, '$' is not defined. +build/public/src/modules/chat.js: line 532, col 66, '$' is not defined. +build/public/src/modules/chat.js: line 542, col 25, '$' is not defined. +build/public/src/modules/chat.js: line 569, col 5, '$' is not defined. +build/public/src/modules/chat.js: line 570, col 5, '$' is not defined. +build/public/src/modules/chat.js: line 572, col 7, '$' is not defined. +build/public/src/modules/chat.js: line 586, col 23, '$' is not defined. +build/public/src/modules/chat.js: line 301, col 7, 'socket' is not defined. +build/public/src/modules/chat.js: line 514, col 5, 'socket' is not defined. +build/public/src/modules/chat.js: line 549, col 7, 'socket' is not defined. + +build/public/src/modules/components.js: line 55, col 107, Line is too long. +build/public/src/modules/components.js: line 3, col 1, 'define' is not defined. +build/public/src/modules/components.js: line 9, col 16, '$' is not defined. +build/public/src/modules/components.js: line 11, col 14, '$' is not defined. +build/public/src/modules/components.js: line 14, col 14, '$' is not defined. +build/public/src/modules/components.js: line 17, col 14, '$' is not defined. +build/public/src/modules/components.js: line 20, col 14, '$' is not defined. +build/public/src/modules/components.js: line 23, col 14, '$' is not defined. +build/public/src/modules/components.js: line 26, col 14, '$' is not defined. +build/public/src/modules/components.js: line 29, col 14, '$' is not defined. +build/public/src/modules/components.js: line 32, col 14, '$' is not defined. +build/public/src/modules/components.js: line 36, col 14, '$' is not defined. +build/public/src/modules/components.js: line 39, col 14, '$' is not defined. +build/public/src/modules/components.js: line 43, col 14, '$' is not defined. +build/public/src/modules/components.js: line 47, col 14, '$' is not defined. +build/public/src/modules/components.js: line 51, col 14, '$' is not defined. +build/public/src/modules/components.js: line 55, col 14, '$' is not defined. +build/public/src/modules/components.js: line 59, col 14, '$' is not defined. +build/public/src/modules/components.js: line 69, col 12, '$' is not defined. + +build/public/src/modules/composer/autocomplete.js: line 1, col 123, Line is too long. + +build/public/src/modules/composer/categoryList.js: line 1, col 123, Line is too long. + +build/public/src/modules/composer/controls.js: line 1, col 119, Line is too long. + +build/public/src/modules/composer/drafts.js: line 1, col 117, Line is too long. + +build/public/src/modules/composer/formatting.js: line 1, col 121, Line is too long. + +build/public/src/modules/composer/post-queue.js: line 1, col 121, Line is too long. + +build/public/src/modules/composer/preview.js: line 1, col 118, Line is too long. + +build/public/src/modules/composer/resize.js: line 1, col 117, Line is too long. + +build/public/src/modules/composer/scheduler.js: line 1, col 120, Line is too long. + +build/public/src/modules/composer/tags.js: line 1, col 115, Line is too long. + +build/public/src/modules/composer/uploads.js: line 1, col 118, Line is too long. + +build/public/src/modules/composer.js: line 1, col 107, Line is too long. + +build/public/src/modules/coverPhoto.js: line 73, col 119, Line is too long. +build/public/src/modules/coverPhoto.js: line 4, col 1, 'define' is not defined. + +build/public/src/modules/flags.js: line 4, col 101, Line is too long. +build/public/src/modules/flags.js: line 100, col 110, Line is too long. +build/public/src/modules/flags.js: line 4, col 1, 'define' is not defined. +build/public/src/modules/flags.js: line 13, col 5, 'app' is not defined. +build/public/src/modules/flags.js: line 23, col 13, '$' is not defined. +build/public/src/modules/flags.js: line 35, col 26, '$' is not defined. +build/public/src/modules/flags.js: line 40, col 30, '$' is not defined. + +build/public/src/modules/groupSearch.js: line 31, col 107, Line is too long. +build/public/src/modules/groupSearch.js: line 3, col 1, 'define' is not defined. +build/public/src/modules/groupSearch.js: line 7, col 9, 'utils' is not defined. +build/public/src/modules/groupSearch.js: line 22, col 24, '$' is not defined. + +build/public/src/modules/handleBack.js: line 3, col 1, 'define' is not defined. +build/public/src/modules/handleBack.js: line 15, col 5, '$' is not defined. +build/public/src/modules/handleBack.js: line 21, col 5, '$' is not defined. +build/public/src/modules/handleBack.js: line 22, col 28, '$' is not defined. +build/public/src/modules/handleBack.js: line 23, col 31, '$' is not defined. +build/public/src/modules/handleBack.js: line 24, col 7, '$' is not defined. +build/public/src/modules/handleBack.js: line 25, col 13, '$' is not defined. +build/public/src/modules/handleBack.js: line 26, col 48, '$' is not defined. +build/public/src/modules/handleBack.js: line 28, col 55, '$' is not defined. +build/public/src/modules/handleBack.js: line 70, col 9, '$' is not defined. +build/public/src/modules/handleBack.js: line 99, col 7, '$' is not defined. +build/public/src/modules/handleBack.js: line 36, col 47, 'ajaxify' is not defined. +build/public/src/modules/handleBack.js: line 38, col 7, 'ajaxify' is not defined. +build/public/src/modules/handleBack.js: line 39, col 7, 'ajaxify' is not defined. +build/public/src/modules/handleBack.js: line 40, col 7, 'ajaxify' is not defined. +build/public/src/modules/handleBack.js: line 57, col 36, 'ajaxify' is not defined. +build/public/src/modules/handleBack.js: line 48, col 12, 'utils' is not defined. +build/public/src/modules/handleBack.js: line 90, col 10, 'utils' is not defined. +build/public/src/modules/handleBack.js: line 55, col 11, 'config' is not defined. +build/public/src/modules/handleBack.js: line 56, col 68, 'config' is not defined. + +build/public/src/modules/helpers.common.js: line 83, col 146, Line is too long. +build/public/src/modules/helpers.common.js: line 85, col 104, Line is too long. +build/public/src/modules/helpers.common.js: line 107, col 307, Line is too long. +build/public/src/modules/helpers.common.js: line 116, col 255, Line is too long. +build/public/src/modules/helpers.common.js: line 117, col 108, Line is too long. +build/public/src/modules/helpers.common.js: line 156, col 114, Line is too long. +build/public/src/modules/helpers.common.js: line 174, col 232, Line is too long. +build/public/src/modules/helpers.common.js: line 178, col 148, Line is too long. +build/public/src/modules/helpers.common.js: line 180, col 313, Line is too long. +build/public/src/modules/helpers.common.js: line 182, col 184, Line is too long. +build/public/src/modules/helpers.common.js: line 197, col 141, Line is too long. +build/public/src/modules/helpers.common.js: line 198, col 145, Line is too long. +build/public/src/modules/helpers.common.js: line 200, col 311, Line is too long. +build/public/src/modules/helpers.common.js: line 205, col 112, Line is too long. +build/public/src/modules/helpers.common.js: line 213, col 219, Line is too long. +build/public/src/modules/helpers.common.js: line 227, col 122, Line is too long. +build/public/src/modules/helpers.common.js: line 229, col 178, Line is too long. +build/public/src/modules/helpers.common.js: line 235, col 187, Line is too long. +build/public/src/modules/helpers.common.js: line 237, col 298, Line is too long. +build/public/src/modules/helpers.common.js: line 240, col 171, Line is too long. +build/public/src/modules/helpers.common.js: line 242, col 282, Line is too long. +build/public/src/modules/helpers.common.js: line 300, col 106, Line is too long. +build/public/src/modules/helpers.common.js: line 309, col 17, If a strict mode function is executed using function invocation, its 'this' value will be undefined. +build/public/src/modules/helpers.common.js: line 326, col 235, Line is too long. +build/public/src/modules/helpers.common.js: line 328, col 194, Line is too long. +build/public/src/modules/helpers.common.js: line 356, col 218, Line is too long. +build/public/src/modules/helpers.common.js: line 362, col 120, Line is too long. + +build/public/src/modules/helpers.js: line 5, col 1, 'define' is not defined. +build/public/src/modules/helpers.js: line 6, col 39, 'config' is not defined. + +build/public/src/modules/hooks.js: line 51, col 112, Line is too long. +build/public/src/modules/hooks.js: line 53, col 101, Line is too long. +build/public/src/modules/hooks.js: line 87, col 164, Line is too long. +build/public/src/modules/hooks.js: line 97, col 131, Line is too long. +build/public/src/modules/hooks.js: line 125, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/modules/hooks.js: line 3, col 1, 'define' is not defined. +build/public/src/modules/hooks.js: line 110, col 14, 'utils' is not defined. +build/public/src/modules/hooks.js: line 122, col 5, '$' is not defined. + +build/public/src/modules/iconSelect.js: line 35, col 102, Line is too long. +build/public/src/modules/iconSelect.js: line 161, col 118, Line is too long. +build/public/src/modules/iconSelect.js: line 174, col 114, Line is too long. +build/public/src/modules/iconSelect.js: line 211, col 113, Line is too long. +build/public/src/modules/iconSelect.js: line 232, col 137, Line is too long. +build/public/src/modules/iconSelect.js: line 270, col 114, Line is too long. +build/public/src/modules/iconSelect.js: line 270, col 59, 'Optional chaining' is only available in ES11 (use 'esversion: 11'). +build/public/src/modules/iconSelect.js: line 280, col 119, Line is too long. +build/public/src/modules/iconSelect.js: line 281, col 110, Line is too long. +build/public/src/modules/iconSelect.js: line 330, col 48, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/modules/iconSelect.js: line 340, col 208, Line is too long. +build/public/src/modules/iconSelect.js: line 406, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/modules/iconSelect.js: line 428, col 117, Line is too long. +build/public/src/modules/iconSelect.js: line 4, col 1, 'define' is not defined. +build/public/src/modules/iconSelect.js: line 5, col 31, 'config' is not defined. +build/public/src/modules/iconSelect.js: line 414, col 30, 'config' is not defined. +build/public/src/modules/iconSelect.js: line 435, col 14, 'config' is not defined. +build/public/src/modules/iconSelect.js: line 229, col 5, '$' is not defined. +build/public/src/modules/iconSelect.js: line 232, col 9, '$' is not defined. +build/public/src/modules/iconSelect.js: line 243, col 14, '$' is not defined. +build/public/src/modules/iconSelect.js: line 270, col 33, '$' is not defined. +build/public/src/modules/iconSelect.js: line 270, col 81, '$' is not defined. +build/public/src/modules/iconSelect.js: line 293, col 25, '$' is not defined. +build/public/src/modules/iconSelect.js: line 303, col 25, '$' is not defined. +build/public/src/modules/iconSelect.js: line 327, col 37, '$' is not defined. +build/public/src/modules/iconSelect.js: line 328, col 27, '$' is not defined. +build/public/src/modules/iconSelect.js: line 340, col 34, '$' is not defined. +build/public/src/modules/iconSelect.js: line 330, col 33, 'utils' is not defined. + +build/public/src/modules/logout.js: line 3, col 1, 'define' is not defined. +build/public/src/modules/logout.js: line 8, col 5, '$' is not defined. +build/public/src/modules/logout.js: line 8, col 12, 'config' is not defined. +build/public/src/modules/logout.js: line 11, col 25, 'config' is not defined. +build/public/src/modules/logout.js: line 14, col 9, 'app' is not defined. + +build/public/src/modules/messages.js: line 3, col 132, Line is too long. +build/public/src/modules/messages.js: line 18, col 111, Line is too long. +build/public/src/modules/messages.js: line 51, col 121, Line is too long. +build/public/src/modules/messages.js: line 100, col 153, Line is too long. +build/public/src/modules/messages.js: line 105, col 101, Line is too long. +build/public/src/modules/messages.js: line 3, col 1, 'define' is not defined. +build/public/src/modules/messages.js: line 18, col 10, 'config' is not defined. +build/public/src/modules/messages.js: line 51, col 10, 'config' is not defined. +build/public/src/modules/messages.js: line 55, col 5, 'config' is not defined. +build/public/src/modules/messages.js: line 55, col 50, 'config' is not defined. +build/public/src/modules/messages.js: line 56, col 5, 'config' is not defined. +build/public/src/modules/messages.js: line 56, col 50, 'config' is not defined. +build/public/src/modules/messages.js: line 57, col 5, 'config' is not defined. +build/public/src/modules/messages.js: line 57, col 47, 'config' is not defined. +build/public/src/modules/messages.js: line 58, col 5, 'config' is not defined. +build/public/src/modules/messages.js: line 58, col 51, 'config' is not defined. +build/public/src/modules/messages.js: line 60, col 54, 'config' is not defined. +build/public/src/modules/messages.js: line 99, col 54, 'config' is not defined. +build/public/src/modules/messages.js: line 18, col 33, 'app' is not defined. +build/public/src/modules/messages.js: line 30, col 10, 'app' is not defined. +build/public/src/modules/messages.js: line 30, col 29, 'app' is not defined. +build/public/src/modules/messages.js: line 34, col 30, 'app' is not defined. +build/public/src/modules/messages.js: line 37, col 17, 'app' is not defined. +build/public/src/modules/messages.js: line 37, col 49, 'app' is not defined. +build/public/src/modules/messages.js: line 44, col 17, 'app' is not defined. +build/public/src/modules/messages.js: line 44, col 48, 'app' is not defined. +build/public/src/modules/messages.js: line 51, col 64, 'app' is not defined. +build/public/src/modules/messages.js: line 60, col 5, 'app' is not defined. +build/public/src/modules/messages.js: line 83, col 45, 'app' is not defined. +build/public/src/modules/messages.js: line 34, col 9, 'ajaxify' is not defined. +build/public/src/modules/messages.js: line 41, col 9, 'ajaxify' is not defined. +build/public/src/modules/messages.js: line 105, col 5, 'ajaxify' is not defined. +build/public/src/modules/messages.js: line 105, col 27, 'ajaxify' is not defined. +build/public/src/modules/messages.js: line 61, col 7, '$' is not defined. +build/public/src/modules/messages.js: line 62, col 7, '$' is not defined. +build/public/src/modules/messages.js: line 64, col 25, '$' is not defined. +build/public/src/modules/messages.js: line 70, col 9, '$' is not defined. +build/public/src/modules/messages.js: line 76, col 20, 'utils' is not defined. +build/public/src/modules/messages.js: line 93, col 18, 'utils' is not defined. + +build/public/src/modules/navigator.js: line 54, col 108, Line is too long. +build/public/src/modules/navigator.js: line 56, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/modules/navigator.js: line 103, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/modules/navigator.js: line 104, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/modules/navigator.js: line 179, col 112, Line is too long. +build/public/src/modules/navigator.js: line 183, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/modules/navigator.js: line 194, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/modules/navigator.js: line 319, col 101, Line is too long. +build/public/src/modules/navigator.js: line 358, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/modules/navigator.js: line 360, col 111, Line is too long. +build/public/src/modules/navigator.js: line 363, col 112, Line is too long. +build/public/src/modules/navigator.js: line 390, col 122, Line is too long. +build/public/src/modules/navigator.js: line 405, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/modules/navigator.js: line 406, col 105, Line is too long. +build/public/src/modules/navigator.js: line 411, col 115, Line is too long. +build/public/src/modules/navigator.js: line 512, col 115, Line is too long. +build/public/src/modules/navigator.js: line 525, col 132, Line is too long. +build/public/src/modules/navigator.js: line 564, col 136, Line is too long. +build/public/src/modules/navigator.js: line 674, col 101, Line is too long. +build/public/src/modules/navigator.js: line 683, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/modules/navigator.js: line 689, col 107, Line is too long. +build/public/src/modules/navigator.js: line 706, col 101, Line is too long. +build/public/src/modules/navigator.js: line 710, col 109, Line is too long. +build/public/src/modules/navigator.js: line 3, col 1, 'define' is not defined. +build/public/src/modules/navigator.js: line 21, col 27, '$' is not defined. +build/public/src/modules/navigator.js: line 28, col 3, '$' is not defined. +build/public/src/modules/navigator.js: line 29, col 5, '$' is not defined. +build/public/src/modules/navigator.js: line 39, col 25, '$' is not defined. +build/public/src/modules/navigator.js: line 45, col 14, '$' is not defined. +build/public/src/modules/navigator.js: line 48, col 5, '$' is not defined. +build/public/src/modules/navigator.js: line 55, col 18, '$' is not defined. +build/public/src/modules/navigator.js: line 76, col 23, '$' is not defined. +build/public/src/modules/navigator.js: line 118, col 9, '$' is not defined. +build/public/src/modules/navigator.js: line 154, col 21, '$' is not defined. +build/public/src/modules/navigator.js: line 197, col 20, '$' is not defined. +build/public/src/modules/navigator.js: line 215, col 11, '$' is not defined. +build/public/src/modules/navigator.js: line 216, col 23, '$' is not defined. +build/public/src/modules/navigator.js: line 273, col 19, '$' is not defined. +build/public/src/modules/navigator.js: line 275, col 7, '$' is not defined. +build/public/src/modules/navigator.js: line 280, col 7, '$' is not defined. +build/public/src/modules/navigator.js: line 301, col 5, '$' is not defined. +build/public/src/modules/navigator.js: line 302, col 5, '$' is not defined. +build/public/src/modules/navigator.js: line 305, col 21, '$' is not defined. +build/public/src/modules/navigator.js: line 309, col 27, '$' is not defined. +build/public/src/modules/navigator.js: line 310, col 27, '$' is not defined. +build/public/src/modules/navigator.js: line 316, col 29, '$' is not defined. +build/public/src/modules/navigator.js: line 317, col 30, '$' is not defined. +build/public/src/modules/navigator.js: line 333, col 51, '$' is not defined. +build/public/src/modules/navigator.js: line 335, col 61, '$' is not defined. +build/public/src/modules/navigator.js: line 422, col 7, '$' is not defined. +build/public/src/modules/navigator.js: line 474, col 5, '$' is not defined. +build/public/src/modules/navigator.js: line 498, col 17, '$' is not defined. +build/public/src/modules/navigator.js: line 503, col 23, '$' is not defined. +build/public/src/modules/navigator.js: line 504, col 26, '$' is not defined. +build/public/src/modules/navigator.js: line 505, col 28, '$' is not defined. +build/public/src/modules/navigator.js: line 509, col 21, '$' is not defined. +build/public/src/modules/navigator.js: line 575, col 21, '$' is not defined. +build/public/src/modules/navigator.js: line 581, col 11, '$' is not defined. +build/public/src/modules/navigator.js: line 581, col 36, '$' is not defined. +build/public/src/modules/navigator.js: line 585, col 5, '$' is not defined. +build/public/src/modules/navigator.js: line 591, col 21, '$' is not defined. +build/public/src/modules/navigator.js: line 594, col 47, '$' is not defined. +build/public/src/modules/navigator.js: line 599, col 5, '$' is not defined. +build/public/src/modules/navigator.js: line 605, col 9, '$' is not defined. +build/public/src/modules/navigator.js: line 617, col 9, '$' is not defined. +build/public/src/modules/navigator.js: line 642, col 23, '$' is not defined. +build/public/src/modules/navigator.js: line 669, col 25, '$' is not defined. +build/public/src/modules/navigator.js: line 674, col 22, '$' is not defined. +build/public/src/modules/navigator.js: line 679, col 22, '$' is not defined. +build/public/src/modules/navigator.js: line 693, col 31, '$' is not defined. +build/public/src/modules/navigator.js: line 694, col 28, '$' is not defined. +build/public/src/modules/navigator.js: line 697, col 5, '$' is not defined. +build/public/src/modules/navigator.js: line 707, col 11, '$' is not defined. +build/public/src/modules/navigator.js: line 738, col 9, '$' is not defined. +build/public/src/modules/navigator.js: line 743, col 7, '$' is not defined. +build/public/src/modules/navigator.js: line 750, col 9, '$' is not defined. +build/public/src/modules/navigator.js: line 46, col 13, 'utils' is not defined. +build/public/src/modules/navigator.js: line 57, col 42, 'utils' is not defined. +build/public/src/modules/navigator.js: line 77, col 14, 'utils' is not defined. +build/public/src/modules/navigator.js: line 190, col 24, 'utils' is not defined. +build/public/src/modules/navigator.js: line 246, col 42, 'utils' is not defined. +build/public/src/modules/navigator.js: line 559, col 10, 'utils' is not defined. +build/public/src/modules/navigator.js: line 629, col 10, 'utils' is not defined. +build/public/src/modules/navigator.js: line 60, col 40, 'socket' is not defined. +build/public/src/modules/navigator.js: line 105, col 20, 'socket' is not defined. +build/public/src/modules/navigator.js: line 201, col 18, 'socket' is not defined. +build/public/src/modules/navigator.js: line 411, col 28, 'socket' is not defined. +build/public/src/modules/navigator.js: line 60, col 82, 'ajaxify' is not defined. +build/public/src/modules/navigator.js: line 86, col 9, 'ajaxify' is not defined. +build/public/src/modules/navigator.js: line 90, col 9, 'ajaxify' is not defined. +build/public/src/modules/navigator.js: line 92, col 19, 'ajaxify' is not defined. +build/public/src/modules/navigator.js: line 93, col 29, 'ajaxify' is not defined. +build/public/src/modules/navigator.js: line 106, col 14, 'ajaxify' is not defined. +build/public/src/modules/navigator.js: line 111, col 9, 'ajaxify' is not defined. +build/public/src/modules/navigator.js: line 163, col 58, 'ajaxify' is not defined. +build/public/src/modules/navigator.js: line 177, col 50, 'ajaxify' is not defined. +build/public/src/modules/navigator.js: line 179, col 85, 'ajaxify' is not defined. +build/public/src/modules/navigator.js: line 186, col 27, 'ajaxify' is not defined. +build/public/src/modules/navigator.js: line 202, col 12, 'ajaxify' is not defined. +build/public/src/modules/navigator.js: line 230, col 37, 'ajaxify' is not defined. +build/public/src/modules/navigator.js: line 231, col 22, 'ajaxify' is not defined. +build/public/src/modules/navigator.js: line 231, col 47, 'ajaxify' is not defined. +build/public/src/modules/navigator.js: line 359, col 35, 'ajaxify' is not defined. +build/public/src/modules/navigator.js: line 360, col 44, 'ajaxify' is not defined. +build/public/src/modules/navigator.js: line 363, col 29, 'ajaxify' is not defined. +build/public/src/modules/navigator.js: line 363, col 81, 'ajaxify' is not defined. +build/public/src/modules/navigator.js: line 364, col 55, 'ajaxify' is not defined. +build/public/src/modules/navigator.js: line 369, col 37, 'ajaxify' is not defined. +build/public/src/modules/navigator.js: line 376, col 37, 'ajaxify' is not defined. +build/public/src/modules/navigator.js: line 390, col 56, 'ajaxify' is not defined. +build/public/src/modules/navigator.js: line 390, col 97, 'ajaxify' is not defined. +build/public/src/modules/navigator.js: line 393, col 23, 'ajaxify' is not defined. +build/public/src/modules/navigator.js: line 411, col 78, 'ajaxify' is not defined. +build/public/src/modules/navigator.js: line 480, col 19, 'ajaxify' is not defined. +build/public/src/modules/navigator.js: line 480, col 51, 'ajaxify' is not defined. +build/public/src/modules/navigator.js: line 564, col 59, 'ajaxify' is not defined. +build/public/src/modules/navigator.js: line 564, col 100, 'ajaxify' is not defined. +build/public/src/modules/navigator.js: line 608, col 7, 'ajaxify' is not defined. +build/public/src/modules/navigator.js: line 621, col 7, 'ajaxify' is not defined. +build/public/src/modules/navigator.js: line 626, col 21, 'ajaxify' is not defined. +build/public/src/modules/navigator.js: line 627, col 24, 'ajaxify' is not defined. +build/public/src/modules/navigator.js: line 649, col 7, 'ajaxify' is not defined. +build/public/src/modules/navigator.js: line 656, col 32, 'ajaxify' is not defined. +build/public/src/modules/navigator.js: line 666, col 10, 'ajaxify' is not defined. +build/public/src/modules/navigator.js: line 108, col 15, 'config' is not defined. +build/public/src/modules/navigator.js: line 390, col 26, 'config' is not defined. +build/public/src/modules/navigator.js: line 421, col 10, 'config' is not defined. +build/public/src/modules/navigator.js: line 442, col 55, 'config' is not defined. +build/public/src/modules/navigator.js: line 563, col 9, 'config' is not defined. +build/public/src/modules/navigator.js: line 577, col 9, 'config' is not defined. +build/public/src/modules/navigator.js: line 593, col 9, 'config' is not defined. +build/public/src/modules/navigator.js: line 646, col 10, 'config' is not defined. +build/public/src/modules/navigator.js: line 655, col 41, 'config' is not defined. +build/public/src/modules/navigator.js: line 413, col 24, 'app' is not defined. + +build/public/src/modules/notifications.js: line 42, col 102, Line is too long. +build/public/src/modules/notifications.js: line 97, col 110, Line is too long. +build/public/src/modules/notifications.js: line 138, col 114, Line is too long. +build/public/src/modules/notifications.js: line 4, col 1, 'define' is not defined. +build/public/src/modules/notifications.js: line 18, col 31, '$' is not defined. +build/public/src/modules/notifications.js: line 22, col 29, '$' is not defined. +build/public/src/modules/notifications.js: line 46, col 29, '$' is not defined. +build/public/src/modules/notifications.js: line 80, col 21, '$' is not defined. +build/public/src/modules/notifications.js: line 185, col 24, '$' is not defined. +build/public/src/modules/notifications.js: line 33, col 5, 'socket' is not defined. +build/public/src/modules/notifications.js: line 101, col 5, 'socket' is not defined. +build/public/src/modules/notifications.js: line 119, col 5, 'socket' is not defined. +build/public/src/modules/notifications.js: line 171, col 5, 'socket' is not defined. +build/public/src/modules/notifications.js: line 43, col 9, 'app' is not defined. +build/public/src/modules/notifications.js: line 94, col 9, 'ajaxify' is not defined. +build/public/src/modules/notifications.js: line 95, col 7, 'ajaxify' is not defined. +build/public/src/modules/notifications.js: line 97, col 9, 'ajaxify' is not defined. +build/public/src/modules/notifications.js: line 97, col 49, 'ajaxify' is not defined. +build/public/src/modules/notifications.js: line 138, col 85, 'ajaxify' is not defined. +build/public/src/modules/notifications.js: line 138, col 25, 'config' is not defined. + +build/public/src/modules/persona/mobile-menu.js: line 1, col 107, Line is too long. + +build/public/src/modules/persona/taskbar.js: line 1, col 103, Line is too long. + +build/public/src/modules/pictureCropper.js: line 7, col 122, Line is too long. +build/public/src/modules/pictureCropper.js: line 9, col 102, Line is too long. +build/public/src/modules/pictureCropper.js: line 39, col 8, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/modules/pictureCropper.js: line 48, col 30, 'dynamic import' is only available in ES11 (use 'esversion: 11'). +build/public/src/modules/pictureCropper.js: line 76, col 106, Line is too long. +build/public/src/modules/pictureCropper.js: line 131, col 56, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/modules/pictureCropper.js: line 134, col 36, 'dynamic import' is only available in ES11 (use 'esversion: 11'). +build/public/src/modules/pictureCropper.js: line 168, col 108, Line is too long. +build/public/src/modules/pictureCropper.js: line 187, col 106, Line is too long. +build/public/src/modules/pictureCropper.js: line 212, col 122, Line is too long. +build/public/src/modules/pictureCropper.js: line 3, col 1, 'define' is not defined. +build/public/src/modules/pictureCropper.js: line 8, col 5, 'app' is not defined. +build/public/src/modules/pictureCropper.js: line 37, col 5, 'app' is not defined. +build/public/src/modules/pictureCropper.js: line 27, col 9, '$' is not defined. +build/public/src/modules/pictureCropper.js: line 36, col 5, '$' is not defined. +build/public/src/modules/pictureCropper.js: line 45, col 38, '$' is not defined. +build/public/src/modules/pictureCropper.js: line 47, col 7, '$' is not defined. +build/public/src/modules/pictureCropper.js: line 104, col 13, '$' is not defined. +build/public/src/modules/pictureCropper.js: line 132, col 13, '$' is not defined. +build/public/src/modules/pictureCropper.js: line 38, col 12, 'utils' is not defined. +build/public/src/modules/pictureCropper.js: line 158, col 7, 'socket' is not defined. + +build/public/src/modules/postSelect.js: line 23, col 26, If a strict mode function is executed using function invocation, its 'this' value will be undefined. +build/public/src/modules/postSelect.js: line 25, col 44, If a strict mode function is executed using function invocation, its 'this' value will be undefined. +build/public/src/modules/postSelect.js: line 4, col 1, 'define' is not defined. +build/public/src/modules/postSelect.js: line 17, col 5, '$' is not defined. +build/public/src/modules/postSelect.js: line 23, col 24, '$' is not defined. +build/public/src/modules/postSelect.js: line 24, col 21, '$' is not defined. +build/public/src/modules/postSelect.js: line 25, col 42, '$' is not defined. +build/public/src/modules/postSelect.js: line 36, col 5, '$' is not defined. +build/public/src/modules/postSelect.js: line 65, col 5, '$' is not defined. +build/public/src/modules/postSelect.js: line 69, col 5, '$' is not defined. + +build/public/src/modules/quickreply.js: line 50, col 113, Line is too long. +build/public/src/modules/quickreply.js: line 3, col 1, 'define' is not defined. +build/public/src/modules/quickreply.js: line 16, col 39, 'ajaxify' is not defined. +build/public/src/modules/quickreply.js: line 65, col 14, 'ajaxify' is not defined. +build/public/src/modules/quickreply.js: line 78, col 27, 'ajaxify' is not defined. +build/public/src/modules/quickreply.js: line 91, col 15, 'ajaxify' is not defined. +build/public/src/modules/quickreply.js: line 122, col 14, 'ajaxify' is not defined. +build/public/src/modules/quickreply.js: line 123, col 16, 'ajaxify' is not defined. +build/public/src/modules/quickreply.js: line 28, col 5, '$' is not defined. +build/public/src/modules/quickreply.js: line 31, col 5, '$' is not defined. +build/public/src/modules/quickreply.js: line 41, col 20, '$' is not defined. +build/public/src/modules/quickreply.js: line 42, col 23, '$' is not defined. +build/public/src/modules/quickreply.js: line 44, col 21, '$' is not defined. +build/public/src/modules/quickreply.js: line 70, col 31, 'config' is not defined. +build/public/src/modules/quickreply.js: line 71, col 61, 'config' is not defined. +build/public/src/modules/quickreply.js: line 72, col 38, 'config' is not defined. +build/public/src/modules/quickreply.js: line 73, col 60, 'config' is not defined. +build/public/src/modules/quickreply.js: line 108, col 25, 'utils' is not defined. + +build/public/src/modules/scrollStop.js: line 12, col 1, 'define' is not defined. +build/public/src/modules/scrollStop.js: line 16, col 5, '$' is not defined. + +build/public/src/modules/search.js: line 98, col 112, Line is too long. +build/public/src/modules/search.js: line 106, col 112, Line is too long. +build/public/src/modules/search.js: line 138, col 106, Line is too long. +build/public/src/modules/search.js: line 141, col 71, 'object spread property' is only available in ES9 (use 'esversion: 9'). +build/public/src/modules/search.js: line 157, col 106, Line is too long. +build/public/src/modules/search.js: line 167, col 71, 'object spread property' is only available in ES9 (use 'esversion: 9'). +build/public/src/modules/search.js: line 221, col 130, Line is too long. +build/public/src/modules/search.js: line 295, col 10, 'object spread property' is only available in ES9 (use 'esversion: 9'). +build/public/src/modules/search.js: line 3, col 1, 'define' is not defined. +build/public/src/modules/search.js: line 11, col 10, 'config' is not defined. +build/public/src/modules/search.js: line 15, col 44, 'config' is not defined. +build/public/src/modules/search.js: line 55, col 12, 'config' is not defined. +build/public/src/modules/search.js: line 94, col 10, 'config' is not defined. +build/public/src/modules/search.js: line 98, col 47, 'config' is not defined. +build/public/src/modules/search.js: line 279, col 20, 'config' is not defined. +build/public/src/modules/search.js: line 283, col 23, 'config' is not defined. +build/public/src/modules/search.js: line 16, col 24, '$' is not defined. +build/public/src/modules/search.js: line 18, col 12, '$' is not defined. +build/public/src/modules/search.js: line 70, col 21, '$' is not defined. +build/public/src/modules/search.js: line 107, col 24, '$' is not defined. +build/public/src/modules/search.js: line 160, col 26, '$' is not defined. +build/public/src/modules/search.js: line 210, col 7, '$' is not defined. +build/public/src/modules/search.js: line 284, col 5, '$' is not defined. +build/public/src/modules/search.js: line 305, col 12, '$' is not defined. +build/public/src/modules/search.js: line 329, col 22, '$' is not defined. +build/public/src/modules/search.js: line 333, col 9, '$' is not defined. +build/public/src/modules/search.js: line 334, col 21, '$' is not defined. +build/public/src/modules/search.js: line 334, col 45, '$' is not defined. +build/public/src/modules/search.js: line 348, col 5, '$' is not defined. +build/public/src/modules/search.js: line 55, col 32, 'app' is not defined. +build/public/src/modules/search.js: line 94, col 35, 'app' is not defined. +build/public/src/modules/search.js: line 142, col 11, 'app' is not defined. +build/public/src/modules/search.js: line 168, col 11, 'app' is not defined. +build/public/src/modules/search.js: line 60, col 9, 'ajaxify' is not defined. +build/public/src/modules/search.js: line 105, col 11, 'ajaxify' is not defined. +build/public/src/modules/search.js: line 105, col 45, 'ajaxify' is not defined. +build/public/src/modules/search.js: line 106, col 64, 'ajaxify' is not defined. +build/public/src/modules/search.js: line 111, col 48, 'ajaxify' is not defined. +build/public/src/modules/search.js: line 111, col 82, 'ajaxify' is not defined. +build/public/src/modules/search.js: line 119, col 11, 'ajaxify' is not defined. +build/public/src/modules/search.js: line 119, col 45, 'ajaxify' is not defined. +build/public/src/modules/search.js: line 121, col 47, 'ajaxify' is not defined. +build/public/src/modules/search.js: line 229, col 12, 'ajaxify' is not defined. +build/public/src/modules/search.js: line 275, col 5, 'ajaxify' is not defined. +build/public/src/modules/search.js: line 163, col 25, 'utils' is not defined. +build/public/src/modules/search.js: line 193, col 38, 'utils' is not defined. +build/public/src/modules/search.js: line 321, col 19, 'utils' is not defined. +build/public/src/modules/search.js: line 324, col 37, 'utils' is not defined. + +build/public/src/modules/settings/array.js: line 32, col 108, Line is too long. +build/public/src/modules/settings/array.js: line 35, col 105, Line is too long. +build/public/src/modules/settings/array.js: line 118, col 85, Functions declared within loops referencing an outer scoped variable may lead to confusing semantics. (element) +build/public/src/modules/settings/array.js: line 132, col 51, Expected '===' and instead saw '=='. +build/public/src/modules/settings/array.js: line 3, col 1, 'define' is not defined. +build/public/src/modules/settings/array.js: line 13, col 16, '$' is not defined. +build/public/src/modules/settings/array.js: line 22, col 19, '$' is not defined. +build/public/src/modules/settings/array.js: line 44, col 21, '$' is not defined. +build/public/src/modules/settings/array.js: line 58, col 9, '$' is not defined. +build/public/src/modules/settings/array.js: line 73, col 22, '$' is not defined. +build/public/src/modules/settings/array.js: line 75, col 17, '$' is not defined. +build/public/src/modules/settings/array.js: line 104, col 18, '$' is not defined. +build/public/src/modules/settings/array.js: line 107, col 18, '$' is not defined. +build/public/src/modules/settings/array.js: line 126, col 24, '$' is not defined. +build/public/src/modules/settings/array.js: line 129, col 17, '$' is not defined. + +build/public/src/modules/settings/checkbox.js: line 21, col 19, Expected '===' and instead saw '=='. +build/public/src/modules/settings/checkbox.js: line 3, col 1, 'define' is not defined. + +build/public/src/modules/settings/key.js: line 39, col 107, Line is too long. +build/public/src/modules/settings/key.js: line 153, col 25, Expected '!==' and instead saw '!='. +build/public/src/modules/settings/key.js: line 175, col 21, Expected '!==' and instead saw '!='. +build/public/src/modules/settings/key.js: line 218, col 29, Expected '!==' and instead saw '!='. +build/public/src/modules/settings/key.js: line 221, col 34, Expected '!==' and instead saw '!='. +build/public/src/modules/settings/key.js: line 231, col 15, Expected '!==' and instead saw '!='. +build/public/src/modules/settings/key.js: line 3, col 1, 'define' is not defined. + +build/public/src/modules/settings/number.js: line 3, col 1, 'define' is not defined. + +build/public/src/modules/settings/object.js: line 7, col 111, Line is too long. +build/public/src/modules/settings/object.js: line 10, col 105, Line is too long. +build/public/src/modules/settings/object.js: line 82, col 103, Line is too long. +build/public/src/modules/settings/object.js: line 93, col 13, Functions declared within loops referencing an outer scoped variable may lead to confusing semantics. (element) +build/public/src/modules/settings/object.js: line 107, col 51, Expected '===' and instead saw '=='. +build/public/src/modules/settings/object.js: line 3, col 1, 'define' is not defined. +build/public/src/modules/settings/object.js: line 23, col 21, '$' is not defined. +build/public/src/modules/settings/object.js: line 38, col 9, '$' is not defined. +build/public/src/modules/settings/object.js: line 65, col 18, '$' is not defined. +build/public/src/modules/settings/object.js: line 68, col 18, '$' is not defined. +build/public/src/modules/settings/object.js: line 100, col 26, '$' is not defined. +build/public/src/modules/settings/object.js: line 103, col 20, '$' is not defined. + +build/public/src/modules/settings/select.js: line 30, col 21, Expected '!==' and instead saw '!='. +build/public/src/modules/settings/select.js: line 3, col 1, 'define' is not defined. +build/public/src/modules/settings/select.js: line 11, col 22, '$' is not defined. +build/public/src/modules/settings/select.js: line 22, col 23, '$' is not defined. + +build/public/src/modules/settings/sorted-list.js: line 24, col 143, Line is too long. +build/public/src/modules/settings/sorted-list.js: line 29, col 10, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/modules/settings/sorted-list.js: line 30, col 105, Line is too long. +build/public/src/modules/settings/sorted-list.js: line 54, col 50, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/modules/settings/sorted-list.js: line 66, col 105, Line is too long. +build/public/src/modules/settings/sorted-list.js: line 83, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/modules/settings/sorted-list.js: line 86, col 126, Line is too long. +build/public/src/modules/settings/sorted-list.js: line 98, col 105, Line is too long. +build/public/src/modules/settings/sorted-list.js: line 110, col 106, Line is too long. +build/public/src/modules/settings/sorted-list.js: line 118, col 44, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/modules/settings/sorted-list.js: line 120, col 130, Line is too long. +build/public/src/modules/settings/sorted-list.js: line 123, col 123, Line is too long. +build/public/src/modules/settings/sorted-list.js: line 128, col 102, Line is too long. +build/public/src/modules/settings/sorted-list.js: line 3, col 1, 'define' is not defined. +build/public/src/modules/settings/sorted-list.js: line 22, col 26, '$' is not defined. +build/public/src/modules/settings/sorted-list.js: line 24, col 56, '$' is not defined. +build/public/src/modules/settings/sorted-list.js: line 39, col 22, '$' is not defined. +build/public/src/modules/settings/sorted-list.js: line 58, col 24, '$' is not defined. +build/public/src/modules/settings/sorted-list.js: line 61, col 11, '$' is not defined. +build/public/src/modules/settings/sorted-list.js: line 86, col 20, '$' is not defined. +build/public/src/modules/settings/sorted-list.js: line 89, col 7, '$' is not defined. +build/public/src/modules/settings/sorted-list.js: line 100, col 7, '$' is not defined. +build/public/src/modules/settings/sorted-list.js: line 107, col 21, '$' is not defined. +build/public/src/modules/settings/sorted-list.js: line 110, col 20, '$' is not defined. +build/public/src/modules/settings/sorted-list.js: line 120, col 24, '$' is not defined. +build/public/src/modules/settings/sorted-list.js: line 123, col 11, '$' is not defined. +build/public/src/modules/settings/sorted-list.js: line 124, col 11, '$' is not defined. +build/public/src/modules/settings/sorted-list.js: line 148, col 20, '$' is not defined. +build/public/src/modules/settings/sorted-list.js: line 51, col 20, 'ajaxify' is not defined. +build/public/src/modules/settings/sorted-list.js: line 57, col 28, 'utils' is not defined. +build/public/src/modules/settings/sorted-list.js: line 85, col 24, 'utils' is not defined. +build/public/src/modules/settings/sorted-list.js: line 166, col 49, 'utils' is not defined. +build/public/src/modules/settings/sorted-list.js: line 166, col 76, 'utils' is not defined. +build/public/src/modules/settings/sorted-list.js: line 147, col 7, 'app' is not defined. + +build/public/src/modules/settings/textarea.js: line 15, col 27, Expected '!==' and instead saw '!='. +build/public/src/modules/settings/textarea.js: line 23, col 21, Expected '===' and instead saw '=='. +build/public/src/modules/settings/textarea.js: line 3, col 1, 'define' is not defined. + +build/public/src/modules/settings.js: line 19, col 18, Expected '===' and instead saw '=='. +build/public/src/modules/settings.js: line 62, col 18, Expected '!==' and instead saw '!='. +build/public/src/modules/settings.js: line 72, col 18, Expected '!==' and instead saw '!='. +build/public/src/modules/settings.js: line 86, col 18, Expected '!==' and instead saw '!='. +build/public/src/modules/settings.js: line 89, col 20, Expected '===' and instead saw '=='. +build/public/src/modules/settings.js: line 92, col 20, Expected '!==' and instead saw '!='. +build/public/src/modules/settings.js: line 116, col 25, Confusing use of '!'. +build/public/src/modules/settings.js: line 122, col 31, Expected '!==' and instead saw '!='. +build/public/src/modules/settings.js: line 146, col 18, Expected '!==' and instead saw '!='. +build/public/src/modules/settings.js: line 149, col 19, Expected '!==' and instead saw '!='. +build/public/src/modules/settings.js: line 152, col 32, Expected '!==' and instead saw '!='. +build/public/src/modules/settings.js: line 156, col 27, Expected '!==' and instead saw '!='. +build/public/src/modules/settings.js: line 159, col 53, Expected '===' and instead saw '=='. +build/public/src/modules/settings.js: line 173, col 18, Expected '!==' and instead saw '!='. +build/public/src/modules/settings.js: line 184, col 26, Expected '!==' and instead saw '!='. +build/public/src/modules/settings.js: line 208, col 20, Expected '!==' and instead saw '!='. +build/public/src/modules/settings.js: line 213, col 31, Expected '!==' and instead saw '!='. +build/public/src/modules/settings.js: line 230, col 102, Line is too long. +build/public/src/modules/settings.js: line 234, col 20, Expected '===' and instead saw '=='. +build/public/src/modules/settings.js: line 285, col 22, Expected '!==' and instead saw '!='. +build/public/src/modules/settings.js: line 285, col 44, Expected '!==' and instead saw '!='. +build/public/src/modules/settings.js: line 339, col 26, Expected '!==' and instead saw '!='. +build/public/src/modules/settings.js: line 350, col 19, Expected '===' and instead saw '=='. +build/public/src/modules/settings.js: line 360, col 38, Expected '===' and instead saw '=='. +build/public/src/modules/settings.js: line 366, col 112, Line is too long. +build/public/src/modules/settings.js: line 374, col 20, Expected '===' and instead saw '=='. +build/public/src/modules/settings.js: line 384, col 111, Line is too long. +build/public/src/modules/settings.js: line 418, col 20, Expected '===' and instead saw '=='. +build/public/src/modules/settings.js: line 430, col 37, Expected '!==' and instead saw '!='. +build/public/src/modules/settings.js: line 435, col 25, Expected '!==' and instead saw '!='. +build/public/src/modules/settings.js: line 436, col 23, Expected '!==' and instead saw '!='. +build/public/src/modules/settings.js: line 448, col 107, Line is too long. +build/public/src/modules/settings.js: line 4, col 1, 'define' is not defined. +build/public/src/modules/settings.js: line 15, col 14, '$' is not defined. +build/public/src/modules/settings.js: line 63, col 29, '$' is not defined. +build/public/src/modules/settings.js: line 73, col 29, '$' is not defined. +build/public/src/modules/settings.js: line 87, col 19, '$' is not defined. +build/public/src/modules/settings.js: line 95, col 19, '$' is not defined. +build/public/src/modules/settings.js: line 203, col 7, '$' is not defined. +build/public/src/modules/settings.js: line 204, col 17, '$' is not defined. +build/public/src/modules/settings.js: line 263, col 19, '$' is not defined. +build/public/src/modules/settings.js: line 271, col 20, '$' is not defined. +build/public/src/modules/settings.js: line 417, col 22, '$' is not defined. +build/public/src/modules/settings.js: line 422, col 23, '$' is not defined. +build/public/src/modules/settings.js: line 466, col 9, '$' is not defined. +build/public/src/modules/settings.js: line 467, col 23, '$' is not defined. +build/public/src/modules/settings.js: line 481, col 11, '$' is not defined. +build/public/src/modules/settings.js: line 482, col 47, '$' is not defined. +build/public/src/modules/settings.js: line 486, col 9, '$' is not defined. +build/public/src/modules/settings.js: line 490, col 9, '$' is not defined. +build/public/src/modules/settings.js: line 509, col 16, '$' is not defined. +build/public/src/modules/settings.js: line 524, col 51, '$' is not defined. +build/public/src/modules/settings.js: line 289, col 7, 'socket' is not defined. +build/public/src/modules/settings.js: line 390, col 7, 'socket' is not defined. +build/public/src/modules/settings.js: line 459, col 7, 'socket' is not defined. +build/public/src/modules/settings.js: line 530, col 9, 'socket' is not defined. +build/public/src/modules/settings.js: line 478, col 9, 'ajaxify' is not defined. +build/public/src/modules/settings.js: line 538, col 11, 'ajaxify' is not defined. +build/public/src/modules/settings.js: line 491, col 11, 'app' is not defined. +build/public/src/modules/settings.js: line 491, col 23, 'app' is not defined. +build/public/src/modules/settings.js: line 492, col 11, 'app' is not defined. +build/public/src/modules/settings.js: line 535, col 11, 'app' is not defined. + +build/public/src/modules/share.js: line 10, col 102, Line is too long. +build/public/src/modules/share.js: line 18, col 118, Line is too long. +build/public/src/modules/share.js: line 35, col 129, Line is too long. +build/public/src/modules/share.js: line 41, col 105, Line is too long. +build/public/src/modules/share.js: line 56, col 120, Line is too long. +build/public/src/modules/share.js: line 62, col 112, Line is too long. +build/public/src/modules/share.js: line 4, col 1, 'define' is not defined. +build/public/src/modules/share.js: line 18, col 5, '$' is not defined. +build/public/src/modules/share.js: line 19, col 24, '$' is not defined. +build/public/src/modules/share.js: line 20, col 41, '$' is not defined. +build/public/src/modules/share.js: line 34, col 34, '$' is not defined. +build/public/src/modules/share.js: line 40, col 34, '$' is not defined. +build/public/src/modules/share.js: line 46, col 34, '$' is not defined. +build/public/src/modules/share.js: line 55, col 34, '$' is not defined. +build/public/src/modules/share.js: line 61, col 34, '$' is not defined. +build/public/src/modules/share.js: line 70, col 5, '$' is not defined. +build/public/src/modules/share.js: line 48, col 28, 'config' is not defined. +build/public/src/modules/share.js: line 76, col 22, 'config' is not defined. + +build/public/src/modules/slugify.js: line 5, col 39, 'define' is not defined. +build/public/src/modules/slugify.js: line 6, col 5, 'define' is not defined. + +build/public/src/modules/sort.js: line 4, col 1, 'define' is not defined. +build/public/src/modules/sort.js: line 10, col 25, 'utils' is not defined. +build/public/src/modules/sort.js: line 18, col 27, 'utils' is not defined. +build/public/src/modules/sort.js: line 10, col 48, 'config' is not defined. +build/public/src/modules/sort.js: line 14, col 5, '$' is not defined. +build/public/src/modules/sort.js: line 17, col 28, '$' is not defined. +build/public/src/modules/sort.js: line 20, col 20, '$' is not defined. +build/public/src/modules/sort.js: line 21, col 9, 'ajaxify' is not defined. + +build/public/src/modules/storage.js: line 6, col 1, 'define' is not defined. + +build/public/src/modules/tagFilter.js: line 3, col 1, 'define' is not defined. +build/public/src/modules/tagFilter.js: line 17, col 52, 'ajaxify' is not defined. +build/public/src/modules/tagFilter.js: line 25, col 30, 'ajaxify' is not defined. +build/public/src/modules/tagFilter.js: line 26, col 22, 'ajaxify' is not defined. +build/public/src/modules/tagFilter.js: line 103, col 9, 'ajaxify' is not defined. +build/public/src/modules/tagFilter.js: line 142, col 11, 'ajaxify' is not defined. +build/public/src/modules/tagFilter.js: line 142, col 45, 'ajaxify' is not defined. +build/public/src/modules/tagFilter.js: line 143, col 17, 'ajaxify' is not defined. +build/public/src/modules/tagFilter.js: line 145, col 32, 'ajaxify' is not defined. +build/public/src/modules/tagFilter.js: line 145, col 62, 'ajaxify' is not defined. +build/public/src/modules/tagFilter.js: line 146, col 16, 'ajaxify' is not defined. +build/public/src/modules/tagFilter.js: line 167, col 22, 'ajaxify' is not defined. +build/public/src/modules/tagFilter.js: line 31, col 7, 'app' is not defined. +build/public/src/modules/tagFilter.js: line 165, col 7, 'app' is not defined. +build/public/src/modules/tagFilter.js: line 189, col 7, 'app' is not defined. +build/public/src/modules/tagFilter.js: line 54, col 50, 'utils' is not defined. +build/public/src/modules/tagFilter.js: line 59, col 34, 'utils' is not defined. +build/public/src/modules/tagFilter.js: line 93, col 31, 'utils' is not defined. +build/public/src/modules/tagFilter.js: line 101, col 24, '$' is not defined. +build/public/src/modules/tagFilter.js: line 109, col 21, '$' is not defined. +build/public/src/modules/tagFilter.js: line 192, col 39, '$' is not defined. +build/public/src/modules/tagFilter.js: line 148, col 7, 'socket' is not defined. + +build/public/src/modules/taskbar.js: line 14, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/modules/taskbar.js: line 38, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/modules/taskbar.js: line 183, col 179, Line is too long. +build/public/src/modules/taskbar.js: line 218, col 111, Line is too long. +build/public/src/modules/taskbar.js: line 233, col 102, Line is too long. +build/public/src/modules/taskbar.js: line 4, col 1, 'define' is not defined. +build/public/src/modules/taskbar.js: line 8, col 23, '$' is not defined. +build/public/src/modules/taskbar.js: line 15, col 20, '$' is not defined. +build/public/src/modules/taskbar.js: line 33, col 5, '$' is not defined. +build/public/src/modules/taskbar.js: line 106, col 19, '$' is not defined. +build/public/src/modules/taskbar.js: line 107, col 14, '$' is not defined. +build/public/src/modules/taskbar.js: line 142, col 5, '$' is not defined. +build/public/src/modules/taskbar.js: line 143, col 5, '$' is not defined. +build/public/src/modules/taskbar.js: line 179, col 21, '$' is not defined. +build/public/src/modules/taskbar.js: line 181, col 25, '$' is not defined. +build/public/src/modules/taskbar.js: line 19, col 28, 'app' is not defined. +build/public/src/modules/taskbar.js: line 46, col 28, 'app' is not defined. + +build/public/src/modules/topicList.js: line 11, col 104, Line is too long. +build/public/src/modules/topicList.js: line 104, col 107, Line is too long. +build/public/src/modules/topicList.js: line 164, col 125, Line is too long. +build/public/src/modules/topicList.js: line 246, col 136, Line is too long. +build/public/src/modules/topicList.js: line 3, col 1, 'define' is not defined. +build/public/src/modules/topicList.js: line 23, col 3, '$' is not defined. +build/public/src/modules/topicList.js: line 44, col 25, '$' is not defined. +build/public/src/modules/topicList.js: line 48, col 20, '$' is not defined. +build/public/src/modules/topicList.js: line 63, col 9, '$' is not defined. +build/public/src/modules/topicList.js: line 63, col 31, '$' is not defined. +build/public/src/modules/topicList.js: line 64, col 7, '$' is not defined. +build/public/src/modules/topicList.js: line 67, col 5, '$' is not defined. +build/public/src/modules/topicList.js: line 75, col 12, '$' is not defined. +build/public/src/modules/topicList.js: line 76, col 15, '$' is not defined. +build/public/src/modules/topicList.js: line 151, col 7, '$' is not defined. +build/public/src/modules/topicList.js: line 152, col 7, '$' is not defined. +build/public/src/modules/topicList.js: line 193, col 7, '$' is not defined. +build/public/src/modules/topicList.js: line 199, col 7, '$' is not defined. +build/public/src/modules/topicList.js: line 230, col 7, '$' is not defined. +build/public/src/modules/topicList.js: line 235, col 24, '$' is not defined. +build/public/src/modules/topicList.js: line 236, col 27, '$' is not defined. +build/public/src/modules/topicList.js: line 240, col 9, '$' is not defined. +build/public/src/modules/topicList.js: line 240, col 42, '$' is not defined. +build/public/src/modules/topicList.js: line 38, col 9, 'ajaxify' is not defined. +build/public/src/modules/topicList.js: line 38, col 40, 'ajaxify' is not defined. +build/public/src/modules/topicList.js: line 56, col 44, 'ajaxify' is not defined. +build/public/src/modules/topicList.js: line 71, col 50, 'ajaxify' is not defined. +build/public/src/modules/topicList.js: line 94, col 15, 'ajaxify' is not defined. +build/public/src/modules/topicList.js: line 124, col 15, 'ajaxify' is not defined. +build/public/src/modules/topicList.js: line 169, col 42, 'ajaxify' is not defined. +build/public/src/modules/topicList.js: line 222, col 9, 'ajaxify' is not defined. +build/public/src/modules/topicList.js: line 223, col 21, 'ajaxify' is not defined. +build/public/src/modules/topicList.js: line 50, col 10, 'config' is not defined. +build/public/src/modules/topicList.js: line 174, col 31, 'config' is not defined. +build/public/src/modules/topicList.js: line 246, col 110, 'config' is not defined. +build/public/src/modules/topicList.js: line 84, col 5, 'socket' is not defined. +build/public/src/modules/topicList.js: line 85, col 5, 'socket' is not defined. +build/public/src/modules/topicList.js: line 89, col 5, 'socket' is not defined. +build/public/src/modules/topicList.js: line 90, col 5, 'socket' is not defined. +build/public/src/modules/topicList.js: line 164, col 10, 'utils' is not defined. +build/public/src/modules/topicList.js: line 179, col 19, 'utils' is not defined. +build/public/src/modules/topicList.js: line 228, col 5, 'app' is not defined. + +build/public/src/modules/topicSelect.js: line 64, col 130, Line is too long. +build/public/src/modules/topicSelect.js: line 74, col 103, Line is too long. +build/public/src/modules/topicSelect.js: line 4, col 1, 'define' is not defined. +build/public/src/modules/topicSelect.js: line 11, col 23, '$' is not defined. +build/public/src/modules/topicSelect.js: line 17, col 22, '$' is not defined. +build/public/src/modules/topicSelect.js: line 43, col 19, '$' is not defined. +build/public/src/modules/topicSelect.js: line 56, col 17, '$' is not defined. +build/public/src/modules/topicSelect.js: line 71, col 27, '$' is not defined. +build/public/src/modules/topicSelect.js: line 89, col 21, '$' is not defined. + +build/public/src/modules/topicThumbs.js: line 14, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/modules/topicThumbs.js: line 66, col 44, 'object spread property' is only available in ES9 (use 'esversion: 9'). +build/public/src/modules/topicThumbs.js: line 81, col 42, 'object spread property' is only available in ES9 (use 'esversion: 9'). +build/public/src/modules/topicThumbs.js: line 118, col 22, Expected '{' and instead saw 'return'. +build/public/src/modules/topicThumbs.js: line 3, col 1, 'define' is not defined. +build/public/src/modules/topicThumbs.js: line 16, col 24, 'app' is not defined. +build/public/src/modules/topicThumbs.js: line 17, col 5, '$' is not defined. +build/public/src/modules/topicThumbs.js: line 68, col 53, '$' is not defined. +build/public/src/modules/topicThumbs.js: line 103, col 47, '$' is not defined. +build/public/src/modules/topicThumbs.js: line 121, col 24, '$' is not defined. +build/public/src/modules/topicThumbs.js: line 30, col 14, 'config' is not defined. +build/public/src/modules/topicThumbs.js: line 63, col 55, 'config' is not defined. + +build/public/src/modules/translator.common.js: line 24, col 144, Line is too long. +build/public/src/modules/translator.common.js: line 147, col 107, Line is too long. +build/public/src/modules/translator.common.js: line 275, col 110, Line is too long. +build/public/src/modules/translator.common.js: line 283, col 112, Line is too long. +build/public/src/modules/translator.common.js: line 293, col 43, Expected '{' and instead saw 'return'. +build/public/src/modules/translator.common.js: line 356, col 113, Line is too long. +build/public/src/modules/translator.common.js: line 560, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/modules/translator.common.js: line 629, col 118, Line is too long. +build/public/src/modules/translator.common.js: line 629, col 7, 'dynamic import' is only available in ES11 (use 'esversion: 11'). +build/public/src/modules/translator.common.js: line 4, col 35, 'jQuery' is not defined. +build/public/src/modules/translator.common.js: line 601, col 32, 'jQuery' is not defined. +build/public/src/modules/translator.common.js: line 602, col 9, 'jQuery' is not defined. +build/public/src/modules/translator.common.js: line 615, col 45, 'jQuery' is not defined. +build/public/src/modules/translator.common.js: line 617, col 45, 'jQuery' is not defined. +build/public/src/modules/translator.common.js: line 618, col 11, 'jQuery' is not defined. +build/public/src/modules/translator.common.js: line 373, col 13, '$' is not defined. +build/public/src/modules/translator.common.js: line 610, col 56, 'config' is not defined. +build/public/src/modules/translator.common.js: line 611, col 14, 'config' is not defined. + +build/public/src/modules/translator.js: line 8, col 142, Line is too long. +build/public/src/modules/translator.js: line 5, col 1, 'define' is not defined. +build/public/src/modules/translator.js: line 8, col 23, 'config' is not defined. +build/public/src/modules/translator.js: line 8, col 102, 'config' is not defined. + +build/public/src/modules/uploadHelpers.js: line 48, col 102, Line is too long. +build/public/src/modules/uploadHelpers.js: line 161, col 125, Line is too long. +build/public/src/modules/uploadHelpers.js: line 180, col 104, Line is too long. +build/public/src/modules/uploadHelpers.js: line 4, col 1, 'define' is not defined. +build/public/src/modules/uploadHelpers.js: line 12, col 27, 'config' is not defined. +build/public/src/modules/uploadHelpers.js: line 164, col 57, 'config' is not defined. +build/public/src/modules/uploadHelpers.js: line 166, col 56, 'config' is not defined. +build/public/src/modules/uploadHelpers.js: line 173, col 27, 'config' is not defined. +build/public/src/modules/uploadHelpers.js: line 48, col 12, '$' is not defined. +build/public/src/modules/uploadHelpers.js: line 48, col 37, '$' is not defined. +build/public/src/modules/uploadHelpers.js: line 48, col 77, '$' is not defined. +build/public/src/modules/uploadHelpers.js: line 110, col 5, '$' is not defined. +build/public/src/modules/uploadHelpers.js: line 171, col 7, '$' is not defined. +build/public/src/modules/uploadHelpers.js: line 48, col 58, 'utils' is not defined. +build/public/src/modules/uploadHelpers.js: line 137, col 28, 'utils' is not defined. +build/public/src/modules/uploadHelpers.js: line 161, col 24, 'app' is not defined. +build/public/src/modules/uploadHelpers.js: line 161, col 83, 'app' is not defined. +build/public/src/modules/uploadHelpers.js: line 164, col 12, 'app' is not defined. + +build/public/src/modules/uploader.js: line 8, col 122, Line is too long. +build/public/src/modules/uploader.js: line 10, col 102, Line is too long. +build/public/src/modules/uploader.js: line 39, col 104, Line is too long. +build/public/src/modules/uploader.js: line 79, col 27, 'Optional chaining' is only available in ES11 (use 'esversion: 11'). +build/public/src/modules/uploader.js: line 79, col 35, 'Optional chaining' is only available in ES11 (use 'esversion: 11'). +build/public/src/modules/uploader.js: line 80, col 27, 'Optional chaining' is only available in ES11 (use 'esversion: 11'). +build/public/src/modules/uploader.js: line 91, col 120, Line is too long. +build/public/src/modules/uploader.js: line 4, col 1, 'define' is not defined. +build/public/src/modules/uploader.js: line 9, col 5, 'app' is not defined. +build/public/src/modules/uploader.js: line 27, col 9, '$' is not defined. +build/public/src/modules/uploader.js: line 39, col 5, '$' is not defined. +build/public/src/modules/uploader.js: line 72, col 25, 'config' is not defined. + +build/public/src/modules/userFilter.js: line 3, col 108, Line is too long. +build/public/src/modules/userFilter.js: line 15, col 60, 'object spread property' is only available in ES9 (use 'esversion: 9'). +build/public/src/modules/userFilter.js: line 19, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/modules/userFilter.js: line 37, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/modules/userFilter.js: line 44, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/modules/userFilter.js: line 76, col 75, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/modules/userFilter.js: line 95, col 56, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/modules/userFilter.js: line 118, col 105, Line is too long. +build/public/src/modules/userFilter.js: line 3, col 1, 'define' is not defined. +build/public/src/modules/userFilter.js: line 33, col 26, 'app' is not defined. +build/public/src/modules/userFilter.js: line 48, col 13, 'app' is not defined. +build/public/src/modules/userFilter.js: line 71, col 26, 'app' is not defined. +build/public/src/modules/userFilter.js: line 90, col 11, 'app' is not defined. +build/public/src/modules/userFilter.js: line 102, col 33, 'app' is not defined. +build/public/src/modules/userFilter.js: line 77, col 37, '$' is not defined. +build/public/src/modules/userFilter.js: line 96, col 19, '$' is not defined. +build/public/src/modules/userFilter.js: line 89, col 61, 'utils' is not defined. + +build/public/src/overrides.js: line 107, col 108, Line is too long. +build/public/src/overrides.js: line 9, col 16, '$' is not defined. +build/public/src/overrides.js: line 92, col 7, '$' is not defined. +build/public/src/overrides.js: line 94, col 7, '$' is not defined. +build/public/src/overrides.js: line 100, col 19, '$' is not defined. +build/public/src/overrides.js: line 105, col 5, '$' is not defined. +build/public/src/overrides.js: line 122, col 5, '$' is not defined. +build/public/src/overrides.js: line 123, col 19, '$' is not defined. +build/public/src/overrides.js: line 86, col 5, 'jQuery' is not defined. +build/public/src/overrides.js: line 89, col 3, 'overrides' is not defined. +build/public/src/overrides.js: line 98, col 3, 'overrides' is not defined. +build/public/src/overrides.js: line 103, col 5, 'overrides' is not defined. +build/public/src/overrides.js: line 90, col 29, 'ajaxify' is not defined. +build/public/src/overrides.js: line 90, col 59, 'config' is not defined. +build/public/src/overrides.js: line 106, col 22, 'config' is not defined. + +build/public/src/service-worker.js: line 3, col 1, 'self' is not defined. +build/public/src/service-worker.js: line 5, col 3, 'self' is not defined. +build/public/src/service-worker.js: line 8, col 1, 'self' is not defined. +build/public/src/service-worker.js: line 10, col 19, 'self' is not defined. +build/public/src/service-worker.js: line 13, col 1, 'self' is not defined. +build/public/src/service-worker.js: line 22, col 21, 'caches' is not defined. + +build/public/src/sockets.js: line 39, col 18, Expected '{' and instead saw 'reject'. +build/public/src/sockets.js: line 40, col 14, Expected '{' and instead saw 'resolve'. +build/public/src/sockets.js: line 115, col 159, Line is too long. +build/public/src/sockets.js: line 144, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +build/public/src/sockets.js: line 227, col 116, Line is too long. +build/public/src/sockets.js: line 261, col 122, Line is too long. +build/public/src/sockets.js: line 262, col 105, Line is too long. +build/public/src/sockets.js: line 8, col 1, 'app' is not defined. +build/public/src/sockets.js: line 48, col 18, 'app' is not defined. +build/public/src/sockets.js: line 55, col 38, 'app' is not defined. +build/public/src/sockets.js: line 84, col 23, 'app' is not defined. +build/public/src/sockets.js: line 86, col 30, 'app' is not defined. +build/public/src/sockets.js: line 90, col 42, 'app' is not defined. +build/public/src/sockets.js: line 99, col 7, 'app' is not defined. +build/public/src/sockets.js: line 119, col 11, 'app' is not defined. +build/public/src/sockets.js: line 134, col 9, 'app' is not defined. +build/public/src/sockets.js: line 134, col 29, 'app' is not defined. +build/public/src/sockets.js: line 160, col 25, 'app' is not defined. +build/public/src/sockets.js: line 160, col 48, 'app' is not defined. +build/public/src/sockets.js: line 160, col 67, 'app' is not defined. +build/public/src/sockets.js: line 161, col 9, 'app' is not defined. +build/public/src/sockets.js: line 182, col 9, 'app' is not defined. +build/public/src/sockets.js: line 183, col 23, 'app' is not defined. +build/public/src/sockets.js: line 184, col 7, 'app' is not defined. +build/public/src/sockets.js: line 185, col 7, 'app' is not defined. +build/public/src/sockets.js: line 14, col 27, 'config' is not defined. +build/public/src/sockets.js: line 15, col 24, 'config' is not defined. +build/public/src/sockets.js: line 16, col 17, 'config' is not defined. +build/public/src/sockets.js: line 18, col 11, 'config' is not defined. +build/public/src/sockets.js: line 20, col 14, 'config' is not defined. +build/public/src/sockets.js: line 24, col 22, 'config' is not defined. +build/public/src/sockets.js: line 64, col 56, 'config' is not defined. +build/public/src/sockets.js: line 235, col 36, 'config' is not defined. +build/public/src/sockets.js: line 249, col 34, 'config' is not defined. +build/public/src/sockets.js: line 256, col 5, 'config' is not defined. +build/public/src/sockets.js: line 257, col 5, 'config' is not defined. +build/public/src/sockets.js: line 258, col 5, 'config' is not defined. +build/public/src/sockets.js: line 26, col 17, 'socket' is not defined. +build/public/src/sockets.js: line 27, col 3, 'socket' is not defined. +build/public/src/sockets.js: line 33, col 19, 'socket' is not defined. +build/public/src/sockets.js: line 38, col 19, 'socket' is not defined. +build/public/src/sockets.js: line 50, col 7, 'socket' is not defined. +build/public/src/sockets.js: line 55, col 9, 'socket' is not defined. +build/public/src/sockets.js: line 67, col 5, 'socket' is not defined. +build/public/src/sockets.js: line 71, col 5, 'socket' is not defined. +build/public/src/sockets.js: line 73, col 5, 'socket' is not defined. +build/public/src/sockets.js: line 75, col 5, 'socket' is not defined. +build/public/src/sockets.js: line 89, col 5, 'socket' is not defined. +build/public/src/sockets.js: line 94, col 5, 'socket' is not defined. +build/public/src/sockets.js: line 98, col 5, 'socket' is not defined. +build/public/src/sockets.js: line 102, col 5, 'socket' is not defined. +build/public/src/sockets.js: line 103, col 5, 'socket' is not defined. +build/public/src/sockets.js: line 104, col 5, 'socket' is not defined. +build/public/src/sockets.js: line 109, col 5, 'socket' is not defined. +build/public/src/sockets.js: line 114, col 5, 'socket' is not defined. +build/public/src/sockets.js: line 118, col 5, 'socket' is not defined. +build/public/src/sockets.js: line 126, col 5, 'socket' is not defined. +build/public/src/sockets.js: line 138, col 5, 'socket' is not defined. +build/public/src/sockets.js: line 159, col 56, 'socket' is not defined. +build/public/src/sockets.js: line 189, col 9, 'socket' is not defined. +build/public/src/sockets.js: line 192, col 9, 'socket' is not defined. +build/public/src/sockets.js: line 216, col 12, 'socket' is not defined. +build/public/src/sockets.js: line 119, col 32, 'ajaxify' is not defined. +build/public/src/sockets.js: line 187, col 9, 'ajaxify' is not defined. +build/public/src/sockets.js: line 188, col 11, 'ajaxify' is not defined. +build/public/src/sockets.js: line 189, col 44, 'ajaxify' is not defined. +build/public/src/sockets.js: line 191, col 11, 'ajaxify' is not defined. +build/public/src/sockets.js: line 192, col 50, 'ajaxify' is not defined. + +build/public/src/utils.common.js: line 301, col 122, Line is too long. +build/public/src/utils.common.js: line 328, col 140, Line is too long. +build/public/src/utils.common.js: line 408, col 110, Line is too long. +build/public/src/utils.common.js: line 477, col 115, Line is too long. +build/public/src/utils.common.js: line 478, col 128, Line is too long. +build/public/src/utils.common.js: line 479, col 108, Line is too long. +build/public/src/utils.common.js: line 480, col 122, Line is too long. +build/public/src/utils.common.js: line 481, col 123, Line is too long. +build/public/src/utils.common.js: line 482, col 112, Line is too long. +build/public/src/utils.common.js: line 483, col 115, Line is too long. +build/public/src/utils.common.js: line 484, col 129, Line is too long. +build/public/src/utils.common.js: line 487, col 110, Line is too long. +build/public/src/utils.common.js: line 488, col 117, Line is too long. +build/public/src/utils.common.js: line 489, col 108, Line is too long. +build/public/src/utils.common.js: line 490, col 122, Line is too long. +build/public/src/utils.common.js: line 491, col 111, Line is too long. +build/public/src/utils.common.js: line 492, col 123, Line is too long. +build/public/src/utils.common.js: line 493, col 110, Line is too long. +build/public/src/utils.common.js: line 494, col 110, Line is too long. +build/public/src/utils.common.js: line 502, col 15, Expected '===' and instead saw '=='. +build/public/src/utils.common.js: line 521, col 147, Line is too long. +build/public/src/utils.common.js: line 521, col 117, Confusing use of '!'. +build/public/src/utils.common.js: line 542, col 104, Line is too long. +build/public/src/utils.common.js: line 566, col 113, Line is too long. +build/public/src/utils.common.js: line 567, col 106, Line is too long. +build/public/src/utils.common.js: line 606, col 17, 'object spread property' is only available in ES9 (use 'esversion: 9'). +build/public/src/utils.common.js: line 606, col 28, 'object spread property' is only available in ES9 (use 'esversion: 9'). +build/public/src/utils.common.js: line 653, col 17, Expected '===' and instead saw '=='. +build/public/src/utils.common.js: line 557, col 55, 'jQuery' is not defined. + +build/public/src/utils.js: line 6, col 20, 'object spread property' is only available in ES9 (use 'esversion: 9'). +build/public/src/utils.js: line 65, col 32, 'ajaxify' is not defined. +build/public/src/utils.js: line 72, col 32, 'ajaxify' is not defined. + +build/public/src/widgets.js: line 11, col 115, Line is too long. +build/public/src/widgets.js: line 21, col 117, Line is too long. +build/public/src/widgets.js: line 23, col 127, Line is too long. +build/public/src/widgets.js: line 25, col 192, Line is too long. +build/public/src/widgets.js: line 27, col 191, Line is too long. +build/public/src/widgets.js: line 29, col 167, Line is too long. +build/public/src/widgets.js: line 31, col 124, Line is too long. +build/public/src/widgets.js: line 32, col 110, Line is too long. +build/public/src/widgets.js: line 35, col 111, Line is too long. +build/public/src/widgets.js: line 8, col 33, 'ajaxify' is not defined. +build/public/src/widgets.js: line 12, col 31, 'ajaxify' is not defined. +build/public/src/widgets.js: line 11, col 16, '$' is not defined. +build/public/src/widgets.js: line 21, col 35, '$' is not defined. +build/public/src/widgets.js: line 22, col 7, '$' is not defined. +build/public/src/widgets.js: line 22, col 28, '$' is not defined. +build/public/src/widgets.js: line 23, col 43, '$' is not defined. +build/public/src/widgets.js: line 24, col 11, '$' is not defined. +build/public/src/widgets.js: line 25, col 9, '$' is not defined. +build/public/src/widgets.js: line 25, col 60, '$' is not defined. +build/public/src/widgets.js: line 26, col 18, '$' is not defined. +build/public/src/widgets.js: line 27, col 9, '$' is not defined. +build/public/src/widgets.js: line 27, col 59, '$' is not defined. +build/public/src/widgets.js: line 29, col 9, '$' is not defined. +build/public/src/widgets.js: line 29, col 35, '$' is not defined. +build/public/src/widgets.js: line 31, col 42, '$' is not defined. +build/public/src/widgets.js: line 32, col 7, '$' is not defined. +build/public/src/widgets.js: line 32, col 29, '$' is not defined. +build/public/src/widgets.js: line 35, col 12, '$' is not defined. + +build/public/templates/400.js: line 12, col 359, Line is too long. +build/public/templates/400.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/400.js: line 13, col 41, ['error'] is better written in dot notation. +build/public/templates/400.js: line 14, col 35, Expected '!==' and instead saw '!='. +build/public/templates/400.js: line 14, col 51, ['error'] is better written in dot notation. +build/public/templates/400.js: line 16, col 120, Line is too long. +build/public/templates/400.js: line 16, col 37, Expected '!==' and instead saw '!='. +build/public/templates/400.js: line 16, col 53, ['config'] is better written in dot notation. +build/public/templates/400.js: line 16, col 66, Expected '!==' and instead saw '!='. +build/public/templates/400.js: line 16, col 82, ['config'] is better written in dot notation. +build/public/templates/400.js: line 16, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/400.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/400.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/400.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/400.js: line 26, col 3, Missing semicolon. +build/public/templates/400.js: line 5, col 46, 'define' is not defined. +build/public/templates/400.js: line 6, col 5, 'define' is not defined. + +build/public/templates/403.js: line 12, col 342, Line is too long. +build/public/templates/403.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/403.js: line 13, col 41, ['error'] is better written in dot notation. +build/public/templates/403.js: line 14, col 35, Expected '!==' and instead saw '!='. +build/public/templates/403.js: line 14, col 51, ['error'] is better written in dot notation. +build/public/templates/403.js: line 17, col 25, Expected '!==' and instead saw '!='. +build/public/templates/403.js: line 17, col 41, ['loggedIn'] is better written in dot notation. +build/public/templates/403.js: line 20, col 120, Line is too long. +build/public/templates/403.js: line 20, col 37, Expected '!==' and instead saw '!='. +build/public/templates/403.js: line 20, col 53, ['config'] is better written in dot notation. +build/public/templates/403.js: line 20, col 66, Expected '!==' and instead saw '!='. +build/public/templates/403.js: line 20, col 82, ['config'] is better written in dot notation. +build/public/templates/403.js: line 20, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/403.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/403.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/403.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/403.js: line 30, col 3, Missing semicolon. +build/public/templates/403.js: line 5, col 46, 'define' is not defined. +build/public/templates/403.js: line 6, col 5, 'define' is not defined. + +build/public/templates/404.js: line 12, col 319, Line is too long. +build/public/templates/404.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/404.js: line 13, col 41, ['icon'] is better written in dot notation. +build/public/templates/404.js: line 14, col 35, Expected '!==' and instead saw '!='. +build/public/templates/404.js: line 14, col 51, ['icon'] is better written in dot notation. +build/public/templates/404.js: line 17, col 25, Expected '!==' and instead saw '!='. +build/public/templates/404.js: line 17, col 41, ['error'] is better written in dot notation. +build/public/templates/404.js: line 18, col 35, Expected '!==' and instead saw '!='. +build/public/templates/404.js: line 18, col 51, ['error'] is better written in dot notation. +build/public/templates/404.js: line 20, col 120, Line is too long. +build/public/templates/404.js: line 20, col 37, Expected '!==' and instead saw '!='. +build/public/templates/404.js: line 20, col 53, ['config'] is better written in dot notation. +build/public/templates/404.js: line 20, col 66, Expected '!==' and instead saw '!='. +build/public/templates/404.js: line 20, col 82, ['config'] is better written in dot notation. +build/public/templates/404.js: line 20, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/404.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/404.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/404.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/404.js: line 30, col 3, Missing semicolon. +build/public/templates/404.js: line 5, col 46, 'define' is not defined. +build/public/templates/404.js: line 6, col 5, 'define' is not defined. + +build/public/templates/500.js: line 12, col 383, Line is too long. +build/public/templates/500.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/500.js: line 13, col 41, ['error'] is better written in dot notation. +build/public/templates/500.js: line 15, col 37, Expected '!==' and instead saw '!='. +build/public/templates/500.js: line 15, col 53, ['error'] is better written in dot notation. +build/public/templates/500.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/500.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/500.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/500.js: line 26, col 3, Missing semicolon. +build/public/templates/500.js: line 5, col 46, 'define' is not defined. +build/public/templates/500.js: line 6, col 5, 'define' is not defined. + +build/public/templates/503.js: line 12, col 122, Line is too long. +build/public/templates/503.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/503.js: line 13, col 49, ['site_title'] is better written in dot notation. +build/public/templates/503.js: line 14, col 242, Line is too long. +build/public/templates/503.js: line 15, col 25, Expected '!==' and instead saw '!='. +build/public/templates/503.js: line 15, col 41, ['message'] is better written in dot notation. +build/public/templates/503.js: line 17, col 37, Expected '!==' and instead saw '!='. +build/public/templates/503.js: line 17, col 53, ['message'] is better written in dot notation. +build/public/templates/503.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/503.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/503.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/503.js: line 28, col 3, Missing semicolon. +build/public/templates/503.js: line 5, col 46, 'define' is not defined. +build/public/templates/503.js: line 6, col 5, 'define' is not defined. + +build/public/templates/account/best.js: line 13, col 109, Line is too long. +build/public/templates/account/best.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 13, col 41, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/best.js: line 13, col 59, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 13, col 75, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/best.js: line 13, col 90, ['length'] is better written in dot notation. +build/public/templates/account/best.js: line 14, col 136, Line is too long. +build/public/templates/account/best.js: line 15, col 26, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/best.js: line 21, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 23, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 25, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 25, col 49, ['uid'] is better written in dot notation. +build/public/templates/account/best.js: line 27, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 27, col 41, ['picture'] is better written in dot notation. +build/public/templates/account/best.js: line 29, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 29, col 53, ['picture'] is better written in dot notation. +build/public/templates/account/best.js: line 32, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 34, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 34, col 53, ['username'] is better written in dot notation. +build/public/templates/account/best.js: line 36, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 38, col 122, Line is too long. +build/public/templates/account/best.js: line 39, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 39, col 49, ['status'] is better written in dot notation. +build/public/templates/account/best.js: line 41, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 41, col 49, ['status'] is better written in dot notation. +build/public/templates/account/best.js: line 43, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 43, col 41, ['loggedIn'] is better written in dot notation. +build/public/templates/account/best.js: line 45, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 45, col 45, ['isSelf'] is better written in dot notation. +build/public/templates/account/best.js: line 48, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 48, col 49, ['isFollowing'] is better written in dot notation. +build/public/templates/account/best.js: line 52, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 52, col 49, ['isFollowing'] is better written in dot notation. +build/public/templates/account/best.js: line 55, col 137, Line is too long. +build/public/templates/account/best.js: line 59, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 59, col 41, ['allowCoverPicture'] is better written in dot notation. +build/public/templates/account/best.js: line 61, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 61, col 45, ['canEdit'] is better written in dot notation. +build/public/templates/account/best.js: line 62, col 485, Line is too long. +build/public/templates/account/best.js: line 66, col 331, Line is too long. +build/public/templates/account/best.js: line 67, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 67, col 41, ['loggedIn'] is better written in dot notation. +build/public/templates/account/best.js: line 69, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 69, col 45, ['isSelf'] is better written in dot notation. +build/public/templates/account/best.js: line 72, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 72, col 49, ['banned'] is better written in dot notation. +build/public/templates/account/best.js: line 75, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 75, col 53, ['canChat'] is better written in dot notation. +build/public/templates/account/best.js: line 77, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 77, col 57, ['hasPrivateChat'] is better written in dot notation. +build/public/templates/account/best.js: line 80, col 133, Line is too long. +build/public/templates/account/best.js: line 81, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 81, col 65, ['username'] is better written in dot notation. +build/public/templates/account/best.js: line 82, col 157, Line is too long. +build/public/templates/account/best.js: line 83, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 83, col 65, ['username'] is better written in dot notation. +build/public/templates/account/best.js: line 87, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 87, col 53, ['flagId'] is better written in dot notation. +build/public/templates/account/best.js: line 90, col 147, Line is too long. +build/public/templates/account/best.js: line 91, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 91, col 53, ['flagId'] is better written in dot notation. +build/public/templates/account/best.js: line 94, col 130, Line is too long. +build/public/templates/account/best.js: line 95, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 95, col 61, ['flagId'] is better written in dot notation. +build/public/templates/account/best.js: line 97, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 97, col 53, ['isBlocked'] is better written in dot notation. +build/public/templates/account/best.js: line 100, col 146, Line is too long. +build/public/templates/account/best.js: line 101, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 101, col 53, ['isBlocked'] is better written in dot notation. +build/public/templates/account/best.js: line 104, col 177, Line is too long. +build/public/templates/account/best.js: line 109, col 116, Line is too long. +build/public/templates/account/best.js: line 109, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 109, col 49, ['config'] is better written in dot notation. +build/public/templates/account/best.js: line 109, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 109, col 78, ['config'] is better written in dot notation. +build/public/templates/account/best.js: line 109, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/best.js: line 111, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 111, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/best.js: line 112, col 101, Line is too long. +build/public/templates/account/best.js: line 113, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 113, col 41, ['canEdit'] is better written in dot notation. +build/public/templates/account/best.js: line 115, col 120, Line is too long. +build/public/templates/account/best.js: line 115, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 115, col 53, ['config'] is better written in dot notation. +build/public/templates/account/best.js: line 115, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 115, col 82, ['config'] is better written in dot notation. +build/public/templates/account/best.js: line 115, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/best.js: line 117, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 117, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/best.js: line 118, col 103, Line is too long. +build/public/templates/account/best.js: line 119, col 120, Line is too long. +build/public/templates/account/best.js: line 119, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 119, col 53, ['config'] is better written in dot notation. +build/public/templates/account/best.js: line 119, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 119, col 82, ['config'] is better written in dot notation. +build/public/templates/account/best.js: line 119, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/best.js: line 121, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 121, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/best.js: line 125, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 125, col 41, ['isSelf'] is better written in dot notation. +build/public/templates/account/best.js: line 128, col 122, Line is too long. +build/public/templates/account/best.js: line 128, col 30, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 128, col 46, ['canBan'] is better written in dot notation. +build/public/templates/account/best.js: line 128, col 85, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 128, col 101, ['canMute'] is better written in dot notation. +build/public/templates/account/best.js: line 129, col 140, Line is too long. +build/public/templates/account/best.js: line 132, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 132, col 45, ['canBan'] is better written in dot notation. +build/public/templates/account/best.js: line 134, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 134, col 49, ['banned'] is better written in dot notation. +build/public/templates/account/best.js: line 137, col 151, Line is too long. +build/public/templates/account/best.js: line 138, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 138, col 49, ['banned'] is better written in dot notation. +build/public/templates/account/best.js: line 141, col 142, Line is too long. +build/public/templates/account/best.js: line 144, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 144, col 45, ['canMute'] is better written in dot notation. +build/public/templates/account/best.js: line 146, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 146, col 49, ['muted'] is better written in dot notation. +build/public/templates/account/best.js: line 149, col 153, Line is too long. +build/public/templates/account/best.js: line 150, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 150, col 49, ['muted'] is better written in dot notation. +build/public/templates/account/best.js: line 153, col 144, Line is too long. +build/public/templates/account/best.js: line 156, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 156, col 45, ['isAdmin'] is better written in dot notation. +build/public/templates/account/best.js: line 157, col 398, Line is too long. +build/public/templates/account/best.js: line 160, col 158, Line is too long. +build/public/templates/account/best.js: line 161, col 116, Line is too long. +build/public/templates/account/best.js: line 161, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 161, col 49, ['config'] is better written in dot notation. +build/public/templates/account/best.js: line 161, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 161, col 78, ['config'] is better written in dot notation. +build/public/templates/account/best.js: line 161, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/best.js: line 163, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 163, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/best.js: line 164, col 122, Line is too long. +build/public/templates/account/best.js: line 165, col 112, Line is too long. +build/public/templates/account/best.js: line 165, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 165, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/best.js: line 165, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 165, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/best.js: line 165, col 88, ['following'] is better written in dot notation. +build/public/templates/account/best.js: line 167, col 159, Line is too long. +build/public/templates/account/best.js: line 167, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 167, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/best.js: line 167, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 167, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/best.js: line 167, col 133, ['following'] is better written in dot notation. +build/public/templates/account/best.js: line 168, col 117, Line is too long. +build/public/templates/account/best.js: line 169, col 116, Line is too long. +build/public/templates/account/best.js: line 169, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 169, col 49, ['config'] is better written in dot notation. +build/public/templates/account/best.js: line 169, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 169, col 78, ['config'] is better written in dot notation. +build/public/templates/account/best.js: line 169, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/best.js: line 171, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 171, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/best.js: line 172, col 122, Line is too long. +build/public/templates/account/best.js: line 173, col 112, Line is too long. +build/public/templates/account/best.js: line 173, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 173, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/best.js: line 173, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 173, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/best.js: line 173, col 88, ['followers'] is better written in dot notation. +build/public/templates/account/best.js: line 175, col 159, Line is too long. +build/public/templates/account/best.js: line 175, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 175, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/best.js: line 175, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 175, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/best.js: line 175, col 133, ['followers'] is better written in dot notation. +build/public/templates/account/best.js: line 177, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 177, col 41, ['canEdit'] is better written in dot notation. +build/public/templates/account/best.js: line 178, col 103, Line is too long. +build/public/templates/account/best.js: line 179, col 120, Line is too long. +build/public/templates/account/best.js: line 179, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 179, col 53, ['config'] is better written in dot notation. +build/public/templates/account/best.js: line 179, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 179, col 82, ['config'] is better written in dot notation. +build/public/templates/account/best.js: line 179, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/best.js: line 181, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 181, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/best.js: line 182, col 120, Line is too long. +build/public/templates/account/best.js: line 183, col 113, Line is too long. +build/public/templates/account/best.js: line 183, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 183, col 53, ['counts'] is better written in dot notation. +build/public/templates/account/best.js: line 183, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 183, col 82, ['counts'] is better written in dot notation. +build/public/templates/account/best.js: line 183, col 92, ['blocks'] is better written in dot notation. +build/public/templates/account/best.js: line 185, col 160, Line is too long. +build/public/templates/account/best.js: line 185, col 82, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 185, col 98, ['counts'] is better written in dot notation. +build/public/templates/account/best.js: line 185, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 185, col 127, ['counts'] is better written in dot notation. +build/public/templates/account/best.js: line 185, col 137, ['blocks'] is better written in dot notation. +build/public/templates/account/best.js: line 188, col 158, Line is too long. +build/public/templates/account/best.js: line 189, col 116, Line is too long. +build/public/templates/account/best.js: line 189, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 189, col 49, ['config'] is better written in dot notation. +build/public/templates/account/best.js: line 189, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 189, col 78, ['config'] is better written in dot notation. +build/public/templates/account/best.js: line 189, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/best.js: line 191, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 191, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/best.js: line 192, col 118, Line is too long. +build/public/templates/account/best.js: line 193, col 109, Line is too long. +build/public/templates/account/best.js: line 193, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 193, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/best.js: line 193, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 193, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/best.js: line 193, col 88, ['topics'] is better written in dot notation. +build/public/templates/account/best.js: line 195, col 156, Line is too long. +build/public/templates/account/best.js: line 195, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 195, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/best.js: line 195, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 195, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/best.js: line 195, col 133, ['topics'] is better written in dot notation. +build/public/templates/account/best.js: line 196, col 117, Line is too long. +build/public/templates/account/best.js: line 197, col 116, Line is too long. +build/public/templates/account/best.js: line 197, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 197, col 49, ['config'] is better written in dot notation. +build/public/templates/account/best.js: line 197, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 197, col 78, ['config'] is better written in dot notation. +build/public/templates/account/best.js: line 197, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/best.js: line 199, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 199, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/best.js: line 200, col 116, Line is too long. +build/public/templates/account/best.js: line 201, col 108, Line is too long. +build/public/templates/account/best.js: line 201, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 201, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/best.js: line 201, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 201, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/best.js: line 201, col 88, ['posts'] is better written in dot notation. +build/public/templates/account/best.js: line 203, col 155, Line is too long. +build/public/templates/account/best.js: line 203, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 203, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/best.js: line 203, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 203, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/best.js: line 203, col 133, ['posts'] is better written in dot notation. +build/public/templates/account/best.js: line 204, col 117, Line is too long. +build/public/templates/account/best.js: line 205, col 116, Line is too long. +build/public/templates/account/best.js: line 205, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 205, col 49, ['config'] is better written in dot notation. +build/public/templates/account/best.js: line 205, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 205, col 78, ['config'] is better written in dot notation. +build/public/templates/account/best.js: line 205, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/best.js: line 207, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 207, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/best.js: line 208, col 125, Line is too long. +build/public/templates/account/best.js: line 209, col 109, Line is too long. +build/public/templates/account/best.js: line 209, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 209, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/best.js: line 209, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 209, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/best.js: line 209, col 88, ['groups'] is better written in dot notation. +build/public/templates/account/best.js: line 211, col 156, Line is too long. +build/public/templates/account/best.js: line 211, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 211, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/best.js: line 211, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 211, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/best.js: line 211, col 133, ['groups'] is better written in dot notation. +build/public/templates/account/best.js: line 213, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 213, col 41, ['canEdit'] is better written in dot notation. +build/public/templates/account/best.js: line 214, col 103, Line is too long. +build/public/templates/account/best.js: line 215, col 120, Line is too long. +build/public/templates/account/best.js: line 215, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 215, col 53, ['config'] is better written in dot notation. +build/public/templates/account/best.js: line 215, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 215, col 82, ['config'] is better written in dot notation. +build/public/templates/account/best.js: line 215, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/best.js: line 217, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 217, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/best.js: line 218, col 136, Line is too long. +build/public/templates/account/best.js: line 219, col 124, Line is too long. +build/public/templates/account/best.js: line 219, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 219, col 53, ['counts'] is better written in dot notation. +build/public/templates/account/best.js: line 219, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 219, col 82, ['counts'] is better written in dot notation. +build/public/templates/account/best.js: line 219, col 92, ['categoriesWatched'] is better written in dot notation. +build/public/templates/account/best.js: line 221, col 171, Line is too long. +build/public/templates/account/best.js: line 221, col 82, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 221, col 98, ['counts'] is better written in dot notation. +build/public/templates/account/best.js: line 221, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 221, col 127, ['counts'] is better written in dot notation. +build/public/templates/account/best.js: line 221, col 137, ['categoriesWatched'] is better written in dot notation. +build/public/templates/account/best.js: line 223, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 223, col 45, ['isSelf'] is better written in dot notation. +build/public/templates/account/best.js: line 224, col 107, Line is too long. +build/public/templates/account/best.js: line 225, col 124, Line is too long. +build/public/templates/account/best.js: line 225, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 225, col 57, ['config'] is better written in dot notation. +build/public/templates/account/best.js: line 225, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 225, col 86, ['config'] is better written in dot notation. +build/public/templates/account/best.js: line 225, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/account/best.js: line 227, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 227, col 57, ['userslug'] is better written in dot notation. +build/public/templates/account/best.js: line 228, col 130, Line is too long. +build/public/templates/account/best.js: line 229, col 122, Line is too long. +build/public/templates/account/best.js: line 229, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 229, col 57, ['counts'] is better written in dot notation. +build/public/templates/account/best.js: line 229, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 229, col 86, ['counts'] is better written in dot notation. +build/public/templates/account/best.js: line 229, col 96, ['tagsWatched'] is better written in dot notation. +build/public/templates/account/best.js: line 231, col 169, Line is too long. +build/public/templates/account/best.js: line 231, col 86, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 231, col 102, ['counts'] is better written in dot notation. +build/public/templates/account/best.js: line 231, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 231, col 131, ['counts'] is better written in dot notation. +build/public/templates/account/best.js: line 231, col 141, ['tagsWatched'] is better written in dot notation. +build/public/templates/account/best.js: line 234, col 105, Line is too long. +build/public/templates/account/best.js: line 235, col 120, Line is too long. +build/public/templates/account/best.js: line 235, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 235, col 53, ['config'] is better written in dot notation. +build/public/templates/account/best.js: line 235, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 235, col 82, ['config'] is better written in dot notation. +build/public/templates/account/best.js: line 235, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/best.js: line 237, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 237, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/best.js: line 238, col 124, Line is too long. +build/public/templates/account/best.js: line 239, col 115, Line is too long. +build/public/templates/account/best.js: line 239, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 239, col 53, ['counts'] is better written in dot notation. +build/public/templates/account/best.js: line 239, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 239, col 82, ['counts'] is better written in dot notation. +build/public/templates/account/best.js: line 239, col 92, ['uploaded'] is better written in dot notation. +build/public/templates/account/best.js: line 241, col 162, Line is too long. +build/public/templates/account/best.js: line 241, col 82, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 241, col 98, ['counts'] is better written in dot notation. +build/public/templates/account/best.js: line 241, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 241, col 127, ['counts'] is better written in dot notation. +build/public/templates/account/best.js: line 241, col 137, ['uploaded'] is better written in dot notation. +build/public/templates/account/best.js: line 245, col 22, ['profile_links'] is better written in dot notation. +build/public/templates/account/best.js: line 246, col 241, Line is too long. +build/public/templates/account/best.js: line 247, col 116, Line is too long. +build/public/templates/account/best.js: line 247, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 247, col 49, ['config'] is better written in dot notation. +build/public/templates/account/best.js: line 247, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 247, col 78, ['config'] is better written in dot notation. +build/public/templates/account/best.js: line 247, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/best.js: line 249, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 249, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/best.js: line 251, col 110, Line is too long. +build/public/templates/account/best.js: line 251, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 251, col 41, ['template'] is better written in dot notation. +build/public/templates/account/best.js: line 251, col 56, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 251, col 72, ['template'] is better written in dot notation. +build/public/templates/account/best.js: line 255, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 258, col 120, Line is too long. +build/public/templates/account/best.js: line 258, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 258, col 53, ['config'] is better written in dot notation. +build/public/templates/account/best.js: line 258, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 258, col 82, ['config'] is better written in dot notation. +build/public/templates/account/best.js: line 258, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/best.js: line 260, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 260, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/best.js: line 262, col 113, Line is too long. +build/public/templates/account/best.js: line 262, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 262, col 45, ['template'] is better written in dot notation. +build/public/templates/account/best.js: line 262, col 60, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 262, col 76, ['template'] is better written in dot notation. +build/public/templates/account/best.js: line 266, col 120, Line is too long. +build/public/templates/account/best.js: line 266, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 266, col 53, ['config'] is better written in dot notation. +build/public/templates/account/best.js: line 266, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 266, col 82, ['config'] is better written in dot notation. +build/public/templates/account/best.js: line 266, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/best.js: line 268, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 268, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/best.js: line 270, col 122, Line is too long. +build/public/templates/account/best.js: line 270, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 270, col 45, ['template'] is better written in dot notation. +build/public/templates/account/best.js: line 270, col 60, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 270, col 76, ['template'] is better written in dot notation. +build/public/templates/account/best.js: line 274, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 274, col 45, ['canEdit'] is better written in dot notation. +build/public/templates/account/best.js: line 276, col 124, Line is too long. +build/public/templates/account/best.js: line 276, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 276, col 57, ['config'] is better written in dot notation. +build/public/templates/account/best.js: line 276, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 276, col 86, ['config'] is better written in dot notation. +build/public/templates/account/best.js: line 276, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/account/best.js: line 278, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 278, col 57, ['userslug'] is better written in dot notation. +build/public/templates/account/best.js: line 280, col 120, Line is too long. +build/public/templates/account/best.js: line 280, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 280, col 49, ['template'] is better written in dot notation. +build/public/templates/account/best.js: line 280, col 64, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 280, col 80, ['template'] is better written in dot notation. +build/public/templates/account/best.js: line 284, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 287, col 128, Line is too long. +build/public/templates/account/best.js: line 287, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 287, col 61, ['config'] is better written in dot notation. +build/public/templates/account/best.js: line 287, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 287, col 90, ['config'] is better written in dot notation. +build/public/templates/account/best.js: line 287, col 100, ['relative_path'] is better written in dot notation. +build/public/templates/account/best.js: line 289, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 289, col 61, ['userslug'] is better written in dot notation. +build/public/templates/account/best.js: line 291, col 126, Line is too long. +build/public/templates/account/best.js: line 291, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 291, col 53, ['template'] is better written in dot notation. +build/public/templates/account/best.js: line 291, col 68, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 291, col 84, ['template'] is better written in dot notation. +build/public/templates/account/best.js: line 299, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 299, col 41, ['canEdit'] is better written in dot notation. +build/public/templates/account/best.js: line 301, col 120, Line is too long. +build/public/templates/account/best.js: line 301, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 301, col 53, ['config'] is better written in dot notation. +build/public/templates/account/best.js: line 301, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 301, col 82, ['config'] is better written in dot notation. +build/public/templates/account/best.js: line 301, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/best.js: line 303, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 303, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/best.js: line 305, col 118, Line is too long. +build/public/templates/account/best.js: line 305, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 305, col 45, ['template'] is better written in dot notation. +build/public/templates/account/best.js: line 305, col 60, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 305, col 76, ['template'] is better written in dot notation. +build/public/templates/account/best.js: line 311, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 311, col 41, ['posts'] is better written in dot notation. +build/public/templates/account/best.js: line 311, col 53, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 311, col 69, ['posts'] is better written in dot notation. +build/public/templates/account/best.js: line 311, col 78, ['length'] is better written in dot notation. +build/public/templates/account/best.js: line 314, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 314, col 53, ['noItemsFoundKey'] is better written in dot notation. +build/public/templates/account/best.js: line 316, col 113, Line is too long. +build/public/templates/account/best.js: line 317, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 317, col 49, ['nextStart'] is better written in dot notation. +build/public/templates/account/best.js: line 319, col 22, ['posts'] is better written in dot notation. +build/public/templates/account/best.js: line 320, col 151, Line is too long. +build/public/templates/account/best.js: line 321, col 106, Line is too long. +build/public/templates/account/best.js: line 321, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 321, col 41, ['config'] is better written in dot notation. +build/public/templates/account/best.js: line 321, col 54, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 321, col 70, ['config'] is better written in dot notation. +build/public/templates/account/best.js: line 321, col 80, ['usePagination'] is better written in dot notation. +build/public/templates/account/best.js: line 323, col 162, Line is too long. +build/public/templates/account/best.js: line 323, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 323, col 45, ['pagination'] is better written in dot notation. +build/public/templates/account/best.js: line 323, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 323, col 78, ['pagination'] is better written in dot notation. +build/public/templates/account/best.js: line 323, col 92, ['pages'] is better written in dot notation. +build/public/templates/account/best.js: line 323, col 104, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 323, col 120, ['pagination'] is better written in dot notation. +build/public/templates/account/best.js: line 323, col 134, ['pages'] is better written in dot notation. +build/public/templates/account/best.js: line 323, col 143, ['length'] is better written in dot notation. +build/public/templates/account/best.js: line 326, col 159, Line is too long. +build/public/templates/account/best.js: line 327, col 160, Line is too long. +build/public/templates/account/best.js: line 327, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 327, col 45, ['pagination'] is better written in dot notation. +build/public/templates/account/best.js: line 327, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 327, col 78, ['pagination'] is better written in dot notation. +build/public/templates/account/best.js: line 327, col 92, ['prev'] is better written in dot notation. +build/public/templates/account/best.js: line 327, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 327, col 119, ['pagination'] is better written in dot notation. +build/public/templates/account/best.js: line 327, col 133, ['prev'] is better written in dot notation. +build/public/templates/account/best.js: line 327, col 141, ['active'] is better written in dot notation. +build/public/templates/account/best.js: line 331, col 166, Line is too long. +build/public/templates/account/best.js: line 331, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 331, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/best.js: line 331, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 331, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/best.js: line 331, col 100, ['prev'] is better written in dot notation. +build/public/templates/account/best.js: line 331, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 331, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/best.js: line 331, col 141, ['prev'] is better written in dot notation. +build/public/templates/account/best.js: line 331, col 149, ['qs'] is better written in dot notation. +build/public/templates/account/best.js: line 333, col 168, Line is too long. +build/public/templates/account/best.js: line 333, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 333, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/best.js: line 333, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 333, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/best.js: line 333, col 100, ['prev'] is better written in dot notation. +build/public/templates/account/best.js: line 333, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 333, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/best.js: line 333, col 141, ['prev'] is better written in dot notation. +build/public/templates/account/best.js: line 333, col 149, ['page'] is better written in dot notation. +build/public/templates/account/best.js: line 334, col 118, Line is too long. +build/public/templates/account/best.js: line 337, col 160, Line is too long. +build/public/templates/account/best.js: line 337, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 337, col 45, ['pagination'] is better written in dot notation. +build/public/templates/account/best.js: line 337, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 337, col 78, ['pagination'] is better written in dot notation. +build/public/templates/account/best.js: line 337, col 92, ['next'] is better written in dot notation. +build/public/templates/account/best.js: line 337, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 337, col 119, ['pagination'] is better written in dot notation. +build/public/templates/account/best.js: line 337, col 133, ['next'] is better written in dot notation. +build/public/templates/account/best.js: line 337, col 141, ['active'] is better written in dot notation. +build/public/templates/account/best.js: line 341, col 166, Line is too long. +build/public/templates/account/best.js: line 341, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 341, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/best.js: line 341, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 341, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/best.js: line 341, col 100, ['next'] is better written in dot notation. +build/public/templates/account/best.js: line 341, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 341, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/best.js: line 341, col 141, ['next'] is better written in dot notation. +build/public/templates/account/best.js: line 341, col 149, ['qs'] is better written in dot notation. +build/public/templates/account/best.js: line 343, col 168, Line is too long. +build/public/templates/account/best.js: line 343, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 343, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/best.js: line 343, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 343, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/best.js: line 343, col 100, ['next'] is better written in dot notation. +build/public/templates/account/best.js: line 343, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 343, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/best.js: line 343, col 141, ['next'] is better written in dot notation. +build/public/templates/account/best.js: line 343, col 149, ['page'] is better written in dot notation. +build/public/templates/account/best.js: line 344, col 228, Line is too long. +build/public/templates/account/best.js: line 345, col 160, Line is too long. +build/public/templates/account/best.js: line 345, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 345, col 45, ['pagination'] is better written in dot notation. +build/public/templates/account/best.js: line 345, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 345, col 78, ['pagination'] is better written in dot notation. +build/public/templates/account/best.js: line 345, col 92, ['prev'] is better written in dot notation. +build/public/templates/account/best.js: line 345, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 345, col 119, ['pagination'] is better written in dot notation. +build/public/templates/account/best.js: line 345, col 133, ['prev'] is better written in dot notation. +build/public/templates/account/best.js: line 345, col 141, ['active'] is better written in dot notation. +build/public/templates/account/best.js: line 349, col 168, Line is too long. +build/public/templates/account/best.js: line 349, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 349, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/best.js: line 349, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 349, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/best.js: line 349, col 100, ['first'] is better written in dot notation. +build/public/templates/account/best.js: line 349, col 112, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 349, col 128, ['pagination'] is better written in dot notation. +build/public/templates/account/best.js: line 349, col 142, ['first'] is better written in dot notation. +build/public/templates/account/best.js: line 349, col 151, ['qs'] is better written in dot notation. +build/public/templates/account/best.js: line 350, col 162, Line is too long. +build/public/templates/account/best.js: line 351, col 160, Line is too long. +build/public/templates/account/best.js: line 351, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 351, col 45, ['pagination'] is better written in dot notation. +build/public/templates/account/best.js: line 351, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 351, col 78, ['pagination'] is better written in dot notation. +build/public/templates/account/best.js: line 351, col 92, ['prev'] is better written in dot notation. +build/public/templates/account/best.js: line 351, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 351, col 119, ['pagination'] is better written in dot notation. +build/public/templates/account/best.js: line 351, col 133, ['prev'] is better written in dot notation. +build/public/templates/account/best.js: line 351, col 141, ['active'] is better written in dot notation. +build/public/templates/account/best.js: line 355, col 166, Line is too long. +build/public/templates/account/best.js: line 355, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 355, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/best.js: line 355, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 355, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/best.js: line 355, col 100, ['prev'] is better written in dot notation. +build/public/templates/account/best.js: line 355, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 355, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/best.js: line 355, col 141, ['prev'] is better written in dot notation. +build/public/templates/account/best.js: line 355, col 149, ['qs'] is better written in dot notation. +build/public/templates/account/best.js: line 357, col 168, Line is too long. +build/public/templates/account/best.js: line 357, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 357, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/best.js: line 357, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 357, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/best.js: line 357, col 100, ['prev'] is better written in dot notation. +build/public/templates/account/best.js: line 357, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 357, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/best.js: line 357, col 141, ['prev'] is better written in dot notation. +build/public/templates/account/best.js: line 357, col 149, ['page'] is better written in dot notation. +build/public/templates/account/best.js: line 358, col 280, Line is too long. +build/public/templates/account/best.js: line 359, col 126, Line is too long. +build/public/templates/account/best.js: line 359, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 359, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/best.js: line 359, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 359, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/best.js: line 359, col 100, ['currentPage'] is better written in dot notation. +build/public/templates/account/best.js: line 361, col 124, Line is too long. +build/public/templates/account/best.js: line 361, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 361, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/best.js: line 361, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 361, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/best.js: line 361, col 100, ['pageCount'] is better written in dot notation. +build/public/templates/account/best.js: line 363, col 160, Line is too long. +build/public/templates/account/best.js: line 363, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 363, col 45, ['pagination'] is better written in dot notation. +build/public/templates/account/best.js: line 363, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 363, col 78, ['pagination'] is better written in dot notation. +build/public/templates/account/best.js: line 363, col 92, ['next'] is better written in dot notation. +build/public/templates/account/best.js: line 363, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 363, col 119, ['pagination'] is better written in dot notation. +build/public/templates/account/best.js: line 363, col 133, ['next'] is better written in dot notation. +build/public/templates/account/best.js: line 363, col 141, ['active'] is better written in dot notation. +build/public/templates/account/best.js: line 367, col 166, Line is too long. +build/public/templates/account/best.js: line 367, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 367, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/best.js: line 367, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 367, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/best.js: line 367, col 100, ['next'] is better written in dot notation. +build/public/templates/account/best.js: line 367, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 367, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/best.js: line 367, col 141, ['next'] is better written in dot notation. +build/public/templates/account/best.js: line 367, col 149, ['qs'] is better written in dot notation. +build/public/templates/account/best.js: line 369, col 168, Line is too long. +build/public/templates/account/best.js: line 369, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 369, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/best.js: line 369, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 369, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/best.js: line 369, col 100, ['next'] is better written in dot notation. +build/public/templates/account/best.js: line 369, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 369, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/best.js: line 369, col 141, ['next'] is better written in dot notation. +build/public/templates/account/best.js: line 369, col 149, ['page'] is better written in dot notation. +build/public/templates/account/best.js: line 370, col 140, Line is too long. +build/public/templates/account/best.js: line 371, col 160, Line is too long. +build/public/templates/account/best.js: line 371, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 371, col 45, ['pagination'] is better written in dot notation. +build/public/templates/account/best.js: line 371, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 371, col 78, ['pagination'] is better written in dot notation. +build/public/templates/account/best.js: line 371, col 92, ['next'] is better written in dot notation. +build/public/templates/account/best.js: line 371, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 371, col 119, ['pagination'] is better written in dot notation. +build/public/templates/account/best.js: line 371, col 133, ['next'] is better written in dot notation. +build/public/templates/account/best.js: line 371, col 141, ['active'] is better written in dot notation. +build/public/templates/account/best.js: line 375, col 166, Line is too long. +build/public/templates/account/best.js: line 375, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 375, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/best.js: line 375, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 375, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/best.js: line 375, col 100, ['last'] is better written in dot notation. +build/public/templates/account/best.js: line 375, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 375, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/best.js: line 375, col 141, ['last'] is better written in dot notation. +build/public/templates/account/best.js: line 375, col 149, ['qs'] is better written in dot notation. +build/public/templates/account/best.js: line 377, col 124, Line is too long. +build/public/templates/account/best.js: line 377, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 377, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/best.js: line 377, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 377, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/best.js: line 377, col 100, ['pageCount'] is better written in dot notation. +build/public/templates/account/best.js: line 378, col 128, Line is too long. +build/public/templates/account/best.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/account/best.js: line 387, col 119, Line is too long. +build/public/templates/account/best.js: line 387, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 387, col 52, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/best.js: line 393, col 133, Line is too long. +build/public/templates/account/best.js: line 400, col 156, Line is too long. +build/public/templates/account/best.js: line 400, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 400, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/best.js: line 400, col 63, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 400, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/best.js: line 400, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 400, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/best.js: line 400, col 140, ['url'] is better written in dot notation. +build/public/templates/account/best.js: line 402, col 170, Line is too long. +build/public/templates/account/best.js: line 402, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 402, col 57, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/best.js: line 402, col 75, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 402, col 91, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/best.js: line 402, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 402, col 131, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/best.js: line 402, col 152, ['url'] is better written in dot notation. +build/public/templates/account/best.js: line 406, col 167, Line is too long. +build/public/templates/account/best.js: line 406, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 406, col 53, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/best.js: line 406, col 71, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 406, col 87, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/best.js: line 406, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 406, col 127, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/best.js: line 406, col 148, ['text'] is better written in dot notation. +build/public/templates/account/best.js: line 410, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 413, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 413, col 53, ['rssFeedUrl'] is better written in dot notation. +build/public/templates/account/best.js: line 415, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 415, col 65, ['rssFeedUrl'] is better written in dot notation. +build/public/templates/account/best.js: line 421, col 156, Line is too long. +build/public/templates/account/best.js: line 421, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 421, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/best.js: line 421, col 63, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 421, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/best.js: line 421, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 421, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/best.js: line 421, col 140, ['url'] is better written in dot notation. +build/public/templates/account/best.js: line 388, col 13, 'key' is defined but never used. +build/public/templates/account/best.js: line 387, col 112, 'value' is defined but never used. +build/public/templates/account/best.js: line 386, col 11, 'value' is defined but never used. +build/public/templates/account/best.js: line 384, col 72, 'helper' is defined but never used. +build/public/templates/account/best.js: line 432, col 155, Line is too long. +build/public/templates/account/best.js: line 432, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 432, col 52, ['widgets'] is better written in dot notation. +build/public/templates/account/best.js: line 432, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 432, col 82, ['widgets'] is better written in dot notation. +build/public/templates/account/best.js: line 432, col 93, ['header'] is better written in dot notation. +build/public/templates/account/best.js: line 435, col 205, Line is too long. +build/public/templates/account/best.js: line 435, col 28, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 435, col 44, ['widgets'] is better written in dot notation. +build/public/templates/account/best.js: line 435, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 435, col 74, ['widgets'] is better written in dot notation. +build/public/templates/account/best.js: line 435, col 85, ['header'] is better written in dot notation. +build/public/templates/account/best.js: line 435, col 98, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 435, col 114, ['widgets'] is better written in dot notation. +build/public/templates/account/best.js: line 435, col 125, ['header'] is better written in dot notation. +build/public/templates/account/best.js: line 435, col 144, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 435, col 160, ['widgets'] is better written in dot notation. +build/public/templates/account/best.js: line 435, col 171, ['header'] is better written in dot notation. +build/public/templates/account/best.js: line 435, col 187, ['html'] is better written in dot notation. +build/public/templates/account/best.js: line 433, col 13, 'key' is defined but never used. +build/public/templates/account/best.js: line 432, col 148, 'value' is defined but never used. +build/public/templates/account/best.js: line 432, col 140, 'length' is defined but never used. +build/public/templates/account/best.js: line 432, col 133, 'index' is defined but never used. +build/public/templates/account/best.js: line 430, col 11, '__escape' is defined but never used. +build/public/templates/account/best.js: line 431, col 11, 'value' is defined but never used. +build/public/templates/account/best.js: line 429, col 77, 'helper' is defined but never used. +build/public/templates/account/best.js: line 444, col 121, Line is too long. +build/public/templates/account/best.js: line 444, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 444, col 52, ['profile_links'] is better written in dot notation. +build/public/templates/account/best.js: line 451, col 171, Line is too long. +build/public/templates/account/best.js: line 451, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 451, col 53, ['profile_links'] is better written in dot notation. +build/public/templates/account/best.js: line 451, col 73, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 451, col 89, ['profile_links'] is better written in dot notation. +build/public/templates/account/best.js: line 451, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 451, col 131, ['profile_links'] is better written in dot notation. +build/public/templates/account/best.js: line 451, col 154, ['id'] is better written in dot notation. +build/public/templates/account/best.js: line 453, col 165, Line is too long. +build/public/templates/account/best.js: line 453, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 453, col 45, ['profile_links'] is better written in dot notation. +build/public/templates/account/best.js: line 453, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 453, col 81, ['profile_links'] is better written in dot notation. +build/public/templates/account/best.js: line 453, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 453, col 123, ['profile_links'] is better written in dot notation. +build/public/templates/account/best.js: line 453, col 146, ['public'] is better written in dot notation. +build/public/templates/account/best.js: line 457, col 120, Line is too long. +build/public/templates/account/best.js: line 457, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 457, col 53, ['config'] is better written in dot notation. +build/public/templates/account/best.js: line 457, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 457, col 82, ['config'] is better written in dot notation. +build/public/templates/account/best.js: line 457, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/best.js: line 459, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 459, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/best.js: line 461, col 174, Line is too long. +build/public/templates/account/best.js: line 461, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 461, col 53, ['profile_links'] is better written in dot notation. +build/public/templates/account/best.js: line 461, col 73, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 461, col 89, ['profile_links'] is better written in dot notation. +build/public/templates/account/best.js: line 461, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 461, col 131, ['profile_links'] is better written in dot notation. +build/public/templates/account/best.js: line 461, col 154, ['route'] is better written in dot notation. +build/public/templates/account/best.js: line 463, col 163, Line is too long. +build/public/templates/account/best.js: line 463, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 463, col 45, ['profile_links'] is better written in dot notation. +build/public/templates/account/best.js: line 463, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 463, col 81, ['profile_links'] is better written in dot notation. +build/public/templates/account/best.js: line 463, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 463, col 123, ['profile_links'] is better written in dot notation. +build/public/templates/account/best.js: line 463, col 146, ['icon'] is better written in dot notation. +build/public/templates/account/best.js: line 465, col 177, Line is too long. +build/public/templates/account/best.js: line 465, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 465, col 57, ['profile_links'] is better written in dot notation. +build/public/templates/account/best.js: line 465, col 77, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 465, col 93, ['profile_links'] is better written in dot notation. +build/public/templates/account/best.js: line 465, col 119, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 465, col 135, ['profile_links'] is better written in dot notation. +build/public/templates/account/best.js: line 465, col 158, ['icon'] is better written in dot notation. +build/public/templates/account/best.js: line 468, col 173, Line is too long. +build/public/templates/account/best.js: line 468, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 468, col 53, ['profile_links'] is better written in dot notation. +build/public/templates/account/best.js: line 468, col 73, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 468, col 89, ['profile_links'] is better written in dot notation. +build/public/templates/account/best.js: line 468, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 468, col 131, ['profile_links'] is better written in dot notation. +build/public/templates/account/best.js: line 468, col 154, ['name'] is better written in dot notation. +build/public/templates/account/best.js: line 445, col 13, 'key' is defined but never used. +build/public/templates/account/best.js: line 444, col 114, 'value' is defined but never used. +build/public/templates/account/best.js: line 444, col 106, 'length' is defined but never used. +build/public/templates/account/best.js: line 443, col 11, 'value' is defined but never used. +build/public/templates/account/best.js: line 441, col 76, 'helper' is defined but never used. +build/public/templates/account/best.js: line 477, col 113, Line is too long. +build/public/templates/account/best.js: line 477, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 477, col 52, ['posts'] is better written in dot notation. +build/public/templates/account/best.js: line 480, col 142, Line is too long. +build/public/templates/account/best.js: line 480, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 480, col 45, ['posts'] is better written in dot notation. +build/public/templates/account/best.js: line 480, col 57, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 480, col 73, ['posts'] is better written in dot notation. +build/public/templates/account/best.js: line 480, col 91, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 480, col 107, ['posts'] is better written in dot notation. +build/public/templates/account/best.js: line 480, col 122, ['deleted'] is better written in dot notation. +build/public/templates/account/best.js: line 482, col 196, Line is too long. +build/public/templates/account/best.js: line 482, col 31, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 482, col 47, ['posts'] is better written in dot notation. +build/public/templates/account/best.js: line 482, col 59, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 482, col 75, ['posts'] is better written in dot notation. +build/public/templates/account/best.js: line 482, col 93, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 482, col 109, ['posts'] is better written in dot notation. +build/public/templates/account/best.js: line 482, col 124, ['topic'] is better written in dot notation. +build/public/templates/account/best.js: line 482, col 136, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 482, col 152, ['posts'] is better written in dot notation. +build/public/templates/account/best.js: line 482, col 167, ['topic'] is better written in dot notation. +build/public/templates/account/best.js: line 482, col 176, ['deleted'] is better written in dot notation. +build/public/templates/account/best.js: line 485, col 196, Line is too long. +build/public/templates/account/best.js: line 485, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 485, col 45, ['posts'] is better written in dot notation. +build/public/templates/account/best.js: line 485, col 57, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 485, col 73, ['posts'] is better written in dot notation. +build/public/templates/account/best.js: line 485, col 91, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 485, col 107, ['posts'] is better written in dot notation. +build/public/templates/account/best.js: line 485, col 122, ['topic'] is better written in dot notation. +build/public/templates/account/best.js: line 485, col 134, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 485, col 150, ['posts'] is better written in dot notation. +build/public/templates/account/best.js: line 485, col 165, ['topic'] is better written in dot notation. +build/public/templates/account/best.js: line 485, col 174, ['scheduled'] is better written in dot notation. +build/public/templates/account/best.js: line 489, col 148, Line is too long. +build/public/templates/account/best.js: line 489, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 489, col 53, ['posts'] is better written in dot notation. +build/public/templates/account/best.js: line 489, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 489, col 81, ['posts'] is better written in dot notation. +build/public/templates/account/best.js: line 489, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 489, col 115, ['posts'] is better written in dot notation. +build/public/templates/account/best.js: line 489, col 130, ['pid'] is better written in dot notation. +build/public/templates/account/best.js: line 491, col 148, Line is too long. +build/public/templates/account/best.js: line 491, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 491, col 53, ['posts'] is better written in dot notation. +build/public/templates/account/best.js: line 491, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 491, col 81, ['posts'] is better written in dot notation. +build/public/templates/account/best.js: line 491, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 491, col 115, ['posts'] is better written in dot notation. +build/public/templates/account/best.js: line 491, col 130, ['uid'] is better written in dot notation. +build/public/templates/account/best.js: line 492, col 121, Line is too long. +build/public/templates/account/best.js: line 493, col 120, Line is too long. +build/public/templates/account/best.js: line 493, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 493, col 53, ['config'] is better written in dot notation. +build/public/templates/account/best.js: line 493, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 493, col 82, ['config'] is better written in dot notation. +build/public/templates/account/best.js: line 493, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/best.js: line 495, col 198, Line is too long. +build/public/templates/account/best.js: line 495, col 85, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 495, col 101, ['posts'] is better written in dot notation. +build/public/templates/account/best.js: line 495, col 113, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 495, col 129, ['posts'] is better written in dot notation. +build/public/templates/account/best.js: line 495, col 147, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 495, col 163, ['posts'] is better written in dot notation. +build/public/templates/account/best.js: line 495, col 178, ['pid'] is better written in dot notation. +build/public/templates/account/best.js: line 497, col 145, Line is too long. +build/public/templates/account/best.js: line 497, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 497, col 45, ['posts'] is better written in dot notation. +build/public/templates/account/best.js: line 497, col 57, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 497, col 73, ['posts'] is better written in dot notation. +build/public/templates/account/best.js: line 497, col 91, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 497, col 107, ['posts'] is better written in dot notation. +build/public/templates/account/best.js: line 497, col 122, ['isMainPost'] is better written in dot notation. +build/public/templates/account/best.js: line 500, col 202, Line is too long. +build/public/templates/account/best.js: line 500, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 500, col 53, ['posts'] is better written in dot notation. +build/public/templates/account/best.js: line 500, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 500, col 81, ['posts'] is better written in dot notation. +build/public/templates/account/best.js: line 500, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 500, col 115, ['posts'] is better written in dot notation. +build/public/templates/account/best.js: line 500, col 130, ['topic'] is better written in dot notation. +build/public/templates/account/best.js: line 500, col 142, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 500, col 158, ['posts'] is better written in dot notation. +build/public/templates/account/best.js: line 500, col 173, ['topic'] is better written in dot notation. +build/public/templates/account/best.js: line 500, col 182, ['title'] is better written in dot notation. +build/public/templates/account/best.js: line 502, col 152, Line is too long. +build/public/templates/account/best.js: line 502, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 502, col 53, ['posts'] is better written in dot notation. +build/public/templates/account/best.js: line 502, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 502, col 81, ['posts'] is better written in dot notation. +build/public/templates/account/best.js: line 502, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 502, col 115, ['posts'] is better written in dot notation. +build/public/templates/account/best.js: line 502, col 130, ['content'] is better written in dot notation. +build/public/templates/account/best.js: line 503, col 133, Line is too long. +build/public/templates/account/best.js: line 504, col 120, Line is too long. +build/public/templates/account/best.js: line 504, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 504, col 53, ['config'] is better written in dot notation. +build/public/templates/account/best.js: line 504, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 504, col 82, ['config'] is better written in dot notation. +build/public/templates/account/best.js: line 504, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/best.js: line 506, col 207, Line is too long. +build/public/templates/account/best.js: line 506, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 506, col 53, ['posts'] is better written in dot notation. +build/public/templates/account/best.js: line 506, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 506, col 81, ['posts'] is better written in dot notation. +build/public/templates/account/best.js: line 506, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 506, col 115, ['posts'] is better written in dot notation. +build/public/templates/account/best.js: line 506, col 130, ['category'] is better written in dot notation. +build/public/templates/account/best.js: line 506, col 145, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 506, col 161, ['posts'] is better written in dot notation. +build/public/templates/account/best.js: line 506, col 176, ['category'] is better written in dot notation. +build/public/templates/account/best.js: line 506, col 188, ['slug'] is better written in dot notation. +build/public/templates/account/best.js: line 508, col 207, Line is too long. +build/public/templates/account/best.js: line 508, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 508, col 53, ['posts'] is better written in dot notation. +build/public/templates/account/best.js: line 508, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 508, col 81, ['posts'] is better written in dot notation. +build/public/templates/account/best.js: line 508, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 508, col 115, ['posts'] is better written in dot notation. +build/public/templates/account/best.js: line 508, col 130, ['category'] is better written in dot notation. +build/public/templates/account/best.js: line 508, col 145, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 508, col 161, ['posts'] is better written in dot notation. +build/public/templates/account/best.js: line 508, col 176, ['category'] is better written in dot notation. +build/public/templates/account/best.js: line 508, col 188, ['name'] is better written in dot notation. +build/public/templates/account/best.js: line 510, col 145, Line is too long. +build/public/templates/account/best.js: line 510, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 510, col 45, ['posts'] is better written in dot notation. +build/public/templates/account/best.js: line 510, col 57, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 510, col 73, ['posts'] is better written in dot notation. +build/public/templates/account/best.js: line 510, col 91, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 510, col 107, ['posts'] is better written in dot notation. +build/public/templates/account/best.js: line 510, col 122, ['isMainPost'] is better written in dot notation. +build/public/templates/account/best.js: line 512, col 256, Line is too long. +build/public/templates/account/best.js: line 512, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 512, col 49, ['posts'] is better written in dot notation. +build/public/templates/account/best.js: line 512, col 61, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 512, col 77, ['posts'] is better written in dot notation. +build/public/templates/account/best.js: line 512, col 95, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 512, col 111, ['posts'] is better written in dot notation. +build/public/templates/account/best.js: line 512, col 126, ['topic'] is better written in dot notation. +build/public/templates/account/best.js: line 512, col 138, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 512, col 154, ['posts'] is better written in dot notation. +build/public/templates/account/best.js: line 512, col 169, ['topic'] is better written in dot notation. +build/public/templates/account/best.js: line 512, col 178, ['tags'] is better written in dot notation. +build/public/templates/account/best.js: line 512, col 189, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 512, col 205, ['posts'] is better written in dot notation. +build/public/templates/account/best.js: line 512, col 220, ['topic'] is better written in dot notation. +build/public/templates/account/best.js: line 512, col 229, ['tags'] is better written in dot notation. +build/public/templates/account/best.js: line 512, col 237, ['length'] is better written in dot notation. +build/public/templates/account/best.js: line 514, col 246, Line is too long. +build/public/templates/account/best.js: line 514, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 514, col 57, ['posts'] is better written in dot notation. +build/public/templates/account/best.js: line 514, col 69, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 514, col 85, ['posts'] is better written in dot notation. +build/public/templates/account/best.js: line 514, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 514, col 119, ['posts'] is better written in dot notation. +build/public/templates/account/best.js: line 514, col 134, ['topic'] is better written in dot notation. +build/public/templates/account/best.js: line 514, col 146, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 514, col 162, ['posts'] is better written in dot notation. +build/public/templates/account/best.js: line 514, col 177, ['topic'] is better written in dot notation. +build/public/templates/account/best.js: line 514, col 186, ['tags'] is better written in dot notation. +build/public/templates/account/best.js: line 517, col 132, Line is too long. +build/public/templates/account/best.js: line 517, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 517, col 65, ['config'] is better written in dot notation. +build/public/templates/account/best.js: line 517, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 517, col 94, ['config'] is better written in dot notation. +build/public/templates/account/best.js: line 517, col 104, ['relative_path'] is better written in dot notation. +build/public/templates/account/best.js: line 519, col 343, Line is too long. +build/public/templates/account/best.js: line 519, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 519, col 65, ['posts'] is better written in dot notation. +build/public/templates/account/best.js: line 519, col 77, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 519, col 93, ['posts'] is better written in dot notation. +build/public/templates/account/best.js: line 519, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 519, col 127, ['posts'] is better written in dot notation. +build/public/templates/account/best.js: line 519, col 142, ['topic'] is better written in dot notation. +build/public/templates/account/best.js: line 519, col 154, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 519, col 170, ['posts'] is better written in dot notation. +build/public/templates/account/best.js: line 519, col 185, ['topic'] is better written in dot notation. +build/public/templates/account/best.js: line 519, col 194, ['tags'] is better written in dot notation. +build/public/templates/account/best.js: line 519, col 205, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 519, col 221, ['posts'] is better written in dot notation. +build/public/templates/account/best.js: line 519, col 236, ['topic'] is better written in dot notation. +build/public/templates/account/best.js: line 519, col 245, ['tags'] is better written in dot notation. +build/public/templates/account/best.js: line 519, col 262, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 519, col 278, ['posts'] is better written in dot notation. +build/public/templates/account/best.js: line 519, col 293, ['topic'] is better written in dot notation. +build/public/templates/account/best.js: line 519, col 302, ['tags'] is better written in dot notation. +build/public/templates/account/best.js: line 519, col 316, ['valueEncoded'] is better written in dot notation. +build/public/templates/account/best.js: line 521, col 336, Line is too long. +build/public/templates/account/best.js: line 521, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 521, col 65, ['posts'] is better written in dot notation. +build/public/templates/account/best.js: line 521, col 77, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 521, col 93, ['posts'] is better written in dot notation. +build/public/templates/account/best.js: line 521, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 521, col 127, ['posts'] is better written in dot notation. +build/public/templates/account/best.js: line 521, col 142, ['topic'] is better written in dot notation. +build/public/templates/account/best.js: line 521, col 154, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 521, col 170, ['posts'] is better written in dot notation. +build/public/templates/account/best.js: line 521, col 185, ['topic'] is better written in dot notation. +build/public/templates/account/best.js: line 521, col 194, ['tags'] is better written in dot notation. +build/public/templates/account/best.js: line 521, col 205, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 521, col 221, ['posts'] is better written in dot notation. +build/public/templates/account/best.js: line 521, col 236, ['topic'] is better written in dot notation. +build/public/templates/account/best.js: line 521, col 245, ['tags'] is better written in dot notation. +build/public/templates/account/best.js: line 521, col 262, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 521, col 278, ['posts'] is better written in dot notation. +build/public/templates/account/best.js: line 521, col 293, ['topic'] is better written in dot notation. +build/public/templates/account/best.js: line 521, col 302, ['tags'] is better written in dot notation. +build/public/templates/account/best.js: line 523, col 343, Line is too long. +build/public/templates/account/best.js: line 523, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 523, col 65, ['posts'] is better written in dot notation. +build/public/templates/account/best.js: line 523, col 77, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 523, col 93, ['posts'] is better written in dot notation. +build/public/templates/account/best.js: line 523, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 523, col 127, ['posts'] is better written in dot notation. +build/public/templates/account/best.js: line 523, col 142, ['topic'] is better written in dot notation. +build/public/templates/account/best.js: line 523, col 154, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 523, col 170, ['posts'] is better written in dot notation. +build/public/templates/account/best.js: line 523, col 185, ['topic'] is better written in dot notation. +build/public/templates/account/best.js: line 523, col 194, ['tags'] is better written in dot notation. +build/public/templates/account/best.js: line 523, col 205, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 523, col 221, ['posts'] is better written in dot notation. +build/public/templates/account/best.js: line 523, col 236, ['topic'] is better written in dot notation. +build/public/templates/account/best.js: line 523, col 245, ['tags'] is better written in dot notation. +build/public/templates/account/best.js: line 523, col 262, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 523, col 278, ['posts'] is better written in dot notation. +build/public/templates/account/best.js: line 523, col 293, ['topic'] is better written in dot notation. +build/public/templates/account/best.js: line 523, col 302, ['tags'] is better written in dot notation. +build/public/templates/account/best.js: line 523, col 316, ['valueEscaped'] is better written in dot notation. +build/public/templates/account/best.js: line 515, col 25, 'key' is defined but never used. +build/public/templates/account/best.js: line 514, col 239, 'value' is defined but never used. +build/public/templates/account/best.js: line 514, col 231, 'length' is defined but never used. +build/public/templates/account/best.js: line 514, col 224, 'index' is defined but never used. +build/public/templates/account/best.js: line 533, col 120, Line is too long. +build/public/templates/account/best.js: line 533, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 533, col 53, ['config'] is better written in dot notation. +build/public/templates/account/best.js: line 533, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 533, col 82, ['config'] is better written in dot notation. +build/public/templates/account/best.js: line 533, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/best.js: line 535, col 203, Line is too long. +build/public/templates/account/best.js: line 535, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 535, col 53, ['posts'] is better written in dot notation. +build/public/templates/account/best.js: line 535, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 535, col 81, ['posts'] is better written in dot notation. +build/public/templates/account/best.js: line 535, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 535, col 115, ['posts'] is better written in dot notation. +build/public/templates/account/best.js: line 535, col 130, ['user'] is better written in dot notation. +build/public/templates/account/best.js: line 535, col 141, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 535, col 157, ['posts'] is better written in dot notation. +build/public/templates/account/best.js: line 535, col 172, ['user'] is better written in dot notation. +build/public/templates/account/best.js: line 535, col 180, ['userslug'] is better written in dot notation. +build/public/templates/account/best.js: line 537, col 278, Line is too long. +build/public/templates/account/best.js: line 537, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 537, col 94, ['posts'] is better written in dot notation. +build/public/templates/account/best.js: line 537, col 106, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 537, col 122, ['posts'] is better written in dot notation. +build/public/templates/account/best.js: line 537, col 140, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 537, col 156, ['posts'] is better written in dot notation. +build/public/templates/account/best.js: line 537, col 171, ['user'] is better written in dot notation. +build/public/templates/account/best.js: line 537, col 214, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 538, col 111, Line is too long. +build/public/templates/account/best.js: line 539, col 120, Line is too long. +build/public/templates/account/best.js: line 539, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 539, col 53, ['config'] is better written in dot notation. +build/public/templates/account/best.js: line 539, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 539, col 82, ['config'] is better written in dot notation. +build/public/templates/account/best.js: line 539, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/best.js: line 541, col 203, Line is too long. +build/public/templates/account/best.js: line 541, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 541, col 53, ['posts'] is better written in dot notation. +build/public/templates/account/best.js: line 541, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 541, col 81, ['posts'] is better written in dot notation. +build/public/templates/account/best.js: line 541, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 541, col 115, ['posts'] is better written in dot notation. +build/public/templates/account/best.js: line 541, col 130, ['user'] is better written in dot notation. +build/public/templates/account/best.js: line 541, col 141, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 541, col 157, ['posts'] is better written in dot notation. +build/public/templates/account/best.js: line 541, col 172, ['user'] is better written in dot notation. +build/public/templates/account/best.js: line 541, col 180, ['userslug'] is better written in dot notation. +build/public/templates/account/best.js: line 543, col 206, Line is too long. +build/public/templates/account/best.js: line 543, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 543, col 53, ['posts'] is better written in dot notation. +build/public/templates/account/best.js: line 543, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 543, col 81, ['posts'] is better written in dot notation. +build/public/templates/account/best.js: line 543, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 543, col 115, ['posts'] is better written in dot notation. +build/public/templates/account/best.js: line 543, col 130, ['user'] is better written in dot notation. +build/public/templates/account/best.js: line 543, col 141, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 543, col 157, ['posts'] is better written in dot notation. +build/public/templates/account/best.js: line 543, col 172, ['user'] is better written in dot notation. +build/public/templates/account/best.js: line 543, col 180, ['displayname'] is better written in dot notation. +build/public/templates/account/best.js: line 545, col 157, Line is too long. +build/public/templates/account/best.js: line 545, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 545, col 53, ['posts'] is better written in dot notation. +build/public/templates/account/best.js: line 545, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 545, col 81, ['posts'] is better written in dot notation. +build/public/templates/account/best.js: line 545, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 545, col 115, ['posts'] is better written in dot notation. +build/public/templates/account/best.js: line 545, col 130, ['timestampISO'] is better written in dot notation. +build/public/templates/account/best.js: line 478, col 13, 'key' is defined but never used. +build/public/templates/account/best.js: line 477, col 106, 'value' is defined but never used. +build/public/templates/account/best.js: line 477, col 98, 'length' is defined but never used. +build/public/templates/account/best.js: line 477, col 91, 'index' is defined but never used. +build/public/templates/account/best.js: line 476, col 11, 'value' is defined but never used. +build/public/templates/account/best.js: line 554, col 160, Line is too long. +build/public/templates/account/best.js: line 554, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 554, col 52, ['pagination'] is better written in dot notation. +build/public/templates/account/best.js: line 554, col 69, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 554, col 85, ['pagination'] is better written in dot notation. +build/public/templates/account/best.js: line 554, col 99, ['pages'] is better written in dot notation. +build/public/templates/account/best.js: line 557, col 219, Line is too long. +build/public/templates/account/best.js: line 557, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 557, col 45, ['pagination'] is better written in dot notation. +build/public/templates/account/best.js: line 557, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 557, col 78, ['pagination'] is better written in dot notation. +build/public/templates/account/best.js: line 557, col 92, ['pages'] is better written in dot notation. +build/public/templates/account/best.js: line 557, col 104, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 557, col 120, ['pagination'] is better written in dot notation. +build/public/templates/account/best.js: line 557, col 134, ['pages'] is better written in dot notation. +build/public/templates/account/best.js: line 557, col 152, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 557, col 168, ['pagination'] is better written in dot notation. +build/public/templates/account/best.js: line 557, col 182, ['pages'] is better written in dot notation. +build/public/templates/account/best.js: line 557, col 197, ['separator'] is better written in dot notation. +build/public/templates/account/best.js: line 558, col 227, Line is too long. +build/public/templates/account/best.js: line 560, col 220, Line is too long. +build/public/templates/account/best.js: line 560, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 560, col 49, ['pagination'] is better written in dot notation. +build/public/templates/account/best.js: line 560, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 560, col 82, ['pagination'] is better written in dot notation. +build/public/templates/account/best.js: line 560, col 96, ['pages'] is better written in dot notation. +build/public/templates/account/best.js: line 560, col 108, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 560, col 124, ['pagination'] is better written in dot notation. +build/public/templates/account/best.js: line 560, col 138, ['pages'] is better written in dot notation. +build/public/templates/account/best.js: line 560, col 156, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 560, col 172, ['pagination'] is better written in dot notation. +build/public/templates/account/best.js: line 560, col 186, ['pages'] is better written in dot notation. +build/public/templates/account/best.js: line 560, col 201, ['active'] is better written in dot notation. +build/public/templates/account/best.js: line 564, col 226, Line is too long. +build/public/templates/account/best.js: line 564, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 564, col 57, ['pagination'] is better written in dot notation. +build/public/templates/account/best.js: line 564, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 564, col 90, ['pagination'] is better written in dot notation. +build/public/templates/account/best.js: line 564, col 104, ['pages'] is better written in dot notation. +build/public/templates/account/best.js: line 564, col 116, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 564, col 132, ['pagination'] is better written in dot notation. +build/public/templates/account/best.js: line 564, col 146, ['pages'] is better written in dot notation. +build/public/templates/account/best.js: line 564, col 164, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 564, col 180, ['pagination'] is better written in dot notation. +build/public/templates/account/best.js: line 564, col 194, ['pages'] is better written in dot notation. +build/public/templates/account/best.js: line 564, col 209, ['qs'] is better written in dot notation. +build/public/templates/account/best.js: line 566, col 228, Line is too long. +build/public/templates/account/best.js: line 566, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 566, col 57, ['pagination'] is better written in dot notation. +build/public/templates/account/best.js: line 566, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 566, col 90, ['pagination'] is better written in dot notation. +build/public/templates/account/best.js: line 566, col 104, ['pages'] is better written in dot notation. +build/public/templates/account/best.js: line 566, col 116, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 566, col 132, ['pagination'] is better written in dot notation. +build/public/templates/account/best.js: line 566, col 146, ['pages'] is better written in dot notation. +build/public/templates/account/best.js: line 566, col 164, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 566, col 180, ['pagination'] is better written in dot notation. +build/public/templates/account/best.js: line 566, col 194, ['pages'] is better written in dot notation. +build/public/templates/account/best.js: line 566, col 209, ['page'] is better written in dot notation. +build/public/templates/account/best.js: line 568, col 228, Line is too long. +build/public/templates/account/best.js: line 568, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 568, col 57, ['pagination'] is better written in dot notation. +build/public/templates/account/best.js: line 568, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 568, col 90, ['pagination'] is better written in dot notation. +build/public/templates/account/best.js: line 568, col 104, ['pages'] is better written in dot notation. +build/public/templates/account/best.js: line 568, col 116, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 568, col 132, ['pagination'] is better written in dot notation. +build/public/templates/account/best.js: line 568, col 146, ['pages'] is better written in dot notation. +build/public/templates/account/best.js: line 568, col 164, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 568, col 180, ['pagination'] is better written in dot notation. +build/public/templates/account/best.js: line 568, col 194, ['pages'] is better written in dot notation. +build/public/templates/account/best.js: line 568, col 209, ['page'] is better written in dot notation. +build/public/templates/account/best.js: line 570, col 228, Line is too long. +build/public/templates/account/best.js: line 570, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 570, col 57, ['pagination'] is better written in dot notation. +build/public/templates/account/best.js: line 570, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 570, col 90, ['pagination'] is better written in dot notation. +build/public/templates/account/best.js: line 570, col 104, ['pages'] is better written in dot notation. +build/public/templates/account/best.js: line 570, col 116, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 570, col 132, ['pagination'] is better written in dot notation. +build/public/templates/account/best.js: line 570, col 146, ['pages'] is better written in dot notation. +build/public/templates/account/best.js: line 570, col 164, Expected '!==' and instead saw '!='. +build/public/templates/account/best.js: line 570, col 180, ['pagination'] is better written in dot notation. +build/public/templates/account/best.js: line 570, col 194, ['pages'] is better written in dot notation. +build/public/templates/account/best.js: line 570, col 209, ['page'] is better written in dot notation. +build/public/templates/account/best.js: line 555, col 13, 'key' is defined but never used. +build/public/templates/account/best.js: line 554, col 153, 'value' is defined but never used. +build/public/templates/account/best.js: line 554, col 145, 'length' is defined but never used. +build/public/templates/account/best.js: line 554, col 138, 'index' is defined but never used. +build/public/templates/account/best.js: line 553, col 11, 'value' is defined but never used. +build/public/templates/account/best.js: line 551, col 81, 'helper' is defined but never used. +build/public/templates/account/best.js: line 580, col 3, Missing semicolon. +build/public/templates/account/best.js: line 5, col 46, 'define' is not defined. +build/public/templates/account/best.js: line 6, col 5, 'define' is not defined. + +build/public/templates/account/blocks.js: line 13, col 109, Line is too long. +build/public/templates/account/blocks.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 13, col 41, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/blocks.js: line 13, col 59, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 13, col 75, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/blocks.js: line 13, col 90, ['length'] is better written in dot notation. +build/public/templates/account/blocks.js: line 14, col 136, Line is too long. +build/public/templates/account/blocks.js: line 15, col 26, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/blocks.js: line 21, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 23, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 25, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 25, col 49, ['uid'] is better written in dot notation. +build/public/templates/account/blocks.js: line 27, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 27, col 41, ['picture'] is better written in dot notation. +build/public/templates/account/blocks.js: line 29, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 29, col 53, ['picture'] is better written in dot notation. +build/public/templates/account/blocks.js: line 32, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 34, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 34, col 53, ['username'] is better written in dot notation. +build/public/templates/account/blocks.js: line 36, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 38, col 122, Line is too long. +build/public/templates/account/blocks.js: line 39, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 39, col 49, ['status'] is better written in dot notation. +build/public/templates/account/blocks.js: line 41, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 41, col 49, ['status'] is better written in dot notation. +build/public/templates/account/blocks.js: line 43, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 43, col 41, ['loggedIn'] is better written in dot notation. +build/public/templates/account/blocks.js: line 45, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 45, col 45, ['isSelf'] is better written in dot notation. +build/public/templates/account/blocks.js: line 48, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 48, col 49, ['isFollowing'] is better written in dot notation. +build/public/templates/account/blocks.js: line 52, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 52, col 49, ['isFollowing'] is better written in dot notation. +build/public/templates/account/blocks.js: line 55, col 137, Line is too long. +build/public/templates/account/blocks.js: line 59, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 59, col 41, ['allowCoverPicture'] is better written in dot notation. +build/public/templates/account/blocks.js: line 61, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 61, col 45, ['canEdit'] is better written in dot notation. +build/public/templates/account/blocks.js: line 62, col 485, Line is too long. +build/public/templates/account/blocks.js: line 66, col 331, Line is too long. +build/public/templates/account/blocks.js: line 67, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 67, col 41, ['loggedIn'] is better written in dot notation. +build/public/templates/account/blocks.js: line 69, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 69, col 45, ['isSelf'] is better written in dot notation. +build/public/templates/account/blocks.js: line 72, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 72, col 49, ['banned'] is better written in dot notation. +build/public/templates/account/blocks.js: line 75, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 75, col 53, ['canChat'] is better written in dot notation. +build/public/templates/account/blocks.js: line 77, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 77, col 57, ['hasPrivateChat'] is better written in dot notation. +build/public/templates/account/blocks.js: line 80, col 133, Line is too long. +build/public/templates/account/blocks.js: line 81, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 81, col 65, ['username'] is better written in dot notation. +build/public/templates/account/blocks.js: line 82, col 157, Line is too long. +build/public/templates/account/blocks.js: line 83, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 83, col 65, ['username'] is better written in dot notation. +build/public/templates/account/blocks.js: line 87, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 87, col 53, ['flagId'] is better written in dot notation. +build/public/templates/account/blocks.js: line 90, col 147, Line is too long. +build/public/templates/account/blocks.js: line 91, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 91, col 53, ['flagId'] is better written in dot notation. +build/public/templates/account/blocks.js: line 94, col 130, Line is too long. +build/public/templates/account/blocks.js: line 95, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 95, col 61, ['flagId'] is better written in dot notation. +build/public/templates/account/blocks.js: line 97, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 97, col 53, ['isBlocked'] is better written in dot notation. +build/public/templates/account/blocks.js: line 100, col 146, Line is too long. +build/public/templates/account/blocks.js: line 101, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 101, col 53, ['isBlocked'] is better written in dot notation. +build/public/templates/account/blocks.js: line 104, col 177, Line is too long. +build/public/templates/account/blocks.js: line 109, col 116, Line is too long. +build/public/templates/account/blocks.js: line 109, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 109, col 49, ['config'] is better written in dot notation. +build/public/templates/account/blocks.js: line 109, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 109, col 78, ['config'] is better written in dot notation. +build/public/templates/account/blocks.js: line 109, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/blocks.js: line 111, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 111, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/blocks.js: line 112, col 101, Line is too long. +build/public/templates/account/blocks.js: line 113, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 113, col 41, ['canEdit'] is better written in dot notation. +build/public/templates/account/blocks.js: line 115, col 120, Line is too long. +build/public/templates/account/blocks.js: line 115, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 115, col 53, ['config'] is better written in dot notation. +build/public/templates/account/blocks.js: line 115, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 115, col 82, ['config'] is better written in dot notation. +build/public/templates/account/blocks.js: line 115, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/blocks.js: line 117, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 117, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/blocks.js: line 118, col 103, Line is too long. +build/public/templates/account/blocks.js: line 119, col 120, Line is too long. +build/public/templates/account/blocks.js: line 119, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 119, col 53, ['config'] is better written in dot notation. +build/public/templates/account/blocks.js: line 119, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 119, col 82, ['config'] is better written in dot notation. +build/public/templates/account/blocks.js: line 119, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/blocks.js: line 121, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 121, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/blocks.js: line 125, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 125, col 41, ['isSelf'] is better written in dot notation. +build/public/templates/account/blocks.js: line 128, col 122, Line is too long. +build/public/templates/account/blocks.js: line 128, col 30, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 128, col 46, ['canBan'] is better written in dot notation. +build/public/templates/account/blocks.js: line 128, col 85, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 128, col 101, ['canMute'] is better written in dot notation. +build/public/templates/account/blocks.js: line 129, col 140, Line is too long. +build/public/templates/account/blocks.js: line 132, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 132, col 45, ['canBan'] is better written in dot notation. +build/public/templates/account/blocks.js: line 134, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 134, col 49, ['banned'] is better written in dot notation. +build/public/templates/account/blocks.js: line 137, col 151, Line is too long. +build/public/templates/account/blocks.js: line 138, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 138, col 49, ['banned'] is better written in dot notation. +build/public/templates/account/blocks.js: line 141, col 142, Line is too long. +build/public/templates/account/blocks.js: line 144, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 144, col 45, ['canMute'] is better written in dot notation. +build/public/templates/account/blocks.js: line 146, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 146, col 49, ['muted'] is better written in dot notation. +build/public/templates/account/blocks.js: line 149, col 153, Line is too long. +build/public/templates/account/blocks.js: line 150, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 150, col 49, ['muted'] is better written in dot notation. +build/public/templates/account/blocks.js: line 153, col 144, Line is too long. +build/public/templates/account/blocks.js: line 156, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 156, col 45, ['isAdmin'] is better written in dot notation. +build/public/templates/account/blocks.js: line 157, col 398, Line is too long. +build/public/templates/account/blocks.js: line 160, col 158, Line is too long. +build/public/templates/account/blocks.js: line 161, col 116, Line is too long. +build/public/templates/account/blocks.js: line 161, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 161, col 49, ['config'] is better written in dot notation. +build/public/templates/account/blocks.js: line 161, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 161, col 78, ['config'] is better written in dot notation. +build/public/templates/account/blocks.js: line 161, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/blocks.js: line 163, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 163, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/blocks.js: line 164, col 122, Line is too long. +build/public/templates/account/blocks.js: line 165, col 112, Line is too long. +build/public/templates/account/blocks.js: line 165, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 165, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/blocks.js: line 165, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 165, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/blocks.js: line 165, col 88, ['following'] is better written in dot notation. +build/public/templates/account/blocks.js: line 167, col 159, Line is too long. +build/public/templates/account/blocks.js: line 167, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 167, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/blocks.js: line 167, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 167, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/blocks.js: line 167, col 133, ['following'] is better written in dot notation. +build/public/templates/account/blocks.js: line 168, col 117, Line is too long. +build/public/templates/account/blocks.js: line 169, col 116, Line is too long. +build/public/templates/account/blocks.js: line 169, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 169, col 49, ['config'] is better written in dot notation. +build/public/templates/account/blocks.js: line 169, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 169, col 78, ['config'] is better written in dot notation. +build/public/templates/account/blocks.js: line 169, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/blocks.js: line 171, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 171, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/blocks.js: line 172, col 122, Line is too long. +build/public/templates/account/blocks.js: line 173, col 112, Line is too long. +build/public/templates/account/blocks.js: line 173, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 173, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/blocks.js: line 173, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 173, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/blocks.js: line 173, col 88, ['followers'] is better written in dot notation. +build/public/templates/account/blocks.js: line 175, col 159, Line is too long. +build/public/templates/account/blocks.js: line 175, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 175, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/blocks.js: line 175, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 175, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/blocks.js: line 175, col 133, ['followers'] is better written in dot notation. +build/public/templates/account/blocks.js: line 177, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 177, col 41, ['canEdit'] is better written in dot notation. +build/public/templates/account/blocks.js: line 178, col 103, Line is too long. +build/public/templates/account/blocks.js: line 179, col 120, Line is too long. +build/public/templates/account/blocks.js: line 179, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 179, col 53, ['config'] is better written in dot notation. +build/public/templates/account/blocks.js: line 179, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 179, col 82, ['config'] is better written in dot notation. +build/public/templates/account/blocks.js: line 179, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/blocks.js: line 181, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 181, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/blocks.js: line 182, col 120, Line is too long. +build/public/templates/account/blocks.js: line 183, col 113, Line is too long. +build/public/templates/account/blocks.js: line 183, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 183, col 53, ['counts'] is better written in dot notation. +build/public/templates/account/blocks.js: line 183, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 183, col 82, ['counts'] is better written in dot notation. +build/public/templates/account/blocks.js: line 183, col 92, ['blocks'] is better written in dot notation. +build/public/templates/account/blocks.js: line 185, col 160, Line is too long. +build/public/templates/account/blocks.js: line 185, col 82, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 185, col 98, ['counts'] is better written in dot notation. +build/public/templates/account/blocks.js: line 185, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 185, col 127, ['counts'] is better written in dot notation. +build/public/templates/account/blocks.js: line 185, col 137, ['blocks'] is better written in dot notation. +build/public/templates/account/blocks.js: line 188, col 158, Line is too long. +build/public/templates/account/blocks.js: line 189, col 116, Line is too long. +build/public/templates/account/blocks.js: line 189, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 189, col 49, ['config'] is better written in dot notation. +build/public/templates/account/blocks.js: line 189, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 189, col 78, ['config'] is better written in dot notation. +build/public/templates/account/blocks.js: line 189, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/blocks.js: line 191, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 191, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/blocks.js: line 192, col 118, Line is too long. +build/public/templates/account/blocks.js: line 193, col 109, Line is too long. +build/public/templates/account/blocks.js: line 193, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 193, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/blocks.js: line 193, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 193, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/blocks.js: line 193, col 88, ['topics'] is better written in dot notation. +build/public/templates/account/blocks.js: line 195, col 156, Line is too long. +build/public/templates/account/blocks.js: line 195, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 195, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/blocks.js: line 195, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 195, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/blocks.js: line 195, col 133, ['topics'] is better written in dot notation. +build/public/templates/account/blocks.js: line 196, col 117, Line is too long. +build/public/templates/account/blocks.js: line 197, col 116, Line is too long. +build/public/templates/account/blocks.js: line 197, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 197, col 49, ['config'] is better written in dot notation. +build/public/templates/account/blocks.js: line 197, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 197, col 78, ['config'] is better written in dot notation. +build/public/templates/account/blocks.js: line 197, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/blocks.js: line 199, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 199, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/blocks.js: line 200, col 116, Line is too long. +build/public/templates/account/blocks.js: line 201, col 108, Line is too long. +build/public/templates/account/blocks.js: line 201, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 201, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/blocks.js: line 201, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 201, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/blocks.js: line 201, col 88, ['posts'] is better written in dot notation. +build/public/templates/account/blocks.js: line 203, col 155, Line is too long. +build/public/templates/account/blocks.js: line 203, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 203, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/blocks.js: line 203, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 203, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/blocks.js: line 203, col 133, ['posts'] is better written in dot notation. +build/public/templates/account/blocks.js: line 204, col 117, Line is too long. +build/public/templates/account/blocks.js: line 205, col 116, Line is too long. +build/public/templates/account/blocks.js: line 205, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 205, col 49, ['config'] is better written in dot notation. +build/public/templates/account/blocks.js: line 205, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 205, col 78, ['config'] is better written in dot notation. +build/public/templates/account/blocks.js: line 205, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/blocks.js: line 207, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 207, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/blocks.js: line 208, col 125, Line is too long. +build/public/templates/account/blocks.js: line 209, col 109, Line is too long. +build/public/templates/account/blocks.js: line 209, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 209, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/blocks.js: line 209, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 209, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/blocks.js: line 209, col 88, ['groups'] is better written in dot notation. +build/public/templates/account/blocks.js: line 211, col 156, Line is too long. +build/public/templates/account/blocks.js: line 211, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 211, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/blocks.js: line 211, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 211, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/blocks.js: line 211, col 133, ['groups'] is better written in dot notation. +build/public/templates/account/blocks.js: line 213, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 213, col 41, ['canEdit'] is better written in dot notation. +build/public/templates/account/blocks.js: line 214, col 103, Line is too long. +build/public/templates/account/blocks.js: line 215, col 120, Line is too long. +build/public/templates/account/blocks.js: line 215, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 215, col 53, ['config'] is better written in dot notation. +build/public/templates/account/blocks.js: line 215, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 215, col 82, ['config'] is better written in dot notation. +build/public/templates/account/blocks.js: line 215, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/blocks.js: line 217, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 217, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/blocks.js: line 218, col 136, Line is too long. +build/public/templates/account/blocks.js: line 219, col 124, Line is too long. +build/public/templates/account/blocks.js: line 219, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 219, col 53, ['counts'] is better written in dot notation. +build/public/templates/account/blocks.js: line 219, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 219, col 82, ['counts'] is better written in dot notation. +build/public/templates/account/blocks.js: line 219, col 92, ['categoriesWatched'] is better written in dot notation. +build/public/templates/account/blocks.js: line 221, col 171, Line is too long. +build/public/templates/account/blocks.js: line 221, col 82, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 221, col 98, ['counts'] is better written in dot notation. +build/public/templates/account/blocks.js: line 221, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 221, col 127, ['counts'] is better written in dot notation. +build/public/templates/account/blocks.js: line 221, col 137, ['categoriesWatched'] is better written in dot notation. +build/public/templates/account/blocks.js: line 223, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 223, col 45, ['isSelf'] is better written in dot notation. +build/public/templates/account/blocks.js: line 224, col 107, Line is too long. +build/public/templates/account/blocks.js: line 225, col 124, Line is too long. +build/public/templates/account/blocks.js: line 225, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 225, col 57, ['config'] is better written in dot notation. +build/public/templates/account/blocks.js: line 225, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 225, col 86, ['config'] is better written in dot notation. +build/public/templates/account/blocks.js: line 225, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/account/blocks.js: line 227, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 227, col 57, ['userslug'] is better written in dot notation. +build/public/templates/account/blocks.js: line 228, col 130, Line is too long. +build/public/templates/account/blocks.js: line 229, col 122, Line is too long. +build/public/templates/account/blocks.js: line 229, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 229, col 57, ['counts'] is better written in dot notation. +build/public/templates/account/blocks.js: line 229, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 229, col 86, ['counts'] is better written in dot notation. +build/public/templates/account/blocks.js: line 229, col 96, ['tagsWatched'] is better written in dot notation. +build/public/templates/account/blocks.js: line 231, col 169, Line is too long. +build/public/templates/account/blocks.js: line 231, col 86, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 231, col 102, ['counts'] is better written in dot notation. +build/public/templates/account/blocks.js: line 231, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 231, col 131, ['counts'] is better written in dot notation. +build/public/templates/account/blocks.js: line 231, col 141, ['tagsWatched'] is better written in dot notation. +build/public/templates/account/blocks.js: line 234, col 105, Line is too long. +build/public/templates/account/blocks.js: line 235, col 120, Line is too long. +build/public/templates/account/blocks.js: line 235, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 235, col 53, ['config'] is better written in dot notation. +build/public/templates/account/blocks.js: line 235, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 235, col 82, ['config'] is better written in dot notation. +build/public/templates/account/blocks.js: line 235, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/blocks.js: line 237, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 237, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/blocks.js: line 238, col 124, Line is too long. +build/public/templates/account/blocks.js: line 239, col 115, Line is too long. +build/public/templates/account/blocks.js: line 239, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 239, col 53, ['counts'] is better written in dot notation. +build/public/templates/account/blocks.js: line 239, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 239, col 82, ['counts'] is better written in dot notation. +build/public/templates/account/blocks.js: line 239, col 92, ['uploaded'] is better written in dot notation. +build/public/templates/account/blocks.js: line 241, col 162, Line is too long. +build/public/templates/account/blocks.js: line 241, col 82, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 241, col 98, ['counts'] is better written in dot notation. +build/public/templates/account/blocks.js: line 241, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 241, col 127, ['counts'] is better written in dot notation. +build/public/templates/account/blocks.js: line 241, col 137, ['uploaded'] is better written in dot notation. +build/public/templates/account/blocks.js: line 245, col 22, ['profile_links'] is better written in dot notation. +build/public/templates/account/blocks.js: line 247, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 247, col 49, ['username'] is better written in dot notation. +build/public/templates/account/blocks.js: line 248, col 733, Line is too long. +build/public/templates/account/blocks.js: line 249, col 22, ['edit'] is better written in dot notation. +build/public/templates/account/blocks.js: line 250, col 116, Line is too long. +build/public/templates/account/blocks.js: line 251, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 251, col 41, ['users'] is better written in dot notation. +build/public/templates/account/blocks.js: line 251, col 53, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 251, col 69, ['users'] is better written in dot notation. +build/public/templates/account/blocks.js: line 251, col 78, ['length'] is better written in dot notation. +build/public/templates/account/blocks.js: line 254, col 137, Line is too long. +build/public/templates/account/blocks.js: line 255, col 22, ['users'] is better written in dot notation. +build/public/templates/account/blocks.js: line 257, col 158, Line is too long. +build/public/templates/account/blocks.js: line 257, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 257, col 41, ['pagination'] is better written in dot notation. +build/public/templates/account/blocks.js: line 257, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 257, col 74, ['pagination'] is better written in dot notation. +build/public/templates/account/blocks.js: line 257, col 88, ['pages'] is better written in dot notation. +build/public/templates/account/blocks.js: line 257, col 100, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 257, col 116, ['pagination'] is better written in dot notation. +build/public/templates/account/blocks.js: line 257, col 130, ['pages'] is better written in dot notation. +build/public/templates/account/blocks.js: line 257, col 139, ['length'] is better written in dot notation. +build/public/templates/account/blocks.js: line 260, col 155, Line is too long. +build/public/templates/account/blocks.js: line 261, col 156, Line is too long. +build/public/templates/account/blocks.js: line 261, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 261, col 41, ['pagination'] is better written in dot notation. +build/public/templates/account/blocks.js: line 261, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 261, col 74, ['pagination'] is better written in dot notation. +build/public/templates/account/blocks.js: line 261, col 88, ['prev'] is better written in dot notation. +build/public/templates/account/blocks.js: line 261, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 261, col 115, ['pagination'] is better written in dot notation. +build/public/templates/account/blocks.js: line 261, col 129, ['prev'] is better written in dot notation. +build/public/templates/account/blocks.js: line 261, col 137, ['active'] is better written in dot notation. +build/public/templates/account/blocks.js: line 265, col 162, Line is too long. +build/public/templates/account/blocks.js: line 265, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 265, col 49, ['pagination'] is better written in dot notation. +build/public/templates/account/blocks.js: line 265, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 265, col 82, ['pagination'] is better written in dot notation. +build/public/templates/account/blocks.js: line 265, col 96, ['prev'] is better written in dot notation. +build/public/templates/account/blocks.js: line 265, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 265, col 123, ['pagination'] is better written in dot notation. +build/public/templates/account/blocks.js: line 265, col 137, ['prev'] is better written in dot notation. +build/public/templates/account/blocks.js: line 265, col 145, ['qs'] is better written in dot notation. +build/public/templates/account/blocks.js: line 267, col 164, Line is too long. +build/public/templates/account/blocks.js: line 267, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 267, col 49, ['pagination'] is better written in dot notation. +build/public/templates/account/blocks.js: line 267, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 267, col 82, ['pagination'] is better written in dot notation. +build/public/templates/account/blocks.js: line 267, col 96, ['prev'] is better written in dot notation. +build/public/templates/account/blocks.js: line 267, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 267, col 123, ['pagination'] is better written in dot notation. +build/public/templates/account/blocks.js: line 267, col 137, ['prev'] is better written in dot notation. +build/public/templates/account/blocks.js: line 267, col 145, ['page'] is better written in dot notation. +build/public/templates/account/blocks.js: line 268, col 114, Line is too long. +build/public/templates/account/blocks.js: line 271, col 156, Line is too long. +build/public/templates/account/blocks.js: line 271, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 271, col 41, ['pagination'] is better written in dot notation. +build/public/templates/account/blocks.js: line 271, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 271, col 74, ['pagination'] is better written in dot notation. +build/public/templates/account/blocks.js: line 271, col 88, ['next'] is better written in dot notation. +build/public/templates/account/blocks.js: line 271, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 271, col 115, ['pagination'] is better written in dot notation. +build/public/templates/account/blocks.js: line 271, col 129, ['next'] is better written in dot notation. +build/public/templates/account/blocks.js: line 271, col 137, ['active'] is better written in dot notation. +build/public/templates/account/blocks.js: line 275, col 162, Line is too long. +build/public/templates/account/blocks.js: line 275, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 275, col 49, ['pagination'] is better written in dot notation. +build/public/templates/account/blocks.js: line 275, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 275, col 82, ['pagination'] is better written in dot notation. +build/public/templates/account/blocks.js: line 275, col 96, ['next'] is better written in dot notation. +build/public/templates/account/blocks.js: line 275, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 275, col 123, ['pagination'] is better written in dot notation. +build/public/templates/account/blocks.js: line 275, col 137, ['next'] is better written in dot notation. +build/public/templates/account/blocks.js: line 275, col 145, ['qs'] is better written in dot notation. +build/public/templates/account/blocks.js: line 277, col 164, Line is too long. +build/public/templates/account/blocks.js: line 277, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 277, col 49, ['pagination'] is better written in dot notation. +build/public/templates/account/blocks.js: line 277, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 277, col 82, ['pagination'] is better written in dot notation. +build/public/templates/account/blocks.js: line 277, col 96, ['next'] is better written in dot notation. +build/public/templates/account/blocks.js: line 277, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 277, col 123, ['pagination'] is better written in dot notation. +build/public/templates/account/blocks.js: line 277, col 137, ['next'] is better written in dot notation. +build/public/templates/account/blocks.js: line 277, col 145, ['page'] is better written in dot notation. +build/public/templates/account/blocks.js: line 278, col 224, Line is too long. +build/public/templates/account/blocks.js: line 279, col 156, Line is too long. +build/public/templates/account/blocks.js: line 279, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 279, col 41, ['pagination'] is better written in dot notation. +build/public/templates/account/blocks.js: line 279, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 279, col 74, ['pagination'] is better written in dot notation. +build/public/templates/account/blocks.js: line 279, col 88, ['prev'] is better written in dot notation. +build/public/templates/account/blocks.js: line 279, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 279, col 115, ['pagination'] is better written in dot notation. +build/public/templates/account/blocks.js: line 279, col 129, ['prev'] is better written in dot notation. +build/public/templates/account/blocks.js: line 279, col 137, ['active'] is better written in dot notation. +build/public/templates/account/blocks.js: line 283, col 164, Line is too long. +build/public/templates/account/blocks.js: line 283, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 283, col 49, ['pagination'] is better written in dot notation. +build/public/templates/account/blocks.js: line 283, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 283, col 82, ['pagination'] is better written in dot notation. +build/public/templates/account/blocks.js: line 283, col 96, ['first'] is better written in dot notation. +build/public/templates/account/blocks.js: line 283, col 108, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 283, col 124, ['pagination'] is better written in dot notation. +build/public/templates/account/blocks.js: line 283, col 138, ['first'] is better written in dot notation. +build/public/templates/account/blocks.js: line 283, col 147, ['qs'] is better written in dot notation. +build/public/templates/account/blocks.js: line 284, col 158, Line is too long. +build/public/templates/account/blocks.js: line 285, col 156, Line is too long. +build/public/templates/account/blocks.js: line 285, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 285, col 41, ['pagination'] is better written in dot notation. +build/public/templates/account/blocks.js: line 285, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 285, col 74, ['pagination'] is better written in dot notation. +build/public/templates/account/blocks.js: line 285, col 88, ['prev'] is better written in dot notation. +build/public/templates/account/blocks.js: line 285, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 285, col 115, ['pagination'] is better written in dot notation. +build/public/templates/account/blocks.js: line 285, col 129, ['prev'] is better written in dot notation. +build/public/templates/account/blocks.js: line 285, col 137, ['active'] is better written in dot notation. +build/public/templates/account/blocks.js: line 289, col 162, Line is too long. +build/public/templates/account/blocks.js: line 289, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 289, col 49, ['pagination'] is better written in dot notation. +build/public/templates/account/blocks.js: line 289, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 289, col 82, ['pagination'] is better written in dot notation. +build/public/templates/account/blocks.js: line 289, col 96, ['prev'] is better written in dot notation. +build/public/templates/account/blocks.js: line 289, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 289, col 123, ['pagination'] is better written in dot notation. +build/public/templates/account/blocks.js: line 289, col 137, ['prev'] is better written in dot notation. +build/public/templates/account/blocks.js: line 289, col 145, ['qs'] is better written in dot notation. +build/public/templates/account/blocks.js: line 291, col 164, Line is too long. +build/public/templates/account/blocks.js: line 291, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 291, col 49, ['pagination'] is better written in dot notation. +build/public/templates/account/blocks.js: line 291, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 291, col 82, ['pagination'] is better written in dot notation. +build/public/templates/account/blocks.js: line 291, col 96, ['prev'] is better written in dot notation. +build/public/templates/account/blocks.js: line 291, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 291, col 123, ['pagination'] is better written in dot notation. +build/public/templates/account/blocks.js: line 291, col 137, ['prev'] is better written in dot notation. +build/public/templates/account/blocks.js: line 291, col 145, ['page'] is better written in dot notation. +build/public/templates/account/blocks.js: line 292, col 276, Line is too long. +build/public/templates/account/blocks.js: line 293, col 122, Line is too long. +build/public/templates/account/blocks.js: line 293, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 293, col 49, ['pagination'] is better written in dot notation. +build/public/templates/account/blocks.js: line 293, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 293, col 82, ['pagination'] is better written in dot notation. +build/public/templates/account/blocks.js: line 293, col 96, ['currentPage'] is better written in dot notation. +build/public/templates/account/blocks.js: line 295, col 120, Line is too long. +build/public/templates/account/blocks.js: line 295, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 295, col 49, ['pagination'] is better written in dot notation. +build/public/templates/account/blocks.js: line 295, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 295, col 82, ['pagination'] is better written in dot notation. +build/public/templates/account/blocks.js: line 295, col 96, ['pageCount'] is better written in dot notation. +build/public/templates/account/blocks.js: line 297, col 156, Line is too long. +build/public/templates/account/blocks.js: line 297, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 297, col 41, ['pagination'] is better written in dot notation. +build/public/templates/account/blocks.js: line 297, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 297, col 74, ['pagination'] is better written in dot notation. +build/public/templates/account/blocks.js: line 297, col 88, ['next'] is better written in dot notation. +build/public/templates/account/blocks.js: line 297, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 297, col 115, ['pagination'] is better written in dot notation. +build/public/templates/account/blocks.js: line 297, col 129, ['next'] is better written in dot notation. +build/public/templates/account/blocks.js: line 297, col 137, ['active'] is better written in dot notation. +build/public/templates/account/blocks.js: line 301, col 162, Line is too long. +build/public/templates/account/blocks.js: line 301, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 301, col 49, ['pagination'] is better written in dot notation. +build/public/templates/account/blocks.js: line 301, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 301, col 82, ['pagination'] is better written in dot notation. +build/public/templates/account/blocks.js: line 301, col 96, ['next'] is better written in dot notation. +build/public/templates/account/blocks.js: line 301, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 301, col 123, ['pagination'] is better written in dot notation. +build/public/templates/account/blocks.js: line 301, col 137, ['next'] is better written in dot notation. +build/public/templates/account/blocks.js: line 301, col 145, ['qs'] is better written in dot notation. +build/public/templates/account/blocks.js: line 303, col 164, Line is too long. +build/public/templates/account/blocks.js: line 303, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 303, col 49, ['pagination'] is better written in dot notation. +build/public/templates/account/blocks.js: line 303, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 303, col 82, ['pagination'] is better written in dot notation. +build/public/templates/account/blocks.js: line 303, col 96, ['next'] is better written in dot notation. +build/public/templates/account/blocks.js: line 303, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 303, col 123, ['pagination'] is better written in dot notation. +build/public/templates/account/blocks.js: line 303, col 137, ['next'] is better written in dot notation. +build/public/templates/account/blocks.js: line 303, col 145, ['page'] is better written in dot notation. +build/public/templates/account/blocks.js: line 304, col 136, Line is too long. +build/public/templates/account/blocks.js: line 305, col 156, Line is too long. +build/public/templates/account/blocks.js: line 305, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 305, col 41, ['pagination'] is better written in dot notation. +build/public/templates/account/blocks.js: line 305, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 305, col 74, ['pagination'] is better written in dot notation. +build/public/templates/account/blocks.js: line 305, col 88, ['next'] is better written in dot notation. +build/public/templates/account/blocks.js: line 305, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 305, col 115, ['pagination'] is better written in dot notation. +build/public/templates/account/blocks.js: line 305, col 129, ['next'] is better written in dot notation. +build/public/templates/account/blocks.js: line 305, col 137, ['active'] is better written in dot notation. +build/public/templates/account/blocks.js: line 309, col 162, Line is too long. +build/public/templates/account/blocks.js: line 309, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 309, col 49, ['pagination'] is better written in dot notation. +build/public/templates/account/blocks.js: line 309, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 309, col 82, ['pagination'] is better written in dot notation. +build/public/templates/account/blocks.js: line 309, col 96, ['last'] is better written in dot notation. +build/public/templates/account/blocks.js: line 309, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 309, col 123, ['pagination'] is better written in dot notation. +build/public/templates/account/blocks.js: line 309, col 137, ['last'] is better written in dot notation. +build/public/templates/account/blocks.js: line 309, col 145, ['qs'] is better written in dot notation. +build/public/templates/account/blocks.js: line 311, col 120, Line is too long. +build/public/templates/account/blocks.js: line 311, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 311, col 49, ['pagination'] is better written in dot notation. +build/public/templates/account/blocks.js: line 311, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 311, col 82, ['pagination'] is better written in dot notation. +build/public/templates/account/blocks.js: line 311, col 96, ['pageCount'] is better written in dot notation. +build/public/templates/account/blocks.js: line 312, col 145, Line is too long. +build/public/templates/account/blocks.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/account/blocks.js: line 319, col 119, Line is too long. +build/public/templates/account/blocks.js: line 319, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 319, col 52, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/blocks.js: line 325, col 133, Line is too long. +build/public/templates/account/blocks.js: line 332, col 156, Line is too long. +build/public/templates/account/blocks.js: line 332, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 332, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/blocks.js: line 332, col 63, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 332, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/blocks.js: line 332, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 332, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/blocks.js: line 332, col 140, ['url'] is better written in dot notation. +build/public/templates/account/blocks.js: line 334, col 170, Line is too long. +build/public/templates/account/blocks.js: line 334, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 334, col 57, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/blocks.js: line 334, col 75, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 334, col 91, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/blocks.js: line 334, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 334, col 131, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/blocks.js: line 334, col 152, ['url'] is better written in dot notation. +build/public/templates/account/blocks.js: line 338, col 167, Line is too long. +build/public/templates/account/blocks.js: line 338, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 338, col 53, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/blocks.js: line 338, col 71, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 338, col 87, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/blocks.js: line 338, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 338, col 127, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/blocks.js: line 338, col 148, ['text'] is better written in dot notation. +build/public/templates/account/blocks.js: line 342, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 345, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 345, col 53, ['rssFeedUrl'] is better written in dot notation. +build/public/templates/account/blocks.js: line 347, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 347, col 65, ['rssFeedUrl'] is better written in dot notation. +build/public/templates/account/blocks.js: line 353, col 156, Line is too long. +build/public/templates/account/blocks.js: line 353, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 353, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/blocks.js: line 353, col 63, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 353, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/blocks.js: line 353, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 353, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/blocks.js: line 353, col 140, ['url'] is better written in dot notation. +build/public/templates/account/blocks.js: line 320, col 13, 'key' is defined but never used. +build/public/templates/account/blocks.js: line 319, col 112, 'value' is defined but never used. +build/public/templates/account/blocks.js: line 318, col 11, 'value' is defined but never used. +build/public/templates/account/blocks.js: line 316, col 72, 'helper' is defined but never used. +build/public/templates/account/blocks.js: line 364, col 155, Line is too long. +build/public/templates/account/blocks.js: line 364, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 364, col 52, ['widgets'] is better written in dot notation. +build/public/templates/account/blocks.js: line 364, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 364, col 82, ['widgets'] is better written in dot notation. +build/public/templates/account/blocks.js: line 364, col 93, ['header'] is better written in dot notation. +build/public/templates/account/blocks.js: line 367, col 205, Line is too long. +build/public/templates/account/blocks.js: line 367, col 28, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 367, col 44, ['widgets'] is better written in dot notation. +build/public/templates/account/blocks.js: line 367, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 367, col 74, ['widgets'] is better written in dot notation. +build/public/templates/account/blocks.js: line 367, col 85, ['header'] is better written in dot notation. +build/public/templates/account/blocks.js: line 367, col 98, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 367, col 114, ['widgets'] is better written in dot notation. +build/public/templates/account/blocks.js: line 367, col 125, ['header'] is better written in dot notation. +build/public/templates/account/blocks.js: line 367, col 144, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 367, col 160, ['widgets'] is better written in dot notation. +build/public/templates/account/blocks.js: line 367, col 171, ['header'] is better written in dot notation. +build/public/templates/account/blocks.js: line 367, col 187, ['html'] is better written in dot notation. +build/public/templates/account/blocks.js: line 365, col 13, 'key' is defined but never used. +build/public/templates/account/blocks.js: line 364, col 148, 'value' is defined but never used. +build/public/templates/account/blocks.js: line 364, col 140, 'length' is defined but never used. +build/public/templates/account/blocks.js: line 364, col 133, 'index' is defined but never used. +build/public/templates/account/blocks.js: line 362, col 11, '__escape' is defined but never used. +build/public/templates/account/blocks.js: line 363, col 11, 'value' is defined but never used. +build/public/templates/account/blocks.js: line 361, col 77, 'helper' is defined but never used. +build/public/templates/account/blocks.js: line 376, col 121, Line is too long. +build/public/templates/account/blocks.js: line 376, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 376, col 52, ['profile_links'] is better written in dot notation. +build/public/templates/account/blocks.js: line 383, col 171, Line is too long. +build/public/templates/account/blocks.js: line 383, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 383, col 53, ['profile_links'] is better written in dot notation. +build/public/templates/account/blocks.js: line 383, col 73, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 383, col 89, ['profile_links'] is better written in dot notation. +build/public/templates/account/blocks.js: line 383, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 383, col 131, ['profile_links'] is better written in dot notation. +build/public/templates/account/blocks.js: line 383, col 154, ['id'] is better written in dot notation. +build/public/templates/account/blocks.js: line 385, col 165, Line is too long. +build/public/templates/account/blocks.js: line 385, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 385, col 45, ['profile_links'] is better written in dot notation. +build/public/templates/account/blocks.js: line 385, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 385, col 81, ['profile_links'] is better written in dot notation. +build/public/templates/account/blocks.js: line 385, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 385, col 123, ['profile_links'] is better written in dot notation. +build/public/templates/account/blocks.js: line 385, col 146, ['public'] is better written in dot notation. +build/public/templates/account/blocks.js: line 389, col 120, Line is too long. +build/public/templates/account/blocks.js: line 389, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 389, col 53, ['config'] is better written in dot notation. +build/public/templates/account/blocks.js: line 389, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 389, col 82, ['config'] is better written in dot notation. +build/public/templates/account/blocks.js: line 389, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/blocks.js: line 391, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 391, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/blocks.js: line 393, col 174, Line is too long. +build/public/templates/account/blocks.js: line 393, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 393, col 53, ['profile_links'] is better written in dot notation. +build/public/templates/account/blocks.js: line 393, col 73, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 393, col 89, ['profile_links'] is better written in dot notation. +build/public/templates/account/blocks.js: line 393, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 393, col 131, ['profile_links'] is better written in dot notation. +build/public/templates/account/blocks.js: line 393, col 154, ['route'] is better written in dot notation. +build/public/templates/account/blocks.js: line 395, col 163, Line is too long. +build/public/templates/account/blocks.js: line 395, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 395, col 45, ['profile_links'] is better written in dot notation. +build/public/templates/account/blocks.js: line 395, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 395, col 81, ['profile_links'] is better written in dot notation. +build/public/templates/account/blocks.js: line 395, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 395, col 123, ['profile_links'] is better written in dot notation. +build/public/templates/account/blocks.js: line 395, col 146, ['icon'] is better written in dot notation. +build/public/templates/account/blocks.js: line 397, col 177, Line is too long. +build/public/templates/account/blocks.js: line 397, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 397, col 57, ['profile_links'] is better written in dot notation. +build/public/templates/account/blocks.js: line 397, col 77, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 397, col 93, ['profile_links'] is better written in dot notation. +build/public/templates/account/blocks.js: line 397, col 119, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 397, col 135, ['profile_links'] is better written in dot notation. +build/public/templates/account/blocks.js: line 397, col 158, ['icon'] is better written in dot notation. +build/public/templates/account/blocks.js: line 400, col 173, Line is too long. +build/public/templates/account/blocks.js: line 400, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 400, col 53, ['profile_links'] is better written in dot notation. +build/public/templates/account/blocks.js: line 400, col 73, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 400, col 89, ['profile_links'] is better written in dot notation. +build/public/templates/account/blocks.js: line 400, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 400, col 131, ['profile_links'] is better written in dot notation. +build/public/templates/account/blocks.js: line 400, col 154, ['name'] is better written in dot notation. +build/public/templates/account/blocks.js: line 377, col 13, 'key' is defined but never used. +build/public/templates/account/blocks.js: line 376, col 114, 'value' is defined but never used. +build/public/templates/account/blocks.js: line 376, col 106, 'length' is defined but never used. +build/public/templates/account/blocks.js: line 375, col 11, 'value' is defined but never used. +build/public/templates/account/blocks.js: line 373, col 76, 'helper' is defined but never used. +build/public/templates/account/blocks.js: line 409, col 112, Line is too long. +build/public/templates/account/blocks.js: line 409, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 409, col 52, ['edit'] is better written in dot notation. +build/public/templates/account/blocks.js: line 411, col 230, Line is too long. +build/public/templates/account/blocks.js: line 412, col 120, Line is too long. +build/public/templates/account/blocks.js: line 412, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 412, col 53, ['config'] is better written in dot notation. +build/public/templates/account/blocks.js: line 412, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 412, col 82, ['config'] is better written in dot notation. +build/public/templates/account/blocks.js: line 412, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/blocks.js: line 414, col 145, Line is too long. +build/public/templates/account/blocks.js: line 414, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 414, col 53, ['edit'] is better written in dot notation. +build/public/templates/account/blocks.js: line 414, col 64, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 414, col 80, ['edit'] is better written in dot notation. +build/public/templates/account/blocks.js: line 414, col 97, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 414, col 113, ['edit'] is better written in dot notation. +build/public/templates/account/blocks.js: line 414, col 127, ['uid'] is better written in dot notation. +build/public/templates/account/blocks.js: line 416, col 207, Line is too long. +build/public/templates/account/blocks.js: line 416, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 416, col 94, ['edit'] is better written in dot notation. +build/public/templates/account/blocks.js: line 416, col 105, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 416, col 121, ['edit'] is better written in dot notation. +build/public/templates/account/blocks.js: line 416, col 170, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 418, col 150, Line is too long. +build/public/templates/account/blocks.js: line 418, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 418, col 53, ['edit'] is better written in dot notation. +build/public/templates/account/blocks.js: line 418, col 64, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 418, col 80, ['edit'] is better written in dot notation. +build/public/templates/account/blocks.js: line 418, col 97, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 418, col 113, ['edit'] is better written in dot notation. +build/public/templates/account/blocks.js: line 418, col 127, ['username'] is better written in dot notation. +build/public/templates/account/blocks.js: line 420, col 141, Line is too long. +build/public/templates/account/blocks.js: line 420, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 420, col 45, ['edit'] is better written in dot notation. +build/public/templates/account/blocks.js: line 420, col 56, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 420, col 72, ['edit'] is better written in dot notation. +build/public/templates/account/blocks.js: line 420, col 89, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 420, col 105, ['edit'] is better written in dot notation. +build/public/templates/account/blocks.js: line 420, col 119, ['isBlocked'] is better written in dot notation. +build/public/templates/account/blocks.js: line 424, col 145, Line is too long. +build/public/templates/account/blocks.js: line 424, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 424, col 53, ['edit'] is better written in dot notation. +build/public/templates/account/blocks.js: line 424, col 64, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 424, col 80, ['edit'] is better written in dot notation. +build/public/templates/account/blocks.js: line 424, col 97, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 424, col 113, ['edit'] is better written in dot notation. +build/public/templates/account/blocks.js: line 424, col 127, ['uid'] is better written in dot notation. +build/public/templates/account/blocks.js: line 425, col 129, Line is too long. +build/public/templates/account/blocks.js: line 426, col 141, Line is too long. +build/public/templates/account/blocks.js: line 426, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 426, col 45, ['edit'] is better written in dot notation. +build/public/templates/account/blocks.js: line 426, col 56, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 426, col 72, ['edit'] is better written in dot notation. +build/public/templates/account/blocks.js: line 426, col 89, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 426, col 105, ['edit'] is better written in dot notation. +build/public/templates/account/blocks.js: line 426, col 119, ['isBlocked'] is better written in dot notation. +build/public/templates/account/blocks.js: line 430, col 145, Line is too long. +build/public/templates/account/blocks.js: line 430, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 430, col 53, ['edit'] is better written in dot notation. +build/public/templates/account/blocks.js: line 430, col 64, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 430, col 80, ['edit'] is better written in dot notation. +build/public/templates/account/blocks.js: line 430, col 97, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 430, col 113, ['edit'] is better written in dot notation. +build/public/templates/account/blocks.js: line 430, col 127, ['uid'] is better written in dot notation. +build/public/templates/account/blocks.js: line 410, col 13, 'key' is defined but never used. +build/public/templates/account/blocks.js: line 409, col 105, 'value' is defined but never used. +build/public/templates/account/blocks.js: line 409, col 97, 'length' is defined but never used. +build/public/templates/account/blocks.js: line 409, col 90, 'index' is defined but never used. +build/public/templates/account/blocks.js: line 408, col 11, 'value' is defined but never used. +build/public/templates/account/blocks.js: line 439, col 113, Line is too long. +build/public/templates/account/blocks.js: line 439, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 439, col 52, ['users'] is better written in dot notation. +build/public/templates/account/blocks.js: line 441, col 132, Line is too long. +build/public/templates/account/blocks.js: line 442, col 148, Line is too long. +build/public/templates/account/blocks.js: line 442, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 442, col 53, ['users'] is better written in dot notation. +build/public/templates/account/blocks.js: line 442, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 442, col 81, ['users'] is better written in dot notation. +build/public/templates/account/blocks.js: line 442, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 442, col 115, ['users'] is better written in dot notation. +build/public/templates/account/blocks.js: line 442, col 130, ['uid'] is better written in dot notation. +build/public/templates/account/blocks.js: line 444, col 120, Line is too long. +build/public/templates/account/blocks.js: line 444, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 444, col 53, ['config'] is better written in dot notation. +build/public/templates/account/blocks.js: line 444, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 444, col 82, ['config'] is better written in dot notation. +build/public/templates/account/blocks.js: line 444, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/blocks.js: line 446, col 153, Line is too long. +build/public/templates/account/blocks.js: line 446, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 446, col 53, ['users'] is better written in dot notation. +build/public/templates/account/blocks.js: line 446, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 446, col 81, ['users'] is better written in dot notation. +build/public/templates/account/blocks.js: line 446, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 446, col 115, ['users'] is better written in dot notation. +build/public/templates/account/blocks.js: line 446, col 130, ['userslug'] is better written in dot notation. +build/public/templates/account/blocks.js: line 448, col 209, Line is too long. +build/public/templates/account/blocks.js: line 448, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 448, col 94, ['users'] is better written in dot notation. +build/public/templates/account/blocks.js: line 448, col 106, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 448, col 122, ['users'] is better written in dot notation. +build/public/templates/account/blocks.js: line 448, col 172, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 449, col 101, Line is too long. +build/public/templates/account/blocks.js: line 450, col 120, Line is too long. +build/public/templates/account/blocks.js: line 450, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 450, col 53, ['config'] is better written in dot notation. +build/public/templates/account/blocks.js: line 450, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 450, col 82, ['config'] is better written in dot notation. +build/public/templates/account/blocks.js: line 450, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/blocks.js: line 452, col 153, Line is too long. +build/public/templates/account/blocks.js: line 452, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 452, col 53, ['users'] is better written in dot notation. +build/public/templates/account/blocks.js: line 452, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 452, col 81, ['users'] is better written in dot notation. +build/public/templates/account/blocks.js: line 452, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 452, col 115, ['users'] is better written in dot notation. +build/public/templates/account/blocks.js: line 452, col 130, ['userslug'] is better written in dot notation. +build/public/templates/account/blocks.js: line 454, col 153, Line is too long. +build/public/templates/account/blocks.js: line 454, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 454, col 53, ['users'] is better written in dot notation. +build/public/templates/account/blocks.js: line 454, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 454, col 81, ['users'] is better written in dot notation. +build/public/templates/account/blocks.js: line 454, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 454, col 115, ['users'] is better written in dot notation. +build/public/templates/account/blocks.js: line 454, col 130, ['username'] is better written in dot notation. +build/public/templates/account/blocks.js: line 456, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 456, col 45, ['section_online'] is better written in dot notation. +build/public/templates/account/blocks.js: line 458, col 162, Line is too long. +build/public/templates/account/blocks.js: line 458, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 458, col 57, ['users'] is better written in dot notation. +build/public/templates/account/blocks.js: line 458, col 69, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 458, col 85, ['users'] is better written in dot notation. +build/public/templates/account/blocks.js: line 458, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 458, col 119, ['users'] is better written in dot notation. +build/public/templates/account/blocks.js: line 458, col 134, ['lastonlineISO'] is better written in dot notation. +build/public/templates/account/blocks.js: line 462, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 462, col 45, ['section_joindate'] is better written in dot notation. +build/public/templates/account/blocks.js: line 464, col 160, Line is too long. +build/public/templates/account/blocks.js: line 464, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 464, col 57, ['users'] is better written in dot notation. +build/public/templates/account/blocks.js: line 464, col 69, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 464, col 85, ['users'] is better written in dot notation. +build/public/templates/account/blocks.js: line 464, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 464, col 119, ['users'] is better written in dot notation. +build/public/templates/account/blocks.js: line 464, col 134, ['joindateISO'] is better written in dot notation. +build/public/templates/account/blocks.js: line 468, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 470, col 206, Line is too long. +build/public/templates/account/blocks.js: line 470, col 86, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 470, col 102, ['users'] is better written in dot notation. +build/public/templates/account/blocks.js: line 470, col 114, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 470, col 130, ['users'] is better written in dot notation. +build/public/templates/account/blocks.js: line 470, col 148, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 470, col 164, ['users'] is better written in dot notation. +build/public/templates/account/blocks.js: line 470, col 179, ['reputation'] is better written in dot notation. +build/public/templates/account/blocks.js: line 474, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 476, col 205, Line is too long. +build/public/templates/account/blocks.js: line 476, col 86, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 476, col 102, ['users'] is better written in dot notation. +build/public/templates/account/blocks.js: line 476, col 114, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 476, col 130, ['users'] is better written in dot notation. +build/public/templates/account/blocks.js: line 476, col 148, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 476, col 164, ['users'] is better written in dot notation. +build/public/templates/account/blocks.js: line 476, col 179, ['postcount'] is better written in dot notation. +build/public/templates/account/blocks.js: line 480, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 480, col 45, ['section_flagged'] is better written in dot notation. +build/public/templates/account/blocks.js: line 482, col 124, Line is too long. +build/public/templates/account/blocks.js: line 482, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 482, col 57, ['config'] is better written in dot notation. +build/public/templates/account/blocks.js: line 482, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 482, col 86, ['config'] is better written in dot notation. +build/public/templates/account/blocks.js: line 482, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/account/blocks.js: line 484, col 152, Line is too long. +build/public/templates/account/blocks.js: line 484, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 484, col 57, ['users'] is better written in dot notation. +build/public/templates/account/blocks.js: line 484, col 69, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 484, col 85, ['users'] is better written in dot notation. +build/public/templates/account/blocks.js: line 484, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 484, col 119, ['users'] is better written in dot notation. +build/public/templates/account/blocks.js: line 484, col 134, ['uid'] is better written in dot notation. +build/public/templates/account/blocks.js: line 486, col 154, Line is too long. +build/public/templates/account/blocks.js: line 486, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 486, col 57, ['users'] is better written in dot notation. +build/public/templates/account/blocks.js: line 486, col 69, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 486, col 85, ['users'] is better written in dot notation. +build/public/templates/account/blocks.js: line 486, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 486, col 119, ['users'] is better written in dot notation. +build/public/templates/account/blocks.js: line 486, col 134, ['flags'] is better written in dot notation. +build/public/templates/account/blocks.js: line 489, col 112, Line is too long. +build/public/templates/account/blocks.js: line 490, col 148, Line is too long. +build/public/templates/account/blocks.js: line 490, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 490, col 53, ['users'] is better written in dot notation. +build/public/templates/account/blocks.js: line 490, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 490, col 81, ['users'] is better written in dot notation. +build/public/templates/account/blocks.js: line 490, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 490, col 115, ['users'] is better written in dot notation. +build/public/templates/account/blocks.js: line 490, col 130, ['uid'] is better written in dot notation. +build/public/templates/account/blocks.js: line 440, col 13, 'key' is defined but never used. +build/public/templates/account/blocks.js: line 439, col 106, 'value' is defined but never used. +build/public/templates/account/blocks.js: line 439, col 98, 'length' is defined but never used. +build/public/templates/account/blocks.js: line 439, col 91, 'index' is defined but never used. +build/public/templates/account/blocks.js: line 438, col 11, 'value' is defined but never used. +build/public/templates/account/blocks.js: line 499, col 160, Line is too long. +build/public/templates/account/blocks.js: line 499, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 499, col 52, ['pagination'] is better written in dot notation. +build/public/templates/account/blocks.js: line 499, col 69, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 499, col 85, ['pagination'] is better written in dot notation. +build/public/templates/account/blocks.js: line 499, col 99, ['pages'] is better written in dot notation. +build/public/templates/account/blocks.js: line 502, col 219, Line is too long. +build/public/templates/account/blocks.js: line 502, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 502, col 45, ['pagination'] is better written in dot notation. +build/public/templates/account/blocks.js: line 502, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 502, col 78, ['pagination'] is better written in dot notation. +build/public/templates/account/blocks.js: line 502, col 92, ['pages'] is better written in dot notation. +build/public/templates/account/blocks.js: line 502, col 104, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 502, col 120, ['pagination'] is better written in dot notation. +build/public/templates/account/blocks.js: line 502, col 134, ['pages'] is better written in dot notation. +build/public/templates/account/blocks.js: line 502, col 152, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 502, col 168, ['pagination'] is better written in dot notation. +build/public/templates/account/blocks.js: line 502, col 182, ['pages'] is better written in dot notation. +build/public/templates/account/blocks.js: line 502, col 197, ['separator'] is better written in dot notation. +build/public/templates/account/blocks.js: line 503, col 227, Line is too long. +build/public/templates/account/blocks.js: line 505, col 220, Line is too long. +build/public/templates/account/blocks.js: line 505, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 505, col 49, ['pagination'] is better written in dot notation. +build/public/templates/account/blocks.js: line 505, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 505, col 82, ['pagination'] is better written in dot notation. +build/public/templates/account/blocks.js: line 505, col 96, ['pages'] is better written in dot notation. +build/public/templates/account/blocks.js: line 505, col 108, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 505, col 124, ['pagination'] is better written in dot notation. +build/public/templates/account/blocks.js: line 505, col 138, ['pages'] is better written in dot notation. +build/public/templates/account/blocks.js: line 505, col 156, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 505, col 172, ['pagination'] is better written in dot notation. +build/public/templates/account/blocks.js: line 505, col 186, ['pages'] is better written in dot notation. +build/public/templates/account/blocks.js: line 505, col 201, ['active'] is better written in dot notation. +build/public/templates/account/blocks.js: line 509, col 226, Line is too long. +build/public/templates/account/blocks.js: line 509, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 509, col 57, ['pagination'] is better written in dot notation. +build/public/templates/account/blocks.js: line 509, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 509, col 90, ['pagination'] is better written in dot notation. +build/public/templates/account/blocks.js: line 509, col 104, ['pages'] is better written in dot notation. +build/public/templates/account/blocks.js: line 509, col 116, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 509, col 132, ['pagination'] is better written in dot notation. +build/public/templates/account/blocks.js: line 509, col 146, ['pages'] is better written in dot notation. +build/public/templates/account/blocks.js: line 509, col 164, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 509, col 180, ['pagination'] is better written in dot notation. +build/public/templates/account/blocks.js: line 509, col 194, ['pages'] is better written in dot notation. +build/public/templates/account/blocks.js: line 509, col 209, ['qs'] is better written in dot notation. +build/public/templates/account/blocks.js: line 511, col 228, Line is too long. +build/public/templates/account/blocks.js: line 511, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 511, col 57, ['pagination'] is better written in dot notation. +build/public/templates/account/blocks.js: line 511, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 511, col 90, ['pagination'] is better written in dot notation. +build/public/templates/account/blocks.js: line 511, col 104, ['pages'] is better written in dot notation. +build/public/templates/account/blocks.js: line 511, col 116, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 511, col 132, ['pagination'] is better written in dot notation. +build/public/templates/account/blocks.js: line 511, col 146, ['pages'] is better written in dot notation. +build/public/templates/account/blocks.js: line 511, col 164, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 511, col 180, ['pagination'] is better written in dot notation. +build/public/templates/account/blocks.js: line 511, col 194, ['pages'] is better written in dot notation. +build/public/templates/account/blocks.js: line 511, col 209, ['page'] is better written in dot notation. +build/public/templates/account/blocks.js: line 513, col 228, Line is too long. +build/public/templates/account/blocks.js: line 513, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 513, col 57, ['pagination'] is better written in dot notation. +build/public/templates/account/blocks.js: line 513, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 513, col 90, ['pagination'] is better written in dot notation. +build/public/templates/account/blocks.js: line 513, col 104, ['pages'] is better written in dot notation. +build/public/templates/account/blocks.js: line 513, col 116, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 513, col 132, ['pagination'] is better written in dot notation. +build/public/templates/account/blocks.js: line 513, col 146, ['pages'] is better written in dot notation. +build/public/templates/account/blocks.js: line 513, col 164, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 513, col 180, ['pagination'] is better written in dot notation. +build/public/templates/account/blocks.js: line 513, col 194, ['pages'] is better written in dot notation. +build/public/templates/account/blocks.js: line 513, col 209, ['page'] is better written in dot notation. +build/public/templates/account/blocks.js: line 515, col 228, Line is too long. +build/public/templates/account/blocks.js: line 515, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 515, col 57, ['pagination'] is better written in dot notation. +build/public/templates/account/blocks.js: line 515, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 515, col 90, ['pagination'] is better written in dot notation. +build/public/templates/account/blocks.js: line 515, col 104, ['pages'] is better written in dot notation. +build/public/templates/account/blocks.js: line 515, col 116, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 515, col 132, ['pagination'] is better written in dot notation. +build/public/templates/account/blocks.js: line 515, col 146, ['pages'] is better written in dot notation. +build/public/templates/account/blocks.js: line 515, col 164, Expected '!==' and instead saw '!='. +build/public/templates/account/blocks.js: line 515, col 180, ['pagination'] is better written in dot notation. +build/public/templates/account/blocks.js: line 515, col 194, ['pages'] is better written in dot notation. +build/public/templates/account/blocks.js: line 515, col 209, ['page'] is better written in dot notation. +build/public/templates/account/blocks.js: line 500, col 13, 'key' is defined but never used. +build/public/templates/account/blocks.js: line 499, col 153, 'value' is defined but never used. +build/public/templates/account/blocks.js: line 499, col 145, 'length' is defined but never used. +build/public/templates/account/blocks.js: line 499, col 138, 'index' is defined but never used. +build/public/templates/account/blocks.js: line 498, col 11, 'value' is defined but never used. +build/public/templates/account/blocks.js: line 496, col 81, 'helper' is defined but never used. +build/public/templates/account/blocks.js: line 525, col 3, Missing semicolon. +build/public/templates/account/blocks.js: line 5, col 46, 'define' is not defined. +build/public/templates/account/blocks.js: line 6, col 5, 'define' is not defined. + +build/public/templates/account/bookmarks.js: line 13, col 109, Line is too long. +build/public/templates/account/bookmarks.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 13, col 41, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 13, col 59, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 13, col 75, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 13, col 90, ['length'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 14, col 136, Line is too long. +build/public/templates/account/bookmarks.js: line 15, col 26, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 21, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 23, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 25, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 25, col 49, ['uid'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 27, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 27, col 41, ['picture'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 29, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 29, col 53, ['picture'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 32, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 34, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 34, col 53, ['username'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 36, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 38, col 122, Line is too long. +build/public/templates/account/bookmarks.js: line 39, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 39, col 49, ['status'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 41, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 41, col 49, ['status'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 43, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 43, col 41, ['loggedIn'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 45, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 45, col 45, ['isSelf'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 48, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 48, col 49, ['isFollowing'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 52, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 52, col 49, ['isFollowing'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 55, col 137, Line is too long. +build/public/templates/account/bookmarks.js: line 59, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 59, col 41, ['allowCoverPicture'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 61, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 61, col 45, ['canEdit'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 62, col 485, Line is too long. +build/public/templates/account/bookmarks.js: line 66, col 331, Line is too long. +build/public/templates/account/bookmarks.js: line 67, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 67, col 41, ['loggedIn'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 69, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 69, col 45, ['isSelf'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 72, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 72, col 49, ['banned'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 75, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 75, col 53, ['canChat'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 77, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 77, col 57, ['hasPrivateChat'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 80, col 133, Line is too long. +build/public/templates/account/bookmarks.js: line 81, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 81, col 65, ['username'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 82, col 157, Line is too long. +build/public/templates/account/bookmarks.js: line 83, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 83, col 65, ['username'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 87, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 87, col 53, ['flagId'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 90, col 147, Line is too long. +build/public/templates/account/bookmarks.js: line 91, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 91, col 53, ['flagId'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 94, col 130, Line is too long. +build/public/templates/account/bookmarks.js: line 95, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 95, col 61, ['flagId'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 97, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 97, col 53, ['isBlocked'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 100, col 146, Line is too long. +build/public/templates/account/bookmarks.js: line 101, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 101, col 53, ['isBlocked'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 104, col 177, Line is too long. +build/public/templates/account/bookmarks.js: line 109, col 116, Line is too long. +build/public/templates/account/bookmarks.js: line 109, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 109, col 49, ['config'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 109, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 109, col 78, ['config'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 109, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 111, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 111, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 112, col 101, Line is too long. +build/public/templates/account/bookmarks.js: line 113, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 113, col 41, ['canEdit'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 115, col 120, Line is too long. +build/public/templates/account/bookmarks.js: line 115, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 115, col 53, ['config'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 115, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 115, col 82, ['config'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 115, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 117, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 117, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 118, col 103, Line is too long. +build/public/templates/account/bookmarks.js: line 119, col 120, Line is too long. +build/public/templates/account/bookmarks.js: line 119, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 119, col 53, ['config'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 119, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 119, col 82, ['config'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 119, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 121, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 121, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 125, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 125, col 41, ['isSelf'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 128, col 122, Line is too long. +build/public/templates/account/bookmarks.js: line 128, col 30, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 128, col 46, ['canBan'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 128, col 85, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 128, col 101, ['canMute'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 129, col 140, Line is too long. +build/public/templates/account/bookmarks.js: line 132, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 132, col 45, ['canBan'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 134, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 134, col 49, ['banned'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 137, col 151, Line is too long. +build/public/templates/account/bookmarks.js: line 138, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 138, col 49, ['banned'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 141, col 142, Line is too long. +build/public/templates/account/bookmarks.js: line 144, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 144, col 45, ['canMute'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 146, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 146, col 49, ['muted'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 149, col 153, Line is too long. +build/public/templates/account/bookmarks.js: line 150, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 150, col 49, ['muted'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 153, col 144, Line is too long. +build/public/templates/account/bookmarks.js: line 156, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 156, col 45, ['isAdmin'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 157, col 398, Line is too long. +build/public/templates/account/bookmarks.js: line 160, col 158, Line is too long. +build/public/templates/account/bookmarks.js: line 161, col 116, Line is too long. +build/public/templates/account/bookmarks.js: line 161, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 161, col 49, ['config'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 161, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 161, col 78, ['config'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 161, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 163, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 163, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 164, col 122, Line is too long. +build/public/templates/account/bookmarks.js: line 165, col 112, Line is too long. +build/public/templates/account/bookmarks.js: line 165, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 165, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 165, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 165, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 165, col 88, ['following'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 167, col 159, Line is too long. +build/public/templates/account/bookmarks.js: line 167, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 167, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 167, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 167, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 167, col 133, ['following'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 168, col 117, Line is too long. +build/public/templates/account/bookmarks.js: line 169, col 116, Line is too long. +build/public/templates/account/bookmarks.js: line 169, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 169, col 49, ['config'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 169, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 169, col 78, ['config'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 169, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 171, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 171, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 172, col 122, Line is too long. +build/public/templates/account/bookmarks.js: line 173, col 112, Line is too long. +build/public/templates/account/bookmarks.js: line 173, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 173, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 173, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 173, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 173, col 88, ['followers'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 175, col 159, Line is too long. +build/public/templates/account/bookmarks.js: line 175, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 175, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 175, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 175, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 175, col 133, ['followers'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 177, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 177, col 41, ['canEdit'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 178, col 103, Line is too long. +build/public/templates/account/bookmarks.js: line 179, col 120, Line is too long. +build/public/templates/account/bookmarks.js: line 179, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 179, col 53, ['config'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 179, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 179, col 82, ['config'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 179, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 181, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 181, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 182, col 120, Line is too long. +build/public/templates/account/bookmarks.js: line 183, col 113, Line is too long. +build/public/templates/account/bookmarks.js: line 183, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 183, col 53, ['counts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 183, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 183, col 82, ['counts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 183, col 92, ['blocks'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 185, col 160, Line is too long. +build/public/templates/account/bookmarks.js: line 185, col 82, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 185, col 98, ['counts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 185, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 185, col 127, ['counts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 185, col 137, ['blocks'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 188, col 158, Line is too long. +build/public/templates/account/bookmarks.js: line 189, col 116, Line is too long. +build/public/templates/account/bookmarks.js: line 189, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 189, col 49, ['config'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 189, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 189, col 78, ['config'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 189, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 191, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 191, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 192, col 118, Line is too long. +build/public/templates/account/bookmarks.js: line 193, col 109, Line is too long. +build/public/templates/account/bookmarks.js: line 193, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 193, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 193, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 193, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 193, col 88, ['topics'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 195, col 156, Line is too long. +build/public/templates/account/bookmarks.js: line 195, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 195, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 195, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 195, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 195, col 133, ['topics'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 196, col 117, Line is too long. +build/public/templates/account/bookmarks.js: line 197, col 116, Line is too long. +build/public/templates/account/bookmarks.js: line 197, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 197, col 49, ['config'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 197, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 197, col 78, ['config'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 197, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 199, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 199, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 200, col 116, Line is too long. +build/public/templates/account/bookmarks.js: line 201, col 108, Line is too long. +build/public/templates/account/bookmarks.js: line 201, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 201, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 201, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 201, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 201, col 88, ['posts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 203, col 155, Line is too long. +build/public/templates/account/bookmarks.js: line 203, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 203, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 203, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 203, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 203, col 133, ['posts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 204, col 117, Line is too long. +build/public/templates/account/bookmarks.js: line 205, col 116, Line is too long. +build/public/templates/account/bookmarks.js: line 205, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 205, col 49, ['config'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 205, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 205, col 78, ['config'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 205, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 207, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 207, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 208, col 125, Line is too long. +build/public/templates/account/bookmarks.js: line 209, col 109, Line is too long. +build/public/templates/account/bookmarks.js: line 209, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 209, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 209, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 209, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 209, col 88, ['groups'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 211, col 156, Line is too long. +build/public/templates/account/bookmarks.js: line 211, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 211, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 211, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 211, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 211, col 133, ['groups'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 213, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 213, col 41, ['canEdit'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 214, col 103, Line is too long. +build/public/templates/account/bookmarks.js: line 215, col 120, Line is too long. +build/public/templates/account/bookmarks.js: line 215, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 215, col 53, ['config'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 215, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 215, col 82, ['config'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 215, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 217, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 217, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 218, col 136, Line is too long. +build/public/templates/account/bookmarks.js: line 219, col 124, Line is too long. +build/public/templates/account/bookmarks.js: line 219, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 219, col 53, ['counts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 219, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 219, col 82, ['counts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 219, col 92, ['categoriesWatched'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 221, col 171, Line is too long. +build/public/templates/account/bookmarks.js: line 221, col 82, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 221, col 98, ['counts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 221, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 221, col 127, ['counts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 221, col 137, ['categoriesWatched'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 223, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 223, col 45, ['isSelf'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 224, col 107, Line is too long. +build/public/templates/account/bookmarks.js: line 225, col 124, Line is too long. +build/public/templates/account/bookmarks.js: line 225, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 225, col 57, ['config'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 225, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 225, col 86, ['config'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 225, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 227, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 227, col 57, ['userslug'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 228, col 130, Line is too long. +build/public/templates/account/bookmarks.js: line 229, col 122, Line is too long. +build/public/templates/account/bookmarks.js: line 229, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 229, col 57, ['counts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 229, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 229, col 86, ['counts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 229, col 96, ['tagsWatched'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 231, col 169, Line is too long. +build/public/templates/account/bookmarks.js: line 231, col 86, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 231, col 102, ['counts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 231, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 231, col 131, ['counts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 231, col 141, ['tagsWatched'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 234, col 105, Line is too long. +build/public/templates/account/bookmarks.js: line 235, col 120, Line is too long. +build/public/templates/account/bookmarks.js: line 235, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 235, col 53, ['config'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 235, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 235, col 82, ['config'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 235, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 237, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 237, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 238, col 124, Line is too long. +build/public/templates/account/bookmarks.js: line 239, col 115, Line is too long. +build/public/templates/account/bookmarks.js: line 239, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 239, col 53, ['counts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 239, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 239, col 82, ['counts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 239, col 92, ['uploaded'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 241, col 162, Line is too long. +build/public/templates/account/bookmarks.js: line 241, col 82, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 241, col 98, ['counts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 241, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 241, col 127, ['counts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 241, col 137, ['uploaded'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 245, col 22, ['profile_links'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 246, col 241, Line is too long. +build/public/templates/account/bookmarks.js: line 247, col 116, Line is too long. +build/public/templates/account/bookmarks.js: line 247, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 247, col 49, ['config'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 247, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 247, col 78, ['config'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 247, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 249, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 249, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 251, col 110, Line is too long. +build/public/templates/account/bookmarks.js: line 251, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 251, col 41, ['template'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 251, col 56, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 251, col 72, ['template'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 255, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 258, col 120, Line is too long. +build/public/templates/account/bookmarks.js: line 258, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 258, col 53, ['config'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 258, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 258, col 82, ['config'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 258, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 260, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 260, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 262, col 113, Line is too long. +build/public/templates/account/bookmarks.js: line 262, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 262, col 45, ['template'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 262, col 60, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 262, col 76, ['template'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 266, col 120, Line is too long. +build/public/templates/account/bookmarks.js: line 266, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 266, col 53, ['config'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 266, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 266, col 82, ['config'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 266, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 268, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 268, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 270, col 122, Line is too long. +build/public/templates/account/bookmarks.js: line 270, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 270, col 45, ['template'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 270, col 60, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 270, col 76, ['template'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 274, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 274, col 45, ['canEdit'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 276, col 124, Line is too long. +build/public/templates/account/bookmarks.js: line 276, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 276, col 57, ['config'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 276, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 276, col 86, ['config'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 276, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 278, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 278, col 57, ['userslug'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 280, col 120, Line is too long. +build/public/templates/account/bookmarks.js: line 280, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 280, col 49, ['template'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 280, col 64, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 280, col 80, ['template'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 284, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 287, col 128, Line is too long. +build/public/templates/account/bookmarks.js: line 287, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 287, col 61, ['config'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 287, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 287, col 90, ['config'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 287, col 100, ['relative_path'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 289, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 289, col 61, ['userslug'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 291, col 126, Line is too long. +build/public/templates/account/bookmarks.js: line 291, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 291, col 53, ['template'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 291, col 68, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 291, col 84, ['template'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 299, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 299, col 41, ['canEdit'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 301, col 120, Line is too long. +build/public/templates/account/bookmarks.js: line 301, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 301, col 53, ['config'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 301, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 301, col 82, ['config'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 301, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 303, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 303, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 305, col 118, Line is too long. +build/public/templates/account/bookmarks.js: line 305, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 305, col 45, ['template'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 305, col 60, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 305, col 76, ['template'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 311, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 311, col 41, ['posts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 311, col 53, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 311, col 69, ['posts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 311, col 78, ['length'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 314, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 314, col 53, ['noItemsFoundKey'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 316, col 113, Line is too long. +build/public/templates/account/bookmarks.js: line 317, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 317, col 49, ['nextStart'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 319, col 22, ['posts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 320, col 151, Line is too long. +build/public/templates/account/bookmarks.js: line 321, col 106, Line is too long. +build/public/templates/account/bookmarks.js: line 321, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 321, col 41, ['config'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 321, col 54, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 321, col 70, ['config'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 321, col 80, ['usePagination'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 323, col 162, Line is too long. +build/public/templates/account/bookmarks.js: line 323, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 323, col 45, ['pagination'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 323, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 323, col 78, ['pagination'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 323, col 92, ['pages'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 323, col 104, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 323, col 120, ['pagination'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 323, col 134, ['pages'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 323, col 143, ['length'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 326, col 159, Line is too long. +build/public/templates/account/bookmarks.js: line 327, col 160, Line is too long. +build/public/templates/account/bookmarks.js: line 327, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 327, col 45, ['pagination'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 327, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 327, col 78, ['pagination'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 327, col 92, ['prev'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 327, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 327, col 119, ['pagination'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 327, col 133, ['prev'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 327, col 141, ['active'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 331, col 166, Line is too long. +build/public/templates/account/bookmarks.js: line 331, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 331, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 331, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 331, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 331, col 100, ['prev'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 331, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 331, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 331, col 141, ['prev'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 331, col 149, ['qs'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 333, col 168, Line is too long. +build/public/templates/account/bookmarks.js: line 333, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 333, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 333, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 333, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 333, col 100, ['prev'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 333, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 333, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 333, col 141, ['prev'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 333, col 149, ['page'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 334, col 118, Line is too long. +build/public/templates/account/bookmarks.js: line 337, col 160, Line is too long. +build/public/templates/account/bookmarks.js: line 337, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 337, col 45, ['pagination'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 337, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 337, col 78, ['pagination'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 337, col 92, ['next'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 337, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 337, col 119, ['pagination'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 337, col 133, ['next'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 337, col 141, ['active'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 341, col 166, Line is too long. +build/public/templates/account/bookmarks.js: line 341, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 341, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 341, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 341, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 341, col 100, ['next'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 341, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 341, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 341, col 141, ['next'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 341, col 149, ['qs'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 343, col 168, Line is too long. +build/public/templates/account/bookmarks.js: line 343, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 343, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 343, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 343, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 343, col 100, ['next'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 343, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 343, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 343, col 141, ['next'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 343, col 149, ['page'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 344, col 228, Line is too long. +build/public/templates/account/bookmarks.js: line 345, col 160, Line is too long. +build/public/templates/account/bookmarks.js: line 345, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 345, col 45, ['pagination'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 345, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 345, col 78, ['pagination'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 345, col 92, ['prev'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 345, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 345, col 119, ['pagination'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 345, col 133, ['prev'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 345, col 141, ['active'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 349, col 168, Line is too long. +build/public/templates/account/bookmarks.js: line 349, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 349, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 349, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 349, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 349, col 100, ['first'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 349, col 112, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 349, col 128, ['pagination'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 349, col 142, ['first'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 349, col 151, ['qs'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 350, col 162, Line is too long. +build/public/templates/account/bookmarks.js: line 351, col 160, Line is too long. +build/public/templates/account/bookmarks.js: line 351, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 351, col 45, ['pagination'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 351, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 351, col 78, ['pagination'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 351, col 92, ['prev'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 351, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 351, col 119, ['pagination'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 351, col 133, ['prev'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 351, col 141, ['active'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 355, col 166, Line is too long. +build/public/templates/account/bookmarks.js: line 355, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 355, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 355, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 355, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 355, col 100, ['prev'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 355, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 355, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 355, col 141, ['prev'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 355, col 149, ['qs'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 357, col 168, Line is too long. +build/public/templates/account/bookmarks.js: line 357, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 357, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 357, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 357, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 357, col 100, ['prev'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 357, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 357, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 357, col 141, ['prev'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 357, col 149, ['page'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 358, col 280, Line is too long. +build/public/templates/account/bookmarks.js: line 359, col 126, Line is too long. +build/public/templates/account/bookmarks.js: line 359, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 359, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 359, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 359, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 359, col 100, ['currentPage'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 361, col 124, Line is too long. +build/public/templates/account/bookmarks.js: line 361, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 361, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 361, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 361, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 361, col 100, ['pageCount'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 363, col 160, Line is too long. +build/public/templates/account/bookmarks.js: line 363, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 363, col 45, ['pagination'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 363, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 363, col 78, ['pagination'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 363, col 92, ['next'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 363, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 363, col 119, ['pagination'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 363, col 133, ['next'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 363, col 141, ['active'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 367, col 166, Line is too long. +build/public/templates/account/bookmarks.js: line 367, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 367, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 367, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 367, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 367, col 100, ['next'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 367, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 367, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 367, col 141, ['next'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 367, col 149, ['qs'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 369, col 168, Line is too long. +build/public/templates/account/bookmarks.js: line 369, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 369, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 369, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 369, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 369, col 100, ['next'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 369, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 369, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 369, col 141, ['next'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 369, col 149, ['page'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 370, col 140, Line is too long. +build/public/templates/account/bookmarks.js: line 371, col 160, Line is too long. +build/public/templates/account/bookmarks.js: line 371, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 371, col 45, ['pagination'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 371, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 371, col 78, ['pagination'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 371, col 92, ['next'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 371, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 371, col 119, ['pagination'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 371, col 133, ['next'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 371, col 141, ['active'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 375, col 166, Line is too long. +build/public/templates/account/bookmarks.js: line 375, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 375, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 375, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 375, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 375, col 100, ['last'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 375, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 375, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 375, col 141, ['last'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 375, col 149, ['qs'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 377, col 124, Line is too long. +build/public/templates/account/bookmarks.js: line 377, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 377, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 377, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 377, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 377, col 100, ['pageCount'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 378, col 128, Line is too long. +build/public/templates/account/bookmarks.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/account/bookmarks.js: line 387, col 119, Line is too long. +build/public/templates/account/bookmarks.js: line 387, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 387, col 52, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 393, col 133, Line is too long. +build/public/templates/account/bookmarks.js: line 400, col 156, Line is too long. +build/public/templates/account/bookmarks.js: line 400, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 400, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 400, col 63, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 400, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 400, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 400, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 400, col 140, ['url'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 402, col 170, Line is too long. +build/public/templates/account/bookmarks.js: line 402, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 402, col 57, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 402, col 75, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 402, col 91, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 402, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 402, col 131, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 402, col 152, ['url'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 406, col 167, Line is too long. +build/public/templates/account/bookmarks.js: line 406, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 406, col 53, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 406, col 71, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 406, col 87, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 406, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 406, col 127, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 406, col 148, ['text'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 410, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 413, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 413, col 53, ['rssFeedUrl'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 415, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 415, col 65, ['rssFeedUrl'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 421, col 156, Line is too long. +build/public/templates/account/bookmarks.js: line 421, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 421, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 421, col 63, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 421, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 421, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 421, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 421, col 140, ['url'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 388, col 13, 'key' is defined but never used. +build/public/templates/account/bookmarks.js: line 387, col 112, 'value' is defined but never used. +build/public/templates/account/bookmarks.js: line 386, col 11, 'value' is defined but never used. +build/public/templates/account/bookmarks.js: line 384, col 72, 'helper' is defined but never used. +build/public/templates/account/bookmarks.js: line 432, col 155, Line is too long. +build/public/templates/account/bookmarks.js: line 432, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 432, col 52, ['widgets'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 432, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 432, col 82, ['widgets'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 432, col 93, ['header'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 435, col 205, Line is too long. +build/public/templates/account/bookmarks.js: line 435, col 28, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 435, col 44, ['widgets'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 435, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 435, col 74, ['widgets'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 435, col 85, ['header'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 435, col 98, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 435, col 114, ['widgets'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 435, col 125, ['header'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 435, col 144, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 435, col 160, ['widgets'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 435, col 171, ['header'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 435, col 187, ['html'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 433, col 13, 'key' is defined but never used. +build/public/templates/account/bookmarks.js: line 432, col 148, 'value' is defined but never used. +build/public/templates/account/bookmarks.js: line 432, col 140, 'length' is defined but never used. +build/public/templates/account/bookmarks.js: line 432, col 133, 'index' is defined but never used. +build/public/templates/account/bookmarks.js: line 430, col 11, '__escape' is defined but never used. +build/public/templates/account/bookmarks.js: line 431, col 11, 'value' is defined but never used. +build/public/templates/account/bookmarks.js: line 429, col 77, 'helper' is defined but never used. +build/public/templates/account/bookmarks.js: line 444, col 121, Line is too long. +build/public/templates/account/bookmarks.js: line 444, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 444, col 52, ['profile_links'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 451, col 171, Line is too long. +build/public/templates/account/bookmarks.js: line 451, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 451, col 53, ['profile_links'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 451, col 73, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 451, col 89, ['profile_links'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 451, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 451, col 131, ['profile_links'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 451, col 154, ['id'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 453, col 165, Line is too long. +build/public/templates/account/bookmarks.js: line 453, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 453, col 45, ['profile_links'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 453, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 453, col 81, ['profile_links'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 453, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 453, col 123, ['profile_links'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 453, col 146, ['public'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 457, col 120, Line is too long. +build/public/templates/account/bookmarks.js: line 457, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 457, col 53, ['config'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 457, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 457, col 82, ['config'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 457, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 459, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 459, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 461, col 174, Line is too long. +build/public/templates/account/bookmarks.js: line 461, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 461, col 53, ['profile_links'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 461, col 73, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 461, col 89, ['profile_links'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 461, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 461, col 131, ['profile_links'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 461, col 154, ['route'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 463, col 163, Line is too long. +build/public/templates/account/bookmarks.js: line 463, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 463, col 45, ['profile_links'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 463, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 463, col 81, ['profile_links'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 463, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 463, col 123, ['profile_links'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 463, col 146, ['icon'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 465, col 177, Line is too long. +build/public/templates/account/bookmarks.js: line 465, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 465, col 57, ['profile_links'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 465, col 77, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 465, col 93, ['profile_links'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 465, col 119, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 465, col 135, ['profile_links'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 465, col 158, ['icon'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 468, col 173, Line is too long. +build/public/templates/account/bookmarks.js: line 468, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 468, col 53, ['profile_links'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 468, col 73, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 468, col 89, ['profile_links'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 468, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 468, col 131, ['profile_links'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 468, col 154, ['name'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 445, col 13, 'key' is defined but never used. +build/public/templates/account/bookmarks.js: line 444, col 114, 'value' is defined but never used. +build/public/templates/account/bookmarks.js: line 444, col 106, 'length' is defined but never used. +build/public/templates/account/bookmarks.js: line 443, col 11, 'value' is defined but never used. +build/public/templates/account/bookmarks.js: line 441, col 76, 'helper' is defined but never used. +build/public/templates/account/bookmarks.js: line 477, col 113, Line is too long. +build/public/templates/account/bookmarks.js: line 477, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 477, col 52, ['posts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 480, col 142, Line is too long. +build/public/templates/account/bookmarks.js: line 480, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 480, col 45, ['posts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 480, col 57, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 480, col 73, ['posts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 480, col 91, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 480, col 107, ['posts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 480, col 122, ['deleted'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 482, col 196, Line is too long. +build/public/templates/account/bookmarks.js: line 482, col 31, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 482, col 47, ['posts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 482, col 59, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 482, col 75, ['posts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 482, col 93, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 482, col 109, ['posts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 482, col 124, ['topic'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 482, col 136, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 482, col 152, ['posts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 482, col 167, ['topic'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 482, col 176, ['deleted'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 485, col 196, Line is too long. +build/public/templates/account/bookmarks.js: line 485, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 485, col 45, ['posts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 485, col 57, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 485, col 73, ['posts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 485, col 91, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 485, col 107, ['posts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 485, col 122, ['topic'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 485, col 134, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 485, col 150, ['posts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 485, col 165, ['topic'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 485, col 174, ['scheduled'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 489, col 148, Line is too long. +build/public/templates/account/bookmarks.js: line 489, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 489, col 53, ['posts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 489, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 489, col 81, ['posts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 489, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 489, col 115, ['posts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 489, col 130, ['pid'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 491, col 148, Line is too long. +build/public/templates/account/bookmarks.js: line 491, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 491, col 53, ['posts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 491, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 491, col 81, ['posts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 491, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 491, col 115, ['posts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 491, col 130, ['uid'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 492, col 121, Line is too long. +build/public/templates/account/bookmarks.js: line 493, col 120, Line is too long. +build/public/templates/account/bookmarks.js: line 493, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 493, col 53, ['config'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 493, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 493, col 82, ['config'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 493, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 495, col 198, Line is too long. +build/public/templates/account/bookmarks.js: line 495, col 85, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 495, col 101, ['posts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 495, col 113, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 495, col 129, ['posts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 495, col 147, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 495, col 163, ['posts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 495, col 178, ['pid'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 497, col 145, Line is too long. +build/public/templates/account/bookmarks.js: line 497, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 497, col 45, ['posts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 497, col 57, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 497, col 73, ['posts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 497, col 91, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 497, col 107, ['posts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 497, col 122, ['isMainPost'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 500, col 202, Line is too long. +build/public/templates/account/bookmarks.js: line 500, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 500, col 53, ['posts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 500, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 500, col 81, ['posts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 500, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 500, col 115, ['posts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 500, col 130, ['topic'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 500, col 142, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 500, col 158, ['posts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 500, col 173, ['topic'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 500, col 182, ['title'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 502, col 152, Line is too long. +build/public/templates/account/bookmarks.js: line 502, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 502, col 53, ['posts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 502, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 502, col 81, ['posts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 502, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 502, col 115, ['posts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 502, col 130, ['content'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 503, col 133, Line is too long. +build/public/templates/account/bookmarks.js: line 504, col 120, Line is too long. +build/public/templates/account/bookmarks.js: line 504, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 504, col 53, ['config'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 504, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 504, col 82, ['config'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 504, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 506, col 207, Line is too long. +build/public/templates/account/bookmarks.js: line 506, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 506, col 53, ['posts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 506, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 506, col 81, ['posts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 506, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 506, col 115, ['posts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 506, col 130, ['category'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 506, col 145, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 506, col 161, ['posts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 506, col 176, ['category'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 506, col 188, ['slug'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 508, col 207, Line is too long. +build/public/templates/account/bookmarks.js: line 508, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 508, col 53, ['posts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 508, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 508, col 81, ['posts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 508, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 508, col 115, ['posts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 508, col 130, ['category'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 508, col 145, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 508, col 161, ['posts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 508, col 176, ['category'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 508, col 188, ['name'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 510, col 145, Line is too long. +build/public/templates/account/bookmarks.js: line 510, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 510, col 45, ['posts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 510, col 57, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 510, col 73, ['posts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 510, col 91, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 510, col 107, ['posts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 510, col 122, ['isMainPost'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 512, col 256, Line is too long. +build/public/templates/account/bookmarks.js: line 512, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 512, col 49, ['posts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 512, col 61, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 512, col 77, ['posts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 512, col 95, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 512, col 111, ['posts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 512, col 126, ['topic'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 512, col 138, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 512, col 154, ['posts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 512, col 169, ['topic'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 512, col 178, ['tags'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 512, col 189, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 512, col 205, ['posts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 512, col 220, ['topic'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 512, col 229, ['tags'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 512, col 237, ['length'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 514, col 246, Line is too long. +build/public/templates/account/bookmarks.js: line 514, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 514, col 57, ['posts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 514, col 69, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 514, col 85, ['posts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 514, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 514, col 119, ['posts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 514, col 134, ['topic'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 514, col 146, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 514, col 162, ['posts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 514, col 177, ['topic'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 514, col 186, ['tags'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 517, col 132, Line is too long. +build/public/templates/account/bookmarks.js: line 517, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 517, col 65, ['config'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 517, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 517, col 94, ['config'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 517, col 104, ['relative_path'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 519, col 343, Line is too long. +build/public/templates/account/bookmarks.js: line 519, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 519, col 65, ['posts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 519, col 77, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 519, col 93, ['posts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 519, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 519, col 127, ['posts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 519, col 142, ['topic'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 519, col 154, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 519, col 170, ['posts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 519, col 185, ['topic'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 519, col 194, ['tags'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 519, col 205, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 519, col 221, ['posts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 519, col 236, ['topic'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 519, col 245, ['tags'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 519, col 262, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 519, col 278, ['posts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 519, col 293, ['topic'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 519, col 302, ['tags'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 519, col 316, ['valueEncoded'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 521, col 336, Line is too long. +build/public/templates/account/bookmarks.js: line 521, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 521, col 65, ['posts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 521, col 77, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 521, col 93, ['posts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 521, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 521, col 127, ['posts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 521, col 142, ['topic'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 521, col 154, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 521, col 170, ['posts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 521, col 185, ['topic'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 521, col 194, ['tags'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 521, col 205, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 521, col 221, ['posts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 521, col 236, ['topic'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 521, col 245, ['tags'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 521, col 262, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 521, col 278, ['posts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 521, col 293, ['topic'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 521, col 302, ['tags'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 523, col 343, Line is too long. +build/public/templates/account/bookmarks.js: line 523, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 523, col 65, ['posts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 523, col 77, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 523, col 93, ['posts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 523, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 523, col 127, ['posts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 523, col 142, ['topic'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 523, col 154, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 523, col 170, ['posts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 523, col 185, ['topic'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 523, col 194, ['tags'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 523, col 205, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 523, col 221, ['posts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 523, col 236, ['topic'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 523, col 245, ['tags'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 523, col 262, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 523, col 278, ['posts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 523, col 293, ['topic'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 523, col 302, ['tags'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 523, col 316, ['valueEscaped'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 515, col 25, 'key' is defined but never used. +build/public/templates/account/bookmarks.js: line 514, col 239, 'value' is defined but never used. +build/public/templates/account/bookmarks.js: line 514, col 231, 'length' is defined but never used. +build/public/templates/account/bookmarks.js: line 514, col 224, 'index' is defined but never used. +build/public/templates/account/bookmarks.js: line 533, col 120, Line is too long. +build/public/templates/account/bookmarks.js: line 533, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 533, col 53, ['config'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 533, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 533, col 82, ['config'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 533, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 535, col 203, Line is too long. +build/public/templates/account/bookmarks.js: line 535, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 535, col 53, ['posts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 535, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 535, col 81, ['posts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 535, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 535, col 115, ['posts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 535, col 130, ['user'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 535, col 141, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 535, col 157, ['posts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 535, col 172, ['user'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 535, col 180, ['userslug'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 537, col 278, Line is too long. +build/public/templates/account/bookmarks.js: line 537, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 537, col 94, ['posts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 537, col 106, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 537, col 122, ['posts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 537, col 140, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 537, col 156, ['posts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 537, col 171, ['user'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 537, col 214, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 538, col 111, Line is too long. +build/public/templates/account/bookmarks.js: line 539, col 120, Line is too long. +build/public/templates/account/bookmarks.js: line 539, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 539, col 53, ['config'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 539, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 539, col 82, ['config'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 539, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 541, col 203, Line is too long. +build/public/templates/account/bookmarks.js: line 541, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 541, col 53, ['posts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 541, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 541, col 81, ['posts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 541, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 541, col 115, ['posts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 541, col 130, ['user'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 541, col 141, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 541, col 157, ['posts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 541, col 172, ['user'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 541, col 180, ['userslug'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 543, col 206, Line is too long. +build/public/templates/account/bookmarks.js: line 543, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 543, col 53, ['posts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 543, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 543, col 81, ['posts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 543, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 543, col 115, ['posts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 543, col 130, ['user'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 543, col 141, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 543, col 157, ['posts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 543, col 172, ['user'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 543, col 180, ['displayname'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 545, col 157, Line is too long. +build/public/templates/account/bookmarks.js: line 545, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 545, col 53, ['posts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 545, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 545, col 81, ['posts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 545, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 545, col 115, ['posts'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 545, col 130, ['timestampISO'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 478, col 13, 'key' is defined but never used. +build/public/templates/account/bookmarks.js: line 477, col 106, 'value' is defined but never used. +build/public/templates/account/bookmarks.js: line 477, col 98, 'length' is defined but never used. +build/public/templates/account/bookmarks.js: line 477, col 91, 'index' is defined but never used. +build/public/templates/account/bookmarks.js: line 476, col 11, 'value' is defined but never used. +build/public/templates/account/bookmarks.js: line 554, col 160, Line is too long. +build/public/templates/account/bookmarks.js: line 554, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 554, col 52, ['pagination'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 554, col 69, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 554, col 85, ['pagination'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 554, col 99, ['pages'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 557, col 219, Line is too long. +build/public/templates/account/bookmarks.js: line 557, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 557, col 45, ['pagination'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 557, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 557, col 78, ['pagination'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 557, col 92, ['pages'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 557, col 104, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 557, col 120, ['pagination'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 557, col 134, ['pages'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 557, col 152, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 557, col 168, ['pagination'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 557, col 182, ['pages'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 557, col 197, ['separator'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 558, col 227, Line is too long. +build/public/templates/account/bookmarks.js: line 560, col 220, Line is too long. +build/public/templates/account/bookmarks.js: line 560, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 560, col 49, ['pagination'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 560, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 560, col 82, ['pagination'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 560, col 96, ['pages'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 560, col 108, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 560, col 124, ['pagination'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 560, col 138, ['pages'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 560, col 156, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 560, col 172, ['pagination'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 560, col 186, ['pages'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 560, col 201, ['active'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 564, col 226, Line is too long. +build/public/templates/account/bookmarks.js: line 564, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 564, col 57, ['pagination'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 564, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 564, col 90, ['pagination'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 564, col 104, ['pages'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 564, col 116, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 564, col 132, ['pagination'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 564, col 146, ['pages'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 564, col 164, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 564, col 180, ['pagination'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 564, col 194, ['pages'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 564, col 209, ['qs'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 566, col 228, Line is too long. +build/public/templates/account/bookmarks.js: line 566, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 566, col 57, ['pagination'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 566, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 566, col 90, ['pagination'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 566, col 104, ['pages'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 566, col 116, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 566, col 132, ['pagination'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 566, col 146, ['pages'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 566, col 164, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 566, col 180, ['pagination'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 566, col 194, ['pages'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 566, col 209, ['page'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 568, col 228, Line is too long. +build/public/templates/account/bookmarks.js: line 568, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 568, col 57, ['pagination'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 568, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 568, col 90, ['pagination'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 568, col 104, ['pages'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 568, col 116, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 568, col 132, ['pagination'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 568, col 146, ['pages'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 568, col 164, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 568, col 180, ['pagination'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 568, col 194, ['pages'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 568, col 209, ['page'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 570, col 228, Line is too long. +build/public/templates/account/bookmarks.js: line 570, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 570, col 57, ['pagination'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 570, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 570, col 90, ['pagination'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 570, col 104, ['pages'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 570, col 116, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 570, col 132, ['pagination'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 570, col 146, ['pages'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 570, col 164, Expected '!==' and instead saw '!='. +build/public/templates/account/bookmarks.js: line 570, col 180, ['pagination'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 570, col 194, ['pages'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 570, col 209, ['page'] is better written in dot notation. +build/public/templates/account/bookmarks.js: line 555, col 13, 'key' is defined but never used. +build/public/templates/account/bookmarks.js: line 554, col 153, 'value' is defined but never used. +build/public/templates/account/bookmarks.js: line 554, col 145, 'length' is defined but never used. +build/public/templates/account/bookmarks.js: line 554, col 138, 'index' is defined but never used. +build/public/templates/account/bookmarks.js: line 553, col 11, 'value' is defined but never used. +build/public/templates/account/bookmarks.js: line 551, col 81, 'helper' is defined but never used. +build/public/templates/account/bookmarks.js: line 580, col 3, Missing semicolon. +build/public/templates/account/bookmarks.js: line 5, col 46, 'define' is not defined. +build/public/templates/account/bookmarks.js: line 6, col 5, 'define' is not defined. + +build/public/templates/account/categories.js: line 13, col 109, Line is too long. +build/public/templates/account/categories.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 13, col 41, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/categories.js: line 13, col 59, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 13, col 75, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/categories.js: line 13, col 90, ['length'] is better written in dot notation. +build/public/templates/account/categories.js: line 14, col 136, Line is too long. +build/public/templates/account/categories.js: line 15, col 26, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/categories.js: line 21, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 23, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 25, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 25, col 49, ['uid'] is better written in dot notation. +build/public/templates/account/categories.js: line 27, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 27, col 41, ['picture'] is better written in dot notation. +build/public/templates/account/categories.js: line 29, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 29, col 53, ['picture'] is better written in dot notation. +build/public/templates/account/categories.js: line 32, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 34, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 34, col 53, ['username'] is better written in dot notation. +build/public/templates/account/categories.js: line 36, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 38, col 122, Line is too long. +build/public/templates/account/categories.js: line 39, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 39, col 49, ['status'] is better written in dot notation. +build/public/templates/account/categories.js: line 41, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 41, col 49, ['status'] is better written in dot notation. +build/public/templates/account/categories.js: line 43, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 43, col 41, ['loggedIn'] is better written in dot notation. +build/public/templates/account/categories.js: line 45, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 45, col 45, ['isSelf'] is better written in dot notation. +build/public/templates/account/categories.js: line 48, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 48, col 49, ['isFollowing'] is better written in dot notation. +build/public/templates/account/categories.js: line 52, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 52, col 49, ['isFollowing'] is better written in dot notation. +build/public/templates/account/categories.js: line 55, col 137, Line is too long. +build/public/templates/account/categories.js: line 59, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 59, col 41, ['allowCoverPicture'] is better written in dot notation. +build/public/templates/account/categories.js: line 61, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 61, col 45, ['canEdit'] is better written in dot notation. +build/public/templates/account/categories.js: line 62, col 485, Line is too long. +build/public/templates/account/categories.js: line 66, col 331, Line is too long. +build/public/templates/account/categories.js: line 67, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 67, col 41, ['loggedIn'] is better written in dot notation. +build/public/templates/account/categories.js: line 69, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 69, col 45, ['isSelf'] is better written in dot notation. +build/public/templates/account/categories.js: line 72, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 72, col 49, ['banned'] is better written in dot notation. +build/public/templates/account/categories.js: line 75, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 75, col 53, ['canChat'] is better written in dot notation. +build/public/templates/account/categories.js: line 77, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 77, col 57, ['hasPrivateChat'] is better written in dot notation. +build/public/templates/account/categories.js: line 80, col 133, Line is too long. +build/public/templates/account/categories.js: line 81, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 81, col 65, ['username'] is better written in dot notation. +build/public/templates/account/categories.js: line 82, col 157, Line is too long. +build/public/templates/account/categories.js: line 83, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 83, col 65, ['username'] is better written in dot notation. +build/public/templates/account/categories.js: line 87, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 87, col 53, ['flagId'] is better written in dot notation. +build/public/templates/account/categories.js: line 90, col 147, Line is too long. +build/public/templates/account/categories.js: line 91, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 91, col 53, ['flagId'] is better written in dot notation. +build/public/templates/account/categories.js: line 94, col 130, Line is too long. +build/public/templates/account/categories.js: line 95, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 95, col 61, ['flagId'] is better written in dot notation. +build/public/templates/account/categories.js: line 97, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 97, col 53, ['isBlocked'] is better written in dot notation. +build/public/templates/account/categories.js: line 100, col 146, Line is too long. +build/public/templates/account/categories.js: line 101, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 101, col 53, ['isBlocked'] is better written in dot notation. +build/public/templates/account/categories.js: line 104, col 177, Line is too long. +build/public/templates/account/categories.js: line 109, col 116, Line is too long. +build/public/templates/account/categories.js: line 109, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 109, col 49, ['config'] is better written in dot notation. +build/public/templates/account/categories.js: line 109, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 109, col 78, ['config'] is better written in dot notation. +build/public/templates/account/categories.js: line 109, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/categories.js: line 111, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 111, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/categories.js: line 112, col 101, Line is too long. +build/public/templates/account/categories.js: line 113, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 113, col 41, ['canEdit'] is better written in dot notation. +build/public/templates/account/categories.js: line 115, col 120, Line is too long. +build/public/templates/account/categories.js: line 115, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 115, col 53, ['config'] is better written in dot notation. +build/public/templates/account/categories.js: line 115, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 115, col 82, ['config'] is better written in dot notation. +build/public/templates/account/categories.js: line 115, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/categories.js: line 117, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 117, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/categories.js: line 118, col 103, Line is too long. +build/public/templates/account/categories.js: line 119, col 120, Line is too long. +build/public/templates/account/categories.js: line 119, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 119, col 53, ['config'] is better written in dot notation. +build/public/templates/account/categories.js: line 119, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 119, col 82, ['config'] is better written in dot notation. +build/public/templates/account/categories.js: line 119, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/categories.js: line 121, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 121, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/categories.js: line 125, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 125, col 41, ['isSelf'] is better written in dot notation. +build/public/templates/account/categories.js: line 128, col 122, Line is too long. +build/public/templates/account/categories.js: line 128, col 30, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 128, col 46, ['canBan'] is better written in dot notation. +build/public/templates/account/categories.js: line 128, col 85, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 128, col 101, ['canMute'] is better written in dot notation. +build/public/templates/account/categories.js: line 129, col 140, Line is too long. +build/public/templates/account/categories.js: line 132, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 132, col 45, ['canBan'] is better written in dot notation. +build/public/templates/account/categories.js: line 134, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 134, col 49, ['banned'] is better written in dot notation. +build/public/templates/account/categories.js: line 137, col 151, Line is too long. +build/public/templates/account/categories.js: line 138, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 138, col 49, ['banned'] is better written in dot notation. +build/public/templates/account/categories.js: line 141, col 142, Line is too long. +build/public/templates/account/categories.js: line 144, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 144, col 45, ['canMute'] is better written in dot notation. +build/public/templates/account/categories.js: line 146, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 146, col 49, ['muted'] is better written in dot notation. +build/public/templates/account/categories.js: line 149, col 153, Line is too long. +build/public/templates/account/categories.js: line 150, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 150, col 49, ['muted'] is better written in dot notation. +build/public/templates/account/categories.js: line 153, col 144, Line is too long. +build/public/templates/account/categories.js: line 156, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 156, col 45, ['isAdmin'] is better written in dot notation. +build/public/templates/account/categories.js: line 157, col 398, Line is too long. +build/public/templates/account/categories.js: line 160, col 158, Line is too long. +build/public/templates/account/categories.js: line 161, col 116, Line is too long. +build/public/templates/account/categories.js: line 161, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 161, col 49, ['config'] is better written in dot notation. +build/public/templates/account/categories.js: line 161, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 161, col 78, ['config'] is better written in dot notation. +build/public/templates/account/categories.js: line 161, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/categories.js: line 163, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 163, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/categories.js: line 164, col 122, Line is too long. +build/public/templates/account/categories.js: line 165, col 112, Line is too long. +build/public/templates/account/categories.js: line 165, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 165, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/categories.js: line 165, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 165, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/categories.js: line 165, col 88, ['following'] is better written in dot notation. +build/public/templates/account/categories.js: line 167, col 159, Line is too long. +build/public/templates/account/categories.js: line 167, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 167, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/categories.js: line 167, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 167, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/categories.js: line 167, col 133, ['following'] is better written in dot notation. +build/public/templates/account/categories.js: line 168, col 117, Line is too long. +build/public/templates/account/categories.js: line 169, col 116, Line is too long. +build/public/templates/account/categories.js: line 169, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 169, col 49, ['config'] is better written in dot notation. +build/public/templates/account/categories.js: line 169, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 169, col 78, ['config'] is better written in dot notation. +build/public/templates/account/categories.js: line 169, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/categories.js: line 171, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 171, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/categories.js: line 172, col 122, Line is too long. +build/public/templates/account/categories.js: line 173, col 112, Line is too long. +build/public/templates/account/categories.js: line 173, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 173, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/categories.js: line 173, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 173, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/categories.js: line 173, col 88, ['followers'] is better written in dot notation. +build/public/templates/account/categories.js: line 175, col 159, Line is too long. +build/public/templates/account/categories.js: line 175, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 175, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/categories.js: line 175, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 175, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/categories.js: line 175, col 133, ['followers'] is better written in dot notation. +build/public/templates/account/categories.js: line 177, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 177, col 41, ['canEdit'] is better written in dot notation. +build/public/templates/account/categories.js: line 178, col 103, Line is too long. +build/public/templates/account/categories.js: line 179, col 120, Line is too long. +build/public/templates/account/categories.js: line 179, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 179, col 53, ['config'] is better written in dot notation. +build/public/templates/account/categories.js: line 179, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 179, col 82, ['config'] is better written in dot notation. +build/public/templates/account/categories.js: line 179, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/categories.js: line 181, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 181, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/categories.js: line 182, col 120, Line is too long. +build/public/templates/account/categories.js: line 183, col 113, Line is too long. +build/public/templates/account/categories.js: line 183, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 183, col 53, ['counts'] is better written in dot notation. +build/public/templates/account/categories.js: line 183, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 183, col 82, ['counts'] is better written in dot notation. +build/public/templates/account/categories.js: line 183, col 92, ['blocks'] is better written in dot notation. +build/public/templates/account/categories.js: line 185, col 160, Line is too long. +build/public/templates/account/categories.js: line 185, col 82, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 185, col 98, ['counts'] is better written in dot notation. +build/public/templates/account/categories.js: line 185, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 185, col 127, ['counts'] is better written in dot notation. +build/public/templates/account/categories.js: line 185, col 137, ['blocks'] is better written in dot notation. +build/public/templates/account/categories.js: line 188, col 158, Line is too long. +build/public/templates/account/categories.js: line 189, col 116, Line is too long. +build/public/templates/account/categories.js: line 189, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 189, col 49, ['config'] is better written in dot notation. +build/public/templates/account/categories.js: line 189, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 189, col 78, ['config'] is better written in dot notation. +build/public/templates/account/categories.js: line 189, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/categories.js: line 191, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 191, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/categories.js: line 192, col 118, Line is too long. +build/public/templates/account/categories.js: line 193, col 109, Line is too long. +build/public/templates/account/categories.js: line 193, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 193, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/categories.js: line 193, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 193, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/categories.js: line 193, col 88, ['topics'] is better written in dot notation. +build/public/templates/account/categories.js: line 195, col 156, Line is too long. +build/public/templates/account/categories.js: line 195, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 195, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/categories.js: line 195, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 195, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/categories.js: line 195, col 133, ['topics'] is better written in dot notation. +build/public/templates/account/categories.js: line 196, col 117, Line is too long. +build/public/templates/account/categories.js: line 197, col 116, Line is too long. +build/public/templates/account/categories.js: line 197, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 197, col 49, ['config'] is better written in dot notation. +build/public/templates/account/categories.js: line 197, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 197, col 78, ['config'] is better written in dot notation. +build/public/templates/account/categories.js: line 197, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/categories.js: line 199, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 199, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/categories.js: line 200, col 116, Line is too long. +build/public/templates/account/categories.js: line 201, col 108, Line is too long. +build/public/templates/account/categories.js: line 201, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 201, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/categories.js: line 201, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 201, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/categories.js: line 201, col 88, ['posts'] is better written in dot notation. +build/public/templates/account/categories.js: line 203, col 155, Line is too long. +build/public/templates/account/categories.js: line 203, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 203, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/categories.js: line 203, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 203, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/categories.js: line 203, col 133, ['posts'] is better written in dot notation. +build/public/templates/account/categories.js: line 204, col 117, Line is too long. +build/public/templates/account/categories.js: line 205, col 116, Line is too long. +build/public/templates/account/categories.js: line 205, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 205, col 49, ['config'] is better written in dot notation. +build/public/templates/account/categories.js: line 205, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 205, col 78, ['config'] is better written in dot notation. +build/public/templates/account/categories.js: line 205, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/categories.js: line 207, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 207, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/categories.js: line 208, col 125, Line is too long. +build/public/templates/account/categories.js: line 209, col 109, Line is too long. +build/public/templates/account/categories.js: line 209, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 209, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/categories.js: line 209, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 209, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/categories.js: line 209, col 88, ['groups'] is better written in dot notation. +build/public/templates/account/categories.js: line 211, col 156, Line is too long. +build/public/templates/account/categories.js: line 211, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 211, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/categories.js: line 211, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 211, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/categories.js: line 211, col 133, ['groups'] is better written in dot notation. +build/public/templates/account/categories.js: line 213, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 213, col 41, ['canEdit'] is better written in dot notation. +build/public/templates/account/categories.js: line 214, col 103, Line is too long. +build/public/templates/account/categories.js: line 215, col 120, Line is too long. +build/public/templates/account/categories.js: line 215, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 215, col 53, ['config'] is better written in dot notation. +build/public/templates/account/categories.js: line 215, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 215, col 82, ['config'] is better written in dot notation. +build/public/templates/account/categories.js: line 215, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/categories.js: line 217, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 217, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/categories.js: line 218, col 136, Line is too long. +build/public/templates/account/categories.js: line 219, col 124, Line is too long. +build/public/templates/account/categories.js: line 219, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 219, col 53, ['counts'] is better written in dot notation. +build/public/templates/account/categories.js: line 219, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 219, col 82, ['counts'] is better written in dot notation. +build/public/templates/account/categories.js: line 219, col 92, ['categoriesWatched'] is better written in dot notation. +build/public/templates/account/categories.js: line 221, col 171, Line is too long. +build/public/templates/account/categories.js: line 221, col 82, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 221, col 98, ['counts'] is better written in dot notation. +build/public/templates/account/categories.js: line 221, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 221, col 127, ['counts'] is better written in dot notation. +build/public/templates/account/categories.js: line 221, col 137, ['categoriesWatched'] is better written in dot notation. +build/public/templates/account/categories.js: line 223, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 223, col 45, ['isSelf'] is better written in dot notation. +build/public/templates/account/categories.js: line 224, col 107, Line is too long. +build/public/templates/account/categories.js: line 225, col 124, Line is too long. +build/public/templates/account/categories.js: line 225, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 225, col 57, ['config'] is better written in dot notation. +build/public/templates/account/categories.js: line 225, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 225, col 86, ['config'] is better written in dot notation. +build/public/templates/account/categories.js: line 225, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/account/categories.js: line 227, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 227, col 57, ['userslug'] is better written in dot notation. +build/public/templates/account/categories.js: line 228, col 130, Line is too long. +build/public/templates/account/categories.js: line 229, col 122, Line is too long. +build/public/templates/account/categories.js: line 229, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 229, col 57, ['counts'] is better written in dot notation. +build/public/templates/account/categories.js: line 229, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 229, col 86, ['counts'] is better written in dot notation. +build/public/templates/account/categories.js: line 229, col 96, ['tagsWatched'] is better written in dot notation. +build/public/templates/account/categories.js: line 231, col 169, Line is too long. +build/public/templates/account/categories.js: line 231, col 86, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 231, col 102, ['counts'] is better written in dot notation. +build/public/templates/account/categories.js: line 231, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 231, col 131, ['counts'] is better written in dot notation. +build/public/templates/account/categories.js: line 231, col 141, ['tagsWatched'] is better written in dot notation. +build/public/templates/account/categories.js: line 234, col 105, Line is too long. +build/public/templates/account/categories.js: line 235, col 120, Line is too long. +build/public/templates/account/categories.js: line 235, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 235, col 53, ['config'] is better written in dot notation. +build/public/templates/account/categories.js: line 235, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 235, col 82, ['config'] is better written in dot notation. +build/public/templates/account/categories.js: line 235, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/categories.js: line 237, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 237, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/categories.js: line 238, col 124, Line is too long. +build/public/templates/account/categories.js: line 239, col 115, Line is too long. +build/public/templates/account/categories.js: line 239, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 239, col 53, ['counts'] is better written in dot notation. +build/public/templates/account/categories.js: line 239, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 239, col 82, ['counts'] is better written in dot notation. +build/public/templates/account/categories.js: line 239, col 92, ['uploaded'] is better written in dot notation. +build/public/templates/account/categories.js: line 241, col 162, Line is too long. +build/public/templates/account/categories.js: line 241, col 82, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 241, col 98, ['counts'] is better written in dot notation. +build/public/templates/account/categories.js: line 241, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 241, col 127, ['counts'] is better written in dot notation. +build/public/templates/account/categories.js: line 241, col 137, ['uploaded'] is better written in dot notation. +build/public/templates/account/categories.js: line 245, col 22, ['profile_links'] is better written in dot notation. +build/public/templates/account/categories.js: line 246, col 142, Line is too long. +build/public/templates/account/categories.js: line 247, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 247, col 49, ['title'] is better written in dot notation. +build/public/templates/account/categories.js: line 248, col 1631, Line is too long. +build/public/templates/account/categories.js: line 249, col 22, ['categories'] is better written in dot notation. +build/public/templates/account/categories.js: line 251, col 158, Line is too long. +build/public/templates/account/categories.js: line 251, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 251, col 41, ['pagination'] is better written in dot notation. +build/public/templates/account/categories.js: line 251, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 251, col 74, ['pagination'] is better written in dot notation. +build/public/templates/account/categories.js: line 251, col 88, ['pages'] is better written in dot notation. +build/public/templates/account/categories.js: line 251, col 100, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 251, col 116, ['pagination'] is better written in dot notation. +build/public/templates/account/categories.js: line 251, col 130, ['pages'] is better written in dot notation. +build/public/templates/account/categories.js: line 251, col 139, ['length'] is better written in dot notation. +build/public/templates/account/categories.js: line 254, col 155, Line is too long. +build/public/templates/account/categories.js: line 255, col 156, Line is too long. +build/public/templates/account/categories.js: line 255, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 255, col 41, ['pagination'] is better written in dot notation. +build/public/templates/account/categories.js: line 255, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 255, col 74, ['pagination'] is better written in dot notation. +build/public/templates/account/categories.js: line 255, col 88, ['prev'] is better written in dot notation. +build/public/templates/account/categories.js: line 255, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 255, col 115, ['pagination'] is better written in dot notation. +build/public/templates/account/categories.js: line 255, col 129, ['prev'] is better written in dot notation. +build/public/templates/account/categories.js: line 255, col 137, ['active'] is better written in dot notation. +build/public/templates/account/categories.js: line 259, col 162, Line is too long. +build/public/templates/account/categories.js: line 259, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 259, col 49, ['pagination'] is better written in dot notation. +build/public/templates/account/categories.js: line 259, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 259, col 82, ['pagination'] is better written in dot notation. +build/public/templates/account/categories.js: line 259, col 96, ['prev'] is better written in dot notation. +build/public/templates/account/categories.js: line 259, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 259, col 123, ['pagination'] is better written in dot notation. +build/public/templates/account/categories.js: line 259, col 137, ['prev'] is better written in dot notation. +build/public/templates/account/categories.js: line 259, col 145, ['qs'] is better written in dot notation. +build/public/templates/account/categories.js: line 261, col 164, Line is too long. +build/public/templates/account/categories.js: line 261, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 261, col 49, ['pagination'] is better written in dot notation. +build/public/templates/account/categories.js: line 261, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 261, col 82, ['pagination'] is better written in dot notation. +build/public/templates/account/categories.js: line 261, col 96, ['prev'] is better written in dot notation. +build/public/templates/account/categories.js: line 261, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 261, col 123, ['pagination'] is better written in dot notation. +build/public/templates/account/categories.js: line 261, col 137, ['prev'] is better written in dot notation. +build/public/templates/account/categories.js: line 261, col 145, ['page'] is better written in dot notation. +build/public/templates/account/categories.js: line 262, col 114, Line is too long. +build/public/templates/account/categories.js: line 265, col 156, Line is too long. +build/public/templates/account/categories.js: line 265, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 265, col 41, ['pagination'] is better written in dot notation. +build/public/templates/account/categories.js: line 265, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 265, col 74, ['pagination'] is better written in dot notation. +build/public/templates/account/categories.js: line 265, col 88, ['next'] is better written in dot notation. +build/public/templates/account/categories.js: line 265, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 265, col 115, ['pagination'] is better written in dot notation. +build/public/templates/account/categories.js: line 265, col 129, ['next'] is better written in dot notation. +build/public/templates/account/categories.js: line 265, col 137, ['active'] is better written in dot notation. +build/public/templates/account/categories.js: line 269, col 162, Line is too long. +build/public/templates/account/categories.js: line 269, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 269, col 49, ['pagination'] is better written in dot notation. +build/public/templates/account/categories.js: line 269, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 269, col 82, ['pagination'] is better written in dot notation. +build/public/templates/account/categories.js: line 269, col 96, ['next'] is better written in dot notation. +build/public/templates/account/categories.js: line 269, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 269, col 123, ['pagination'] is better written in dot notation. +build/public/templates/account/categories.js: line 269, col 137, ['next'] is better written in dot notation. +build/public/templates/account/categories.js: line 269, col 145, ['qs'] is better written in dot notation. +build/public/templates/account/categories.js: line 271, col 164, Line is too long. +build/public/templates/account/categories.js: line 271, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 271, col 49, ['pagination'] is better written in dot notation. +build/public/templates/account/categories.js: line 271, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 271, col 82, ['pagination'] is better written in dot notation. +build/public/templates/account/categories.js: line 271, col 96, ['next'] is better written in dot notation. +build/public/templates/account/categories.js: line 271, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 271, col 123, ['pagination'] is better written in dot notation. +build/public/templates/account/categories.js: line 271, col 137, ['next'] is better written in dot notation. +build/public/templates/account/categories.js: line 271, col 145, ['page'] is better written in dot notation. +build/public/templates/account/categories.js: line 272, col 224, Line is too long. +build/public/templates/account/categories.js: line 273, col 156, Line is too long. +build/public/templates/account/categories.js: line 273, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 273, col 41, ['pagination'] is better written in dot notation. +build/public/templates/account/categories.js: line 273, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 273, col 74, ['pagination'] is better written in dot notation. +build/public/templates/account/categories.js: line 273, col 88, ['prev'] is better written in dot notation. +build/public/templates/account/categories.js: line 273, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 273, col 115, ['pagination'] is better written in dot notation. +build/public/templates/account/categories.js: line 273, col 129, ['prev'] is better written in dot notation. +build/public/templates/account/categories.js: line 273, col 137, ['active'] is better written in dot notation. +build/public/templates/account/categories.js: line 277, col 164, Line is too long. +build/public/templates/account/categories.js: line 277, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 277, col 49, ['pagination'] is better written in dot notation. +build/public/templates/account/categories.js: line 277, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 277, col 82, ['pagination'] is better written in dot notation. +build/public/templates/account/categories.js: line 277, col 96, ['first'] is better written in dot notation. +build/public/templates/account/categories.js: line 277, col 108, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 277, col 124, ['pagination'] is better written in dot notation. +build/public/templates/account/categories.js: line 277, col 138, ['first'] is better written in dot notation. +build/public/templates/account/categories.js: line 277, col 147, ['qs'] is better written in dot notation. +build/public/templates/account/categories.js: line 278, col 158, Line is too long. +build/public/templates/account/categories.js: line 279, col 156, Line is too long. +build/public/templates/account/categories.js: line 279, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 279, col 41, ['pagination'] is better written in dot notation. +build/public/templates/account/categories.js: line 279, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 279, col 74, ['pagination'] is better written in dot notation. +build/public/templates/account/categories.js: line 279, col 88, ['prev'] is better written in dot notation. +build/public/templates/account/categories.js: line 279, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 279, col 115, ['pagination'] is better written in dot notation. +build/public/templates/account/categories.js: line 279, col 129, ['prev'] is better written in dot notation. +build/public/templates/account/categories.js: line 279, col 137, ['active'] is better written in dot notation. +build/public/templates/account/categories.js: line 283, col 162, Line is too long. +build/public/templates/account/categories.js: line 283, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 283, col 49, ['pagination'] is better written in dot notation. +build/public/templates/account/categories.js: line 283, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 283, col 82, ['pagination'] is better written in dot notation. +build/public/templates/account/categories.js: line 283, col 96, ['prev'] is better written in dot notation. +build/public/templates/account/categories.js: line 283, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 283, col 123, ['pagination'] is better written in dot notation. +build/public/templates/account/categories.js: line 283, col 137, ['prev'] is better written in dot notation. +build/public/templates/account/categories.js: line 283, col 145, ['qs'] is better written in dot notation. +build/public/templates/account/categories.js: line 285, col 164, Line is too long. +build/public/templates/account/categories.js: line 285, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 285, col 49, ['pagination'] is better written in dot notation. +build/public/templates/account/categories.js: line 285, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 285, col 82, ['pagination'] is better written in dot notation. +build/public/templates/account/categories.js: line 285, col 96, ['prev'] is better written in dot notation. +build/public/templates/account/categories.js: line 285, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 285, col 123, ['pagination'] is better written in dot notation. +build/public/templates/account/categories.js: line 285, col 137, ['prev'] is better written in dot notation. +build/public/templates/account/categories.js: line 285, col 145, ['page'] is better written in dot notation. +build/public/templates/account/categories.js: line 286, col 276, Line is too long. +build/public/templates/account/categories.js: line 287, col 122, Line is too long. +build/public/templates/account/categories.js: line 287, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 287, col 49, ['pagination'] is better written in dot notation. +build/public/templates/account/categories.js: line 287, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 287, col 82, ['pagination'] is better written in dot notation. +build/public/templates/account/categories.js: line 287, col 96, ['currentPage'] is better written in dot notation. +build/public/templates/account/categories.js: line 289, col 120, Line is too long. +build/public/templates/account/categories.js: line 289, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 289, col 49, ['pagination'] is better written in dot notation. +build/public/templates/account/categories.js: line 289, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 289, col 82, ['pagination'] is better written in dot notation. +build/public/templates/account/categories.js: line 289, col 96, ['pageCount'] is better written in dot notation. +build/public/templates/account/categories.js: line 291, col 156, Line is too long. +build/public/templates/account/categories.js: line 291, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 291, col 41, ['pagination'] is better written in dot notation. +build/public/templates/account/categories.js: line 291, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 291, col 74, ['pagination'] is better written in dot notation. +build/public/templates/account/categories.js: line 291, col 88, ['next'] is better written in dot notation. +build/public/templates/account/categories.js: line 291, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 291, col 115, ['pagination'] is better written in dot notation. +build/public/templates/account/categories.js: line 291, col 129, ['next'] is better written in dot notation. +build/public/templates/account/categories.js: line 291, col 137, ['active'] is better written in dot notation. +build/public/templates/account/categories.js: line 295, col 162, Line is too long. +build/public/templates/account/categories.js: line 295, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 295, col 49, ['pagination'] is better written in dot notation. +build/public/templates/account/categories.js: line 295, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 295, col 82, ['pagination'] is better written in dot notation. +build/public/templates/account/categories.js: line 295, col 96, ['next'] is better written in dot notation. +build/public/templates/account/categories.js: line 295, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 295, col 123, ['pagination'] is better written in dot notation. +build/public/templates/account/categories.js: line 295, col 137, ['next'] is better written in dot notation. +build/public/templates/account/categories.js: line 295, col 145, ['qs'] is better written in dot notation. +build/public/templates/account/categories.js: line 297, col 164, Line is too long. +build/public/templates/account/categories.js: line 297, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 297, col 49, ['pagination'] is better written in dot notation. +build/public/templates/account/categories.js: line 297, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 297, col 82, ['pagination'] is better written in dot notation. +build/public/templates/account/categories.js: line 297, col 96, ['next'] is better written in dot notation. +build/public/templates/account/categories.js: line 297, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 297, col 123, ['pagination'] is better written in dot notation. +build/public/templates/account/categories.js: line 297, col 137, ['next'] is better written in dot notation. +build/public/templates/account/categories.js: line 297, col 145, ['page'] is better written in dot notation. +build/public/templates/account/categories.js: line 298, col 136, Line is too long. +build/public/templates/account/categories.js: line 299, col 156, Line is too long. +build/public/templates/account/categories.js: line 299, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 299, col 41, ['pagination'] is better written in dot notation. +build/public/templates/account/categories.js: line 299, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 299, col 74, ['pagination'] is better written in dot notation. +build/public/templates/account/categories.js: line 299, col 88, ['next'] is better written in dot notation. +build/public/templates/account/categories.js: line 299, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 299, col 115, ['pagination'] is better written in dot notation. +build/public/templates/account/categories.js: line 299, col 129, ['next'] is better written in dot notation. +build/public/templates/account/categories.js: line 299, col 137, ['active'] is better written in dot notation. +build/public/templates/account/categories.js: line 303, col 162, Line is too long. +build/public/templates/account/categories.js: line 303, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 303, col 49, ['pagination'] is better written in dot notation. +build/public/templates/account/categories.js: line 303, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 303, col 82, ['pagination'] is better written in dot notation. +build/public/templates/account/categories.js: line 303, col 96, ['last'] is better written in dot notation. +build/public/templates/account/categories.js: line 303, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 303, col 123, ['pagination'] is better written in dot notation. +build/public/templates/account/categories.js: line 303, col 137, ['last'] is better written in dot notation. +build/public/templates/account/categories.js: line 303, col 145, ['qs'] is better written in dot notation. +build/public/templates/account/categories.js: line 305, col 120, Line is too long. +build/public/templates/account/categories.js: line 305, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 305, col 49, ['pagination'] is better written in dot notation. +build/public/templates/account/categories.js: line 305, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 305, col 82, ['pagination'] is better written in dot notation. +build/public/templates/account/categories.js: line 305, col 96, ['pageCount'] is better written in dot notation. +build/public/templates/account/categories.js: line 306, col 145, Line is too long. +build/public/templates/account/categories.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/account/categories.js: line 313, col 119, Line is too long. +build/public/templates/account/categories.js: line 313, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 313, col 52, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/categories.js: line 319, col 133, Line is too long. +build/public/templates/account/categories.js: line 326, col 156, Line is too long. +build/public/templates/account/categories.js: line 326, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 326, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/categories.js: line 326, col 63, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 326, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/categories.js: line 326, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 326, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/categories.js: line 326, col 140, ['url'] is better written in dot notation. +build/public/templates/account/categories.js: line 328, col 170, Line is too long. +build/public/templates/account/categories.js: line 328, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 328, col 57, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/categories.js: line 328, col 75, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 328, col 91, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/categories.js: line 328, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 328, col 131, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/categories.js: line 328, col 152, ['url'] is better written in dot notation. +build/public/templates/account/categories.js: line 332, col 167, Line is too long. +build/public/templates/account/categories.js: line 332, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 332, col 53, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/categories.js: line 332, col 71, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 332, col 87, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/categories.js: line 332, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 332, col 127, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/categories.js: line 332, col 148, ['text'] is better written in dot notation. +build/public/templates/account/categories.js: line 336, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 339, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 339, col 53, ['rssFeedUrl'] is better written in dot notation. +build/public/templates/account/categories.js: line 341, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 341, col 65, ['rssFeedUrl'] is better written in dot notation. +build/public/templates/account/categories.js: line 347, col 156, Line is too long. +build/public/templates/account/categories.js: line 347, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 347, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/categories.js: line 347, col 63, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 347, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/categories.js: line 347, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 347, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/categories.js: line 347, col 140, ['url'] is better written in dot notation. +build/public/templates/account/categories.js: line 314, col 13, 'key' is defined but never used. +build/public/templates/account/categories.js: line 313, col 112, 'value' is defined but never used. +build/public/templates/account/categories.js: line 312, col 11, 'value' is defined but never used. +build/public/templates/account/categories.js: line 310, col 72, 'helper' is defined but never used. +build/public/templates/account/categories.js: line 358, col 155, Line is too long. +build/public/templates/account/categories.js: line 358, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 358, col 52, ['widgets'] is better written in dot notation. +build/public/templates/account/categories.js: line 358, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 358, col 82, ['widgets'] is better written in dot notation. +build/public/templates/account/categories.js: line 358, col 93, ['header'] is better written in dot notation. +build/public/templates/account/categories.js: line 361, col 205, Line is too long. +build/public/templates/account/categories.js: line 361, col 28, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 361, col 44, ['widgets'] is better written in dot notation. +build/public/templates/account/categories.js: line 361, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 361, col 74, ['widgets'] is better written in dot notation. +build/public/templates/account/categories.js: line 361, col 85, ['header'] is better written in dot notation. +build/public/templates/account/categories.js: line 361, col 98, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 361, col 114, ['widgets'] is better written in dot notation. +build/public/templates/account/categories.js: line 361, col 125, ['header'] is better written in dot notation. +build/public/templates/account/categories.js: line 361, col 144, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 361, col 160, ['widgets'] is better written in dot notation. +build/public/templates/account/categories.js: line 361, col 171, ['header'] is better written in dot notation. +build/public/templates/account/categories.js: line 361, col 187, ['html'] is better written in dot notation. +build/public/templates/account/categories.js: line 359, col 13, 'key' is defined but never used. +build/public/templates/account/categories.js: line 358, col 148, 'value' is defined but never used. +build/public/templates/account/categories.js: line 358, col 140, 'length' is defined but never used. +build/public/templates/account/categories.js: line 358, col 133, 'index' is defined but never used. +build/public/templates/account/categories.js: line 356, col 11, '__escape' is defined but never used. +build/public/templates/account/categories.js: line 357, col 11, 'value' is defined but never used. +build/public/templates/account/categories.js: line 355, col 77, 'helper' is defined but never used. +build/public/templates/account/categories.js: line 370, col 121, Line is too long. +build/public/templates/account/categories.js: line 370, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 370, col 52, ['profile_links'] is better written in dot notation. +build/public/templates/account/categories.js: line 377, col 171, Line is too long. +build/public/templates/account/categories.js: line 377, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 377, col 53, ['profile_links'] is better written in dot notation. +build/public/templates/account/categories.js: line 377, col 73, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 377, col 89, ['profile_links'] is better written in dot notation. +build/public/templates/account/categories.js: line 377, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 377, col 131, ['profile_links'] is better written in dot notation. +build/public/templates/account/categories.js: line 377, col 154, ['id'] is better written in dot notation. +build/public/templates/account/categories.js: line 379, col 165, Line is too long. +build/public/templates/account/categories.js: line 379, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 379, col 45, ['profile_links'] is better written in dot notation. +build/public/templates/account/categories.js: line 379, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 379, col 81, ['profile_links'] is better written in dot notation. +build/public/templates/account/categories.js: line 379, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 379, col 123, ['profile_links'] is better written in dot notation. +build/public/templates/account/categories.js: line 379, col 146, ['public'] is better written in dot notation. +build/public/templates/account/categories.js: line 383, col 120, Line is too long. +build/public/templates/account/categories.js: line 383, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 383, col 53, ['config'] is better written in dot notation. +build/public/templates/account/categories.js: line 383, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 383, col 82, ['config'] is better written in dot notation. +build/public/templates/account/categories.js: line 383, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/categories.js: line 385, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 385, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/categories.js: line 387, col 174, Line is too long. +build/public/templates/account/categories.js: line 387, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 387, col 53, ['profile_links'] is better written in dot notation. +build/public/templates/account/categories.js: line 387, col 73, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 387, col 89, ['profile_links'] is better written in dot notation. +build/public/templates/account/categories.js: line 387, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 387, col 131, ['profile_links'] is better written in dot notation. +build/public/templates/account/categories.js: line 387, col 154, ['route'] is better written in dot notation. +build/public/templates/account/categories.js: line 389, col 163, Line is too long. +build/public/templates/account/categories.js: line 389, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 389, col 45, ['profile_links'] is better written in dot notation. +build/public/templates/account/categories.js: line 389, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 389, col 81, ['profile_links'] is better written in dot notation. +build/public/templates/account/categories.js: line 389, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 389, col 123, ['profile_links'] is better written in dot notation. +build/public/templates/account/categories.js: line 389, col 146, ['icon'] is better written in dot notation. +build/public/templates/account/categories.js: line 391, col 177, Line is too long. +build/public/templates/account/categories.js: line 391, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 391, col 57, ['profile_links'] is better written in dot notation. +build/public/templates/account/categories.js: line 391, col 77, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 391, col 93, ['profile_links'] is better written in dot notation. +build/public/templates/account/categories.js: line 391, col 119, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 391, col 135, ['profile_links'] is better written in dot notation. +build/public/templates/account/categories.js: line 391, col 158, ['icon'] is better written in dot notation. +build/public/templates/account/categories.js: line 394, col 173, Line is too long. +build/public/templates/account/categories.js: line 394, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 394, col 53, ['profile_links'] is better written in dot notation. +build/public/templates/account/categories.js: line 394, col 73, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 394, col 89, ['profile_links'] is better written in dot notation. +build/public/templates/account/categories.js: line 394, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 394, col 131, ['profile_links'] is better written in dot notation. +build/public/templates/account/categories.js: line 394, col 154, ['name'] is better written in dot notation. +build/public/templates/account/categories.js: line 371, col 13, 'key' is defined but never used. +build/public/templates/account/categories.js: line 370, col 114, 'value' is defined but never used. +build/public/templates/account/categories.js: line 370, col 106, 'length' is defined but never used. +build/public/templates/account/categories.js: line 369, col 11, 'value' is defined but never used. +build/public/templates/account/categories.js: line 367, col 76, 'helper' is defined but never used. +build/public/templates/account/categories.js: line 403, col 118, Line is too long. +build/public/templates/account/categories.js: line 403, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 403, col 52, ['categories'] is better written in dot notation. +build/public/templates/account/categories.js: line 406, col 163, Line is too long. +build/public/templates/account/categories.js: line 406, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 406, col 53, ['categories'] is better written in dot notation. +build/public/templates/account/categories.js: line 406, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 406, col 86, ['categories'] is better written in dot notation. +build/public/templates/account/categories.js: line 406, col 109, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 406, col 125, ['categories'] is better written in dot notation. +build/public/templates/account/categories.js: line 406, col 145, ['cid'] is better written in dot notation. +build/public/templates/account/categories.js: line 408, col 169, Line is too long. +build/public/templates/account/categories.js: line 408, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 408, col 53, ['categories'] is better written in dot notation. +build/public/templates/account/categories.js: line 408, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 408, col 86, ['categories'] is better written in dot notation. +build/public/templates/account/categories.js: line 408, col 109, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 408, col 125, ['categories'] is better written in dot notation. +build/public/templates/account/categories.js: line 408, col 145, ['parentCid'] is better written in dot notation. +build/public/templates/account/categories.js: line 410, col 163, Line is too long. +build/public/templates/account/categories.js: line 410, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 410, col 53, ['categories'] is better written in dot notation. +build/public/templates/account/categories.js: line 410, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 410, col 86, ['categories'] is better written in dot notation. +build/public/templates/account/categories.js: line 410, col 109, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 410, col 125, ['categories'] is better written in dot notation. +build/public/templates/account/categories.js: line 410, col 145, ['cid'] is better written in dot notation. +build/public/templates/account/categories.js: line 412, col 164, Line is too long. +build/public/templates/account/categories.js: line 412, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 412, col 53, ['categories'] is better written in dot notation. +build/public/templates/account/categories.js: line 412, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 412, col 86, ['categories'] is better written in dot notation. +build/public/templates/account/categories.js: line 412, col 109, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 412, col 125, ['categories'] is better written in dot notation. +build/public/templates/account/categories.js: line 412, col 145, ['name'] is better written in dot notation. +build/public/templates/account/categories.js: line 414, col 165, Line is too long. +build/public/templates/account/categories.js: line 414, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 414, col 53, ['categories'] is better written in dot notation. +build/public/templates/account/categories.js: line 414, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 414, col 86, ['categories'] is better written in dot notation. +build/public/templates/account/categories.js: line 414, col 109, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 414, col 125, ['categories'] is better written in dot notation. +build/public/templates/account/categories.js: line 414, col 145, ['depth'] is better written in dot notation. +build/public/templates/account/categories.js: line 416, col 110, Line is too long. +build/public/templates/account/categories.js: line 418, col 159, Line is too long. +build/public/templates/account/categories.js: line 418, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 418, col 45, ['categories'] is better written in dot notation. +build/public/templates/account/categories.js: line 418, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 418, col 78, ['categories'] is better written in dot notation. +build/public/templates/account/categories.js: line 418, col 101, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 418, col 117, ['categories'] is better written in dot notation. +build/public/templates/account/categories.js: line 418, col 137, ['isSection'] is better written in dot notation. +build/public/templates/account/categories.js: line 420, col 168, Line is too long. +build/public/templates/account/categories.js: line 420, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 420, col 57, ['categories'] is better written in dot notation. +build/public/templates/account/categories.js: line 420, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 420, col 90, ['categories'] is better written in dot notation. +build/public/templates/account/categories.js: line 420, col 113, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 420, col 129, ['categories'] is better written in dot notation. +build/public/templates/account/categories.js: line 420, col 149, ['name'] is better written in dot notation. +build/public/templates/account/categories.js: line 423, col 158, Line is too long. +build/public/templates/account/categories.js: line 423, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 423, col 49, ['categories'] is better written in dot notation. +build/public/templates/account/categories.js: line 423, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 423, col 82, ['categories'] is better written in dot notation. +build/public/templates/account/categories.js: line 423, col 105, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 423, col 121, ['categories'] is better written in dot notation. +build/public/templates/account/categories.js: line 423, col 141, ['link'] is better written in dot notation. +build/public/templates/account/categories.js: line 425, col 172, Line is too long. +build/public/templates/account/categories.js: line 425, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 425, col 61, ['categories'] is better written in dot notation. +build/public/templates/account/categories.js: line 425, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 425, col 94, ['categories'] is better written in dot notation. +build/public/templates/account/categories.js: line 425, col 117, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 425, col 133, ['categories'] is better written in dot notation. +build/public/templates/account/categories.js: line 425, col 153, ['link'] is better written in dot notation. +build/public/templates/account/categories.js: line 428, col 128, Line is too long. +build/public/templates/account/categories.js: line 428, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 428, col 61, ['config'] is better written in dot notation. +build/public/templates/account/categories.js: line 428, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 428, col 90, ['config'] is better written in dot notation. +build/public/templates/account/categories.js: line 428, col 100, ['relative_path'] is better written in dot notation. +build/public/templates/account/categories.js: line 430, col 172, Line is too long. +build/public/templates/account/categories.js: line 430, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 430, col 61, ['categories'] is better written in dot notation. +build/public/templates/account/categories.js: line 430, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 430, col 94, ['categories'] is better written in dot notation. +build/public/templates/account/categories.js: line 430, col 117, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 430, col 133, ['categories'] is better written in dot notation. +build/public/templates/account/categories.js: line 430, col 153, ['slug'] is better written in dot notation. +build/public/templates/account/categories.js: line 433, col 168, Line is too long. +build/public/templates/account/categories.js: line 433, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 433, col 57, ['categories'] is better written in dot notation. +build/public/templates/account/categories.js: line 433, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 433, col 90, ['categories'] is better written in dot notation. +build/public/templates/account/categories.js: line 433, col 113, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 433, col 129, ['categories'] is better written in dot notation. +build/public/templates/account/categories.js: line 433, col 149, ['name'] is better written in dot notation. +build/public/templates/account/categories.js: line 436, col 167, Line is too long. +build/public/templates/account/categories.js: line 436, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 436, col 45, ['categories'] is better written in dot notation. +build/public/templates/account/categories.js: line 436, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 436, col 78, ['categories'] is better written in dot notation. +build/public/templates/account/categories.js: line 436, col 101, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 436, col 117, ['categories'] is better written in dot notation. +build/public/templates/account/categories.js: line 436, col 137, ['descriptionParsed'] is better written in dot notation. +build/public/templates/account/categories.js: line 438, col 181, Line is too long. +build/public/templates/account/categories.js: line 438, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 438, col 57, ['categories'] is better written in dot notation. +build/public/templates/account/categories.js: line 438, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 438, col 90, ['categories'] is better written in dot notation. +build/public/templates/account/categories.js: line 438, col 113, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 438, col 129, ['categories'] is better written in dot notation. +build/public/templates/account/categories.js: line 438, col 149, ['descriptionParsed'] is better written in dot notation. +build/public/templates/account/categories.js: line 442, col 105, Line is too long. +build/public/templates/account/categories.js: line 442, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 442, col 45, ['config'] is better written in dot notation. +build/public/templates/account/categories.js: line 442, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 442, col 74, ['config'] is better written in dot notation. +build/public/templates/account/categories.js: line 442, col 84, ['loggedIn'] is better written in dot notation. +build/public/templates/account/categories.js: line 443, col 329, Line is too long. +build/public/templates/account/categories.js: line 444, col 163, Line is too long. +build/public/templates/account/categories.js: line 444, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 444, col 49, ['categories'] is better written in dot notation. +build/public/templates/account/categories.js: line 444, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 444, col 82, ['categories'] is better written in dot notation. +build/public/templates/account/categories.js: line 444, col 105, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 444, col 121, ['categories'] is better written in dot notation. +build/public/templates/account/categories.js: line 444, col 141, ['isWatched'] is better written in dot notation. +build/public/templates/account/categories.js: line 447, col 256, Line is too long. +build/public/templates/account/categories.js: line 448, col 163, Line is too long. +build/public/templates/account/categories.js: line 448, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 448, col 49, ['categories'] is better written in dot notation. +build/public/templates/account/categories.js: line 448, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 448, col 82, ['categories'] is better written in dot notation. +build/public/templates/account/categories.js: line 448, col 105, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 448, col 121, ['categories'] is better written in dot notation. +build/public/templates/account/categories.js: line 448, col 141, ['isTracked'] is better written in dot notation. +build/public/templates/account/categories.js: line 451, col 258, Line is too long. +build/public/templates/account/categories.js: line 452, col 166, Line is too long. +build/public/templates/account/categories.js: line 452, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 452, col 49, ['categories'] is better written in dot notation. +build/public/templates/account/categories.js: line 452, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 452, col 82, ['categories'] is better written in dot notation. +build/public/templates/account/categories.js: line 452, col 105, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 452, col 121, ['categories'] is better written in dot notation. +build/public/templates/account/categories.js: line 452, col 141, ['isNotWatched'] is better written in dot notation. +build/public/templates/account/categories.js: line 455, col 261, Line is too long. +build/public/templates/account/categories.js: line 456, col 163, Line is too long. +build/public/templates/account/categories.js: line 456, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 456, col 49, ['categories'] is better written in dot notation. +build/public/templates/account/categories.js: line 456, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 456, col 82, ['categories'] is better written in dot notation. +build/public/templates/account/categories.js: line 456, col 105, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 456, col 121, ['categories'] is better written in dot notation. +build/public/templates/account/categories.js: line 456, col 141, ['isIgnored'] is better written in dot notation. +build/public/templates/account/categories.js: line 459, col 224, Line is too long. +build/public/templates/account/categories.js: line 460, col 123, Line is too long. +build/public/templates/account/categories.js: line 460, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 460, col 49, ['template'] is better written in dot notation. +build/public/templates/account/categories.js: line 460, col 64, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 460, col 80, ['template'] is better written in dot notation. +build/public/templates/account/categories.js: line 463, col 633, Line is too long. +build/public/templates/account/categories.js: line 464, col 163, Line is too long. +build/public/templates/account/categories.js: line 464, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 464, col 49, ['categories'] is better written in dot notation. +build/public/templates/account/categories.js: line 464, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 464, col 82, ['categories'] is better written in dot notation. +build/public/templates/account/categories.js: line 464, col 105, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 464, col 121, ['categories'] is better written in dot notation. +build/public/templates/account/categories.js: line 464, col 141, ['isWatched'] is better written in dot notation. +build/public/templates/account/categories.js: line 467, col 642, Line is too long. +build/public/templates/account/categories.js: line 468, col 163, Line is too long. +build/public/templates/account/categories.js: line 468, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 468, col 49, ['categories'] is better written in dot notation. +build/public/templates/account/categories.js: line 468, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 468, col 82, ['categories'] is better written in dot notation. +build/public/templates/account/categories.js: line 468, col 105, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 468, col 121, ['categories'] is better written in dot notation. +build/public/templates/account/categories.js: line 468, col 141, ['isTracked'] is better written in dot notation. +build/public/templates/account/categories.js: line 471, col 661, Line is too long. +build/public/templates/account/categories.js: line 472, col 166, Line is too long. +build/public/templates/account/categories.js: line 472, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 472, col 49, ['categories'] is better written in dot notation. +build/public/templates/account/categories.js: line 472, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 472, col 82, ['categories'] is better written in dot notation. +build/public/templates/account/categories.js: line 472, col 105, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 472, col 121, ['categories'] is better written in dot notation. +build/public/templates/account/categories.js: line 472, col 141, ['isNotWatched'] is better written in dot notation. +build/public/templates/account/categories.js: line 475, col 646, Line is too long. +build/public/templates/account/categories.js: line 476, col 163, Line is too long. +build/public/templates/account/categories.js: line 476, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 476, col 49, ['categories'] is better written in dot notation. +build/public/templates/account/categories.js: line 476, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 476, col 82, ['categories'] is better written in dot notation. +build/public/templates/account/categories.js: line 476, col 105, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 476, col 121, ['categories'] is better written in dot notation. +build/public/templates/account/categories.js: line 476, col 141, ['isIgnored'] is better written in dot notation. +build/public/templates/account/categories.js: line 404, col 13, 'key' is defined but never used. +build/public/templates/account/categories.js: line 402, col 11, 'value' is defined but never used. +build/public/templates/account/categories.js: line 489, col 160, Line is too long. +build/public/templates/account/categories.js: line 489, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 489, col 52, ['pagination'] is better written in dot notation. +build/public/templates/account/categories.js: line 489, col 69, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 489, col 85, ['pagination'] is better written in dot notation. +build/public/templates/account/categories.js: line 489, col 99, ['pages'] is better written in dot notation. +build/public/templates/account/categories.js: line 492, col 219, Line is too long. +build/public/templates/account/categories.js: line 492, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 492, col 45, ['pagination'] is better written in dot notation. +build/public/templates/account/categories.js: line 492, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 492, col 78, ['pagination'] is better written in dot notation. +build/public/templates/account/categories.js: line 492, col 92, ['pages'] is better written in dot notation. +build/public/templates/account/categories.js: line 492, col 104, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 492, col 120, ['pagination'] is better written in dot notation. +build/public/templates/account/categories.js: line 492, col 134, ['pages'] is better written in dot notation. +build/public/templates/account/categories.js: line 492, col 152, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 492, col 168, ['pagination'] is better written in dot notation. +build/public/templates/account/categories.js: line 492, col 182, ['pages'] is better written in dot notation. +build/public/templates/account/categories.js: line 492, col 197, ['separator'] is better written in dot notation. +build/public/templates/account/categories.js: line 493, col 227, Line is too long. +build/public/templates/account/categories.js: line 495, col 220, Line is too long. +build/public/templates/account/categories.js: line 495, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 495, col 49, ['pagination'] is better written in dot notation. +build/public/templates/account/categories.js: line 495, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 495, col 82, ['pagination'] is better written in dot notation. +build/public/templates/account/categories.js: line 495, col 96, ['pages'] is better written in dot notation. +build/public/templates/account/categories.js: line 495, col 108, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 495, col 124, ['pagination'] is better written in dot notation. +build/public/templates/account/categories.js: line 495, col 138, ['pages'] is better written in dot notation. +build/public/templates/account/categories.js: line 495, col 156, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 495, col 172, ['pagination'] is better written in dot notation. +build/public/templates/account/categories.js: line 495, col 186, ['pages'] is better written in dot notation. +build/public/templates/account/categories.js: line 495, col 201, ['active'] is better written in dot notation. +build/public/templates/account/categories.js: line 499, col 226, Line is too long. +build/public/templates/account/categories.js: line 499, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 499, col 57, ['pagination'] is better written in dot notation. +build/public/templates/account/categories.js: line 499, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 499, col 90, ['pagination'] is better written in dot notation. +build/public/templates/account/categories.js: line 499, col 104, ['pages'] is better written in dot notation. +build/public/templates/account/categories.js: line 499, col 116, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 499, col 132, ['pagination'] is better written in dot notation. +build/public/templates/account/categories.js: line 499, col 146, ['pages'] is better written in dot notation. +build/public/templates/account/categories.js: line 499, col 164, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 499, col 180, ['pagination'] is better written in dot notation. +build/public/templates/account/categories.js: line 499, col 194, ['pages'] is better written in dot notation. +build/public/templates/account/categories.js: line 499, col 209, ['qs'] is better written in dot notation. +build/public/templates/account/categories.js: line 501, col 228, Line is too long. +build/public/templates/account/categories.js: line 501, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 501, col 57, ['pagination'] is better written in dot notation. +build/public/templates/account/categories.js: line 501, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 501, col 90, ['pagination'] is better written in dot notation. +build/public/templates/account/categories.js: line 501, col 104, ['pages'] is better written in dot notation. +build/public/templates/account/categories.js: line 501, col 116, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 501, col 132, ['pagination'] is better written in dot notation. +build/public/templates/account/categories.js: line 501, col 146, ['pages'] is better written in dot notation. +build/public/templates/account/categories.js: line 501, col 164, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 501, col 180, ['pagination'] is better written in dot notation. +build/public/templates/account/categories.js: line 501, col 194, ['pages'] is better written in dot notation. +build/public/templates/account/categories.js: line 501, col 209, ['page'] is better written in dot notation. +build/public/templates/account/categories.js: line 503, col 228, Line is too long. +build/public/templates/account/categories.js: line 503, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 503, col 57, ['pagination'] is better written in dot notation. +build/public/templates/account/categories.js: line 503, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 503, col 90, ['pagination'] is better written in dot notation. +build/public/templates/account/categories.js: line 503, col 104, ['pages'] is better written in dot notation. +build/public/templates/account/categories.js: line 503, col 116, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 503, col 132, ['pagination'] is better written in dot notation. +build/public/templates/account/categories.js: line 503, col 146, ['pages'] is better written in dot notation. +build/public/templates/account/categories.js: line 503, col 164, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 503, col 180, ['pagination'] is better written in dot notation. +build/public/templates/account/categories.js: line 503, col 194, ['pages'] is better written in dot notation. +build/public/templates/account/categories.js: line 503, col 209, ['page'] is better written in dot notation. +build/public/templates/account/categories.js: line 505, col 228, Line is too long. +build/public/templates/account/categories.js: line 505, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 505, col 57, ['pagination'] is better written in dot notation. +build/public/templates/account/categories.js: line 505, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 505, col 90, ['pagination'] is better written in dot notation. +build/public/templates/account/categories.js: line 505, col 104, ['pages'] is better written in dot notation. +build/public/templates/account/categories.js: line 505, col 116, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 505, col 132, ['pagination'] is better written in dot notation. +build/public/templates/account/categories.js: line 505, col 146, ['pages'] is better written in dot notation. +build/public/templates/account/categories.js: line 505, col 164, Expected '!==' and instead saw '!='. +build/public/templates/account/categories.js: line 505, col 180, ['pagination'] is better written in dot notation. +build/public/templates/account/categories.js: line 505, col 194, ['pages'] is better written in dot notation. +build/public/templates/account/categories.js: line 505, col 209, ['page'] is better written in dot notation. +build/public/templates/account/categories.js: line 490, col 13, 'key' is defined but never used. +build/public/templates/account/categories.js: line 489, col 153, 'value' is defined but never used. +build/public/templates/account/categories.js: line 489, col 145, 'length' is defined but never used. +build/public/templates/account/categories.js: line 489, col 138, 'index' is defined but never used. +build/public/templates/account/categories.js: line 488, col 11, 'value' is defined but never used. +build/public/templates/account/categories.js: line 486, col 81, 'helper' is defined but never used. +build/public/templates/account/categories.js: line 515, col 3, Missing semicolon. +build/public/templates/account/categories.js: line 5, col 46, 'define' is not defined. +build/public/templates/account/categories.js: line 6, col 5, 'define' is not defined. + +build/public/templates/account/consent.js: line 13, col 109, Line is too long. +build/public/templates/account/consent.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 13, col 41, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/consent.js: line 13, col 59, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 13, col 75, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/consent.js: line 13, col 90, ['length'] is better written in dot notation. +build/public/templates/account/consent.js: line 14, col 136, Line is too long. +build/public/templates/account/consent.js: line 15, col 26, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/consent.js: line 21, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 23, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 25, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 25, col 49, ['uid'] is better written in dot notation. +build/public/templates/account/consent.js: line 27, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 27, col 41, ['picture'] is better written in dot notation. +build/public/templates/account/consent.js: line 29, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 29, col 53, ['picture'] is better written in dot notation. +build/public/templates/account/consent.js: line 32, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 34, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 34, col 53, ['username'] is better written in dot notation. +build/public/templates/account/consent.js: line 36, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 38, col 122, Line is too long. +build/public/templates/account/consent.js: line 39, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 39, col 49, ['status'] is better written in dot notation. +build/public/templates/account/consent.js: line 41, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 41, col 49, ['status'] is better written in dot notation. +build/public/templates/account/consent.js: line 43, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 43, col 41, ['loggedIn'] is better written in dot notation. +build/public/templates/account/consent.js: line 45, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 45, col 45, ['isSelf'] is better written in dot notation. +build/public/templates/account/consent.js: line 48, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 48, col 49, ['isFollowing'] is better written in dot notation. +build/public/templates/account/consent.js: line 52, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 52, col 49, ['isFollowing'] is better written in dot notation. +build/public/templates/account/consent.js: line 55, col 137, Line is too long. +build/public/templates/account/consent.js: line 59, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 59, col 41, ['allowCoverPicture'] is better written in dot notation. +build/public/templates/account/consent.js: line 61, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 61, col 45, ['canEdit'] is better written in dot notation. +build/public/templates/account/consent.js: line 62, col 485, Line is too long. +build/public/templates/account/consent.js: line 66, col 331, Line is too long. +build/public/templates/account/consent.js: line 67, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 67, col 41, ['loggedIn'] is better written in dot notation. +build/public/templates/account/consent.js: line 69, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 69, col 45, ['isSelf'] is better written in dot notation. +build/public/templates/account/consent.js: line 72, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 72, col 49, ['banned'] is better written in dot notation. +build/public/templates/account/consent.js: line 75, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 75, col 53, ['canChat'] is better written in dot notation. +build/public/templates/account/consent.js: line 77, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 77, col 57, ['hasPrivateChat'] is better written in dot notation. +build/public/templates/account/consent.js: line 80, col 133, Line is too long. +build/public/templates/account/consent.js: line 81, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 81, col 65, ['username'] is better written in dot notation. +build/public/templates/account/consent.js: line 82, col 157, Line is too long. +build/public/templates/account/consent.js: line 83, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 83, col 65, ['username'] is better written in dot notation. +build/public/templates/account/consent.js: line 87, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 87, col 53, ['flagId'] is better written in dot notation. +build/public/templates/account/consent.js: line 90, col 147, Line is too long. +build/public/templates/account/consent.js: line 91, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 91, col 53, ['flagId'] is better written in dot notation. +build/public/templates/account/consent.js: line 94, col 130, Line is too long. +build/public/templates/account/consent.js: line 95, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 95, col 61, ['flagId'] is better written in dot notation. +build/public/templates/account/consent.js: line 97, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 97, col 53, ['isBlocked'] is better written in dot notation. +build/public/templates/account/consent.js: line 100, col 146, Line is too long. +build/public/templates/account/consent.js: line 101, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 101, col 53, ['isBlocked'] is better written in dot notation. +build/public/templates/account/consent.js: line 104, col 177, Line is too long. +build/public/templates/account/consent.js: line 109, col 116, Line is too long. +build/public/templates/account/consent.js: line 109, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 109, col 49, ['config'] is better written in dot notation. +build/public/templates/account/consent.js: line 109, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 109, col 78, ['config'] is better written in dot notation. +build/public/templates/account/consent.js: line 109, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/consent.js: line 111, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 111, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/consent.js: line 112, col 101, Line is too long. +build/public/templates/account/consent.js: line 113, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 113, col 41, ['canEdit'] is better written in dot notation. +build/public/templates/account/consent.js: line 115, col 120, Line is too long. +build/public/templates/account/consent.js: line 115, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 115, col 53, ['config'] is better written in dot notation. +build/public/templates/account/consent.js: line 115, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 115, col 82, ['config'] is better written in dot notation. +build/public/templates/account/consent.js: line 115, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/consent.js: line 117, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 117, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/consent.js: line 118, col 103, Line is too long. +build/public/templates/account/consent.js: line 119, col 120, Line is too long. +build/public/templates/account/consent.js: line 119, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 119, col 53, ['config'] is better written in dot notation. +build/public/templates/account/consent.js: line 119, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 119, col 82, ['config'] is better written in dot notation. +build/public/templates/account/consent.js: line 119, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/consent.js: line 121, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 121, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/consent.js: line 125, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 125, col 41, ['isSelf'] is better written in dot notation. +build/public/templates/account/consent.js: line 128, col 122, Line is too long. +build/public/templates/account/consent.js: line 128, col 30, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 128, col 46, ['canBan'] is better written in dot notation. +build/public/templates/account/consent.js: line 128, col 85, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 128, col 101, ['canMute'] is better written in dot notation. +build/public/templates/account/consent.js: line 129, col 140, Line is too long. +build/public/templates/account/consent.js: line 132, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 132, col 45, ['canBan'] is better written in dot notation. +build/public/templates/account/consent.js: line 134, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 134, col 49, ['banned'] is better written in dot notation. +build/public/templates/account/consent.js: line 137, col 151, Line is too long. +build/public/templates/account/consent.js: line 138, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 138, col 49, ['banned'] is better written in dot notation. +build/public/templates/account/consent.js: line 141, col 142, Line is too long. +build/public/templates/account/consent.js: line 144, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 144, col 45, ['canMute'] is better written in dot notation. +build/public/templates/account/consent.js: line 146, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 146, col 49, ['muted'] is better written in dot notation. +build/public/templates/account/consent.js: line 149, col 153, Line is too long. +build/public/templates/account/consent.js: line 150, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 150, col 49, ['muted'] is better written in dot notation. +build/public/templates/account/consent.js: line 153, col 144, Line is too long. +build/public/templates/account/consent.js: line 156, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 156, col 45, ['isAdmin'] is better written in dot notation. +build/public/templates/account/consent.js: line 157, col 398, Line is too long. +build/public/templates/account/consent.js: line 160, col 158, Line is too long. +build/public/templates/account/consent.js: line 161, col 116, Line is too long. +build/public/templates/account/consent.js: line 161, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 161, col 49, ['config'] is better written in dot notation. +build/public/templates/account/consent.js: line 161, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 161, col 78, ['config'] is better written in dot notation. +build/public/templates/account/consent.js: line 161, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/consent.js: line 163, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 163, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/consent.js: line 164, col 122, Line is too long. +build/public/templates/account/consent.js: line 165, col 112, Line is too long. +build/public/templates/account/consent.js: line 165, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 165, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/consent.js: line 165, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 165, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/consent.js: line 165, col 88, ['following'] is better written in dot notation. +build/public/templates/account/consent.js: line 167, col 159, Line is too long. +build/public/templates/account/consent.js: line 167, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 167, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/consent.js: line 167, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 167, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/consent.js: line 167, col 133, ['following'] is better written in dot notation. +build/public/templates/account/consent.js: line 168, col 117, Line is too long. +build/public/templates/account/consent.js: line 169, col 116, Line is too long. +build/public/templates/account/consent.js: line 169, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 169, col 49, ['config'] is better written in dot notation. +build/public/templates/account/consent.js: line 169, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 169, col 78, ['config'] is better written in dot notation. +build/public/templates/account/consent.js: line 169, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/consent.js: line 171, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 171, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/consent.js: line 172, col 122, Line is too long. +build/public/templates/account/consent.js: line 173, col 112, Line is too long. +build/public/templates/account/consent.js: line 173, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 173, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/consent.js: line 173, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 173, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/consent.js: line 173, col 88, ['followers'] is better written in dot notation. +build/public/templates/account/consent.js: line 175, col 159, Line is too long. +build/public/templates/account/consent.js: line 175, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 175, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/consent.js: line 175, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 175, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/consent.js: line 175, col 133, ['followers'] is better written in dot notation. +build/public/templates/account/consent.js: line 177, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 177, col 41, ['canEdit'] is better written in dot notation. +build/public/templates/account/consent.js: line 178, col 103, Line is too long. +build/public/templates/account/consent.js: line 179, col 120, Line is too long. +build/public/templates/account/consent.js: line 179, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 179, col 53, ['config'] is better written in dot notation. +build/public/templates/account/consent.js: line 179, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 179, col 82, ['config'] is better written in dot notation. +build/public/templates/account/consent.js: line 179, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/consent.js: line 181, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 181, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/consent.js: line 182, col 120, Line is too long. +build/public/templates/account/consent.js: line 183, col 113, Line is too long. +build/public/templates/account/consent.js: line 183, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 183, col 53, ['counts'] is better written in dot notation. +build/public/templates/account/consent.js: line 183, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 183, col 82, ['counts'] is better written in dot notation. +build/public/templates/account/consent.js: line 183, col 92, ['blocks'] is better written in dot notation. +build/public/templates/account/consent.js: line 185, col 160, Line is too long. +build/public/templates/account/consent.js: line 185, col 82, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 185, col 98, ['counts'] is better written in dot notation. +build/public/templates/account/consent.js: line 185, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 185, col 127, ['counts'] is better written in dot notation. +build/public/templates/account/consent.js: line 185, col 137, ['blocks'] is better written in dot notation. +build/public/templates/account/consent.js: line 188, col 158, Line is too long. +build/public/templates/account/consent.js: line 189, col 116, Line is too long. +build/public/templates/account/consent.js: line 189, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 189, col 49, ['config'] is better written in dot notation. +build/public/templates/account/consent.js: line 189, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 189, col 78, ['config'] is better written in dot notation. +build/public/templates/account/consent.js: line 189, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/consent.js: line 191, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 191, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/consent.js: line 192, col 118, Line is too long. +build/public/templates/account/consent.js: line 193, col 109, Line is too long. +build/public/templates/account/consent.js: line 193, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 193, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/consent.js: line 193, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 193, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/consent.js: line 193, col 88, ['topics'] is better written in dot notation. +build/public/templates/account/consent.js: line 195, col 156, Line is too long. +build/public/templates/account/consent.js: line 195, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 195, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/consent.js: line 195, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 195, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/consent.js: line 195, col 133, ['topics'] is better written in dot notation. +build/public/templates/account/consent.js: line 196, col 117, Line is too long. +build/public/templates/account/consent.js: line 197, col 116, Line is too long. +build/public/templates/account/consent.js: line 197, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 197, col 49, ['config'] is better written in dot notation. +build/public/templates/account/consent.js: line 197, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 197, col 78, ['config'] is better written in dot notation. +build/public/templates/account/consent.js: line 197, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/consent.js: line 199, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 199, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/consent.js: line 200, col 116, Line is too long. +build/public/templates/account/consent.js: line 201, col 108, Line is too long. +build/public/templates/account/consent.js: line 201, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 201, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/consent.js: line 201, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 201, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/consent.js: line 201, col 88, ['posts'] is better written in dot notation. +build/public/templates/account/consent.js: line 203, col 155, Line is too long. +build/public/templates/account/consent.js: line 203, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 203, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/consent.js: line 203, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 203, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/consent.js: line 203, col 133, ['posts'] is better written in dot notation. +build/public/templates/account/consent.js: line 204, col 117, Line is too long. +build/public/templates/account/consent.js: line 205, col 116, Line is too long. +build/public/templates/account/consent.js: line 205, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 205, col 49, ['config'] is better written in dot notation. +build/public/templates/account/consent.js: line 205, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 205, col 78, ['config'] is better written in dot notation. +build/public/templates/account/consent.js: line 205, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/consent.js: line 207, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 207, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/consent.js: line 208, col 125, Line is too long. +build/public/templates/account/consent.js: line 209, col 109, Line is too long. +build/public/templates/account/consent.js: line 209, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 209, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/consent.js: line 209, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 209, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/consent.js: line 209, col 88, ['groups'] is better written in dot notation. +build/public/templates/account/consent.js: line 211, col 156, Line is too long. +build/public/templates/account/consent.js: line 211, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 211, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/consent.js: line 211, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 211, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/consent.js: line 211, col 133, ['groups'] is better written in dot notation. +build/public/templates/account/consent.js: line 213, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 213, col 41, ['canEdit'] is better written in dot notation. +build/public/templates/account/consent.js: line 214, col 103, Line is too long. +build/public/templates/account/consent.js: line 215, col 120, Line is too long. +build/public/templates/account/consent.js: line 215, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 215, col 53, ['config'] is better written in dot notation. +build/public/templates/account/consent.js: line 215, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 215, col 82, ['config'] is better written in dot notation. +build/public/templates/account/consent.js: line 215, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/consent.js: line 217, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 217, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/consent.js: line 218, col 136, Line is too long. +build/public/templates/account/consent.js: line 219, col 124, Line is too long. +build/public/templates/account/consent.js: line 219, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 219, col 53, ['counts'] is better written in dot notation. +build/public/templates/account/consent.js: line 219, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 219, col 82, ['counts'] is better written in dot notation. +build/public/templates/account/consent.js: line 219, col 92, ['categoriesWatched'] is better written in dot notation. +build/public/templates/account/consent.js: line 221, col 171, Line is too long. +build/public/templates/account/consent.js: line 221, col 82, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 221, col 98, ['counts'] is better written in dot notation. +build/public/templates/account/consent.js: line 221, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 221, col 127, ['counts'] is better written in dot notation. +build/public/templates/account/consent.js: line 221, col 137, ['categoriesWatched'] is better written in dot notation. +build/public/templates/account/consent.js: line 223, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 223, col 45, ['isSelf'] is better written in dot notation. +build/public/templates/account/consent.js: line 224, col 107, Line is too long. +build/public/templates/account/consent.js: line 225, col 124, Line is too long. +build/public/templates/account/consent.js: line 225, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 225, col 57, ['config'] is better written in dot notation. +build/public/templates/account/consent.js: line 225, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 225, col 86, ['config'] is better written in dot notation. +build/public/templates/account/consent.js: line 225, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/account/consent.js: line 227, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 227, col 57, ['userslug'] is better written in dot notation. +build/public/templates/account/consent.js: line 228, col 130, Line is too long. +build/public/templates/account/consent.js: line 229, col 122, Line is too long. +build/public/templates/account/consent.js: line 229, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 229, col 57, ['counts'] is better written in dot notation. +build/public/templates/account/consent.js: line 229, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 229, col 86, ['counts'] is better written in dot notation. +build/public/templates/account/consent.js: line 229, col 96, ['tagsWatched'] is better written in dot notation. +build/public/templates/account/consent.js: line 231, col 169, Line is too long. +build/public/templates/account/consent.js: line 231, col 86, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 231, col 102, ['counts'] is better written in dot notation. +build/public/templates/account/consent.js: line 231, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 231, col 131, ['counts'] is better written in dot notation. +build/public/templates/account/consent.js: line 231, col 141, ['tagsWatched'] is better written in dot notation. +build/public/templates/account/consent.js: line 234, col 105, Line is too long. +build/public/templates/account/consent.js: line 235, col 120, Line is too long. +build/public/templates/account/consent.js: line 235, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 235, col 53, ['config'] is better written in dot notation. +build/public/templates/account/consent.js: line 235, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 235, col 82, ['config'] is better written in dot notation. +build/public/templates/account/consent.js: line 235, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/consent.js: line 237, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 237, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/consent.js: line 238, col 124, Line is too long. +build/public/templates/account/consent.js: line 239, col 115, Line is too long. +build/public/templates/account/consent.js: line 239, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 239, col 53, ['counts'] is better written in dot notation. +build/public/templates/account/consent.js: line 239, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 239, col 82, ['counts'] is better written in dot notation. +build/public/templates/account/consent.js: line 239, col 92, ['uploaded'] is better written in dot notation. +build/public/templates/account/consent.js: line 241, col 162, Line is too long. +build/public/templates/account/consent.js: line 241, col 82, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 241, col 98, ['counts'] is better written in dot notation. +build/public/templates/account/consent.js: line 241, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 241, col 127, ['counts'] is better written in dot notation. +build/public/templates/account/consent.js: line 241, col 137, ['uploaded'] is better written in dot notation. +build/public/templates/account/consent.js: line 245, col 22, ['profile_links'] is better written in dot notation. +build/public/templates/account/consent.js: line 246, col 208, Line is too long. +build/public/templates/account/consent.js: line 247, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 247, col 41, ['gdpr_consent'] is better written in dot notation. +build/public/templates/account/consent.js: line 248, col 136, Line is too long. +build/public/templates/account/consent.js: line 249, col 233, Line is too long. +build/public/templates/account/consent.js: line 251, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 251, col 41, ['digest'] is better written in dot notation. +build/public/templates/account/consent.js: line 251, col 54, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 251, col 70, ['digest'] is better written in dot notation. +build/public/templates/account/consent.js: line 251, col 80, ['enabled'] is better written in dot notation. +build/public/templates/account/consent.js: line 253, col 116, Line is too long. +build/public/templates/account/consent.js: line 253, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 253, col 53, ['digest'] is better written in dot notation. +build/public/templates/account/consent.js: line 253, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 253, col 82, ['digest'] is better written in dot notation. +build/public/templates/account/consent.js: line 253, col 92, ['frequency'] is better written in dot notation. +build/public/templates/account/consent.js: line 256, col 1260, Line is too long. +build/public/templates/account/consent.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/account/consent.js: line 263, col 119, Line is too long. +build/public/templates/account/consent.js: line 263, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 263, col 52, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/consent.js: line 269, col 133, Line is too long. +build/public/templates/account/consent.js: line 276, col 156, Line is too long. +build/public/templates/account/consent.js: line 276, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 276, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/consent.js: line 276, col 63, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 276, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/consent.js: line 276, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 276, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/consent.js: line 276, col 140, ['url'] is better written in dot notation. +build/public/templates/account/consent.js: line 278, col 170, Line is too long. +build/public/templates/account/consent.js: line 278, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 278, col 57, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/consent.js: line 278, col 75, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 278, col 91, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/consent.js: line 278, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 278, col 131, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/consent.js: line 278, col 152, ['url'] is better written in dot notation. +build/public/templates/account/consent.js: line 282, col 167, Line is too long. +build/public/templates/account/consent.js: line 282, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 282, col 53, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/consent.js: line 282, col 71, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 282, col 87, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/consent.js: line 282, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 282, col 127, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/consent.js: line 282, col 148, ['text'] is better written in dot notation. +build/public/templates/account/consent.js: line 286, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 289, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 289, col 53, ['rssFeedUrl'] is better written in dot notation. +build/public/templates/account/consent.js: line 291, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 291, col 65, ['rssFeedUrl'] is better written in dot notation. +build/public/templates/account/consent.js: line 297, col 156, Line is too long. +build/public/templates/account/consent.js: line 297, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 297, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/consent.js: line 297, col 63, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 297, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/consent.js: line 297, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 297, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/consent.js: line 297, col 140, ['url'] is better written in dot notation. +build/public/templates/account/consent.js: line 264, col 13, 'key' is defined but never used. +build/public/templates/account/consent.js: line 263, col 112, 'value' is defined but never used. +build/public/templates/account/consent.js: line 262, col 11, 'value' is defined but never used. +build/public/templates/account/consent.js: line 260, col 72, 'helper' is defined but never used. +build/public/templates/account/consent.js: line 308, col 155, Line is too long. +build/public/templates/account/consent.js: line 308, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 308, col 52, ['widgets'] is better written in dot notation. +build/public/templates/account/consent.js: line 308, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 308, col 82, ['widgets'] is better written in dot notation. +build/public/templates/account/consent.js: line 308, col 93, ['header'] is better written in dot notation. +build/public/templates/account/consent.js: line 311, col 205, Line is too long. +build/public/templates/account/consent.js: line 311, col 28, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 311, col 44, ['widgets'] is better written in dot notation. +build/public/templates/account/consent.js: line 311, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 311, col 74, ['widgets'] is better written in dot notation. +build/public/templates/account/consent.js: line 311, col 85, ['header'] is better written in dot notation. +build/public/templates/account/consent.js: line 311, col 98, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 311, col 114, ['widgets'] is better written in dot notation. +build/public/templates/account/consent.js: line 311, col 125, ['header'] is better written in dot notation. +build/public/templates/account/consent.js: line 311, col 144, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 311, col 160, ['widgets'] is better written in dot notation. +build/public/templates/account/consent.js: line 311, col 171, ['header'] is better written in dot notation. +build/public/templates/account/consent.js: line 311, col 187, ['html'] is better written in dot notation. +build/public/templates/account/consent.js: line 309, col 13, 'key' is defined but never used. +build/public/templates/account/consent.js: line 308, col 148, 'value' is defined but never used. +build/public/templates/account/consent.js: line 308, col 140, 'length' is defined but never used. +build/public/templates/account/consent.js: line 308, col 133, 'index' is defined but never used. +build/public/templates/account/consent.js: line 306, col 11, '__escape' is defined but never used. +build/public/templates/account/consent.js: line 307, col 11, 'value' is defined but never used. +build/public/templates/account/consent.js: line 305, col 77, 'helper' is defined but never used. +build/public/templates/account/consent.js: line 320, col 121, Line is too long. +build/public/templates/account/consent.js: line 320, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 320, col 52, ['profile_links'] is better written in dot notation. +build/public/templates/account/consent.js: line 327, col 171, Line is too long. +build/public/templates/account/consent.js: line 327, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 327, col 53, ['profile_links'] is better written in dot notation. +build/public/templates/account/consent.js: line 327, col 73, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 327, col 89, ['profile_links'] is better written in dot notation. +build/public/templates/account/consent.js: line 327, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 327, col 131, ['profile_links'] is better written in dot notation. +build/public/templates/account/consent.js: line 327, col 154, ['id'] is better written in dot notation. +build/public/templates/account/consent.js: line 329, col 165, Line is too long. +build/public/templates/account/consent.js: line 329, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 329, col 45, ['profile_links'] is better written in dot notation. +build/public/templates/account/consent.js: line 329, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 329, col 81, ['profile_links'] is better written in dot notation. +build/public/templates/account/consent.js: line 329, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 329, col 123, ['profile_links'] is better written in dot notation. +build/public/templates/account/consent.js: line 329, col 146, ['public'] is better written in dot notation. +build/public/templates/account/consent.js: line 333, col 120, Line is too long. +build/public/templates/account/consent.js: line 333, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 333, col 53, ['config'] is better written in dot notation. +build/public/templates/account/consent.js: line 333, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 333, col 82, ['config'] is better written in dot notation. +build/public/templates/account/consent.js: line 333, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/consent.js: line 335, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 335, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/consent.js: line 337, col 174, Line is too long. +build/public/templates/account/consent.js: line 337, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 337, col 53, ['profile_links'] is better written in dot notation. +build/public/templates/account/consent.js: line 337, col 73, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 337, col 89, ['profile_links'] is better written in dot notation. +build/public/templates/account/consent.js: line 337, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 337, col 131, ['profile_links'] is better written in dot notation. +build/public/templates/account/consent.js: line 337, col 154, ['route'] is better written in dot notation. +build/public/templates/account/consent.js: line 339, col 163, Line is too long. +build/public/templates/account/consent.js: line 339, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 339, col 45, ['profile_links'] is better written in dot notation. +build/public/templates/account/consent.js: line 339, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 339, col 81, ['profile_links'] is better written in dot notation. +build/public/templates/account/consent.js: line 339, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 339, col 123, ['profile_links'] is better written in dot notation. +build/public/templates/account/consent.js: line 339, col 146, ['icon'] is better written in dot notation. +build/public/templates/account/consent.js: line 341, col 177, Line is too long. +build/public/templates/account/consent.js: line 341, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 341, col 57, ['profile_links'] is better written in dot notation. +build/public/templates/account/consent.js: line 341, col 77, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 341, col 93, ['profile_links'] is better written in dot notation. +build/public/templates/account/consent.js: line 341, col 119, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 341, col 135, ['profile_links'] is better written in dot notation. +build/public/templates/account/consent.js: line 341, col 158, ['icon'] is better written in dot notation. +build/public/templates/account/consent.js: line 344, col 173, Line is too long. +build/public/templates/account/consent.js: line 344, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 344, col 53, ['profile_links'] is better written in dot notation. +build/public/templates/account/consent.js: line 344, col 73, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 344, col 89, ['profile_links'] is better written in dot notation. +build/public/templates/account/consent.js: line 344, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/consent.js: line 344, col 131, ['profile_links'] is better written in dot notation. +build/public/templates/account/consent.js: line 344, col 154, ['name'] is better written in dot notation. +build/public/templates/account/consent.js: line 321, col 13, 'key' is defined but never used. +build/public/templates/account/consent.js: line 320, col 114, 'value' is defined but never used. +build/public/templates/account/consent.js: line 320, col 106, 'length' is defined but never used. +build/public/templates/account/consent.js: line 319, col 11, 'value' is defined but never used. +build/public/templates/account/consent.js: line 317, col 76, 'helper' is defined but never used. +build/public/templates/account/consent.js: line 353, col 3, Missing semicolon. +build/public/templates/account/consent.js: line 5, col 46, 'define' is not defined. +build/public/templates/account/consent.js: line 6, col 5, 'define' is not defined. + +build/public/templates/account/controversial.js: line 13, col 109, Line is too long. +build/public/templates/account/controversial.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 13, col 41, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/controversial.js: line 13, col 59, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 13, col 75, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/controversial.js: line 13, col 90, ['length'] is better written in dot notation. +build/public/templates/account/controversial.js: line 14, col 136, Line is too long. +build/public/templates/account/controversial.js: line 15, col 26, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/controversial.js: line 21, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 23, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 25, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 25, col 49, ['uid'] is better written in dot notation. +build/public/templates/account/controversial.js: line 27, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 27, col 41, ['picture'] is better written in dot notation. +build/public/templates/account/controversial.js: line 29, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 29, col 53, ['picture'] is better written in dot notation. +build/public/templates/account/controversial.js: line 32, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 34, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 34, col 53, ['username'] is better written in dot notation. +build/public/templates/account/controversial.js: line 36, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 38, col 122, Line is too long. +build/public/templates/account/controversial.js: line 39, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 39, col 49, ['status'] is better written in dot notation. +build/public/templates/account/controversial.js: line 41, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 41, col 49, ['status'] is better written in dot notation. +build/public/templates/account/controversial.js: line 43, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 43, col 41, ['loggedIn'] is better written in dot notation. +build/public/templates/account/controversial.js: line 45, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 45, col 45, ['isSelf'] is better written in dot notation. +build/public/templates/account/controversial.js: line 48, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 48, col 49, ['isFollowing'] is better written in dot notation. +build/public/templates/account/controversial.js: line 52, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 52, col 49, ['isFollowing'] is better written in dot notation. +build/public/templates/account/controversial.js: line 55, col 137, Line is too long. +build/public/templates/account/controversial.js: line 59, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 59, col 41, ['allowCoverPicture'] is better written in dot notation. +build/public/templates/account/controversial.js: line 61, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 61, col 45, ['canEdit'] is better written in dot notation. +build/public/templates/account/controversial.js: line 62, col 485, Line is too long. +build/public/templates/account/controversial.js: line 66, col 331, Line is too long. +build/public/templates/account/controversial.js: line 67, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 67, col 41, ['loggedIn'] is better written in dot notation. +build/public/templates/account/controversial.js: line 69, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 69, col 45, ['isSelf'] is better written in dot notation. +build/public/templates/account/controversial.js: line 72, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 72, col 49, ['banned'] is better written in dot notation. +build/public/templates/account/controversial.js: line 75, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 75, col 53, ['canChat'] is better written in dot notation. +build/public/templates/account/controversial.js: line 77, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 77, col 57, ['hasPrivateChat'] is better written in dot notation. +build/public/templates/account/controversial.js: line 80, col 133, Line is too long. +build/public/templates/account/controversial.js: line 81, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 81, col 65, ['username'] is better written in dot notation. +build/public/templates/account/controversial.js: line 82, col 157, Line is too long. +build/public/templates/account/controversial.js: line 83, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 83, col 65, ['username'] is better written in dot notation. +build/public/templates/account/controversial.js: line 87, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 87, col 53, ['flagId'] is better written in dot notation. +build/public/templates/account/controversial.js: line 90, col 147, Line is too long. +build/public/templates/account/controversial.js: line 91, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 91, col 53, ['flagId'] is better written in dot notation. +build/public/templates/account/controversial.js: line 94, col 130, Line is too long. +build/public/templates/account/controversial.js: line 95, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 95, col 61, ['flagId'] is better written in dot notation. +build/public/templates/account/controversial.js: line 97, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 97, col 53, ['isBlocked'] is better written in dot notation. +build/public/templates/account/controversial.js: line 100, col 146, Line is too long. +build/public/templates/account/controversial.js: line 101, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 101, col 53, ['isBlocked'] is better written in dot notation. +build/public/templates/account/controversial.js: line 104, col 177, Line is too long. +build/public/templates/account/controversial.js: line 109, col 116, Line is too long. +build/public/templates/account/controversial.js: line 109, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 109, col 49, ['config'] is better written in dot notation. +build/public/templates/account/controversial.js: line 109, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 109, col 78, ['config'] is better written in dot notation. +build/public/templates/account/controversial.js: line 109, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/controversial.js: line 111, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 111, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/controversial.js: line 112, col 101, Line is too long. +build/public/templates/account/controversial.js: line 113, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 113, col 41, ['canEdit'] is better written in dot notation. +build/public/templates/account/controversial.js: line 115, col 120, Line is too long. +build/public/templates/account/controversial.js: line 115, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 115, col 53, ['config'] is better written in dot notation. +build/public/templates/account/controversial.js: line 115, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 115, col 82, ['config'] is better written in dot notation. +build/public/templates/account/controversial.js: line 115, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/controversial.js: line 117, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 117, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/controversial.js: line 118, col 103, Line is too long. +build/public/templates/account/controversial.js: line 119, col 120, Line is too long. +build/public/templates/account/controversial.js: line 119, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 119, col 53, ['config'] is better written in dot notation. +build/public/templates/account/controversial.js: line 119, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 119, col 82, ['config'] is better written in dot notation. +build/public/templates/account/controversial.js: line 119, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/controversial.js: line 121, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 121, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/controversial.js: line 125, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 125, col 41, ['isSelf'] is better written in dot notation. +build/public/templates/account/controversial.js: line 128, col 122, Line is too long. +build/public/templates/account/controversial.js: line 128, col 30, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 128, col 46, ['canBan'] is better written in dot notation. +build/public/templates/account/controversial.js: line 128, col 85, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 128, col 101, ['canMute'] is better written in dot notation. +build/public/templates/account/controversial.js: line 129, col 140, Line is too long. +build/public/templates/account/controversial.js: line 132, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 132, col 45, ['canBan'] is better written in dot notation. +build/public/templates/account/controversial.js: line 134, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 134, col 49, ['banned'] is better written in dot notation. +build/public/templates/account/controversial.js: line 137, col 151, Line is too long. +build/public/templates/account/controversial.js: line 138, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 138, col 49, ['banned'] is better written in dot notation. +build/public/templates/account/controversial.js: line 141, col 142, Line is too long. +build/public/templates/account/controversial.js: line 144, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 144, col 45, ['canMute'] is better written in dot notation. +build/public/templates/account/controversial.js: line 146, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 146, col 49, ['muted'] is better written in dot notation. +build/public/templates/account/controversial.js: line 149, col 153, Line is too long. +build/public/templates/account/controversial.js: line 150, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 150, col 49, ['muted'] is better written in dot notation. +build/public/templates/account/controversial.js: line 153, col 144, Line is too long. +build/public/templates/account/controversial.js: line 156, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 156, col 45, ['isAdmin'] is better written in dot notation. +build/public/templates/account/controversial.js: line 157, col 398, Line is too long. +build/public/templates/account/controversial.js: line 160, col 158, Line is too long. +build/public/templates/account/controversial.js: line 161, col 116, Line is too long. +build/public/templates/account/controversial.js: line 161, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 161, col 49, ['config'] is better written in dot notation. +build/public/templates/account/controversial.js: line 161, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 161, col 78, ['config'] is better written in dot notation. +build/public/templates/account/controversial.js: line 161, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/controversial.js: line 163, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 163, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/controversial.js: line 164, col 122, Line is too long. +build/public/templates/account/controversial.js: line 165, col 112, Line is too long. +build/public/templates/account/controversial.js: line 165, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 165, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 165, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 165, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 165, col 88, ['following'] is better written in dot notation. +build/public/templates/account/controversial.js: line 167, col 159, Line is too long. +build/public/templates/account/controversial.js: line 167, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 167, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 167, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 167, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 167, col 133, ['following'] is better written in dot notation. +build/public/templates/account/controversial.js: line 168, col 117, Line is too long. +build/public/templates/account/controversial.js: line 169, col 116, Line is too long. +build/public/templates/account/controversial.js: line 169, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 169, col 49, ['config'] is better written in dot notation. +build/public/templates/account/controversial.js: line 169, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 169, col 78, ['config'] is better written in dot notation. +build/public/templates/account/controversial.js: line 169, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/controversial.js: line 171, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 171, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/controversial.js: line 172, col 122, Line is too long. +build/public/templates/account/controversial.js: line 173, col 112, Line is too long. +build/public/templates/account/controversial.js: line 173, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 173, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 173, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 173, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 173, col 88, ['followers'] is better written in dot notation. +build/public/templates/account/controversial.js: line 175, col 159, Line is too long. +build/public/templates/account/controversial.js: line 175, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 175, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 175, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 175, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 175, col 133, ['followers'] is better written in dot notation. +build/public/templates/account/controversial.js: line 177, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 177, col 41, ['canEdit'] is better written in dot notation. +build/public/templates/account/controversial.js: line 178, col 103, Line is too long. +build/public/templates/account/controversial.js: line 179, col 120, Line is too long. +build/public/templates/account/controversial.js: line 179, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 179, col 53, ['config'] is better written in dot notation. +build/public/templates/account/controversial.js: line 179, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 179, col 82, ['config'] is better written in dot notation. +build/public/templates/account/controversial.js: line 179, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/controversial.js: line 181, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 181, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/controversial.js: line 182, col 120, Line is too long. +build/public/templates/account/controversial.js: line 183, col 113, Line is too long. +build/public/templates/account/controversial.js: line 183, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 183, col 53, ['counts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 183, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 183, col 82, ['counts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 183, col 92, ['blocks'] is better written in dot notation. +build/public/templates/account/controversial.js: line 185, col 160, Line is too long. +build/public/templates/account/controversial.js: line 185, col 82, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 185, col 98, ['counts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 185, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 185, col 127, ['counts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 185, col 137, ['blocks'] is better written in dot notation. +build/public/templates/account/controversial.js: line 188, col 158, Line is too long. +build/public/templates/account/controversial.js: line 189, col 116, Line is too long. +build/public/templates/account/controversial.js: line 189, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 189, col 49, ['config'] is better written in dot notation. +build/public/templates/account/controversial.js: line 189, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 189, col 78, ['config'] is better written in dot notation. +build/public/templates/account/controversial.js: line 189, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/controversial.js: line 191, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 191, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/controversial.js: line 192, col 118, Line is too long. +build/public/templates/account/controversial.js: line 193, col 109, Line is too long. +build/public/templates/account/controversial.js: line 193, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 193, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 193, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 193, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 193, col 88, ['topics'] is better written in dot notation. +build/public/templates/account/controversial.js: line 195, col 156, Line is too long. +build/public/templates/account/controversial.js: line 195, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 195, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 195, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 195, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 195, col 133, ['topics'] is better written in dot notation. +build/public/templates/account/controversial.js: line 196, col 117, Line is too long. +build/public/templates/account/controversial.js: line 197, col 116, Line is too long. +build/public/templates/account/controversial.js: line 197, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 197, col 49, ['config'] is better written in dot notation. +build/public/templates/account/controversial.js: line 197, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 197, col 78, ['config'] is better written in dot notation. +build/public/templates/account/controversial.js: line 197, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/controversial.js: line 199, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 199, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/controversial.js: line 200, col 116, Line is too long. +build/public/templates/account/controversial.js: line 201, col 108, Line is too long. +build/public/templates/account/controversial.js: line 201, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 201, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 201, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 201, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 201, col 88, ['posts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 203, col 155, Line is too long. +build/public/templates/account/controversial.js: line 203, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 203, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 203, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 203, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 203, col 133, ['posts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 204, col 117, Line is too long. +build/public/templates/account/controversial.js: line 205, col 116, Line is too long. +build/public/templates/account/controversial.js: line 205, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 205, col 49, ['config'] is better written in dot notation. +build/public/templates/account/controversial.js: line 205, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 205, col 78, ['config'] is better written in dot notation. +build/public/templates/account/controversial.js: line 205, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/controversial.js: line 207, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 207, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/controversial.js: line 208, col 125, Line is too long. +build/public/templates/account/controversial.js: line 209, col 109, Line is too long. +build/public/templates/account/controversial.js: line 209, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 209, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 209, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 209, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 209, col 88, ['groups'] is better written in dot notation. +build/public/templates/account/controversial.js: line 211, col 156, Line is too long. +build/public/templates/account/controversial.js: line 211, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 211, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 211, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 211, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 211, col 133, ['groups'] is better written in dot notation. +build/public/templates/account/controversial.js: line 213, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 213, col 41, ['canEdit'] is better written in dot notation. +build/public/templates/account/controversial.js: line 214, col 103, Line is too long. +build/public/templates/account/controversial.js: line 215, col 120, Line is too long. +build/public/templates/account/controversial.js: line 215, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 215, col 53, ['config'] is better written in dot notation. +build/public/templates/account/controversial.js: line 215, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 215, col 82, ['config'] is better written in dot notation. +build/public/templates/account/controversial.js: line 215, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/controversial.js: line 217, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 217, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/controversial.js: line 218, col 136, Line is too long. +build/public/templates/account/controversial.js: line 219, col 124, Line is too long. +build/public/templates/account/controversial.js: line 219, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 219, col 53, ['counts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 219, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 219, col 82, ['counts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 219, col 92, ['categoriesWatched'] is better written in dot notation. +build/public/templates/account/controversial.js: line 221, col 171, Line is too long. +build/public/templates/account/controversial.js: line 221, col 82, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 221, col 98, ['counts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 221, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 221, col 127, ['counts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 221, col 137, ['categoriesWatched'] is better written in dot notation. +build/public/templates/account/controversial.js: line 223, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 223, col 45, ['isSelf'] is better written in dot notation. +build/public/templates/account/controversial.js: line 224, col 107, Line is too long. +build/public/templates/account/controversial.js: line 225, col 124, Line is too long. +build/public/templates/account/controversial.js: line 225, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 225, col 57, ['config'] is better written in dot notation. +build/public/templates/account/controversial.js: line 225, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 225, col 86, ['config'] is better written in dot notation. +build/public/templates/account/controversial.js: line 225, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/account/controversial.js: line 227, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 227, col 57, ['userslug'] is better written in dot notation. +build/public/templates/account/controversial.js: line 228, col 130, Line is too long. +build/public/templates/account/controversial.js: line 229, col 122, Line is too long. +build/public/templates/account/controversial.js: line 229, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 229, col 57, ['counts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 229, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 229, col 86, ['counts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 229, col 96, ['tagsWatched'] is better written in dot notation. +build/public/templates/account/controversial.js: line 231, col 169, Line is too long. +build/public/templates/account/controversial.js: line 231, col 86, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 231, col 102, ['counts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 231, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 231, col 131, ['counts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 231, col 141, ['tagsWatched'] is better written in dot notation. +build/public/templates/account/controversial.js: line 234, col 105, Line is too long. +build/public/templates/account/controversial.js: line 235, col 120, Line is too long. +build/public/templates/account/controversial.js: line 235, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 235, col 53, ['config'] is better written in dot notation. +build/public/templates/account/controversial.js: line 235, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 235, col 82, ['config'] is better written in dot notation. +build/public/templates/account/controversial.js: line 235, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/controversial.js: line 237, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 237, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/controversial.js: line 238, col 124, Line is too long. +build/public/templates/account/controversial.js: line 239, col 115, Line is too long. +build/public/templates/account/controversial.js: line 239, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 239, col 53, ['counts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 239, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 239, col 82, ['counts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 239, col 92, ['uploaded'] is better written in dot notation. +build/public/templates/account/controversial.js: line 241, col 162, Line is too long. +build/public/templates/account/controversial.js: line 241, col 82, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 241, col 98, ['counts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 241, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 241, col 127, ['counts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 241, col 137, ['uploaded'] is better written in dot notation. +build/public/templates/account/controversial.js: line 245, col 22, ['profile_links'] is better written in dot notation. +build/public/templates/account/controversial.js: line 246, col 241, Line is too long. +build/public/templates/account/controversial.js: line 247, col 116, Line is too long. +build/public/templates/account/controversial.js: line 247, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 247, col 49, ['config'] is better written in dot notation. +build/public/templates/account/controversial.js: line 247, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 247, col 78, ['config'] is better written in dot notation. +build/public/templates/account/controversial.js: line 247, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/controversial.js: line 249, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 249, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/controversial.js: line 251, col 110, Line is too long. +build/public/templates/account/controversial.js: line 251, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 251, col 41, ['template'] is better written in dot notation. +build/public/templates/account/controversial.js: line 251, col 56, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 251, col 72, ['template'] is better written in dot notation. +build/public/templates/account/controversial.js: line 255, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 258, col 120, Line is too long. +build/public/templates/account/controversial.js: line 258, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 258, col 53, ['config'] is better written in dot notation. +build/public/templates/account/controversial.js: line 258, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 258, col 82, ['config'] is better written in dot notation. +build/public/templates/account/controversial.js: line 258, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/controversial.js: line 260, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 260, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/controversial.js: line 262, col 113, Line is too long. +build/public/templates/account/controversial.js: line 262, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 262, col 45, ['template'] is better written in dot notation. +build/public/templates/account/controversial.js: line 262, col 60, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 262, col 76, ['template'] is better written in dot notation. +build/public/templates/account/controversial.js: line 266, col 120, Line is too long. +build/public/templates/account/controversial.js: line 266, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 266, col 53, ['config'] is better written in dot notation. +build/public/templates/account/controversial.js: line 266, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 266, col 82, ['config'] is better written in dot notation. +build/public/templates/account/controversial.js: line 266, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/controversial.js: line 268, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 268, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/controversial.js: line 270, col 122, Line is too long. +build/public/templates/account/controversial.js: line 270, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 270, col 45, ['template'] is better written in dot notation. +build/public/templates/account/controversial.js: line 270, col 60, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 270, col 76, ['template'] is better written in dot notation. +build/public/templates/account/controversial.js: line 274, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 274, col 45, ['canEdit'] is better written in dot notation. +build/public/templates/account/controversial.js: line 276, col 124, Line is too long. +build/public/templates/account/controversial.js: line 276, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 276, col 57, ['config'] is better written in dot notation. +build/public/templates/account/controversial.js: line 276, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 276, col 86, ['config'] is better written in dot notation. +build/public/templates/account/controversial.js: line 276, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/account/controversial.js: line 278, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 278, col 57, ['userslug'] is better written in dot notation. +build/public/templates/account/controversial.js: line 280, col 120, Line is too long. +build/public/templates/account/controversial.js: line 280, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 280, col 49, ['template'] is better written in dot notation. +build/public/templates/account/controversial.js: line 280, col 64, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 280, col 80, ['template'] is better written in dot notation. +build/public/templates/account/controversial.js: line 284, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 287, col 128, Line is too long. +build/public/templates/account/controversial.js: line 287, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 287, col 61, ['config'] is better written in dot notation. +build/public/templates/account/controversial.js: line 287, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 287, col 90, ['config'] is better written in dot notation. +build/public/templates/account/controversial.js: line 287, col 100, ['relative_path'] is better written in dot notation. +build/public/templates/account/controversial.js: line 289, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 289, col 61, ['userslug'] is better written in dot notation. +build/public/templates/account/controversial.js: line 291, col 126, Line is too long. +build/public/templates/account/controversial.js: line 291, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 291, col 53, ['template'] is better written in dot notation. +build/public/templates/account/controversial.js: line 291, col 68, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 291, col 84, ['template'] is better written in dot notation. +build/public/templates/account/controversial.js: line 299, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 299, col 41, ['canEdit'] is better written in dot notation. +build/public/templates/account/controversial.js: line 301, col 120, Line is too long. +build/public/templates/account/controversial.js: line 301, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 301, col 53, ['config'] is better written in dot notation. +build/public/templates/account/controversial.js: line 301, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 301, col 82, ['config'] is better written in dot notation. +build/public/templates/account/controversial.js: line 301, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/controversial.js: line 303, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 303, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/controversial.js: line 305, col 118, Line is too long. +build/public/templates/account/controversial.js: line 305, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 305, col 45, ['template'] is better written in dot notation. +build/public/templates/account/controversial.js: line 305, col 60, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 305, col 76, ['template'] is better written in dot notation. +build/public/templates/account/controversial.js: line 311, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 311, col 41, ['posts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 311, col 53, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 311, col 69, ['posts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 311, col 78, ['length'] is better written in dot notation. +build/public/templates/account/controversial.js: line 314, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 314, col 53, ['noItemsFoundKey'] is better written in dot notation. +build/public/templates/account/controversial.js: line 316, col 113, Line is too long. +build/public/templates/account/controversial.js: line 317, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 317, col 49, ['nextStart'] is better written in dot notation. +build/public/templates/account/controversial.js: line 319, col 22, ['posts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 320, col 151, Line is too long. +build/public/templates/account/controversial.js: line 321, col 106, Line is too long. +build/public/templates/account/controversial.js: line 321, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 321, col 41, ['config'] is better written in dot notation. +build/public/templates/account/controversial.js: line 321, col 54, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 321, col 70, ['config'] is better written in dot notation. +build/public/templates/account/controversial.js: line 321, col 80, ['usePagination'] is better written in dot notation. +build/public/templates/account/controversial.js: line 323, col 162, Line is too long. +build/public/templates/account/controversial.js: line 323, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 323, col 45, ['pagination'] is better written in dot notation. +build/public/templates/account/controversial.js: line 323, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 323, col 78, ['pagination'] is better written in dot notation. +build/public/templates/account/controversial.js: line 323, col 92, ['pages'] is better written in dot notation. +build/public/templates/account/controversial.js: line 323, col 104, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 323, col 120, ['pagination'] is better written in dot notation. +build/public/templates/account/controversial.js: line 323, col 134, ['pages'] is better written in dot notation. +build/public/templates/account/controversial.js: line 323, col 143, ['length'] is better written in dot notation. +build/public/templates/account/controversial.js: line 326, col 159, Line is too long. +build/public/templates/account/controversial.js: line 327, col 160, Line is too long. +build/public/templates/account/controversial.js: line 327, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 327, col 45, ['pagination'] is better written in dot notation. +build/public/templates/account/controversial.js: line 327, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 327, col 78, ['pagination'] is better written in dot notation. +build/public/templates/account/controversial.js: line 327, col 92, ['prev'] is better written in dot notation. +build/public/templates/account/controversial.js: line 327, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 327, col 119, ['pagination'] is better written in dot notation. +build/public/templates/account/controversial.js: line 327, col 133, ['prev'] is better written in dot notation. +build/public/templates/account/controversial.js: line 327, col 141, ['active'] is better written in dot notation. +build/public/templates/account/controversial.js: line 331, col 166, Line is too long. +build/public/templates/account/controversial.js: line 331, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 331, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/controversial.js: line 331, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 331, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/controversial.js: line 331, col 100, ['prev'] is better written in dot notation. +build/public/templates/account/controversial.js: line 331, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 331, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/controversial.js: line 331, col 141, ['prev'] is better written in dot notation. +build/public/templates/account/controversial.js: line 331, col 149, ['qs'] is better written in dot notation. +build/public/templates/account/controversial.js: line 333, col 168, Line is too long. +build/public/templates/account/controversial.js: line 333, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 333, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/controversial.js: line 333, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 333, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/controversial.js: line 333, col 100, ['prev'] is better written in dot notation. +build/public/templates/account/controversial.js: line 333, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 333, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/controversial.js: line 333, col 141, ['prev'] is better written in dot notation. +build/public/templates/account/controversial.js: line 333, col 149, ['page'] is better written in dot notation. +build/public/templates/account/controversial.js: line 334, col 118, Line is too long. +build/public/templates/account/controversial.js: line 337, col 160, Line is too long. +build/public/templates/account/controversial.js: line 337, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 337, col 45, ['pagination'] is better written in dot notation. +build/public/templates/account/controversial.js: line 337, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 337, col 78, ['pagination'] is better written in dot notation. +build/public/templates/account/controversial.js: line 337, col 92, ['next'] is better written in dot notation. +build/public/templates/account/controversial.js: line 337, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 337, col 119, ['pagination'] is better written in dot notation. +build/public/templates/account/controversial.js: line 337, col 133, ['next'] is better written in dot notation. +build/public/templates/account/controversial.js: line 337, col 141, ['active'] is better written in dot notation. +build/public/templates/account/controversial.js: line 341, col 166, Line is too long. +build/public/templates/account/controversial.js: line 341, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 341, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/controversial.js: line 341, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 341, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/controversial.js: line 341, col 100, ['next'] is better written in dot notation. +build/public/templates/account/controversial.js: line 341, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 341, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/controversial.js: line 341, col 141, ['next'] is better written in dot notation. +build/public/templates/account/controversial.js: line 341, col 149, ['qs'] is better written in dot notation. +build/public/templates/account/controversial.js: line 343, col 168, Line is too long. +build/public/templates/account/controversial.js: line 343, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 343, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/controversial.js: line 343, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 343, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/controversial.js: line 343, col 100, ['next'] is better written in dot notation. +build/public/templates/account/controversial.js: line 343, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 343, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/controversial.js: line 343, col 141, ['next'] is better written in dot notation. +build/public/templates/account/controversial.js: line 343, col 149, ['page'] is better written in dot notation. +build/public/templates/account/controversial.js: line 344, col 228, Line is too long. +build/public/templates/account/controversial.js: line 345, col 160, Line is too long. +build/public/templates/account/controversial.js: line 345, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 345, col 45, ['pagination'] is better written in dot notation. +build/public/templates/account/controversial.js: line 345, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 345, col 78, ['pagination'] is better written in dot notation. +build/public/templates/account/controversial.js: line 345, col 92, ['prev'] is better written in dot notation. +build/public/templates/account/controversial.js: line 345, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 345, col 119, ['pagination'] is better written in dot notation. +build/public/templates/account/controversial.js: line 345, col 133, ['prev'] is better written in dot notation. +build/public/templates/account/controversial.js: line 345, col 141, ['active'] is better written in dot notation. +build/public/templates/account/controversial.js: line 349, col 168, Line is too long. +build/public/templates/account/controversial.js: line 349, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 349, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/controversial.js: line 349, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 349, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/controversial.js: line 349, col 100, ['first'] is better written in dot notation. +build/public/templates/account/controversial.js: line 349, col 112, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 349, col 128, ['pagination'] is better written in dot notation. +build/public/templates/account/controversial.js: line 349, col 142, ['first'] is better written in dot notation. +build/public/templates/account/controversial.js: line 349, col 151, ['qs'] is better written in dot notation. +build/public/templates/account/controversial.js: line 350, col 162, Line is too long. +build/public/templates/account/controversial.js: line 351, col 160, Line is too long. +build/public/templates/account/controversial.js: line 351, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 351, col 45, ['pagination'] is better written in dot notation. +build/public/templates/account/controversial.js: line 351, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 351, col 78, ['pagination'] is better written in dot notation. +build/public/templates/account/controversial.js: line 351, col 92, ['prev'] is better written in dot notation. +build/public/templates/account/controversial.js: line 351, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 351, col 119, ['pagination'] is better written in dot notation. +build/public/templates/account/controversial.js: line 351, col 133, ['prev'] is better written in dot notation. +build/public/templates/account/controversial.js: line 351, col 141, ['active'] is better written in dot notation. +build/public/templates/account/controversial.js: line 355, col 166, Line is too long. +build/public/templates/account/controversial.js: line 355, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 355, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/controversial.js: line 355, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 355, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/controversial.js: line 355, col 100, ['prev'] is better written in dot notation. +build/public/templates/account/controversial.js: line 355, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 355, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/controversial.js: line 355, col 141, ['prev'] is better written in dot notation. +build/public/templates/account/controversial.js: line 355, col 149, ['qs'] is better written in dot notation. +build/public/templates/account/controversial.js: line 357, col 168, Line is too long. +build/public/templates/account/controversial.js: line 357, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 357, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/controversial.js: line 357, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 357, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/controversial.js: line 357, col 100, ['prev'] is better written in dot notation. +build/public/templates/account/controversial.js: line 357, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 357, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/controversial.js: line 357, col 141, ['prev'] is better written in dot notation. +build/public/templates/account/controversial.js: line 357, col 149, ['page'] is better written in dot notation. +build/public/templates/account/controversial.js: line 358, col 280, Line is too long. +build/public/templates/account/controversial.js: line 359, col 126, Line is too long. +build/public/templates/account/controversial.js: line 359, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 359, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/controversial.js: line 359, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 359, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/controversial.js: line 359, col 100, ['currentPage'] is better written in dot notation. +build/public/templates/account/controversial.js: line 361, col 124, Line is too long. +build/public/templates/account/controversial.js: line 361, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 361, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/controversial.js: line 361, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 361, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/controversial.js: line 361, col 100, ['pageCount'] is better written in dot notation. +build/public/templates/account/controversial.js: line 363, col 160, Line is too long. +build/public/templates/account/controversial.js: line 363, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 363, col 45, ['pagination'] is better written in dot notation. +build/public/templates/account/controversial.js: line 363, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 363, col 78, ['pagination'] is better written in dot notation. +build/public/templates/account/controversial.js: line 363, col 92, ['next'] is better written in dot notation. +build/public/templates/account/controversial.js: line 363, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 363, col 119, ['pagination'] is better written in dot notation. +build/public/templates/account/controversial.js: line 363, col 133, ['next'] is better written in dot notation. +build/public/templates/account/controversial.js: line 363, col 141, ['active'] is better written in dot notation. +build/public/templates/account/controversial.js: line 367, col 166, Line is too long. +build/public/templates/account/controversial.js: line 367, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 367, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/controversial.js: line 367, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 367, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/controversial.js: line 367, col 100, ['next'] is better written in dot notation. +build/public/templates/account/controversial.js: line 367, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 367, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/controversial.js: line 367, col 141, ['next'] is better written in dot notation. +build/public/templates/account/controversial.js: line 367, col 149, ['qs'] is better written in dot notation. +build/public/templates/account/controversial.js: line 369, col 168, Line is too long. +build/public/templates/account/controversial.js: line 369, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 369, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/controversial.js: line 369, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 369, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/controversial.js: line 369, col 100, ['next'] is better written in dot notation. +build/public/templates/account/controversial.js: line 369, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 369, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/controversial.js: line 369, col 141, ['next'] is better written in dot notation. +build/public/templates/account/controversial.js: line 369, col 149, ['page'] is better written in dot notation. +build/public/templates/account/controversial.js: line 370, col 140, Line is too long. +build/public/templates/account/controversial.js: line 371, col 160, Line is too long. +build/public/templates/account/controversial.js: line 371, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 371, col 45, ['pagination'] is better written in dot notation. +build/public/templates/account/controversial.js: line 371, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 371, col 78, ['pagination'] is better written in dot notation. +build/public/templates/account/controversial.js: line 371, col 92, ['next'] is better written in dot notation. +build/public/templates/account/controversial.js: line 371, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 371, col 119, ['pagination'] is better written in dot notation. +build/public/templates/account/controversial.js: line 371, col 133, ['next'] is better written in dot notation. +build/public/templates/account/controversial.js: line 371, col 141, ['active'] is better written in dot notation. +build/public/templates/account/controversial.js: line 375, col 166, Line is too long. +build/public/templates/account/controversial.js: line 375, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 375, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/controversial.js: line 375, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 375, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/controversial.js: line 375, col 100, ['last'] is better written in dot notation. +build/public/templates/account/controversial.js: line 375, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 375, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/controversial.js: line 375, col 141, ['last'] is better written in dot notation. +build/public/templates/account/controversial.js: line 375, col 149, ['qs'] is better written in dot notation. +build/public/templates/account/controversial.js: line 377, col 124, Line is too long. +build/public/templates/account/controversial.js: line 377, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 377, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/controversial.js: line 377, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 377, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/controversial.js: line 377, col 100, ['pageCount'] is better written in dot notation. +build/public/templates/account/controversial.js: line 378, col 128, Line is too long. +build/public/templates/account/controversial.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/account/controversial.js: line 387, col 119, Line is too long. +build/public/templates/account/controversial.js: line 387, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 387, col 52, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/controversial.js: line 393, col 133, Line is too long. +build/public/templates/account/controversial.js: line 400, col 156, Line is too long. +build/public/templates/account/controversial.js: line 400, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 400, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/controversial.js: line 400, col 63, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 400, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/controversial.js: line 400, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 400, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/controversial.js: line 400, col 140, ['url'] is better written in dot notation. +build/public/templates/account/controversial.js: line 402, col 170, Line is too long. +build/public/templates/account/controversial.js: line 402, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 402, col 57, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/controversial.js: line 402, col 75, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 402, col 91, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/controversial.js: line 402, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 402, col 131, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/controversial.js: line 402, col 152, ['url'] is better written in dot notation. +build/public/templates/account/controversial.js: line 406, col 167, Line is too long. +build/public/templates/account/controversial.js: line 406, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 406, col 53, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/controversial.js: line 406, col 71, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 406, col 87, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/controversial.js: line 406, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 406, col 127, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/controversial.js: line 406, col 148, ['text'] is better written in dot notation. +build/public/templates/account/controversial.js: line 410, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 413, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 413, col 53, ['rssFeedUrl'] is better written in dot notation. +build/public/templates/account/controversial.js: line 415, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 415, col 65, ['rssFeedUrl'] is better written in dot notation. +build/public/templates/account/controversial.js: line 421, col 156, Line is too long. +build/public/templates/account/controversial.js: line 421, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 421, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/controversial.js: line 421, col 63, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 421, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/controversial.js: line 421, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 421, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/controversial.js: line 421, col 140, ['url'] is better written in dot notation. +build/public/templates/account/controversial.js: line 388, col 13, 'key' is defined but never used. +build/public/templates/account/controversial.js: line 387, col 112, 'value' is defined but never used. +build/public/templates/account/controversial.js: line 386, col 11, 'value' is defined but never used. +build/public/templates/account/controversial.js: line 384, col 72, 'helper' is defined but never used. +build/public/templates/account/controversial.js: line 432, col 155, Line is too long. +build/public/templates/account/controversial.js: line 432, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 432, col 52, ['widgets'] is better written in dot notation. +build/public/templates/account/controversial.js: line 432, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 432, col 82, ['widgets'] is better written in dot notation. +build/public/templates/account/controversial.js: line 432, col 93, ['header'] is better written in dot notation. +build/public/templates/account/controversial.js: line 435, col 205, Line is too long. +build/public/templates/account/controversial.js: line 435, col 28, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 435, col 44, ['widgets'] is better written in dot notation. +build/public/templates/account/controversial.js: line 435, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 435, col 74, ['widgets'] is better written in dot notation. +build/public/templates/account/controversial.js: line 435, col 85, ['header'] is better written in dot notation. +build/public/templates/account/controversial.js: line 435, col 98, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 435, col 114, ['widgets'] is better written in dot notation. +build/public/templates/account/controversial.js: line 435, col 125, ['header'] is better written in dot notation. +build/public/templates/account/controversial.js: line 435, col 144, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 435, col 160, ['widgets'] is better written in dot notation. +build/public/templates/account/controversial.js: line 435, col 171, ['header'] is better written in dot notation. +build/public/templates/account/controversial.js: line 435, col 187, ['html'] is better written in dot notation. +build/public/templates/account/controversial.js: line 433, col 13, 'key' is defined but never used. +build/public/templates/account/controversial.js: line 432, col 148, 'value' is defined but never used. +build/public/templates/account/controversial.js: line 432, col 140, 'length' is defined but never used. +build/public/templates/account/controversial.js: line 432, col 133, 'index' is defined but never used. +build/public/templates/account/controversial.js: line 430, col 11, '__escape' is defined but never used. +build/public/templates/account/controversial.js: line 431, col 11, 'value' is defined but never used. +build/public/templates/account/controversial.js: line 429, col 77, 'helper' is defined but never used. +build/public/templates/account/controversial.js: line 444, col 121, Line is too long. +build/public/templates/account/controversial.js: line 444, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 444, col 52, ['profile_links'] is better written in dot notation. +build/public/templates/account/controversial.js: line 451, col 171, Line is too long. +build/public/templates/account/controversial.js: line 451, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 451, col 53, ['profile_links'] is better written in dot notation. +build/public/templates/account/controversial.js: line 451, col 73, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 451, col 89, ['profile_links'] is better written in dot notation. +build/public/templates/account/controversial.js: line 451, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 451, col 131, ['profile_links'] is better written in dot notation. +build/public/templates/account/controversial.js: line 451, col 154, ['id'] is better written in dot notation. +build/public/templates/account/controversial.js: line 453, col 165, Line is too long. +build/public/templates/account/controversial.js: line 453, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 453, col 45, ['profile_links'] is better written in dot notation. +build/public/templates/account/controversial.js: line 453, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 453, col 81, ['profile_links'] is better written in dot notation. +build/public/templates/account/controversial.js: line 453, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 453, col 123, ['profile_links'] is better written in dot notation. +build/public/templates/account/controversial.js: line 453, col 146, ['public'] is better written in dot notation. +build/public/templates/account/controversial.js: line 457, col 120, Line is too long. +build/public/templates/account/controversial.js: line 457, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 457, col 53, ['config'] is better written in dot notation. +build/public/templates/account/controversial.js: line 457, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 457, col 82, ['config'] is better written in dot notation. +build/public/templates/account/controversial.js: line 457, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/controversial.js: line 459, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 459, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/controversial.js: line 461, col 174, Line is too long. +build/public/templates/account/controversial.js: line 461, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 461, col 53, ['profile_links'] is better written in dot notation. +build/public/templates/account/controversial.js: line 461, col 73, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 461, col 89, ['profile_links'] is better written in dot notation. +build/public/templates/account/controversial.js: line 461, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 461, col 131, ['profile_links'] is better written in dot notation. +build/public/templates/account/controversial.js: line 461, col 154, ['route'] is better written in dot notation. +build/public/templates/account/controversial.js: line 463, col 163, Line is too long. +build/public/templates/account/controversial.js: line 463, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 463, col 45, ['profile_links'] is better written in dot notation. +build/public/templates/account/controversial.js: line 463, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 463, col 81, ['profile_links'] is better written in dot notation. +build/public/templates/account/controversial.js: line 463, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 463, col 123, ['profile_links'] is better written in dot notation. +build/public/templates/account/controversial.js: line 463, col 146, ['icon'] is better written in dot notation. +build/public/templates/account/controversial.js: line 465, col 177, Line is too long. +build/public/templates/account/controversial.js: line 465, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 465, col 57, ['profile_links'] is better written in dot notation. +build/public/templates/account/controversial.js: line 465, col 77, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 465, col 93, ['profile_links'] is better written in dot notation. +build/public/templates/account/controversial.js: line 465, col 119, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 465, col 135, ['profile_links'] is better written in dot notation. +build/public/templates/account/controversial.js: line 465, col 158, ['icon'] is better written in dot notation. +build/public/templates/account/controversial.js: line 468, col 173, Line is too long. +build/public/templates/account/controversial.js: line 468, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 468, col 53, ['profile_links'] is better written in dot notation. +build/public/templates/account/controversial.js: line 468, col 73, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 468, col 89, ['profile_links'] is better written in dot notation. +build/public/templates/account/controversial.js: line 468, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 468, col 131, ['profile_links'] is better written in dot notation. +build/public/templates/account/controversial.js: line 468, col 154, ['name'] is better written in dot notation. +build/public/templates/account/controversial.js: line 445, col 13, 'key' is defined but never used. +build/public/templates/account/controversial.js: line 444, col 114, 'value' is defined but never used. +build/public/templates/account/controversial.js: line 444, col 106, 'length' is defined but never used. +build/public/templates/account/controversial.js: line 443, col 11, 'value' is defined but never used. +build/public/templates/account/controversial.js: line 441, col 76, 'helper' is defined but never used. +build/public/templates/account/controversial.js: line 477, col 113, Line is too long. +build/public/templates/account/controversial.js: line 477, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 477, col 52, ['posts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 480, col 142, Line is too long. +build/public/templates/account/controversial.js: line 480, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 480, col 45, ['posts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 480, col 57, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 480, col 73, ['posts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 480, col 91, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 480, col 107, ['posts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 480, col 122, ['deleted'] is better written in dot notation. +build/public/templates/account/controversial.js: line 482, col 196, Line is too long. +build/public/templates/account/controversial.js: line 482, col 31, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 482, col 47, ['posts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 482, col 59, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 482, col 75, ['posts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 482, col 93, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 482, col 109, ['posts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 482, col 124, ['topic'] is better written in dot notation. +build/public/templates/account/controversial.js: line 482, col 136, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 482, col 152, ['posts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 482, col 167, ['topic'] is better written in dot notation. +build/public/templates/account/controversial.js: line 482, col 176, ['deleted'] is better written in dot notation. +build/public/templates/account/controversial.js: line 485, col 196, Line is too long. +build/public/templates/account/controversial.js: line 485, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 485, col 45, ['posts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 485, col 57, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 485, col 73, ['posts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 485, col 91, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 485, col 107, ['posts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 485, col 122, ['topic'] is better written in dot notation. +build/public/templates/account/controversial.js: line 485, col 134, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 485, col 150, ['posts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 485, col 165, ['topic'] is better written in dot notation. +build/public/templates/account/controversial.js: line 485, col 174, ['scheduled'] is better written in dot notation. +build/public/templates/account/controversial.js: line 489, col 148, Line is too long. +build/public/templates/account/controversial.js: line 489, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 489, col 53, ['posts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 489, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 489, col 81, ['posts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 489, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 489, col 115, ['posts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 489, col 130, ['pid'] is better written in dot notation. +build/public/templates/account/controversial.js: line 491, col 148, Line is too long. +build/public/templates/account/controversial.js: line 491, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 491, col 53, ['posts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 491, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 491, col 81, ['posts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 491, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 491, col 115, ['posts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 491, col 130, ['uid'] is better written in dot notation. +build/public/templates/account/controversial.js: line 492, col 121, Line is too long. +build/public/templates/account/controversial.js: line 493, col 120, Line is too long. +build/public/templates/account/controversial.js: line 493, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 493, col 53, ['config'] is better written in dot notation. +build/public/templates/account/controversial.js: line 493, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 493, col 82, ['config'] is better written in dot notation. +build/public/templates/account/controversial.js: line 493, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/controversial.js: line 495, col 198, Line is too long. +build/public/templates/account/controversial.js: line 495, col 85, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 495, col 101, ['posts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 495, col 113, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 495, col 129, ['posts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 495, col 147, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 495, col 163, ['posts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 495, col 178, ['pid'] is better written in dot notation. +build/public/templates/account/controversial.js: line 497, col 145, Line is too long. +build/public/templates/account/controversial.js: line 497, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 497, col 45, ['posts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 497, col 57, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 497, col 73, ['posts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 497, col 91, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 497, col 107, ['posts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 497, col 122, ['isMainPost'] is better written in dot notation. +build/public/templates/account/controversial.js: line 500, col 202, Line is too long. +build/public/templates/account/controversial.js: line 500, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 500, col 53, ['posts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 500, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 500, col 81, ['posts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 500, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 500, col 115, ['posts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 500, col 130, ['topic'] is better written in dot notation. +build/public/templates/account/controversial.js: line 500, col 142, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 500, col 158, ['posts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 500, col 173, ['topic'] is better written in dot notation. +build/public/templates/account/controversial.js: line 500, col 182, ['title'] is better written in dot notation. +build/public/templates/account/controversial.js: line 502, col 152, Line is too long. +build/public/templates/account/controversial.js: line 502, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 502, col 53, ['posts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 502, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 502, col 81, ['posts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 502, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 502, col 115, ['posts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 502, col 130, ['content'] is better written in dot notation. +build/public/templates/account/controversial.js: line 503, col 133, Line is too long. +build/public/templates/account/controversial.js: line 504, col 120, Line is too long. +build/public/templates/account/controversial.js: line 504, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 504, col 53, ['config'] is better written in dot notation. +build/public/templates/account/controversial.js: line 504, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 504, col 82, ['config'] is better written in dot notation. +build/public/templates/account/controversial.js: line 504, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/controversial.js: line 506, col 207, Line is too long. +build/public/templates/account/controversial.js: line 506, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 506, col 53, ['posts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 506, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 506, col 81, ['posts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 506, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 506, col 115, ['posts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 506, col 130, ['category'] is better written in dot notation. +build/public/templates/account/controversial.js: line 506, col 145, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 506, col 161, ['posts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 506, col 176, ['category'] is better written in dot notation. +build/public/templates/account/controversial.js: line 506, col 188, ['slug'] is better written in dot notation. +build/public/templates/account/controversial.js: line 508, col 207, Line is too long. +build/public/templates/account/controversial.js: line 508, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 508, col 53, ['posts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 508, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 508, col 81, ['posts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 508, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 508, col 115, ['posts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 508, col 130, ['category'] is better written in dot notation. +build/public/templates/account/controversial.js: line 508, col 145, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 508, col 161, ['posts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 508, col 176, ['category'] is better written in dot notation. +build/public/templates/account/controversial.js: line 508, col 188, ['name'] is better written in dot notation. +build/public/templates/account/controversial.js: line 510, col 145, Line is too long. +build/public/templates/account/controversial.js: line 510, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 510, col 45, ['posts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 510, col 57, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 510, col 73, ['posts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 510, col 91, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 510, col 107, ['posts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 510, col 122, ['isMainPost'] is better written in dot notation. +build/public/templates/account/controversial.js: line 512, col 256, Line is too long. +build/public/templates/account/controversial.js: line 512, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 512, col 49, ['posts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 512, col 61, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 512, col 77, ['posts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 512, col 95, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 512, col 111, ['posts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 512, col 126, ['topic'] is better written in dot notation. +build/public/templates/account/controversial.js: line 512, col 138, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 512, col 154, ['posts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 512, col 169, ['topic'] is better written in dot notation. +build/public/templates/account/controversial.js: line 512, col 178, ['tags'] is better written in dot notation. +build/public/templates/account/controversial.js: line 512, col 189, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 512, col 205, ['posts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 512, col 220, ['topic'] is better written in dot notation. +build/public/templates/account/controversial.js: line 512, col 229, ['tags'] is better written in dot notation. +build/public/templates/account/controversial.js: line 512, col 237, ['length'] is better written in dot notation. +build/public/templates/account/controversial.js: line 514, col 246, Line is too long. +build/public/templates/account/controversial.js: line 514, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 514, col 57, ['posts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 514, col 69, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 514, col 85, ['posts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 514, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 514, col 119, ['posts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 514, col 134, ['topic'] is better written in dot notation. +build/public/templates/account/controversial.js: line 514, col 146, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 514, col 162, ['posts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 514, col 177, ['topic'] is better written in dot notation. +build/public/templates/account/controversial.js: line 514, col 186, ['tags'] is better written in dot notation. +build/public/templates/account/controversial.js: line 517, col 132, Line is too long. +build/public/templates/account/controversial.js: line 517, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 517, col 65, ['config'] is better written in dot notation. +build/public/templates/account/controversial.js: line 517, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 517, col 94, ['config'] is better written in dot notation. +build/public/templates/account/controversial.js: line 517, col 104, ['relative_path'] is better written in dot notation. +build/public/templates/account/controversial.js: line 519, col 343, Line is too long. +build/public/templates/account/controversial.js: line 519, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 519, col 65, ['posts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 519, col 77, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 519, col 93, ['posts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 519, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 519, col 127, ['posts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 519, col 142, ['topic'] is better written in dot notation. +build/public/templates/account/controversial.js: line 519, col 154, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 519, col 170, ['posts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 519, col 185, ['topic'] is better written in dot notation. +build/public/templates/account/controversial.js: line 519, col 194, ['tags'] is better written in dot notation. +build/public/templates/account/controversial.js: line 519, col 205, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 519, col 221, ['posts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 519, col 236, ['topic'] is better written in dot notation. +build/public/templates/account/controversial.js: line 519, col 245, ['tags'] is better written in dot notation. +build/public/templates/account/controversial.js: line 519, col 262, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 519, col 278, ['posts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 519, col 293, ['topic'] is better written in dot notation. +build/public/templates/account/controversial.js: line 519, col 302, ['tags'] is better written in dot notation. +build/public/templates/account/controversial.js: line 519, col 316, ['valueEncoded'] is better written in dot notation. +build/public/templates/account/controversial.js: line 521, col 336, Line is too long. +build/public/templates/account/controversial.js: line 521, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 521, col 65, ['posts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 521, col 77, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 521, col 93, ['posts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 521, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 521, col 127, ['posts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 521, col 142, ['topic'] is better written in dot notation. +build/public/templates/account/controversial.js: line 521, col 154, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 521, col 170, ['posts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 521, col 185, ['topic'] is better written in dot notation. +build/public/templates/account/controversial.js: line 521, col 194, ['tags'] is better written in dot notation. +build/public/templates/account/controversial.js: line 521, col 205, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 521, col 221, ['posts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 521, col 236, ['topic'] is better written in dot notation. +build/public/templates/account/controversial.js: line 521, col 245, ['tags'] is better written in dot notation. +build/public/templates/account/controversial.js: line 521, col 262, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 521, col 278, ['posts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 521, col 293, ['topic'] is better written in dot notation. +build/public/templates/account/controversial.js: line 521, col 302, ['tags'] is better written in dot notation. +build/public/templates/account/controversial.js: line 523, col 343, Line is too long. +build/public/templates/account/controversial.js: line 523, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 523, col 65, ['posts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 523, col 77, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 523, col 93, ['posts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 523, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 523, col 127, ['posts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 523, col 142, ['topic'] is better written in dot notation. +build/public/templates/account/controversial.js: line 523, col 154, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 523, col 170, ['posts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 523, col 185, ['topic'] is better written in dot notation. +build/public/templates/account/controversial.js: line 523, col 194, ['tags'] is better written in dot notation. +build/public/templates/account/controversial.js: line 523, col 205, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 523, col 221, ['posts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 523, col 236, ['topic'] is better written in dot notation. +build/public/templates/account/controversial.js: line 523, col 245, ['tags'] is better written in dot notation. +build/public/templates/account/controversial.js: line 523, col 262, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 523, col 278, ['posts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 523, col 293, ['topic'] is better written in dot notation. +build/public/templates/account/controversial.js: line 523, col 302, ['tags'] is better written in dot notation. +build/public/templates/account/controversial.js: line 523, col 316, ['valueEscaped'] is better written in dot notation. +build/public/templates/account/controversial.js: line 515, col 25, 'key' is defined but never used. +build/public/templates/account/controversial.js: line 514, col 239, 'value' is defined but never used. +build/public/templates/account/controversial.js: line 514, col 231, 'length' is defined but never used. +build/public/templates/account/controversial.js: line 514, col 224, 'index' is defined but never used. +build/public/templates/account/controversial.js: line 533, col 120, Line is too long. +build/public/templates/account/controversial.js: line 533, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 533, col 53, ['config'] is better written in dot notation. +build/public/templates/account/controversial.js: line 533, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 533, col 82, ['config'] is better written in dot notation. +build/public/templates/account/controversial.js: line 533, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/controversial.js: line 535, col 203, Line is too long. +build/public/templates/account/controversial.js: line 535, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 535, col 53, ['posts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 535, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 535, col 81, ['posts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 535, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 535, col 115, ['posts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 535, col 130, ['user'] is better written in dot notation. +build/public/templates/account/controversial.js: line 535, col 141, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 535, col 157, ['posts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 535, col 172, ['user'] is better written in dot notation. +build/public/templates/account/controversial.js: line 535, col 180, ['userslug'] is better written in dot notation. +build/public/templates/account/controversial.js: line 537, col 278, Line is too long. +build/public/templates/account/controversial.js: line 537, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 537, col 94, ['posts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 537, col 106, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 537, col 122, ['posts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 537, col 140, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 537, col 156, ['posts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 537, col 171, ['user'] is better written in dot notation. +build/public/templates/account/controversial.js: line 537, col 214, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 538, col 111, Line is too long. +build/public/templates/account/controversial.js: line 539, col 120, Line is too long. +build/public/templates/account/controversial.js: line 539, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 539, col 53, ['config'] is better written in dot notation. +build/public/templates/account/controversial.js: line 539, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 539, col 82, ['config'] is better written in dot notation. +build/public/templates/account/controversial.js: line 539, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/controversial.js: line 541, col 203, Line is too long. +build/public/templates/account/controversial.js: line 541, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 541, col 53, ['posts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 541, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 541, col 81, ['posts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 541, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 541, col 115, ['posts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 541, col 130, ['user'] is better written in dot notation. +build/public/templates/account/controversial.js: line 541, col 141, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 541, col 157, ['posts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 541, col 172, ['user'] is better written in dot notation. +build/public/templates/account/controversial.js: line 541, col 180, ['userslug'] is better written in dot notation. +build/public/templates/account/controversial.js: line 543, col 206, Line is too long. +build/public/templates/account/controversial.js: line 543, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 543, col 53, ['posts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 543, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 543, col 81, ['posts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 543, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 543, col 115, ['posts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 543, col 130, ['user'] is better written in dot notation. +build/public/templates/account/controversial.js: line 543, col 141, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 543, col 157, ['posts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 543, col 172, ['user'] is better written in dot notation. +build/public/templates/account/controversial.js: line 543, col 180, ['displayname'] is better written in dot notation. +build/public/templates/account/controversial.js: line 545, col 157, Line is too long. +build/public/templates/account/controversial.js: line 545, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 545, col 53, ['posts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 545, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 545, col 81, ['posts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 545, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 545, col 115, ['posts'] is better written in dot notation. +build/public/templates/account/controversial.js: line 545, col 130, ['timestampISO'] is better written in dot notation. +build/public/templates/account/controversial.js: line 478, col 13, 'key' is defined but never used. +build/public/templates/account/controversial.js: line 477, col 106, 'value' is defined but never used. +build/public/templates/account/controversial.js: line 477, col 98, 'length' is defined but never used. +build/public/templates/account/controversial.js: line 477, col 91, 'index' is defined but never used. +build/public/templates/account/controversial.js: line 476, col 11, 'value' is defined but never used. +build/public/templates/account/controversial.js: line 554, col 160, Line is too long. +build/public/templates/account/controversial.js: line 554, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 554, col 52, ['pagination'] is better written in dot notation. +build/public/templates/account/controversial.js: line 554, col 69, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 554, col 85, ['pagination'] is better written in dot notation. +build/public/templates/account/controversial.js: line 554, col 99, ['pages'] is better written in dot notation. +build/public/templates/account/controversial.js: line 557, col 219, Line is too long. +build/public/templates/account/controversial.js: line 557, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 557, col 45, ['pagination'] is better written in dot notation. +build/public/templates/account/controversial.js: line 557, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 557, col 78, ['pagination'] is better written in dot notation. +build/public/templates/account/controversial.js: line 557, col 92, ['pages'] is better written in dot notation. +build/public/templates/account/controversial.js: line 557, col 104, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 557, col 120, ['pagination'] is better written in dot notation. +build/public/templates/account/controversial.js: line 557, col 134, ['pages'] is better written in dot notation. +build/public/templates/account/controversial.js: line 557, col 152, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 557, col 168, ['pagination'] is better written in dot notation. +build/public/templates/account/controversial.js: line 557, col 182, ['pages'] is better written in dot notation. +build/public/templates/account/controversial.js: line 557, col 197, ['separator'] is better written in dot notation. +build/public/templates/account/controversial.js: line 558, col 227, Line is too long. +build/public/templates/account/controversial.js: line 560, col 220, Line is too long. +build/public/templates/account/controversial.js: line 560, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 560, col 49, ['pagination'] is better written in dot notation. +build/public/templates/account/controversial.js: line 560, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 560, col 82, ['pagination'] is better written in dot notation. +build/public/templates/account/controversial.js: line 560, col 96, ['pages'] is better written in dot notation. +build/public/templates/account/controversial.js: line 560, col 108, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 560, col 124, ['pagination'] is better written in dot notation. +build/public/templates/account/controversial.js: line 560, col 138, ['pages'] is better written in dot notation. +build/public/templates/account/controversial.js: line 560, col 156, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 560, col 172, ['pagination'] is better written in dot notation. +build/public/templates/account/controversial.js: line 560, col 186, ['pages'] is better written in dot notation. +build/public/templates/account/controversial.js: line 560, col 201, ['active'] is better written in dot notation. +build/public/templates/account/controversial.js: line 564, col 226, Line is too long. +build/public/templates/account/controversial.js: line 564, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 564, col 57, ['pagination'] is better written in dot notation. +build/public/templates/account/controversial.js: line 564, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 564, col 90, ['pagination'] is better written in dot notation. +build/public/templates/account/controversial.js: line 564, col 104, ['pages'] is better written in dot notation. +build/public/templates/account/controversial.js: line 564, col 116, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 564, col 132, ['pagination'] is better written in dot notation. +build/public/templates/account/controversial.js: line 564, col 146, ['pages'] is better written in dot notation. +build/public/templates/account/controversial.js: line 564, col 164, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 564, col 180, ['pagination'] is better written in dot notation. +build/public/templates/account/controversial.js: line 564, col 194, ['pages'] is better written in dot notation. +build/public/templates/account/controversial.js: line 564, col 209, ['qs'] is better written in dot notation. +build/public/templates/account/controversial.js: line 566, col 228, Line is too long. +build/public/templates/account/controversial.js: line 566, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 566, col 57, ['pagination'] is better written in dot notation. +build/public/templates/account/controversial.js: line 566, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 566, col 90, ['pagination'] is better written in dot notation. +build/public/templates/account/controversial.js: line 566, col 104, ['pages'] is better written in dot notation. +build/public/templates/account/controversial.js: line 566, col 116, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 566, col 132, ['pagination'] is better written in dot notation. +build/public/templates/account/controversial.js: line 566, col 146, ['pages'] is better written in dot notation. +build/public/templates/account/controversial.js: line 566, col 164, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 566, col 180, ['pagination'] is better written in dot notation. +build/public/templates/account/controversial.js: line 566, col 194, ['pages'] is better written in dot notation. +build/public/templates/account/controversial.js: line 566, col 209, ['page'] is better written in dot notation. +build/public/templates/account/controversial.js: line 568, col 228, Line is too long. +build/public/templates/account/controversial.js: line 568, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 568, col 57, ['pagination'] is better written in dot notation. +build/public/templates/account/controversial.js: line 568, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 568, col 90, ['pagination'] is better written in dot notation. +build/public/templates/account/controversial.js: line 568, col 104, ['pages'] is better written in dot notation. +build/public/templates/account/controversial.js: line 568, col 116, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 568, col 132, ['pagination'] is better written in dot notation. +build/public/templates/account/controversial.js: line 568, col 146, ['pages'] is better written in dot notation. +build/public/templates/account/controversial.js: line 568, col 164, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 568, col 180, ['pagination'] is better written in dot notation. +build/public/templates/account/controversial.js: line 568, col 194, ['pages'] is better written in dot notation. +build/public/templates/account/controversial.js: line 568, col 209, ['page'] is better written in dot notation. +build/public/templates/account/controversial.js: line 570, col 228, Line is too long. +build/public/templates/account/controversial.js: line 570, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 570, col 57, ['pagination'] is better written in dot notation. +build/public/templates/account/controversial.js: line 570, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 570, col 90, ['pagination'] is better written in dot notation. +build/public/templates/account/controversial.js: line 570, col 104, ['pages'] is better written in dot notation. +build/public/templates/account/controversial.js: line 570, col 116, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 570, col 132, ['pagination'] is better written in dot notation. +build/public/templates/account/controversial.js: line 570, col 146, ['pages'] is better written in dot notation. +build/public/templates/account/controversial.js: line 570, col 164, Expected '!==' and instead saw '!='. +build/public/templates/account/controversial.js: line 570, col 180, ['pagination'] is better written in dot notation. +build/public/templates/account/controversial.js: line 570, col 194, ['pages'] is better written in dot notation. +build/public/templates/account/controversial.js: line 570, col 209, ['page'] is better written in dot notation. +build/public/templates/account/controversial.js: line 555, col 13, 'key' is defined but never used. +build/public/templates/account/controversial.js: line 554, col 153, 'value' is defined but never used. +build/public/templates/account/controversial.js: line 554, col 145, 'length' is defined but never used. +build/public/templates/account/controversial.js: line 554, col 138, 'index' is defined but never used. +build/public/templates/account/controversial.js: line 553, col 11, 'value' is defined but never used. +build/public/templates/account/controversial.js: line 551, col 81, 'helper' is defined but never used. +build/public/templates/account/controversial.js: line 580, col 3, Missing semicolon. +build/public/templates/account/controversial.js: line 5, col 46, 'define' is not defined. +build/public/templates/account/controversial.js: line 6, col 5, 'define' is not defined. + +build/public/templates/account/downvoted.js: line 13, col 109, Line is too long. +build/public/templates/account/downvoted.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 13, col 41, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 13, col 59, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 13, col 75, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 13, col 90, ['length'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 14, col 136, Line is too long. +build/public/templates/account/downvoted.js: line 15, col 26, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 21, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 23, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 25, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 25, col 49, ['uid'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 27, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 27, col 41, ['picture'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 29, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 29, col 53, ['picture'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 32, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 34, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 34, col 53, ['username'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 36, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 38, col 122, Line is too long. +build/public/templates/account/downvoted.js: line 39, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 39, col 49, ['status'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 41, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 41, col 49, ['status'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 43, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 43, col 41, ['loggedIn'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 45, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 45, col 45, ['isSelf'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 48, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 48, col 49, ['isFollowing'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 52, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 52, col 49, ['isFollowing'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 55, col 137, Line is too long. +build/public/templates/account/downvoted.js: line 59, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 59, col 41, ['allowCoverPicture'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 61, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 61, col 45, ['canEdit'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 62, col 485, Line is too long. +build/public/templates/account/downvoted.js: line 66, col 331, Line is too long. +build/public/templates/account/downvoted.js: line 67, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 67, col 41, ['loggedIn'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 69, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 69, col 45, ['isSelf'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 72, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 72, col 49, ['banned'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 75, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 75, col 53, ['canChat'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 77, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 77, col 57, ['hasPrivateChat'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 80, col 133, Line is too long. +build/public/templates/account/downvoted.js: line 81, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 81, col 65, ['username'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 82, col 157, Line is too long. +build/public/templates/account/downvoted.js: line 83, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 83, col 65, ['username'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 87, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 87, col 53, ['flagId'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 90, col 147, Line is too long. +build/public/templates/account/downvoted.js: line 91, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 91, col 53, ['flagId'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 94, col 130, Line is too long. +build/public/templates/account/downvoted.js: line 95, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 95, col 61, ['flagId'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 97, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 97, col 53, ['isBlocked'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 100, col 146, Line is too long. +build/public/templates/account/downvoted.js: line 101, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 101, col 53, ['isBlocked'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 104, col 177, Line is too long. +build/public/templates/account/downvoted.js: line 109, col 116, Line is too long. +build/public/templates/account/downvoted.js: line 109, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 109, col 49, ['config'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 109, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 109, col 78, ['config'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 109, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 111, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 111, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 112, col 101, Line is too long. +build/public/templates/account/downvoted.js: line 113, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 113, col 41, ['canEdit'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 115, col 120, Line is too long. +build/public/templates/account/downvoted.js: line 115, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 115, col 53, ['config'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 115, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 115, col 82, ['config'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 115, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 117, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 117, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 118, col 103, Line is too long. +build/public/templates/account/downvoted.js: line 119, col 120, Line is too long. +build/public/templates/account/downvoted.js: line 119, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 119, col 53, ['config'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 119, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 119, col 82, ['config'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 119, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 121, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 121, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 125, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 125, col 41, ['isSelf'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 128, col 122, Line is too long. +build/public/templates/account/downvoted.js: line 128, col 30, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 128, col 46, ['canBan'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 128, col 85, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 128, col 101, ['canMute'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 129, col 140, Line is too long. +build/public/templates/account/downvoted.js: line 132, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 132, col 45, ['canBan'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 134, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 134, col 49, ['banned'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 137, col 151, Line is too long. +build/public/templates/account/downvoted.js: line 138, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 138, col 49, ['banned'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 141, col 142, Line is too long. +build/public/templates/account/downvoted.js: line 144, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 144, col 45, ['canMute'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 146, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 146, col 49, ['muted'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 149, col 153, Line is too long. +build/public/templates/account/downvoted.js: line 150, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 150, col 49, ['muted'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 153, col 144, Line is too long. +build/public/templates/account/downvoted.js: line 156, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 156, col 45, ['isAdmin'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 157, col 398, Line is too long. +build/public/templates/account/downvoted.js: line 160, col 158, Line is too long. +build/public/templates/account/downvoted.js: line 161, col 116, Line is too long. +build/public/templates/account/downvoted.js: line 161, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 161, col 49, ['config'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 161, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 161, col 78, ['config'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 161, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 163, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 163, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 164, col 122, Line is too long. +build/public/templates/account/downvoted.js: line 165, col 112, Line is too long. +build/public/templates/account/downvoted.js: line 165, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 165, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 165, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 165, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 165, col 88, ['following'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 167, col 159, Line is too long. +build/public/templates/account/downvoted.js: line 167, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 167, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 167, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 167, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 167, col 133, ['following'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 168, col 117, Line is too long. +build/public/templates/account/downvoted.js: line 169, col 116, Line is too long. +build/public/templates/account/downvoted.js: line 169, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 169, col 49, ['config'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 169, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 169, col 78, ['config'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 169, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 171, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 171, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 172, col 122, Line is too long. +build/public/templates/account/downvoted.js: line 173, col 112, Line is too long. +build/public/templates/account/downvoted.js: line 173, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 173, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 173, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 173, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 173, col 88, ['followers'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 175, col 159, Line is too long. +build/public/templates/account/downvoted.js: line 175, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 175, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 175, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 175, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 175, col 133, ['followers'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 177, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 177, col 41, ['canEdit'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 178, col 103, Line is too long. +build/public/templates/account/downvoted.js: line 179, col 120, Line is too long. +build/public/templates/account/downvoted.js: line 179, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 179, col 53, ['config'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 179, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 179, col 82, ['config'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 179, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 181, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 181, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 182, col 120, Line is too long. +build/public/templates/account/downvoted.js: line 183, col 113, Line is too long. +build/public/templates/account/downvoted.js: line 183, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 183, col 53, ['counts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 183, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 183, col 82, ['counts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 183, col 92, ['blocks'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 185, col 160, Line is too long. +build/public/templates/account/downvoted.js: line 185, col 82, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 185, col 98, ['counts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 185, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 185, col 127, ['counts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 185, col 137, ['blocks'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 188, col 158, Line is too long. +build/public/templates/account/downvoted.js: line 189, col 116, Line is too long. +build/public/templates/account/downvoted.js: line 189, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 189, col 49, ['config'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 189, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 189, col 78, ['config'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 189, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 191, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 191, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 192, col 118, Line is too long. +build/public/templates/account/downvoted.js: line 193, col 109, Line is too long. +build/public/templates/account/downvoted.js: line 193, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 193, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 193, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 193, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 193, col 88, ['topics'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 195, col 156, Line is too long. +build/public/templates/account/downvoted.js: line 195, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 195, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 195, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 195, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 195, col 133, ['topics'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 196, col 117, Line is too long. +build/public/templates/account/downvoted.js: line 197, col 116, Line is too long. +build/public/templates/account/downvoted.js: line 197, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 197, col 49, ['config'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 197, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 197, col 78, ['config'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 197, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 199, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 199, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 200, col 116, Line is too long. +build/public/templates/account/downvoted.js: line 201, col 108, Line is too long. +build/public/templates/account/downvoted.js: line 201, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 201, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 201, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 201, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 201, col 88, ['posts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 203, col 155, Line is too long. +build/public/templates/account/downvoted.js: line 203, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 203, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 203, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 203, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 203, col 133, ['posts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 204, col 117, Line is too long. +build/public/templates/account/downvoted.js: line 205, col 116, Line is too long. +build/public/templates/account/downvoted.js: line 205, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 205, col 49, ['config'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 205, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 205, col 78, ['config'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 205, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 207, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 207, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 208, col 125, Line is too long. +build/public/templates/account/downvoted.js: line 209, col 109, Line is too long. +build/public/templates/account/downvoted.js: line 209, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 209, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 209, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 209, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 209, col 88, ['groups'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 211, col 156, Line is too long. +build/public/templates/account/downvoted.js: line 211, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 211, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 211, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 211, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 211, col 133, ['groups'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 213, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 213, col 41, ['canEdit'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 214, col 103, Line is too long. +build/public/templates/account/downvoted.js: line 215, col 120, Line is too long. +build/public/templates/account/downvoted.js: line 215, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 215, col 53, ['config'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 215, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 215, col 82, ['config'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 215, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 217, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 217, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 218, col 136, Line is too long. +build/public/templates/account/downvoted.js: line 219, col 124, Line is too long. +build/public/templates/account/downvoted.js: line 219, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 219, col 53, ['counts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 219, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 219, col 82, ['counts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 219, col 92, ['categoriesWatched'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 221, col 171, Line is too long. +build/public/templates/account/downvoted.js: line 221, col 82, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 221, col 98, ['counts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 221, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 221, col 127, ['counts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 221, col 137, ['categoriesWatched'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 223, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 223, col 45, ['isSelf'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 224, col 107, Line is too long. +build/public/templates/account/downvoted.js: line 225, col 124, Line is too long. +build/public/templates/account/downvoted.js: line 225, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 225, col 57, ['config'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 225, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 225, col 86, ['config'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 225, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 227, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 227, col 57, ['userslug'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 228, col 130, Line is too long. +build/public/templates/account/downvoted.js: line 229, col 122, Line is too long. +build/public/templates/account/downvoted.js: line 229, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 229, col 57, ['counts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 229, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 229, col 86, ['counts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 229, col 96, ['tagsWatched'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 231, col 169, Line is too long. +build/public/templates/account/downvoted.js: line 231, col 86, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 231, col 102, ['counts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 231, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 231, col 131, ['counts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 231, col 141, ['tagsWatched'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 234, col 105, Line is too long. +build/public/templates/account/downvoted.js: line 235, col 120, Line is too long. +build/public/templates/account/downvoted.js: line 235, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 235, col 53, ['config'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 235, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 235, col 82, ['config'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 235, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 237, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 237, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 238, col 124, Line is too long. +build/public/templates/account/downvoted.js: line 239, col 115, Line is too long. +build/public/templates/account/downvoted.js: line 239, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 239, col 53, ['counts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 239, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 239, col 82, ['counts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 239, col 92, ['uploaded'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 241, col 162, Line is too long. +build/public/templates/account/downvoted.js: line 241, col 82, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 241, col 98, ['counts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 241, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 241, col 127, ['counts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 241, col 137, ['uploaded'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 245, col 22, ['profile_links'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 246, col 241, Line is too long. +build/public/templates/account/downvoted.js: line 247, col 116, Line is too long. +build/public/templates/account/downvoted.js: line 247, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 247, col 49, ['config'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 247, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 247, col 78, ['config'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 247, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 249, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 249, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 251, col 110, Line is too long. +build/public/templates/account/downvoted.js: line 251, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 251, col 41, ['template'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 251, col 56, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 251, col 72, ['template'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 255, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 258, col 120, Line is too long. +build/public/templates/account/downvoted.js: line 258, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 258, col 53, ['config'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 258, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 258, col 82, ['config'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 258, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 260, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 260, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 262, col 113, Line is too long. +build/public/templates/account/downvoted.js: line 262, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 262, col 45, ['template'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 262, col 60, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 262, col 76, ['template'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 266, col 120, Line is too long. +build/public/templates/account/downvoted.js: line 266, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 266, col 53, ['config'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 266, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 266, col 82, ['config'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 266, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 268, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 268, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 270, col 122, Line is too long. +build/public/templates/account/downvoted.js: line 270, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 270, col 45, ['template'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 270, col 60, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 270, col 76, ['template'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 274, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 274, col 45, ['canEdit'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 276, col 124, Line is too long. +build/public/templates/account/downvoted.js: line 276, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 276, col 57, ['config'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 276, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 276, col 86, ['config'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 276, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 278, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 278, col 57, ['userslug'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 280, col 120, Line is too long. +build/public/templates/account/downvoted.js: line 280, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 280, col 49, ['template'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 280, col 64, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 280, col 80, ['template'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 284, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 287, col 128, Line is too long. +build/public/templates/account/downvoted.js: line 287, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 287, col 61, ['config'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 287, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 287, col 90, ['config'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 287, col 100, ['relative_path'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 289, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 289, col 61, ['userslug'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 291, col 126, Line is too long. +build/public/templates/account/downvoted.js: line 291, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 291, col 53, ['template'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 291, col 68, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 291, col 84, ['template'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 299, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 299, col 41, ['canEdit'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 301, col 120, Line is too long. +build/public/templates/account/downvoted.js: line 301, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 301, col 53, ['config'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 301, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 301, col 82, ['config'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 301, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 303, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 303, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 305, col 118, Line is too long. +build/public/templates/account/downvoted.js: line 305, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 305, col 45, ['template'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 305, col 60, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 305, col 76, ['template'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 311, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 311, col 41, ['posts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 311, col 53, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 311, col 69, ['posts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 311, col 78, ['length'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 314, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 314, col 53, ['noItemsFoundKey'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 316, col 113, Line is too long. +build/public/templates/account/downvoted.js: line 317, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 317, col 49, ['nextStart'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 319, col 22, ['posts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 320, col 151, Line is too long. +build/public/templates/account/downvoted.js: line 321, col 106, Line is too long. +build/public/templates/account/downvoted.js: line 321, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 321, col 41, ['config'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 321, col 54, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 321, col 70, ['config'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 321, col 80, ['usePagination'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 323, col 162, Line is too long. +build/public/templates/account/downvoted.js: line 323, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 323, col 45, ['pagination'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 323, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 323, col 78, ['pagination'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 323, col 92, ['pages'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 323, col 104, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 323, col 120, ['pagination'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 323, col 134, ['pages'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 323, col 143, ['length'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 326, col 159, Line is too long. +build/public/templates/account/downvoted.js: line 327, col 160, Line is too long. +build/public/templates/account/downvoted.js: line 327, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 327, col 45, ['pagination'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 327, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 327, col 78, ['pagination'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 327, col 92, ['prev'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 327, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 327, col 119, ['pagination'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 327, col 133, ['prev'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 327, col 141, ['active'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 331, col 166, Line is too long. +build/public/templates/account/downvoted.js: line 331, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 331, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 331, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 331, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 331, col 100, ['prev'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 331, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 331, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 331, col 141, ['prev'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 331, col 149, ['qs'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 333, col 168, Line is too long. +build/public/templates/account/downvoted.js: line 333, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 333, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 333, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 333, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 333, col 100, ['prev'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 333, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 333, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 333, col 141, ['prev'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 333, col 149, ['page'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 334, col 118, Line is too long. +build/public/templates/account/downvoted.js: line 337, col 160, Line is too long. +build/public/templates/account/downvoted.js: line 337, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 337, col 45, ['pagination'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 337, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 337, col 78, ['pagination'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 337, col 92, ['next'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 337, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 337, col 119, ['pagination'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 337, col 133, ['next'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 337, col 141, ['active'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 341, col 166, Line is too long. +build/public/templates/account/downvoted.js: line 341, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 341, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 341, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 341, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 341, col 100, ['next'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 341, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 341, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 341, col 141, ['next'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 341, col 149, ['qs'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 343, col 168, Line is too long. +build/public/templates/account/downvoted.js: line 343, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 343, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 343, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 343, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 343, col 100, ['next'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 343, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 343, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 343, col 141, ['next'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 343, col 149, ['page'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 344, col 228, Line is too long. +build/public/templates/account/downvoted.js: line 345, col 160, Line is too long. +build/public/templates/account/downvoted.js: line 345, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 345, col 45, ['pagination'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 345, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 345, col 78, ['pagination'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 345, col 92, ['prev'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 345, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 345, col 119, ['pagination'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 345, col 133, ['prev'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 345, col 141, ['active'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 349, col 168, Line is too long. +build/public/templates/account/downvoted.js: line 349, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 349, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 349, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 349, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 349, col 100, ['first'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 349, col 112, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 349, col 128, ['pagination'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 349, col 142, ['first'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 349, col 151, ['qs'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 350, col 162, Line is too long. +build/public/templates/account/downvoted.js: line 351, col 160, Line is too long. +build/public/templates/account/downvoted.js: line 351, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 351, col 45, ['pagination'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 351, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 351, col 78, ['pagination'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 351, col 92, ['prev'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 351, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 351, col 119, ['pagination'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 351, col 133, ['prev'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 351, col 141, ['active'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 355, col 166, Line is too long. +build/public/templates/account/downvoted.js: line 355, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 355, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 355, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 355, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 355, col 100, ['prev'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 355, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 355, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 355, col 141, ['prev'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 355, col 149, ['qs'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 357, col 168, Line is too long. +build/public/templates/account/downvoted.js: line 357, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 357, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 357, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 357, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 357, col 100, ['prev'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 357, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 357, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 357, col 141, ['prev'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 357, col 149, ['page'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 358, col 280, Line is too long. +build/public/templates/account/downvoted.js: line 359, col 126, Line is too long. +build/public/templates/account/downvoted.js: line 359, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 359, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 359, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 359, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 359, col 100, ['currentPage'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 361, col 124, Line is too long. +build/public/templates/account/downvoted.js: line 361, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 361, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 361, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 361, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 361, col 100, ['pageCount'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 363, col 160, Line is too long. +build/public/templates/account/downvoted.js: line 363, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 363, col 45, ['pagination'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 363, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 363, col 78, ['pagination'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 363, col 92, ['next'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 363, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 363, col 119, ['pagination'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 363, col 133, ['next'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 363, col 141, ['active'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 367, col 166, Line is too long. +build/public/templates/account/downvoted.js: line 367, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 367, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 367, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 367, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 367, col 100, ['next'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 367, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 367, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 367, col 141, ['next'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 367, col 149, ['qs'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 369, col 168, Line is too long. +build/public/templates/account/downvoted.js: line 369, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 369, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 369, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 369, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 369, col 100, ['next'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 369, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 369, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 369, col 141, ['next'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 369, col 149, ['page'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 370, col 140, Line is too long. +build/public/templates/account/downvoted.js: line 371, col 160, Line is too long. +build/public/templates/account/downvoted.js: line 371, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 371, col 45, ['pagination'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 371, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 371, col 78, ['pagination'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 371, col 92, ['next'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 371, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 371, col 119, ['pagination'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 371, col 133, ['next'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 371, col 141, ['active'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 375, col 166, Line is too long. +build/public/templates/account/downvoted.js: line 375, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 375, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 375, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 375, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 375, col 100, ['last'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 375, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 375, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 375, col 141, ['last'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 375, col 149, ['qs'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 377, col 124, Line is too long. +build/public/templates/account/downvoted.js: line 377, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 377, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 377, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 377, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 377, col 100, ['pageCount'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 378, col 128, Line is too long. +build/public/templates/account/downvoted.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/account/downvoted.js: line 387, col 119, Line is too long. +build/public/templates/account/downvoted.js: line 387, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 387, col 52, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 393, col 133, Line is too long. +build/public/templates/account/downvoted.js: line 400, col 156, Line is too long. +build/public/templates/account/downvoted.js: line 400, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 400, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 400, col 63, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 400, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 400, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 400, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 400, col 140, ['url'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 402, col 170, Line is too long. +build/public/templates/account/downvoted.js: line 402, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 402, col 57, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 402, col 75, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 402, col 91, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 402, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 402, col 131, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 402, col 152, ['url'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 406, col 167, Line is too long. +build/public/templates/account/downvoted.js: line 406, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 406, col 53, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 406, col 71, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 406, col 87, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 406, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 406, col 127, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 406, col 148, ['text'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 410, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 413, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 413, col 53, ['rssFeedUrl'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 415, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 415, col 65, ['rssFeedUrl'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 421, col 156, Line is too long. +build/public/templates/account/downvoted.js: line 421, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 421, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 421, col 63, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 421, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 421, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 421, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 421, col 140, ['url'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 388, col 13, 'key' is defined but never used. +build/public/templates/account/downvoted.js: line 387, col 112, 'value' is defined but never used. +build/public/templates/account/downvoted.js: line 386, col 11, 'value' is defined but never used. +build/public/templates/account/downvoted.js: line 384, col 72, 'helper' is defined but never used. +build/public/templates/account/downvoted.js: line 432, col 155, Line is too long. +build/public/templates/account/downvoted.js: line 432, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 432, col 52, ['widgets'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 432, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 432, col 82, ['widgets'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 432, col 93, ['header'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 435, col 205, Line is too long. +build/public/templates/account/downvoted.js: line 435, col 28, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 435, col 44, ['widgets'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 435, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 435, col 74, ['widgets'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 435, col 85, ['header'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 435, col 98, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 435, col 114, ['widgets'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 435, col 125, ['header'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 435, col 144, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 435, col 160, ['widgets'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 435, col 171, ['header'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 435, col 187, ['html'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 433, col 13, 'key' is defined but never used. +build/public/templates/account/downvoted.js: line 432, col 148, 'value' is defined but never used. +build/public/templates/account/downvoted.js: line 432, col 140, 'length' is defined but never used. +build/public/templates/account/downvoted.js: line 432, col 133, 'index' is defined but never used. +build/public/templates/account/downvoted.js: line 430, col 11, '__escape' is defined but never used. +build/public/templates/account/downvoted.js: line 431, col 11, 'value' is defined but never used. +build/public/templates/account/downvoted.js: line 429, col 77, 'helper' is defined but never used. +build/public/templates/account/downvoted.js: line 444, col 121, Line is too long. +build/public/templates/account/downvoted.js: line 444, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 444, col 52, ['profile_links'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 451, col 171, Line is too long. +build/public/templates/account/downvoted.js: line 451, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 451, col 53, ['profile_links'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 451, col 73, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 451, col 89, ['profile_links'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 451, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 451, col 131, ['profile_links'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 451, col 154, ['id'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 453, col 165, Line is too long. +build/public/templates/account/downvoted.js: line 453, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 453, col 45, ['profile_links'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 453, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 453, col 81, ['profile_links'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 453, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 453, col 123, ['profile_links'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 453, col 146, ['public'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 457, col 120, Line is too long. +build/public/templates/account/downvoted.js: line 457, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 457, col 53, ['config'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 457, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 457, col 82, ['config'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 457, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 459, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 459, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 461, col 174, Line is too long. +build/public/templates/account/downvoted.js: line 461, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 461, col 53, ['profile_links'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 461, col 73, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 461, col 89, ['profile_links'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 461, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 461, col 131, ['profile_links'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 461, col 154, ['route'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 463, col 163, Line is too long. +build/public/templates/account/downvoted.js: line 463, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 463, col 45, ['profile_links'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 463, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 463, col 81, ['profile_links'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 463, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 463, col 123, ['profile_links'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 463, col 146, ['icon'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 465, col 177, Line is too long. +build/public/templates/account/downvoted.js: line 465, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 465, col 57, ['profile_links'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 465, col 77, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 465, col 93, ['profile_links'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 465, col 119, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 465, col 135, ['profile_links'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 465, col 158, ['icon'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 468, col 173, Line is too long. +build/public/templates/account/downvoted.js: line 468, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 468, col 53, ['profile_links'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 468, col 73, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 468, col 89, ['profile_links'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 468, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 468, col 131, ['profile_links'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 468, col 154, ['name'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 445, col 13, 'key' is defined but never used. +build/public/templates/account/downvoted.js: line 444, col 114, 'value' is defined but never used. +build/public/templates/account/downvoted.js: line 444, col 106, 'length' is defined but never used. +build/public/templates/account/downvoted.js: line 443, col 11, 'value' is defined but never used. +build/public/templates/account/downvoted.js: line 441, col 76, 'helper' is defined but never used. +build/public/templates/account/downvoted.js: line 477, col 113, Line is too long. +build/public/templates/account/downvoted.js: line 477, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 477, col 52, ['posts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 480, col 142, Line is too long. +build/public/templates/account/downvoted.js: line 480, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 480, col 45, ['posts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 480, col 57, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 480, col 73, ['posts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 480, col 91, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 480, col 107, ['posts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 480, col 122, ['deleted'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 482, col 196, Line is too long. +build/public/templates/account/downvoted.js: line 482, col 31, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 482, col 47, ['posts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 482, col 59, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 482, col 75, ['posts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 482, col 93, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 482, col 109, ['posts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 482, col 124, ['topic'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 482, col 136, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 482, col 152, ['posts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 482, col 167, ['topic'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 482, col 176, ['deleted'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 485, col 196, Line is too long. +build/public/templates/account/downvoted.js: line 485, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 485, col 45, ['posts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 485, col 57, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 485, col 73, ['posts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 485, col 91, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 485, col 107, ['posts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 485, col 122, ['topic'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 485, col 134, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 485, col 150, ['posts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 485, col 165, ['topic'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 485, col 174, ['scheduled'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 489, col 148, Line is too long. +build/public/templates/account/downvoted.js: line 489, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 489, col 53, ['posts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 489, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 489, col 81, ['posts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 489, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 489, col 115, ['posts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 489, col 130, ['pid'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 491, col 148, Line is too long. +build/public/templates/account/downvoted.js: line 491, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 491, col 53, ['posts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 491, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 491, col 81, ['posts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 491, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 491, col 115, ['posts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 491, col 130, ['uid'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 492, col 121, Line is too long. +build/public/templates/account/downvoted.js: line 493, col 120, Line is too long. +build/public/templates/account/downvoted.js: line 493, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 493, col 53, ['config'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 493, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 493, col 82, ['config'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 493, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 495, col 198, Line is too long. +build/public/templates/account/downvoted.js: line 495, col 85, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 495, col 101, ['posts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 495, col 113, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 495, col 129, ['posts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 495, col 147, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 495, col 163, ['posts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 495, col 178, ['pid'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 497, col 145, Line is too long. +build/public/templates/account/downvoted.js: line 497, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 497, col 45, ['posts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 497, col 57, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 497, col 73, ['posts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 497, col 91, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 497, col 107, ['posts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 497, col 122, ['isMainPost'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 500, col 202, Line is too long. +build/public/templates/account/downvoted.js: line 500, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 500, col 53, ['posts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 500, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 500, col 81, ['posts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 500, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 500, col 115, ['posts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 500, col 130, ['topic'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 500, col 142, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 500, col 158, ['posts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 500, col 173, ['topic'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 500, col 182, ['title'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 502, col 152, Line is too long. +build/public/templates/account/downvoted.js: line 502, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 502, col 53, ['posts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 502, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 502, col 81, ['posts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 502, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 502, col 115, ['posts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 502, col 130, ['content'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 503, col 133, Line is too long. +build/public/templates/account/downvoted.js: line 504, col 120, Line is too long. +build/public/templates/account/downvoted.js: line 504, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 504, col 53, ['config'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 504, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 504, col 82, ['config'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 504, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 506, col 207, Line is too long. +build/public/templates/account/downvoted.js: line 506, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 506, col 53, ['posts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 506, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 506, col 81, ['posts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 506, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 506, col 115, ['posts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 506, col 130, ['category'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 506, col 145, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 506, col 161, ['posts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 506, col 176, ['category'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 506, col 188, ['slug'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 508, col 207, Line is too long. +build/public/templates/account/downvoted.js: line 508, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 508, col 53, ['posts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 508, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 508, col 81, ['posts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 508, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 508, col 115, ['posts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 508, col 130, ['category'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 508, col 145, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 508, col 161, ['posts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 508, col 176, ['category'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 508, col 188, ['name'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 510, col 145, Line is too long. +build/public/templates/account/downvoted.js: line 510, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 510, col 45, ['posts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 510, col 57, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 510, col 73, ['posts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 510, col 91, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 510, col 107, ['posts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 510, col 122, ['isMainPost'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 512, col 256, Line is too long. +build/public/templates/account/downvoted.js: line 512, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 512, col 49, ['posts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 512, col 61, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 512, col 77, ['posts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 512, col 95, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 512, col 111, ['posts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 512, col 126, ['topic'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 512, col 138, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 512, col 154, ['posts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 512, col 169, ['topic'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 512, col 178, ['tags'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 512, col 189, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 512, col 205, ['posts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 512, col 220, ['topic'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 512, col 229, ['tags'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 512, col 237, ['length'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 514, col 246, Line is too long. +build/public/templates/account/downvoted.js: line 514, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 514, col 57, ['posts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 514, col 69, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 514, col 85, ['posts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 514, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 514, col 119, ['posts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 514, col 134, ['topic'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 514, col 146, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 514, col 162, ['posts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 514, col 177, ['topic'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 514, col 186, ['tags'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 517, col 132, Line is too long. +build/public/templates/account/downvoted.js: line 517, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 517, col 65, ['config'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 517, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 517, col 94, ['config'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 517, col 104, ['relative_path'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 519, col 343, Line is too long. +build/public/templates/account/downvoted.js: line 519, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 519, col 65, ['posts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 519, col 77, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 519, col 93, ['posts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 519, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 519, col 127, ['posts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 519, col 142, ['topic'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 519, col 154, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 519, col 170, ['posts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 519, col 185, ['topic'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 519, col 194, ['tags'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 519, col 205, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 519, col 221, ['posts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 519, col 236, ['topic'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 519, col 245, ['tags'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 519, col 262, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 519, col 278, ['posts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 519, col 293, ['topic'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 519, col 302, ['tags'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 519, col 316, ['valueEncoded'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 521, col 336, Line is too long. +build/public/templates/account/downvoted.js: line 521, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 521, col 65, ['posts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 521, col 77, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 521, col 93, ['posts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 521, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 521, col 127, ['posts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 521, col 142, ['topic'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 521, col 154, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 521, col 170, ['posts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 521, col 185, ['topic'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 521, col 194, ['tags'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 521, col 205, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 521, col 221, ['posts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 521, col 236, ['topic'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 521, col 245, ['tags'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 521, col 262, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 521, col 278, ['posts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 521, col 293, ['topic'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 521, col 302, ['tags'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 523, col 343, Line is too long. +build/public/templates/account/downvoted.js: line 523, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 523, col 65, ['posts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 523, col 77, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 523, col 93, ['posts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 523, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 523, col 127, ['posts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 523, col 142, ['topic'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 523, col 154, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 523, col 170, ['posts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 523, col 185, ['topic'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 523, col 194, ['tags'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 523, col 205, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 523, col 221, ['posts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 523, col 236, ['topic'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 523, col 245, ['tags'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 523, col 262, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 523, col 278, ['posts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 523, col 293, ['topic'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 523, col 302, ['tags'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 523, col 316, ['valueEscaped'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 515, col 25, 'key' is defined but never used. +build/public/templates/account/downvoted.js: line 514, col 239, 'value' is defined but never used. +build/public/templates/account/downvoted.js: line 514, col 231, 'length' is defined but never used. +build/public/templates/account/downvoted.js: line 514, col 224, 'index' is defined but never used. +build/public/templates/account/downvoted.js: line 533, col 120, Line is too long. +build/public/templates/account/downvoted.js: line 533, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 533, col 53, ['config'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 533, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 533, col 82, ['config'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 533, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 535, col 203, Line is too long. +build/public/templates/account/downvoted.js: line 535, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 535, col 53, ['posts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 535, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 535, col 81, ['posts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 535, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 535, col 115, ['posts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 535, col 130, ['user'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 535, col 141, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 535, col 157, ['posts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 535, col 172, ['user'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 535, col 180, ['userslug'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 537, col 278, Line is too long. +build/public/templates/account/downvoted.js: line 537, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 537, col 94, ['posts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 537, col 106, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 537, col 122, ['posts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 537, col 140, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 537, col 156, ['posts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 537, col 171, ['user'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 537, col 214, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 538, col 111, Line is too long. +build/public/templates/account/downvoted.js: line 539, col 120, Line is too long. +build/public/templates/account/downvoted.js: line 539, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 539, col 53, ['config'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 539, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 539, col 82, ['config'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 539, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 541, col 203, Line is too long. +build/public/templates/account/downvoted.js: line 541, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 541, col 53, ['posts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 541, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 541, col 81, ['posts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 541, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 541, col 115, ['posts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 541, col 130, ['user'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 541, col 141, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 541, col 157, ['posts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 541, col 172, ['user'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 541, col 180, ['userslug'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 543, col 206, Line is too long. +build/public/templates/account/downvoted.js: line 543, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 543, col 53, ['posts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 543, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 543, col 81, ['posts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 543, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 543, col 115, ['posts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 543, col 130, ['user'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 543, col 141, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 543, col 157, ['posts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 543, col 172, ['user'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 543, col 180, ['displayname'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 545, col 157, Line is too long. +build/public/templates/account/downvoted.js: line 545, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 545, col 53, ['posts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 545, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 545, col 81, ['posts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 545, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 545, col 115, ['posts'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 545, col 130, ['timestampISO'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 478, col 13, 'key' is defined but never used. +build/public/templates/account/downvoted.js: line 477, col 106, 'value' is defined but never used. +build/public/templates/account/downvoted.js: line 477, col 98, 'length' is defined but never used. +build/public/templates/account/downvoted.js: line 477, col 91, 'index' is defined but never used. +build/public/templates/account/downvoted.js: line 476, col 11, 'value' is defined but never used. +build/public/templates/account/downvoted.js: line 554, col 160, Line is too long. +build/public/templates/account/downvoted.js: line 554, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 554, col 52, ['pagination'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 554, col 69, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 554, col 85, ['pagination'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 554, col 99, ['pages'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 557, col 219, Line is too long. +build/public/templates/account/downvoted.js: line 557, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 557, col 45, ['pagination'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 557, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 557, col 78, ['pagination'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 557, col 92, ['pages'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 557, col 104, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 557, col 120, ['pagination'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 557, col 134, ['pages'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 557, col 152, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 557, col 168, ['pagination'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 557, col 182, ['pages'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 557, col 197, ['separator'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 558, col 227, Line is too long. +build/public/templates/account/downvoted.js: line 560, col 220, Line is too long. +build/public/templates/account/downvoted.js: line 560, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 560, col 49, ['pagination'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 560, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 560, col 82, ['pagination'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 560, col 96, ['pages'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 560, col 108, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 560, col 124, ['pagination'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 560, col 138, ['pages'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 560, col 156, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 560, col 172, ['pagination'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 560, col 186, ['pages'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 560, col 201, ['active'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 564, col 226, Line is too long. +build/public/templates/account/downvoted.js: line 564, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 564, col 57, ['pagination'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 564, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 564, col 90, ['pagination'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 564, col 104, ['pages'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 564, col 116, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 564, col 132, ['pagination'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 564, col 146, ['pages'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 564, col 164, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 564, col 180, ['pagination'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 564, col 194, ['pages'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 564, col 209, ['qs'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 566, col 228, Line is too long. +build/public/templates/account/downvoted.js: line 566, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 566, col 57, ['pagination'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 566, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 566, col 90, ['pagination'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 566, col 104, ['pages'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 566, col 116, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 566, col 132, ['pagination'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 566, col 146, ['pages'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 566, col 164, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 566, col 180, ['pagination'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 566, col 194, ['pages'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 566, col 209, ['page'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 568, col 228, Line is too long. +build/public/templates/account/downvoted.js: line 568, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 568, col 57, ['pagination'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 568, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 568, col 90, ['pagination'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 568, col 104, ['pages'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 568, col 116, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 568, col 132, ['pagination'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 568, col 146, ['pages'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 568, col 164, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 568, col 180, ['pagination'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 568, col 194, ['pages'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 568, col 209, ['page'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 570, col 228, Line is too long. +build/public/templates/account/downvoted.js: line 570, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 570, col 57, ['pagination'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 570, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 570, col 90, ['pagination'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 570, col 104, ['pages'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 570, col 116, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 570, col 132, ['pagination'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 570, col 146, ['pages'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 570, col 164, Expected '!==' and instead saw '!='. +build/public/templates/account/downvoted.js: line 570, col 180, ['pagination'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 570, col 194, ['pages'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 570, col 209, ['page'] is better written in dot notation. +build/public/templates/account/downvoted.js: line 555, col 13, 'key' is defined but never used. +build/public/templates/account/downvoted.js: line 554, col 153, 'value' is defined but never used. +build/public/templates/account/downvoted.js: line 554, col 145, 'length' is defined but never used. +build/public/templates/account/downvoted.js: line 554, col 138, 'index' is defined but never used. +build/public/templates/account/downvoted.js: line 553, col 11, 'value' is defined but never used. +build/public/templates/account/downvoted.js: line 551, col 81, 'helper' is defined but never used. +build/public/templates/account/downvoted.js: line 580, col 3, Missing semicolon. +build/public/templates/account/downvoted.js: line 5, col 46, 'define' is not defined. +build/public/templates/account/downvoted.js: line 6, col 5, 'define' is not defined. + +build/public/templates/account/edit/password.js: line 13, col 109, Line is too long. +build/public/templates/account/edit/password.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 13, col 41, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 13, col 59, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 13, col 75, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 13, col 90, ['length'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 14, col 136, Line is too long. +build/public/templates/account/edit/password.js: line 15, col 26, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 21, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 23, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 25, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 25, col 49, ['uid'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 27, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 27, col 41, ['picture'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 29, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 29, col 53, ['picture'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 32, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 34, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 34, col 53, ['username'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 36, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 38, col 122, Line is too long. +build/public/templates/account/edit/password.js: line 39, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 39, col 49, ['status'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 41, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 41, col 49, ['status'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 43, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 43, col 41, ['loggedIn'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 45, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 45, col 45, ['isSelf'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 48, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 48, col 49, ['isFollowing'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 52, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 52, col 49, ['isFollowing'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 55, col 137, Line is too long. +build/public/templates/account/edit/password.js: line 59, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 59, col 41, ['allowCoverPicture'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 61, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 61, col 45, ['canEdit'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 62, col 485, Line is too long. +build/public/templates/account/edit/password.js: line 66, col 331, Line is too long. +build/public/templates/account/edit/password.js: line 67, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 67, col 41, ['loggedIn'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 69, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 69, col 45, ['isSelf'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 72, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 72, col 49, ['banned'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 75, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 75, col 53, ['canChat'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 77, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 77, col 57, ['hasPrivateChat'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 80, col 133, Line is too long. +build/public/templates/account/edit/password.js: line 81, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 81, col 65, ['username'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 82, col 157, Line is too long. +build/public/templates/account/edit/password.js: line 83, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 83, col 65, ['username'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 87, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 87, col 53, ['flagId'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 90, col 147, Line is too long. +build/public/templates/account/edit/password.js: line 91, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 91, col 53, ['flagId'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 94, col 130, Line is too long. +build/public/templates/account/edit/password.js: line 95, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 95, col 61, ['flagId'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 97, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 97, col 53, ['isBlocked'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 100, col 146, Line is too long. +build/public/templates/account/edit/password.js: line 101, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 101, col 53, ['isBlocked'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 104, col 177, Line is too long. +build/public/templates/account/edit/password.js: line 109, col 116, Line is too long. +build/public/templates/account/edit/password.js: line 109, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 109, col 49, ['config'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 109, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 109, col 78, ['config'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 109, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 111, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 111, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 112, col 101, Line is too long. +build/public/templates/account/edit/password.js: line 113, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 113, col 41, ['canEdit'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 115, col 120, Line is too long. +build/public/templates/account/edit/password.js: line 115, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 115, col 53, ['config'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 115, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 115, col 82, ['config'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 115, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 117, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 117, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 118, col 103, Line is too long. +build/public/templates/account/edit/password.js: line 119, col 120, Line is too long. +build/public/templates/account/edit/password.js: line 119, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 119, col 53, ['config'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 119, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 119, col 82, ['config'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 119, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 121, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 121, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 125, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 125, col 41, ['isSelf'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 128, col 122, Line is too long. +build/public/templates/account/edit/password.js: line 128, col 30, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 128, col 46, ['canBan'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 128, col 85, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 128, col 101, ['canMute'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 129, col 140, Line is too long. +build/public/templates/account/edit/password.js: line 132, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 132, col 45, ['canBan'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 134, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 134, col 49, ['banned'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 137, col 151, Line is too long. +build/public/templates/account/edit/password.js: line 138, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 138, col 49, ['banned'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 141, col 142, Line is too long. +build/public/templates/account/edit/password.js: line 144, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 144, col 45, ['canMute'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 146, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 146, col 49, ['muted'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 149, col 153, Line is too long. +build/public/templates/account/edit/password.js: line 150, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 150, col 49, ['muted'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 153, col 144, Line is too long. +build/public/templates/account/edit/password.js: line 156, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 156, col 45, ['isAdmin'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 157, col 398, Line is too long. +build/public/templates/account/edit/password.js: line 160, col 158, Line is too long. +build/public/templates/account/edit/password.js: line 161, col 116, Line is too long. +build/public/templates/account/edit/password.js: line 161, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 161, col 49, ['config'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 161, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 161, col 78, ['config'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 161, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 163, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 163, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 164, col 122, Line is too long. +build/public/templates/account/edit/password.js: line 165, col 112, Line is too long. +build/public/templates/account/edit/password.js: line 165, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 165, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 165, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 165, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 165, col 88, ['following'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 167, col 159, Line is too long. +build/public/templates/account/edit/password.js: line 167, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 167, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 167, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 167, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 167, col 133, ['following'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 168, col 117, Line is too long. +build/public/templates/account/edit/password.js: line 169, col 116, Line is too long. +build/public/templates/account/edit/password.js: line 169, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 169, col 49, ['config'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 169, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 169, col 78, ['config'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 169, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 171, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 171, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 172, col 122, Line is too long. +build/public/templates/account/edit/password.js: line 173, col 112, Line is too long. +build/public/templates/account/edit/password.js: line 173, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 173, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 173, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 173, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 173, col 88, ['followers'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 175, col 159, Line is too long. +build/public/templates/account/edit/password.js: line 175, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 175, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 175, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 175, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 175, col 133, ['followers'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 177, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 177, col 41, ['canEdit'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 178, col 103, Line is too long. +build/public/templates/account/edit/password.js: line 179, col 120, Line is too long. +build/public/templates/account/edit/password.js: line 179, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 179, col 53, ['config'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 179, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 179, col 82, ['config'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 179, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 181, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 181, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 182, col 120, Line is too long. +build/public/templates/account/edit/password.js: line 183, col 113, Line is too long. +build/public/templates/account/edit/password.js: line 183, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 183, col 53, ['counts'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 183, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 183, col 82, ['counts'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 183, col 92, ['blocks'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 185, col 160, Line is too long. +build/public/templates/account/edit/password.js: line 185, col 82, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 185, col 98, ['counts'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 185, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 185, col 127, ['counts'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 185, col 137, ['blocks'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 188, col 158, Line is too long. +build/public/templates/account/edit/password.js: line 189, col 116, Line is too long. +build/public/templates/account/edit/password.js: line 189, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 189, col 49, ['config'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 189, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 189, col 78, ['config'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 189, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 191, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 191, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 192, col 118, Line is too long. +build/public/templates/account/edit/password.js: line 193, col 109, Line is too long. +build/public/templates/account/edit/password.js: line 193, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 193, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 193, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 193, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 193, col 88, ['topics'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 195, col 156, Line is too long. +build/public/templates/account/edit/password.js: line 195, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 195, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 195, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 195, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 195, col 133, ['topics'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 196, col 117, Line is too long. +build/public/templates/account/edit/password.js: line 197, col 116, Line is too long. +build/public/templates/account/edit/password.js: line 197, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 197, col 49, ['config'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 197, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 197, col 78, ['config'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 197, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 199, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 199, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 200, col 116, Line is too long. +build/public/templates/account/edit/password.js: line 201, col 108, Line is too long. +build/public/templates/account/edit/password.js: line 201, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 201, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 201, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 201, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 201, col 88, ['posts'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 203, col 155, Line is too long. +build/public/templates/account/edit/password.js: line 203, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 203, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 203, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 203, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 203, col 133, ['posts'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 204, col 117, Line is too long. +build/public/templates/account/edit/password.js: line 205, col 116, Line is too long. +build/public/templates/account/edit/password.js: line 205, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 205, col 49, ['config'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 205, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 205, col 78, ['config'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 205, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 207, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 207, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 208, col 125, Line is too long. +build/public/templates/account/edit/password.js: line 209, col 109, Line is too long. +build/public/templates/account/edit/password.js: line 209, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 209, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 209, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 209, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 209, col 88, ['groups'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 211, col 156, Line is too long. +build/public/templates/account/edit/password.js: line 211, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 211, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 211, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 211, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 211, col 133, ['groups'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 213, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 213, col 41, ['canEdit'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 214, col 103, Line is too long. +build/public/templates/account/edit/password.js: line 215, col 120, Line is too long. +build/public/templates/account/edit/password.js: line 215, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 215, col 53, ['config'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 215, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 215, col 82, ['config'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 215, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 217, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 217, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 218, col 136, Line is too long. +build/public/templates/account/edit/password.js: line 219, col 124, Line is too long. +build/public/templates/account/edit/password.js: line 219, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 219, col 53, ['counts'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 219, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 219, col 82, ['counts'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 219, col 92, ['categoriesWatched'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 221, col 171, Line is too long. +build/public/templates/account/edit/password.js: line 221, col 82, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 221, col 98, ['counts'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 221, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 221, col 127, ['counts'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 221, col 137, ['categoriesWatched'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 223, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 223, col 45, ['isSelf'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 224, col 107, Line is too long. +build/public/templates/account/edit/password.js: line 225, col 124, Line is too long. +build/public/templates/account/edit/password.js: line 225, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 225, col 57, ['config'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 225, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 225, col 86, ['config'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 225, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 227, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 227, col 57, ['userslug'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 228, col 130, Line is too long. +build/public/templates/account/edit/password.js: line 229, col 122, Line is too long. +build/public/templates/account/edit/password.js: line 229, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 229, col 57, ['counts'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 229, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 229, col 86, ['counts'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 229, col 96, ['tagsWatched'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 231, col 169, Line is too long. +build/public/templates/account/edit/password.js: line 231, col 86, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 231, col 102, ['counts'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 231, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 231, col 131, ['counts'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 231, col 141, ['tagsWatched'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 234, col 105, Line is too long. +build/public/templates/account/edit/password.js: line 235, col 120, Line is too long. +build/public/templates/account/edit/password.js: line 235, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 235, col 53, ['config'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 235, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 235, col 82, ['config'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 235, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 237, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 237, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 238, col 124, Line is too long. +build/public/templates/account/edit/password.js: line 239, col 115, Line is too long. +build/public/templates/account/edit/password.js: line 239, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 239, col 53, ['counts'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 239, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 239, col 82, ['counts'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 239, col 92, ['uploaded'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 241, col 162, Line is too long. +build/public/templates/account/edit/password.js: line 241, col 82, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 241, col 98, ['counts'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 241, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 241, col 127, ['counts'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 241, col 137, ['uploaded'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 245, col 22, ['profile_links'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 246, col 158, Line is too long. +build/public/templates/account/edit/password.js: line 247, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 247, col 41, ['isSelf'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 248, col 286, Line is too long. +build/public/templates/account/edit/password.js: line 249, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 249, col 45, ['hasPassword'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 254, col 841, Line is too long. +build/public/templates/account/edit/password.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/account/edit/password.js: line 261, col 119, Line is too long. +build/public/templates/account/edit/password.js: line 261, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 261, col 52, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 267, col 133, Line is too long. +build/public/templates/account/edit/password.js: line 274, col 156, Line is too long. +build/public/templates/account/edit/password.js: line 274, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 274, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 274, col 63, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 274, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 274, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 274, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 274, col 140, ['url'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 276, col 170, Line is too long. +build/public/templates/account/edit/password.js: line 276, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 276, col 57, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 276, col 75, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 276, col 91, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 276, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 276, col 131, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 276, col 152, ['url'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 280, col 167, Line is too long. +build/public/templates/account/edit/password.js: line 280, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 280, col 53, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 280, col 71, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 280, col 87, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 280, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 280, col 127, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 280, col 148, ['text'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 284, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 287, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 287, col 53, ['rssFeedUrl'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 289, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 289, col 65, ['rssFeedUrl'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 295, col 156, Line is too long. +build/public/templates/account/edit/password.js: line 295, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 295, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 295, col 63, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 295, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 295, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 295, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 295, col 140, ['url'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 262, col 13, 'key' is defined but never used. +build/public/templates/account/edit/password.js: line 261, col 112, 'value' is defined but never used. +build/public/templates/account/edit/password.js: line 260, col 11, 'value' is defined but never used. +build/public/templates/account/edit/password.js: line 258, col 72, 'helper' is defined but never used. +build/public/templates/account/edit/password.js: line 306, col 155, Line is too long. +build/public/templates/account/edit/password.js: line 306, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 306, col 52, ['widgets'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 306, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 306, col 82, ['widgets'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 306, col 93, ['header'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 309, col 205, Line is too long. +build/public/templates/account/edit/password.js: line 309, col 28, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 309, col 44, ['widgets'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 309, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 309, col 74, ['widgets'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 309, col 85, ['header'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 309, col 98, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 309, col 114, ['widgets'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 309, col 125, ['header'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 309, col 144, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 309, col 160, ['widgets'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 309, col 171, ['header'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 309, col 187, ['html'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 307, col 13, 'key' is defined but never used. +build/public/templates/account/edit/password.js: line 306, col 148, 'value' is defined but never used. +build/public/templates/account/edit/password.js: line 306, col 140, 'length' is defined but never used. +build/public/templates/account/edit/password.js: line 306, col 133, 'index' is defined but never used. +build/public/templates/account/edit/password.js: line 304, col 11, '__escape' is defined but never used. +build/public/templates/account/edit/password.js: line 305, col 11, 'value' is defined but never used. +build/public/templates/account/edit/password.js: line 303, col 77, 'helper' is defined but never used. +build/public/templates/account/edit/password.js: line 318, col 121, Line is too long. +build/public/templates/account/edit/password.js: line 318, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 318, col 52, ['profile_links'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 325, col 171, Line is too long. +build/public/templates/account/edit/password.js: line 325, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 325, col 53, ['profile_links'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 325, col 73, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 325, col 89, ['profile_links'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 325, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 325, col 131, ['profile_links'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 325, col 154, ['id'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 327, col 165, Line is too long. +build/public/templates/account/edit/password.js: line 327, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 327, col 45, ['profile_links'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 327, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 327, col 81, ['profile_links'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 327, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 327, col 123, ['profile_links'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 327, col 146, ['public'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 331, col 120, Line is too long. +build/public/templates/account/edit/password.js: line 331, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 331, col 53, ['config'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 331, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 331, col 82, ['config'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 331, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 333, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 333, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 335, col 174, Line is too long. +build/public/templates/account/edit/password.js: line 335, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 335, col 53, ['profile_links'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 335, col 73, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 335, col 89, ['profile_links'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 335, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 335, col 131, ['profile_links'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 335, col 154, ['route'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 337, col 163, Line is too long. +build/public/templates/account/edit/password.js: line 337, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 337, col 45, ['profile_links'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 337, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 337, col 81, ['profile_links'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 337, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 337, col 123, ['profile_links'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 337, col 146, ['icon'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 339, col 177, Line is too long. +build/public/templates/account/edit/password.js: line 339, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 339, col 57, ['profile_links'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 339, col 77, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 339, col 93, ['profile_links'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 339, col 119, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 339, col 135, ['profile_links'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 339, col 158, ['icon'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 342, col 173, Line is too long. +build/public/templates/account/edit/password.js: line 342, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 342, col 53, ['profile_links'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 342, col 73, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 342, col 89, ['profile_links'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 342, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/password.js: line 342, col 131, ['profile_links'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 342, col 154, ['name'] is better written in dot notation. +build/public/templates/account/edit/password.js: line 319, col 13, 'key' is defined but never used. +build/public/templates/account/edit/password.js: line 318, col 114, 'value' is defined but never used. +build/public/templates/account/edit/password.js: line 318, col 106, 'length' is defined but never used. +build/public/templates/account/edit/password.js: line 317, col 11, 'value' is defined but never used. +build/public/templates/account/edit/password.js: line 315, col 76, 'helper' is defined but never used. +build/public/templates/account/edit/password.js: line 351, col 3, Missing semicolon. +build/public/templates/account/edit/password.js: line 5, col 46, 'define' is not defined. +build/public/templates/account/edit/password.js: line 6, col 5, 'define' is not defined. + +build/public/templates/account/edit/username.js: line 13, col 109, Line is too long. +build/public/templates/account/edit/username.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 13, col 41, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 13, col 59, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 13, col 75, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 13, col 90, ['length'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 14, col 136, Line is too long. +build/public/templates/account/edit/username.js: line 15, col 26, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 21, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 23, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 25, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 25, col 49, ['uid'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 27, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 27, col 41, ['picture'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 29, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 29, col 53, ['picture'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 32, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 34, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 34, col 53, ['username'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 36, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 38, col 122, Line is too long. +build/public/templates/account/edit/username.js: line 39, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 39, col 49, ['status'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 41, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 41, col 49, ['status'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 43, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 43, col 41, ['loggedIn'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 45, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 45, col 45, ['isSelf'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 48, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 48, col 49, ['isFollowing'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 52, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 52, col 49, ['isFollowing'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 55, col 137, Line is too long. +build/public/templates/account/edit/username.js: line 59, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 59, col 41, ['allowCoverPicture'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 61, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 61, col 45, ['canEdit'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 62, col 485, Line is too long. +build/public/templates/account/edit/username.js: line 66, col 331, Line is too long. +build/public/templates/account/edit/username.js: line 67, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 67, col 41, ['loggedIn'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 69, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 69, col 45, ['isSelf'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 72, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 72, col 49, ['banned'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 75, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 75, col 53, ['canChat'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 77, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 77, col 57, ['hasPrivateChat'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 80, col 133, Line is too long. +build/public/templates/account/edit/username.js: line 81, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 81, col 65, ['username'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 82, col 157, Line is too long. +build/public/templates/account/edit/username.js: line 83, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 83, col 65, ['username'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 87, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 87, col 53, ['flagId'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 90, col 147, Line is too long. +build/public/templates/account/edit/username.js: line 91, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 91, col 53, ['flagId'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 94, col 130, Line is too long. +build/public/templates/account/edit/username.js: line 95, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 95, col 61, ['flagId'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 97, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 97, col 53, ['isBlocked'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 100, col 146, Line is too long. +build/public/templates/account/edit/username.js: line 101, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 101, col 53, ['isBlocked'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 104, col 177, Line is too long. +build/public/templates/account/edit/username.js: line 109, col 116, Line is too long. +build/public/templates/account/edit/username.js: line 109, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 109, col 49, ['config'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 109, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 109, col 78, ['config'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 109, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 111, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 111, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 112, col 101, Line is too long. +build/public/templates/account/edit/username.js: line 113, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 113, col 41, ['canEdit'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 115, col 120, Line is too long. +build/public/templates/account/edit/username.js: line 115, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 115, col 53, ['config'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 115, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 115, col 82, ['config'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 115, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 117, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 117, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 118, col 103, Line is too long. +build/public/templates/account/edit/username.js: line 119, col 120, Line is too long. +build/public/templates/account/edit/username.js: line 119, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 119, col 53, ['config'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 119, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 119, col 82, ['config'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 119, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 121, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 121, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 125, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 125, col 41, ['isSelf'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 128, col 122, Line is too long. +build/public/templates/account/edit/username.js: line 128, col 30, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 128, col 46, ['canBan'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 128, col 85, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 128, col 101, ['canMute'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 129, col 140, Line is too long. +build/public/templates/account/edit/username.js: line 132, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 132, col 45, ['canBan'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 134, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 134, col 49, ['banned'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 137, col 151, Line is too long. +build/public/templates/account/edit/username.js: line 138, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 138, col 49, ['banned'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 141, col 142, Line is too long. +build/public/templates/account/edit/username.js: line 144, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 144, col 45, ['canMute'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 146, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 146, col 49, ['muted'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 149, col 153, Line is too long. +build/public/templates/account/edit/username.js: line 150, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 150, col 49, ['muted'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 153, col 144, Line is too long. +build/public/templates/account/edit/username.js: line 156, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 156, col 45, ['isAdmin'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 157, col 398, Line is too long. +build/public/templates/account/edit/username.js: line 160, col 158, Line is too long. +build/public/templates/account/edit/username.js: line 161, col 116, Line is too long. +build/public/templates/account/edit/username.js: line 161, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 161, col 49, ['config'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 161, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 161, col 78, ['config'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 161, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 163, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 163, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 164, col 122, Line is too long. +build/public/templates/account/edit/username.js: line 165, col 112, Line is too long. +build/public/templates/account/edit/username.js: line 165, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 165, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 165, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 165, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 165, col 88, ['following'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 167, col 159, Line is too long. +build/public/templates/account/edit/username.js: line 167, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 167, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 167, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 167, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 167, col 133, ['following'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 168, col 117, Line is too long. +build/public/templates/account/edit/username.js: line 169, col 116, Line is too long. +build/public/templates/account/edit/username.js: line 169, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 169, col 49, ['config'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 169, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 169, col 78, ['config'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 169, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 171, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 171, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 172, col 122, Line is too long. +build/public/templates/account/edit/username.js: line 173, col 112, Line is too long. +build/public/templates/account/edit/username.js: line 173, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 173, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 173, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 173, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 173, col 88, ['followers'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 175, col 159, Line is too long. +build/public/templates/account/edit/username.js: line 175, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 175, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 175, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 175, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 175, col 133, ['followers'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 177, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 177, col 41, ['canEdit'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 178, col 103, Line is too long. +build/public/templates/account/edit/username.js: line 179, col 120, Line is too long. +build/public/templates/account/edit/username.js: line 179, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 179, col 53, ['config'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 179, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 179, col 82, ['config'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 179, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 181, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 181, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 182, col 120, Line is too long. +build/public/templates/account/edit/username.js: line 183, col 113, Line is too long. +build/public/templates/account/edit/username.js: line 183, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 183, col 53, ['counts'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 183, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 183, col 82, ['counts'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 183, col 92, ['blocks'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 185, col 160, Line is too long. +build/public/templates/account/edit/username.js: line 185, col 82, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 185, col 98, ['counts'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 185, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 185, col 127, ['counts'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 185, col 137, ['blocks'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 188, col 158, Line is too long. +build/public/templates/account/edit/username.js: line 189, col 116, Line is too long. +build/public/templates/account/edit/username.js: line 189, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 189, col 49, ['config'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 189, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 189, col 78, ['config'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 189, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 191, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 191, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 192, col 118, Line is too long. +build/public/templates/account/edit/username.js: line 193, col 109, Line is too long. +build/public/templates/account/edit/username.js: line 193, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 193, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 193, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 193, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 193, col 88, ['topics'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 195, col 156, Line is too long. +build/public/templates/account/edit/username.js: line 195, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 195, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 195, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 195, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 195, col 133, ['topics'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 196, col 117, Line is too long. +build/public/templates/account/edit/username.js: line 197, col 116, Line is too long. +build/public/templates/account/edit/username.js: line 197, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 197, col 49, ['config'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 197, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 197, col 78, ['config'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 197, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 199, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 199, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 200, col 116, Line is too long. +build/public/templates/account/edit/username.js: line 201, col 108, Line is too long. +build/public/templates/account/edit/username.js: line 201, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 201, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 201, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 201, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 201, col 88, ['posts'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 203, col 155, Line is too long. +build/public/templates/account/edit/username.js: line 203, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 203, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 203, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 203, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 203, col 133, ['posts'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 204, col 117, Line is too long. +build/public/templates/account/edit/username.js: line 205, col 116, Line is too long. +build/public/templates/account/edit/username.js: line 205, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 205, col 49, ['config'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 205, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 205, col 78, ['config'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 205, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 207, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 207, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 208, col 125, Line is too long. +build/public/templates/account/edit/username.js: line 209, col 109, Line is too long. +build/public/templates/account/edit/username.js: line 209, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 209, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 209, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 209, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 209, col 88, ['groups'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 211, col 156, Line is too long. +build/public/templates/account/edit/username.js: line 211, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 211, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 211, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 211, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 211, col 133, ['groups'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 213, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 213, col 41, ['canEdit'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 214, col 103, Line is too long. +build/public/templates/account/edit/username.js: line 215, col 120, Line is too long. +build/public/templates/account/edit/username.js: line 215, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 215, col 53, ['config'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 215, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 215, col 82, ['config'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 215, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 217, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 217, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 218, col 136, Line is too long. +build/public/templates/account/edit/username.js: line 219, col 124, Line is too long. +build/public/templates/account/edit/username.js: line 219, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 219, col 53, ['counts'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 219, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 219, col 82, ['counts'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 219, col 92, ['categoriesWatched'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 221, col 171, Line is too long. +build/public/templates/account/edit/username.js: line 221, col 82, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 221, col 98, ['counts'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 221, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 221, col 127, ['counts'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 221, col 137, ['categoriesWatched'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 223, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 223, col 45, ['isSelf'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 224, col 107, Line is too long. +build/public/templates/account/edit/username.js: line 225, col 124, Line is too long. +build/public/templates/account/edit/username.js: line 225, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 225, col 57, ['config'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 225, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 225, col 86, ['config'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 225, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 227, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 227, col 57, ['userslug'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 228, col 130, Line is too long. +build/public/templates/account/edit/username.js: line 229, col 122, Line is too long. +build/public/templates/account/edit/username.js: line 229, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 229, col 57, ['counts'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 229, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 229, col 86, ['counts'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 229, col 96, ['tagsWatched'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 231, col 169, Line is too long. +build/public/templates/account/edit/username.js: line 231, col 86, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 231, col 102, ['counts'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 231, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 231, col 131, ['counts'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 231, col 141, ['tagsWatched'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 234, col 105, Line is too long. +build/public/templates/account/edit/username.js: line 235, col 120, Line is too long. +build/public/templates/account/edit/username.js: line 235, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 235, col 53, ['config'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 235, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 235, col 82, ['config'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 235, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 237, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 237, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 238, col 124, Line is too long. +build/public/templates/account/edit/username.js: line 239, col 115, Line is too long. +build/public/templates/account/edit/username.js: line 239, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 239, col 53, ['counts'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 239, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 239, col 82, ['counts'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 239, col 92, ['uploaded'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 241, col 162, Line is too long. +build/public/templates/account/edit/username.js: line 241, col 82, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 241, col 98, ['counts'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 241, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 241, col 127, ['counts'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 241, col 137, ['uploaded'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 245, col 22, ['profile_links'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 246, col 308, Line is too long. +build/public/templates/account/edit/username.js: line 247, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 247, col 49, ['username'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 248, col 110, Line is too long. +build/public/templates/account/edit/username.js: line 249, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 249, col 41, ['isSelf'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 250, col 286, Line is too long. +build/public/templates/account/edit/username.js: line 251, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 251, col 45, ['hasPassword'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 257, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 257, col 49, ['uid'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 258, col 210, Line is too long. +build/public/templates/account/edit/username.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/account/edit/username.js: line 265, col 119, Line is too long. +build/public/templates/account/edit/username.js: line 265, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 265, col 52, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 271, col 133, Line is too long. +build/public/templates/account/edit/username.js: line 278, col 156, Line is too long. +build/public/templates/account/edit/username.js: line 278, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 278, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 278, col 63, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 278, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 278, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 278, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 278, col 140, ['url'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 280, col 170, Line is too long. +build/public/templates/account/edit/username.js: line 280, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 280, col 57, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 280, col 75, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 280, col 91, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 280, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 280, col 131, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 280, col 152, ['url'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 284, col 167, Line is too long. +build/public/templates/account/edit/username.js: line 284, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 284, col 53, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 284, col 71, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 284, col 87, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 284, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 284, col 127, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 284, col 148, ['text'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 288, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 291, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 291, col 53, ['rssFeedUrl'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 293, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 293, col 65, ['rssFeedUrl'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 299, col 156, Line is too long. +build/public/templates/account/edit/username.js: line 299, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 299, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 299, col 63, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 299, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 299, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 299, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 299, col 140, ['url'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 266, col 13, 'key' is defined but never used. +build/public/templates/account/edit/username.js: line 265, col 112, 'value' is defined but never used. +build/public/templates/account/edit/username.js: line 264, col 11, 'value' is defined but never used. +build/public/templates/account/edit/username.js: line 262, col 72, 'helper' is defined but never used. +build/public/templates/account/edit/username.js: line 310, col 155, Line is too long. +build/public/templates/account/edit/username.js: line 310, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 310, col 52, ['widgets'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 310, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 310, col 82, ['widgets'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 310, col 93, ['header'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 313, col 205, Line is too long. +build/public/templates/account/edit/username.js: line 313, col 28, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 313, col 44, ['widgets'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 313, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 313, col 74, ['widgets'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 313, col 85, ['header'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 313, col 98, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 313, col 114, ['widgets'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 313, col 125, ['header'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 313, col 144, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 313, col 160, ['widgets'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 313, col 171, ['header'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 313, col 187, ['html'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 311, col 13, 'key' is defined but never used. +build/public/templates/account/edit/username.js: line 310, col 148, 'value' is defined but never used. +build/public/templates/account/edit/username.js: line 310, col 140, 'length' is defined but never used. +build/public/templates/account/edit/username.js: line 310, col 133, 'index' is defined but never used. +build/public/templates/account/edit/username.js: line 308, col 11, '__escape' is defined but never used. +build/public/templates/account/edit/username.js: line 309, col 11, 'value' is defined but never used. +build/public/templates/account/edit/username.js: line 307, col 77, 'helper' is defined but never used. +build/public/templates/account/edit/username.js: line 322, col 121, Line is too long. +build/public/templates/account/edit/username.js: line 322, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 322, col 52, ['profile_links'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 329, col 171, Line is too long. +build/public/templates/account/edit/username.js: line 329, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 329, col 53, ['profile_links'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 329, col 73, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 329, col 89, ['profile_links'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 329, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 329, col 131, ['profile_links'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 329, col 154, ['id'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 331, col 165, Line is too long. +build/public/templates/account/edit/username.js: line 331, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 331, col 45, ['profile_links'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 331, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 331, col 81, ['profile_links'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 331, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 331, col 123, ['profile_links'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 331, col 146, ['public'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 335, col 120, Line is too long. +build/public/templates/account/edit/username.js: line 335, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 335, col 53, ['config'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 335, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 335, col 82, ['config'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 335, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 337, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 337, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 339, col 174, Line is too long. +build/public/templates/account/edit/username.js: line 339, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 339, col 53, ['profile_links'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 339, col 73, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 339, col 89, ['profile_links'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 339, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 339, col 131, ['profile_links'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 339, col 154, ['route'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 341, col 163, Line is too long. +build/public/templates/account/edit/username.js: line 341, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 341, col 45, ['profile_links'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 341, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 341, col 81, ['profile_links'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 341, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 341, col 123, ['profile_links'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 341, col 146, ['icon'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 343, col 177, Line is too long. +build/public/templates/account/edit/username.js: line 343, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 343, col 57, ['profile_links'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 343, col 77, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 343, col 93, ['profile_links'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 343, col 119, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 343, col 135, ['profile_links'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 343, col 158, ['icon'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 346, col 173, Line is too long. +build/public/templates/account/edit/username.js: line 346, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 346, col 53, ['profile_links'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 346, col 73, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 346, col 89, ['profile_links'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 346, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/edit/username.js: line 346, col 131, ['profile_links'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 346, col 154, ['name'] is better written in dot notation. +build/public/templates/account/edit/username.js: line 323, col 13, 'key' is defined but never used. +build/public/templates/account/edit/username.js: line 322, col 114, 'value' is defined but never used. +build/public/templates/account/edit/username.js: line 322, col 106, 'length' is defined but never used. +build/public/templates/account/edit/username.js: line 321, col 11, 'value' is defined but never used. +build/public/templates/account/edit/username.js: line 319, col 76, 'helper' is defined but never used. +build/public/templates/account/edit/username.js: line 355, col 3, Missing semicolon. +build/public/templates/account/edit/username.js: line 5, col 46, 'define' is not defined. +build/public/templates/account/edit/username.js: line 6, col 5, 'define' is not defined. + +build/public/templates/account/edit.js: line 13, col 109, Line is too long. +build/public/templates/account/edit.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 13, col 41, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/edit.js: line 13, col 59, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 13, col 75, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/edit.js: line 13, col 90, ['length'] is better written in dot notation. +build/public/templates/account/edit.js: line 14, col 136, Line is too long. +build/public/templates/account/edit.js: line 15, col 26, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/edit.js: line 21, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 23, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 25, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 25, col 49, ['uid'] is better written in dot notation. +build/public/templates/account/edit.js: line 27, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 27, col 41, ['picture'] is better written in dot notation. +build/public/templates/account/edit.js: line 29, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 29, col 53, ['picture'] is better written in dot notation. +build/public/templates/account/edit.js: line 32, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 34, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 34, col 53, ['username'] is better written in dot notation. +build/public/templates/account/edit.js: line 36, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 38, col 122, Line is too long. +build/public/templates/account/edit.js: line 39, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 39, col 49, ['status'] is better written in dot notation. +build/public/templates/account/edit.js: line 41, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 41, col 49, ['status'] is better written in dot notation. +build/public/templates/account/edit.js: line 43, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 43, col 41, ['loggedIn'] is better written in dot notation. +build/public/templates/account/edit.js: line 45, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 45, col 45, ['isSelf'] is better written in dot notation. +build/public/templates/account/edit.js: line 48, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 48, col 49, ['isFollowing'] is better written in dot notation. +build/public/templates/account/edit.js: line 52, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 52, col 49, ['isFollowing'] is better written in dot notation. +build/public/templates/account/edit.js: line 55, col 137, Line is too long. +build/public/templates/account/edit.js: line 59, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 59, col 41, ['allowCoverPicture'] is better written in dot notation. +build/public/templates/account/edit.js: line 61, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 61, col 45, ['canEdit'] is better written in dot notation. +build/public/templates/account/edit.js: line 62, col 485, Line is too long. +build/public/templates/account/edit.js: line 66, col 331, Line is too long. +build/public/templates/account/edit.js: line 67, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 67, col 41, ['loggedIn'] is better written in dot notation. +build/public/templates/account/edit.js: line 69, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 69, col 45, ['isSelf'] is better written in dot notation. +build/public/templates/account/edit.js: line 72, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 72, col 49, ['banned'] is better written in dot notation. +build/public/templates/account/edit.js: line 75, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 75, col 53, ['canChat'] is better written in dot notation. +build/public/templates/account/edit.js: line 77, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 77, col 57, ['hasPrivateChat'] is better written in dot notation. +build/public/templates/account/edit.js: line 80, col 133, Line is too long. +build/public/templates/account/edit.js: line 81, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 81, col 65, ['username'] is better written in dot notation. +build/public/templates/account/edit.js: line 82, col 157, Line is too long. +build/public/templates/account/edit.js: line 83, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 83, col 65, ['username'] is better written in dot notation. +build/public/templates/account/edit.js: line 87, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 87, col 53, ['flagId'] is better written in dot notation. +build/public/templates/account/edit.js: line 90, col 147, Line is too long. +build/public/templates/account/edit.js: line 91, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 91, col 53, ['flagId'] is better written in dot notation. +build/public/templates/account/edit.js: line 94, col 130, Line is too long. +build/public/templates/account/edit.js: line 95, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 95, col 61, ['flagId'] is better written in dot notation. +build/public/templates/account/edit.js: line 97, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 97, col 53, ['isBlocked'] is better written in dot notation. +build/public/templates/account/edit.js: line 100, col 146, Line is too long. +build/public/templates/account/edit.js: line 101, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 101, col 53, ['isBlocked'] is better written in dot notation. +build/public/templates/account/edit.js: line 104, col 177, Line is too long. +build/public/templates/account/edit.js: line 109, col 116, Line is too long. +build/public/templates/account/edit.js: line 109, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 109, col 49, ['config'] is better written in dot notation. +build/public/templates/account/edit.js: line 109, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 109, col 78, ['config'] is better written in dot notation. +build/public/templates/account/edit.js: line 109, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/edit.js: line 111, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 111, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/edit.js: line 112, col 101, Line is too long. +build/public/templates/account/edit.js: line 113, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 113, col 41, ['canEdit'] is better written in dot notation. +build/public/templates/account/edit.js: line 115, col 120, Line is too long. +build/public/templates/account/edit.js: line 115, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 115, col 53, ['config'] is better written in dot notation. +build/public/templates/account/edit.js: line 115, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 115, col 82, ['config'] is better written in dot notation. +build/public/templates/account/edit.js: line 115, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/edit.js: line 117, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 117, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/edit.js: line 118, col 103, Line is too long. +build/public/templates/account/edit.js: line 119, col 120, Line is too long. +build/public/templates/account/edit.js: line 119, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 119, col 53, ['config'] is better written in dot notation. +build/public/templates/account/edit.js: line 119, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 119, col 82, ['config'] is better written in dot notation. +build/public/templates/account/edit.js: line 119, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/edit.js: line 121, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 121, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/edit.js: line 125, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 125, col 41, ['isSelf'] is better written in dot notation. +build/public/templates/account/edit.js: line 128, col 122, Line is too long. +build/public/templates/account/edit.js: line 128, col 30, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 128, col 46, ['canBan'] is better written in dot notation. +build/public/templates/account/edit.js: line 128, col 85, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 128, col 101, ['canMute'] is better written in dot notation. +build/public/templates/account/edit.js: line 129, col 140, Line is too long. +build/public/templates/account/edit.js: line 132, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 132, col 45, ['canBan'] is better written in dot notation. +build/public/templates/account/edit.js: line 134, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 134, col 49, ['banned'] is better written in dot notation. +build/public/templates/account/edit.js: line 137, col 151, Line is too long. +build/public/templates/account/edit.js: line 138, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 138, col 49, ['banned'] is better written in dot notation. +build/public/templates/account/edit.js: line 141, col 142, Line is too long. +build/public/templates/account/edit.js: line 144, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 144, col 45, ['canMute'] is better written in dot notation. +build/public/templates/account/edit.js: line 146, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 146, col 49, ['muted'] is better written in dot notation. +build/public/templates/account/edit.js: line 149, col 153, Line is too long. +build/public/templates/account/edit.js: line 150, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 150, col 49, ['muted'] is better written in dot notation. +build/public/templates/account/edit.js: line 153, col 144, Line is too long. +build/public/templates/account/edit.js: line 156, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 156, col 45, ['isAdmin'] is better written in dot notation. +build/public/templates/account/edit.js: line 157, col 398, Line is too long. +build/public/templates/account/edit.js: line 160, col 158, Line is too long. +build/public/templates/account/edit.js: line 161, col 116, Line is too long. +build/public/templates/account/edit.js: line 161, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 161, col 49, ['config'] is better written in dot notation. +build/public/templates/account/edit.js: line 161, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 161, col 78, ['config'] is better written in dot notation. +build/public/templates/account/edit.js: line 161, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/edit.js: line 163, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 163, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/edit.js: line 164, col 122, Line is too long. +build/public/templates/account/edit.js: line 165, col 112, Line is too long. +build/public/templates/account/edit.js: line 165, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 165, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/edit.js: line 165, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 165, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/edit.js: line 165, col 88, ['following'] is better written in dot notation. +build/public/templates/account/edit.js: line 167, col 159, Line is too long. +build/public/templates/account/edit.js: line 167, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 167, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/edit.js: line 167, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 167, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/edit.js: line 167, col 133, ['following'] is better written in dot notation. +build/public/templates/account/edit.js: line 168, col 117, Line is too long. +build/public/templates/account/edit.js: line 169, col 116, Line is too long. +build/public/templates/account/edit.js: line 169, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 169, col 49, ['config'] is better written in dot notation. +build/public/templates/account/edit.js: line 169, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 169, col 78, ['config'] is better written in dot notation. +build/public/templates/account/edit.js: line 169, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/edit.js: line 171, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 171, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/edit.js: line 172, col 122, Line is too long. +build/public/templates/account/edit.js: line 173, col 112, Line is too long. +build/public/templates/account/edit.js: line 173, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 173, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/edit.js: line 173, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 173, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/edit.js: line 173, col 88, ['followers'] is better written in dot notation. +build/public/templates/account/edit.js: line 175, col 159, Line is too long. +build/public/templates/account/edit.js: line 175, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 175, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/edit.js: line 175, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 175, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/edit.js: line 175, col 133, ['followers'] is better written in dot notation. +build/public/templates/account/edit.js: line 177, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 177, col 41, ['canEdit'] is better written in dot notation. +build/public/templates/account/edit.js: line 178, col 103, Line is too long. +build/public/templates/account/edit.js: line 179, col 120, Line is too long. +build/public/templates/account/edit.js: line 179, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 179, col 53, ['config'] is better written in dot notation. +build/public/templates/account/edit.js: line 179, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 179, col 82, ['config'] is better written in dot notation. +build/public/templates/account/edit.js: line 179, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/edit.js: line 181, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 181, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/edit.js: line 182, col 120, Line is too long. +build/public/templates/account/edit.js: line 183, col 113, Line is too long. +build/public/templates/account/edit.js: line 183, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 183, col 53, ['counts'] is better written in dot notation. +build/public/templates/account/edit.js: line 183, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 183, col 82, ['counts'] is better written in dot notation. +build/public/templates/account/edit.js: line 183, col 92, ['blocks'] is better written in dot notation. +build/public/templates/account/edit.js: line 185, col 160, Line is too long. +build/public/templates/account/edit.js: line 185, col 82, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 185, col 98, ['counts'] is better written in dot notation. +build/public/templates/account/edit.js: line 185, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 185, col 127, ['counts'] is better written in dot notation. +build/public/templates/account/edit.js: line 185, col 137, ['blocks'] is better written in dot notation. +build/public/templates/account/edit.js: line 188, col 158, Line is too long. +build/public/templates/account/edit.js: line 189, col 116, Line is too long. +build/public/templates/account/edit.js: line 189, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 189, col 49, ['config'] is better written in dot notation. +build/public/templates/account/edit.js: line 189, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 189, col 78, ['config'] is better written in dot notation. +build/public/templates/account/edit.js: line 189, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/edit.js: line 191, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 191, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/edit.js: line 192, col 118, Line is too long. +build/public/templates/account/edit.js: line 193, col 109, Line is too long. +build/public/templates/account/edit.js: line 193, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 193, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/edit.js: line 193, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 193, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/edit.js: line 193, col 88, ['topics'] is better written in dot notation. +build/public/templates/account/edit.js: line 195, col 156, Line is too long. +build/public/templates/account/edit.js: line 195, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 195, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/edit.js: line 195, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 195, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/edit.js: line 195, col 133, ['topics'] is better written in dot notation. +build/public/templates/account/edit.js: line 196, col 117, Line is too long. +build/public/templates/account/edit.js: line 197, col 116, Line is too long. +build/public/templates/account/edit.js: line 197, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 197, col 49, ['config'] is better written in dot notation. +build/public/templates/account/edit.js: line 197, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 197, col 78, ['config'] is better written in dot notation. +build/public/templates/account/edit.js: line 197, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/edit.js: line 199, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 199, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/edit.js: line 200, col 116, Line is too long. +build/public/templates/account/edit.js: line 201, col 108, Line is too long. +build/public/templates/account/edit.js: line 201, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 201, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/edit.js: line 201, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 201, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/edit.js: line 201, col 88, ['posts'] is better written in dot notation. +build/public/templates/account/edit.js: line 203, col 155, Line is too long. +build/public/templates/account/edit.js: line 203, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 203, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/edit.js: line 203, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 203, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/edit.js: line 203, col 133, ['posts'] is better written in dot notation. +build/public/templates/account/edit.js: line 204, col 117, Line is too long. +build/public/templates/account/edit.js: line 205, col 116, Line is too long. +build/public/templates/account/edit.js: line 205, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 205, col 49, ['config'] is better written in dot notation. +build/public/templates/account/edit.js: line 205, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 205, col 78, ['config'] is better written in dot notation. +build/public/templates/account/edit.js: line 205, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/edit.js: line 207, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 207, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/edit.js: line 208, col 125, Line is too long. +build/public/templates/account/edit.js: line 209, col 109, Line is too long. +build/public/templates/account/edit.js: line 209, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 209, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/edit.js: line 209, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 209, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/edit.js: line 209, col 88, ['groups'] is better written in dot notation. +build/public/templates/account/edit.js: line 211, col 156, Line is too long. +build/public/templates/account/edit.js: line 211, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 211, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/edit.js: line 211, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 211, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/edit.js: line 211, col 133, ['groups'] is better written in dot notation. +build/public/templates/account/edit.js: line 213, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 213, col 41, ['canEdit'] is better written in dot notation. +build/public/templates/account/edit.js: line 214, col 103, Line is too long. +build/public/templates/account/edit.js: line 215, col 120, Line is too long. +build/public/templates/account/edit.js: line 215, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 215, col 53, ['config'] is better written in dot notation. +build/public/templates/account/edit.js: line 215, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 215, col 82, ['config'] is better written in dot notation. +build/public/templates/account/edit.js: line 215, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/edit.js: line 217, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 217, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/edit.js: line 218, col 136, Line is too long. +build/public/templates/account/edit.js: line 219, col 124, Line is too long. +build/public/templates/account/edit.js: line 219, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 219, col 53, ['counts'] is better written in dot notation. +build/public/templates/account/edit.js: line 219, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 219, col 82, ['counts'] is better written in dot notation. +build/public/templates/account/edit.js: line 219, col 92, ['categoriesWatched'] is better written in dot notation. +build/public/templates/account/edit.js: line 221, col 171, Line is too long. +build/public/templates/account/edit.js: line 221, col 82, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 221, col 98, ['counts'] is better written in dot notation. +build/public/templates/account/edit.js: line 221, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 221, col 127, ['counts'] is better written in dot notation. +build/public/templates/account/edit.js: line 221, col 137, ['categoriesWatched'] is better written in dot notation. +build/public/templates/account/edit.js: line 223, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 223, col 45, ['isSelf'] is better written in dot notation. +build/public/templates/account/edit.js: line 224, col 107, Line is too long. +build/public/templates/account/edit.js: line 225, col 124, Line is too long. +build/public/templates/account/edit.js: line 225, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 225, col 57, ['config'] is better written in dot notation. +build/public/templates/account/edit.js: line 225, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 225, col 86, ['config'] is better written in dot notation. +build/public/templates/account/edit.js: line 225, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/account/edit.js: line 227, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 227, col 57, ['userslug'] is better written in dot notation. +build/public/templates/account/edit.js: line 228, col 130, Line is too long. +build/public/templates/account/edit.js: line 229, col 122, Line is too long. +build/public/templates/account/edit.js: line 229, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 229, col 57, ['counts'] is better written in dot notation. +build/public/templates/account/edit.js: line 229, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 229, col 86, ['counts'] is better written in dot notation. +build/public/templates/account/edit.js: line 229, col 96, ['tagsWatched'] is better written in dot notation. +build/public/templates/account/edit.js: line 231, col 169, Line is too long. +build/public/templates/account/edit.js: line 231, col 86, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 231, col 102, ['counts'] is better written in dot notation. +build/public/templates/account/edit.js: line 231, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 231, col 131, ['counts'] is better written in dot notation. +build/public/templates/account/edit.js: line 231, col 141, ['tagsWatched'] is better written in dot notation. +build/public/templates/account/edit.js: line 234, col 105, Line is too long. +build/public/templates/account/edit.js: line 235, col 120, Line is too long. +build/public/templates/account/edit.js: line 235, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 235, col 53, ['config'] is better written in dot notation. +build/public/templates/account/edit.js: line 235, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 235, col 82, ['config'] is better written in dot notation. +build/public/templates/account/edit.js: line 235, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/edit.js: line 237, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 237, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/edit.js: line 238, col 124, Line is too long. +build/public/templates/account/edit.js: line 239, col 115, Line is too long. +build/public/templates/account/edit.js: line 239, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 239, col 53, ['counts'] is better written in dot notation. +build/public/templates/account/edit.js: line 239, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 239, col 82, ['counts'] is better written in dot notation. +build/public/templates/account/edit.js: line 239, col 92, ['uploaded'] is better written in dot notation. +build/public/templates/account/edit.js: line 241, col 162, Line is too long. +build/public/templates/account/edit.js: line 241, col 82, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 241, col 98, ['counts'] is better written in dot notation. +build/public/templates/account/edit.js: line 241, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 241, col 127, ['counts'] is better written in dot notation. +build/public/templates/account/edit.js: line 241, col 137, ['uploaded'] is better written in dot notation. +build/public/templates/account/edit.js: line 245, col 22, ['profile_links'] is better written in dot notation. +build/public/templates/account/edit.js: line 247, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 247, col 41, ['sso'] is better written in dot notation. +build/public/templates/account/edit.js: line 247, col 51, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 247, col 67, ['sso'] is better written in dot notation. +build/public/templates/account/edit.js: line 247, col 74, ['length'] is better written in dot notation. +build/public/templates/account/edit.js: line 250, col 180, Line is too long. +build/public/templates/account/edit.js: line 251, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 251, col 41, ['picture'] is better written in dot notation. +build/public/templates/account/edit.js: line 252, col 118, Line is too long. +build/public/templates/account/edit.js: line 253, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 253, col 53, ['picture'] is better written in dot notation. +build/public/templates/account/edit.js: line 256, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 258, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 261, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 261, col 41, ['allowProfilePicture'] is better written in dot notation. +build/public/templates/account/edit.js: line 262, col 171, Line is too long. +build/public/templates/account/edit.js: line 265, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 268, col 120, Line is too long. +build/public/templates/account/edit.js: line 268, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 268, col 53, ['config'] is better written in dot notation. +build/public/templates/account/edit.js: line 268, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 268, col 82, ['config'] is better written in dot notation. +build/public/templates/account/edit.js: line 268, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/edit.js: line 270, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 270, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/edit.js: line 271, col 110, Line is too long. +build/public/templates/account/edit.js: line 273, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 276, col 120, Line is too long. +build/public/templates/account/edit.js: line 276, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 276, col 53, ['config'] is better written in dot notation. +build/public/templates/account/edit.js: line 276, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 276, col 82, ['config'] is better written in dot notation. +build/public/templates/account/edit.js: line 276, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/edit.js: line 278, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 278, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/edit.js: line 279, col 104, Line is too long. +build/public/templates/account/edit.js: line 281, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 281, col 41, ['canChangePassword'] is better written in dot notation. +build/public/templates/account/edit.js: line 283, col 120, Line is too long. +build/public/templates/account/edit.js: line 283, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 283, col 53, ['config'] is better written in dot notation. +build/public/templates/account/edit.js: line 283, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 283, col 82, ['config'] is better written in dot notation. +build/public/templates/account/edit.js: line 283, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/edit.js: line 285, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 285, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/edit.js: line 286, col 108, Line is too long. +build/public/templates/account/edit.js: line 289, col 22, ['editButtons'] is better written in dot notation. +build/public/templates/account/edit.js: line 291, col 117, Line is too long. +build/public/templates/account/edit.js: line 291, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 291, col 41, ['config'] is better written in dot notation. +build/public/templates/account/edit.js: line 291, col 54, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 291, col 70, ['config'] is better written in dot notation. +build/public/templates/account/edit.js: line 291, col 80, ['requireEmailConfirmation'] is better written in dot notation. +build/public/templates/account/edit.js: line 293, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 293, col 45, ['email'] is better written in dot notation. +build/public/templates/account/edit.js: line 295, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 295, col 49, ['isSelf'] is better written in dot notation. +build/public/templates/account/edit.js: line 297, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 307, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 307, col 41, ['allowAccountDelete'] is better written in dot notation. +build/public/templates/account/edit.js: line 309, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 309, col 45, ['isSelf'] is better written in dot notation. +build/public/templates/account/edit.js: line 310, col 120, Line is too long. +build/public/templates/account/edit.js: line 315, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 315, col 41, ['sso'] is better written in dot notation. +build/public/templates/account/edit.js: line 315, col 51, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 315, col 67, ['sso'] is better written in dot notation. +build/public/templates/account/edit.js: line 315, col 74, ['length'] is better written in dot notation. +build/public/templates/account/edit.js: line 318, col 292, Line is too long. +build/public/templates/account/edit.js: line 319, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 319, col 49, ['fullname'] is better written in dot notation. +build/public/templates/account/edit.js: line 320, col 212, Line is too long. +build/public/templates/account/edit.js: line 321, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 321, col 49, ['birthday'] is better written in dot notation. +build/public/templates/account/edit.js: line 323, col 22, ['customUserFields'] is better written in dot notation. +build/public/templates/account/edit.js: line 324, col 192, Line is too long. +build/public/templates/account/edit.js: line 325, col 22, ['groups'] is better written in dot notation. +build/public/templates/account/edit.js: line 327, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 327, col 41, ['allowAboutMe'] is better written in dot notation. +build/public/templates/account/edit.js: line 328, col 250, Line is too long. +build/public/templates/account/edit.js: line 329, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 329, col 53, ['aboutme'] is better written in dot notation. +build/public/templates/account/edit.js: line 333, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 333, col 41, ['allowSignature'] is better written in dot notation. +build/public/templates/account/edit.js: line 335, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 335, col 45, ['disableSignatures'] is better written in dot notation. +build/public/templates/account/edit.js: line 337, col 264, Line is too long. +build/public/templates/account/edit.js: line 338, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 338, col 57, ['signature'] is better written in dot notation. +build/public/templates/account/edit.js: line 342, col 155, Line is too long. +build/public/templates/account/edit.js: line 343, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 343, col 41, ['sso'] is better written in dot notation. +build/public/templates/account/edit.js: line 343, col 51, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 343, col 67, ['sso'] is better written in dot notation. +build/public/templates/account/edit.js: line 343, col 74, ['length'] is better written in dot notation. +build/public/templates/account/edit.js: line 344, col 113, Line is too long. +build/public/templates/account/edit.js: line 345, col 26, ['sso'] is better written in dot notation. +build/public/templates/account/edit.js: line 349, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 349, col 41, ['sso'] is better written in dot notation. +build/public/templates/account/edit.js: line 349, col 51, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 349, col 67, ['sso'] is better written in dot notation. +build/public/templates/account/edit.js: line 349, col 74, ['length'] is better written in dot notation. +build/public/templates/account/edit.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/account/edit.js: line 359, col 119, Line is too long. +build/public/templates/account/edit.js: line 359, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 359, col 52, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/edit.js: line 365, col 133, Line is too long. +build/public/templates/account/edit.js: line 372, col 156, Line is too long. +build/public/templates/account/edit.js: line 372, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 372, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/edit.js: line 372, col 63, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 372, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/edit.js: line 372, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 372, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/edit.js: line 372, col 140, ['url'] is better written in dot notation. +build/public/templates/account/edit.js: line 374, col 170, Line is too long. +build/public/templates/account/edit.js: line 374, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 374, col 57, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/edit.js: line 374, col 75, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 374, col 91, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/edit.js: line 374, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 374, col 131, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/edit.js: line 374, col 152, ['url'] is better written in dot notation. +build/public/templates/account/edit.js: line 378, col 167, Line is too long. +build/public/templates/account/edit.js: line 378, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 378, col 53, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/edit.js: line 378, col 71, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 378, col 87, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/edit.js: line 378, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 378, col 127, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/edit.js: line 378, col 148, ['text'] is better written in dot notation. +build/public/templates/account/edit.js: line 382, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 385, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 385, col 53, ['rssFeedUrl'] is better written in dot notation. +build/public/templates/account/edit.js: line 387, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 387, col 65, ['rssFeedUrl'] is better written in dot notation. +build/public/templates/account/edit.js: line 393, col 156, Line is too long. +build/public/templates/account/edit.js: line 393, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 393, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/edit.js: line 393, col 63, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 393, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/edit.js: line 393, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 393, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/edit.js: line 393, col 140, ['url'] is better written in dot notation. +build/public/templates/account/edit.js: line 360, col 13, 'key' is defined but never used. +build/public/templates/account/edit.js: line 359, col 112, 'value' is defined but never used. +build/public/templates/account/edit.js: line 358, col 11, 'value' is defined but never used. +build/public/templates/account/edit.js: line 356, col 72, 'helper' is defined but never used. +build/public/templates/account/edit.js: line 404, col 155, Line is too long. +build/public/templates/account/edit.js: line 404, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 404, col 52, ['widgets'] is better written in dot notation. +build/public/templates/account/edit.js: line 404, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 404, col 82, ['widgets'] is better written in dot notation. +build/public/templates/account/edit.js: line 404, col 93, ['header'] is better written in dot notation. +build/public/templates/account/edit.js: line 407, col 205, Line is too long. +build/public/templates/account/edit.js: line 407, col 28, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 407, col 44, ['widgets'] is better written in dot notation. +build/public/templates/account/edit.js: line 407, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 407, col 74, ['widgets'] is better written in dot notation. +build/public/templates/account/edit.js: line 407, col 85, ['header'] is better written in dot notation. +build/public/templates/account/edit.js: line 407, col 98, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 407, col 114, ['widgets'] is better written in dot notation. +build/public/templates/account/edit.js: line 407, col 125, ['header'] is better written in dot notation. +build/public/templates/account/edit.js: line 407, col 144, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 407, col 160, ['widgets'] is better written in dot notation. +build/public/templates/account/edit.js: line 407, col 171, ['header'] is better written in dot notation. +build/public/templates/account/edit.js: line 407, col 187, ['html'] is better written in dot notation. +build/public/templates/account/edit.js: line 405, col 13, 'key' is defined but never used. +build/public/templates/account/edit.js: line 404, col 148, 'value' is defined but never used. +build/public/templates/account/edit.js: line 404, col 140, 'length' is defined but never used. +build/public/templates/account/edit.js: line 404, col 133, 'index' is defined but never used. +build/public/templates/account/edit.js: line 402, col 11, '__escape' is defined but never used. +build/public/templates/account/edit.js: line 403, col 11, 'value' is defined but never used. +build/public/templates/account/edit.js: line 401, col 77, 'helper' is defined but never used. +build/public/templates/account/edit.js: line 416, col 121, Line is too long. +build/public/templates/account/edit.js: line 416, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 416, col 52, ['profile_links'] is better written in dot notation. +build/public/templates/account/edit.js: line 423, col 171, Line is too long. +build/public/templates/account/edit.js: line 423, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 423, col 53, ['profile_links'] is better written in dot notation. +build/public/templates/account/edit.js: line 423, col 73, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 423, col 89, ['profile_links'] is better written in dot notation. +build/public/templates/account/edit.js: line 423, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 423, col 131, ['profile_links'] is better written in dot notation. +build/public/templates/account/edit.js: line 423, col 154, ['id'] is better written in dot notation. +build/public/templates/account/edit.js: line 425, col 165, Line is too long. +build/public/templates/account/edit.js: line 425, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 425, col 45, ['profile_links'] is better written in dot notation. +build/public/templates/account/edit.js: line 425, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 425, col 81, ['profile_links'] is better written in dot notation. +build/public/templates/account/edit.js: line 425, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 425, col 123, ['profile_links'] is better written in dot notation. +build/public/templates/account/edit.js: line 425, col 146, ['public'] is better written in dot notation. +build/public/templates/account/edit.js: line 429, col 120, Line is too long. +build/public/templates/account/edit.js: line 429, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 429, col 53, ['config'] is better written in dot notation. +build/public/templates/account/edit.js: line 429, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 429, col 82, ['config'] is better written in dot notation. +build/public/templates/account/edit.js: line 429, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/edit.js: line 431, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 431, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/edit.js: line 433, col 174, Line is too long. +build/public/templates/account/edit.js: line 433, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 433, col 53, ['profile_links'] is better written in dot notation. +build/public/templates/account/edit.js: line 433, col 73, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 433, col 89, ['profile_links'] is better written in dot notation. +build/public/templates/account/edit.js: line 433, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 433, col 131, ['profile_links'] is better written in dot notation. +build/public/templates/account/edit.js: line 433, col 154, ['route'] is better written in dot notation. +build/public/templates/account/edit.js: line 435, col 163, Line is too long. +build/public/templates/account/edit.js: line 435, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 435, col 45, ['profile_links'] is better written in dot notation. +build/public/templates/account/edit.js: line 435, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 435, col 81, ['profile_links'] is better written in dot notation. +build/public/templates/account/edit.js: line 435, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 435, col 123, ['profile_links'] is better written in dot notation. +build/public/templates/account/edit.js: line 435, col 146, ['icon'] is better written in dot notation. +build/public/templates/account/edit.js: line 437, col 177, Line is too long. +build/public/templates/account/edit.js: line 437, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 437, col 57, ['profile_links'] is better written in dot notation. +build/public/templates/account/edit.js: line 437, col 77, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 437, col 93, ['profile_links'] is better written in dot notation. +build/public/templates/account/edit.js: line 437, col 119, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 437, col 135, ['profile_links'] is better written in dot notation. +build/public/templates/account/edit.js: line 437, col 158, ['icon'] is better written in dot notation. +build/public/templates/account/edit.js: line 440, col 173, Line is too long. +build/public/templates/account/edit.js: line 440, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 440, col 53, ['profile_links'] is better written in dot notation. +build/public/templates/account/edit.js: line 440, col 73, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 440, col 89, ['profile_links'] is better written in dot notation. +build/public/templates/account/edit.js: line 440, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 440, col 131, ['profile_links'] is better written in dot notation. +build/public/templates/account/edit.js: line 440, col 154, ['name'] is better written in dot notation. +build/public/templates/account/edit.js: line 417, col 13, 'key' is defined but never used. +build/public/templates/account/edit.js: line 416, col 114, 'value' is defined but never used. +build/public/templates/account/edit.js: line 416, col 106, 'length' is defined but never used. +build/public/templates/account/edit.js: line 415, col 11, 'value' is defined but never used. +build/public/templates/account/edit.js: line 413, col 76, 'helper' is defined but never used. +build/public/templates/account/edit.js: line 449, col 119, Line is too long. +build/public/templates/account/edit.js: line 449, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 449, col 52, ['editButtons'] is better written in dot notation. +build/public/templates/account/edit.js: line 452, col 120, Line is too long. +build/public/templates/account/edit.js: line 452, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 452, col 53, ['config'] is better written in dot notation. +build/public/templates/account/edit.js: line 452, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 452, col 82, ['config'] is better written in dot notation. +build/public/templates/account/edit.js: line 452, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/edit.js: line 453, col 167, Line is too long. +build/public/templates/account/edit.js: line 453, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 453, col 53, ['editButtons'] is better written in dot notation. +build/public/templates/account/edit.js: line 453, col 71, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 453, col 87, ['editButtons'] is better written in dot notation. +build/public/templates/account/edit.js: line 453, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 453, col 127, ['editButtons'] is better written in dot notation. +build/public/templates/account/edit.js: line 453, col 148, ['link'] is better written in dot notation. +build/public/templates/account/edit.js: line 455, col 167, Line is too long. +build/public/templates/account/edit.js: line 455, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 455, col 53, ['editButtons'] is better written in dot notation. +build/public/templates/account/edit.js: line 455, col 71, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 455, col 87, ['editButtons'] is better written in dot notation. +build/public/templates/account/edit.js: line 455, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 455, col 127, ['editButtons'] is better written in dot notation. +build/public/templates/account/edit.js: line 455, col 148, ['text'] is better written in dot notation. +build/public/templates/account/edit.js: line 450, col 13, 'key' is defined but never used. +build/public/templates/account/edit.js: line 449, col 112, 'value' is defined but never used. +build/public/templates/account/edit.js: line 449, col 104, 'length' is defined but never used. +build/public/templates/account/edit.js: line 449, col 97, 'index' is defined but never used. +build/public/templates/account/edit.js: line 448, col 11, 'value' is defined but never used. +build/public/templates/account/edit.js: line 446, col 72, 'helper' is defined but never used. +build/public/templates/account/edit.js: line 464, col 124, Line is too long. +build/public/templates/account/edit.js: line 464, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 464, col 52, ['customUserFields'] is better written in dot notation. +build/public/templates/account/edit.js: line 467, col 181, Line is too long. +build/public/templates/account/edit.js: line 467, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 467, col 53, ['customUserFields'] is better written in dot notation. +build/public/templates/account/edit.js: line 467, col 76, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 467, col 92, ['customUserFields'] is better written in dot notation. +build/public/templates/account/edit.js: line 467, col 121, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 467, col 137, ['customUserFields'] is better written in dot notation. +build/public/templates/account/edit.js: line 467, col 163, ['key'] is better written in dot notation. +build/public/templates/account/edit.js: line 469, col 182, Line is too long. +build/public/templates/account/edit.js: line 469, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 469, col 53, ['customUserFields'] is better written in dot notation. +build/public/templates/account/edit.js: line 469, col 76, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 469, col 92, ['customUserFields'] is better written in dot notation. +build/public/templates/account/edit.js: line 469, col 121, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 469, col 137, ['customUserFields'] is better written in dot notation. +build/public/templates/account/edit.js: line 469, col 163, ['name'] is better written in dot notation. +build/public/templates/account/edit.js: line 471, col 373, Line is too long. +build/public/templates/account/edit.js: line 471, col 31, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 471, col 47, ['customUserFields'] is better written in dot notation. +build/public/templates/account/edit.js: line 471, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 471, col 86, ['customUserFields'] is better written in dot notation. +build/public/templates/account/edit.js: line 471, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 471, col 131, ['customUserFields'] is better written in dot notation. +build/public/templates/account/edit.js: line 471, col 157, ['type'] is better written in dot notation. +build/public/templates/account/edit.js: line 471, col 176, Expected '===' and instead saw '=='. +build/public/templates/account/edit.js: line 471, col 212, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 471, col 228, ['customUserFields'] is better written in dot notation. +build/public/templates/account/edit.js: line 471, col 251, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 471, col 267, ['customUserFields'] is better written in dot notation. +build/public/templates/account/edit.js: line 471, col 296, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 471, col 312, ['customUserFields'] is better written in dot notation. +build/public/templates/account/edit.js: line 471, col 338, ['type'] is better written in dot notation. +build/public/templates/account/edit.js: line 471, col 357, Expected '===' and instead saw '=='. +build/public/templates/account/edit.js: line 473, col 185, Line is too long. +build/public/templates/account/edit.js: line 473, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 473, col 57, ['customUserFields'] is better written in dot notation. +build/public/templates/account/edit.js: line 473, col 80, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 473, col 96, ['customUserFields'] is better written in dot notation. +build/public/templates/account/edit.js: line 473, col 125, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 473, col 141, ['customUserFields'] is better written in dot notation. +build/public/templates/account/edit.js: line 473, col 167, ['key'] is better written in dot notation. +build/public/templates/account/edit.js: line 475, col 185, Line is too long. +build/public/templates/account/edit.js: line 475, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 475, col 57, ['customUserFields'] is better written in dot notation. +build/public/templates/account/edit.js: line 475, col 80, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 475, col 96, ['customUserFields'] is better written in dot notation. +build/public/templates/account/edit.js: line 475, col 125, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 475, col 141, ['customUserFields'] is better written in dot notation. +build/public/templates/account/edit.js: line 475, col 167, ['key'] is better written in dot notation. +build/public/templates/account/edit.js: line 477, col 187, Line is too long. +build/public/templates/account/edit.js: line 477, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 477, col 57, ['customUserFields'] is better written in dot notation. +build/public/templates/account/edit.js: line 477, col 80, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 477, col 96, ['customUserFields'] is better written in dot notation. +build/public/templates/account/edit.js: line 477, col 125, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 477, col 141, ['customUserFields'] is better written in dot notation. +build/public/templates/account/edit.js: line 477, col 167, ['value'] is better written in dot notation. +build/public/templates/account/edit.js: line 481, col 192, Line is too long. +build/public/templates/account/edit.js: line 481, col 30, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 481, col 46, ['customUserFields'] is better written in dot notation. +build/public/templates/account/edit.js: line 481, col 69, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 481, col 85, ['customUserFields'] is better written in dot notation. +build/public/templates/account/edit.js: line 481, col 114, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 481, col 130, ['customUserFields'] is better written in dot notation. +build/public/templates/account/edit.js: line 481, col 156, ['type'] is better written in dot notation. +build/public/templates/account/edit.js: line 481, col 175, Expected '===' and instead saw '=='. +build/public/templates/account/edit.js: line 483, col 185, Line is too long. +build/public/templates/account/edit.js: line 483, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 483, col 57, ['customUserFields'] is better written in dot notation. +build/public/templates/account/edit.js: line 483, col 80, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 483, col 96, ['customUserFields'] is better written in dot notation. +build/public/templates/account/edit.js: line 483, col 125, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 483, col 141, ['customUserFields'] is better written in dot notation. +build/public/templates/account/edit.js: line 483, col 167, ['key'] is better written in dot notation. +build/public/templates/account/edit.js: line 485, col 185, Line is too long. +build/public/templates/account/edit.js: line 485, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 485, col 57, ['customUserFields'] is better written in dot notation. +build/public/templates/account/edit.js: line 485, col 80, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 485, col 96, ['customUserFields'] is better written in dot notation. +build/public/templates/account/edit.js: line 485, col 125, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 485, col 141, ['customUserFields'] is better written in dot notation. +build/public/templates/account/edit.js: line 485, col 167, ['key'] is better written in dot notation. +build/public/templates/account/edit.js: line 487, col 187, Line is too long. +build/public/templates/account/edit.js: line 487, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 487, col 57, ['customUserFields'] is better written in dot notation. +build/public/templates/account/edit.js: line 487, col 80, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 487, col 96, ['customUserFields'] is better written in dot notation. +build/public/templates/account/edit.js: line 487, col 125, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 487, col 141, ['customUserFields'] is better written in dot notation. +build/public/templates/account/edit.js: line 487, col 167, ['value'] is better written in dot notation. +build/public/templates/account/edit.js: line 491, col 190, Line is too long. +build/public/templates/account/edit.js: line 491, col 30, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 491, col 46, ['customUserFields'] is better written in dot notation. +build/public/templates/account/edit.js: line 491, col 69, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 491, col 85, ['customUserFields'] is better written in dot notation. +build/public/templates/account/edit.js: line 491, col 114, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 491, col 130, ['customUserFields'] is better written in dot notation. +build/public/templates/account/edit.js: line 491, col 156, ['type'] is better written in dot notation. +build/public/templates/account/edit.js: line 491, col 175, Expected '===' and instead saw '=='. +build/public/templates/account/edit.js: line 493, col 185, Line is too long. +build/public/templates/account/edit.js: line 493, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 493, col 57, ['customUserFields'] is better written in dot notation. +build/public/templates/account/edit.js: line 493, col 80, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 493, col 96, ['customUserFields'] is better written in dot notation. +build/public/templates/account/edit.js: line 493, col 125, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 493, col 141, ['customUserFields'] is better written in dot notation. +build/public/templates/account/edit.js: line 493, col 167, ['key'] is better written in dot notation. +build/public/templates/account/edit.js: line 495, col 185, Line is too long. +build/public/templates/account/edit.js: line 495, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 495, col 57, ['customUserFields'] is better written in dot notation. +build/public/templates/account/edit.js: line 495, col 80, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 495, col 96, ['customUserFields'] is better written in dot notation. +build/public/templates/account/edit.js: line 495, col 125, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 495, col 141, ['customUserFields'] is better written in dot notation. +build/public/templates/account/edit.js: line 495, col 167, ['key'] is better written in dot notation. +build/public/templates/account/edit.js: line 497, col 187, Line is too long. +build/public/templates/account/edit.js: line 497, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 497, col 57, ['customUserFields'] is better written in dot notation. +build/public/templates/account/edit.js: line 497, col 80, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 497, col 96, ['customUserFields'] is better written in dot notation. +build/public/templates/account/edit.js: line 497, col 125, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 497, col 141, ['customUserFields'] is better written in dot notation. +build/public/templates/account/edit.js: line 497, col 167, ['value'] is better written in dot notation. +build/public/templates/account/edit.js: line 501, col 371, Line is too long. +build/public/templates/account/edit.js: line 501, col 31, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 501, col 47, ['customUserFields'] is better written in dot notation. +build/public/templates/account/edit.js: line 501, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 501, col 86, ['customUserFields'] is better written in dot notation. +build/public/templates/account/edit.js: line 501, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 501, col 131, ['customUserFields'] is better written in dot notation. +build/public/templates/account/edit.js: line 501, col 157, ['type'] is better written in dot notation. +build/public/templates/account/edit.js: line 501, col 176, Expected '===' and instead saw '=='. +build/public/templates/account/edit.js: line 501, col 208, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 501, col 224, ['customUserFields'] is better written in dot notation. +build/public/templates/account/edit.js: line 501, col 247, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 501, col 263, ['customUserFields'] is better written in dot notation. +build/public/templates/account/edit.js: line 501, col 292, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 501, col 308, ['customUserFields'] is better written in dot notation. +build/public/templates/account/edit.js: line 501, col 334, ['type'] is better written in dot notation. +build/public/templates/account/edit.js: line 501, col 353, Expected '===' and instead saw '=='. +build/public/templates/account/edit.js: line 503, col 185, Line is too long. +build/public/templates/account/edit.js: line 503, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 503, col 57, ['customUserFields'] is better written in dot notation. +build/public/templates/account/edit.js: line 503, col 80, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 503, col 96, ['customUserFields'] is better written in dot notation. +build/public/templates/account/edit.js: line 503, col 125, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 503, col 141, ['customUserFields'] is better written in dot notation. +build/public/templates/account/edit.js: line 503, col 167, ['key'] is better written in dot notation. +build/public/templates/account/edit.js: line 505, col 185, Line is too long. +build/public/templates/account/edit.js: line 505, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 505, col 57, ['customUserFields'] is better written in dot notation. +build/public/templates/account/edit.js: line 505, col 80, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 505, col 96, ['customUserFields'] is better written in dot notation. +build/public/templates/account/edit.js: line 505, col 125, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 505, col 141, ['customUserFields'] is better written in dot notation. +build/public/templates/account/edit.js: line 505, col 167, ['key'] is better written in dot notation. +build/public/templates/account/edit.js: line 507, col 196, Line is too long. +build/public/templates/account/edit.js: line 507, col 34, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 507, col 50, ['customUserFields'] is better written in dot notation. +build/public/templates/account/edit.js: line 507, col 73, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 507, col 89, ['customUserFields'] is better written in dot notation. +build/public/templates/account/edit.js: line 507, col 118, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 507, col 134, ['customUserFields'] is better written in dot notation. +build/public/templates/account/edit.js: line 507, col 160, ['type'] is better written in dot notation. +build/public/templates/account/edit.js: line 507, col 179, Expected '===' and instead saw '=='. +build/public/templates/account/edit.js: line 511, col 233, Line is too long. +build/public/templates/account/edit.js: line 511, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 511, col 53, ['customUserFields'] is better written in dot notation. +build/public/templates/account/edit.js: line 511, col 76, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 511, col 92, ['customUserFields'] is better written in dot notation. +build/public/templates/account/edit.js: line 511, col 121, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 511, col 137, ['customUserFields'] is better written in dot notation. +build/public/templates/account/edit.js: line 514, col 347, Line is too long. +build/public/templates/account/edit.js: line 514, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 514, col 61, ['customUserFields'] is better written in dot notation. +build/public/templates/account/edit.js: line 514, col 84, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 514, col 100, ['customUserFields'] is better written in dot notation. +build/public/templates/account/edit.js: line 514, col 129, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 514, col 145, ['customUserFields'] is better written in dot notation. +build/public/templates/account/edit.js: line 514, col 192, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 514, col 208, ['customUserFields'] is better written in dot notation. +build/public/templates/account/edit.js: line 514, col 261, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 514, col 277, ['customUserFields'] is better written in dot notation. +build/public/templates/account/edit.js: line 514, col 327, ['value'] is better written in dot notation. +build/public/templates/account/edit.js: line 516, col 340, Line is too long. +build/public/templates/account/edit.js: line 516, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 516, col 53, ['customUserFields'] is better written in dot notation. +build/public/templates/account/edit.js: line 516, col 76, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 516, col 92, ['customUserFields'] is better written in dot notation. +build/public/templates/account/edit.js: line 516, col 121, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 516, col 137, ['customUserFields'] is better written in dot notation. +build/public/templates/account/edit.js: line 516, col 184, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 516, col 200, ['customUserFields'] is better written in dot notation. +build/public/templates/account/edit.js: line 516, col 253, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 516, col 269, ['customUserFields'] is better written in dot notation. +build/public/templates/account/edit.js: line 516, col 319, ['selected'] is better written in dot notation. +build/public/templates/account/edit.js: line 520, col 347, Line is too long. +build/public/templates/account/edit.js: line 520, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 520, col 61, ['customUserFields'] is better written in dot notation. +build/public/templates/account/edit.js: line 520, col 84, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 520, col 100, ['customUserFields'] is better written in dot notation. +build/public/templates/account/edit.js: line 520, col 129, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 520, col 145, ['customUserFields'] is better written in dot notation. +build/public/templates/account/edit.js: line 520, col 192, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 520, col 208, ['customUserFields'] is better written in dot notation. +build/public/templates/account/edit.js: line 520, col 261, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 520, col 277, ['customUserFields'] is better written in dot notation. +build/public/templates/account/edit.js: line 520, col 327, ['value'] is better written in dot notation. +build/public/templates/account/edit.js: line 512, col 21, 'key' is defined but never used. +build/public/templates/account/edit.js: line 511, col 226, 'value' is defined but never used. +build/public/templates/account/edit.js: line 511, col 218, 'length' is defined but never used. +build/public/templates/account/edit.js: line 511, col 211, 'index' is defined but never used. +build/public/templates/account/edit.js: line 465, col 13, 'key' is defined but never used. +build/public/templates/account/edit.js: line 464, col 117, 'value' is defined but never used. +build/public/templates/account/edit.js: line 464, col 109, 'length' is defined but never used. +build/public/templates/account/edit.js: line 464, col 102, 'index' is defined but never used. +build/public/templates/account/edit.js: line 463, col 11, 'value' is defined but never used. +build/public/templates/account/edit.js: line 461, col 82, 'helper' is defined but never used. +build/public/templates/account/edit.js: line 535, col 114, Line is too long. +build/public/templates/account/edit.js: line 535, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 535, col 52, ['groups'] is better written in dot notation. +build/public/templates/account/edit.js: line 537, col 137, Line is too long. +build/public/templates/account/edit.js: line 538, col 159, Line is too long. +build/public/templates/account/edit.js: line 538, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 538, col 53, ['groups'] is better written in dot notation. +build/public/templates/account/edit.js: line 538, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 538, col 82, ['groups'] is better written in dot notation. +build/public/templates/account/edit.js: line 538, col 101, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 538, col 117, ['groups'] is better written in dot notation. +build/public/templates/account/edit.js: line 538, col 133, ['displayName'] is better written in dot notation. +build/public/templates/account/edit.js: line 540, col 156, Line is too long. +build/public/templates/account/edit.js: line 540, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 540, col 53, ['groups'] is better written in dot notation. +build/public/templates/account/edit.js: line 540, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 540, col 82, ['groups'] is better written in dot notation. +build/public/templates/account/edit.js: line 540, col 101, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 540, col 117, ['groups'] is better written in dot notation. +build/public/templates/account/edit.js: line 540, col 133, ['selected'] is better written in dot notation. +build/public/templates/account/edit.js: line 542, col 120, Line is too long. +build/public/templates/account/edit.js: line 542, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 542, col 53, ['config'] is better written in dot notation. +build/public/templates/account/edit.js: line 542, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 542, col 82, ['config'] is better written in dot notation. +build/public/templates/account/edit.js: line 542, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/edit.js: line 544, col 152, Line is too long. +build/public/templates/account/edit.js: line 544, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 544, col 53, ['groups'] is better written in dot notation. +build/public/templates/account/edit.js: line 544, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 544, col 82, ['groups'] is better written in dot notation. +build/public/templates/account/edit.js: line 544, col 101, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 544, col 117, ['groups'] is better written in dot notation. +build/public/templates/account/edit.js: line 544, col 133, ['slug'] is better written in dot notation. +build/public/templates/account/edit.js: line 545, col 104, Line is too long. +build/public/templates/account/edit.js: line 546, col 157, Line is too long. +build/public/templates/account/edit.js: line 546, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 546, col 53, ['groups'] is better written in dot notation. +build/public/templates/account/edit.js: line 546, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 546, col 82, ['groups'] is better written in dot notation. +build/public/templates/account/edit.js: line 546, col 101, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 546, col 117, ['groups'] is better written in dot notation. +build/public/templates/account/edit.js: line 546, col 133, ['textColor'] is better written in dot notation. +build/public/templates/account/edit.js: line 548, col 158, Line is too long. +build/public/templates/account/edit.js: line 548, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 548, col 53, ['groups'] is better written in dot notation. +build/public/templates/account/edit.js: line 548, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 548, col 82, ['groups'] is better written in dot notation. +build/public/templates/account/edit.js: line 548, col 101, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 548, col 117, ['groups'] is better written in dot notation. +build/public/templates/account/edit.js: line 548, col 133, ['labelColor'] is better written in dot notation. +build/public/templates/account/edit.js: line 550, col 142, Line is too long. +build/public/templates/account/edit.js: line 550, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 550, col 45, ['groups'] is better written in dot notation. +build/public/templates/account/edit.js: line 550, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 550, col 74, ['groups'] is better written in dot notation. +build/public/templates/account/edit.js: line 550, col 93, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 550, col 109, ['groups'] is better written in dot notation. +build/public/templates/account/edit.js: line 550, col 125, ['icon'] is better written in dot notation. +build/public/templates/account/edit.js: line 551, col 154, Line is too long. +build/public/templates/account/edit.js: line 551, col 39, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 551, col 55, ['groups'] is better written in dot notation. +build/public/templates/account/edit.js: line 551, col 68, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 551, col 84, ['groups'] is better written in dot notation. +build/public/templates/account/edit.js: line 551, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 551, col 119, ['groups'] is better written in dot notation. +build/public/templates/account/edit.js: line 551, col 135, ['icon'] is better written in dot notation. +build/public/templates/account/edit.js: line 552, col 151, Line is too long. +build/public/templates/account/edit.js: line 552, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 552, col 49, ['groups'] is better written in dot notation. +build/public/templates/account/edit.js: line 552, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 552, col 78, ['groups'] is better written in dot notation. +build/public/templates/account/edit.js: line 552, col 97, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 552, col 113, ['groups'] is better written in dot notation. +build/public/templates/account/edit.js: line 552, col 129, ['userTitle'] is better written in dot notation. +build/public/templates/account/edit.js: line 557, col 147, Line is too long. +build/public/templates/account/edit.js: line 557, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 557, col 45, ['groups'] is better written in dot notation. +build/public/templates/account/edit.js: line 557, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 557, col 74, ['groups'] is better written in dot notation. +build/public/templates/account/edit.js: line 557, col 93, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 557, col 109, ['groups'] is better written in dot notation. +build/public/templates/account/edit.js: line 557, col 125, ['userTitle'] is better written in dot notation. +build/public/templates/account/edit.js: line 558, col 158, Line is too long. +build/public/templates/account/edit.js: line 558, col 39, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 558, col 55, ['groups'] is better written in dot notation. +build/public/templates/account/edit.js: line 558, col 68, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 558, col 84, ['groups'] is better written in dot notation. +build/public/templates/account/edit.js: line 558, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 558, col 119, ['groups'] is better written in dot notation. +build/public/templates/account/edit.js: line 558, col 135, ['userTitle'] is better written in dot notation. +build/public/templates/account/edit.js: line 560, col 143, Line is too long. +build/public/templates/account/edit.js: line 561, col 146, Line is too long. +build/public/templates/account/edit.js: line 561, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 561, col 45, ['groups'] is better written in dot notation. +build/public/templates/account/edit.js: line 561, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 561, col 74, ['groups'] is better written in dot notation. +build/public/templates/account/edit.js: line 561, col 93, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 561, col 109, ['groups'] is better written in dot notation. +build/public/templates/account/edit.js: line 561, col 125, ['selected'] is better written in dot notation. +build/public/templates/account/edit.js: line 564, col 183, Line is too long. +build/public/templates/account/edit.js: line 565, col 146, Line is too long. +build/public/templates/account/edit.js: line 565, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 565, col 45, ['groups'] is better written in dot notation. +build/public/templates/account/edit.js: line 565, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 565, col 74, ['groups'] is better written in dot notation. +build/public/templates/account/edit.js: line 565, col 93, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 565, col 109, ['groups'] is better written in dot notation. +build/public/templates/account/edit.js: line 565, col 125, ['selected'] is better written in dot notation. +build/public/templates/account/edit.js: line 568, col 104, Line is too long. +build/public/templates/account/edit.js: line 569, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 569, col 45, ['allowMultipleBadges'] is better written in dot notation. +build/public/templates/account/edit.js: line 570, col 362, Line is too long. +build/public/templates/account/edit.js: line 536, col 13, 'key' is defined but never used. +build/public/templates/account/edit.js: line 535, col 107, 'value' is defined but never used. +build/public/templates/account/edit.js: line 535, col 99, 'length' is defined but never used. +build/public/templates/account/edit.js: line 535, col 92, 'index' is defined but never used. +build/public/templates/account/edit.js: line 534, col 11, 'value' is defined but never used. +build/public/templates/account/edit.js: line 532, col 62, 'helper' is defined but never used. +build/public/templates/account/edit.js: line 580, col 111, Line is too long. +build/public/templates/account/edit.js: line 580, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 580, col 52, ['sso'] is better written in dot notation. +build/public/templates/account/edit.js: line 583, col 138, Line is too long. +build/public/templates/account/edit.js: line 583, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 583, col 45, ['sso'] is better written in dot notation. +build/public/templates/account/edit.js: line 583, col 55, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 583, col 71, ['sso'] is better written in dot notation. +build/public/templates/account/edit.js: line 583, col 87, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 583, col 103, ['sso'] is better written in dot notation. +build/public/templates/account/edit.js: line 583, col 116, ['deauthUrl'] is better written in dot notation. +build/public/templates/account/edit.js: line 585, col 152, Line is too long. +build/public/templates/account/edit.js: line 585, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 585, col 57, ['sso'] is better written in dot notation. +build/public/templates/account/edit.js: line 585, col 67, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 585, col 83, ['sso'] is better written in dot notation. +build/public/templates/account/edit.js: line 585, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 585, col 115, ['sso'] is better written in dot notation. +build/public/templates/account/edit.js: line 585, col 128, ['component'] is better written in dot notation. +build/public/templates/account/edit.js: line 587, col 152, Line is too long. +build/public/templates/account/edit.js: line 587, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 587, col 57, ['sso'] is better written in dot notation. +build/public/templates/account/edit.js: line 587, col 67, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 587, col 83, ['sso'] is better written in dot notation. +build/public/templates/account/edit.js: line 587, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 587, col 115, ['sso'] is better written in dot notation. +build/public/templates/account/edit.js: line 587, col 128, ['deauthUrl'] is better written in dot notation. +build/public/templates/account/edit.js: line 591, col 148, Line is too long. +build/public/templates/account/edit.js: line 591, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 591, col 53, ['sso'] is better written in dot notation. +build/public/templates/account/edit.js: line 591, col 63, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 591, col 79, ['sso'] is better written in dot notation. +build/public/templates/account/edit.js: line 591, col 95, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 591, col 111, ['sso'] is better written in dot notation. +build/public/templates/account/edit.js: line 591, col 124, ['component'] is better written in dot notation. +build/public/templates/account/edit.js: line 593, col 132, Line is too long. +build/public/templates/account/edit.js: line 593, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 593, col 45, ['sso'] is better written in dot notation. +build/public/templates/account/edit.js: line 593, col 55, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 593, col 71, ['sso'] is better written in dot notation. +build/public/templates/account/edit.js: line 593, col 87, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 593, col 103, ['sso'] is better written in dot notation. +build/public/templates/account/edit.js: line 593, col 116, ['url'] is better written in dot notation. +build/public/templates/account/edit.js: line 594, col 143, Line is too long. +build/public/templates/account/edit.js: line 594, col 39, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 594, col 55, ['sso'] is better written in dot notation. +build/public/templates/account/edit.js: line 594, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 594, col 81, ['sso'] is better written in dot notation. +build/public/templates/account/edit.js: line 594, col 97, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 594, col 113, ['sso'] is better written in dot notation. +build/public/templates/account/edit.js: line 594, col 126, ['url'] is better written in dot notation. +build/public/templates/account/edit.js: line 597, col 139, Line is too long. +build/public/templates/account/edit.js: line 597, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 597, col 45, ['sso'] is better written in dot notation. +build/public/templates/account/edit.js: line 597, col 55, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 597, col 71, ['sso'] is better written in dot notation. +build/public/templates/account/edit.js: line 597, col 87, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 597, col 103, ['sso'] is better written in dot notation. +build/public/templates/account/edit.js: line 597, col 116, ['associated'] is better written in dot notation. +build/public/templates/account/edit.js: line 601, col 133, Line is too long. +build/public/templates/account/edit.js: line 601, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 601, col 45, ['sso'] is better written in dot notation. +build/public/templates/account/edit.js: line 601, col 55, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 601, col 71, ['sso'] is better written in dot notation. +build/public/templates/account/edit.js: line 601, col 87, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 601, col 103, ['sso'] is better written in dot notation. +build/public/templates/account/edit.js: line 601, col 116, ['icon'] is better written in dot notation. +build/public/templates/account/edit.js: line 603, col 147, Line is too long. +build/public/templates/account/edit.js: line 603, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 603, col 57, ['sso'] is better written in dot notation. +build/public/templates/account/edit.js: line 603, col 67, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 603, col 83, ['sso'] is better written in dot notation. +build/public/templates/account/edit.js: line 603, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 603, col 115, ['sso'] is better written in dot notation. +build/public/templates/account/edit.js: line 603, col 128, ['icon'] is better written in dot notation. +build/public/templates/account/edit.js: line 607, col 139, Line is too long. +build/public/templates/account/edit.js: line 607, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 607, col 45, ['sso'] is better written in dot notation. +build/public/templates/account/edit.js: line 607, col 55, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 607, col 71, ['sso'] is better written in dot notation. +build/public/templates/account/edit.js: line 607, col 87, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 607, col 103, ['sso'] is better written in dot notation. +build/public/templates/account/edit.js: line 607, col 116, ['associated'] is better written in dot notation. +build/public/templates/account/edit.js: line 611, col 143, Line is too long. +build/public/templates/account/edit.js: line 611, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 611, col 53, ['sso'] is better written in dot notation. +build/public/templates/account/edit.js: line 611, col 63, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 611, col 79, ['sso'] is better written in dot notation. +build/public/templates/account/edit.js: line 611, col 95, Expected '!==' and instead saw '!='. +build/public/templates/account/edit.js: line 611, col 111, ['sso'] is better written in dot notation. +build/public/templates/account/edit.js: line 611, col 124, ['name'] is better written in dot notation. +build/public/templates/account/edit.js: line 581, col 13, 'key' is defined but never used. +build/public/templates/account/edit.js: line 580, col 104, 'value' is defined but never used. +build/public/templates/account/edit.js: line 580, col 96, 'length' is defined but never used. +build/public/templates/account/edit.js: line 580, col 89, 'index' is defined but never used. +build/public/templates/account/edit.js: line 579, col 11, 'value' is defined but never used. +build/public/templates/account/edit.js: line 577, col 56, 'helper' is defined but never used. +build/public/templates/account/edit.js: line 620, col 3, Missing semicolon. +build/public/templates/account/edit.js: line 5, col 46, 'define' is not defined. +build/public/templates/account/edit.js: line 6, col 5, 'define' is not defined. + +build/public/templates/account/followers.js: line 13, col 109, Line is too long. +build/public/templates/account/followers.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 13, col 41, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/followers.js: line 13, col 59, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 13, col 75, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/followers.js: line 13, col 90, ['length'] is better written in dot notation. +build/public/templates/account/followers.js: line 14, col 136, Line is too long. +build/public/templates/account/followers.js: line 15, col 26, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/followers.js: line 21, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 23, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 25, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 25, col 49, ['uid'] is better written in dot notation. +build/public/templates/account/followers.js: line 27, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 27, col 41, ['picture'] is better written in dot notation. +build/public/templates/account/followers.js: line 29, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 29, col 53, ['picture'] is better written in dot notation. +build/public/templates/account/followers.js: line 32, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 34, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 34, col 53, ['username'] is better written in dot notation. +build/public/templates/account/followers.js: line 36, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 38, col 122, Line is too long. +build/public/templates/account/followers.js: line 39, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 39, col 49, ['status'] is better written in dot notation. +build/public/templates/account/followers.js: line 41, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 41, col 49, ['status'] is better written in dot notation. +build/public/templates/account/followers.js: line 43, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 43, col 41, ['loggedIn'] is better written in dot notation. +build/public/templates/account/followers.js: line 45, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 45, col 45, ['isSelf'] is better written in dot notation. +build/public/templates/account/followers.js: line 48, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 48, col 49, ['isFollowing'] is better written in dot notation. +build/public/templates/account/followers.js: line 52, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 52, col 49, ['isFollowing'] is better written in dot notation. +build/public/templates/account/followers.js: line 55, col 137, Line is too long. +build/public/templates/account/followers.js: line 59, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 59, col 41, ['allowCoverPicture'] is better written in dot notation. +build/public/templates/account/followers.js: line 61, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 61, col 45, ['canEdit'] is better written in dot notation. +build/public/templates/account/followers.js: line 62, col 485, Line is too long. +build/public/templates/account/followers.js: line 66, col 331, Line is too long. +build/public/templates/account/followers.js: line 67, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 67, col 41, ['loggedIn'] is better written in dot notation. +build/public/templates/account/followers.js: line 69, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 69, col 45, ['isSelf'] is better written in dot notation. +build/public/templates/account/followers.js: line 72, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 72, col 49, ['banned'] is better written in dot notation. +build/public/templates/account/followers.js: line 75, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 75, col 53, ['canChat'] is better written in dot notation. +build/public/templates/account/followers.js: line 77, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 77, col 57, ['hasPrivateChat'] is better written in dot notation. +build/public/templates/account/followers.js: line 80, col 133, Line is too long. +build/public/templates/account/followers.js: line 81, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 81, col 65, ['username'] is better written in dot notation. +build/public/templates/account/followers.js: line 82, col 157, Line is too long. +build/public/templates/account/followers.js: line 83, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 83, col 65, ['username'] is better written in dot notation. +build/public/templates/account/followers.js: line 87, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 87, col 53, ['flagId'] is better written in dot notation. +build/public/templates/account/followers.js: line 90, col 147, Line is too long. +build/public/templates/account/followers.js: line 91, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 91, col 53, ['flagId'] is better written in dot notation. +build/public/templates/account/followers.js: line 94, col 130, Line is too long. +build/public/templates/account/followers.js: line 95, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 95, col 61, ['flagId'] is better written in dot notation. +build/public/templates/account/followers.js: line 97, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 97, col 53, ['isBlocked'] is better written in dot notation. +build/public/templates/account/followers.js: line 100, col 146, Line is too long. +build/public/templates/account/followers.js: line 101, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 101, col 53, ['isBlocked'] is better written in dot notation. +build/public/templates/account/followers.js: line 104, col 177, Line is too long. +build/public/templates/account/followers.js: line 109, col 116, Line is too long. +build/public/templates/account/followers.js: line 109, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 109, col 49, ['config'] is better written in dot notation. +build/public/templates/account/followers.js: line 109, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 109, col 78, ['config'] is better written in dot notation. +build/public/templates/account/followers.js: line 109, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/followers.js: line 111, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 111, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/followers.js: line 112, col 101, Line is too long. +build/public/templates/account/followers.js: line 113, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 113, col 41, ['canEdit'] is better written in dot notation. +build/public/templates/account/followers.js: line 115, col 120, Line is too long. +build/public/templates/account/followers.js: line 115, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 115, col 53, ['config'] is better written in dot notation. +build/public/templates/account/followers.js: line 115, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 115, col 82, ['config'] is better written in dot notation. +build/public/templates/account/followers.js: line 115, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/followers.js: line 117, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 117, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/followers.js: line 118, col 103, Line is too long. +build/public/templates/account/followers.js: line 119, col 120, Line is too long. +build/public/templates/account/followers.js: line 119, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 119, col 53, ['config'] is better written in dot notation. +build/public/templates/account/followers.js: line 119, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 119, col 82, ['config'] is better written in dot notation. +build/public/templates/account/followers.js: line 119, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/followers.js: line 121, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 121, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/followers.js: line 125, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 125, col 41, ['isSelf'] is better written in dot notation. +build/public/templates/account/followers.js: line 128, col 122, Line is too long. +build/public/templates/account/followers.js: line 128, col 30, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 128, col 46, ['canBan'] is better written in dot notation. +build/public/templates/account/followers.js: line 128, col 85, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 128, col 101, ['canMute'] is better written in dot notation. +build/public/templates/account/followers.js: line 129, col 140, Line is too long. +build/public/templates/account/followers.js: line 132, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 132, col 45, ['canBan'] is better written in dot notation. +build/public/templates/account/followers.js: line 134, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 134, col 49, ['banned'] is better written in dot notation. +build/public/templates/account/followers.js: line 137, col 151, Line is too long. +build/public/templates/account/followers.js: line 138, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 138, col 49, ['banned'] is better written in dot notation. +build/public/templates/account/followers.js: line 141, col 142, Line is too long. +build/public/templates/account/followers.js: line 144, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 144, col 45, ['canMute'] is better written in dot notation. +build/public/templates/account/followers.js: line 146, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 146, col 49, ['muted'] is better written in dot notation. +build/public/templates/account/followers.js: line 149, col 153, Line is too long. +build/public/templates/account/followers.js: line 150, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 150, col 49, ['muted'] is better written in dot notation. +build/public/templates/account/followers.js: line 153, col 144, Line is too long. +build/public/templates/account/followers.js: line 156, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 156, col 45, ['isAdmin'] is better written in dot notation. +build/public/templates/account/followers.js: line 157, col 398, Line is too long. +build/public/templates/account/followers.js: line 160, col 158, Line is too long. +build/public/templates/account/followers.js: line 161, col 116, Line is too long. +build/public/templates/account/followers.js: line 161, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 161, col 49, ['config'] is better written in dot notation. +build/public/templates/account/followers.js: line 161, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 161, col 78, ['config'] is better written in dot notation. +build/public/templates/account/followers.js: line 161, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/followers.js: line 163, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 163, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/followers.js: line 164, col 122, Line is too long. +build/public/templates/account/followers.js: line 165, col 112, Line is too long. +build/public/templates/account/followers.js: line 165, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 165, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/followers.js: line 165, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 165, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/followers.js: line 165, col 88, ['following'] is better written in dot notation. +build/public/templates/account/followers.js: line 167, col 159, Line is too long. +build/public/templates/account/followers.js: line 167, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 167, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/followers.js: line 167, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 167, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/followers.js: line 167, col 133, ['following'] is better written in dot notation. +build/public/templates/account/followers.js: line 168, col 117, Line is too long. +build/public/templates/account/followers.js: line 169, col 116, Line is too long. +build/public/templates/account/followers.js: line 169, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 169, col 49, ['config'] is better written in dot notation. +build/public/templates/account/followers.js: line 169, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 169, col 78, ['config'] is better written in dot notation. +build/public/templates/account/followers.js: line 169, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/followers.js: line 171, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 171, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/followers.js: line 172, col 122, Line is too long. +build/public/templates/account/followers.js: line 173, col 112, Line is too long. +build/public/templates/account/followers.js: line 173, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 173, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/followers.js: line 173, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 173, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/followers.js: line 173, col 88, ['followers'] is better written in dot notation. +build/public/templates/account/followers.js: line 175, col 159, Line is too long. +build/public/templates/account/followers.js: line 175, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 175, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/followers.js: line 175, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 175, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/followers.js: line 175, col 133, ['followers'] is better written in dot notation. +build/public/templates/account/followers.js: line 177, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 177, col 41, ['canEdit'] is better written in dot notation. +build/public/templates/account/followers.js: line 178, col 103, Line is too long. +build/public/templates/account/followers.js: line 179, col 120, Line is too long. +build/public/templates/account/followers.js: line 179, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 179, col 53, ['config'] is better written in dot notation. +build/public/templates/account/followers.js: line 179, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 179, col 82, ['config'] is better written in dot notation. +build/public/templates/account/followers.js: line 179, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/followers.js: line 181, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 181, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/followers.js: line 182, col 120, Line is too long. +build/public/templates/account/followers.js: line 183, col 113, Line is too long. +build/public/templates/account/followers.js: line 183, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 183, col 53, ['counts'] is better written in dot notation. +build/public/templates/account/followers.js: line 183, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 183, col 82, ['counts'] is better written in dot notation. +build/public/templates/account/followers.js: line 183, col 92, ['blocks'] is better written in dot notation. +build/public/templates/account/followers.js: line 185, col 160, Line is too long. +build/public/templates/account/followers.js: line 185, col 82, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 185, col 98, ['counts'] is better written in dot notation. +build/public/templates/account/followers.js: line 185, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 185, col 127, ['counts'] is better written in dot notation. +build/public/templates/account/followers.js: line 185, col 137, ['blocks'] is better written in dot notation. +build/public/templates/account/followers.js: line 188, col 158, Line is too long. +build/public/templates/account/followers.js: line 189, col 116, Line is too long. +build/public/templates/account/followers.js: line 189, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 189, col 49, ['config'] is better written in dot notation. +build/public/templates/account/followers.js: line 189, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 189, col 78, ['config'] is better written in dot notation. +build/public/templates/account/followers.js: line 189, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/followers.js: line 191, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 191, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/followers.js: line 192, col 118, Line is too long. +build/public/templates/account/followers.js: line 193, col 109, Line is too long. +build/public/templates/account/followers.js: line 193, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 193, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/followers.js: line 193, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 193, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/followers.js: line 193, col 88, ['topics'] is better written in dot notation. +build/public/templates/account/followers.js: line 195, col 156, Line is too long. +build/public/templates/account/followers.js: line 195, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 195, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/followers.js: line 195, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 195, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/followers.js: line 195, col 133, ['topics'] is better written in dot notation. +build/public/templates/account/followers.js: line 196, col 117, Line is too long. +build/public/templates/account/followers.js: line 197, col 116, Line is too long. +build/public/templates/account/followers.js: line 197, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 197, col 49, ['config'] is better written in dot notation. +build/public/templates/account/followers.js: line 197, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 197, col 78, ['config'] is better written in dot notation. +build/public/templates/account/followers.js: line 197, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/followers.js: line 199, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 199, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/followers.js: line 200, col 116, Line is too long. +build/public/templates/account/followers.js: line 201, col 108, Line is too long. +build/public/templates/account/followers.js: line 201, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 201, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/followers.js: line 201, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 201, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/followers.js: line 201, col 88, ['posts'] is better written in dot notation. +build/public/templates/account/followers.js: line 203, col 155, Line is too long. +build/public/templates/account/followers.js: line 203, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 203, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/followers.js: line 203, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 203, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/followers.js: line 203, col 133, ['posts'] is better written in dot notation. +build/public/templates/account/followers.js: line 204, col 117, Line is too long. +build/public/templates/account/followers.js: line 205, col 116, Line is too long. +build/public/templates/account/followers.js: line 205, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 205, col 49, ['config'] is better written in dot notation. +build/public/templates/account/followers.js: line 205, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 205, col 78, ['config'] is better written in dot notation. +build/public/templates/account/followers.js: line 205, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/followers.js: line 207, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 207, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/followers.js: line 208, col 125, Line is too long. +build/public/templates/account/followers.js: line 209, col 109, Line is too long. +build/public/templates/account/followers.js: line 209, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 209, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/followers.js: line 209, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 209, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/followers.js: line 209, col 88, ['groups'] is better written in dot notation. +build/public/templates/account/followers.js: line 211, col 156, Line is too long. +build/public/templates/account/followers.js: line 211, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 211, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/followers.js: line 211, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 211, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/followers.js: line 211, col 133, ['groups'] is better written in dot notation. +build/public/templates/account/followers.js: line 213, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 213, col 41, ['canEdit'] is better written in dot notation. +build/public/templates/account/followers.js: line 214, col 103, Line is too long. +build/public/templates/account/followers.js: line 215, col 120, Line is too long. +build/public/templates/account/followers.js: line 215, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 215, col 53, ['config'] is better written in dot notation. +build/public/templates/account/followers.js: line 215, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 215, col 82, ['config'] is better written in dot notation. +build/public/templates/account/followers.js: line 215, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/followers.js: line 217, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 217, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/followers.js: line 218, col 136, Line is too long. +build/public/templates/account/followers.js: line 219, col 124, Line is too long. +build/public/templates/account/followers.js: line 219, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 219, col 53, ['counts'] is better written in dot notation. +build/public/templates/account/followers.js: line 219, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 219, col 82, ['counts'] is better written in dot notation. +build/public/templates/account/followers.js: line 219, col 92, ['categoriesWatched'] is better written in dot notation. +build/public/templates/account/followers.js: line 221, col 171, Line is too long. +build/public/templates/account/followers.js: line 221, col 82, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 221, col 98, ['counts'] is better written in dot notation. +build/public/templates/account/followers.js: line 221, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 221, col 127, ['counts'] is better written in dot notation. +build/public/templates/account/followers.js: line 221, col 137, ['categoriesWatched'] is better written in dot notation. +build/public/templates/account/followers.js: line 223, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 223, col 45, ['isSelf'] is better written in dot notation. +build/public/templates/account/followers.js: line 224, col 107, Line is too long. +build/public/templates/account/followers.js: line 225, col 124, Line is too long. +build/public/templates/account/followers.js: line 225, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 225, col 57, ['config'] is better written in dot notation. +build/public/templates/account/followers.js: line 225, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 225, col 86, ['config'] is better written in dot notation. +build/public/templates/account/followers.js: line 225, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/account/followers.js: line 227, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 227, col 57, ['userslug'] is better written in dot notation. +build/public/templates/account/followers.js: line 228, col 130, Line is too long. +build/public/templates/account/followers.js: line 229, col 122, Line is too long. +build/public/templates/account/followers.js: line 229, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 229, col 57, ['counts'] is better written in dot notation. +build/public/templates/account/followers.js: line 229, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 229, col 86, ['counts'] is better written in dot notation. +build/public/templates/account/followers.js: line 229, col 96, ['tagsWatched'] is better written in dot notation. +build/public/templates/account/followers.js: line 231, col 169, Line is too long. +build/public/templates/account/followers.js: line 231, col 86, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 231, col 102, ['counts'] is better written in dot notation. +build/public/templates/account/followers.js: line 231, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 231, col 131, ['counts'] is better written in dot notation. +build/public/templates/account/followers.js: line 231, col 141, ['tagsWatched'] is better written in dot notation. +build/public/templates/account/followers.js: line 234, col 105, Line is too long. +build/public/templates/account/followers.js: line 235, col 120, Line is too long. +build/public/templates/account/followers.js: line 235, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 235, col 53, ['config'] is better written in dot notation. +build/public/templates/account/followers.js: line 235, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 235, col 82, ['config'] is better written in dot notation. +build/public/templates/account/followers.js: line 235, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/followers.js: line 237, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 237, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/followers.js: line 238, col 124, Line is too long. +build/public/templates/account/followers.js: line 239, col 115, Line is too long. +build/public/templates/account/followers.js: line 239, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 239, col 53, ['counts'] is better written in dot notation. +build/public/templates/account/followers.js: line 239, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 239, col 82, ['counts'] is better written in dot notation. +build/public/templates/account/followers.js: line 239, col 92, ['uploaded'] is better written in dot notation. +build/public/templates/account/followers.js: line 241, col 162, Line is too long. +build/public/templates/account/followers.js: line 241, col 82, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 241, col 98, ['counts'] is better written in dot notation. +build/public/templates/account/followers.js: line 241, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 241, col 127, ['counts'] is better written in dot notation. +build/public/templates/account/followers.js: line 241, col 137, ['uploaded'] is better written in dot notation. +build/public/templates/account/followers.js: line 245, col 22, ['profile_links'] is better written in dot notation. +build/public/templates/account/followers.js: line 247, col 111, Line is too long. +build/public/templates/account/followers.js: line 247, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 247, col 49, ['template'] is better written in dot notation. +build/public/templates/account/followers.js: line 247, col 64, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 247, col 80, ['template'] is better written in dot notation. +build/public/templates/account/followers.js: line 247, col 92, ['name'] is better written in dot notation. +build/public/templates/account/followers.js: line 249, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 249, col 49, ['username'] is better written in dot notation. +build/public/templates/account/followers.js: line 250, col 163, Line is too long. +build/public/templates/account/followers.js: line 251, col 22, ['users'] is better written in dot notation. +build/public/templates/account/followers.js: line 253, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 253, col 41, ['anonymousUserCount'] is better written in dot notation. +build/public/templates/account/followers.js: line 254, col 280, Line is too long. +build/public/templates/account/followers.js: line 255, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 255, col 53, ['anonymousUserCount'] is better written in dot notation. +build/public/templates/account/followers.js: line 259, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 259, col 41, ['users'] is better written in dot notation. +build/public/templates/account/followers.js: line 259, col 53, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 259, col 69, ['users'] is better written in dot notation. +build/public/templates/account/followers.js: line 259, col 78, ['length'] is better written in dot notation. +build/public/templates/account/followers.js: line 263, col 158, Line is too long. +build/public/templates/account/followers.js: line 263, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 263, col 41, ['pagination'] is better written in dot notation. +build/public/templates/account/followers.js: line 263, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 263, col 74, ['pagination'] is better written in dot notation. +build/public/templates/account/followers.js: line 263, col 88, ['pages'] is better written in dot notation. +build/public/templates/account/followers.js: line 263, col 100, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 263, col 116, ['pagination'] is better written in dot notation. +build/public/templates/account/followers.js: line 263, col 130, ['pages'] is better written in dot notation. +build/public/templates/account/followers.js: line 263, col 139, ['length'] is better written in dot notation. +build/public/templates/account/followers.js: line 266, col 155, Line is too long. +build/public/templates/account/followers.js: line 267, col 156, Line is too long. +build/public/templates/account/followers.js: line 267, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 267, col 41, ['pagination'] is better written in dot notation. +build/public/templates/account/followers.js: line 267, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 267, col 74, ['pagination'] is better written in dot notation. +build/public/templates/account/followers.js: line 267, col 88, ['prev'] is better written in dot notation. +build/public/templates/account/followers.js: line 267, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 267, col 115, ['pagination'] is better written in dot notation. +build/public/templates/account/followers.js: line 267, col 129, ['prev'] is better written in dot notation. +build/public/templates/account/followers.js: line 267, col 137, ['active'] is better written in dot notation. +build/public/templates/account/followers.js: line 271, col 162, Line is too long. +build/public/templates/account/followers.js: line 271, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 271, col 49, ['pagination'] is better written in dot notation. +build/public/templates/account/followers.js: line 271, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 271, col 82, ['pagination'] is better written in dot notation. +build/public/templates/account/followers.js: line 271, col 96, ['prev'] is better written in dot notation. +build/public/templates/account/followers.js: line 271, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 271, col 123, ['pagination'] is better written in dot notation. +build/public/templates/account/followers.js: line 271, col 137, ['prev'] is better written in dot notation. +build/public/templates/account/followers.js: line 271, col 145, ['qs'] is better written in dot notation. +build/public/templates/account/followers.js: line 273, col 164, Line is too long. +build/public/templates/account/followers.js: line 273, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 273, col 49, ['pagination'] is better written in dot notation. +build/public/templates/account/followers.js: line 273, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 273, col 82, ['pagination'] is better written in dot notation. +build/public/templates/account/followers.js: line 273, col 96, ['prev'] is better written in dot notation. +build/public/templates/account/followers.js: line 273, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 273, col 123, ['pagination'] is better written in dot notation. +build/public/templates/account/followers.js: line 273, col 137, ['prev'] is better written in dot notation. +build/public/templates/account/followers.js: line 273, col 145, ['page'] is better written in dot notation. +build/public/templates/account/followers.js: line 274, col 114, Line is too long. +build/public/templates/account/followers.js: line 277, col 156, Line is too long. +build/public/templates/account/followers.js: line 277, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 277, col 41, ['pagination'] is better written in dot notation. +build/public/templates/account/followers.js: line 277, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 277, col 74, ['pagination'] is better written in dot notation. +build/public/templates/account/followers.js: line 277, col 88, ['next'] is better written in dot notation. +build/public/templates/account/followers.js: line 277, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 277, col 115, ['pagination'] is better written in dot notation. +build/public/templates/account/followers.js: line 277, col 129, ['next'] is better written in dot notation. +build/public/templates/account/followers.js: line 277, col 137, ['active'] is better written in dot notation. +build/public/templates/account/followers.js: line 281, col 162, Line is too long. +build/public/templates/account/followers.js: line 281, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 281, col 49, ['pagination'] is better written in dot notation. +build/public/templates/account/followers.js: line 281, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 281, col 82, ['pagination'] is better written in dot notation. +build/public/templates/account/followers.js: line 281, col 96, ['next'] is better written in dot notation. +build/public/templates/account/followers.js: line 281, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 281, col 123, ['pagination'] is better written in dot notation. +build/public/templates/account/followers.js: line 281, col 137, ['next'] is better written in dot notation. +build/public/templates/account/followers.js: line 281, col 145, ['qs'] is better written in dot notation. +build/public/templates/account/followers.js: line 283, col 164, Line is too long. +build/public/templates/account/followers.js: line 283, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 283, col 49, ['pagination'] is better written in dot notation. +build/public/templates/account/followers.js: line 283, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 283, col 82, ['pagination'] is better written in dot notation. +build/public/templates/account/followers.js: line 283, col 96, ['next'] is better written in dot notation. +build/public/templates/account/followers.js: line 283, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 283, col 123, ['pagination'] is better written in dot notation. +build/public/templates/account/followers.js: line 283, col 137, ['next'] is better written in dot notation. +build/public/templates/account/followers.js: line 283, col 145, ['page'] is better written in dot notation. +build/public/templates/account/followers.js: line 284, col 224, Line is too long. +build/public/templates/account/followers.js: line 285, col 156, Line is too long. +build/public/templates/account/followers.js: line 285, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 285, col 41, ['pagination'] is better written in dot notation. +build/public/templates/account/followers.js: line 285, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 285, col 74, ['pagination'] is better written in dot notation. +build/public/templates/account/followers.js: line 285, col 88, ['prev'] is better written in dot notation. +build/public/templates/account/followers.js: line 285, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 285, col 115, ['pagination'] is better written in dot notation. +build/public/templates/account/followers.js: line 285, col 129, ['prev'] is better written in dot notation. +build/public/templates/account/followers.js: line 285, col 137, ['active'] is better written in dot notation. +build/public/templates/account/followers.js: line 289, col 164, Line is too long. +build/public/templates/account/followers.js: line 289, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 289, col 49, ['pagination'] is better written in dot notation. +build/public/templates/account/followers.js: line 289, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 289, col 82, ['pagination'] is better written in dot notation. +build/public/templates/account/followers.js: line 289, col 96, ['first'] is better written in dot notation. +build/public/templates/account/followers.js: line 289, col 108, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 289, col 124, ['pagination'] is better written in dot notation. +build/public/templates/account/followers.js: line 289, col 138, ['first'] is better written in dot notation. +build/public/templates/account/followers.js: line 289, col 147, ['qs'] is better written in dot notation. +build/public/templates/account/followers.js: line 290, col 158, Line is too long. +build/public/templates/account/followers.js: line 291, col 156, Line is too long. +build/public/templates/account/followers.js: line 291, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 291, col 41, ['pagination'] is better written in dot notation. +build/public/templates/account/followers.js: line 291, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 291, col 74, ['pagination'] is better written in dot notation. +build/public/templates/account/followers.js: line 291, col 88, ['prev'] is better written in dot notation. +build/public/templates/account/followers.js: line 291, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 291, col 115, ['pagination'] is better written in dot notation. +build/public/templates/account/followers.js: line 291, col 129, ['prev'] is better written in dot notation. +build/public/templates/account/followers.js: line 291, col 137, ['active'] is better written in dot notation. +build/public/templates/account/followers.js: line 295, col 162, Line is too long. +build/public/templates/account/followers.js: line 295, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 295, col 49, ['pagination'] is better written in dot notation. +build/public/templates/account/followers.js: line 295, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 295, col 82, ['pagination'] is better written in dot notation. +build/public/templates/account/followers.js: line 295, col 96, ['prev'] is better written in dot notation. +build/public/templates/account/followers.js: line 295, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 295, col 123, ['pagination'] is better written in dot notation. +build/public/templates/account/followers.js: line 295, col 137, ['prev'] is better written in dot notation. +build/public/templates/account/followers.js: line 295, col 145, ['qs'] is better written in dot notation. +build/public/templates/account/followers.js: line 297, col 164, Line is too long. +build/public/templates/account/followers.js: line 297, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 297, col 49, ['pagination'] is better written in dot notation. +build/public/templates/account/followers.js: line 297, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 297, col 82, ['pagination'] is better written in dot notation. +build/public/templates/account/followers.js: line 297, col 96, ['prev'] is better written in dot notation. +build/public/templates/account/followers.js: line 297, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 297, col 123, ['pagination'] is better written in dot notation. +build/public/templates/account/followers.js: line 297, col 137, ['prev'] is better written in dot notation. +build/public/templates/account/followers.js: line 297, col 145, ['page'] is better written in dot notation. +build/public/templates/account/followers.js: line 298, col 276, Line is too long. +build/public/templates/account/followers.js: line 299, col 122, Line is too long. +build/public/templates/account/followers.js: line 299, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 299, col 49, ['pagination'] is better written in dot notation. +build/public/templates/account/followers.js: line 299, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 299, col 82, ['pagination'] is better written in dot notation. +build/public/templates/account/followers.js: line 299, col 96, ['currentPage'] is better written in dot notation. +build/public/templates/account/followers.js: line 301, col 120, Line is too long. +build/public/templates/account/followers.js: line 301, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 301, col 49, ['pagination'] is better written in dot notation. +build/public/templates/account/followers.js: line 301, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 301, col 82, ['pagination'] is better written in dot notation. +build/public/templates/account/followers.js: line 301, col 96, ['pageCount'] is better written in dot notation. +build/public/templates/account/followers.js: line 303, col 156, Line is too long. +build/public/templates/account/followers.js: line 303, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 303, col 41, ['pagination'] is better written in dot notation. +build/public/templates/account/followers.js: line 303, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 303, col 74, ['pagination'] is better written in dot notation. +build/public/templates/account/followers.js: line 303, col 88, ['next'] is better written in dot notation. +build/public/templates/account/followers.js: line 303, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 303, col 115, ['pagination'] is better written in dot notation. +build/public/templates/account/followers.js: line 303, col 129, ['next'] is better written in dot notation. +build/public/templates/account/followers.js: line 303, col 137, ['active'] is better written in dot notation. +build/public/templates/account/followers.js: line 307, col 162, Line is too long. +build/public/templates/account/followers.js: line 307, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 307, col 49, ['pagination'] is better written in dot notation. +build/public/templates/account/followers.js: line 307, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 307, col 82, ['pagination'] is better written in dot notation. +build/public/templates/account/followers.js: line 307, col 96, ['next'] is better written in dot notation. +build/public/templates/account/followers.js: line 307, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 307, col 123, ['pagination'] is better written in dot notation. +build/public/templates/account/followers.js: line 307, col 137, ['next'] is better written in dot notation. +build/public/templates/account/followers.js: line 307, col 145, ['qs'] is better written in dot notation. +build/public/templates/account/followers.js: line 309, col 164, Line is too long. +build/public/templates/account/followers.js: line 309, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 309, col 49, ['pagination'] is better written in dot notation. +build/public/templates/account/followers.js: line 309, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 309, col 82, ['pagination'] is better written in dot notation. +build/public/templates/account/followers.js: line 309, col 96, ['next'] is better written in dot notation. +build/public/templates/account/followers.js: line 309, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 309, col 123, ['pagination'] is better written in dot notation. +build/public/templates/account/followers.js: line 309, col 137, ['next'] is better written in dot notation. +build/public/templates/account/followers.js: line 309, col 145, ['page'] is better written in dot notation. +build/public/templates/account/followers.js: line 310, col 136, Line is too long. +build/public/templates/account/followers.js: line 311, col 156, Line is too long. +build/public/templates/account/followers.js: line 311, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 311, col 41, ['pagination'] is better written in dot notation. +build/public/templates/account/followers.js: line 311, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 311, col 74, ['pagination'] is better written in dot notation. +build/public/templates/account/followers.js: line 311, col 88, ['next'] is better written in dot notation. +build/public/templates/account/followers.js: line 311, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 311, col 115, ['pagination'] is better written in dot notation. +build/public/templates/account/followers.js: line 311, col 129, ['next'] is better written in dot notation. +build/public/templates/account/followers.js: line 311, col 137, ['active'] is better written in dot notation. +build/public/templates/account/followers.js: line 315, col 162, Line is too long. +build/public/templates/account/followers.js: line 315, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 315, col 49, ['pagination'] is better written in dot notation. +build/public/templates/account/followers.js: line 315, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 315, col 82, ['pagination'] is better written in dot notation. +build/public/templates/account/followers.js: line 315, col 96, ['last'] is better written in dot notation. +build/public/templates/account/followers.js: line 315, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 315, col 123, ['pagination'] is better written in dot notation. +build/public/templates/account/followers.js: line 315, col 137, ['last'] is better written in dot notation. +build/public/templates/account/followers.js: line 315, col 145, ['qs'] is better written in dot notation. +build/public/templates/account/followers.js: line 317, col 120, Line is too long. +build/public/templates/account/followers.js: line 317, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 317, col 49, ['pagination'] is better written in dot notation. +build/public/templates/account/followers.js: line 317, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 317, col 82, ['pagination'] is better written in dot notation. +build/public/templates/account/followers.js: line 317, col 96, ['pageCount'] is better written in dot notation. +build/public/templates/account/followers.js: line 318, col 145, Line is too long. +build/public/templates/account/followers.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/account/followers.js: line 325, col 119, Line is too long. +build/public/templates/account/followers.js: line 325, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 325, col 52, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/followers.js: line 331, col 133, Line is too long. +build/public/templates/account/followers.js: line 338, col 156, Line is too long. +build/public/templates/account/followers.js: line 338, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 338, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/followers.js: line 338, col 63, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 338, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/followers.js: line 338, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 338, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/followers.js: line 338, col 140, ['url'] is better written in dot notation. +build/public/templates/account/followers.js: line 340, col 170, Line is too long. +build/public/templates/account/followers.js: line 340, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 340, col 57, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/followers.js: line 340, col 75, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 340, col 91, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/followers.js: line 340, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 340, col 131, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/followers.js: line 340, col 152, ['url'] is better written in dot notation. +build/public/templates/account/followers.js: line 344, col 167, Line is too long. +build/public/templates/account/followers.js: line 344, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 344, col 53, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/followers.js: line 344, col 71, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 344, col 87, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/followers.js: line 344, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 344, col 127, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/followers.js: line 344, col 148, ['text'] is better written in dot notation. +build/public/templates/account/followers.js: line 348, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 351, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 351, col 53, ['rssFeedUrl'] is better written in dot notation. +build/public/templates/account/followers.js: line 353, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 353, col 65, ['rssFeedUrl'] is better written in dot notation. +build/public/templates/account/followers.js: line 359, col 156, Line is too long. +build/public/templates/account/followers.js: line 359, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 359, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/followers.js: line 359, col 63, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 359, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/followers.js: line 359, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 359, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/followers.js: line 359, col 140, ['url'] is better written in dot notation. +build/public/templates/account/followers.js: line 326, col 13, 'key' is defined but never used. +build/public/templates/account/followers.js: line 325, col 112, 'value' is defined but never used. +build/public/templates/account/followers.js: line 324, col 11, 'value' is defined but never used. +build/public/templates/account/followers.js: line 322, col 72, 'helper' is defined but never used. +build/public/templates/account/followers.js: line 370, col 155, Line is too long. +build/public/templates/account/followers.js: line 370, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 370, col 52, ['widgets'] is better written in dot notation. +build/public/templates/account/followers.js: line 370, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 370, col 82, ['widgets'] is better written in dot notation. +build/public/templates/account/followers.js: line 370, col 93, ['header'] is better written in dot notation. +build/public/templates/account/followers.js: line 373, col 205, Line is too long. +build/public/templates/account/followers.js: line 373, col 28, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 373, col 44, ['widgets'] is better written in dot notation. +build/public/templates/account/followers.js: line 373, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 373, col 74, ['widgets'] is better written in dot notation. +build/public/templates/account/followers.js: line 373, col 85, ['header'] is better written in dot notation. +build/public/templates/account/followers.js: line 373, col 98, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 373, col 114, ['widgets'] is better written in dot notation. +build/public/templates/account/followers.js: line 373, col 125, ['header'] is better written in dot notation. +build/public/templates/account/followers.js: line 373, col 144, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 373, col 160, ['widgets'] is better written in dot notation. +build/public/templates/account/followers.js: line 373, col 171, ['header'] is better written in dot notation. +build/public/templates/account/followers.js: line 373, col 187, ['html'] is better written in dot notation. +build/public/templates/account/followers.js: line 371, col 13, 'key' is defined but never used. +build/public/templates/account/followers.js: line 370, col 148, 'value' is defined but never used. +build/public/templates/account/followers.js: line 370, col 140, 'length' is defined but never used. +build/public/templates/account/followers.js: line 370, col 133, 'index' is defined but never used. +build/public/templates/account/followers.js: line 368, col 11, '__escape' is defined but never used. +build/public/templates/account/followers.js: line 369, col 11, 'value' is defined but never used. +build/public/templates/account/followers.js: line 367, col 77, 'helper' is defined but never used. +build/public/templates/account/followers.js: line 382, col 121, Line is too long. +build/public/templates/account/followers.js: line 382, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 382, col 52, ['profile_links'] is better written in dot notation. +build/public/templates/account/followers.js: line 389, col 171, Line is too long. +build/public/templates/account/followers.js: line 389, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 389, col 53, ['profile_links'] is better written in dot notation. +build/public/templates/account/followers.js: line 389, col 73, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 389, col 89, ['profile_links'] is better written in dot notation. +build/public/templates/account/followers.js: line 389, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 389, col 131, ['profile_links'] is better written in dot notation. +build/public/templates/account/followers.js: line 389, col 154, ['id'] is better written in dot notation. +build/public/templates/account/followers.js: line 391, col 165, Line is too long. +build/public/templates/account/followers.js: line 391, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 391, col 45, ['profile_links'] is better written in dot notation. +build/public/templates/account/followers.js: line 391, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 391, col 81, ['profile_links'] is better written in dot notation. +build/public/templates/account/followers.js: line 391, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 391, col 123, ['profile_links'] is better written in dot notation. +build/public/templates/account/followers.js: line 391, col 146, ['public'] is better written in dot notation. +build/public/templates/account/followers.js: line 395, col 120, Line is too long. +build/public/templates/account/followers.js: line 395, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 395, col 53, ['config'] is better written in dot notation. +build/public/templates/account/followers.js: line 395, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 395, col 82, ['config'] is better written in dot notation. +build/public/templates/account/followers.js: line 395, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/followers.js: line 397, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 397, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/followers.js: line 399, col 174, Line is too long. +build/public/templates/account/followers.js: line 399, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 399, col 53, ['profile_links'] is better written in dot notation. +build/public/templates/account/followers.js: line 399, col 73, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 399, col 89, ['profile_links'] is better written in dot notation. +build/public/templates/account/followers.js: line 399, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 399, col 131, ['profile_links'] is better written in dot notation. +build/public/templates/account/followers.js: line 399, col 154, ['route'] is better written in dot notation. +build/public/templates/account/followers.js: line 401, col 163, Line is too long. +build/public/templates/account/followers.js: line 401, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 401, col 45, ['profile_links'] is better written in dot notation. +build/public/templates/account/followers.js: line 401, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 401, col 81, ['profile_links'] is better written in dot notation. +build/public/templates/account/followers.js: line 401, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 401, col 123, ['profile_links'] is better written in dot notation. +build/public/templates/account/followers.js: line 401, col 146, ['icon'] is better written in dot notation. +build/public/templates/account/followers.js: line 403, col 177, Line is too long. +build/public/templates/account/followers.js: line 403, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 403, col 57, ['profile_links'] is better written in dot notation. +build/public/templates/account/followers.js: line 403, col 77, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 403, col 93, ['profile_links'] is better written in dot notation. +build/public/templates/account/followers.js: line 403, col 119, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 403, col 135, ['profile_links'] is better written in dot notation. +build/public/templates/account/followers.js: line 403, col 158, ['icon'] is better written in dot notation. +build/public/templates/account/followers.js: line 406, col 173, Line is too long. +build/public/templates/account/followers.js: line 406, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 406, col 53, ['profile_links'] is better written in dot notation. +build/public/templates/account/followers.js: line 406, col 73, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 406, col 89, ['profile_links'] is better written in dot notation. +build/public/templates/account/followers.js: line 406, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 406, col 131, ['profile_links'] is better written in dot notation. +build/public/templates/account/followers.js: line 406, col 154, ['name'] is better written in dot notation. +build/public/templates/account/followers.js: line 383, col 13, 'key' is defined but never used. +build/public/templates/account/followers.js: line 382, col 114, 'value' is defined but never used. +build/public/templates/account/followers.js: line 382, col 106, 'length' is defined but never used. +build/public/templates/account/followers.js: line 381, col 11, 'value' is defined but never used. +build/public/templates/account/followers.js: line 379, col 76, 'helper' is defined but never used. +build/public/templates/account/followers.js: line 415, col 113, Line is too long. +build/public/templates/account/followers.js: line 415, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 415, col 52, ['users'] is better written in dot notation. +build/public/templates/account/followers.js: line 418, col 148, Line is too long. +build/public/templates/account/followers.js: line 418, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 418, col 53, ['users'] is better written in dot notation. +build/public/templates/account/followers.js: line 418, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 418, col 81, ['users'] is better written in dot notation. +build/public/templates/account/followers.js: line 418, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 418, col 115, ['users'] is better written in dot notation. +build/public/templates/account/followers.js: line 418, col 130, ['uid'] is better written in dot notation. +build/public/templates/account/followers.js: line 420, col 120, Line is too long. +build/public/templates/account/followers.js: line 420, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 420, col 53, ['config'] is better written in dot notation. +build/public/templates/account/followers.js: line 420, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 420, col 82, ['config'] is better written in dot notation. +build/public/templates/account/followers.js: line 420, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/followers.js: line 422, col 153, Line is too long. +build/public/templates/account/followers.js: line 422, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 422, col 53, ['users'] is better written in dot notation. +build/public/templates/account/followers.js: line 422, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 422, col 81, ['users'] is better written in dot notation. +build/public/templates/account/followers.js: line 422, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 422, col 115, ['users'] is better written in dot notation. +build/public/templates/account/followers.js: line 422, col 130, ['userslug'] is better written in dot notation. +build/public/templates/account/followers.js: line 424, col 209, Line is too long. +build/public/templates/account/followers.js: line 424, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 424, col 94, ['users'] is better written in dot notation. +build/public/templates/account/followers.js: line 424, col 106, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 424, col 122, ['users'] is better written in dot notation. +build/public/templates/account/followers.js: line 424, col 172, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 425, col 101, Line is too long. +build/public/templates/account/followers.js: line 426, col 120, Line is too long. +build/public/templates/account/followers.js: line 426, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 426, col 53, ['config'] is better written in dot notation. +build/public/templates/account/followers.js: line 426, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 426, col 82, ['config'] is better written in dot notation. +build/public/templates/account/followers.js: line 426, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/followers.js: line 428, col 153, Line is too long. +build/public/templates/account/followers.js: line 428, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 428, col 53, ['users'] is better written in dot notation. +build/public/templates/account/followers.js: line 428, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 428, col 81, ['users'] is better written in dot notation. +build/public/templates/account/followers.js: line 428, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 428, col 115, ['users'] is better written in dot notation. +build/public/templates/account/followers.js: line 428, col 130, ['userslug'] is better written in dot notation. +build/public/templates/account/followers.js: line 430, col 153, Line is too long. +build/public/templates/account/followers.js: line 430, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 430, col 53, ['users'] is better written in dot notation. +build/public/templates/account/followers.js: line 430, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 430, col 81, ['users'] is better written in dot notation. +build/public/templates/account/followers.js: line 430, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 430, col 115, ['users'] is better written in dot notation. +build/public/templates/account/followers.js: line 430, col 130, ['username'] is better written in dot notation. +build/public/templates/account/followers.js: line 432, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 432, col 45, ['section_online'] is better written in dot notation. +build/public/templates/account/followers.js: line 434, col 162, Line is too long. +build/public/templates/account/followers.js: line 434, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 434, col 57, ['users'] is better written in dot notation. +build/public/templates/account/followers.js: line 434, col 69, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 434, col 85, ['users'] is better written in dot notation. +build/public/templates/account/followers.js: line 434, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 434, col 119, ['users'] is better written in dot notation. +build/public/templates/account/followers.js: line 434, col 134, ['lastonlineISO'] is better written in dot notation. +build/public/templates/account/followers.js: line 438, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 438, col 45, ['section_joindate'] is better written in dot notation. +build/public/templates/account/followers.js: line 440, col 160, Line is too long. +build/public/templates/account/followers.js: line 440, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 440, col 57, ['users'] is better written in dot notation. +build/public/templates/account/followers.js: line 440, col 69, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 440, col 85, ['users'] is better written in dot notation. +build/public/templates/account/followers.js: line 440, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 440, col 119, ['users'] is better written in dot notation. +build/public/templates/account/followers.js: line 440, col 134, ['joindateISO'] is better written in dot notation. +build/public/templates/account/followers.js: line 444, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 446, col 206, Line is too long. +build/public/templates/account/followers.js: line 446, col 86, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 446, col 102, ['users'] is better written in dot notation. +build/public/templates/account/followers.js: line 446, col 114, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 446, col 130, ['users'] is better written in dot notation. +build/public/templates/account/followers.js: line 446, col 148, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 446, col 164, ['users'] is better written in dot notation. +build/public/templates/account/followers.js: line 446, col 179, ['reputation'] is better written in dot notation. +build/public/templates/account/followers.js: line 450, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 452, col 205, Line is too long. +build/public/templates/account/followers.js: line 452, col 86, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 452, col 102, ['users'] is better written in dot notation. +build/public/templates/account/followers.js: line 452, col 114, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 452, col 130, ['users'] is better written in dot notation. +build/public/templates/account/followers.js: line 452, col 148, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 452, col 164, ['users'] is better written in dot notation. +build/public/templates/account/followers.js: line 452, col 179, ['postcount'] is better written in dot notation. +build/public/templates/account/followers.js: line 456, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 456, col 45, ['section_flagged'] is better written in dot notation. +build/public/templates/account/followers.js: line 458, col 124, Line is too long. +build/public/templates/account/followers.js: line 458, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 458, col 57, ['config'] is better written in dot notation. +build/public/templates/account/followers.js: line 458, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 458, col 86, ['config'] is better written in dot notation. +build/public/templates/account/followers.js: line 458, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/account/followers.js: line 460, col 152, Line is too long. +build/public/templates/account/followers.js: line 460, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 460, col 57, ['users'] is better written in dot notation. +build/public/templates/account/followers.js: line 460, col 69, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 460, col 85, ['users'] is better written in dot notation. +build/public/templates/account/followers.js: line 460, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 460, col 119, ['users'] is better written in dot notation. +build/public/templates/account/followers.js: line 460, col 134, ['uid'] is better written in dot notation. +build/public/templates/account/followers.js: line 462, col 154, Line is too long. +build/public/templates/account/followers.js: line 462, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 462, col 57, ['users'] is better written in dot notation. +build/public/templates/account/followers.js: line 462, col 69, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 462, col 85, ['users'] is better written in dot notation. +build/public/templates/account/followers.js: line 462, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 462, col 119, ['users'] is better written in dot notation. +build/public/templates/account/followers.js: line 462, col 134, ['flags'] is better written in dot notation. +build/public/templates/account/followers.js: line 416, col 13, 'key' is defined but never used. +build/public/templates/account/followers.js: line 415, col 106, 'value' is defined but never used. +build/public/templates/account/followers.js: line 415, col 98, 'length' is defined but never used. +build/public/templates/account/followers.js: line 415, col 91, 'index' is defined but never used. +build/public/templates/account/followers.js: line 414, col 11, 'value' is defined but never used. +build/public/templates/account/followers.js: line 473, col 160, Line is too long. +build/public/templates/account/followers.js: line 473, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 473, col 52, ['pagination'] is better written in dot notation. +build/public/templates/account/followers.js: line 473, col 69, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 473, col 85, ['pagination'] is better written in dot notation. +build/public/templates/account/followers.js: line 473, col 99, ['pages'] is better written in dot notation. +build/public/templates/account/followers.js: line 476, col 219, Line is too long. +build/public/templates/account/followers.js: line 476, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 476, col 45, ['pagination'] is better written in dot notation. +build/public/templates/account/followers.js: line 476, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 476, col 78, ['pagination'] is better written in dot notation. +build/public/templates/account/followers.js: line 476, col 92, ['pages'] is better written in dot notation. +build/public/templates/account/followers.js: line 476, col 104, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 476, col 120, ['pagination'] is better written in dot notation. +build/public/templates/account/followers.js: line 476, col 134, ['pages'] is better written in dot notation. +build/public/templates/account/followers.js: line 476, col 152, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 476, col 168, ['pagination'] is better written in dot notation. +build/public/templates/account/followers.js: line 476, col 182, ['pages'] is better written in dot notation. +build/public/templates/account/followers.js: line 476, col 197, ['separator'] is better written in dot notation. +build/public/templates/account/followers.js: line 477, col 227, Line is too long. +build/public/templates/account/followers.js: line 479, col 220, Line is too long. +build/public/templates/account/followers.js: line 479, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 479, col 49, ['pagination'] is better written in dot notation. +build/public/templates/account/followers.js: line 479, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 479, col 82, ['pagination'] is better written in dot notation. +build/public/templates/account/followers.js: line 479, col 96, ['pages'] is better written in dot notation. +build/public/templates/account/followers.js: line 479, col 108, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 479, col 124, ['pagination'] is better written in dot notation. +build/public/templates/account/followers.js: line 479, col 138, ['pages'] is better written in dot notation. +build/public/templates/account/followers.js: line 479, col 156, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 479, col 172, ['pagination'] is better written in dot notation. +build/public/templates/account/followers.js: line 479, col 186, ['pages'] is better written in dot notation. +build/public/templates/account/followers.js: line 479, col 201, ['active'] is better written in dot notation. +build/public/templates/account/followers.js: line 483, col 226, Line is too long. +build/public/templates/account/followers.js: line 483, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 483, col 57, ['pagination'] is better written in dot notation. +build/public/templates/account/followers.js: line 483, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 483, col 90, ['pagination'] is better written in dot notation. +build/public/templates/account/followers.js: line 483, col 104, ['pages'] is better written in dot notation. +build/public/templates/account/followers.js: line 483, col 116, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 483, col 132, ['pagination'] is better written in dot notation. +build/public/templates/account/followers.js: line 483, col 146, ['pages'] is better written in dot notation. +build/public/templates/account/followers.js: line 483, col 164, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 483, col 180, ['pagination'] is better written in dot notation. +build/public/templates/account/followers.js: line 483, col 194, ['pages'] is better written in dot notation. +build/public/templates/account/followers.js: line 483, col 209, ['qs'] is better written in dot notation. +build/public/templates/account/followers.js: line 485, col 228, Line is too long. +build/public/templates/account/followers.js: line 485, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 485, col 57, ['pagination'] is better written in dot notation. +build/public/templates/account/followers.js: line 485, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 485, col 90, ['pagination'] is better written in dot notation. +build/public/templates/account/followers.js: line 485, col 104, ['pages'] is better written in dot notation. +build/public/templates/account/followers.js: line 485, col 116, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 485, col 132, ['pagination'] is better written in dot notation. +build/public/templates/account/followers.js: line 485, col 146, ['pages'] is better written in dot notation. +build/public/templates/account/followers.js: line 485, col 164, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 485, col 180, ['pagination'] is better written in dot notation. +build/public/templates/account/followers.js: line 485, col 194, ['pages'] is better written in dot notation. +build/public/templates/account/followers.js: line 485, col 209, ['page'] is better written in dot notation. +build/public/templates/account/followers.js: line 487, col 228, Line is too long. +build/public/templates/account/followers.js: line 487, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 487, col 57, ['pagination'] is better written in dot notation. +build/public/templates/account/followers.js: line 487, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 487, col 90, ['pagination'] is better written in dot notation. +build/public/templates/account/followers.js: line 487, col 104, ['pages'] is better written in dot notation. +build/public/templates/account/followers.js: line 487, col 116, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 487, col 132, ['pagination'] is better written in dot notation. +build/public/templates/account/followers.js: line 487, col 146, ['pages'] is better written in dot notation. +build/public/templates/account/followers.js: line 487, col 164, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 487, col 180, ['pagination'] is better written in dot notation. +build/public/templates/account/followers.js: line 487, col 194, ['pages'] is better written in dot notation. +build/public/templates/account/followers.js: line 487, col 209, ['page'] is better written in dot notation. +build/public/templates/account/followers.js: line 489, col 228, Line is too long. +build/public/templates/account/followers.js: line 489, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 489, col 57, ['pagination'] is better written in dot notation. +build/public/templates/account/followers.js: line 489, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 489, col 90, ['pagination'] is better written in dot notation. +build/public/templates/account/followers.js: line 489, col 104, ['pages'] is better written in dot notation. +build/public/templates/account/followers.js: line 489, col 116, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 489, col 132, ['pagination'] is better written in dot notation. +build/public/templates/account/followers.js: line 489, col 146, ['pages'] is better written in dot notation. +build/public/templates/account/followers.js: line 489, col 164, Expected '!==' and instead saw '!='. +build/public/templates/account/followers.js: line 489, col 180, ['pagination'] is better written in dot notation. +build/public/templates/account/followers.js: line 489, col 194, ['pages'] is better written in dot notation. +build/public/templates/account/followers.js: line 489, col 209, ['page'] is better written in dot notation. +build/public/templates/account/followers.js: line 474, col 13, 'key' is defined but never used. +build/public/templates/account/followers.js: line 473, col 153, 'value' is defined but never used. +build/public/templates/account/followers.js: line 473, col 145, 'length' is defined but never used. +build/public/templates/account/followers.js: line 473, col 138, 'index' is defined but never used. +build/public/templates/account/followers.js: line 472, col 11, 'value' is defined but never used. +build/public/templates/account/followers.js: line 470, col 81, 'helper' is defined but never used. +build/public/templates/account/followers.js: line 499, col 3, Missing semicolon. +build/public/templates/account/followers.js: line 5, col 46, 'define' is not defined. +build/public/templates/account/followers.js: line 6, col 5, 'define' is not defined. + +build/public/templates/account/following.js: line 13, col 109, Line is too long. +build/public/templates/account/following.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 13, col 41, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/following.js: line 13, col 59, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 13, col 75, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/following.js: line 13, col 90, ['length'] is better written in dot notation. +build/public/templates/account/following.js: line 14, col 136, Line is too long. +build/public/templates/account/following.js: line 15, col 26, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/following.js: line 21, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 23, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 25, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 25, col 49, ['uid'] is better written in dot notation. +build/public/templates/account/following.js: line 27, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 27, col 41, ['picture'] is better written in dot notation. +build/public/templates/account/following.js: line 29, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 29, col 53, ['picture'] is better written in dot notation. +build/public/templates/account/following.js: line 32, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 34, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 34, col 53, ['username'] is better written in dot notation. +build/public/templates/account/following.js: line 36, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 38, col 122, Line is too long. +build/public/templates/account/following.js: line 39, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 39, col 49, ['status'] is better written in dot notation. +build/public/templates/account/following.js: line 41, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 41, col 49, ['status'] is better written in dot notation. +build/public/templates/account/following.js: line 43, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 43, col 41, ['loggedIn'] is better written in dot notation. +build/public/templates/account/following.js: line 45, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 45, col 45, ['isSelf'] is better written in dot notation. +build/public/templates/account/following.js: line 48, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 48, col 49, ['isFollowing'] is better written in dot notation. +build/public/templates/account/following.js: line 52, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 52, col 49, ['isFollowing'] is better written in dot notation. +build/public/templates/account/following.js: line 55, col 137, Line is too long. +build/public/templates/account/following.js: line 59, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 59, col 41, ['allowCoverPicture'] is better written in dot notation. +build/public/templates/account/following.js: line 61, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 61, col 45, ['canEdit'] is better written in dot notation. +build/public/templates/account/following.js: line 62, col 485, Line is too long. +build/public/templates/account/following.js: line 66, col 331, Line is too long. +build/public/templates/account/following.js: line 67, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 67, col 41, ['loggedIn'] is better written in dot notation. +build/public/templates/account/following.js: line 69, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 69, col 45, ['isSelf'] is better written in dot notation. +build/public/templates/account/following.js: line 72, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 72, col 49, ['banned'] is better written in dot notation. +build/public/templates/account/following.js: line 75, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 75, col 53, ['canChat'] is better written in dot notation. +build/public/templates/account/following.js: line 77, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 77, col 57, ['hasPrivateChat'] is better written in dot notation. +build/public/templates/account/following.js: line 80, col 133, Line is too long. +build/public/templates/account/following.js: line 81, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 81, col 65, ['username'] is better written in dot notation. +build/public/templates/account/following.js: line 82, col 157, Line is too long. +build/public/templates/account/following.js: line 83, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 83, col 65, ['username'] is better written in dot notation. +build/public/templates/account/following.js: line 87, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 87, col 53, ['flagId'] is better written in dot notation. +build/public/templates/account/following.js: line 90, col 147, Line is too long. +build/public/templates/account/following.js: line 91, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 91, col 53, ['flagId'] is better written in dot notation. +build/public/templates/account/following.js: line 94, col 130, Line is too long. +build/public/templates/account/following.js: line 95, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 95, col 61, ['flagId'] is better written in dot notation. +build/public/templates/account/following.js: line 97, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 97, col 53, ['isBlocked'] is better written in dot notation. +build/public/templates/account/following.js: line 100, col 146, Line is too long. +build/public/templates/account/following.js: line 101, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 101, col 53, ['isBlocked'] is better written in dot notation. +build/public/templates/account/following.js: line 104, col 177, Line is too long. +build/public/templates/account/following.js: line 109, col 116, Line is too long. +build/public/templates/account/following.js: line 109, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 109, col 49, ['config'] is better written in dot notation. +build/public/templates/account/following.js: line 109, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 109, col 78, ['config'] is better written in dot notation. +build/public/templates/account/following.js: line 109, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/following.js: line 111, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 111, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/following.js: line 112, col 101, Line is too long. +build/public/templates/account/following.js: line 113, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 113, col 41, ['canEdit'] is better written in dot notation. +build/public/templates/account/following.js: line 115, col 120, Line is too long. +build/public/templates/account/following.js: line 115, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 115, col 53, ['config'] is better written in dot notation. +build/public/templates/account/following.js: line 115, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 115, col 82, ['config'] is better written in dot notation. +build/public/templates/account/following.js: line 115, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/following.js: line 117, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 117, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/following.js: line 118, col 103, Line is too long. +build/public/templates/account/following.js: line 119, col 120, Line is too long. +build/public/templates/account/following.js: line 119, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 119, col 53, ['config'] is better written in dot notation. +build/public/templates/account/following.js: line 119, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 119, col 82, ['config'] is better written in dot notation. +build/public/templates/account/following.js: line 119, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/following.js: line 121, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 121, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/following.js: line 125, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 125, col 41, ['isSelf'] is better written in dot notation. +build/public/templates/account/following.js: line 128, col 122, Line is too long. +build/public/templates/account/following.js: line 128, col 30, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 128, col 46, ['canBan'] is better written in dot notation. +build/public/templates/account/following.js: line 128, col 85, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 128, col 101, ['canMute'] is better written in dot notation. +build/public/templates/account/following.js: line 129, col 140, Line is too long. +build/public/templates/account/following.js: line 132, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 132, col 45, ['canBan'] is better written in dot notation. +build/public/templates/account/following.js: line 134, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 134, col 49, ['banned'] is better written in dot notation. +build/public/templates/account/following.js: line 137, col 151, Line is too long. +build/public/templates/account/following.js: line 138, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 138, col 49, ['banned'] is better written in dot notation. +build/public/templates/account/following.js: line 141, col 142, Line is too long. +build/public/templates/account/following.js: line 144, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 144, col 45, ['canMute'] is better written in dot notation. +build/public/templates/account/following.js: line 146, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 146, col 49, ['muted'] is better written in dot notation. +build/public/templates/account/following.js: line 149, col 153, Line is too long. +build/public/templates/account/following.js: line 150, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 150, col 49, ['muted'] is better written in dot notation. +build/public/templates/account/following.js: line 153, col 144, Line is too long. +build/public/templates/account/following.js: line 156, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 156, col 45, ['isAdmin'] is better written in dot notation. +build/public/templates/account/following.js: line 157, col 398, Line is too long. +build/public/templates/account/following.js: line 160, col 158, Line is too long. +build/public/templates/account/following.js: line 161, col 116, Line is too long. +build/public/templates/account/following.js: line 161, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 161, col 49, ['config'] is better written in dot notation. +build/public/templates/account/following.js: line 161, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 161, col 78, ['config'] is better written in dot notation. +build/public/templates/account/following.js: line 161, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/following.js: line 163, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 163, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/following.js: line 164, col 122, Line is too long. +build/public/templates/account/following.js: line 165, col 112, Line is too long. +build/public/templates/account/following.js: line 165, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 165, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/following.js: line 165, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 165, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/following.js: line 165, col 88, ['following'] is better written in dot notation. +build/public/templates/account/following.js: line 167, col 159, Line is too long. +build/public/templates/account/following.js: line 167, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 167, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/following.js: line 167, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 167, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/following.js: line 167, col 133, ['following'] is better written in dot notation. +build/public/templates/account/following.js: line 168, col 117, Line is too long. +build/public/templates/account/following.js: line 169, col 116, Line is too long. +build/public/templates/account/following.js: line 169, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 169, col 49, ['config'] is better written in dot notation. +build/public/templates/account/following.js: line 169, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 169, col 78, ['config'] is better written in dot notation. +build/public/templates/account/following.js: line 169, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/following.js: line 171, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 171, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/following.js: line 172, col 122, Line is too long. +build/public/templates/account/following.js: line 173, col 112, Line is too long. +build/public/templates/account/following.js: line 173, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 173, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/following.js: line 173, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 173, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/following.js: line 173, col 88, ['followers'] is better written in dot notation. +build/public/templates/account/following.js: line 175, col 159, Line is too long. +build/public/templates/account/following.js: line 175, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 175, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/following.js: line 175, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 175, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/following.js: line 175, col 133, ['followers'] is better written in dot notation. +build/public/templates/account/following.js: line 177, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 177, col 41, ['canEdit'] is better written in dot notation. +build/public/templates/account/following.js: line 178, col 103, Line is too long. +build/public/templates/account/following.js: line 179, col 120, Line is too long. +build/public/templates/account/following.js: line 179, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 179, col 53, ['config'] is better written in dot notation. +build/public/templates/account/following.js: line 179, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 179, col 82, ['config'] is better written in dot notation. +build/public/templates/account/following.js: line 179, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/following.js: line 181, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 181, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/following.js: line 182, col 120, Line is too long. +build/public/templates/account/following.js: line 183, col 113, Line is too long. +build/public/templates/account/following.js: line 183, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 183, col 53, ['counts'] is better written in dot notation. +build/public/templates/account/following.js: line 183, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 183, col 82, ['counts'] is better written in dot notation. +build/public/templates/account/following.js: line 183, col 92, ['blocks'] is better written in dot notation. +build/public/templates/account/following.js: line 185, col 160, Line is too long. +build/public/templates/account/following.js: line 185, col 82, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 185, col 98, ['counts'] is better written in dot notation. +build/public/templates/account/following.js: line 185, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 185, col 127, ['counts'] is better written in dot notation. +build/public/templates/account/following.js: line 185, col 137, ['blocks'] is better written in dot notation. +build/public/templates/account/following.js: line 188, col 158, Line is too long. +build/public/templates/account/following.js: line 189, col 116, Line is too long. +build/public/templates/account/following.js: line 189, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 189, col 49, ['config'] is better written in dot notation. +build/public/templates/account/following.js: line 189, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 189, col 78, ['config'] is better written in dot notation. +build/public/templates/account/following.js: line 189, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/following.js: line 191, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 191, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/following.js: line 192, col 118, Line is too long. +build/public/templates/account/following.js: line 193, col 109, Line is too long. +build/public/templates/account/following.js: line 193, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 193, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/following.js: line 193, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 193, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/following.js: line 193, col 88, ['topics'] is better written in dot notation. +build/public/templates/account/following.js: line 195, col 156, Line is too long. +build/public/templates/account/following.js: line 195, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 195, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/following.js: line 195, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 195, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/following.js: line 195, col 133, ['topics'] is better written in dot notation. +build/public/templates/account/following.js: line 196, col 117, Line is too long. +build/public/templates/account/following.js: line 197, col 116, Line is too long. +build/public/templates/account/following.js: line 197, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 197, col 49, ['config'] is better written in dot notation. +build/public/templates/account/following.js: line 197, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 197, col 78, ['config'] is better written in dot notation. +build/public/templates/account/following.js: line 197, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/following.js: line 199, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 199, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/following.js: line 200, col 116, Line is too long. +build/public/templates/account/following.js: line 201, col 108, Line is too long. +build/public/templates/account/following.js: line 201, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 201, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/following.js: line 201, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 201, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/following.js: line 201, col 88, ['posts'] is better written in dot notation. +build/public/templates/account/following.js: line 203, col 155, Line is too long. +build/public/templates/account/following.js: line 203, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 203, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/following.js: line 203, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 203, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/following.js: line 203, col 133, ['posts'] is better written in dot notation. +build/public/templates/account/following.js: line 204, col 117, Line is too long. +build/public/templates/account/following.js: line 205, col 116, Line is too long. +build/public/templates/account/following.js: line 205, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 205, col 49, ['config'] is better written in dot notation. +build/public/templates/account/following.js: line 205, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 205, col 78, ['config'] is better written in dot notation. +build/public/templates/account/following.js: line 205, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/following.js: line 207, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 207, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/following.js: line 208, col 125, Line is too long. +build/public/templates/account/following.js: line 209, col 109, Line is too long. +build/public/templates/account/following.js: line 209, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 209, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/following.js: line 209, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 209, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/following.js: line 209, col 88, ['groups'] is better written in dot notation. +build/public/templates/account/following.js: line 211, col 156, Line is too long. +build/public/templates/account/following.js: line 211, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 211, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/following.js: line 211, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 211, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/following.js: line 211, col 133, ['groups'] is better written in dot notation. +build/public/templates/account/following.js: line 213, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 213, col 41, ['canEdit'] is better written in dot notation. +build/public/templates/account/following.js: line 214, col 103, Line is too long. +build/public/templates/account/following.js: line 215, col 120, Line is too long. +build/public/templates/account/following.js: line 215, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 215, col 53, ['config'] is better written in dot notation. +build/public/templates/account/following.js: line 215, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 215, col 82, ['config'] is better written in dot notation. +build/public/templates/account/following.js: line 215, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/following.js: line 217, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 217, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/following.js: line 218, col 136, Line is too long. +build/public/templates/account/following.js: line 219, col 124, Line is too long. +build/public/templates/account/following.js: line 219, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 219, col 53, ['counts'] is better written in dot notation. +build/public/templates/account/following.js: line 219, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 219, col 82, ['counts'] is better written in dot notation. +build/public/templates/account/following.js: line 219, col 92, ['categoriesWatched'] is better written in dot notation. +build/public/templates/account/following.js: line 221, col 171, Line is too long. +build/public/templates/account/following.js: line 221, col 82, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 221, col 98, ['counts'] is better written in dot notation. +build/public/templates/account/following.js: line 221, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 221, col 127, ['counts'] is better written in dot notation. +build/public/templates/account/following.js: line 221, col 137, ['categoriesWatched'] is better written in dot notation. +build/public/templates/account/following.js: line 223, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 223, col 45, ['isSelf'] is better written in dot notation. +build/public/templates/account/following.js: line 224, col 107, Line is too long. +build/public/templates/account/following.js: line 225, col 124, Line is too long. +build/public/templates/account/following.js: line 225, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 225, col 57, ['config'] is better written in dot notation. +build/public/templates/account/following.js: line 225, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 225, col 86, ['config'] is better written in dot notation. +build/public/templates/account/following.js: line 225, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/account/following.js: line 227, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 227, col 57, ['userslug'] is better written in dot notation. +build/public/templates/account/following.js: line 228, col 130, Line is too long. +build/public/templates/account/following.js: line 229, col 122, Line is too long. +build/public/templates/account/following.js: line 229, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 229, col 57, ['counts'] is better written in dot notation. +build/public/templates/account/following.js: line 229, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 229, col 86, ['counts'] is better written in dot notation. +build/public/templates/account/following.js: line 229, col 96, ['tagsWatched'] is better written in dot notation. +build/public/templates/account/following.js: line 231, col 169, Line is too long. +build/public/templates/account/following.js: line 231, col 86, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 231, col 102, ['counts'] is better written in dot notation. +build/public/templates/account/following.js: line 231, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 231, col 131, ['counts'] is better written in dot notation. +build/public/templates/account/following.js: line 231, col 141, ['tagsWatched'] is better written in dot notation. +build/public/templates/account/following.js: line 234, col 105, Line is too long. +build/public/templates/account/following.js: line 235, col 120, Line is too long. +build/public/templates/account/following.js: line 235, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 235, col 53, ['config'] is better written in dot notation. +build/public/templates/account/following.js: line 235, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 235, col 82, ['config'] is better written in dot notation. +build/public/templates/account/following.js: line 235, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/following.js: line 237, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 237, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/following.js: line 238, col 124, Line is too long. +build/public/templates/account/following.js: line 239, col 115, Line is too long. +build/public/templates/account/following.js: line 239, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 239, col 53, ['counts'] is better written in dot notation. +build/public/templates/account/following.js: line 239, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 239, col 82, ['counts'] is better written in dot notation. +build/public/templates/account/following.js: line 239, col 92, ['uploaded'] is better written in dot notation. +build/public/templates/account/following.js: line 241, col 162, Line is too long. +build/public/templates/account/following.js: line 241, col 82, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 241, col 98, ['counts'] is better written in dot notation. +build/public/templates/account/following.js: line 241, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 241, col 127, ['counts'] is better written in dot notation. +build/public/templates/account/following.js: line 241, col 137, ['uploaded'] is better written in dot notation. +build/public/templates/account/following.js: line 245, col 22, ['profile_links'] is better written in dot notation. +build/public/templates/account/following.js: line 247, col 111, Line is too long. +build/public/templates/account/following.js: line 247, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 247, col 49, ['template'] is better written in dot notation. +build/public/templates/account/following.js: line 247, col 64, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 247, col 80, ['template'] is better written in dot notation. +build/public/templates/account/following.js: line 247, col 92, ['name'] is better written in dot notation. +build/public/templates/account/following.js: line 249, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 249, col 49, ['username'] is better written in dot notation. +build/public/templates/account/following.js: line 250, col 163, Line is too long. +build/public/templates/account/following.js: line 251, col 22, ['users'] is better written in dot notation. +build/public/templates/account/following.js: line 253, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 253, col 41, ['anonymousUserCount'] is better written in dot notation. +build/public/templates/account/following.js: line 254, col 280, Line is too long. +build/public/templates/account/following.js: line 255, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 255, col 53, ['anonymousUserCount'] is better written in dot notation. +build/public/templates/account/following.js: line 259, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 259, col 41, ['users'] is better written in dot notation. +build/public/templates/account/following.js: line 259, col 53, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 259, col 69, ['users'] is better written in dot notation. +build/public/templates/account/following.js: line 259, col 78, ['length'] is better written in dot notation. +build/public/templates/account/following.js: line 263, col 158, Line is too long. +build/public/templates/account/following.js: line 263, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 263, col 41, ['pagination'] is better written in dot notation. +build/public/templates/account/following.js: line 263, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 263, col 74, ['pagination'] is better written in dot notation. +build/public/templates/account/following.js: line 263, col 88, ['pages'] is better written in dot notation. +build/public/templates/account/following.js: line 263, col 100, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 263, col 116, ['pagination'] is better written in dot notation. +build/public/templates/account/following.js: line 263, col 130, ['pages'] is better written in dot notation. +build/public/templates/account/following.js: line 263, col 139, ['length'] is better written in dot notation. +build/public/templates/account/following.js: line 266, col 155, Line is too long. +build/public/templates/account/following.js: line 267, col 156, Line is too long. +build/public/templates/account/following.js: line 267, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 267, col 41, ['pagination'] is better written in dot notation. +build/public/templates/account/following.js: line 267, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 267, col 74, ['pagination'] is better written in dot notation. +build/public/templates/account/following.js: line 267, col 88, ['prev'] is better written in dot notation. +build/public/templates/account/following.js: line 267, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 267, col 115, ['pagination'] is better written in dot notation. +build/public/templates/account/following.js: line 267, col 129, ['prev'] is better written in dot notation. +build/public/templates/account/following.js: line 267, col 137, ['active'] is better written in dot notation. +build/public/templates/account/following.js: line 271, col 162, Line is too long. +build/public/templates/account/following.js: line 271, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 271, col 49, ['pagination'] is better written in dot notation. +build/public/templates/account/following.js: line 271, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 271, col 82, ['pagination'] is better written in dot notation. +build/public/templates/account/following.js: line 271, col 96, ['prev'] is better written in dot notation. +build/public/templates/account/following.js: line 271, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 271, col 123, ['pagination'] is better written in dot notation. +build/public/templates/account/following.js: line 271, col 137, ['prev'] is better written in dot notation. +build/public/templates/account/following.js: line 271, col 145, ['qs'] is better written in dot notation. +build/public/templates/account/following.js: line 273, col 164, Line is too long. +build/public/templates/account/following.js: line 273, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 273, col 49, ['pagination'] is better written in dot notation. +build/public/templates/account/following.js: line 273, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 273, col 82, ['pagination'] is better written in dot notation. +build/public/templates/account/following.js: line 273, col 96, ['prev'] is better written in dot notation. +build/public/templates/account/following.js: line 273, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 273, col 123, ['pagination'] is better written in dot notation. +build/public/templates/account/following.js: line 273, col 137, ['prev'] is better written in dot notation. +build/public/templates/account/following.js: line 273, col 145, ['page'] is better written in dot notation. +build/public/templates/account/following.js: line 274, col 114, Line is too long. +build/public/templates/account/following.js: line 277, col 156, Line is too long. +build/public/templates/account/following.js: line 277, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 277, col 41, ['pagination'] is better written in dot notation. +build/public/templates/account/following.js: line 277, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 277, col 74, ['pagination'] is better written in dot notation. +build/public/templates/account/following.js: line 277, col 88, ['next'] is better written in dot notation. +build/public/templates/account/following.js: line 277, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 277, col 115, ['pagination'] is better written in dot notation. +build/public/templates/account/following.js: line 277, col 129, ['next'] is better written in dot notation. +build/public/templates/account/following.js: line 277, col 137, ['active'] is better written in dot notation. +build/public/templates/account/following.js: line 281, col 162, Line is too long. +build/public/templates/account/following.js: line 281, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 281, col 49, ['pagination'] is better written in dot notation. +build/public/templates/account/following.js: line 281, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 281, col 82, ['pagination'] is better written in dot notation. +build/public/templates/account/following.js: line 281, col 96, ['next'] is better written in dot notation. +build/public/templates/account/following.js: line 281, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 281, col 123, ['pagination'] is better written in dot notation. +build/public/templates/account/following.js: line 281, col 137, ['next'] is better written in dot notation. +build/public/templates/account/following.js: line 281, col 145, ['qs'] is better written in dot notation. +build/public/templates/account/following.js: line 283, col 164, Line is too long. +build/public/templates/account/following.js: line 283, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 283, col 49, ['pagination'] is better written in dot notation. +build/public/templates/account/following.js: line 283, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 283, col 82, ['pagination'] is better written in dot notation. +build/public/templates/account/following.js: line 283, col 96, ['next'] is better written in dot notation. +build/public/templates/account/following.js: line 283, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 283, col 123, ['pagination'] is better written in dot notation. +build/public/templates/account/following.js: line 283, col 137, ['next'] is better written in dot notation. +build/public/templates/account/following.js: line 283, col 145, ['page'] is better written in dot notation. +build/public/templates/account/following.js: line 284, col 224, Line is too long. +build/public/templates/account/following.js: line 285, col 156, Line is too long. +build/public/templates/account/following.js: line 285, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 285, col 41, ['pagination'] is better written in dot notation. +build/public/templates/account/following.js: line 285, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 285, col 74, ['pagination'] is better written in dot notation. +build/public/templates/account/following.js: line 285, col 88, ['prev'] is better written in dot notation. +build/public/templates/account/following.js: line 285, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 285, col 115, ['pagination'] is better written in dot notation. +build/public/templates/account/following.js: line 285, col 129, ['prev'] is better written in dot notation. +build/public/templates/account/following.js: line 285, col 137, ['active'] is better written in dot notation. +build/public/templates/account/following.js: line 289, col 164, Line is too long. +build/public/templates/account/following.js: line 289, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 289, col 49, ['pagination'] is better written in dot notation. +build/public/templates/account/following.js: line 289, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 289, col 82, ['pagination'] is better written in dot notation. +build/public/templates/account/following.js: line 289, col 96, ['first'] is better written in dot notation. +build/public/templates/account/following.js: line 289, col 108, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 289, col 124, ['pagination'] is better written in dot notation. +build/public/templates/account/following.js: line 289, col 138, ['first'] is better written in dot notation. +build/public/templates/account/following.js: line 289, col 147, ['qs'] is better written in dot notation. +build/public/templates/account/following.js: line 290, col 158, Line is too long. +build/public/templates/account/following.js: line 291, col 156, Line is too long. +build/public/templates/account/following.js: line 291, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 291, col 41, ['pagination'] is better written in dot notation. +build/public/templates/account/following.js: line 291, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 291, col 74, ['pagination'] is better written in dot notation. +build/public/templates/account/following.js: line 291, col 88, ['prev'] is better written in dot notation. +build/public/templates/account/following.js: line 291, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 291, col 115, ['pagination'] is better written in dot notation. +build/public/templates/account/following.js: line 291, col 129, ['prev'] is better written in dot notation. +build/public/templates/account/following.js: line 291, col 137, ['active'] is better written in dot notation. +build/public/templates/account/following.js: line 295, col 162, Line is too long. +build/public/templates/account/following.js: line 295, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 295, col 49, ['pagination'] is better written in dot notation. +build/public/templates/account/following.js: line 295, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 295, col 82, ['pagination'] is better written in dot notation. +build/public/templates/account/following.js: line 295, col 96, ['prev'] is better written in dot notation. +build/public/templates/account/following.js: line 295, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 295, col 123, ['pagination'] is better written in dot notation. +build/public/templates/account/following.js: line 295, col 137, ['prev'] is better written in dot notation. +build/public/templates/account/following.js: line 295, col 145, ['qs'] is better written in dot notation. +build/public/templates/account/following.js: line 297, col 164, Line is too long. +build/public/templates/account/following.js: line 297, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 297, col 49, ['pagination'] is better written in dot notation. +build/public/templates/account/following.js: line 297, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 297, col 82, ['pagination'] is better written in dot notation. +build/public/templates/account/following.js: line 297, col 96, ['prev'] is better written in dot notation. +build/public/templates/account/following.js: line 297, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 297, col 123, ['pagination'] is better written in dot notation. +build/public/templates/account/following.js: line 297, col 137, ['prev'] is better written in dot notation. +build/public/templates/account/following.js: line 297, col 145, ['page'] is better written in dot notation. +build/public/templates/account/following.js: line 298, col 276, Line is too long. +build/public/templates/account/following.js: line 299, col 122, Line is too long. +build/public/templates/account/following.js: line 299, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 299, col 49, ['pagination'] is better written in dot notation. +build/public/templates/account/following.js: line 299, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 299, col 82, ['pagination'] is better written in dot notation. +build/public/templates/account/following.js: line 299, col 96, ['currentPage'] is better written in dot notation. +build/public/templates/account/following.js: line 301, col 120, Line is too long. +build/public/templates/account/following.js: line 301, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 301, col 49, ['pagination'] is better written in dot notation. +build/public/templates/account/following.js: line 301, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 301, col 82, ['pagination'] is better written in dot notation. +build/public/templates/account/following.js: line 301, col 96, ['pageCount'] is better written in dot notation. +build/public/templates/account/following.js: line 303, col 156, Line is too long. +build/public/templates/account/following.js: line 303, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 303, col 41, ['pagination'] is better written in dot notation. +build/public/templates/account/following.js: line 303, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 303, col 74, ['pagination'] is better written in dot notation. +build/public/templates/account/following.js: line 303, col 88, ['next'] is better written in dot notation. +build/public/templates/account/following.js: line 303, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 303, col 115, ['pagination'] is better written in dot notation. +build/public/templates/account/following.js: line 303, col 129, ['next'] is better written in dot notation. +build/public/templates/account/following.js: line 303, col 137, ['active'] is better written in dot notation. +build/public/templates/account/following.js: line 307, col 162, Line is too long. +build/public/templates/account/following.js: line 307, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 307, col 49, ['pagination'] is better written in dot notation. +build/public/templates/account/following.js: line 307, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 307, col 82, ['pagination'] is better written in dot notation. +build/public/templates/account/following.js: line 307, col 96, ['next'] is better written in dot notation. +build/public/templates/account/following.js: line 307, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 307, col 123, ['pagination'] is better written in dot notation. +build/public/templates/account/following.js: line 307, col 137, ['next'] is better written in dot notation. +build/public/templates/account/following.js: line 307, col 145, ['qs'] is better written in dot notation. +build/public/templates/account/following.js: line 309, col 164, Line is too long. +build/public/templates/account/following.js: line 309, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 309, col 49, ['pagination'] is better written in dot notation. +build/public/templates/account/following.js: line 309, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 309, col 82, ['pagination'] is better written in dot notation. +build/public/templates/account/following.js: line 309, col 96, ['next'] is better written in dot notation. +build/public/templates/account/following.js: line 309, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 309, col 123, ['pagination'] is better written in dot notation. +build/public/templates/account/following.js: line 309, col 137, ['next'] is better written in dot notation. +build/public/templates/account/following.js: line 309, col 145, ['page'] is better written in dot notation. +build/public/templates/account/following.js: line 310, col 136, Line is too long. +build/public/templates/account/following.js: line 311, col 156, Line is too long. +build/public/templates/account/following.js: line 311, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 311, col 41, ['pagination'] is better written in dot notation. +build/public/templates/account/following.js: line 311, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 311, col 74, ['pagination'] is better written in dot notation. +build/public/templates/account/following.js: line 311, col 88, ['next'] is better written in dot notation. +build/public/templates/account/following.js: line 311, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 311, col 115, ['pagination'] is better written in dot notation. +build/public/templates/account/following.js: line 311, col 129, ['next'] is better written in dot notation. +build/public/templates/account/following.js: line 311, col 137, ['active'] is better written in dot notation. +build/public/templates/account/following.js: line 315, col 162, Line is too long. +build/public/templates/account/following.js: line 315, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 315, col 49, ['pagination'] is better written in dot notation. +build/public/templates/account/following.js: line 315, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 315, col 82, ['pagination'] is better written in dot notation. +build/public/templates/account/following.js: line 315, col 96, ['last'] is better written in dot notation. +build/public/templates/account/following.js: line 315, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 315, col 123, ['pagination'] is better written in dot notation. +build/public/templates/account/following.js: line 315, col 137, ['last'] is better written in dot notation. +build/public/templates/account/following.js: line 315, col 145, ['qs'] is better written in dot notation. +build/public/templates/account/following.js: line 317, col 120, Line is too long. +build/public/templates/account/following.js: line 317, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 317, col 49, ['pagination'] is better written in dot notation. +build/public/templates/account/following.js: line 317, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 317, col 82, ['pagination'] is better written in dot notation. +build/public/templates/account/following.js: line 317, col 96, ['pageCount'] is better written in dot notation. +build/public/templates/account/following.js: line 318, col 145, Line is too long. +build/public/templates/account/following.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/account/following.js: line 325, col 119, Line is too long. +build/public/templates/account/following.js: line 325, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 325, col 52, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/following.js: line 331, col 133, Line is too long. +build/public/templates/account/following.js: line 338, col 156, Line is too long. +build/public/templates/account/following.js: line 338, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 338, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/following.js: line 338, col 63, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 338, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/following.js: line 338, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 338, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/following.js: line 338, col 140, ['url'] is better written in dot notation. +build/public/templates/account/following.js: line 340, col 170, Line is too long. +build/public/templates/account/following.js: line 340, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 340, col 57, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/following.js: line 340, col 75, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 340, col 91, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/following.js: line 340, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 340, col 131, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/following.js: line 340, col 152, ['url'] is better written in dot notation. +build/public/templates/account/following.js: line 344, col 167, Line is too long. +build/public/templates/account/following.js: line 344, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 344, col 53, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/following.js: line 344, col 71, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 344, col 87, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/following.js: line 344, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 344, col 127, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/following.js: line 344, col 148, ['text'] is better written in dot notation. +build/public/templates/account/following.js: line 348, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 351, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 351, col 53, ['rssFeedUrl'] is better written in dot notation. +build/public/templates/account/following.js: line 353, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 353, col 65, ['rssFeedUrl'] is better written in dot notation. +build/public/templates/account/following.js: line 359, col 156, Line is too long. +build/public/templates/account/following.js: line 359, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 359, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/following.js: line 359, col 63, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 359, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/following.js: line 359, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 359, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/following.js: line 359, col 140, ['url'] is better written in dot notation. +build/public/templates/account/following.js: line 326, col 13, 'key' is defined but never used. +build/public/templates/account/following.js: line 325, col 112, 'value' is defined but never used. +build/public/templates/account/following.js: line 324, col 11, 'value' is defined but never used. +build/public/templates/account/following.js: line 322, col 72, 'helper' is defined but never used. +build/public/templates/account/following.js: line 370, col 155, Line is too long. +build/public/templates/account/following.js: line 370, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 370, col 52, ['widgets'] is better written in dot notation. +build/public/templates/account/following.js: line 370, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 370, col 82, ['widgets'] is better written in dot notation. +build/public/templates/account/following.js: line 370, col 93, ['header'] is better written in dot notation. +build/public/templates/account/following.js: line 373, col 205, Line is too long. +build/public/templates/account/following.js: line 373, col 28, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 373, col 44, ['widgets'] is better written in dot notation. +build/public/templates/account/following.js: line 373, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 373, col 74, ['widgets'] is better written in dot notation. +build/public/templates/account/following.js: line 373, col 85, ['header'] is better written in dot notation. +build/public/templates/account/following.js: line 373, col 98, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 373, col 114, ['widgets'] is better written in dot notation. +build/public/templates/account/following.js: line 373, col 125, ['header'] is better written in dot notation. +build/public/templates/account/following.js: line 373, col 144, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 373, col 160, ['widgets'] is better written in dot notation. +build/public/templates/account/following.js: line 373, col 171, ['header'] is better written in dot notation. +build/public/templates/account/following.js: line 373, col 187, ['html'] is better written in dot notation. +build/public/templates/account/following.js: line 371, col 13, 'key' is defined but never used. +build/public/templates/account/following.js: line 370, col 148, 'value' is defined but never used. +build/public/templates/account/following.js: line 370, col 140, 'length' is defined but never used. +build/public/templates/account/following.js: line 370, col 133, 'index' is defined but never used. +build/public/templates/account/following.js: line 368, col 11, '__escape' is defined but never used. +build/public/templates/account/following.js: line 369, col 11, 'value' is defined but never used. +build/public/templates/account/following.js: line 367, col 77, 'helper' is defined but never used. +build/public/templates/account/following.js: line 382, col 121, Line is too long. +build/public/templates/account/following.js: line 382, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 382, col 52, ['profile_links'] is better written in dot notation. +build/public/templates/account/following.js: line 389, col 171, Line is too long. +build/public/templates/account/following.js: line 389, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 389, col 53, ['profile_links'] is better written in dot notation. +build/public/templates/account/following.js: line 389, col 73, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 389, col 89, ['profile_links'] is better written in dot notation. +build/public/templates/account/following.js: line 389, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 389, col 131, ['profile_links'] is better written in dot notation. +build/public/templates/account/following.js: line 389, col 154, ['id'] is better written in dot notation. +build/public/templates/account/following.js: line 391, col 165, Line is too long. +build/public/templates/account/following.js: line 391, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 391, col 45, ['profile_links'] is better written in dot notation. +build/public/templates/account/following.js: line 391, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 391, col 81, ['profile_links'] is better written in dot notation. +build/public/templates/account/following.js: line 391, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 391, col 123, ['profile_links'] is better written in dot notation. +build/public/templates/account/following.js: line 391, col 146, ['public'] is better written in dot notation. +build/public/templates/account/following.js: line 395, col 120, Line is too long. +build/public/templates/account/following.js: line 395, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 395, col 53, ['config'] is better written in dot notation. +build/public/templates/account/following.js: line 395, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 395, col 82, ['config'] is better written in dot notation. +build/public/templates/account/following.js: line 395, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/following.js: line 397, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 397, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/following.js: line 399, col 174, Line is too long. +build/public/templates/account/following.js: line 399, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 399, col 53, ['profile_links'] is better written in dot notation. +build/public/templates/account/following.js: line 399, col 73, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 399, col 89, ['profile_links'] is better written in dot notation. +build/public/templates/account/following.js: line 399, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 399, col 131, ['profile_links'] is better written in dot notation. +build/public/templates/account/following.js: line 399, col 154, ['route'] is better written in dot notation. +build/public/templates/account/following.js: line 401, col 163, Line is too long. +build/public/templates/account/following.js: line 401, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 401, col 45, ['profile_links'] is better written in dot notation. +build/public/templates/account/following.js: line 401, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 401, col 81, ['profile_links'] is better written in dot notation. +build/public/templates/account/following.js: line 401, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 401, col 123, ['profile_links'] is better written in dot notation. +build/public/templates/account/following.js: line 401, col 146, ['icon'] is better written in dot notation. +build/public/templates/account/following.js: line 403, col 177, Line is too long. +build/public/templates/account/following.js: line 403, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 403, col 57, ['profile_links'] is better written in dot notation. +build/public/templates/account/following.js: line 403, col 77, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 403, col 93, ['profile_links'] is better written in dot notation. +build/public/templates/account/following.js: line 403, col 119, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 403, col 135, ['profile_links'] is better written in dot notation. +build/public/templates/account/following.js: line 403, col 158, ['icon'] is better written in dot notation. +build/public/templates/account/following.js: line 406, col 173, Line is too long. +build/public/templates/account/following.js: line 406, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 406, col 53, ['profile_links'] is better written in dot notation. +build/public/templates/account/following.js: line 406, col 73, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 406, col 89, ['profile_links'] is better written in dot notation. +build/public/templates/account/following.js: line 406, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 406, col 131, ['profile_links'] is better written in dot notation. +build/public/templates/account/following.js: line 406, col 154, ['name'] is better written in dot notation. +build/public/templates/account/following.js: line 383, col 13, 'key' is defined but never used. +build/public/templates/account/following.js: line 382, col 114, 'value' is defined but never used. +build/public/templates/account/following.js: line 382, col 106, 'length' is defined but never used. +build/public/templates/account/following.js: line 381, col 11, 'value' is defined but never used. +build/public/templates/account/following.js: line 379, col 76, 'helper' is defined but never used. +build/public/templates/account/following.js: line 415, col 113, Line is too long. +build/public/templates/account/following.js: line 415, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 415, col 52, ['users'] is better written in dot notation. +build/public/templates/account/following.js: line 418, col 148, Line is too long. +build/public/templates/account/following.js: line 418, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 418, col 53, ['users'] is better written in dot notation. +build/public/templates/account/following.js: line 418, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 418, col 81, ['users'] is better written in dot notation. +build/public/templates/account/following.js: line 418, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 418, col 115, ['users'] is better written in dot notation. +build/public/templates/account/following.js: line 418, col 130, ['uid'] is better written in dot notation. +build/public/templates/account/following.js: line 420, col 120, Line is too long. +build/public/templates/account/following.js: line 420, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 420, col 53, ['config'] is better written in dot notation. +build/public/templates/account/following.js: line 420, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 420, col 82, ['config'] is better written in dot notation. +build/public/templates/account/following.js: line 420, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/following.js: line 422, col 153, Line is too long. +build/public/templates/account/following.js: line 422, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 422, col 53, ['users'] is better written in dot notation. +build/public/templates/account/following.js: line 422, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 422, col 81, ['users'] is better written in dot notation. +build/public/templates/account/following.js: line 422, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 422, col 115, ['users'] is better written in dot notation. +build/public/templates/account/following.js: line 422, col 130, ['userslug'] is better written in dot notation. +build/public/templates/account/following.js: line 424, col 209, Line is too long. +build/public/templates/account/following.js: line 424, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 424, col 94, ['users'] is better written in dot notation. +build/public/templates/account/following.js: line 424, col 106, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 424, col 122, ['users'] is better written in dot notation. +build/public/templates/account/following.js: line 424, col 172, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 425, col 101, Line is too long. +build/public/templates/account/following.js: line 426, col 120, Line is too long. +build/public/templates/account/following.js: line 426, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 426, col 53, ['config'] is better written in dot notation. +build/public/templates/account/following.js: line 426, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 426, col 82, ['config'] is better written in dot notation. +build/public/templates/account/following.js: line 426, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/following.js: line 428, col 153, Line is too long. +build/public/templates/account/following.js: line 428, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 428, col 53, ['users'] is better written in dot notation. +build/public/templates/account/following.js: line 428, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 428, col 81, ['users'] is better written in dot notation. +build/public/templates/account/following.js: line 428, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 428, col 115, ['users'] is better written in dot notation. +build/public/templates/account/following.js: line 428, col 130, ['userslug'] is better written in dot notation. +build/public/templates/account/following.js: line 430, col 153, Line is too long. +build/public/templates/account/following.js: line 430, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 430, col 53, ['users'] is better written in dot notation. +build/public/templates/account/following.js: line 430, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 430, col 81, ['users'] is better written in dot notation. +build/public/templates/account/following.js: line 430, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 430, col 115, ['users'] is better written in dot notation. +build/public/templates/account/following.js: line 430, col 130, ['username'] is better written in dot notation. +build/public/templates/account/following.js: line 432, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 432, col 45, ['section_online'] is better written in dot notation. +build/public/templates/account/following.js: line 434, col 162, Line is too long. +build/public/templates/account/following.js: line 434, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 434, col 57, ['users'] is better written in dot notation. +build/public/templates/account/following.js: line 434, col 69, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 434, col 85, ['users'] is better written in dot notation. +build/public/templates/account/following.js: line 434, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 434, col 119, ['users'] is better written in dot notation. +build/public/templates/account/following.js: line 434, col 134, ['lastonlineISO'] is better written in dot notation. +build/public/templates/account/following.js: line 438, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 438, col 45, ['section_joindate'] is better written in dot notation. +build/public/templates/account/following.js: line 440, col 160, Line is too long. +build/public/templates/account/following.js: line 440, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 440, col 57, ['users'] is better written in dot notation. +build/public/templates/account/following.js: line 440, col 69, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 440, col 85, ['users'] is better written in dot notation. +build/public/templates/account/following.js: line 440, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 440, col 119, ['users'] is better written in dot notation. +build/public/templates/account/following.js: line 440, col 134, ['joindateISO'] is better written in dot notation. +build/public/templates/account/following.js: line 444, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 446, col 206, Line is too long. +build/public/templates/account/following.js: line 446, col 86, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 446, col 102, ['users'] is better written in dot notation. +build/public/templates/account/following.js: line 446, col 114, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 446, col 130, ['users'] is better written in dot notation. +build/public/templates/account/following.js: line 446, col 148, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 446, col 164, ['users'] is better written in dot notation. +build/public/templates/account/following.js: line 446, col 179, ['reputation'] is better written in dot notation. +build/public/templates/account/following.js: line 450, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 452, col 205, Line is too long. +build/public/templates/account/following.js: line 452, col 86, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 452, col 102, ['users'] is better written in dot notation. +build/public/templates/account/following.js: line 452, col 114, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 452, col 130, ['users'] is better written in dot notation. +build/public/templates/account/following.js: line 452, col 148, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 452, col 164, ['users'] is better written in dot notation. +build/public/templates/account/following.js: line 452, col 179, ['postcount'] is better written in dot notation. +build/public/templates/account/following.js: line 456, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 456, col 45, ['section_flagged'] is better written in dot notation. +build/public/templates/account/following.js: line 458, col 124, Line is too long. +build/public/templates/account/following.js: line 458, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 458, col 57, ['config'] is better written in dot notation. +build/public/templates/account/following.js: line 458, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 458, col 86, ['config'] is better written in dot notation. +build/public/templates/account/following.js: line 458, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/account/following.js: line 460, col 152, Line is too long. +build/public/templates/account/following.js: line 460, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 460, col 57, ['users'] is better written in dot notation. +build/public/templates/account/following.js: line 460, col 69, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 460, col 85, ['users'] is better written in dot notation. +build/public/templates/account/following.js: line 460, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 460, col 119, ['users'] is better written in dot notation. +build/public/templates/account/following.js: line 460, col 134, ['uid'] is better written in dot notation. +build/public/templates/account/following.js: line 462, col 154, Line is too long. +build/public/templates/account/following.js: line 462, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 462, col 57, ['users'] is better written in dot notation. +build/public/templates/account/following.js: line 462, col 69, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 462, col 85, ['users'] is better written in dot notation. +build/public/templates/account/following.js: line 462, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 462, col 119, ['users'] is better written in dot notation. +build/public/templates/account/following.js: line 462, col 134, ['flags'] is better written in dot notation. +build/public/templates/account/following.js: line 416, col 13, 'key' is defined but never used. +build/public/templates/account/following.js: line 415, col 106, 'value' is defined but never used. +build/public/templates/account/following.js: line 415, col 98, 'length' is defined but never used. +build/public/templates/account/following.js: line 415, col 91, 'index' is defined but never used. +build/public/templates/account/following.js: line 414, col 11, 'value' is defined but never used. +build/public/templates/account/following.js: line 473, col 160, Line is too long. +build/public/templates/account/following.js: line 473, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 473, col 52, ['pagination'] is better written in dot notation. +build/public/templates/account/following.js: line 473, col 69, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 473, col 85, ['pagination'] is better written in dot notation. +build/public/templates/account/following.js: line 473, col 99, ['pages'] is better written in dot notation. +build/public/templates/account/following.js: line 476, col 219, Line is too long. +build/public/templates/account/following.js: line 476, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 476, col 45, ['pagination'] is better written in dot notation. +build/public/templates/account/following.js: line 476, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 476, col 78, ['pagination'] is better written in dot notation. +build/public/templates/account/following.js: line 476, col 92, ['pages'] is better written in dot notation. +build/public/templates/account/following.js: line 476, col 104, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 476, col 120, ['pagination'] is better written in dot notation. +build/public/templates/account/following.js: line 476, col 134, ['pages'] is better written in dot notation. +build/public/templates/account/following.js: line 476, col 152, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 476, col 168, ['pagination'] is better written in dot notation. +build/public/templates/account/following.js: line 476, col 182, ['pages'] is better written in dot notation. +build/public/templates/account/following.js: line 476, col 197, ['separator'] is better written in dot notation. +build/public/templates/account/following.js: line 477, col 227, Line is too long. +build/public/templates/account/following.js: line 479, col 220, Line is too long. +build/public/templates/account/following.js: line 479, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 479, col 49, ['pagination'] is better written in dot notation. +build/public/templates/account/following.js: line 479, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 479, col 82, ['pagination'] is better written in dot notation. +build/public/templates/account/following.js: line 479, col 96, ['pages'] is better written in dot notation. +build/public/templates/account/following.js: line 479, col 108, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 479, col 124, ['pagination'] is better written in dot notation. +build/public/templates/account/following.js: line 479, col 138, ['pages'] is better written in dot notation. +build/public/templates/account/following.js: line 479, col 156, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 479, col 172, ['pagination'] is better written in dot notation. +build/public/templates/account/following.js: line 479, col 186, ['pages'] is better written in dot notation. +build/public/templates/account/following.js: line 479, col 201, ['active'] is better written in dot notation. +build/public/templates/account/following.js: line 483, col 226, Line is too long. +build/public/templates/account/following.js: line 483, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 483, col 57, ['pagination'] is better written in dot notation. +build/public/templates/account/following.js: line 483, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 483, col 90, ['pagination'] is better written in dot notation. +build/public/templates/account/following.js: line 483, col 104, ['pages'] is better written in dot notation. +build/public/templates/account/following.js: line 483, col 116, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 483, col 132, ['pagination'] is better written in dot notation. +build/public/templates/account/following.js: line 483, col 146, ['pages'] is better written in dot notation. +build/public/templates/account/following.js: line 483, col 164, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 483, col 180, ['pagination'] is better written in dot notation. +build/public/templates/account/following.js: line 483, col 194, ['pages'] is better written in dot notation. +build/public/templates/account/following.js: line 483, col 209, ['qs'] is better written in dot notation. +build/public/templates/account/following.js: line 485, col 228, Line is too long. +build/public/templates/account/following.js: line 485, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 485, col 57, ['pagination'] is better written in dot notation. +build/public/templates/account/following.js: line 485, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 485, col 90, ['pagination'] is better written in dot notation. +build/public/templates/account/following.js: line 485, col 104, ['pages'] is better written in dot notation. +build/public/templates/account/following.js: line 485, col 116, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 485, col 132, ['pagination'] is better written in dot notation. +build/public/templates/account/following.js: line 485, col 146, ['pages'] is better written in dot notation. +build/public/templates/account/following.js: line 485, col 164, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 485, col 180, ['pagination'] is better written in dot notation. +build/public/templates/account/following.js: line 485, col 194, ['pages'] is better written in dot notation. +build/public/templates/account/following.js: line 485, col 209, ['page'] is better written in dot notation. +build/public/templates/account/following.js: line 487, col 228, Line is too long. +build/public/templates/account/following.js: line 487, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 487, col 57, ['pagination'] is better written in dot notation. +build/public/templates/account/following.js: line 487, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 487, col 90, ['pagination'] is better written in dot notation. +build/public/templates/account/following.js: line 487, col 104, ['pages'] is better written in dot notation. +build/public/templates/account/following.js: line 487, col 116, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 487, col 132, ['pagination'] is better written in dot notation. +build/public/templates/account/following.js: line 487, col 146, ['pages'] is better written in dot notation. +build/public/templates/account/following.js: line 487, col 164, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 487, col 180, ['pagination'] is better written in dot notation. +build/public/templates/account/following.js: line 487, col 194, ['pages'] is better written in dot notation. +build/public/templates/account/following.js: line 487, col 209, ['page'] is better written in dot notation. +build/public/templates/account/following.js: line 489, col 228, Line is too long. +build/public/templates/account/following.js: line 489, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 489, col 57, ['pagination'] is better written in dot notation. +build/public/templates/account/following.js: line 489, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 489, col 90, ['pagination'] is better written in dot notation. +build/public/templates/account/following.js: line 489, col 104, ['pages'] is better written in dot notation. +build/public/templates/account/following.js: line 489, col 116, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 489, col 132, ['pagination'] is better written in dot notation. +build/public/templates/account/following.js: line 489, col 146, ['pages'] is better written in dot notation. +build/public/templates/account/following.js: line 489, col 164, Expected '!==' and instead saw '!='. +build/public/templates/account/following.js: line 489, col 180, ['pagination'] is better written in dot notation. +build/public/templates/account/following.js: line 489, col 194, ['pages'] is better written in dot notation. +build/public/templates/account/following.js: line 489, col 209, ['page'] is better written in dot notation. +build/public/templates/account/following.js: line 474, col 13, 'key' is defined but never used. +build/public/templates/account/following.js: line 473, col 153, 'value' is defined but never used. +build/public/templates/account/following.js: line 473, col 145, 'length' is defined but never used. +build/public/templates/account/following.js: line 473, col 138, 'index' is defined but never used. +build/public/templates/account/following.js: line 472, col 11, 'value' is defined but never used. +build/public/templates/account/following.js: line 470, col 81, 'helper' is defined but never used. +build/public/templates/account/following.js: line 499, col 3, Missing semicolon. +build/public/templates/account/following.js: line 5, col 46, 'define' is not defined. +build/public/templates/account/following.js: line 6, col 5, 'define' is not defined. + +build/public/templates/account/groups.js: line 13, col 109, Line is too long. +build/public/templates/account/groups.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 13, col 41, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/groups.js: line 13, col 59, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 13, col 75, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/groups.js: line 13, col 90, ['length'] is better written in dot notation. +build/public/templates/account/groups.js: line 14, col 136, Line is too long. +build/public/templates/account/groups.js: line 15, col 26, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/groups.js: line 21, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 23, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 25, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 25, col 49, ['uid'] is better written in dot notation. +build/public/templates/account/groups.js: line 27, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 27, col 41, ['picture'] is better written in dot notation. +build/public/templates/account/groups.js: line 29, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 29, col 53, ['picture'] is better written in dot notation. +build/public/templates/account/groups.js: line 32, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 34, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 34, col 53, ['username'] is better written in dot notation. +build/public/templates/account/groups.js: line 36, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 38, col 122, Line is too long. +build/public/templates/account/groups.js: line 39, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 39, col 49, ['status'] is better written in dot notation. +build/public/templates/account/groups.js: line 41, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 41, col 49, ['status'] is better written in dot notation. +build/public/templates/account/groups.js: line 43, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 43, col 41, ['loggedIn'] is better written in dot notation. +build/public/templates/account/groups.js: line 45, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 45, col 45, ['isSelf'] is better written in dot notation. +build/public/templates/account/groups.js: line 48, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 48, col 49, ['isFollowing'] is better written in dot notation. +build/public/templates/account/groups.js: line 52, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 52, col 49, ['isFollowing'] is better written in dot notation. +build/public/templates/account/groups.js: line 55, col 137, Line is too long. +build/public/templates/account/groups.js: line 59, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 59, col 41, ['allowCoverPicture'] is better written in dot notation. +build/public/templates/account/groups.js: line 61, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 61, col 45, ['canEdit'] is better written in dot notation. +build/public/templates/account/groups.js: line 62, col 485, Line is too long. +build/public/templates/account/groups.js: line 66, col 331, Line is too long. +build/public/templates/account/groups.js: line 67, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 67, col 41, ['loggedIn'] is better written in dot notation. +build/public/templates/account/groups.js: line 69, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 69, col 45, ['isSelf'] is better written in dot notation. +build/public/templates/account/groups.js: line 72, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 72, col 49, ['banned'] is better written in dot notation. +build/public/templates/account/groups.js: line 75, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 75, col 53, ['canChat'] is better written in dot notation. +build/public/templates/account/groups.js: line 77, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 77, col 57, ['hasPrivateChat'] is better written in dot notation. +build/public/templates/account/groups.js: line 80, col 133, Line is too long. +build/public/templates/account/groups.js: line 81, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 81, col 65, ['username'] is better written in dot notation. +build/public/templates/account/groups.js: line 82, col 157, Line is too long. +build/public/templates/account/groups.js: line 83, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 83, col 65, ['username'] is better written in dot notation. +build/public/templates/account/groups.js: line 87, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 87, col 53, ['flagId'] is better written in dot notation. +build/public/templates/account/groups.js: line 90, col 147, Line is too long. +build/public/templates/account/groups.js: line 91, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 91, col 53, ['flagId'] is better written in dot notation. +build/public/templates/account/groups.js: line 94, col 130, Line is too long. +build/public/templates/account/groups.js: line 95, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 95, col 61, ['flagId'] is better written in dot notation. +build/public/templates/account/groups.js: line 97, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 97, col 53, ['isBlocked'] is better written in dot notation. +build/public/templates/account/groups.js: line 100, col 146, Line is too long. +build/public/templates/account/groups.js: line 101, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 101, col 53, ['isBlocked'] is better written in dot notation. +build/public/templates/account/groups.js: line 104, col 177, Line is too long. +build/public/templates/account/groups.js: line 109, col 116, Line is too long. +build/public/templates/account/groups.js: line 109, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 109, col 49, ['config'] is better written in dot notation. +build/public/templates/account/groups.js: line 109, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 109, col 78, ['config'] is better written in dot notation. +build/public/templates/account/groups.js: line 109, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/groups.js: line 111, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 111, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/groups.js: line 112, col 101, Line is too long. +build/public/templates/account/groups.js: line 113, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 113, col 41, ['canEdit'] is better written in dot notation. +build/public/templates/account/groups.js: line 115, col 120, Line is too long. +build/public/templates/account/groups.js: line 115, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 115, col 53, ['config'] is better written in dot notation. +build/public/templates/account/groups.js: line 115, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 115, col 82, ['config'] is better written in dot notation. +build/public/templates/account/groups.js: line 115, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/groups.js: line 117, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 117, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/groups.js: line 118, col 103, Line is too long. +build/public/templates/account/groups.js: line 119, col 120, Line is too long. +build/public/templates/account/groups.js: line 119, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 119, col 53, ['config'] is better written in dot notation. +build/public/templates/account/groups.js: line 119, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 119, col 82, ['config'] is better written in dot notation. +build/public/templates/account/groups.js: line 119, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/groups.js: line 121, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 121, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/groups.js: line 125, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 125, col 41, ['isSelf'] is better written in dot notation. +build/public/templates/account/groups.js: line 128, col 122, Line is too long. +build/public/templates/account/groups.js: line 128, col 30, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 128, col 46, ['canBan'] is better written in dot notation. +build/public/templates/account/groups.js: line 128, col 85, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 128, col 101, ['canMute'] is better written in dot notation. +build/public/templates/account/groups.js: line 129, col 140, Line is too long. +build/public/templates/account/groups.js: line 132, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 132, col 45, ['canBan'] is better written in dot notation. +build/public/templates/account/groups.js: line 134, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 134, col 49, ['banned'] is better written in dot notation. +build/public/templates/account/groups.js: line 137, col 151, Line is too long. +build/public/templates/account/groups.js: line 138, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 138, col 49, ['banned'] is better written in dot notation. +build/public/templates/account/groups.js: line 141, col 142, Line is too long. +build/public/templates/account/groups.js: line 144, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 144, col 45, ['canMute'] is better written in dot notation. +build/public/templates/account/groups.js: line 146, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 146, col 49, ['muted'] is better written in dot notation. +build/public/templates/account/groups.js: line 149, col 153, Line is too long. +build/public/templates/account/groups.js: line 150, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 150, col 49, ['muted'] is better written in dot notation. +build/public/templates/account/groups.js: line 153, col 144, Line is too long. +build/public/templates/account/groups.js: line 156, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 156, col 45, ['isAdmin'] is better written in dot notation. +build/public/templates/account/groups.js: line 157, col 398, Line is too long. +build/public/templates/account/groups.js: line 160, col 158, Line is too long. +build/public/templates/account/groups.js: line 161, col 116, Line is too long. +build/public/templates/account/groups.js: line 161, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 161, col 49, ['config'] is better written in dot notation. +build/public/templates/account/groups.js: line 161, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 161, col 78, ['config'] is better written in dot notation. +build/public/templates/account/groups.js: line 161, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/groups.js: line 163, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 163, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/groups.js: line 164, col 122, Line is too long. +build/public/templates/account/groups.js: line 165, col 112, Line is too long. +build/public/templates/account/groups.js: line 165, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 165, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/groups.js: line 165, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 165, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/groups.js: line 165, col 88, ['following'] is better written in dot notation. +build/public/templates/account/groups.js: line 167, col 159, Line is too long. +build/public/templates/account/groups.js: line 167, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 167, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/groups.js: line 167, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 167, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/groups.js: line 167, col 133, ['following'] is better written in dot notation. +build/public/templates/account/groups.js: line 168, col 117, Line is too long. +build/public/templates/account/groups.js: line 169, col 116, Line is too long. +build/public/templates/account/groups.js: line 169, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 169, col 49, ['config'] is better written in dot notation. +build/public/templates/account/groups.js: line 169, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 169, col 78, ['config'] is better written in dot notation. +build/public/templates/account/groups.js: line 169, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/groups.js: line 171, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 171, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/groups.js: line 172, col 122, Line is too long. +build/public/templates/account/groups.js: line 173, col 112, Line is too long. +build/public/templates/account/groups.js: line 173, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 173, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/groups.js: line 173, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 173, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/groups.js: line 173, col 88, ['followers'] is better written in dot notation. +build/public/templates/account/groups.js: line 175, col 159, Line is too long. +build/public/templates/account/groups.js: line 175, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 175, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/groups.js: line 175, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 175, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/groups.js: line 175, col 133, ['followers'] is better written in dot notation. +build/public/templates/account/groups.js: line 177, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 177, col 41, ['canEdit'] is better written in dot notation. +build/public/templates/account/groups.js: line 178, col 103, Line is too long. +build/public/templates/account/groups.js: line 179, col 120, Line is too long. +build/public/templates/account/groups.js: line 179, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 179, col 53, ['config'] is better written in dot notation. +build/public/templates/account/groups.js: line 179, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 179, col 82, ['config'] is better written in dot notation. +build/public/templates/account/groups.js: line 179, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/groups.js: line 181, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 181, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/groups.js: line 182, col 120, Line is too long. +build/public/templates/account/groups.js: line 183, col 113, Line is too long. +build/public/templates/account/groups.js: line 183, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 183, col 53, ['counts'] is better written in dot notation. +build/public/templates/account/groups.js: line 183, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 183, col 82, ['counts'] is better written in dot notation. +build/public/templates/account/groups.js: line 183, col 92, ['blocks'] is better written in dot notation. +build/public/templates/account/groups.js: line 185, col 160, Line is too long. +build/public/templates/account/groups.js: line 185, col 82, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 185, col 98, ['counts'] is better written in dot notation. +build/public/templates/account/groups.js: line 185, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 185, col 127, ['counts'] is better written in dot notation. +build/public/templates/account/groups.js: line 185, col 137, ['blocks'] is better written in dot notation. +build/public/templates/account/groups.js: line 188, col 158, Line is too long. +build/public/templates/account/groups.js: line 189, col 116, Line is too long. +build/public/templates/account/groups.js: line 189, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 189, col 49, ['config'] is better written in dot notation. +build/public/templates/account/groups.js: line 189, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 189, col 78, ['config'] is better written in dot notation. +build/public/templates/account/groups.js: line 189, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/groups.js: line 191, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 191, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/groups.js: line 192, col 118, Line is too long. +build/public/templates/account/groups.js: line 193, col 109, Line is too long. +build/public/templates/account/groups.js: line 193, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 193, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/groups.js: line 193, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 193, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/groups.js: line 193, col 88, ['topics'] is better written in dot notation. +build/public/templates/account/groups.js: line 195, col 156, Line is too long. +build/public/templates/account/groups.js: line 195, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 195, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/groups.js: line 195, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 195, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/groups.js: line 195, col 133, ['topics'] is better written in dot notation. +build/public/templates/account/groups.js: line 196, col 117, Line is too long. +build/public/templates/account/groups.js: line 197, col 116, Line is too long. +build/public/templates/account/groups.js: line 197, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 197, col 49, ['config'] is better written in dot notation. +build/public/templates/account/groups.js: line 197, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 197, col 78, ['config'] is better written in dot notation. +build/public/templates/account/groups.js: line 197, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/groups.js: line 199, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 199, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/groups.js: line 200, col 116, Line is too long. +build/public/templates/account/groups.js: line 201, col 108, Line is too long. +build/public/templates/account/groups.js: line 201, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 201, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/groups.js: line 201, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 201, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/groups.js: line 201, col 88, ['posts'] is better written in dot notation. +build/public/templates/account/groups.js: line 203, col 155, Line is too long. +build/public/templates/account/groups.js: line 203, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 203, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/groups.js: line 203, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 203, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/groups.js: line 203, col 133, ['posts'] is better written in dot notation. +build/public/templates/account/groups.js: line 204, col 117, Line is too long. +build/public/templates/account/groups.js: line 205, col 116, Line is too long. +build/public/templates/account/groups.js: line 205, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 205, col 49, ['config'] is better written in dot notation. +build/public/templates/account/groups.js: line 205, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 205, col 78, ['config'] is better written in dot notation. +build/public/templates/account/groups.js: line 205, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/groups.js: line 207, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 207, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/groups.js: line 208, col 125, Line is too long. +build/public/templates/account/groups.js: line 209, col 109, Line is too long. +build/public/templates/account/groups.js: line 209, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 209, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/groups.js: line 209, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 209, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/groups.js: line 209, col 88, ['groups'] is better written in dot notation. +build/public/templates/account/groups.js: line 211, col 156, Line is too long. +build/public/templates/account/groups.js: line 211, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 211, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/groups.js: line 211, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 211, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/groups.js: line 211, col 133, ['groups'] is better written in dot notation. +build/public/templates/account/groups.js: line 213, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 213, col 41, ['canEdit'] is better written in dot notation. +build/public/templates/account/groups.js: line 214, col 103, Line is too long. +build/public/templates/account/groups.js: line 215, col 120, Line is too long. +build/public/templates/account/groups.js: line 215, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 215, col 53, ['config'] is better written in dot notation. +build/public/templates/account/groups.js: line 215, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 215, col 82, ['config'] is better written in dot notation. +build/public/templates/account/groups.js: line 215, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/groups.js: line 217, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 217, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/groups.js: line 218, col 136, Line is too long. +build/public/templates/account/groups.js: line 219, col 124, Line is too long. +build/public/templates/account/groups.js: line 219, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 219, col 53, ['counts'] is better written in dot notation. +build/public/templates/account/groups.js: line 219, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 219, col 82, ['counts'] is better written in dot notation. +build/public/templates/account/groups.js: line 219, col 92, ['categoriesWatched'] is better written in dot notation. +build/public/templates/account/groups.js: line 221, col 171, Line is too long. +build/public/templates/account/groups.js: line 221, col 82, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 221, col 98, ['counts'] is better written in dot notation. +build/public/templates/account/groups.js: line 221, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 221, col 127, ['counts'] is better written in dot notation. +build/public/templates/account/groups.js: line 221, col 137, ['categoriesWatched'] is better written in dot notation. +build/public/templates/account/groups.js: line 223, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 223, col 45, ['isSelf'] is better written in dot notation. +build/public/templates/account/groups.js: line 224, col 107, Line is too long. +build/public/templates/account/groups.js: line 225, col 124, Line is too long. +build/public/templates/account/groups.js: line 225, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 225, col 57, ['config'] is better written in dot notation. +build/public/templates/account/groups.js: line 225, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 225, col 86, ['config'] is better written in dot notation. +build/public/templates/account/groups.js: line 225, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/account/groups.js: line 227, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 227, col 57, ['userslug'] is better written in dot notation. +build/public/templates/account/groups.js: line 228, col 130, Line is too long. +build/public/templates/account/groups.js: line 229, col 122, Line is too long. +build/public/templates/account/groups.js: line 229, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 229, col 57, ['counts'] is better written in dot notation. +build/public/templates/account/groups.js: line 229, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 229, col 86, ['counts'] is better written in dot notation. +build/public/templates/account/groups.js: line 229, col 96, ['tagsWatched'] is better written in dot notation. +build/public/templates/account/groups.js: line 231, col 169, Line is too long. +build/public/templates/account/groups.js: line 231, col 86, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 231, col 102, ['counts'] is better written in dot notation. +build/public/templates/account/groups.js: line 231, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 231, col 131, ['counts'] is better written in dot notation. +build/public/templates/account/groups.js: line 231, col 141, ['tagsWatched'] is better written in dot notation. +build/public/templates/account/groups.js: line 234, col 105, Line is too long. +build/public/templates/account/groups.js: line 235, col 120, Line is too long. +build/public/templates/account/groups.js: line 235, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 235, col 53, ['config'] is better written in dot notation. +build/public/templates/account/groups.js: line 235, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 235, col 82, ['config'] is better written in dot notation. +build/public/templates/account/groups.js: line 235, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/groups.js: line 237, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 237, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/groups.js: line 238, col 124, Line is too long. +build/public/templates/account/groups.js: line 239, col 115, Line is too long. +build/public/templates/account/groups.js: line 239, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 239, col 53, ['counts'] is better written in dot notation. +build/public/templates/account/groups.js: line 239, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 239, col 82, ['counts'] is better written in dot notation. +build/public/templates/account/groups.js: line 239, col 92, ['uploaded'] is better written in dot notation. +build/public/templates/account/groups.js: line 241, col 162, Line is too long. +build/public/templates/account/groups.js: line 241, col 82, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 241, col 98, ['counts'] is better written in dot notation. +build/public/templates/account/groups.js: line 241, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 241, col 127, ['counts'] is better written in dot notation. +build/public/templates/account/groups.js: line 241, col 137, ['uploaded'] is better written in dot notation. +build/public/templates/account/groups.js: line 245, col 22, ['profile_links'] is better written in dot notation. +build/public/templates/account/groups.js: line 247, col 111, Line is too long. +build/public/templates/account/groups.js: line 247, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 247, col 49, ['template'] is better written in dot notation. +build/public/templates/account/groups.js: line 247, col 64, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 247, col 80, ['template'] is better written in dot notation. +build/public/templates/account/groups.js: line 247, col 92, ['name'] is better written in dot notation. +build/public/templates/account/groups.js: line 249, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 249, col 49, ['username'] is better written in dot notation. +build/public/templates/account/groups.js: line 250, col 148, Line is too long. +build/public/templates/account/groups.js: line 251, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 251, col 41, ['groups'] is better written in dot notation. +build/public/templates/account/groups.js: line 251, col 54, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 251, col 70, ['groups'] is better written in dot notation. +build/public/templates/account/groups.js: line 251, col 80, ['length'] is better written in dot notation. +build/public/templates/account/groups.js: line 253, col 26, ['groups'] is better written in dot notation. +build/public/templates/account/groups.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/account/groups.js: line 263, col 119, Line is too long. +build/public/templates/account/groups.js: line 263, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 263, col 52, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/groups.js: line 269, col 133, Line is too long. +build/public/templates/account/groups.js: line 276, col 156, Line is too long. +build/public/templates/account/groups.js: line 276, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 276, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/groups.js: line 276, col 63, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 276, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/groups.js: line 276, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 276, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/groups.js: line 276, col 140, ['url'] is better written in dot notation. +build/public/templates/account/groups.js: line 278, col 170, Line is too long. +build/public/templates/account/groups.js: line 278, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 278, col 57, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/groups.js: line 278, col 75, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 278, col 91, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/groups.js: line 278, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 278, col 131, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/groups.js: line 278, col 152, ['url'] is better written in dot notation. +build/public/templates/account/groups.js: line 282, col 167, Line is too long. +build/public/templates/account/groups.js: line 282, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 282, col 53, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/groups.js: line 282, col 71, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 282, col 87, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/groups.js: line 282, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 282, col 127, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/groups.js: line 282, col 148, ['text'] is better written in dot notation. +build/public/templates/account/groups.js: line 286, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 289, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 289, col 53, ['rssFeedUrl'] is better written in dot notation. +build/public/templates/account/groups.js: line 291, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 291, col 65, ['rssFeedUrl'] is better written in dot notation. +build/public/templates/account/groups.js: line 297, col 156, Line is too long. +build/public/templates/account/groups.js: line 297, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 297, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/groups.js: line 297, col 63, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 297, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/groups.js: line 297, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 297, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/groups.js: line 297, col 140, ['url'] is better written in dot notation. +build/public/templates/account/groups.js: line 264, col 13, 'key' is defined but never used. +build/public/templates/account/groups.js: line 263, col 112, 'value' is defined but never used. +build/public/templates/account/groups.js: line 262, col 11, 'value' is defined but never used. +build/public/templates/account/groups.js: line 260, col 72, 'helper' is defined but never used. +build/public/templates/account/groups.js: line 308, col 155, Line is too long. +build/public/templates/account/groups.js: line 308, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 308, col 52, ['widgets'] is better written in dot notation. +build/public/templates/account/groups.js: line 308, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 308, col 82, ['widgets'] is better written in dot notation. +build/public/templates/account/groups.js: line 308, col 93, ['header'] is better written in dot notation. +build/public/templates/account/groups.js: line 311, col 205, Line is too long. +build/public/templates/account/groups.js: line 311, col 28, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 311, col 44, ['widgets'] is better written in dot notation. +build/public/templates/account/groups.js: line 311, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 311, col 74, ['widgets'] is better written in dot notation. +build/public/templates/account/groups.js: line 311, col 85, ['header'] is better written in dot notation. +build/public/templates/account/groups.js: line 311, col 98, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 311, col 114, ['widgets'] is better written in dot notation. +build/public/templates/account/groups.js: line 311, col 125, ['header'] is better written in dot notation. +build/public/templates/account/groups.js: line 311, col 144, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 311, col 160, ['widgets'] is better written in dot notation. +build/public/templates/account/groups.js: line 311, col 171, ['header'] is better written in dot notation. +build/public/templates/account/groups.js: line 311, col 187, ['html'] is better written in dot notation. +build/public/templates/account/groups.js: line 309, col 13, 'key' is defined but never used. +build/public/templates/account/groups.js: line 308, col 148, 'value' is defined but never used. +build/public/templates/account/groups.js: line 308, col 140, 'length' is defined but never used. +build/public/templates/account/groups.js: line 308, col 133, 'index' is defined but never used. +build/public/templates/account/groups.js: line 306, col 11, '__escape' is defined but never used. +build/public/templates/account/groups.js: line 307, col 11, 'value' is defined but never used. +build/public/templates/account/groups.js: line 305, col 77, 'helper' is defined but never used. +build/public/templates/account/groups.js: line 320, col 121, Line is too long. +build/public/templates/account/groups.js: line 320, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 320, col 52, ['profile_links'] is better written in dot notation. +build/public/templates/account/groups.js: line 327, col 171, Line is too long. +build/public/templates/account/groups.js: line 327, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 327, col 53, ['profile_links'] is better written in dot notation. +build/public/templates/account/groups.js: line 327, col 73, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 327, col 89, ['profile_links'] is better written in dot notation. +build/public/templates/account/groups.js: line 327, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 327, col 131, ['profile_links'] is better written in dot notation. +build/public/templates/account/groups.js: line 327, col 154, ['id'] is better written in dot notation. +build/public/templates/account/groups.js: line 329, col 165, Line is too long. +build/public/templates/account/groups.js: line 329, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 329, col 45, ['profile_links'] is better written in dot notation. +build/public/templates/account/groups.js: line 329, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 329, col 81, ['profile_links'] is better written in dot notation. +build/public/templates/account/groups.js: line 329, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 329, col 123, ['profile_links'] is better written in dot notation. +build/public/templates/account/groups.js: line 329, col 146, ['public'] is better written in dot notation. +build/public/templates/account/groups.js: line 333, col 120, Line is too long. +build/public/templates/account/groups.js: line 333, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 333, col 53, ['config'] is better written in dot notation. +build/public/templates/account/groups.js: line 333, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 333, col 82, ['config'] is better written in dot notation. +build/public/templates/account/groups.js: line 333, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/groups.js: line 335, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 335, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/groups.js: line 337, col 174, Line is too long. +build/public/templates/account/groups.js: line 337, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 337, col 53, ['profile_links'] is better written in dot notation. +build/public/templates/account/groups.js: line 337, col 73, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 337, col 89, ['profile_links'] is better written in dot notation. +build/public/templates/account/groups.js: line 337, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 337, col 131, ['profile_links'] is better written in dot notation. +build/public/templates/account/groups.js: line 337, col 154, ['route'] is better written in dot notation. +build/public/templates/account/groups.js: line 339, col 163, Line is too long. +build/public/templates/account/groups.js: line 339, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 339, col 45, ['profile_links'] is better written in dot notation. +build/public/templates/account/groups.js: line 339, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 339, col 81, ['profile_links'] is better written in dot notation. +build/public/templates/account/groups.js: line 339, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 339, col 123, ['profile_links'] is better written in dot notation. +build/public/templates/account/groups.js: line 339, col 146, ['icon'] is better written in dot notation. +build/public/templates/account/groups.js: line 341, col 177, Line is too long. +build/public/templates/account/groups.js: line 341, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 341, col 57, ['profile_links'] is better written in dot notation. +build/public/templates/account/groups.js: line 341, col 77, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 341, col 93, ['profile_links'] is better written in dot notation. +build/public/templates/account/groups.js: line 341, col 119, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 341, col 135, ['profile_links'] is better written in dot notation. +build/public/templates/account/groups.js: line 341, col 158, ['icon'] is better written in dot notation. +build/public/templates/account/groups.js: line 344, col 173, Line is too long. +build/public/templates/account/groups.js: line 344, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 344, col 53, ['profile_links'] is better written in dot notation. +build/public/templates/account/groups.js: line 344, col 73, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 344, col 89, ['profile_links'] is better written in dot notation. +build/public/templates/account/groups.js: line 344, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 344, col 131, ['profile_links'] is better written in dot notation. +build/public/templates/account/groups.js: line 344, col 154, ['name'] is better written in dot notation. +build/public/templates/account/groups.js: line 321, col 13, 'key' is defined but never used. +build/public/templates/account/groups.js: line 320, col 114, 'value' is defined but never used. +build/public/templates/account/groups.js: line 320, col 106, 'length' is defined but never used. +build/public/templates/account/groups.js: line 319, col 11, 'value' is defined but never used. +build/public/templates/account/groups.js: line 317, col 76, 'helper' is defined but never used. +build/public/templates/account/groups.js: line 353, col 114, Line is too long. +build/public/templates/account/groups.js: line 353, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 353, col 52, ['groups'] is better written in dot notation. +build/public/templates/account/groups.js: line 355, col 111, Line is too long. +build/public/templates/account/groups.js: line 356, col 152, Line is too long. +build/public/templates/account/groups.js: line 356, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 356, col 53, ['groups'] is better written in dot notation. +build/public/templates/account/groups.js: line 356, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 356, col 82, ['groups'] is better written in dot notation. +build/public/templates/account/groups.js: line 356, col 101, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 356, col 117, ['groups'] is better written in dot notation. +build/public/templates/account/groups.js: line 356, col 133, ['slug'] is better written in dot notation. +build/public/templates/account/groups.js: line 358, col 120, Line is too long. +build/public/templates/account/groups.js: line 358, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 358, col 53, ['config'] is better written in dot notation. +build/public/templates/account/groups.js: line 358, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 358, col 82, ['config'] is better written in dot notation. +build/public/templates/account/groups.js: line 358, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/groups.js: line 360, col 152, Line is too long. +build/public/templates/account/groups.js: line 360, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 360, col 53, ['groups'] is better written in dot notation. +build/public/templates/account/groups.js: line 360, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 360, col 82, ['groups'] is better written in dot notation. +build/public/templates/account/groups.js: line 360, col 101, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 360, col 117, ['groups'] is better written in dot notation. +build/public/templates/account/groups.js: line 360, col 133, ['slug'] is better written in dot notation. +build/public/templates/account/groups.js: line 362, col 153, Line is too long. +build/public/templates/account/groups.js: line 362, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 362, col 45, ['groups'] is better written in dot notation. +build/public/templates/account/groups.js: line 362, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 362, col 74, ['groups'] is better written in dot notation. +build/public/templates/account/groups.js: line 362, col 93, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 362, col 109, ['groups'] is better written in dot notation. +build/public/templates/account/groups.js: line 364, col 167, Line is too long. +build/public/templates/account/groups.js: line 364, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 364, col 57, ['groups'] is better written in dot notation. +build/public/templates/account/groups.js: line 364, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 364, col 86, ['groups'] is better written in dot notation. +build/public/templates/account/groups.js: line 364, col 105, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 364, col 121, ['groups'] is better written in dot notation. +build/public/templates/account/groups.js: line 366, col 165, Line is too long. +build/public/templates/account/groups.js: line 366, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 366, col 57, ['groups'] is better written in dot notation. +build/public/templates/account/groups.js: line 366, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 366, col 86, ['groups'] is better written in dot notation. +build/public/templates/account/groups.js: line 366, col 105, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 366, col 121, ['groups'] is better written in dot notation. +build/public/templates/account/groups.js: line 368, col 183, Line is too long. +build/public/templates/account/groups.js: line 369, col 159, Line is too long. +build/public/templates/account/groups.js: line 369, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 369, col 53, ['groups'] is better written in dot notation. +build/public/templates/account/groups.js: line 369, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 369, col 82, ['groups'] is better written in dot notation. +build/public/templates/account/groups.js: line 369, col 101, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 369, col 117, ['groups'] is better written in dot notation. +build/public/templates/account/groups.js: line 369, col 133, ['displayName'] is better written in dot notation. +build/public/templates/account/groups.js: line 371, col 206, Line is too long. +build/public/templates/account/groups.js: line 371, col 82, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 371, col 98, ['groups'] is better written in dot notation. +build/public/templates/account/groups.js: line 371, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 371, col 127, ['groups'] is better written in dot notation. +build/public/templates/account/groups.js: line 371, col 146, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 371, col 162, ['groups'] is better written in dot notation. +build/public/templates/account/groups.js: line 371, col 178, ['memberCount'] is better written in dot notation. +build/public/templates/account/groups.js: line 373, col 159, Line is too long. +build/public/templates/account/groups.js: line 373, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 373, col 53, ['groups'] is better written in dot notation. +build/public/templates/account/groups.js: line 373, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 373, col 82, ['groups'] is better written in dot notation. +build/public/templates/account/groups.js: line 373, col 101, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 373, col 117, ['groups'] is better written in dot notation. +build/public/templates/account/groups.js: line 373, col 133, ['description'] is better written in dot notation. +build/public/templates/account/groups.js: line 374, col 103, Line is too long. +build/public/templates/account/groups.js: line 375, col 192, Line is too long. +build/public/templates/account/groups.js: line 375, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 375, col 49, ['groups'] is better written in dot notation. +build/public/templates/account/groups.js: line 375, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 375, col 78, ['groups'] is better written in dot notation. +build/public/templates/account/groups.js: line 375, col 97, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 375, col 113, ['groups'] is better written in dot notation. +build/public/templates/account/groups.js: line 375, col 129, ['members'] is better written in dot notation. +build/public/templates/account/groups.js: line 378, col 124, Line is too long. +build/public/templates/account/groups.js: line 378, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 378, col 57, ['config'] is better written in dot notation. +build/public/templates/account/groups.js: line 378, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 378, col 86, ['config'] is better written in dot notation. +build/public/templates/account/groups.js: line 378, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/account/groups.js: line 380, col 275, Line is too long. +build/public/templates/account/groups.js: line 380, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 380, col 57, ['groups'] is better written in dot notation. +build/public/templates/account/groups.js: line 380, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 380, col 86, ['groups'] is better written in dot notation. +build/public/templates/account/groups.js: line 380, col 105, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 380, col 121, ['groups'] is better written in dot notation. +build/public/templates/account/groups.js: line 380, col 137, ['members'] is better written in dot notation. +build/public/templates/account/groups.js: line 380, col 151, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 380, col 167, ['groups'] is better written in dot notation. +build/public/templates/account/groups.js: line 380, col 183, ['members'] is better written in dot notation. +build/public/templates/account/groups.js: line 380, col 203, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 380, col 219, ['groups'] is better written in dot notation. +build/public/templates/account/groups.js: line 380, col 235, ['members'] is better written in dot notation. +build/public/templates/account/groups.js: line 380, col 252, ['userslug'] is better written in dot notation. +build/public/templates/account/groups.js: line 382, col 313, Line is too long. +build/public/templates/account/groups.js: line 382, col 82, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 382, col 98, ['groups'] is better written in dot notation. +build/public/templates/account/groups.js: line 382, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 382, col 127, ['groups'] is better written in dot notation. +build/public/templates/account/groups.js: line 382, col 146, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 382, col 162, ['groups'] is better written in dot notation. +build/public/templates/account/groups.js: line 382, col 178, ['members'] is better written in dot notation. +build/public/templates/account/groups.js: line 382, col 192, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 382, col 208, ['groups'] is better written in dot notation. +build/public/templates/account/groups.js: line 382, col 224, ['members'] is better written in dot notation. +build/public/templates/account/groups.js: line 382, col 276, Expected '!==' and instead saw '!='. +build/public/templates/account/groups.js: line 376, col 17, 'key' is defined but never used. +build/public/templates/account/groups.js: line 375, col 185, 'value' is defined but never used. +build/public/templates/account/groups.js: line 375, col 177, 'length' is defined but never used. +build/public/templates/account/groups.js: line 375, col 170, 'index' is defined but never used. +build/public/templates/account/groups.js: line 354, col 13, 'key' is defined but never used. +build/public/templates/account/groups.js: line 353, col 107, 'value' is defined but never used. +build/public/templates/account/groups.js: line 353, col 99, 'length' is defined but never used. +build/public/templates/account/groups.js: line 353, col 92, 'index' is defined but never used. +build/public/templates/account/groups.js: line 352, col 11, 'value' is defined but never used. +build/public/templates/account/groups.js: line 395, col 3, Missing semicolon. +build/public/templates/account/groups.js: line 5, col 46, 'define' is not defined. +build/public/templates/account/groups.js: line 6, col 5, 'define' is not defined. + +build/public/templates/account/ignored.js: line 13, col 109, Line is too long. +build/public/templates/account/ignored.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 13, col 41, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/ignored.js: line 13, col 59, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 13, col 75, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/ignored.js: line 13, col 90, ['length'] is better written in dot notation. +build/public/templates/account/ignored.js: line 14, col 136, Line is too long. +build/public/templates/account/ignored.js: line 15, col 26, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/ignored.js: line 21, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 23, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 25, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 25, col 49, ['uid'] is better written in dot notation. +build/public/templates/account/ignored.js: line 27, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 27, col 41, ['picture'] is better written in dot notation. +build/public/templates/account/ignored.js: line 29, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 29, col 53, ['picture'] is better written in dot notation. +build/public/templates/account/ignored.js: line 32, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 34, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 34, col 53, ['username'] is better written in dot notation. +build/public/templates/account/ignored.js: line 36, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 38, col 122, Line is too long. +build/public/templates/account/ignored.js: line 39, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 39, col 49, ['status'] is better written in dot notation. +build/public/templates/account/ignored.js: line 41, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 41, col 49, ['status'] is better written in dot notation. +build/public/templates/account/ignored.js: line 43, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 43, col 41, ['loggedIn'] is better written in dot notation. +build/public/templates/account/ignored.js: line 45, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 45, col 45, ['isSelf'] is better written in dot notation. +build/public/templates/account/ignored.js: line 48, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 48, col 49, ['isFollowing'] is better written in dot notation. +build/public/templates/account/ignored.js: line 52, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 52, col 49, ['isFollowing'] is better written in dot notation. +build/public/templates/account/ignored.js: line 55, col 137, Line is too long. +build/public/templates/account/ignored.js: line 59, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 59, col 41, ['allowCoverPicture'] is better written in dot notation. +build/public/templates/account/ignored.js: line 61, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 61, col 45, ['canEdit'] is better written in dot notation. +build/public/templates/account/ignored.js: line 62, col 485, Line is too long. +build/public/templates/account/ignored.js: line 66, col 331, Line is too long. +build/public/templates/account/ignored.js: line 67, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 67, col 41, ['loggedIn'] is better written in dot notation. +build/public/templates/account/ignored.js: line 69, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 69, col 45, ['isSelf'] is better written in dot notation. +build/public/templates/account/ignored.js: line 72, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 72, col 49, ['banned'] is better written in dot notation. +build/public/templates/account/ignored.js: line 75, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 75, col 53, ['canChat'] is better written in dot notation. +build/public/templates/account/ignored.js: line 77, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 77, col 57, ['hasPrivateChat'] is better written in dot notation. +build/public/templates/account/ignored.js: line 80, col 133, Line is too long. +build/public/templates/account/ignored.js: line 81, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 81, col 65, ['username'] is better written in dot notation. +build/public/templates/account/ignored.js: line 82, col 157, Line is too long. +build/public/templates/account/ignored.js: line 83, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 83, col 65, ['username'] is better written in dot notation. +build/public/templates/account/ignored.js: line 87, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 87, col 53, ['flagId'] is better written in dot notation. +build/public/templates/account/ignored.js: line 90, col 147, Line is too long. +build/public/templates/account/ignored.js: line 91, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 91, col 53, ['flagId'] is better written in dot notation. +build/public/templates/account/ignored.js: line 94, col 130, Line is too long. +build/public/templates/account/ignored.js: line 95, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 95, col 61, ['flagId'] is better written in dot notation. +build/public/templates/account/ignored.js: line 97, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 97, col 53, ['isBlocked'] is better written in dot notation. +build/public/templates/account/ignored.js: line 100, col 146, Line is too long. +build/public/templates/account/ignored.js: line 101, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 101, col 53, ['isBlocked'] is better written in dot notation. +build/public/templates/account/ignored.js: line 104, col 177, Line is too long. +build/public/templates/account/ignored.js: line 109, col 116, Line is too long. +build/public/templates/account/ignored.js: line 109, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 109, col 49, ['config'] is better written in dot notation. +build/public/templates/account/ignored.js: line 109, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 109, col 78, ['config'] is better written in dot notation. +build/public/templates/account/ignored.js: line 109, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/ignored.js: line 111, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 111, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/ignored.js: line 112, col 101, Line is too long. +build/public/templates/account/ignored.js: line 113, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 113, col 41, ['canEdit'] is better written in dot notation. +build/public/templates/account/ignored.js: line 115, col 120, Line is too long. +build/public/templates/account/ignored.js: line 115, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 115, col 53, ['config'] is better written in dot notation. +build/public/templates/account/ignored.js: line 115, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 115, col 82, ['config'] is better written in dot notation. +build/public/templates/account/ignored.js: line 115, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/ignored.js: line 117, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 117, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/ignored.js: line 118, col 103, Line is too long. +build/public/templates/account/ignored.js: line 119, col 120, Line is too long. +build/public/templates/account/ignored.js: line 119, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 119, col 53, ['config'] is better written in dot notation. +build/public/templates/account/ignored.js: line 119, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 119, col 82, ['config'] is better written in dot notation. +build/public/templates/account/ignored.js: line 119, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/ignored.js: line 121, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 121, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/ignored.js: line 125, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 125, col 41, ['isSelf'] is better written in dot notation. +build/public/templates/account/ignored.js: line 128, col 122, Line is too long. +build/public/templates/account/ignored.js: line 128, col 30, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 128, col 46, ['canBan'] is better written in dot notation. +build/public/templates/account/ignored.js: line 128, col 85, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 128, col 101, ['canMute'] is better written in dot notation. +build/public/templates/account/ignored.js: line 129, col 140, Line is too long. +build/public/templates/account/ignored.js: line 132, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 132, col 45, ['canBan'] is better written in dot notation. +build/public/templates/account/ignored.js: line 134, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 134, col 49, ['banned'] is better written in dot notation. +build/public/templates/account/ignored.js: line 137, col 151, Line is too long. +build/public/templates/account/ignored.js: line 138, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 138, col 49, ['banned'] is better written in dot notation. +build/public/templates/account/ignored.js: line 141, col 142, Line is too long. +build/public/templates/account/ignored.js: line 144, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 144, col 45, ['canMute'] is better written in dot notation. +build/public/templates/account/ignored.js: line 146, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 146, col 49, ['muted'] is better written in dot notation. +build/public/templates/account/ignored.js: line 149, col 153, Line is too long. +build/public/templates/account/ignored.js: line 150, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 150, col 49, ['muted'] is better written in dot notation. +build/public/templates/account/ignored.js: line 153, col 144, Line is too long. +build/public/templates/account/ignored.js: line 156, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 156, col 45, ['isAdmin'] is better written in dot notation. +build/public/templates/account/ignored.js: line 157, col 398, Line is too long. +build/public/templates/account/ignored.js: line 160, col 158, Line is too long. +build/public/templates/account/ignored.js: line 161, col 116, Line is too long. +build/public/templates/account/ignored.js: line 161, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 161, col 49, ['config'] is better written in dot notation. +build/public/templates/account/ignored.js: line 161, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 161, col 78, ['config'] is better written in dot notation. +build/public/templates/account/ignored.js: line 161, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/ignored.js: line 163, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 163, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/ignored.js: line 164, col 122, Line is too long. +build/public/templates/account/ignored.js: line 165, col 112, Line is too long. +build/public/templates/account/ignored.js: line 165, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 165, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/ignored.js: line 165, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 165, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/ignored.js: line 165, col 88, ['following'] is better written in dot notation. +build/public/templates/account/ignored.js: line 167, col 159, Line is too long. +build/public/templates/account/ignored.js: line 167, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 167, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/ignored.js: line 167, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 167, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/ignored.js: line 167, col 133, ['following'] is better written in dot notation. +build/public/templates/account/ignored.js: line 168, col 117, Line is too long. +build/public/templates/account/ignored.js: line 169, col 116, Line is too long. +build/public/templates/account/ignored.js: line 169, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 169, col 49, ['config'] is better written in dot notation. +build/public/templates/account/ignored.js: line 169, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 169, col 78, ['config'] is better written in dot notation. +build/public/templates/account/ignored.js: line 169, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/ignored.js: line 171, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 171, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/ignored.js: line 172, col 122, Line is too long. +build/public/templates/account/ignored.js: line 173, col 112, Line is too long. +build/public/templates/account/ignored.js: line 173, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 173, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/ignored.js: line 173, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 173, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/ignored.js: line 173, col 88, ['followers'] is better written in dot notation. +build/public/templates/account/ignored.js: line 175, col 159, Line is too long. +build/public/templates/account/ignored.js: line 175, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 175, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/ignored.js: line 175, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 175, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/ignored.js: line 175, col 133, ['followers'] is better written in dot notation. +build/public/templates/account/ignored.js: line 177, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 177, col 41, ['canEdit'] is better written in dot notation. +build/public/templates/account/ignored.js: line 178, col 103, Line is too long. +build/public/templates/account/ignored.js: line 179, col 120, Line is too long. +build/public/templates/account/ignored.js: line 179, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 179, col 53, ['config'] is better written in dot notation. +build/public/templates/account/ignored.js: line 179, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 179, col 82, ['config'] is better written in dot notation. +build/public/templates/account/ignored.js: line 179, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/ignored.js: line 181, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 181, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/ignored.js: line 182, col 120, Line is too long. +build/public/templates/account/ignored.js: line 183, col 113, Line is too long. +build/public/templates/account/ignored.js: line 183, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 183, col 53, ['counts'] is better written in dot notation. +build/public/templates/account/ignored.js: line 183, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 183, col 82, ['counts'] is better written in dot notation. +build/public/templates/account/ignored.js: line 183, col 92, ['blocks'] is better written in dot notation. +build/public/templates/account/ignored.js: line 185, col 160, Line is too long. +build/public/templates/account/ignored.js: line 185, col 82, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 185, col 98, ['counts'] is better written in dot notation. +build/public/templates/account/ignored.js: line 185, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 185, col 127, ['counts'] is better written in dot notation. +build/public/templates/account/ignored.js: line 185, col 137, ['blocks'] is better written in dot notation. +build/public/templates/account/ignored.js: line 188, col 158, Line is too long. +build/public/templates/account/ignored.js: line 189, col 116, Line is too long. +build/public/templates/account/ignored.js: line 189, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 189, col 49, ['config'] is better written in dot notation. +build/public/templates/account/ignored.js: line 189, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 189, col 78, ['config'] is better written in dot notation. +build/public/templates/account/ignored.js: line 189, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/ignored.js: line 191, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 191, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/ignored.js: line 192, col 118, Line is too long. +build/public/templates/account/ignored.js: line 193, col 109, Line is too long. +build/public/templates/account/ignored.js: line 193, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 193, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/ignored.js: line 193, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 193, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/ignored.js: line 193, col 88, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 195, col 156, Line is too long. +build/public/templates/account/ignored.js: line 195, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 195, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/ignored.js: line 195, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 195, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/ignored.js: line 195, col 133, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 196, col 117, Line is too long. +build/public/templates/account/ignored.js: line 197, col 116, Line is too long. +build/public/templates/account/ignored.js: line 197, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 197, col 49, ['config'] is better written in dot notation. +build/public/templates/account/ignored.js: line 197, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 197, col 78, ['config'] is better written in dot notation. +build/public/templates/account/ignored.js: line 197, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/ignored.js: line 199, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 199, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/ignored.js: line 200, col 116, Line is too long. +build/public/templates/account/ignored.js: line 201, col 108, Line is too long. +build/public/templates/account/ignored.js: line 201, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 201, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/ignored.js: line 201, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 201, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/ignored.js: line 201, col 88, ['posts'] is better written in dot notation. +build/public/templates/account/ignored.js: line 203, col 155, Line is too long. +build/public/templates/account/ignored.js: line 203, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 203, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/ignored.js: line 203, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 203, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/ignored.js: line 203, col 133, ['posts'] is better written in dot notation. +build/public/templates/account/ignored.js: line 204, col 117, Line is too long. +build/public/templates/account/ignored.js: line 205, col 116, Line is too long. +build/public/templates/account/ignored.js: line 205, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 205, col 49, ['config'] is better written in dot notation. +build/public/templates/account/ignored.js: line 205, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 205, col 78, ['config'] is better written in dot notation. +build/public/templates/account/ignored.js: line 205, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/ignored.js: line 207, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 207, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/ignored.js: line 208, col 125, Line is too long. +build/public/templates/account/ignored.js: line 209, col 109, Line is too long. +build/public/templates/account/ignored.js: line 209, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 209, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/ignored.js: line 209, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 209, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/ignored.js: line 209, col 88, ['groups'] is better written in dot notation. +build/public/templates/account/ignored.js: line 211, col 156, Line is too long. +build/public/templates/account/ignored.js: line 211, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 211, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/ignored.js: line 211, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 211, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/ignored.js: line 211, col 133, ['groups'] is better written in dot notation. +build/public/templates/account/ignored.js: line 213, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 213, col 41, ['canEdit'] is better written in dot notation. +build/public/templates/account/ignored.js: line 214, col 103, Line is too long. +build/public/templates/account/ignored.js: line 215, col 120, Line is too long. +build/public/templates/account/ignored.js: line 215, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 215, col 53, ['config'] is better written in dot notation. +build/public/templates/account/ignored.js: line 215, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 215, col 82, ['config'] is better written in dot notation. +build/public/templates/account/ignored.js: line 215, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/ignored.js: line 217, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 217, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/ignored.js: line 218, col 136, Line is too long. +build/public/templates/account/ignored.js: line 219, col 124, Line is too long. +build/public/templates/account/ignored.js: line 219, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 219, col 53, ['counts'] is better written in dot notation. +build/public/templates/account/ignored.js: line 219, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 219, col 82, ['counts'] is better written in dot notation. +build/public/templates/account/ignored.js: line 219, col 92, ['categoriesWatched'] is better written in dot notation. +build/public/templates/account/ignored.js: line 221, col 171, Line is too long. +build/public/templates/account/ignored.js: line 221, col 82, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 221, col 98, ['counts'] is better written in dot notation. +build/public/templates/account/ignored.js: line 221, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 221, col 127, ['counts'] is better written in dot notation. +build/public/templates/account/ignored.js: line 221, col 137, ['categoriesWatched'] is better written in dot notation. +build/public/templates/account/ignored.js: line 223, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 223, col 45, ['isSelf'] is better written in dot notation. +build/public/templates/account/ignored.js: line 224, col 107, Line is too long. +build/public/templates/account/ignored.js: line 225, col 124, Line is too long. +build/public/templates/account/ignored.js: line 225, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 225, col 57, ['config'] is better written in dot notation. +build/public/templates/account/ignored.js: line 225, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 225, col 86, ['config'] is better written in dot notation. +build/public/templates/account/ignored.js: line 225, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/account/ignored.js: line 227, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 227, col 57, ['userslug'] is better written in dot notation. +build/public/templates/account/ignored.js: line 228, col 130, Line is too long. +build/public/templates/account/ignored.js: line 229, col 122, Line is too long. +build/public/templates/account/ignored.js: line 229, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 229, col 57, ['counts'] is better written in dot notation. +build/public/templates/account/ignored.js: line 229, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 229, col 86, ['counts'] is better written in dot notation. +build/public/templates/account/ignored.js: line 229, col 96, ['tagsWatched'] is better written in dot notation. +build/public/templates/account/ignored.js: line 231, col 169, Line is too long. +build/public/templates/account/ignored.js: line 231, col 86, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 231, col 102, ['counts'] is better written in dot notation. +build/public/templates/account/ignored.js: line 231, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 231, col 131, ['counts'] is better written in dot notation. +build/public/templates/account/ignored.js: line 231, col 141, ['tagsWatched'] is better written in dot notation. +build/public/templates/account/ignored.js: line 234, col 105, Line is too long. +build/public/templates/account/ignored.js: line 235, col 120, Line is too long. +build/public/templates/account/ignored.js: line 235, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 235, col 53, ['config'] is better written in dot notation. +build/public/templates/account/ignored.js: line 235, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 235, col 82, ['config'] is better written in dot notation. +build/public/templates/account/ignored.js: line 235, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/ignored.js: line 237, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 237, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/ignored.js: line 238, col 124, Line is too long. +build/public/templates/account/ignored.js: line 239, col 115, Line is too long. +build/public/templates/account/ignored.js: line 239, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 239, col 53, ['counts'] is better written in dot notation. +build/public/templates/account/ignored.js: line 239, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 239, col 82, ['counts'] is better written in dot notation. +build/public/templates/account/ignored.js: line 239, col 92, ['uploaded'] is better written in dot notation. +build/public/templates/account/ignored.js: line 241, col 162, Line is too long. +build/public/templates/account/ignored.js: line 241, col 82, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 241, col 98, ['counts'] is better written in dot notation. +build/public/templates/account/ignored.js: line 241, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 241, col 127, ['counts'] is better written in dot notation. +build/public/templates/account/ignored.js: line 241, col 137, ['uploaded'] is better written in dot notation. +build/public/templates/account/ignored.js: line 245, col 22, ['profile_links'] is better written in dot notation. +build/public/templates/account/ignored.js: line 246, col 224, Line is too long. +build/public/templates/account/ignored.js: line 247, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 247, col 41, ['showSort'] is better written in dot notation. +build/public/templates/account/ignored.js: line 248, col 369, Line is too long. +build/public/templates/account/ignored.js: line 249, col 26, ['sortOptions'] is better written in dot notation. +build/public/templates/account/ignored.js: line 253, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 253, col 41, ['canEdit'] is better written in dot notation. +build/public/templates/account/ignored.js: line 255, col 120, Line is too long. +build/public/templates/account/ignored.js: line 255, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 255, col 53, ['config'] is better written in dot notation. +build/public/templates/account/ignored.js: line 255, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 255, col 82, ['config'] is better written in dot notation. +build/public/templates/account/ignored.js: line 255, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/ignored.js: line 257, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 257, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/ignored.js: line 259, col 115, Line is too long. +build/public/templates/account/ignored.js: line 259, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 259, col 45, ['template'] is better written in dot notation. +build/public/templates/account/ignored.js: line 259, col 60, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 259, col 76, ['template'] is better written in dot notation. +build/public/templates/account/ignored.js: line 263, col 120, Line is too long. +build/public/templates/account/ignored.js: line 263, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 263, col 53, ['config'] is better written in dot notation. +build/public/templates/account/ignored.js: line 263, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 263, col 82, ['config'] is better written in dot notation. +build/public/templates/account/ignored.js: line 263, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/ignored.js: line 265, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 265, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/ignored.js: line 267, col 116, Line is too long. +build/public/templates/account/ignored.js: line 267, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 267, col 45, ['template'] is better written in dot notation. +build/public/templates/account/ignored.js: line 267, col 60, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 267, col 76, ['template'] is better written in dot notation. +build/public/templates/account/ignored.js: line 271, col 120, Line is too long. +build/public/templates/account/ignored.js: line 271, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 271, col 53, ['config'] is better written in dot notation. +build/public/templates/account/ignored.js: line 271, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 271, col 82, ['config'] is better written in dot notation. +build/public/templates/account/ignored.js: line 271, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/ignored.js: line 273, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 273, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/ignored.js: line 275, col 116, Line is too long. +build/public/templates/account/ignored.js: line 275, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 275, col 45, ['template'] is better written in dot notation. +build/public/templates/account/ignored.js: line 275, col 60, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 275, col 76, ['template'] is better written in dot notation. +build/public/templates/account/ignored.js: line 279, col 120, Line is too long. +build/public/templates/account/ignored.js: line 279, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 279, col 53, ['config'] is better written in dot notation. +build/public/templates/account/ignored.js: line 279, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 279, col 82, ['config'] is better written in dot notation. +build/public/templates/account/ignored.js: line 279, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/ignored.js: line 281, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 281, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/ignored.js: line 283, col 113, Line is too long. +build/public/templates/account/ignored.js: line 283, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 283, col 45, ['template'] is better written in dot notation. +build/public/templates/account/ignored.js: line 283, col 60, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 283, col 76, ['template'] is better written in dot notation. +build/public/templates/account/ignored.js: line 289, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 289, col 41, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 289, col 54, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 289, col 70, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 289, col 80, ['length'] is better written in dot notation. +build/public/templates/account/ignored.js: line 292, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 292, col 53, ['noItemsFoundKey'] is better written in dot notation. +build/public/templates/account/ignored.js: line 294, col 173, Line is too long. +build/public/templates/account/ignored.js: line 295, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 295, col 49, ['nextStart'] is better written in dot notation. +build/public/templates/account/ignored.js: line 297, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 297, col 49, ['set'] is better written in dot notation. +build/public/templates/account/ignored.js: line 299, col 22, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 301, col 106, Line is too long. +build/public/templates/account/ignored.js: line 301, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 301, col 41, ['config'] is better written in dot notation. +build/public/templates/account/ignored.js: line 301, col 54, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 301, col 70, ['config'] is better written in dot notation. +build/public/templates/account/ignored.js: line 301, col 80, ['usePagination'] is better written in dot notation. +build/public/templates/account/ignored.js: line 303, col 162, Line is too long. +build/public/templates/account/ignored.js: line 303, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 303, col 45, ['pagination'] is better written in dot notation. +build/public/templates/account/ignored.js: line 303, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 303, col 78, ['pagination'] is better written in dot notation. +build/public/templates/account/ignored.js: line 303, col 92, ['pages'] is better written in dot notation. +build/public/templates/account/ignored.js: line 303, col 104, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 303, col 120, ['pagination'] is better written in dot notation. +build/public/templates/account/ignored.js: line 303, col 134, ['pages'] is better written in dot notation. +build/public/templates/account/ignored.js: line 303, col 143, ['length'] is better written in dot notation. +build/public/templates/account/ignored.js: line 306, col 159, Line is too long. +build/public/templates/account/ignored.js: line 307, col 160, Line is too long. +build/public/templates/account/ignored.js: line 307, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 307, col 45, ['pagination'] is better written in dot notation. +build/public/templates/account/ignored.js: line 307, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 307, col 78, ['pagination'] is better written in dot notation. +build/public/templates/account/ignored.js: line 307, col 92, ['prev'] is better written in dot notation. +build/public/templates/account/ignored.js: line 307, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 307, col 119, ['pagination'] is better written in dot notation. +build/public/templates/account/ignored.js: line 307, col 133, ['prev'] is better written in dot notation. +build/public/templates/account/ignored.js: line 307, col 141, ['active'] is better written in dot notation. +build/public/templates/account/ignored.js: line 311, col 166, Line is too long. +build/public/templates/account/ignored.js: line 311, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 311, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/ignored.js: line 311, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 311, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/ignored.js: line 311, col 100, ['prev'] is better written in dot notation. +build/public/templates/account/ignored.js: line 311, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 311, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/ignored.js: line 311, col 141, ['prev'] is better written in dot notation. +build/public/templates/account/ignored.js: line 311, col 149, ['qs'] is better written in dot notation. +build/public/templates/account/ignored.js: line 313, col 168, Line is too long. +build/public/templates/account/ignored.js: line 313, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 313, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/ignored.js: line 313, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 313, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/ignored.js: line 313, col 100, ['prev'] is better written in dot notation. +build/public/templates/account/ignored.js: line 313, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 313, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/ignored.js: line 313, col 141, ['prev'] is better written in dot notation. +build/public/templates/account/ignored.js: line 313, col 149, ['page'] is better written in dot notation. +build/public/templates/account/ignored.js: line 314, col 118, Line is too long. +build/public/templates/account/ignored.js: line 317, col 160, Line is too long. +build/public/templates/account/ignored.js: line 317, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 317, col 45, ['pagination'] is better written in dot notation. +build/public/templates/account/ignored.js: line 317, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 317, col 78, ['pagination'] is better written in dot notation. +build/public/templates/account/ignored.js: line 317, col 92, ['next'] is better written in dot notation. +build/public/templates/account/ignored.js: line 317, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 317, col 119, ['pagination'] is better written in dot notation. +build/public/templates/account/ignored.js: line 317, col 133, ['next'] is better written in dot notation. +build/public/templates/account/ignored.js: line 317, col 141, ['active'] is better written in dot notation. +build/public/templates/account/ignored.js: line 321, col 166, Line is too long. +build/public/templates/account/ignored.js: line 321, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 321, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/ignored.js: line 321, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 321, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/ignored.js: line 321, col 100, ['next'] is better written in dot notation. +build/public/templates/account/ignored.js: line 321, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 321, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/ignored.js: line 321, col 141, ['next'] is better written in dot notation. +build/public/templates/account/ignored.js: line 321, col 149, ['qs'] is better written in dot notation. +build/public/templates/account/ignored.js: line 323, col 168, Line is too long. +build/public/templates/account/ignored.js: line 323, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 323, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/ignored.js: line 323, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 323, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/ignored.js: line 323, col 100, ['next'] is better written in dot notation. +build/public/templates/account/ignored.js: line 323, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 323, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/ignored.js: line 323, col 141, ['next'] is better written in dot notation. +build/public/templates/account/ignored.js: line 323, col 149, ['page'] is better written in dot notation. +build/public/templates/account/ignored.js: line 324, col 228, Line is too long. +build/public/templates/account/ignored.js: line 325, col 160, Line is too long. +build/public/templates/account/ignored.js: line 325, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 325, col 45, ['pagination'] is better written in dot notation. +build/public/templates/account/ignored.js: line 325, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 325, col 78, ['pagination'] is better written in dot notation. +build/public/templates/account/ignored.js: line 325, col 92, ['prev'] is better written in dot notation. +build/public/templates/account/ignored.js: line 325, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 325, col 119, ['pagination'] is better written in dot notation. +build/public/templates/account/ignored.js: line 325, col 133, ['prev'] is better written in dot notation. +build/public/templates/account/ignored.js: line 325, col 141, ['active'] is better written in dot notation. +build/public/templates/account/ignored.js: line 329, col 168, Line is too long. +build/public/templates/account/ignored.js: line 329, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 329, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/ignored.js: line 329, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 329, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/ignored.js: line 329, col 100, ['first'] is better written in dot notation. +build/public/templates/account/ignored.js: line 329, col 112, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 329, col 128, ['pagination'] is better written in dot notation. +build/public/templates/account/ignored.js: line 329, col 142, ['first'] is better written in dot notation. +build/public/templates/account/ignored.js: line 329, col 151, ['qs'] is better written in dot notation. +build/public/templates/account/ignored.js: line 330, col 162, Line is too long. +build/public/templates/account/ignored.js: line 331, col 160, Line is too long. +build/public/templates/account/ignored.js: line 331, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 331, col 45, ['pagination'] is better written in dot notation. +build/public/templates/account/ignored.js: line 331, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 331, col 78, ['pagination'] is better written in dot notation. +build/public/templates/account/ignored.js: line 331, col 92, ['prev'] is better written in dot notation. +build/public/templates/account/ignored.js: line 331, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 331, col 119, ['pagination'] is better written in dot notation. +build/public/templates/account/ignored.js: line 331, col 133, ['prev'] is better written in dot notation. +build/public/templates/account/ignored.js: line 331, col 141, ['active'] is better written in dot notation. +build/public/templates/account/ignored.js: line 335, col 166, Line is too long. +build/public/templates/account/ignored.js: line 335, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 335, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/ignored.js: line 335, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 335, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/ignored.js: line 335, col 100, ['prev'] is better written in dot notation. +build/public/templates/account/ignored.js: line 335, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 335, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/ignored.js: line 335, col 141, ['prev'] is better written in dot notation. +build/public/templates/account/ignored.js: line 335, col 149, ['qs'] is better written in dot notation. +build/public/templates/account/ignored.js: line 337, col 168, Line is too long. +build/public/templates/account/ignored.js: line 337, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 337, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/ignored.js: line 337, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 337, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/ignored.js: line 337, col 100, ['prev'] is better written in dot notation. +build/public/templates/account/ignored.js: line 337, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 337, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/ignored.js: line 337, col 141, ['prev'] is better written in dot notation. +build/public/templates/account/ignored.js: line 337, col 149, ['page'] is better written in dot notation. +build/public/templates/account/ignored.js: line 338, col 280, Line is too long. +build/public/templates/account/ignored.js: line 339, col 126, Line is too long. +build/public/templates/account/ignored.js: line 339, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 339, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/ignored.js: line 339, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 339, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/ignored.js: line 339, col 100, ['currentPage'] is better written in dot notation. +build/public/templates/account/ignored.js: line 341, col 124, Line is too long. +build/public/templates/account/ignored.js: line 341, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 341, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/ignored.js: line 341, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 341, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/ignored.js: line 341, col 100, ['pageCount'] is better written in dot notation. +build/public/templates/account/ignored.js: line 343, col 160, Line is too long. +build/public/templates/account/ignored.js: line 343, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 343, col 45, ['pagination'] is better written in dot notation. +build/public/templates/account/ignored.js: line 343, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 343, col 78, ['pagination'] is better written in dot notation. +build/public/templates/account/ignored.js: line 343, col 92, ['next'] is better written in dot notation. +build/public/templates/account/ignored.js: line 343, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 343, col 119, ['pagination'] is better written in dot notation. +build/public/templates/account/ignored.js: line 343, col 133, ['next'] is better written in dot notation. +build/public/templates/account/ignored.js: line 343, col 141, ['active'] is better written in dot notation. +build/public/templates/account/ignored.js: line 347, col 166, Line is too long. +build/public/templates/account/ignored.js: line 347, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 347, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/ignored.js: line 347, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 347, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/ignored.js: line 347, col 100, ['next'] is better written in dot notation. +build/public/templates/account/ignored.js: line 347, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 347, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/ignored.js: line 347, col 141, ['next'] is better written in dot notation. +build/public/templates/account/ignored.js: line 347, col 149, ['qs'] is better written in dot notation. +build/public/templates/account/ignored.js: line 349, col 168, Line is too long. +build/public/templates/account/ignored.js: line 349, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 349, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/ignored.js: line 349, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 349, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/ignored.js: line 349, col 100, ['next'] is better written in dot notation. +build/public/templates/account/ignored.js: line 349, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 349, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/ignored.js: line 349, col 141, ['next'] is better written in dot notation. +build/public/templates/account/ignored.js: line 349, col 149, ['page'] is better written in dot notation. +build/public/templates/account/ignored.js: line 350, col 140, Line is too long. +build/public/templates/account/ignored.js: line 351, col 160, Line is too long. +build/public/templates/account/ignored.js: line 351, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 351, col 45, ['pagination'] is better written in dot notation. +build/public/templates/account/ignored.js: line 351, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 351, col 78, ['pagination'] is better written in dot notation. +build/public/templates/account/ignored.js: line 351, col 92, ['next'] is better written in dot notation. +build/public/templates/account/ignored.js: line 351, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 351, col 119, ['pagination'] is better written in dot notation. +build/public/templates/account/ignored.js: line 351, col 133, ['next'] is better written in dot notation. +build/public/templates/account/ignored.js: line 351, col 141, ['active'] is better written in dot notation. +build/public/templates/account/ignored.js: line 355, col 166, Line is too long. +build/public/templates/account/ignored.js: line 355, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 355, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/ignored.js: line 355, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 355, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/ignored.js: line 355, col 100, ['last'] is better written in dot notation. +build/public/templates/account/ignored.js: line 355, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 355, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/ignored.js: line 355, col 141, ['last'] is better written in dot notation. +build/public/templates/account/ignored.js: line 355, col 149, ['qs'] is better written in dot notation. +build/public/templates/account/ignored.js: line 357, col 124, Line is too long. +build/public/templates/account/ignored.js: line 357, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 357, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/ignored.js: line 357, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 357, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/ignored.js: line 357, col 100, ['pageCount'] is better written in dot notation. +build/public/templates/account/ignored.js: line 358, col 128, Line is too long. +build/public/templates/account/ignored.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/account/ignored.js: line 367, col 119, Line is too long. +build/public/templates/account/ignored.js: line 367, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 367, col 52, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/ignored.js: line 373, col 133, Line is too long. +build/public/templates/account/ignored.js: line 380, col 156, Line is too long. +build/public/templates/account/ignored.js: line 380, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 380, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/ignored.js: line 380, col 63, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 380, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/ignored.js: line 380, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 380, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/ignored.js: line 380, col 140, ['url'] is better written in dot notation. +build/public/templates/account/ignored.js: line 382, col 170, Line is too long. +build/public/templates/account/ignored.js: line 382, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 382, col 57, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/ignored.js: line 382, col 75, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 382, col 91, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/ignored.js: line 382, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 382, col 131, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/ignored.js: line 382, col 152, ['url'] is better written in dot notation. +build/public/templates/account/ignored.js: line 386, col 167, Line is too long. +build/public/templates/account/ignored.js: line 386, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 386, col 53, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/ignored.js: line 386, col 71, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 386, col 87, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/ignored.js: line 386, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 386, col 127, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/ignored.js: line 386, col 148, ['text'] is better written in dot notation. +build/public/templates/account/ignored.js: line 390, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 393, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 393, col 53, ['rssFeedUrl'] is better written in dot notation. +build/public/templates/account/ignored.js: line 395, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 395, col 65, ['rssFeedUrl'] is better written in dot notation. +build/public/templates/account/ignored.js: line 401, col 156, Line is too long. +build/public/templates/account/ignored.js: line 401, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 401, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/ignored.js: line 401, col 63, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 401, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/ignored.js: line 401, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 401, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/ignored.js: line 401, col 140, ['url'] is better written in dot notation. +build/public/templates/account/ignored.js: line 368, col 13, 'key' is defined but never used. +build/public/templates/account/ignored.js: line 367, col 112, 'value' is defined but never used. +build/public/templates/account/ignored.js: line 366, col 11, 'value' is defined but never used. +build/public/templates/account/ignored.js: line 364, col 72, 'helper' is defined but never used. +build/public/templates/account/ignored.js: line 412, col 155, Line is too long. +build/public/templates/account/ignored.js: line 412, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 412, col 52, ['widgets'] is better written in dot notation. +build/public/templates/account/ignored.js: line 412, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 412, col 82, ['widgets'] is better written in dot notation. +build/public/templates/account/ignored.js: line 412, col 93, ['header'] is better written in dot notation. +build/public/templates/account/ignored.js: line 415, col 205, Line is too long. +build/public/templates/account/ignored.js: line 415, col 28, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 415, col 44, ['widgets'] is better written in dot notation. +build/public/templates/account/ignored.js: line 415, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 415, col 74, ['widgets'] is better written in dot notation. +build/public/templates/account/ignored.js: line 415, col 85, ['header'] is better written in dot notation. +build/public/templates/account/ignored.js: line 415, col 98, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 415, col 114, ['widgets'] is better written in dot notation. +build/public/templates/account/ignored.js: line 415, col 125, ['header'] is better written in dot notation. +build/public/templates/account/ignored.js: line 415, col 144, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 415, col 160, ['widgets'] is better written in dot notation. +build/public/templates/account/ignored.js: line 415, col 171, ['header'] is better written in dot notation. +build/public/templates/account/ignored.js: line 415, col 187, ['html'] is better written in dot notation. +build/public/templates/account/ignored.js: line 413, col 13, 'key' is defined but never used. +build/public/templates/account/ignored.js: line 412, col 148, 'value' is defined but never used. +build/public/templates/account/ignored.js: line 412, col 140, 'length' is defined but never used. +build/public/templates/account/ignored.js: line 412, col 133, 'index' is defined but never used. +build/public/templates/account/ignored.js: line 410, col 11, '__escape' is defined but never used. +build/public/templates/account/ignored.js: line 411, col 11, 'value' is defined but never used. +build/public/templates/account/ignored.js: line 409, col 77, 'helper' is defined but never used. +build/public/templates/account/ignored.js: line 424, col 121, Line is too long. +build/public/templates/account/ignored.js: line 424, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 424, col 52, ['profile_links'] is better written in dot notation. +build/public/templates/account/ignored.js: line 431, col 171, Line is too long. +build/public/templates/account/ignored.js: line 431, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 431, col 53, ['profile_links'] is better written in dot notation. +build/public/templates/account/ignored.js: line 431, col 73, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 431, col 89, ['profile_links'] is better written in dot notation. +build/public/templates/account/ignored.js: line 431, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 431, col 131, ['profile_links'] is better written in dot notation. +build/public/templates/account/ignored.js: line 431, col 154, ['id'] is better written in dot notation. +build/public/templates/account/ignored.js: line 433, col 165, Line is too long. +build/public/templates/account/ignored.js: line 433, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 433, col 45, ['profile_links'] is better written in dot notation. +build/public/templates/account/ignored.js: line 433, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 433, col 81, ['profile_links'] is better written in dot notation. +build/public/templates/account/ignored.js: line 433, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 433, col 123, ['profile_links'] is better written in dot notation. +build/public/templates/account/ignored.js: line 433, col 146, ['public'] is better written in dot notation. +build/public/templates/account/ignored.js: line 437, col 120, Line is too long. +build/public/templates/account/ignored.js: line 437, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 437, col 53, ['config'] is better written in dot notation. +build/public/templates/account/ignored.js: line 437, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 437, col 82, ['config'] is better written in dot notation. +build/public/templates/account/ignored.js: line 437, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/ignored.js: line 439, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 439, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/ignored.js: line 441, col 174, Line is too long. +build/public/templates/account/ignored.js: line 441, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 441, col 53, ['profile_links'] is better written in dot notation. +build/public/templates/account/ignored.js: line 441, col 73, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 441, col 89, ['profile_links'] is better written in dot notation. +build/public/templates/account/ignored.js: line 441, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 441, col 131, ['profile_links'] is better written in dot notation. +build/public/templates/account/ignored.js: line 441, col 154, ['route'] is better written in dot notation. +build/public/templates/account/ignored.js: line 443, col 163, Line is too long. +build/public/templates/account/ignored.js: line 443, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 443, col 45, ['profile_links'] is better written in dot notation. +build/public/templates/account/ignored.js: line 443, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 443, col 81, ['profile_links'] is better written in dot notation. +build/public/templates/account/ignored.js: line 443, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 443, col 123, ['profile_links'] is better written in dot notation. +build/public/templates/account/ignored.js: line 443, col 146, ['icon'] is better written in dot notation. +build/public/templates/account/ignored.js: line 445, col 177, Line is too long. +build/public/templates/account/ignored.js: line 445, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 445, col 57, ['profile_links'] is better written in dot notation. +build/public/templates/account/ignored.js: line 445, col 77, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 445, col 93, ['profile_links'] is better written in dot notation. +build/public/templates/account/ignored.js: line 445, col 119, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 445, col 135, ['profile_links'] is better written in dot notation. +build/public/templates/account/ignored.js: line 445, col 158, ['icon'] is better written in dot notation. +build/public/templates/account/ignored.js: line 448, col 173, Line is too long. +build/public/templates/account/ignored.js: line 448, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 448, col 53, ['profile_links'] is better written in dot notation. +build/public/templates/account/ignored.js: line 448, col 73, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 448, col 89, ['profile_links'] is better written in dot notation. +build/public/templates/account/ignored.js: line 448, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 448, col 131, ['profile_links'] is better written in dot notation. +build/public/templates/account/ignored.js: line 448, col 154, ['name'] is better written in dot notation. +build/public/templates/account/ignored.js: line 425, col 13, 'key' is defined but never used. +build/public/templates/account/ignored.js: line 424, col 114, 'value' is defined but never used. +build/public/templates/account/ignored.js: line 424, col 106, 'length' is defined but never used. +build/public/templates/account/ignored.js: line 423, col 11, 'value' is defined but never used. +build/public/templates/account/ignored.js: line 421, col 76, 'helper' is defined but never used. +build/public/templates/account/ignored.js: line 457, col 119, Line is too long. +build/public/templates/account/ignored.js: line 457, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 457, col 52, ['sortOptions'] is better written in dot notation. +build/public/templates/account/ignored.js: line 459, col 104, Line is too long. +build/public/templates/account/ignored.js: line 460, col 120, Line is too long. +build/public/templates/account/ignored.js: line 460, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 460, col 53, ['config'] is better written in dot notation. +build/public/templates/account/ignored.js: line 460, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 460, col 82, ['config'] is better written in dot notation. +build/public/templates/account/ignored.js: line 460, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/ignored.js: line 461, col 166, Line is too long. +build/public/templates/account/ignored.js: line 461, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 461, col 53, ['sortOptions'] is better written in dot notation. +build/public/templates/account/ignored.js: line 461, col 71, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 461, col 87, ['sortOptions'] is better written in dot notation. +build/public/templates/account/ignored.js: line 461, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 461, col 127, ['sortOptions'] is better written in dot notation. +build/public/templates/account/ignored.js: line 461, col 148, ['url'] is better written in dot notation. +build/public/templates/account/ignored.js: line 463, col 167, Line is too long. +build/public/templates/account/ignored.js: line 463, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 463, col 53, ['sortOptions'] is better written in dot notation. +build/public/templates/account/ignored.js: line 463, col 71, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 463, col 87, ['sortOptions'] is better written in dot notation. +build/public/templates/account/ignored.js: line 463, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 463, col 127, ['sortOptions'] is better written in dot notation. +build/public/templates/account/ignored.js: line 463, col 148, ['name'] is better written in dot notation. +build/public/templates/account/ignored.js: line 465, col 161, Line is too long. +build/public/templates/account/ignored.js: line 465, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 465, col 45, ['sortOptions'] is better written in dot notation. +build/public/templates/account/ignored.js: line 465, col 63, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 465, col 79, ['sortOptions'] is better written in dot notation. +build/public/templates/account/ignored.js: line 465, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 465, col 119, ['sortOptions'] is better written in dot notation. +build/public/templates/account/ignored.js: line 465, col 140, ['selected'] is better written in dot notation. +build/public/templates/account/ignored.js: line 458, col 13, 'key' is defined but never used. +build/public/templates/account/ignored.js: line 457, col 112, 'value' is defined but never used. +build/public/templates/account/ignored.js: line 457, col 104, 'length' is defined but never used. +build/public/templates/account/ignored.js: line 457, col 97, 'index' is defined but never used. +build/public/templates/account/ignored.js: line 456, col 11, 'value' is defined but never used. +build/public/templates/account/ignored.js: line 454, col 72, 'helper' is defined but never used. +build/public/templates/account/ignored.js: line 476, col 114, Line is too long. +build/public/templates/account/ignored.js: line 476, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 476, col 52, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 478, col 149, Line is too long. +build/public/templates/account/ignored.js: line 481, col 151, Line is too long. +build/public/templates/account/ignored.js: line 481, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 481, col 53, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 481, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 481, col 82, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 481, col 101, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 481, col 117, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 481, col 133, ['tid'] is better written in dot notation. +build/public/templates/account/ignored.js: line 483, col 153, Line is too long. +build/public/templates/account/ignored.js: line 483, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 483, col 53, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 483, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 483, col 82, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 483, col 101, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 483, col 117, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 483, col 133, ['index'] is better written in dot notation. +build/public/templates/account/ignored.js: line 485, col 151, Line is too long. +build/public/templates/account/ignored.js: line 485, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 485, col 53, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 485, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 485, col 82, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 485, col 101, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 485, col 117, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 485, col 133, ['cid'] is better written in dot notation. +build/public/templates/account/ignored.js: line 486, col 133, Line is too long. +build/public/templates/account/ignored.js: line 487, col 120, Line is too long. +build/public/templates/account/ignored.js: line 487, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 487, col 53, ['config'] is better written in dot notation. +build/public/templates/account/ignored.js: line 487, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 487, col 82, ['config'] is better written in dot notation. +build/public/templates/account/ignored.js: line 487, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/ignored.js: line 489, col 152, Line is too long. +build/public/templates/account/ignored.js: line 489, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 489, col 53, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 489, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 489, col 82, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 489, col 101, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 489, col 117, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 489, col 133, ['slug'] is better written in dot notation. +build/public/templates/account/ignored.js: line 491, col 194, Line is too long. +build/public/templates/account/ignored.js: line 491, col 76, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 491, col 92, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 491, col 105, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 491, col 121, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 491, col 140, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 491, col 156, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 491, col 172, ['title'] is better written in dot notation. +build/public/templates/account/ignored.js: line 492, col 120, Line is too long. +build/public/templates/account/ignored.js: line 493, col 199, Line is too long. +build/public/templates/account/ignored.js: line 493, col 76, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 493, col 92, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 493, col 105, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 493, col 121, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 493, col 140, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 493, col 156, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 493, col 172, ['index'] is better written in dot notation. +build/public/templates/account/ignored.js: line 495, col 153, Line is too long. +build/public/templates/account/ignored.js: line 495, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 495, col 53, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 495, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 495, col 82, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 495, col 101, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 495, col 117, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 495, col 133, ['index'] is better written in dot notation. +build/public/templates/account/ignored.js: line 497, col 153, Line is too long. +build/public/templates/account/ignored.js: line 497, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 497, col 53, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 497, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 497, col 82, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 497, col 101, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 497, col 117, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 497, col 133, ['index'] is better written in dot notation. +build/public/templates/account/ignored.js: line 498, col 129, Line is too long. +build/public/templates/account/ignored.js: line 499, col 162, Line is too long. +build/public/templates/account/ignored.js: line 499, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 499, col 45, ['config'] is better written in dot notation. +build/public/templates/account/ignored.js: line 499, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 499, col 74, ['config'] is better written in dot notation. +build/public/templates/account/ignored.js: line 499, col 84, ['theme'] is better written in dot notation. +build/public/templates/account/ignored.js: line 499, col 96, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 499, col 112, ['config'] is better written in dot notation. +build/public/templates/account/ignored.js: line 499, col 122, ['theme'] is better written in dot notation. +build/public/templates/account/ignored.js: line 499, col 131, ['mobileTopicTeasers'] is better written in dot notation. +build/public/templates/account/ignored.js: line 502, col 141, Line is too long. +build/public/templates/account/ignored.js: line 503, col 210, Line is too long. +build/public/templates/account/ignored.js: line 503, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 503, col 53, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 503, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 503, col 82, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 503, col 101, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 503, col 117, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 503, col 133, ['user'] is better written in dot notation. +build/public/templates/account/ignored.js: line 503, col 144, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 503, col 160, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 503, col 176, ['user'] is better written in dot notation. +build/public/templates/account/ignored.js: line 503, col 184, ['displayname'] is better written in dot notation. +build/public/templates/account/ignored.js: line 505, col 197, Line is too long. +build/public/templates/account/ignored.js: line 505, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 505, col 45, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 505, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 505, col 74, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 505, col 93, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 505, col 109, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 505, col 125, ['user'] is better written in dot notation. +build/public/templates/account/ignored.js: line 505, col 136, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 505, col 152, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 505, col 168, ['user'] is better written in dot notation. +build/public/templates/account/ignored.js: line 505, col 176, ['userslug'] is better written in dot notation. +build/public/templates/account/ignored.js: line 506, col 122, Line is too long. +build/public/templates/account/ignored.js: line 506, col 39, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 506, col 55, ['config'] is better written in dot notation. +build/public/templates/account/ignored.js: line 506, col 68, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 506, col 84, ['config'] is better written in dot notation. +build/public/templates/account/ignored.js: line 506, col 94, ['relative_path'] is better written in dot notation. +build/public/templates/account/ignored.js: line 508, col 210, Line is too long. +build/public/templates/account/ignored.js: line 508, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 508, col 57, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 508, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 508, col 86, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 508, col 105, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 508, col 121, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 508, col 137, ['user'] is better written in dot notation. +build/public/templates/account/ignored.js: line 508, col 148, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 508, col 164, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 508, col 180, ['user'] is better written in dot notation. +build/public/templates/account/ignored.js: line 508, col 188, ['userslug'] is better written in dot notation. +build/public/templates/account/ignored.js: line 511, col 254, Line is too long. +build/public/templates/account/ignored.js: line 511, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 511, col 94, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 511, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 511, col 123, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 511, col 142, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 511, col 158, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 511, col 174, ['user'] is better written in dot notation. +build/public/templates/account/ignored.js: line 511, col 217, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 513, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 513, col 45, ['showSelect'] is better written in dot notation. +build/public/templates/account/ignored.js: line 514, col 257, Line is too long. +build/public/templates/account/ignored.js: line 516, col 193, Line is too long. +build/public/templates/account/ignored.js: line 517, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 517, col 45, ['showSelect'] is better written in dot notation. +build/public/templates/account/ignored.js: line 521, col 146, Line is too long. +build/public/templates/account/ignored.js: line 521, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 521, col 45, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 521, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 521, col 74, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 521, col 93, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 521, col 109, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 521, col 125, ['noAnchor'] is better written in dot notation. +build/public/templates/account/ignored.js: line 523, col 122, Line is too long. +build/public/templates/account/ignored.js: line 523, col 39, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 523, col 55, ['config'] is better written in dot notation. +build/public/templates/account/ignored.js: line 523, col 68, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 523, col 84, ['config'] is better written in dot notation. +build/public/templates/account/ignored.js: line 523, col 94, ['relative_path'] is better written in dot notation. +build/public/templates/account/ignored.js: line 525, col 156, Line is too long. +build/public/templates/account/ignored.js: line 525, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 525, col 57, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 525, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 525, col 86, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 525, col 105, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 525, col 121, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 525, col 137, ['slug'] is better written in dot notation. +build/public/templates/account/ignored.js: line 526, col 150, Line is too long. +build/public/templates/account/ignored.js: line 526, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 526, col 49, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 526, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 526, col 78, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 526, col 97, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 526, col 113, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 526, col 129, ['bookmark'] is better written in dot notation. +build/public/templates/account/ignored.js: line 528, col 163, Line is too long. +build/public/templates/account/ignored.js: line 528, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 528, col 61, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 528, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 528, col 90, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 528, col 109, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 528, col 125, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 528, col 141, ['bookmark'] is better written in dot notation. +build/public/templates/account/ignored.js: line 531, col 153, Line is too long. +build/public/templates/account/ignored.js: line 531, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 531, col 53, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 531, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 531, col 82, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 531, col 101, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 531, col 117, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 531, col 133, ['title'] is better written in dot notation. +build/public/templates/account/ignored.js: line 532, col 201, Line is too long. +build/public/templates/account/ignored.js: line 533, col 146, Line is too long. +build/public/templates/account/ignored.js: line 533, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 533, col 45, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 533, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 533, col 74, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 533, col 93, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 533, col 109, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 533, col 125, ['followed'] is better written in dot notation. +build/public/templates/account/ignored.js: line 536, col 175, Line is too long. +build/public/templates/account/ignored.js: line 537, col 145, Line is too long. +build/public/templates/account/ignored.js: line 537, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 537, col 45, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 537, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 537, col 74, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 537, col 93, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 537, col 109, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 537, col 125, ['ignored'] is better written in dot notation. +build/public/templates/account/ignored.js: line 540, col 180, Line is too long. +build/public/templates/account/ignored.js: line 541, col 147, Line is too long. +build/public/templates/account/ignored.js: line 541, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 541, col 45, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 541, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 541, col 74, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 541, col 93, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 541, col 109, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 541, col 125, ['scheduled'] is better written in dot notation. +build/public/templates/account/ignored.js: line 544, col 176, Line is too long. +build/public/templates/account/ignored.js: line 545, col 285, Line is too long. +build/public/templates/account/ignored.js: line 545, col 30, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 545, col 46, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 545, col 59, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 545, col 75, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 545, col 94, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 545, col 110, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 545, col 126, ['scheduled'] is better written in dot notation. +build/public/templates/account/ignored.js: line 545, col 169, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 545, col 185, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 545, col 198, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 545, col 214, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 545, col 233, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 545, col 249, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 545, col 265, ['pinned'] is better written in dot notation. +build/public/templates/account/ignored.js: line 549, col 147, Line is too long. +build/public/templates/account/ignored.js: line 549, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 549, col 45, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 549, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 549, col 74, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 549, col 93, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 549, col 109, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 549, col 125, ['pinExpiry'] is better written in dot notation. +build/public/templates/account/ignored.js: line 551, col 311, Line is too long. +build/public/templates/account/ignored.js: line 551, col 92, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 551, col 108, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 551, col 121, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 551, col 137, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 551, col 156, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 551, col 172, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 551, col 188, ['pinExpiryISO'] is better written in dot notation. +build/public/templates/account/ignored.js: line 551, col 231, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 551, col 247, ['config'] is better written in dot notation. +build/public/templates/account/ignored.js: line 551, col 260, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 551, col 276, ['config'] is better written in dot notation. +build/public/templates/account/ignored.js: line 551, col 286, ['userLang'] is better written in dot notation. +build/public/templates/account/ignored.js: line 554, col 113, Line is too long. +build/public/templates/account/ignored.js: line 555, col 144, Line is too long. +build/public/templates/account/ignored.js: line 555, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 555, col 45, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 555, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 555, col 74, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 555, col 93, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 555, col 109, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 555, col 125, ['locked'] is better written in dot notation. +build/public/templates/account/ignored.js: line 558, col 169, Line is too long. +build/public/templates/account/ignored.js: line 559, col 144, Line is too long. +build/public/templates/account/ignored.js: line 559, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 559, col 45, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 559, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 559, col 74, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 559, col 93, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 559, col 109, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 559, col 125, ['oldCid'] is better written in dot notation. +build/public/templates/account/ignored.js: line 562, col 103, Line is too long. +build/public/templates/account/ignored.js: line 563, col 190, Line is too long. +build/public/templates/account/ignored.js: line 563, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 563, col 49, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 563, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 563, col 78, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 563, col 97, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 563, col 113, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 563, col 129, ['icons'] is better written in dot notation. +build/public/templates/account/ignored.js: line 564, col 17, 'key' is defined but never used. +build/public/templates/account/ignored.js: line 572, col 298, Line is too long. +build/public/templates/account/ignored.js: line 572, col 31, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 572, col 47, ['template'] is better written in dot notation. +build/public/templates/account/ignored.js: line 572, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 572, col 78, ['template'] is better written in dot notation. +build/public/templates/account/ignored.js: line 572, col 90, ['category'] is better written in dot notation. +build/public/templates/account/ignored.js: line 572, col 132, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 572, col 148, ['cid'] is better written in dot notation. +build/public/templates/account/ignored.js: line 572, col 184, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 572, col 200, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 572, col 213, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 572, col 229, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 572, col 248, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 572, col 264, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 572, col 280, ['cid'] is better written in dot notation. +build/public/templates/account/ignored.js: line 572, col 166, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 574, col 225, Line is too long. +build/public/templates/account/ignored.js: line 574, col 89, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 574, col 105, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 574, col 118, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 574, col 134, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 574, col 153, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 574, col 169, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 574, col 185, ['category'] is better written in dot notation. +build/public/templates/account/ignored.js: line 578, col 151, Line is too long. +build/public/templates/account/ignored.js: line 578, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 578, col 53, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 578, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 578, col 82, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 578, col 101, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 578, col 117, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 578, col 133, ['tid'] is better written in dot notation. +build/public/templates/account/ignored.js: line 580, col 195, Line is too long. +build/public/templates/account/ignored.js: line 580, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 580, col 45, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 580, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 580, col 74, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 580, col 93, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 580, col 109, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 580, col 125, ['tags'] is better written in dot notation. +build/public/templates/account/ignored.js: line 580, col 136, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 580, col 152, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 580, col 168, ['tags'] is better written in dot notation. +build/public/templates/account/ignored.js: line 580, col 176, ['length'] is better written in dot notation. +build/public/templates/account/ignored.js: line 584, col 189, Line is too long. +build/public/templates/account/ignored.js: line 584, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 584, col 49, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 584, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 584, col 78, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 584, col 97, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 584, col 113, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 584, col 129, ['tags'] is better written in dot notation. +build/public/templates/account/ignored.js: line 587, col 124, Line is too long. +build/public/templates/account/ignored.js: line 587, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 587, col 57, ['config'] is better written in dot notation. +build/public/templates/account/ignored.js: line 587, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 587, col 86, ['config'] is better written in dot notation. +build/public/templates/account/ignored.js: line 587, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/account/ignored.js: line 589, col 270, Line is too long. +build/public/templates/account/ignored.js: line 589, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 589, col 57, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 589, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 589, col 86, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 589, col 105, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 589, col 121, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 589, col 137, ['tags'] is better written in dot notation. +build/public/templates/account/ignored.js: line 589, col 148, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 589, col 164, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 589, col 180, ['tags'] is better written in dot notation. +build/public/templates/account/ignored.js: line 589, col 197, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 589, col 213, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 589, col 229, ['tags'] is better written in dot notation. +build/public/templates/account/ignored.js: line 589, col 243, ['valueEncoded'] is better written in dot notation. +build/public/templates/account/ignored.js: line 591, col 263, Line is too long. +build/public/templates/account/ignored.js: line 591, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 591, col 57, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 591, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 591, col 86, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 591, col 105, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 591, col 121, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 591, col 137, ['tags'] is better written in dot notation. +build/public/templates/account/ignored.js: line 591, col 148, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 591, col 164, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 591, col 180, ['tags'] is better written in dot notation. +build/public/templates/account/ignored.js: line 591, col 197, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 591, col 213, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 591, col 229, ['tags'] is better written in dot notation. +build/public/templates/account/ignored.js: line 593, col 263, Line is too long. +build/public/templates/account/ignored.js: line 593, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 593, col 57, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 593, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 593, col 86, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 593, col 105, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 593, col 121, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 593, col 137, ['tags'] is better written in dot notation. +build/public/templates/account/ignored.js: line 593, col 148, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 593, col 164, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 593, col 180, ['tags'] is better written in dot notation. +build/public/templates/account/ignored.js: line 593, col 197, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 593, col 213, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 593, col 229, ['tags'] is better written in dot notation. +build/public/templates/account/ignored.js: line 593, col 243, ['value'] is better written in dot notation. +build/public/templates/account/ignored.js: line 595, col 270, Line is too long. +build/public/templates/account/ignored.js: line 595, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 595, col 57, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 595, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 595, col 86, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 595, col 105, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 595, col 121, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 595, col 137, ['tags'] is better written in dot notation. +build/public/templates/account/ignored.js: line 595, col 148, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 595, col 164, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 595, col 180, ['tags'] is better written in dot notation. +build/public/templates/account/ignored.js: line 595, col 197, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 595, col 213, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 595, col 229, ['tags'] is better written in dot notation. +build/public/templates/account/ignored.js: line 595, col 243, ['valueEscaped'] is better written in dot notation. +build/public/templates/account/ignored.js: line 585, col 17, 'key' is defined but never used. +build/public/templates/account/ignored.js: line 584, col 182, 'value' is defined but never used. +build/public/templates/account/ignored.js: line 584, col 174, 'length' is defined but never used. +build/public/templates/account/ignored.js: line 584, col 167, 'index' is defined but never used. +build/public/templates/account/ignored.js: line 600, col 250, Line is too long. +build/public/templates/account/ignored.js: line 601, col 256, Line is too long. +build/public/templates/account/ignored.js: line 601, col 86, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 601, col 102, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 601, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 601, col 131, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 601, col 150, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 601, col 166, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 601, col 182, ['postcount'] is better written in dot notation. +build/public/templates/account/ignored.js: line 601, col 222, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 603, col 120, Line is too long. +build/public/templates/account/ignored.js: line 603, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 603, col 53, ['config'] is better written in dot notation. +build/public/templates/account/ignored.js: line 603, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 603, col 82, ['config'] is better written in dot notation. +build/public/templates/account/ignored.js: line 603, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/ignored.js: line 605, col 152, Line is too long. +build/public/templates/account/ignored.js: line 605, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 605, col 53, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 605, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 605, col 82, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 605, col 101, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 605, col 117, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 605, col 133, ['slug'] is better written in dot notation. +build/public/templates/account/ignored.js: line 606, col 361, Line is too long. +build/public/templates/account/ignored.js: line 606, col 30, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 606, col 46, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 606, col 59, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 606, col 75, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 606, col 94, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 606, col 110, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 606, col 126, ['teaser'] is better written in dot notation. +build/public/templates/account/ignored.js: line 606, col 139, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 606, col 155, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 606, col 171, ['teaser'] is better written in dot notation. +build/public/templates/account/ignored.js: line 606, col 181, ['timestampISO'] is better written in dot notation. +build/public/templates/account/ignored.js: line 606, col 227, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 606, col 243, ['config'] is better written in dot notation. +build/public/templates/account/ignored.js: line 606, col 256, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 606, col 272, ['config'] is better written in dot notation. +build/public/templates/account/ignored.js: line 606, col 282, ['theme'] is better written in dot notation. +build/public/templates/account/ignored.js: line 606, col 294, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 606, col 310, ['config'] is better written in dot notation. +build/public/templates/account/ignored.js: line 606, col 320, ['theme'] is better written in dot notation. +build/public/templates/account/ignored.js: line 606, col 329, ['mobileTopicTeasers'] is better written in dot notation. +build/public/templates/account/ignored.js: line 608, col 211, Line is too long. +build/public/templates/account/ignored.js: line 608, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 608, col 57, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 608, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 608, col 86, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 608, col 105, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 608, col 121, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 608, col 137, ['teaser'] is better written in dot notation. +build/public/templates/account/ignored.js: line 608, col 150, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 608, col 166, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 608, col 182, ['teaser'] is better written in dot notation. +build/public/templates/account/ignored.js: line 608, col 192, ['index'] is better written in dot notation. +build/public/templates/account/ignored.js: line 611, col 361, Line is too long. +build/public/templates/account/ignored.js: line 611, col 30, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 611, col 46, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 611, col 59, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 611, col 75, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 611, col 94, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 611, col 110, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 611, col 126, ['teaser'] is better written in dot notation. +build/public/templates/account/ignored.js: line 611, col 139, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 611, col 155, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 611, col 171, ['teaser'] is better written in dot notation. +build/public/templates/account/ignored.js: line 611, col 181, ['timestampISO'] is better written in dot notation. +build/public/templates/account/ignored.js: line 611, col 227, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 611, col 243, ['config'] is better written in dot notation. +build/public/templates/account/ignored.js: line 611, col 256, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 611, col 272, ['config'] is better written in dot notation. +build/public/templates/account/ignored.js: line 611, col 282, ['theme'] is better written in dot notation. +build/public/templates/account/ignored.js: line 611, col 294, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 611, col 310, ['config'] is better written in dot notation. +build/public/templates/account/ignored.js: line 611, col 320, ['theme'] is better written in dot notation. +build/public/templates/account/ignored.js: line 611, col 329, ['mobileTopicTeasers'] is better written in dot notation. +build/public/templates/account/ignored.js: line 612, col 216, Line is too long. +build/public/templates/account/ignored.js: line 612, col 39, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 612, col 55, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 612, col 68, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 612, col 84, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 612, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 612, col 119, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 612, col 135, ['teaser'] is better written in dot notation. +build/public/templates/account/ignored.js: line 612, col 148, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 612, col 164, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 612, col 180, ['teaser'] is better written in dot notation. +build/public/templates/account/ignored.js: line 612, col 190, ['timestampISO'] is better written in dot notation. +build/public/templates/account/ignored.js: line 613, col 163, Line is too long. +build/public/templates/account/ignored.js: line 613, col 39, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 613, col 55, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 613, col 68, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 613, col 84, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 613, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 613, col 119, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 613, col 135, ['timestampISO'] is better written in dot notation. +build/public/templates/account/ignored.js: line 615, col 120, Line is too long. +build/public/templates/account/ignored.js: line 615, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 615, col 53, ['config'] is better written in dot notation. +build/public/templates/account/ignored.js: line 615, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 615, col 82, ['config'] is better written in dot notation. +build/public/templates/account/ignored.js: line 615, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/ignored.js: line 617, col 152, Line is too long. +build/public/templates/account/ignored.js: line 617, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 617, col 53, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 617, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 617, col 82, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 617, col 101, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 617, col 117, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 617, col 133, ['slug'] is better written in dot notation. +build/public/templates/account/ignored.js: line 618, col 104, Line is too long. +build/public/templates/account/ignored.js: line 619, col 160, Line is too long. +build/public/templates/account/ignored.js: line 619, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 619, col 53, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 619, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 619, col 82, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 619, col 101, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 619, col 117, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 619, col 133, ['timestampISO'] is better written in dot notation. +build/public/templates/account/ignored.js: line 621, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 621, col 45, ['showSelect'] is better written in dot notation. +build/public/templates/account/ignored.js: line 622, col 219, Line is too long. +build/public/templates/account/ignored.js: line 625, col 199, Line is too long. +build/public/templates/account/ignored.js: line 625, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 625, col 45, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 625, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 625, col 74, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 625, col 93, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 625, col 109, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 625, col 125, ['thumbs'] is better written in dot notation. +build/public/templates/account/ignored.js: line 625, col 138, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 625, col 154, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 625, col 170, ['thumbs'] is better written in dot notation. +build/public/templates/account/ignored.js: line 625, col 180, ['length'] is better written in dot notation. +build/public/templates/account/ignored.js: line 626, col 123, Line is too long. +build/public/templates/account/ignored.js: line 627, col 124, Line is too long. +build/public/templates/account/ignored.js: line 627, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 627, col 57, ['config'] is better written in dot notation. +build/public/templates/account/ignored.js: line 627, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 627, col 86, ['config'] is better written in dot notation. +build/public/templates/account/ignored.js: line 627, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/account/ignored.js: line 629, col 156, Line is too long. +build/public/templates/account/ignored.js: line 629, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 629, col 57, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 629, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 629, col 86, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 629, col 105, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 629, col 121, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 629, col 137, ['slug'] is better written in dot notation. +build/public/templates/account/ignored.js: line 630, col 150, Line is too long. +build/public/templates/account/ignored.js: line 630, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 630, col 49, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 630, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 630, col 78, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 630, col 97, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 630, col 113, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 630, col 129, ['bookmark'] is better written in dot notation. +build/public/templates/account/ignored.js: line 632, col 163, Line is too long. +build/public/templates/account/ignored.js: line 632, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 632, col 61, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 632, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 632, col 90, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 632, col 109, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 632, col 125, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 632, col 141, ['bookmark'] is better written in dot notation. +build/public/templates/account/ignored.js: line 634, col 190, Line is too long. +build/public/templates/account/ignored.js: line 635, col 265, Line is too long. +build/public/templates/account/ignored.js: line 635, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 635, col 57, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 635, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 635, col 86, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 635, col 105, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 635, col 121, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 635, col 137, ['thumbs'] is better written in dot notation. +build/public/templates/account/ignored.js: line 635, col 150, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 635, col 166, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 635, col 182, ['thumbs'] is better written in dot notation. +build/public/templates/account/ignored.js: line 635, col 200, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 635, col 216, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 635, col 232, ['thumbs'] is better written in dot notation. +build/public/templates/account/ignored.js: line 635, col 247, ['url'] is better written in dot notation. +build/public/templates/account/ignored.js: line 637, col 213, Line is too long. +build/public/templates/account/ignored.js: line 637, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 637, col 57, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 637, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 637, col 86, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 637, col 105, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 637, col 121, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 637, col 137, ['thumbs'] is better written in dot notation. +build/public/templates/account/ignored.js: line 637, col 150, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 637, col 166, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 637, col 182, ['thumbs'] is better written in dot notation. +build/public/templates/account/ignored.js: line 637, col 192, ['length'] is better written in dot notation. +build/public/templates/account/ignored.js: line 638, col 231, Line is too long. +build/public/templates/account/ignored.js: line 639, col 213, Line is too long. +build/public/templates/account/ignored.js: line 639, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 639, col 57, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 639, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 639, col 86, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 639, col 105, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 639, col 121, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 639, col 137, ['thumbs'] is better written in dot notation. +build/public/templates/account/ignored.js: line 639, col 150, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 639, col 166, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 639, col 182, ['thumbs'] is better written in dot notation. +build/public/templates/account/ignored.js: line 639, col 192, ['length'] is better written in dot notation. +build/public/templates/account/ignored.js: line 642, col 193, Line is too long. +build/public/templates/account/ignored.js: line 643, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 647, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 649, col 131, Line is too long. +build/public/templates/account/ignored.js: line 650, col 157, Line is too long. +build/public/templates/account/ignored.js: line 650, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 650, col 57, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 650, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 650, col 86, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 650, col 105, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 650, col 121, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 650, col 137, ['votes'] is better written in dot notation. +build/public/templates/account/ignored.js: line 652, col 256, Line is too long. +build/public/templates/account/ignored.js: line 652, col 90, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 652, col 106, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 652, col 119, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 652, col 135, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 652, col 154, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 652, col 170, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 652, col 186, ['votes'] is better written in dot notation. +build/public/templates/account/ignored.js: line 652, col 222, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 653, col 200, Line is too long. +build/public/templates/account/ignored.js: line 654, col 133, Line is too long. +build/public/templates/account/ignored.js: line 655, col 157, Line is too long. +build/public/templates/account/ignored.js: line 655, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 655, col 53, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 655, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 655, col 82, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 655, col 101, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 655, col 117, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 655, col 133, ['postcount'] is better written in dot notation. +build/public/templates/account/ignored.js: line 657, col 256, Line is too long. +build/public/templates/account/ignored.js: line 657, col 86, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 657, col 102, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 657, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 657, col 131, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 657, col 150, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 657, col 166, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 657, col 182, ['postcount'] is better written in dot notation. +build/public/templates/account/ignored.js: line 657, col 222, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 658, col 316, Line is too long. +build/public/templates/account/ignored.js: line 659, col 157, Line is too long. +build/public/templates/account/ignored.js: line 659, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 659, col 53, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 659, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 659, col 82, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 659, col 101, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 659, col 117, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 659, col 133, ['viewcount'] is better written in dot notation. +build/public/templates/account/ignored.js: line 661, col 256, Line is too long. +build/public/templates/account/ignored.js: line 661, col 86, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 661, col 102, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 661, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 661, col 131, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 661, col 150, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 661, col 166, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 661, col 182, ['viewcount'] is better written in dot notation. +build/public/templates/account/ignored.js: line 661, col 222, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 662, col 264, Line is too long. +build/public/templates/account/ignored.js: line 663, col 162, Line is too long. +build/public/templates/account/ignored.js: line 663, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 663, col 45, ['config'] is better written in dot notation. +build/public/templates/account/ignored.js: line 663, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 663, col 74, ['config'] is better written in dot notation. +build/public/templates/account/ignored.js: line 663, col 84, ['theme'] is better written in dot notation. +build/public/templates/account/ignored.js: line 663, col 96, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 663, col 112, ['config'] is better written in dot notation. +build/public/templates/account/ignored.js: line 663, col 122, ['theme'] is better written in dot notation. +build/public/templates/account/ignored.js: line 663, col 131, ['mobileTopicTeasers'] is better written in dot notation. +build/public/templates/account/ignored.js: line 666, col 125, Line is too long. +build/public/templates/account/ignored.js: line 667, col 214, Line is too long. +build/public/templates/account/ignored.js: line 667, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 667, col 53, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 667, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 667, col 82, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 667, col 101, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 667, col 117, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 667, col 133, ['category'] is better written in dot notation. +build/public/templates/account/ignored.js: line 667, col 148, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 667, col 164, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 667, col 180, ['category'] is better written in dot notation. +build/public/templates/account/ignored.js: line 667, col 192, ['bgColor'] is better written in dot notation. +build/public/templates/account/ignored.js: line 669, col 147, Line is too long. +build/public/templates/account/ignored.js: line 669, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 669, col 45, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 669, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 669, col 74, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 669, col 93, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 669, col 109, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 669, col 125, ['unreplied'] is better written in dot notation. +build/public/templates/account/ignored.js: line 672, col 200, Line is too long. +build/public/templates/account/ignored.js: line 672, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 672, col 49, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 672, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 672, col 78, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 672, col 97, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 672, col 113, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 672, col 129, ['teaser'] is better written in dot notation. +build/public/templates/account/ignored.js: line 672, col 142, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 672, col 158, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 672, col 174, ['teaser'] is better written in dot notation. +build/public/templates/account/ignored.js: line 672, col 184, ['pid'] is better written in dot notation. +build/public/templates/account/ignored.js: line 674, col 270, Line is too long. +build/public/templates/account/ignored.js: line 674, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 674, col 53, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 674, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 674, col 82, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 674, col 101, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 674, col 117, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 674, col 133, ['teaser'] is better written in dot notation. +build/public/templates/account/ignored.js: line 674, col 146, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 674, col 162, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 674, col 178, ['teaser'] is better written in dot notation. +build/public/templates/account/ignored.js: line 674, col 188, ['user'] is better written in dot notation. +build/public/templates/account/ignored.js: line 674, col 199, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 674, col 215, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 674, col 231, ['teaser'] is better written in dot notation. +build/public/templates/account/ignored.js: line 674, col 241, ['user'] is better written in dot notation. +build/public/templates/account/ignored.js: line 674, col 249, ['userslug'] is better written in dot notation. +build/public/templates/account/ignored.js: line 675, col 130, Line is too long. +build/public/templates/account/ignored.js: line 675, col 47, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 675, col 63, ['config'] is better written in dot notation. +build/public/templates/account/ignored.js: line 675, col 76, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 675, col 92, ['config'] is better written in dot notation. +build/public/templates/account/ignored.js: line 675, col 102, ['relative_path'] is better written in dot notation. +build/public/templates/account/ignored.js: line 677, col 283, Line is too long. +build/public/templates/account/ignored.js: line 677, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 677, col 65, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 677, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 677, col 94, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 677, col 113, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 677, col 129, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 677, col 145, ['teaser'] is better written in dot notation. +build/public/templates/account/ignored.js: line 677, col 158, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 677, col 174, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 677, col 190, ['teaser'] is better written in dot notation. +build/public/templates/account/ignored.js: line 677, col 200, ['user'] is better written in dot notation. +build/public/templates/account/ignored.js: line 677, col 211, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 677, col 227, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 677, col 243, ['teaser'] is better written in dot notation. +build/public/templates/account/ignored.js: line 677, col 253, ['user'] is better written in dot notation. +build/public/templates/account/ignored.js: line 677, col 261, ['userslug'] is better written in dot notation. +build/public/templates/account/ignored.js: line 680, col 283, Line is too long. +build/public/templates/account/ignored.js: line 680, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 680, col 61, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 680, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 680, col 90, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 680, col 109, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 680, col 125, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 680, col 141, ['teaser'] is better written in dot notation. +build/public/templates/account/ignored.js: line 680, col 154, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 680, col 170, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 680, col 186, ['teaser'] is better written in dot notation. +build/public/templates/account/ignored.js: line 680, col 196, ['user'] is better written in dot notation. +build/public/templates/account/ignored.js: line 680, col 207, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 680, col 223, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 680, col 239, ['teaser'] is better written in dot notation. +build/public/templates/account/ignored.js: line 680, col 249, ['user'] is better written in dot notation. +build/public/templates/account/ignored.js: line 680, col 257, ['displayname'] is better written in dot notation. +build/public/templates/account/ignored.js: line 682, col 317, Line is too long. +build/public/templates/account/ignored.js: line 682, col 86, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 682, col 102, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 682, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 682, col 131, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 682, col 150, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 682, col 166, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 682, col 182, ['teaser'] is better written in dot notation. +build/public/templates/account/ignored.js: line 682, col 195, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 682, col 211, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 682, col 227, ['teaser'] is better written in dot notation. +build/public/templates/account/ignored.js: line 682, col 237, ['user'] is better written in dot notation. +build/public/templates/account/ignored.js: line 682, col 280, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 684, col 128, Line is too long. +build/public/templates/account/ignored.js: line 684, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 684, col 61, ['config'] is better written in dot notation. +build/public/templates/account/ignored.js: line 684, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 684, col 90, ['config'] is better written in dot notation. +build/public/templates/account/ignored.js: line 684, col 100, ['relative_path'] is better written in dot notation. +build/public/templates/account/ignored.js: line 686, col 160, Line is too long. +build/public/templates/account/ignored.js: line 686, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 686, col 61, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 686, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 686, col 90, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 686, col 109, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 686, col 125, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 686, col 141, ['slug'] is better written in dot notation. +build/public/templates/account/ignored.js: line 688, col 216, Line is too long. +build/public/templates/account/ignored.js: line 688, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 688, col 61, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 688, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 688, col 90, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 688, col 109, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 688, col 125, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 688, col 141, ['teaser'] is better written in dot notation. +build/public/templates/account/ignored.js: line 688, col 154, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 688, col 170, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 688, col 186, ['teaser'] is better written in dot notation. +build/public/templates/account/ignored.js: line 688, col 196, ['index'] is better written in dot notation. +build/public/templates/account/ignored.js: line 690, col 223, Line is too long. +build/public/templates/account/ignored.js: line 690, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 690, col 61, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 690, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 690, col 90, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 690, col 109, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 690, col 125, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 690, col 141, ['teaser'] is better written in dot notation. +build/public/templates/account/ignored.js: line 690, col 154, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 690, col 170, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 690, col 186, ['teaser'] is better written in dot notation. +build/public/templates/account/ignored.js: line 690, col 196, ['timestampISO'] is better written in dot notation. +build/public/templates/account/ignored.js: line 691, col 230, Line is too long. +build/public/templates/account/ignored.js: line 692, col 128, Line is too long. +build/public/templates/account/ignored.js: line 692, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 692, col 61, ['config'] is better written in dot notation. +build/public/templates/account/ignored.js: line 692, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 692, col 90, ['config'] is better written in dot notation. +build/public/templates/account/ignored.js: line 692, col 100, ['relative_path'] is better written in dot notation. +build/public/templates/account/ignored.js: line 694, col 160, Line is too long. +build/public/templates/account/ignored.js: line 694, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 694, col 61, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 694, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 694, col 90, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 694, col 109, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 694, col 125, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 694, col 141, ['slug'] is better written in dot notation. +build/public/templates/account/ignored.js: line 696, col 216, Line is too long. +build/public/templates/account/ignored.js: line 696, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 696, col 61, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 696, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 696, col 90, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 696, col 109, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 696, col 125, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 696, col 141, ['teaser'] is better written in dot notation. +build/public/templates/account/ignored.js: line 696, col 154, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 696, col 170, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 696, col 186, ['teaser'] is better written in dot notation. +build/public/templates/account/ignored.js: line 696, col 196, ['index'] is better written in dot notation. +build/public/templates/account/ignored.js: line 698, col 218, Line is too long. +build/public/templates/account/ignored.js: line 698, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 698, col 61, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 698, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 698, col 90, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 698, col 109, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 698, col 125, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 698, col 141, ['teaser'] is better written in dot notation. +build/public/templates/account/ignored.js: line 698, col 154, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 698, col 170, ['topics'] is better written in dot notation. +build/public/templates/account/ignored.js: line 698, col 186, ['teaser'] is better written in dot notation. +build/public/templates/account/ignored.js: line 698, col 196, ['content'] is better written in dot notation. +build/public/templates/account/ignored.js: line 477, col 13, 'key' is defined but never used. +build/public/templates/account/ignored.js: line 475, col 11, 'value' is defined but never used. +build/public/templates/account/ignored.js: line 710, col 160, Line is too long. +build/public/templates/account/ignored.js: line 710, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 710, col 52, ['pagination'] is better written in dot notation. +build/public/templates/account/ignored.js: line 710, col 69, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 710, col 85, ['pagination'] is better written in dot notation. +build/public/templates/account/ignored.js: line 710, col 99, ['pages'] is better written in dot notation. +build/public/templates/account/ignored.js: line 713, col 219, Line is too long. +build/public/templates/account/ignored.js: line 713, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 713, col 45, ['pagination'] is better written in dot notation. +build/public/templates/account/ignored.js: line 713, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 713, col 78, ['pagination'] is better written in dot notation. +build/public/templates/account/ignored.js: line 713, col 92, ['pages'] is better written in dot notation. +build/public/templates/account/ignored.js: line 713, col 104, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 713, col 120, ['pagination'] is better written in dot notation. +build/public/templates/account/ignored.js: line 713, col 134, ['pages'] is better written in dot notation. +build/public/templates/account/ignored.js: line 713, col 152, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 713, col 168, ['pagination'] is better written in dot notation. +build/public/templates/account/ignored.js: line 713, col 182, ['pages'] is better written in dot notation. +build/public/templates/account/ignored.js: line 713, col 197, ['separator'] is better written in dot notation. +build/public/templates/account/ignored.js: line 714, col 227, Line is too long. +build/public/templates/account/ignored.js: line 716, col 220, Line is too long. +build/public/templates/account/ignored.js: line 716, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 716, col 49, ['pagination'] is better written in dot notation. +build/public/templates/account/ignored.js: line 716, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 716, col 82, ['pagination'] is better written in dot notation. +build/public/templates/account/ignored.js: line 716, col 96, ['pages'] is better written in dot notation. +build/public/templates/account/ignored.js: line 716, col 108, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 716, col 124, ['pagination'] is better written in dot notation. +build/public/templates/account/ignored.js: line 716, col 138, ['pages'] is better written in dot notation. +build/public/templates/account/ignored.js: line 716, col 156, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 716, col 172, ['pagination'] is better written in dot notation. +build/public/templates/account/ignored.js: line 716, col 186, ['pages'] is better written in dot notation. +build/public/templates/account/ignored.js: line 716, col 201, ['active'] is better written in dot notation. +build/public/templates/account/ignored.js: line 720, col 226, Line is too long. +build/public/templates/account/ignored.js: line 720, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 720, col 57, ['pagination'] is better written in dot notation. +build/public/templates/account/ignored.js: line 720, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 720, col 90, ['pagination'] is better written in dot notation. +build/public/templates/account/ignored.js: line 720, col 104, ['pages'] is better written in dot notation. +build/public/templates/account/ignored.js: line 720, col 116, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 720, col 132, ['pagination'] is better written in dot notation. +build/public/templates/account/ignored.js: line 720, col 146, ['pages'] is better written in dot notation. +build/public/templates/account/ignored.js: line 720, col 164, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 720, col 180, ['pagination'] is better written in dot notation. +build/public/templates/account/ignored.js: line 720, col 194, ['pages'] is better written in dot notation. +build/public/templates/account/ignored.js: line 720, col 209, ['qs'] is better written in dot notation. +build/public/templates/account/ignored.js: line 722, col 228, Line is too long. +build/public/templates/account/ignored.js: line 722, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 722, col 57, ['pagination'] is better written in dot notation. +build/public/templates/account/ignored.js: line 722, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 722, col 90, ['pagination'] is better written in dot notation. +build/public/templates/account/ignored.js: line 722, col 104, ['pages'] is better written in dot notation. +build/public/templates/account/ignored.js: line 722, col 116, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 722, col 132, ['pagination'] is better written in dot notation. +build/public/templates/account/ignored.js: line 722, col 146, ['pages'] is better written in dot notation. +build/public/templates/account/ignored.js: line 722, col 164, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 722, col 180, ['pagination'] is better written in dot notation. +build/public/templates/account/ignored.js: line 722, col 194, ['pages'] is better written in dot notation. +build/public/templates/account/ignored.js: line 722, col 209, ['page'] is better written in dot notation. +build/public/templates/account/ignored.js: line 724, col 228, Line is too long. +build/public/templates/account/ignored.js: line 724, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 724, col 57, ['pagination'] is better written in dot notation. +build/public/templates/account/ignored.js: line 724, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 724, col 90, ['pagination'] is better written in dot notation. +build/public/templates/account/ignored.js: line 724, col 104, ['pages'] is better written in dot notation. +build/public/templates/account/ignored.js: line 724, col 116, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 724, col 132, ['pagination'] is better written in dot notation. +build/public/templates/account/ignored.js: line 724, col 146, ['pages'] is better written in dot notation. +build/public/templates/account/ignored.js: line 724, col 164, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 724, col 180, ['pagination'] is better written in dot notation. +build/public/templates/account/ignored.js: line 724, col 194, ['pages'] is better written in dot notation. +build/public/templates/account/ignored.js: line 724, col 209, ['page'] is better written in dot notation. +build/public/templates/account/ignored.js: line 726, col 228, Line is too long. +build/public/templates/account/ignored.js: line 726, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 726, col 57, ['pagination'] is better written in dot notation. +build/public/templates/account/ignored.js: line 726, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 726, col 90, ['pagination'] is better written in dot notation. +build/public/templates/account/ignored.js: line 726, col 104, ['pages'] is better written in dot notation. +build/public/templates/account/ignored.js: line 726, col 116, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 726, col 132, ['pagination'] is better written in dot notation. +build/public/templates/account/ignored.js: line 726, col 146, ['pages'] is better written in dot notation. +build/public/templates/account/ignored.js: line 726, col 164, Expected '!==' and instead saw '!='. +build/public/templates/account/ignored.js: line 726, col 180, ['pagination'] is better written in dot notation. +build/public/templates/account/ignored.js: line 726, col 194, ['pages'] is better written in dot notation. +build/public/templates/account/ignored.js: line 726, col 209, ['page'] is better written in dot notation. +build/public/templates/account/ignored.js: line 711, col 13, 'key' is defined but never used. +build/public/templates/account/ignored.js: line 710, col 153, 'value' is defined but never used. +build/public/templates/account/ignored.js: line 710, col 145, 'length' is defined but never used. +build/public/templates/account/ignored.js: line 710, col 138, 'index' is defined but never used. +build/public/templates/account/ignored.js: line 709, col 11, 'value' is defined but never used. +build/public/templates/account/ignored.js: line 707, col 81, 'helper' is defined but never used. +build/public/templates/account/ignored.js: line 736, col 3, Missing semicolon. +build/public/templates/account/ignored.js: line 5, col 46, 'define' is not defined. +build/public/templates/account/ignored.js: line 6, col 5, 'define' is not defined. + +build/public/templates/account/info.js: line 13, col 109, Line is too long. +build/public/templates/account/info.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 13, col 41, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/info.js: line 13, col 59, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 13, col 75, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/info.js: line 13, col 90, ['length'] is better written in dot notation. +build/public/templates/account/info.js: line 14, col 136, Line is too long. +build/public/templates/account/info.js: line 15, col 26, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/info.js: line 21, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 23, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 25, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 25, col 49, ['uid'] is better written in dot notation. +build/public/templates/account/info.js: line 27, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 27, col 41, ['picture'] is better written in dot notation. +build/public/templates/account/info.js: line 29, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 29, col 53, ['picture'] is better written in dot notation. +build/public/templates/account/info.js: line 32, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 34, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 34, col 53, ['username'] is better written in dot notation. +build/public/templates/account/info.js: line 36, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 38, col 122, Line is too long. +build/public/templates/account/info.js: line 39, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 39, col 49, ['status'] is better written in dot notation. +build/public/templates/account/info.js: line 41, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 41, col 49, ['status'] is better written in dot notation. +build/public/templates/account/info.js: line 43, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 43, col 41, ['loggedIn'] is better written in dot notation. +build/public/templates/account/info.js: line 45, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 45, col 45, ['isSelf'] is better written in dot notation. +build/public/templates/account/info.js: line 48, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 48, col 49, ['isFollowing'] is better written in dot notation. +build/public/templates/account/info.js: line 52, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 52, col 49, ['isFollowing'] is better written in dot notation. +build/public/templates/account/info.js: line 55, col 137, Line is too long. +build/public/templates/account/info.js: line 59, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 59, col 41, ['allowCoverPicture'] is better written in dot notation. +build/public/templates/account/info.js: line 61, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 61, col 45, ['canEdit'] is better written in dot notation. +build/public/templates/account/info.js: line 62, col 485, Line is too long. +build/public/templates/account/info.js: line 66, col 331, Line is too long. +build/public/templates/account/info.js: line 67, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 67, col 41, ['loggedIn'] is better written in dot notation. +build/public/templates/account/info.js: line 69, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 69, col 45, ['isSelf'] is better written in dot notation. +build/public/templates/account/info.js: line 72, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 72, col 49, ['banned'] is better written in dot notation. +build/public/templates/account/info.js: line 75, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 75, col 53, ['canChat'] is better written in dot notation. +build/public/templates/account/info.js: line 77, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 77, col 57, ['hasPrivateChat'] is better written in dot notation. +build/public/templates/account/info.js: line 80, col 133, Line is too long. +build/public/templates/account/info.js: line 81, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 81, col 65, ['username'] is better written in dot notation. +build/public/templates/account/info.js: line 82, col 157, Line is too long. +build/public/templates/account/info.js: line 83, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 83, col 65, ['username'] is better written in dot notation. +build/public/templates/account/info.js: line 87, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 87, col 53, ['flagId'] is better written in dot notation. +build/public/templates/account/info.js: line 90, col 147, Line is too long. +build/public/templates/account/info.js: line 91, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 91, col 53, ['flagId'] is better written in dot notation. +build/public/templates/account/info.js: line 94, col 130, Line is too long. +build/public/templates/account/info.js: line 95, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 95, col 61, ['flagId'] is better written in dot notation. +build/public/templates/account/info.js: line 97, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 97, col 53, ['isBlocked'] is better written in dot notation. +build/public/templates/account/info.js: line 100, col 146, Line is too long. +build/public/templates/account/info.js: line 101, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 101, col 53, ['isBlocked'] is better written in dot notation. +build/public/templates/account/info.js: line 104, col 177, Line is too long. +build/public/templates/account/info.js: line 109, col 116, Line is too long. +build/public/templates/account/info.js: line 109, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 109, col 49, ['config'] is better written in dot notation. +build/public/templates/account/info.js: line 109, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 109, col 78, ['config'] is better written in dot notation. +build/public/templates/account/info.js: line 109, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/info.js: line 111, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 111, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/info.js: line 112, col 101, Line is too long. +build/public/templates/account/info.js: line 113, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 113, col 41, ['canEdit'] is better written in dot notation. +build/public/templates/account/info.js: line 115, col 120, Line is too long. +build/public/templates/account/info.js: line 115, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 115, col 53, ['config'] is better written in dot notation. +build/public/templates/account/info.js: line 115, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 115, col 82, ['config'] is better written in dot notation. +build/public/templates/account/info.js: line 115, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/info.js: line 117, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 117, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/info.js: line 118, col 103, Line is too long. +build/public/templates/account/info.js: line 119, col 120, Line is too long. +build/public/templates/account/info.js: line 119, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 119, col 53, ['config'] is better written in dot notation. +build/public/templates/account/info.js: line 119, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 119, col 82, ['config'] is better written in dot notation. +build/public/templates/account/info.js: line 119, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/info.js: line 121, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 121, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/info.js: line 125, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 125, col 41, ['isSelf'] is better written in dot notation. +build/public/templates/account/info.js: line 128, col 122, Line is too long. +build/public/templates/account/info.js: line 128, col 30, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 128, col 46, ['canBan'] is better written in dot notation. +build/public/templates/account/info.js: line 128, col 85, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 128, col 101, ['canMute'] is better written in dot notation. +build/public/templates/account/info.js: line 129, col 140, Line is too long. +build/public/templates/account/info.js: line 132, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 132, col 45, ['canBan'] is better written in dot notation. +build/public/templates/account/info.js: line 134, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 134, col 49, ['banned'] is better written in dot notation. +build/public/templates/account/info.js: line 137, col 151, Line is too long. +build/public/templates/account/info.js: line 138, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 138, col 49, ['banned'] is better written in dot notation. +build/public/templates/account/info.js: line 141, col 142, Line is too long. +build/public/templates/account/info.js: line 144, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 144, col 45, ['canMute'] is better written in dot notation. +build/public/templates/account/info.js: line 146, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 146, col 49, ['muted'] is better written in dot notation. +build/public/templates/account/info.js: line 149, col 153, Line is too long. +build/public/templates/account/info.js: line 150, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 150, col 49, ['muted'] is better written in dot notation. +build/public/templates/account/info.js: line 153, col 144, Line is too long. +build/public/templates/account/info.js: line 156, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 156, col 45, ['isAdmin'] is better written in dot notation. +build/public/templates/account/info.js: line 157, col 398, Line is too long. +build/public/templates/account/info.js: line 160, col 158, Line is too long. +build/public/templates/account/info.js: line 161, col 116, Line is too long. +build/public/templates/account/info.js: line 161, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 161, col 49, ['config'] is better written in dot notation. +build/public/templates/account/info.js: line 161, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 161, col 78, ['config'] is better written in dot notation. +build/public/templates/account/info.js: line 161, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/info.js: line 163, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 163, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/info.js: line 164, col 122, Line is too long. +build/public/templates/account/info.js: line 165, col 112, Line is too long. +build/public/templates/account/info.js: line 165, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 165, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/info.js: line 165, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 165, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/info.js: line 165, col 88, ['following'] is better written in dot notation. +build/public/templates/account/info.js: line 167, col 159, Line is too long. +build/public/templates/account/info.js: line 167, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 167, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/info.js: line 167, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 167, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/info.js: line 167, col 133, ['following'] is better written in dot notation. +build/public/templates/account/info.js: line 168, col 117, Line is too long. +build/public/templates/account/info.js: line 169, col 116, Line is too long. +build/public/templates/account/info.js: line 169, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 169, col 49, ['config'] is better written in dot notation. +build/public/templates/account/info.js: line 169, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 169, col 78, ['config'] is better written in dot notation. +build/public/templates/account/info.js: line 169, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/info.js: line 171, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 171, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/info.js: line 172, col 122, Line is too long. +build/public/templates/account/info.js: line 173, col 112, Line is too long. +build/public/templates/account/info.js: line 173, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 173, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/info.js: line 173, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 173, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/info.js: line 173, col 88, ['followers'] is better written in dot notation. +build/public/templates/account/info.js: line 175, col 159, Line is too long. +build/public/templates/account/info.js: line 175, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 175, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/info.js: line 175, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 175, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/info.js: line 175, col 133, ['followers'] is better written in dot notation. +build/public/templates/account/info.js: line 177, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 177, col 41, ['canEdit'] is better written in dot notation. +build/public/templates/account/info.js: line 178, col 103, Line is too long. +build/public/templates/account/info.js: line 179, col 120, Line is too long. +build/public/templates/account/info.js: line 179, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 179, col 53, ['config'] is better written in dot notation. +build/public/templates/account/info.js: line 179, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 179, col 82, ['config'] is better written in dot notation. +build/public/templates/account/info.js: line 179, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/info.js: line 181, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 181, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/info.js: line 182, col 120, Line is too long. +build/public/templates/account/info.js: line 183, col 113, Line is too long. +build/public/templates/account/info.js: line 183, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 183, col 53, ['counts'] is better written in dot notation. +build/public/templates/account/info.js: line 183, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 183, col 82, ['counts'] is better written in dot notation. +build/public/templates/account/info.js: line 183, col 92, ['blocks'] is better written in dot notation. +build/public/templates/account/info.js: line 185, col 160, Line is too long. +build/public/templates/account/info.js: line 185, col 82, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 185, col 98, ['counts'] is better written in dot notation. +build/public/templates/account/info.js: line 185, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 185, col 127, ['counts'] is better written in dot notation. +build/public/templates/account/info.js: line 185, col 137, ['blocks'] is better written in dot notation. +build/public/templates/account/info.js: line 188, col 158, Line is too long. +build/public/templates/account/info.js: line 189, col 116, Line is too long. +build/public/templates/account/info.js: line 189, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 189, col 49, ['config'] is better written in dot notation. +build/public/templates/account/info.js: line 189, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 189, col 78, ['config'] is better written in dot notation. +build/public/templates/account/info.js: line 189, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/info.js: line 191, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 191, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/info.js: line 192, col 118, Line is too long. +build/public/templates/account/info.js: line 193, col 109, Line is too long. +build/public/templates/account/info.js: line 193, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 193, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/info.js: line 193, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 193, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/info.js: line 193, col 88, ['topics'] is better written in dot notation. +build/public/templates/account/info.js: line 195, col 156, Line is too long. +build/public/templates/account/info.js: line 195, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 195, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/info.js: line 195, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 195, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/info.js: line 195, col 133, ['topics'] is better written in dot notation. +build/public/templates/account/info.js: line 196, col 117, Line is too long. +build/public/templates/account/info.js: line 197, col 116, Line is too long. +build/public/templates/account/info.js: line 197, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 197, col 49, ['config'] is better written in dot notation. +build/public/templates/account/info.js: line 197, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 197, col 78, ['config'] is better written in dot notation. +build/public/templates/account/info.js: line 197, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/info.js: line 199, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 199, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/info.js: line 200, col 116, Line is too long. +build/public/templates/account/info.js: line 201, col 108, Line is too long. +build/public/templates/account/info.js: line 201, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 201, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/info.js: line 201, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 201, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/info.js: line 201, col 88, ['posts'] is better written in dot notation. +build/public/templates/account/info.js: line 203, col 155, Line is too long. +build/public/templates/account/info.js: line 203, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 203, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/info.js: line 203, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 203, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/info.js: line 203, col 133, ['posts'] is better written in dot notation. +build/public/templates/account/info.js: line 204, col 117, Line is too long. +build/public/templates/account/info.js: line 205, col 116, Line is too long. +build/public/templates/account/info.js: line 205, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 205, col 49, ['config'] is better written in dot notation. +build/public/templates/account/info.js: line 205, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 205, col 78, ['config'] is better written in dot notation. +build/public/templates/account/info.js: line 205, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/info.js: line 207, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 207, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/info.js: line 208, col 125, Line is too long. +build/public/templates/account/info.js: line 209, col 109, Line is too long. +build/public/templates/account/info.js: line 209, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 209, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/info.js: line 209, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 209, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/info.js: line 209, col 88, ['groups'] is better written in dot notation. +build/public/templates/account/info.js: line 211, col 156, Line is too long. +build/public/templates/account/info.js: line 211, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 211, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/info.js: line 211, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 211, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/info.js: line 211, col 133, ['groups'] is better written in dot notation. +build/public/templates/account/info.js: line 213, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 213, col 41, ['canEdit'] is better written in dot notation. +build/public/templates/account/info.js: line 214, col 103, Line is too long. +build/public/templates/account/info.js: line 215, col 120, Line is too long. +build/public/templates/account/info.js: line 215, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 215, col 53, ['config'] is better written in dot notation. +build/public/templates/account/info.js: line 215, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 215, col 82, ['config'] is better written in dot notation. +build/public/templates/account/info.js: line 215, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/info.js: line 217, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 217, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/info.js: line 218, col 136, Line is too long. +build/public/templates/account/info.js: line 219, col 124, Line is too long. +build/public/templates/account/info.js: line 219, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 219, col 53, ['counts'] is better written in dot notation. +build/public/templates/account/info.js: line 219, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 219, col 82, ['counts'] is better written in dot notation. +build/public/templates/account/info.js: line 219, col 92, ['categoriesWatched'] is better written in dot notation. +build/public/templates/account/info.js: line 221, col 171, Line is too long. +build/public/templates/account/info.js: line 221, col 82, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 221, col 98, ['counts'] is better written in dot notation. +build/public/templates/account/info.js: line 221, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 221, col 127, ['counts'] is better written in dot notation. +build/public/templates/account/info.js: line 221, col 137, ['categoriesWatched'] is better written in dot notation. +build/public/templates/account/info.js: line 223, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 223, col 45, ['isSelf'] is better written in dot notation. +build/public/templates/account/info.js: line 224, col 107, Line is too long. +build/public/templates/account/info.js: line 225, col 124, Line is too long. +build/public/templates/account/info.js: line 225, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 225, col 57, ['config'] is better written in dot notation. +build/public/templates/account/info.js: line 225, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 225, col 86, ['config'] is better written in dot notation. +build/public/templates/account/info.js: line 225, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/account/info.js: line 227, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 227, col 57, ['userslug'] is better written in dot notation. +build/public/templates/account/info.js: line 228, col 130, Line is too long. +build/public/templates/account/info.js: line 229, col 122, Line is too long. +build/public/templates/account/info.js: line 229, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 229, col 57, ['counts'] is better written in dot notation. +build/public/templates/account/info.js: line 229, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 229, col 86, ['counts'] is better written in dot notation. +build/public/templates/account/info.js: line 229, col 96, ['tagsWatched'] is better written in dot notation. +build/public/templates/account/info.js: line 231, col 169, Line is too long. +build/public/templates/account/info.js: line 231, col 86, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 231, col 102, ['counts'] is better written in dot notation. +build/public/templates/account/info.js: line 231, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 231, col 131, ['counts'] is better written in dot notation. +build/public/templates/account/info.js: line 231, col 141, ['tagsWatched'] is better written in dot notation. +build/public/templates/account/info.js: line 234, col 105, Line is too long. +build/public/templates/account/info.js: line 235, col 120, Line is too long. +build/public/templates/account/info.js: line 235, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 235, col 53, ['config'] is better written in dot notation. +build/public/templates/account/info.js: line 235, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 235, col 82, ['config'] is better written in dot notation. +build/public/templates/account/info.js: line 235, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/info.js: line 237, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 237, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/info.js: line 238, col 124, Line is too long. +build/public/templates/account/info.js: line 239, col 115, Line is too long. +build/public/templates/account/info.js: line 239, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 239, col 53, ['counts'] is better written in dot notation. +build/public/templates/account/info.js: line 239, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 239, col 82, ['counts'] is better written in dot notation. +build/public/templates/account/info.js: line 239, col 92, ['uploaded'] is better written in dot notation. +build/public/templates/account/info.js: line 241, col 162, Line is too long. +build/public/templates/account/info.js: line 241, col 82, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 241, col 98, ['counts'] is better written in dot notation. +build/public/templates/account/info.js: line 241, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 241, col 127, ['counts'] is better written in dot notation. +build/public/templates/account/info.js: line 241, col 137, ['uploaded'] is better written in dot notation. +build/public/templates/account/info.js: line 245, col 22, ['profile_links'] is better written in dot notation. +build/public/templates/account/info.js: line 247, col 103, Line is too long. +build/public/templates/account/info.js: line 247, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 247, col 41, ['sessions'] is better written in dot notation. +build/public/templates/account/info.js: line 247, col 56, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 247, col 72, ['sessions'] is better written in dot notation. +build/public/templates/account/info.js: line 247, col 84, ['length'] is better written in dot notation. +build/public/templates/account/info.js: line 248, col 160, Line is too long. +build/public/templates/account/info.js: line 249, col 26, ['sessions'] is better written in dot notation. +build/public/templates/account/info.js: line 252, col 177, Line is too long. +build/public/templates/account/info.js: line 253, col 22, ['ips'] is better written in dot notation. +build/public/templates/account/info.js: line 254, col 192, Line is too long. +build/public/templates/account/info.js: line 255, col 22, ['usernames'] is better written in dot notation. +build/public/templates/account/info.js: line 256, col 189, Line is too long. +build/public/templates/account/info.js: line 257, col 22, ['emails'] is better written in dot notation. +build/public/templates/account/info.js: line 259, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 259, col 41, ['isAdminOrGlobalModerator'] is better written in dot notation. +build/public/templates/account/info.js: line 260, col 416, Line is too long. +build/public/templates/account/info.js: line 261, col 26, ['moderationNotes'] is better written in dot notation. +build/public/templates/account/info.js: line 263, col 162, Line is too long. +build/public/templates/account/info.js: line 263, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 263, col 45, ['pagination'] is better written in dot notation. +build/public/templates/account/info.js: line 263, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 263, col 78, ['pagination'] is better written in dot notation. +build/public/templates/account/info.js: line 263, col 92, ['pages'] is better written in dot notation. +build/public/templates/account/info.js: line 263, col 104, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 263, col 120, ['pagination'] is better written in dot notation. +build/public/templates/account/info.js: line 263, col 134, ['pages'] is better written in dot notation. +build/public/templates/account/info.js: line 263, col 143, ['length'] is better written in dot notation. +build/public/templates/account/info.js: line 266, col 159, Line is too long. +build/public/templates/account/info.js: line 267, col 160, Line is too long. +build/public/templates/account/info.js: line 267, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 267, col 45, ['pagination'] is better written in dot notation. +build/public/templates/account/info.js: line 267, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 267, col 78, ['pagination'] is better written in dot notation. +build/public/templates/account/info.js: line 267, col 92, ['prev'] is better written in dot notation. +build/public/templates/account/info.js: line 267, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 267, col 119, ['pagination'] is better written in dot notation. +build/public/templates/account/info.js: line 267, col 133, ['prev'] is better written in dot notation. +build/public/templates/account/info.js: line 267, col 141, ['active'] is better written in dot notation. +build/public/templates/account/info.js: line 271, col 166, Line is too long. +build/public/templates/account/info.js: line 271, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 271, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/info.js: line 271, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 271, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/info.js: line 271, col 100, ['prev'] is better written in dot notation. +build/public/templates/account/info.js: line 271, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 271, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/info.js: line 271, col 141, ['prev'] is better written in dot notation. +build/public/templates/account/info.js: line 271, col 149, ['qs'] is better written in dot notation. +build/public/templates/account/info.js: line 273, col 168, Line is too long. +build/public/templates/account/info.js: line 273, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 273, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/info.js: line 273, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 273, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/info.js: line 273, col 100, ['prev'] is better written in dot notation. +build/public/templates/account/info.js: line 273, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 273, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/info.js: line 273, col 141, ['prev'] is better written in dot notation. +build/public/templates/account/info.js: line 273, col 149, ['page'] is better written in dot notation. +build/public/templates/account/info.js: line 274, col 118, Line is too long. +build/public/templates/account/info.js: line 277, col 160, Line is too long. +build/public/templates/account/info.js: line 277, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 277, col 45, ['pagination'] is better written in dot notation. +build/public/templates/account/info.js: line 277, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 277, col 78, ['pagination'] is better written in dot notation. +build/public/templates/account/info.js: line 277, col 92, ['next'] is better written in dot notation. +build/public/templates/account/info.js: line 277, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 277, col 119, ['pagination'] is better written in dot notation. +build/public/templates/account/info.js: line 277, col 133, ['next'] is better written in dot notation. +build/public/templates/account/info.js: line 277, col 141, ['active'] is better written in dot notation. +build/public/templates/account/info.js: line 281, col 166, Line is too long. +build/public/templates/account/info.js: line 281, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 281, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/info.js: line 281, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 281, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/info.js: line 281, col 100, ['next'] is better written in dot notation. +build/public/templates/account/info.js: line 281, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 281, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/info.js: line 281, col 141, ['next'] is better written in dot notation. +build/public/templates/account/info.js: line 281, col 149, ['qs'] is better written in dot notation. +build/public/templates/account/info.js: line 283, col 168, Line is too long. +build/public/templates/account/info.js: line 283, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 283, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/info.js: line 283, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 283, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/info.js: line 283, col 100, ['next'] is better written in dot notation. +build/public/templates/account/info.js: line 283, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 283, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/info.js: line 283, col 141, ['next'] is better written in dot notation. +build/public/templates/account/info.js: line 283, col 149, ['page'] is better written in dot notation. +build/public/templates/account/info.js: line 284, col 228, Line is too long. +build/public/templates/account/info.js: line 285, col 160, Line is too long. +build/public/templates/account/info.js: line 285, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 285, col 45, ['pagination'] is better written in dot notation. +build/public/templates/account/info.js: line 285, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 285, col 78, ['pagination'] is better written in dot notation. +build/public/templates/account/info.js: line 285, col 92, ['prev'] is better written in dot notation. +build/public/templates/account/info.js: line 285, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 285, col 119, ['pagination'] is better written in dot notation. +build/public/templates/account/info.js: line 285, col 133, ['prev'] is better written in dot notation. +build/public/templates/account/info.js: line 285, col 141, ['active'] is better written in dot notation. +build/public/templates/account/info.js: line 289, col 168, Line is too long. +build/public/templates/account/info.js: line 289, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 289, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/info.js: line 289, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 289, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/info.js: line 289, col 100, ['first'] is better written in dot notation. +build/public/templates/account/info.js: line 289, col 112, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 289, col 128, ['pagination'] is better written in dot notation. +build/public/templates/account/info.js: line 289, col 142, ['first'] is better written in dot notation. +build/public/templates/account/info.js: line 289, col 151, ['qs'] is better written in dot notation. +build/public/templates/account/info.js: line 290, col 162, Line is too long. +build/public/templates/account/info.js: line 291, col 160, Line is too long. +build/public/templates/account/info.js: line 291, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 291, col 45, ['pagination'] is better written in dot notation. +build/public/templates/account/info.js: line 291, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 291, col 78, ['pagination'] is better written in dot notation. +build/public/templates/account/info.js: line 291, col 92, ['prev'] is better written in dot notation. +build/public/templates/account/info.js: line 291, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 291, col 119, ['pagination'] is better written in dot notation. +build/public/templates/account/info.js: line 291, col 133, ['prev'] is better written in dot notation. +build/public/templates/account/info.js: line 291, col 141, ['active'] is better written in dot notation. +build/public/templates/account/info.js: line 295, col 166, Line is too long. +build/public/templates/account/info.js: line 295, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 295, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/info.js: line 295, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 295, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/info.js: line 295, col 100, ['prev'] is better written in dot notation. +build/public/templates/account/info.js: line 295, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 295, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/info.js: line 295, col 141, ['prev'] is better written in dot notation. +build/public/templates/account/info.js: line 295, col 149, ['qs'] is better written in dot notation. +build/public/templates/account/info.js: line 297, col 168, Line is too long. +build/public/templates/account/info.js: line 297, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 297, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/info.js: line 297, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 297, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/info.js: line 297, col 100, ['prev'] is better written in dot notation. +build/public/templates/account/info.js: line 297, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 297, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/info.js: line 297, col 141, ['prev'] is better written in dot notation. +build/public/templates/account/info.js: line 297, col 149, ['page'] is better written in dot notation. +build/public/templates/account/info.js: line 298, col 280, Line is too long. +build/public/templates/account/info.js: line 299, col 126, Line is too long. +build/public/templates/account/info.js: line 299, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 299, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/info.js: line 299, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 299, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/info.js: line 299, col 100, ['currentPage'] is better written in dot notation. +build/public/templates/account/info.js: line 301, col 124, Line is too long. +build/public/templates/account/info.js: line 301, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 301, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/info.js: line 301, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 301, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/info.js: line 301, col 100, ['pageCount'] is better written in dot notation. +build/public/templates/account/info.js: line 303, col 160, Line is too long. +build/public/templates/account/info.js: line 303, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 303, col 45, ['pagination'] is better written in dot notation. +build/public/templates/account/info.js: line 303, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 303, col 78, ['pagination'] is better written in dot notation. +build/public/templates/account/info.js: line 303, col 92, ['next'] is better written in dot notation. +build/public/templates/account/info.js: line 303, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 303, col 119, ['pagination'] is better written in dot notation. +build/public/templates/account/info.js: line 303, col 133, ['next'] is better written in dot notation. +build/public/templates/account/info.js: line 303, col 141, ['active'] is better written in dot notation. +build/public/templates/account/info.js: line 307, col 166, Line is too long. +build/public/templates/account/info.js: line 307, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 307, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/info.js: line 307, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 307, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/info.js: line 307, col 100, ['next'] is better written in dot notation. +build/public/templates/account/info.js: line 307, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 307, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/info.js: line 307, col 141, ['next'] is better written in dot notation. +build/public/templates/account/info.js: line 307, col 149, ['qs'] is better written in dot notation. +build/public/templates/account/info.js: line 309, col 168, Line is too long. +build/public/templates/account/info.js: line 309, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 309, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/info.js: line 309, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 309, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/info.js: line 309, col 100, ['next'] is better written in dot notation. +build/public/templates/account/info.js: line 309, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 309, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/info.js: line 309, col 141, ['next'] is better written in dot notation. +build/public/templates/account/info.js: line 309, col 149, ['page'] is better written in dot notation. +build/public/templates/account/info.js: line 310, col 140, Line is too long. +build/public/templates/account/info.js: line 311, col 160, Line is too long. +build/public/templates/account/info.js: line 311, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 311, col 45, ['pagination'] is better written in dot notation. +build/public/templates/account/info.js: line 311, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 311, col 78, ['pagination'] is better written in dot notation. +build/public/templates/account/info.js: line 311, col 92, ['next'] is better written in dot notation. +build/public/templates/account/info.js: line 311, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 311, col 119, ['pagination'] is better written in dot notation. +build/public/templates/account/info.js: line 311, col 133, ['next'] is better written in dot notation. +build/public/templates/account/info.js: line 311, col 141, ['active'] is better written in dot notation. +build/public/templates/account/info.js: line 315, col 166, Line is too long. +build/public/templates/account/info.js: line 315, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 315, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/info.js: line 315, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 315, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/info.js: line 315, col 100, ['last'] is better written in dot notation. +build/public/templates/account/info.js: line 315, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 315, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/info.js: line 315, col 141, ['last'] is better written in dot notation. +build/public/templates/account/info.js: line 315, col 149, ['qs'] is better written in dot notation. +build/public/templates/account/info.js: line 317, col 124, Line is too long. +build/public/templates/account/info.js: line 317, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 317, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/info.js: line 317, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 317, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/info.js: line 317, col 100, ['pageCount'] is better written in dot notation. +build/public/templates/account/info.js: line 318, col 144, Line is too long. +build/public/templates/account/info.js: line 320, col 164, Line is too long. +build/public/templates/account/info.js: line 321, col 149, Line is too long. +build/public/templates/account/info.js: line 321, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 321, col 41, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 321, col 55, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 321, col 71, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 321, col 82, ['flags'] is better written in dot notation. +build/public/templates/account/info.js: line 321, col 94, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 321, col 110, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 321, col 121, ['flags'] is better written in dot notation. +build/public/templates/account/info.js: line 321, col 130, ['length'] is better written in dot notation. +build/public/templates/account/info.js: line 326, col 111, Line is too long. +build/public/templates/account/info.js: line 327, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 327, col 41, ['banned'] is better written in dot notation. +build/public/templates/account/info.js: line 329, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 329, col 45, ['isSelf'] is better written in dot notation. +build/public/templates/account/info.js: line 331, col 132, Line is too long. +build/public/templates/account/info.js: line 334, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 334, col 45, ['isSelf'] is better written in dot notation. +build/public/templates/account/info.js: line 336, col 127, Line is too long. +build/public/templates/account/info.js: line 339, col 147, Line is too long. +build/public/templates/account/info.js: line 339, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 339, col 41, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 339, col 55, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 339, col 71, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 339, col 82, ['bans'] is better written in dot notation. +build/public/templates/account/info.js: line 339, col 93, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 339, col 109, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 339, col 120, ['bans'] is better written in dot notation. +build/public/templates/account/info.js: line 339, col 128, ['length'] is better written in dot notation. +build/public/templates/account/info.js: line 344, col 112, Line is too long. +build/public/templates/account/info.js: line 345, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 345, col 41, ['muted'] is better written in dot notation. +build/public/templates/account/info.js: line 347, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 347, col 45, ['isSelf'] is better written in dot notation. +build/public/templates/account/info.js: line 349, col 134, Line is too long. +build/public/templates/account/info.js: line 352, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 352, col 45, ['isSelf'] is better written in dot notation. +build/public/templates/account/info.js: line 354, col 129, Line is too long. +build/public/templates/account/info.js: line 357, col 149, Line is too long. +build/public/templates/account/info.js: line 357, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 357, col 41, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 357, col 55, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 357, col 71, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 357, col 82, ['mutes'] is better written in dot notation. +build/public/templates/account/info.js: line 357, col 94, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 357, col 110, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 357, col 121, ['mutes'] is better written in dot notation. +build/public/templates/account/info.js: line 357, col 130, ['length'] is better written in dot notation. +build/public/templates/account/info.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/account/info.js: line 369, col 119, Line is too long. +build/public/templates/account/info.js: line 369, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 369, col 52, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/info.js: line 375, col 133, Line is too long. +build/public/templates/account/info.js: line 382, col 156, Line is too long. +build/public/templates/account/info.js: line 382, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 382, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/info.js: line 382, col 63, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 382, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/info.js: line 382, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 382, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/info.js: line 382, col 140, ['url'] is better written in dot notation. +build/public/templates/account/info.js: line 384, col 170, Line is too long. +build/public/templates/account/info.js: line 384, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 384, col 57, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/info.js: line 384, col 75, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 384, col 91, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/info.js: line 384, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 384, col 131, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/info.js: line 384, col 152, ['url'] is better written in dot notation. +build/public/templates/account/info.js: line 388, col 167, Line is too long. +build/public/templates/account/info.js: line 388, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 388, col 53, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/info.js: line 388, col 71, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 388, col 87, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/info.js: line 388, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 388, col 127, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/info.js: line 388, col 148, ['text'] is better written in dot notation. +build/public/templates/account/info.js: line 392, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 395, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 395, col 53, ['rssFeedUrl'] is better written in dot notation. +build/public/templates/account/info.js: line 397, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 397, col 65, ['rssFeedUrl'] is better written in dot notation. +build/public/templates/account/info.js: line 403, col 156, Line is too long. +build/public/templates/account/info.js: line 403, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 403, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/info.js: line 403, col 63, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 403, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/info.js: line 403, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 403, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/info.js: line 403, col 140, ['url'] is better written in dot notation. +build/public/templates/account/info.js: line 370, col 13, 'key' is defined but never used. +build/public/templates/account/info.js: line 369, col 112, 'value' is defined but never used. +build/public/templates/account/info.js: line 368, col 11, 'value' is defined but never used. +build/public/templates/account/info.js: line 366, col 72, 'helper' is defined but never used. +build/public/templates/account/info.js: line 414, col 155, Line is too long. +build/public/templates/account/info.js: line 414, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 414, col 52, ['widgets'] is better written in dot notation. +build/public/templates/account/info.js: line 414, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 414, col 82, ['widgets'] is better written in dot notation. +build/public/templates/account/info.js: line 414, col 93, ['header'] is better written in dot notation. +build/public/templates/account/info.js: line 417, col 205, Line is too long. +build/public/templates/account/info.js: line 417, col 28, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 417, col 44, ['widgets'] is better written in dot notation. +build/public/templates/account/info.js: line 417, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 417, col 74, ['widgets'] is better written in dot notation. +build/public/templates/account/info.js: line 417, col 85, ['header'] is better written in dot notation. +build/public/templates/account/info.js: line 417, col 98, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 417, col 114, ['widgets'] is better written in dot notation. +build/public/templates/account/info.js: line 417, col 125, ['header'] is better written in dot notation. +build/public/templates/account/info.js: line 417, col 144, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 417, col 160, ['widgets'] is better written in dot notation. +build/public/templates/account/info.js: line 417, col 171, ['header'] is better written in dot notation. +build/public/templates/account/info.js: line 417, col 187, ['html'] is better written in dot notation. +build/public/templates/account/info.js: line 415, col 13, 'key' is defined but never used. +build/public/templates/account/info.js: line 414, col 148, 'value' is defined but never used. +build/public/templates/account/info.js: line 414, col 140, 'length' is defined but never used. +build/public/templates/account/info.js: line 414, col 133, 'index' is defined but never used. +build/public/templates/account/info.js: line 412, col 11, '__escape' is defined but never used. +build/public/templates/account/info.js: line 413, col 11, 'value' is defined but never used. +build/public/templates/account/info.js: line 411, col 77, 'helper' is defined but never used. +build/public/templates/account/info.js: line 426, col 121, Line is too long. +build/public/templates/account/info.js: line 426, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 426, col 52, ['profile_links'] is better written in dot notation. +build/public/templates/account/info.js: line 433, col 171, Line is too long. +build/public/templates/account/info.js: line 433, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 433, col 53, ['profile_links'] is better written in dot notation. +build/public/templates/account/info.js: line 433, col 73, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 433, col 89, ['profile_links'] is better written in dot notation. +build/public/templates/account/info.js: line 433, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 433, col 131, ['profile_links'] is better written in dot notation. +build/public/templates/account/info.js: line 433, col 154, ['id'] is better written in dot notation. +build/public/templates/account/info.js: line 435, col 165, Line is too long. +build/public/templates/account/info.js: line 435, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 435, col 45, ['profile_links'] is better written in dot notation. +build/public/templates/account/info.js: line 435, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 435, col 81, ['profile_links'] is better written in dot notation. +build/public/templates/account/info.js: line 435, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 435, col 123, ['profile_links'] is better written in dot notation. +build/public/templates/account/info.js: line 435, col 146, ['public'] is better written in dot notation. +build/public/templates/account/info.js: line 439, col 120, Line is too long. +build/public/templates/account/info.js: line 439, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 439, col 53, ['config'] is better written in dot notation. +build/public/templates/account/info.js: line 439, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 439, col 82, ['config'] is better written in dot notation. +build/public/templates/account/info.js: line 439, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/info.js: line 441, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 441, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/info.js: line 443, col 174, Line is too long. +build/public/templates/account/info.js: line 443, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 443, col 53, ['profile_links'] is better written in dot notation. +build/public/templates/account/info.js: line 443, col 73, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 443, col 89, ['profile_links'] is better written in dot notation. +build/public/templates/account/info.js: line 443, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 443, col 131, ['profile_links'] is better written in dot notation. +build/public/templates/account/info.js: line 443, col 154, ['route'] is better written in dot notation. +build/public/templates/account/info.js: line 445, col 163, Line is too long. +build/public/templates/account/info.js: line 445, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 445, col 45, ['profile_links'] is better written in dot notation. +build/public/templates/account/info.js: line 445, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 445, col 81, ['profile_links'] is better written in dot notation. +build/public/templates/account/info.js: line 445, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 445, col 123, ['profile_links'] is better written in dot notation. +build/public/templates/account/info.js: line 445, col 146, ['icon'] is better written in dot notation. +build/public/templates/account/info.js: line 447, col 177, Line is too long. +build/public/templates/account/info.js: line 447, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 447, col 57, ['profile_links'] is better written in dot notation. +build/public/templates/account/info.js: line 447, col 77, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 447, col 93, ['profile_links'] is better written in dot notation. +build/public/templates/account/info.js: line 447, col 119, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 447, col 135, ['profile_links'] is better written in dot notation. +build/public/templates/account/info.js: line 447, col 158, ['icon'] is better written in dot notation. +build/public/templates/account/info.js: line 450, col 173, Line is too long. +build/public/templates/account/info.js: line 450, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 450, col 53, ['profile_links'] is better written in dot notation. +build/public/templates/account/info.js: line 450, col 73, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 450, col 89, ['profile_links'] is better written in dot notation. +build/public/templates/account/info.js: line 450, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 450, col 131, ['profile_links'] is better written in dot notation. +build/public/templates/account/info.js: line 450, col 154, ['name'] is better written in dot notation. +build/public/templates/account/info.js: line 427, col 13, 'key' is defined but never used. +build/public/templates/account/info.js: line 426, col 114, 'value' is defined but never used. +build/public/templates/account/info.js: line 426, col 106, 'length' is defined but never used. +build/public/templates/account/info.js: line 425, col 11, 'value' is defined but never used. +build/public/templates/account/info.js: line 423, col 76, 'helper' is defined but never used. +build/public/templates/account/info.js: line 459, col 116, Line is too long. +build/public/templates/account/info.js: line 459, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 459, col 52, ['sessions'] is better written in dot notation. +build/public/templates/account/info.js: line 462, col 158, Line is too long. +build/public/templates/account/info.js: line 462, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 462, col 53, ['sessions'] is better written in dot notation. +build/public/templates/account/info.js: line 462, col 68, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 462, col 84, ['sessions'] is better written in dot notation. +build/public/templates/account/info.js: line 462, col 105, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 462, col 121, ['sessions'] is better written in dot notation. +build/public/templates/account/info.js: line 462, col 139, ['uuid'] is better written in dot notation. +build/public/templates/account/info.js: line 464, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 464, col 45, ['isSelfOrAdminOrGlobalModerator'] is better written in dot notation. +build/public/templates/account/info.js: line 466, col 155, Line is too long. +build/public/templates/account/info.js: line 466, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 466, col 49, ['sessions'] is better written in dot notation. +build/public/templates/account/info.js: line 466, col 64, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 466, col 80, ['sessions'] is better written in dot notation. +build/public/templates/account/info.js: line 466, col 101, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 466, col 117, ['sessions'] is better written in dot notation. +build/public/templates/account/info.js: line 466, col 135, ['current'] is better written in dot notation. +build/public/templates/account/info.js: line 468, col 146, Line is too long. +build/public/templates/account/info.js: line 474, col 151, Line is too long. +build/public/templates/account/info.js: line 474, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 474, col 45, ['sessions'] is better written in dot notation. +build/public/templates/account/info.js: line 474, col 60, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 474, col 76, ['sessions'] is better written in dot notation. +build/public/templates/account/info.js: line 474, col 97, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 474, col 113, ['sessions'] is better written in dot notation. +build/public/templates/account/info.js: line 474, col 131, ['current'] is better written in dot notation. +build/public/templates/account/info.js: line 478, col 161, Line is too long. +build/public/templates/account/info.js: line 478, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 478, col 53, ['sessions'] is better written in dot notation. +build/public/templates/account/info.js: line 478, col 68, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 478, col 84, ['sessions'] is better written in dot notation. +build/public/templates/account/info.js: line 478, col 105, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 478, col 121, ['sessions'] is better written in dot notation. +build/public/templates/account/info.js: line 478, col 139, ['browser'] is better written in dot notation. +build/public/templates/account/info.js: line 480, col 161, Line is too long. +build/public/templates/account/info.js: line 480, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 480, col 53, ['sessions'] is better written in dot notation. +build/public/templates/account/info.js: line 480, col 68, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 480, col 84, ['sessions'] is better written in dot notation. +build/public/templates/account/info.js: line 480, col 105, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 480, col 121, ['sessions'] is better written in dot notation. +build/public/templates/account/info.js: line 480, col 139, ['version'] is better written in dot notation. +build/public/templates/account/info.js: line 482, col 162, Line is too long. +build/public/templates/account/info.js: line 482, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 482, col 53, ['sessions'] is better written in dot notation. +build/public/templates/account/info.js: line 482, col 68, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 482, col 84, ['sessions'] is better written in dot notation. +build/public/templates/account/info.js: line 482, col 105, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 482, col 121, ['sessions'] is better written in dot notation. +build/public/templates/account/info.js: line 482, col 139, ['platform'] is better written in dot notation. +build/public/templates/account/info.js: line 484, col 165, Line is too long. +build/public/templates/account/info.js: line 484, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 484, col 53, ['sessions'] is better written in dot notation. +build/public/templates/account/info.js: line 484, col 68, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 484, col 84, ['sessions'] is better written in dot notation. +build/public/templates/account/info.js: line 484, col 105, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 484, col 121, ['sessions'] is better written in dot notation. +build/public/templates/account/info.js: line 484, col 139, ['datetimeISO'] is better written in dot notation. +build/public/templates/account/info.js: line 486, col 156, Line is too long. +build/public/templates/account/info.js: line 486, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 486, col 53, ['sessions'] is better written in dot notation. +build/public/templates/account/info.js: line 486, col 68, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 486, col 84, ['sessions'] is better written in dot notation. +build/public/templates/account/info.js: line 486, col 105, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 486, col 121, ['sessions'] is better written in dot notation. +build/public/templates/account/info.js: line 486, col 139, ['ip'] is better written in dot notation. +build/public/templates/account/info.js: line 460, col 13, 'key' is defined but never used. +build/public/templates/account/info.js: line 458, col 11, 'value' is defined but never used. +build/public/templates/account/info.js: line 495, col 111, Line is too long. +build/public/templates/account/info.js: line 495, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 495, col 52, ['ips'] is better written in dot notation. +build/public/templates/account/info.js: line 496, col 13, 'key' is defined but never used. +build/public/templates/account/info.js: line 494, col 11, 'value' is defined but never used. +build/public/templates/account/info.js: line 492, col 56, 'helper' is defined but never used. +build/public/templates/account/info.js: line 507, col 117, Line is too long. +build/public/templates/account/info.js: line 507, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 507, col 52, ['usernames'] is better written in dot notation. +build/public/templates/account/info.js: line 510, col 162, Line is too long. +build/public/templates/account/info.js: line 510, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 510, col 53, ['usernames'] is better written in dot notation. +build/public/templates/account/info.js: line 510, col 69, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 510, col 85, ['usernames'] is better written in dot notation. +build/public/templates/account/info.js: line 510, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 510, col 123, ['usernames'] is better written in dot notation. +build/public/templates/account/info.js: line 510, col 142, ['value'] is better written in dot notation. +build/public/templates/account/info.js: line 512, col 152, Line is too long. +build/public/templates/account/info.js: line 512, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 512, col 45, ['usernames'] is better written in dot notation. +build/public/templates/account/info.js: line 512, col 61, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 512, col 77, ['usernames'] is better written in dot notation. +build/public/templates/account/info.js: line 512, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 512, col 115, ['usernames'] is better written in dot notation. +build/public/templates/account/info.js: line 512, col 134, ['byUid'] is better written in dot notation. +build/public/templates/account/info.js: line 514, col 217, Line is too long. +build/public/templates/account/info.js: line 514, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 514, col 49, ['usernames'] is better written in dot notation. +build/public/templates/account/info.js: line 514, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 514, col 81, ['usernames'] is better written in dot notation. +build/public/templates/account/info.js: line 514, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 514, col 119, ['usernames'] is better written in dot notation. +build/public/templates/account/info.js: line 514, col 138, ['byUser'] is better written in dot notation. +build/public/templates/account/info.js: line 514, col 151, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 514, col 167, ['usernames'] is better written in dot notation. +build/public/templates/account/info.js: line 514, col 186, ['byUser'] is better written in dot notation. +build/public/templates/account/info.js: line 514, col 196, ['userslug'] is better written in dot notation. +build/public/templates/account/info.js: line 515, col 126, Line is too long. +build/public/templates/account/info.js: line 515, col 43, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 515, col 59, ['config'] is better written in dot notation. +build/public/templates/account/info.js: line 515, col 72, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 515, col 88, ['config'] is better written in dot notation. +build/public/templates/account/info.js: line 515, col 98, ['relative_path'] is better written in dot notation. +build/public/templates/account/info.js: line 517, col 230, Line is too long. +build/public/templates/account/info.js: line 517, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 517, col 61, ['usernames'] is better written in dot notation. +build/public/templates/account/info.js: line 517, col 77, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 517, col 93, ['usernames'] is better written in dot notation. +build/public/templates/account/info.js: line 517, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 517, col 131, ['usernames'] is better written in dot notation. +build/public/templates/account/info.js: line 517, col 150, ['byUser'] is better written in dot notation. +build/public/templates/account/info.js: line 517, col 163, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 517, col 179, ['usernames'] is better written in dot notation. +build/public/templates/account/info.js: line 517, col 198, ['byUser'] is better written in dot notation. +build/public/templates/account/info.js: line 517, col 208, ['userslug'] is better written in dot notation. +build/public/templates/account/info.js: line 520, col 269, Line is too long. +build/public/templates/account/info.js: line 520, col 82, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 520, col 98, ['usernames'] is better written in dot notation. +build/public/templates/account/info.js: line 520, col 114, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 520, col 130, ['usernames'] is better written in dot notation. +build/public/templates/account/info.js: line 520, col 152, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 520, col 168, ['usernames'] is better written in dot notation. +build/public/templates/account/info.js: line 520, col 187, ['byUser'] is better written in dot notation. +build/public/templates/account/info.js: line 520, col 232, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 524, col 169, Line is too long. +build/public/templates/account/info.js: line 524, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 524, col 53, ['usernames'] is better written in dot notation. +build/public/templates/account/info.js: line 524, col 69, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 524, col 85, ['usernames'] is better written in dot notation. +build/public/templates/account/info.js: line 524, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 524, col 123, ['usernames'] is better written in dot notation. +build/public/templates/account/info.js: line 524, col 142, ['timestampISO'] is better written in dot notation. +build/public/templates/account/info.js: line 508, col 13, 'key' is defined but never used. +build/public/templates/account/info.js: line 507, col 110, 'value' is defined but never used. +build/public/templates/account/info.js: line 507, col 102, 'length' is defined but never used. +build/public/templates/account/info.js: line 507, col 95, 'index' is defined but never used. +build/public/templates/account/info.js: line 506, col 11, 'value' is defined but never used. +build/public/templates/account/info.js: line 533, col 114, Line is too long. +build/public/templates/account/info.js: line 533, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 533, col 52, ['emails'] is better written in dot notation. +build/public/templates/account/info.js: line 536, col 153, Line is too long. +build/public/templates/account/info.js: line 536, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 536, col 53, ['emails'] is better written in dot notation. +build/public/templates/account/info.js: line 536, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 536, col 82, ['emails'] is better written in dot notation. +build/public/templates/account/info.js: line 536, col 101, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 536, col 117, ['emails'] is better written in dot notation. +build/public/templates/account/info.js: line 536, col 133, ['value'] is better written in dot notation. +build/public/templates/account/info.js: line 538, col 143, Line is too long. +build/public/templates/account/info.js: line 538, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 538, col 45, ['emails'] is better written in dot notation. +build/public/templates/account/info.js: line 538, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 538, col 74, ['emails'] is better written in dot notation. +build/public/templates/account/info.js: line 538, col 93, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 538, col 109, ['emails'] is better written in dot notation. +build/public/templates/account/info.js: line 538, col 125, ['byUid'] is better written in dot notation. +build/public/templates/account/info.js: line 540, col 205, Line is too long. +build/public/templates/account/info.js: line 540, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 540, col 49, ['emails'] is better written in dot notation. +build/public/templates/account/info.js: line 540, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 540, col 78, ['emails'] is better written in dot notation. +build/public/templates/account/info.js: line 540, col 97, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 540, col 113, ['emails'] is better written in dot notation. +build/public/templates/account/info.js: line 540, col 129, ['byUser'] is better written in dot notation. +build/public/templates/account/info.js: line 540, col 142, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 540, col 158, ['emails'] is better written in dot notation. +build/public/templates/account/info.js: line 540, col 174, ['byUser'] is better written in dot notation. +build/public/templates/account/info.js: line 540, col 184, ['userslug'] is better written in dot notation. +build/public/templates/account/info.js: line 541, col 126, Line is too long. +build/public/templates/account/info.js: line 541, col 43, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 541, col 59, ['config'] is better written in dot notation. +build/public/templates/account/info.js: line 541, col 72, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 541, col 88, ['config'] is better written in dot notation. +build/public/templates/account/info.js: line 541, col 98, ['relative_path'] is better written in dot notation. +build/public/templates/account/info.js: line 543, col 218, Line is too long. +build/public/templates/account/info.js: line 543, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 543, col 61, ['emails'] is better written in dot notation. +build/public/templates/account/info.js: line 543, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 543, col 90, ['emails'] is better written in dot notation. +build/public/templates/account/info.js: line 543, col 109, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 543, col 125, ['emails'] is better written in dot notation. +build/public/templates/account/info.js: line 543, col 141, ['byUser'] is better written in dot notation. +build/public/templates/account/info.js: line 543, col 154, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 543, col 170, ['emails'] is better written in dot notation. +build/public/templates/account/info.js: line 543, col 186, ['byUser'] is better written in dot notation. +build/public/templates/account/info.js: line 543, col 196, ['userslug'] is better written in dot notation. +build/public/templates/account/info.js: line 546, col 260, Line is too long. +build/public/templates/account/info.js: line 546, col 82, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 546, col 98, ['emails'] is better written in dot notation. +build/public/templates/account/info.js: line 546, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 546, col 127, ['emails'] is better written in dot notation. +build/public/templates/account/info.js: line 546, col 146, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 546, col 162, ['emails'] is better written in dot notation. +build/public/templates/account/info.js: line 546, col 178, ['byUser'] is better written in dot notation. +build/public/templates/account/info.js: line 546, col 223, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 550, col 160, Line is too long. +build/public/templates/account/info.js: line 550, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 550, col 53, ['emails'] is better written in dot notation. +build/public/templates/account/info.js: line 550, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 550, col 82, ['emails'] is better written in dot notation. +build/public/templates/account/info.js: line 550, col 101, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 550, col 117, ['emails'] is better written in dot notation. +build/public/templates/account/info.js: line 550, col 133, ['timestampISO'] is better written in dot notation. +build/public/templates/account/info.js: line 534, col 13, 'key' is defined but never used. +build/public/templates/account/info.js: line 533, col 107, 'value' is defined but never used. +build/public/templates/account/info.js: line 533, col 99, 'length' is defined but never used. +build/public/templates/account/info.js: line 533, col 92, 'index' is defined but never used. +build/public/templates/account/info.js: line 532, col 11, 'value' is defined but never used. +build/public/templates/account/info.js: line 559, col 123, Line is too long. +build/public/templates/account/info.js: line 559, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 559, col 52, ['moderationNotes'] is better written in dot notation. +build/public/templates/account/info.js: line 562, col 177, Line is too long. +build/public/templates/account/info.js: line 562, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 562, col 53, ['moderationNotes'] is better written in dot notation. +build/public/templates/account/info.js: line 562, col 75, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 562, col 91, ['moderationNotes'] is better written in dot notation. +build/public/templates/account/info.js: line 562, col 119, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 562, col 135, ['moderationNotes'] is better written in dot notation. +build/public/templates/account/info.js: line 562, col 160, ['id'] is better written in dot notation. +build/public/templates/account/info.js: line 564, col 233, Line is too long. +build/public/templates/account/info.js: line 564, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 564, col 45, ['moderationNotes'] is better written in dot notation. +build/public/templates/account/info.js: line 564, col 67, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 564, col 83, ['moderationNotes'] is better written in dot notation. +build/public/templates/account/info.js: line 564, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 564, col 127, ['moderationNotes'] is better written in dot notation. +build/public/templates/account/info.js: line 564, col 152, ['user'] is better written in dot notation. +build/public/templates/account/info.js: line 564, col 163, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 564, col 179, ['moderationNotes'] is better written in dot notation. +build/public/templates/account/info.js: line 564, col 204, ['user'] is better written in dot notation. +build/public/templates/account/info.js: line 564, col 212, ['userslug'] is better written in dot notation. +build/public/templates/account/info.js: line 565, col 122, Line is too long. +build/public/templates/account/info.js: line 565, col 39, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 565, col 55, ['config'] is better written in dot notation. +build/public/templates/account/info.js: line 565, col 68, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 565, col 84, ['config'] is better written in dot notation. +build/public/templates/account/info.js: line 565, col 94, ['relative_path'] is better written in dot notation. +build/public/templates/account/info.js: line 567, col 246, Line is too long. +build/public/templates/account/info.js: line 567, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 567, col 57, ['moderationNotes'] is better written in dot notation. +build/public/templates/account/info.js: line 567, col 79, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 567, col 95, ['moderationNotes'] is better written in dot notation. +build/public/templates/account/info.js: line 567, col 123, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 567, col 139, ['moderationNotes'] is better written in dot notation. +build/public/templates/account/info.js: line 567, col 164, ['user'] is better written in dot notation. +build/public/templates/account/info.js: line 567, col 175, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 567, col 191, ['moderationNotes'] is better written in dot notation. +build/public/templates/account/info.js: line 567, col 216, ['user'] is better written in dot notation. +build/public/templates/account/info.js: line 567, col 224, ['userslug'] is better written in dot notation. +build/public/templates/account/info.js: line 570, col 281, Line is too long. +build/public/templates/account/info.js: line 570, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 570, col 94, ['moderationNotes'] is better written in dot notation. +build/public/templates/account/info.js: line 570, col 116, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 570, col 132, ['moderationNotes'] is better written in dot notation. +build/public/templates/account/info.js: line 570, col 160, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 570, col 176, ['moderationNotes'] is better written in dot notation. +build/public/templates/account/info.js: line 570, col 201, ['user'] is better written in dot notation. +build/public/templates/account/info.js: line 570, col 244, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 572, col 233, Line is too long. +build/public/templates/account/info.js: line 572, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 572, col 45, ['moderationNotes'] is better written in dot notation. +build/public/templates/account/info.js: line 572, col 67, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 572, col 83, ['moderationNotes'] is better written in dot notation. +build/public/templates/account/info.js: line 572, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 572, col 127, ['moderationNotes'] is better written in dot notation. +build/public/templates/account/info.js: line 572, col 152, ['user'] is better written in dot notation. +build/public/templates/account/info.js: line 572, col 163, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 572, col 179, ['moderationNotes'] is better written in dot notation. +build/public/templates/account/info.js: line 572, col 204, ['user'] is better written in dot notation. +build/public/templates/account/info.js: line 572, col 212, ['userslug'] is better written in dot notation. +build/public/templates/account/info.js: line 573, col 122, Line is too long. +build/public/templates/account/info.js: line 573, col 39, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 573, col 55, ['config'] is better written in dot notation. +build/public/templates/account/info.js: line 573, col 68, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 573, col 84, ['config'] is better written in dot notation. +build/public/templates/account/info.js: line 573, col 94, ['relative_path'] is better written in dot notation. +build/public/templates/account/info.js: line 575, col 246, Line is too long. +build/public/templates/account/info.js: line 575, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 575, col 57, ['moderationNotes'] is better written in dot notation. +build/public/templates/account/info.js: line 575, col 79, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 575, col 95, ['moderationNotes'] is better written in dot notation. +build/public/templates/account/info.js: line 575, col 123, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 575, col 139, ['moderationNotes'] is better written in dot notation. +build/public/templates/account/info.js: line 575, col 164, ['user'] is better written in dot notation. +build/public/templates/account/info.js: line 575, col 175, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 575, col 191, ['moderationNotes'] is better written in dot notation. +build/public/templates/account/info.js: line 575, col 216, ['user'] is better written in dot notation. +build/public/templates/account/info.js: line 575, col 224, ['userslug'] is better written in dot notation. +build/public/templates/account/info.js: line 578, col 243, Line is too long. +build/public/templates/account/info.js: line 578, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 578, col 53, ['moderationNotes'] is better written in dot notation. +build/public/templates/account/info.js: line 578, col 75, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 578, col 91, ['moderationNotes'] is better written in dot notation. +build/public/templates/account/info.js: line 578, col 119, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 578, col 135, ['moderationNotes'] is better written in dot notation. +build/public/templates/account/info.js: line 578, col 160, ['user'] is better written in dot notation. +build/public/templates/account/info.js: line 578, col 171, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 578, col 187, ['moderationNotes'] is better written in dot notation. +build/public/templates/account/info.js: line 578, col 212, ['user'] is better written in dot notation. +build/public/templates/account/info.js: line 578, col 220, ['username'] is better written in dot notation. +build/public/templates/account/info.js: line 580, col 238, Line is too long. +build/public/templates/account/info.js: line 580, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 580, col 53, ['moderationNotes'] is better written in dot notation. +build/public/templates/account/info.js: line 580, col 75, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 580, col 91, ['moderationNotes'] is better written in dot notation. +build/public/templates/account/info.js: line 580, col 119, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 580, col 135, ['moderationNotes'] is better written in dot notation. +build/public/templates/account/info.js: line 580, col 160, ['user'] is better written in dot notation. +build/public/templates/account/info.js: line 580, col 171, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 580, col 187, ['moderationNotes'] is better written in dot notation. +build/public/templates/account/info.js: line 580, col 212, ['user'] is better written in dot notation. +build/public/templates/account/info.js: line 580, col 220, ['uid'] is better written in dot notation. +build/public/templates/account/info.js: line 582, col 243, Line is too long. +build/public/templates/account/info.js: line 582, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 582, col 53, ['moderationNotes'] is better written in dot notation. +build/public/templates/account/info.js: line 582, col 75, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 582, col 91, ['moderationNotes'] is better written in dot notation. +build/public/templates/account/info.js: line 582, col 119, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 582, col 135, ['moderationNotes'] is better written in dot notation. +build/public/templates/account/info.js: line 582, col 160, ['user'] is better written in dot notation. +build/public/templates/account/info.js: line 582, col 171, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 582, col 187, ['moderationNotes'] is better written in dot notation. +build/public/templates/account/info.js: line 582, col 212, ['user'] is better written in dot notation. +build/public/templates/account/info.js: line 582, col 220, ['username'] is better written in dot notation. +build/public/templates/account/info.js: line 584, col 187, Line is too long. +build/public/templates/account/info.js: line 584, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 584, col 53, ['moderationNotes'] is better written in dot notation. +build/public/templates/account/info.js: line 584, col 75, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 584, col 91, ['moderationNotes'] is better written in dot notation. +build/public/templates/account/info.js: line 584, col 119, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 584, col 135, ['moderationNotes'] is better written in dot notation. +build/public/templates/account/info.js: line 584, col 160, ['timestampISO'] is better written in dot notation. +build/public/templates/account/info.js: line 585, col 147, Line is too long. +build/public/templates/account/info.js: line 586, col 179, Line is too long. +build/public/templates/account/info.js: line 586, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 586, col 53, ['moderationNotes'] is better written in dot notation. +build/public/templates/account/info.js: line 586, col 75, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 586, col 91, ['moderationNotes'] is better written in dot notation. +build/public/templates/account/info.js: line 586, col 119, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 586, col 135, ['moderationNotes'] is better written in dot notation. +build/public/templates/account/info.js: line 586, col 160, ['note'] is better written in dot notation. +build/public/templates/account/info.js: line 587, col 299, Line is too long. +build/public/templates/account/info.js: line 588, col 182, Line is too long. +build/public/templates/account/info.js: line 588, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 588, col 53, ['moderationNotes'] is better written in dot notation. +build/public/templates/account/info.js: line 588, col 75, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 588, col 91, ['moderationNotes'] is better written in dot notation. +build/public/templates/account/info.js: line 588, col 119, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 588, col 135, ['moderationNotes'] is better written in dot notation. +build/public/templates/account/info.js: line 588, col 160, ['rawNote'] is better written in dot notation. +build/public/templates/account/info.js: line 589, col 355, Line is too long. +build/public/templates/account/info.js: line 560, col 13, 'key' is defined but never used. +build/public/templates/account/info.js: line 559, col 116, 'value' is defined but never used. +build/public/templates/account/info.js: line 559, col 108, 'length' is defined but never used. +build/public/templates/account/info.js: line 559, col 101, 'index' is defined but never used. +build/public/templates/account/info.js: line 558, col 11, 'value' is defined but never used. +build/public/templates/account/info.js: line 597, col 160, Line is too long. +build/public/templates/account/info.js: line 597, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 597, col 52, ['pagination'] is better written in dot notation. +build/public/templates/account/info.js: line 597, col 69, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 597, col 85, ['pagination'] is better written in dot notation. +build/public/templates/account/info.js: line 597, col 99, ['pages'] is better written in dot notation. +build/public/templates/account/info.js: line 600, col 219, Line is too long. +build/public/templates/account/info.js: line 600, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 600, col 45, ['pagination'] is better written in dot notation. +build/public/templates/account/info.js: line 600, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 600, col 78, ['pagination'] is better written in dot notation. +build/public/templates/account/info.js: line 600, col 92, ['pages'] is better written in dot notation. +build/public/templates/account/info.js: line 600, col 104, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 600, col 120, ['pagination'] is better written in dot notation. +build/public/templates/account/info.js: line 600, col 134, ['pages'] is better written in dot notation. +build/public/templates/account/info.js: line 600, col 152, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 600, col 168, ['pagination'] is better written in dot notation. +build/public/templates/account/info.js: line 600, col 182, ['pages'] is better written in dot notation. +build/public/templates/account/info.js: line 600, col 197, ['separator'] is better written in dot notation. +build/public/templates/account/info.js: line 601, col 227, Line is too long. +build/public/templates/account/info.js: line 603, col 220, Line is too long. +build/public/templates/account/info.js: line 603, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 603, col 49, ['pagination'] is better written in dot notation. +build/public/templates/account/info.js: line 603, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 603, col 82, ['pagination'] is better written in dot notation. +build/public/templates/account/info.js: line 603, col 96, ['pages'] is better written in dot notation. +build/public/templates/account/info.js: line 603, col 108, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 603, col 124, ['pagination'] is better written in dot notation. +build/public/templates/account/info.js: line 603, col 138, ['pages'] is better written in dot notation. +build/public/templates/account/info.js: line 603, col 156, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 603, col 172, ['pagination'] is better written in dot notation. +build/public/templates/account/info.js: line 603, col 186, ['pages'] is better written in dot notation. +build/public/templates/account/info.js: line 603, col 201, ['active'] is better written in dot notation. +build/public/templates/account/info.js: line 607, col 226, Line is too long. +build/public/templates/account/info.js: line 607, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 607, col 57, ['pagination'] is better written in dot notation. +build/public/templates/account/info.js: line 607, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 607, col 90, ['pagination'] is better written in dot notation. +build/public/templates/account/info.js: line 607, col 104, ['pages'] is better written in dot notation. +build/public/templates/account/info.js: line 607, col 116, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 607, col 132, ['pagination'] is better written in dot notation. +build/public/templates/account/info.js: line 607, col 146, ['pages'] is better written in dot notation. +build/public/templates/account/info.js: line 607, col 164, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 607, col 180, ['pagination'] is better written in dot notation. +build/public/templates/account/info.js: line 607, col 194, ['pages'] is better written in dot notation. +build/public/templates/account/info.js: line 607, col 209, ['qs'] is better written in dot notation. +build/public/templates/account/info.js: line 609, col 228, Line is too long. +build/public/templates/account/info.js: line 609, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 609, col 57, ['pagination'] is better written in dot notation. +build/public/templates/account/info.js: line 609, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 609, col 90, ['pagination'] is better written in dot notation. +build/public/templates/account/info.js: line 609, col 104, ['pages'] is better written in dot notation. +build/public/templates/account/info.js: line 609, col 116, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 609, col 132, ['pagination'] is better written in dot notation. +build/public/templates/account/info.js: line 609, col 146, ['pages'] is better written in dot notation. +build/public/templates/account/info.js: line 609, col 164, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 609, col 180, ['pagination'] is better written in dot notation. +build/public/templates/account/info.js: line 609, col 194, ['pages'] is better written in dot notation. +build/public/templates/account/info.js: line 609, col 209, ['page'] is better written in dot notation. +build/public/templates/account/info.js: line 611, col 228, Line is too long. +build/public/templates/account/info.js: line 611, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 611, col 57, ['pagination'] is better written in dot notation. +build/public/templates/account/info.js: line 611, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 611, col 90, ['pagination'] is better written in dot notation. +build/public/templates/account/info.js: line 611, col 104, ['pages'] is better written in dot notation. +build/public/templates/account/info.js: line 611, col 116, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 611, col 132, ['pagination'] is better written in dot notation. +build/public/templates/account/info.js: line 611, col 146, ['pages'] is better written in dot notation. +build/public/templates/account/info.js: line 611, col 164, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 611, col 180, ['pagination'] is better written in dot notation. +build/public/templates/account/info.js: line 611, col 194, ['pages'] is better written in dot notation. +build/public/templates/account/info.js: line 611, col 209, ['page'] is better written in dot notation. +build/public/templates/account/info.js: line 613, col 228, Line is too long. +build/public/templates/account/info.js: line 613, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 613, col 57, ['pagination'] is better written in dot notation. +build/public/templates/account/info.js: line 613, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 613, col 90, ['pagination'] is better written in dot notation. +build/public/templates/account/info.js: line 613, col 104, ['pages'] is better written in dot notation. +build/public/templates/account/info.js: line 613, col 116, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 613, col 132, ['pagination'] is better written in dot notation. +build/public/templates/account/info.js: line 613, col 146, ['pages'] is better written in dot notation. +build/public/templates/account/info.js: line 613, col 164, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 613, col 180, ['pagination'] is better written in dot notation. +build/public/templates/account/info.js: line 613, col 194, ['pages'] is better written in dot notation. +build/public/templates/account/info.js: line 613, col 209, ['page'] is better written in dot notation. +build/public/templates/account/info.js: line 598, col 13, 'key' is defined but never used. +build/public/templates/account/info.js: line 597, col 153, 'value' is defined but never used. +build/public/templates/account/info.js: line 597, col 145, 'length' is defined but never used. +build/public/templates/account/info.js: line 597, col 138, 'index' is defined but never used. +build/public/templates/account/info.js: line 596, col 11, 'value' is defined but never used. +build/public/templates/account/info.js: line 594, col 81, 'helper' is defined but never used. +build/public/templates/account/info.js: line 623, col 154, Line is too long. +build/public/templates/account/info.js: line 623, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 623, col 52, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 623, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 623, col 82, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 623, col 93, ['flags'] is better written in dot notation. +build/public/templates/account/info.js: line 625, col 136, Line is too long. +build/public/templates/account/info.js: line 626, col 214, Line is too long. +build/public/templates/account/info.js: line 626, col 30, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 626, col 46, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 626, col 60, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 626, col 76, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 626, col 87, ['flags'] is better written in dot notation. +build/public/templates/account/info.js: line 626, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 626, col 115, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 626, col 126, ['flags'] is better written in dot notation. +build/public/templates/account/info.js: line 626, col 144, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 626, col 160, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 626, col 171, ['flags'] is better written in dot notation. +build/public/templates/account/info.js: line 626, col 186, ['type'] is better written in dot notation. +build/public/templates/account/info.js: line 626, col 205, Expected '===' and instead saw '=='. +build/public/templates/account/info.js: line 630, col 220, Line is too long. +build/public/templates/account/info.js: line 630, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 630, col 53, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 630, col 67, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 630, col 83, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 630, col 94, ['flags'] is better written in dot notation. +build/public/templates/account/info.js: line 630, col 106, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 630, col 122, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 630, col 133, ['flags'] is better written in dot notation. +build/public/templates/account/info.js: line 630, col 151, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 630, col 167, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 630, col 178, ['flags'] is better written in dot notation. +build/public/templates/account/info.js: line 630, col 193, ['timestampISO'] is better written in dot notation. +build/public/templates/account/info.js: line 632, col 120, Line is too long. +build/public/templates/account/info.js: line 632, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 632, col 53, ['config'] is better written in dot notation. +build/public/templates/account/info.js: line 632, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 632, col 82, ['config'] is better written in dot notation. +build/public/templates/account/info.js: line 632, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/info.js: line 634, col 214, Line is too long. +build/public/templates/account/info.js: line 634, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 634, col 53, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 634, col 67, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 634, col 83, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 634, col 94, ['flags'] is better written in dot notation. +build/public/templates/account/info.js: line 634, col 106, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 634, col 122, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 634, col 133, ['flags'] is better written in dot notation. +build/public/templates/account/info.js: line 634, col 151, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 634, col 167, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 634, col 178, ['flags'] is better written in dot notation. +build/public/templates/account/info.js: line 634, col 193, ['flagId'] is better written in dot notation. +build/public/templates/account/info.js: line 635, col 110, Line is too long. +build/public/templates/account/info.js: line 636, col 214, Line is too long. +build/public/templates/account/info.js: line 636, col 30, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 636, col 46, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 636, col 60, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 636, col 76, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 636, col 87, ['flags'] is better written in dot notation. +build/public/templates/account/info.js: line 636, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 636, col 115, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 636, col 126, ['flags'] is better written in dot notation. +build/public/templates/account/info.js: line 636, col 144, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 636, col 160, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 636, col 171, ['flags'] is better written in dot notation. +build/public/templates/account/info.js: line 636, col 186, ['type'] is better written in dot notation. +build/public/templates/account/info.js: line 636, col 205, Expected '===' and instead saw '=='. +build/public/templates/account/info.js: line 638, col 214, Line is too long. +build/public/templates/account/info.js: line 638, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 638, col 49, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 638, col 63, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 638, col 79, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 638, col 90, ['flags'] is better written in dot notation. +build/public/templates/account/info.js: line 638, col 102, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 638, col 118, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 638, col 129, ['flags'] is better written in dot notation. +build/public/templates/account/info.js: line 638, col 147, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 638, col 163, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 638, col 174, ['flags'] is better written in dot notation. +build/public/templates/account/info.js: line 638, col 189, ['targetPurged'] is better written in dot notation. +build/public/templates/account/info.js: line 641, col 128, Line is too long. +build/public/templates/account/info.js: line 641, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 641, col 61, ['config'] is better written in dot notation. +build/public/templates/account/info.js: line 641, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 641, col 90, ['config'] is better written in dot notation. +build/public/templates/account/info.js: line 641, col 100, ['relative_path'] is better written in dot notation. +build/public/templates/account/info.js: line 643, col 269, Line is too long. +build/public/templates/account/info.js: line 643, col 93, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 643, col 109, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 643, col 123, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 643, col 139, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 643, col 150, ['flags'] is better written in dot notation. +build/public/templates/account/info.js: line 643, col 162, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 643, col 178, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 643, col 189, ['flags'] is better written in dot notation. +build/public/templates/account/info.js: line 643, col 207, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 643, col 223, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 643, col 234, ['flags'] is better written in dot notation. +build/public/templates/account/info.js: line 643, col 249, ['pid'] is better written in dot notation. +build/public/templates/account/info.js: line 645, col 221, Line is too long. +build/public/templates/account/info.js: line 645, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 645, col 61, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 645, col 75, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 645, col 91, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 645, col 102, ['flags'] is better written in dot notation. +build/public/templates/account/info.js: line 645, col 114, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 645, col 130, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 645, col 141, ['flags'] is better written in dot notation. +build/public/templates/account/info.js: line 645, col 159, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 645, col 175, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 645, col 186, ['flags'] is better written in dot notation. +build/public/templates/account/info.js: line 645, col 201, ['title'] is better written in dot notation. +build/public/templates/account/info.js: line 649, col 165, Line is too long. +build/public/templates/account/info.js: line 650, col 252, Line is too long. +build/public/templates/account/info.js: line 650, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 650, col 49, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 650, col 63, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 650, col 79, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 650, col 90, ['flags'] is better written in dot notation. +build/public/templates/account/info.js: line 650, col 102, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 650, col 118, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 650, col 129, ['flags'] is better written in dot notation. +build/public/templates/account/info.js: line 650, col 147, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 650, col 163, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 650, col 174, ['flags'] is better written in dot notation. +build/public/templates/account/info.js: line 650, col 189, ['reports'] is better written in dot notation. +build/public/templates/account/info.js: line 652, col 102, Line is too long. +build/public/templates/account/info.js: line 653, col 124, Line is too long. +build/public/templates/account/info.js: line 653, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 653, col 57, ['config'] is better written in dot notation. +build/public/templates/account/info.js: line 653, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 653, col 86, ['config'] is better written in dot notation. +build/public/templates/account/info.js: line 653, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/account/info.js: line 655, col 441, Line is too long. +build/public/templates/account/info.js: line 655, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 655, col 57, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 655, col 71, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 655, col 87, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 655, col 98, ['flags'] is better written in dot notation. +build/public/templates/account/info.js: line 655, col 110, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 655, col 126, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 655, col 137, ['flags'] is better written in dot notation. +build/public/templates/account/info.js: line 655, col 155, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 655, col 171, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 655, col 182, ['flags'] is better written in dot notation. +build/public/templates/account/info.js: line 655, col 197, ['reports'] is better written in dot notation. +build/public/templates/account/info.js: line 655, col 211, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 655, col 227, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 655, col 238, ['flags'] is better written in dot notation. +build/public/templates/account/info.js: line 655, col 253, ['reports'] is better written in dot notation. +build/public/templates/account/info.js: line 655, col 273, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 655, col 289, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 655, col 300, ['flags'] is better written in dot notation. +build/public/templates/account/info.js: line 655, col 315, ['reports'] is better written in dot notation. +build/public/templates/account/info.js: line 655, col 332, ['reporter'] is better written in dot notation. +build/public/templates/account/info.js: line 655, col 347, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 655, col 363, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 655, col 374, ['flags'] is better written in dot notation. +build/public/templates/account/info.js: line 655, col 389, ['reports'] is better written in dot notation. +build/public/templates/account/info.js: line 655, col 406, ['reporter'] is better written in dot notation. +build/public/templates/account/info.js: line 655, col 418, ['userslug'] is better written in dot notation. +build/public/templates/account/info.js: line 657, col 457, Line is too long. +build/public/templates/account/info.js: line 657, col 82, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 657, col 98, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 657, col 112, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 657, col 128, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 657, col 139, ['flags'] is better written in dot notation. +build/public/templates/account/info.js: line 657, col 151, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 657, col 167, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 657, col 178, ['flags'] is better written in dot notation. +build/public/templates/account/info.js: line 657, col 196, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 657, col 212, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 657, col 223, ['flags'] is better written in dot notation. +build/public/templates/account/info.js: line 657, col 238, ['reports'] is better written in dot notation. +build/public/templates/account/info.js: line 657, col 252, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 657, col 268, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 657, col 279, ['flags'] is better written in dot notation. +build/public/templates/account/info.js: line 657, col 294, ['reports'] is better written in dot notation. +build/public/templates/account/info.js: line 657, col 314, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 657, col 330, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 657, col 341, ['flags'] is better written in dot notation. +build/public/templates/account/info.js: line 657, col 356, ['reports'] is better written in dot notation. +build/public/templates/account/info.js: line 657, col 373, ['reporter'] is better written in dot notation. +build/public/templates/account/info.js: line 657, col 420, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 651, col 17, 'key' is defined but never used. +build/public/templates/account/info.js: line 650, col 245, 'value' is defined but never used. +build/public/templates/account/info.js: line 650, col 237, 'length' is defined but never used. +build/public/templates/account/info.js: line 650, col 230, 'index' is defined but never used. +build/public/templates/account/info.js: line 624, col 13, 'key' is defined but never used. +build/public/templates/account/info.js: line 623, col 147, 'value' is defined but never used. +build/public/templates/account/info.js: line 623, col 139, 'length' is defined but never used. +build/public/templates/account/info.js: line 623, col 132, 'index' is defined but never used. +build/public/templates/account/info.js: line 622, col 11, 'value' is defined but never used. +build/public/templates/account/info.js: line 670, col 153, Line is too long. +build/public/templates/account/info.js: line 670, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 670, col 52, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 670, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 670, col 82, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 670, col 93, ['bans'] is better written in dot notation. +build/public/templates/account/info.js: line 672, col 146, Line is too long. +build/public/templates/account/info.js: line 673, col 120, Line is too long. +build/public/templates/account/info.js: line 673, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 673, col 53, ['config'] is better written in dot notation. +build/public/templates/account/info.js: line 673, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 673, col 82, ['config'] is better written in dot notation. +build/public/templates/account/info.js: line 673, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/info.js: line 675, col 273, Line is too long. +build/public/templates/account/info.js: line 675, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 675, col 53, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 675, col 67, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 675, col 83, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 675, col 94, ['bans'] is better written in dot notation. +build/public/templates/account/info.js: line 675, col 105, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 675, col 121, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 675, col 132, ['bans'] is better written in dot notation. +build/public/templates/account/info.js: line 675, col 149, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 675, col 165, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 675, col 176, ['bans'] is better written in dot notation. +build/public/templates/account/info.js: line 675, col 190, ['user'] is better written in dot notation. +build/public/templates/account/info.js: line 675, col 201, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 675, col 217, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 675, col 228, ['bans'] is better written in dot notation. +build/public/templates/account/info.js: line 675, col 242, ['user'] is better written in dot notation. +build/public/templates/account/info.js: line 675, col 250, ['userslug'] is better written in dot notation. +build/public/templates/account/info.js: line 677, col 311, Line is too long. +build/public/templates/account/info.js: line 677, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 677, col 94, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 677, col 108, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 677, col 124, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 677, col 135, ['bans'] is better written in dot notation. +build/public/templates/account/info.js: line 677, col 146, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 677, col 162, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 677, col 173, ['bans'] is better written in dot notation. +build/public/templates/account/info.js: line 677, col 190, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 677, col 206, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 677, col 217, ['bans'] is better written in dot notation. +build/public/templates/account/info.js: line 677, col 231, ['user'] is better written in dot notation. +build/public/templates/account/info.js: line 677, col 274, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 679, col 263, Line is too long. +build/public/templates/account/info.js: line 679, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 679, col 45, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 679, col 59, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 679, col 75, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 679, col 86, ['bans'] is better written in dot notation. +build/public/templates/account/info.js: line 679, col 97, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 679, col 113, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 679, col 124, ['bans'] is better written in dot notation. +build/public/templates/account/info.js: line 679, col 141, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 679, col 157, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 679, col 168, ['bans'] is better written in dot notation. +build/public/templates/account/info.js: line 679, col 182, ['user'] is better written in dot notation. +build/public/templates/account/info.js: line 679, col 193, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 679, col 209, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 679, col 220, ['bans'] is better written in dot notation. +build/public/templates/account/info.js: line 679, col 234, ['user'] is better written in dot notation. +build/public/templates/account/info.js: line 679, col 242, ['userslug'] is better written in dot notation. +build/public/templates/account/info.js: line 680, col 122, Line is too long. +build/public/templates/account/info.js: line 680, col 39, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 680, col 55, ['config'] is better written in dot notation. +build/public/templates/account/info.js: line 680, col 68, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 680, col 84, ['config'] is better written in dot notation. +build/public/templates/account/info.js: line 680, col 94, ['relative_path'] is better written in dot notation. +build/public/templates/account/info.js: line 682, col 276, Line is too long. +build/public/templates/account/info.js: line 682, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 682, col 57, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 682, col 71, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 682, col 87, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 682, col 98, ['bans'] is better written in dot notation. +build/public/templates/account/info.js: line 682, col 109, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 682, col 125, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 682, col 136, ['bans'] is better written in dot notation. +build/public/templates/account/info.js: line 682, col 153, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 682, col 169, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 682, col 180, ['bans'] is better written in dot notation. +build/public/templates/account/info.js: line 682, col 194, ['user'] is better written in dot notation. +build/public/templates/account/info.js: line 682, col 205, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 682, col 221, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 682, col 232, ['bans'] is better written in dot notation. +build/public/templates/account/info.js: line 682, col 246, ['user'] is better written in dot notation. +build/public/templates/account/info.js: line 682, col 254, ['userslug'] is better written in dot notation. +build/public/templates/account/info.js: line 685, col 273, Line is too long. +build/public/templates/account/info.js: line 685, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 685, col 53, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 685, col 67, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 685, col 83, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 685, col 94, ['bans'] is better written in dot notation. +build/public/templates/account/info.js: line 685, col 105, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 685, col 121, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 685, col 132, ['bans'] is better written in dot notation. +build/public/templates/account/info.js: line 685, col 149, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 685, col 165, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 685, col 176, ['bans'] is better written in dot notation. +build/public/templates/account/info.js: line 685, col 190, ['user'] is better written in dot notation. +build/public/templates/account/info.js: line 685, col 201, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 685, col 217, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 685, col 228, ['bans'] is better written in dot notation. +build/public/templates/account/info.js: line 685, col 242, ['user'] is better written in dot notation. +build/public/templates/account/info.js: line 685, col 250, ['username'] is better written in dot notation. +build/public/templates/account/info.js: line 687, col 268, Line is too long. +build/public/templates/account/info.js: line 687, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 687, col 53, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 687, col 67, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 687, col 83, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 687, col 94, ['bans'] is better written in dot notation. +build/public/templates/account/info.js: line 687, col 105, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 687, col 121, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 687, col 132, ['bans'] is better written in dot notation. +build/public/templates/account/info.js: line 687, col 149, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 687, col 165, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 687, col 176, ['bans'] is better written in dot notation. +build/public/templates/account/info.js: line 687, col 190, ['user'] is better written in dot notation. +build/public/templates/account/info.js: line 687, col 201, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 687, col 217, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 687, col 228, ['bans'] is better written in dot notation. +build/public/templates/account/info.js: line 687, col 242, ['user'] is better written in dot notation. +build/public/templates/account/info.js: line 687, col 250, ['uid'] is better written in dot notation. +build/public/templates/account/info.js: line 689, col 273, Line is too long. +build/public/templates/account/info.js: line 689, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 689, col 53, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 689, col 67, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 689, col 83, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 689, col 94, ['bans'] is better written in dot notation. +build/public/templates/account/info.js: line 689, col 105, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 689, col 121, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 689, col 132, ['bans'] is better written in dot notation. +build/public/templates/account/info.js: line 689, col 149, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 689, col 165, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 689, col 176, ['bans'] is better written in dot notation. +build/public/templates/account/info.js: line 689, col 190, ['user'] is better written in dot notation. +build/public/templates/account/info.js: line 689, col 201, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 689, col 217, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 689, col 228, ['bans'] is better written in dot notation. +build/public/templates/account/info.js: line 689, col 242, ['user'] is better written in dot notation. +build/public/templates/account/info.js: line 689, col 250, ['username'] is better written in dot notation. +build/public/templates/account/info.js: line 691, col 217, Line is too long. +build/public/templates/account/info.js: line 691, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 691, col 53, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 691, col 67, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 691, col 83, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 691, col 94, ['bans'] is better written in dot notation. +build/public/templates/account/info.js: line 691, col 105, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 691, col 121, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 691, col 132, ['bans'] is better written in dot notation. +build/public/templates/account/info.js: line 691, col 149, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 691, col 165, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 691, col 176, ['bans'] is better written in dot notation. +build/public/templates/account/info.js: line 691, col 190, ['timestampISO'] is better written in dot notation. +build/public/templates/account/info.js: line 693, col 212, Line is too long. +build/public/templates/account/info.js: line 693, col 30, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 693, col 46, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 693, col 60, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 693, col 76, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 693, col 87, ['bans'] is better written in dot notation. +build/public/templates/account/info.js: line 693, col 98, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 693, col 114, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 693, col 125, ['bans'] is better written in dot notation. +build/public/templates/account/info.js: line 693, col 142, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 693, col 158, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 693, col 169, ['bans'] is better written in dot notation. +build/public/templates/account/info.js: line 693, col 183, ['type'] is better written in dot notation. +build/public/templates/account/info.js: line 693, col 202, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 696, col 111, Line is too long. +build/public/templates/account/info.js: line 697, col 211, Line is too long. +build/public/templates/account/info.js: line 697, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 697, col 53, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 697, col 67, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 697, col 83, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 697, col 94, ['bans'] is better written in dot notation. +build/public/templates/account/info.js: line 697, col 105, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 697, col 121, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 697, col 132, ['bans'] is better written in dot notation. +build/public/templates/account/info.js: line 697, col 149, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 697, col 165, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 697, col 176, ['bans'] is better written in dot notation. +build/public/templates/account/info.js: line 697, col 190, ['reason'] is better written in dot notation. +build/public/templates/account/info.js: line 699, col 200, Line is too long. +build/public/templates/account/info.js: line 699, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 699, col 45, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 699, col 59, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 699, col 75, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 699, col 86, ['bans'] is better written in dot notation. +build/public/templates/account/info.js: line 699, col 97, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 699, col 113, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 699, col 124, ['bans'] is better written in dot notation. +build/public/templates/account/info.js: line 699, col 141, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 699, col 157, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 699, col 168, ['bans'] is better written in dot notation. +build/public/templates/account/info.js: line 699, col 182, ['until'] is better written in dot notation. +build/public/templates/account/info.js: line 701, col 364, Line is too long. +build/public/templates/account/info.js: line 701, col 92, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 701, col 108, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 701, col 122, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 701, col 138, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 701, col 149, ['bans'] is better written in dot notation. +build/public/templates/account/info.js: line 701, col 160, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 701, col 176, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 701, col 187, ['bans'] is better written in dot notation. +build/public/templates/account/info.js: line 701, col 204, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 701, col 220, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 701, col 231, ['bans'] is better written in dot notation. +build/public/templates/account/info.js: line 701, col 245, ['untilISO'] is better written in dot notation. +build/public/templates/account/info.js: line 701, col 284, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 701, col 300, ['config'] is better written in dot notation. +build/public/templates/account/info.js: line 701, col 313, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 701, col 329, ['config'] is better written in dot notation. +build/public/templates/account/info.js: line 701, col 339, ['userLang'] is better written in dot notation. +build/public/templates/account/info.js: line 704, col 216, Line is too long. +build/public/templates/account/info.js: line 704, col 34, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 704, col 50, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 704, col 64, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 704, col 80, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 704, col 91, ['bans'] is better written in dot notation. +build/public/templates/account/info.js: line 704, col 102, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 704, col 118, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 704, col 129, ['bans'] is better written in dot notation. +build/public/templates/account/info.js: line 704, col 146, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 704, col 162, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 704, col 173, ['bans'] is better written in dot notation. +build/public/templates/account/info.js: line 704, col 187, ['type'] is better written in dot notation. +build/public/templates/account/info.js: line 704, col 206, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 671, col 13, 'key' is defined but never used. +build/public/templates/account/info.js: line 670, col 146, 'value' is defined but never used. +build/public/templates/account/info.js: line 670, col 138, 'length' is defined but never used. +build/public/templates/account/info.js: line 670, col 131, 'index' is defined but never used. +build/public/templates/account/info.js: line 669, col 11, 'value' is defined but never used. +build/public/templates/account/info.js: line 716, col 154, Line is too long. +build/public/templates/account/info.js: line 716, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 716, col 52, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 716, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 716, col 82, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 716, col 93, ['mutes'] is better written in dot notation. +build/public/templates/account/info.js: line 718, col 146, Line is too long. +build/public/templates/account/info.js: line 719, col 120, Line is too long. +build/public/templates/account/info.js: line 719, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 719, col 53, ['config'] is better written in dot notation. +build/public/templates/account/info.js: line 719, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 719, col 82, ['config'] is better written in dot notation. +build/public/templates/account/info.js: line 719, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/info.js: line 721, col 277, Line is too long. +build/public/templates/account/info.js: line 721, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 721, col 53, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 721, col 67, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 721, col 83, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 721, col 94, ['mutes'] is better written in dot notation. +build/public/templates/account/info.js: line 721, col 106, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 721, col 122, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 721, col 133, ['mutes'] is better written in dot notation. +build/public/templates/account/info.js: line 721, col 151, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 721, col 167, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 721, col 178, ['mutes'] is better written in dot notation. +build/public/templates/account/info.js: line 721, col 193, ['user'] is better written in dot notation. +build/public/templates/account/info.js: line 721, col 204, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 721, col 220, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 721, col 231, ['mutes'] is better written in dot notation. +build/public/templates/account/info.js: line 721, col 246, ['user'] is better written in dot notation. +build/public/templates/account/info.js: line 721, col 254, ['userslug'] is better written in dot notation. +build/public/templates/account/info.js: line 723, col 314, Line is too long. +build/public/templates/account/info.js: line 723, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 723, col 94, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 723, col 108, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 723, col 124, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 723, col 135, ['mutes'] is better written in dot notation. +build/public/templates/account/info.js: line 723, col 147, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 723, col 163, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 723, col 174, ['mutes'] is better written in dot notation. +build/public/templates/account/info.js: line 723, col 192, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 723, col 208, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 723, col 219, ['mutes'] is better written in dot notation. +build/public/templates/account/info.js: line 723, col 234, ['user'] is better written in dot notation. +build/public/templates/account/info.js: line 723, col 277, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 725, col 267, Line is too long. +build/public/templates/account/info.js: line 725, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 725, col 45, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 725, col 59, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 725, col 75, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 725, col 86, ['mutes'] is better written in dot notation. +build/public/templates/account/info.js: line 725, col 98, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 725, col 114, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 725, col 125, ['mutes'] is better written in dot notation. +build/public/templates/account/info.js: line 725, col 143, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 725, col 159, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 725, col 170, ['mutes'] is better written in dot notation. +build/public/templates/account/info.js: line 725, col 185, ['user'] is better written in dot notation. +build/public/templates/account/info.js: line 725, col 196, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 725, col 212, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 725, col 223, ['mutes'] is better written in dot notation. +build/public/templates/account/info.js: line 725, col 238, ['user'] is better written in dot notation. +build/public/templates/account/info.js: line 725, col 246, ['userslug'] is better written in dot notation. +build/public/templates/account/info.js: line 726, col 122, Line is too long. +build/public/templates/account/info.js: line 726, col 39, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 726, col 55, ['config'] is better written in dot notation. +build/public/templates/account/info.js: line 726, col 68, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 726, col 84, ['config'] is better written in dot notation. +build/public/templates/account/info.js: line 726, col 94, ['relative_path'] is better written in dot notation. +build/public/templates/account/info.js: line 728, col 280, Line is too long. +build/public/templates/account/info.js: line 728, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 728, col 57, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 728, col 71, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 728, col 87, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 728, col 98, ['mutes'] is better written in dot notation. +build/public/templates/account/info.js: line 728, col 110, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 728, col 126, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 728, col 137, ['mutes'] is better written in dot notation. +build/public/templates/account/info.js: line 728, col 155, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 728, col 171, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 728, col 182, ['mutes'] is better written in dot notation. +build/public/templates/account/info.js: line 728, col 197, ['user'] is better written in dot notation. +build/public/templates/account/info.js: line 728, col 208, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 728, col 224, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 728, col 235, ['mutes'] is better written in dot notation. +build/public/templates/account/info.js: line 728, col 250, ['user'] is better written in dot notation. +build/public/templates/account/info.js: line 728, col 258, ['userslug'] is better written in dot notation. +build/public/templates/account/info.js: line 731, col 277, Line is too long. +build/public/templates/account/info.js: line 731, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 731, col 53, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 731, col 67, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 731, col 83, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 731, col 94, ['mutes'] is better written in dot notation. +build/public/templates/account/info.js: line 731, col 106, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 731, col 122, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 731, col 133, ['mutes'] is better written in dot notation. +build/public/templates/account/info.js: line 731, col 151, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 731, col 167, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 731, col 178, ['mutes'] is better written in dot notation. +build/public/templates/account/info.js: line 731, col 193, ['user'] is better written in dot notation. +build/public/templates/account/info.js: line 731, col 204, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 731, col 220, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 731, col 231, ['mutes'] is better written in dot notation. +build/public/templates/account/info.js: line 731, col 246, ['user'] is better written in dot notation. +build/public/templates/account/info.js: line 731, col 254, ['username'] is better written in dot notation. +build/public/templates/account/info.js: line 733, col 272, Line is too long. +build/public/templates/account/info.js: line 733, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 733, col 53, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 733, col 67, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 733, col 83, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 733, col 94, ['mutes'] is better written in dot notation. +build/public/templates/account/info.js: line 733, col 106, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 733, col 122, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 733, col 133, ['mutes'] is better written in dot notation. +build/public/templates/account/info.js: line 733, col 151, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 733, col 167, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 733, col 178, ['mutes'] is better written in dot notation. +build/public/templates/account/info.js: line 733, col 193, ['user'] is better written in dot notation. +build/public/templates/account/info.js: line 733, col 204, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 733, col 220, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 733, col 231, ['mutes'] is better written in dot notation. +build/public/templates/account/info.js: line 733, col 246, ['user'] is better written in dot notation. +build/public/templates/account/info.js: line 733, col 254, ['uid'] is better written in dot notation. +build/public/templates/account/info.js: line 735, col 277, Line is too long. +build/public/templates/account/info.js: line 735, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 735, col 53, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 735, col 67, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 735, col 83, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 735, col 94, ['mutes'] is better written in dot notation. +build/public/templates/account/info.js: line 735, col 106, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 735, col 122, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 735, col 133, ['mutes'] is better written in dot notation. +build/public/templates/account/info.js: line 735, col 151, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 735, col 167, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 735, col 178, ['mutes'] is better written in dot notation. +build/public/templates/account/info.js: line 735, col 193, ['user'] is better written in dot notation. +build/public/templates/account/info.js: line 735, col 204, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 735, col 220, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 735, col 231, ['mutes'] is better written in dot notation. +build/public/templates/account/info.js: line 735, col 246, ['user'] is better written in dot notation. +build/public/templates/account/info.js: line 735, col 254, ['username'] is better written in dot notation. +build/public/templates/account/info.js: line 737, col 220, Line is too long. +build/public/templates/account/info.js: line 737, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 737, col 53, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 737, col 67, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 737, col 83, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 737, col 94, ['mutes'] is better written in dot notation. +build/public/templates/account/info.js: line 737, col 106, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 737, col 122, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 737, col 133, ['mutes'] is better written in dot notation. +build/public/templates/account/info.js: line 737, col 151, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 737, col 167, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 737, col 178, ['mutes'] is better written in dot notation. +build/public/templates/account/info.js: line 737, col 193, ['timestampISO'] is better written in dot notation. +build/public/templates/account/info.js: line 739, col 216, Line is too long. +build/public/templates/account/info.js: line 739, col 30, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 739, col 46, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 739, col 60, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 739, col 76, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 739, col 87, ['mutes'] is better written in dot notation. +build/public/templates/account/info.js: line 739, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 739, col 115, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 739, col 126, ['mutes'] is better written in dot notation. +build/public/templates/account/info.js: line 739, col 144, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 739, col 160, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 739, col 171, ['mutes'] is better written in dot notation. +build/public/templates/account/info.js: line 739, col 186, ['type'] is better written in dot notation. +build/public/templates/account/info.js: line 739, col 205, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 742, col 111, Line is too long. +build/public/templates/account/info.js: line 743, col 214, Line is too long. +build/public/templates/account/info.js: line 743, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 743, col 53, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 743, col 67, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 743, col 83, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 743, col 94, ['mutes'] is better written in dot notation. +build/public/templates/account/info.js: line 743, col 106, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 743, col 122, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 743, col 133, ['mutes'] is better written in dot notation. +build/public/templates/account/info.js: line 743, col 151, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 743, col 167, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 743, col 178, ['mutes'] is better written in dot notation. +build/public/templates/account/info.js: line 743, col 193, ['reason'] is better written in dot notation. +build/public/templates/account/info.js: line 745, col 203, Line is too long. +build/public/templates/account/info.js: line 745, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 745, col 45, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 745, col 59, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 745, col 75, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 745, col 86, ['mutes'] is better written in dot notation. +build/public/templates/account/info.js: line 745, col 98, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 745, col 114, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 745, col 125, ['mutes'] is better written in dot notation. +build/public/templates/account/info.js: line 745, col 143, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 745, col 159, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 745, col 170, ['mutes'] is better written in dot notation. +build/public/templates/account/info.js: line 745, col 185, ['until'] is better written in dot notation. +build/public/templates/account/info.js: line 747, col 367, Line is too long. +build/public/templates/account/info.js: line 747, col 92, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 747, col 108, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 747, col 122, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 747, col 138, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 747, col 149, ['mutes'] is better written in dot notation. +build/public/templates/account/info.js: line 747, col 161, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 747, col 177, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 747, col 188, ['mutes'] is better written in dot notation. +build/public/templates/account/info.js: line 747, col 206, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 747, col 222, ['history'] is better written in dot notation. +build/public/templates/account/info.js: line 747, col 233, ['mutes'] is better written in dot notation. +build/public/templates/account/info.js: line 747, col 248, ['untilISO'] is better written in dot notation. +build/public/templates/account/info.js: line 747, col 287, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 747, col 303, ['config'] is better written in dot notation. +build/public/templates/account/info.js: line 747, col 316, Expected '!==' and instead saw '!='. +build/public/templates/account/info.js: line 747, col 332, ['config'] is better written in dot notation. +build/public/templates/account/info.js: line 747, col 342, ['userLang'] is better written in dot notation. +build/public/templates/account/info.js: line 717, col 13, 'key' is defined but never used. +build/public/templates/account/info.js: line 716, col 147, 'value' is defined but never used. +build/public/templates/account/info.js: line 716, col 139, 'length' is defined but never used. +build/public/templates/account/info.js: line 716, col 132, 'index' is defined but never used. +build/public/templates/account/info.js: line 715, col 11, 'value' is defined but never used. +build/public/templates/account/info.js: line 758, col 3, Missing semicolon. +build/public/templates/account/info.js: line 5, col 46, 'define' is not defined. +build/public/templates/account/info.js: line 6, col 5, 'define' is not defined. + +build/public/templates/account/posts.js: line 13, col 109, Line is too long. +build/public/templates/account/posts.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 13, col 41, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/posts.js: line 13, col 59, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 13, col 75, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/posts.js: line 13, col 90, ['length'] is better written in dot notation. +build/public/templates/account/posts.js: line 14, col 136, Line is too long. +build/public/templates/account/posts.js: line 15, col 26, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/posts.js: line 21, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 23, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 25, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 25, col 49, ['uid'] is better written in dot notation. +build/public/templates/account/posts.js: line 27, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 27, col 41, ['picture'] is better written in dot notation. +build/public/templates/account/posts.js: line 29, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 29, col 53, ['picture'] is better written in dot notation. +build/public/templates/account/posts.js: line 32, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 34, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 34, col 53, ['username'] is better written in dot notation. +build/public/templates/account/posts.js: line 36, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 38, col 122, Line is too long. +build/public/templates/account/posts.js: line 39, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 39, col 49, ['status'] is better written in dot notation. +build/public/templates/account/posts.js: line 41, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 41, col 49, ['status'] is better written in dot notation. +build/public/templates/account/posts.js: line 43, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 43, col 41, ['loggedIn'] is better written in dot notation. +build/public/templates/account/posts.js: line 45, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 45, col 45, ['isSelf'] is better written in dot notation. +build/public/templates/account/posts.js: line 48, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 48, col 49, ['isFollowing'] is better written in dot notation. +build/public/templates/account/posts.js: line 52, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 52, col 49, ['isFollowing'] is better written in dot notation. +build/public/templates/account/posts.js: line 55, col 137, Line is too long. +build/public/templates/account/posts.js: line 59, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 59, col 41, ['allowCoverPicture'] is better written in dot notation. +build/public/templates/account/posts.js: line 61, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 61, col 45, ['canEdit'] is better written in dot notation. +build/public/templates/account/posts.js: line 62, col 485, Line is too long. +build/public/templates/account/posts.js: line 66, col 331, Line is too long. +build/public/templates/account/posts.js: line 67, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 67, col 41, ['loggedIn'] is better written in dot notation. +build/public/templates/account/posts.js: line 69, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 69, col 45, ['isSelf'] is better written in dot notation. +build/public/templates/account/posts.js: line 72, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 72, col 49, ['banned'] is better written in dot notation. +build/public/templates/account/posts.js: line 75, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 75, col 53, ['canChat'] is better written in dot notation. +build/public/templates/account/posts.js: line 77, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 77, col 57, ['hasPrivateChat'] is better written in dot notation. +build/public/templates/account/posts.js: line 80, col 133, Line is too long. +build/public/templates/account/posts.js: line 81, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 81, col 65, ['username'] is better written in dot notation. +build/public/templates/account/posts.js: line 82, col 157, Line is too long. +build/public/templates/account/posts.js: line 83, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 83, col 65, ['username'] is better written in dot notation. +build/public/templates/account/posts.js: line 87, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 87, col 53, ['flagId'] is better written in dot notation. +build/public/templates/account/posts.js: line 90, col 147, Line is too long. +build/public/templates/account/posts.js: line 91, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 91, col 53, ['flagId'] is better written in dot notation. +build/public/templates/account/posts.js: line 94, col 130, Line is too long. +build/public/templates/account/posts.js: line 95, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 95, col 61, ['flagId'] is better written in dot notation. +build/public/templates/account/posts.js: line 97, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 97, col 53, ['isBlocked'] is better written in dot notation. +build/public/templates/account/posts.js: line 100, col 146, Line is too long. +build/public/templates/account/posts.js: line 101, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 101, col 53, ['isBlocked'] is better written in dot notation. +build/public/templates/account/posts.js: line 104, col 177, Line is too long. +build/public/templates/account/posts.js: line 109, col 116, Line is too long. +build/public/templates/account/posts.js: line 109, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 109, col 49, ['config'] is better written in dot notation. +build/public/templates/account/posts.js: line 109, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 109, col 78, ['config'] is better written in dot notation. +build/public/templates/account/posts.js: line 109, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/posts.js: line 111, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 111, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/posts.js: line 112, col 101, Line is too long. +build/public/templates/account/posts.js: line 113, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 113, col 41, ['canEdit'] is better written in dot notation. +build/public/templates/account/posts.js: line 115, col 120, Line is too long. +build/public/templates/account/posts.js: line 115, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 115, col 53, ['config'] is better written in dot notation. +build/public/templates/account/posts.js: line 115, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 115, col 82, ['config'] is better written in dot notation. +build/public/templates/account/posts.js: line 115, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/posts.js: line 117, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 117, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/posts.js: line 118, col 103, Line is too long. +build/public/templates/account/posts.js: line 119, col 120, Line is too long. +build/public/templates/account/posts.js: line 119, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 119, col 53, ['config'] is better written in dot notation. +build/public/templates/account/posts.js: line 119, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 119, col 82, ['config'] is better written in dot notation. +build/public/templates/account/posts.js: line 119, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/posts.js: line 121, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 121, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/posts.js: line 125, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 125, col 41, ['isSelf'] is better written in dot notation. +build/public/templates/account/posts.js: line 128, col 122, Line is too long. +build/public/templates/account/posts.js: line 128, col 30, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 128, col 46, ['canBan'] is better written in dot notation. +build/public/templates/account/posts.js: line 128, col 85, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 128, col 101, ['canMute'] is better written in dot notation. +build/public/templates/account/posts.js: line 129, col 140, Line is too long. +build/public/templates/account/posts.js: line 132, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 132, col 45, ['canBan'] is better written in dot notation. +build/public/templates/account/posts.js: line 134, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 134, col 49, ['banned'] is better written in dot notation. +build/public/templates/account/posts.js: line 137, col 151, Line is too long. +build/public/templates/account/posts.js: line 138, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 138, col 49, ['banned'] is better written in dot notation. +build/public/templates/account/posts.js: line 141, col 142, Line is too long. +build/public/templates/account/posts.js: line 144, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 144, col 45, ['canMute'] is better written in dot notation. +build/public/templates/account/posts.js: line 146, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 146, col 49, ['muted'] is better written in dot notation. +build/public/templates/account/posts.js: line 149, col 153, Line is too long. +build/public/templates/account/posts.js: line 150, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 150, col 49, ['muted'] is better written in dot notation. +build/public/templates/account/posts.js: line 153, col 144, Line is too long. +build/public/templates/account/posts.js: line 156, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 156, col 45, ['isAdmin'] is better written in dot notation. +build/public/templates/account/posts.js: line 157, col 398, Line is too long. +build/public/templates/account/posts.js: line 160, col 158, Line is too long. +build/public/templates/account/posts.js: line 161, col 116, Line is too long. +build/public/templates/account/posts.js: line 161, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 161, col 49, ['config'] is better written in dot notation. +build/public/templates/account/posts.js: line 161, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 161, col 78, ['config'] is better written in dot notation. +build/public/templates/account/posts.js: line 161, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/posts.js: line 163, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 163, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/posts.js: line 164, col 122, Line is too long. +build/public/templates/account/posts.js: line 165, col 112, Line is too long. +build/public/templates/account/posts.js: line 165, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 165, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/posts.js: line 165, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 165, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/posts.js: line 165, col 88, ['following'] is better written in dot notation. +build/public/templates/account/posts.js: line 167, col 159, Line is too long. +build/public/templates/account/posts.js: line 167, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 167, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/posts.js: line 167, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 167, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/posts.js: line 167, col 133, ['following'] is better written in dot notation. +build/public/templates/account/posts.js: line 168, col 117, Line is too long. +build/public/templates/account/posts.js: line 169, col 116, Line is too long. +build/public/templates/account/posts.js: line 169, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 169, col 49, ['config'] is better written in dot notation. +build/public/templates/account/posts.js: line 169, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 169, col 78, ['config'] is better written in dot notation. +build/public/templates/account/posts.js: line 169, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/posts.js: line 171, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 171, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/posts.js: line 172, col 122, Line is too long. +build/public/templates/account/posts.js: line 173, col 112, Line is too long. +build/public/templates/account/posts.js: line 173, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 173, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/posts.js: line 173, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 173, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/posts.js: line 173, col 88, ['followers'] is better written in dot notation. +build/public/templates/account/posts.js: line 175, col 159, Line is too long. +build/public/templates/account/posts.js: line 175, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 175, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/posts.js: line 175, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 175, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/posts.js: line 175, col 133, ['followers'] is better written in dot notation. +build/public/templates/account/posts.js: line 177, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 177, col 41, ['canEdit'] is better written in dot notation. +build/public/templates/account/posts.js: line 178, col 103, Line is too long. +build/public/templates/account/posts.js: line 179, col 120, Line is too long. +build/public/templates/account/posts.js: line 179, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 179, col 53, ['config'] is better written in dot notation. +build/public/templates/account/posts.js: line 179, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 179, col 82, ['config'] is better written in dot notation. +build/public/templates/account/posts.js: line 179, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/posts.js: line 181, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 181, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/posts.js: line 182, col 120, Line is too long. +build/public/templates/account/posts.js: line 183, col 113, Line is too long. +build/public/templates/account/posts.js: line 183, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 183, col 53, ['counts'] is better written in dot notation. +build/public/templates/account/posts.js: line 183, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 183, col 82, ['counts'] is better written in dot notation. +build/public/templates/account/posts.js: line 183, col 92, ['blocks'] is better written in dot notation. +build/public/templates/account/posts.js: line 185, col 160, Line is too long. +build/public/templates/account/posts.js: line 185, col 82, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 185, col 98, ['counts'] is better written in dot notation. +build/public/templates/account/posts.js: line 185, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 185, col 127, ['counts'] is better written in dot notation. +build/public/templates/account/posts.js: line 185, col 137, ['blocks'] is better written in dot notation. +build/public/templates/account/posts.js: line 188, col 158, Line is too long. +build/public/templates/account/posts.js: line 189, col 116, Line is too long. +build/public/templates/account/posts.js: line 189, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 189, col 49, ['config'] is better written in dot notation. +build/public/templates/account/posts.js: line 189, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 189, col 78, ['config'] is better written in dot notation. +build/public/templates/account/posts.js: line 189, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/posts.js: line 191, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 191, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/posts.js: line 192, col 118, Line is too long. +build/public/templates/account/posts.js: line 193, col 109, Line is too long. +build/public/templates/account/posts.js: line 193, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 193, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/posts.js: line 193, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 193, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/posts.js: line 193, col 88, ['topics'] is better written in dot notation. +build/public/templates/account/posts.js: line 195, col 156, Line is too long. +build/public/templates/account/posts.js: line 195, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 195, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/posts.js: line 195, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 195, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/posts.js: line 195, col 133, ['topics'] is better written in dot notation. +build/public/templates/account/posts.js: line 196, col 117, Line is too long. +build/public/templates/account/posts.js: line 197, col 116, Line is too long. +build/public/templates/account/posts.js: line 197, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 197, col 49, ['config'] is better written in dot notation. +build/public/templates/account/posts.js: line 197, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 197, col 78, ['config'] is better written in dot notation. +build/public/templates/account/posts.js: line 197, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/posts.js: line 199, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 199, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/posts.js: line 200, col 116, Line is too long. +build/public/templates/account/posts.js: line 201, col 108, Line is too long. +build/public/templates/account/posts.js: line 201, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 201, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/posts.js: line 201, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 201, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/posts.js: line 201, col 88, ['posts'] is better written in dot notation. +build/public/templates/account/posts.js: line 203, col 155, Line is too long. +build/public/templates/account/posts.js: line 203, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 203, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/posts.js: line 203, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 203, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/posts.js: line 203, col 133, ['posts'] is better written in dot notation. +build/public/templates/account/posts.js: line 204, col 117, Line is too long. +build/public/templates/account/posts.js: line 205, col 116, Line is too long. +build/public/templates/account/posts.js: line 205, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 205, col 49, ['config'] is better written in dot notation. +build/public/templates/account/posts.js: line 205, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 205, col 78, ['config'] is better written in dot notation. +build/public/templates/account/posts.js: line 205, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/posts.js: line 207, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 207, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/posts.js: line 208, col 125, Line is too long. +build/public/templates/account/posts.js: line 209, col 109, Line is too long. +build/public/templates/account/posts.js: line 209, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 209, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/posts.js: line 209, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 209, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/posts.js: line 209, col 88, ['groups'] is better written in dot notation. +build/public/templates/account/posts.js: line 211, col 156, Line is too long. +build/public/templates/account/posts.js: line 211, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 211, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/posts.js: line 211, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 211, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/posts.js: line 211, col 133, ['groups'] is better written in dot notation. +build/public/templates/account/posts.js: line 213, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 213, col 41, ['canEdit'] is better written in dot notation. +build/public/templates/account/posts.js: line 214, col 103, Line is too long. +build/public/templates/account/posts.js: line 215, col 120, Line is too long. +build/public/templates/account/posts.js: line 215, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 215, col 53, ['config'] is better written in dot notation. +build/public/templates/account/posts.js: line 215, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 215, col 82, ['config'] is better written in dot notation. +build/public/templates/account/posts.js: line 215, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/posts.js: line 217, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 217, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/posts.js: line 218, col 136, Line is too long. +build/public/templates/account/posts.js: line 219, col 124, Line is too long. +build/public/templates/account/posts.js: line 219, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 219, col 53, ['counts'] is better written in dot notation. +build/public/templates/account/posts.js: line 219, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 219, col 82, ['counts'] is better written in dot notation. +build/public/templates/account/posts.js: line 219, col 92, ['categoriesWatched'] is better written in dot notation. +build/public/templates/account/posts.js: line 221, col 171, Line is too long. +build/public/templates/account/posts.js: line 221, col 82, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 221, col 98, ['counts'] is better written in dot notation. +build/public/templates/account/posts.js: line 221, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 221, col 127, ['counts'] is better written in dot notation. +build/public/templates/account/posts.js: line 221, col 137, ['categoriesWatched'] is better written in dot notation. +build/public/templates/account/posts.js: line 223, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 223, col 45, ['isSelf'] is better written in dot notation. +build/public/templates/account/posts.js: line 224, col 107, Line is too long. +build/public/templates/account/posts.js: line 225, col 124, Line is too long. +build/public/templates/account/posts.js: line 225, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 225, col 57, ['config'] is better written in dot notation. +build/public/templates/account/posts.js: line 225, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 225, col 86, ['config'] is better written in dot notation. +build/public/templates/account/posts.js: line 225, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/account/posts.js: line 227, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 227, col 57, ['userslug'] is better written in dot notation. +build/public/templates/account/posts.js: line 228, col 130, Line is too long. +build/public/templates/account/posts.js: line 229, col 122, Line is too long. +build/public/templates/account/posts.js: line 229, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 229, col 57, ['counts'] is better written in dot notation. +build/public/templates/account/posts.js: line 229, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 229, col 86, ['counts'] is better written in dot notation. +build/public/templates/account/posts.js: line 229, col 96, ['tagsWatched'] is better written in dot notation. +build/public/templates/account/posts.js: line 231, col 169, Line is too long. +build/public/templates/account/posts.js: line 231, col 86, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 231, col 102, ['counts'] is better written in dot notation. +build/public/templates/account/posts.js: line 231, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 231, col 131, ['counts'] is better written in dot notation. +build/public/templates/account/posts.js: line 231, col 141, ['tagsWatched'] is better written in dot notation. +build/public/templates/account/posts.js: line 234, col 105, Line is too long. +build/public/templates/account/posts.js: line 235, col 120, Line is too long. +build/public/templates/account/posts.js: line 235, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 235, col 53, ['config'] is better written in dot notation. +build/public/templates/account/posts.js: line 235, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 235, col 82, ['config'] is better written in dot notation. +build/public/templates/account/posts.js: line 235, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/posts.js: line 237, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 237, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/posts.js: line 238, col 124, Line is too long. +build/public/templates/account/posts.js: line 239, col 115, Line is too long. +build/public/templates/account/posts.js: line 239, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 239, col 53, ['counts'] is better written in dot notation. +build/public/templates/account/posts.js: line 239, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 239, col 82, ['counts'] is better written in dot notation. +build/public/templates/account/posts.js: line 239, col 92, ['uploaded'] is better written in dot notation. +build/public/templates/account/posts.js: line 241, col 162, Line is too long. +build/public/templates/account/posts.js: line 241, col 82, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 241, col 98, ['counts'] is better written in dot notation. +build/public/templates/account/posts.js: line 241, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 241, col 127, ['counts'] is better written in dot notation. +build/public/templates/account/posts.js: line 241, col 137, ['uploaded'] is better written in dot notation. +build/public/templates/account/posts.js: line 245, col 22, ['profile_links'] is better written in dot notation. +build/public/templates/account/posts.js: line 246, col 241, Line is too long. +build/public/templates/account/posts.js: line 247, col 116, Line is too long. +build/public/templates/account/posts.js: line 247, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 247, col 49, ['config'] is better written in dot notation. +build/public/templates/account/posts.js: line 247, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 247, col 78, ['config'] is better written in dot notation. +build/public/templates/account/posts.js: line 247, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/posts.js: line 249, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 249, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/posts.js: line 251, col 110, Line is too long. +build/public/templates/account/posts.js: line 251, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 251, col 41, ['template'] is better written in dot notation. +build/public/templates/account/posts.js: line 251, col 56, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 251, col 72, ['template'] is better written in dot notation. +build/public/templates/account/posts.js: line 255, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 258, col 120, Line is too long. +build/public/templates/account/posts.js: line 258, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 258, col 53, ['config'] is better written in dot notation. +build/public/templates/account/posts.js: line 258, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 258, col 82, ['config'] is better written in dot notation. +build/public/templates/account/posts.js: line 258, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/posts.js: line 260, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 260, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/posts.js: line 262, col 113, Line is too long. +build/public/templates/account/posts.js: line 262, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 262, col 45, ['template'] is better written in dot notation. +build/public/templates/account/posts.js: line 262, col 60, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 262, col 76, ['template'] is better written in dot notation. +build/public/templates/account/posts.js: line 266, col 120, Line is too long. +build/public/templates/account/posts.js: line 266, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 266, col 53, ['config'] is better written in dot notation. +build/public/templates/account/posts.js: line 266, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 266, col 82, ['config'] is better written in dot notation. +build/public/templates/account/posts.js: line 266, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/posts.js: line 268, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 268, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/posts.js: line 270, col 122, Line is too long. +build/public/templates/account/posts.js: line 270, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 270, col 45, ['template'] is better written in dot notation. +build/public/templates/account/posts.js: line 270, col 60, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 270, col 76, ['template'] is better written in dot notation. +build/public/templates/account/posts.js: line 274, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 274, col 45, ['canEdit'] is better written in dot notation. +build/public/templates/account/posts.js: line 276, col 124, Line is too long. +build/public/templates/account/posts.js: line 276, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 276, col 57, ['config'] is better written in dot notation. +build/public/templates/account/posts.js: line 276, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 276, col 86, ['config'] is better written in dot notation. +build/public/templates/account/posts.js: line 276, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/account/posts.js: line 278, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 278, col 57, ['userslug'] is better written in dot notation. +build/public/templates/account/posts.js: line 280, col 120, Line is too long. +build/public/templates/account/posts.js: line 280, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 280, col 49, ['template'] is better written in dot notation. +build/public/templates/account/posts.js: line 280, col 64, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 280, col 80, ['template'] is better written in dot notation. +build/public/templates/account/posts.js: line 284, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 287, col 128, Line is too long. +build/public/templates/account/posts.js: line 287, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 287, col 61, ['config'] is better written in dot notation. +build/public/templates/account/posts.js: line 287, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 287, col 90, ['config'] is better written in dot notation. +build/public/templates/account/posts.js: line 287, col 100, ['relative_path'] is better written in dot notation. +build/public/templates/account/posts.js: line 289, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 289, col 61, ['userslug'] is better written in dot notation. +build/public/templates/account/posts.js: line 291, col 126, Line is too long. +build/public/templates/account/posts.js: line 291, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 291, col 53, ['template'] is better written in dot notation. +build/public/templates/account/posts.js: line 291, col 68, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 291, col 84, ['template'] is better written in dot notation. +build/public/templates/account/posts.js: line 299, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 299, col 41, ['canEdit'] is better written in dot notation. +build/public/templates/account/posts.js: line 301, col 120, Line is too long. +build/public/templates/account/posts.js: line 301, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 301, col 53, ['config'] is better written in dot notation. +build/public/templates/account/posts.js: line 301, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 301, col 82, ['config'] is better written in dot notation. +build/public/templates/account/posts.js: line 301, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/posts.js: line 303, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 303, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/posts.js: line 305, col 118, Line is too long. +build/public/templates/account/posts.js: line 305, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 305, col 45, ['template'] is better written in dot notation. +build/public/templates/account/posts.js: line 305, col 60, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 305, col 76, ['template'] is better written in dot notation. +build/public/templates/account/posts.js: line 311, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 311, col 41, ['posts'] is better written in dot notation. +build/public/templates/account/posts.js: line 311, col 53, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 311, col 69, ['posts'] is better written in dot notation. +build/public/templates/account/posts.js: line 311, col 78, ['length'] is better written in dot notation. +build/public/templates/account/posts.js: line 314, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 314, col 53, ['noItemsFoundKey'] is better written in dot notation. +build/public/templates/account/posts.js: line 316, col 113, Line is too long. +build/public/templates/account/posts.js: line 317, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 317, col 49, ['nextStart'] is better written in dot notation. +build/public/templates/account/posts.js: line 319, col 22, ['posts'] is better written in dot notation. +build/public/templates/account/posts.js: line 320, col 151, Line is too long. +build/public/templates/account/posts.js: line 321, col 106, Line is too long. +build/public/templates/account/posts.js: line 321, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 321, col 41, ['config'] is better written in dot notation. +build/public/templates/account/posts.js: line 321, col 54, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 321, col 70, ['config'] is better written in dot notation. +build/public/templates/account/posts.js: line 321, col 80, ['usePagination'] is better written in dot notation. +build/public/templates/account/posts.js: line 323, col 162, Line is too long. +build/public/templates/account/posts.js: line 323, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 323, col 45, ['pagination'] is better written in dot notation. +build/public/templates/account/posts.js: line 323, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 323, col 78, ['pagination'] is better written in dot notation. +build/public/templates/account/posts.js: line 323, col 92, ['pages'] is better written in dot notation. +build/public/templates/account/posts.js: line 323, col 104, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 323, col 120, ['pagination'] is better written in dot notation. +build/public/templates/account/posts.js: line 323, col 134, ['pages'] is better written in dot notation. +build/public/templates/account/posts.js: line 323, col 143, ['length'] is better written in dot notation. +build/public/templates/account/posts.js: line 326, col 159, Line is too long. +build/public/templates/account/posts.js: line 327, col 160, Line is too long. +build/public/templates/account/posts.js: line 327, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 327, col 45, ['pagination'] is better written in dot notation. +build/public/templates/account/posts.js: line 327, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 327, col 78, ['pagination'] is better written in dot notation. +build/public/templates/account/posts.js: line 327, col 92, ['prev'] is better written in dot notation. +build/public/templates/account/posts.js: line 327, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 327, col 119, ['pagination'] is better written in dot notation. +build/public/templates/account/posts.js: line 327, col 133, ['prev'] is better written in dot notation. +build/public/templates/account/posts.js: line 327, col 141, ['active'] is better written in dot notation. +build/public/templates/account/posts.js: line 331, col 166, Line is too long. +build/public/templates/account/posts.js: line 331, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 331, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/posts.js: line 331, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 331, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/posts.js: line 331, col 100, ['prev'] is better written in dot notation. +build/public/templates/account/posts.js: line 331, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 331, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/posts.js: line 331, col 141, ['prev'] is better written in dot notation. +build/public/templates/account/posts.js: line 331, col 149, ['qs'] is better written in dot notation. +build/public/templates/account/posts.js: line 333, col 168, Line is too long. +build/public/templates/account/posts.js: line 333, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 333, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/posts.js: line 333, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 333, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/posts.js: line 333, col 100, ['prev'] is better written in dot notation. +build/public/templates/account/posts.js: line 333, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 333, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/posts.js: line 333, col 141, ['prev'] is better written in dot notation. +build/public/templates/account/posts.js: line 333, col 149, ['page'] is better written in dot notation. +build/public/templates/account/posts.js: line 334, col 118, Line is too long. +build/public/templates/account/posts.js: line 337, col 160, Line is too long. +build/public/templates/account/posts.js: line 337, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 337, col 45, ['pagination'] is better written in dot notation. +build/public/templates/account/posts.js: line 337, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 337, col 78, ['pagination'] is better written in dot notation. +build/public/templates/account/posts.js: line 337, col 92, ['next'] is better written in dot notation. +build/public/templates/account/posts.js: line 337, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 337, col 119, ['pagination'] is better written in dot notation. +build/public/templates/account/posts.js: line 337, col 133, ['next'] is better written in dot notation. +build/public/templates/account/posts.js: line 337, col 141, ['active'] is better written in dot notation. +build/public/templates/account/posts.js: line 341, col 166, Line is too long. +build/public/templates/account/posts.js: line 341, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 341, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/posts.js: line 341, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 341, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/posts.js: line 341, col 100, ['next'] is better written in dot notation. +build/public/templates/account/posts.js: line 341, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 341, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/posts.js: line 341, col 141, ['next'] is better written in dot notation. +build/public/templates/account/posts.js: line 341, col 149, ['qs'] is better written in dot notation. +build/public/templates/account/posts.js: line 343, col 168, Line is too long. +build/public/templates/account/posts.js: line 343, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 343, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/posts.js: line 343, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 343, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/posts.js: line 343, col 100, ['next'] is better written in dot notation. +build/public/templates/account/posts.js: line 343, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 343, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/posts.js: line 343, col 141, ['next'] is better written in dot notation. +build/public/templates/account/posts.js: line 343, col 149, ['page'] is better written in dot notation. +build/public/templates/account/posts.js: line 344, col 228, Line is too long. +build/public/templates/account/posts.js: line 345, col 160, Line is too long. +build/public/templates/account/posts.js: line 345, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 345, col 45, ['pagination'] is better written in dot notation. +build/public/templates/account/posts.js: line 345, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 345, col 78, ['pagination'] is better written in dot notation. +build/public/templates/account/posts.js: line 345, col 92, ['prev'] is better written in dot notation. +build/public/templates/account/posts.js: line 345, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 345, col 119, ['pagination'] is better written in dot notation. +build/public/templates/account/posts.js: line 345, col 133, ['prev'] is better written in dot notation. +build/public/templates/account/posts.js: line 345, col 141, ['active'] is better written in dot notation. +build/public/templates/account/posts.js: line 349, col 168, Line is too long. +build/public/templates/account/posts.js: line 349, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 349, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/posts.js: line 349, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 349, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/posts.js: line 349, col 100, ['first'] is better written in dot notation. +build/public/templates/account/posts.js: line 349, col 112, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 349, col 128, ['pagination'] is better written in dot notation. +build/public/templates/account/posts.js: line 349, col 142, ['first'] is better written in dot notation. +build/public/templates/account/posts.js: line 349, col 151, ['qs'] is better written in dot notation. +build/public/templates/account/posts.js: line 350, col 162, Line is too long. +build/public/templates/account/posts.js: line 351, col 160, Line is too long. +build/public/templates/account/posts.js: line 351, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 351, col 45, ['pagination'] is better written in dot notation. +build/public/templates/account/posts.js: line 351, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 351, col 78, ['pagination'] is better written in dot notation. +build/public/templates/account/posts.js: line 351, col 92, ['prev'] is better written in dot notation. +build/public/templates/account/posts.js: line 351, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 351, col 119, ['pagination'] is better written in dot notation. +build/public/templates/account/posts.js: line 351, col 133, ['prev'] is better written in dot notation. +build/public/templates/account/posts.js: line 351, col 141, ['active'] is better written in dot notation. +build/public/templates/account/posts.js: line 355, col 166, Line is too long. +build/public/templates/account/posts.js: line 355, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 355, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/posts.js: line 355, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 355, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/posts.js: line 355, col 100, ['prev'] is better written in dot notation. +build/public/templates/account/posts.js: line 355, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 355, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/posts.js: line 355, col 141, ['prev'] is better written in dot notation. +build/public/templates/account/posts.js: line 355, col 149, ['qs'] is better written in dot notation. +build/public/templates/account/posts.js: line 357, col 168, Line is too long. +build/public/templates/account/posts.js: line 357, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 357, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/posts.js: line 357, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 357, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/posts.js: line 357, col 100, ['prev'] is better written in dot notation. +build/public/templates/account/posts.js: line 357, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 357, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/posts.js: line 357, col 141, ['prev'] is better written in dot notation. +build/public/templates/account/posts.js: line 357, col 149, ['page'] is better written in dot notation. +build/public/templates/account/posts.js: line 358, col 280, Line is too long. +build/public/templates/account/posts.js: line 359, col 126, Line is too long. +build/public/templates/account/posts.js: line 359, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 359, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/posts.js: line 359, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 359, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/posts.js: line 359, col 100, ['currentPage'] is better written in dot notation. +build/public/templates/account/posts.js: line 361, col 124, Line is too long. +build/public/templates/account/posts.js: line 361, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 361, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/posts.js: line 361, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 361, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/posts.js: line 361, col 100, ['pageCount'] is better written in dot notation. +build/public/templates/account/posts.js: line 363, col 160, Line is too long. +build/public/templates/account/posts.js: line 363, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 363, col 45, ['pagination'] is better written in dot notation. +build/public/templates/account/posts.js: line 363, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 363, col 78, ['pagination'] is better written in dot notation. +build/public/templates/account/posts.js: line 363, col 92, ['next'] is better written in dot notation. +build/public/templates/account/posts.js: line 363, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 363, col 119, ['pagination'] is better written in dot notation. +build/public/templates/account/posts.js: line 363, col 133, ['next'] is better written in dot notation. +build/public/templates/account/posts.js: line 363, col 141, ['active'] is better written in dot notation. +build/public/templates/account/posts.js: line 367, col 166, Line is too long. +build/public/templates/account/posts.js: line 367, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 367, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/posts.js: line 367, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 367, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/posts.js: line 367, col 100, ['next'] is better written in dot notation. +build/public/templates/account/posts.js: line 367, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 367, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/posts.js: line 367, col 141, ['next'] is better written in dot notation. +build/public/templates/account/posts.js: line 367, col 149, ['qs'] is better written in dot notation. +build/public/templates/account/posts.js: line 369, col 168, Line is too long. +build/public/templates/account/posts.js: line 369, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 369, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/posts.js: line 369, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 369, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/posts.js: line 369, col 100, ['next'] is better written in dot notation. +build/public/templates/account/posts.js: line 369, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 369, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/posts.js: line 369, col 141, ['next'] is better written in dot notation. +build/public/templates/account/posts.js: line 369, col 149, ['page'] is better written in dot notation. +build/public/templates/account/posts.js: line 370, col 140, Line is too long. +build/public/templates/account/posts.js: line 371, col 160, Line is too long. +build/public/templates/account/posts.js: line 371, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 371, col 45, ['pagination'] is better written in dot notation. +build/public/templates/account/posts.js: line 371, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 371, col 78, ['pagination'] is better written in dot notation. +build/public/templates/account/posts.js: line 371, col 92, ['next'] is better written in dot notation. +build/public/templates/account/posts.js: line 371, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 371, col 119, ['pagination'] is better written in dot notation. +build/public/templates/account/posts.js: line 371, col 133, ['next'] is better written in dot notation. +build/public/templates/account/posts.js: line 371, col 141, ['active'] is better written in dot notation. +build/public/templates/account/posts.js: line 375, col 166, Line is too long. +build/public/templates/account/posts.js: line 375, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 375, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/posts.js: line 375, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 375, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/posts.js: line 375, col 100, ['last'] is better written in dot notation. +build/public/templates/account/posts.js: line 375, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 375, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/posts.js: line 375, col 141, ['last'] is better written in dot notation. +build/public/templates/account/posts.js: line 375, col 149, ['qs'] is better written in dot notation. +build/public/templates/account/posts.js: line 377, col 124, Line is too long. +build/public/templates/account/posts.js: line 377, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 377, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/posts.js: line 377, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 377, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/posts.js: line 377, col 100, ['pageCount'] is better written in dot notation. +build/public/templates/account/posts.js: line 378, col 128, Line is too long. +build/public/templates/account/posts.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/account/posts.js: line 387, col 119, Line is too long. +build/public/templates/account/posts.js: line 387, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 387, col 52, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/posts.js: line 393, col 133, Line is too long. +build/public/templates/account/posts.js: line 400, col 156, Line is too long. +build/public/templates/account/posts.js: line 400, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 400, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/posts.js: line 400, col 63, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 400, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/posts.js: line 400, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 400, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/posts.js: line 400, col 140, ['url'] is better written in dot notation. +build/public/templates/account/posts.js: line 402, col 170, Line is too long. +build/public/templates/account/posts.js: line 402, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 402, col 57, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/posts.js: line 402, col 75, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 402, col 91, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/posts.js: line 402, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 402, col 131, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/posts.js: line 402, col 152, ['url'] is better written in dot notation. +build/public/templates/account/posts.js: line 406, col 167, Line is too long. +build/public/templates/account/posts.js: line 406, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 406, col 53, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/posts.js: line 406, col 71, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 406, col 87, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/posts.js: line 406, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 406, col 127, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/posts.js: line 406, col 148, ['text'] is better written in dot notation. +build/public/templates/account/posts.js: line 410, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 413, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 413, col 53, ['rssFeedUrl'] is better written in dot notation. +build/public/templates/account/posts.js: line 415, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 415, col 65, ['rssFeedUrl'] is better written in dot notation. +build/public/templates/account/posts.js: line 421, col 156, Line is too long. +build/public/templates/account/posts.js: line 421, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 421, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/posts.js: line 421, col 63, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 421, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/posts.js: line 421, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 421, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/posts.js: line 421, col 140, ['url'] is better written in dot notation. +build/public/templates/account/posts.js: line 388, col 13, 'key' is defined but never used. +build/public/templates/account/posts.js: line 387, col 112, 'value' is defined but never used. +build/public/templates/account/posts.js: line 386, col 11, 'value' is defined but never used. +build/public/templates/account/posts.js: line 384, col 72, 'helper' is defined but never used. +build/public/templates/account/posts.js: line 432, col 155, Line is too long. +build/public/templates/account/posts.js: line 432, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 432, col 52, ['widgets'] is better written in dot notation. +build/public/templates/account/posts.js: line 432, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 432, col 82, ['widgets'] is better written in dot notation. +build/public/templates/account/posts.js: line 432, col 93, ['header'] is better written in dot notation. +build/public/templates/account/posts.js: line 435, col 205, Line is too long. +build/public/templates/account/posts.js: line 435, col 28, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 435, col 44, ['widgets'] is better written in dot notation. +build/public/templates/account/posts.js: line 435, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 435, col 74, ['widgets'] is better written in dot notation. +build/public/templates/account/posts.js: line 435, col 85, ['header'] is better written in dot notation. +build/public/templates/account/posts.js: line 435, col 98, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 435, col 114, ['widgets'] is better written in dot notation. +build/public/templates/account/posts.js: line 435, col 125, ['header'] is better written in dot notation. +build/public/templates/account/posts.js: line 435, col 144, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 435, col 160, ['widgets'] is better written in dot notation. +build/public/templates/account/posts.js: line 435, col 171, ['header'] is better written in dot notation. +build/public/templates/account/posts.js: line 435, col 187, ['html'] is better written in dot notation. +build/public/templates/account/posts.js: line 433, col 13, 'key' is defined but never used. +build/public/templates/account/posts.js: line 432, col 148, 'value' is defined but never used. +build/public/templates/account/posts.js: line 432, col 140, 'length' is defined but never used. +build/public/templates/account/posts.js: line 432, col 133, 'index' is defined but never used. +build/public/templates/account/posts.js: line 430, col 11, '__escape' is defined but never used. +build/public/templates/account/posts.js: line 431, col 11, 'value' is defined but never used. +build/public/templates/account/posts.js: line 429, col 77, 'helper' is defined but never used. +build/public/templates/account/posts.js: line 444, col 121, Line is too long. +build/public/templates/account/posts.js: line 444, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 444, col 52, ['profile_links'] is better written in dot notation. +build/public/templates/account/posts.js: line 451, col 171, Line is too long. +build/public/templates/account/posts.js: line 451, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 451, col 53, ['profile_links'] is better written in dot notation. +build/public/templates/account/posts.js: line 451, col 73, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 451, col 89, ['profile_links'] is better written in dot notation. +build/public/templates/account/posts.js: line 451, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 451, col 131, ['profile_links'] is better written in dot notation. +build/public/templates/account/posts.js: line 451, col 154, ['id'] is better written in dot notation. +build/public/templates/account/posts.js: line 453, col 165, Line is too long. +build/public/templates/account/posts.js: line 453, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 453, col 45, ['profile_links'] is better written in dot notation. +build/public/templates/account/posts.js: line 453, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 453, col 81, ['profile_links'] is better written in dot notation. +build/public/templates/account/posts.js: line 453, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 453, col 123, ['profile_links'] is better written in dot notation. +build/public/templates/account/posts.js: line 453, col 146, ['public'] is better written in dot notation. +build/public/templates/account/posts.js: line 457, col 120, Line is too long. +build/public/templates/account/posts.js: line 457, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 457, col 53, ['config'] is better written in dot notation. +build/public/templates/account/posts.js: line 457, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 457, col 82, ['config'] is better written in dot notation. +build/public/templates/account/posts.js: line 457, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/posts.js: line 459, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 459, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/posts.js: line 461, col 174, Line is too long. +build/public/templates/account/posts.js: line 461, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 461, col 53, ['profile_links'] is better written in dot notation. +build/public/templates/account/posts.js: line 461, col 73, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 461, col 89, ['profile_links'] is better written in dot notation. +build/public/templates/account/posts.js: line 461, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 461, col 131, ['profile_links'] is better written in dot notation. +build/public/templates/account/posts.js: line 461, col 154, ['route'] is better written in dot notation. +build/public/templates/account/posts.js: line 463, col 163, Line is too long. +build/public/templates/account/posts.js: line 463, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 463, col 45, ['profile_links'] is better written in dot notation. +build/public/templates/account/posts.js: line 463, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 463, col 81, ['profile_links'] is better written in dot notation. +build/public/templates/account/posts.js: line 463, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 463, col 123, ['profile_links'] is better written in dot notation. +build/public/templates/account/posts.js: line 463, col 146, ['icon'] is better written in dot notation. +build/public/templates/account/posts.js: line 465, col 177, Line is too long. +build/public/templates/account/posts.js: line 465, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 465, col 57, ['profile_links'] is better written in dot notation. +build/public/templates/account/posts.js: line 465, col 77, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 465, col 93, ['profile_links'] is better written in dot notation. +build/public/templates/account/posts.js: line 465, col 119, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 465, col 135, ['profile_links'] is better written in dot notation. +build/public/templates/account/posts.js: line 465, col 158, ['icon'] is better written in dot notation. +build/public/templates/account/posts.js: line 468, col 173, Line is too long. +build/public/templates/account/posts.js: line 468, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 468, col 53, ['profile_links'] is better written in dot notation. +build/public/templates/account/posts.js: line 468, col 73, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 468, col 89, ['profile_links'] is better written in dot notation. +build/public/templates/account/posts.js: line 468, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 468, col 131, ['profile_links'] is better written in dot notation. +build/public/templates/account/posts.js: line 468, col 154, ['name'] is better written in dot notation. +build/public/templates/account/posts.js: line 445, col 13, 'key' is defined but never used. +build/public/templates/account/posts.js: line 444, col 114, 'value' is defined but never used. +build/public/templates/account/posts.js: line 444, col 106, 'length' is defined but never used. +build/public/templates/account/posts.js: line 443, col 11, 'value' is defined but never used. +build/public/templates/account/posts.js: line 441, col 76, 'helper' is defined but never used. +build/public/templates/account/posts.js: line 477, col 113, Line is too long. +build/public/templates/account/posts.js: line 477, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 477, col 52, ['posts'] is better written in dot notation. +build/public/templates/account/posts.js: line 480, col 142, Line is too long. +build/public/templates/account/posts.js: line 480, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 480, col 45, ['posts'] is better written in dot notation. +build/public/templates/account/posts.js: line 480, col 57, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 480, col 73, ['posts'] is better written in dot notation. +build/public/templates/account/posts.js: line 480, col 91, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 480, col 107, ['posts'] is better written in dot notation. +build/public/templates/account/posts.js: line 480, col 122, ['deleted'] is better written in dot notation. +build/public/templates/account/posts.js: line 482, col 196, Line is too long. +build/public/templates/account/posts.js: line 482, col 31, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 482, col 47, ['posts'] is better written in dot notation. +build/public/templates/account/posts.js: line 482, col 59, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 482, col 75, ['posts'] is better written in dot notation. +build/public/templates/account/posts.js: line 482, col 93, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 482, col 109, ['posts'] is better written in dot notation. +build/public/templates/account/posts.js: line 482, col 124, ['topic'] is better written in dot notation. +build/public/templates/account/posts.js: line 482, col 136, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 482, col 152, ['posts'] is better written in dot notation. +build/public/templates/account/posts.js: line 482, col 167, ['topic'] is better written in dot notation. +build/public/templates/account/posts.js: line 482, col 176, ['deleted'] is better written in dot notation. +build/public/templates/account/posts.js: line 485, col 196, Line is too long. +build/public/templates/account/posts.js: line 485, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 485, col 45, ['posts'] is better written in dot notation. +build/public/templates/account/posts.js: line 485, col 57, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 485, col 73, ['posts'] is better written in dot notation. +build/public/templates/account/posts.js: line 485, col 91, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 485, col 107, ['posts'] is better written in dot notation. +build/public/templates/account/posts.js: line 485, col 122, ['topic'] is better written in dot notation. +build/public/templates/account/posts.js: line 485, col 134, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 485, col 150, ['posts'] is better written in dot notation. +build/public/templates/account/posts.js: line 485, col 165, ['topic'] is better written in dot notation. +build/public/templates/account/posts.js: line 485, col 174, ['scheduled'] is better written in dot notation. +build/public/templates/account/posts.js: line 489, col 148, Line is too long. +build/public/templates/account/posts.js: line 489, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 489, col 53, ['posts'] is better written in dot notation. +build/public/templates/account/posts.js: line 489, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 489, col 81, ['posts'] is better written in dot notation. +build/public/templates/account/posts.js: line 489, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 489, col 115, ['posts'] is better written in dot notation. +build/public/templates/account/posts.js: line 489, col 130, ['pid'] is better written in dot notation. +build/public/templates/account/posts.js: line 491, col 148, Line is too long. +build/public/templates/account/posts.js: line 491, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 491, col 53, ['posts'] is better written in dot notation. +build/public/templates/account/posts.js: line 491, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 491, col 81, ['posts'] is better written in dot notation. +build/public/templates/account/posts.js: line 491, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 491, col 115, ['posts'] is better written in dot notation. +build/public/templates/account/posts.js: line 491, col 130, ['uid'] is better written in dot notation. +build/public/templates/account/posts.js: line 492, col 121, Line is too long. +build/public/templates/account/posts.js: line 493, col 120, Line is too long. +build/public/templates/account/posts.js: line 493, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 493, col 53, ['config'] is better written in dot notation. +build/public/templates/account/posts.js: line 493, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 493, col 82, ['config'] is better written in dot notation. +build/public/templates/account/posts.js: line 493, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/posts.js: line 495, col 198, Line is too long. +build/public/templates/account/posts.js: line 495, col 85, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 495, col 101, ['posts'] is better written in dot notation. +build/public/templates/account/posts.js: line 495, col 113, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 495, col 129, ['posts'] is better written in dot notation. +build/public/templates/account/posts.js: line 495, col 147, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 495, col 163, ['posts'] is better written in dot notation. +build/public/templates/account/posts.js: line 495, col 178, ['pid'] is better written in dot notation. +build/public/templates/account/posts.js: line 497, col 145, Line is too long. +build/public/templates/account/posts.js: line 497, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 497, col 45, ['posts'] is better written in dot notation. +build/public/templates/account/posts.js: line 497, col 57, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 497, col 73, ['posts'] is better written in dot notation. +build/public/templates/account/posts.js: line 497, col 91, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 497, col 107, ['posts'] is better written in dot notation. +build/public/templates/account/posts.js: line 497, col 122, ['isMainPost'] is better written in dot notation. +build/public/templates/account/posts.js: line 500, col 202, Line is too long. +build/public/templates/account/posts.js: line 500, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 500, col 53, ['posts'] is better written in dot notation. +build/public/templates/account/posts.js: line 500, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 500, col 81, ['posts'] is better written in dot notation. +build/public/templates/account/posts.js: line 500, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 500, col 115, ['posts'] is better written in dot notation. +build/public/templates/account/posts.js: line 500, col 130, ['topic'] is better written in dot notation. +build/public/templates/account/posts.js: line 500, col 142, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 500, col 158, ['posts'] is better written in dot notation. +build/public/templates/account/posts.js: line 500, col 173, ['topic'] is better written in dot notation. +build/public/templates/account/posts.js: line 500, col 182, ['title'] is better written in dot notation. +build/public/templates/account/posts.js: line 502, col 152, Line is too long. +build/public/templates/account/posts.js: line 502, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 502, col 53, ['posts'] is better written in dot notation. +build/public/templates/account/posts.js: line 502, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 502, col 81, ['posts'] is better written in dot notation. +build/public/templates/account/posts.js: line 502, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 502, col 115, ['posts'] is better written in dot notation. +build/public/templates/account/posts.js: line 502, col 130, ['content'] is better written in dot notation. +build/public/templates/account/posts.js: line 503, col 133, Line is too long. +build/public/templates/account/posts.js: line 504, col 120, Line is too long. +build/public/templates/account/posts.js: line 504, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 504, col 53, ['config'] is better written in dot notation. +build/public/templates/account/posts.js: line 504, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 504, col 82, ['config'] is better written in dot notation. +build/public/templates/account/posts.js: line 504, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/posts.js: line 506, col 207, Line is too long. +build/public/templates/account/posts.js: line 506, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 506, col 53, ['posts'] is better written in dot notation. +build/public/templates/account/posts.js: line 506, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 506, col 81, ['posts'] is better written in dot notation. +build/public/templates/account/posts.js: line 506, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 506, col 115, ['posts'] is better written in dot notation. +build/public/templates/account/posts.js: line 506, col 130, ['category'] is better written in dot notation. +build/public/templates/account/posts.js: line 506, col 145, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 506, col 161, ['posts'] is better written in dot notation. +build/public/templates/account/posts.js: line 506, col 176, ['category'] is better written in dot notation. +build/public/templates/account/posts.js: line 506, col 188, ['slug'] is better written in dot notation. +build/public/templates/account/posts.js: line 508, col 207, Line is too long. +build/public/templates/account/posts.js: line 508, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 508, col 53, ['posts'] is better written in dot notation. +build/public/templates/account/posts.js: line 508, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 508, col 81, ['posts'] is better written in dot notation. +build/public/templates/account/posts.js: line 508, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 508, col 115, ['posts'] is better written in dot notation. +build/public/templates/account/posts.js: line 508, col 130, ['category'] is better written in dot notation. +build/public/templates/account/posts.js: line 508, col 145, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 508, col 161, ['posts'] is better written in dot notation. +build/public/templates/account/posts.js: line 508, col 176, ['category'] is better written in dot notation. +build/public/templates/account/posts.js: line 508, col 188, ['name'] is better written in dot notation. +build/public/templates/account/posts.js: line 510, col 145, Line is too long. +build/public/templates/account/posts.js: line 510, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 510, col 45, ['posts'] is better written in dot notation. +build/public/templates/account/posts.js: line 510, col 57, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 510, col 73, ['posts'] is better written in dot notation. +build/public/templates/account/posts.js: line 510, col 91, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 510, col 107, ['posts'] is better written in dot notation. +build/public/templates/account/posts.js: line 510, col 122, ['isMainPost'] is better written in dot notation. +build/public/templates/account/posts.js: line 512, col 256, Line is too long. +build/public/templates/account/posts.js: line 512, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 512, col 49, ['posts'] is better written in dot notation. +build/public/templates/account/posts.js: line 512, col 61, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 512, col 77, ['posts'] is better written in dot notation. +build/public/templates/account/posts.js: line 512, col 95, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 512, col 111, ['posts'] is better written in dot notation. +build/public/templates/account/posts.js: line 512, col 126, ['topic'] is better written in dot notation. +build/public/templates/account/posts.js: line 512, col 138, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 512, col 154, ['posts'] is better written in dot notation. +build/public/templates/account/posts.js: line 512, col 169, ['topic'] is better written in dot notation. +build/public/templates/account/posts.js: line 512, col 178, ['tags'] is better written in dot notation. +build/public/templates/account/posts.js: line 512, col 189, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 512, col 205, ['posts'] is better written in dot notation. +build/public/templates/account/posts.js: line 512, col 220, ['topic'] is better written in dot notation. +build/public/templates/account/posts.js: line 512, col 229, ['tags'] is better written in dot notation. +build/public/templates/account/posts.js: line 512, col 237, ['length'] is better written in dot notation. +build/public/templates/account/posts.js: line 514, col 246, Line is too long. +build/public/templates/account/posts.js: line 514, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 514, col 57, ['posts'] is better written in dot notation. +build/public/templates/account/posts.js: line 514, col 69, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 514, col 85, ['posts'] is better written in dot notation. +build/public/templates/account/posts.js: line 514, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 514, col 119, ['posts'] is better written in dot notation. +build/public/templates/account/posts.js: line 514, col 134, ['topic'] is better written in dot notation. +build/public/templates/account/posts.js: line 514, col 146, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 514, col 162, ['posts'] is better written in dot notation. +build/public/templates/account/posts.js: line 514, col 177, ['topic'] is better written in dot notation. +build/public/templates/account/posts.js: line 514, col 186, ['tags'] is better written in dot notation. +build/public/templates/account/posts.js: line 517, col 132, Line is too long. +build/public/templates/account/posts.js: line 517, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 517, col 65, ['config'] is better written in dot notation. +build/public/templates/account/posts.js: line 517, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 517, col 94, ['config'] is better written in dot notation. +build/public/templates/account/posts.js: line 517, col 104, ['relative_path'] is better written in dot notation. +build/public/templates/account/posts.js: line 519, col 343, Line is too long. +build/public/templates/account/posts.js: line 519, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 519, col 65, ['posts'] is better written in dot notation. +build/public/templates/account/posts.js: line 519, col 77, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 519, col 93, ['posts'] is better written in dot notation. +build/public/templates/account/posts.js: line 519, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 519, col 127, ['posts'] is better written in dot notation. +build/public/templates/account/posts.js: line 519, col 142, ['topic'] is better written in dot notation. +build/public/templates/account/posts.js: line 519, col 154, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 519, col 170, ['posts'] is better written in dot notation. +build/public/templates/account/posts.js: line 519, col 185, ['topic'] is better written in dot notation. +build/public/templates/account/posts.js: line 519, col 194, ['tags'] is better written in dot notation. +build/public/templates/account/posts.js: line 519, col 205, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 519, col 221, ['posts'] is better written in dot notation. +build/public/templates/account/posts.js: line 519, col 236, ['topic'] is better written in dot notation. +build/public/templates/account/posts.js: line 519, col 245, ['tags'] is better written in dot notation. +build/public/templates/account/posts.js: line 519, col 262, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 519, col 278, ['posts'] is better written in dot notation. +build/public/templates/account/posts.js: line 519, col 293, ['topic'] is better written in dot notation. +build/public/templates/account/posts.js: line 519, col 302, ['tags'] is better written in dot notation. +build/public/templates/account/posts.js: line 519, col 316, ['valueEncoded'] is better written in dot notation. +build/public/templates/account/posts.js: line 521, col 336, Line is too long. +build/public/templates/account/posts.js: line 521, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 521, col 65, ['posts'] is better written in dot notation. +build/public/templates/account/posts.js: line 521, col 77, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 521, col 93, ['posts'] is better written in dot notation. +build/public/templates/account/posts.js: line 521, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 521, col 127, ['posts'] is better written in dot notation. +build/public/templates/account/posts.js: line 521, col 142, ['topic'] is better written in dot notation. +build/public/templates/account/posts.js: line 521, col 154, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 521, col 170, ['posts'] is better written in dot notation. +build/public/templates/account/posts.js: line 521, col 185, ['topic'] is better written in dot notation. +build/public/templates/account/posts.js: line 521, col 194, ['tags'] is better written in dot notation. +build/public/templates/account/posts.js: line 521, col 205, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 521, col 221, ['posts'] is better written in dot notation. +build/public/templates/account/posts.js: line 521, col 236, ['topic'] is better written in dot notation. +build/public/templates/account/posts.js: line 521, col 245, ['tags'] is better written in dot notation. +build/public/templates/account/posts.js: line 521, col 262, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 521, col 278, ['posts'] is better written in dot notation. +build/public/templates/account/posts.js: line 521, col 293, ['topic'] is better written in dot notation. +build/public/templates/account/posts.js: line 521, col 302, ['tags'] is better written in dot notation. +build/public/templates/account/posts.js: line 523, col 343, Line is too long. +build/public/templates/account/posts.js: line 523, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 523, col 65, ['posts'] is better written in dot notation. +build/public/templates/account/posts.js: line 523, col 77, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 523, col 93, ['posts'] is better written in dot notation. +build/public/templates/account/posts.js: line 523, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 523, col 127, ['posts'] is better written in dot notation. +build/public/templates/account/posts.js: line 523, col 142, ['topic'] is better written in dot notation. +build/public/templates/account/posts.js: line 523, col 154, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 523, col 170, ['posts'] is better written in dot notation. +build/public/templates/account/posts.js: line 523, col 185, ['topic'] is better written in dot notation. +build/public/templates/account/posts.js: line 523, col 194, ['tags'] is better written in dot notation. +build/public/templates/account/posts.js: line 523, col 205, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 523, col 221, ['posts'] is better written in dot notation. +build/public/templates/account/posts.js: line 523, col 236, ['topic'] is better written in dot notation. +build/public/templates/account/posts.js: line 523, col 245, ['tags'] is better written in dot notation. +build/public/templates/account/posts.js: line 523, col 262, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 523, col 278, ['posts'] is better written in dot notation. +build/public/templates/account/posts.js: line 523, col 293, ['topic'] is better written in dot notation. +build/public/templates/account/posts.js: line 523, col 302, ['tags'] is better written in dot notation. +build/public/templates/account/posts.js: line 523, col 316, ['valueEscaped'] is better written in dot notation. +build/public/templates/account/posts.js: line 515, col 25, 'key' is defined but never used. +build/public/templates/account/posts.js: line 514, col 239, 'value' is defined but never used. +build/public/templates/account/posts.js: line 514, col 231, 'length' is defined but never used. +build/public/templates/account/posts.js: line 514, col 224, 'index' is defined but never used. +build/public/templates/account/posts.js: line 533, col 120, Line is too long. +build/public/templates/account/posts.js: line 533, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 533, col 53, ['config'] is better written in dot notation. +build/public/templates/account/posts.js: line 533, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 533, col 82, ['config'] is better written in dot notation. +build/public/templates/account/posts.js: line 533, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/posts.js: line 535, col 203, Line is too long. +build/public/templates/account/posts.js: line 535, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 535, col 53, ['posts'] is better written in dot notation. +build/public/templates/account/posts.js: line 535, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 535, col 81, ['posts'] is better written in dot notation. +build/public/templates/account/posts.js: line 535, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 535, col 115, ['posts'] is better written in dot notation. +build/public/templates/account/posts.js: line 535, col 130, ['user'] is better written in dot notation. +build/public/templates/account/posts.js: line 535, col 141, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 535, col 157, ['posts'] is better written in dot notation. +build/public/templates/account/posts.js: line 535, col 172, ['user'] is better written in dot notation. +build/public/templates/account/posts.js: line 535, col 180, ['userslug'] is better written in dot notation. +build/public/templates/account/posts.js: line 537, col 278, Line is too long. +build/public/templates/account/posts.js: line 537, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 537, col 94, ['posts'] is better written in dot notation. +build/public/templates/account/posts.js: line 537, col 106, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 537, col 122, ['posts'] is better written in dot notation. +build/public/templates/account/posts.js: line 537, col 140, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 537, col 156, ['posts'] is better written in dot notation. +build/public/templates/account/posts.js: line 537, col 171, ['user'] is better written in dot notation. +build/public/templates/account/posts.js: line 537, col 214, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 538, col 111, Line is too long. +build/public/templates/account/posts.js: line 539, col 120, Line is too long. +build/public/templates/account/posts.js: line 539, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 539, col 53, ['config'] is better written in dot notation. +build/public/templates/account/posts.js: line 539, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 539, col 82, ['config'] is better written in dot notation. +build/public/templates/account/posts.js: line 539, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/posts.js: line 541, col 203, Line is too long. +build/public/templates/account/posts.js: line 541, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 541, col 53, ['posts'] is better written in dot notation. +build/public/templates/account/posts.js: line 541, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 541, col 81, ['posts'] is better written in dot notation. +build/public/templates/account/posts.js: line 541, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 541, col 115, ['posts'] is better written in dot notation. +build/public/templates/account/posts.js: line 541, col 130, ['user'] is better written in dot notation. +build/public/templates/account/posts.js: line 541, col 141, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 541, col 157, ['posts'] is better written in dot notation. +build/public/templates/account/posts.js: line 541, col 172, ['user'] is better written in dot notation. +build/public/templates/account/posts.js: line 541, col 180, ['userslug'] is better written in dot notation. +build/public/templates/account/posts.js: line 543, col 206, Line is too long. +build/public/templates/account/posts.js: line 543, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 543, col 53, ['posts'] is better written in dot notation. +build/public/templates/account/posts.js: line 543, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 543, col 81, ['posts'] is better written in dot notation. +build/public/templates/account/posts.js: line 543, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 543, col 115, ['posts'] is better written in dot notation. +build/public/templates/account/posts.js: line 543, col 130, ['user'] is better written in dot notation. +build/public/templates/account/posts.js: line 543, col 141, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 543, col 157, ['posts'] is better written in dot notation. +build/public/templates/account/posts.js: line 543, col 172, ['user'] is better written in dot notation. +build/public/templates/account/posts.js: line 543, col 180, ['displayname'] is better written in dot notation. +build/public/templates/account/posts.js: line 545, col 157, Line is too long. +build/public/templates/account/posts.js: line 545, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 545, col 53, ['posts'] is better written in dot notation. +build/public/templates/account/posts.js: line 545, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 545, col 81, ['posts'] is better written in dot notation. +build/public/templates/account/posts.js: line 545, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 545, col 115, ['posts'] is better written in dot notation. +build/public/templates/account/posts.js: line 545, col 130, ['timestampISO'] is better written in dot notation. +build/public/templates/account/posts.js: line 478, col 13, 'key' is defined but never used. +build/public/templates/account/posts.js: line 477, col 106, 'value' is defined but never used. +build/public/templates/account/posts.js: line 477, col 98, 'length' is defined but never used. +build/public/templates/account/posts.js: line 477, col 91, 'index' is defined but never used. +build/public/templates/account/posts.js: line 476, col 11, 'value' is defined but never used. +build/public/templates/account/posts.js: line 554, col 160, Line is too long. +build/public/templates/account/posts.js: line 554, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 554, col 52, ['pagination'] is better written in dot notation. +build/public/templates/account/posts.js: line 554, col 69, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 554, col 85, ['pagination'] is better written in dot notation. +build/public/templates/account/posts.js: line 554, col 99, ['pages'] is better written in dot notation. +build/public/templates/account/posts.js: line 557, col 219, Line is too long. +build/public/templates/account/posts.js: line 557, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 557, col 45, ['pagination'] is better written in dot notation. +build/public/templates/account/posts.js: line 557, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 557, col 78, ['pagination'] is better written in dot notation. +build/public/templates/account/posts.js: line 557, col 92, ['pages'] is better written in dot notation. +build/public/templates/account/posts.js: line 557, col 104, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 557, col 120, ['pagination'] is better written in dot notation. +build/public/templates/account/posts.js: line 557, col 134, ['pages'] is better written in dot notation. +build/public/templates/account/posts.js: line 557, col 152, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 557, col 168, ['pagination'] is better written in dot notation. +build/public/templates/account/posts.js: line 557, col 182, ['pages'] is better written in dot notation. +build/public/templates/account/posts.js: line 557, col 197, ['separator'] is better written in dot notation. +build/public/templates/account/posts.js: line 558, col 227, Line is too long. +build/public/templates/account/posts.js: line 560, col 220, Line is too long. +build/public/templates/account/posts.js: line 560, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 560, col 49, ['pagination'] is better written in dot notation. +build/public/templates/account/posts.js: line 560, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 560, col 82, ['pagination'] is better written in dot notation. +build/public/templates/account/posts.js: line 560, col 96, ['pages'] is better written in dot notation. +build/public/templates/account/posts.js: line 560, col 108, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 560, col 124, ['pagination'] is better written in dot notation. +build/public/templates/account/posts.js: line 560, col 138, ['pages'] is better written in dot notation. +build/public/templates/account/posts.js: line 560, col 156, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 560, col 172, ['pagination'] is better written in dot notation. +build/public/templates/account/posts.js: line 560, col 186, ['pages'] is better written in dot notation. +build/public/templates/account/posts.js: line 560, col 201, ['active'] is better written in dot notation. +build/public/templates/account/posts.js: line 564, col 226, Line is too long. +build/public/templates/account/posts.js: line 564, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 564, col 57, ['pagination'] is better written in dot notation. +build/public/templates/account/posts.js: line 564, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 564, col 90, ['pagination'] is better written in dot notation. +build/public/templates/account/posts.js: line 564, col 104, ['pages'] is better written in dot notation. +build/public/templates/account/posts.js: line 564, col 116, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 564, col 132, ['pagination'] is better written in dot notation. +build/public/templates/account/posts.js: line 564, col 146, ['pages'] is better written in dot notation. +build/public/templates/account/posts.js: line 564, col 164, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 564, col 180, ['pagination'] is better written in dot notation. +build/public/templates/account/posts.js: line 564, col 194, ['pages'] is better written in dot notation. +build/public/templates/account/posts.js: line 564, col 209, ['qs'] is better written in dot notation. +build/public/templates/account/posts.js: line 566, col 228, Line is too long. +build/public/templates/account/posts.js: line 566, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 566, col 57, ['pagination'] is better written in dot notation. +build/public/templates/account/posts.js: line 566, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 566, col 90, ['pagination'] is better written in dot notation. +build/public/templates/account/posts.js: line 566, col 104, ['pages'] is better written in dot notation. +build/public/templates/account/posts.js: line 566, col 116, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 566, col 132, ['pagination'] is better written in dot notation. +build/public/templates/account/posts.js: line 566, col 146, ['pages'] is better written in dot notation. +build/public/templates/account/posts.js: line 566, col 164, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 566, col 180, ['pagination'] is better written in dot notation. +build/public/templates/account/posts.js: line 566, col 194, ['pages'] is better written in dot notation. +build/public/templates/account/posts.js: line 566, col 209, ['page'] is better written in dot notation. +build/public/templates/account/posts.js: line 568, col 228, Line is too long. +build/public/templates/account/posts.js: line 568, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 568, col 57, ['pagination'] is better written in dot notation. +build/public/templates/account/posts.js: line 568, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 568, col 90, ['pagination'] is better written in dot notation. +build/public/templates/account/posts.js: line 568, col 104, ['pages'] is better written in dot notation. +build/public/templates/account/posts.js: line 568, col 116, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 568, col 132, ['pagination'] is better written in dot notation. +build/public/templates/account/posts.js: line 568, col 146, ['pages'] is better written in dot notation. +build/public/templates/account/posts.js: line 568, col 164, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 568, col 180, ['pagination'] is better written in dot notation. +build/public/templates/account/posts.js: line 568, col 194, ['pages'] is better written in dot notation. +build/public/templates/account/posts.js: line 568, col 209, ['page'] is better written in dot notation. +build/public/templates/account/posts.js: line 570, col 228, Line is too long. +build/public/templates/account/posts.js: line 570, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 570, col 57, ['pagination'] is better written in dot notation. +build/public/templates/account/posts.js: line 570, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 570, col 90, ['pagination'] is better written in dot notation. +build/public/templates/account/posts.js: line 570, col 104, ['pages'] is better written in dot notation. +build/public/templates/account/posts.js: line 570, col 116, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 570, col 132, ['pagination'] is better written in dot notation. +build/public/templates/account/posts.js: line 570, col 146, ['pages'] is better written in dot notation. +build/public/templates/account/posts.js: line 570, col 164, Expected '!==' and instead saw '!='. +build/public/templates/account/posts.js: line 570, col 180, ['pagination'] is better written in dot notation. +build/public/templates/account/posts.js: line 570, col 194, ['pages'] is better written in dot notation. +build/public/templates/account/posts.js: line 570, col 209, ['page'] is better written in dot notation. +build/public/templates/account/posts.js: line 555, col 13, 'key' is defined but never used. +build/public/templates/account/posts.js: line 554, col 153, 'value' is defined but never used. +build/public/templates/account/posts.js: line 554, col 145, 'length' is defined but never used. +build/public/templates/account/posts.js: line 554, col 138, 'index' is defined but never used. +build/public/templates/account/posts.js: line 553, col 11, 'value' is defined but never used. +build/public/templates/account/posts.js: line 551, col 81, 'helper' is defined but never used. +build/public/templates/account/posts.js: line 580, col 3, Missing semicolon. +build/public/templates/account/posts.js: line 5, col 46, 'define' is not defined. +build/public/templates/account/posts.js: line 6, col 5, 'define' is not defined. + +build/public/templates/account/profile.js: line 13, col 109, Line is too long. +build/public/templates/account/profile.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 13, col 41, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/profile.js: line 13, col 59, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 13, col 75, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/profile.js: line 13, col 90, ['length'] is better written in dot notation. +build/public/templates/account/profile.js: line 14, col 136, Line is too long. +build/public/templates/account/profile.js: line 15, col 26, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/profile.js: line 21, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 23, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 25, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 25, col 49, ['uid'] is better written in dot notation. +build/public/templates/account/profile.js: line 27, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 27, col 41, ['picture'] is better written in dot notation. +build/public/templates/account/profile.js: line 29, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 29, col 53, ['picture'] is better written in dot notation. +build/public/templates/account/profile.js: line 32, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 34, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 34, col 53, ['username'] is better written in dot notation. +build/public/templates/account/profile.js: line 36, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 38, col 122, Line is too long. +build/public/templates/account/profile.js: line 39, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 39, col 49, ['status'] is better written in dot notation. +build/public/templates/account/profile.js: line 41, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 41, col 49, ['status'] is better written in dot notation. +build/public/templates/account/profile.js: line 43, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 43, col 41, ['loggedIn'] is better written in dot notation. +build/public/templates/account/profile.js: line 45, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 45, col 45, ['isSelf'] is better written in dot notation. +build/public/templates/account/profile.js: line 48, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 48, col 49, ['isFollowing'] is better written in dot notation. +build/public/templates/account/profile.js: line 52, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 52, col 49, ['isFollowing'] is better written in dot notation. +build/public/templates/account/profile.js: line 55, col 137, Line is too long. +build/public/templates/account/profile.js: line 59, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 59, col 41, ['allowCoverPicture'] is better written in dot notation. +build/public/templates/account/profile.js: line 61, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 61, col 45, ['canEdit'] is better written in dot notation. +build/public/templates/account/profile.js: line 62, col 485, Line is too long. +build/public/templates/account/profile.js: line 66, col 331, Line is too long. +build/public/templates/account/profile.js: line 67, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 67, col 41, ['loggedIn'] is better written in dot notation. +build/public/templates/account/profile.js: line 69, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 69, col 45, ['isSelf'] is better written in dot notation. +build/public/templates/account/profile.js: line 72, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 72, col 49, ['banned'] is better written in dot notation. +build/public/templates/account/profile.js: line 75, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 75, col 53, ['canChat'] is better written in dot notation. +build/public/templates/account/profile.js: line 77, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 77, col 57, ['hasPrivateChat'] is better written in dot notation. +build/public/templates/account/profile.js: line 80, col 133, Line is too long. +build/public/templates/account/profile.js: line 81, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 81, col 65, ['username'] is better written in dot notation. +build/public/templates/account/profile.js: line 82, col 157, Line is too long. +build/public/templates/account/profile.js: line 83, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 83, col 65, ['username'] is better written in dot notation. +build/public/templates/account/profile.js: line 87, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 87, col 53, ['flagId'] is better written in dot notation. +build/public/templates/account/profile.js: line 90, col 147, Line is too long. +build/public/templates/account/profile.js: line 91, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 91, col 53, ['flagId'] is better written in dot notation. +build/public/templates/account/profile.js: line 94, col 130, Line is too long. +build/public/templates/account/profile.js: line 95, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 95, col 61, ['flagId'] is better written in dot notation. +build/public/templates/account/profile.js: line 97, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 97, col 53, ['isBlocked'] is better written in dot notation. +build/public/templates/account/profile.js: line 100, col 146, Line is too long. +build/public/templates/account/profile.js: line 101, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 101, col 53, ['isBlocked'] is better written in dot notation. +build/public/templates/account/profile.js: line 104, col 177, Line is too long. +build/public/templates/account/profile.js: line 109, col 116, Line is too long. +build/public/templates/account/profile.js: line 109, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 109, col 49, ['config'] is better written in dot notation. +build/public/templates/account/profile.js: line 109, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 109, col 78, ['config'] is better written in dot notation. +build/public/templates/account/profile.js: line 109, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/profile.js: line 111, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 111, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/profile.js: line 112, col 101, Line is too long. +build/public/templates/account/profile.js: line 113, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 113, col 41, ['canEdit'] is better written in dot notation. +build/public/templates/account/profile.js: line 115, col 120, Line is too long. +build/public/templates/account/profile.js: line 115, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 115, col 53, ['config'] is better written in dot notation. +build/public/templates/account/profile.js: line 115, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 115, col 82, ['config'] is better written in dot notation. +build/public/templates/account/profile.js: line 115, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/profile.js: line 117, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 117, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/profile.js: line 118, col 103, Line is too long. +build/public/templates/account/profile.js: line 119, col 120, Line is too long. +build/public/templates/account/profile.js: line 119, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 119, col 53, ['config'] is better written in dot notation. +build/public/templates/account/profile.js: line 119, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 119, col 82, ['config'] is better written in dot notation. +build/public/templates/account/profile.js: line 119, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/profile.js: line 121, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 121, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/profile.js: line 125, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 125, col 41, ['isSelf'] is better written in dot notation. +build/public/templates/account/profile.js: line 128, col 122, Line is too long. +build/public/templates/account/profile.js: line 128, col 30, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 128, col 46, ['canBan'] is better written in dot notation. +build/public/templates/account/profile.js: line 128, col 85, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 128, col 101, ['canMute'] is better written in dot notation. +build/public/templates/account/profile.js: line 129, col 140, Line is too long. +build/public/templates/account/profile.js: line 132, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 132, col 45, ['canBan'] is better written in dot notation. +build/public/templates/account/profile.js: line 134, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 134, col 49, ['banned'] is better written in dot notation. +build/public/templates/account/profile.js: line 137, col 151, Line is too long. +build/public/templates/account/profile.js: line 138, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 138, col 49, ['banned'] is better written in dot notation. +build/public/templates/account/profile.js: line 141, col 142, Line is too long. +build/public/templates/account/profile.js: line 144, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 144, col 45, ['canMute'] is better written in dot notation. +build/public/templates/account/profile.js: line 146, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 146, col 49, ['muted'] is better written in dot notation. +build/public/templates/account/profile.js: line 149, col 153, Line is too long. +build/public/templates/account/profile.js: line 150, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 150, col 49, ['muted'] is better written in dot notation. +build/public/templates/account/profile.js: line 153, col 144, Line is too long. +build/public/templates/account/profile.js: line 156, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 156, col 45, ['isAdmin'] is better written in dot notation. +build/public/templates/account/profile.js: line 157, col 398, Line is too long. +build/public/templates/account/profile.js: line 160, col 158, Line is too long. +build/public/templates/account/profile.js: line 161, col 116, Line is too long. +build/public/templates/account/profile.js: line 161, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 161, col 49, ['config'] is better written in dot notation. +build/public/templates/account/profile.js: line 161, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 161, col 78, ['config'] is better written in dot notation. +build/public/templates/account/profile.js: line 161, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/profile.js: line 163, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 163, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/profile.js: line 164, col 122, Line is too long. +build/public/templates/account/profile.js: line 165, col 112, Line is too long. +build/public/templates/account/profile.js: line 165, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 165, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/profile.js: line 165, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 165, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/profile.js: line 165, col 88, ['following'] is better written in dot notation. +build/public/templates/account/profile.js: line 167, col 159, Line is too long. +build/public/templates/account/profile.js: line 167, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 167, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/profile.js: line 167, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 167, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/profile.js: line 167, col 133, ['following'] is better written in dot notation. +build/public/templates/account/profile.js: line 168, col 117, Line is too long. +build/public/templates/account/profile.js: line 169, col 116, Line is too long. +build/public/templates/account/profile.js: line 169, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 169, col 49, ['config'] is better written in dot notation. +build/public/templates/account/profile.js: line 169, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 169, col 78, ['config'] is better written in dot notation. +build/public/templates/account/profile.js: line 169, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/profile.js: line 171, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 171, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/profile.js: line 172, col 122, Line is too long. +build/public/templates/account/profile.js: line 173, col 112, Line is too long. +build/public/templates/account/profile.js: line 173, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 173, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/profile.js: line 173, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 173, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/profile.js: line 173, col 88, ['followers'] is better written in dot notation. +build/public/templates/account/profile.js: line 175, col 159, Line is too long. +build/public/templates/account/profile.js: line 175, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 175, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/profile.js: line 175, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 175, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/profile.js: line 175, col 133, ['followers'] is better written in dot notation. +build/public/templates/account/profile.js: line 177, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 177, col 41, ['canEdit'] is better written in dot notation. +build/public/templates/account/profile.js: line 178, col 103, Line is too long. +build/public/templates/account/profile.js: line 179, col 120, Line is too long. +build/public/templates/account/profile.js: line 179, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 179, col 53, ['config'] is better written in dot notation. +build/public/templates/account/profile.js: line 179, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 179, col 82, ['config'] is better written in dot notation. +build/public/templates/account/profile.js: line 179, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/profile.js: line 181, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 181, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/profile.js: line 182, col 120, Line is too long. +build/public/templates/account/profile.js: line 183, col 113, Line is too long. +build/public/templates/account/profile.js: line 183, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 183, col 53, ['counts'] is better written in dot notation. +build/public/templates/account/profile.js: line 183, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 183, col 82, ['counts'] is better written in dot notation. +build/public/templates/account/profile.js: line 183, col 92, ['blocks'] is better written in dot notation. +build/public/templates/account/profile.js: line 185, col 160, Line is too long. +build/public/templates/account/profile.js: line 185, col 82, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 185, col 98, ['counts'] is better written in dot notation. +build/public/templates/account/profile.js: line 185, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 185, col 127, ['counts'] is better written in dot notation. +build/public/templates/account/profile.js: line 185, col 137, ['blocks'] is better written in dot notation. +build/public/templates/account/profile.js: line 188, col 158, Line is too long. +build/public/templates/account/profile.js: line 189, col 116, Line is too long. +build/public/templates/account/profile.js: line 189, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 189, col 49, ['config'] is better written in dot notation. +build/public/templates/account/profile.js: line 189, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 189, col 78, ['config'] is better written in dot notation. +build/public/templates/account/profile.js: line 189, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/profile.js: line 191, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 191, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/profile.js: line 192, col 118, Line is too long. +build/public/templates/account/profile.js: line 193, col 109, Line is too long. +build/public/templates/account/profile.js: line 193, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 193, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/profile.js: line 193, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 193, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/profile.js: line 193, col 88, ['topics'] is better written in dot notation. +build/public/templates/account/profile.js: line 195, col 156, Line is too long. +build/public/templates/account/profile.js: line 195, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 195, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/profile.js: line 195, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 195, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/profile.js: line 195, col 133, ['topics'] is better written in dot notation. +build/public/templates/account/profile.js: line 196, col 117, Line is too long. +build/public/templates/account/profile.js: line 197, col 116, Line is too long. +build/public/templates/account/profile.js: line 197, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 197, col 49, ['config'] is better written in dot notation. +build/public/templates/account/profile.js: line 197, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 197, col 78, ['config'] is better written in dot notation. +build/public/templates/account/profile.js: line 197, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/profile.js: line 199, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 199, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/profile.js: line 200, col 116, Line is too long. +build/public/templates/account/profile.js: line 201, col 108, Line is too long. +build/public/templates/account/profile.js: line 201, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 201, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/profile.js: line 201, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 201, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/profile.js: line 201, col 88, ['posts'] is better written in dot notation. +build/public/templates/account/profile.js: line 203, col 155, Line is too long. +build/public/templates/account/profile.js: line 203, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 203, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/profile.js: line 203, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 203, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/profile.js: line 203, col 133, ['posts'] is better written in dot notation. +build/public/templates/account/profile.js: line 204, col 117, Line is too long. +build/public/templates/account/profile.js: line 205, col 116, Line is too long. +build/public/templates/account/profile.js: line 205, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 205, col 49, ['config'] is better written in dot notation. +build/public/templates/account/profile.js: line 205, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 205, col 78, ['config'] is better written in dot notation. +build/public/templates/account/profile.js: line 205, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/profile.js: line 207, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 207, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/profile.js: line 208, col 125, Line is too long. +build/public/templates/account/profile.js: line 209, col 109, Line is too long. +build/public/templates/account/profile.js: line 209, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 209, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/profile.js: line 209, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 209, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/profile.js: line 209, col 88, ['groups'] is better written in dot notation. +build/public/templates/account/profile.js: line 211, col 156, Line is too long. +build/public/templates/account/profile.js: line 211, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 211, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/profile.js: line 211, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 211, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/profile.js: line 211, col 133, ['groups'] is better written in dot notation. +build/public/templates/account/profile.js: line 213, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 213, col 41, ['canEdit'] is better written in dot notation. +build/public/templates/account/profile.js: line 214, col 103, Line is too long. +build/public/templates/account/profile.js: line 215, col 120, Line is too long. +build/public/templates/account/profile.js: line 215, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 215, col 53, ['config'] is better written in dot notation. +build/public/templates/account/profile.js: line 215, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 215, col 82, ['config'] is better written in dot notation. +build/public/templates/account/profile.js: line 215, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/profile.js: line 217, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 217, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/profile.js: line 218, col 136, Line is too long. +build/public/templates/account/profile.js: line 219, col 124, Line is too long. +build/public/templates/account/profile.js: line 219, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 219, col 53, ['counts'] is better written in dot notation. +build/public/templates/account/profile.js: line 219, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 219, col 82, ['counts'] is better written in dot notation. +build/public/templates/account/profile.js: line 219, col 92, ['categoriesWatched'] is better written in dot notation. +build/public/templates/account/profile.js: line 221, col 171, Line is too long. +build/public/templates/account/profile.js: line 221, col 82, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 221, col 98, ['counts'] is better written in dot notation. +build/public/templates/account/profile.js: line 221, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 221, col 127, ['counts'] is better written in dot notation. +build/public/templates/account/profile.js: line 221, col 137, ['categoriesWatched'] is better written in dot notation. +build/public/templates/account/profile.js: line 223, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 223, col 45, ['isSelf'] is better written in dot notation. +build/public/templates/account/profile.js: line 224, col 107, Line is too long. +build/public/templates/account/profile.js: line 225, col 124, Line is too long. +build/public/templates/account/profile.js: line 225, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 225, col 57, ['config'] is better written in dot notation. +build/public/templates/account/profile.js: line 225, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 225, col 86, ['config'] is better written in dot notation. +build/public/templates/account/profile.js: line 225, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/account/profile.js: line 227, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 227, col 57, ['userslug'] is better written in dot notation. +build/public/templates/account/profile.js: line 228, col 130, Line is too long. +build/public/templates/account/profile.js: line 229, col 122, Line is too long. +build/public/templates/account/profile.js: line 229, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 229, col 57, ['counts'] is better written in dot notation. +build/public/templates/account/profile.js: line 229, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 229, col 86, ['counts'] is better written in dot notation. +build/public/templates/account/profile.js: line 229, col 96, ['tagsWatched'] is better written in dot notation. +build/public/templates/account/profile.js: line 231, col 169, Line is too long. +build/public/templates/account/profile.js: line 231, col 86, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 231, col 102, ['counts'] is better written in dot notation. +build/public/templates/account/profile.js: line 231, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 231, col 131, ['counts'] is better written in dot notation. +build/public/templates/account/profile.js: line 231, col 141, ['tagsWatched'] is better written in dot notation. +build/public/templates/account/profile.js: line 234, col 105, Line is too long. +build/public/templates/account/profile.js: line 235, col 120, Line is too long. +build/public/templates/account/profile.js: line 235, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 235, col 53, ['config'] is better written in dot notation. +build/public/templates/account/profile.js: line 235, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 235, col 82, ['config'] is better written in dot notation. +build/public/templates/account/profile.js: line 235, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/profile.js: line 237, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 237, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/profile.js: line 238, col 124, Line is too long. +build/public/templates/account/profile.js: line 239, col 115, Line is too long. +build/public/templates/account/profile.js: line 239, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 239, col 53, ['counts'] is better written in dot notation. +build/public/templates/account/profile.js: line 239, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 239, col 82, ['counts'] is better written in dot notation. +build/public/templates/account/profile.js: line 239, col 92, ['uploaded'] is better written in dot notation. +build/public/templates/account/profile.js: line 241, col 162, Line is too long. +build/public/templates/account/profile.js: line 241, col 82, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 241, col 98, ['counts'] is better written in dot notation. +build/public/templates/account/profile.js: line 241, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 241, col 127, ['counts'] is better written in dot notation. +build/public/templates/account/profile.js: line 241, col 137, ['uploaded'] is better written in dot notation. +build/public/templates/account/profile.js: line 245, col 22, ['profile_links'] is better written in dot notation. +build/public/templates/account/profile.js: line 246, col 137, Line is too long. +build/public/templates/account/profile.js: line 247, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 247, col 41, ['fullname'] is better written in dot notation. +build/public/templates/account/profile.js: line 248, col 35, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 248, col 51, ['fullname'] is better written in dot notation. +build/public/templates/account/profile.js: line 249, col 35, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 249, col 51, ['username'] is better written in dot notation. +build/public/templates/account/profile.js: line 250, col 148, Line is too long. +build/public/templates/account/profile.js: line 251, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 251, col 41, ['banned'] is better written in dot notation. +build/public/templates/account/profile.js: line 254, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 254, col 53, ['username'] is better written in dot notation. +build/public/templates/account/profile.js: line 256, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 256, col 41, ['isAdminOrGlobalModeratorOrModerator'] is better written in dot notation. +build/public/templates/account/profile.js: line 258, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 258, col 45, ['banned'] is better written in dot notation. +build/public/templates/account/profile.js: line 260, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 260, col 49, ['banned_until'] is better written in dot notation. +build/public/templates/account/profile.js: line 262, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 262, col 61, ['banned_until_readable'] is better written in dot notation. +build/public/templates/account/profile.js: line 270, col 113, Line is too long. +build/public/templates/account/profile.js: line 270, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 270, col 41, ['selectedGroup'] is better written in dot notation. +build/public/templates/account/profile.js: line 270, col 61, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 270, col 77, ['selectedGroup'] is better written in dot notation. +build/public/templates/account/profile.js: line 270, col 94, ['length'] is better written in dot notation. +build/public/templates/account/profile.js: line 272, col 26, ['selectedGroup'] is better written in dot notation. +build/public/templates/account/profile.js: line 276, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 276, col 41, ['aboutme'] is better written in dot notation. +build/public/templates/account/profile.js: line 277, col 112, Line is too long. +build/public/templates/account/profile.js: line 278, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 278, col 53, ['aboutmeParsed'] is better written in dot notation. +build/public/templates/account/profile.js: line 282, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 285, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 285, col 53, ['reputation'] is better written in dot notation. +build/public/templates/account/profile.js: line 287, col 129, Line is too long. +build/public/templates/account/profile.js: line 287, col 86, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 287, col 102, ['reputation'] is better written in dot notation. +build/public/templates/account/profile.js: line 288, col 125, Line is too long. +build/public/templates/account/profile.js: line 290, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 290, col 49, ['profileviews'] is better written in dot notation. +build/public/templates/account/profile.js: line 292, col 127, Line is too long. +build/public/templates/account/profile.js: line 292, col 82, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 292, col 98, ['profileviews'] is better written in dot notation. +build/public/templates/account/profile.js: line 293, col 202, Line is too long. +build/public/templates/account/profile.js: line 294, col 108, Line is too long. +build/public/templates/account/profile.js: line 294, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 294, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/profile.js: line 294, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 294, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/profile.js: line 294, col 88, ['posts'] is better written in dot notation. +build/public/templates/account/profile.js: line 296, col 116, Line is too long. +build/public/templates/account/profile.js: line 296, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 296, col 49, ['config'] is better written in dot notation. +build/public/templates/account/profile.js: line 296, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 296, col 78, ['config'] is better written in dot notation. +build/public/templates/account/profile.js: line 296, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/profile.js: line 298, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 298, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/profile.js: line 300, col 159, Line is too long. +build/public/templates/account/profile.js: line 300, col 82, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 300, col 98, ['counts'] is better written in dot notation. +build/public/templates/account/profile.js: line 300, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 300, col 127, ['counts'] is better written in dot notation. +build/public/templates/account/profile.js: line 300, col 137, ['posts'] is better written in dot notation. +build/public/templates/account/profile.js: line 301, col 200, Line is too long. +build/public/templates/account/profile.js: line 302, col 112, Line is too long. +build/public/templates/account/profile.js: line 302, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 302, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/profile.js: line 302, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 302, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/profile.js: line 302, col 88, ['followers'] is better written in dot notation. +build/public/templates/account/profile.js: line 304, col 116, Line is too long. +build/public/templates/account/profile.js: line 304, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 304, col 49, ['config'] is better written in dot notation. +build/public/templates/account/profile.js: line 304, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 304, col 78, ['config'] is better written in dot notation. +build/public/templates/account/profile.js: line 304, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/profile.js: line 306, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 306, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/profile.js: line 308, col 163, Line is too long. +build/public/templates/account/profile.js: line 308, col 82, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 308, col 98, ['counts'] is better written in dot notation. +build/public/templates/account/profile.js: line 308, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 308, col 127, ['counts'] is better written in dot notation. +build/public/templates/account/profile.js: line 308, col 137, ['followers'] is better written in dot notation. +build/public/templates/account/profile.js: line 309, col 202, Line is too long. +build/public/templates/account/profile.js: line 310, col 112, Line is too long. +build/public/templates/account/profile.js: line 310, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 310, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/profile.js: line 310, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 310, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/profile.js: line 310, col 88, ['following'] is better written in dot notation. +build/public/templates/account/profile.js: line 312, col 116, Line is too long. +build/public/templates/account/profile.js: line 312, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 312, col 49, ['config'] is better written in dot notation. +build/public/templates/account/profile.js: line 312, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 312, col 78, ['config'] is better written in dot notation. +build/public/templates/account/profile.js: line 312, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/profile.js: line 314, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 314, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/profile.js: line 316, col 163, Line is too long. +build/public/templates/account/profile.js: line 316, col 82, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 316, col 98, ['counts'] is better written in dot notation. +build/public/templates/account/profile.js: line 316, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 316, col 127, ['counts'] is better written in dot notation. +build/public/templates/account/profile.js: line 316, col 137, ['following'] is better written in dot notation. +build/public/templates/account/profile.js: line 317, col 385, Line is too long. +build/public/templates/account/profile.js: line 318, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 318, col 49, ['joindateISO'] is better written in dot notation. +build/public/templates/account/profile.js: line 319, col 133, Line is too long. +build/public/templates/account/profile.js: line 320, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 320, col 49, ['lastonlineISO'] is better written in dot notation. +build/public/templates/account/profile.js: line 322, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 322, col 41, ['email'] is better written in dot notation. +build/public/templates/account/profile.js: line 323, col 107, Line is too long. +build/public/templates/account/profile.js: line 324, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 324, col 53, ['emailClass'] is better written in dot notation. +build/public/templates/account/profile.js: line 326, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 326, col 53, ['email'] is better written in dot notation. +build/public/templates/account/profile.js: line 330, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 330, col 41, ['age'] is better written in dot notation. +build/public/templates/account/profile.js: line 331, col 121, Line is too long. +build/public/templates/account/profile.js: line 332, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 332, col 53, ['age'] is better written in dot notation. +build/public/templates/account/profile.js: line 336, col 22, ['customUserFields'] is better written in dot notation. +build/public/templates/account/profile.js: line 337, col 196, Line is too long. +build/public/templates/account/profile.js: line 338, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 338, col 49, ['username'] is better written in dot notation. +build/public/templates/account/profile.js: line 340, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 340, col 41, ['isSelf'] is better written in dot notation. +build/public/templates/account/profile.js: line 343, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 343, col 45, ['isFollowing'] is better written in dot notation. +build/public/templates/account/profile.js: line 346, col 107, Line is too long. +build/public/templates/account/profile.js: line 347, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 347, col 45, ['isFollowing'] is better written in dot notation. +build/public/templates/account/profile.js: line 352, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 352, col 41, ['groups'] is better written in dot notation. +build/public/templates/account/profile.js: line 352, col 54, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 352, col 70, ['groups'] is better written in dot notation. +build/public/templates/account/profile.js: line 352, col 80, ['length'] is better written in dot notation. +build/public/templates/account/profile.js: line 354, col 26, ['groups'] is better written in dot notation. +build/public/templates/account/profile.js: line 358, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 358, col 41, ['ips'] is better written in dot notation. +build/public/templates/account/profile.js: line 358, col 51, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 358, col 67, ['ips'] is better written in dot notation. +build/public/templates/account/profile.js: line 358, col 74, ['length'] is better written in dot notation. +build/public/templates/account/profile.js: line 359, col 173, Line is too long. +build/public/templates/account/profile.js: line 360, col 26, ['ips'] is better written in dot notation. +build/public/templates/account/profile.js: line 364, col 105, Line is too long. +build/public/templates/account/profile.js: line 364, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 364, col 41, ['bestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 364, col 57, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 364, col 73, ['bestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 364, col 86, ['length'] is better written in dot notation. +build/public/templates/account/profile.js: line 366, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 366, col 53, ['username'] is better written in dot notation. +build/public/templates/account/profile.js: line 367, col 109, Line is too long. +build/public/templates/account/profile.js: line 368, col 26, ['bestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 372, col 109, Line is too long. +build/public/templates/account/profile.js: line 372, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 372, col 41, ['latestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 372, col 59, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 372, col 75, ['latestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 372, col 90, ['length'] is better written in dot notation. +build/public/templates/account/profile.js: line 374, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 374, col 53, ['username'] is better written in dot notation. +build/public/templates/account/profile.js: line 375, col 109, Line is too long. +build/public/templates/account/profile.js: line 376, col 26, ['latestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/account/profile.js: line 386, col 119, Line is too long. +build/public/templates/account/profile.js: line 386, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 386, col 52, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/profile.js: line 392, col 133, Line is too long. +build/public/templates/account/profile.js: line 399, col 156, Line is too long. +build/public/templates/account/profile.js: line 399, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 399, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/profile.js: line 399, col 63, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 399, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/profile.js: line 399, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 399, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/profile.js: line 399, col 140, ['url'] is better written in dot notation. +build/public/templates/account/profile.js: line 401, col 170, Line is too long. +build/public/templates/account/profile.js: line 401, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 401, col 57, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/profile.js: line 401, col 75, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 401, col 91, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/profile.js: line 401, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 401, col 131, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/profile.js: line 401, col 152, ['url'] is better written in dot notation. +build/public/templates/account/profile.js: line 405, col 167, Line is too long. +build/public/templates/account/profile.js: line 405, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 405, col 53, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/profile.js: line 405, col 71, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 405, col 87, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/profile.js: line 405, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 405, col 127, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/profile.js: line 405, col 148, ['text'] is better written in dot notation. +build/public/templates/account/profile.js: line 409, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 412, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 412, col 53, ['rssFeedUrl'] is better written in dot notation. +build/public/templates/account/profile.js: line 414, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 414, col 65, ['rssFeedUrl'] is better written in dot notation. +build/public/templates/account/profile.js: line 420, col 156, Line is too long. +build/public/templates/account/profile.js: line 420, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 420, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/profile.js: line 420, col 63, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 420, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/profile.js: line 420, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 420, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/profile.js: line 420, col 140, ['url'] is better written in dot notation. +build/public/templates/account/profile.js: line 387, col 13, 'key' is defined but never used. +build/public/templates/account/profile.js: line 386, col 112, 'value' is defined but never used. +build/public/templates/account/profile.js: line 385, col 11, 'value' is defined but never used. +build/public/templates/account/profile.js: line 383, col 72, 'helper' is defined but never used. +build/public/templates/account/profile.js: line 431, col 155, Line is too long. +build/public/templates/account/profile.js: line 431, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 431, col 52, ['widgets'] is better written in dot notation. +build/public/templates/account/profile.js: line 431, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 431, col 82, ['widgets'] is better written in dot notation. +build/public/templates/account/profile.js: line 431, col 93, ['header'] is better written in dot notation. +build/public/templates/account/profile.js: line 434, col 205, Line is too long. +build/public/templates/account/profile.js: line 434, col 28, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 434, col 44, ['widgets'] is better written in dot notation. +build/public/templates/account/profile.js: line 434, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 434, col 74, ['widgets'] is better written in dot notation. +build/public/templates/account/profile.js: line 434, col 85, ['header'] is better written in dot notation. +build/public/templates/account/profile.js: line 434, col 98, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 434, col 114, ['widgets'] is better written in dot notation. +build/public/templates/account/profile.js: line 434, col 125, ['header'] is better written in dot notation. +build/public/templates/account/profile.js: line 434, col 144, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 434, col 160, ['widgets'] is better written in dot notation. +build/public/templates/account/profile.js: line 434, col 171, ['header'] is better written in dot notation. +build/public/templates/account/profile.js: line 434, col 187, ['html'] is better written in dot notation. +build/public/templates/account/profile.js: line 432, col 13, 'key' is defined but never used. +build/public/templates/account/profile.js: line 431, col 148, 'value' is defined but never used. +build/public/templates/account/profile.js: line 431, col 140, 'length' is defined but never used. +build/public/templates/account/profile.js: line 431, col 133, 'index' is defined but never used. +build/public/templates/account/profile.js: line 429, col 11, '__escape' is defined but never used. +build/public/templates/account/profile.js: line 430, col 11, 'value' is defined but never used. +build/public/templates/account/profile.js: line 428, col 77, 'helper' is defined but never used. +build/public/templates/account/profile.js: line 443, col 121, Line is too long. +build/public/templates/account/profile.js: line 443, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 443, col 52, ['profile_links'] is better written in dot notation. +build/public/templates/account/profile.js: line 450, col 171, Line is too long. +build/public/templates/account/profile.js: line 450, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 450, col 53, ['profile_links'] is better written in dot notation. +build/public/templates/account/profile.js: line 450, col 73, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 450, col 89, ['profile_links'] is better written in dot notation. +build/public/templates/account/profile.js: line 450, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 450, col 131, ['profile_links'] is better written in dot notation. +build/public/templates/account/profile.js: line 450, col 154, ['id'] is better written in dot notation. +build/public/templates/account/profile.js: line 452, col 165, Line is too long. +build/public/templates/account/profile.js: line 452, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 452, col 45, ['profile_links'] is better written in dot notation. +build/public/templates/account/profile.js: line 452, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 452, col 81, ['profile_links'] is better written in dot notation. +build/public/templates/account/profile.js: line 452, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 452, col 123, ['profile_links'] is better written in dot notation. +build/public/templates/account/profile.js: line 452, col 146, ['public'] is better written in dot notation. +build/public/templates/account/profile.js: line 456, col 120, Line is too long. +build/public/templates/account/profile.js: line 456, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 456, col 53, ['config'] is better written in dot notation. +build/public/templates/account/profile.js: line 456, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 456, col 82, ['config'] is better written in dot notation. +build/public/templates/account/profile.js: line 456, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/profile.js: line 458, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 458, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/profile.js: line 460, col 174, Line is too long. +build/public/templates/account/profile.js: line 460, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 460, col 53, ['profile_links'] is better written in dot notation. +build/public/templates/account/profile.js: line 460, col 73, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 460, col 89, ['profile_links'] is better written in dot notation. +build/public/templates/account/profile.js: line 460, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 460, col 131, ['profile_links'] is better written in dot notation. +build/public/templates/account/profile.js: line 460, col 154, ['route'] is better written in dot notation. +build/public/templates/account/profile.js: line 462, col 163, Line is too long. +build/public/templates/account/profile.js: line 462, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 462, col 45, ['profile_links'] is better written in dot notation. +build/public/templates/account/profile.js: line 462, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 462, col 81, ['profile_links'] is better written in dot notation. +build/public/templates/account/profile.js: line 462, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 462, col 123, ['profile_links'] is better written in dot notation. +build/public/templates/account/profile.js: line 462, col 146, ['icon'] is better written in dot notation. +build/public/templates/account/profile.js: line 464, col 177, Line is too long. +build/public/templates/account/profile.js: line 464, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 464, col 57, ['profile_links'] is better written in dot notation. +build/public/templates/account/profile.js: line 464, col 77, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 464, col 93, ['profile_links'] is better written in dot notation. +build/public/templates/account/profile.js: line 464, col 119, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 464, col 135, ['profile_links'] is better written in dot notation. +build/public/templates/account/profile.js: line 464, col 158, ['icon'] is better written in dot notation. +build/public/templates/account/profile.js: line 467, col 173, Line is too long. +build/public/templates/account/profile.js: line 467, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 467, col 53, ['profile_links'] is better written in dot notation. +build/public/templates/account/profile.js: line 467, col 73, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 467, col 89, ['profile_links'] is better written in dot notation. +build/public/templates/account/profile.js: line 467, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 467, col 131, ['profile_links'] is better written in dot notation. +build/public/templates/account/profile.js: line 467, col 154, ['name'] is better written in dot notation. +build/public/templates/account/profile.js: line 444, col 13, 'key' is defined but never used. +build/public/templates/account/profile.js: line 443, col 114, 'value' is defined but never used. +build/public/templates/account/profile.js: line 443, col 106, 'length' is defined but never used. +build/public/templates/account/profile.js: line 442, col 11, 'value' is defined but never used. +build/public/templates/account/profile.js: line 440, col 76, 'helper' is defined but never used. +build/public/templates/account/profile.js: line 476, col 121, Line is too long. +build/public/templates/account/profile.js: line 476, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 476, col 52, ['selectedGroup'] is better written in dot notation. +build/public/templates/account/profile.js: line 479, col 163, Line is too long. +build/public/templates/account/profile.js: line 479, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 479, col 45, ['selectedGroup'] is better written in dot notation. +build/public/templates/account/profile.js: line 479, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 479, col 81, ['selectedGroup'] is better written in dot notation. +build/public/templates/account/profile.js: line 479, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 479, col 123, ['selectedGroup'] is better written in dot notation. +build/public/templates/account/profile.js: line 479, col 146, ['slug'] is better written in dot notation. +build/public/templates/account/profile.js: line 481, col 124, Line is too long. +build/public/templates/account/profile.js: line 481, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 481, col 57, ['config'] is better written in dot notation. +build/public/templates/account/profile.js: line 481, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 481, col 86, ['config'] is better written in dot notation. +build/public/templates/account/profile.js: line 481, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/account/profile.js: line 483, col 177, Line is too long. +build/public/templates/account/profile.js: line 483, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 483, col 57, ['selectedGroup'] is better written in dot notation. +build/public/templates/account/profile.js: line 483, col 77, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 483, col 93, ['selectedGroup'] is better written in dot notation. +build/public/templates/account/profile.js: line 483, col 119, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 483, col 135, ['selectedGroup'] is better written in dot notation. +build/public/templates/account/profile.js: line 483, col 158, ['slug'] is better written in dot notation. +build/public/templates/account/profile.js: line 484, col 108, Line is too long. +build/public/templates/account/profile.js: line 485, col 182, Line is too long. +build/public/templates/account/profile.js: line 485, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 485, col 57, ['selectedGroup'] is better written in dot notation. +build/public/templates/account/profile.js: line 485, col 77, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 485, col 93, ['selectedGroup'] is better written in dot notation. +build/public/templates/account/profile.js: line 485, col 119, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 485, col 135, ['selectedGroup'] is better written in dot notation. +build/public/templates/account/profile.js: line 485, col 158, ['textColor'] is better written in dot notation. +build/public/templates/account/profile.js: line 487, col 183, Line is too long. +build/public/templates/account/profile.js: line 487, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 487, col 57, ['selectedGroup'] is better written in dot notation. +build/public/templates/account/profile.js: line 487, col 77, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 487, col 93, ['selectedGroup'] is better written in dot notation. +build/public/templates/account/profile.js: line 487, col 119, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 487, col 135, ['selectedGroup'] is better written in dot notation. +build/public/templates/account/profile.js: line 487, col 158, ['labelColor'] is better written in dot notation. +build/public/templates/account/profile.js: line 489, col 167, Line is too long. +build/public/templates/account/profile.js: line 489, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 489, col 49, ['selectedGroup'] is better written in dot notation. +build/public/templates/account/profile.js: line 489, col 69, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 489, col 85, ['selectedGroup'] is better written in dot notation. +build/public/templates/account/profile.js: line 489, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 489, col 127, ['selectedGroup'] is better written in dot notation. +build/public/templates/account/profile.js: line 489, col 150, ['icon'] is better written in dot notation. +build/public/templates/account/profile.js: line 490, col 179, Line is too long. +build/public/templates/account/profile.js: line 490, col 43, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 490, col 59, ['selectedGroup'] is better written in dot notation. +build/public/templates/account/profile.js: line 490, col 79, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 490, col 95, ['selectedGroup'] is better written in dot notation. +build/public/templates/account/profile.js: line 490, col 121, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 490, col 137, ['selectedGroup'] is better written in dot notation. +build/public/templates/account/profile.js: line 490, col 160, ['icon'] is better written in dot notation. +build/public/templates/account/profile.js: line 491, col 176, Line is too long. +build/public/templates/account/profile.js: line 491, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 491, col 53, ['selectedGroup'] is better written in dot notation. +build/public/templates/account/profile.js: line 491, col 73, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 491, col 89, ['selectedGroup'] is better written in dot notation. +build/public/templates/account/profile.js: line 491, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 491, col 131, ['selectedGroup'] is better written in dot notation. +build/public/templates/account/profile.js: line 491, col 154, ['userTitle'] is better written in dot notation. +build/public/templates/account/profile.js: line 496, col 172, Line is too long. +build/public/templates/account/profile.js: line 496, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 496, col 49, ['selectedGroup'] is better written in dot notation. +build/public/templates/account/profile.js: line 496, col 69, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 496, col 85, ['selectedGroup'] is better written in dot notation. +build/public/templates/account/profile.js: line 496, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 496, col 127, ['selectedGroup'] is better written in dot notation. +build/public/templates/account/profile.js: line 496, col 150, ['userTitle'] is better written in dot notation. +build/public/templates/account/profile.js: line 497, col 183, Line is too long. +build/public/templates/account/profile.js: line 497, col 43, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 497, col 59, ['selectedGroup'] is better written in dot notation. +build/public/templates/account/profile.js: line 497, col 79, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 497, col 95, ['selectedGroup'] is better written in dot notation. +build/public/templates/account/profile.js: line 497, col 121, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 497, col 137, ['selectedGroup'] is better written in dot notation. +build/public/templates/account/profile.js: line 497, col 160, ['userTitle'] is better written in dot notation. +build/public/templates/account/profile.js: line 477, col 13, 'key' is defined but never used. +build/public/templates/account/profile.js: line 476, col 114, 'value' is defined but never used. +build/public/templates/account/profile.js: line 476, col 106, 'length' is defined but never used. +build/public/templates/account/profile.js: line 476, col 99, 'index' is defined but never used. +build/public/templates/account/profile.js: line 475, col 11, 'value' is defined but never used. +build/public/templates/account/profile.js: line 473, col 76, 'helper' is defined but never used. +build/public/templates/account/profile.js: line 509, col 124, Line is too long. +build/public/templates/account/profile.js: line 509, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 509, col 52, ['customUserFields'] is better written in dot notation. +build/public/templates/account/profile.js: line 512, col 173, Line is too long. +build/public/templates/account/profile.js: line 512, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 512, col 45, ['customUserFields'] is better written in dot notation. +build/public/templates/account/profile.js: line 512, col 68, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 512, col 84, ['customUserFields'] is better written in dot notation. +build/public/templates/account/profile.js: line 512, col 113, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 512, col 129, ['customUserFields'] is better written in dot notation. +build/public/templates/account/profile.js: line 512, col 155, ['value'] is better written in dot notation. +build/public/templates/account/profile.js: line 514, col 186, Line is too long. +build/public/templates/account/profile.js: line 514, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 514, col 57, ['customUserFields'] is better written in dot notation. +build/public/templates/account/profile.js: line 514, col 80, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 514, col 96, ['customUserFields'] is better written in dot notation. +build/public/templates/account/profile.js: line 514, col 125, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 514, col 141, ['customUserFields'] is better written in dot notation. +build/public/templates/account/profile.js: line 514, col 167, ['name'] is better written in dot notation. +build/public/templates/account/profile.js: line 516, col 194, Line is too long. +build/public/templates/account/profile.js: line 516, col 34, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 516, col 50, ['customUserFields'] is better written in dot notation. +build/public/templates/account/profile.js: line 516, col 73, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 516, col 89, ['customUserFields'] is better written in dot notation. +build/public/templates/account/profile.js: line 516, col 118, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 516, col 134, ['customUserFields'] is better written in dot notation. +build/public/templates/account/profile.js: line 516, col 160, ['type'] is better written in dot notation. +build/public/templates/account/profile.js: line 516, col 179, Expected '===' and instead saw '=='. +build/public/templates/account/profile.js: line 518, col 191, Line is too long. +build/public/templates/account/profile.js: line 518, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 518, col 61, ['customUserFields'] is better written in dot notation. +build/public/templates/account/profile.js: line 518, col 84, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 518, col 100, ['customUserFields'] is better written in dot notation. +build/public/templates/account/profile.js: line 518, col 129, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 518, col 145, ['customUserFields'] is better written in dot notation. +build/public/templates/account/profile.js: line 518, col 171, ['value'] is better written in dot notation. +build/public/templates/account/profile.js: line 520, col 195, Line is too long. +build/public/templates/account/profile.js: line 520, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 520, col 61, ['customUserFields'] is better written in dot notation. +build/public/templates/account/profile.js: line 520, col 84, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 520, col 100, ['customUserFields'] is better written in dot notation. +build/public/templates/account/profile.js: line 520, col 129, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 520, col 145, ['customUserFields'] is better written in dot notation. +build/public/templates/account/profile.js: line 520, col 171, ['linkValue'] is better written in dot notation. +build/public/templates/account/profile.js: line 523, col 191, Line is too long. +build/public/templates/account/profile.js: line 523, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 523, col 61, ['customUserFields'] is better written in dot notation. +build/public/templates/account/profile.js: line 523, col 84, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 523, col 100, ['customUserFields'] is better written in dot notation. +build/public/templates/account/profile.js: line 523, col 129, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 523, col 145, ['customUserFields'] is better written in dot notation. +build/public/templates/account/profile.js: line 523, col 171, ['value'] is better written in dot notation. +build/public/templates/account/profile.js: line 510, col 13, 'key' is defined but never used. +build/public/templates/account/profile.js: line 509, col 117, 'value' is defined but never used. +build/public/templates/account/profile.js: line 509, col 109, 'length' is defined but never used. +build/public/templates/account/profile.js: line 509, col 102, 'index' is defined but never used. +build/public/templates/account/profile.js: line 508, col 11, 'value' is defined but never used. +build/public/templates/account/profile.js: line 506, col 82, 'helper' is defined but never used. +build/public/templates/account/profile.js: line 535, col 114, Line is too long. +build/public/templates/account/profile.js: line 535, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 535, col 52, ['groups'] is better written in dot notation. +build/public/templates/account/profile.js: line 538, col 120, Line is too long. +build/public/templates/account/profile.js: line 538, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 538, col 53, ['config'] is better written in dot notation. +build/public/templates/account/profile.js: line 538, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 538, col 82, ['config'] is better written in dot notation. +build/public/templates/account/profile.js: line 538, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/profile.js: line 540, col 152, Line is too long. +build/public/templates/account/profile.js: line 540, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 540, col 53, ['groups'] is better written in dot notation. +build/public/templates/account/profile.js: line 540, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 540, col 82, ['groups'] is better written in dot notation. +build/public/templates/account/profile.js: line 540, col 101, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 540, col 117, ['groups'] is better written in dot notation. +build/public/templates/account/profile.js: line 540, col 133, ['slug'] is better written in dot notation. +build/public/templates/account/profile.js: line 542, col 158, Line is too long. +build/public/templates/account/profile.js: line 542, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 542, col 53, ['groups'] is better written in dot notation. +build/public/templates/account/profile.js: line 542, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 542, col 82, ['groups'] is better written in dot notation. +build/public/templates/account/profile.js: line 542, col 101, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 542, col 117, ['groups'] is better written in dot notation. +build/public/templates/account/profile.js: line 542, col 133, ['labelColor'] is better written in dot notation. +build/public/templates/account/profile.js: line 544, col 142, Line is too long. +build/public/templates/account/profile.js: line 544, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 544, col 45, ['groups'] is better written in dot notation. +build/public/templates/account/profile.js: line 544, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 544, col 74, ['groups'] is better written in dot notation. +build/public/templates/account/profile.js: line 544, col 93, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 544, col 109, ['groups'] is better written in dot notation. +build/public/templates/account/profile.js: line 544, col 125, ['icon'] is better written in dot notation. +build/public/templates/account/profile.js: line 546, col 156, Line is too long. +build/public/templates/account/profile.js: line 546, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 546, col 57, ['groups'] is better written in dot notation. +build/public/templates/account/profile.js: line 546, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 546, col 86, ['groups'] is better written in dot notation. +build/public/templates/account/profile.js: line 546, col 105, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 546, col 121, ['groups'] is better written in dot notation. +build/public/templates/account/profile.js: line 546, col 137, ['icon'] is better written in dot notation. +build/public/templates/account/profile.js: line 549, col 157, Line is too long. +build/public/templates/account/profile.js: line 549, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 549, col 53, ['groups'] is better written in dot notation. +build/public/templates/account/profile.js: line 549, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 549, col 82, ['groups'] is better written in dot notation. +build/public/templates/account/profile.js: line 549, col 101, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 549, col 117, ['groups'] is better written in dot notation. +build/public/templates/account/profile.js: line 549, col 133, ['userTitle'] is better written in dot notation. +build/public/templates/account/profile.js: line 536, col 13, 'key' is defined but never used. +build/public/templates/account/profile.js: line 535, col 107, 'value' is defined but never used. +build/public/templates/account/profile.js: line 535, col 99, 'length' is defined but never used. +build/public/templates/account/profile.js: line 535, col 92, 'index' is defined but never used. +build/public/templates/account/profile.js: line 534, col 11, 'value' is defined but never used. +build/public/templates/account/profile.js: line 532, col 62, 'helper' is defined but never used. +build/public/templates/account/profile.js: line 558, col 111, Line is too long. +build/public/templates/account/profile.js: line 558, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 558, col 52, ['ips'] is better written in dot notation. +build/public/templates/account/profile.js: line 561, col 103, Line is too long. +build/public/templates/account/profile.js: line 561, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 561, col 53, ['ips'] is better written in dot notation. +build/public/templates/account/profile.js: line 561, col 63, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 561, col 79, ['ips'] is better written in dot notation. +build/public/templates/account/profile.js: line 559, col 13, 'key' is defined but never used. +build/public/templates/account/profile.js: line 558, col 104, 'value' is defined but never used. +build/public/templates/account/profile.js: line 558, col 96, 'length' is defined but never used. +build/public/templates/account/profile.js: line 558, col 89, 'index' is defined but never used. +build/public/templates/account/profile.js: line 557, col 11, 'value' is defined but never used. +build/public/templates/account/profile.js: line 555, col 56, 'helper' is defined but never used. +build/public/templates/account/profile.js: line 570, col 117, Line is too long. +build/public/templates/account/profile.js: line 570, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 570, col 52, ['bestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 573, col 154, Line is too long. +build/public/templates/account/profile.js: line 573, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 573, col 45, ['bestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 573, col 61, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 573, col 77, ['bestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 573, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 573, col 115, ['bestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 573, col 134, ['deleted'] is better written in dot notation. +build/public/templates/account/profile.js: line 575, col 212, Line is too long. +build/public/templates/account/profile.js: line 575, col 31, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 575, col 47, ['bestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 575, col 63, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 575, col 79, ['bestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 575, col 101, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 575, col 117, ['bestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 575, col 136, ['topic'] is better written in dot notation. +build/public/templates/account/profile.js: line 575, col 148, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 575, col 164, ['bestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 575, col 183, ['topic'] is better written in dot notation. +build/public/templates/account/profile.js: line 575, col 192, ['deleted'] is better written in dot notation. +build/public/templates/account/profile.js: line 578, col 212, Line is too long. +build/public/templates/account/profile.js: line 578, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 578, col 45, ['bestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 578, col 61, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 578, col 77, ['bestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 578, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 578, col 115, ['bestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 578, col 134, ['topic'] is better written in dot notation. +build/public/templates/account/profile.js: line 578, col 146, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 578, col 162, ['bestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 578, col 181, ['topic'] is better written in dot notation. +build/public/templates/account/profile.js: line 578, col 190, ['scheduled'] is better written in dot notation. +build/public/templates/account/profile.js: line 582, col 160, Line is too long. +build/public/templates/account/profile.js: line 582, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 582, col 53, ['bestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 582, col 69, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 582, col 85, ['bestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 582, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 582, col 123, ['bestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 582, col 142, ['pid'] is better written in dot notation. +build/public/templates/account/profile.js: line 584, col 160, Line is too long. +build/public/templates/account/profile.js: line 584, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 584, col 53, ['bestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 584, col 69, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 584, col 85, ['bestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 584, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 584, col 123, ['bestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 584, col 142, ['uid'] is better written in dot notation. +build/public/templates/account/profile.js: line 585, col 121, Line is too long. +build/public/templates/account/profile.js: line 586, col 120, Line is too long. +build/public/templates/account/profile.js: line 586, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 586, col 53, ['config'] is better written in dot notation. +build/public/templates/account/profile.js: line 586, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 586, col 82, ['config'] is better written in dot notation. +build/public/templates/account/profile.js: line 586, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/profile.js: line 588, col 210, Line is too long. +build/public/templates/account/profile.js: line 588, col 85, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 588, col 101, ['bestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 588, col 117, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 588, col 133, ['bestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 588, col 155, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 588, col 171, ['bestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 588, col 190, ['pid'] is better written in dot notation. +build/public/templates/account/profile.js: line 590, col 157, Line is too long. +build/public/templates/account/profile.js: line 590, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 590, col 45, ['bestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 590, col 61, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 590, col 77, ['bestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 590, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 590, col 115, ['bestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 590, col 134, ['isMainPost'] is better written in dot notation. +build/public/templates/account/profile.js: line 593, col 218, Line is too long. +build/public/templates/account/profile.js: line 593, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 593, col 53, ['bestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 593, col 69, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 593, col 85, ['bestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 593, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 593, col 123, ['bestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 593, col 142, ['topic'] is better written in dot notation. +build/public/templates/account/profile.js: line 593, col 154, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 593, col 170, ['bestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 593, col 189, ['topic'] is better written in dot notation. +build/public/templates/account/profile.js: line 593, col 198, ['title'] is better written in dot notation. +build/public/templates/account/profile.js: line 595, col 164, Line is too long. +build/public/templates/account/profile.js: line 595, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 595, col 53, ['bestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 595, col 69, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 595, col 85, ['bestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 595, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 595, col 123, ['bestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 595, col 142, ['content'] is better written in dot notation. +build/public/templates/account/profile.js: line 596, col 133, Line is too long. +build/public/templates/account/profile.js: line 597, col 120, Line is too long. +build/public/templates/account/profile.js: line 597, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 597, col 53, ['config'] is better written in dot notation. +build/public/templates/account/profile.js: line 597, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 597, col 82, ['config'] is better written in dot notation. +build/public/templates/account/profile.js: line 597, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/profile.js: line 599, col 223, Line is too long. +build/public/templates/account/profile.js: line 599, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 599, col 53, ['bestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 599, col 69, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 599, col 85, ['bestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 599, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 599, col 123, ['bestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 599, col 142, ['category'] is better written in dot notation. +build/public/templates/account/profile.js: line 599, col 157, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 599, col 173, ['bestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 599, col 192, ['category'] is better written in dot notation. +build/public/templates/account/profile.js: line 599, col 204, ['slug'] is better written in dot notation. +build/public/templates/account/profile.js: line 601, col 223, Line is too long. +build/public/templates/account/profile.js: line 601, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 601, col 53, ['bestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 601, col 69, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 601, col 85, ['bestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 601, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 601, col 123, ['bestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 601, col 142, ['category'] is better written in dot notation. +build/public/templates/account/profile.js: line 601, col 157, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 601, col 173, ['bestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 601, col 192, ['category'] is better written in dot notation. +build/public/templates/account/profile.js: line 601, col 204, ['name'] is better written in dot notation. +build/public/templates/account/profile.js: line 603, col 157, Line is too long. +build/public/templates/account/profile.js: line 603, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 603, col 45, ['bestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 603, col 61, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 603, col 77, ['bestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 603, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 603, col 115, ['bestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 603, col 134, ['isMainPost'] is better written in dot notation. +build/public/templates/account/profile.js: line 605, col 276, Line is too long. +build/public/templates/account/profile.js: line 605, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 605, col 49, ['bestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 605, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 605, col 81, ['bestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 605, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 605, col 119, ['bestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 605, col 138, ['topic'] is better written in dot notation. +build/public/templates/account/profile.js: line 605, col 150, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 605, col 166, ['bestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 605, col 185, ['topic'] is better written in dot notation. +build/public/templates/account/profile.js: line 605, col 194, ['tags'] is better written in dot notation. +build/public/templates/account/profile.js: line 605, col 205, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 605, col 221, ['bestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 605, col 240, ['topic'] is better written in dot notation. +build/public/templates/account/profile.js: line 605, col 249, ['tags'] is better written in dot notation. +build/public/templates/account/profile.js: line 605, col 257, ['length'] is better written in dot notation. +build/public/templates/account/profile.js: line 607, col 262, Line is too long. +build/public/templates/account/profile.js: line 607, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 607, col 57, ['bestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 607, col 73, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 607, col 89, ['bestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 607, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 607, col 127, ['bestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 607, col 146, ['topic'] is better written in dot notation. +build/public/templates/account/profile.js: line 607, col 158, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 607, col 174, ['bestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 607, col 193, ['topic'] is better written in dot notation. +build/public/templates/account/profile.js: line 607, col 202, ['tags'] is better written in dot notation. +build/public/templates/account/profile.js: line 610, col 132, Line is too long. +build/public/templates/account/profile.js: line 610, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 610, col 65, ['config'] is better written in dot notation. +build/public/templates/account/profile.js: line 610, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 610, col 94, ['config'] is better written in dot notation. +build/public/templates/account/profile.js: line 610, col 104, ['relative_path'] is better written in dot notation. +build/public/templates/account/profile.js: line 612, col 367, Line is too long. +build/public/templates/account/profile.js: line 612, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 612, col 65, ['bestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 612, col 81, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 612, col 97, ['bestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 612, col 119, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 612, col 135, ['bestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 612, col 154, ['topic'] is better written in dot notation. +build/public/templates/account/profile.js: line 612, col 166, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 612, col 182, ['bestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 612, col 201, ['topic'] is better written in dot notation. +build/public/templates/account/profile.js: line 612, col 210, ['tags'] is better written in dot notation. +build/public/templates/account/profile.js: line 612, col 221, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 612, col 237, ['bestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 612, col 256, ['topic'] is better written in dot notation. +build/public/templates/account/profile.js: line 612, col 265, ['tags'] is better written in dot notation. +build/public/templates/account/profile.js: line 612, col 282, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 612, col 298, ['bestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 612, col 317, ['topic'] is better written in dot notation. +build/public/templates/account/profile.js: line 612, col 326, ['tags'] is better written in dot notation. +build/public/templates/account/profile.js: line 612, col 340, ['valueEncoded'] is better written in dot notation. +build/public/templates/account/profile.js: line 614, col 360, Line is too long. +build/public/templates/account/profile.js: line 614, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 614, col 65, ['bestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 614, col 81, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 614, col 97, ['bestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 614, col 119, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 614, col 135, ['bestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 614, col 154, ['topic'] is better written in dot notation. +build/public/templates/account/profile.js: line 614, col 166, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 614, col 182, ['bestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 614, col 201, ['topic'] is better written in dot notation. +build/public/templates/account/profile.js: line 614, col 210, ['tags'] is better written in dot notation. +build/public/templates/account/profile.js: line 614, col 221, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 614, col 237, ['bestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 614, col 256, ['topic'] is better written in dot notation. +build/public/templates/account/profile.js: line 614, col 265, ['tags'] is better written in dot notation. +build/public/templates/account/profile.js: line 614, col 282, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 614, col 298, ['bestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 614, col 317, ['topic'] is better written in dot notation. +build/public/templates/account/profile.js: line 614, col 326, ['tags'] is better written in dot notation. +build/public/templates/account/profile.js: line 616, col 367, Line is too long. +build/public/templates/account/profile.js: line 616, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 616, col 65, ['bestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 616, col 81, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 616, col 97, ['bestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 616, col 119, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 616, col 135, ['bestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 616, col 154, ['topic'] is better written in dot notation. +build/public/templates/account/profile.js: line 616, col 166, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 616, col 182, ['bestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 616, col 201, ['topic'] is better written in dot notation. +build/public/templates/account/profile.js: line 616, col 210, ['tags'] is better written in dot notation. +build/public/templates/account/profile.js: line 616, col 221, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 616, col 237, ['bestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 616, col 256, ['topic'] is better written in dot notation. +build/public/templates/account/profile.js: line 616, col 265, ['tags'] is better written in dot notation. +build/public/templates/account/profile.js: line 616, col 282, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 616, col 298, ['bestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 616, col 317, ['topic'] is better written in dot notation. +build/public/templates/account/profile.js: line 616, col 326, ['tags'] is better written in dot notation. +build/public/templates/account/profile.js: line 616, col 340, ['valueEscaped'] is better written in dot notation. +build/public/templates/account/profile.js: line 608, col 25, 'key' is defined but never used. +build/public/templates/account/profile.js: line 607, col 255, 'value' is defined but never used. +build/public/templates/account/profile.js: line 607, col 247, 'length' is defined but never used. +build/public/templates/account/profile.js: line 607, col 240, 'index' is defined but never used. +build/public/templates/account/profile.js: line 626, col 120, Line is too long. +build/public/templates/account/profile.js: line 626, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 626, col 53, ['config'] is better written in dot notation. +build/public/templates/account/profile.js: line 626, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 626, col 82, ['config'] is better written in dot notation. +build/public/templates/account/profile.js: line 626, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/profile.js: line 628, col 219, Line is too long. +build/public/templates/account/profile.js: line 628, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 628, col 53, ['bestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 628, col 69, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 628, col 85, ['bestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 628, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 628, col 123, ['bestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 628, col 142, ['user'] is better written in dot notation. +build/public/templates/account/profile.js: line 628, col 153, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 628, col 169, ['bestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 628, col 188, ['user'] is better written in dot notation. +build/public/templates/account/profile.js: line 628, col 196, ['userslug'] is better written in dot notation. +build/public/templates/account/profile.js: line 630, col 290, Line is too long. +build/public/templates/account/profile.js: line 630, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 630, col 94, ['bestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 630, col 110, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 630, col 126, ['bestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 630, col 148, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 630, col 164, ['bestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 630, col 183, ['user'] is better written in dot notation. +build/public/templates/account/profile.js: line 630, col 226, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 631, col 111, Line is too long. +build/public/templates/account/profile.js: line 632, col 120, Line is too long. +build/public/templates/account/profile.js: line 632, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 632, col 53, ['config'] is better written in dot notation. +build/public/templates/account/profile.js: line 632, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 632, col 82, ['config'] is better written in dot notation. +build/public/templates/account/profile.js: line 632, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/profile.js: line 634, col 219, Line is too long. +build/public/templates/account/profile.js: line 634, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 634, col 53, ['bestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 634, col 69, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 634, col 85, ['bestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 634, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 634, col 123, ['bestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 634, col 142, ['user'] is better written in dot notation. +build/public/templates/account/profile.js: line 634, col 153, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 634, col 169, ['bestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 634, col 188, ['user'] is better written in dot notation. +build/public/templates/account/profile.js: line 634, col 196, ['userslug'] is better written in dot notation. +build/public/templates/account/profile.js: line 636, col 222, Line is too long. +build/public/templates/account/profile.js: line 636, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 636, col 53, ['bestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 636, col 69, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 636, col 85, ['bestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 636, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 636, col 123, ['bestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 636, col 142, ['user'] is better written in dot notation. +build/public/templates/account/profile.js: line 636, col 153, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 636, col 169, ['bestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 636, col 188, ['user'] is better written in dot notation. +build/public/templates/account/profile.js: line 636, col 196, ['displayname'] is better written in dot notation. +build/public/templates/account/profile.js: line 638, col 169, Line is too long. +build/public/templates/account/profile.js: line 638, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 638, col 53, ['bestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 638, col 69, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 638, col 85, ['bestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 638, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 638, col 123, ['bestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 638, col 142, ['timestampISO'] is better written in dot notation. +build/public/templates/account/profile.js: line 571, col 13, 'key' is defined but never used. +build/public/templates/account/profile.js: line 570, col 110, 'value' is defined but never used. +build/public/templates/account/profile.js: line 570, col 102, 'length' is defined but never used. +build/public/templates/account/profile.js: line 570, col 95, 'index' is defined but never used. +build/public/templates/account/profile.js: line 569, col 11, 'value' is defined but never used. +build/public/templates/account/profile.js: line 647, col 119, Line is too long. +build/public/templates/account/profile.js: line 647, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 647, col 52, ['latestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 650, col 160, Line is too long. +build/public/templates/account/profile.js: line 650, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 650, col 45, ['latestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 650, col 63, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 650, col 79, ['latestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 650, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 650, col 119, ['latestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 650, col 140, ['deleted'] is better written in dot notation. +build/public/templates/account/profile.js: line 652, col 220, Line is too long. +build/public/templates/account/profile.js: line 652, col 31, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 652, col 47, ['latestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 652, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 652, col 81, ['latestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 652, col 105, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 652, col 121, ['latestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 652, col 142, ['topic'] is better written in dot notation. +build/public/templates/account/profile.js: line 652, col 154, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 652, col 170, ['latestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 652, col 191, ['topic'] is better written in dot notation. +build/public/templates/account/profile.js: line 652, col 200, ['deleted'] is better written in dot notation. +build/public/templates/account/profile.js: line 655, col 220, Line is too long. +build/public/templates/account/profile.js: line 655, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 655, col 45, ['latestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 655, col 63, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 655, col 79, ['latestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 655, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 655, col 119, ['latestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 655, col 140, ['topic'] is better written in dot notation. +build/public/templates/account/profile.js: line 655, col 152, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 655, col 168, ['latestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 655, col 189, ['topic'] is better written in dot notation. +build/public/templates/account/profile.js: line 655, col 198, ['scheduled'] is better written in dot notation. +build/public/templates/account/profile.js: line 659, col 166, Line is too long. +build/public/templates/account/profile.js: line 659, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 659, col 53, ['latestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 659, col 71, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 659, col 87, ['latestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 659, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 659, col 127, ['latestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 659, col 148, ['pid'] is better written in dot notation. +build/public/templates/account/profile.js: line 661, col 166, Line is too long. +build/public/templates/account/profile.js: line 661, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 661, col 53, ['latestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 661, col 71, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 661, col 87, ['latestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 661, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 661, col 127, ['latestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 661, col 148, ['uid'] is better written in dot notation. +build/public/templates/account/profile.js: line 662, col 121, Line is too long. +build/public/templates/account/profile.js: line 663, col 120, Line is too long. +build/public/templates/account/profile.js: line 663, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 663, col 53, ['config'] is better written in dot notation. +build/public/templates/account/profile.js: line 663, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 663, col 82, ['config'] is better written in dot notation. +build/public/templates/account/profile.js: line 663, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/profile.js: line 665, col 216, Line is too long. +build/public/templates/account/profile.js: line 665, col 85, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 665, col 101, ['latestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 665, col 119, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 665, col 135, ['latestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 665, col 159, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 665, col 175, ['latestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 665, col 196, ['pid'] is better written in dot notation. +build/public/templates/account/profile.js: line 667, col 163, Line is too long. +build/public/templates/account/profile.js: line 667, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 667, col 45, ['latestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 667, col 63, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 667, col 79, ['latestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 667, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 667, col 119, ['latestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 667, col 140, ['isMainPost'] is better written in dot notation. +build/public/templates/account/profile.js: line 670, col 226, Line is too long. +build/public/templates/account/profile.js: line 670, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 670, col 53, ['latestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 670, col 71, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 670, col 87, ['latestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 670, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 670, col 127, ['latestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 670, col 148, ['topic'] is better written in dot notation. +build/public/templates/account/profile.js: line 670, col 160, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 670, col 176, ['latestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 670, col 197, ['topic'] is better written in dot notation. +build/public/templates/account/profile.js: line 670, col 206, ['title'] is better written in dot notation. +build/public/templates/account/profile.js: line 672, col 170, Line is too long. +build/public/templates/account/profile.js: line 672, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 672, col 53, ['latestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 672, col 71, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 672, col 87, ['latestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 672, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 672, col 127, ['latestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 672, col 148, ['content'] is better written in dot notation. +build/public/templates/account/profile.js: line 673, col 133, Line is too long. +build/public/templates/account/profile.js: line 674, col 120, Line is too long. +build/public/templates/account/profile.js: line 674, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 674, col 53, ['config'] is better written in dot notation. +build/public/templates/account/profile.js: line 674, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 674, col 82, ['config'] is better written in dot notation. +build/public/templates/account/profile.js: line 674, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/profile.js: line 676, col 231, Line is too long. +build/public/templates/account/profile.js: line 676, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 676, col 53, ['latestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 676, col 71, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 676, col 87, ['latestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 676, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 676, col 127, ['latestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 676, col 148, ['category'] is better written in dot notation. +build/public/templates/account/profile.js: line 676, col 163, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 676, col 179, ['latestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 676, col 200, ['category'] is better written in dot notation. +build/public/templates/account/profile.js: line 676, col 212, ['slug'] is better written in dot notation. +build/public/templates/account/profile.js: line 678, col 231, Line is too long. +build/public/templates/account/profile.js: line 678, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 678, col 53, ['latestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 678, col 71, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 678, col 87, ['latestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 678, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 678, col 127, ['latestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 678, col 148, ['category'] is better written in dot notation. +build/public/templates/account/profile.js: line 678, col 163, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 678, col 179, ['latestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 678, col 200, ['category'] is better written in dot notation. +build/public/templates/account/profile.js: line 678, col 212, ['name'] is better written in dot notation. +build/public/templates/account/profile.js: line 680, col 163, Line is too long. +build/public/templates/account/profile.js: line 680, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 680, col 45, ['latestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 680, col 63, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 680, col 79, ['latestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 680, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 680, col 119, ['latestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 680, col 140, ['isMainPost'] is better written in dot notation. +build/public/templates/account/profile.js: line 682, col 286, Line is too long. +build/public/templates/account/profile.js: line 682, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 682, col 49, ['latestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 682, col 67, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 682, col 83, ['latestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 682, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 682, col 123, ['latestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 682, col 144, ['topic'] is better written in dot notation. +build/public/templates/account/profile.js: line 682, col 156, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 682, col 172, ['latestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 682, col 193, ['topic'] is better written in dot notation. +build/public/templates/account/profile.js: line 682, col 202, ['tags'] is better written in dot notation. +build/public/templates/account/profile.js: line 682, col 213, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 682, col 229, ['latestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 682, col 250, ['topic'] is better written in dot notation. +build/public/templates/account/profile.js: line 682, col 259, ['tags'] is better written in dot notation. +build/public/templates/account/profile.js: line 682, col 267, ['length'] is better written in dot notation. +build/public/templates/account/profile.js: line 684, col 270, Line is too long. +build/public/templates/account/profile.js: line 684, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 684, col 57, ['latestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 684, col 75, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 684, col 91, ['latestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 684, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 684, col 131, ['latestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 684, col 152, ['topic'] is better written in dot notation. +build/public/templates/account/profile.js: line 684, col 164, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 684, col 180, ['latestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 684, col 201, ['topic'] is better written in dot notation. +build/public/templates/account/profile.js: line 684, col 210, ['tags'] is better written in dot notation. +build/public/templates/account/profile.js: line 687, col 132, Line is too long. +build/public/templates/account/profile.js: line 687, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 687, col 65, ['config'] is better written in dot notation. +build/public/templates/account/profile.js: line 687, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 687, col 94, ['config'] is better written in dot notation. +build/public/templates/account/profile.js: line 687, col 104, ['relative_path'] is better written in dot notation. +build/public/templates/account/profile.js: line 689, col 379, Line is too long. +build/public/templates/account/profile.js: line 689, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 689, col 65, ['latestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 689, col 83, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 689, col 99, ['latestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 689, col 123, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 689, col 139, ['latestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 689, col 160, ['topic'] is better written in dot notation. +build/public/templates/account/profile.js: line 689, col 172, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 689, col 188, ['latestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 689, col 209, ['topic'] is better written in dot notation. +build/public/templates/account/profile.js: line 689, col 218, ['tags'] is better written in dot notation. +build/public/templates/account/profile.js: line 689, col 229, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 689, col 245, ['latestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 689, col 266, ['topic'] is better written in dot notation. +build/public/templates/account/profile.js: line 689, col 275, ['tags'] is better written in dot notation. +build/public/templates/account/profile.js: line 689, col 292, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 689, col 308, ['latestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 689, col 329, ['topic'] is better written in dot notation. +build/public/templates/account/profile.js: line 689, col 338, ['tags'] is better written in dot notation. +build/public/templates/account/profile.js: line 689, col 352, ['valueEncoded'] is better written in dot notation. +build/public/templates/account/profile.js: line 691, col 372, Line is too long. +build/public/templates/account/profile.js: line 691, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 691, col 65, ['latestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 691, col 83, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 691, col 99, ['latestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 691, col 123, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 691, col 139, ['latestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 691, col 160, ['topic'] is better written in dot notation. +build/public/templates/account/profile.js: line 691, col 172, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 691, col 188, ['latestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 691, col 209, ['topic'] is better written in dot notation. +build/public/templates/account/profile.js: line 691, col 218, ['tags'] is better written in dot notation. +build/public/templates/account/profile.js: line 691, col 229, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 691, col 245, ['latestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 691, col 266, ['topic'] is better written in dot notation. +build/public/templates/account/profile.js: line 691, col 275, ['tags'] is better written in dot notation. +build/public/templates/account/profile.js: line 691, col 292, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 691, col 308, ['latestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 691, col 329, ['topic'] is better written in dot notation. +build/public/templates/account/profile.js: line 691, col 338, ['tags'] is better written in dot notation. +build/public/templates/account/profile.js: line 693, col 379, Line is too long. +build/public/templates/account/profile.js: line 693, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 693, col 65, ['latestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 693, col 83, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 693, col 99, ['latestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 693, col 123, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 693, col 139, ['latestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 693, col 160, ['topic'] is better written in dot notation. +build/public/templates/account/profile.js: line 693, col 172, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 693, col 188, ['latestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 693, col 209, ['topic'] is better written in dot notation. +build/public/templates/account/profile.js: line 693, col 218, ['tags'] is better written in dot notation. +build/public/templates/account/profile.js: line 693, col 229, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 693, col 245, ['latestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 693, col 266, ['topic'] is better written in dot notation. +build/public/templates/account/profile.js: line 693, col 275, ['tags'] is better written in dot notation. +build/public/templates/account/profile.js: line 693, col 292, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 693, col 308, ['latestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 693, col 329, ['topic'] is better written in dot notation. +build/public/templates/account/profile.js: line 693, col 338, ['tags'] is better written in dot notation. +build/public/templates/account/profile.js: line 693, col 352, ['valueEscaped'] is better written in dot notation. +build/public/templates/account/profile.js: line 685, col 25, 'key' is defined but never used. +build/public/templates/account/profile.js: line 684, col 263, 'value' is defined but never used. +build/public/templates/account/profile.js: line 684, col 255, 'length' is defined but never used. +build/public/templates/account/profile.js: line 684, col 248, 'index' is defined but never used. +build/public/templates/account/profile.js: line 703, col 120, Line is too long. +build/public/templates/account/profile.js: line 703, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 703, col 53, ['config'] is better written in dot notation. +build/public/templates/account/profile.js: line 703, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 703, col 82, ['config'] is better written in dot notation. +build/public/templates/account/profile.js: line 703, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/profile.js: line 705, col 227, Line is too long. +build/public/templates/account/profile.js: line 705, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 705, col 53, ['latestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 705, col 71, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 705, col 87, ['latestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 705, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 705, col 127, ['latestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 705, col 148, ['user'] is better written in dot notation. +build/public/templates/account/profile.js: line 705, col 159, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 705, col 175, ['latestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 705, col 196, ['user'] is better written in dot notation. +build/public/templates/account/profile.js: line 705, col 204, ['userslug'] is better written in dot notation. +build/public/templates/account/profile.js: line 707, col 296, Line is too long. +build/public/templates/account/profile.js: line 707, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 707, col 94, ['latestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 707, col 112, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 707, col 128, ['latestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 707, col 152, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 707, col 168, ['latestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 707, col 189, ['user'] is better written in dot notation. +build/public/templates/account/profile.js: line 707, col 232, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 708, col 111, Line is too long. +build/public/templates/account/profile.js: line 709, col 120, Line is too long. +build/public/templates/account/profile.js: line 709, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 709, col 53, ['config'] is better written in dot notation. +build/public/templates/account/profile.js: line 709, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 709, col 82, ['config'] is better written in dot notation. +build/public/templates/account/profile.js: line 709, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/profile.js: line 711, col 227, Line is too long. +build/public/templates/account/profile.js: line 711, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 711, col 53, ['latestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 711, col 71, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 711, col 87, ['latestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 711, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 711, col 127, ['latestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 711, col 148, ['user'] is better written in dot notation. +build/public/templates/account/profile.js: line 711, col 159, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 711, col 175, ['latestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 711, col 196, ['user'] is better written in dot notation. +build/public/templates/account/profile.js: line 711, col 204, ['userslug'] is better written in dot notation. +build/public/templates/account/profile.js: line 713, col 230, Line is too long. +build/public/templates/account/profile.js: line 713, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 713, col 53, ['latestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 713, col 71, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 713, col 87, ['latestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 713, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 713, col 127, ['latestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 713, col 148, ['user'] is better written in dot notation. +build/public/templates/account/profile.js: line 713, col 159, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 713, col 175, ['latestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 713, col 196, ['user'] is better written in dot notation. +build/public/templates/account/profile.js: line 713, col 204, ['displayname'] is better written in dot notation. +build/public/templates/account/profile.js: line 715, col 175, Line is too long. +build/public/templates/account/profile.js: line 715, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 715, col 53, ['latestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 715, col 71, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 715, col 87, ['latestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 715, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/profile.js: line 715, col 127, ['latestPosts'] is better written in dot notation. +build/public/templates/account/profile.js: line 715, col 148, ['timestampISO'] is better written in dot notation. +build/public/templates/account/profile.js: line 648, col 13, 'key' is defined but never used. +build/public/templates/account/profile.js: line 647, col 112, 'value' is defined but never used. +build/public/templates/account/profile.js: line 647, col 104, 'length' is defined but never used. +build/public/templates/account/profile.js: line 647, col 97, 'index' is defined but never used. +build/public/templates/account/profile.js: line 646, col 11, 'value' is defined but never used. +build/public/templates/account/profile.js: line 724, col 3, Missing semicolon. +build/public/templates/account/profile.js: line 5, col 46, 'define' is not defined. +build/public/templates/account/profile.js: line 6, col 5, 'define' is not defined. + +build/public/templates/account/read.js: line 13, col 109, Line is too long. +build/public/templates/account/read.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 13, col 41, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/read.js: line 13, col 59, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 13, col 75, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/read.js: line 13, col 90, ['length'] is better written in dot notation. +build/public/templates/account/read.js: line 14, col 136, Line is too long. +build/public/templates/account/read.js: line 15, col 26, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/read.js: line 21, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 23, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 25, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 25, col 49, ['uid'] is better written in dot notation. +build/public/templates/account/read.js: line 27, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 27, col 41, ['picture'] is better written in dot notation. +build/public/templates/account/read.js: line 29, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 29, col 53, ['picture'] is better written in dot notation. +build/public/templates/account/read.js: line 32, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 34, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 34, col 53, ['username'] is better written in dot notation. +build/public/templates/account/read.js: line 36, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 38, col 122, Line is too long. +build/public/templates/account/read.js: line 39, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 39, col 49, ['status'] is better written in dot notation. +build/public/templates/account/read.js: line 41, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 41, col 49, ['status'] is better written in dot notation. +build/public/templates/account/read.js: line 43, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 43, col 41, ['loggedIn'] is better written in dot notation. +build/public/templates/account/read.js: line 45, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 45, col 45, ['isSelf'] is better written in dot notation. +build/public/templates/account/read.js: line 48, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 48, col 49, ['isFollowing'] is better written in dot notation. +build/public/templates/account/read.js: line 52, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 52, col 49, ['isFollowing'] is better written in dot notation. +build/public/templates/account/read.js: line 55, col 137, Line is too long. +build/public/templates/account/read.js: line 59, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 59, col 41, ['allowCoverPicture'] is better written in dot notation. +build/public/templates/account/read.js: line 61, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 61, col 45, ['canEdit'] is better written in dot notation. +build/public/templates/account/read.js: line 62, col 485, Line is too long. +build/public/templates/account/read.js: line 66, col 331, Line is too long. +build/public/templates/account/read.js: line 67, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 67, col 41, ['loggedIn'] is better written in dot notation. +build/public/templates/account/read.js: line 69, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 69, col 45, ['isSelf'] is better written in dot notation. +build/public/templates/account/read.js: line 72, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 72, col 49, ['banned'] is better written in dot notation. +build/public/templates/account/read.js: line 75, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 75, col 53, ['canChat'] is better written in dot notation. +build/public/templates/account/read.js: line 77, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 77, col 57, ['hasPrivateChat'] is better written in dot notation. +build/public/templates/account/read.js: line 80, col 133, Line is too long. +build/public/templates/account/read.js: line 81, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 81, col 65, ['username'] is better written in dot notation. +build/public/templates/account/read.js: line 82, col 157, Line is too long. +build/public/templates/account/read.js: line 83, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 83, col 65, ['username'] is better written in dot notation. +build/public/templates/account/read.js: line 87, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 87, col 53, ['flagId'] is better written in dot notation. +build/public/templates/account/read.js: line 90, col 147, Line is too long. +build/public/templates/account/read.js: line 91, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 91, col 53, ['flagId'] is better written in dot notation. +build/public/templates/account/read.js: line 94, col 130, Line is too long. +build/public/templates/account/read.js: line 95, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 95, col 61, ['flagId'] is better written in dot notation. +build/public/templates/account/read.js: line 97, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 97, col 53, ['isBlocked'] is better written in dot notation. +build/public/templates/account/read.js: line 100, col 146, Line is too long. +build/public/templates/account/read.js: line 101, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 101, col 53, ['isBlocked'] is better written in dot notation. +build/public/templates/account/read.js: line 104, col 177, Line is too long. +build/public/templates/account/read.js: line 109, col 116, Line is too long. +build/public/templates/account/read.js: line 109, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 109, col 49, ['config'] is better written in dot notation. +build/public/templates/account/read.js: line 109, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 109, col 78, ['config'] is better written in dot notation. +build/public/templates/account/read.js: line 109, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/read.js: line 111, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 111, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/read.js: line 112, col 101, Line is too long. +build/public/templates/account/read.js: line 113, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 113, col 41, ['canEdit'] is better written in dot notation. +build/public/templates/account/read.js: line 115, col 120, Line is too long. +build/public/templates/account/read.js: line 115, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 115, col 53, ['config'] is better written in dot notation. +build/public/templates/account/read.js: line 115, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 115, col 82, ['config'] is better written in dot notation. +build/public/templates/account/read.js: line 115, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/read.js: line 117, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 117, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/read.js: line 118, col 103, Line is too long. +build/public/templates/account/read.js: line 119, col 120, Line is too long. +build/public/templates/account/read.js: line 119, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 119, col 53, ['config'] is better written in dot notation. +build/public/templates/account/read.js: line 119, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 119, col 82, ['config'] is better written in dot notation. +build/public/templates/account/read.js: line 119, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/read.js: line 121, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 121, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/read.js: line 125, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 125, col 41, ['isSelf'] is better written in dot notation. +build/public/templates/account/read.js: line 128, col 122, Line is too long. +build/public/templates/account/read.js: line 128, col 30, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 128, col 46, ['canBan'] is better written in dot notation. +build/public/templates/account/read.js: line 128, col 85, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 128, col 101, ['canMute'] is better written in dot notation. +build/public/templates/account/read.js: line 129, col 140, Line is too long. +build/public/templates/account/read.js: line 132, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 132, col 45, ['canBan'] is better written in dot notation. +build/public/templates/account/read.js: line 134, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 134, col 49, ['banned'] is better written in dot notation. +build/public/templates/account/read.js: line 137, col 151, Line is too long. +build/public/templates/account/read.js: line 138, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 138, col 49, ['banned'] is better written in dot notation. +build/public/templates/account/read.js: line 141, col 142, Line is too long. +build/public/templates/account/read.js: line 144, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 144, col 45, ['canMute'] is better written in dot notation. +build/public/templates/account/read.js: line 146, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 146, col 49, ['muted'] is better written in dot notation. +build/public/templates/account/read.js: line 149, col 153, Line is too long. +build/public/templates/account/read.js: line 150, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 150, col 49, ['muted'] is better written in dot notation. +build/public/templates/account/read.js: line 153, col 144, Line is too long. +build/public/templates/account/read.js: line 156, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 156, col 45, ['isAdmin'] is better written in dot notation. +build/public/templates/account/read.js: line 157, col 398, Line is too long. +build/public/templates/account/read.js: line 160, col 158, Line is too long. +build/public/templates/account/read.js: line 161, col 116, Line is too long. +build/public/templates/account/read.js: line 161, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 161, col 49, ['config'] is better written in dot notation. +build/public/templates/account/read.js: line 161, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 161, col 78, ['config'] is better written in dot notation. +build/public/templates/account/read.js: line 161, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/read.js: line 163, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 163, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/read.js: line 164, col 122, Line is too long. +build/public/templates/account/read.js: line 165, col 112, Line is too long. +build/public/templates/account/read.js: line 165, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 165, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/read.js: line 165, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 165, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/read.js: line 165, col 88, ['following'] is better written in dot notation. +build/public/templates/account/read.js: line 167, col 159, Line is too long. +build/public/templates/account/read.js: line 167, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 167, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/read.js: line 167, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 167, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/read.js: line 167, col 133, ['following'] is better written in dot notation. +build/public/templates/account/read.js: line 168, col 117, Line is too long. +build/public/templates/account/read.js: line 169, col 116, Line is too long. +build/public/templates/account/read.js: line 169, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 169, col 49, ['config'] is better written in dot notation. +build/public/templates/account/read.js: line 169, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 169, col 78, ['config'] is better written in dot notation. +build/public/templates/account/read.js: line 169, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/read.js: line 171, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 171, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/read.js: line 172, col 122, Line is too long. +build/public/templates/account/read.js: line 173, col 112, Line is too long. +build/public/templates/account/read.js: line 173, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 173, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/read.js: line 173, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 173, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/read.js: line 173, col 88, ['followers'] is better written in dot notation. +build/public/templates/account/read.js: line 175, col 159, Line is too long. +build/public/templates/account/read.js: line 175, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 175, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/read.js: line 175, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 175, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/read.js: line 175, col 133, ['followers'] is better written in dot notation. +build/public/templates/account/read.js: line 177, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 177, col 41, ['canEdit'] is better written in dot notation. +build/public/templates/account/read.js: line 178, col 103, Line is too long. +build/public/templates/account/read.js: line 179, col 120, Line is too long. +build/public/templates/account/read.js: line 179, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 179, col 53, ['config'] is better written in dot notation. +build/public/templates/account/read.js: line 179, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 179, col 82, ['config'] is better written in dot notation. +build/public/templates/account/read.js: line 179, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/read.js: line 181, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 181, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/read.js: line 182, col 120, Line is too long. +build/public/templates/account/read.js: line 183, col 113, Line is too long. +build/public/templates/account/read.js: line 183, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 183, col 53, ['counts'] is better written in dot notation. +build/public/templates/account/read.js: line 183, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 183, col 82, ['counts'] is better written in dot notation. +build/public/templates/account/read.js: line 183, col 92, ['blocks'] is better written in dot notation. +build/public/templates/account/read.js: line 185, col 160, Line is too long. +build/public/templates/account/read.js: line 185, col 82, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 185, col 98, ['counts'] is better written in dot notation. +build/public/templates/account/read.js: line 185, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 185, col 127, ['counts'] is better written in dot notation. +build/public/templates/account/read.js: line 185, col 137, ['blocks'] is better written in dot notation. +build/public/templates/account/read.js: line 188, col 158, Line is too long. +build/public/templates/account/read.js: line 189, col 116, Line is too long. +build/public/templates/account/read.js: line 189, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 189, col 49, ['config'] is better written in dot notation. +build/public/templates/account/read.js: line 189, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 189, col 78, ['config'] is better written in dot notation. +build/public/templates/account/read.js: line 189, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/read.js: line 191, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 191, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/read.js: line 192, col 118, Line is too long. +build/public/templates/account/read.js: line 193, col 109, Line is too long. +build/public/templates/account/read.js: line 193, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 193, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/read.js: line 193, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 193, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/read.js: line 193, col 88, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 195, col 156, Line is too long. +build/public/templates/account/read.js: line 195, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 195, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/read.js: line 195, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 195, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/read.js: line 195, col 133, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 196, col 117, Line is too long. +build/public/templates/account/read.js: line 197, col 116, Line is too long. +build/public/templates/account/read.js: line 197, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 197, col 49, ['config'] is better written in dot notation. +build/public/templates/account/read.js: line 197, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 197, col 78, ['config'] is better written in dot notation. +build/public/templates/account/read.js: line 197, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/read.js: line 199, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 199, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/read.js: line 200, col 116, Line is too long. +build/public/templates/account/read.js: line 201, col 108, Line is too long. +build/public/templates/account/read.js: line 201, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 201, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/read.js: line 201, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 201, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/read.js: line 201, col 88, ['posts'] is better written in dot notation. +build/public/templates/account/read.js: line 203, col 155, Line is too long. +build/public/templates/account/read.js: line 203, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 203, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/read.js: line 203, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 203, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/read.js: line 203, col 133, ['posts'] is better written in dot notation. +build/public/templates/account/read.js: line 204, col 117, Line is too long. +build/public/templates/account/read.js: line 205, col 116, Line is too long. +build/public/templates/account/read.js: line 205, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 205, col 49, ['config'] is better written in dot notation. +build/public/templates/account/read.js: line 205, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 205, col 78, ['config'] is better written in dot notation. +build/public/templates/account/read.js: line 205, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/read.js: line 207, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 207, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/read.js: line 208, col 125, Line is too long. +build/public/templates/account/read.js: line 209, col 109, Line is too long. +build/public/templates/account/read.js: line 209, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 209, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/read.js: line 209, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 209, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/read.js: line 209, col 88, ['groups'] is better written in dot notation. +build/public/templates/account/read.js: line 211, col 156, Line is too long. +build/public/templates/account/read.js: line 211, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 211, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/read.js: line 211, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 211, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/read.js: line 211, col 133, ['groups'] is better written in dot notation. +build/public/templates/account/read.js: line 213, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 213, col 41, ['canEdit'] is better written in dot notation. +build/public/templates/account/read.js: line 214, col 103, Line is too long. +build/public/templates/account/read.js: line 215, col 120, Line is too long. +build/public/templates/account/read.js: line 215, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 215, col 53, ['config'] is better written in dot notation. +build/public/templates/account/read.js: line 215, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 215, col 82, ['config'] is better written in dot notation. +build/public/templates/account/read.js: line 215, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/read.js: line 217, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 217, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/read.js: line 218, col 136, Line is too long. +build/public/templates/account/read.js: line 219, col 124, Line is too long. +build/public/templates/account/read.js: line 219, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 219, col 53, ['counts'] is better written in dot notation. +build/public/templates/account/read.js: line 219, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 219, col 82, ['counts'] is better written in dot notation. +build/public/templates/account/read.js: line 219, col 92, ['categoriesWatched'] is better written in dot notation. +build/public/templates/account/read.js: line 221, col 171, Line is too long. +build/public/templates/account/read.js: line 221, col 82, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 221, col 98, ['counts'] is better written in dot notation. +build/public/templates/account/read.js: line 221, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 221, col 127, ['counts'] is better written in dot notation. +build/public/templates/account/read.js: line 221, col 137, ['categoriesWatched'] is better written in dot notation. +build/public/templates/account/read.js: line 223, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 223, col 45, ['isSelf'] is better written in dot notation. +build/public/templates/account/read.js: line 224, col 107, Line is too long. +build/public/templates/account/read.js: line 225, col 124, Line is too long. +build/public/templates/account/read.js: line 225, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 225, col 57, ['config'] is better written in dot notation. +build/public/templates/account/read.js: line 225, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 225, col 86, ['config'] is better written in dot notation. +build/public/templates/account/read.js: line 225, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/account/read.js: line 227, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 227, col 57, ['userslug'] is better written in dot notation. +build/public/templates/account/read.js: line 228, col 130, Line is too long. +build/public/templates/account/read.js: line 229, col 122, Line is too long. +build/public/templates/account/read.js: line 229, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 229, col 57, ['counts'] is better written in dot notation. +build/public/templates/account/read.js: line 229, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 229, col 86, ['counts'] is better written in dot notation. +build/public/templates/account/read.js: line 229, col 96, ['tagsWatched'] is better written in dot notation. +build/public/templates/account/read.js: line 231, col 169, Line is too long. +build/public/templates/account/read.js: line 231, col 86, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 231, col 102, ['counts'] is better written in dot notation. +build/public/templates/account/read.js: line 231, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 231, col 131, ['counts'] is better written in dot notation. +build/public/templates/account/read.js: line 231, col 141, ['tagsWatched'] is better written in dot notation. +build/public/templates/account/read.js: line 234, col 105, Line is too long. +build/public/templates/account/read.js: line 235, col 120, Line is too long. +build/public/templates/account/read.js: line 235, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 235, col 53, ['config'] is better written in dot notation. +build/public/templates/account/read.js: line 235, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 235, col 82, ['config'] is better written in dot notation. +build/public/templates/account/read.js: line 235, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/read.js: line 237, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 237, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/read.js: line 238, col 124, Line is too long. +build/public/templates/account/read.js: line 239, col 115, Line is too long. +build/public/templates/account/read.js: line 239, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 239, col 53, ['counts'] is better written in dot notation. +build/public/templates/account/read.js: line 239, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 239, col 82, ['counts'] is better written in dot notation. +build/public/templates/account/read.js: line 239, col 92, ['uploaded'] is better written in dot notation. +build/public/templates/account/read.js: line 241, col 162, Line is too long. +build/public/templates/account/read.js: line 241, col 82, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 241, col 98, ['counts'] is better written in dot notation. +build/public/templates/account/read.js: line 241, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 241, col 127, ['counts'] is better written in dot notation. +build/public/templates/account/read.js: line 241, col 137, ['uploaded'] is better written in dot notation. +build/public/templates/account/read.js: line 245, col 22, ['profile_links'] is better written in dot notation. +build/public/templates/account/read.js: line 246, col 224, Line is too long. +build/public/templates/account/read.js: line 247, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 247, col 41, ['showSort'] is better written in dot notation. +build/public/templates/account/read.js: line 248, col 369, Line is too long. +build/public/templates/account/read.js: line 249, col 26, ['sortOptions'] is better written in dot notation. +build/public/templates/account/read.js: line 253, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 253, col 41, ['canEdit'] is better written in dot notation. +build/public/templates/account/read.js: line 255, col 120, Line is too long. +build/public/templates/account/read.js: line 255, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 255, col 53, ['config'] is better written in dot notation. +build/public/templates/account/read.js: line 255, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 255, col 82, ['config'] is better written in dot notation. +build/public/templates/account/read.js: line 255, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/read.js: line 257, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 257, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/read.js: line 259, col 115, Line is too long. +build/public/templates/account/read.js: line 259, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 259, col 45, ['template'] is better written in dot notation. +build/public/templates/account/read.js: line 259, col 60, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 259, col 76, ['template'] is better written in dot notation. +build/public/templates/account/read.js: line 263, col 120, Line is too long. +build/public/templates/account/read.js: line 263, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 263, col 53, ['config'] is better written in dot notation. +build/public/templates/account/read.js: line 263, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 263, col 82, ['config'] is better written in dot notation. +build/public/templates/account/read.js: line 263, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/read.js: line 265, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 265, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/read.js: line 267, col 116, Line is too long. +build/public/templates/account/read.js: line 267, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 267, col 45, ['template'] is better written in dot notation. +build/public/templates/account/read.js: line 267, col 60, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 267, col 76, ['template'] is better written in dot notation. +build/public/templates/account/read.js: line 271, col 120, Line is too long. +build/public/templates/account/read.js: line 271, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 271, col 53, ['config'] is better written in dot notation. +build/public/templates/account/read.js: line 271, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 271, col 82, ['config'] is better written in dot notation. +build/public/templates/account/read.js: line 271, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/read.js: line 273, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 273, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/read.js: line 275, col 116, Line is too long. +build/public/templates/account/read.js: line 275, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 275, col 45, ['template'] is better written in dot notation. +build/public/templates/account/read.js: line 275, col 60, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 275, col 76, ['template'] is better written in dot notation. +build/public/templates/account/read.js: line 279, col 120, Line is too long. +build/public/templates/account/read.js: line 279, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 279, col 53, ['config'] is better written in dot notation. +build/public/templates/account/read.js: line 279, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 279, col 82, ['config'] is better written in dot notation. +build/public/templates/account/read.js: line 279, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/read.js: line 281, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 281, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/read.js: line 283, col 113, Line is too long. +build/public/templates/account/read.js: line 283, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 283, col 45, ['template'] is better written in dot notation. +build/public/templates/account/read.js: line 283, col 60, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 283, col 76, ['template'] is better written in dot notation. +build/public/templates/account/read.js: line 289, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 289, col 41, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 289, col 54, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 289, col 70, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 289, col 80, ['length'] is better written in dot notation. +build/public/templates/account/read.js: line 292, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 292, col 53, ['noItemsFoundKey'] is better written in dot notation. +build/public/templates/account/read.js: line 294, col 173, Line is too long. +build/public/templates/account/read.js: line 295, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 295, col 49, ['nextStart'] is better written in dot notation. +build/public/templates/account/read.js: line 297, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 297, col 49, ['set'] is better written in dot notation. +build/public/templates/account/read.js: line 299, col 22, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 301, col 106, Line is too long. +build/public/templates/account/read.js: line 301, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 301, col 41, ['config'] is better written in dot notation. +build/public/templates/account/read.js: line 301, col 54, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 301, col 70, ['config'] is better written in dot notation. +build/public/templates/account/read.js: line 301, col 80, ['usePagination'] is better written in dot notation. +build/public/templates/account/read.js: line 303, col 162, Line is too long. +build/public/templates/account/read.js: line 303, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 303, col 45, ['pagination'] is better written in dot notation. +build/public/templates/account/read.js: line 303, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 303, col 78, ['pagination'] is better written in dot notation. +build/public/templates/account/read.js: line 303, col 92, ['pages'] is better written in dot notation. +build/public/templates/account/read.js: line 303, col 104, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 303, col 120, ['pagination'] is better written in dot notation. +build/public/templates/account/read.js: line 303, col 134, ['pages'] is better written in dot notation. +build/public/templates/account/read.js: line 303, col 143, ['length'] is better written in dot notation. +build/public/templates/account/read.js: line 306, col 159, Line is too long. +build/public/templates/account/read.js: line 307, col 160, Line is too long. +build/public/templates/account/read.js: line 307, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 307, col 45, ['pagination'] is better written in dot notation. +build/public/templates/account/read.js: line 307, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 307, col 78, ['pagination'] is better written in dot notation. +build/public/templates/account/read.js: line 307, col 92, ['prev'] is better written in dot notation. +build/public/templates/account/read.js: line 307, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 307, col 119, ['pagination'] is better written in dot notation. +build/public/templates/account/read.js: line 307, col 133, ['prev'] is better written in dot notation. +build/public/templates/account/read.js: line 307, col 141, ['active'] is better written in dot notation. +build/public/templates/account/read.js: line 311, col 166, Line is too long. +build/public/templates/account/read.js: line 311, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 311, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/read.js: line 311, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 311, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/read.js: line 311, col 100, ['prev'] is better written in dot notation. +build/public/templates/account/read.js: line 311, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 311, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/read.js: line 311, col 141, ['prev'] is better written in dot notation. +build/public/templates/account/read.js: line 311, col 149, ['qs'] is better written in dot notation. +build/public/templates/account/read.js: line 313, col 168, Line is too long. +build/public/templates/account/read.js: line 313, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 313, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/read.js: line 313, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 313, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/read.js: line 313, col 100, ['prev'] is better written in dot notation. +build/public/templates/account/read.js: line 313, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 313, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/read.js: line 313, col 141, ['prev'] is better written in dot notation. +build/public/templates/account/read.js: line 313, col 149, ['page'] is better written in dot notation. +build/public/templates/account/read.js: line 314, col 118, Line is too long. +build/public/templates/account/read.js: line 317, col 160, Line is too long. +build/public/templates/account/read.js: line 317, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 317, col 45, ['pagination'] is better written in dot notation. +build/public/templates/account/read.js: line 317, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 317, col 78, ['pagination'] is better written in dot notation. +build/public/templates/account/read.js: line 317, col 92, ['next'] is better written in dot notation. +build/public/templates/account/read.js: line 317, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 317, col 119, ['pagination'] is better written in dot notation. +build/public/templates/account/read.js: line 317, col 133, ['next'] is better written in dot notation. +build/public/templates/account/read.js: line 317, col 141, ['active'] is better written in dot notation. +build/public/templates/account/read.js: line 321, col 166, Line is too long. +build/public/templates/account/read.js: line 321, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 321, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/read.js: line 321, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 321, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/read.js: line 321, col 100, ['next'] is better written in dot notation. +build/public/templates/account/read.js: line 321, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 321, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/read.js: line 321, col 141, ['next'] is better written in dot notation. +build/public/templates/account/read.js: line 321, col 149, ['qs'] is better written in dot notation. +build/public/templates/account/read.js: line 323, col 168, Line is too long. +build/public/templates/account/read.js: line 323, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 323, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/read.js: line 323, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 323, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/read.js: line 323, col 100, ['next'] is better written in dot notation. +build/public/templates/account/read.js: line 323, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 323, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/read.js: line 323, col 141, ['next'] is better written in dot notation. +build/public/templates/account/read.js: line 323, col 149, ['page'] is better written in dot notation. +build/public/templates/account/read.js: line 324, col 228, Line is too long. +build/public/templates/account/read.js: line 325, col 160, Line is too long. +build/public/templates/account/read.js: line 325, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 325, col 45, ['pagination'] is better written in dot notation. +build/public/templates/account/read.js: line 325, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 325, col 78, ['pagination'] is better written in dot notation. +build/public/templates/account/read.js: line 325, col 92, ['prev'] is better written in dot notation. +build/public/templates/account/read.js: line 325, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 325, col 119, ['pagination'] is better written in dot notation. +build/public/templates/account/read.js: line 325, col 133, ['prev'] is better written in dot notation. +build/public/templates/account/read.js: line 325, col 141, ['active'] is better written in dot notation. +build/public/templates/account/read.js: line 329, col 168, Line is too long. +build/public/templates/account/read.js: line 329, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 329, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/read.js: line 329, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 329, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/read.js: line 329, col 100, ['first'] is better written in dot notation. +build/public/templates/account/read.js: line 329, col 112, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 329, col 128, ['pagination'] is better written in dot notation. +build/public/templates/account/read.js: line 329, col 142, ['first'] is better written in dot notation. +build/public/templates/account/read.js: line 329, col 151, ['qs'] is better written in dot notation. +build/public/templates/account/read.js: line 330, col 162, Line is too long. +build/public/templates/account/read.js: line 331, col 160, Line is too long. +build/public/templates/account/read.js: line 331, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 331, col 45, ['pagination'] is better written in dot notation. +build/public/templates/account/read.js: line 331, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 331, col 78, ['pagination'] is better written in dot notation. +build/public/templates/account/read.js: line 331, col 92, ['prev'] is better written in dot notation. +build/public/templates/account/read.js: line 331, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 331, col 119, ['pagination'] is better written in dot notation. +build/public/templates/account/read.js: line 331, col 133, ['prev'] is better written in dot notation. +build/public/templates/account/read.js: line 331, col 141, ['active'] is better written in dot notation. +build/public/templates/account/read.js: line 335, col 166, Line is too long. +build/public/templates/account/read.js: line 335, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 335, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/read.js: line 335, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 335, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/read.js: line 335, col 100, ['prev'] is better written in dot notation. +build/public/templates/account/read.js: line 335, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 335, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/read.js: line 335, col 141, ['prev'] is better written in dot notation. +build/public/templates/account/read.js: line 335, col 149, ['qs'] is better written in dot notation. +build/public/templates/account/read.js: line 337, col 168, Line is too long. +build/public/templates/account/read.js: line 337, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 337, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/read.js: line 337, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 337, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/read.js: line 337, col 100, ['prev'] is better written in dot notation. +build/public/templates/account/read.js: line 337, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 337, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/read.js: line 337, col 141, ['prev'] is better written in dot notation. +build/public/templates/account/read.js: line 337, col 149, ['page'] is better written in dot notation. +build/public/templates/account/read.js: line 338, col 280, Line is too long. +build/public/templates/account/read.js: line 339, col 126, Line is too long. +build/public/templates/account/read.js: line 339, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 339, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/read.js: line 339, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 339, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/read.js: line 339, col 100, ['currentPage'] is better written in dot notation. +build/public/templates/account/read.js: line 341, col 124, Line is too long. +build/public/templates/account/read.js: line 341, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 341, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/read.js: line 341, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 341, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/read.js: line 341, col 100, ['pageCount'] is better written in dot notation. +build/public/templates/account/read.js: line 343, col 160, Line is too long. +build/public/templates/account/read.js: line 343, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 343, col 45, ['pagination'] is better written in dot notation. +build/public/templates/account/read.js: line 343, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 343, col 78, ['pagination'] is better written in dot notation. +build/public/templates/account/read.js: line 343, col 92, ['next'] is better written in dot notation. +build/public/templates/account/read.js: line 343, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 343, col 119, ['pagination'] is better written in dot notation. +build/public/templates/account/read.js: line 343, col 133, ['next'] is better written in dot notation. +build/public/templates/account/read.js: line 343, col 141, ['active'] is better written in dot notation. +build/public/templates/account/read.js: line 347, col 166, Line is too long. +build/public/templates/account/read.js: line 347, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 347, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/read.js: line 347, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 347, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/read.js: line 347, col 100, ['next'] is better written in dot notation. +build/public/templates/account/read.js: line 347, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 347, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/read.js: line 347, col 141, ['next'] is better written in dot notation. +build/public/templates/account/read.js: line 347, col 149, ['qs'] is better written in dot notation. +build/public/templates/account/read.js: line 349, col 168, Line is too long. +build/public/templates/account/read.js: line 349, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 349, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/read.js: line 349, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 349, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/read.js: line 349, col 100, ['next'] is better written in dot notation. +build/public/templates/account/read.js: line 349, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 349, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/read.js: line 349, col 141, ['next'] is better written in dot notation. +build/public/templates/account/read.js: line 349, col 149, ['page'] is better written in dot notation. +build/public/templates/account/read.js: line 350, col 140, Line is too long. +build/public/templates/account/read.js: line 351, col 160, Line is too long. +build/public/templates/account/read.js: line 351, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 351, col 45, ['pagination'] is better written in dot notation. +build/public/templates/account/read.js: line 351, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 351, col 78, ['pagination'] is better written in dot notation. +build/public/templates/account/read.js: line 351, col 92, ['next'] is better written in dot notation. +build/public/templates/account/read.js: line 351, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 351, col 119, ['pagination'] is better written in dot notation. +build/public/templates/account/read.js: line 351, col 133, ['next'] is better written in dot notation. +build/public/templates/account/read.js: line 351, col 141, ['active'] is better written in dot notation. +build/public/templates/account/read.js: line 355, col 166, Line is too long. +build/public/templates/account/read.js: line 355, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 355, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/read.js: line 355, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 355, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/read.js: line 355, col 100, ['last'] is better written in dot notation. +build/public/templates/account/read.js: line 355, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 355, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/read.js: line 355, col 141, ['last'] is better written in dot notation. +build/public/templates/account/read.js: line 355, col 149, ['qs'] is better written in dot notation. +build/public/templates/account/read.js: line 357, col 124, Line is too long. +build/public/templates/account/read.js: line 357, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 357, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/read.js: line 357, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 357, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/read.js: line 357, col 100, ['pageCount'] is better written in dot notation. +build/public/templates/account/read.js: line 358, col 128, Line is too long. +build/public/templates/account/read.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/account/read.js: line 367, col 119, Line is too long. +build/public/templates/account/read.js: line 367, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 367, col 52, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/read.js: line 373, col 133, Line is too long. +build/public/templates/account/read.js: line 380, col 156, Line is too long. +build/public/templates/account/read.js: line 380, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 380, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/read.js: line 380, col 63, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 380, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/read.js: line 380, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 380, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/read.js: line 380, col 140, ['url'] is better written in dot notation. +build/public/templates/account/read.js: line 382, col 170, Line is too long. +build/public/templates/account/read.js: line 382, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 382, col 57, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/read.js: line 382, col 75, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 382, col 91, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/read.js: line 382, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 382, col 131, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/read.js: line 382, col 152, ['url'] is better written in dot notation. +build/public/templates/account/read.js: line 386, col 167, Line is too long. +build/public/templates/account/read.js: line 386, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 386, col 53, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/read.js: line 386, col 71, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 386, col 87, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/read.js: line 386, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 386, col 127, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/read.js: line 386, col 148, ['text'] is better written in dot notation. +build/public/templates/account/read.js: line 390, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 393, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 393, col 53, ['rssFeedUrl'] is better written in dot notation. +build/public/templates/account/read.js: line 395, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 395, col 65, ['rssFeedUrl'] is better written in dot notation. +build/public/templates/account/read.js: line 401, col 156, Line is too long. +build/public/templates/account/read.js: line 401, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 401, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/read.js: line 401, col 63, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 401, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/read.js: line 401, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 401, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/read.js: line 401, col 140, ['url'] is better written in dot notation. +build/public/templates/account/read.js: line 368, col 13, 'key' is defined but never used. +build/public/templates/account/read.js: line 367, col 112, 'value' is defined but never used. +build/public/templates/account/read.js: line 366, col 11, 'value' is defined but never used. +build/public/templates/account/read.js: line 364, col 72, 'helper' is defined but never used. +build/public/templates/account/read.js: line 412, col 155, Line is too long. +build/public/templates/account/read.js: line 412, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 412, col 52, ['widgets'] is better written in dot notation. +build/public/templates/account/read.js: line 412, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 412, col 82, ['widgets'] is better written in dot notation. +build/public/templates/account/read.js: line 412, col 93, ['header'] is better written in dot notation. +build/public/templates/account/read.js: line 415, col 205, Line is too long. +build/public/templates/account/read.js: line 415, col 28, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 415, col 44, ['widgets'] is better written in dot notation. +build/public/templates/account/read.js: line 415, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 415, col 74, ['widgets'] is better written in dot notation. +build/public/templates/account/read.js: line 415, col 85, ['header'] is better written in dot notation. +build/public/templates/account/read.js: line 415, col 98, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 415, col 114, ['widgets'] is better written in dot notation. +build/public/templates/account/read.js: line 415, col 125, ['header'] is better written in dot notation. +build/public/templates/account/read.js: line 415, col 144, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 415, col 160, ['widgets'] is better written in dot notation. +build/public/templates/account/read.js: line 415, col 171, ['header'] is better written in dot notation. +build/public/templates/account/read.js: line 415, col 187, ['html'] is better written in dot notation. +build/public/templates/account/read.js: line 413, col 13, 'key' is defined but never used. +build/public/templates/account/read.js: line 412, col 148, 'value' is defined but never used. +build/public/templates/account/read.js: line 412, col 140, 'length' is defined but never used. +build/public/templates/account/read.js: line 412, col 133, 'index' is defined but never used. +build/public/templates/account/read.js: line 410, col 11, '__escape' is defined but never used. +build/public/templates/account/read.js: line 411, col 11, 'value' is defined but never used. +build/public/templates/account/read.js: line 409, col 77, 'helper' is defined but never used. +build/public/templates/account/read.js: line 424, col 121, Line is too long. +build/public/templates/account/read.js: line 424, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 424, col 52, ['profile_links'] is better written in dot notation. +build/public/templates/account/read.js: line 431, col 171, Line is too long. +build/public/templates/account/read.js: line 431, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 431, col 53, ['profile_links'] is better written in dot notation. +build/public/templates/account/read.js: line 431, col 73, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 431, col 89, ['profile_links'] is better written in dot notation. +build/public/templates/account/read.js: line 431, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 431, col 131, ['profile_links'] is better written in dot notation. +build/public/templates/account/read.js: line 431, col 154, ['id'] is better written in dot notation. +build/public/templates/account/read.js: line 433, col 165, Line is too long. +build/public/templates/account/read.js: line 433, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 433, col 45, ['profile_links'] is better written in dot notation. +build/public/templates/account/read.js: line 433, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 433, col 81, ['profile_links'] is better written in dot notation. +build/public/templates/account/read.js: line 433, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 433, col 123, ['profile_links'] is better written in dot notation. +build/public/templates/account/read.js: line 433, col 146, ['public'] is better written in dot notation. +build/public/templates/account/read.js: line 437, col 120, Line is too long. +build/public/templates/account/read.js: line 437, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 437, col 53, ['config'] is better written in dot notation. +build/public/templates/account/read.js: line 437, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 437, col 82, ['config'] is better written in dot notation. +build/public/templates/account/read.js: line 437, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/read.js: line 439, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 439, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/read.js: line 441, col 174, Line is too long. +build/public/templates/account/read.js: line 441, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 441, col 53, ['profile_links'] is better written in dot notation. +build/public/templates/account/read.js: line 441, col 73, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 441, col 89, ['profile_links'] is better written in dot notation. +build/public/templates/account/read.js: line 441, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 441, col 131, ['profile_links'] is better written in dot notation. +build/public/templates/account/read.js: line 441, col 154, ['route'] is better written in dot notation. +build/public/templates/account/read.js: line 443, col 163, Line is too long. +build/public/templates/account/read.js: line 443, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 443, col 45, ['profile_links'] is better written in dot notation. +build/public/templates/account/read.js: line 443, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 443, col 81, ['profile_links'] is better written in dot notation. +build/public/templates/account/read.js: line 443, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 443, col 123, ['profile_links'] is better written in dot notation. +build/public/templates/account/read.js: line 443, col 146, ['icon'] is better written in dot notation. +build/public/templates/account/read.js: line 445, col 177, Line is too long. +build/public/templates/account/read.js: line 445, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 445, col 57, ['profile_links'] is better written in dot notation. +build/public/templates/account/read.js: line 445, col 77, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 445, col 93, ['profile_links'] is better written in dot notation. +build/public/templates/account/read.js: line 445, col 119, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 445, col 135, ['profile_links'] is better written in dot notation. +build/public/templates/account/read.js: line 445, col 158, ['icon'] is better written in dot notation. +build/public/templates/account/read.js: line 448, col 173, Line is too long. +build/public/templates/account/read.js: line 448, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 448, col 53, ['profile_links'] is better written in dot notation. +build/public/templates/account/read.js: line 448, col 73, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 448, col 89, ['profile_links'] is better written in dot notation. +build/public/templates/account/read.js: line 448, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 448, col 131, ['profile_links'] is better written in dot notation. +build/public/templates/account/read.js: line 448, col 154, ['name'] is better written in dot notation. +build/public/templates/account/read.js: line 425, col 13, 'key' is defined but never used. +build/public/templates/account/read.js: line 424, col 114, 'value' is defined but never used. +build/public/templates/account/read.js: line 424, col 106, 'length' is defined but never used. +build/public/templates/account/read.js: line 423, col 11, 'value' is defined but never used. +build/public/templates/account/read.js: line 421, col 76, 'helper' is defined but never used. +build/public/templates/account/read.js: line 457, col 119, Line is too long. +build/public/templates/account/read.js: line 457, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 457, col 52, ['sortOptions'] is better written in dot notation. +build/public/templates/account/read.js: line 459, col 104, Line is too long. +build/public/templates/account/read.js: line 460, col 120, Line is too long. +build/public/templates/account/read.js: line 460, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 460, col 53, ['config'] is better written in dot notation. +build/public/templates/account/read.js: line 460, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 460, col 82, ['config'] is better written in dot notation. +build/public/templates/account/read.js: line 460, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/read.js: line 461, col 166, Line is too long. +build/public/templates/account/read.js: line 461, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 461, col 53, ['sortOptions'] is better written in dot notation. +build/public/templates/account/read.js: line 461, col 71, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 461, col 87, ['sortOptions'] is better written in dot notation. +build/public/templates/account/read.js: line 461, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 461, col 127, ['sortOptions'] is better written in dot notation. +build/public/templates/account/read.js: line 461, col 148, ['url'] is better written in dot notation. +build/public/templates/account/read.js: line 463, col 167, Line is too long. +build/public/templates/account/read.js: line 463, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 463, col 53, ['sortOptions'] is better written in dot notation. +build/public/templates/account/read.js: line 463, col 71, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 463, col 87, ['sortOptions'] is better written in dot notation. +build/public/templates/account/read.js: line 463, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 463, col 127, ['sortOptions'] is better written in dot notation. +build/public/templates/account/read.js: line 463, col 148, ['name'] is better written in dot notation. +build/public/templates/account/read.js: line 465, col 161, Line is too long. +build/public/templates/account/read.js: line 465, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 465, col 45, ['sortOptions'] is better written in dot notation. +build/public/templates/account/read.js: line 465, col 63, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 465, col 79, ['sortOptions'] is better written in dot notation. +build/public/templates/account/read.js: line 465, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 465, col 119, ['sortOptions'] is better written in dot notation. +build/public/templates/account/read.js: line 465, col 140, ['selected'] is better written in dot notation. +build/public/templates/account/read.js: line 458, col 13, 'key' is defined but never used. +build/public/templates/account/read.js: line 457, col 112, 'value' is defined but never used. +build/public/templates/account/read.js: line 457, col 104, 'length' is defined but never used. +build/public/templates/account/read.js: line 457, col 97, 'index' is defined but never used. +build/public/templates/account/read.js: line 456, col 11, 'value' is defined but never used. +build/public/templates/account/read.js: line 454, col 72, 'helper' is defined but never used. +build/public/templates/account/read.js: line 476, col 114, Line is too long. +build/public/templates/account/read.js: line 476, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 476, col 52, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 478, col 149, Line is too long. +build/public/templates/account/read.js: line 481, col 151, Line is too long. +build/public/templates/account/read.js: line 481, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 481, col 53, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 481, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 481, col 82, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 481, col 101, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 481, col 117, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 481, col 133, ['tid'] is better written in dot notation. +build/public/templates/account/read.js: line 483, col 153, Line is too long. +build/public/templates/account/read.js: line 483, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 483, col 53, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 483, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 483, col 82, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 483, col 101, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 483, col 117, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 483, col 133, ['index'] is better written in dot notation. +build/public/templates/account/read.js: line 485, col 151, Line is too long. +build/public/templates/account/read.js: line 485, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 485, col 53, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 485, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 485, col 82, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 485, col 101, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 485, col 117, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 485, col 133, ['cid'] is better written in dot notation. +build/public/templates/account/read.js: line 486, col 133, Line is too long. +build/public/templates/account/read.js: line 487, col 120, Line is too long. +build/public/templates/account/read.js: line 487, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 487, col 53, ['config'] is better written in dot notation. +build/public/templates/account/read.js: line 487, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 487, col 82, ['config'] is better written in dot notation. +build/public/templates/account/read.js: line 487, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/read.js: line 489, col 152, Line is too long. +build/public/templates/account/read.js: line 489, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 489, col 53, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 489, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 489, col 82, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 489, col 101, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 489, col 117, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 489, col 133, ['slug'] is better written in dot notation. +build/public/templates/account/read.js: line 491, col 194, Line is too long. +build/public/templates/account/read.js: line 491, col 76, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 491, col 92, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 491, col 105, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 491, col 121, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 491, col 140, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 491, col 156, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 491, col 172, ['title'] is better written in dot notation. +build/public/templates/account/read.js: line 492, col 120, Line is too long. +build/public/templates/account/read.js: line 493, col 199, Line is too long. +build/public/templates/account/read.js: line 493, col 76, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 493, col 92, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 493, col 105, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 493, col 121, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 493, col 140, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 493, col 156, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 493, col 172, ['index'] is better written in dot notation. +build/public/templates/account/read.js: line 495, col 153, Line is too long. +build/public/templates/account/read.js: line 495, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 495, col 53, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 495, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 495, col 82, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 495, col 101, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 495, col 117, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 495, col 133, ['index'] is better written in dot notation. +build/public/templates/account/read.js: line 497, col 153, Line is too long. +build/public/templates/account/read.js: line 497, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 497, col 53, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 497, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 497, col 82, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 497, col 101, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 497, col 117, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 497, col 133, ['index'] is better written in dot notation. +build/public/templates/account/read.js: line 498, col 129, Line is too long. +build/public/templates/account/read.js: line 499, col 162, Line is too long. +build/public/templates/account/read.js: line 499, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 499, col 45, ['config'] is better written in dot notation. +build/public/templates/account/read.js: line 499, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 499, col 74, ['config'] is better written in dot notation. +build/public/templates/account/read.js: line 499, col 84, ['theme'] is better written in dot notation. +build/public/templates/account/read.js: line 499, col 96, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 499, col 112, ['config'] is better written in dot notation. +build/public/templates/account/read.js: line 499, col 122, ['theme'] is better written in dot notation. +build/public/templates/account/read.js: line 499, col 131, ['mobileTopicTeasers'] is better written in dot notation. +build/public/templates/account/read.js: line 502, col 141, Line is too long. +build/public/templates/account/read.js: line 503, col 210, Line is too long. +build/public/templates/account/read.js: line 503, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 503, col 53, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 503, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 503, col 82, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 503, col 101, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 503, col 117, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 503, col 133, ['user'] is better written in dot notation. +build/public/templates/account/read.js: line 503, col 144, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 503, col 160, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 503, col 176, ['user'] is better written in dot notation. +build/public/templates/account/read.js: line 503, col 184, ['displayname'] is better written in dot notation. +build/public/templates/account/read.js: line 505, col 197, Line is too long. +build/public/templates/account/read.js: line 505, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 505, col 45, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 505, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 505, col 74, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 505, col 93, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 505, col 109, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 505, col 125, ['user'] is better written in dot notation. +build/public/templates/account/read.js: line 505, col 136, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 505, col 152, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 505, col 168, ['user'] is better written in dot notation. +build/public/templates/account/read.js: line 505, col 176, ['userslug'] is better written in dot notation. +build/public/templates/account/read.js: line 506, col 122, Line is too long. +build/public/templates/account/read.js: line 506, col 39, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 506, col 55, ['config'] is better written in dot notation. +build/public/templates/account/read.js: line 506, col 68, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 506, col 84, ['config'] is better written in dot notation. +build/public/templates/account/read.js: line 506, col 94, ['relative_path'] is better written in dot notation. +build/public/templates/account/read.js: line 508, col 210, Line is too long. +build/public/templates/account/read.js: line 508, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 508, col 57, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 508, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 508, col 86, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 508, col 105, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 508, col 121, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 508, col 137, ['user'] is better written in dot notation. +build/public/templates/account/read.js: line 508, col 148, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 508, col 164, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 508, col 180, ['user'] is better written in dot notation. +build/public/templates/account/read.js: line 508, col 188, ['userslug'] is better written in dot notation. +build/public/templates/account/read.js: line 511, col 254, Line is too long. +build/public/templates/account/read.js: line 511, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 511, col 94, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 511, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 511, col 123, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 511, col 142, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 511, col 158, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 511, col 174, ['user'] is better written in dot notation. +build/public/templates/account/read.js: line 511, col 217, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 513, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 513, col 45, ['showSelect'] is better written in dot notation. +build/public/templates/account/read.js: line 514, col 257, Line is too long. +build/public/templates/account/read.js: line 516, col 193, Line is too long. +build/public/templates/account/read.js: line 517, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 517, col 45, ['showSelect'] is better written in dot notation. +build/public/templates/account/read.js: line 521, col 146, Line is too long. +build/public/templates/account/read.js: line 521, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 521, col 45, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 521, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 521, col 74, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 521, col 93, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 521, col 109, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 521, col 125, ['noAnchor'] is better written in dot notation. +build/public/templates/account/read.js: line 523, col 122, Line is too long. +build/public/templates/account/read.js: line 523, col 39, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 523, col 55, ['config'] is better written in dot notation. +build/public/templates/account/read.js: line 523, col 68, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 523, col 84, ['config'] is better written in dot notation. +build/public/templates/account/read.js: line 523, col 94, ['relative_path'] is better written in dot notation. +build/public/templates/account/read.js: line 525, col 156, Line is too long. +build/public/templates/account/read.js: line 525, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 525, col 57, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 525, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 525, col 86, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 525, col 105, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 525, col 121, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 525, col 137, ['slug'] is better written in dot notation. +build/public/templates/account/read.js: line 526, col 150, Line is too long. +build/public/templates/account/read.js: line 526, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 526, col 49, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 526, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 526, col 78, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 526, col 97, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 526, col 113, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 526, col 129, ['bookmark'] is better written in dot notation. +build/public/templates/account/read.js: line 528, col 163, Line is too long. +build/public/templates/account/read.js: line 528, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 528, col 61, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 528, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 528, col 90, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 528, col 109, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 528, col 125, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 528, col 141, ['bookmark'] is better written in dot notation. +build/public/templates/account/read.js: line 531, col 153, Line is too long. +build/public/templates/account/read.js: line 531, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 531, col 53, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 531, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 531, col 82, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 531, col 101, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 531, col 117, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 531, col 133, ['title'] is better written in dot notation. +build/public/templates/account/read.js: line 532, col 201, Line is too long. +build/public/templates/account/read.js: line 533, col 146, Line is too long. +build/public/templates/account/read.js: line 533, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 533, col 45, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 533, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 533, col 74, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 533, col 93, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 533, col 109, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 533, col 125, ['followed'] is better written in dot notation. +build/public/templates/account/read.js: line 536, col 175, Line is too long. +build/public/templates/account/read.js: line 537, col 145, Line is too long. +build/public/templates/account/read.js: line 537, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 537, col 45, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 537, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 537, col 74, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 537, col 93, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 537, col 109, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 537, col 125, ['ignored'] is better written in dot notation. +build/public/templates/account/read.js: line 540, col 180, Line is too long. +build/public/templates/account/read.js: line 541, col 147, Line is too long. +build/public/templates/account/read.js: line 541, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 541, col 45, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 541, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 541, col 74, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 541, col 93, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 541, col 109, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 541, col 125, ['scheduled'] is better written in dot notation. +build/public/templates/account/read.js: line 544, col 176, Line is too long. +build/public/templates/account/read.js: line 545, col 285, Line is too long. +build/public/templates/account/read.js: line 545, col 30, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 545, col 46, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 545, col 59, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 545, col 75, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 545, col 94, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 545, col 110, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 545, col 126, ['scheduled'] is better written in dot notation. +build/public/templates/account/read.js: line 545, col 169, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 545, col 185, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 545, col 198, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 545, col 214, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 545, col 233, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 545, col 249, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 545, col 265, ['pinned'] is better written in dot notation. +build/public/templates/account/read.js: line 549, col 147, Line is too long. +build/public/templates/account/read.js: line 549, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 549, col 45, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 549, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 549, col 74, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 549, col 93, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 549, col 109, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 549, col 125, ['pinExpiry'] is better written in dot notation. +build/public/templates/account/read.js: line 551, col 311, Line is too long. +build/public/templates/account/read.js: line 551, col 92, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 551, col 108, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 551, col 121, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 551, col 137, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 551, col 156, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 551, col 172, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 551, col 188, ['pinExpiryISO'] is better written in dot notation. +build/public/templates/account/read.js: line 551, col 231, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 551, col 247, ['config'] is better written in dot notation. +build/public/templates/account/read.js: line 551, col 260, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 551, col 276, ['config'] is better written in dot notation. +build/public/templates/account/read.js: line 551, col 286, ['userLang'] is better written in dot notation. +build/public/templates/account/read.js: line 554, col 113, Line is too long. +build/public/templates/account/read.js: line 555, col 144, Line is too long. +build/public/templates/account/read.js: line 555, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 555, col 45, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 555, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 555, col 74, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 555, col 93, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 555, col 109, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 555, col 125, ['locked'] is better written in dot notation. +build/public/templates/account/read.js: line 558, col 169, Line is too long. +build/public/templates/account/read.js: line 559, col 144, Line is too long. +build/public/templates/account/read.js: line 559, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 559, col 45, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 559, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 559, col 74, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 559, col 93, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 559, col 109, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 559, col 125, ['oldCid'] is better written in dot notation. +build/public/templates/account/read.js: line 562, col 103, Line is too long. +build/public/templates/account/read.js: line 563, col 190, Line is too long. +build/public/templates/account/read.js: line 563, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 563, col 49, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 563, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 563, col 78, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 563, col 97, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 563, col 113, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 563, col 129, ['icons'] is better written in dot notation. +build/public/templates/account/read.js: line 564, col 17, 'key' is defined but never used. +build/public/templates/account/read.js: line 572, col 298, Line is too long. +build/public/templates/account/read.js: line 572, col 31, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 572, col 47, ['template'] is better written in dot notation. +build/public/templates/account/read.js: line 572, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 572, col 78, ['template'] is better written in dot notation. +build/public/templates/account/read.js: line 572, col 90, ['category'] is better written in dot notation. +build/public/templates/account/read.js: line 572, col 132, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 572, col 148, ['cid'] is better written in dot notation. +build/public/templates/account/read.js: line 572, col 184, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 572, col 200, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 572, col 213, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 572, col 229, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 572, col 248, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 572, col 264, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 572, col 280, ['cid'] is better written in dot notation. +build/public/templates/account/read.js: line 572, col 166, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 574, col 225, Line is too long. +build/public/templates/account/read.js: line 574, col 89, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 574, col 105, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 574, col 118, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 574, col 134, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 574, col 153, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 574, col 169, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 574, col 185, ['category'] is better written in dot notation. +build/public/templates/account/read.js: line 578, col 151, Line is too long. +build/public/templates/account/read.js: line 578, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 578, col 53, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 578, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 578, col 82, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 578, col 101, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 578, col 117, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 578, col 133, ['tid'] is better written in dot notation. +build/public/templates/account/read.js: line 580, col 195, Line is too long. +build/public/templates/account/read.js: line 580, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 580, col 45, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 580, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 580, col 74, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 580, col 93, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 580, col 109, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 580, col 125, ['tags'] is better written in dot notation. +build/public/templates/account/read.js: line 580, col 136, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 580, col 152, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 580, col 168, ['tags'] is better written in dot notation. +build/public/templates/account/read.js: line 580, col 176, ['length'] is better written in dot notation. +build/public/templates/account/read.js: line 584, col 189, Line is too long. +build/public/templates/account/read.js: line 584, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 584, col 49, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 584, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 584, col 78, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 584, col 97, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 584, col 113, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 584, col 129, ['tags'] is better written in dot notation. +build/public/templates/account/read.js: line 587, col 124, Line is too long. +build/public/templates/account/read.js: line 587, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 587, col 57, ['config'] is better written in dot notation. +build/public/templates/account/read.js: line 587, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 587, col 86, ['config'] is better written in dot notation. +build/public/templates/account/read.js: line 587, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/account/read.js: line 589, col 270, Line is too long. +build/public/templates/account/read.js: line 589, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 589, col 57, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 589, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 589, col 86, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 589, col 105, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 589, col 121, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 589, col 137, ['tags'] is better written in dot notation. +build/public/templates/account/read.js: line 589, col 148, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 589, col 164, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 589, col 180, ['tags'] is better written in dot notation. +build/public/templates/account/read.js: line 589, col 197, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 589, col 213, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 589, col 229, ['tags'] is better written in dot notation. +build/public/templates/account/read.js: line 589, col 243, ['valueEncoded'] is better written in dot notation. +build/public/templates/account/read.js: line 591, col 263, Line is too long. +build/public/templates/account/read.js: line 591, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 591, col 57, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 591, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 591, col 86, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 591, col 105, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 591, col 121, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 591, col 137, ['tags'] is better written in dot notation. +build/public/templates/account/read.js: line 591, col 148, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 591, col 164, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 591, col 180, ['tags'] is better written in dot notation. +build/public/templates/account/read.js: line 591, col 197, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 591, col 213, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 591, col 229, ['tags'] is better written in dot notation. +build/public/templates/account/read.js: line 593, col 263, Line is too long. +build/public/templates/account/read.js: line 593, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 593, col 57, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 593, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 593, col 86, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 593, col 105, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 593, col 121, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 593, col 137, ['tags'] is better written in dot notation. +build/public/templates/account/read.js: line 593, col 148, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 593, col 164, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 593, col 180, ['tags'] is better written in dot notation. +build/public/templates/account/read.js: line 593, col 197, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 593, col 213, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 593, col 229, ['tags'] is better written in dot notation. +build/public/templates/account/read.js: line 593, col 243, ['value'] is better written in dot notation. +build/public/templates/account/read.js: line 595, col 270, Line is too long. +build/public/templates/account/read.js: line 595, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 595, col 57, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 595, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 595, col 86, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 595, col 105, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 595, col 121, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 595, col 137, ['tags'] is better written in dot notation. +build/public/templates/account/read.js: line 595, col 148, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 595, col 164, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 595, col 180, ['tags'] is better written in dot notation. +build/public/templates/account/read.js: line 595, col 197, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 595, col 213, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 595, col 229, ['tags'] is better written in dot notation. +build/public/templates/account/read.js: line 595, col 243, ['valueEscaped'] is better written in dot notation. +build/public/templates/account/read.js: line 585, col 17, 'key' is defined but never used. +build/public/templates/account/read.js: line 584, col 182, 'value' is defined but never used. +build/public/templates/account/read.js: line 584, col 174, 'length' is defined but never used. +build/public/templates/account/read.js: line 584, col 167, 'index' is defined but never used. +build/public/templates/account/read.js: line 600, col 250, Line is too long. +build/public/templates/account/read.js: line 601, col 256, Line is too long. +build/public/templates/account/read.js: line 601, col 86, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 601, col 102, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 601, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 601, col 131, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 601, col 150, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 601, col 166, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 601, col 182, ['postcount'] is better written in dot notation. +build/public/templates/account/read.js: line 601, col 222, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 603, col 120, Line is too long. +build/public/templates/account/read.js: line 603, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 603, col 53, ['config'] is better written in dot notation. +build/public/templates/account/read.js: line 603, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 603, col 82, ['config'] is better written in dot notation. +build/public/templates/account/read.js: line 603, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/read.js: line 605, col 152, Line is too long. +build/public/templates/account/read.js: line 605, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 605, col 53, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 605, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 605, col 82, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 605, col 101, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 605, col 117, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 605, col 133, ['slug'] is better written in dot notation. +build/public/templates/account/read.js: line 606, col 361, Line is too long. +build/public/templates/account/read.js: line 606, col 30, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 606, col 46, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 606, col 59, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 606, col 75, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 606, col 94, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 606, col 110, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 606, col 126, ['teaser'] is better written in dot notation. +build/public/templates/account/read.js: line 606, col 139, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 606, col 155, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 606, col 171, ['teaser'] is better written in dot notation. +build/public/templates/account/read.js: line 606, col 181, ['timestampISO'] is better written in dot notation. +build/public/templates/account/read.js: line 606, col 227, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 606, col 243, ['config'] is better written in dot notation. +build/public/templates/account/read.js: line 606, col 256, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 606, col 272, ['config'] is better written in dot notation. +build/public/templates/account/read.js: line 606, col 282, ['theme'] is better written in dot notation. +build/public/templates/account/read.js: line 606, col 294, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 606, col 310, ['config'] is better written in dot notation. +build/public/templates/account/read.js: line 606, col 320, ['theme'] is better written in dot notation. +build/public/templates/account/read.js: line 606, col 329, ['mobileTopicTeasers'] is better written in dot notation. +build/public/templates/account/read.js: line 608, col 211, Line is too long. +build/public/templates/account/read.js: line 608, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 608, col 57, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 608, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 608, col 86, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 608, col 105, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 608, col 121, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 608, col 137, ['teaser'] is better written in dot notation. +build/public/templates/account/read.js: line 608, col 150, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 608, col 166, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 608, col 182, ['teaser'] is better written in dot notation. +build/public/templates/account/read.js: line 608, col 192, ['index'] is better written in dot notation. +build/public/templates/account/read.js: line 611, col 361, Line is too long. +build/public/templates/account/read.js: line 611, col 30, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 611, col 46, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 611, col 59, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 611, col 75, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 611, col 94, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 611, col 110, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 611, col 126, ['teaser'] is better written in dot notation. +build/public/templates/account/read.js: line 611, col 139, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 611, col 155, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 611, col 171, ['teaser'] is better written in dot notation. +build/public/templates/account/read.js: line 611, col 181, ['timestampISO'] is better written in dot notation. +build/public/templates/account/read.js: line 611, col 227, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 611, col 243, ['config'] is better written in dot notation. +build/public/templates/account/read.js: line 611, col 256, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 611, col 272, ['config'] is better written in dot notation. +build/public/templates/account/read.js: line 611, col 282, ['theme'] is better written in dot notation. +build/public/templates/account/read.js: line 611, col 294, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 611, col 310, ['config'] is better written in dot notation. +build/public/templates/account/read.js: line 611, col 320, ['theme'] is better written in dot notation. +build/public/templates/account/read.js: line 611, col 329, ['mobileTopicTeasers'] is better written in dot notation. +build/public/templates/account/read.js: line 612, col 216, Line is too long. +build/public/templates/account/read.js: line 612, col 39, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 612, col 55, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 612, col 68, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 612, col 84, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 612, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 612, col 119, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 612, col 135, ['teaser'] is better written in dot notation. +build/public/templates/account/read.js: line 612, col 148, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 612, col 164, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 612, col 180, ['teaser'] is better written in dot notation. +build/public/templates/account/read.js: line 612, col 190, ['timestampISO'] is better written in dot notation. +build/public/templates/account/read.js: line 613, col 163, Line is too long. +build/public/templates/account/read.js: line 613, col 39, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 613, col 55, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 613, col 68, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 613, col 84, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 613, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 613, col 119, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 613, col 135, ['timestampISO'] is better written in dot notation. +build/public/templates/account/read.js: line 615, col 120, Line is too long. +build/public/templates/account/read.js: line 615, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 615, col 53, ['config'] is better written in dot notation. +build/public/templates/account/read.js: line 615, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 615, col 82, ['config'] is better written in dot notation. +build/public/templates/account/read.js: line 615, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/read.js: line 617, col 152, Line is too long. +build/public/templates/account/read.js: line 617, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 617, col 53, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 617, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 617, col 82, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 617, col 101, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 617, col 117, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 617, col 133, ['slug'] is better written in dot notation. +build/public/templates/account/read.js: line 618, col 104, Line is too long. +build/public/templates/account/read.js: line 619, col 160, Line is too long. +build/public/templates/account/read.js: line 619, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 619, col 53, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 619, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 619, col 82, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 619, col 101, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 619, col 117, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 619, col 133, ['timestampISO'] is better written in dot notation. +build/public/templates/account/read.js: line 621, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 621, col 45, ['showSelect'] is better written in dot notation. +build/public/templates/account/read.js: line 622, col 219, Line is too long. +build/public/templates/account/read.js: line 625, col 199, Line is too long. +build/public/templates/account/read.js: line 625, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 625, col 45, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 625, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 625, col 74, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 625, col 93, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 625, col 109, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 625, col 125, ['thumbs'] is better written in dot notation. +build/public/templates/account/read.js: line 625, col 138, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 625, col 154, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 625, col 170, ['thumbs'] is better written in dot notation. +build/public/templates/account/read.js: line 625, col 180, ['length'] is better written in dot notation. +build/public/templates/account/read.js: line 626, col 123, Line is too long. +build/public/templates/account/read.js: line 627, col 124, Line is too long. +build/public/templates/account/read.js: line 627, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 627, col 57, ['config'] is better written in dot notation. +build/public/templates/account/read.js: line 627, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 627, col 86, ['config'] is better written in dot notation. +build/public/templates/account/read.js: line 627, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/account/read.js: line 629, col 156, Line is too long. +build/public/templates/account/read.js: line 629, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 629, col 57, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 629, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 629, col 86, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 629, col 105, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 629, col 121, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 629, col 137, ['slug'] is better written in dot notation. +build/public/templates/account/read.js: line 630, col 150, Line is too long. +build/public/templates/account/read.js: line 630, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 630, col 49, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 630, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 630, col 78, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 630, col 97, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 630, col 113, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 630, col 129, ['bookmark'] is better written in dot notation. +build/public/templates/account/read.js: line 632, col 163, Line is too long. +build/public/templates/account/read.js: line 632, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 632, col 61, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 632, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 632, col 90, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 632, col 109, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 632, col 125, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 632, col 141, ['bookmark'] is better written in dot notation. +build/public/templates/account/read.js: line 634, col 190, Line is too long. +build/public/templates/account/read.js: line 635, col 265, Line is too long. +build/public/templates/account/read.js: line 635, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 635, col 57, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 635, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 635, col 86, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 635, col 105, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 635, col 121, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 635, col 137, ['thumbs'] is better written in dot notation. +build/public/templates/account/read.js: line 635, col 150, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 635, col 166, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 635, col 182, ['thumbs'] is better written in dot notation. +build/public/templates/account/read.js: line 635, col 200, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 635, col 216, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 635, col 232, ['thumbs'] is better written in dot notation. +build/public/templates/account/read.js: line 635, col 247, ['url'] is better written in dot notation. +build/public/templates/account/read.js: line 637, col 213, Line is too long. +build/public/templates/account/read.js: line 637, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 637, col 57, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 637, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 637, col 86, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 637, col 105, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 637, col 121, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 637, col 137, ['thumbs'] is better written in dot notation. +build/public/templates/account/read.js: line 637, col 150, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 637, col 166, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 637, col 182, ['thumbs'] is better written in dot notation. +build/public/templates/account/read.js: line 637, col 192, ['length'] is better written in dot notation. +build/public/templates/account/read.js: line 638, col 231, Line is too long. +build/public/templates/account/read.js: line 639, col 213, Line is too long. +build/public/templates/account/read.js: line 639, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 639, col 57, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 639, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 639, col 86, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 639, col 105, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 639, col 121, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 639, col 137, ['thumbs'] is better written in dot notation. +build/public/templates/account/read.js: line 639, col 150, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 639, col 166, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 639, col 182, ['thumbs'] is better written in dot notation. +build/public/templates/account/read.js: line 639, col 192, ['length'] is better written in dot notation. +build/public/templates/account/read.js: line 642, col 193, Line is too long. +build/public/templates/account/read.js: line 643, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 647, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 649, col 131, Line is too long. +build/public/templates/account/read.js: line 650, col 157, Line is too long. +build/public/templates/account/read.js: line 650, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 650, col 57, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 650, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 650, col 86, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 650, col 105, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 650, col 121, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 650, col 137, ['votes'] is better written in dot notation. +build/public/templates/account/read.js: line 652, col 256, Line is too long. +build/public/templates/account/read.js: line 652, col 90, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 652, col 106, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 652, col 119, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 652, col 135, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 652, col 154, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 652, col 170, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 652, col 186, ['votes'] is better written in dot notation. +build/public/templates/account/read.js: line 652, col 222, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 653, col 200, Line is too long. +build/public/templates/account/read.js: line 654, col 133, Line is too long. +build/public/templates/account/read.js: line 655, col 157, Line is too long. +build/public/templates/account/read.js: line 655, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 655, col 53, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 655, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 655, col 82, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 655, col 101, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 655, col 117, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 655, col 133, ['postcount'] is better written in dot notation. +build/public/templates/account/read.js: line 657, col 256, Line is too long. +build/public/templates/account/read.js: line 657, col 86, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 657, col 102, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 657, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 657, col 131, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 657, col 150, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 657, col 166, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 657, col 182, ['postcount'] is better written in dot notation. +build/public/templates/account/read.js: line 657, col 222, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 658, col 316, Line is too long. +build/public/templates/account/read.js: line 659, col 157, Line is too long. +build/public/templates/account/read.js: line 659, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 659, col 53, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 659, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 659, col 82, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 659, col 101, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 659, col 117, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 659, col 133, ['viewcount'] is better written in dot notation. +build/public/templates/account/read.js: line 661, col 256, Line is too long. +build/public/templates/account/read.js: line 661, col 86, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 661, col 102, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 661, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 661, col 131, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 661, col 150, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 661, col 166, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 661, col 182, ['viewcount'] is better written in dot notation. +build/public/templates/account/read.js: line 661, col 222, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 662, col 264, Line is too long. +build/public/templates/account/read.js: line 663, col 162, Line is too long. +build/public/templates/account/read.js: line 663, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 663, col 45, ['config'] is better written in dot notation. +build/public/templates/account/read.js: line 663, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 663, col 74, ['config'] is better written in dot notation. +build/public/templates/account/read.js: line 663, col 84, ['theme'] is better written in dot notation. +build/public/templates/account/read.js: line 663, col 96, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 663, col 112, ['config'] is better written in dot notation. +build/public/templates/account/read.js: line 663, col 122, ['theme'] is better written in dot notation. +build/public/templates/account/read.js: line 663, col 131, ['mobileTopicTeasers'] is better written in dot notation. +build/public/templates/account/read.js: line 666, col 125, Line is too long. +build/public/templates/account/read.js: line 667, col 214, Line is too long. +build/public/templates/account/read.js: line 667, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 667, col 53, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 667, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 667, col 82, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 667, col 101, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 667, col 117, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 667, col 133, ['category'] is better written in dot notation. +build/public/templates/account/read.js: line 667, col 148, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 667, col 164, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 667, col 180, ['category'] is better written in dot notation. +build/public/templates/account/read.js: line 667, col 192, ['bgColor'] is better written in dot notation. +build/public/templates/account/read.js: line 669, col 147, Line is too long. +build/public/templates/account/read.js: line 669, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 669, col 45, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 669, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 669, col 74, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 669, col 93, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 669, col 109, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 669, col 125, ['unreplied'] is better written in dot notation. +build/public/templates/account/read.js: line 672, col 200, Line is too long. +build/public/templates/account/read.js: line 672, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 672, col 49, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 672, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 672, col 78, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 672, col 97, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 672, col 113, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 672, col 129, ['teaser'] is better written in dot notation. +build/public/templates/account/read.js: line 672, col 142, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 672, col 158, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 672, col 174, ['teaser'] is better written in dot notation. +build/public/templates/account/read.js: line 672, col 184, ['pid'] is better written in dot notation. +build/public/templates/account/read.js: line 674, col 270, Line is too long. +build/public/templates/account/read.js: line 674, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 674, col 53, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 674, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 674, col 82, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 674, col 101, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 674, col 117, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 674, col 133, ['teaser'] is better written in dot notation. +build/public/templates/account/read.js: line 674, col 146, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 674, col 162, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 674, col 178, ['teaser'] is better written in dot notation. +build/public/templates/account/read.js: line 674, col 188, ['user'] is better written in dot notation. +build/public/templates/account/read.js: line 674, col 199, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 674, col 215, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 674, col 231, ['teaser'] is better written in dot notation. +build/public/templates/account/read.js: line 674, col 241, ['user'] is better written in dot notation. +build/public/templates/account/read.js: line 674, col 249, ['userslug'] is better written in dot notation. +build/public/templates/account/read.js: line 675, col 130, Line is too long. +build/public/templates/account/read.js: line 675, col 47, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 675, col 63, ['config'] is better written in dot notation. +build/public/templates/account/read.js: line 675, col 76, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 675, col 92, ['config'] is better written in dot notation. +build/public/templates/account/read.js: line 675, col 102, ['relative_path'] is better written in dot notation. +build/public/templates/account/read.js: line 677, col 283, Line is too long. +build/public/templates/account/read.js: line 677, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 677, col 65, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 677, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 677, col 94, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 677, col 113, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 677, col 129, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 677, col 145, ['teaser'] is better written in dot notation. +build/public/templates/account/read.js: line 677, col 158, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 677, col 174, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 677, col 190, ['teaser'] is better written in dot notation. +build/public/templates/account/read.js: line 677, col 200, ['user'] is better written in dot notation. +build/public/templates/account/read.js: line 677, col 211, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 677, col 227, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 677, col 243, ['teaser'] is better written in dot notation. +build/public/templates/account/read.js: line 677, col 253, ['user'] is better written in dot notation. +build/public/templates/account/read.js: line 677, col 261, ['userslug'] is better written in dot notation. +build/public/templates/account/read.js: line 680, col 283, Line is too long. +build/public/templates/account/read.js: line 680, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 680, col 61, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 680, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 680, col 90, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 680, col 109, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 680, col 125, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 680, col 141, ['teaser'] is better written in dot notation. +build/public/templates/account/read.js: line 680, col 154, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 680, col 170, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 680, col 186, ['teaser'] is better written in dot notation. +build/public/templates/account/read.js: line 680, col 196, ['user'] is better written in dot notation. +build/public/templates/account/read.js: line 680, col 207, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 680, col 223, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 680, col 239, ['teaser'] is better written in dot notation. +build/public/templates/account/read.js: line 680, col 249, ['user'] is better written in dot notation. +build/public/templates/account/read.js: line 680, col 257, ['displayname'] is better written in dot notation. +build/public/templates/account/read.js: line 682, col 317, Line is too long. +build/public/templates/account/read.js: line 682, col 86, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 682, col 102, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 682, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 682, col 131, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 682, col 150, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 682, col 166, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 682, col 182, ['teaser'] is better written in dot notation. +build/public/templates/account/read.js: line 682, col 195, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 682, col 211, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 682, col 227, ['teaser'] is better written in dot notation. +build/public/templates/account/read.js: line 682, col 237, ['user'] is better written in dot notation. +build/public/templates/account/read.js: line 682, col 280, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 684, col 128, Line is too long. +build/public/templates/account/read.js: line 684, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 684, col 61, ['config'] is better written in dot notation. +build/public/templates/account/read.js: line 684, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 684, col 90, ['config'] is better written in dot notation. +build/public/templates/account/read.js: line 684, col 100, ['relative_path'] is better written in dot notation. +build/public/templates/account/read.js: line 686, col 160, Line is too long. +build/public/templates/account/read.js: line 686, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 686, col 61, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 686, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 686, col 90, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 686, col 109, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 686, col 125, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 686, col 141, ['slug'] is better written in dot notation. +build/public/templates/account/read.js: line 688, col 216, Line is too long. +build/public/templates/account/read.js: line 688, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 688, col 61, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 688, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 688, col 90, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 688, col 109, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 688, col 125, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 688, col 141, ['teaser'] is better written in dot notation. +build/public/templates/account/read.js: line 688, col 154, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 688, col 170, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 688, col 186, ['teaser'] is better written in dot notation. +build/public/templates/account/read.js: line 688, col 196, ['index'] is better written in dot notation. +build/public/templates/account/read.js: line 690, col 223, Line is too long. +build/public/templates/account/read.js: line 690, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 690, col 61, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 690, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 690, col 90, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 690, col 109, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 690, col 125, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 690, col 141, ['teaser'] is better written in dot notation. +build/public/templates/account/read.js: line 690, col 154, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 690, col 170, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 690, col 186, ['teaser'] is better written in dot notation. +build/public/templates/account/read.js: line 690, col 196, ['timestampISO'] is better written in dot notation. +build/public/templates/account/read.js: line 691, col 230, Line is too long. +build/public/templates/account/read.js: line 692, col 128, Line is too long. +build/public/templates/account/read.js: line 692, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 692, col 61, ['config'] is better written in dot notation. +build/public/templates/account/read.js: line 692, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 692, col 90, ['config'] is better written in dot notation. +build/public/templates/account/read.js: line 692, col 100, ['relative_path'] is better written in dot notation. +build/public/templates/account/read.js: line 694, col 160, Line is too long. +build/public/templates/account/read.js: line 694, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 694, col 61, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 694, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 694, col 90, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 694, col 109, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 694, col 125, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 694, col 141, ['slug'] is better written in dot notation. +build/public/templates/account/read.js: line 696, col 216, Line is too long. +build/public/templates/account/read.js: line 696, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 696, col 61, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 696, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 696, col 90, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 696, col 109, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 696, col 125, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 696, col 141, ['teaser'] is better written in dot notation. +build/public/templates/account/read.js: line 696, col 154, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 696, col 170, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 696, col 186, ['teaser'] is better written in dot notation. +build/public/templates/account/read.js: line 696, col 196, ['index'] is better written in dot notation. +build/public/templates/account/read.js: line 698, col 218, Line is too long. +build/public/templates/account/read.js: line 698, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 698, col 61, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 698, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 698, col 90, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 698, col 109, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 698, col 125, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 698, col 141, ['teaser'] is better written in dot notation. +build/public/templates/account/read.js: line 698, col 154, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 698, col 170, ['topics'] is better written in dot notation. +build/public/templates/account/read.js: line 698, col 186, ['teaser'] is better written in dot notation. +build/public/templates/account/read.js: line 698, col 196, ['content'] is better written in dot notation. +build/public/templates/account/read.js: line 477, col 13, 'key' is defined but never used. +build/public/templates/account/read.js: line 475, col 11, 'value' is defined but never used. +build/public/templates/account/read.js: line 710, col 160, Line is too long. +build/public/templates/account/read.js: line 710, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 710, col 52, ['pagination'] is better written in dot notation. +build/public/templates/account/read.js: line 710, col 69, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 710, col 85, ['pagination'] is better written in dot notation. +build/public/templates/account/read.js: line 710, col 99, ['pages'] is better written in dot notation. +build/public/templates/account/read.js: line 713, col 219, Line is too long. +build/public/templates/account/read.js: line 713, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 713, col 45, ['pagination'] is better written in dot notation. +build/public/templates/account/read.js: line 713, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 713, col 78, ['pagination'] is better written in dot notation. +build/public/templates/account/read.js: line 713, col 92, ['pages'] is better written in dot notation. +build/public/templates/account/read.js: line 713, col 104, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 713, col 120, ['pagination'] is better written in dot notation. +build/public/templates/account/read.js: line 713, col 134, ['pages'] is better written in dot notation. +build/public/templates/account/read.js: line 713, col 152, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 713, col 168, ['pagination'] is better written in dot notation. +build/public/templates/account/read.js: line 713, col 182, ['pages'] is better written in dot notation. +build/public/templates/account/read.js: line 713, col 197, ['separator'] is better written in dot notation. +build/public/templates/account/read.js: line 714, col 227, Line is too long. +build/public/templates/account/read.js: line 716, col 220, Line is too long. +build/public/templates/account/read.js: line 716, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 716, col 49, ['pagination'] is better written in dot notation. +build/public/templates/account/read.js: line 716, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 716, col 82, ['pagination'] is better written in dot notation. +build/public/templates/account/read.js: line 716, col 96, ['pages'] is better written in dot notation. +build/public/templates/account/read.js: line 716, col 108, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 716, col 124, ['pagination'] is better written in dot notation. +build/public/templates/account/read.js: line 716, col 138, ['pages'] is better written in dot notation. +build/public/templates/account/read.js: line 716, col 156, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 716, col 172, ['pagination'] is better written in dot notation. +build/public/templates/account/read.js: line 716, col 186, ['pages'] is better written in dot notation. +build/public/templates/account/read.js: line 716, col 201, ['active'] is better written in dot notation. +build/public/templates/account/read.js: line 720, col 226, Line is too long. +build/public/templates/account/read.js: line 720, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 720, col 57, ['pagination'] is better written in dot notation. +build/public/templates/account/read.js: line 720, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 720, col 90, ['pagination'] is better written in dot notation. +build/public/templates/account/read.js: line 720, col 104, ['pages'] is better written in dot notation. +build/public/templates/account/read.js: line 720, col 116, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 720, col 132, ['pagination'] is better written in dot notation. +build/public/templates/account/read.js: line 720, col 146, ['pages'] is better written in dot notation. +build/public/templates/account/read.js: line 720, col 164, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 720, col 180, ['pagination'] is better written in dot notation. +build/public/templates/account/read.js: line 720, col 194, ['pages'] is better written in dot notation. +build/public/templates/account/read.js: line 720, col 209, ['qs'] is better written in dot notation. +build/public/templates/account/read.js: line 722, col 228, Line is too long. +build/public/templates/account/read.js: line 722, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 722, col 57, ['pagination'] is better written in dot notation. +build/public/templates/account/read.js: line 722, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 722, col 90, ['pagination'] is better written in dot notation. +build/public/templates/account/read.js: line 722, col 104, ['pages'] is better written in dot notation. +build/public/templates/account/read.js: line 722, col 116, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 722, col 132, ['pagination'] is better written in dot notation. +build/public/templates/account/read.js: line 722, col 146, ['pages'] is better written in dot notation. +build/public/templates/account/read.js: line 722, col 164, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 722, col 180, ['pagination'] is better written in dot notation. +build/public/templates/account/read.js: line 722, col 194, ['pages'] is better written in dot notation. +build/public/templates/account/read.js: line 722, col 209, ['page'] is better written in dot notation. +build/public/templates/account/read.js: line 724, col 228, Line is too long. +build/public/templates/account/read.js: line 724, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 724, col 57, ['pagination'] is better written in dot notation. +build/public/templates/account/read.js: line 724, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 724, col 90, ['pagination'] is better written in dot notation. +build/public/templates/account/read.js: line 724, col 104, ['pages'] is better written in dot notation. +build/public/templates/account/read.js: line 724, col 116, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 724, col 132, ['pagination'] is better written in dot notation. +build/public/templates/account/read.js: line 724, col 146, ['pages'] is better written in dot notation. +build/public/templates/account/read.js: line 724, col 164, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 724, col 180, ['pagination'] is better written in dot notation. +build/public/templates/account/read.js: line 724, col 194, ['pages'] is better written in dot notation. +build/public/templates/account/read.js: line 724, col 209, ['page'] is better written in dot notation. +build/public/templates/account/read.js: line 726, col 228, Line is too long. +build/public/templates/account/read.js: line 726, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 726, col 57, ['pagination'] is better written in dot notation. +build/public/templates/account/read.js: line 726, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 726, col 90, ['pagination'] is better written in dot notation. +build/public/templates/account/read.js: line 726, col 104, ['pages'] is better written in dot notation. +build/public/templates/account/read.js: line 726, col 116, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 726, col 132, ['pagination'] is better written in dot notation. +build/public/templates/account/read.js: line 726, col 146, ['pages'] is better written in dot notation. +build/public/templates/account/read.js: line 726, col 164, Expected '!==' and instead saw '!='. +build/public/templates/account/read.js: line 726, col 180, ['pagination'] is better written in dot notation. +build/public/templates/account/read.js: line 726, col 194, ['pages'] is better written in dot notation. +build/public/templates/account/read.js: line 726, col 209, ['page'] is better written in dot notation. +build/public/templates/account/read.js: line 711, col 13, 'key' is defined but never used. +build/public/templates/account/read.js: line 710, col 153, 'value' is defined but never used. +build/public/templates/account/read.js: line 710, col 145, 'length' is defined but never used. +build/public/templates/account/read.js: line 710, col 138, 'index' is defined but never used. +build/public/templates/account/read.js: line 709, col 11, 'value' is defined but never used. +build/public/templates/account/read.js: line 707, col 81, 'helper' is defined but never used. +build/public/templates/account/read.js: line 736, col 3, Missing semicolon. +build/public/templates/account/read.js: line 5, col 46, 'define' is not defined. +build/public/templates/account/read.js: line 6, col 5, 'define' is not defined. + +build/public/templates/account/sessions.js: line 13, col 109, Line is too long. +build/public/templates/account/sessions.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 13, col 41, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/sessions.js: line 13, col 59, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 13, col 75, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/sessions.js: line 13, col 90, ['length'] is better written in dot notation. +build/public/templates/account/sessions.js: line 14, col 136, Line is too long. +build/public/templates/account/sessions.js: line 15, col 26, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/sessions.js: line 21, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 23, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 25, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 25, col 49, ['uid'] is better written in dot notation. +build/public/templates/account/sessions.js: line 27, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 27, col 41, ['picture'] is better written in dot notation. +build/public/templates/account/sessions.js: line 29, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 29, col 53, ['picture'] is better written in dot notation. +build/public/templates/account/sessions.js: line 32, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 34, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 34, col 53, ['username'] is better written in dot notation. +build/public/templates/account/sessions.js: line 36, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 38, col 122, Line is too long. +build/public/templates/account/sessions.js: line 39, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 39, col 49, ['status'] is better written in dot notation. +build/public/templates/account/sessions.js: line 41, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 41, col 49, ['status'] is better written in dot notation. +build/public/templates/account/sessions.js: line 43, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 43, col 41, ['loggedIn'] is better written in dot notation. +build/public/templates/account/sessions.js: line 45, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 45, col 45, ['isSelf'] is better written in dot notation. +build/public/templates/account/sessions.js: line 48, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 48, col 49, ['isFollowing'] is better written in dot notation. +build/public/templates/account/sessions.js: line 52, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 52, col 49, ['isFollowing'] is better written in dot notation. +build/public/templates/account/sessions.js: line 55, col 137, Line is too long. +build/public/templates/account/sessions.js: line 59, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 59, col 41, ['allowCoverPicture'] is better written in dot notation. +build/public/templates/account/sessions.js: line 61, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 61, col 45, ['canEdit'] is better written in dot notation. +build/public/templates/account/sessions.js: line 62, col 485, Line is too long. +build/public/templates/account/sessions.js: line 66, col 331, Line is too long. +build/public/templates/account/sessions.js: line 67, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 67, col 41, ['loggedIn'] is better written in dot notation. +build/public/templates/account/sessions.js: line 69, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 69, col 45, ['isSelf'] is better written in dot notation. +build/public/templates/account/sessions.js: line 72, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 72, col 49, ['banned'] is better written in dot notation. +build/public/templates/account/sessions.js: line 75, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 75, col 53, ['canChat'] is better written in dot notation. +build/public/templates/account/sessions.js: line 77, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 77, col 57, ['hasPrivateChat'] is better written in dot notation. +build/public/templates/account/sessions.js: line 80, col 133, Line is too long. +build/public/templates/account/sessions.js: line 81, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 81, col 65, ['username'] is better written in dot notation. +build/public/templates/account/sessions.js: line 82, col 157, Line is too long. +build/public/templates/account/sessions.js: line 83, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 83, col 65, ['username'] is better written in dot notation. +build/public/templates/account/sessions.js: line 87, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 87, col 53, ['flagId'] is better written in dot notation. +build/public/templates/account/sessions.js: line 90, col 147, Line is too long. +build/public/templates/account/sessions.js: line 91, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 91, col 53, ['flagId'] is better written in dot notation. +build/public/templates/account/sessions.js: line 94, col 130, Line is too long. +build/public/templates/account/sessions.js: line 95, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 95, col 61, ['flagId'] is better written in dot notation. +build/public/templates/account/sessions.js: line 97, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 97, col 53, ['isBlocked'] is better written in dot notation. +build/public/templates/account/sessions.js: line 100, col 146, Line is too long. +build/public/templates/account/sessions.js: line 101, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 101, col 53, ['isBlocked'] is better written in dot notation. +build/public/templates/account/sessions.js: line 104, col 177, Line is too long. +build/public/templates/account/sessions.js: line 109, col 116, Line is too long. +build/public/templates/account/sessions.js: line 109, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 109, col 49, ['config'] is better written in dot notation. +build/public/templates/account/sessions.js: line 109, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 109, col 78, ['config'] is better written in dot notation. +build/public/templates/account/sessions.js: line 109, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/sessions.js: line 111, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 111, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/sessions.js: line 112, col 101, Line is too long. +build/public/templates/account/sessions.js: line 113, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 113, col 41, ['canEdit'] is better written in dot notation. +build/public/templates/account/sessions.js: line 115, col 120, Line is too long. +build/public/templates/account/sessions.js: line 115, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 115, col 53, ['config'] is better written in dot notation. +build/public/templates/account/sessions.js: line 115, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 115, col 82, ['config'] is better written in dot notation. +build/public/templates/account/sessions.js: line 115, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/sessions.js: line 117, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 117, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/sessions.js: line 118, col 103, Line is too long. +build/public/templates/account/sessions.js: line 119, col 120, Line is too long. +build/public/templates/account/sessions.js: line 119, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 119, col 53, ['config'] is better written in dot notation. +build/public/templates/account/sessions.js: line 119, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 119, col 82, ['config'] is better written in dot notation. +build/public/templates/account/sessions.js: line 119, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/sessions.js: line 121, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 121, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/sessions.js: line 125, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 125, col 41, ['isSelf'] is better written in dot notation. +build/public/templates/account/sessions.js: line 128, col 122, Line is too long. +build/public/templates/account/sessions.js: line 128, col 30, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 128, col 46, ['canBan'] is better written in dot notation. +build/public/templates/account/sessions.js: line 128, col 85, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 128, col 101, ['canMute'] is better written in dot notation. +build/public/templates/account/sessions.js: line 129, col 140, Line is too long. +build/public/templates/account/sessions.js: line 132, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 132, col 45, ['canBan'] is better written in dot notation. +build/public/templates/account/sessions.js: line 134, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 134, col 49, ['banned'] is better written in dot notation. +build/public/templates/account/sessions.js: line 137, col 151, Line is too long. +build/public/templates/account/sessions.js: line 138, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 138, col 49, ['banned'] is better written in dot notation. +build/public/templates/account/sessions.js: line 141, col 142, Line is too long. +build/public/templates/account/sessions.js: line 144, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 144, col 45, ['canMute'] is better written in dot notation. +build/public/templates/account/sessions.js: line 146, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 146, col 49, ['muted'] is better written in dot notation. +build/public/templates/account/sessions.js: line 149, col 153, Line is too long. +build/public/templates/account/sessions.js: line 150, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 150, col 49, ['muted'] is better written in dot notation. +build/public/templates/account/sessions.js: line 153, col 144, Line is too long. +build/public/templates/account/sessions.js: line 156, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 156, col 45, ['isAdmin'] is better written in dot notation. +build/public/templates/account/sessions.js: line 157, col 398, Line is too long. +build/public/templates/account/sessions.js: line 160, col 158, Line is too long. +build/public/templates/account/sessions.js: line 161, col 116, Line is too long. +build/public/templates/account/sessions.js: line 161, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 161, col 49, ['config'] is better written in dot notation. +build/public/templates/account/sessions.js: line 161, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 161, col 78, ['config'] is better written in dot notation. +build/public/templates/account/sessions.js: line 161, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/sessions.js: line 163, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 163, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/sessions.js: line 164, col 122, Line is too long. +build/public/templates/account/sessions.js: line 165, col 112, Line is too long. +build/public/templates/account/sessions.js: line 165, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 165, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/sessions.js: line 165, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 165, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/sessions.js: line 165, col 88, ['following'] is better written in dot notation. +build/public/templates/account/sessions.js: line 167, col 159, Line is too long. +build/public/templates/account/sessions.js: line 167, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 167, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/sessions.js: line 167, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 167, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/sessions.js: line 167, col 133, ['following'] is better written in dot notation. +build/public/templates/account/sessions.js: line 168, col 117, Line is too long. +build/public/templates/account/sessions.js: line 169, col 116, Line is too long. +build/public/templates/account/sessions.js: line 169, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 169, col 49, ['config'] is better written in dot notation. +build/public/templates/account/sessions.js: line 169, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 169, col 78, ['config'] is better written in dot notation. +build/public/templates/account/sessions.js: line 169, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/sessions.js: line 171, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 171, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/sessions.js: line 172, col 122, Line is too long. +build/public/templates/account/sessions.js: line 173, col 112, Line is too long. +build/public/templates/account/sessions.js: line 173, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 173, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/sessions.js: line 173, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 173, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/sessions.js: line 173, col 88, ['followers'] is better written in dot notation. +build/public/templates/account/sessions.js: line 175, col 159, Line is too long. +build/public/templates/account/sessions.js: line 175, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 175, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/sessions.js: line 175, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 175, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/sessions.js: line 175, col 133, ['followers'] is better written in dot notation. +build/public/templates/account/sessions.js: line 177, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 177, col 41, ['canEdit'] is better written in dot notation. +build/public/templates/account/sessions.js: line 178, col 103, Line is too long. +build/public/templates/account/sessions.js: line 179, col 120, Line is too long. +build/public/templates/account/sessions.js: line 179, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 179, col 53, ['config'] is better written in dot notation. +build/public/templates/account/sessions.js: line 179, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 179, col 82, ['config'] is better written in dot notation. +build/public/templates/account/sessions.js: line 179, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/sessions.js: line 181, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 181, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/sessions.js: line 182, col 120, Line is too long. +build/public/templates/account/sessions.js: line 183, col 113, Line is too long. +build/public/templates/account/sessions.js: line 183, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 183, col 53, ['counts'] is better written in dot notation. +build/public/templates/account/sessions.js: line 183, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 183, col 82, ['counts'] is better written in dot notation. +build/public/templates/account/sessions.js: line 183, col 92, ['blocks'] is better written in dot notation. +build/public/templates/account/sessions.js: line 185, col 160, Line is too long. +build/public/templates/account/sessions.js: line 185, col 82, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 185, col 98, ['counts'] is better written in dot notation. +build/public/templates/account/sessions.js: line 185, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 185, col 127, ['counts'] is better written in dot notation. +build/public/templates/account/sessions.js: line 185, col 137, ['blocks'] is better written in dot notation. +build/public/templates/account/sessions.js: line 188, col 158, Line is too long. +build/public/templates/account/sessions.js: line 189, col 116, Line is too long. +build/public/templates/account/sessions.js: line 189, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 189, col 49, ['config'] is better written in dot notation. +build/public/templates/account/sessions.js: line 189, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 189, col 78, ['config'] is better written in dot notation. +build/public/templates/account/sessions.js: line 189, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/sessions.js: line 191, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 191, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/sessions.js: line 192, col 118, Line is too long. +build/public/templates/account/sessions.js: line 193, col 109, Line is too long. +build/public/templates/account/sessions.js: line 193, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 193, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/sessions.js: line 193, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 193, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/sessions.js: line 193, col 88, ['topics'] is better written in dot notation. +build/public/templates/account/sessions.js: line 195, col 156, Line is too long. +build/public/templates/account/sessions.js: line 195, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 195, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/sessions.js: line 195, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 195, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/sessions.js: line 195, col 133, ['topics'] is better written in dot notation. +build/public/templates/account/sessions.js: line 196, col 117, Line is too long. +build/public/templates/account/sessions.js: line 197, col 116, Line is too long. +build/public/templates/account/sessions.js: line 197, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 197, col 49, ['config'] is better written in dot notation. +build/public/templates/account/sessions.js: line 197, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 197, col 78, ['config'] is better written in dot notation. +build/public/templates/account/sessions.js: line 197, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/sessions.js: line 199, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 199, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/sessions.js: line 200, col 116, Line is too long. +build/public/templates/account/sessions.js: line 201, col 108, Line is too long. +build/public/templates/account/sessions.js: line 201, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 201, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/sessions.js: line 201, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 201, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/sessions.js: line 201, col 88, ['posts'] is better written in dot notation. +build/public/templates/account/sessions.js: line 203, col 155, Line is too long. +build/public/templates/account/sessions.js: line 203, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 203, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/sessions.js: line 203, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 203, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/sessions.js: line 203, col 133, ['posts'] is better written in dot notation. +build/public/templates/account/sessions.js: line 204, col 117, Line is too long. +build/public/templates/account/sessions.js: line 205, col 116, Line is too long. +build/public/templates/account/sessions.js: line 205, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 205, col 49, ['config'] is better written in dot notation. +build/public/templates/account/sessions.js: line 205, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 205, col 78, ['config'] is better written in dot notation. +build/public/templates/account/sessions.js: line 205, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/sessions.js: line 207, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 207, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/sessions.js: line 208, col 125, Line is too long. +build/public/templates/account/sessions.js: line 209, col 109, Line is too long. +build/public/templates/account/sessions.js: line 209, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 209, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/sessions.js: line 209, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 209, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/sessions.js: line 209, col 88, ['groups'] is better written in dot notation. +build/public/templates/account/sessions.js: line 211, col 156, Line is too long. +build/public/templates/account/sessions.js: line 211, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 211, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/sessions.js: line 211, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 211, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/sessions.js: line 211, col 133, ['groups'] is better written in dot notation. +build/public/templates/account/sessions.js: line 213, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 213, col 41, ['canEdit'] is better written in dot notation. +build/public/templates/account/sessions.js: line 214, col 103, Line is too long. +build/public/templates/account/sessions.js: line 215, col 120, Line is too long. +build/public/templates/account/sessions.js: line 215, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 215, col 53, ['config'] is better written in dot notation. +build/public/templates/account/sessions.js: line 215, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 215, col 82, ['config'] is better written in dot notation. +build/public/templates/account/sessions.js: line 215, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/sessions.js: line 217, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 217, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/sessions.js: line 218, col 136, Line is too long. +build/public/templates/account/sessions.js: line 219, col 124, Line is too long. +build/public/templates/account/sessions.js: line 219, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 219, col 53, ['counts'] is better written in dot notation. +build/public/templates/account/sessions.js: line 219, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 219, col 82, ['counts'] is better written in dot notation. +build/public/templates/account/sessions.js: line 219, col 92, ['categoriesWatched'] is better written in dot notation. +build/public/templates/account/sessions.js: line 221, col 171, Line is too long. +build/public/templates/account/sessions.js: line 221, col 82, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 221, col 98, ['counts'] is better written in dot notation. +build/public/templates/account/sessions.js: line 221, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 221, col 127, ['counts'] is better written in dot notation. +build/public/templates/account/sessions.js: line 221, col 137, ['categoriesWatched'] is better written in dot notation. +build/public/templates/account/sessions.js: line 223, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 223, col 45, ['isSelf'] is better written in dot notation. +build/public/templates/account/sessions.js: line 224, col 107, Line is too long. +build/public/templates/account/sessions.js: line 225, col 124, Line is too long. +build/public/templates/account/sessions.js: line 225, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 225, col 57, ['config'] is better written in dot notation. +build/public/templates/account/sessions.js: line 225, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 225, col 86, ['config'] is better written in dot notation. +build/public/templates/account/sessions.js: line 225, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/account/sessions.js: line 227, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 227, col 57, ['userslug'] is better written in dot notation. +build/public/templates/account/sessions.js: line 228, col 130, Line is too long. +build/public/templates/account/sessions.js: line 229, col 122, Line is too long. +build/public/templates/account/sessions.js: line 229, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 229, col 57, ['counts'] is better written in dot notation. +build/public/templates/account/sessions.js: line 229, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 229, col 86, ['counts'] is better written in dot notation. +build/public/templates/account/sessions.js: line 229, col 96, ['tagsWatched'] is better written in dot notation. +build/public/templates/account/sessions.js: line 231, col 169, Line is too long. +build/public/templates/account/sessions.js: line 231, col 86, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 231, col 102, ['counts'] is better written in dot notation. +build/public/templates/account/sessions.js: line 231, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 231, col 131, ['counts'] is better written in dot notation. +build/public/templates/account/sessions.js: line 231, col 141, ['tagsWatched'] is better written in dot notation. +build/public/templates/account/sessions.js: line 234, col 105, Line is too long. +build/public/templates/account/sessions.js: line 235, col 120, Line is too long. +build/public/templates/account/sessions.js: line 235, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 235, col 53, ['config'] is better written in dot notation. +build/public/templates/account/sessions.js: line 235, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 235, col 82, ['config'] is better written in dot notation. +build/public/templates/account/sessions.js: line 235, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/sessions.js: line 237, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 237, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/sessions.js: line 238, col 124, Line is too long. +build/public/templates/account/sessions.js: line 239, col 115, Line is too long. +build/public/templates/account/sessions.js: line 239, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 239, col 53, ['counts'] is better written in dot notation. +build/public/templates/account/sessions.js: line 239, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 239, col 82, ['counts'] is better written in dot notation. +build/public/templates/account/sessions.js: line 239, col 92, ['uploaded'] is better written in dot notation. +build/public/templates/account/sessions.js: line 241, col 162, Line is too long. +build/public/templates/account/sessions.js: line 241, col 82, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 241, col 98, ['counts'] is better written in dot notation. +build/public/templates/account/sessions.js: line 241, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 241, col 127, ['counts'] is better written in dot notation. +build/public/templates/account/sessions.js: line 241, col 137, ['uploaded'] is better written in dot notation. +build/public/templates/account/sessions.js: line 245, col 22, ['profile_links'] is better written in dot notation. +build/public/templates/account/sessions.js: line 247, col 103, Line is too long. +build/public/templates/account/sessions.js: line 247, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 247, col 41, ['sessions'] is better written in dot notation. +build/public/templates/account/sessions.js: line 247, col 56, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 247, col 72, ['sessions'] is better written in dot notation. +build/public/templates/account/sessions.js: line 247, col 84, ['length'] is better written in dot notation. +build/public/templates/account/sessions.js: line 248, col 186, Line is too long. +build/public/templates/account/sessions.js: line 249, col 26, ['sessions'] is better written in dot notation. +build/public/templates/account/sessions.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/account/sessions.js: line 259, col 119, Line is too long. +build/public/templates/account/sessions.js: line 259, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 259, col 52, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/sessions.js: line 265, col 133, Line is too long. +build/public/templates/account/sessions.js: line 272, col 156, Line is too long. +build/public/templates/account/sessions.js: line 272, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 272, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/sessions.js: line 272, col 63, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 272, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/sessions.js: line 272, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 272, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/sessions.js: line 272, col 140, ['url'] is better written in dot notation. +build/public/templates/account/sessions.js: line 274, col 170, Line is too long. +build/public/templates/account/sessions.js: line 274, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 274, col 57, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/sessions.js: line 274, col 75, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 274, col 91, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/sessions.js: line 274, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 274, col 131, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/sessions.js: line 274, col 152, ['url'] is better written in dot notation. +build/public/templates/account/sessions.js: line 278, col 167, Line is too long. +build/public/templates/account/sessions.js: line 278, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 278, col 53, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/sessions.js: line 278, col 71, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 278, col 87, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/sessions.js: line 278, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 278, col 127, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/sessions.js: line 278, col 148, ['text'] is better written in dot notation. +build/public/templates/account/sessions.js: line 282, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 285, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 285, col 53, ['rssFeedUrl'] is better written in dot notation. +build/public/templates/account/sessions.js: line 287, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 287, col 65, ['rssFeedUrl'] is better written in dot notation. +build/public/templates/account/sessions.js: line 293, col 156, Line is too long. +build/public/templates/account/sessions.js: line 293, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 293, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/sessions.js: line 293, col 63, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 293, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/sessions.js: line 293, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 293, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/sessions.js: line 293, col 140, ['url'] is better written in dot notation. +build/public/templates/account/sessions.js: line 260, col 13, 'key' is defined but never used. +build/public/templates/account/sessions.js: line 259, col 112, 'value' is defined but never used. +build/public/templates/account/sessions.js: line 258, col 11, 'value' is defined but never used. +build/public/templates/account/sessions.js: line 256, col 72, 'helper' is defined but never used. +build/public/templates/account/sessions.js: line 304, col 155, Line is too long. +build/public/templates/account/sessions.js: line 304, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 304, col 52, ['widgets'] is better written in dot notation. +build/public/templates/account/sessions.js: line 304, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 304, col 82, ['widgets'] is better written in dot notation. +build/public/templates/account/sessions.js: line 304, col 93, ['header'] is better written in dot notation. +build/public/templates/account/sessions.js: line 307, col 205, Line is too long. +build/public/templates/account/sessions.js: line 307, col 28, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 307, col 44, ['widgets'] is better written in dot notation. +build/public/templates/account/sessions.js: line 307, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 307, col 74, ['widgets'] is better written in dot notation. +build/public/templates/account/sessions.js: line 307, col 85, ['header'] is better written in dot notation. +build/public/templates/account/sessions.js: line 307, col 98, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 307, col 114, ['widgets'] is better written in dot notation. +build/public/templates/account/sessions.js: line 307, col 125, ['header'] is better written in dot notation. +build/public/templates/account/sessions.js: line 307, col 144, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 307, col 160, ['widgets'] is better written in dot notation. +build/public/templates/account/sessions.js: line 307, col 171, ['header'] is better written in dot notation. +build/public/templates/account/sessions.js: line 307, col 187, ['html'] is better written in dot notation. +build/public/templates/account/sessions.js: line 305, col 13, 'key' is defined but never used. +build/public/templates/account/sessions.js: line 304, col 148, 'value' is defined but never used. +build/public/templates/account/sessions.js: line 304, col 140, 'length' is defined but never used. +build/public/templates/account/sessions.js: line 304, col 133, 'index' is defined but never used. +build/public/templates/account/sessions.js: line 302, col 11, '__escape' is defined but never used. +build/public/templates/account/sessions.js: line 303, col 11, 'value' is defined but never used. +build/public/templates/account/sessions.js: line 301, col 77, 'helper' is defined but never used. +build/public/templates/account/sessions.js: line 316, col 121, Line is too long. +build/public/templates/account/sessions.js: line 316, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 316, col 52, ['profile_links'] is better written in dot notation. +build/public/templates/account/sessions.js: line 323, col 171, Line is too long. +build/public/templates/account/sessions.js: line 323, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 323, col 53, ['profile_links'] is better written in dot notation. +build/public/templates/account/sessions.js: line 323, col 73, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 323, col 89, ['profile_links'] is better written in dot notation. +build/public/templates/account/sessions.js: line 323, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 323, col 131, ['profile_links'] is better written in dot notation. +build/public/templates/account/sessions.js: line 323, col 154, ['id'] is better written in dot notation. +build/public/templates/account/sessions.js: line 325, col 165, Line is too long. +build/public/templates/account/sessions.js: line 325, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 325, col 45, ['profile_links'] is better written in dot notation. +build/public/templates/account/sessions.js: line 325, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 325, col 81, ['profile_links'] is better written in dot notation. +build/public/templates/account/sessions.js: line 325, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 325, col 123, ['profile_links'] is better written in dot notation. +build/public/templates/account/sessions.js: line 325, col 146, ['public'] is better written in dot notation. +build/public/templates/account/sessions.js: line 329, col 120, Line is too long. +build/public/templates/account/sessions.js: line 329, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 329, col 53, ['config'] is better written in dot notation. +build/public/templates/account/sessions.js: line 329, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 329, col 82, ['config'] is better written in dot notation. +build/public/templates/account/sessions.js: line 329, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/sessions.js: line 331, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 331, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/sessions.js: line 333, col 174, Line is too long. +build/public/templates/account/sessions.js: line 333, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 333, col 53, ['profile_links'] is better written in dot notation. +build/public/templates/account/sessions.js: line 333, col 73, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 333, col 89, ['profile_links'] is better written in dot notation. +build/public/templates/account/sessions.js: line 333, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 333, col 131, ['profile_links'] is better written in dot notation. +build/public/templates/account/sessions.js: line 333, col 154, ['route'] is better written in dot notation. +build/public/templates/account/sessions.js: line 335, col 163, Line is too long. +build/public/templates/account/sessions.js: line 335, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 335, col 45, ['profile_links'] is better written in dot notation. +build/public/templates/account/sessions.js: line 335, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 335, col 81, ['profile_links'] is better written in dot notation. +build/public/templates/account/sessions.js: line 335, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 335, col 123, ['profile_links'] is better written in dot notation. +build/public/templates/account/sessions.js: line 335, col 146, ['icon'] is better written in dot notation. +build/public/templates/account/sessions.js: line 337, col 177, Line is too long. +build/public/templates/account/sessions.js: line 337, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 337, col 57, ['profile_links'] is better written in dot notation. +build/public/templates/account/sessions.js: line 337, col 77, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 337, col 93, ['profile_links'] is better written in dot notation. +build/public/templates/account/sessions.js: line 337, col 119, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 337, col 135, ['profile_links'] is better written in dot notation. +build/public/templates/account/sessions.js: line 337, col 158, ['icon'] is better written in dot notation. +build/public/templates/account/sessions.js: line 340, col 173, Line is too long. +build/public/templates/account/sessions.js: line 340, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 340, col 53, ['profile_links'] is better written in dot notation. +build/public/templates/account/sessions.js: line 340, col 73, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 340, col 89, ['profile_links'] is better written in dot notation. +build/public/templates/account/sessions.js: line 340, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 340, col 131, ['profile_links'] is better written in dot notation. +build/public/templates/account/sessions.js: line 340, col 154, ['name'] is better written in dot notation. +build/public/templates/account/sessions.js: line 317, col 13, 'key' is defined but never used. +build/public/templates/account/sessions.js: line 316, col 114, 'value' is defined but never used. +build/public/templates/account/sessions.js: line 316, col 106, 'length' is defined but never used. +build/public/templates/account/sessions.js: line 315, col 11, 'value' is defined but never used. +build/public/templates/account/sessions.js: line 313, col 76, 'helper' is defined but never used. +build/public/templates/account/sessions.js: line 349, col 116, Line is too long. +build/public/templates/account/sessions.js: line 349, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 349, col 52, ['sessions'] is better written in dot notation. +build/public/templates/account/sessions.js: line 352, col 158, Line is too long. +build/public/templates/account/sessions.js: line 352, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 352, col 53, ['sessions'] is better written in dot notation. +build/public/templates/account/sessions.js: line 352, col 68, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 352, col 84, ['sessions'] is better written in dot notation. +build/public/templates/account/sessions.js: line 352, col 105, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 352, col 121, ['sessions'] is better written in dot notation. +build/public/templates/account/sessions.js: line 352, col 139, ['uuid'] is better written in dot notation. +build/public/templates/account/sessions.js: line 354, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 354, col 45, ['isSelfOrAdminOrGlobalModerator'] is better written in dot notation. +build/public/templates/account/sessions.js: line 356, col 155, Line is too long. +build/public/templates/account/sessions.js: line 356, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 356, col 49, ['sessions'] is better written in dot notation. +build/public/templates/account/sessions.js: line 356, col 64, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 356, col 80, ['sessions'] is better written in dot notation. +build/public/templates/account/sessions.js: line 356, col 101, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 356, col 117, ['sessions'] is better written in dot notation. +build/public/templates/account/sessions.js: line 356, col 135, ['current'] is better written in dot notation. +build/public/templates/account/sessions.js: line 358, col 146, Line is too long. +build/public/templates/account/sessions.js: line 364, col 151, Line is too long. +build/public/templates/account/sessions.js: line 364, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 364, col 45, ['sessions'] is better written in dot notation. +build/public/templates/account/sessions.js: line 364, col 60, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 364, col 76, ['sessions'] is better written in dot notation. +build/public/templates/account/sessions.js: line 364, col 97, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 364, col 113, ['sessions'] is better written in dot notation. +build/public/templates/account/sessions.js: line 364, col 131, ['current'] is better written in dot notation. +build/public/templates/account/sessions.js: line 368, col 161, Line is too long. +build/public/templates/account/sessions.js: line 368, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 368, col 53, ['sessions'] is better written in dot notation. +build/public/templates/account/sessions.js: line 368, col 68, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 368, col 84, ['sessions'] is better written in dot notation. +build/public/templates/account/sessions.js: line 368, col 105, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 368, col 121, ['sessions'] is better written in dot notation. +build/public/templates/account/sessions.js: line 368, col 139, ['browser'] is better written in dot notation. +build/public/templates/account/sessions.js: line 370, col 161, Line is too long. +build/public/templates/account/sessions.js: line 370, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 370, col 53, ['sessions'] is better written in dot notation. +build/public/templates/account/sessions.js: line 370, col 68, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 370, col 84, ['sessions'] is better written in dot notation. +build/public/templates/account/sessions.js: line 370, col 105, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 370, col 121, ['sessions'] is better written in dot notation. +build/public/templates/account/sessions.js: line 370, col 139, ['version'] is better written in dot notation. +build/public/templates/account/sessions.js: line 372, col 162, Line is too long. +build/public/templates/account/sessions.js: line 372, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 372, col 53, ['sessions'] is better written in dot notation. +build/public/templates/account/sessions.js: line 372, col 68, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 372, col 84, ['sessions'] is better written in dot notation. +build/public/templates/account/sessions.js: line 372, col 105, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 372, col 121, ['sessions'] is better written in dot notation. +build/public/templates/account/sessions.js: line 372, col 139, ['platform'] is better written in dot notation. +build/public/templates/account/sessions.js: line 374, col 165, Line is too long. +build/public/templates/account/sessions.js: line 374, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 374, col 53, ['sessions'] is better written in dot notation. +build/public/templates/account/sessions.js: line 374, col 68, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 374, col 84, ['sessions'] is better written in dot notation. +build/public/templates/account/sessions.js: line 374, col 105, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 374, col 121, ['sessions'] is better written in dot notation. +build/public/templates/account/sessions.js: line 374, col 139, ['datetimeISO'] is better written in dot notation. +build/public/templates/account/sessions.js: line 376, col 156, Line is too long. +build/public/templates/account/sessions.js: line 376, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 376, col 53, ['sessions'] is better written in dot notation. +build/public/templates/account/sessions.js: line 376, col 68, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 376, col 84, ['sessions'] is better written in dot notation. +build/public/templates/account/sessions.js: line 376, col 105, Expected '!==' and instead saw '!='. +build/public/templates/account/sessions.js: line 376, col 121, ['sessions'] is better written in dot notation. +build/public/templates/account/sessions.js: line 376, col 139, ['ip'] is better written in dot notation. +build/public/templates/account/sessions.js: line 350, col 13, 'key' is defined but never used. +build/public/templates/account/sessions.js: line 348, col 11, 'value' is defined but never used. +build/public/templates/account/sessions.js: line 385, col 3, Missing semicolon. +build/public/templates/account/sessions.js: line 5, col 46, 'define' is not defined. +build/public/templates/account/sessions.js: line 6, col 5, 'define' is not defined. + +build/public/templates/account/settings.js: line 13, col 109, Line is too long. +build/public/templates/account/settings.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 13, col 41, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/settings.js: line 13, col 59, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 13, col 75, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/settings.js: line 13, col 90, ['length'] is better written in dot notation. +build/public/templates/account/settings.js: line 14, col 136, Line is too long. +build/public/templates/account/settings.js: line 15, col 26, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/settings.js: line 21, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 23, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 25, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 25, col 49, ['uid'] is better written in dot notation. +build/public/templates/account/settings.js: line 27, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 27, col 41, ['picture'] is better written in dot notation. +build/public/templates/account/settings.js: line 29, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 29, col 53, ['picture'] is better written in dot notation. +build/public/templates/account/settings.js: line 32, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 34, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 34, col 53, ['username'] is better written in dot notation. +build/public/templates/account/settings.js: line 36, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 38, col 122, Line is too long. +build/public/templates/account/settings.js: line 39, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 39, col 49, ['status'] is better written in dot notation. +build/public/templates/account/settings.js: line 41, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 41, col 49, ['status'] is better written in dot notation. +build/public/templates/account/settings.js: line 43, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 43, col 41, ['loggedIn'] is better written in dot notation. +build/public/templates/account/settings.js: line 45, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 45, col 45, ['isSelf'] is better written in dot notation. +build/public/templates/account/settings.js: line 48, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 48, col 49, ['isFollowing'] is better written in dot notation. +build/public/templates/account/settings.js: line 52, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 52, col 49, ['isFollowing'] is better written in dot notation. +build/public/templates/account/settings.js: line 55, col 137, Line is too long. +build/public/templates/account/settings.js: line 59, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 59, col 41, ['allowCoverPicture'] is better written in dot notation. +build/public/templates/account/settings.js: line 61, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 61, col 45, ['canEdit'] is better written in dot notation. +build/public/templates/account/settings.js: line 62, col 485, Line is too long. +build/public/templates/account/settings.js: line 66, col 331, Line is too long. +build/public/templates/account/settings.js: line 67, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 67, col 41, ['loggedIn'] is better written in dot notation. +build/public/templates/account/settings.js: line 69, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 69, col 45, ['isSelf'] is better written in dot notation. +build/public/templates/account/settings.js: line 72, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 72, col 49, ['banned'] is better written in dot notation. +build/public/templates/account/settings.js: line 75, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 75, col 53, ['canChat'] is better written in dot notation. +build/public/templates/account/settings.js: line 77, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 77, col 57, ['hasPrivateChat'] is better written in dot notation. +build/public/templates/account/settings.js: line 80, col 133, Line is too long. +build/public/templates/account/settings.js: line 81, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 81, col 65, ['username'] is better written in dot notation. +build/public/templates/account/settings.js: line 82, col 157, Line is too long. +build/public/templates/account/settings.js: line 83, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 83, col 65, ['username'] is better written in dot notation. +build/public/templates/account/settings.js: line 87, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 87, col 53, ['flagId'] is better written in dot notation. +build/public/templates/account/settings.js: line 90, col 147, Line is too long. +build/public/templates/account/settings.js: line 91, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 91, col 53, ['flagId'] is better written in dot notation. +build/public/templates/account/settings.js: line 94, col 130, Line is too long. +build/public/templates/account/settings.js: line 95, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 95, col 61, ['flagId'] is better written in dot notation. +build/public/templates/account/settings.js: line 97, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 97, col 53, ['isBlocked'] is better written in dot notation. +build/public/templates/account/settings.js: line 100, col 146, Line is too long. +build/public/templates/account/settings.js: line 101, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 101, col 53, ['isBlocked'] is better written in dot notation. +build/public/templates/account/settings.js: line 104, col 177, Line is too long. +build/public/templates/account/settings.js: line 109, col 116, Line is too long. +build/public/templates/account/settings.js: line 109, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 109, col 49, ['config'] is better written in dot notation. +build/public/templates/account/settings.js: line 109, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 109, col 78, ['config'] is better written in dot notation. +build/public/templates/account/settings.js: line 109, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/settings.js: line 111, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 111, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/settings.js: line 112, col 101, Line is too long. +build/public/templates/account/settings.js: line 113, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 113, col 41, ['canEdit'] is better written in dot notation. +build/public/templates/account/settings.js: line 115, col 120, Line is too long. +build/public/templates/account/settings.js: line 115, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 115, col 53, ['config'] is better written in dot notation. +build/public/templates/account/settings.js: line 115, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 115, col 82, ['config'] is better written in dot notation. +build/public/templates/account/settings.js: line 115, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/settings.js: line 117, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 117, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/settings.js: line 118, col 103, Line is too long. +build/public/templates/account/settings.js: line 119, col 120, Line is too long. +build/public/templates/account/settings.js: line 119, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 119, col 53, ['config'] is better written in dot notation. +build/public/templates/account/settings.js: line 119, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 119, col 82, ['config'] is better written in dot notation. +build/public/templates/account/settings.js: line 119, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/settings.js: line 121, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 121, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/settings.js: line 125, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 125, col 41, ['isSelf'] is better written in dot notation. +build/public/templates/account/settings.js: line 128, col 122, Line is too long. +build/public/templates/account/settings.js: line 128, col 30, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 128, col 46, ['canBan'] is better written in dot notation. +build/public/templates/account/settings.js: line 128, col 85, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 128, col 101, ['canMute'] is better written in dot notation. +build/public/templates/account/settings.js: line 129, col 140, Line is too long. +build/public/templates/account/settings.js: line 132, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 132, col 45, ['canBan'] is better written in dot notation. +build/public/templates/account/settings.js: line 134, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 134, col 49, ['banned'] is better written in dot notation. +build/public/templates/account/settings.js: line 137, col 151, Line is too long. +build/public/templates/account/settings.js: line 138, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 138, col 49, ['banned'] is better written in dot notation. +build/public/templates/account/settings.js: line 141, col 142, Line is too long. +build/public/templates/account/settings.js: line 144, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 144, col 45, ['canMute'] is better written in dot notation. +build/public/templates/account/settings.js: line 146, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 146, col 49, ['muted'] is better written in dot notation. +build/public/templates/account/settings.js: line 149, col 153, Line is too long. +build/public/templates/account/settings.js: line 150, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 150, col 49, ['muted'] is better written in dot notation. +build/public/templates/account/settings.js: line 153, col 144, Line is too long. +build/public/templates/account/settings.js: line 156, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 156, col 45, ['isAdmin'] is better written in dot notation. +build/public/templates/account/settings.js: line 157, col 398, Line is too long. +build/public/templates/account/settings.js: line 160, col 158, Line is too long. +build/public/templates/account/settings.js: line 161, col 116, Line is too long. +build/public/templates/account/settings.js: line 161, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 161, col 49, ['config'] is better written in dot notation. +build/public/templates/account/settings.js: line 161, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 161, col 78, ['config'] is better written in dot notation. +build/public/templates/account/settings.js: line 161, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/settings.js: line 163, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 163, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/settings.js: line 164, col 122, Line is too long. +build/public/templates/account/settings.js: line 165, col 112, Line is too long. +build/public/templates/account/settings.js: line 165, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 165, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/settings.js: line 165, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 165, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/settings.js: line 165, col 88, ['following'] is better written in dot notation. +build/public/templates/account/settings.js: line 167, col 159, Line is too long. +build/public/templates/account/settings.js: line 167, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 167, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/settings.js: line 167, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 167, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/settings.js: line 167, col 133, ['following'] is better written in dot notation. +build/public/templates/account/settings.js: line 168, col 117, Line is too long. +build/public/templates/account/settings.js: line 169, col 116, Line is too long. +build/public/templates/account/settings.js: line 169, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 169, col 49, ['config'] is better written in dot notation. +build/public/templates/account/settings.js: line 169, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 169, col 78, ['config'] is better written in dot notation. +build/public/templates/account/settings.js: line 169, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/settings.js: line 171, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 171, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/settings.js: line 172, col 122, Line is too long. +build/public/templates/account/settings.js: line 173, col 112, Line is too long. +build/public/templates/account/settings.js: line 173, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 173, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/settings.js: line 173, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 173, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/settings.js: line 173, col 88, ['followers'] is better written in dot notation. +build/public/templates/account/settings.js: line 175, col 159, Line is too long. +build/public/templates/account/settings.js: line 175, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 175, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/settings.js: line 175, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 175, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/settings.js: line 175, col 133, ['followers'] is better written in dot notation. +build/public/templates/account/settings.js: line 177, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 177, col 41, ['canEdit'] is better written in dot notation. +build/public/templates/account/settings.js: line 178, col 103, Line is too long. +build/public/templates/account/settings.js: line 179, col 120, Line is too long. +build/public/templates/account/settings.js: line 179, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 179, col 53, ['config'] is better written in dot notation. +build/public/templates/account/settings.js: line 179, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 179, col 82, ['config'] is better written in dot notation. +build/public/templates/account/settings.js: line 179, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/settings.js: line 181, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 181, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/settings.js: line 182, col 120, Line is too long. +build/public/templates/account/settings.js: line 183, col 113, Line is too long. +build/public/templates/account/settings.js: line 183, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 183, col 53, ['counts'] is better written in dot notation. +build/public/templates/account/settings.js: line 183, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 183, col 82, ['counts'] is better written in dot notation. +build/public/templates/account/settings.js: line 183, col 92, ['blocks'] is better written in dot notation. +build/public/templates/account/settings.js: line 185, col 160, Line is too long. +build/public/templates/account/settings.js: line 185, col 82, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 185, col 98, ['counts'] is better written in dot notation. +build/public/templates/account/settings.js: line 185, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 185, col 127, ['counts'] is better written in dot notation. +build/public/templates/account/settings.js: line 185, col 137, ['blocks'] is better written in dot notation. +build/public/templates/account/settings.js: line 188, col 158, Line is too long. +build/public/templates/account/settings.js: line 189, col 116, Line is too long. +build/public/templates/account/settings.js: line 189, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 189, col 49, ['config'] is better written in dot notation. +build/public/templates/account/settings.js: line 189, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 189, col 78, ['config'] is better written in dot notation. +build/public/templates/account/settings.js: line 189, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/settings.js: line 191, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 191, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/settings.js: line 192, col 118, Line is too long. +build/public/templates/account/settings.js: line 193, col 109, Line is too long. +build/public/templates/account/settings.js: line 193, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 193, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/settings.js: line 193, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 193, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/settings.js: line 193, col 88, ['topics'] is better written in dot notation. +build/public/templates/account/settings.js: line 195, col 156, Line is too long. +build/public/templates/account/settings.js: line 195, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 195, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/settings.js: line 195, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 195, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/settings.js: line 195, col 133, ['topics'] is better written in dot notation. +build/public/templates/account/settings.js: line 196, col 117, Line is too long. +build/public/templates/account/settings.js: line 197, col 116, Line is too long. +build/public/templates/account/settings.js: line 197, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 197, col 49, ['config'] is better written in dot notation. +build/public/templates/account/settings.js: line 197, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 197, col 78, ['config'] is better written in dot notation. +build/public/templates/account/settings.js: line 197, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/settings.js: line 199, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 199, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/settings.js: line 200, col 116, Line is too long. +build/public/templates/account/settings.js: line 201, col 108, Line is too long. +build/public/templates/account/settings.js: line 201, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 201, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/settings.js: line 201, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 201, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/settings.js: line 201, col 88, ['posts'] is better written in dot notation. +build/public/templates/account/settings.js: line 203, col 155, Line is too long. +build/public/templates/account/settings.js: line 203, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 203, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/settings.js: line 203, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 203, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/settings.js: line 203, col 133, ['posts'] is better written in dot notation. +build/public/templates/account/settings.js: line 204, col 117, Line is too long. +build/public/templates/account/settings.js: line 205, col 116, Line is too long. +build/public/templates/account/settings.js: line 205, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 205, col 49, ['config'] is better written in dot notation. +build/public/templates/account/settings.js: line 205, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 205, col 78, ['config'] is better written in dot notation. +build/public/templates/account/settings.js: line 205, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/settings.js: line 207, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 207, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/settings.js: line 208, col 125, Line is too long. +build/public/templates/account/settings.js: line 209, col 109, Line is too long. +build/public/templates/account/settings.js: line 209, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 209, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/settings.js: line 209, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 209, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/settings.js: line 209, col 88, ['groups'] is better written in dot notation. +build/public/templates/account/settings.js: line 211, col 156, Line is too long. +build/public/templates/account/settings.js: line 211, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 211, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/settings.js: line 211, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 211, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/settings.js: line 211, col 133, ['groups'] is better written in dot notation. +build/public/templates/account/settings.js: line 213, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 213, col 41, ['canEdit'] is better written in dot notation. +build/public/templates/account/settings.js: line 214, col 103, Line is too long. +build/public/templates/account/settings.js: line 215, col 120, Line is too long. +build/public/templates/account/settings.js: line 215, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 215, col 53, ['config'] is better written in dot notation. +build/public/templates/account/settings.js: line 215, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 215, col 82, ['config'] is better written in dot notation. +build/public/templates/account/settings.js: line 215, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/settings.js: line 217, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 217, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/settings.js: line 218, col 136, Line is too long. +build/public/templates/account/settings.js: line 219, col 124, Line is too long. +build/public/templates/account/settings.js: line 219, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 219, col 53, ['counts'] is better written in dot notation. +build/public/templates/account/settings.js: line 219, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 219, col 82, ['counts'] is better written in dot notation. +build/public/templates/account/settings.js: line 219, col 92, ['categoriesWatched'] is better written in dot notation. +build/public/templates/account/settings.js: line 221, col 171, Line is too long. +build/public/templates/account/settings.js: line 221, col 82, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 221, col 98, ['counts'] is better written in dot notation. +build/public/templates/account/settings.js: line 221, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 221, col 127, ['counts'] is better written in dot notation. +build/public/templates/account/settings.js: line 221, col 137, ['categoriesWatched'] is better written in dot notation. +build/public/templates/account/settings.js: line 223, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 223, col 45, ['isSelf'] is better written in dot notation. +build/public/templates/account/settings.js: line 224, col 107, Line is too long. +build/public/templates/account/settings.js: line 225, col 124, Line is too long. +build/public/templates/account/settings.js: line 225, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 225, col 57, ['config'] is better written in dot notation. +build/public/templates/account/settings.js: line 225, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 225, col 86, ['config'] is better written in dot notation. +build/public/templates/account/settings.js: line 225, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/account/settings.js: line 227, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 227, col 57, ['userslug'] is better written in dot notation. +build/public/templates/account/settings.js: line 228, col 130, Line is too long. +build/public/templates/account/settings.js: line 229, col 122, Line is too long. +build/public/templates/account/settings.js: line 229, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 229, col 57, ['counts'] is better written in dot notation. +build/public/templates/account/settings.js: line 229, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 229, col 86, ['counts'] is better written in dot notation. +build/public/templates/account/settings.js: line 229, col 96, ['tagsWatched'] is better written in dot notation. +build/public/templates/account/settings.js: line 231, col 169, Line is too long. +build/public/templates/account/settings.js: line 231, col 86, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 231, col 102, ['counts'] is better written in dot notation. +build/public/templates/account/settings.js: line 231, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 231, col 131, ['counts'] is better written in dot notation. +build/public/templates/account/settings.js: line 231, col 141, ['tagsWatched'] is better written in dot notation. +build/public/templates/account/settings.js: line 234, col 105, Line is too long. +build/public/templates/account/settings.js: line 235, col 120, Line is too long. +build/public/templates/account/settings.js: line 235, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 235, col 53, ['config'] is better written in dot notation. +build/public/templates/account/settings.js: line 235, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 235, col 82, ['config'] is better written in dot notation. +build/public/templates/account/settings.js: line 235, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/settings.js: line 237, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 237, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/settings.js: line 238, col 124, Line is too long. +build/public/templates/account/settings.js: line 239, col 115, Line is too long. +build/public/templates/account/settings.js: line 239, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 239, col 53, ['counts'] is better written in dot notation. +build/public/templates/account/settings.js: line 239, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 239, col 82, ['counts'] is better written in dot notation. +build/public/templates/account/settings.js: line 239, col 92, ['uploaded'] is better written in dot notation. +build/public/templates/account/settings.js: line 241, col 162, Line is too long. +build/public/templates/account/settings.js: line 241, col 82, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 241, col 98, ['counts'] is better written in dot notation. +build/public/templates/account/settings.js: line 241, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 241, col 127, ['counts'] is better written in dot notation. +build/public/templates/account/settings.js: line 241, col 137, ['uploaded'] is better written in dot notation. +build/public/templates/account/settings.js: line 245, col 22, ['profile_links'] is better written in dot notation. +build/public/templates/account/settings.js: line 247, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 247, col 41, ['disableCustomUserSkins'] is better written in dot notation. +build/public/templates/account/settings.js: line 249, col 170, Line is too long. +build/public/templates/account/settings.js: line 250, col 26, ['bootswatchSkinOptions'] is better written in dot notation. +build/public/templates/account/settings.js: line 253, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 253, col 41, ['allowUserHomePage'] is better written in dot notation. +build/public/templates/account/settings.js: line 254, col 232, Line is too long. +build/public/templates/account/settings.js: line 255, col 26, ['homePageRoutes'] is better written in dot notation. +build/public/templates/account/settings.js: line 256, col 366, Line is too long. +build/public/templates/account/settings.js: line 257, col 124, Line is too long. +build/public/templates/account/settings.js: line 257, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 257, col 53, ['settings'] is better written in dot notation. +build/public/templates/account/settings.js: line 257, col 68, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 257, col 84, ['settings'] is better written in dot notation. +build/public/templates/account/settings.js: line 257, col 96, ['homePageRoute'] is better written in dot notation. +build/public/templates/account/settings.js: line 261, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 261, col 41, ['hideEmail'] is better written in dot notation. +build/public/templates/account/settings.js: line 263, col 145, Line is too long. +build/public/templates/account/settings.js: line 264, col 110, Line is too long. +build/public/templates/account/settings.js: line 264, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 264, col 45, ['settings'] is better written in dot notation. +build/public/templates/account/settings.js: line 264, col 60, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 264, col 76, ['settings'] is better written in dot notation. +build/public/templates/account/settings.js: line 264, col 88, ['showemail'] is better written in dot notation. +build/public/templates/account/settings.js: line 267, col 109, Line is too long. +build/public/templates/account/settings.js: line 269, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 269, col 41, ['hideFullname'] is better written in dot notation. +build/public/templates/account/settings.js: line 271, col 151, Line is too long. +build/public/templates/account/settings.js: line 272, col 113, Line is too long. +build/public/templates/account/settings.js: line 272, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 272, col 45, ['settings'] is better written in dot notation. +build/public/templates/account/settings.js: line 272, col 60, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 272, col 76, ['settings'] is better written in dot notation. +build/public/templates/account/settings.js: line 272, col 88, ['showfullname'] is better written in dot notation. +build/public/templates/account/settings.js: line 275, col 115, Line is too long. +build/public/templates/account/settings.js: line 277, col 104, Line is too long. +build/public/templates/account/settings.js: line 277, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 277, col 41, ['config'] is better written in dot notation. +build/public/templates/account/settings.js: line 277, col 54, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 277, col 70, ['config'] is better written in dot notation. +build/public/templates/account/settings.js: line 277, col 80, ['disableChat'] is better written in dot notation. +build/public/templates/account/settings.js: line 279, col 173, Line is too long. +build/public/templates/account/settings.js: line 280, col 124, Line is too long. +build/public/templates/account/settings.js: line 280, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 280, col 45, ['settings'] is better written in dot notation. +build/public/templates/account/settings.js: line 280, col 60, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 280, col 76, ['settings'] is better written in dot notation. +build/public/templates/account/settings.js: line 280, col 88, ['disableIncomingMessages'] is better written in dot notation. +build/public/templates/account/settings.js: line 283, col 345, Line is too long. +build/public/templates/account/settings.js: line 285, col 373, Line is too long. +build/public/templates/account/settings.js: line 287, col 164, Line is too long. +build/public/templates/account/settings.js: line 288, col 248, Line is too long. +build/public/templates/account/settings.js: line 289, col 122, Line is too long. +build/public/templates/account/settings.js: line 289, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 289, col 41, ['settings'] is better written in dot notation. +build/public/templates/account/settings.js: line 289, col 56, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 289, col 72, ['settings'] is better written in dot notation. +build/public/templates/account/settings.js: line 289, col 84, ['openOutgoingLinksInNewTab'] is better written in dot notation. +build/public/templates/account/settings.js: line 292, col 131, Line is too long. +build/public/templates/account/settings.js: line 293, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 293, col 41, ['inTopicSearchAvailable'] is better written in dot notation. +build/public/templates/account/settings.js: line 294, col 163, Line is too long. +build/public/templates/account/settings.js: line 295, col 119, Line is too long. +build/public/templates/account/settings.js: line 295, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 295, col 45, ['settings'] is better written in dot notation. +build/public/templates/account/settings.js: line 295, col 60, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 295, col 76, ['settings'] is better written in dot notation. +build/public/templates/account/settings.js: line 295, col 88, ['topicSearchEnabled'] is better written in dot notation. +build/public/templates/account/settings.js: line 298, col 183, Line is too long. +build/public/templates/account/settings.js: line 300, col 169, Line is too long. +build/public/templates/account/settings.js: line 301, col 119, Line is too long. +build/public/templates/account/settings.js: line 301, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 301, col 41, ['settings'] is better written in dot notation. +build/public/templates/account/settings.js: line 301, col 56, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 301, col 72, ['settings'] is better written in dot notation. +build/public/templates/account/settings.js: line 301, col 84, ['updateUrlWithPostIndex'] is better written in dot notation. +build/public/templates/account/settings.js: line 304, col 268, Line is too long. +build/public/templates/account/settings.js: line 305, col 111, Line is too long. +build/public/templates/account/settings.js: line 305, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 305, col 41, ['settings'] is better written in dot notation. +build/public/templates/account/settings.js: line 305, col 56, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 305, col 72, ['settings'] is better written in dot notation. +build/public/templates/account/settings.js: line 305, col 84, ['scrollToMyPost'] is better written in dot notation. +build/public/templates/account/settings.js: line 308, col 331, Line is too long. +build/public/templates/account/settings.js: line 309, col 110, Line is too long. +build/public/templates/account/settings.js: line 309, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 309, col 41, ['settings'] is better written in dot notation. +build/public/templates/account/settings.js: line 309, col 56, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 309, col 72, ['settings'] is better written in dot notation. +build/public/templates/account/settings.js: line 309, col 84, ['usePagination'] is better written in dot notation. +build/public/templates/account/settings.js: line 312, col 242, Line is too long. +build/public/templates/account/settings.js: line 313, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 313, col 49, ['maxTopicsPerPage'] is better written in dot notation. +build/public/templates/account/settings.js: line 314, col 129, Line is too long. +build/public/templates/account/settings.js: line 315, col 120, Line is too long. +build/public/templates/account/settings.js: line 315, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 315, col 49, ['settings'] is better written in dot notation. +build/public/templates/account/settings.js: line 315, col 64, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 315, col 80, ['settings'] is better written in dot notation. +build/public/templates/account/settings.js: line 315, col 92, ['topicsPerPage'] is better written in dot notation. +build/public/templates/account/settings.js: line 316, col 132, Line is too long. +build/public/templates/account/settings.js: line 317, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 317, col 49, ['maxPostsPerPage'] is better written in dot notation. +build/public/templates/account/settings.js: line 318, col 127, Line is too long. +build/public/templates/account/settings.js: line 319, col 119, Line is too long. +build/public/templates/account/settings.js: line 319, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 319, col 49, ['settings'] is better written in dot notation. +build/public/templates/account/settings.js: line 319, col 64, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 319, col 80, ['settings'] is better written in dot notation. +build/public/templates/account/settings.js: line 319, col 92, ['postsPerPage'] is better written in dot notation. +build/public/templates/account/settings.js: line 320, col 337, Line is too long. +build/public/templates/account/settings.js: line 321, col 138, Line is too long. +build/public/templates/account/settings.js: line 321, col 26, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 321, col 42, ['settings'] is better written in dot notation. +build/public/templates/account/settings.js: line 321, col 57, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 321, col 73, ['settings'] is better written in dot notation. +build/public/templates/account/settings.js: line 321, col 85, ['categoryTopicSort'] is better written in dot notation. +build/public/templates/account/settings.js: line 321, col 117, Expected '===' and instead saw '=='. +build/public/templates/account/settings.js: line 325, col 138, Line is too long. +build/public/templates/account/settings.js: line 325, col 26, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 325, col 42, ['settings'] is better written in dot notation. +build/public/templates/account/settings.js: line 325, col 57, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 325, col 73, ['settings'] is better written in dot notation. +build/public/templates/account/settings.js: line 325, col 85, ['categoryTopicSort'] is better written in dot notation. +build/public/templates/account/settings.js: line 325, col 117, Expected '===' and instead saw '=='. +build/public/templates/account/settings.js: line 329, col 132, Line is too long. +build/public/templates/account/settings.js: line 329, col 26, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 329, col 42, ['settings'] is better written in dot notation. +build/public/templates/account/settings.js: line 329, col 57, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 329, col 73, ['settings'] is better written in dot notation. +build/public/templates/account/settings.js: line 329, col 85, ['categoryTopicSort'] is better written in dot notation. +build/public/templates/account/settings.js: line 329, col 117, Expected '===' and instead saw '=='. +build/public/templates/account/settings.js: line 333, col 132, Line is too long. +build/public/templates/account/settings.js: line 333, col 26, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 333, col 42, ['settings'] is better written in dot notation. +build/public/templates/account/settings.js: line 333, col 57, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 333, col 73, ['settings'] is better written in dot notation. +build/public/templates/account/settings.js: line 333, col 85, ['categoryTopicSort'] is better written in dot notation. +build/public/templates/account/settings.js: line 333, col 117, Expected '===' and instead saw '=='. +build/public/templates/account/settings.js: line 337, col 132, Line is too long. +build/public/templates/account/settings.js: line 337, col 26, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 337, col 42, ['settings'] is better written in dot notation. +build/public/templates/account/settings.js: line 337, col 57, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 337, col 73, ['settings'] is better written in dot notation. +build/public/templates/account/settings.js: line 337, col 85, ['categoryTopicSort'] is better written in dot notation. +build/public/templates/account/settings.js: line 337, col 117, Expected '===' and instead saw '=='. +build/public/templates/account/settings.js: line 340, col 273, Line is too long. +build/public/templates/account/settings.js: line 341, col 134, Line is too long. +build/public/templates/account/settings.js: line 341, col 26, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 341, col 42, ['settings'] is better written in dot notation. +build/public/templates/account/settings.js: line 341, col 57, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 341, col 73, ['settings'] is better written in dot notation. +build/public/templates/account/settings.js: line 341, col 85, ['topicPostSort'] is better written in dot notation. +build/public/templates/account/settings.js: line 341, col 113, Expected '===' and instead saw '=='. +build/public/templates/account/settings.js: line 345, col 134, Line is too long. +build/public/templates/account/settings.js: line 345, col 26, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 345, col 42, ['settings'] is better written in dot notation. +build/public/templates/account/settings.js: line 345, col 57, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 345, col 73, ['settings'] is better written in dot notation. +build/public/templates/account/settings.js: line 345, col 85, ['topicPostSort'] is better written in dot notation. +build/public/templates/account/settings.js: line 345, col 113, Expected '===' and instead saw '=='. +build/public/templates/account/settings.js: line 349, col 128, Line is too long. +build/public/templates/account/settings.js: line 349, col 26, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 349, col 42, ['settings'] is better written in dot notation. +build/public/templates/account/settings.js: line 349, col 57, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 349, col 73, ['settings'] is better written in dot notation. +build/public/templates/account/settings.js: line 349, col 85, ['topicPostSort'] is better written in dot notation. +build/public/templates/account/settings.js: line 349, col 113, Expected '===' and instead saw '=='. +build/public/templates/account/settings.js: line 353, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 353, col 41, ['disableEmailSubscriptions'] is better written in dot notation. +build/public/templates/account/settings.js: line 355, col 294, Line is too long. +build/public/templates/account/settings.js: line 356, col 26, ['dailyDigestFreqOptions'] is better written in dot notation. +build/public/templates/account/settings.js: line 357, col 101, Line is too long. +build/public/templates/account/settings.js: line 359, col 22, ['customSettings'] is better written in dot notation. +build/public/templates/account/settings.js: line 360, col 180, Line is too long. +build/public/templates/account/settings.js: line 361, col 22, ['languages'] is better written in dot notation. +build/public/templates/account/settings.js: line 363, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 363, col 41, ['isAdmin'] is better written in dot notation. +build/public/templates/account/settings.js: line 365, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 365, col 45, ['isSelf'] is better written in dot notation. +build/public/templates/account/settings.js: line 366, col 161, Line is too long. +build/public/templates/account/settings.js: line 367, col 30, ['acpLanguages'] is better written in dot notation. +build/public/templates/account/settings.js: line 372, col 228, Line is too long. +build/public/templates/account/settings.js: line 373, col 117, Line is too long. +build/public/templates/account/settings.js: line 373, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 373, col 41, ['settings'] is better written in dot notation. +build/public/templates/account/settings.js: line 373, col 56, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 373, col 72, ['settings'] is better written in dot notation. +build/public/templates/account/settings.js: line 373, col 84, ['followTopicsOnCreate'] is better written in dot notation. +build/public/templates/account/settings.js: line 376, col 279, Line is too long. +build/public/templates/account/settings.js: line 377, col 116, Line is too long. +build/public/templates/account/settings.js: line 377, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 377, col 41, ['settings'] is better written in dot notation. +build/public/templates/account/settings.js: line 377, col 56, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 377, col 72, ['settings'] is better written in dot notation. +build/public/templates/account/settings.js: line 377, col 84, ['followTopicsOnReply'] is better written in dot notation. +build/public/templates/account/settings.js: line 380, col 372, Line is too long. +build/public/templates/account/settings.js: line 381, col 125, Line is too long. +build/public/templates/account/settings.js: line 381, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 381, col 41, ['categoryWatchState'] is better written in dot notation. +build/public/templates/account/settings.js: line 381, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 381, col 82, ['categoryWatchState'] is better written in dot notation. +build/public/templates/account/settings.js: line 381, col 104, ['tracking'] is better written in dot notation. +build/public/templates/account/settings.js: line 385, col 128, Line is too long. +build/public/templates/account/settings.js: line 385, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 385, col 41, ['categoryWatchState'] is better written in dot notation. +build/public/templates/account/settings.js: line 385, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 385, col 82, ['categoryWatchState'] is better written in dot notation. +build/public/templates/account/settings.js: line 385, col 104, ['notwatching'] is better written in dot notation. +build/public/templates/account/settings.js: line 389, col 125, Line is too long. +build/public/templates/account/settings.js: line 389, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 389, col 41, ['categoryWatchState'] is better written in dot notation. +build/public/templates/account/settings.js: line 389, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 389, col 82, ['categoryWatchState'] is better written in dot notation. +build/public/templates/account/settings.js: line 389, col 104, ['ignoring'] is better written in dot notation. +build/public/templates/account/settings.js: line 392, col 141, Line is too long. +build/public/templates/account/settings.js: line 393, col 22, ['notificationSettings'] is better written in dot notation. +build/public/templates/account/settings.js: line 394, col 280, Line is too long. +build/public/templates/account/settings.js: line 395, col 22, ['upvoteNotifFreq'] is better written in dot notation. +build/public/templates/account/settings.js: line 396, col 192, Line is too long. +build/public/templates/account/settings.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/account/settings.js: line 403, col 119, Line is too long. +build/public/templates/account/settings.js: line 403, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 403, col 52, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/settings.js: line 409, col 133, Line is too long. +build/public/templates/account/settings.js: line 416, col 156, Line is too long. +build/public/templates/account/settings.js: line 416, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 416, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/settings.js: line 416, col 63, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 416, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/settings.js: line 416, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 416, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/settings.js: line 416, col 140, ['url'] is better written in dot notation. +build/public/templates/account/settings.js: line 418, col 170, Line is too long. +build/public/templates/account/settings.js: line 418, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 418, col 57, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/settings.js: line 418, col 75, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 418, col 91, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/settings.js: line 418, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 418, col 131, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/settings.js: line 418, col 152, ['url'] is better written in dot notation. +build/public/templates/account/settings.js: line 422, col 167, Line is too long. +build/public/templates/account/settings.js: line 422, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 422, col 53, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/settings.js: line 422, col 71, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 422, col 87, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/settings.js: line 422, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 422, col 127, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/settings.js: line 422, col 148, ['text'] is better written in dot notation. +build/public/templates/account/settings.js: line 426, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 429, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 429, col 53, ['rssFeedUrl'] is better written in dot notation. +build/public/templates/account/settings.js: line 431, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 431, col 65, ['rssFeedUrl'] is better written in dot notation. +build/public/templates/account/settings.js: line 437, col 156, Line is too long. +build/public/templates/account/settings.js: line 437, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 437, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/settings.js: line 437, col 63, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 437, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/settings.js: line 437, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 437, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/settings.js: line 437, col 140, ['url'] is better written in dot notation. +build/public/templates/account/settings.js: line 404, col 13, 'key' is defined but never used. +build/public/templates/account/settings.js: line 403, col 112, 'value' is defined but never used. +build/public/templates/account/settings.js: line 402, col 11, 'value' is defined but never used. +build/public/templates/account/settings.js: line 400, col 72, 'helper' is defined but never used. +build/public/templates/account/settings.js: line 448, col 155, Line is too long. +build/public/templates/account/settings.js: line 448, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 448, col 52, ['widgets'] is better written in dot notation. +build/public/templates/account/settings.js: line 448, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 448, col 82, ['widgets'] is better written in dot notation. +build/public/templates/account/settings.js: line 448, col 93, ['header'] is better written in dot notation. +build/public/templates/account/settings.js: line 451, col 205, Line is too long. +build/public/templates/account/settings.js: line 451, col 28, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 451, col 44, ['widgets'] is better written in dot notation. +build/public/templates/account/settings.js: line 451, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 451, col 74, ['widgets'] is better written in dot notation. +build/public/templates/account/settings.js: line 451, col 85, ['header'] is better written in dot notation. +build/public/templates/account/settings.js: line 451, col 98, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 451, col 114, ['widgets'] is better written in dot notation. +build/public/templates/account/settings.js: line 451, col 125, ['header'] is better written in dot notation. +build/public/templates/account/settings.js: line 451, col 144, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 451, col 160, ['widgets'] is better written in dot notation. +build/public/templates/account/settings.js: line 451, col 171, ['header'] is better written in dot notation. +build/public/templates/account/settings.js: line 451, col 187, ['html'] is better written in dot notation. +build/public/templates/account/settings.js: line 449, col 13, 'key' is defined but never used. +build/public/templates/account/settings.js: line 448, col 148, 'value' is defined but never used. +build/public/templates/account/settings.js: line 448, col 140, 'length' is defined but never used. +build/public/templates/account/settings.js: line 448, col 133, 'index' is defined but never used. +build/public/templates/account/settings.js: line 446, col 11, '__escape' is defined but never used. +build/public/templates/account/settings.js: line 447, col 11, 'value' is defined but never used. +build/public/templates/account/settings.js: line 445, col 77, 'helper' is defined but never used. +build/public/templates/account/settings.js: line 460, col 121, Line is too long. +build/public/templates/account/settings.js: line 460, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 460, col 52, ['profile_links'] is better written in dot notation. +build/public/templates/account/settings.js: line 467, col 171, Line is too long. +build/public/templates/account/settings.js: line 467, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 467, col 53, ['profile_links'] is better written in dot notation. +build/public/templates/account/settings.js: line 467, col 73, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 467, col 89, ['profile_links'] is better written in dot notation. +build/public/templates/account/settings.js: line 467, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 467, col 131, ['profile_links'] is better written in dot notation. +build/public/templates/account/settings.js: line 467, col 154, ['id'] is better written in dot notation. +build/public/templates/account/settings.js: line 469, col 165, Line is too long. +build/public/templates/account/settings.js: line 469, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 469, col 45, ['profile_links'] is better written in dot notation. +build/public/templates/account/settings.js: line 469, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 469, col 81, ['profile_links'] is better written in dot notation. +build/public/templates/account/settings.js: line 469, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 469, col 123, ['profile_links'] is better written in dot notation. +build/public/templates/account/settings.js: line 469, col 146, ['public'] is better written in dot notation. +build/public/templates/account/settings.js: line 473, col 120, Line is too long. +build/public/templates/account/settings.js: line 473, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 473, col 53, ['config'] is better written in dot notation. +build/public/templates/account/settings.js: line 473, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 473, col 82, ['config'] is better written in dot notation. +build/public/templates/account/settings.js: line 473, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/settings.js: line 475, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 475, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/settings.js: line 477, col 174, Line is too long. +build/public/templates/account/settings.js: line 477, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 477, col 53, ['profile_links'] is better written in dot notation. +build/public/templates/account/settings.js: line 477, col 73, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 477, col 89, ['profile_links'] is better written in dot notation. +build/public/templates/account/settings.js: line 477, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 477, col 131, ['profile_links'] is better written in dot notation. +build/public/templates/account/settings.js: line 477, col 154, ['route'] is better written in dot notation. +build/public/templates/account/settings.js: line 479, col 163, Line is too long. +build/public/templates/account/settings.js: line 479, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 479, col 45, ['profile_links'] is better written in dot notation. +build/public/templates/account/settings.js: line 479, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 479, col 81, ['profile_links'] is better written in dot notation. +build/public/templates/account/settings.js: line 479, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 479, col 123, ['profile_links'] is better written in dot notation. +build/public/templates/account/settings.js: line 479, col 146, ['icon'] is better written in dot notation. +build/public/templates/account/settings.js: line 481, col 177, Line is too long. +build/public/templates/account/settings.js: line 481, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 481, col 57, ['profile_links'] is better written in dot notation. +build/public/templates/account/settings.js: line 481, col 77, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 481, col 93, ['profile_links'] is better written in dot notation. +build/public/templates/account/settings.js: line 481, col 119, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 481, col 135, ['profile_links'] is better written in dot notation. +build/public/templates/account/settings.js: line 481, col 158, ['icon'] is better written in dot notation. +build/public/templates/account/settings.js: line 484, col 173, Line is too long. +build/public/templates/account/settings.js: line 484, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 484, col 53, ['profile_links'] is better written in dot notation. +build/public/templates/account/settings.js: line 484, col 73, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 484, col 89, ['profile_links'] is better written in dot notation. +build/public/templates/account/settings.js: line 484, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 484, col 131, ['profile_links'] is better written in dot notation. +build/public/templates/account/settings.js: line 484, col 154, ['name'] is better written in dot notation. +build/public/templates/account/settings.js: line 461, col 13, 'key' is defined but never used. +build/public/templates/account/settings.js: line 460, col 114, 'value' is defined but never used. +build/public/templates/account/settings.js: line 460, col 106, 'length' is defined but never used. +build/public/templates/account/settings.js: line 459, col 11, 'value' is defined but never used. +build/public/templates/account/settings.js: line 457, col 76, 'helper' is defined but never used. +build/public/templates/account/settings.js: line 493, col 129, Line is too long. +build/public/templates/account/settings.js: line 493, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 493, col 52, ['bootswatchSkinOptions'] is better written in dot notation. +build/public/templates/account/settings.js: line 496, col 198, Line is too long. +build/public/templates/account/settings.js: line 496, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 496, col 53, ['bootswatchSkinOptions'] is better written in dot notation. +build/public/templates/account/settings.js: line 496, col 81, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 496, col 97, ['bootswatchSkinOptions'] is better written in dot notation. +build/public/templates/account/settings.js: line 496, col 131, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 496, col 147, ['bootswatchSkinOptions'] is better written in dot notation. +build/public/templates/account/settings.js: line 496, col 178, ['value'] is better written in dot notation. +build/public/templates/account/settings.js: line 498, col 191, Line is too long. +build/public/templates/account/settings.js: line 498, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 498, col 45, ['bootswatchSkinOptions'] is better written in dot notation. +build/public/templates/account/settings.js: line 498, col 73, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 498, col 89, ['bootswatchSkinOptions'] is better written in dot notation. +build/public/templates/account/settings.js: line 498, col 123, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 498, col 139, ['bootswatchSkinOptions'] is better written in dot notation. +build/public/templates/account/settings.js: line 498, col 170, ['selected'] is better written in dot notation. +build/public/templates/account/settings.js: line 502, col 197, Line is too long. +build/public/templates/account/settings.js: line 502, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 502, col 53, ['bootswatchSkinOptions'] is better written in dot notation. +build/public/templates/account/settings.js: line 502, col 81, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 502, col 97, ['bootswatchSkinOptions'] is better written in dot notation. +build/public/templates/account/settings.js: line 502, col 131, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 502, col 147, ['bootswatchSkinOptions'] is better written in dot notation. +build/public/templates/account/settings.js: line 502, col 178, ['name'] is better written in dot notation. +build/public/templates/account/settings.js: line 494, col 13, 'key' is defined but never used. +build/public/templates/account/settings.js: line 493, col 122, 'value' is defined but never used. +build/public/templates/account/settings.js: line 493, col 114, 'length' is defined but never used. +build/public/templates/account/settings.js: line 493, col 107, 'index' is defined but never used. +build/public/templates/account/settings.js: line 492, col 11, 'value' is defined but never used. +build/public/templates/account/settings.js: line 490, col 92, 'helper' is defined but never used. +build/public/templates/account/settings.js: line 511, col 122, Line is too long. +build/public/templates/account/settings.js: line 511, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 511, col 52, ['homePageRoutes'] is better written in dot notation. +build/public/templates/account/settings.js: line 514, col 177, Line is too long. +build/public/templates/account/settings.js: line 514, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 514, col 53, ['homePageRoutes'] is better written in dot notation. +build/public/templates/account/settings.js: line 514, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 514, col 90, ['homePageRoutes'] is better written in dot notation. +build/public/templates/account/settings.js: line 514, col 117, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 514, col 133, ['homePageRoutes'] is better written in dot notation. +build/public/templates/account/settings.js: line 514, col 157, ['route'] is better written in dot notation. +build/public/templates/account/settings.js: line 516, col 170, Line is too long. +build/public/templates/account/settings.js: line 516, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 516, col 45, ['homePageRoutes'] is better written in dot notation. +build/public/templates/account/settings.js: line 516, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 516, col 82, ['homePageRoutes'] is better written in dot notation. +build/public/templates/account/settings.js: line 516, col 109, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 516, col 125, ['homePageRoutes'] is better written in dot notation. +build/public/templates/account/settings.js: line 516, col 149, ['selected'] is better written in dot notation. +build/public/templates/account/settings.js: line 520, col 176, Line is too long. +build/public/templates/account/settings.js: line 520, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 520, col 53, ['homePageRoutes'] is better written in dot notation. +build/public/templates/account/settings.js: line 520, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 520, col 90, ['homePageRoutes'] is better written in dot notation. +build/public/templates/account/settings.js: line 520, col 117, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 520, col 133, ['homePageRoutes'] is better written in dot notation. +build/public/templates/account/settings.js: line 520, col 157, ['name'] is better written in dot notation. +build/public/templates/account/settings.js: line 512, col 13, 'key' is defined but never used. +build/public/templates/account/settings.js: line 511, col 115, 'value' is defined but never used. +build/public/templates/account/settings.js: line 511, col 107, 'length' is defined but never used. +build/public/templates/account/settings.js: line 511, col 100, 'index' is defined but never used. +build/public/templates/account/settings.js: line 510, col 11, 'value' is defined but never used. +build/public/templates/account/settings.js: line 508, col 78, 'helper' is defined but never used. +build/public/templates/account/settings.js: line 526, col 111, Line is too long. +build/public/templates/account/settings.js: line 529, col 169, Line is too long. +build/public/templates/account/settings.js: line 529, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 529, col 52, ['settings'] is better written in dot notation. +build/public/templates/account/settings.js: line 529, col 67, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 529, col 83, ['settings'] is better written in dot notation. +build/public/templates/account/settings.js: line 529, col 95, ['chatAllowListUsers'] is better written in dot notation. +build/public/templates/account/settings.js: line 532, col 254, Line is too long. +build/public/templates/account/settings.js: line 532, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 532, col 53, ['settings'] is better written in dot notation. +build/public/templates/account/settings.js: line 532, col 68, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 532, col 84, ['settings'] is better written in dot notation. +build/public/templates/account/settings.js: line 532, col 96, ['chatAllowListUsers'] is better written in dot notation. +build/public/templates/account/settings.js: line 532, col 121, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 532, col 137, ['settings'] is better written in dot notation. +build/public/templates/account/settings.js: line 532, col 149, ['chatAllowListUsers'] is better written in dot notation. +build/public/templates/account/settings.js: line 532, col 180, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 532, col 196, ['settings'] is better written in dot notation. +build/public/templates/account/settings.js: line 532, col 208, ['chatAllowListUsers'] is better written in dot notation. +build/public/templates/account/settings.js: line 532, col 236, ['uid'] is better written in dot notation. +build/public/templates/account/settings.js: line 533, col 104, Line is too long. +build/public/templates/account/settings.js: line 534, col 137, Line is too long. +build/public/templates/account/settings.js: line 534, col 100, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 536, col 259, Line is too long. +build/public/templates/account/settings.js: line 536, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 536, col 53, ['settings'] is better written in dot notation. +build/public/templates/account/settings.js: line 536, col 68, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 536, col 84, ['settings'] is better written in dot notation. +build/public/templates/account/settings.js: line 536, col 96, ['chatAllowListUsers'] is better written in dot notation. +build/public/templates/account/settings.js: line 536, col 121, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 536, col 137, ['settings'] is better written in dot notation. +build/public/templates/account/settings.js: line 536, col 149, ['chatAllowListUsers'] is better written in dot notation. +build/public/templates/account/settings.js: line 536, col 180, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 536, col 196, ['settings'] is better written in dot notation. +build/public/templates/account/settings.js: line 536, col 208, ['chatAllowListUsers'] is better written in dot notation. +build/public/templates/account/settings.js: line 536, col 236, ['username'] is better written in dot notation. +build/public/templates/account/settings.js: line 538, col 254, Line is too long. +build/public/templates/account/settings.js: line 538, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 538, col 53, ['settings'] is better written in dot notation. +build/public/templates/account/settings.js: line 538, col 68, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 538, col 84, ['settings'] is better written in dot notation. +build/public/templates/account/settings.js: line 538, col 96, ['chatAllowListUsers'] is better written in dot notation. +build/public/templates/account/settings.js: line 538, col 121, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 538, col 137, ['settings'] is better written in dot notation. +build/public/templates/account/settings.js: line 538, col 149, ['chatAllowListUsers'] is better written in dot notation. +build/public/templates/account/settings.js: line 538, col 180, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 538, col 196, ['settings'] is better written in dot notation. +build/public/templates/account/settings.js: line 538, col 208, ['chatAllowListUsers'] is better written in dot notation. +build/public/templates/account/settings.js: line 538, col 236, ['uid'] is better written in dot notation. +build/public/templates/account/settings.js: line 539, col 118, Line is too long. +build/public/templates/account/settings.js: line 530, col 13, 'key' is defined but never used. +build/public/templates/account/settings.js: line 528, col 11, 'value' is defined but never used. +build/public/templates/account/settings.js: line 544, col 109, Line is too long. +build/public/templates/account/settings.js: line 547, col 168, Line is too long. +build/public/templates/account/settings.js: line 547, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 547, col 52, ['settings'] is better written in dot notation. +build/public/templates/account/settings.js: line 547, col 67, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 547, col 83, ['settings'] is better written in dot notation. +build/public/templates/account/settings.js: line 547, col 95, ['chatDenyListUsers'] is better written in dot notation. +build/public/templates/account/settings.js: line 550, col 251, Line is too long. +build/public/templates/account/settings.js: line 550, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 550, col 53, ['settings'] is better written in dot notation. +build/public/templates/account/settings.js: line 550, col 68, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 550, col 84, ['settings'] is better written in dot notation. +build/public/templates/account/settings.js: line 550, col 96, ['chatDenyListUsers'] is better written in dot notation. +build/public/templates/account/settings.js: line 550, col 120, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 550, col 136, ['settings'] is better written in dot notation. +build/public/templates/account/settings.js: line 550, col 148, ['chatDenyListUsers'] is better written in dot notation. +build/public/templates/account/settings.js: line 550, col 178, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 550, col 194, ['settings'] is better written in dot notation. +build/public/templates/account/settings.js: line 550, col 206, ['chatDenyListUsers'] is better written in dot notation. +build/public/templates/account/settings.js: line 550, col 233, ['uid'] is better written in dot notation. +build/public/templates/account/settings.js: line 551, col 104, Line is too long. +build/public/templates/account/settings.js: line 552, col 137, Line is too long. +build/public/templates/account/settings.js: line 552, col 100, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 554, col 256, Line is too long. +build/public/templates/account/settings.js: line 554, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 554, col 53, ['settings'] is better written in dot notation. +build/public/templates/account/settings.js: line 554, col 68, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 554, col 84, ['settings'] is better written in dot notation. +build/public/templates/account/settings.js: line 554, col 96, ['chatDenyListUsers'] is better written in dot notation. +build/public/templates/account/settings.js: line 554, col 120, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 554, col 136, ['settings'] is better written in dot notation. +build/public/templates/account/settings.js: line 554, col 148, ['chatDenyListUsers'] is better written in dot notation. +build/public/templates/account/settings.js: line 554, col 178, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 554, col 194, ['settings'] is better written in dot notation. +build/public/templates/account/settings.js: line 554, col 206, ['chatDenyListUsers'] is better written in dot notation. +build/public/templates/account/settings.js: line 554, col 233, ['username'] is better written in dot notation. +build/public/templates/account/settings.js: line 556, col 251, Line is too long. +build/public/templates/account/settings.js: line 556, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 556, col 53, ['settings'] is better written in dot notation. +build/public/templates/account/settings.js: line 556, col 68, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 556, col 84, ['settings'] is better written in dot notation. +build/public/templates/account/settings.js: line 556, col 96, ['chatDenyListUsers'] is better written in dot notation. +build/public/templates/account/settings.js: line 556, col 120, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 556, col 136, ['settings'] is better written in dot notation. +build/public/templates/account/settings.js: line 556, col 148, ['chatDenyListUsers'] is better written in dot notation. +build/public/templates/account/settings.js: line 556, col 178, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 556, col 194, ['settings'] is better written in dot notation. +build/public/templates/account/settings.js: line 556, col 206, ['chatDenyListUsers'] is better written in dot notation. +build/public/templates/account/settings.js: line 556, col 233, ['uid'] is better written in dot notation. +build/public/templates/account/settings.js: line 557, col 118, Line is too long. +build/public/templates/account/settings.js: line 548, col 13, 'key' is defined but never used. +build/public/templates/account/settings.js: line 546, col 11, 'value' is defined but never used. +build/public/templates/account/settings.js: line 562, col 102, Line is too long. +build/public/templates/account/settings.js: line 565, col 130, Line is too long. +build/public/templates/account/settings.js: line 565, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 565, col 52, ['dailyDigestFreqOptions'] is better written in dot notation. +build/public/templates/account/settings.js: line 568, col 201, Line is too long. +build/public/templates/account/settings.js: line 568, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 568, col 53, ['dailyDigestFreqOptions'] is better written in dot notation. +build/public/templates/account/settings.js: line 568, col 82, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 568, col 98, ['dailyDigestFreqOptions'] is better written in dot notation. +build/public/templates/account/settings.js: line 568, col 133, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 568, col 149, ['dailyDigestFreqOptions'] is better written in dot notation. +build/public/templates/account/settings.js: line 568, col 181, ['value'] is better written in dot notation. +build/public/templates/account/settings.js: line 570, col 194, Line is too long. +build/public/templates/account/settings.js: line 570, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 570, col 45, ['dailyDigestFreqOptions'] is better written in dot notation. +build/public/templates/account/settings.js: line 570, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 570, col 90, ['dailyDigestFreqOptions'] is better written in dot notation. +build/public/templates/account/settings.js: line 570, col 125, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 570, col 141, ['dailyDigestFreqOptions'] is better written in dot notation. +build/public/templates/account/settings.js: line 570, col 173, ['selected'] is better written in dot notation. +build/public/templates/account/settings.js: line 574, col 200, Line is too long. +build/public/templates/account/settings.js: line 574, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 574, col 53, ['dailyDigestFreqOptions'] is better written in dot notation. +build/public/templates/account/settings.js: line 574, col 82, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 574, col 98, ['dailyDigestFreqOptions'] is better written in dot notation. +build/public/templates/account/settings.js: line 574, col 133, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 574, col 149, ['dailyDigestFreqOptions'] is better written in dot notation. +build/public/templates/account/settings.js: line 574, col 181, ['name'] is better written in dot notation. +build/public/templates/account/settings.js: line 566, col 13, 'key' is defined but never used. +build/public/templates/account/settings.js: line 565, col 123, 'value' is defined but never used. +build/public/templates/account/settings.js: line 565, col 115, 'length' is defined but never used. +build/public/templates/account/settings.js: line 565, col 108, 'index' is defined but never used. +build/public/templates/account/settings.js: line 564, col 11, 'value' is defined but never used. +build/public/templates/account/settings.js: line 562, col 94, 'helper' is defined but never used. +build/public/templates/account/settings.js: line 583, col 122, Line is too long. +build/public/templates/account/settings.js: line 583, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 583, col 52, ['customSettings'] is better written in dot notation. +build/public/templates/account/settings.js: line 586, col 177, Line is too long. +build/public/templates/account/settings.js: line 586, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 586, col 53, ['customSettings'] is better written in dot notation. +build/public/templates/account/settings.js: line 586, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 586, col 90, ['customSettings'] is better written in dot notation. +build/public/templates/account/settings.js: line 586, col 117, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 586, col 133, ['customSettings'] is better written in dot notation. +build/public/templates/account/settings.js: line 586, col 157, ['title'] is better written in dot notation. +build/public/templates/account/settings.js: line 588, col 179, Line is too long. +build/public/templates/account/settings.js: line 588, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 588, col 53, ['customSettings'] is better written in dot notation. +build/public/templates/account/settings.js: line 588, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 588, col 90, ['customSettings'] is better written in dot notation. +build/public/templates/account/settings.js: line 588, col 117, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 588, col 133, ['customSettings'] is better written in dot notation. +build/public/templates/account/settings.js: line 588, col 157, ['content'] is better written in dot notation. +build/public/templates/account/settings.js: line 584, col 13, 'key' is defined but never used. +build/public/templates/account/settings.js: line 583, col 115, 'value' is defined but never used. +build/public/templates/account/settings.js: line 583, col 107, 'length' is defined but never used. +build/public/templates/account/settings.js: line 583, col 100, 'index' is defined but never used. +build/public/templates/account/settings.js: line 582, col 11, 'value' is defined but never used. +build/public/templates/account/settings.js: line 580, col 78, 'helper' is defined but never used. +build/public/templates/account/settings.js: line 597, col 117, Line is too long. +build/public/templates/account/settings.js: line 597, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 597, col 52, ['languages'] is better written in dot notation. +build/public/templates/account/settings.js: line 600, col 161, Line is too long. +build/public/templates/account/settings.js: line 600, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 600, col 53, ['languages'] is better written in dot notation. +build/public/templates/account/settings.js: line 600, col 69, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 600, col 85, ['languages'] is better written in dot notation. +build/public/templates/account/settings.js: line 600, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 600, col 123, ['languages'] is better written in dot notation. +build/public/templates/account/settings.js: line 600, col 142, ['code'] is better written in dot notation. +build/public/templates/account/settings.js: line 602, col 155, Line is too long. +build/public/templates/account/settings.js: line 602, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 602, col 45, ['languages'] is better written in dot notation. +build/public/templates/account/settings.js: line 602, col 61, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 602, col 77, ['languages'] is better written in dot notation. +build/public/templates/account/settings.js: line 602, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 602, col 115, ['languages'] is better written in dot notation. +build/public/templates/account/settings.js: line 602, col 134, ['selected'] is better written in dot notation. +build/public/templates/account/settings.js: line 606, col 161, Line is too long. +build/public/templates/account/settings.js: line 606, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 606, col 53, ['languages'] is better written in dot notation. +build/public/templates/account/settings.js: line 606, col 69, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 606, col 85, ['languages'] is better written in dot notation. +build/public/templates/account/settings.js: line 606, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 606, col 123, ['languages'] is better written in dot notation. +build/public/templates/account/settings.js: line 606, col 142, ['name'] is better written in dot notation. +build/public/templates/account/settings.js: line 608, col 161, Line is too long. +build/public/templates/account/settings.js: line 608, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 608, col 53, ['languages'] is better written in dot notation. +build/public/templates/account/settings.js: line 608, col 69, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 608, col 85, ['languages'] is better written in dot notation. +build/public/templates/account/settings.js: line 608, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 608, col 123, ['languages'] is better written in dot notation. +build/public/templates/account/settings.js: line 608, col 142, ['code'] is better written in dot notation. +build/public/templates/account/settings.js: line 598, col 13, 'key' is defined but never used. +build/public/templates/account/settings.js: line 597, col 110, 'value' is defined but never used. +build/public/templates/account/settings.js: line 597, col 102, 'length' is defined but never used. +build/public/templates/account/settings.js: line 597, col 95, 'index' is defined but never used. +build/public/templates/account/settings.js: line 596, col 11, 'value' is defined but never used. +build/public/templates/account/settings.js: line 594, col 68, 'helper' is defined but never used. +build/public/templates/account/settings.js: line 617, col 120, Line is too long. +build/public/templates/account/settings.js: line 617, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 617, col 52, ['acpLanguages'] is better written in dot notation. +build/public/templates/account/settings.js: line 620, col 170, Line is too long. +build/public/templates/account/settings.js: line 620, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 620, col 53, ['acpLanguages'] is better written in dot notation. +build/public/templates/account/settings.js: line 620, col 72, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 620, col 88, ['acpLanguages'] is better written in dot notation. +build/public/templates/account/settings.js: line 620, col 113, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 620, col 129, ['acpLanguages'] is better written in dot notation. +build/public/templates/account/settings.js: line 620, col 151, ['code'] is better written in dot notation. +build/public/templates/account/settings.js: line 622, col 164, Line is too long. +build/public/templates/account/settings.js: line 622, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 622, col 45, ['acpLanguages'] is better written in dot notation. +build/public/templates/account/settings.js: line 622, col 64, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 622, col 80, ['acpLanguages'] is better written in dot notation. +build/public/templates/account/settings.js: line 622, col 105, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 622, col 121, ['acpLanguages'] is better written in dot notation. +build/public/templates/account/settings.js: line 622, col 143, ['selected'] is better written in dot notation. +build/public/templates/account/settings.js: line 626, col 170, Line is too long. +build/public/templates/account/settings.js: line 626, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 626, col 53, ['acpLanguages'] is better written in dot notation. +build/public/templates/account/settings.js: line 626, col 72, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 626, col 88, ['acpLanguages'] is better written in dot notation. +build/public/templates/account/settings.js: line 626, col 113, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 626, col 129, ['acpLanguages'] is better written in dot notation. +build/public/templates/account/settings.js: line 626, col 151, ['name'] is better written in dot notation. +build/public/templates/account/settings.js: line 628, col 170, Line is too long. +build/public/templates/account/settings.js: line 628, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 628, col 53, ['acpLanguages'] is better written in dot notation. +build/public/templates/account/settings.js: line 628, col 72, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 628, col 88, ['acpLanguages'] is better written in dot notation. +build/public/templates/account/settings.js: line 628, col 113, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 628, col 129, ['acpLanguages'] is better written in dot notation. +build/public/templates/account/settings.js: line 628, col 151, ['code'] is better written in dot notation. +build/public/templates/account/settings.js: line 618, col 13, 'key' is defined but never used. +build/public/templates/account/settings.js: line 617, col 113, 'value' is defined but never used. +build/public/templates/account/settings.js: line 617, col 105, 'length' is defined but never used. +build/public/templates/account/settings.js: line 617, col 98, 'index' is defined but never used. +build/public/templates/account/settings.js: line 616, col 11, 'value' is defined but never used. +build/public/templates/account/settings.js: line 614, col 74, 'helper' is defined but never used. +build/public/templates/account/settings.js: line 637, col 128, Line is too long. +build/public/templates/account/settings.js: line 637, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 637, col 52, ['notificationSettings'] is better written in dot notation. +build/public/templates/account/settings.js: line 640, col 194, Line is too long. +build/public/templates/account/settings.js: line 640, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 640, col 53, ['notificationSettings'] is better written in dot notation. +build/public/templates/account/settings.js: line 640, col 80, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 640, col 96, ['notificationSettings'] is better written in dot notation. +build/public/templates/account/settings.js: line 640, col 129, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 640, col 145, ['notificationSettings'] is better written in dot notation. +build/public/templates/account/settings.js: line 640, col 175, ['name'] is better written in dot notation. +build/public/templates/account/settings.js: line 642, col 195, Line is too long. +build/public/templates/account/settings.js: line 642, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 642, col 53, ['notificationSettings'] is better written in dot notation. +build/public/templates/account/settings.js: line 642, col 80, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 642, col 96, ['notificationSettings'] is better written in dot notation. +build/public/templates/account/settings.js: line 642, col 129, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 642, col 145, ['notificationSettings'] is better written in dot notation. +build/public/templates/account/settings.js: line 642, col 175, ['label'] is better written in dot notation. +build/public/templates/account/settings.js: line 644, col 194, Line is too long. +build/public/templates/account/settings.js: line 644, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 644, col 53, ['notificationSettings'] is better written in dot notation. +build/public/templates/account/settings.js: line 644, col 80, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 644, col 96, ['notificationSettings'] is better written in dot notation. +build/public/templates/account/settings.js: line 644, col 129, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 644, col 145, ['notificationSettings'] is better written in dot notation. +build/public/templates/account/settings.js: line 644, col 175, ['name'] is better written in dot notation. +build/public/templates/account/settings.js: line 646, col 194, Line is too long. +build/public/templates/account/settings.js: line 646, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 646, col 53, ['notificationSettings'] is better written in dot notation. +build/public/templates/account/settings.js: line 646, col 80, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 646, col 96, ['notificationSettings'] is better written in dot notation. +build/public/templates/account/settings.js: line 646, col 129, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 646, col 145, ['notificationSettings'] is better written in dot notation. +build/public/templates/account/settings.js: line 646, col 175, ['name'] is better written in dot notation. +build/public/templates/account/settings.js: line 648, col 184, Line is too long. +build/public/templates/account/settings.js: line 648, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 648, col 45, ['notificationSettings'] is better written in dot notation. +build/public/templates/account/settings.js: line 648, col 72, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 648, col 88, ['notificationSettings'] is better written in dot notation. +build/public/templates/account/settings.js: line 648, col 121, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 648, col 137, ['notificationSettings'] is better written in dot notation. +build/public/templates/account/settings.js: line 648, col 167, ['none'] is better written in dot notation. +build/public/templates/account/settings.js: line 652, col 192, Line is too long. +build/public/templates/account/settings.js: line 652, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 652, col 45, ['notificationSettings'] is better written in dot notation. +build/public/templates/account/settings.js: line 652, col 72, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 652, col 88, ['notificationSettings'] is better written in dot notation. +build/public/templates/account/settings.js: line 652, col 121, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 652, col 137, ['notificationSettings'] is better written in dot notation. +build/public/templates/account/settings.js: line 652, col 167, ['notification'] is better written in dot notation. +build/public/templates/account/settings.js: line 656, col 185, Line is too long. +build/public/templates/account/settings.js: line 656, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 656, col 45, ['notificationSettings'] is better written in dot notation. +build/public/templates/account/settings.js: line 656, col 72, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 656, col 88, ['notificationSettings'] is better written in dot notation. +build/public/templates/account/settings.js: line 656, col 121, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 656, col 137, ['notificationSettings'] is better written in dot notation. +build/public/templates/account/settings.js: line 656, col 167, ['email'] is better written in dot notation. +build/public/templates/account/settings.js: line 660, col 197, Line is too long. +build/public/templates/account/settings.js: line 660, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 660, col 45, ['notificationSettings'] is better written in dot notation. +build/public/templates/account/settings.js: line 660, col 72, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 660, col 88, ['notificationSettings'] is better written in dot notation. +build/public/templates/account/settings.js: line 660, col 121, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 660, col 137, ['notificationSettings'] is better written in dot notation. +build/public/templates/account/settings.js: line 660, col 167, ['notificationemail'] is better written in dot notation. +build/public/templates/account/settings.js: line 638, col 13, 'key' is defined but never used. +build/public/templates/account/settings.js: line 637, col 121, 'value' is defined but never used. +build/public/templates/account/settings.js: line 637, col 113, 'length' is defined but never used. +build/public/templates/account/settings.js: line 637, col 106, 'index' is defined but never used. +build/public/templates/account/settings.js: line 636, col 11, 'value' is defined but never used. +build/public/templates/account/settings.js: line 634, col 90, 'helper' is defined but never used. +build/public/templates/account/settings.js: line 671, col 123, Line is too long. +build/public/templates/account/settings.js: line 671, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 671, col 52, ['upvoteNotifFreq'] is better written in dot notation. +build/public/templates/account/settings.js: line 674, col 179, Line is too long. +build/public/templates/account/settings.js: line 674, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 674, col 53, ['upvoteNotifFreq'] is better written in dot notation. +build/public/templates/account/settings.js: line 674, col 75, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 674, col 91, ['upvoteNotifFreq'] is better written in dot notation. +build/public/templates/account/settings.js: line 674, col 119, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 674, col 135, ['upvoteNotifFreq'] is better written in dot notation. +build/public/templates/account/settings.js: line 674, col 160, ['name'] is better written in dot notation. +build/public/templates/account/settings.js: line 676, col 173, Line is too long. +build/public/templates/account/settings.js: line 676, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 676, col 45, ['upvoteNotifFreq'] is better written in dot notation. +build/public/templates/account/settings.js: line 676, col 67, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 676, col 83, ['upvoteNotifFreq'] is better written in dot notation. +build/public/templates/account/settings.js: line 676, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 676, col 127, ['upvoteNotifFreq'] is better written in dot notation. +build/public/templates/account/settings.js: line 676, col 152, ['selected'] is better written in dot notation. +build/public/templates/account/settings.js: line 680, col 179, Line is too long. +build/public/templates/account/settings.js: line 680, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 680, col 53, ['upvoteNotifFreq'] is better written in dot notation. +build/public/templates/account/settings.js: line 680, col 75, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 680, col 91, ['upvoteNotifFreq'] is better written in dot notation. +build/public/templates/account/settings.js: line 680, col 119, Expected '!==' and instead saw '!='. +build/public/templates/account/settings.js: line 680, col 135, ['upvoteNotifFreq'] is better written in dot notation. +build/public/templates/account/settings.js: line 680, col 160, ['name'] is better written in dot notation. +build/public/templates/account/settings.js: line 672, col 13, 'key' is defined but never used. +build/public/templates/account/settings.js: line 671, col 116, 'value' is defined but never used. +build/public/templates/account/settings.js: line 671, col 108, 'length' is defined but never used. +build/public/templates/account/settings.js: line 671, col 101, 'index' is defined but never used. +build/public/templates/account/settings.js: line 670, col 11, 'value' is defined but never used. +build/public/templates/account/settings.js: line 668, col 80, 'helper' is defined but never used. +build/public/templates/account/settings.js: line 689, col 3, Missing semicolon. +build/public/templates/account/settings.js: line 5, col 46, 'define' is not defined. +build/public/templates/account/settings.js: line 6, col 5, 'define' is not defined. + +build/public/templates/account/tags.js: line 13, col 109, Line is too long. +build/public/templates/account/tags.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 13, col 41, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/tags.js: line 13, col 59, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 13, col 75, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/tags.js: line 13, col 90, ['length'] is better written in dot notation. +build/public/templates/account/tags.js: line 14, col 136, Line is too long. +build/public/templates/account/tags.js: line 15, col 26, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/tags.js: line 21, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 23, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 25, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 25, col 49, ['uid'] is better written in dot notation. +build/public/templates/account/tags.js: line 27, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 27, col 41, ['picture'] is better written in dot notation. +build/public/templates/account/tags.js: line 29, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 29, col 53, ['picture'] is better written in dot notation. +build/public/templates/account/tags.js: line 32, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 34, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 34, col 53, ['username'] is better written in dot notation. +build/public/templates/account/tags.js: line 36, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 38, col 122, Line is too long. +build/public/templates/account/tags.js: line 39, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 39, col 49, ['status'] is better written in dot notation. +build/public/templates/account/tags.js: line 41, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 41, col 49, ['status'] is better written in dot notation. +build/public/templates/account/tags.js: line 43, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 43, col 41, ['loggedIn'] is better written in dot notation. +build/public/templates/account/tags.js: line 45, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 45, col 45, ['isSelf'] is better written in dot notation. +build/public/templates/account/tags.js: line 48, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 48, col 49, ['isFollowing'] is better written in dot notation. +build/public/templates/account/tags.js: line 52, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 52, col 49, ['isFollowing'] is better written in dot notation. +build/public/templates/account/tags.js: line 55, col 137, Line is too long. +build/public/templates/account/tags.js: line 59, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 59, col 41, ['allowCoverPicture'] is better written in dot notation. +build/public/templates/account/tags.js: line 61, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 61, col 45, ['canEdit'] is better written in dot notation. +build/public/templates/account/tags.js: line 62, col 485, Line is too long. +build/public/templates/account/tags.js: line 66, col 331, Line is too long. +build/public/templates/account/tags.js: line 67, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 67, col 41, ['loggedIn'] is better written in dot notation. +build/public/templates/account/tags.js: line 69, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 69, col 45, ['isSelf'] is better written in dot notation. +build/public/templates/account/tags.js: line 72, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 72, col 49, ['banned'] is better written in dot notation. +build/public/templates/account/tags.js: line 75, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 75, col 53, ['canChat'] is better written in dot notation. +build/public/templates/account/tags.js: line 77, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 77, col 57, ['hasPrivateChat'] is better written in dot notation. +build/public/templates/account/tags.js: line 80, col 133, Line is too long. +build/public/templates/account/tags.js: line 81, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 81, col 65, ['username'] is better written in dot notation. +build/public/templates/account/tags.js: line 82, col 157, Line is too long. +build/public/templates/account/tags.js: line 83, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 83, col 65, ['username'] is better written in dot notation. +build/public/templates/account/tags.js: line 87, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 87, col 53, ['flagId'] is better written in dot notation. +build/public/templates/account/tags.js: line 90, col 147, Line is too long. +build/public/templates/account/tags.js: line 91, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 91, col 53, ['flagId'] is better written in dot notation. +build/public/templates/account/tags.js: line 94, col 130, Line is too long. +build/public/templates/account/tags.js: line 95, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 95, col 61, ['flagId'] is better written in dot notation. +build/public/templates/account/tags.js: line 97, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 97, col 53, ['isBlocked'] is better written in dot notation. +build/public/templates/account/tags.js: line 100, col 146, Line is too long. +build/public/templates/account/tags.js: line 101, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 101, col 53, ['isBlocked'] is better written in dot notation. +build/public/templates/account/tags.js: line 104, col 177, Line is too long. +build/public/templates/account/tags.js: line 109, col 116, Line is too long. +build/public/templates/account/tags.js: line 109, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 109, col 49, ['config'] is better written in dot notation. +build/public/templates/account/tags.js: line 109, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 109, col 78, ['config'] is better written in dot notation. +build/public/templates/account/tags.js: line 109, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/tags.js: line 111, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 111, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/tags.js: line 112, col 101, Line is too long. +build/public/templates/account/tags.js: line 113, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 113, col 41, ['canEdit'] is better written in dot notation. +build/public/templates/account/tags.js: line 115, col 120, Line is too long. +build/public/templates/account/tags.js: line 115, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 115, col 53, ['config'] is better written in dot notation. +build/public/templates/account/tags.js: line 115, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 115, col 82, ['config'] is better written in dot notation. +build/public/templates/account/tags.js: line 115, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/tags.js: line 117, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 117, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/tags.js: line 118, col 103, Line is too long. +build/public/templates/account/tags.js: line 119, col 120, Line is too long. +build/public/templates/account/tags.js: line 119, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 119, col 53, ['config'] is better written in dot notation. +build/public/templates/account/tags.js: line 119, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 119, col 82, ['config'] is better written in dot notation. +build/public/templates/account/tags.js: line 119, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/tags.js: line 121, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 121, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/tags.js: line 125, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 125, col 41, ['isSelf'] is better written in dot notation. +build/public/templates/account/tags.js: line 128, col 122, Line is too long. +build/public/templates/account/tags.js: line 128, col 30, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 128, col 46, ['canBan'] is better written in dot notation. +build/public/templates/account/tags.js: line 128, col 85, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 128, col 101, ['canMute'] is better written in dot notation. +build/public/templates/account/tags.js: line 129, col 140, Line is too long. +build/public/templates/account/tags.js: line 132, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 132, col 45, ['canBan'] is better written in dot notation. +build/public/templates/account/tags.js: line 134, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 134, col 49, ['banned'] is better written in dot notation. +build/public/templates/account/tags.js: line 137, col 151, Line is too long. +build/public/templates/account/tags.js: line 138, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 138, col 49, ['banned'] is better written in dot notation. +build/public/templates/account/tags.js: line 141, col 142, Line is too long. +build/public/templates/account/tags.js: line 144, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 144, col 45, ['canMute'] is better written in dot notation. +build/public/templates/account/tags.js: line 146, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 146, col 49, ['muted'] is better written in dot notation. +build/public/templates/account/tags.js: line 149, col 153, Line is too long. +build/public/templates/account/tags.js: line 150, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 150, col 49, ['muted'] is better written in dot notation. +build/public/templates/account/tags.js: line 153, col 144, Line is too long. +build/public/templates/account/tags.js: line 156, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 156, col 45, ['isAdmin'] is better written in dot notation. +build/public/templates/account/tags.js: line 157, col 398, Line is too long. +build/public/templates/account/tags.js: line 160, col 158, Line is too long. +build/public/templates/account/tags.js: line 161, col 116, Line is too long. +build/public/templates/account/tags.js: line 161, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 161, col 49, ['config'] is better written in dot notation. +build/public/templates/account/tags.js: line 161, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 161, col 78, ['config'] is better written in dot notation. +build/public/templates/account/tags.js: line 161, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/tags.js: line 163, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 163, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/tags.js: line 164, col 122, Line is too long. +build/public/templates/account/tags.js: line 165, col 112, Line is too long. +build/public/templates/account/tags.js: line 165, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 165, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/tags.js: line 165, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 165, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/tags.js: line 165, col 88, ['following'] is better written in dot notation. +build/public/templates/account/tags.js: line 167, col 159, Line is too long. +build/public/templates/account/tags.js: line 167, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 167, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/tags.js: line 167, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 167, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/tags.js: line 167, col 133, ['following'] is better written in dot notation. +build/public/templates/account/tags.js: line 168, col 117, Line is too long. +build/public/templates/account/tags.js: line 169, col 116, Line is too long. +build/public/templates/account/tags.js: line 169, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 169, col 49, ['config'] is better written in dot notation. +build/public/templates/account/tags.js: line 169, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 169, col 78, ['config'] is better written in dot notation. +build/public/templates/account/tags.js: line 169, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/tags.js: line 171, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 171, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/tags.js: line 172, col 122, Line is too long. +build/public/templates/account/tags.js: line 173, col 112, Line is too long. +build/public/templates/account/tags.js: line 173, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 173, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/tags.js: line 173, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 173, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/tags.js: line 173, col 88, ['followers'] is better written in dot notation. +build/public/templates/account/tags.js: line 175, col 159, Line is too long. +build/public/templates/account/tags.js: line 175, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 175, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/tags.js: line 175, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 175, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/tags.js: line 175, col 133, ['followers'] is better written in dot notation. +build/public/templates/account/tags.js: line 177, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 177, col 41, ['canEdit'] is better written in dot notation. +build/public/templates/account/tags.js: line 178, col 103, Line is too long. +build/public/templates/account/tags.js: line 179, col 120, Line is too long. +build/public/templates/account/tags.js: line 179, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 179, col 53, ['config'] is better written in dot notation. +build/public/templates/account/tags.js: line 179, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 179, col 82, ['config'] is better written in dot notation. +build/public/templates/account/tags.js: line 179, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/tags.js: line 181, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 181, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/tags.js: line 182, col 120, Line is too long. +build/public/templates/account/tags.js: line 183, col 113, Line is too long. +build/public/templates/account/tags.js: line 183, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 183, col 53, ['counts'] is better written in dot notation. +build/public/templates/account/tags.js: line 183, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 183, col 82, ['counts'] is better written in dot notation. +build/public/templates/account/tags.js: line 183, col 92, ['blocks'] is better written in dot notation. +build/public/templates/account/tags.js: line 185, col 160, Line is too long. +build/public/templates/account/tags.js: line 185, col 82, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 185, col 98, ['counts'] is better written in dot notation. +build/public/templates/account/tags.js: line 185, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 185, col 127, ['counts'] is better written in dot notation. +build/public/templates/account/tags.js: line 185, col 137, ['blocks'] is better written in dot notation. +build/public/templates/account/tags.js: line 188, col 158, Line is too long. +build/public/templates/account/tags.js: line 189, col 116, Line is too long. +build/public/templates/account/tags.js: line 189, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 189, col 49, ['config'] is better written in dot notation. +build/public/templates/account/tags.js: line 189, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 189, col 78, ['config'] is better written in dot notation. +build/public/templates/account/tags.js: line 189, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/tags.js: line 191, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 191, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/tags.js: line 192, col 118, Line is too long. +build/public/templates/account/tags.js: line 193, col 109, Line is too long. +build/public/templates/account/tags.js: line 193, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 193, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/tags.js: line 193, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 193, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/tags.js: line 193, col 88, ['topics'] is better written in dot notation. +build/public/templates/account/tags.js: line 195, col 156, Line is too long. +build/public/templates/account/tags.js: line 195, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 195, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/tags.js: line 195, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 195, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/tags.js: line 195, col 133, ['topics'] is better written in dot notation. +build/public/templates/account/tags.js: line 196, col 117, Line is too long. +build/public/templates/account/tags.js: line 197, col 116, Line is too long. +build/public/templates/account/tags.js: line 197, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 197, col 49, ['config'] is better written in dot notation. +build/public/templates/account/tags.js: line 197, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 197, col 78, ['config'] is better written in dot notation. +build/public/templates/account/tags.js: line 197, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/tags.js: line 199, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 199, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/tags.js: line 200, col 116, Line is too long. +build/public/templates/account/tags.js: line 201, col 108, Line is too long. +build/public/templates/account/tags.js: line 201, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 201, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/tags.js: line 201, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 201, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/tags.js: line 201, col 88, ['posts'] is better written in dot notation. +build/public/templates/account/tags.js: line 203, col 155, Line is too long. +build/public/templates/account/tags.js: line 203, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 203, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/tags.js: line 203, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 203, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/tags.js: line 203, col 133, ['posts'] is better written in dot notation. +build/public/templates/account/tags.js: line 204, col 117, Line is too long. +build/public/templates/account/tags.js: line 205, col 116, Line is too long. +build/public/templates/account/tags.js: line 205, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 205, col 49, ['config'] is better written in dot notation. +build/public/templates/account/tags.js: line 205, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 205, col 78, ['config'] is better written in dot notation. +build/public/templates/account/tags.js: line 205, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/tags.js: line 207, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 207, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/tags.js: line 208, col 125, Line is too long. +build/public/templates/account/tags.js: line 209, col 109, Line is too long. +build/public/templates/account/tags.js: line 209, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 209, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/tags.js: line 209, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 209, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/tags.js: line 209, col 88, ['groups'] is better written in dot notation. +build/public/templates/account/tags.js: line 211, col 156, Line is too long. +build/public/templates/account/tags.js: line 211, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 211, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/tags.js: line 211, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 211, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/tags.js: line 211, col 133, ['groups'] is better written in dot notation. +build/public/templates/account/tags.js: line 213, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 213, col 41, ['canEdit'] is better written in dot notation. +build/public/templates/account/tags.js: line 214, col 103, Line is too long. +build/public/templates/account/tags.js: line 215, col 120, Line is too long. +build/public/templates/account/tags.js: line 215, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 215, col 53, ['config'] is better written in dot notation. +build/public/templates/account/tags.js: line 215, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 215, col 82, ['config'] is better written in dot notation. +build/public/templates/account/tags.js: line 215, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/tags.js: line 217, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 217, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/tags.js: line 218, col 136, Line is too long. +build/public/templates/account/tags.js: line 219, col 124, Line is too long. +build/public/templates/account/tags.js: line 219, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 219, col 53, ['counts'] is better written in dot notation. +build/public/templates/account/tags.js: line 219, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 219, col 82, ['counts'] is better written in dot notation. +build/public/templates/account/tags.js: line 219, col 92, ['categoriesWatched'] is better written in dot notation. +build/public/templates/account/tags.js: line 221, col 171, Line is too long. +build/public/templates/account/tags.js: line 221, col 82, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 221, col 98, ['counts'] is better written in dot notation. +build/public/templates/account/tags.js: line 221, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 221, col 127, ['counts'] is better written in dot notation. +build/public/templates/account/tags.js: line 221, col 137, ['categoriesWatched'] is better written in dot notation. +build/public/templates/account/tags.js: line 223, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 223, col 45, ['isSelf'] is better written in dot notation. +build/public/templates/account/tags.js: line 224, col 107, Line is too long. +build/public/templates/account/tags.js: line 225, col 124, Line is too long. +build/public/templates/account/tags.js: line 225, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 225, col 57, ['config'] is better written in dot notation. +build/public/templates/account/tags.js: line 225, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 225, col 86, ['config'] is better written in dot notation. +build/public/templates/account/tags.js: line 225, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/account/tags.js: line 227, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 227, col 57, ['userslug'] is better written in dot notation. +build/public/templates/account/tags.js: line 228, col 130, Line is too long. +build/public/templates/account/tags.js: line 229, col 122, Line is too long. +build/public/templates/account/tags.js: line 229, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 229, col 57, ['counts'] is better written in dot notation. +build/public/templates/account/tags.js: line 229, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 229, col 86, ['counts'] is better written in dot notation. +build/public/templates/account/tags.js: line 229, col 96, ['tagsWatched'] is better written in dot notation. +build/public/templates/account/tags.js: line 231, col 169, Line is too long. +build/public/templates/account/tags.js: line 231, col 86, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 231, col 102, ['counts'] is better written in dot notation. +build/public/templates/account/tags.js: line 231, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 231, col 131, ['counts'] is better written in dot notation. +build/public/templates/account/tags.js: line 231, col 141, ['tagsWatched'] is better written in dot notation. +build/public/templates/account/tags.js: line 234, col 105, Line is too long. +build/public/templates/account/tags.js: line 235, col 120, Line is too long. +build/public/templates/account/tags.js: line 235, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 235, col 53, ['config'] is better written in dot notation. +build/public/templates/account/tags.js: line 235, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 235, col 82, ['config'] is better written in dot notation. +build/public/templates/account/tags.js: line 235, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/tags.js: line 237, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 237, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/tags.js: line 238, col 124, Line is too long. +build/public/templates/account/tags.js: line 239, col 115, Line is too long. +build/public/templates/account/tags.js: line 239, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 239, col 53, ['counts'] is better written in dot notation. +build/public/templates/account/tags.js: line 239, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 239, col 82, ['counts'] is better written in dot notation. +build/public/templates/account/tags.js: line 239, col 92, ['uploaded'] is better written in dot notation. +build/public/templates/account/tags.js: line 241, col 162, Line is too long. +build/public/templates/account/tags.js: line 241, col 82, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 241, col 98, ['counts'] is better written in dot notation. +build/public/templates/account/tags.js: line 241, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 241, col 127, ['counts'] is better written in dot notation. +build/public/templates/account/tags.js: line 241, col 137, ['uploaded'] is better written in dot notation. +build/public/templates/account/tags.js: line 245, col 22, ['profile_links'] is better written in dot notation. +build/public/templates/account/tags.js: line 247, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 247, col 49, ['title'] is better written in dot notation. +build/public/templates/account/tags.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/account/tags.js: line 255, col 119, Line is too long. +build/public/templates/account/tags.js: line 255, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 255, col 52, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/tags.js: line 261, col 133, Line is too long. +build/public/templates/account/tags.js: line 268, col 156, Line is too long. +build/public/templates/account/tags.js: line 268, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 268, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/tags.js: line 268, col 63, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 268, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/tags.js: line 268, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 268, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/tags.js: line 268, col 140, ['url'] is better written in dot notation. +build/public/templates/account/tags.js: line 270, col 170, Line is too long. +build/public/templates/account/tags.js: line 270, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 270, col 57, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/tags.js: line 270, col 75, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 270, col 91, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/tags.js: line 270, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 270, col 131, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/tags.js: line 270, col 152, ['url'] is better written in dot notation. +build/public/templates/account/tags.js: line 274, col 167, Line is too long. +build/public/templates/account/tags.js: line 274, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 274, col 53, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/tags.js: line 274, col 71, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 274, col 87, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/tags.js: line 274, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 274, col 127, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/tags.js: line 274, col 148, ['text'] is better written in dot notation. +build/public/templates/account/tags.js: line 278, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 281, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 281, col 53, ['rssFeedUrl'] is better written in dot notation. +build/public/templates/account/tags.js: line 283, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 283, col 65, ['rssFeedUrl'] is better written in dot notation. +build/public/templates/account/tags.js: line 289, col 156, Line is too long. +build/public/templates/account/tags.js: line 289, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 289, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/tags.js: line 289, col 63, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 289, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/tags.js: line 289, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 289, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/tags.js: line 289, col 140, ['url'] is better written in dot notation. +build/public/templates/account/tags.js: line 256, col 13, 'key' is defined but never used. +build/public/templates/account/tags.js: line 255, col 112, 'value' is defined but never used. +build/public/templates/account/tags.js: line 254, col 11, 'value' is defined but never used. +build/public/templates/account/tags.js: line 252, col 72, 'helper' is defined but never used. +build/public/templates/account/tags.js: line 300, col 155, Line is too long. +build/public/templates/account/tags.js: line 300, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 300, col 52, ['widgets'] is better written in dot notation. +build/public/templates/account/tags.js: line 300, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 300, col 82, ['widgets'] is better written in dot notation. +build/public/templates/account/tags.js: line 300, col 93, ['header'] is better written in dot notation. +build/public/templates/account/tags.js: line 303, col 205, Line is too long. +build/public/templates/account/tags.js: line 303, col 28, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 303, col 44, ['widgets'] is better written in dot notation. +build/public/templates/account/tags.js: line 303, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 303, col 74, ['widgets'] is better written in dot notation. +build/public/templates/account/tags.js: line 303, col 85, ['header'] is better written in dot notation. +build/public/templates/account/tags.js: line 303, col 98, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 303, col 114, ['widgets'] is better written in dot notation. +build/public/templates/account/tags.js: line 303, col 125, ['header'] is better written in dot notation. +build/public/templates/account/tags.js: line 303, col 144, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 303, col 160, ['widgets'] is better written in dot notation. +build/public/templates/account/tags.js: line 303, col 171, ['header'] is better written in dot notation. +build/public/templates/account/tags.js: line 303, col 187, ['html'] is better written in dot notation. +build/public/templates/account/tags.js: line 301, col 13, 'key' is defined but never used. +build/public/templates/account/tags.js: line 300, col 148, 'value' is defined but never used. +build/public/templates/account/tags.js: line 300, col 140, 'length' is defined but never used. +build/public/templates/account/tags.js: line 300, col 133, 'index' is defined but never used. +build/public/templates/account/tags.js: line 298, col 11, '__escape' is defined but never used. +build/public/templates/account/tags.js: line 299, col 11, 'value' is defined but never used. +build/public/templates/account/tags.js: line 297, col 77, 'helper' is defined but never used. +build/public/templates/account/tags.js: line 312, col 121, Line is too long. +build/public/templates/account/tags.js: line 312, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 312, col 52, ['profile_links'] is better written in dot notation. +build/public/templates/account/tags.js: line 319, col 171, Line is too long. +build/public/templates/account/tags.js: line 319, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 319, col 53, ['profile_links'] is better written in dot notation. +build/public/templates/account/tags.js: line 319, col 73, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 319, col 89, ['profile_links'] is better written in dot notation. +build/public/templates/account/tags.js: line 319, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 319, col 131, ['profile_links'] is better written in dot notation. +build/public/templates/account/tags.js: line 319, col 154, ['id'] is better written in dot notation. +build/public/templates/account/tags.js: line 321, col 165, Line is too long. +build/public/templates/account/tags.js: line 321, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 321, col 45, ['profile_links'] is better written in dot notation. +build/public/templates/account/tags.js: line 321, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 321, col 81, ['profile_links'] is better written in dot notation. +build/public/templates/account/tags.js: line 321, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 321, col 123, ['profile_links'] is better written in dot notation. +build/public/templates/account/tags.js: line 321, col 146, ['public'] is better written in dot notation. +build/public/templates/account/tags.js: line 325, col 120, Line is too long. +build/public/templates/account/tags.js: line 325, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 325, col 53, ['config'] is better written in dot notation. +build/public/templates/account/tags.js: line 325, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 325, col 82, ['config'] is better written in dot notation. +build/public/templates/account/tags.js: line 325, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/tags.js: line 327, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 327, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/tags.js: line 329, col 174, Line is too long. +build/public/templates/account/tags.js: line 329, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 329, col 53, ['profile_links'] is better written in dot notation. +build/public/templates/account/tags.js: line 329, col 73, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 329, col 89, ['profile_links'] is better written in dot notation. +build/public/templates/account/tags.js: line 329, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 329, col 131, ['profile_links'] is better written in dot notation. +build/public/templates/account/tags.js: line 329, col 154, ['route'] is better written in dot notation. +build/public/templates/account/tags.js: line 331, col 163, Line is too long. +build/public/templates/account/tags.js: line 331, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 331, col 45, ['profile_links'] is better written in dot notation. +build/public/templates/account/tags.js: line 331, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 331, col 81, ['profile_links'] is better written in dot notation. +build/public/templates/account/tags.js: line 331, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 331, col 123, ['profile_links'] is better written in dot notation. +build/public/templates/account/tags.js: line 331, col 146, ['icon'] is better written in dot notation. +build/public/templates/account/tags.js: line 333, col 177, Line is too long. +build/public/templates/account/tags.js: line 333, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 333, col 57, ['profile_links'] is better written in dot notation. +build/public/templates/account/tags.js: line 333, col 77, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 333, col 93, ['profile_links'] is better written in dot notation. +build/public/templates/account/tags.js: line 333, col 119, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 333, col 135, ['profile_links'] is better written in dot notation. +build/public/templates/account/tags.js: line 333, col 158, ['icon'] is better written in dot notation. +build/public/templates/account/tags.js: line 336, col 173, Line is too long. +build/public/templates/account/tags.js: line 336, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 336, col 53, ['profile_links'] is better written in dot notation. +build/public/templates/account/tags.js: line 336, col 73, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 336, col 89, ['profile_links'] is better written in dot notation. +build/public/templates/account/tags.js: line 336, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/tags.js: line 336, col 131, ['profile_links'] is better written in dot notation. +build/public/templates/account/tags.js: line 336, col 154, ['name'] is better written in dot notation. +build/public/templates/account/tags.js: line 313, col 13, 'key' is defined but never used. +build/public/templates/account/tags.js: line 312, col 114, 'value' is defined but never used. +build/public/templates/account/tags.js: line 312, col 106, 'length' is defined but never used. +build/public/templates/account/tags.js: line 311, col 11, 'value' is defined but never used. +build/public/templates/account/tags.js: line 309, col 76, 'helper' is defined but never used. +build/public/templates/account/tags.js: line 345, col 3, Missing semicolon. +build/public/templates/account/tags.js: line 5, col 46, 'define' is not defined. +build/public/templates/account/tags.js: line 6, col 5, 'define' is not defined. + +build/public/templates/account/theme.js: line 13, col 109, Line is too long. +build/public/templates/account/theme.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 13, col 41, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/theme.js: line 13, col 59, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 13, col 75, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/theme.js: line 13, col 90, ['length'] is better written in dot notation. +build/public/templates/account/theme.js: line 14, col 136, Line is too long. +build/public/templates/account/theme.js: line 15, col 26, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/theme.js: line 21, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 23, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 25, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 25, col 49, ['uid'] is better written in dot notation. +build/public/templates/account/theme.js: line 27, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 27, col 41, ['picture'] is better written in dot notation. +build/public/templates/account/theme.js: line 29, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 29, col 53, ['picture'] is better written in dot notation. +build/public/templates/account/theme.js: line 32, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 34, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 34, col 53, ['username'] is better written in dot notation. +build/public/templates/account/theme.js: line 36, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 38, col 122, Line is too long. +build/public/templates/account/theme.js: line 39, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 39, col 49, ['status'] is better written in dot notation. +build/public/templates/account/theme.js: line 41, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 41, col 49, ['status'] is better written in dot notation. +build/public/templates/account/theme.js: line 43, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 43, col 41, ['loggedIn'] is better written in dot notation. +build/public/templates/account/theme.js: line 45, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 45, col 45, ['isSelf'] is better written in dot notation. +build/public/templates/account/theme.js: line 48, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 48, col 49, ['isFollowing'] is better written in dot notation. +build/public/templates/account/theme.js: line 52, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 52, col 49, ['isFollowing'] is better written in dot notation. +build/public/templates/account/theme.js: line 55, col 137, Line is too long. +build/public/templates/account/theme.js: line 59, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 59, col 41, ['allowCoverPicture'] is better written in dot notation. +build/public/templates/account/theme.js: line 61, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 61, col 45, ['canEdit'] is better written in dot notation. +build/public/templates/account/theme.js: line 62, col 485, Line is too long. +build/public/templates/account/theme.js: line 66, col 331, Line is too long. +build/public/templates/account/theme.js: line 67, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 67, col 41, ['loggedIn'] is better written in dot notation. +build/public/templates/account/theme.js: line 69, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 69, col 45, ['isSelf'] is better written in dot notation. +build/public/templates/account/theme.js: line 72, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 72, col 49, ['banned'] is better written in dot notation. +build/public/templates/account/theme.js: line 75, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 75, col 53, ['canChat'] is better written in dot notation. +build/public/templates/account/theme.js: line 77, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 77, col 57, ['hasPrivateChat'] is better written in dot notation. +build/public/templates/account/theme.js: line 80, col 133, Line is too long. +build/public/templates/account/theme.js: line 81, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 81, col 65, ['username'] is better written in dot notation. +build/public/templates/account/theme.js: line 82, col 157, Line is too long. +build/public/templates/account/theme.js: line 83, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 83, col 65, ['username'] is better written in dot notation. +build/public/templates/account/theme.js: line 87, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 87, col 53, ['flagId'] is better written in dot notation. +build/public/templates/account/theme.js: line 90, col 147, Line is too long. +build/public/templates/account/theme.js: line 91, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 91, col 53, ['flagId'] is better written in dot notation. +build/public/templates/account/theme.js: line 94, col 130, Line is too long. +build/public/templates/account/theme.js: line 95, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 95, col 61, ['flagId'] is better written in dot notation. +build/public/templates/account/theme.js: line 97, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 97, col 53, ['isBlocked'] is better written in dot notation. +build/public/templates/account/theme.js: line 100, col 146, Line is too long. +build/public/templates/account/theme.js: line 101, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 101, col 53, ['isBlocked'] is better written in dot notation. +build/public/templates/account/theme.js: line 104, col 177, Line is too long. +build/public/templates/account/theme.js: line 109, col 116, Line is too long. +build/public/templates/account/theme.js: line 109, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 109, col 49, ['config'] is better written in dot notation. +build/public/templates/account/theme.js: line 109, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 109, col 78, ['config'] is better written in dot notation. +build/public/templates/account/theme.js: line 109, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/theme.js: line 111, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 111, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/theme.js: line 112, col 101, Line is too long. +build/public/templates/account/theme.js: line 113, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 113, col 41, ['canEdit'] is better written in dot notation. +build/public/templates/account/theme.js: line 115, col 120, Line is too long. +build/public/templates/account/theme.js: line 115, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 115, col 53, ['config'] is better written in dot notation. +build/public/templates/account/theme.js: line 115, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 115, col 82, ['config'] is better written in dot notation. +build/public/templates/account/theme.js: line 115, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/theme.js: line 117, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 117, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/theme.js: line 118, col 103, Line is too long. +build/public/templates/account/theme.js: line 119, col 120, Line is too long. +build/public/templates/account/theme.js: line 119, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 119, col 53, ['config'] is better written in dot notation. +build/public/templates/account/theme.js: line 119, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 119, col 82, ['config'] is better written in dot notation. +build/public/templates/account/theme.js: line 119, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/theme.js: line 121, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 121, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/theme.js: line 125, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 125, col 41, ['isSelf'] is better written in dot notation. +build/public/templates/account/theme.js: line 128, col 122, Line is too long. +build/public/templates/account/theme.js: line 128, col 30, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 128, col 46, ['canBan'] is better written in dot notation. +build/public/templates/account/theme.js: line 128, col 85, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 128, col 101, ['canMute'] is better written in dot notation. +build/public/templates/account/theme.js: line 129, col 140, Line is too long. +build/public/templates/account/theme.js: line 132, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 132, col 45, ['canBan'] is better written in dot notation. +build/public/templates/account/theme.js: line 134, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 134, col 49, ['banned'] is better written in dot notation. +build/public/templates/account/theme.js: line 137, col 151, Line is too long. +build/public/templates/account/theme.js: line 138, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 138, col 49, ['banned'] is better written in dot notation. +build/public/templates/account/theme.js: line 141, col 142, Line is too long. +build/public/templates/account/theme.js: line 144, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 144, col 45, ['canMute'] is better written in dot notation. +build/public/templates/account/theme.js: line 146, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 146, col 49, ['muted'] is better written in dot notation. +build/public/templates/account/theme.js: line 149, col 153, Line is too long. +build/public/templates/account/theme.js: line 150, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 150, col 49, ['muted'] is better written in dot notation. +build/public/templates/account/theme.js: line 153, col 144, Line is too long. +build/public/templates/account/theme.js: line 156, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 156, col 45, ['isAdmin'] is better written in dot notation. +build/public/templates/account/theme.js: line 157, col 398, Line is too long. +build/public/templates/account/theme.js: line 160, col 158, Line is too long. +build/public/templates/account/theme.js: line 161, col 116, Line is too long. +build/public/templates/account/theme.js: line 161, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 161, col 49, ['config'] is better written in dot notation. +build/public/templates/account/theme.js: line 161, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 161, col 78, ['config'] is better written in dot notation. +build/public/templates/account/theme.js: line 161, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/theme.js: line 163, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 163, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/theme.js: line 164, col 122, Line is too long. +build/public/templates/account/theme.js: line 165, col 112, Line is too long. +build/public/templates/account/theme.js: line 165, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 165, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/theme.js: line 165, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 165, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/theme.js: line 165, col 88, ['following'] is better written in dot notation. +build/public/templates/account/theme.js: line 167, col 159, Line is too long. +build/public/templates/account/theme.js: line 167, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 167, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/theme.js: line 167, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 167, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/theme.js: line 167, col 133, ['following'] is better written in dot notation. +build/public/templates/account/theme.js: line 168, col 117, Line is too long. +build/public/templates/account/theme.js: line 169, col 116, Line is too long. +build/public/templates/account/theme.js: line 169, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 169, col 49, ['config'] is better written in dot notation. +build/public/templates/account/theme.js: line 169, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 169, col 78, ['config'] is better written in dot notation. +build/public/templates/account/theme.js: line 169, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/theme.js: line 171, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 171, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/theme.js: line 172, col 122, Line is too long. +build/public/templates/account/theme.js: line 173, col 112, Line is too long. +build/public/templates/account/theme.js: line 173, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 173, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/theme.js: line 173, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 173, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/theme.js: line 173, col 88, ['followers'] is better written in dot notation. +build/public/templates/account/theme.js: line 175, col 159, Line is too long. +build/public/templates/account/theme.js: line 175, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 175, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/theme.js: line 175, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 175, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/theme.js: line 175, col 133, ['followers'] is better written in dot notation. +build/public/templates/account/theme.js: line 177, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 177, col 41, ['canEdit'] is better written in dot notation. +build/public/templates/account/theme.js: line 178, col 103, Line is too long. +build/public/templates/account/theme.js: line 179, col 120, Line is too long. +build/public/templates/account/theme.js: line 179, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 179, col 53, ['config'] is better written in dot notation. +build/public/templates/account/theme.js: line 179, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 179, col 82, ['config'] is better written in dot notation. +build/public/templates/account/theme.js: line 179, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/theme.js: line 181, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 181, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/theme.js: line 182, col 120, Line is too long. +build/public/templates/account/theme.js: line 183, col 113, Line is too long. +build/public/templates/account/theme.js: line 183, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 183, col 53, ['counts'] is better written in dot notation. +build/public/templates/account/theme.js: line 183, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 183, col 82, ['counts'] is better written in dot notation. +build/public/templates/account/theme.js: line 183, col 92, ['blocks'] is better written in dot notation. +build/public/templates/account/theme.js: line 185, col 160, Line is too long. +build/public/templates/account/theme.js: line 185, col 82, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 185, col 98, ['counts'] is better written in dot notation. +build/public/templates/account/theme.js: line 185, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 185, col 127, ['counts'] is better written in dot notation. +build/public/templates/account/theme.js: line 185, col 137, ['blocks'] is better written in dot notation. +build/public/templates/account/theme.js: line 188, col 158, Line is too long. +build/public/templates/account/theme.js: line 189, col 116, Line is too long. +build/public/templates/account/theme.js: line 189, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 189, col 49, ['config'] is better written in dot notation. +build/public/templates/account/theme.js: line 189, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 189, col 78, ['config'] is better written in dot notation. +build/public/templates/account/theme.js: line 189, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/theme.js: line 191, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 191, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/theme.js: line 192, col 118, Line is too long. +build/public/templates/account/theme.js: line 193, col 109, Line is too long. +build/public/templates/account/theme.js: line 193, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 193, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/theme.js: line 193, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 193, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/theme.js: line 193, col 88, ['topics'] is better written in dot notation. +build/public/templates/account/theme.js: line 195, col 156, Line is too long. +build/public/templates/account/theme.js: line 195, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 195, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/theme.js: line 195, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 195, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/theme.js: line 195, col 133, ['topics'] is better written in dot notation. +build/public/templates/account/theme.js: line 196, col 117, Line is too long. +build/public/templates/account/theme.js: line 197, col 116, Line is too long. +build/public/templates/account/theme.js: line 197, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 197, col 49, ['config'] is better written in dot notation. +build/public/templates/account/theme.js: line 197, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 197, col 78, ['config'] is better written in dot notation. +build/public/templates/account/theme.js: line 197, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/theme.js: line 199, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 199, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/theme.js: line 200, col 116, Line is too long. +build/public/templates/account/theme.js: line 201, col 108, Line is too long. +build/public/templates/account/theme.js: line 201, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 201, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/theme.js: line 201, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 201, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/theme.js: line 201, col 88, ['posts'] is better written in dot notation. +build/public/templates/account/theme.js: line 203, col 155, Line is too long. +build/public/templates/account/theme.js: line 203, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 203, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/theme.js: line 203, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 203, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/theme.js: line 203, col 133, ['posts'] is better written in dot notation. +build/public/templates/account/theme.js: line 204, col 117, Line is too long. +build/public/templates/account/theme.js: line 205, col 116, Line is too long. +build/public/templates/account/theme.js: line 205, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 205, col 49, ['config'] is better written in dot notation. +build/public/templates/account/theme.js: line 205, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 205, col 78, ['config'] is better written in dot notation. +build/public/templates/account/theme.js: line 205, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/theme.js: line 207, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 207, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/theme.js: line 208, col 125, Line is too long. +build/public/templates/account/theme.js: line 209, col 109, Line is too long. +build/public/templates/account/theme.js: line 209, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 209, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/theme.js: line 209, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 209, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/theme.js: line 209, col 88, ['groups'] is better written in dot notation. +build/public/templates/account/theme.js: line 211, col 156, Line is too long. +build/public/templates/account/theme.js: line 211, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 211, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/theme.js: line 211, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 211, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/theme.js: line 211, col 133, ['groups'] is better written in dot notation. +build/public/templates/account/theme.js: line 213, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 213, col 41, ['canEdit'] is better written in dot notation. +build/public/templates/account/theme.js: line 214, col 103, Line is too long. +build/public/templates/account/theme.js: line 215, col 120, Line is too long. +build/public/templates/account/theme.js: line 215, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 215, col 53, ['config'] is better written in dot notation. +build/public/templates/account/theme.js: line 215, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 215, col 82, ['config'] is better written in dot notation. +build/public/templates/account/theme.js: line 215, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/theme.js: line 217, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 217, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/theme.js: line 218, col 136, Line is too long. +build/public/templates/account/theme.js: line 219, col 124, Line is too long. +build/public/templates/account/theme.js: line 219, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 219, col 53, ['counts'] is better written in dot notation. +build/public/templates/account/theme.js: line 219, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 219, col 82, ['counts'] is better written in dot notation. +build/public/templates/account/theme.js: line 219, col 92, ['categoriesWatched'] is better written in dot notation. +build/public/templates/account/theme.js: line 221, col 171, Line is too long. +build/public/templates/account/theme.js: line 221, col 82, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 221, col 98, ['counts'] is better written in dot notation. +build/public/templates/account/theme.js: line 221, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 221, col 127, ['counts'] is better written in dot notation. +build/public/templates/account/theme.js: line 221, col 137, ['categoriesWatched'] is better written in dot notation. +build/public/templates/account/theme.js: line 223, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 223, col 45, ['isSelf'] is better written in dot notation. +build/public/templates/account/theme.js: line 224, col 107, Line is too long. +build/public/templates/account/theme.js: line 225, col 124, Line is too long. +build/public/templates/account/theme.js: line 225, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 225, col 57, ['config'] is better written in dot notation. +build/public/templates/account/theme.js: line 225, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 225, col 86, ['config'] is better written in dot notation. +build/public/templates/account/theme.js: line 225, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/account/theme.js: line 227, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 227, col 57, ['userslug'] is better written in dot notation. +build/public/templates/account/theme.js: line 228, col 130, Line is too long. +build/public/templates/account/theme.js: line 229, col 122, Line is too long. +build/public/templates/account/theme.js: line 229, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 229, col 57, ['counts'] is better written in dot notation. +build/public/templates/account/theme.js: line 229, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 229, col 86, ['counts'] is better written in dot notation. +build/public/templates/account/theme.js: line 229, col 96, ['tagsWatched'] is better written in dot notation. +build/public/templates/account/theme.js: line 231, col 169, Line is too long. +build/public/templates/account/theme.js: line 231, col 86, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 231, col 102, ['counts'] is better written in dot notation. +build/public/templates/account/theme.js: line 231, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 231, col 131, ['counts'] is better written in dot notation. +build/public/templates/account/theme.js: line 231, col 141, ['tagsWatched'] is better written in dot notation. +build/public/templates/account/theme.js: line 234, col 105, Line is too long. +build/public/templates/account/theme.js: line 235, col 120, Line is too long. +build/public/templates/account/theme.js: line 235, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 235, col 53, ['config'] is better written in dot notation. +build/public/templates/account/theme.js: line 235, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 235, col 82, ['config'] is better written in dot notation. +build/public/templates/account/theme.js: line 235, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/theme.js: line 237, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 237, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/theme.js: line 238, col 124, Line is too long. +build/public/templates/account/theme.js: line 239, col 115, Line is too long. +build/public/templates/account/theme.js: line 239, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 239, col 53, ['counts'] is better written in dot notation. +build/public/templates/account/theme.js: line 239, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 239, col 82, ['counts'] is better written in dot notation. +build/public/templates/account/theme.js: line 239, col 92, ['uploaded'] is better written in dot notation. +build/public/templates/account/theme.js: line 241, col 162, Line is too long. +build/public/templates/account/theme.js: line 241, col 82, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 241, col 98, ['counts'] is better written in dot notation. +build/public/templates/account/theme.js: line 241, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 241, col 127, ['counts'] is better written in dot notation. +build/public/templates/account/theme.js: line 241, col 137, ['uploaded'] is better written in dot notation. +build/public/templates/account/theme.js: line 245, col 22, ['profile_links'] is better written in dot notation. +build/public/templates/account/theme.js: line 246, col 1094, Line is too long. +build/public/templates/account/theme.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/account/theme.js: line 253, col 119, Line is too long. +build/public/templates/account/theme.js: line 253, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 253, col 52, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/theme.js: line 259, col 133, Line is too long. +build/public/templates/account/theme.js: line 266, col 156, Line is too long. +build/public/templates/account/theme.js: line 266, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 266, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/theme.js: line 266, col 63, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 266, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/theme.js: line 266, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 266, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/theme.js: line 266, col 140, ['url'] is better written in dot notation. +build/public/templates/account/theme.js: line 268, col 170, Line is too long. +build/public/templates/account/theme.js: line 268, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 268, col 57, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/theme.js: line 268, col 75, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 268, col 91, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/theme.js: line 268, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 268, col 131, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/theme.js: line 268, col 152, ['url'] is better written in dot notation. +build/public/templates/account/theme.js: line 272, col 167, Line is too long. +build/public/templates/account/theme.js: line 272, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 272, col 53, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/theme.js: line 272, col 71, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 272, col 87, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/theme.js: line 272, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 272, col 127, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/theme.js: line 272, col 148, ['text'] is better written in dot notation. +build/public/templates/account/theme.js: line 276, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 279, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 279, col 53, ['rssFeedUrl'] is better written in dot notation. +build/public/templates/account/theme.js: line 281, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 281, col 65, ['rssFeedUrl'] is better written in dot notation. +build/public/templates/account/theme.js: line 287, col 156, Line is too long. +build/public/templates/account/theme.js: line 287, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 287, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/theme.js: line 287, col 63, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 287, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/theme.js: line 287, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 287, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/theme.js: line 287, col 140, ['url'] is better written in dot notation. +build/public/templates/account/theme.js: line 254, col 13, 'key' is defined but never used. +build/public/templates/account/theme.js: line 253, col 112, 'value' is defined but never used. +build/public/templates/account/theme.js: line 252, col 11, 'value' is defined but never used. +build/public/templates/account/theme.js: line 250, col 72, 'helper' is defined but never used. +build/public/templates/account/theme.js: line 298, col 155, Line is too long. +build/public/templates/account/theme.js: line 298, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 298, col 52, ['widgets'] is better written in dot notation. +build/public/templates/account/theme.js: line 298, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 298, col 82, ['widgets'] is better written in dot notation. +build/public/templates/account/theme.js: line 298, col 93, ['header'] is better written in dot notation. +build/public/templates/account/theme.js: line 301, col 205, Line is too long. +build/public/templates/account/theme.js: line 301, col 28, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 301, col 44, ['widgets'] is better written in dot notation. +build/public/templates/account/theme.js: line 301, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 301, col 74, ['widgets'] is better written in dot notation. +build/public/templates/account/theme.js: line 301, col 85, ['header'] is better written in dot notation. +build/public/templates/account/theme.js: line 301, col 98, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 301, col 114, ['widgets'] is better written in dot notation. +build/public/templates/account/theme.js: line 301, col 125, ['header'] is better written in dot notation. +build/public/templates/account/theme.js: line 301, col 144, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 301, col 160, ['widgets'] is better written in dot notation. +build/public/templates/account/theme.js: line 301, col 171, ['header'] is better written in dot notation. +build/public/templates/account/theme.js: line 301, col 187, ['html'] is better written in dot notation. +build/public/templates/account/theme.js: line 299, col 13, 'key' is defined but never used. +build/public/templates/account/theme.js: line 298, col 148, 'value' is defined but never used. +build/public/templates/account/theme.js: line 298, col 140, 'length' is defined but never used. +build/public/templates/account/theme.js: line 298, col 133, 'index' is defined but never used. +build/public/templates/account/theme.js: line 296, col 11, '__escape' is defined but never used. +build/public/templates/account/theme.js: line 297, col 11, 'value' is defined but never used. +build/public/templates/account/theme.js: line 295, col 77, 'helper' is defined but never used. +build/public/templates/account/theme.js: line 310, col 121, Line is too long. +build/public/templates/account/theme.js: line 310, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 310, col 52, ['profile_links'] is better written in dot notation. +build/public/templates/account/theme.js: line 317, col 171, Line is too long. +build/public/templates/account/theme.js: line 317, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 317, col 53, ['profile_links'] is better written in dot notation. +build/public/templates/account/theme.js: line 317, col 73, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 317, col 89, ['profile_links'] is better written in dot notation. +build/public/templates/account/theme.js: line 317, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 317, col 131, ['profile_links'] is better written in dot notation. +build/public/templates/account/theme.js: line 317, col 154, ['id'] is better written in dot notation. +build/public/templates/account/theme.js: line 319, col 165, Line is too long. +build/public/templates/account/theme.js: line 319, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 319, col 45, ['profile_links'] is better written in dot notation. +build/public/templates/account/theme.js: line 319, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 319, col 81, ['profile_links'] is better written in dot notation. +build/public/templates/account/theme.js: line 319, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 319, col 123, ['profile_links'] is better written in dot notation. +build/public/templates/account/theme.js: line 319, col 146, ['public'] is better written in dot notation. +build/public/templates/account/theme.js: line 323, col 120, Line is too long. +build/public/templates/account/theme.js: line 323, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 323, col 53, ['config'] is better written in dot notation. +build/public/templates/account/theme.js: line 323, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 323, col 82, ['config'] is better written in dot notation. +build/public/templates/account/theme.js: line 323, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/theme.js: line 325, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 325, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/theme.js: line 327, col 174, Line is too long. +build/public/templates/account/theme.js: line 327, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 327, col 53, ['profile_links'] is better written in dot notation. +build/public/templates/account/theme.js: line 327, col 73, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 327, col 89, ['profile_links'] is better written in dot notation. +build/public/templates/account/theme.js: line 327, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 327, col 131, ['profile_links'] is better written in dot notation. +build/public/templates/account/theme.js: line 327, col 154, ['route'] is better written in dot notation. +build/public/templates/account/theme.js: line 329, col 163, Line is too long. +build/public/templates/account/theme.js: line 329, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 329, col 45, ['profile_links'] is better written in dot notation. +build/public/templates/account/theme.js: line 329, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 329, col 81, ['profile_links'] is better written in dot notation. +build/public/templates/account/theme.js: line 329, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 329, col 123, ['profile_links'] is better written in dot notation. +build/public/templates/account/theme.js: line 329, col 146, ['icon'] is better written in dot notation. +build/public/templates/account/theme.js: line 331, col 177, Line is too long. +build/public/templates/account/theme.js: line 331, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 331, col 57, ['profile_links'] is better written in dot notation. +build/public/templates/account/theme.js: line 331, col 77, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 331, col 93, ['profile_links'] is better written in dot notation. +build/public/templates/account/theme.js: line 331, col 119, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 331, col 135, ['profile_links'] is better written in dot notation. +build/public/templates/account/theme.js: line 331, col 158, ['icon'] is better written in dot notation. +build/public/templates/account/theme.js: line 334, col 173, Line is too long. +build/public/templates/account/theme.js: line 334, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 334, col 53, ['profile_links'] is better written in dot notation. +build/public/templates/account/theme.js: line 334, col 73, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 334, col 89, ['profile_links'] is better written in dot notation. +build/public/templates/account/theme.js: line 334, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/theme.js: line 334, col 131, ['profile_links'] is better written in dot notation. +build/public/templates/account/theme.js: line 334, col 154, ['name'] is better written in dot notation. +build/public/templates/account/theme.js: line 311, col 13, 'key' is defined but never used. +build/public/templates/account/theme.js: line 310, col 114, 'value' is defined but never used. +build/public/templates/account/theme.js: line 310, col 106, 'length' is defined but never used. +build/public/templates/account/theme.js: line 309, col 11, 'value' is defined but never used. +build/public/templates/account/theme.js: line 307, col 76, 'helper' is defined but never used. +build/public/templates/account/theme.js: line 343, col 3, Missing semicolon. +build/public/templates/account/theme.js: line 5, col 46, 'define' is not defined. +build/public/templates/account/theme.js: line 6, col 5, 'define' is not defined. + +build/public/templates/account/topics.js: line 13, col 109, Line is too long. +build/public/templates/account/topics.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 13, col 41, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/topics.js: line 13, col 59, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 13, col 75, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/topics.js: line 13, col 90, ['length'] is better written in dot notation. +build/public/templates/account/topics.js: line 14, col 136, Line is too long. +build/public/templates/account/topics.js: line 15, col 26, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/topics.js: line 21, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 23, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 25, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 25, col 49, ['uid'] is better written in dot notation. +build/public/templates/account/topics.js: line 27, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 27, col 41, ['picture'] is better written in dot notation. +build/public/templates/account/topics.js: line 29, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 29, col 53, ['picture'] is better written in dot notation. +build/public/templates/account/topics.js: line 32, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 34, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 34, col 53, ['username'] is better written in dot notation. +build/public/templates/account/topics.js: line 36, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 38, col 122, Line is too long. +build/public/templates/account/topics.js: line 39, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 39, col 49, ['status'] is better written in dot notation. +build/public/templates/account/topics.js: line 41, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 41, col 49, ['status'] is better written in dot notation. +build/public/templates/account/topics.js: line 43, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 43, col 41, ['loggedIn'] is better written in dot notation. +build/public/templates/account/topics.js: line 45, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 45, col 45, ['isSelf'] is better written in dot notation. +build/public/templates/account/topics.js: line 48, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 48, col 49, ['isFollowing'] is better written in dot notation. +build/public/templates/account/topics.js: line 52, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 52, col 49, ['isFollowing'] is better written in dot notation. +build/public/templates/account/topics.js: line 55, col 137, Line is too long. +build/public/templates/account/topics.js: line 59, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 59, col 41, ['allowCoverPicture'] is better written in dot notation. +build/public/templates/account/topics.js: line 61, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 61, col 45, ['canEdit'] is better written in dot notation. +build/public/templates/account/topics.js: line 62, col 485, Line is too long. +build/public/templates/account/topics.js: line 66, col 331, Line is too long. +build/public/templates/account/topics.js: line 67, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 67, col 41, ['loggedIn'] is better written in dot notation. +build/public/templates/account/topics.js: line 69, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 69, col 45, ['isSelf'] is better written in dot notation. +build/public/templates/account/topics.js: line 72, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 72, col 49, ['banned'] is better written in dot notation. +build/public/templates/account/topics.js: line 75, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 75, col 53, ['canChat'] is better written in dot notation. +build/public/templates/account/topics.js: line 77, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 77, col 57, ['hasPrivateChat'] is better written in dot notation. +build/public/templates/account/topics.js: line 80, col 133, Line is too long. +build/public/templates/account/topics.js: line 81, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 81, col 65, ['username'] is better written in dot notation. +build/public/templates/account/topics.js: line 82, col 157, Line is too long. +build/public/templates/account/topics.js: line 83, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 83, col 65, ['username'] is better written in dot notation. +build/public/templates/account/topics.js: line 87, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 87, col 53, ['flagId'] is better written in dot notation. +build/public/templates/account/topics.js: line 90, col 147, Line is too long. +build/public/templates/account/topics.js: line 91, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 91, col 53, ['flagId'] is better written in dot notation. +build/public/templates/account/topics.js: line 94, col 130, Line is too long. +build/public/templates/account/topics.js: line 95, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 95, col 61, ['flagId'] is better written in dot notation. +build/public/templates/account/topics.js: line 97, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 97, col 53, ['isBlocked'] is better written in dot notation. +build/public/templates/account/topics.js: line 100, col 146, Line is too long. +build/public/templates/account/topics.js: line 101, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 101, col 53, ['isBlocked'] is better written in dot notation. +build/public/templates/account/topics.js: line 104, col 177, Line is too long. +build/public/templates/account/topics.js: line 109, col 116, Line is too long. +build/public/templates/account/topics.js: line 109, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 109, col 49, ['config'] is better written in dot notation. +build/public/templates/account/topics.js: line 109, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 109, col 78, ['config'] is better written in dot notation. +build/public/templates/account/topics.js: line 109, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/topics.js: line 111, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 111, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/topics.js: line 112, col 101, Line is too long. +build/public/templates/account/topics.js: line 113, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 113, col 41, ['canEdit'] is better written in dot notation. +build/public/templates/account/topics.js: line 115, col 120, Line is too long. +build/public/templates/account/topics.js: line 115, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 115, col 53, ['config'] is better written in dot notation. +build/public/templates/account/topics.js: line 115, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 115, col 82, ['config'] is better written in dot notation. +build/public/templates/account/topics.js: line 115, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/topics.js: line 117, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 117, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/topics.js: line 118, col 103, Line is too long. +build/public/templates/account/topics.js: line 119, col 120, Line is too long. +build/public/templates/account/topics.js: line 119, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 119, col 53, ['config'] is better written in dot notation. +build/public/templates/account/topics.js: line 119, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 119, col 82, ['config'] is better written in dot notation. +build/public/templates/account/topics.js: line 119, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/topics.js: line 121, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 121, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/topics.js: line 125, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 125, col 41, ['isSelf'] is better written in dot notation. +build/public/templates/account/topics.js: line 128, col 122, Line is too long. +build/public/templates/account/topics.js: line 128, col 30, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 128, col 46, ['canBan'] is better written in dot notation. +build/public/templates/account/topics.js: line 128, col 85, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 128, col 101, ['canMute'] is better written in dot notation. +build/public/templates/account/topics.js: line 129, col 140, Line is too long. +build/public/templates/account/topics.js: line 132, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 132, col 45, ['canBan'] is better written in dot notation. +build/public/templates/account/topics.js: line 134, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 134, col 49, ['banned'] is better written in dot notation. +build/public/templates/account/topics.js: line 137, col 151, Line is too long. +build/public/templates/account/topics.js: line 138, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 138, col 49, ['banned'] is better written in dot notation. +build/public/templates/account/topics.js: line 141, col 142, Line is too long. +build/public/templates/account/topics.js: line 144, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 144, col 45, ['canMute'] is better written in dot notation. +build/public/templates/account/topics.js: line 146, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 146, col 49, ['muted'] is better written in dot notation. +build/public/templates/account/topics.js: line 149, col 153, Line is too long. +build/public/templates/account/topics.js: line 150, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 150, col 49, ['muted'] is better written in dot notation. +build/public/templates/account/topics.js: line 153, col 144, Line is too long. +build/public/templates/account/topics.js: line 156, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 156, col 45, ['isAdmin'] is better written in dot notation. +build/public/templates/account/topics.js: line 157, col 398, Line is too long. +build/public/templates/account/topics.js: line 160, col 158, Line is too long. +build/public/templates/account/topics.js: line 161, col 116, Line is too long. +build/public/templates/account/topics.js: line 161, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 161, col 49, ['config'] is better written in dot notation. +build/public/templates/account/topics.js: line 161, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 161, col 78, ['config'] is better written in dot notation. +build/public/templates/account/topics.js: line 161, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/topics.js: line 163, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 163, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/topics.js: line 164, col 122, Line is too long. +build/public/templates/account/topics.js: line 165, col 112, Line is too long. +build/public/templates/account/topics.js: line 165, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 165, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/topics.js: line 165, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 165, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/topics.js: line 165, col 88, ['following'] is better written in dot notation. +build/public/templates/account/topics.js: line 167, col 159, Line is too long. +build/public/templates/account/topics.js: line 167, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 167, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/topics.js: line 167, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 167, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/topics.js: line 167, col 133, ['following'] is better written in dot notation. +build/public/templates/account/topics.js: line 168, col 117, Line is too long. +build/public/templates/account/topics.js: line 169, col 116, Line is too long. +build/public/templates/account/topics.js: line 169, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 169, col 49, ['config'] is better written in dot notation. +build/public/templates/account/topics.js: line 169, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 169, col 78, ['config'] is better written in dot notation. +build/public/templates/account/topics.js: line 169, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/topics.js: line 171, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 171, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/topics.js: line 172, col 122, Line is too long. +build/public/templates/account/topics.js: line 173, col 112, Line is too long. +build/public/templates/account/topics.js: line 173, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 173, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/topics.js: line 173, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 173, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/topics.js: line 173, col 88, ['followers'] is better written in dot notation. +build/public/templates/account/topics.js: line 175, col 159, Line is too long. +build/public/templates/account/topics.js: line 175, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 175, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/topics.js: line 175, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 175, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/topics.js: line 175, col 133, ['followers'] is better written in dot notation. +build/public/templates/account/topics.js: line 177, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 177, col 41, ['canEdit'] is better written in dot notation. +build/public/templates/account/topics.js: line 178, col 103, Line is too long. +build/public/templates/account/topics.js: line 179, col 120, Line is too long. +build/public/templates/account/topics.js: line 179, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 179, col 53, ['config'] is better written in dot notation. +build/public/templates/account/topics.js: line 179, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 179, col 82, ['config'] is better written in dot notation. +build/public/templates/account/topics.js: line 179, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/topics.js: line 181, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 181, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/topics.js: line 182, col 120, Line is too long. +build/public/templates/account/topics.js: line 183, col 113, Line is too long. +build/public/templates/account/topics.js: line 183, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 183, col 53, ['counts'] is better written in dot notation. +build/public/templates/account/topics.js: line 183, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 183, col 82, ['counts'] is better written in dot notation. +build/public/templates/account/topics.js: line 183, col 92, ['blocks'] is better written in dot notation. +build/public/templates/account/topics.js: line 185, col 160, Line is too long. +build/public/templates/account/topics.js: line 185, col 82, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 185, col 98, ['counts'] is better written in dot notation. +build/public/templates/account/topics.js: line 185, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 185, col 127, ['counts'] is better written in dot notation. +build/public/templates/account/topics.js: line 185, col 137, ['blocks'] is better written in dot notation. +build/public/templates/account/topics.js: line 188, col 158, Line is too long. +build/public/templates/account/topics.js: line 189, col 116, Line is too long. +build/public/templates/account/topics.js: line 189, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 189, col 49, ['config'] is better written in dot notation. +build/public/templates/account/topics.js: line 189, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 189, col 78, ['config'] is better written in dot notation. +build/public/templates/account/topics.js: line 189, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/topics.js: line 191, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 191, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/topics.js: line 192, col 118, Line is too long. +build/public/templates/account/topics.js: line 193, col 109, Line is too long. +build/public/templates/account/topics.js: line 193, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 193, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/topics.js: line 193, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 193, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/topics.js: line 193, col 88, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 195, col 156, Line is too long. +build/public/templates/account/topics.js: line 195, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 195, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/topics.js: line 195, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 195, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/topics.js: line 195, col 133, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 196, col 117, Line is too long. +build/public/templates/account/topics.js: line 197, col 116, Line is too long. +build/public/templates/account/topics.js: line 197, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 197, col 49, ['config'] is better written in dot notation. +build/public/templates/account/topics.js: line 197, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 197, col 78, ['config'] is better written in dot notation. +build/public/templates/account/topics.js: line 197, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/topics.js: line 199, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 199, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/topics.js: line 200, col 116, Line is too long. +build/public/templates/account/topics.js: line 201, col 108, Line is too long. +build/public/templates/account/topics.js: line 201, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 201, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/topics.js: line 201, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 201, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/topics.js: line 201, col 88, ['posts'] is better written in dot notation. +build/public/templates/account/topics.js: line 203, col 155, Line is too long. +build/public/templates/account/topics.js: line 203, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 203, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/topics.js: line 203, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 203, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/topics.js: line 203, col 133, ['posts'] is better written in dot notation. +build/public/templates/account/topics.js: line 204, col 117, Line is too long. +build/public/templates/account/topics.js: line 205, col 116, Line is too long. +build/public/templates/account/topics.js: line 205, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 205, col 49, ['config'] is better written in dot notation. +build/public/templates/account/topics.js: line 205, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 205, col 78, ['config'] is better written in dot notation. +build/public/templates/account/topics.js: line 205, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/topics.js: line 207, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 207, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/topics.js: line 208, col 125, Line is too long. +build/public/templates/account/topics.js: line 209, col 109, Line is too long. +build/public/templates/account/topics.js: line 209, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 209, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/topics.js: line 209, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 209, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/topics.js: line 209, col 88, ['groups'] is better written in dot notation. +build/public/templates/account/topics.js: line 211, col 156, Line is too long. +build/public/templates/account/topics.js: line 211, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 211, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/topics.js: line 211, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 211, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/topics.js: line 211, col 133, ['groups'] is better written in dot notation. +build/public/templates/account/topics.js: line 213, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 213, col 41, ['canEdit'] is better written in dot notation. +build/public/templates/account/topics.js: line 214, col 103, Line is too long. +build/public/templates/account/topics.js: line 215, col 120, Line is too long. +build/public/templates/account/topics.js: line 215, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 215, col 53, ['config'] is better written in dot notation. +build/public/templates/account/topics.js: line 215, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 215, col 82, ['config'] is better written in dot notation. +build/public/templates/account/topics.js: line 215, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/topics.js: line 217, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 217, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/topics.js: line 218, col 136, Line is too long. +build/public/templates/account/topics.js: line 219, col 124, Line is too long. +build/public/templates/account/topics.js: line 219, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 219, col 53, ['counts'] is better written in dot notation. +build/public/templates/account/topics.js: line 219, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 219, col 82, ['counts'] is better written in dot notation. +build/public/templates/account/topics.js: line 219, col 92, ['categoriesWatched'] is better written in dot notation. +build/public/templates/account/topics.js: line 221, col 171, Line is too long. +build/public/templates/account/topics.js: line 221, col 82, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 221, col 98, ['counts'] is better written in dot notation. +build/public/templates/account/topics.js: line 221, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 221, col 127, ['counts'] is better written in dot notation. +build/public/templates/account/topics.js: line 221, col 137, ['categoriesWatched'] is better written in dot notation. +build/public/templates/account/topics.js: line 223, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 223, col 45, ['isSelf'] is better written in dot notation. +build/public/templates/account/topics.js: line 224, col 107, Line is too long. +build/public/templates/account/topics.js: line 225, col 124, Line is too long. +build/public/templates/account/topics.js: line 225, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 225, col 57, ['config'] is better written in dot notation. +build/public/templates/account/topics.js: line 225, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 225, col 86, ['config'] is better written in dot notation. +build/public/templates/account/topics.js: line 225, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/account/topics.js: line 227, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 227, col 57, ['userslug'] is better written in dot notation. +build/public/templates/account/topics.js: line 228, col 130, Line is too long. +build/public/templates/account/topics.js: line 229, col 122, Line is too long. +build/public/templates/account/topics.js: line 229, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 229, col 57, ['counts'] is better written in dot notation. +build/public/templates/account/topics.js: line 229, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 229, col 86, ['counts'] is better written in dot notation. +build/public/templates/account/topics.js: line 229, col 96, ['tagsWatched'] is better written in dot notation. +build/public/templates/account/topics.js: line 231, col 169, Line is too long. +build/public/templates/account/topics.js: line 231, col 86, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 231, col 102, ['counts'] is better written in dot notation. +build/public/templates/account/topics.js: line 231, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 231, col 131, ['counts'] is better written in dot notation. +build/public/templates/account/topics.js: line 231, col 141, ['tagsWatched'] is better written in dot notation. +build/public/templates/account/topics.js: line 234, col 105, Line is too long. +build/public/templates/account/topics.js: line 235, col 120, Line is too long. +build/public/templates/account/topics.js: line 235, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 235, col 53, ['config'] is better written in dot notation. +build/public/templates/account/topics.js: line 235, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 235, col 82, ['config'] is better written in dot notation. +build/public/templates/account/topics.js: line 235, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/topics.js: line 237, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 237, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/topics.js: line 238, col 124, Line is too long. +build/public/templates/account/topics.js: line 239, col 115, Line is too long. +build/public/templates/account/topics.js: line 239, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 239, col 53, ['counts'] is better written in dot notation. +build/public/templates/account/topics.js: line 239, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 239, col 82, ['counts'] is better written in dot notation. +build/public/templates/account/topics.js: line 239, col 92, ['uploaded'] is better written in dot notation. +build/public/templates/account/topics.js: line 241, col 162, Line is too long. +build/public/templates/account/topics.js: line 241, col 82, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 241, col 98, ['counts'] is better written in dot notation. +build/public/templates/account/topics.js: line 241, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 241, col 127, ['counts'] is better written in dot notation. +build/public/templates/account/topics.js: line 241, col 137, ['uploaded'] is better written in dot notation. +build/public/templates/account/topics.js: line 245, col 22, ['profile_links'] is better written in dot notation. +build/public/templates/account/topics.js: line 246, col 224, Line is too long. +build/public/templates/account/topics.js: line 247, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 247, col 41, ['showSort'] is better written in dot notation. +build/public/templates/account/topics.js: line 248, col 369, Line is too long. +build/public/templates/account/topics.js: line 249, col 26, ['sortOptions'] is better written in dot notation. +build/public/templates/account/topics.js: line 253, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 253, col 41, ['canEdit'] is better written in dot notation. +build/public/templates/account/topics.js: line 255, col 120, Line is too long. +build/public/templates/account/topics.js: line 255, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 255, col 53, ['config'] is better written in dot notation. +build/public/templates/account/topics.js: line 255, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 255, col 82, ['config'] is better written in dot notation. +build/public/templates/account/topics.js: line 255, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/topics.js: line 257, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 257, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/topics.js: line 259, col 115, Line is too long. +build/public/templates/account/topics.js: line 259, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 259, col 45, ['template'] is better written in dot notation. +build/public/templates/account/topics.js: line 259, col 60, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 259, col 76, ['template'] is better written in dot notation. +build/public/templates/account/topics.js: line 263, col 120, Line is too long. +build/public/templates/account/topics.js: line 263, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 263, col 53, ['config'] is better written in dot notation. +build/public/templates/account/topics.js: line 263, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 263, col 82, ['config'] is better written in dot notation. +build/public/templates/account/topics.js: line 263, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/topics.js: line 265, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 265, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/topics.js: line 267, col 116, Line is too long. +build/public/templates/account/topics.js: line 267, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 267, col 45, ['template'] is better written in dot notation. +build/public/templates/account/topics.js: line 267, col 60, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 267, col 76, ['template'] is better written in dot notation. +build/public/templates/account/topics.js: line 271, col 120, Line is too long. +build/public/templates/account/topics.js: line 271, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 271, col 53, ['config'] is better written in dot notation. +build/public/templates/account/topics.js: line 271, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 271, col 82, ['config'] is better written in dot notation. +build/public/templates/account/topics.js: line 271, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/topics.js: line 273, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 273, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/topics.js: line 275, col 116, Line is too long. +build/public/templates/account/topics.js: line 275, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 275, col 45, ['template'] is better written in dot notation. +build/public/templates/account/topics.js: line 275, col 60, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 275, col 76, ['template'] is better written in dot notation. +build/public/templates/account/topics.js: line 279, col 120, Line is too long. +build/public/templates/account/topics.js: line 279, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 279, col 53, ['config'] is better written in dot notation. +build/public/templates/account/topics.js: line 279, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 279, col 82, ['config'] is better written in dot notation. +build/public/templates/account/topics.js: line 279, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/topics.js: line 281, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 281, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/topics.js: line 283, col 113, Line is too long. +build/public/templates/account/topics.js: line 283, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 283, col 45, ['template'] is better written in dot notation. +build/public/templates/account/topics.js: line 283, col 60, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 283, col 76, ['template'] is better written in dot notation. +build/public/templates/account/topics.js: line 289, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 289, col 41, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 289, col 54, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 289, col 70, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 289, col 80, ['length'] is better written in dot notation. +build/public/templates/account/topics.js: line 292, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 292, col 53, ['noItemsFoundKey'] is better written in dot notation. +build/public/templates/account/topics.js: line 294, col 173, Line is too long. +build/public/templates/account/topics.js: line 295, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 295, col 49, ['nextStart'] is better written in dot notation. +build/public/templates/account/topics.js: line 297, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 297, col 49, ['set'] is better written in dot notation. +build/public/templates/account/topics.js: line 299, col 22, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 301, col 106, Line is too long. +build/public/templates/account/topics.js: line 301, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 301, col 41, ['config'] is better written in dot notation. +build/public/templates/account/topics.js: line 301, col 54, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 301, col 70, ['config'] is better written in dot notation. +build/public/templates/account/topics.js: line 301, col 80, ['usePagination'] is better written in dot notation. +build/public/templates/account/topics.js: line 303, col 162, Line is too long. +build/public/templates/account/topics.js: line 303, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 303, col 45, ['pagination'] is better written in dot notation. +build/public/templates/account/topics.js: line 303, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 303, col 78, ['pagination'] is better written in dot notation. +build/public/templates/account/topics.js: line 303, col 92, ['pages'] is better written in dot notation. +build/public/templates/account/topics.js: line 303, col 104, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 303, col 120, ['pagination'] is better written in dot notation. +build/public/templates/account/topics.js: line 303, col 134, ['pages'] is better written in dot notation. +build/public/templates/account/topics.js: line 303, col 143, ['length'] is better written in dot notation. +build/public/templates/account/topics.js: line 306, col 159, Line is too long. +build/public/templates/account/topics.js: line 307, col 160, Line is too long. +build/public/templates/account/topics.js: line 307, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 307, col 45, ['pagination'] is better written in dot notation. +build/public/templates/account/topics.js: line 307, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 307, col 78, ['pagination'] is better written in dot notation. +build/public/templates/account/topics.js: line 307, col 92, ['prev'] is better written in dot notation. +build/public/templates/account/topics.js: line 307, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 307, col 119, ['pagination'] is better written in dot notation. +build/public/templates/account/topics.js: line 307, col 133, ['prev'] is better written in dot notation. +build/public/templates/account/topics.js: line 307, col 141, ['active'] is better written in dot notation. +build/public/templates/account/topics.js: line 311, col 166, Line is too long. +build/public/templates/account/topics.js: line 311, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 311, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/topics.js: line 311, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 311, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/topics.js: line 311, col 100, ['prev'] is better written in dot notation. +build/public/templates/account/topics.js: line 311, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 311, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/topics.js: line 311, col 141, ['prev'] is better written in dot notation. +build/public/templates/account/topics.js: line 311, col 149, ['qs'] is better written in dot notation. +build/public/templates/account/topics.js: line 313, col 168, Line is too long. +build/public/templates/account/topics.js: line 313, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 313, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/topics.js: line 313, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 313, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/topics.js: line 313, col 100, ['prev'] is better written in dot notation. +build/public/templates/account/topics.js: line 313, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 313, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/topics.js: line 313, col 141, ['prev'] is better written in dot notation. +build/public/templates/account/topics.js: line 313, col 149, ['page'] is better written in dot notation. +build/public/templates/account/topics.js: line 314, col 118, Line is too long. +build/public/templates/account/topics.js: line 317, col 160, Line is too long. +build/public/templates/account/topics.js: line 317, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 317, col 45, ['pagination'] is better written in dot notation. +build/public/templates/account/topics.js: line 317, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 317, col 78, ['pagination'] is better written in dot notation. +build/public/templates/account/topics.js: line 317, col 92, ['next'] is better written in dot notation. +build/public/templates/account/topics.js: line 317, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 317, col 119, ['pagination'] is better written in dot notation. +build/public/templates/account/topics.js: line 317, col 133, ['next'] is better written in dot notation. +build/public/templates/account/topics.js: line 317, col 141, ['active'] is better written in dot notation. +build/public/templates/account/topics.js: line 321, col 166, Line is too long. +build/public/templates/account/topics.js: line 321, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 321, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/topics.js: line 321, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 321, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/topics.js: line 321, col 100, ['next'] is better written in dot notation. +build/public/templates/account/topics.js: line 321, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 321, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/topics.js: line 321, col 141, ['next'] is better written in dot notation. +build/public/templates/account/topics.js: line 321, col 149, ['qs'] is better written in dot notation. +build/public/templates/account/topics.js: line 323, col 168, Line is too long. +build/public/templates/account/topics.js: line 323, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 323, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/topics.js: line 323, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 323, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/topics.js: line 323, col 100, ['next'] is better written in dot notation. +build/public/templates/account/topics.js: line 323, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 323, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/topics.js: line 323, col 141, ['next'] is better written in dot notation. +build/public/templates/account/topics.js: line 323, col 149, ['page'] is better written in dot notation. +build/public/templates/account/topics.js: line 324, col 228, Line is too long. +build/public/templates/account/topics.js: line 325, col 160, Line is too long. +build/public/templates/account/topics.js: line 325, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 325, col 45, ['pagination'] is better written in dot notation. +build/public/templates/account/topics.js: line 325, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 325, col 78, ['pagination'] is better written in dot notation. +build/public/templates/account/topics.js: line 325, col 92, ['prev'] is better written in dot notation. +build/public/templates/account/topics.js: line 325, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 325, col 119, ['pagination'] is better written in dot notation. +build/public/templates/account/topics.js: line 325, col 133, ['prev'] is better written in dot notation. +build/public/templates/account/topics.js: line 325, col 141, ['active'] is better written in dot notation. +build/public/templates/account/topics.js: line 329, col 168, Line is too long. +build/public/templates/account/topics.js: line 329, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 329, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/topics.js: line 329, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 329, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/topics.js: line 329, col 100, ['first'] is better written in dot notation. +build/public/templates/account/topics.js: line 329, col 112, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 329, col 128, ['pagination'] is better written in dot notation. +build/public/templates/account/topics.js: line 329, col 142, ['first'] is better written in dot notation. +build/public/templates/account/topics.js: line 329, col 151, ['qs'] is better written in dot notation. +build/public/templates/account/topics.js: line 330, col 162, Line is too long. +build/public/templates/account/topics.js: line 331, col 160, Line is too long. +build/public/templates/account/topics.js: line 331, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 331, col 45, ['pagination'] is better written in dot notation. +build/public/templates/account/topics.js: line 331, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 331, col 78, ['pagination'] is better written in dot notation. +build/public/templates/account/topics.js: line 331, col 92, ['prev'] is better written in dot notation. +build/public/templates/account/topics.js: line 331, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 331, col 119, ['pagination'] is better written in dot notation. +build/public/templates/account/topics.js: line 331, col 133, ['prev'] is better written in dot notation. +build/public/templates/account/topics.js: line 331, col 141, ['active'] is better written in dot notation. +build/public/templates/account/topics.js: line 335, col 166, Line is too long. +build/public/templates/account/topics.js: line 335, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 335, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/topics.js: line 335, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 335, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/topics.js: line 335, col 100, ['prev'] is better written in dot notation. +build/public/templates/account/topics.js: line 335, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 335, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/topics.js: line 335, col 141, ['prev'] is better written in dot notation. +build/public/templates/account/topics.js: line 335, col 149, ['qs'] is better written in dot notation. +build/public/templates/account/topics.js: line 337, col 168, Line is too long. +build/public/templates/account/topics.js: line 337, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 337, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/topics.js: line 337, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 337, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/topics.js: line 337, col 100, ['prev'] is better written in dot notation. +build/public/templates/account/topics.js: line 337, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 337, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/topics.js: line 337, col 141, ['prev'] is better written in dot notation. +build/public/templates/account/topics.js: line 337, col 149, ['page'] is better written in dot notation. +build/public/templates/account/topics.js: line 338, col 280, Line is too long. +build/public/templates/account/topics.js: line 339, col 126, Line is too long. +build/public/templates/account/topics.js: line 339, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 339, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/topics.js: line 339, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 339, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/topics.js: line 339, col 100, ['currentPage'] is better written in dot notation. +build/public/templates/account/topics.js: line 341, col 124, Line is too long. +build/public/templates/account/topics.js: line 341, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 341, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/topics.js: line 341, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 341, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/topics.js: line 341, col 100, ['pageCount'] is better written in dot notation. +build/public/templates/account/topics.js: line 343, col 160, Line is too long. +build/public/templates/account/topics.js: line 343, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 343, col 45, ['pagination'] is better written in dot notation. +build/public/templates/account/topics.js: line 343, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 343, col 78, ['pagination'] is better written in dot notation. +build/public/templates/account/topics.js: line 343, col 92, ['next'] is better written in dot notation. +build/public/templates/account/topics.js: line 343, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 343, col 119, ['pagination'] is better written in dot notation. +build/public/templates/account/topics.js: line 343, col 133, ['next'] is better written in dot notation. +build/public/templates/account/topics.js: line 343, col 141, ['active'] is better written in dot notation. +build/public/templates/account/topics.js: line 347, col 166, Line is too long. +build/public/templates/account/topics.js: line 347, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 347, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/topics.js: line 347, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 347, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/topics.js: line 347, col 100, ['next'] is better written in dot notation. +build/public/templates/account/topics.js: line 347, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 347, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/topics.js: line 347, col 141, ['next'] is better written in dot notation. +build/public/templates/account/topics.js: line 347, col 149, ['qs'] is better written in dot notation. +build/public/templates/account/topics.js: line 349, col 168, Line is too long. +build/public/templates/account/topics.js: line 349, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 349, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/topics.js: line 349, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 349, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/topics.js: line 349, col 100, ['next'] is better written in dot notation. +build/public/templates/account/topics.js: line 349, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 349, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/topics.js: line 349, col 141, ['next'] is better written in dot notation. +build/public/templates/account/topics.js: line 349, col 149, ['page'] is better written in dot notation. +build/public/templates/account/topics.js: line 350, col 140, Line is too long. +build/public/templates/account/topics.js: line 351, col 160, Line is too long. +build/public/templates/account/topics.js: line 351, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 351, col 45, ['pagination'] is better written in dot notation. +build/public/templates/account/topics.js: line 351, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 351, col 78, ['pagination'] is better written in dot notation. +build/public/templates/account/topics.js: line 351, col 92, ['next'] is better written in dot notation. +build/public/templates/account/topics.js: line 351, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 351, col 119, ['pagination'] is better written in dot notation. +build/public/templates/account/topics.js: line 351, col 133, ['next'] is better written in dot notation. +build/public/templates/account/topics.js: line 351, col 141, ['active'] is better written in dot notation. +build/public/templates/account/topics.js: line 355, col 166, Line is too long. +build/public/templates/account/topics.js: line 355, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 355, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/topics.js: line 355, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 355, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/topics.js: line 355, col 100, ['last'] is better written in dot notation. +build/public/templates/account/topics.js: line 355, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 355, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/topics.js: line 355, col 141, ['last'] is better written in dot notation. +build/public/templates/account/topics.js: line 355, col 149, ['qs'] is better written in dot notation. +build/public/templates/account/topics.js: line 357, col 124, Line is too long. +build/public/templates/account/topics.js: line 357, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 357, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/topics.js: line 357, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 357, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/topics.js: line 357, col 100, ['pageCount'] is better written in dot notation. +build/public/templates/account/topics.js: line 358, col 128, Line is too long. +build/public/templates/account/topics.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/account/topics.js: line 367, col 119, Line is too long. +build/public/templates/account/topics.js: line 367, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 367, col 52, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/topics.js: line 373, col 133, Line is too long. +build/public/templates/account/topics.js: line 380, col 156, Line is too long. +build/public/templates/account/topics.js: line 380, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 380, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/topics.js: line 380, col 63, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 380, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/topics.js: line 380, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 380, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/topics.js: line 380, col 140, ['url'] is better written in dot notation. +build/public/templates/account/topics.js: line 382, col 170, Line is too long. +build/public/templates/account/topics.js: line 382, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 382, col 57, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/topics.js: line 382, col 75, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 382, col 91, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/topics.js: line 382, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 382, col 131, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/topics.js: line 382, col 152, ['url'] is better written in dot notation. +build/public/templates/account/topics.js: line 386, col 167, Line is too long. +build/public/templates/account/topics.js: line 386, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 386, col 53, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/topics.js: line 386, col 71, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 386, col 87, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/topics.js: line 386, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 386, col 127, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/topics.js: line 386, col 148, ['text'] is better written in dot notation. +build/public/templates/account/topics.js: line 390, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 393, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 393, col 53, ['rssFeedUrl'] is better written in dot notation. +build/public/templates/account/topics.js: line 395, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 395, col 65, ['rssFeedUrl'] is better written in dot notation. +build/public/templates/account/topics.js: line 401, col 156, Line is too long. +build/public/templates/account/topics.js: line 401, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 401, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/topics.js: line 401, col 63, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 401, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/topics.js: line 401, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 401, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/topics.js: line 401, col 140, ['url'] is better written in dot notation. +build/public/templates/account/topics.js: line 368, col 13, 'key' is defined but never used. +build/public/templates/account/topics.js: line 367, col 112, 'value' is defined but never used. +build/public/templates/account/topics.js: line 366, col 11, 'value' is defined but never used. +build/public/templates/account/topics.js: line 364, col 72, 'helper' is defined but never used. +build/public/templates/account/topics.js: line 412, col 155, Line is too long. +build/public/templates/account/topics.js: line 412, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 412, col 52, ['widgets'] is better written in dot notation. +build/public/templates/account/topics.js: line 412, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 412, col 82, ['widgets'] is better written in dot notation. +build/public/templates/account/topics.js: line 412, col 93, ['header'] is better written in dot notation. +build/public/templates/account/topics.js: line 415, col 205, Line is too long. +build/public/templates/account/topics.js: line 415, col 28, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 415, col 44, ['widgets'] is better written in dot notation. +build/public/templates/account/topics.js: line 415, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 415, col 74, ['widgets'] is better written in dot notation. +build/public/templates/account/topics.js: line 415, col 85, ['header'] is better written in dot notation. +build/public/templates/account/topics.js: line 415, col 98, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 415, col 114, ['widgets'] is better written in dot notation. +build/public/templates/account/topics.js: line 415, col 125, ['header'] is better written in dot notation. +build/public/templates/account/topics.js: line 415, col 144, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 415, col 160, ['widgets'] is better written in dot notation. +build/public/templates/account/topics.js: line 415, col 171, ['header'] is better written in dot notation. +build/public/templates/account/topics.js: line 415, col 187, ['html'] is better written in dot notation. +build/public/templates/account/topics.js: line 413, col 13, 'key' is defined but never used. +build/public/templates/account/topics.js: line 412, col 148, 'value' is defined but never used. +build/public/templates/account/topics.js: line 412, col 140, 'length' is defined but never used. +build/public/templates/account/topics.js: line 412, col 133, 'index' is defined but never used. +build/public/templates/account/topics.js: line 410, col 11, '__escape' is defined but never used. +build/public/templates/account/topics.js: line 411, col 11, 'value' is defined but never used. +build/public/templates/account/topics.js: line 409, col 77, 'helper' is defined but never used. +build/public/templates/account/topics.js: line 424, col 121, Line is too long. +build/public/templates/account/topics.js: line 424, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 424, col 52, ['profile_links'] is better written in dot notation. +build/public/templates/account/topics.js: line 431, col 171, Line is too long. +build/public/templates/account/topics.js: line 431, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 431, col 53, ['profile_links'] is better written in dot notation. +build/public/templates/account/topics.js: line 431, col 73, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 431, col 89, ['profile_links'] is better written in dot notation. +build/public/templates/account/topics.js: line 431, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 431, col 131, ['profile_links'] is better written in dot notation. +build/public/templates/account/topics.js: line 431, col 154, ['id'] is better written in dot notation. +build/public/templates/account/topics.js: line 433, col 165, Line is too long. +build/public/templates/account/topics.js: line 433, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 433, col 45, ['profile_links'] is better written in dot notation. +build/public/templates/account/topics.js: line 433, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 433, col 81, ['profile_links'] is better written in dot notation. +build/public/templates/account/topics.js: line 433, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 433, col 123, ['profile_links'] is better written in dot notation. +build/public/templates/account/topics.js: line 433, col 146, ['public'] is better written in dot notation. +build/public/templates/account/topics.js: line 437, col 120, Line is too long. +build/public/templates/account/topics.js: line 437, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 437, col 53, ['config'] is better written in dot notation. +build/public/templates/account/topics.js: line 437, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 437, col 82, ['config'] is better written in dot notation. +build/public/templates/account/topics.js: line 437, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/topics.js: line 439, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 439, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/topics.js: line 441, col 174, Line is too long. +build/public/templates/account/topics.js: line 441, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 441, col 53, ['profile_links'] is better written in dot notation. +build/public/templates/account/topics.js: line 441, col 73, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 441, col 89, ['profile_links'] is better written in dot notation. +build/public/templates/account/topics.js: line 441, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 441, col 131, ['profile_links'] is better written in dot notation. +build/public/templates/account/topics.js: line 441, col 154, ['route'] is better written in dot notation. +build/public/templates/account/topics.js: line 443, col 163, Line is too long. +build/public/templates/account/topics.js: line 443, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 443, col 45, ['profile_links'] is better written in dot notation. +build/public/templates/account/topics.js: line 443, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 443, col 81, ['profile_links'] is better written in dot notation. +build/public/templates/account/topics.js: line 443, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 443, col 123, ['profile_links'] is better written in dot notation. +build/public/templates/account/topics.js: line 443, col 146, ['icon'] is better written in dot notation. +build/public/templates/account/topics.js: line 445, col 177, Line is too long. +build/public/templates/account/topics.js: line 445, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 445, col 57, ['profile_links'] is better written in dot notation. +build/public/templates/account/topics.js: line 445, col 77, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 445, col 93, ['profile_links'] is better written in dot notation. +build/public/templates/account/topics.js: line 445, col 119, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 445, col 135, ['profile_links'] is better written in dot notation. +build/public/templates/account/topics.js: line 445, col 158, ['icon'] is better written in dot notation. +build/public/templates/account/topics.js: line 448, col 173, Line is too long. +build/public/templates/account/topics.js: line 448, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 448, col 53, ['profile_links'] is better written in dot notation. +build/public/templates/account/topics.js: line 448, col 73, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 448, col 89, ['profile_links'] is better written in dot notation. +build/public/templates/account/topics.js: line 448, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 448, col 131, ['profile_links'] is better written in dot notation. +build/public/templates/account/topics.js: line 448, col 154, ['name'] is better written in dot notation. +build/public/templates/account/topics.js: line 425, col 13, 'key' is defined but never used. +build/public/templates/account/topics.js: line 424, col 114, 'value' is defined but never used. +build/public/templates/account/topics.js: line 424, col 106, 'length' is defined but never used. +build/public/templates/account/topics.js: line 423, col 11, 'value' is defined but never used. +build/public/templates/account/topics.js: line 421, col 76, 'helper' is defined but never used. +build/public/templates/account/topics.js: line 457, col 119, Line is too long. +build/public/templates/account/topics.js: line 457, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 457, col 52, ['sortOptions'] is better written in dot notation. +build/public/templates/account/topics.js: line 459, col 104, Line is too long. +build/public/templates/account/topics.js: line 460, col 120, Line is too long. +build/public/templates/account/topics.js: line 460, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 460, col 53, ['config'] is better written in dot notation. +build/public/templates/account/topics.js: line 460, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 460, col 82, ['config'] is better written in dot notation. +build/public/templates/account/topics.js: line 460, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/topics.js: line 461, col 166, Line is too long. +build/public/templates/account/topics.js: line 461, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 461, col 53, ['sortOptions'] is better written in dot notation. +build/public/templates/account/topics.js: line 461, col 71, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 461, col 87, ['sortOptions'] is better written in dot notation. +build/public/templates/account/topics.js: line 461, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 461, col 127, ['sortOptions'] is better written in dot notation. +build/public/templates/account/topics.js: line 461, col 148, ['url'] is better written in dot notation. +build/public/templates/account/topics.js: line 463, col 167, Line is too long. +build/public/templates/account/topics.js: line 463, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 463, col 53, ['sortOptions'] is better written in dot notation. +build/public/templates/account/topics.js: line 463, col 71, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 463, col 87, ['sortOptions'] is better written in dot notation. +build/public/templates/account/topics.js: line 463, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 463, col 127, ['sortOptions'] is better written in dot notation. +build/public/templates/account/topics.js: line 463, col 148, ['name'] is better written in dot notation. +build/public/templates/account/topics.js: line 465, col 161, Line is too long. +build/public/templates/account/topics.js: line 465, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 465, col 45, ['sortOptions'] is better written in dot notation. +build/public/templates/account/topics.js: line 465, col 63, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 465, col 79, ['sortOptions'] is better written in dot notation. +build/public/templates/account/topics.js: line 465, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 465, col 119, ['sortOptions'] is better written in dot notation. +build/public/templates/account/topics.js: line 465, col 140, ['selected'] is better written in dot notation. +build/public/templates/account/topics.js: line 458, col 13, 'key' is defined but never used. +build/public/templates/account/topics.js: line 457, col 112, 'value' is defined but never used. +build/public/templates/account/topics.js: line 457, col 104, 'length' is defined but never used. +build/public/templates/account/topics.js: line 457, col 97, 'index' is defined but never used. +build/public/templates/account/topics.js: line 456, col 11, 'value' is defined but never used. +build/public/templates/account/topics.js: line 454, col 72, 'helper' is defined but never used. +build/public/templates/account/topics.js: line 476, col 114, Line is too long. +build/public/templates/account/topics.js: line 476, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 476, col 52, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 478, col 149, Line is too long. +build/public/templates/account/topics.js: line 481, col 151, Line is too long. +build/public/templates/account/topics.js: line 481, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 481, col 53, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 481, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 481, col 82, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 481, col 101, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 481, col 117, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 481, col 133, ['tid'] is better written in dot notation. +build/public/templates/account/topics.js: line 483, col 153, Line is too long. +build/public/templates/account/topics.js: line 483, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 483, col 53, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 483, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 483, col 82, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 483, col 101, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 483, col 117, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 483, col 133, ['index'] is better written in dot notation. +build/public/templates/account/topics.js: line 485, col 151, Line is too long. +build/public/templates/account/topics.js: line 485, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 485, col 53, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 485, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 485, col 82, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 485, col 101, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 485, col 117, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 485, col 133, ['cid'] is better written in dot notation. +build/public/templates/account/topics.js: line 486, col 133, Line is too long. +build/public/templates/account/topics.js: line 487, col 120, Line is too long. +build/public/templates/account/topics.js: line 487, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 487, col 53, ['config'] is better written in dot notation. +build/public/templates/account/topics.js: line 487, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 487, col 82, ['config'] is better written in dot notation. +build/public/templates/account/topics.js: line 487, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/topics.js: line 489, col 152, Line is too long. +build/public/templates/account/topics.js: line 489, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 489, col 53, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 489, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 489, col 82, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 489, col 101, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 489, col 117, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 489, col 133, ['slug'] is better written in dot notation. +build/public/templates/account/topics.js: line 491, col 194, Line is too long. +build/public/templates/account/topics.js: line 491, col 76, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 491, col 92, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 491, col 105, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 491, col 121, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 491, col 140, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 491, col 156, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 491, col 172, ['title'] is better written in dot notation. +build/public/templates/account/topics.js: line 492, col 120, Line is too long. +build/public/templates/account/topics.js: line 493, col 199, Line is too long. +build/public/templates/account/topics.js: line 493, col 76, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 493, col 92, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 493, col 105, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 493, col 121, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 493, col 140, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 493, col 156, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 493, col 172, ['index'] is better written in dot notation. +build/public/templates/account/topics.js: line 495, col 153, Line is too long. +build/public/templates/account/topics.js: line 495, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 495, col 53, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 495, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 495, col 82, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 495, col 101, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 495, col 117, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 495, col 133, ['index'] is better written in dot notation. +build/public/templates/account/topics.js: line 497, col 153, Line is too long. +build/public/templates/account/topics.js: line 497, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 497, col 53, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 497, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 497, col 82, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 497, col 101, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 497, col 117, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 497, col 133, ['index'] is better written in dot notation. +build/public/templates/account/topics.js: line 498, col 129, Line is too long. +build/public/templates/account/topics.js: line 499, col 162, Line is too long. +build/public/templates/account/topics.js: line 499, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 499, col 45, ['config'] is better written in dot notation. +build/public/templates/account/topics.js: line 499, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 499, col 74, ['config'] is better written in dot notation. +build/public/templates/account/topics.js: line 499, col 84, ['theme'] is better written in dot notation. +build/public/templates/account/topics.js: line 499, col 96, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 499, col 112, ['config'] is better written in dot notation. +build/public/templates/account/topics.js: line 499, col 122, ['theme'] is better written in dot notation. +build/public/templates/account/topics.js: line 499, col 131, ['mobileTopicTeasers'] is better written in dot notation. +build/public/templates/account/topics.js: line 502, col 141, Line is too long. +build/public/templates/account/topics.js: line 503, col 210, Line is too long. +build/public/templates/account/topics.js: line 503, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 503, col 53, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 503, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 503, col 82, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 503, col 101, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 503, col 117, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 503, col 133, ['user'] is better written in dot notation. +build/public/templates/account/topics.js: line 503, col 144, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 503, col 160, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 503, col 176, ['user'] is better written in dot notation. +build/public/templates/account/topics.js: line 503, col 184, ['displayname'] is better written in dot notation. +build/public/templates/account/topics.js: line 505, col 197, Line is too long. +build/public/templates/account/topics.js: line 505, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 505, col 45, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 505, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 505, col 74, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 505, col 93, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 505, col 109, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 505, col 125, ['user'] is better written in dot notation. +build/public/templates/account/topics.js: line 505, col 136, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 505, col 152, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 505, col 168, ['user'] is better written in dot notation. +build/public/templates/account/topics.js: line 505, col 176, ['userslug'] is better written in dot notation. +build/public/templates/account/topics.js: line 506, col 122, Line is too long. +build/public/templates/account/topics.js: line 506, col 39, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 506, col 55, ['config'] is better written in dot notation. +build/public/templates/account/topics.js: line 506, col 68, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 506, col 84, ['config'] is better written in dot notation. +build/public/templates/account/topics.js: line 506, col 94, ['relative_path'] is better written in dot notation. +build/public/templates/account/topics.js: line 508, col 210, Line is too long. +build/public/templates/account/topics.js: line 508, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 508, col 57, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 508, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 508, col 86, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 508, col 105, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 508, col 121, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 508, col 137, ['user'] is better written in dot notation. +build/public/templates/account/topics.js: line 508, col 148, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 508, col 164, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 508, col 180, ['user'] is better written in dot notation. +build/public/templates/account/topics.js: line 508, col 188, ['userslug'] is better written in dot notation. +build/public/templates/account/topics.js: line 511, col 254, Line is too long. +build/public/templates/account/topics.js: line 511, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 511, col 94, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 511, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 511, col 123, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 511, col 142, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 511, col 158, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 511, col 174, ['user'] is better written in dot notation. +build/public/templates/account/topics.js: line 511, col 217, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 513, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 513, col 45, ['showSelect'] is better written in dot notation. +build/public/templates/account/topics.js: line 514, col 257, Line is too long. +build/public/templates/account/topics.js: line 516, col 193, Line is too long. +build/public/templates/account/topics.js: line 517, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 517, col 45, ['showSelect'] is better written in dot notation. +build/public/templates/account/topics.js: line 521, col 146, Line is too long. +build/public/templates/account/topics.js: line 521, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 521, col 45, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 521, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 521, col 74, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 521, col 93, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 521, col 109, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 521, col 125, ['noAnchor'] is better written in dot notation. +build/public/templates/account/topics.js: line 523, col 122, Line is too long. +build/public/templates/account/topics.js: line 523, col 39, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 523, col 55, ['config'] is better written in dot notation. +build/public/templates/account/topics.js: line 523, col 68, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 523, col 84, ['config'] is better written in dot notation. +build/public/templates/account/topics.js: line 523, col 94, ['relative_path'] is better written in dot notation. +build/public/templates/account/topics.js: line 525, col 156, Line is too long. +build/public/templates/account/topics.js: line 525, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 525, col 57, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 525, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 525, col 86, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 525, col 105, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 525, col 121, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 525, col 137, ['slug'] is better written in dot notation. +build/public/templates/account/topics.js: line 526, col 150, Line is too long. +build/public/templates/account/topics.js: line 526, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 526, col 49, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 526, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 526, col 78, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 526, col 97, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 526, col 113, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 526, col 129, ['bookmark'] is better written in dot notation. +build/public/templates/account/topics.js: line 528, col 163, Line is too long. +build/public/templates/account/topics.js: line 528, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 528, col 61, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 528, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 528, col 90, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 528, col 109, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 528, col 125, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 528, col 141, ['bookmark'] is better written in dot notation. +build/public/templates/account/topics.js: line 531, col 153, Line is too long. +build/public/templates/account/topics.js: line 531, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 531, col 53, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 531, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 531, col 82, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 531, col 101, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 531, col 117, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 531, col 133, ['title'] is better written in dot notation. +build/public/templates/account/topics.js: line 532, col 201, Line is too long. +build/public/templates/account/topics.js: line 533, col 146, Line is too long. +build/public/templates/account/topics.js: line 533, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 533, col 45, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 533, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 533, col 74, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 533, col 93, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 533, col 109, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 533, col 125, ['followed'] is better written in dot notation. +build/public/templates/account/topics.js: line 536, col 175, Line is too long. +build/public/templates/account/topics.js: line 537, col 145, Line is too long. +build/public/templates/account/topics.js: line 537, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 537, col 45, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 537, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 537, col 74, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 537, col 93, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 537, col 109, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 537, col 125, ['ignored'] is better written in dot notation. +build/public/templates/account/topics.js: line 540, col 180, Line is too long. +build/public/templates/account/topics.js: line 541, col 147, Line is too long. +build/public/templates/account/topics.js: line 541, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 541, col 45, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 541, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 541, col 74, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 541, col 93, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 541, col 109, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 541, col 125, ['scheduled'] is better written in dot notation. +build/public/templates/account/topics.js: line 544, col 176, Line is too long. +build/public/templates/account/topics.js: line 545, col 285, Line is too long. +build/public/templates/account/topics.js: line 545, col 30, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 545, col 46, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 545, col 59, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 545, col 75, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 545, col 94, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 545, col 110, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 545, col 126, ['scheduled'] is better written in dot notation. +build/public/templates/account/topics.js: line 545, col 169, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 545, col 185, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 545, col 198, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 545, col 214, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 545, col 233, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 545, col 249, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 545, col 265, ['pinned'] is better written in dot notation. +build/public/templates/account/topics.js: line 549, col 147, Line is too long. +build/public/templates/account/topics.js: line 549, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 549, col 45, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 549, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 549, col 74, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 549, col 93, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 549, col 109, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 549, col 125, ['pinExpiry'] is better written in dot notation. +build/public/templates/account/topics.js: line 551, col 311, Line is too long. +build/public/templates/account/topics.js: line 551, col 92, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 551, col 108, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 551, col 121, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 551, col 137, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 551, col 156, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 551, col 172, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 551, col 188, ['pinExpiryISO'] is better written in dot notation. +build/public/templates/account/topics.js: line 551, col 231, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 551, col 247, ['config'] is better written in dot notation. +build/public/templates/account/topics.js: line 551, col 260, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 551, col 276, ['config'] is better written in dot notation. +build/public/templates/account/topics.js: line 551, col 286, ['userLang'] is better written in dot notation. +build/public/templates/account/topics.js: line 554, col 113, Line is too long. +build/public/templates/account/topics.js: line 555, col 144, Line is too long. +build/public/templates/account/topics.js: line 555, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 555, col 45, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 555, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 555, col 74, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 555, col 93, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 555, col 109, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 555, col 125, ['locked'] is better written in dot notation. +build/public/templates/account/topics.js: line 558, col 169, Line is too long. +build/public/templates/account/topics.js: line 559, col 144, Line is too long. +build/public/templates/account/topics.js: line 559, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 559, col 45, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 559, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 559, col 74, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 559, col 93, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 559, col 109, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 559, col 125, ['oldCid'] is better written in dot notation. +build/public/templates/account/topics.js: line 562, col 103, Line is too long. +build/public/templates/account/topics.js: line 563, col 190, Line is too long. +build/public/templates/account/topics.js: line 563, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 563, col 49, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 563, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 563, col 78, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 563, col 97, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 563, col 113, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 563, col 129, ['icons'] is better written in dot notation. +build/public/templates/account/topics.js: line 564, col 17, 'key' is defined but never used. +build/public/templates/account/topics.js: line 572, col 298, Line is too long. +build/public/templates/account/topics.js: line 572, col 31, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 572, col 47, ['template'] is better written in dot notation. +build/public/templates/account/topics.js: line 572, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 572, col 78, ['template'] is better written in dot notation. +build/public/templates/account/topics.js: line 572, col 90, ['category'] is better written in dot notation. +build/public/templates/account/topics.js: line 572, col 132, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 572, col 148, ['cid'] is better written in dot notation. +build/public/templates/account/topics.js: line 572, col 184, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 572, col 200, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 572, col 213, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 572, col 229, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 572, col 248, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 572, col 264, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 572, col 280, ['cid'] is better written in dot notation. +build/public/templates/account/topics.js: line 572, col 166, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 574, col 225, Line is too long. +build/public/templates/account/topics.js: line 574, col 89, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 574, col 105, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 574, col 118, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 574, col 134, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 574, col 153, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 574, col 169, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 574, col 185, ['category'] is better written in dot notation. +build/public/templates/account/topics.js: line 578, col 151, Line is too long. +build/public/templates/account/topics.js: line 578, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 578, col 53, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 578, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 578, col 82, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 578, col 101, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 578, col 117, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 578, col 133, ['tid'] is better written in dot notation. +build/public/templates/account/topics.js: line 580, col 195, Line is too long. +build/public/templates/account/topics.js: line 580, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 580, col 45, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 580, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 580, col 74, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 580, col 93, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 580, col 109, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 580, col 125, ['tags'] is better written in dot notation. +build/public/templates/account/topics.js: line 580, col 136, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 580, col 152, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 580, col 168, ['tags'] is better written in dot notation. +build/public/templates/account/topics.js: line 580, col 176, ['length'] is better written in dot notation. +build/public/templates/account/topics.js: line 584, col 189, Line is too long. +build/public/templates/account/topics.js: line 584, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 584, col 49, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 584, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 584, col 78, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 584, col 97, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 584, col 113, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 584, col 129, ['tags'] is better written in dot notation. +build/public/templates/account/topics.js: line 587, col 124, Line is too long. +build/public/templates/account/topics.js: line 587, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 587, col 57, ['config'] is better written in dot notation. +build/public/templates/account/topics.js: line 587, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 587, col 86, ['config'] is better written in dot notation. +build/public/templates/account/topics.js: line 587, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/account/topics.js: line 589, col 270, Line is too long. +build/public/templates/account/topics.js: line 589, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 589, col 57, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 589, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 589, col 86, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 589, col 105, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 589, col 121, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 589, col 137, ['tags'] is better written in dot notation. +build/public/templates/account/topics.js: line 589, col 148, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 589, col 164, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 589, col 180, ['tags'] is better written in dot notation. +build/public/templates/account/topics.js: line 589, col 197, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 589, col 213, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 589, col 229, ['tags'] is better written in dot notation. +build/public/templates/account/topics.js: line 589, col 243, ['valueEncoded'] is better written in dot notation. +build/public/templates/account/topics.js: line 591, col 263, Line is too long. +build/public/templates/account/topics.js: line 591, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 591, col 57, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 591, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 591, col 86, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 591, col 105, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 591, col 121, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 591, col 137, ['tags'] is better written in dot notation. +build/public/templates/account/topics.js: line 591, col 148, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 591, col 164, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 591, col 180, ['tags'] is better written in dot notation. +build/public/templates/account/topics.js: line 591, col 197, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 591, col 213, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 591, col 229, ['tags'] is better written in dot notation. +build/public/templates/account/topics.js: line 593, col 263, Line is too long. +build/public/templates/account/topics.js: line 593, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 593, col 57, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 593, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 593, col 86, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 593, col 105, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 593, col 121, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 593, col 137, ['tags'] is better written in dot notation. +build/public/templates/account/topics.js: line 593, col 148, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 593, col 164, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 593, col 180, ['tags'] is better written in dot notation. +build/public/templates/account/topics.js: line 593, col 197, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 593, col 213, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 593, col 229, ['tags'] is better written in dot notation. +build/public/templates/account/topics.js: line 593, col 243, ['value'] is better written in dot notation. +build/public/templates/account/topics.js: line 595, col 270, Line is too long. +build/public/templates/account/topics.js: line 595, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 595, col 57, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 595, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 595, col 86, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 595, col 105, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 595, col 121, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 595, col 137, ['tags'] is better written in dot notation. +build/public/templates/account/topics.js: line 595, col 148, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 595, col 164, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 595, col 180, ['tags'] is better written in dot notation. +build/public/templates/account/topics.js: line 595, col 197, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 595, col 213, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 595, col 229, ['tags'] is better written in dot notation. +build/public/templates/account/topics.js: line 595, col 243, ['valueEscaped'] is better written in dot notation. +build/public/templates/account/topics.js: line 585, col 17, 'key' is defined but never used. +build/public/templates/account/topics.js: line 584, col 182, 'value' is defined but never used. +build/public/templates/account/topics.js: line 584, col 174, 'length' is defined but never used. +build/public/templates/account/topics.js: line 584, col 167, 'index' is defined but never used. +build/public/templates/account/topics.js: line 600, col 250, Line is too long. +build/public/templates/account/topics.js: line 601, col 256, Line is too long. +build/public/templates/account/topics.js: line 601, col 86, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 601, col 102, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 601, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 601, col 131, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 601, col 150, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 601, col 166, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 601, col 182, ['postcount'] is better written in dot notation. +build/public/templates/account/topics.js: line 601, col 222, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 603, col 120, Line is too long. +build/public/templates/account/topics.js: line 603, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 603, col 53, ['config'] is better written in dot notation. +build/public/templates/account/topics.js: line 603, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 603, col 82, ['config'] is better written in dot notation. +build/public/templates/account/topics.js: line 603, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/topics.js: line 605, col 152, Line is too long. +build/public/templates/account/topics.js: line 605, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 605, col 53, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 605, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 605, col 82, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 605, col 101, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 605, col 117, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 605, col 133, ['slug'] is better written in dot notation. +build/public/templates/account/topics.js: line 606, col 361, Line is too long. +build/public/templates/account/topics.js: line 606, col 30, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 606, col 46, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 606, col 59, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 606, col 75, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 606, col 94, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 606, col 110, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 606, col 126, ['teaser'] is better written in dot notation. +build/public/templates/account/topics.js: line 606, col 139, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 606, col 155, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 606, col 171, ['teaser'] is better written in dot notation. +build/public/templates/account/topics.js: line 606, col 181, ['timestampISO'] is better written in dot notation. +build/public/templates/account/topics.js: line 606, col 227, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 606, col 243, ['config'] is better written in dot notation. +build/public/templates/account/topics.js: line 606, col 256, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 606, col 272, ['config'] is better written in dot notation. +build/public/templates/account/topics.js: line 606, col 282, ['theme'] is better written in dot notation. +build/public/templates/account/topics.js: line 606, col 294, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 606, col 310, ['config'] is better written in dot notation. +build/public/templates/account/topics.js: line 606, col 320, ['theme'] is better written in dot notation. +build/public/templates/account/topics.js: line 606, col 329, ['mobileTopicTeasers'] is better written in dot notation. +build/public/templates/account/topics.js: line 608, col 211, Line is too long. +build/public/templates/account/topics.js: line 608, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 608, col 57, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 608, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 608, col 86, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 608, col 105, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 608, col 121, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 608, col 137, ['teaser'] is better written in dot notation. +build/public/templates/account/topics.js: line 608, col 150, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 608, col 166, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 608, col 182, ['teaser'] is better written in dot notation. +build/public/templates/account/topics.js: line 608, col 192, ['index'] is better written in dot notation. +build/public/templates/account/topics.js: line 611, col 361, Line is too long. +build/public/templates/account/topics.js: line 611, col 30, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 611, col 46, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 611, col 59, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 611, col 75, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 611, col 94, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 611, col 110, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 611, col 126, ['teaser'] is better written in dot notation. +build/public/templates/account/topics.js: line 611, col 139, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 611, col 155, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 611, col 171, ['teaser'] is better written in dot notation. +build/public/templates/account/topics.js: line 611, col 181, ['timestampISO'] is better written in dot notation. +build/public/templates/account/topics.js: line 611, col 227, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 611, col 243, ['config'] is better written in dot notation. +build/public/templates/account/topics.js: line 611, col 256, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 611, col 272, ['config'] is better written in dot notation. +build/public/templates/account/topics.js: line 611, col 282, ['theme'] is better written in dot notation. +build/public/templates/account/topics.js: line 611, col 294, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 611, col 310, ['config'] is better written in dot notation. +build/public/templates/account/topics.js: line 611, col 320, ['theme'] is better written in dot notation. +build/public/templates/account/topics.js: line 611, col 329, ['mobileTopicTeasers'] is better written in dot notation. +build/public/templates/account/topics.js: line 612, col 216, Line is too long. +build/public/templates/account/topics.js: line 612, col 39, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 612, col 55, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 612, col 68, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 612, col 84, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 612, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 612, col 119, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 612, col 135, ['teaser'] is better written in dot notation. +build/public/templates/account/topics.js: line 612, col 148, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 612, col 164, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 612, col 180, ['teaser'] is better written in dot notation. +build/public/templates/account/topics.js: line 612, col 190, ['timestampISO'] is better written in dot notation. +build/public/templates/account/topics.js: line 613, col 163, Line is too long. +build/public/templates/account/topics.js: line 613, col 39, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 613, col 55, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 613, col 68, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 613, col 84, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 613, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 613, col 119, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 613, col 135, ['timestampISO'] is better written in dot notation. +build/public/templates/account/topics.js: line 615, col 120, Line is too long. +build/public/templates/account/topics.js: line 615, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 615, col 53, ['config'] is better written in dot notation. +build/public/templates/account/topics.js: line 615, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 615, col 82, ['config'] is better written in dot notation. +build/public/templates/account/topics.js: line 615, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/topics.js: line 617, col 152, Line is too long. +build/public/templates/account/topics.js: line 617, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 617, col 53, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 617, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 617, col 82, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 617, col 101, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 617, col 117, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 617, col 133, ['slug'] is better written in dot notation. +build/public/templates/account/topics.js: line 618, col 104, Line is too long. +build/public/templates/account/topics.js: line 619, col 160, Line is too long. +build/public/templates/account/topics.js: line 619, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 619, col 53, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 619, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 619, col 82, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 619, col 101, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 619, col 117, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 619, col 133, ['timestampISO'] is better written in dot notation. +build/public/templates/account/topics.js: line 621, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 621, col 45, ['showSelect'] is better written in dot notation. +build/public/templates/account/topics.js: line 622, col 219, Line is too long. +build/public/templates/account/topics.js: line 625, col 199, Line is too long. +build/public/templates/account/topics.js: line 625, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 625, col 45, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 625, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 625, col 74, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 625, col 93, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 625, col 109, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 625, col 125, ['thumbs'] is better written in dot notation. +build/public/templates/account/topics.js: line 625, col 138, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 625, col 154, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 625, col 170, ['thumbs'] is better written in dot notation. +build/public/templates/account/topics.js: line 625, col 180, ['length'] is better written in dot notation. +build/public/templates/account/topics.js: line 626, col 123, Line is too long. +build/public/templates/account/topics.js: line 627, col 124, Line is too long. +build/public/templates/account/topics.js: line 627, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 627, col 57, ['config'] is better written in dot notation. +build/public/templates/account/topics.js: line 627, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 627, col 86, ['config'] is better written in dot notation. +build/public/templates/account/topics.js: line 627, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/account/topics.js: line 629, col 156, Line is too long. +build/public/templates/account/topics.js: line 629, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 629, col 57, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 629, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 629, col 86, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 629, col 105, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 629, col 121, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 629, col 137, ['slug'] is better written in dot notation. +build/public/templates/account/topics.js: line 630, col 150, Line is too long. +build/public/templates/account/topics.js: line 630, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 630, col 49, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 630, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 630, col 78, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 630, col 97, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 630, col 113, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 630, col 129, ['bookmark'] is better written in dot notation. +build/public/templates/account/topics.js: line 632, col 163, Line is too long. +build/public/templates/account/topics.js: line 632, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 632, col 61, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 632, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 632, col 90, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 632, col 109, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 632, col 125, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 632, col 141, ['bookmark'] is better written in dot notation. +build/public/templates/account/topics.js: line 634, col 190, Line is too long. +build/public/templates/account/topics.js: line 635, col 265, Line is too long. +build/public/templates/account/topics.js: line 635, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 635, col 57, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 635, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 635, col 86, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 635, col 105, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 635, col 121, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 635, col 137, ['thumbs'] is better written in dot notation. +build/public/templates/account/topics.js: line 635, col 150, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 635, col 166, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 635, col 182, ['thumbs'] is better written in dot notation. +build/public/templates/account/topics.js: line 635, col 200, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 635, col 216, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 635, col 232, ['thumbs'] is better written in dot notation. +build/public/templates/account/topics.js: line 635, col 247, ['url'] is better written in dot notation. +build/public/templates/account/topics.js: line 637, col 213, Line is too long. +build/public/templates/account/topics.js: line 637, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 637, col 57, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 637, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 637, col 86, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 637, col 105, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 637, col 121, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 637, col 137, ['thumbs'] is better written in dot notation. +build/public/templates/account/topics.js: line 637, col 150, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 637, col 166, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 637, col 182, ['thumbs'] is better written in dot notation. +build/public/templates/account/topics.js: line 637, col 192, ['length'] is better written in dot notation. +build/public/templates/account/topics.js: line 638, col 231, Line is too long. +build/public/templates/account/topics.js: line 639, col 213, Line is too long. +build/public/templates/account/topics.js: line 639, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 639, col 57, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 639, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 639, col 86, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 639, col 105, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 639, col 121, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 639, col 137, ['thumbs'] is better written in dot notation. +build/public/templates/account/topics.js: line 639, col 150, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 639, col 166, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 639, col 182, ['thumbs'] is better written in dot notation. +build/public/templates/account/topics.js: line 639, col 192, ['length'] is better written in dot notation. +build/public/templates/account/topics.js: line 642, col 193, Line is too long. +build/public/templates/account/topics.js: line 643, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 647, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 649, col 131, Line is too long. +build/public/templates/account/topics.js: line 650, col 157, Line is too long. +build/public/templates/account/topics.js: line 650, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 650, col 57, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 650, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 650, col 86, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 650, col 105, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 650, col 121, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 650, col 137, ['votes'] is better written in dot notation. +build/public/templates/account/topics.js: line 652, col 256, Line is too long. +build/public/templates/account/topics.js: line 652, col 90, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 652, col 106, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 652, col 119, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 652, col 135, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 652, col 154, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 652, col 170, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 652, col 186, ['votes'] is better written in dot notation. +build/public/templates/account/topics.js: line 652, col 222, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 653, col 200, Line is too long. +build/public/templates/account/topics.js: line 654, col 133, Line is too long. +build/public/templates/account/topics.js: line 655, col 157, Line is too long. +build/public/templates/account/topics.js: line 655, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 655, col 53, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 655, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 655, col 82, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 655, col 101, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 655, col 117, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 655, col 133, ['postcount'] is better written in dot notation. +build/public/templates/account/topics.js: line 657, col 256, Line is too long. +build/public/templates/account/topics.js: line 657, col 86, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 657, col 102, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 657, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 657, col 131, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 657, col 150, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 657, col 166, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 657, col 182, ['postcount'] is better written in dot notation. +build/public/templates/account/topics.js: line 657, col 222, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 658, col 316, Line is too long. +build/public/templates/account/topics.js: line 659, col 157, Line is too long. +build/public/templates/account/topics.js: line 659, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 659, col 53, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 659, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 659, col 82, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 659, col 101, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 659, col 117, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 659, col 133, ['viewcount'] is better written in dot notation. +build/public/templates/account/topics.js: line 661, col 256, Line is too long. +build/public/templates/account/topics.js: line 661, col 86, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 661, col 102, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 661, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 661, col 131, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 661, col 150, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 661, col 166, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 661, col 182, ['viewcount'] is better written in dot notation. +build/public/templates/account/topics.js: line 661, col 222, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 662, col 264, Line is too long. +build/public/templates/account/topics.js: line 663, col 162, Line is too long. +build/public/templates/account/topics.js: line 663, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 663, col 45, ['config'] is better written in dot notation. +build/public/templates/account/topics.js: line 663, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 663, col 74, ['config'] is better written in dot notation. +build/public/templates/account/topics.js: line 663, col 84, ['theme'] is better written in dot notation. +build/public/templates/account/topics.js: line 663, col 96, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 663, col 112, ['config'] is better written in dot notation. +build/public/templates/account/topics.js: line 663, col 122, ['theme'] is better written in dot notation. +build/public/templates/account/topics.js: line 663, col 131, ['mobileTopicTeasers'] is better written in dot notation. +build/public/templates/account/topics.js: line 666, col 125, Line is too long. +build/public/templates/account/topics.js: line 667, col 214, Line is too long. +build/public/templates/account/topics.js: line 667, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 667, col 53, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 667, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 667, col 82, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 667, col 101, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 667, col 117, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 667, col 133, ['category'] is better written in dot notation. +build/public/templates/account/topics.js: line 667, col 148, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 667, col 164, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 667, col 180, ['category'] is better written in dot notation. +build/public/templates/account/topics.js: line 667, col 192, ['bgColor'] is better written in dot notation. +build/public/templates/account/topics.js: line 669, col 147, Line is too long. +build/public/templates/account/topics.js: line 669, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 669, col 45, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 669, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 669, col 74, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 669, col 93, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 669, col 109, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 669, col 125, ['unreplied'] is better written in dot notation. +build/public/templates/account/topics.js: line 672, col 200, Line is too long. +build/public/templates/account/topics.js: line 672, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 672, col 49, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 672, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 672, col 78, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 672, col 97, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 672, col 113, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 672, col 129, ['teaser'] is better written in dot notation. +build/public/templates/account/topics.js: line 672, col 142, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 672, col 158, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 672, col 174, ['teaser'] is better written in dot notation. +build/public/templates/account/topics.js: line 672, col 184, ['pid'] is better written in dot notation. +build/public/templates/account/topics.js: line 674, col 270, Line is too long. +build/public/templates/account/topics.js: line 674, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 674, col 53, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 674, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 674, col 82, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 674, col 101, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 674, col 117, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 674, col 133, ['teaser'] is better written in dot notation. +build/public/templates/account/topics.js: line 674, col 146, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 674, col 162, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 674, col 178, ['teaser'] is better written in dot notation. +build/public/templates/account/topics.js: line 674, col 188, ['user'] is better written in dot notation. +build/public/templates/account/topics.js: line 674, col 199, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 674, col 215, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 674, col 231, ['teaser'] is better written in dot notation. +build/public/templates/account/topics.js: line 674, col 241, ['user'] is better written in dot notation. +build/public/templates/account/topics.js: line 674, col 249, ['userslug'] is better written in dot notation. +build/public/templates/account/topics.js: line 675, col 130, Line is too long. +build/public/templates/account/topics.js: line 675, col 47, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 675, col 63, ['config'] is better written in dot notation. +build/public/templates/account/topics.js: line 675, col 76, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 675, col 92, ['config'] is better written in dot notation. +build/public/templates/account/topics.js: line 675, col 102, ['relative_path'] is better written in dot notation. +build/public/templates/account/topics.js: line 677, col 283, Line is too long. +build/public/templates/account/topics.js: line 677, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 677, col 65, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 677, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 677, col 94, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 677, col 113, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 677, col 129, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 677, col 145, ['teaser'] is better written in dot notation. +build/public/templates/account/topics.js: line 677, col 158, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 677, col 174, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 677, col 190, ['teaser'] is better written in dot notation. +build/public/templates/account/topics.js: line 677, col 200, ['user'] is better written in dot notation. +build/public/templates/account/topics.js: line 677, col 211, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 677, col 227, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 677, col 243, ['teaser'] is better written in dot notation. +build/public/templates/account/topics.js: line 677, col 253, ['user'] is better written in dot notation. +build/public/templates/account/topics.js: line 677, col 261, ['userslug'] is better written in dot notation. +build/public/templates/account/topics.js: line 680, col 283, Line is too long. +build/public/templates/account/topics.js: line 680, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 680, col 61, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 680, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 680, col 90, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 680, col 109, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 680, col 125, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 680, col 141, ['teaser'] is better written in dot notation. +build/public/templates/account/topics.js: line 680, col 154, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 680, col 170, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 680, col 186, ['teaser'] is better written in dot notation. +build/public/templates/account/topics.js: line 680, col 196, ['user'] is better written in dot notation. +build/public/templates/account/topics.js: line 680, col 207, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 680, col 223, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 680, col 239, ['teaser'] is better written in dot notation. +build/public/templates/account/topics.js: line 680, col 249, ['user'] is better written in dot notation. +build/public/templates/account/topics.js: line 680, col 257, ['displayname'] is better written in dot notation. +build/public/templates/account/topics.js: line 682, col 317, Line is too long. +build/public/templates/account/topics.js: line 682, col 86, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 682, col 102, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 682, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 682, col 131, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 682, col 150, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 682, col 166, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 682, col 182, ['teaser'] is better written in dot notation. +build/public/templates/account/topics.js: line 682, col 195, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 682, col 211, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 682, col 227, ['teaser'] is better written in dot notation. +build/public/templates/account/topics.js: line 682, col 237, ['user'] is better written in dot notation. +build/public/templates/account/topics.js: line 682, col 280, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 684, col 128, Line is too long. +build/public/templates/account/topics.js: line 684, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 684, col 61, ['config'] is better written in dot notation. +build/public/templates/account/topics.js: line 684, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 684, col 90, ['config'] is better written in dot notation. +build/public/templates/account/topics.js: line 684, col 100, ['relative_path'] is better written in dot notation. +build/public/templates/account/topics.js: line 686, col 160, Line is too long. +build/public/templates/account/topics.js: line 686, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 686, col 61, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 686, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 686, col 90, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 686, col 109, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 686, col 125, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 686, col 141, ['slug'] is better written in dot notation. +build/public/templates/account/topics.js: line 688, col 216, Line is too long. +build/public/templates/account/topics.js: line 688, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 688, col 61, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 688, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 688, col 90, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 688, col 109, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 688, col 125, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 688, col 141, ['teaser'] is better written in dot notation. +build/public/templates/account/topics.js: line 688, col 154, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 688, col 170, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 688, col 186, ['teaser'] is better written in dot notation. +build/public/templates/account/topics.js: line 688, col 196, ['index'] is better written in dot notation. +build/public/templates/account/topics.js: line 690, col 223, Line is too long. +build/public/templates/account/topics.js: line 690, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 690, col 61, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 690, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 690, col 90, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 690, col 109, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 690, col 125, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 690, col 141, ['teaser'] is better written in dot notation. +build/public/templates/account/topics.js: line 690, col 154, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 690, col 170, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 690, col 186, ['teaser'] is better written in dot notation. +build/public/templates/account/topics.js: line 690, col 196, ['timestampISO'] is better written in dot notation. +build/public/templates/account/topics.js: line 691, col 230, Line is too long. +build/public/templates/account/topics.js: line 692, col 128, Line is too long. +build/public/templates/account/topics.js: line 692, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 692, col 61, ['config'] is better written in dot notation. +build/public/templates/account/topics.js: line 692, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 692, col 90, ['config'] is better written in dot notation. +build/public/templates/account/topics.js: line 692, col 100, ['relative_path'] is better written in dot notation. +build/public/templates/account/topics.js: line 694, col 160, Line is too long. +build/public/templates/account/topics.js: line 694, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 694, col 61, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 694, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 694, col 90, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 694, col 109, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 694, col 125, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 694, col 141, ['slug'] is better written in dot notation. +build/public/templates/account/topics.js: line 696, col 216, Line is too long. +build/public/templates/account/topics.js: line 696, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 696, col 61, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 696, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 696, col 90, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 696, col 109, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 696, col 125, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 696, col 141, ['teaser'] is better written in dot notation. +build/public/templates/account/topics.js: line 696, col 154, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 696, col 170, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 696, col 186, ['teaser'] is better written in dot notation. +build/public/templates/account/topics.js: line 696, col 196, ['index'] is better written in dot notation. +build/public/templates/account/topics.js: line 698, col 218, Line is too long. +build/public/templates/account/topics.js: line 698, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 698, col 61, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 698, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 698, col 90, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 698, col 109, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 698, col 125, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 698, col 141, ['teaser'] is better written in dot notation. +build/public/templates/account/topics.js: line 698, col 154, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 698, col 170, ['topics'] is better written in dot notation. +build/public/templates/account/topics.js: line 698, col 186, ['teaser'] is better written in dot notation. +build/public/templates/account/topics.js: line 698, col 196, ['content'] is better written in dot notation. +build/public/templates/account/topics.js: line 477, col 13, 'key' is defined but never used. +build/public/templates/account/topics.js: line 475, col 11, 'value' is defined but never used. +build/public/templates/account/topics.js: line 710, col 160, Line is too long. +build/public/templates/account/topics.js: line 710, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 710, col 52, ['pagination'] is better written in dot notation. +build/public/templates/account/topics.js: line 710, col 69, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 710, col 85, ['pagination'] is better written in dot notation. +build/public/templates/account/topics.js: line 710, col 99, ['pages'] is better written in dot notation. +build/public/templates/account/topics.js: line 713, col 219, Line is too long. +build/public/templates/account/topics.js: line 713, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 713, col 45, ['pagination'] is better written in dot notation. +build/public/templates/account/topics.js: line 713, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 713, col 78, ['pagination'] is better written in dot notation. +build/public/templates/account/topics.js: line 713, col 92, ['pages'] is better written in dot notation. +build/public/templates/account/topics.js: line 713, col 104, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 713, col 120, ['pagination'] is better written in dot notation. +build/public/templates/account/topics.js: line 713, col 134, ['pages'] is better written in dot notation. +build/public/templates/account/topics.js: line 713, col 152, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 713, col 168, ['pagination'] is better written in dot notation. +build/public/templates/account/topics.js: line 713, col 182, ['pages'] is better written in dot notation. +build/public/templates/account/topics.js: line 713, col 197, ['separator'] is better written in dot notation. +build/public/templates/account/topics.js: line 714, col 227, Line is too long. +build/public/templates/account/topics.js: line 716, col 220, Line is too long. +build/public/templates/account/topics.js: line 716, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 716, col 49, ['pagination'] is better written in dot notation. +build/public/templates/account/topics.js: line 716, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 716, col 82, ['pagination'] is better written in dot notation. +build/public/templates/account/topics.js: line 716, col 96, ['pages'] is better written in dot notation. +build/public/templates/account/topics.js: line 716, col 108, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 716, col 124, ['pagination'] is better written in dot notation. +build/public/templates/account/topics.js: line 716, col 138, ['pages'] is better written in dot notation. +build/public/templates/account/topics.js: line 716, col 156, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 716, col 172, ['pagination'] is better written in dot notation. +build/public/templates/account/topics.js: line 716, col 186, ['pages'] is better written in dot notation. +build/public/templates/account/topics.js: line 716, col 201, ['active'] is better written in dot notation. +build/public/templates/account/topics.js: line 720, col 226, Line is too long. +build/public/templates/account/topics.js: line 720, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 720, col 57, ['pagination'] is better written in dot notation. +build/public/templates/account/topics.js: line 720, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 720, col 90, ['pagination'] is better written in dot notation. +build/public/templates/account/topics.js: line 720, col 104, ['pages'] is better written in dot notation. +build/public/templates/account/topics.js: line 720, col 116, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 720, col 132, ['pagination'] is better written in dot notation. +build/public/templates/account/topics.js: line 720, col 146, ['pages'] is better written in dot notation. +build/public/templates/account/topics.js: line 720, col 164, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 720, col 180, ['pagination'] is better written in dot notation. +build/public/templates/account/topics.js: line 720, col 194, ['pages'] is better written in dot notation. +build/public/templates/account/topics.js: line 720, col 209, ['qs'] is better written in dot notation. +build/public/templates/account/topics.js: line 722, col 228, Line is too long. +build/public/templates/account/topics.js: line 722, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 722, col 57, ['pagination'] is better written in dot notation. +build/public/templates/account/topics.js: line 722, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 722, col 90, ['pagination'] is better written in dot notation. +build/public/templates/account/topics.js: line 722, col 104, ['pages'] is better written in dot notation. +build/public/templates/account/topics.js: line 722, col 116, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 722, col 132, ['pagination'] is better written in dot notation. +build/public/templates/account/topics.js: line 722, col 146, ['pages'] is better written in dot notation. +build/public/templates/account/topics.js: line 722, col 164, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 722, col 180, ['pagination'] is better written in dot notation. +build/public/templates/account/topics.js: line 722, col 194, ['pages'] is better written in dot notation. +build/public/templates/account/topics.js: line 722, col 209, ['page'] is better written in dot notation. +build/public/templates/account/topics.js: line 724, col 228, Line is too long. +build/public/templates/account/topics.js: line 724, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 724, col 57, ['pagination'] is better written in dot notation. +build/public/templates/account/topics.js: line 724, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 724, col 90, ['pagination'] is better written in dot notation. +build/public/templates/account/topics.js: line 724, col 104, ['pages'] is better written in dot notation. +build/public/templates/account/topics.js: line 724, col 116, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 724, col 132, ['pagination'] is better written in dot notation. +build/public/templates/account/topics.js: line 724, col 146, ['pages'] is better written in dot notation. +build/public/templates/account/topics.js: line 724, col 164, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 724, col 180, ['pagination'] is better written in dot notation. +build/public/templates/account/topics.js: line 724, col 194, ['pages'] is better written in dot notation. +build/public/templates/account/topics.js: line 724, col 209, ['page'] is better written in dot notation. +build/public/templates/account/topics.js: line 726, col 228, Line is too long. +build/public/templates/account/topics.js: line 726, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 726, col 57, ['pagination'] is better written in dot notation. +build/public/templates/account/topics.js: line 726, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 726, col 90, ['pagination'] is better written in dot notation. +build/public/templates/account/topics.js: line 726, col 104, ['pages'] is better written in dot notation. +build/public/templates/account/topics.js: line 726, col 116, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 726, col 132, ['pagination'] is better written in dot notation. +build/public/templates/account/topics.js: line 726, col 146, ['pages'] is better written in dot notation. +build/public/templates/account/topics.js: line 726, col 164, Expected '!==' and instead saw '!='. +build/public/templates/account/topics.js: line 726, col 180, ['pagination'] is better written in dot notation. +build/public/templates/account/topics.js: line 726, col 194, ['pages'] is better written in dot notation. +build/public/templates/account/topics.js: line 726, col 209, ['page'] is better written in dot notation. +build/public/templates/account/topics.js: line 711, col 13, 'key' is defined but never used. +build/public/templates/account/topics.js: line 710, col 153, 'value' is defined but never used. +build/public/templates/account/topics.js: line 710, col 145, 'length' is defined but never used. +build/public/templates/account/topics.js: line 710, col 138, 'index' is defined but never used. +build/public/templates/account/topics.js: line 709, col 11, 'value' is defined but never used. +build/public/templates/account/topics.js: line 707, col 81, 'helper' is defined but never used. +build/public/templates/account/topics.js: line 736, col 3, Missing semicolon. +build/public/templates/account/topics.js: line 5, col 46, 'define' is not defined. +build/public/templates/account/topics.js: line 6, col 5, 'define' is not defined. + +build/public/templates/account/uploads.js: line 13, col 109, Line is too long. +build/public/templates/account/uploads.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 13, col 41, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/uploads.js: line 13, col 59, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 13, col 75, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/uploads.js: line 13, col 90, ['length'] is better written in dot notation. +build/public/templates/account/uploads.js: line 14, col 136, Line is too long. +build/public/templates/account/uploads.js: line 15, col 26, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/uploads.js: line 21, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 23, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 25, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 25, col 49, ['uid'] is better written in dot notation. +build/public/templates/account/uploads.js: line 27, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 27, col 41, ['picture'] is better written in dot notation. +build/public/templates/account/uploads.js: line 29, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 29, col 53, ['picture'] is better written in dot notation. +build/public/templates/account/uploads.js: line 32, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 34, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 34, col 53, ['username'] is better written in dot notation. +build/public/templates/account/uploads.js: line 36, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 38, col 122, Line is too long. +build/public/templates/account/uploads.js: line 39, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 39, col 49, ['status'] is better written in dot notation. +build/public/templates/account/uploads.js: line 41, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 41, col 49, ['status'] is better written in dot notation. +build/public/templates/account/uploads.js: line 43, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 43, col 41, ['loggedIn'] is better written in dot notation. +build/public/templates/account/uploads.js: line 45, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 45, col 45, ['isSelf'] is better written in dot notation. +build/public/templates/account/uploads.js: line 48, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 48, col 49, ['isFollowing'] is better written in dot notation. +build/public/templates/account/uploads.js: line 52, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 52, col 49, ['isFollowing'] is better written in dot notation. +build/public/templates/account/uploads.js: line 55, col 137, Line is too long. +build/public/templates/account/uploads.js: line 59, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 59, col 41, ['allowCoverPicture'] is better written in dot notation. +build/public/templates/account/uploads.js: line 61, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 61, col 45, ['canEdit'] is better written in dot notation. +build/public/templates/account/uploads.js: line 62, col 485, Line is too long. +build/public/templates/account/uploads.js: line 66, col 331, Line is too long. +build/public/templates/account/uploads.js: line 67, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 67, col 41, ['loggedIn'] is better written in dot notation. +build/public/templates/account/uploads.js: line 69, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 69, col 45, ['isSelf'] is better written in dot notation. +build/public/templates/account/uploads.js: line 72, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 72, col 49, ['banned'] is better written in dot notation. +build/public/templates/account/uploads.js: line 75, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 75, col 53, ['canChat'] is better written in dot notation. +build/public/templates/account/uploads.js: line 77, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 77, col 57, ['hasPrivateChat'] is better written in dot notation. +build/public/templates/account/uploads.js: line 80, col 133, Line is too long. +build/public/templates/account/uploads.js: line 81, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 81, col 65, ['username'] is better written in dot notation. +build/public/templates/account/uploads.js: line 82, col 157, Line is too long. +build/public/templates/account/uploads.js: line 83, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 83, col 65, ['username'] is better written in dot notation. +build/public/templates/account/uploads.js: line 87, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 87, col 53, ['flagId'] is better written in dot notation. +build/public/templates/account/uploads.js: line 90, col 147, Line is too long. +build/public/templates/account/uploads.js: line 91, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 91, col 53, ['flagId'] is better written in dot notation. +build/public/templates/account/uploads.js: line 94, col 130, Line is too long. +build/public/templates/account/uploads.js: line 95, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 95, col 61, ['flagId'] is better written in dot notation. +build/public/templates/account/uploads.js: line 97, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 97, col 53, ['isBlocked'] is better written in dot notation. +build/public/templates/account/uploads.js: line 100, col 146, Line is too long. +build/public/templates/account/uploads.js: line 101, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 101, col 53, ['isBlocked'] is better written in dot notation. +build/public/templates/account/uploads.js: line 104, col 177, Line is too long. +build/public/templates/account/uploads.js: line 109, col 116, Line is too long. +build/public/templates/account/uploads.js: line 109, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 109, col 49, ['config'] is better written in dot notation. +build/public/templates/account/uploads.js: line 109, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 109, col 78, ['config'] is better written in dot notation. +build/public/templates/account/uploads.js: line 109, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/uploads.js: line 111, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 111, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/uploads.js: line 112, col 101, Line is too long. +build/public/templates/account/uploads.js: line 113, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 113, col 41, ['canEdit'] is better written in dot notation. +build/public/templates/account/uploads.js: line 115, col 120, Line is too long. +build/public/templates/account/uploads.js: line 115, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 115, col 53, ['config'] is better written in dot notation. +build/public/templates/account/uploads.js: line 115, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 115, col 82, ['config'] is better written in dot notation. +build/public/templates/account/uploads.js: line 115, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/uploads.js: line 117, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 117, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/uploads.js: line 118, col 103, Line is too long. +build/public/templates/account/uploads.js: line 119, col 120, Line is too long. +build/public/templates/account/uploads.js: line 119, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 119, col 53, ['config'] is better written in dot notation. +build/public/templates/account/uploads.js: line 119, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 119, col 82, ['config'] is better written in dot notation. +build/public/templates/account/uploads.js: line 119, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/uploads.js: line 121, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 121, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/uploads.js: line 125, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 125, col 41, ['isSelf'] is better written in dot notation. +build/public/templates/account/uploads.js: line 128, col 122, Line is too long. +build/public/templates/account/uploads.js: line 128, col 30, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 128, col 46, ['canBan'] is better written in dot notation. +build/public/templates/account/uploads.js: line 128, col 85, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 128, col 101, ['canMute'] is better written in dot notation. +build/public/templates/account/uploads.js: line 129, col 140, Line is too long. +build/public/templates/account/uploads.js: line 132, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 132, col 45, ['canBan'] is better written in dot notation. +build/public/templates/account/uploads.js: line 134, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 134, col 49, ['banned'] is better written in dot notation. +build/public/templates/account/uploads.js: line 137, col 151, Line is too long. +build/public/templates/account/uploads.js: line 138, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 138, col 49, ['banned'] is better written in dot notation. +build/public/templates/account/uploads.js: line 141, col 142, Line is too long. +build/public/templates/account/uploads.js: line 144, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 144, col 45, ['canMute'] is better written in dot notation. +build/public/templates/account/uploads.js: line 146, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 146, col 49, ['muted'] is better written in dot notation. +build/public/templates/account/uploads.js: line 149, col 153, Line is too long. +build/public/templates/account/uploads.js: line 150, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 150, col 49, ['muted'] is better written in dot notation. +build/public/templates/account/uploads.js: line 153, col 144, Line is too long. +build/public/templates/account/uploads.js: line 156, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 156, col 45, ['isAdmin'] is better written in dot notation. +build/public/templates/account/uploads.js: line 157, col 398, Line is too long. +build/public/templates/account/uploads.js: line 160, col 158, Line is too long. +build/public/templates/account/uploads.js: line 161, col 116, Line is too long. +build/public/templates/account/uploads.js: line 161, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 161, col 49, ['config'] is better written in dot notation. +build/public/templates/account/uploads.js: line 161, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 161, col 78, ['config'] is better written in dot notation. +build/public/templates/account/uploads.js: line 161, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/uploads.js: line 163, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 163, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/uploads.js: line 164, col 122, Line is too long. +build/public/templates/account/uploads.js: line 165, col 112, Line is too long. +build/public/templates/account/uploads.js: line 165, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 165, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/uploads.js: line 165, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 165, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/uploads.js: line 165, col 88, ['following'] is better written in dot notation. +build/public/templates/account/uploads.js: line 167, col 159, Line is too long. +build/public/templates/account/uploads.js: line 167, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 167, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/uploads.js: line 167, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 167, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/uploads.js: line 167, col 133, ['following'] is better written in dot notation. +build/public/templates/account/uploads.js: line 168, col 117, Line is too long. +build/public/templates/account/uploads.js: line 169, col 116, Line is too long. +build/public/templates/account/uploads.js: line 169, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 169, col 49, ['config'] is better written in dot notation. +build/public/templates/account/uploads.js: line 169, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 169, col 78, ['config'] is better written in dot notation. +build/public/templates/account/uploads.js: line 169, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/uploads.js: line 171, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 171, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/uploads.js: line 172, col 122, Line is too long. +build/public/templates/account/uploads.js: line 173, col 112, Line is too long. +build/public/templates/account/uploads.js: line 173, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 173, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/uploads.js: line 173, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 173, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/uploads.js: line 173, col 88, ['followers'] is better written in dot notation. +build/public/templates/account/uploads.js: line 175, col 159, Line is too long. +build/public/templates/account/uploads.js: line 175, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 175, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/uploads.js: line 175, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 175, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/uploads.js: line 175, col 133, ['followers'] is better written in dot notation. +build/public/templates/account/uploads.js: line 177, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 177, col 41, ['canEdit'] is better written in dot notation. +build/public/templates/account/uploads.js: line 178, col 103, Line is too long. +build/public/templates/account/uploads.js: line 179, col 120, Line is too long. +build/public/templates/account/uploads.js: line 179, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 179, col 53, ['config'] is better written in dot notation. +build/public/templates/account/uploads.js: line 179, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 179, col 82, ['config'] is better written in dot notation. +build/public/templates/account/uploads.js: line 179, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/uploads.js: line 181, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 181, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/uploads.js: line 182, col 120, Line is too long. +build/public/templates/account/uploads.js: line 183, col 113, Line is too long. +build/public/templates/account/uploads.js: line 183, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 183, col 53, ['counts'] is better written in dot notation. +build/public/templates/account/uploads.js: line 183, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 183, col 82, ['counts'] is better written in dot notation. +build/public/templates/account/uploads.js: line 183, col 92, ['blocks'] is better written in dot notation. +build/public/templates/account/uploads.js: line 185, col 160, Line is too long. +build/public/templates/account/uploads.js: line 185, col 82, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 185, col 98, ['counts'] is better written in dot notation. +build/public/templates/account/uploads.js: line 185, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 185, col 127, ['counts'] is better written in dot notation. +build/public/templates/account/uploads.js: line 185, col 137, ['blocks'] is better written in dot notation. +build/public/templates/account/uploads.js: line 188, col 158, Line is too long. +build/public/templates/account/uploads.js: line 189, col 116, Line is too long. +build/public/templates/account/uploads.js: line 189, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 189, col 49, ['config'] is better written in dot notation. +build/public/templates/account/uploads.js: line 189, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 189, col 78, ['config'] is better written in dot notation. +build/public/templates/account/uploads.js: line 189, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/uploads.js: line 191, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 191, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/uploads.js: line 192, col 118, Line is too long. +build/public/templates/account/uploads.js: line 193, col 109, Line is too long. +build/public/templates/account/uploads.js: line 193, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 193, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/uploads.js: line 193, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 193, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/uploads.js: line 193, col 88, ['topics'] is better written in dot notation. +build/public/templates/account/uploads.js: line 195, col 156, Line is too long. +build/public/templates/account/uploads.js: line 195, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 195, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/uploads.js: line 195, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 195, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/uploads.js: line 195, col 133, ['topics'] is better written in dot notation. +build/public/templates/account/uploads.js: line 196, col 117, Line is too long. +build/public/templates/account/uploads.js: line 197, col 116, Line is too long. +build/public/templates/account/uploads.js: line 197, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 197, col 49, ['config'] is better written in dot notation. +build/public/templates/account/uploads.js: line 197, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 197, col 78, ['config'] is better written in dot notation. +build/public/templates/account/uploads.js: line 197, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/uploads.js: line 199, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 199, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/uploads.js: line 200, col 116, Line is too long. +build/public/templates/account/uploads.js: line 201, col 108, Line is too long. +build/public/templates/account/uploads.js: line 201, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 201, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/uploads.js: line 201, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 201, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/uploads.js: line 201, col 88, ['posts'] is better written in dot notation. +build/public/templates/account/uploads.js: line 203, col 155, Line is too long. +build/public/templates/account/uploads.js: line 203, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 203, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/uploads.js: line 203, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 203, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/uploads.js: line 203, col 133, ['posts'] is better written in dot notation. +build/public/templates/account/uploads.js: line 204, col 117, Line is too long. +build/public/templates/account/uploads.js: line 205, col 116, Line is too long. +build/public/templates/account/uploads.js: line 205, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 205, col 49, ['config'] is better written in dot notation. +build/public/templates/account/uploads.js: line 205, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 205, col 78, ['config'] is better written in dot notation. +build/public/templates/account/uploads.js: line 205, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/uploads.js: line 207, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 207, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/uploads.js: line 208, col 125, Line is too long. +build/public/templates/account/uploads.js: line 209, col 109, Line is too long. +build/public/templates/account/uploads.js: line 209, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 209, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/uploads.js: line 209, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 209, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/uploads.js: line 209, col 88, ['groups'] is better written in dot notation. +build/public/templates/account/uploads.js: line 211, col 156, Line is too long. +build/public/templates/account/uploads.js: line 211, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 211, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/uploads.js: line 211, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 211, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/uploads.js: line 211, col 133, ['groups'] is better written in dot notation. +build/public/templates/account/uploads.js: line 213, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 213, col 41, ['canEdit'] is better written in dot notation. +build/public/templates/account/uploads.js: line 214, col 103, Line is too long. +build/public/templates/account/uploads.js: line 215, col 120, Line is too long. +build/public/templates/account/uploads.js: line 215, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 215, col 53, ['config'] is better written in dot notation. +build/public/templates/account/uploads.js: line 215, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 215, col 82, ['config'] is better written in dot notation. +build/public/templates/account/uploads.js: line 215, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/uploads.js: line 217, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 217, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/uploads.js: line 218, col 136, Line is too long. +build/public/templates/account/uploads.js: line 219, col 124, Line is too long. +build/public/templates/account/uploads.js: line 219, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 219, col 53, ['counts'] is better written in dot notation. +build/public/templates/account/uploads.js: line 219, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 219, col 82, ['counts'] is better written in dot notation. +build/public/templates/account/uploads.js: line 219, col 92, ['categoriesWatched'] is better written in dot notation. +build/public/templates/account/uploads.js: line 221, col 171, Line is too long. +build/public/templates/account/uploads.js: line 221, col 82, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 221, col 98, ['counts'] is better written in dot notation. +build/public/templates/account/uploads.js: line 221, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 221, col 127, ['counts'] is better written in dot notation. +build/public/templates/account/uploads.js: line 221, col 137, ['categoriesWatched'] is better written in dot notation. +build/public/templates/account/uploads.js: line 223, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 223, col 45, ['isSelf'] is better written in dot notation. +build/public/templates/account/uploads.js: line 224, col 107, Line is too long. +build/public/templates/account/uploads.js: line 225, col 124, Line is too long. +build/public/templates/account/uploads.js: line 225, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 225, col 57, ['config'] is better written in dot notation. +build/public/templates/account/uploads.js: line 225, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 225, col 86, ['config'] is better written in dot notation. +build/public/templates/account/uploads.js: line 225, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/account/uploads.js: line 227, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 227, col 57, ['userslug'] is better written in dot notation. +build/public/templates/account/uploads.js: line 228, col 130, Line is too long. +build/public/templates/account/uploads.js: line 229, col 122, Line is too long. +build/public/templates/account/uploads.js: line 229, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 229, col 57, ['counts'] is better written in dot notation. +build/public/templates/account/uploads.js: line 229, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 229, col 86, ['counts'] is better written in dot notation. +build/public/templates/account/uploads.js: line 229, col 96, ['tagsWatched'] is better written in dot notation. +build/public/templates/account/uploads.js: line 231, col 169, Line is too long. +build/public/templates/account/uploads.js: line 231, col 86, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 231, col 102, ['counts'] is better written in dot notation. +build/public/templates/account/uploads.js: line 231, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 231, col 131, ['counts'] is better written in dot notation. +build/public/templates/account/uploads.js: line 231, col 141, ['tagsWatched'] is better written in dot notation. +build/public/templates/account/uploads.js: line 234, col 105, Line is too long. +build/public/templates/account/uploads.js: line 235, col 120, Line is too long. +build/public/templates/account/uploads.js: line 235, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 235, col 53, ['config'] is better written in dot notation. +build/public/templates/account/uploads.js: line 235, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 235, col 82, ['config'] is better written in dot notation. +build/public/templates/account/uploads.js: line 235, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/uploads.js: line 237, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 237, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/uploads.js: line 238, col 124, Line is too long. +build/public/templates/account/uploads.js: line 239, col 115, Line is too long. +build/public/templates/account/uploads.js: line 239, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 239, col 53, ['counts'] is better written in dot notation. +build/public/templates/account/uploads.js: line 239, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 239, col 82, ['counts'] is better written in dot notation. +build/public/templates/account/uploads.js: line 239, col 92, ['uploaded'] is better written in dot notation. +build/public/templates/account/uploads.js: line 241, col 162, Line is too long. +build/public/templates/account/uploads.js: line 241, col 82, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 241, col 98, ['counts'] is better written in dot notation. +build/public/templates/account/uploads.js: line 241, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 241, col 127, ['counts'] is better written in dot notation. +build/public/templates/account/uploads.js: line 241, col 137, ['uploaded'] is better written in dot notation. +build/public/templates/account/uploads.js: line 245, col 22, ['profile_links'] is better written in dot notation. +build/public/templates/account/uploads.js: line 247, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 247, col 49, ['title'] is better written in dot notation. +build/public/templates/account/uploads.js: line 249, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 249, col 41, ['privateUploads'] is better written in dot notation. +build/public/templates/account/uploads.js: line 253, col 101, Line is too long. +build/public/templates/account/uploads.js: line 253, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 253, col 41, ['uploads'] is better written in dot notation. +build/public/templates/account/uploads.js: line 253, col 55, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 253, col 71, ['uploads'] is better written in dot notation. +build/public/templates/account/uploads.js: line 253, col 82, ['length'] is better written in dot notation. +build/public/templates/account/uploads.js: line 256, col 160, Line is too long. +build/public/templates/account/uploads.js: line 257, col 22, ['uploads'] is better written in dot notation. +build/public/templates/account/uploads.js: line 259, col 158, Line is too long. +build/public/templates/account/uploads.js: line 259, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 259, col 41, ['pagination'] is better written in dot notation. +build/public/templates/account/uploads.js: line 259, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 259, col 74, ['pagination'] is better written in dot notation. +build/public/templates/account/uploads.js: line 259, col 88, ['pages'] is better written in dot notation. +build/public/templates/account/uploads.js: line 259, col 100, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 259, col 116, ['pagination'] is better written in dot notation. +build/public/templates/account/uploads.js: line 259, col 130, ['pages'] is better written in dot notation. +build/public/templates/account/uploads.js: line 259, col 139, ['length'] is better written in dot notation. +build/public/templates/account/uploads.js: line 262, col 155, Line is too long. +build/public/templates/account/uploads.js: line 263, col 156, Line is too long. +build/public/templates/account/uploads.js: line 263, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 263, col 41, ['pagination'] is better written in dot notation. +build/public/templates/account/uploads.js: line 263, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 263, col 74, ['pagination'] is better written in dot notation. +build/public/templates/account/uploads.js: line 263, col 88, ['prev'] is better written in dot notation. +build/public/templates/account/uploads.js: line 263, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 263, col 115, ['pagination'] is better written in dot notation. +build/public/templates/account/uploads.js: line 263, col 129, ['prev'] is better written in dot notation. +build/public/templates/account/uploads.js: line 263, col 137, ['active'] is better written in dot notation. +build/public/templates/account/uploads.js: line 267, col 162, Line is too long. +build/public/templates/account/uploads.js: line 267, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 267, col 49, ['pagination'] is better written in dot notation. +build/public/templates/account/uploads.js: line 267, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 267, col 82, ['pagination'] is better written in dot notation. +build/public/templates/account/uploads.js: line 267, col 96, ['prev'] is better written in dot notation. +build/public/templates/account/uploads.js: line 267, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 267, col 123, ['pagination'] is better written in dot notation. +build/public/templates/account/uploads.js: line 267, col 137, ['prev'] is better written in dot notation. +build/public/templates/account/uploads.js: line 267, col 145, ['qs'] is better written in dot notation. +build/public/templates/account/uploads.js: line 269, col 164, Line is too long. +build/public/templates/account/uploads.js: line 269, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 269, col 49, ['pagination'] is better written in dot notation. +build/public/templates/account/uploads.js: line 269, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 269, col 82, ['pagination'] is better written in dot notation. +build/public/templates/account/uploads.js: line 269, col 96, ['prev'] is better written in dot notation. +build/public/templates/account/uploads.js: line 269, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 269, col 123, ['pagination'] is better written in dot notation. +build/public/templates/account/uploads.js: line 269, col 137, ['prev'] is better written in dot notation. +build/public/templates/account/uploads.js: line 269, col 145, ['page'] is better written in dot notation. +build/public/templates/account/uploads.js: line 270, col 114, Line is too long. +build/public/templates/account/uploads.js: line 273, col 156, Line is too long. +build/public/templates/account/uploads.js: line 273, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 273, col 41, ['pagination'] is better written in dot notation. +build/public/templates/account/uploads.js: line 273, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 273, col 74, ['pagination'] is better written in dot notation. +build/public/templates/account/uploads.js: line 273, col 88, ['next'] is better written in dot notation. +build/public/templates/account/uploads.js: line 273, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 273, col 115, ['pagination'] is better written in dot notation. +build/public/templates/account/uploads.js: line 273, col 129, ['next'] is better written in dot notation. +build/public/templates/account/uploads.js: line 273, col 137, ['active'] is better written in dot notation. +build/public/templates/account/uploads.js: line 277, col 162, Line is too long. +build/public/templates/account/uploads.js: line 277, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 277, col 49, ['pagination'] is better written in dot notation. +build/public/templates/account/uploads.js: line 277, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 277, col 82, ['pagination'] is better written in dot notation. +build/public/templates/account/uploads.js: line 277, col 96, ['next'] is better written in dot notation. +build/public/templates/account/uploads.js: line 277, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 277, col 123, ['pagination'] is better written in dot notation. +build/public/templates/account/uploads.js: line 277, col 137, ['next'] is better written in dot notation. +build/public/templates/account/uploads.js: line 277, col 145, ['qs'] is better written in dot notation. +build/public/templates/account/uploads.js: line 279, col 164, Line is too long. +build/public/templates/account/uploads.js: line 279, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 279, col 49, ['pagination'] is better written in dot notation. +build/public/templates/account/uploads.js: line 279, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 279, col 82, ['pagination'] is better written in dot notation. +build/public/templates/account/uploads.js: line 279, col 96, ['next'] is better written in dot notation. +build/public/templates/account/uploads.js: line 279, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 279, col 123, ['pagination'] is better written in dot notation. +build/public/templates/account/uploads.js: line 279, col 137, ['next'] is better written in dot notation. +build/public/templates/account/uploads.js: line 279, col 145, ['page'] is better written in dot notation. +build/public/templates/account/uploads.js: line 280, col 224, Line is too long. +build/public/templates/account/uploads.js: line 281, col 156, Line is too long. +build/public/templates/account/uploads.js: line 281, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 281, col 41, ['pagination'] is better written in dot notation. +build/public/templates/account/uploads.js: line 281, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 281, col 74, ['pagination'] is better written in dot notation. +build/public/templates/account/uploads.js: line 281, col 88, ['prev'] is better written in dot notation. +build/public/templates/account/uploads.js: line 281, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 281, col 115, ['pagination'] is better written in dot notation. +build/public/templates/account/uploads.js: line 281, col 129, ['prev'] is better written in dot notation. +build/public/templates/account/uploads.js: line 281, col 137, ['active'] is better written in dot notation. +build/public/templates/account/uploads.js: line 285, col 164, Line is too long. +build/public/templates/account/uploads.js: line 285, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 285, col 49, ['pagination'] is better written in dot notation. +build/public/templates/account/uploads.js: line 285, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 285, col 82, ['pagination'] is better written in dot notation. +build/public/templates/account/uploads.js: line 285, col 96, ['first'] is better written in dot notation. +build/public/templates/account/uploads.js: line 285, col 108, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 285, col 124, ['pagination'] is better written in dot notation. +build/public/templates/account/uploads.js: line 285, col 138, ['first'] is better written in dot notation. +build/public/templates/account/uploads.js: line 285, col 147, ['qs'] is better written in dot notation. +build/public/templates/account/uploads.js: line 286, col 158, Line is too long. +build/public/templates/account/uploads.js: line 287, col 156, Line is too long. +build/public/templates/account/uploads.js: line 287, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 287, col 41, ['pagination'] is better written in dot notation. +build/public/templates/account/uploads.js: line 287, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 287, col 74, ['pagination'] is better written in dot notation. +build/public/templates/account/uploads.js: line 287, col 88, ['prev'] is better written in dot notation. +build/public/templates/account/uploads.js: line 287, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 287, col 115, ['pagination'] is better written in dot notation. +build/public/templates/account/uploads.js: line 287, col 129, ['prev'] is better written in dot notation. +build/public/templates/account/uploads.js: line 287, col 137, ['active'] is better written in dot notation. +build/public/templates/account/uploads.js: line 291, col 162, Line is too long. +build/public/templates/account/uploads.js: line 291, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 291, col 49, ['pagination'] is better written in dot notation. +build/public/templates/account/uploads.js: line 291, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 291, col 82, ['pagination'] is better written in dot notation. +build/public/templates/account/uploads.js: line 291, col 96, ['prev'] is better written in dot notation. +build/public/templates/account/uploads.js: line 291, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 291, col 123, ['pagination'] is better written in dot notation. +build/public/templates/account/uploads.js: line 291, col 137, ['prev'] is better written in dot notation. +build/public/templates/account/uploads.js: line 291, col 145, ['qs'] is better written in dot notation. +build/public/templates/account/uploads.js: line 293, col 164, Line is too long. +build/public/templates/account/uploads.js: line 293, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 293, col 49, ['pagination'] is better written in dot notation. +build/public/templates/account/uploads.js: line 293, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 293, col 82, ['pagination'] is better written in dot notation. +build/public/templates/account/uploads.js: line 293, col 96, ['prev'] is better written in dot notation. +build/public/templates/account/uploads.js: line 293, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 293, col 123, ['pagination'] is better written in dot notation. +build/public/templates/account/uploads.js: line 293, col 137, ['prev'] is better written in dot notation. +build/public/templates/account/uploads.js: line 293, col 145, ['page'] is better written in dot notation. +build/public/templates/account/uploads.js: line 294, col 276, Line is too long. +build/public/templates/account/uploads.js: line 295, col 122, Line is too long. +build/public/templates/account/uploads.js: line 295, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 295, col 49, ['pagination'] is better written in dot notation. +build/public/templates/account/uploads.js: line 295, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 295, col 82, ['pagination'] is better written in dot notation. +build/public/templates/account/uploads.js: line 295, col 96, ['currentPage'] is better written in dot notation. +build/public/templates/account/uploads.js: line 297, col 120, Line is too long. +build/public/templates/account/uploads.js: line 297, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 297, col 49, ['pagination'] is better written in dot notation. +build/public/templates/account/uploads.js: line 297, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 297, col 82, ['pagination'] is better written in dot notation. +build/public/templates/account/uploads.js: line 297, col 96, ['pageCount'] is better written in dot notation. +build/public/templates/account/uploads.js: line 299, col 156, Line is too long. +build/public/templates/account/uploads.js: line 299, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 299, col 41, ['pagination'] is better written in dot notation. +build/public/templates/account/uploads.js: line 299, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 299, col 74, ['pagination'] is better written in dot notation. +build/public/templates/account/uploads.js: line 299, col 88, ['next'] is better written in dot notation. +build/public/templates/account/uploads.js: line 299, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 299, col 115, ['pagination'] is better written in dot notation. +build/public/templates/account/uploads.js: line 299, col 129, ['next'] is better written in dot notation. +build/public/templates/account/uploads.js: line 299, col 137, ['active'] is better written in dot notation. +build/public/templates/account/uploads.js: line 303, col 162, Line is too long. +build/public/templates/account/uploads.js: line 303, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 303, col 49, ['pagination'] is better written in dot notation. +build/public/templates/account/uploads.js: line 303, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 303, col 82, ['pagination'] is better written in dot notation. +build/public/templates/account/uploads.js: line 303, col 96, ['next'] is better written in dot notation. +build/public/templates/account/uploads.js: line 303, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 303, col 123, ['pagination'] is better written in dot notation. +build/public/templates/account/uploads.js: line 303, col 137, ['next'] is better written in dot notation. +build/public/templates/account/uploads.js: line 303, col 145, ['qs'] is better written in dot notation. +build/public/templates/account/uploads.js: line 305, col 164, Line is too long. +build/public/templates/account/uploads.js: line 305, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 305, col 49, ['pagination'] is better written in dot notation. +build/public/templates/account/uploads.js: line 305, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 305, col 82, ['pagination'] is better written in dot notation. +build/public/templates/account/uploads.js: line 305, col 96, ['next'] is better written in dot notation. +build/public/templates/account/uploads.js: line 305, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 305, col 123, ['pagination'] is better written in dot notation. +build/public/templates/account/uploads.js: line 305, col 137, ['next'] is better written in dot notation. +build/public/templates/account/uploads.js: line 305, col 145, ['page'] is better written in dot notation. +build/public/templates/account/uploads.js: line 306, col 136, Line is too long. +build/public/templates/account/uploads.js: line 307, col 156, Line is too long. +build/public/templates/account/uploads.js: line 307, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 307, col 41, ['pagination'] is better written in dot notation. +build/public/templates/account/uploads.js: line 307, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 307, col 74, ['pagination'] is better written in dot notation. +build/public/templates/account/uploads.js: line 307, col 88, ['next'] is better written in dot notation. +build/public/templates/account/uploads.js: line 307, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 307, col 115, ['pagination'] is better written in dot notation. +build/public/templates/account/uploads.js: line 307, col 129, ['next'] is better written in dot notation. +build/public/templates/account/uploads.js: line 307, col 137, ['active'] is better written in dot notation. +build/public/templates/account/uploads.js: line 311, col 162, Line is too long. +build/public/templates/account/uploads.js: line 311, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 311, col 49, ['pagination'] is better written in dot notation. +build/public/templates/account/uploads.js: line 311, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 311, col 82, ['pagination'] is better written in dot notation. +build/public/templates/account/uploads.js: line 311, col 96, ['last'] is better written in dot notation. +build/public/templates/account/uploads.js: line 311, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 311, col 123, ['pagination'] is better written in dot notation. +build/public/templates/account/uploads.js: line 311, col 137, ['last'] is better written in dot notation. +build/public/templates/account/uploads.js: line 311, col 145, ['qs'] is better written in dot notation. +build/public/templates/account/uploads.js: line 313, col 120, Line is too long. +build/public/templates/account/uploads.js: line 313, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 313, col 49, ['pagination'] is better written in dot notation. +build/public/templates/account/uploads.js: line 313, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 313, col 82, ['pagination'] is better written in dot notation. +build/public/templates/account/uploads.js: line 313, col 96, ['pageCount'] is better written in dot notation. +build/public/templates/account/uploads.js: line 314, col 145, Line is too long. +build/public/templates/account/uploads.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/account/uploads.js: line 321, col 119, Line is too long. +build/public/templates/account/uploads.js: line 321, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 321, col 52, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/uploads.js: line 327, col 133, Line is too long. +build/public/templates/account/uploads.js: line 334, col 156, Line is too long. +build/public/templates/account/uploads.js: line 334, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 334, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/uploads.js: line 334, col 63, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 334, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/uploads.js: line 334, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 334, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/uploads.js: line 334, col 140, ['url'] is better written in dot notation. +build/public/templates/account/uploads.js: line 336, col 170, Line is too long. +build/public/templates/account/uploads.js: line 336, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 336, col 57, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/uploads.js: line 336, col 75, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 336, col 91, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/uploads.js: line 336, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 336, col 131, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/uploads.js: line 336, col 152, ['url'] is better written in dot notation. +build/public/templates/account/uploads.js: line 340, col 167, Line is too long. +build/public/templates/account/uploads.js: line 340, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 340, col 53, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/uploads.js: line 340, col 71, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 340, col 87, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/uploads.js: line 340, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 340, col 127, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/uploads.js: line 340, col 148, ['text'] is better written in dot notation. +build/public/templates/account/uploads.js: line 344, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 347, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 347, col 53, ['rssFeedUrl'] is better written in dot notation. +build/public/templates/account/uploads.js: line 349, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 349, col 65, ['rssFeedUrl'] is better written in dot notation. +build/public/templates/account/uploads.js: line 355, col 156, Line is too long. +build/public/templates/account/uploads.js: line 355, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 355, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/uploads.js: line 355, col 63, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 355, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/uploads.js: line 355, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 355, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/uploads.js: line 355, col 140, ['url'] is better written in dot notation. +build/public/templates/account/uploads.js: line 322, col 13, 'key' is defined but never used. +build/public/templates/account/uploads.js: line 321, col 112, 'value' is defined but never used. +build/public/templates/account/uploads.js: line 320, col 11, 'value' is defined but never used. +build/public/templates/account/uploads.js: line 318, col 72, 'helper' is defined but never used. +build/public/templates/account/uploads.js: line 366, col 155, Line is too long. +build/public/templates/account/uploads.js: line 366, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 366, col 52, ['widgets'] is better written in dot notation. +build/public/templates/account/uploads.js: line 366, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 366, col 82, ['widgets'] is better written in dot notation. +build/public/templates/account/uploads.js: line 366, col 93, ['header'] is better written in dot notation. +build/public/templates/account/uploads.js: line 369, col 205, Line is too long. +build/public/templates/account/uploads.js: line 369, col 28, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 369, col 44, ['widgets'] is better written in dot notation. +build/public/templates/account/uploads.js: line 369, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 369, col 74, ['widgets'] is better written in dot notation. +build/public/templates/account/uploads.js: line 369, col 85, ['header'] is better written in dot notation. +build/public/templates/account/uploads.js: line 369, col 98, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 369, col 114, ['widgets'] is better written in dot notation. +build/public/templates/account/uploads.js: line 369, col 125, ['header'] is better written in dot notation. +build/public/templates/account/uploads.js: line 369, col 144, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 369, col 160, ['widgets'] is better written in dot notation. +build/public/templates/account/uploads.js: line 369, col 171, ['header'] is better written in dot notation. +build/public/templates/account/uploads.js: line 369, col 187, ['html'] is better written in dot notation. +build/public/templates/account/uploads.js: line 367, col 13, 'key' is defined but never used. +build/public/templates/account/uploads.js: line 366, col 148, 'value' is defined but never used. +build/public/templates/account/uploads.js: line 366, col 140, 'length' is defined but never used. +build/public/templates/account/uploads.js: line 366, col 133, 'index' is defined but never used. +build/public/templates/account/uploads.js: line 364, col 11, '__escape' is defined but never used. +build/public/templates/account/uploads.js: line 365, col 11, 'value' is defined but never used. +build/public/templates/account/uploads.js: line 363, col 77, 'helper' is defined but never used. +build/public/templates/account/uploads.js: line 378, col 121, Line is too long. +build/public/templates/account/uploads.js: line 378, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 378, col 52, ['profile_links'] is better written in dot notation. +build/public/templates/account/uploads.js: line 385, col 171, Line is too long. +build/public/templates/account/uploads.js: line 385, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 385, col 53, ['profile_links'] is better written in dot notation. +build/public/templates/account/uploads.js: line 385, col 73, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 385, col 89, ['profile_links'] is better written in dot notation. +build/public/templates/account/uploads.js: line 385, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 385, col 131, ['profile_links'] is better written in dot notation. +build/public/templates/account/uploads.js: line 385, col 154, ['id'] is better written in dot notation. +build/public/templates/account/uploads.js: line 387, col 165, Line is too long. +build/public/templates/account/uploads.js: line 387, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 387, col 45, ['profile_links'] is better written in dot notation. +build/public/templates/account/uploads.js: line 387, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 387, col 81, ['profile_links'] is better written in dot notation. +build/public/templates/account/uploads.js: line 387, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 387, col 123, ['profile_links'] is better written in dot notation. +build/public/templates/account/uploads.js: line 387, col 146, ['public'] is better written in dot notation. +build/public/templates/account/uploads.js: line 391, col 120, Line is too long. +build/public/templates/account/uploads.js: line 391, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 391, col 53, ['config'] is better written in dot notation. +build/public/templates/account/uploads.js: line 391, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 391, col 82, ['config'] is better written in dot notation. +build/public/templates/account/uploads.js: line 391, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/uploads.js: line 393, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 393, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/uploads.js: line 395, col 174, Line is too long. +build/public/templates/account/uploads.js: line 395, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 395, col 53, ['profile_links'] is better written in dot notation. +build/public/templates/account/uploads.js: line 395, col 73, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 395, col 89, ['profile_links'] is better written in dot notation. +build/public/templates/account/uploads.js: line 395, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 395, col 131, ['profile_links'] is better written in dot notation. +build/public/templates/account/uploads.js: line 395, col 154, ['route'] is better written in dot notation. +build/public/templates/account/uploads.js: line 397, col 163, Line is too long. +build/public/templates/account/uploads.js: line 397, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 397, col 45, ['profile_links'] is better written in dot notation. +build/public/templates/account/uploads.js: line 397, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 397, col 81, ['profile_links'] is better written in dot notation. +build/public/templates/account/uploads.js: line 397, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 397, col 123, ['profile_links'] is better written in dot notation. +build/public/templates/account/uploads.js: line 397, col 146, ['icon'] is better written in dot notation. +build/public/templates/account/uploads.js: line 399, col 177, Line is too long. +build/public/templates/account/uploads.js: line 399, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 399, col 57, ['profile_links'] is better written in dot notation. +build/public/templates/account/uploads.js: line 399, col 77, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 399, col 93, ['profile_links'] is better written in dot notation. +build/public/templates/account/uploads.js: line 399, col 119, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 399, col 135, ['profile_links'] is better written in dot notation. +build/public/templates/account/uploads.js: line 399, col 158, ['icon'] is better written in dot notation. +build/public/templates/account/uploads.js: line 402, col 173, Line is too long. +build/public/templates/account/uploads.js: line 402, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 402, col 53, ['profile_links'] is better written in dot notation. +build/public/templates/account/uploads.js: line 402, col 73, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 402, col 89, ['profile_links'] is better written in dot notation. +build/public/templates/account/uploads.js: line 402, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 402, col 131, ['profile_links'] is better written in dot notation. +build/public/templates/account/uploads.js: line 402, col 154, ['name'] is better written in dot notation. +build/public/templates/account/uploads.js: line 379, col 13, 'key' is defined but never used. +build/public/templates/account/uploads.js: line 378, col 114, 'value' is defined but never used. +build/public/templates/account/uploads.js: line 378, col 106, 'length' is defined but never used. +build/public/templates/account/uploads.js: line 377, col 11, 'value' is defined but never used. +build/public/templates/account/uploads.js: line 375, col 76, 'helper' is defined but never used. +build/public/templates/account/uploads.js: line 411, col 115, Line is too long. +build/public/templates/account/uploads.js: line 411, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 411, col 52, ['uploads'] is better written in dot notation. +build/public/templates/account/uploads.js: line 414, col 155, Line is too long. +build/public/templates/account/uploads.js: line 414, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 414, col 53, ['uploads'] is better written in dot notation. +build/public/templates/account/uploads.js: line 414, col 67, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 414, col 83, ['uploads'] is better written in dot notation. +build/public/templates/account/uploads.js: line 414, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 414, col 119, ['uploads'] is better written in dot notation. +build/public/templates/account/uploads.js: line 414, col 136, ['name'] is better written in dot notation. +build/public/templates/account/uploads.js: line 416, col 120, Line is too long. +build/public/templates/account/uploads.js: line 416, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 416, col 53, ['config'] is better written in dot notation. +build/public/templates/account/uploads.js: line 416, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 416, col 82, ['config'] is better written in dot notation. +build/public/templates/account/uploads.js: line 416, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/uploads.js: line 417, col 154, Line is too long. +build/public/templates/account/uploads.js: line 417, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 417, col 53, ['uploads'] is better written in dot notation. +build/public/templates/account/uploads.js: line 417, col 67, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 417, col 83, ['uploads'] is better written in dot notation. +build/public/templates/account/uploads.js: line 417, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 417, col 119, ['uploads'] is better written in dot notation. +build/public/templates/account/uploads.js: line 417, col 136, ['url'] is better written in dot notation. +build/public/templates/account/uploads.js: line 419, col 154, Line is too long. +build/public/templates/account/uploads.js: line 419, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 419, col 53, ['uploads'] is better written in dot notation. +build/public/templates/account/uploads.js: line 419, col 67, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 419, col 83, ['uploads'] is better written in dot notation. +build/public/templates/account/uploads.js: line 419, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 419, col 119, ['uploads'] is better written in dot notation. +build/public/templates/account/uploads.js: line 419, col 136, ['url'] is better written in dot notation. +build/public/templates/account/uploads.js: line 420, col 185, Line is too long. +build/public/templates/account/uploads.js: line 412, col 13, 'key' is defined but never used. +build/public/templates/account/uploads.js: line 411, col 108, 'value' is defined but never used. +build/public/templates/account/uploads.js: line 411, col 100, 'length' is defined but never used. +build/public/templates/account/uploads.js: line 411, col 93, 'index' is defined but never used. +build/public/templates/account/uploads.js: line 410, col 11, 'value' is defined but never used. +build/public/templates/account/uploads.js: line 408, col 64, 'helper' is defined but never used. +build/public/templates/account/uploads.js: line 428, col 160, Line is too long. +build/public/templates/account/uploads.js: line 428, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 428, col 52, ['pagination'] is better written in dot notation. +build/public/templates/account/uploads.js: line 428, col 69, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 428, col 85, ['pagination'] is better written in dot notation. +build/public/templates/account/uploads.js: line 428, col 99, ['pages'] is better written in dot notation. +build/public/templates/account/uploads.js: line 431, col 219, Line is too long. +build/public/templates/account/uploads.js: line 431, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 431, col 45, ['pagination'] is better written in dot notation. +build/public/templates/account/uploads.js: line 431, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 431, col 78, ['pagination'] is better written in dot notation. +build/public/templates/account/uploads.js: line 431, col 92, ['pages'] is better written in dot notation. +build/public/templates/account/uploads.js: line 431, col 104, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 431, col 120, ['pagination'] is better written in dot notation. +build/public/templates/account/uploads.js: line 431, col 134, ['pages'] is better written in dot notation. +build/public/templates/account/uploads.js: line 431, col 152, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 431, col 168, ['pagination'] is better written in dot notation. +build/public/templates/account/uploads.js: line 431, col 182, ['pages'] is better written in dot notation. +build/public/templates/account/uploads.js: line 431, col 197, ['separator'] is better written in dot notation. +build/public/templates/account/uploads.js: line 432, col 227, Line is too long. +build/public/templates/account/uploads.js: line 434, col 220, Line is too long. +build/public/templates/account/uploads.js: line 434, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 434, col 49, ['pagination'] is better written in dot notation. +build/public/templates/account/uploads.js: line 434, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 434, col 82, ['pagination'] is better written in dot notation. +build/public/templates/account/uploads.js: line 434, col 96, ['pages'] is better written in dot notation. +build/public/templates/account/uploads.js: line 434, col 108, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 434, col 124, ['pagination'] is better written in dot notation. +build/public/templates/account/uploads.js: line 434, col 138, ['pages'] is better written in dot notation. +build/public/templates/account/uploads.js: line 434, col 156, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 434, col 172, ['pagination'] is better written in dot notation. +build/public/templates/account/uploads.js: line 434, col 186, ['pages'] is better written in dot notation. +build/public/templates/account/uploads.js: line 434, col 201, ['active'] is better written in dot notation. +build/public/templates/account/uploads.js: line 438, col 226, Line is too long. +build/public/templates/account/uploads.js: line 438, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 438, col 57, ['pagination'] is better written in dot notation. +build/public/templates/account/uploads.js: line 438, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 438, col 90, ['pagination'] is better written in dot notation. +build/public/templates/account/uploads.js: line 438, col 104, ['pages'] is better written in dot notation. +build/public/templates/account/uploads.js: line 438, col 116, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 438, col 132, ['pagination'] is better written in dot notation. +build/public/templates/account/uploads.js: line 438, col 146, ['pages'] is better written in dot notation. +build/public/templates/account/uploads.js: line 438, col 164, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 438, col 180, ['pagination'] is better written in dot notation. +build/public/templates/account/uploads.js: line 438, col 194, ['pages'] is better written in dot notation. +build/public/templates/account/uploads.js: line 438, col 209, ['qs'] is better written in dot notation. +build/public/templates/account/uploads.js: line 440, col 228, Line is too long. +build/public/templates/account/uploads.js: line 440, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 440, col 57, ['pagination'] is better written in dot notation. +build/public/templates/account/uploads.js: line 440, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 440, col 90, ['pagination'] is better written in dot notation. +build/public/templates/account/uploads.js: line 440, col 104, ['pages'] is better written in dot notation. +build/public/templates/account/uploads.js: line 440, col 116, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 440, col 132, ['pagination'] is better written in dot notation. +build/public/templates/account/uploads.js: line 440, col 146, ['pages'] is better written in dot notation. +build/public/templates/account/uploads.js: line 440, col 164, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 440, col 180, ['pagination'] is better written in dot notation. +build/public/templates/account/uploads.js: line 440, col 194, ['pages'] is better written in dot notation. +build/public/templates/account/uploads.js: line 440, col 209, ['page'] is better written in dot notation. +build/public/templates/account/uploads.js: line 442, col 228, Line is too long. +build/public/templates/account/uploads.js: line 442, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 442, col 57, ['pagination'] is better written in dot notation. +build/public/templates/account/uploads.js: line 442, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 442, col 90, ['pagination'] is better written in dot notation. +build/public/templates/account/uploads.js: line 442, col 104, ['pages'] is better written in dot notation. +build/public/templates/account/uploads.js: line 442, col 116, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 442, col 132, ['pagination'] is better written in dot notation. +build/public/templates/account/uploads.js: line 442, col 146, ['pages'] is better written in dot notation. +build/public/templates/account/uploads.js: line 442, col 164, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 442, col 180, ['pagination'] is better written in dot notation. +build/public/templates/account/uploads.js: line 442, col 194, ['pages'] is better written in dot notation. +build/public/templates/account/uploads.js: line 442, col 209, ['page'] is better written in dot notation. +build/public/templates/account/uploads.js: line 444, col 228, Line is too long. +build/public/templates/account/uploads.js: line 444, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 444, col 57, ['pagination'] is better written in dot notation. +build/public/templates/account/uploads.js: line 444, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 444, col 90, ['pagination'] is better written in dot notation. +build/public/templates/account/uploads.js: line 444, col 104, ['pages'] is better written in dot notation. +build/public/templates/account/uploads.js: line 444, col 116, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 444, col 132, ['pagination'] is better written in dot notation. +build/public/templates/account/uploads.js: line 444, col 146, ['pages'] is better written in dot notation. +build/public/templates/account/uploads.js: line 444, col 164, Expected '!==' and instead saw '!='. +build/public/templates/account/uploads.js: line 444, col 180, ['pagination'] is better written in dot notation. +build/public/templates/account/uploads.js: line 444, col 194, ['pages'] is better written in dot notation. +build/public/templates/account/uploads.js: line 444, col 209, ['page'] is better written in dot notation. +build/public/templates/account/uploads.js: line 429, col 13, 'key' is defined but never used. +build/public/templates/account/uploads.js: line 428, col 153, 'value' is defined but never used. +build/public/templates/account/uploads.js: line 428, col 145, 'length' is defined but never used. +build/public/templates/account/uploads.js: line 428, col 138, 'index' is defined but never used. +build/public/templates/account/uploads.js: line 427, col 11, 'value' is defined but never used. +build/public/templates/account/uploads.js: line 425, col 81, 'helper' is defined but never used. +build/public/templates/account/uploads.js: line 454, col 3, Missing semicolon. +build/public/templates/account/uploads.js: line 5, col 46, 'define' is not defined. +build/public/templates/account/uploads.js: line 6, col 5, 'define' is not defined. + +build/public/templates/account/upvoted.js: line 13, col 109, Line is too long. +build/public/templates/account/upvoted.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 13, col 41, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 13, col 59, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 13, col 75, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 13, col 90, ['length'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 14, col 136, Line is too long. +build/public/templates/account/upvoted.js: line 15, col 26, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 21, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 23, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 25, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 25, col 49, ['uid'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 27, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 27, col 41, ['picture'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 29, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 29, col 53, ['picture'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 32, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 34, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 34, col 53, ['username'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 36, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 38, col 122, Line is too long. +build/public/templates/account/upvoted.js: line 39, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 39, col 49, ['status'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 41, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 41, col 49, ['status'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 43, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 43, col 41, ['loggedIn'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 45, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 45, col 45, ['isSelf'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 48, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 48, col 49, ['isFollowing'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 52, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 52, col 49, ['isFollowing'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 55, col 137, Line is too long. +build/public/templates/account/upvoted.js: line 59, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 59, col 41, ['allowCoverPicture'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 61, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 61, col 45, ['canEdit'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 62, col 485, Line is too long. +build/public/templates/account/upvoted.js: line 66, col 331, Line is too long. +build/public/templates/account/upvoted.js: line 67, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 67, col 41, ['loggedIn'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 69, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 69, col 45, ['isSelf'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 72, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 72, col 49, ['banned'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 75, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 75, col 53, ['canChat'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 77, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 77, col 57, ['hasPrivateChat'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 80, col 133, Line is too long. +build/public/templates/account/upvoted.js: line 81, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 81, col 65, ['username'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 82, col 157, Line is too long. +build/public/templates/account/upvoted.js: line 83, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 83, col 65, ['username'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 87, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 87, col 53, ['flagId'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 90, col 147, Line is too long. +build/public/templates/account/upvoted.js: line 91, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 91, col 53, ['flagId'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 94, col 130, Line is too long. +build/public/templates/account/upvoted.js: line 95, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 95, col 61, ['flagId'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 97, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 97, col 53, ['isBlocked'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 100, col 146, Line is too long. +build/public/templates/account/upvoted.js: line 101, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 101, col 53, ['isBlocked'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 104, col 177, Line is too long. +build/public/templates/account/upvoted.js: line 109, col 116, Line is too long. +build/public/templates/account/upvoted.js: line 109, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 109, col 49, ['config'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 109, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 109, col 78, ['config'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 109, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 111, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 111, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 112, col 101, Line is too long. +build/public/templates/account/upvoted.js: line 113, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 113, col 41, ['canEdit'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 115, col 120, Line is too long. +build/public/templates/account/upvoted.js: line 115, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 115, col 53, ['config'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 115, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 115, col 82, ['config'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 115, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 117, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 117, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 118, col 103, Line is too long. +build/public/templates/account/upvoted.js: line 119, col 120, Line is too long. +build/public/templates/account/upvoted.js: line 119, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 119, col 53, ['config'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 119, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 119, col 82, ['config'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 119, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 121, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 121, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 125, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 125, col 41, ['isSelf'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 128, col 122, Line is too long. +build/public/templates/account/upvoted.js: line 128, col 30, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 128, col 46, ['canBan'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 128, col 85, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 128, col 101, ['canMute'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 129, col 140, Line is too long. +build/public/templates/account/upvoted.js: line 132, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 132, col 45, ['canBan'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 134, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 134, col 49, ['banned'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 137, col 151, Line is too long. +build/public/templates/account/upvoted.js: line 138, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 138, col 49, ['banned'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 141, col 142, Line is too long. +build/public/templates/account/upvoted.js: line 144, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 144, col 45, ['canMute'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 146, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 146, col 49, ['muted'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 149, col 153, Line is too long. +build/public/templates/account/upvoted.js: line 150, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 150, col 49, ['muted'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 153, col 144, Line is too long. +build/public/templates/account/upvoted.js: line 156, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 156, col 45, ['isAdmin'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 157, col 398, Line is too long. +build/public/templates/account/upvoted.js: line 160, col 158, Line is too long. +build/public/templates/account/upvoted.js: line 161, col 116, Line is too long. +build/public/templates/account/upvoted.js: line 161, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 161, col 49, ['config'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 161, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 161, col 78, ['config'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 161, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 163, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 163, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 164, col 122, Line is too long. +build/public/templates/account/upvoted.js: line 165, col 112, Line is too long. +build/public/templates/account/upvoted.js: line 165, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 165, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 165, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 165, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 165, col 88, ['following'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 167, col 159, Line is too long. +build/public/templates/account/upvoted.js: line 167, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 167, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 167, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 167, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 167, col 133, ['following'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 168, col 117, Line is too long. +build/public/templates/account/upvoted.js: line 169, col 116, Line is too long. +build/public/templates/account/upvoted.js: line 169, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 169, col 49, ['config'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 169, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 169, col 78, ['config'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 169, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 171, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 171, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 172, col 122, Line is too long. +build/public/templates/account/upvoted.js: line 173, col 112, Line is too long. +build/public/templates/account/upvoted.js: line 173, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 173, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 173, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 173, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 173, col 88, ['followers'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 175, col 159, Line is too long. +build/public/templates/account/upvoted.js: line 175, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 175, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 175, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 175, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 175, col 133, ['followers'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 177, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 177, col 41, ['canEdit'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 178, col 103, Line is too long. +build/public/templates/account/upvoted.js: line 179, col 120, Line is too long. +build/public/templates/account/upvoted.js: line 179, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 179, col 53, ['config'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 179, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 179, col 82, ['config'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 179, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 181, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 181, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 182, col 120, Line is too long. +build/public/templates/account/upvoted.js: line 183, col 113, Line is too long. +build/public/templates/account/upvoted.js: line 183, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 183, col 53, ['counts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 183, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 183, col 82, ['counts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 183, col 92, ['blocks'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 185, col 160, Line is too long. +build/public/templates/account/upvoted.js: line 185, col 82, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 185, col 98, ['counts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 185, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 185, col 127, ['counts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 185, col 137, ['blocks'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 188, col 158, Line is too long. +build/public/templates/account/upvoted.js: line 189, col 116, Line is too long. +build/public/templates/account/upvoted.js: line 189, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 189, col 49, ['config'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 189, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 189, col 78, ['config'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 189, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 191, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 191, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 192, col 118, Line is too long. +build/public/templates/account/upvoted.js: line 193, col 109, Line is too long. +build/public/templates/account/upvoted.js: line 193, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 193, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 193, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 193, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 193, col 88, ['topics'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 195, col 156, Line is too long. +build/public/templates/account/upvoted.js: line 195, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 195, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 195, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 195, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 195, col 133, ['topics'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 196, col 117, Line is too long. +build/public/templates/account/upvoted.js: line 197, col 116, Line is too long. +build/public/templates/account/upvoted.js: line 197, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 197, col 49, ['config'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 197, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 197, col 78, ['config'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 197, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 199, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 199, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 200, col 116, Line is too long. +build/public/templates/account/upvoted.js: line 201, col 108, Line is too long. +build/public/templates/account/upvoted.js: line 201, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 201, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 201, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 201, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 201, col 88, ['posts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 203, col 155, Line is too long. +build/public/templates/account/upvoted.js: line 203, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 203, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 203, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 203, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 203, col 133, ['posts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 204, col 117, Line is too long. +build/public/templates/account/upvoted.js: line 205, col 116, Line is too long. +build/public/templates/account/upvoted.js: line 205, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 205, col 49, ['config'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 205, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 205, col 78, ['config'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 205, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 207, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 207, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 208, col 125, Line is too long. +build/public/templates/account/upvoted.js: line 209, col 109, Line is too long. +build/public/templates/account/upvoted.js: line 209, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 209, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 209, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 209, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 209, col 88, ['groups'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 211, col 156, Line is too long. +build/public/templates/account/upvoted.js: line 211, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 211, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 211, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 211, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 211, col 133, ['groups'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 213, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 213, col 41, ['canEdit'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 214, col 103, Line is too long. +build/public/templates/account/upvoted.js: line 215, col 120, Line is too long. +build/public/templates/account/upvoted.js: line 215, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 215, col 53, ['config'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 215, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 215, col 82, ['config'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 215, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 217, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 217, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 218, col 136, Line is too long. +build/public/templates/account/upvoted.js: line 219, col 124, Line is too long. +build/public/templates/account/upvoted.js: line 219, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 219, col 53, ['counts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 219, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 219, col 82, ['counts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 219, col 92, ['categoriesWatched'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 221, col 171, Line is too long. +build/public/templates/account/upvoted.js: line 221, col 82, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 221, col 98, ['counts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 221, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 221, col 127, ['counts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 221, col 137, ['categoriesWatched'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 223, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 223, col 45, ['isSelf'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 224, col 107, Line is too long. +build/public/templates/account/upvoted.js: line 225, col 124, Line is too long. +build/public/templates/account/upvoted.js: line 225, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 225, col 57, ['config'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 225, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 225, col 86, ['config'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 225, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 227, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 227, col 57, ['userslug'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 228, col 130, Line is too long. +build/public/templates/account/upvoted.js: line 229, col 122, Line is too long. +build/public/templates/account/upvoted.js: line 229, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 229, col 57, ['counts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 229, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 229, col 86, ['counts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 229, col 96, ['tagsWatched'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 231, col 169, Line is too long. +build/public/templates/account/upvoted.js: line 231, col 86, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 231, col 102, ['counts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 231, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 231, col 131, ['counts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 231, col 141, ['tagsWatched'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 234, col 105, Line is too long. +build/public/templates/account/upvoted.js: line 235, col 120, Line is too long. +build/public/templates/account/upvoted.js: line 235, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 235, col 53, ['config'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 235, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 235, col 82, ['config'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 235, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 237, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 237, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 238, col 124, Line is too long. +build/public/templates/account/upvoted.js: line 239, col 115, Line is too long. +build/public/templates/account/upvoted.js: line 239, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 239, col 53, ['counts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 239, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 239, col 82, ['counts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 239, col 92, ['uploaded'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 241, col 162, Line is too long. +build/public/templates/account/upvoted.js: line 241, col 82, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 241, col 98, ['counts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 241, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 241, col 127, ['counts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 241, col 137, ['uploaded'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 245, col 22, ['profile_links'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 246, col 241, Line is too long. +build/public/templates/account/upvoted.js: line 247, col 116, Line is too long. +build/public/templates/account/upvoted.js: line 247, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 247, col 49, ['config'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 247, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 247, col 78, ['config'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 247, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 249, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 249, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 251, col 110, Line is too long. +build/public/templates/account/upvoted.js: line 251, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 251, col 41, ['template'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 251, col 56, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 251, col 72, ['template'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 255, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 258, col 120, Line is too long. +build/public/templates/account/upvoted.js: line 258, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 258, col 53, ['config'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 258, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 258, col 82, ['config'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 258, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 260, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 260, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 262, col 113, Line is too long. +build/public/templates/account/upvoted.js: line 262, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 262, col 45, ['template'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 262, col 60, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 262, col 76, ['template'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 266, col 120, Line is too long. +build/public/templates/account/upvoted.js: line 266, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 266, col 53, ['config'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 266, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 266, col 82, ['config'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 266, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 268, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 268, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 270, col 122, Line is too long. +build/public/templates/account/upvoted.js: line 270, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 270, col 45, ['template'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 270, col 60, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 270, col 76, ['template'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 274, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 274, col 45, ['canEdit'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 276, col 124, Line is too long. +build/public/templates/account/upvoted.js: line 276, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 276, col 57, ['config'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 276, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 276, col 86, ['config'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 276, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 278, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 278, col 57, ['userslug'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 280, col 120, Line is too long. +build/public/templates/account/upvoted.js: line 280, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 280, col 49, ['template'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 280, col 64, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 280, col 80, ['template'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 284, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 287, col 128, Line is too long. +build/public/templates/account/upvoted.js: line 287, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 287, col 61, ['config'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 287, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 287, col 90, ['config'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 287, col 100, ['relative_path'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 289, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 289, col 61, ['userslug'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 291, col 126, Line is too long. +build/public/templates/account/upvoted.js: line 291, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 291, col 53, ['template'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 291, col 68, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 291, col 84, ['template'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 299, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 299, col 41, ['canEdit'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 301, col 120, Line is too long. +build/public/templates/account/upvoted.js: line 301, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 301, col 53, ['config'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 301, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 301, col 82, ['config'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 301, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 303, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 303, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 305, col 118, Line is too long. +build/public/templates/account/upvoted.js: line 305, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 305, col 45, ['template'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 305, col 60, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 305, col 76, ['template'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 311, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 311, col 41, ['posts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 311, col 53, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 311, col 69, ['posts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 311, col 78, ['length'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 314, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 314, col 53, ['noItemsFoundKey'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 316, col 113, Line is too long. +build/public/templates/account/upvoted.js: line 317, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 317, col 49, ['nextStart'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 319, col 22, ['posts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 320, col 151, Line is too long. +build/public/templates/account/upvoted.js: line 321, col 106, Line is too long. +build/public/templates/account/upvoted.js: line 321, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 321, col 41, ['config'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 321, col 54, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 321, col 70, ['config'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 321, col 80, ['usePagination'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 323, col 162, Line is too long. +build/public/templates/account/upvoted.js: line 323, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 323, col 45, ['pagination'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 323, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 323, col 78, ['pagination'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 323, col 92, ['pages'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 323, col 104, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 323, col 120, ['pagination'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 323, col 134, ['pages'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 323, col 143, ['length'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 326, col 159, Line is too long. +build/public/templates/account/upvoted.js: line 327, col 160, Line is too long. +build/public/templates/account/upvoted.js: line 327, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 327, col 45, ['pagination'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 327, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 327, col 78, ['pagination'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 327, col 92, ['prev'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 327, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 327, col 119, ['pagination'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 327, col 133, ['prev'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 327, col 141, ['active'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 331, col 166, Line is too long. +build/public/templates/account/upvoted.js: line 331, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 331, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 331, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 331, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 331, col 100, ['prev'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 331, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 331, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 331, col 141, ['prev'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 331, col 149, ['qs'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 333, col 168, Line is too long. +build/public/templates/account/upvoted.js: line 333, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 333, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 333, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 333, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 333, col 100, ['prev'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 333, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 333, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 333, col 141, ['prev'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 333, col 149, ['page'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 334, col 118, Line is too long. +build/public/templates/account/upvoted.js: line 337, col 160, Line is too long. +build/public/templates/account/upvoted.js: line 337, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 337, col 45, ['pagination'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 337, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 337, col 78, ['pagination'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 337, col 92, ['next'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 337, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 337, col 119, ['pagination'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 337, col 133, ['next'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 337, col 141, ['active'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 341, col 166, Line is too long. +build/public/templates/account/upvoted.js: line 341, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 341, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 341, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 341, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 341, col 100, ['next'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 341, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 341, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 341, col 141, ['next'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 341, col 149, ['qs'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 343, col 168, Line is too long. +build/public/templates/account/upvoted.js: line 343, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 343, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 343, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 343, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 343, col 100, ['next'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 343, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 343, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 343, col 141, ['next'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 343, col 149, ['page'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 344, col 228, Line is too long. +build/public/templates/account/upvoted.js: line 345, col 160, Line is too long. +build/public/templates/account/upvoted.js: line 345, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 345, col 45, ['pagination'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 345, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 345, col 78, ['pagination'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 345, col 92, ['prev'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 345, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 345, col 119, ['pagination'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 345, col 133, ['prev'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 345, col 141, ['active'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 349, col 168, Line is too long. +build/public/templates/account/upvoted.js: line 349, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 349, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 349, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 349, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 349, col 100, ['first'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 349, col 112, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 349, col 128, ['pagination'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 349, col 142, ['first'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 349, col 151, ['qs'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 350, col 162, Line is too long. +build/public/templates/account/upvoted.js: line 351, col 160, Line is too long. +build/public/templates/account/upvoted.js: line 351, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 351, col 45, ['pagination'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 351, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 351, col 78, ['pagination'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 351, col 92, ['prev'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 351, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 351, col 119, ['pagination'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 351, col 133, ['prev'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 351, col 141, ['active'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 355, col 166, Line is too long. +build/public/templates/account/upvoted.js: line 355, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 355, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 355, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 355, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 355, col 100, ['prev'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 355, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 355, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 355, col 141, ['prev'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 355, col 149, ['qs'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 357, col 168, Line is too long. +build/public/templates/account/upvoted.js: line 357, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 357, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 357, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 357, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 357, col 100, ['prev'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 357, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 357, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 357, col 141, ['prev'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 357, col 149, ['page'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 358, col 280, Line is too long. +build/public/templates/account/upvoted.js: line 359, col 126, Line is too long. +build/public/templates/account/upvoted.js: line 359, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 359, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 359, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 359, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 359, col 100, ['currentPage'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 361, col 124, Line is too long. +build/public/templates/account/upvoted.js: line 361, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 361, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 361, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 361, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 361, col 100, ['pageCount'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 363, col 160, Line is too long. +build/public/templates/account/upvoted.js: line 363, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 363, col 45, ['pagination'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 363, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 363, col 78, ['pagination'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 363, col 92, ['next'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 363, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 363, col 119, ['pagination'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 363, col 133, ['next'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 363, col 141, ['active'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 367, col 166, Line is too long. +build/public/templates/account/upvoted.js: line 367, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 367, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 367, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 367, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 367, col 100, ['next'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 367, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 367, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 367, col 141, ['next'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 367, col 149, ['qs'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 369, col 168, Line is too long. +build/public/templates/account/upvoted.js: line 369, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 369, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 369, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 369, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 369, col 100, ['next'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 369, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 369, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 369, col 141, ['next'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 369, col 149, ['page'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 370, col 140, Line is too long. +build/public/templates/account/upvoted.js: line 371, col 160, Line is too long. +build/public/templates/account/upvoted.js: line 371, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 371, col 45, ['pagination'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 371, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 371, col 78, ['pagination'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 371, col 92, ['next'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 371, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 371, col 119, ['pagination'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 371, col 133, ['next'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 371, col 141, ['active'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 375, col 166, Line is too long. +build/public/templates/account/upvoted.js: line 375, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 375, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 375, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 375, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 375, col 100, ['last'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 375, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 375, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 375, col 141, ['last'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 375, col 149, ['qs'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 377, col 124, Line is too long. +build/public/templates/account/upvoted.js: line 377, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 377, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 377, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 377, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 377, col 100, ['pageCount'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 378, col 128, Line is too long. +build/public/templates/account/upvoted.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/account/upvoted.js: line 387, col 119, Line is too long. +build/public/templates/account/upvoted.js: line 387, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 387, col 52, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 393, col 133, Line is too long. +build/public/templates/account/upvoted.js: line 400, col 156, Line is too long. +build/public/templates/account/upvoted.js: line 400, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 400, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 400, col 63, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 400, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 400, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 400, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 400, col 140, ['url'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 402, col 170, Line is too long. +build/public/templates/account/upvoted.js: line 402, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 402, col 57, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 402, col 75, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 402, col 91, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 402, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 402, col 131, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 402, col 152, ['url'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 406, col 167, Line is too long. +build/public/templates/account/upvoted.js: line 406, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 406, col 53, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 406, col 71, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 406, col 87, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 406, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 406, col 127, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 406, col 148, ['text'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 410, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 413, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 413, col 53, ['rssFeedUrl'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 415, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 415, col 65, ['rssFeedUrl'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 421, col 156, Line is too long. +build/public/templates/account/upvoted.js: line 421, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 421, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 421, col 63, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 421, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 421, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 421, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 421, col 140, ['url'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 388, col 13, 'key' is defined but never used. +build/public/templates/account/upvoted.js: line 387, col 112, 'value' is defined but never used. +build/public/templates/account/upvoted.js: line 386, col 11, 'value' is defined but never used. +build/public/templates/account/upvoted.js: line 384, col 72, 'helper' is defined but never used. +build/public/templates/account/upvoted.js: line 432, col 155, Line is too long. +build/public/templates/account/upvoted.js: line 432, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 432, col 52, ['widgets'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 432, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 432, col 82, ['widgets'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 432, col 93, ['header'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 435, col 205, Line is too long. +build/public/templates/account/upvoted.js: line 435, col 28, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 435, col 44, ['widgets'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 435, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 435, col 74, ['widgets'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 435, col 85, ['header'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 435, col 98, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 435, col 114, ['widgets'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 435, col 125, ['header'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 435, col 144, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 435, col 160, ['widgets'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 435, col 171, ['header'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 435, col 187, ['html'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 433, col 13, 'key' is defined but never used. +build/public/templates/account/upvoted.js: line 432, col 148, 'value' is defined but never used. +build/public/templates/account/upvoted.js: line 432, col 140, 'length' is defined but never used. +build/public/templates/account/upvoted.js: line 432, col 133, 'index' is defined but never used. +build/public/templates/account/upvoted.js: line 430, col 11, '__escape' is defined but never used. +build/public/templates/account/upvoted.js: line 431, col 11, 'value' is defined but never used. +build/public/templates/account/upvoted.js: line 429, col 77, 'helper' is defined but never used. +build/public/templates/account/upvoted.js: line 444, col 121, Line is too long. +build/public/templates/account/upvoted.js: line 444, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 444, col 52, ['profile_links'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 451, col 171, Line is too long. +build/public/templates/account/upvoted.js: line 451, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 451, col 53, ['profile_links'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 451, col 73, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 451, col 89, ['profile_links'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 451, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 451, col 131, ['profile_links'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 451, col 154, ['id'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 453, col 165, Line is too long. +build/public/templates/account/upvoted.js: line 453, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 453, col 45, ['profile_links'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 453, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 453, col 81, ['profile_links'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 453, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 453, col 123, ['profile_links'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 453, col 146, ['public'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 457, col 120, Line is too long. +build/public/templates/account/upvoted.js: line 457, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 457, col 53, ['config'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 457, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 457, col 82, ['config'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 457, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 459, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 459, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 461, col 174, Line is too long. +build/public/templates/account/upvoted.js: line 461, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 461, col 53, ['profile_links'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 461, col 73, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 461, col 89, ['profile_links'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 461, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 461, col 131, ['profile_links'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 461, col 154, ['route'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 463, col 163, Line is too long. +build/public/templates/account/upvoted.js: line 463, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 463, col 45, ['profile_links'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 463, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 463, col 81, ['profile_links'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 463, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 463, col 123, ['profile_links'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 463, col 146, ['icon'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 465, col 177, Line is too long. +build/public/templates/account/upvoted.js: line 465, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 465, col 57, ['profile_links'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 465, col 77, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 465, col 93, ['profile_links'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 465, col 119, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 465, col 135, ['profile_links'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 465, col 158, ['icon'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 468, col 173, Line is too long. +build/public/templates/account/upvoted.js: line 468, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 468, col 53, ['profile_links'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 468, col 73, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 468, col 89, ['profile_links'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 468, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 468, col 131, ['profile_links'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 468, col 154, ['name'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 445, col 13, 'key' is defined but never used. +build/public/templates/account/upvoted.js: line 444, col 114, 'value' is defined but never used. +build/public/templates/account/upvoted.js: line 444, col 106, 'length' is defined but never used. +build/public/templates/account/upvoted.js: line 443, col 11, 'value' is defined but never used. +build/public/templates/account/upvoted.js: line 441, col 76, 'helper' is defined but never used. +build/public/templates/account/upvoted.js: line 477, col 113, Line is too long. +build/public/templates/account/upvoted.js: line 477, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 477, col 52, ['posts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 480, col 142, Line is too long. +build/public/templates/account/upvoted.js: line 480, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 480, col 45, ['posts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 480, col 57, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 480, col 73, ['posts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 480, col 91, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 480, col 107, ['posts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 480, col 122, ['deleted'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 482, col 196, Line is too long. +build/public/templates/account/upvoted.js: line 482, col 31, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 482, col 47, ['posts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 482, col 59, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 482, col 75, ['posts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 482, col 93, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 482, col 109, ['posts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 482, col 124, ['topic'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 482, col 136, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 482, col 152, ['posts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 482, col 167, ['topic'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 482, col 176, ['deleted'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 485, col 196, Line is too long. +build/public/templates/account/upvoted.js: line 485, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 485, col 45, ['posts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 485, col 57, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 485, col 73, ['posts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 485, col 91, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 485, col 107, ['posts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 485, col 122, ['topic'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 485, col 134, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 485, col 150, ['posts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 485, col 165, ['topic'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 485, col 174, ['scheduled'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 489, col 148, Line is too long. +build/public/templates/account/upvoted.js: line 489, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 489, col 53, ['posts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 489, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 489, col 81, ['posts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 489, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 489, col 115, ['posts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 489, col 130, ['pid'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 491, col 148, Line is too long. +build/public/templates/account/upvoted.js: line 491, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 491, col 53, ['posts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 491, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 491, col 81, ['posts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 491, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 491, col 115, ['posts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 491, col 130, ['uid'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 492, col 121, Line is too long. +build/public/templates/account/upvoted.js: line 493, col 120, Line is too long. +build/public/templates/account/upvoted.js: line 493, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 493, col 53, ['config'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 493, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 493, col 82, ['config'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 493, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 495, col 198, Line is too long. +build/public/templates/account/upvoted.js: line 495, col 85, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 495, col 101, ['posts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 495, col 113, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 495, col 129, ['posts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 495, col 147, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 495, col 163, ['posts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 495, col 178, ['pid'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 497, col 145, Line is too long. +build/public/templates/account/upvoted.js: line 497, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 497, col 45, ['posts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 497, col 57, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 497, col 73, ['posts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 497, col 91, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 497, col 107, ['posts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 497, col 122, ['isMainPost'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 500, col 202, Line is too long. +build/public/templates/account/upvoted.js: line 500, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 500, col 53, ['posts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 500, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 500, col 81, ['posts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 500, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 500, col 115, ['posts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 500, col 130, ['topic'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 500, col 142, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 500, col 158, ['posts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 500, col 173, ['topic'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 500, col 182, ['title'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 502, col 152, Line is too long. +build/public/templates/account/upvoted.js: line 502, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 502, col 53, ['posts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 502, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 502, col 81, ['posts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 502, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 502, col 115, ['posts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 502, col 130, ['content'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 503, col 133, Line is too long. +build/public/templates/account/upvoted.js: line 504, col 120, Line is too long. +build/public/templates/account/upvoted.js: line 504, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 504, col 53, ['config'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 504, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 504, col 82, ['config'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 504, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 506, col 207, Line is too long. +build/public/templates/account/upvoted.js: line 506, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 506, col 53, ['posts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 506, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 506, col 81, ['posts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 506, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 506, col 115, ['posts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 506, col 130, ['category'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 506, col 145, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 506, col 161, ['posts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 506, col 176, ['category'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 506, col 188, ['slug'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 508, col 207, Line is too long. +build/public/templates/account/upvoted.js: line 508, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 508, col 53, ['posts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 508, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 508, col 81, ['posts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 508, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 508, col 115, ['posts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 508, col 130, ['category'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 508, col 145, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 508, col 161, ['posts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 508, col 176, ['category'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 508, col 188, ['name'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 510, col 145, Line is too long. +build/public/templates/account/upvoted.js: line 510, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 510, col 45, ['posts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 510, col 57, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 510, col 73, ['posts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 510, col 91, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 510, col 107, ['posts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 510, col 122, ['isMainPost'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 512, col 256, Line is too long. +build/public/templates/account/upvoted.js: line 512, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 512, col 49, ['posts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 512, col 61, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 512, col 77, ['posts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 512, col 95, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 512, col 111, ['posts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 512, col 126, ['topic'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 512, col 138, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 512, col 154, ['posts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 512, col 169, ['topic'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 512, col 178, ['tags'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 512, col 189, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 512, col 205, ['posts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 512, col 220, ['topic'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 512, col 229, ['tags'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 512, col 237, ['length'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 514, col 246, Line is too long. +build/public/templates/account/upvoted.js: line 514, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 514, col 57, ['posts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 514, col 69, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 514, col 85, ['posts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 514, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 514, col 119, ['posts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 514, col 134, ['topic'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 514, col 146, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 514, col 162, ['posts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 514, col 177, ['topic'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 514, col 186, ['tags'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 517, col 132, Line is too long. +build/public/templates/account/upvoted.js: line 517, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 517, col 65, ['config'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 517, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 517, col 94, ['config'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 517, col 104, ['relative_path'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 519, col 343, Line is too long. +build/public/templates/account/upvoted.js: line 519, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 519, col 65, ['posts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 519, col 77, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 519, col 93, ['posts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 519, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 519, col 127, ['posts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 519, col 142, ['topic'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 519, col 154, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 519, col 170, ['posts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 519, col 185, ['topic'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 519, col 194, ['tags'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 519, col 205, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 519, col 221, ['posts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 519, col 236, ['topic'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 519, col 245, ['tags'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 519, col 262, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 519, col 278, ['posts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 519, col 293, ['topic'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 519, col 302, ['tags'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 519, col 316, ['valueEncoded'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 521, col 336, Line is too long. +build/public/templates/account/upvoted.js: line 521, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 521, col 65, ['posts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 521, col 77, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 521, col 93, ['posts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 521, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 521, col 127, ['posts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 521, col 142, ['topic'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 521, col 154, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 521, col 170, ['posts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 521, col 185, ['topic'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 521, col 194, ['tags'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 521, col 205, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 521, col 221, ['posts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 521, col 236, ['topic'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 521, col 245, ['tags'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 521, col 262, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 521, col 278, ['posts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 521, col 293, ['topic'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 521, col 302, ['tags'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 523, col 343, Line is too long. +build/public/templates/account/upvoted.js: line 523, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 523, col 65, ['posts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 523, col 77, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 523, col 93, ['posts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 523, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 523, col 127, ['posts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 523, col 142, ['topic'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 523, col 154, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 523, col 170, ['posts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 523, col 185, ['topic'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 523, col 194, ['tags'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 523, col 205, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 523, col 221, ['posts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 523, col 236, ['topic'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 523, col 245, ['tags'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 523, col 262, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 523, col 278, ['posts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 523, col 293, ['topic'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 523, col 302, ['tags'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 523, col 316, ['valueEscaped'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 515, col 25, 'key' is defined but never used. +build/public/templates/account/upvoted.js: line 514, col 239, 'value' is defined but never used. +build/public/templates/account/upvoted.js: line 514, col 231, 'length' is defined but never used. +build/public/templates/account/upvoted.js: line 514, col 224, 'index' is defined but never used. +build/public/templates/account/upvoted.js: line 533, col 120, Line is too long. +build/public/templates/account/upvoted.js: line 533, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 533, col 53, ['config'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 533, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 533, col 82, ['config'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 533, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 535, col 203, Line is too long. +build/public/templates/account/upvoted.js: line 535, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 535, col 53, ['posts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 535, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 535, col 81, ['posts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 535, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 535, col 115, ['posts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 535, col 130, ['user'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 535, col 141, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 535, col 157, ['posts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 535, col 172, ['user'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 535, col 180, ['userslug'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 537, col 278, Line is too long. +build/public/templates/account/upvoted.js: line 537, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 537, col 94, ['posts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 537, col 106, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 537, col 122, ['posts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 537, col 140, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 537, col 156, ['posts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 537, col 171, ['user'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 537, col 214, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 538, col 111, Line is too long. +build/public/templates/account/upvoted.js: line 539, col 120, Line is too long. +build/public/templates/account/upvoted.js: line 539, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 539, col 53, ['config'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 539, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 539, col 82, ['config'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 539, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 541, col 203, Line is too long. +build/public/templates/account/upvoted.js: line 541, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 541, col 53, ['posts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 541, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 541, col 81, ['posts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 541, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 541, col 115, ['posts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 541, col 130, ['user'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 541, col 141, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 541, col 157, ['posts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 541, col 172, ['user'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 541, col 180, ['userslug'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 543, col 206, Line is too long. +build/public/templates/account/upvoted.js: line 543, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 543, col 53, ['posts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 543, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 543, col 81, ['posts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 543, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 543, col 115, ['posts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 543, col 130, ['user'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 543, col 141, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 543, col 157, ['posts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 543, col 172, ['user'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 543, col 180, ['displayname'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 545, col 157, Line is too long. +build/public/templates/account/upvoted.js: line 545, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 545, col 53, ['posts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 545, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 545, col 81, ['posts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 545, col 99, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 545, col 115, ['posts'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 545, col 130, ['timestampISO'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 478, col 13, 'key' is defined but never used. +build/public/templates/account/upvoted.js: line 477, col 106, 'value' is defined but never used. +build/public/templates/account/upvoted.js: line 477, col 98, 'length' is defined but never used. +build/public/templates/account/upvoted.js: line 477, col 91, 'index' is defined but never used. +build/public/templates/account/upvoted.js: line 476, col 11, 'value' is defined but never used. +build/public/templates/account/upvoted.js: line 554, col 160, Line is too long. +build/public/templates/account/upvoted.js: line 554, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 554, col 52, ['pagination'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 554, col 69, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 554, col 85, ['pagination'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 554, col 99, ['pages'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 557, col 219, Line is too long. +build/public/templates/account/upvoted.js: line 557, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 557, col 45, ['pagination'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 557, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 557, col 78, ['pagination'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 557, col 92, ['pages'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 557, col 104, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 557, col 120, ['pagination'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 557, col 134, ['pages'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 557, col 152, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 557, col 168, ['pagination'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 557, col 182, ['pages'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 557, col 197, ['separator'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 558, col 227, Line is too long. +build/public/templates/account/upvoted.js: line 560, col 220, Line is too long. +build/public/templates/account/upvoted.js: line 560, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 560, col 49, ['pagination'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 560, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 560, col 82, ['pagination'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 560, col 96, ['pages'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 560, col 108, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 560, col 124, ['pagination'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 560, col 138, ['pages'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 560, col 156, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 560, col 172, ['pagination'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 560, col 186, ['pages'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 560, col 201, ['active'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 564, col 226, Line is too long. +build/public/templates/account/upvoted.js: line 564, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 564, col 57, ['pagination'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 564, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 564, col 90, ['pagination'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 564, col 104, ['pages'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 564, col 116, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 564, col 132, ['pagination'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 564, col 146, ['pages'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 564, col 164, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 564, col 180, ['pagination'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 564, col 194, ['pages'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 564, col 209, ['qs'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 566, col 228, Line is too long. +build/public/templates/account/upvoted.js: line 566, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 566, col 57, ['pagination'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 566, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 566, col 90, ['pagination'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 566, col 104, ['pages'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 566, col 116, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 566, col 132, ['pagination'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 566, col 146, ['pages'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 566, col 164, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 566, col 180, ['pagination'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 566, col 194, ['pages'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 566, col 209, ['page'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 568, col 228, Line is too long. +build/public/templates/account/upvoted.js: line 568, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 568, col 57, ['pagination'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 568, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 568, col 90, ['pagination'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 568, col 104, ['pages'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 568, col 116, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 568, col 132, ['pagination'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 568, col 146, ['pages'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 568, col 164, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 568, col 180, ['pagination'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 568, col 194, ['pages'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 568, col 209, ['page'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 570, col 228, Line is too long. +build/public/templates/account/upvoted.js: line 570, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 570, col 57, ['pagination'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 570, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 570, col 90, ['pagination'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 570, col 104, ['pages'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 570, col 116, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 570, col 132, ['pagination'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 570, col 146, ['pages'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 570, col 164, Expected '!==' and instead saw '!='. +build/public/templates/account/upvoted.js: line 570, col 180, ['pagination'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 570, col 194, ['pages'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 570, col 209, ['page'] is better written in dot notation. +build/public/templates/account/upvoted.js: line 555, col 13, 'key' is defined but never used. +build/public/templates/account/upvoted.js: line 554, col 153, 'value' is defined but never used. +build/public/templates/account/upvoted.js: line 554, col 145, 'length' is defined but never used. +build/public/templates/account/upvoted.js: line 554, col 138, 'index' is defined but never used. +build/public/templates/account/upvoted.js: line 553, col 11, 'value' is defined but never used. +build/public/templates/account/upvoted.js: line 551, col 81, 'helper' is defined but never used. +build/public/templates/account/upvoted.js: line 580, col 3, Missing semicolon. +build/public/templates/account/upvoted.js: line 5, col 46, 'define' is not defined. +build/public/templates/account/upvoted.js: line 6, col 5, 'define' is not defined. + +build/public/templates/account/watched.js: line 13, col 109, Line is too long. +build/public/templates/account/watched.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 13, col 41, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/watched.js: line 13, col 59, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 13, col 75, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/watched.js: line 13, col 90, ['length'] is better written in dot notation. +build/public/templates/account/watched.js: line 14, col 136, Line is too long. +build/public/templates/account/watched.js: line 15, col 26, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/watched.js: line 21, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 23, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 25, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 25, col 49, ['uid'] is better written in dot notation. +build/public/templates/account/watched.js: line 27, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 27, col 41, ['picture'] is better written in dot notation. +build/public/templates/account/watched.js: line 29, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 29, col 53, ['picture'] is better written in dot notation. +build/public/templates/account/watched.js: line 32, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 34, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 34, col 53, ['username'] is better written in dot notation. +build/public/templates/account/watched.js: line 36, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 38, col 122, Line is too long. +build/public/templates/account/watched.js: line 39, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 39, col 49, ['status'] is better written in dot notation. +build/public/templates/account/watched.js: line 41, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 41, col 49, ['status'] is better written in dot notation. +build/public/templates/account/watched.js: line 43, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 43, col 41, ['loggedIn'] is better written in dot notation. +build/public/templates/account/watched.js: line 45, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 45, col 45, ['isSelf'] is better written in dot notation. +build/public/templates/account/watched.js: line 48, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 48, col 49, ['isFollowing'] is better written in dot notation. +build/public/templates/account/watched.js: line 52, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 52, col 49, ['isFollowing'] is better written in dot notation. +build/public/templates/account/watched.js: line 55, col 137, Line is too long. +build/public/templates/account/watched.js: line 59, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 59, col 41, ['allowCoverPicture'] is better written in dot notation. +build/public/templates/account/watched.js: line 61, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 61, col 45, ['canEdit'] is better written in dot notation. +build/public/templates/account/watched.js: line 62, col 485, Line is too long. +build/public/templates/account/watched.js: line 66, col 331, Line is too long. +build/public/templates/account/watched.js: line 67, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 67, col 41, ['loggedIn'] is better written in dot notation. +build/public/templates/account/watched.js: line 69, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 69, col 45, ['isSelf'] is better written in dot notation. +build/public/templates/account/watched.js: line 72, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 72, col 49, ['banned'] is better written in dot notation. +build/public/templates/account/watched.js: line 75, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 75, col 53, ['canChat'] is better written in dot notation. +build/public/templates/account/watched.js: line 77, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 77, col 57, ['hasPrivateChat'] is better written in dot notation. +build/public/templates/account/watched.js: line 80, col 133, Line is too long. +build/public/templates/account/watched.js: line 81, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 81, col 65, ['username'] is better written in dot notation. +build/public/templates/account/watched.js: line 82, col 157, Line is too long. +build/public/templates/account/watched.js: line 83, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 83, col 65, ['username'] is better written in dot notation. +build/public/templates/account/watched.js: line 87, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 87, col 53, ['flagId'] is better written in dot notation. +build/public/templates/account/watched.js: line 90, col 147, Line is too long. +build/public/templates/account/watched.js: line 91, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 91, col 53, ['flagId'] is better written in dot notation. +build/public/templates/account/watched.js: line 94, col 130, Line is too long. +build/public/templates/account/watched.js: line 95, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 95, col 61, ['flagId'] is better written in dot notation. +build/public/templates/account/watched.js: line 97, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 97, col 53, ['isBlocked'] is better written in dot notation. +build/public/templates/account/watched.js: line 100, col 146, Line is too long. +build/public/templates/account/watched.js: line 101, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 101, col 53, ['isBlocked'] is better written in dot notation. +build/public/templates/account/watched.js: line 104, col 177, Line is too long. +build/public/templates/account/watched.js: line 109, col 116, Line is too long. +build/public/templates/account/watched.js: line 109, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 109, col 49, ['config'] is better written in dot notation. +build/public/templates/account/watched.js: line 109, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 109, col 78, ['config'] is better written in dot notation. +build/public/templates/account/watched.js: line 109, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/watched.js: line 111, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 111, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/watched.js: line 112, col 101, Line is too long. +build/public/templates/account/watched.js: line 113, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 113, col 41, ['canEdit'] is better written in dot notation. +build/public/templates/account/watched.js: line 115, col 120, Line is too long. +build/public/templates/account/watched.js: line 115, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 115, col 53, ['config'] is better written in dot notation. +build/public/templates/account/watched.js: line 115, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 115, col 82, ['config'] is better written in dot notation. +build/public/templates/account/watched.js: line 115, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/watched.js: line 117, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 117, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/watched.js: line 118, col 103, Line is too long. +build/public/templates/account/watched.js: line 119, col 120, Line is too long. +build/public/templates/account/watched.js: line 119, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 119, col 53, ['config'] is better written in dot notation. +build/public/templates/account/watched.js: line 119, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 119, col 82, ['config'] is better written in dot notation. +build/public/templates/account/watched.js: line 119, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/watched.js: line 121, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 121, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/watched.js: line 125, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 125, col 41, ['isSelf'] is better written in dot notation. +build/public/templates/account/watched.js: line 128, col 122, Line is too long. +build/public/templates/account/watched.js: line 128, col 30, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 128, col 46, ['canBan'] is better written in dot notation. +build/public/templates/account/watched.js: line 128, col 85, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 128, col 101, ['canMute'] is better written in dot notation. +build/public/templates/account/watched.js: line 129, col 140, Line is too long. +build/public/templates/account/watched.js: line 132, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 132, col 45, ['canBan'] is better written in dot notation. +build/public/templates/account/watched.js: line 134, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 134, col 49, ['banned'] is better written in dot notation. +build/public/templates/account/watched.js: line 137, col 151, Line is too long. +build/public/templates/account/watched.js: line 138, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 138, col 49, ['banned'] is better written in dot notation. +build/public/templates/account/watched.js: line 141, col 142, Line is too long. +build/public/templates/account/watched.js: line 144, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 144, col 45, ['canMute'] is better written in dot notation. +build/public/templates/account/watched.js: line 146, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 146, col 49, ['muted'] is better written in dot notation. +build/public/templates/account/watched.js: line 149, col 153, Line is too long. +build/public/templates/account/watched.js: line 150, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 150, col 49, ['muted'] is better written in dot notation. +build/public/templates/account/watched.js: line 153, col 144, Line is too long. +build/public/templates/account/watched.js: line 156, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 156, col 45, ['isAdmin'] is better written in dot notation. +build/public/templates/account/watched.js: line 157, col 398, Line is too long. +build/public/templates/account/watched.js: line 160, col 158, Line is too long. +build/public/templates/account/watched.js: line 161, col 116, Line is too long. +build/public/templates/account/watched.js: line 161, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 161, col 49, ['config'] is better written in dot notation. +build/public/templates/account/watched.js: line 161, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 161, col 78, ['config'] is better written in dot notation. +build/public/templates/account/watched.js: line 161, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/watched.js: line 163, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 163, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/watched.js: line 164, col 122, Line is too long. +build/public/templates/account/watched.js: line 165, col 112, Line is too long. +build/public/templates/account/watched.js: line 165, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 165, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/watched.js: line 165, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 165, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/watched.js: line 165, col 88, ['following'] is better written in dot notation. +build/public/templates/account/watched.js: line 167, col 159, Line is too long. +build/public/templates/account/watched.js: line 167, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 167, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/watched.js: line 167, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 167, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/watched.js: line 167, col 133, ['following'] is better written in dot notation. +build/public/templates/account/watched.js: line 168, col 117, Line is too long. +build/public/templates/account/watched.js: line 169, col 116, Line is too long. +build/public/templates/account/watched.js: line 169, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 169, col 49, ['config'] is better written in dot notation. +build/public/templates/account/watched.js: line 169, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 169, col 78, ['config'] is better written in dot notation. +build/public/templates/account/watched.js: line 169, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/watched.js: line 171, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 171, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/watched.js: line 172, col 122, Line is too long. +build/public/templates/account/watched.js: line 173, col 112, Line is too long. +build/public/templates/account/watched.js: line 173, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 173, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/watched.js: line 173, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 173, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/watched.js: line 173, col 88, ['followers'] is better written in dot notation. +build/public/templates/account/watched.js: line 175, col 159, Line is too long. +build/public/templates/account/watched.js: line 175, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 175, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/watched.js: line 175, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 175, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/watched.js: line 175, col 133, ['followers'] is better written in dot notation. +build/public/templates/account/watched.js: line 177, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 177, col 41, ['canEdit'] is better written in dot notation. +build/public/templates/account/watched.js: line 178, col 103, Line is too long. +build/public/templates/account/watched.js: line 179, col 120, Line is too long. +build/public/templates/account/watched.js: line 179, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 179, col 53, ['config'] is better written in dot notation. +build/public/templates/account/watched.js: line 179, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 179, col 82, ['config'] is better written in dot notation. +build/public/templates/account/watched.js: line 179, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/watched.js: line 181, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 181, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/watched.js: line 182, col 120, Line is too long. +build/public/templates/account/watched.js: line 183, col 113, Line is too long. +build/public/templates/account/watched.js: line 183, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 183, col 53, ['counts'] is better written in dot notation. +build/public/templates/account/watched.js: line 183, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 183, col 82, ['counts'] is better written in dot notation. +build/public/templates/account/watched.js: line 183, col 92, ['blocks'] is better written in dot notation. +build/public/templates/account/watched.js: line 185, col 160, Line is too long. +build/public/templates/account/watched.js: line 185, col 82, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 185, col 98, ['counts'] is better written in dot notation. +build/public/templates/account/watched.js: line 185, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 185, col 127, ['counts'] is better written in dot notation. +build/public/templates/account/watched.js: line 185, col 137, ['blocks'] is better written in dot notation. +build/public/templates/account/watched.js: line 188, col 158, Line is too long. +build/public/templates/account/watched.js: line 189, col 116, Line is too long. +build/public/templates/account/watched.js: line 189, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 189, col 49, ['config'] is better written in dot notation. +build/public/templates/account/watched.js: line 189, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 189, col 78, ['config'] is better written in dot notation. +build/public/templates/account/watched.js: line 189, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/watched.js: line 191, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 191, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/watched.js: line 192, col 118, Line is too long. +build/public/templates/account/watched.js: line 193, col 109, Line is too long. +build/public/templates/account/watched.js: line 193, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 193, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/watched.js: line 193, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 193, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/watched.js: line 193, col 88, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 195, col 156, Line is too long. +build/public/templates/account/watched.js: line 195, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 195, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/watched.js: line 195, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 195, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/watched.js: line 195, col 133, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 196, col 117, Line is too long. +build/public/templates/account/watched.js: line 197, col 116, Line is too long. +build/public/templates/account/watched.js: line 197, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 197, col 49, ['config'] is better written in dot notation. +build/public/templates/account/watched.js: line 197, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 197, col 78, ['config'] is better written in dot notation. +build/public/templates/account/watched.js: line 197, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/watched.js: line 199, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 199, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/watched.js: line 200, col 116, Line is too long. +build/public/templates/account/watched.js: line 201, col 108, Line is too long. +build/public/templates/account/watched.js: line 201, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 201, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/watched.js: line 201, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 201, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/watched.js: line 201, col 88, ['posts'] is better written in dot notation. +build/public/templates/account/watched.js: line 203, col 155, Line is too long. +build/public/templates/account/watched.js: line 203, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 203, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/watched.js: line 203, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 203, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/watched.js: line 203, col 133, ['posts'] is better written in dot notation. +build/public/templates/account/watched.js: line 204, col 117, Line is too long. +build/public/templates/account/watched.js: line 205, col 116, Line is too long. +build/public/templates/account/watched.js: line 205, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 205, col 49, ['config'] is better written in dot notation. +build/public/templates/account/watched.js: line 205, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 205, col 78, ['config'] is better written in dot notation. +build/public/templates/account/watched.js: line 205, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/account/watched.js: line 207, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 207, col 49, ['userslug'] is better written in dot notation. +build/public/templates/account/watched.js: line 208, col 125, Line is too long. +build/public/templates/account/watched.js: line 209, col 109, Line is too long. +build/public/templates/account/watched.js: line 209, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 209, col 49, ['counts'] is better written in dot notation. +build/public/templates/account/watched.js: line 209, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 209, col 78, ['counts'] is better written in dot notation. +build/public/templates/account/watched.js: line 209, col 88, ['groups'] is better written in dot notation. +build/public/templates/account/watched.js: line 211, col 156, Line is too long. +build/public/templates/account/watched.js: line 211, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 211, col 94, ['counts'] is better written in dot notation. +build/public/templates/account/watched.js: line 211, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 211, col 123, ['counts'] is better written in dot notation. +build/public/templates/account/watched.js: line 211, col 133, ['groups'] is better written in dot notation. +build/public/templates/account/watched.js: line 213, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 213, col 41, ['canEdit'] is better written in dot notation. +build/public/templates/account/watched.js: line 214, col 103, Line is too long. +build/public/templates/account/watched.js: line 215, col 120, Line is too long. +build/public/templates/account/watched.js: line 215, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 215, col 53, ['config'] is better written in dot notation. +build/public/templates/account/watched.js: line 215, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 215, col 82, ['config'] is better written in dot notation. +build/public/templates/account/watched.js: line 215, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/watched.js: line 217, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 217, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/watched.js: line 218, col 136, Line is too long. +build/public/templates/account/watched.js: line 219, col 124, Line is too long. +build/public/templates/account/watched.js: line 219, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 219, col 53, ['counts'] is better written in dot notation. +build/public/templates/account/watched.js: line 219, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 219, col 82, ['counts'] is better written in dot notation. +build/public/templates/account/watched.js: line 219, col 92, ['categoriesWatched'] is better written in dot notation. +build/public/templates/account/watched.js: line 221, col 171, Line is too long. +build/public/templates/account/watched.js: line 221, col 82, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 221, col 98, ['counts'] is better written in dot notation. +build/public/templates/account/watched.js: line 221, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 221, col 127, ['counts'] is better written in dot notation. +build/public/templates/account/watched.js: line 221, col 137, ['categoriesWatched'] is better written in dot notation. +build/public/templates/account/watched.js: line 223, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 223, col 45, ['isSelf'] is better written in dot notation. +build/public/templates/account/watched.js: line 224, col 107, Line is too long. +build/public/templates/account/watched.js: line 225, col 124, Line is too long. +build/public/templates/account/watched.js: line 225, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 225, col 57, ['config'] is better written in dot notation. +build/public/templates/account/watched.js: line 225, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 225, col 86, ['config'] is better written in dot notation. +build/public/templates/account/watched.js: line 225, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/account/watched.js: line 227, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 227, col 57, ['userslug'] is better written in dot notation. +build/public/templates/account/watched.js: line 228, col 130, Line is too long. +build/public/templates/account/watched.js: line 229, col 122, Line is too long. +build/public/templates/account/watched.js: line 229, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 229, col 57, ['counts'] is better written in dot notation. +build/public/templates/account/watched.js: line 229, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 229, col 86, ['counts'] is better written in dot notation. +build/public/templates/account/watched.js: line 229, col 96, ['tagsWatched'] is better written in dot notation. +build/public/templates/account/watched.js: line 231, col 169, Line is too long. +build/public/templates/account/watched.js: line 231, col 86, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 231, col 102, ['counts'] is better written in dot notation. +build/public/templates/account/watched.js: line 231, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 231, col 131, ['counts'] is better written in dot notation. +build/public/templates/account/watched.js: line 231, col 141, ['tagsWatched'] is better written in dot notation. +build/public/templates/account/watched.js: line 234, col 105, Line is too long. +build/public/templates/account/watched.js: line 235, col 120, Line is too long. +build/public/templates/account/watched.js: line 235, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 235, col 53, ['config'] is better written in dot notation. +build/public/templates/account/watched.js: line 235, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 235, col 82, ['config'] is better written in dot notation. +build/public/templates/account/watched.js: line 235, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/watched.js: line 237, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 237, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/watched.js: line 238, col 124, Line is too long. +build/public/templates/account/watched.js: line 239, col 115, Line is too long. +build/public/templates/account/watched.js: line 239, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 239, col 53, ['counts'] is better written in dot notation. +build/public/templates/account/watched.js: line 239, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 239, col 82, ['counts'] is better written in dot notation. +build/public/templates/account/watched.js: line 239, col 92, ['uploaded'] is better written in dot notation. +build/public/templates/account/watched.js: line 241, col 162, Line is too long. +build/public/templates/account/watched.js: line 241, col 82, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 241, col 98, ['counts'] is better written in dot notation. +build/public/templates/account/watched.js: line 241, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 241, col 127, ['counts'] is better written in dot notation. +build/public/templates/account/watched.js: line 241, col 137, ['uploaded'] is better written in dot notation. +build/public/templates/account/watched.js: line 245, col 22, ['profile_links'] is better written in dot notation. +build/public/templates/account/watched.js: line 246, col 224, Line is too long. +build/public/templates/account/watched.js: line 247, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 247, col 41, ['showSort'] is better written in dot notation. +build/public/templates/account/watched.js: line 248, col 369, Line is too long. +build/public/templates/account/watched.js: line 249, col 26, ['sortOptions'] is better written in dot notation. +build/public/templates/account/watched.js: line 253, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 253, col 41, ['canEdit'] is better written in dot notation. +build/public/templates/account/watched.js: line 255, col 120, Line is too long. +build/public/templates/account/watched.js: line 255, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 255, col 53, ['config'] is better written in dot notation. +build/public/templates/account/watched.js: line 255, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 255, col 82, ['config'] is better written in dot notation. +build/public/templates/account/watched.js: line 255, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/watched.js: line 257, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 257, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/watched.js: line 259, col 115, Line is too long. +build/public/templates/account/watched.js: line 259, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 259, col 45, ['template'] is better written in dot notation. +build/public/templates/account/watched.js: line 259, col 60, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 259, col 76, ['template'] is better written in dot notation. +build/public/templates/account/watched.js: line 263, col 120, Line is too long. +build/public/templates/account/watched.js: line 263, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 263, col 53, ['config'] is better written in dot notation. +build/public/templates/account/watched.js: line 263, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 263, col 82, ['config'] is better written in dot notation. +build/public/templates/account/watched.js: line 263, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/watched.js: line 265, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 265, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/watched.js: line 267, col 116, Line is too long. +build/public/templates/account/watched.js: line 267, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 267, col 45, ['template'] is better written in dot notation. +build/public/templates/account/watched.js: line 267, col 60, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 267, col 76, ['template'] is better written in dot notation. +build/public/templates/account/watched.js: line 271, col 120, Line is too long. +build/public/templates/account/watched.js: line 271, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 271, col 53, ['config'] is better written in dot notation. +build/public/templates/account/watched.js: line 271, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 271, col 82, ['config'] is better written in dot notation. +build/public/templates/account/watched.js: line 271, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/watched.js: line 273, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 273, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/watched.js: line 275, col 116, Line is too long. +build/public/templates/account/watched.js: line 275, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 275, col 45, ['template'] is better written in dot notation. +build/public/templates/account/watched.js: line 275, col 60, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 275, col 76, ['template'] is better written in dot notation. +build/public/templates/account/watched.js: line 279, col 120, Line is too long. +build/public/templates/account/watched.js: line 279, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 279, col 53, ['config'] is better written in dot notation. +build/public/templates/account/watched.js: line 279, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 279, col 82, ['config'] is better written in dot notation. +build/public/templates/account/watched.js: line 279, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/watched.js: line 281, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 281, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/watched.js: line 283, col 113, Line is too long. +build/public/templates/account/watched.js: line 283, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 283, col 45, ['template'] is better written in dot notation. +build/public/templates/account/watched.js: line 283, col 60, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 283, col 76, ['template'] is better written in dot notation. +build/public/templates/account/watched.js: line 289, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 289, col 41, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 289, col 54, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 289, col 70, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 289, col 80, ['length'] is better written in dot notation. +build/public/templates/account/watched.js: line 292, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 292, col 53, ['noItemsFoundKey'] is better written in dot notation. +build/public/templates/account/watched.js: line 294, col 173, Line is too long. +build/public/templates/account/watched.js: line 295, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 295, col 49, ['nextStart'] is better written in dot notation. +build/public/templates/account/watched.js: line 297, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 297, col 49, ['set'] is better written in dot notation. +build/public/templates/account/watched.js: line 299, col 22, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 301, col 106, Line is too long. +build/public/templates/account/watched.js: line 301, col 25, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 301, col 41, ['config'] is better written in dot notation. +build/public/templates/account/watched.js: line 301, col 54, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 301, col 70, ['config'] is better written in dot notation. +build/public/templates/account/watched.js: line 301, col 80, ['usePagination'] is better written in dot notation. +build/public/templates/account/watched.js: line 303, col 162, Line is too long. +build/public/templates/account/watched.js: line 303, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 303, col 45, ['pagination'] is better written in dot notation. +build/public/templates/account/watched.js: line 303, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 303, col 78, ['pagination'] is better written in dot notation. +build/public/templates/account/watched.js: line 303, col 92, ['pages'] is better written in dot notation. +build/public/templates/account/watched.js: line 303, col 104, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 303, col 120, ['pagination'] is better written in dot notation. +build/public/templates/account/watched.js: line 303, col 134, ['pages'] is better written in dot notation. +build/public/templates/account/watched.js: line 303, col 143, ['length'] is better written in dot notation. +build/public/templates/account/watched.js: line 306, col 159, Line is too long. +build/public/templates/account/watched.js: line 307, col 160, Line is too long. +build/public/templates/account/watched.js: line 307, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 307, col 45, ['pagination'] is better written in dot notation. +build/public/templates/account/watched.js: line 307, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 307, col 78, ['pagination'] is better written in dot notation. +build/public/templates/account/watched.js: line 307, col 92, ['prev'] is better written in dot notation. +build/public/templates/account/watched.js: line 307, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 307, col 119, ['pagination'] is better written in dot notation. +build/public/templates/account/watched.js: line 307, col 133, ['prev'] is better written in dot notation. +build/public/templates/account/watched.js: line 307, col 141, ['active'] is better written in dot notation. +build/public/templates/account/watched.js: line 311, col 166, Line is too long. +build/public/templates/account/watched.js: line 311, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 311, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/watched.js: line 311, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 311, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/watched.js: line 311, col 100, ['prev'] is better written in dot notation. +build/public/templates/account/watched.js: line 311, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 311, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/watched.js: line 311, col 141, ['prev'] is better written in dot notation. +build/public/templates/account/watched.js: line 311, col 149, ['qs'] is better written in dot notation. +build/public/templates/account/watched.js: line 313, col 168, Line is too long. +build/public/templates/account/watched.js: line 313, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 313, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/watched.js: line 313, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 313, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/watched.js: line 313, col 100, ['prev'] is better written in dot notation. +build/public/templates/account/watched.js: line 313, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 313, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/watched.js: line 313, col 141, ['prev'] is better written in dot notation. +build/public/templates/account/watched.js: line 313, col 149, ['page'] is better written in dot notation. +build/public/templates/account/watched.js: line 314, col 118, Line is too long. +build/public/templates/account/watched.js: line 317, col 160, Line is too long. +build/public/templates/account/watched.js: line 317, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 317, col 45, ['pagination'] is better written in dot notation. +build/public/templates/account/watched.js: line 317, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 317, col 78, ['pagination'] is better written in dot notation. +build/public/templates/account/watched.js: line 317, col 92, ['next'] is better written in dot notation. +build/public/templates/account/watched.js: line 317, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 317, col 119, ['pagination'] is better written in dot notation. +build/public/templates/account/watched.js: line 317, col 133, ['next'] is better written in dot notation. +build/public/templates/account/watched.js: line 317, col 141, ['active'] is better written in dot notation. +build/public/templates/account/watched.js: line 321, col 166, Line is too long. +build/public/templates/account/watched.js: line 321, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 321, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/watched.js: line 321, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 321, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/watched.js: line 321, col 100, ['next'] is better written in dot notation. +build/public/templates/account/watched.js: line 321, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 321, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/watched.js: line 321, col 141, ['next'] is better written in dot notation. +build/public/templates/account/watched.js: line 321, col 149, ['qs'] is better written in dot notation. +build/public/templates/account/watched.js: line 323, col 168, Line is too long. +build/public/templates/account/watched.js: line 323, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 323, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/watched.js: line 323, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 323, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/watched.js: line 323, col 100, ['next'] is better written in dot notation. +build/public/templates/account/watched.js: line 323, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 323, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/watched.js: line 323, col 141, ['next'] is better written in dot notation. +build/public/templates/account/watched.js: line 323, col 149, ['page'] is better written in dot notation. +build/public/templates/account/watched.js: line 324, col 228, Line is too long. +build/public/templates/account/watched.js: line 325, col 160, Line is too long. +build/public/templates/account/watched.js: line 325, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 325, col 45, ['pagination'] is better written in dot notation. +build/public/templates/account/watched.js: line 325, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 325, col 78, ['pagination'] is better written in dot notation. +build/public/templates/account/watched.js: line 325, col 92, ['prev'] is better written in dot notation. +build/public/templates/account/watched.js: line 325, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 325, col 119, ['pagination'] is better written in dot notation. +build/public/templates/account/watched.js: line 325, col 133, ['prev'] is better written in dot notation. +build/public/templates/account/watched.js: line 325, col 141, ['active'] is better written in dot notation. +build/public/templates/account/watched.js: line 329, col 168, Line is too long. +build/public/templates/account/watched.js: line 329, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 329, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/watched.js: line 329, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 329, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/watched.js: line 329, col 100, ['first'] is better written in dot notation. +build/public/templates/account/watched.js: line 329, col 112, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 329, col 128, ['pagination'] is better written in dot notation. +build/public/templates/account/watched.js: line 329, col 142, ['first'] is better written in dot notation. +build/public/templates/account/watched.js: line 329, col 151, ['qs'] is better written in dot notation. +build/public/templates/account/watched.js: line 330, col 162, Line is too long. +build/public/templates/account/watched.js: line 331, col 160, Line is too long. +build/public/templates/account/watched.js: line 331, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 331, col 45, ['pagination'] is better written in dot notation. +build/public/templates/account/watched.js: line 331, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 331, col 78, ['pagination'] is better written in dot notation. +build/public/templates/account/watched.js: line 331, col 92, ['prev'] is better written in dot notation. +build/public/templates/account/watched.js: line 331, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 331, col 119, ['pagination'] is better written in dot notation. +build/public/templates/account/watched.js: line 331, col 133, ['prev'] is better written in dot notation. +build/public/templates/account/watched.js: line 331, col 141, ['active'] is better written in dot notation. +build/public/templates/account/watched.js: line 335, col 166, Line is too long. +build/public/templates/account/watched.js: line 335, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 335, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/watched.js: line 335, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 335, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/watched.js: line 335, col 100, ['prev'] is better written in dot notation. +build/public/templates/account/watched.js: line 335, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 335, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/watched.js: line 335, col 141, ['prev'] is better written in dot notation. +build/public/templates/account/watched.js: line 335, col 149, ['qs'] is better written in dot notation. +build/public/templates/account/watched.js: line 337, col 168, Line is too long. +build/public/templates/account/watched.js: line 337, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 337, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/watched.js: line 337, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 337, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/watched.js: line 337, col 100, ['prev'] is better written in dot notation. +build/public/templates/account/watched.js: line 337, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 337, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/watched.js: line 337, col 141, ['prev'] is better written in dot notation. +build/public/templates/account/watched.js: line 337, col 149, ['page'] is better written in dot notation. +build/public/templates/account/watched.js: line 338, col 280, Line is too long. +build/public/templates/account/watched.js: line 339, col 126, Line is too long. +build/public/templates/account/watched.js: line 339, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 339, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/watched.js: line 339, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 339, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/watched.js: line 339, col 100, ['currentPage'] is better written in dot notation. +build/public/templates/account/watched.js: line 341, col 124, Line is too long. +build/public/templates/account/watched.js: line 341, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 341, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/watched.js: line 341, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 341, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/watched.js: line 341, col 100, ['pageCount'] is better written in dot notation. +build/public/templates/account/watched.js: line 343, col 160, Line is too long. +build/public/templates/account/watched.js: line 343, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 343, col 45, ['pagination'] is better written in dot notation. +build/public/templates/account/watched.js: line 343, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 343, col 78, ['pagination'] is better written in dot notation. +build/public/templates/account/watched.js: line 343, col 92, ['next'] is better written in dot notation. +build/public/templates/account/watched.js: line 343, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 343, col 119, ['pagination'] is better written in dot notation. +build/public/templates/account/watched.js: line 343, col 133, ['next'] is better written in dot notation. +build/public/templates/account/watched.js: line 343, col 141, ['active'] is better written in dot notation. +build/public/templates/account/watched.js: line 347, col 166, Line is too long. +build/public/templates/account/watched.js: line 347, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 347, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/watched.js: line 347, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 347, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/watched.js: line 347, col 100, ['next'] is better written in dot notation. +build/public/templates/account/watched.js: line 347, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 347, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/watched.js: line 347, col 141, ['next'] is better written in dot notation. +build/public/templates/account/watched.js: line 347, col 149, ['qs'] is better written in dot notation. +build/public/templates/account/watched.js: line 349, col 168, Line is too long. +build/public/templates/account/watched.js: line 349, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 349, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/watched.js: line 349, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 349, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/watched.js: line 349, col 100, ['next'] is better written in dot notation. +build/public/templates/account/watched.js: line 349, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 349, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/watched.js: line 349, col 141, ['next'] is better written in dot notation. +build/public/templates/account/watched.js: line 349, col 149, ['page'] is better written in dot notation. +build/public/templates/account/watched.js: line 350, col 140, Line is too long. +build/public/templates/account/watched.js: line 351, col 160, Line is too long. +build/public/templates/account/watched.js: line 351, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 351, col 45, ['pagination'] is better written in dot notation. +build/public/templates/account/watched.js: line 351, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 351, col 78, ['pagination'] is better written in dot notation. +build/public/templates/account/watched.js: line 351, col 92, ['next'] is better written in dot notation. +build/public/templates/account/watched.js: line 351, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 351, col 119, ['pagination'] is better written in dot notation. +build/public/templates/account/watched.js: line 351, col 133, ['next'] is better written in dot notation. +build/public/templates/account/watched.js: line 351, col 141, ['active'] is better written in dot notation. +build/public/templates/account/watched.js: line 355, col 166, Line is too long. +build/public/templates/account/watched.js: line 355, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 355, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/watched.js: line 355, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 355, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/watched.js: line 355, col 100, ['last'] is better written in dot notation. +build/public/templates/account/watched.js: line 355, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 355, col 127, ['pagination'] is better written in dot notation. +build/public/templates/account/watched.js: line 355, col 141, ['last'] is better written in dot notation. +build/public/templates/account/watched.js: line 355, col 149, ['qs'] is better written in dot notation. +build/public/templates/account/watched.js: line 357, col 124, Line is too long. +build/public/templates/account/watched.js: line 357, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 357, col 53, ['pagination'] is better written in dot notation. +build/public/templates/account/watched.js: line 357, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 357, col 86, ['pagination'] is better written in dot notation. +build/public/templates/account/watched.js: line 357, col 100, ['pageCount'] is better written in dot notation. +build/public/templates/account/watched.js: line 358, col 128, Line is too long. +build/public/templates/account/watched.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/account/watched.js: line 367, col 119, Line is too long. +build/public/templates/account/watched.js: line 367, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 367, col 52, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/watched.js: line 373, col 133, Line is too long. +build/public/templates/account/watched.js: line 380, col 156, Line is too long. +build/public/templates/account/watched.js: line 380, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 380, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/watched.js: line 380, col 63, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 380, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/watched.js: line 380, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 380, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/watched.js: line 380, col 140, ['url'] is better written in dot notation. +build/public/templates/account/watched.js: line 382, col 170, Line is too long. +build/public/templates/account/watched.js: line 382, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 382, col 57, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/watched.js: line 382, col 75, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 382, col 91, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/watched.js: line 382, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 382, col 131, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/watched.js: line 382, col 152, ['url'] is better written in dot notation. +build/public/templates/account/watched.js: line 386, col 167, Line is too long. +build/public/templates/account/watched.js: line 386, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 386, col 53, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/watched.js: line 386, col 71, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 386, col 87, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/watched.js: line 386, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 386, col 127, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/watched.js: line 386, col 148, ['text'] is better written in dot notation. +build/public/templates/account/watched.js: line 390, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 393, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 393, col 53, ['rssFeedUrl'] is better written in dot notation. +build/public/templates/account/watched.js: line 395, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 395, col 65, ['rssFeedUrl'] is better written in dot notation. +build/public/templates/account/watched.js: line 401, col 156, Line is too long. +build/public/templates/account/watched.js: line 401, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 401, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/watched.js: line 401, col 63, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 401, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/watched.js: line 401, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 401, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/account/watched.js: line 401, col 140, ['url'] is better written in dot notation. +build/public/templates/account/watched.js: line 368, col 13, 'key' is defined but never used. +build/public/templates/account/watched.js: line 367, col 112, 'value' is defined but never used. +build/public/templates/account/watched.js: line 366, col 11, 'value' is defined but never used. +build/public/templates/account/watched.js: line 364, col 72, 'helper' is defined but never used. +build/public/templates/account/watched.js: line 412, col 155, Line is too long. +build/public/templates/account/watched.js: line 412, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 412, col 52, ['widgets'] is better written in dot notation. +build/public/templates/account/watched.js: line 412, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 412, col 82, ['widgets'] is better written in dot notation. +build/public/templates/account/watched.js: line 412, col 93, ['header'] is better written in dot notation. +build/public/templates/account/watched.js: line 415, col 205, Line is too long. +build/public/templates/account/watched.js: line 415, col 28, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 415, col 44, ['widgets'] is better written in dot notation. +build/public/templates/account/watched.js: line 415, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 415, col 74, ['widgets'] is better written in dot notation. +build/public/templates/account/watched.js: line 415, col 85, ['header'] is better written in dot notation. +build/public/templates/account/watched.js: line 415, col 98, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 415, col 114, ['widgets'] is better written in dot notation. +build/public/templates/account/watched.js: line 415, col 125, ['header'] is better written in dot notation. +build/public/templates/account/watched.js: line 415, col 144, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 415, col 160, ['widgets'] is better written in dot notation. +build/public/templates/account/watched.js: line 415, col 171, ['header'] is better written in dot notation. +build/public/templates/account/watched.js: line 415, col 187, ['html'] is better written in dot notation. +build/public/templates/account/watched.js: line 413, col 13, 'key' is defined but never used. +build/public/templates/account/watched.js: line 412, col 148, 'value' is defined but never used. +build/public/templates/account/watched.js: line 412, col 140, 'length' is defined but never used. +build/public/templates/account/watched.js: line 412, col 133, 'index' is defined but never used. +build/public/templates/account/watched.js: line 410, col 11, '__escape' is defined but never used. +build/public/templates/account/watched.js: line 411, col 11, 'value' is defined but never used. +build/public/templates/account/watched.js: line 409, col 77, 'helper' is defined but never used. +build/public/templates/account/watched.js: line 424, col 121, Line is too long. +build/public/templates/account/watched.js: line 424, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 424, col 52, ['profile_links'] is better written in dot notation. +build/public/templates/account/watched.js: line 431, col 171, Line is too long. +build/public/templates/account/watched.js: line 431, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 431, col 53, ['profile_links'] is better written in dot notation. +build/public/templates/account/watched.js: line 431, col 73, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 431, col 89, ['profile_links'] is better written in dot notation. +build/public/templates/account/watched.js: line 431, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 431, col 131, ['profile_links'] is better written in dot notation. +build/public/templates/account/watched.js: line 431, col 154, ['id'] is better written in dot notation. +build/public/templates/account/watched.js: line 433, col 165, Line is too long. +build/public/templates/account/watched.js: line 433, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 433, col 45, ['profile_links'] is better written in dot notation. +build/public/templates/account/watched.js: line 433, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 433, col 81, ['profile_links'] is better written in dot notation. +build/public/templates/account/watched.js: line 433, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 433, col 123, ['profile_links'] is better written in dot notation. +build/public/templates/account/watched.js: line 433, col 146, ['public'] is better written in dot notation. +build/public/templates/account/watched.js: line 437, col 120, Line is too long. +build/public/templates/account/watched.js: line 437, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 437, col 53, ['config'] is better written in dot notation. +build/public/templates/account/watched.js: line 437, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 437, col 82, ['config'] is better written in dot notation. +build/public/templates/account/watched.js: line 437, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/watched.js: line 439, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 439, col 53, ['userslug'] is better written in dot notation. +build/public/templates/account/watched.js: line 441, col 174, Line is too long. +build/public/templates/account/watched.js: line 441, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 441, col 53, ['profile_links'] is better written in dot notation. +build/public/templates/account/watched.js: line 441, col 73, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 441, col 89, ['profile_links'] is better written in dot notation. +build/public/templates/account/watched.js: line 441, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 441, col 131, ['profile_links'] is better written in dot notation. +build/public/templates/account/watched.js: line 441, col 154, ['route'] is better written in dot notation. +build/public/templates/account/watched.js: line 443, col 163, Line is too long. +build/public/templates/account/watched.js: line 443, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 443, col 45, ['profile_links'] is better written in dot notation. +build/public/templates/account/watched.js: line 443, col 65, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 443, col 81, ['profile_links'] is better written in dot notation. +build/public/templates/account/watched.js: line 443, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 443, col 123, ['profile_links'] is better written in dot notation. +build/public/templates/account/watched.js: line 443, col 146, ['icon'] is better written in dot notation. +build/public/templates/account/watched.js: line 445, col 177, Line is too long. +build/public/templates/account/watched.js: line 445, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 445, col 57, ['profile_links'] is better written in dot notation. +build/public/templates/account/watched.js: line 445, col 77, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 445, col 93, ['profile_links'] is better written in dot notation. +build/public/templates/account/watched.js: line 445, col 119, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 445, col 135, ['profile_links'] is better written in dot notation. +build/public/templates/account/watched.js: line 445, col 158, ['icon'] is better written in dot notation. +build/public/templates/account/watched.js: line 448, col 173, Line is too long. +build/public/templates/account/watched.js: line 448, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 448, col 53, ['profile_links'] is better written in dot notation. +build/public/templates/account/watched.js: line 448, col 73, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 448, col 89, ['profile_links'] is better written in dot notation. +build/public/templates/account/watched.js: line 448, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 448, col 131, ['profile_links'] is better written in dot notation. +build/public/templates/account/watched.js: line 448, col 154, ['name'] is better written in dot notation. +build/public/templates/account/watched.js: line 425, col 13, 'key' is defined but never used. +build/public/templates/account/watched.js: line 424, col 114, 'value' is defined but never used. +build/public/templates/account/watched.js: line 424, col 106, 'length' is defined but never used. +build/public/templates/account/watched.js: line 423, col 11, 'value' is defined but never used. +build/public/templates/account/watched.js: line 421, col 76, 'helper' is defined but never used. +build/public/templates/account/watched.js: line 457, col 119, Line is too long. +build/public/templates/account/watched.js: line 457, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 457, col 52, ['sortOptions'] is better written in dot notation. +build/public/templates/account/watched.js: line 459, col 104, Line is too long. +build/public/templates/account/watched.js: line 460, col 120, Line is too long. +build/public/templates/account/watched.js: line 460, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 460, col 53, ['config'] is better written in dot notation. +build/public/templates/account/watched.js: line 460, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 460, col 82, ['config'] is better written in dot notation. +build/public/templates/account/watched.js: line 460, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/watched.js: line 461, col 166, Line is too long. +build/public/templates/account/watched.js: line 461, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 461, col 53, ['sortOptions'] is better written in dot notation. +build/public/templates/account/watched.js: line 461, col 71, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 461, col 87, ['sortOptions'] is better written in dot notation. +build/public/templates/account/watched.js: line 461, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 461, col 127, ['sortOptions'] is better written in dot notation. +build/public/templates/account/watched.js: line 461, col 148, ['url'] is better written in dot notation. +build/public/templates/account/watched.js: line 463, col 167, Line is too long. +build/public/templates/account/watched.js: line 463, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 463, col 53, ['sortOptions'] is better written in dot notation. +build/public/templates/account/watched.js: line 463, col 71, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 463, col 87, ['sortOptions'] is better written in dot notation. +build/public/templates/account/watched.js: line 463, col 111, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 463, col 127, ['sortOptions'] is better written in dot notation. +build/public/templates/account/watched.js: line 463, col 148, ['name'] is better written in dot notation. +build/public/templates/account/watched.js: line 465, col 161, Line is too long. +build/public/templates/account/watched.js: line 465, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 465, col 45, ['sortOptions'] is better written in dot notation. +build/public/templates/account/watched.js: line 465, col 63, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 465, col 79, ['sortOptions'] is better written in dot notation. +build/public/templates/account/watched.js: line 465, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 465, col 119, ['sortOptions'] is better written in dot notation. +build/public/templates/account/watched.js: line 465, col 140, ['selected'] is better written in dot notation. +build/public/templates/account/watched.js: line 458, col 13, 'key' is defined but never used. +build/public/templates/account/watched.js: line 457, col 112, 'value' is defined but never used. +build/public/templates/account/watched.js: line 457, col 104, 'length' is defined but never used. +build/public/templates/account/watched.js: line 457, col 97, 'index' is defined but never used. +build/public/templates/account/watched.js: line 456, col 11, 'value' is defined but never used. +build/public/templates/account/watched.js: line 454, col 72, 'helper' is defined but never used. +build/public/templates/account/watched.js: line 476, col 114, Line is too long. +build/public/templates/account/watched.js: line 476, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 476, col 52, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 478, col 149, Line is too long. +build/public/templates/account/watched.js: line 481, col 151, Line is too long. +build/public/templates/account/watched.js: line 481, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 481, col 53, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 481, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 481, col 82, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 481, col 101, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 481, col 117, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 481, col 133, ['tid'] is better written in dot notation. +build/public/templates/account/watched.js: line 483, col 153, Line is too long. +build/public/templates/account/watched.js: line 483, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 483, col 53, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 483, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 483, col 82, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 483, col 101, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 483, col 117, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 483, col 133, ['index'] is better written in dot notation. +build/public/templates/account/watched.js: line 485, col 151, Line is too long. +build/public/templates/account/watched.js: line 485, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 485, col 53, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 485, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 485, col 82, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 485, col 101, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 485, col 117, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 485, col 133, ['cid'] is better written in dot notation. +build/public/templates/account/watched.js: line 486, col 133, Line is too long. +build/public/templates/account/watched.js: line 487, col 120, Line is too long. +build/public/templates/account/watched.js: line 487, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 487, col 53, ['config'] is better written in dot notation. +build/public/templates/account/watched.js: line 487, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 487, col 82, ['config'] is better written in dot notation. +build/public/templates/account/watched.js: line 487, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/watched.js: line 489, col 152, Line is too long. +build/public/templates/account/watched.js: line 489, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 489, col 53, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 489, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 489, col 82, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 489, col 101, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 489, col 117, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 489, col 133, ['slug'] is better written in dot notation. +build/public/templates/account/watched.js: line 491, col 194, Line is too long. +build/public/templates/account/watched.js: line 491, col 76, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 491, col 92, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 491, col 105, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 491, col 121, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 491, col 140, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 491, col 156, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 491, col 172, ['title'] is better written in dot notation. +build/public/templates/account/watched.js: line 492, col 120, Line is too long. +build/public/templates/account/watched.js: line 493, col 199, Line is too long. +build/public/templates/account/watched.js: line 493, col 76, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 493, col 92, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 493, col 105, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 493, col 121, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 493, col 140, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 493, col 156, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 493, col 172, ['index'] is better written in dot notation. +build/public/templates/account/watched.js: line 495, col 153, Line is too long. +build/public/templates/account/watched.js: line 495, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 495, col 53, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 495, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 495, col 82, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 495, col 101, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 495, col 117, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 495, col 133, ['index'] is better written in dot notation. +build/public/templates/account/watched.js: line 497, col 153, Line is too long. +build/public/templates/account/watched.js: line 497, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 497, col 53, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 497, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 497, col 82, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 497, col 101, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 497, col 117, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 497, col 133, ['index'] is better written in dot notation. +build/public/templates/account/watched.js: line 498, col 129, Line is too long. +build/public/templates/account/watched.js: line 499, col 162, Line is too long. +build/public/templates/account/watched.js: line 499, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 499, col 45, ['config'] is better written in dot notation. +build/public/templates/account/watched.js: line 499, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 499, col 74, ['config'] is better written in dot notation. +build/public/templates/account/watched.js: line 499, col 84, ['theme'] is better written in dot notation. +build/public/templates/account/watched.js: line 499, col 96, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 499, col 112, ['config'] is better written in dot notation. +build/public/templates/account/watched.js: line 499, col 122, ['theme'] is better written in dot notation. +build/public/templates/account/watched.js: line 499, col 131, ['mobileTopicTeasers'] is better written in dot notation. +build/public/templates/account/watched.js: line 502, col 141, Line is too long. +build/public/templates/account/watched.js: line 503, col 210, Line is too long. +build/public/templates/account/watched.js: line 503, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 503, col 53, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 503, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 503, col 82, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 503, col 101, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 503, col 117, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 503, col 133, ['user'] is better written in dot notation. +build/public/templates/account/watched.js: line 503, col 144, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 503, col 160, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 503, col 176, ['user'] is better written in dot notation. +build/public/templates/account/watched.js: line 503, col 184, ['displayname'] is better written in dot notation. +build/public/templates/account/watched.js: line 505, col 197, Line is too long. +build/public/templates/account/watched.js: line 505, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 505, col 45, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 505, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 505, col 74, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 505, col 93, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 505, col 109, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 505, col 125, ['user'] is better written in dot notation. +build/public/templates/account/watched.js: line 505, col 136, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 505, col 152, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 505, col 168, ['user'] is better written in dot notation. +build/public/templates/account/watched.js: line 505, col 176, ['userslug'] is better written in dot notation. +build/public/templates/account/watched.js: line 506, col 122, Line is too long. +build/public/templates/account/watched.js: line 506, col 39, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 506, col 55, ['config'] is better written in dot notation. +build/public/templates/account/watched.js: line 506, col 68, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 506, col 84, ['config'] is better written in dot notation. +build/public/templates/account/watched.js: line 506, col 94, ['relative_path'] is better written in dot notation. +build/public/templates/account/watched.js: line 508, col 210, Line is too long. +build/public/templates/account/watched.js: line 508, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 508, col 57, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 508, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 508, col 86, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 508, col 105, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 508, col 121, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 508, col 137, ['user'] is better written in dot notation. +build/public/templates/account/watched.js: line 508, col 148, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 508, col 164, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 508, col 180, ['user'] is better written in dot notation. +build/public/templates/account/watched.js: line 508, col 188, ['userslug'] is better written in dot notation. +build/public/templates/account/watched.js: line 511, col 254, Line is too long. +build/public/templates/account/watched.js: line 511, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 511, col 94, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 511, col 107, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 511, col 123, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 511, col 142, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 511, col 158, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 511, col 174, ['user'] is better written in dot notation. +build/public/templates/account/watched.js: line 511, col 217, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 513, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 513, col 45, ['showSelect'] is better written in dot notation. +build/public/templates/account/watched.js: line 514, col 257, Line is too long. +build/public/templates/account/watched.js: line 516, col 193, Line is too long. +build/public/templates/account/watched.js: line 517, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 517, col 45, ['showSelect'] is better written in dot notation. +build/public/templates/account/watched.js: line 521, col 146, Line is too long. +build/public/templates/account/watched.js: line 521, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 521, col 45, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 521, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 521, col 74, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 521, col 93, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 521, col 109, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 521, col 125, ['noAnchor'] is better written in dot notation. +build/public/templates/account/watched.js: line 523, col 122, Line is too long. +build/public/templates/account/watched.js: line 523, col 39, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 523, col 55, ['config'] is better written in dot notation. +build/public/templates/account/watched.js: line 523, col 68, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 523, col 84, ['config'] is better written in dot notation. +build/public/templates/account/watched.js: line 523, col 94, ['relative_path'] is better written in dot notation. +build/public/templates/account/watched.js: line 525, col 156, Line is too long. +build/public/templates/account/watched.js: line 525, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 525, col 57, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 525, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 525, col 86, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 525, col 105, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 525, col 121, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 525, col 137, ['slug'] is better written in dot notation. +build/public/templates/account/watched.js: line 526, col 150, Line is too long. +build/public/templates/account/watched.js: line 526, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 526, col 49, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 526, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 526, col 78, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 526, col 97, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 526, col 113, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 526, col 129, ['bookmark'] is better written in dot notation. +build/public/templates/account/watched.js: line 528, col 163, Line is too long. +build/public/templates/account/watched.js: line 528, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 528, col 61, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 528, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 528, col 90, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 528, col 109, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 528, col 125, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 528, col 141, ['bookmark'] is better written in dot notation. +build/public/templates/account/watched.js: line 531, col 153, Line is too long. +build/public/templates/account/watched.js: line 531, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 531, col 53, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 531, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 531, col 82, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 531, col 101, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 531, col 117, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 531, col 133, ['title'] is better written in dot notation. +build/public/templates/account/watched.js: line 532, col 201, Line is too long. +build/public/templates/account/watched.js: line 533, col 146, Line is too long. +build/public/templates/account/watched.js: line 533, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 533, col 45, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 533, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 533, col 74, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 533, col 93, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 533, col 109, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 533, col 125, ['followed'] is better written in dot notation. +build/public/templates/account/watched.js: line 536, col 175, Line is too long. +build/public/templates/account/watched.js: line 537, col 145, Line is too long. +build/public/templates/account/watched.js: line 537, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 537, col 45, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 537, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 537, col 74, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 537, col 93, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 537, col 109, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 537, col 125, ['ignored'] is better written in dot notation. +build/public/templates/account/watched.js: line 540, col 180, Line is too long. +build/public/templates/account/watched.js: line 541, col 147, Line is too long. +build/public/templates/account/watched.js: line 541, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 541, col 45, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 541, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 541, col 74, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 541, col 93, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 541, col 109, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 541, col 125, ['scheduled'] is better written in dot notation. +build/public/templates/account/watched.js: line 544, col 176, Line is too long. +build/public/templates/account/watched.js: line 545, col 285, Line is too long. +build/public/templates/account/watched.js: line 545, col 30, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 545, col 46, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 545, col 59, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 545, col 75, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 545, col 94, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 545, col 110, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 545, col 126, ['scheduled'] is better written in dot notation. +build/public/templates/account/watched.js: line 545, col 169, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 545, col 185, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 545, col 198, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 545, col 214, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 545, col 233, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 545, col 249, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 545, col 265, ['pinned'] is better written in dot notation. +build/public/templates/account/watched.js: line 549, col 147, Line is too long. +build/public/templates/account/watched.js: line 549, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 549, col 45, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 549, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 549, col 74, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 549, col 93, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 549, col 109, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 549, col 125, ['pinExpiry'] is better written in dot notation. +build/public/templates/account/watched.js: line 551, col 311, Line is too long. +build/public/templates/account/watched.js: line 551, col 92, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 551, col 108, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 551, col 121, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 551, col 137, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 551, col 156, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 551, col 172, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 551, col 188, ['pinExpiryISO'] is better written in dot notation. +build/public/templates/account/watched.js: line 551, col 231, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 551, col 247, ['config'] is better written in dot notation. +build/public/templates/account/watched.js: line 551, col 260, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 551, col 276, ['config'] is better written in dot notation. +build/public/templates/account/watched.js: line 551, col 286, ['userLang'] is better written in dot notation. +build/public/templates/account/watched.js: line 554, col 113, Line is too long. +build/public/templates/account/watched.js: line 555, col 144, Line is too long. +build/public/templates/account/watched.js: line 555, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 555, col 45, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 555, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 555, col 74, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 555, col 93, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 555, col 109, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 555, col 125, ['locked'] is better written in dot notation. +build/public/templates/account/watched.js: line 558, col 169, Line is too long. +build/public/templates/account/watched.js: line 559, col 144, Line is too long. +build/public/templates/account/watched.js: line 559, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 559, col 45, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 559, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 559, col 74, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 559, col 93, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 559, col 109, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 559, col 125, ['oldCid'] is better written in dot notation. +build/public/templates/account/watched.js: line 562, col 103, Line is too long. +build/public/templates/account/watched.js: line 563, col 190, Line is too long. +build/public/templates/account/watched.js: line 563, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 563, col 49, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 563, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 563, col 78, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 563, col 97, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 563, col 113, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 563, col 129, ['icons'] is better written in dot notation. +build/public/templates/account/watched.js: line 564, col 17, 'key' is defined but never used. +build/public/templates/account/watched.js: line 572, col 298, Line is too long. +build/public/templates/account/watched.js: line 572, col 31, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 572, col 47, ['template'] is better written in dot notation. +build/public/templates/account/watched.js: line 572, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 572, col 78, ['template'] is better written in dot notation. +build/public/templates/account/watched.js: line 572, col 90, ['category'] is better written in dot notation. +build/public/templates/account/watched.js: line 572, col 132, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 572, col 148, ['cid'] is better written in dot notation. +build/public/templates/account/watched.js: line 572, col 184, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 572, col 200, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 572, col 213, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 572, col 229, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 572, col 248, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 572, col 264, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 572, col 280, ['cid'] is better written in dot notation. +build/public/templates/account/watched.js: line 572, col 166, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 574, col 225, Line is too long. +build/public/templates/account/watched.js: line 574, col 89, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 574, col 105, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 574, col 118, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 574, col 134, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 574, col 153, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 574, col 169, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 574, col 185, ['category'] is better written in dot notation. +build/public/templates/account/watched.js: line 578, col 151, Line is too long. +build/public/templates/account/watched.js: line 578, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 578, col 53, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 578, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 578, col 82, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 578, col 101, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 578, col 117, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 578, col 133, ['tid'] is better written in dot notation. +build/public/templates/account/watched.js: line 580, col 195, Line is too long. +build/public/templates/account/watched.js: line 580, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 580, col 45, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 580, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 580, col 74, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 580, col 93, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 580, col 109, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 580, col 125, ['tags'] is better written in dot notation. +build/public/templates/account/watched.js: line 580, col 136, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 580, col 152, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 580, col 168, ['tags'] is better written in dot notation. +build/public/templates/account/watched.js: line 580, col 176, ['length'] is better written in dot notation. +build/public/templates/account/watched.js: line 584, col 189, Line is too long. +build/public/templates/account/watched.js: line 584, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 584, col 49, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 584, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 584, col 78, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 584, col 97, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 584, col 113, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 584, col 129, ['tags'] is better written in dot notation. +build/public/templates/account/watched.js: line 587, col 124, Line is too long. +build/public/templates/account/watched.js: line 587, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 587, col 57, ['config'] is better written in dot notation. +build/public/templates/account/watched.js: line 587, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 587, col 86, ['config'] is better written in dot notation. +build/public/templates/account/watched.js: line 587, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/account/watched.js: line 589, col 270, Line is too long. +build/public/templates/account/watched.js: line 589, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 589, col 57, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 589, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 589, col 86, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 589, col 105, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 589, col 121, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 589, col 137, ['tags'] is better written in dot notation. +build/public/templates/account/watched.js: line 589, col 148, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 589, col 164, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 589, col 180, ['tags'] is better written in dot notation. +build/public/templates/account/watched.js: line 589, col 197, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 589, col 213, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 589, col 229, ['tags'] is better written in dot notation. +build/public/templates/account/watched.js: line 589, col 243, ['valueEncoded'] is better written in dot notation. +build/public/templates/account/watched.js: line 591, col 263, Line is too long. +build/public/templates/account/watched.js: line 591, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 591, col 57, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 591, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 591, col 86, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 591, col 105, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 591, col 121, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 591, col 137, ['tags'] is better written in dot notation. +build/public/templates/account/watched.js: line 591, col 148, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 591, col 164, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 591, col 180, ['tags'] is better written in dot notation. +build/public/templates/account/watched.js: line 591, col 197, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 591, col 213, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 591, col 229, ['tags'] is better written in dot notation. +build/public/templates/account/watched.js: line 593, col 263, Line is too long. +build/public/templates/account/watched.js: line 593, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 593, col 57, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 593, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 593, col 86, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 593, col 105, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 593, col 121, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 593, col 137, ['tags'] is better written in dot notation. +build/public/templates/account/watched.js: line 593, col 148, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 593, col 164, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 593, col 180, ['tags'] is better written in dot notation. +build/public/templates/account/watched.js: line 593, col 197, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 593, col 213, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 593, col 229, ['tags'] is better written in dot notation. +build/public/templates/account/watched.js: line 593, col 243, ['value'] is better written in dot notation. +build/public/templates/account/watched.js: line 595, col 270, Line is too long. +build/public/templates/account/watched.js: line 595, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 595, col 57, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 595, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 595, col 86, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 595, col 105, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 595, col 121, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 595, col 137, ['tags'] is better written in dot notation. +build/public/templates/account/watched.js: line 595, col 148, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 595, col 164, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 595, col 180, ['tags'] is better written in dot notation. +build/public/templates/account/watched.js: line 595, col 197, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 595, col 213, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 595, col 229, ['tags'] is better written in dot notation. +build/public/templates/account/watched.js: line 595, col 243, ['valueEscaped'] is better written in dot notation. +build/public/templates/account/watched.js: line 585, col 17, 'key' is defined but never used. +build/public/templates/account/watched.js: line 584, col 182, 'value' is defined but never used. +build/public/templates/account/watched.js: line 584, col 174, 'length' is defined but never used. +build/public/templates/account/watched.js: line 584, col 167, 'index' is defined but never used. +build/public/templates/account/watched.js: line 600, col 250, Line is too long. +build/public/templates/account/watched.js: line 601, col 256, Line is too long. +build/public/templates/account/watched.js: line 601, col 86, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 601, col 102, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 601, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 601, col 131, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 601, col 150, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 601, col 166, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 601, col 182, ['postcount'] is better written in dot notation. +build/public/templates/account/watched.js: line 601, col 222, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 603, col 120, Line is too long. +build/public/templates/account/watched.js: line 603, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 603, col 53, ['config'] is better written in dot notation. +build/public/templates/account/watched.js: line 603, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 603, col 82, ['config'] is better written in dot notation. +build/public/templates/account/watched.js: line 603, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/watched.js: line 605, col 152, Line is too long. +build/public/templates/account/watched.js: line 605, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 605, col 53, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 605, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 605, col 82, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 605, col 101, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 605, col 117, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 605, col 133, ['slug'] is better written in dot notation. +build/public/templates/account/watched.js: line 606, col 361, Line is too long. +build/public/templates/account/watched.js: line 606, col 30, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 606, col 46, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 606, col 59, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 606, col 75, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 606, col 94, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 606, col 110, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 606, col 126, ['teaser'] is better written in dot notation. +build/public/templates/account/watched.js: line 606, col 139, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 606, col 155, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 606, col 171, ['teaser'] is better written in dot notation. +build/public/templates/account/watched.js: line 606, col 181, ['timestampISO'] is better written in dot notation. +build/public/templates/account/watched.js: line 606, col 227, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 606, col 243, ['config'] is better written in dot notation. +build/public/templates/account/watched.js: line 606, col 256, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 606, col 272, ['config'] is better written in dot notation. +build/public/templates/account/watched.js: line 606, col 282, ['theme'] is better written in dot notation. +build/public/templates/account/watched.js: line 606, col 294, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 606, col 310, ['config'] is better written in dot notation. +build/public/templates/account/watched.js: line 606, col 320, ['theme'] is better written in dot notation. +build/public/templates/account/watched.js: line 606, col 329, ['mobileTopicTeasers'] is better written in dot notation. +build/public/templates/account/watched.js: line 608, col 211, Line is too long. +build/public/templates/account/watched.js: line 608, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 608, col 57, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 608, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 608, col 86, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 608, col 105, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 608, col 121, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 608, col 137, ['teaser'] is better written in dot notation. +build/public/templates/account/watched.js: line 608, col 150, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 608, col 166, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 608, col 182, ['teaser'] is better written in dot notation. +build/public/templates/account/watched.js: line 608, col 192, ['index'] is better written in dot notation. +build/public/templates/account/watched.js: line 611, col 361, Line is too long. +build/public/templates/account/watched.js: line 611, col 30, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 611, col 46, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 611, col 59, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 611, col 75, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 611, col 94, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 611, col 110, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 611, col 126, ['teaser'] is better written in dot notation. +build/public/templates/account/watched.js: line 611, col 139, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 611, col 155, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 611, col 171, ['teaser'] is better written in dot notation. +build/public/templates/account/watched.js: line 611, col 181, ['timestampISO'] is better written in dot notation. +build/public/templates/account/watched.js: line 611, col 227, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 611, col 243, ['config'] is better written in dot notation. +build/public/templates/account/watched.js: line 611, col 256, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 611, col 272, ['config'] is better written in dot notation. +build/public/templates/account/watched.js: line 611, col 282, ['theme'] is better written in dot notation. +build/public/templates/account/watched.js: line 611, col 294, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 611, col 310, ['config'] is better written in dot notation. +build/public/templates/account/watched.js: line 611, col 320, ['theme'] is better written in dot notation. +build/public/templates/account/watched.js: line 611, col 329, ['mobileTopicTeasers'] is better written in dot notation. +build/public/templates/account/watched.js: line 612, col 216, Line is too long. +build/public/templates/account/watched.js: line 612, col 39, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 612, col 55, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 612, col 68, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 612, col 84, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 612, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 612, col 119, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 612, col 135, ['teaser'] is better written in dot notation. +build/public/templates/account/watched.js: line 612, col 148, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 612, col 164, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 612, col 180, ['teaser'] is better written in dot notation. +build/public/templates/account/watched.js: line 612, col 190, ['timestampISO'] is better written in dot notation. +build/public/templates/account/watched.js: line 613, col 163, Line is too long. +build/public/templates/account/watched.js: line 613, col 39, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 613, col 55, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 613, col 68, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 613, col 84, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 613, col 103, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 613, col 119, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 613, col 135, ['timestampISO'] is better written in dot notation. +build/public/templates/account/watched.js: line 615, col 120, Line is too long. +build/public/templates/account/watched.js: line 615, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 615, col 53, ['config'] is better written in dot notation. +build/public/templates/account/watched.js: line 615, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 615, col 82, ['config'] is better written in dot notation. +build/public/templates/account/watched.js: line 615, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/account/watched.js: line 617, col 152, Line is too long. +build/public/templates/account/watched.js: line 617, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 617, col 53, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 617, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 617, col 82, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 617, col 101, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 617, col 117, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 617, col 133, ['slug'] is better written in dot notation. +build/public/templates/account/watched.js: line 618, col 104, Line is too long. +build/public/templates/account/watched.js: line 619, col 160, Line is too long. +build/public/templates/account/watched.js: line 619, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 619, col 53, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 619, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 619, col 82, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 619, col 101, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 619, col 117, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 619, col 133, ['timestampISO'] is better written in dot notation. +build/public/templates/account/watched.js: line 621, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 621, col 45, ['showSelect'] is better written in dot notation. +build/public/templates/account/watched.js: line 622, col 219, Line is too long. +build/public/templates/account/watched.js: line 625, col 199, Line is too long. +build/public/templates/account/watched.js: line 625, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 625, col 45, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 625, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 625, col 74, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 625, col 93, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 625, col 109, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 625, col 125, ['thumbs'] is better written in dot notation. +build/public/templates/account/watched.js: line 625, col 138, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 625, col 154, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 625, col 170, ['thumbs'] is better written in dot notation. +build/public/templates/account/watched.js: line 625, col 180, ['length'] is better written in dot notation. +build/public/templates/account/watched.js: line 626, col 123, Line is too long. +build/public/templates/account/watched.js: line 627, col 124, Line is too long. +build/public/templates/account/watched.js: line 627, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 627, col 57, ['config'] is better written in dot notation. +build/public/templates/account/watched.js: line 627, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 627, col 86, ['config'] is better written in dot notation. +build/public/templates/account/watched.js: line 627, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/account/watched.js: line 629, col 156, Line is too long. +build/public/templates/account/watched.js: line 629, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 629, col 57, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 629, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 629, col 86, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 629, col 105, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 629, col 121, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 629, col 137, ['slug'] is better written in dot notation. +build/public/templates/account/watched.js: line 630, col 150, Line is too long. +build/public/templates/account/watched.js: line 630, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 630, col 49, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 630, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 630, col 78, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 630, col 97, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 630, col 113, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 630, col 129, ['bookmark'] is better written in dot notation. +build/public/templates/account/watched.js: line 632, col 163, Line is too long. +build/public/templates/account/watched.js: line 632, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 632, col 61, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 632, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 632, col 90, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 632, col 109, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 632, col 125, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 632, col 141, ['bookmark'] is better written in dot notation. +build/public/templates/account/watched.js: line 634, col 190, Line is too long. +build/public/templates/account/watched.js: line 635, col 265, Line is too long. +build/public/templates/account/watched.js: line 635, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 635, col 57, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 635, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 635, col 86, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 635, col 105, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 635, col 121, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 635, col 137, ['thumbs'] is better written in dot notation. +build/public/templates/account/watched.js: line 635, col 150, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 635, col 166, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 635, col 182, ['thumbs'] is better written in dot notation. +build/public/templates/account/watched.js: line 635, col 200, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 635, col 216, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 635, col 232, ['thumbs'] is better written in dot notation. +build/public/templates/account/watched.js: line 635, col 247, ['url'] is better written in dot notation. +build/public/templates/account/watched.js: line 637, col 213, Line is too long. +build/public/templates/account/watched.js: line 637, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 637, col 57, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 637, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 637, col 86, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 637, col 105, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 637, col 121, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 637, col 137, ['thumbs'] is better written in dot notation. +build/public/templates/account/watched.js: line 637, col 150, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 637, col 166, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 637, col 182, ['thumbs'] is better written in dot notation. +build/public/templates/account/watched.js: line 637, col 192, ['length'] is better written in dot notation. +build/public/templates/account/watched.js: line 638, col 231, Line is too long. +build/public/templates/account/watched.js: line 639, col 213, Line is too long. +build/public/templates/account/watched.js: line 639, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 639, col 57, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 639, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 639, col 86, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 639, col 105, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 639, col 121, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 639, col 137, ['thumbs'] is better written in dot notation. +build/public/templates/account/watched.js: line 639, col 150, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 639, col 166, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 639, col 182, ['thumbs'] is better written in dot notation. +build/public/templates/account/watched.js: line 639, col 192, ['length'] is better written in dot notation. +build/public/templates/account/watched.js: line 642, col 193, Line is too long. +build/public/templates/account/watched.js: line 643, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 647, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 649, col 131, Line is too long. +build/public/templates/account/watched.js: line 650, col 157, Line is too long. +build/public/templates/account/watched.js: line 650, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 650, col 57, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 650, col 70, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 650, col 86, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 650, col 105, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 650, col 121, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 650, col 137, ['votes'] is better written in dot notation. +build/public/templates/account/watched.js: line 652, col 256, Line is too long. +build/public/templates/account/watched.js: line 652, col 90, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 652, col 106, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 652, col 119, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 652, col 135, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 652, col 154, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 652, col 170, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 652, col 186, ['votes'] is better written in dot notation. +build/public/templates/account/watched.js: line 652, col 222, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 653, col 200, Line is too long. +build/public/templates/account/watched.js: line 654, col 133, Line is too long. +build/public/templates/account/watched.js: line 655, col 157, Line is too long. +build/public/templates/account/watched.js: line 655, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 655, col 53, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 655, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 655, col 82, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 655, col 101, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 655, col 117, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 655, col 133, ['postcount'] is better written in dot notation. +build/public/templates/account/watched.js: line 657, col 256, Line is too long. +build/public/templates/account/watched.js: line 657, col 86, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 657, col 102, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 657, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 657, col 131, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 657, col 150, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 657, col 166, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 657, col 182, ['postcount'] is better written in dot notation. +build/public/templates/account/watched.js: line 657, col 222, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 658, col 316, Line is too long. +build/public/templates/account/watched.js: line 659, col 157, Line is too long. +build/public/templates/account/watched.js: line 659, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 659, col 53, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 659, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 659, col 82, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 659, col 101, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 659, col 117, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 659, col 133, ['viewcount'] is better written in dot notation. +build/public/templates/account/watched.js: line 661, col 256, Line is too long. +build/public/templates/account/watched.js: line 661, col 86, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 661, col 102, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 661, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 661, col 131, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 661, col 150, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 661, col 166, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 661, col 182, ['viewcount'] is better written in dot notation. +build/public/templates/account/watched.js: line 661, col 222, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 662, col 264, Line is too long. +build/public/templates/account/watched.js: line 663, col 162, Line is too long. +build/public/templates/account/watched.js: line 663, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 663, col 45, ['config'] is better written in dot notation. +build/public/templates/account/watched.js: line 663, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 663, col 74, ['config'] is better written in dot notation. +build/public/templates/account/watched.js: line 663, col 84, ['theme'] is better written in dot notation. +build/public/templates/account/watched.js: line 663, col 96, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 663, col 112, ['config'] is better written in dot notation. +build/public/templates/account/watched.js: line 663, col 122, ['theme'] is better written in dot notation. +build/public/templates/account/watched.js: line 663, col 131, ['mobileTopicTeasers'] is better written in dot notation. +build/public/templates/account/watched.js: line 666, col 125, Line is too long. +build/public/templates/account/watched.js: line 667, col 214, Line is too long. +build/public/templates/account/watched.js: line 667, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 667, col 53, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 667, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 667, col 82, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 667, col 101, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 667, col 117, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 667, col 133, ['category'] is better written in dot notation. +build/public/templates/account/watched.js: line 667, col 148, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 667, col 164, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 667, col 180, ['category'] is better written in dot notation. +build/public/templates/account/watched.js: line 667, col 192, ['bgColor'] is better written in dot notation. +build/public/templates/account/watched.js: line 669, col 147, Line is too long. +build/public/templates/account/watched.js: line 669, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 669, col 45, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 669, col 58, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 669, col 74, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 669, col 93, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 669, col 109, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 669, col 125, ['unreplied'] is better written in dot notation. +build/public/templates/account/watched.js: line 672, col 200, Line is too long. +build/public/templates/account/watched.js: line 672, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 672, col 49, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 672, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 672, col 78, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 672, col 97, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 672, col 113, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 672, col 129, ['teaser'] is better written in dot notation. +build/public/templates/account/watched.js: line 672, col 142, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 672, col 158, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 672, col 174, ['teaser'] is better written in dot notation. +build/public/templates/account/watched.js: line 672, col 184, ['pid'] is better written in dot notation. +build/public/templates/account/watched.js: line 674, col 270, Line is too long. +build/public/templates/account/watched.js: line 674, col 37, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 674, col 53, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 674, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 674, col 82, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 674, col 101, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 674, col 117, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 674, col 133, ['teaser'] is better written in dot notation. +build/public/templates/account/watched.js: line 674, col 146, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 674, col 162, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 674, col 178, ['teaser'] is better written in dot notation. +build/public/templates/account/watched.js: line 674, col 188, ['user'] is better written in dot notation. +build/public/templates/account/watched.js: line 674, col 199, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 674, col 215, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 674, col 231, ['teaser'] is better written in dot notation. +build/public/templates/account/watched.js: line 674, col 241, ['user'] is better written in dot notation. +build/public/templates/account/watched.js: line 674, col 249, ['userslug'] is better written in dot notation. +build/public/templates/account/watched.js: line 675, col 130, Line is too long. +build/public/templates/account/watched.js: line 675, col 47, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 675, col 63, ['config'] is better written in dot notation. +build/public/templates/account/watched.js: line 675, col 76, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 675, col 92, ['config'] is better written in dot notation. +build/public/templates/account/watched.js: line 675, col 102, ['relative_path'] is better written in dot notation. +build/public/templates/account/watched.js: line 677, col 283, Line is too long. +build/public/templates/account/watched.js: line 677, col 49, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 677, col 65, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 677, col 78, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 677, col 94, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 677, col 113, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 677, col 129, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 677, col 145, ['teaser'] is better written in dot notation. +build/public/templates/account/watched.js: line 677, col 158, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 677, col 174, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 677, col 190, ['teaser'] is better written in dot notation. +build/public/templates/account/watched.js: line 677, col 200, ['user'] is better written in dot notation. +build/public/templates/account/watched.js: line 677, col 211, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 677, col 227, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 677, col 243, ['teaser'] is better written in dot notation. +build/public/templates/account/watched.js: line 677, col 253, ['user'] is better written in dot notation. +build/public/templates/account/watched.js: line 677, col 261, ['userslug'] is better written in dot notation. +build/public/templates/account/watched.js: line 680, col 283, Line is too long. +build/public/templates/account/watched.js: line 680, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 680, col 61, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 680, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 680, col 90, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 680, col 109, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 680, col 125, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 680, col 141, ['teaser'] is better written in dot notation. +build/public/templates/account/watched.js: line 680, col 154, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 680, col 170, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 680, col 186, ['teaser'] is better written in dot notation. +build/public/templates/account/watched.js: line 680, col 196, ['user'] is better written in dot notation. +build/public/templates/account/watched.js: line 680, col 207, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 680, col 223, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 680, col 239, ['teaser'] is better written in dot notation. +build/public/templates/account/watched.js: line 680, col 249, ['user'] is better written in dot notation. +build/public/templates/account/watched.js: line 680, col 257, ['displayname'] is better written in dot notation. +build/public/templates/account/watched.js: line 682, col 317, Line is too long. +build/public/templates/account/watched.js: line 682, col 86, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 682, col 102, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 682, col 115, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 682, col 131, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 682, col 150, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 682, col 166, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 682, col 182, ['teaser'] is better written in dot notation. +build/public/templates/account/watched.js: line 682, col 195, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 682, col 211, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 682, col 227, ['teaser'] is better written in dot notation. +build/public/templates/account/watched.js: line 682, col 237, ['user'] is better written in dot notation. +build/public/templates/account/watched.js: line 682, col 280, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 684, col 128, Line is too long. +build/public/templates/account/watched.js: line 684, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 684, col 61, ['config'] is better written in dot notation. +build/public/templates/account/watched.js: line 684, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 684, col 90, ['config'] is better written in dot notation. +build/public/templates/account/watched.js: line 684, col 100, ['relative_path'] is better written in dot notation. +build/public/templates/account/watched.js: line 686, col 160, Line is too long. +build/public/templates/account/watched.js: line 686, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 686, col 61, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 686, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 686, col 90, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 686, col 109, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 686, col 125, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 686, col 141, ['slug'] is better written in dot notation. +build/public/templates/account/watched.js: line 688, col 216, Line is too long. +build/public/templates/account/watched.js: line 688, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 688, col 61, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 688, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 688, col 90, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 688, col 109, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 688, col 125, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 688, col 141, ['teaser'] is better written in dot notation. +build/public/templates/account/watched.js: line 688, col 154, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 688, col 170, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 688, col 186, ['teaser'] is better written in dot notation. +build/public/templates/account/watched.js: line 688, col 196, ['index'] is better written in dot notation. +build/public/templates/account/watched.js: line 690, col 223, Line is too long. +build/public/templates/account/watched.js: line 690, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 690, col 61, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 690, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 690, col 90, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 690, col 109, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 690, col 125, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 690, col 141, ['teaser'] is better written in dot notation. +build/public/templates/account/watched.js: line 690, col 154, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 690, col 170, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 690, col 186, ['teaser'] is better written in dot notation. +build/public/templates/account/watched.js: line 690, col 196, ['timestampISO'] is better written in dot notation. +build/public/templates/account/watched.js: line 691, col 230, Line is too long. +build/public/templates/account/watched.js: line 692, col 128, Line is too long. +build/public/templates/account/watched.js: line 692, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 692, col 61, ['config'] is better written in dot notation. +build/public/templates/account/watched.js: line 692, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 692, col 90, ['config'] is better written in dot notation. +build/public/templates/account/watched.js: line 692, col 100, ['relative_path'] is better written in dot notation. +build/public/templates/account/watched.js: line 694, col 160, Line is too long. +build/public/templates/account/watched.js: line 694, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 694, col 61, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 694, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 694, col 90, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 694, col 109, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 694, col 125, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 694, col 141, ['slug'] is better written in dot notation. +build/public/templates/account/watched.js: line 696, col 216, Line is too long. +build/public/templates/account/watched.js: line 696, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 696, col 61, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 696, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 696, col 90, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 696, col 109, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 696, col 125, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 696, col 141, ['teaser'] is better written in dot notation. +build/public/templates/account/watched.js: line 696, col 154, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 696, col 170, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 696, col 186, ['teaser'] is better written in dot notation. +build/public/templates/account/watched.js: line 696, col 196, ['index'] is better written in dot notation. +build/public/templates/account/watched.js: line 698, col 218, Line is too long. +build/public/templates/account/watched.js: line 698, col 45, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 698, col 61, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 698, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 698, col 90, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 698, col 109, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 698, col 125, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 698, col 141, ['teaser'] is better written in dot notation. +build/public/templates/account/watched.js: line 698, col 154, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 698, col 170, ['topics'] is better written in dot notation. +build/public/templates/account/watched.js: line 698, col 186, ['teaser'] is better written in dot notation. +build/public/templates/account/watched.js: line 698, col 196, ['content'] is better written in dot notation. +build/public/templates/account/watched.js: line 477, col 13, 'key' is defined but never used. +build/public/templates/account/watched.js: line 475, col 11, 'value' is defined but never used. +build/public/templates/account/watched.js: line 710, col 160, Line is too long. +build/public/templates/account/watched.js: line 710, col 36, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 710, col 52, ['pagination'] is better written in dot notation. +build/public/templates/account/watched.js: line 710, col 69, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 710, col 85, ['pagination'] is better written in dot notation. +build/public/templates/account/watched.js: line 710, col 99, ['pages'] is better written in dot notation. +build/public/templates/account/watched.js: line 713, col 219, Line is too long. +build/public/templates/account/watched.js: line 713, col 29, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 713, col 45, ['pagination'] is better written in dot notation. +build/public/templates/account/watched.js: line 713, col 62, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 713, col 78, ['pagination'] is better written in dot notation. +build/public/templates/account/watched.js: line 713, col 92, ['pages'] is better written in dot notation. +build/public/templates/account/watched.js: line 713, col 104, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 713, col 120, ['pagination'] is better written in dot notation. +build/public/templates/account/watched.js: line 713, col 134, ['pages'] is better written in dot notation. +build/public/templates/account/watched.js: line 713, col 152, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 713, col 168, ['pagination'] is better written in dot notation. +build/public/templates/account/watched.js: line 713, col 182, ['pages'] is better written in dot notation. +build/public/templates/account/watched.js: line 713, col 197, ['separator'] is better written in dot notation. +build/public/templates/account/watched.js: line 714, col 227, Line is too long. +build/public/templates/account/watched.js: line 716, col 220, Line is too long. +build/public/templates/account/watched.js: line 716, col 33, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 716, col 49, ['pagination'] is better written in dot notation. +build/public/templates/account/watched.js: line 716, col 66, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 716, col 82, ['pagination'] is better written in dot notation. +build/public/templates/account/watched.js: line 716, col 96, ['pages'] is better written in dot notation. +build/public/templates/account/watched.js: line 716, col 108, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 716, col 124, ['pagination'] is better written in dot notation. +build/public/templates/account/watched.js: line 716, col 138, ['pages'] is better written in dot notation. +build/public/templates/account/watched.js: line 716, col 156, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 716, col 172, ['pagination'] is better written in dot notation. +build/public/templates/account/watched.js: line 716, col 186, ['pages'] is better written in dot notation. +build/public/templates/account/watched.js: line 716, col 201, ['active'] is better written in dot notation. +build/public/templates/account/watched.js: line 720, col 226, Line is too long. +build/public/templates/account/watched.js: line 720, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 720, col 57, ['pagination'] is better written in dot notation. +build/public/templates/account/watched.js: line 720, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 720, col 90, ['pagination'] is better written in dot notation. +build/public/templates/account/watched.js: line 720, col 104, ['pages'] is better written in dot notation. +build/public/templates/account/watched.js: line 720, col 116, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 720, col 132, ['pagination'] is better written in dot notation. +build/public/templates/account/watched.js: line 720, col 146, ['pages'] is better written in dot notation. +build/public/templates/account/watched.js: line 720, col 164, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 720, col 180, ['pagination'] is better written in dot notation. +build/public/templates/account/watched.js: line 720, col 194, ['pages'] is better written in dot notation. +build/public/templates/account/watched.js: line 720, col 209, ['qs'] is better written in dot notation. +build/public/templates/account/watched.js: line 722, col 228, Line is too long. +build/public/templates/account/watched.js: line 722, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 722, col 57, ['pagination'] is better written in dot notation. +build/public/templates/account/watched.js: line 722, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 722, col 90, ['pagination'] is better written in dot notation. +build/public/templates/account/watched.js: line 722, col 104, ['pages'] is better written in dot notation. +build/public/templates/account/watched.js: line 722, col 116, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 722, col 132, ['pagination'] is better written in dot notation. +build/public/templates/account/watched.js: line 722, col 146, ['pages'] is better written in dot notation. +build/public/templates/account/watched.js: line 722, col 164, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 722, col 180, ['pagination'] is better written in dot notation. +build/public/templates/account/watched.js: line 722, col 194, ['pages'] is better written in dot notation. +build/public/templates/account/watched.js: line 722, col 209, ['page'] is better written in dot notation. +build/public/templates/account/watched.js: line 724, col 228, Line is too long. +build/public/templates/account/watched.js: line 724, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 724, col 57, ['pagination'] is better written in dot notation. +build/public/templates/account/watched.js: line 724, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 724, col 90, ['pagination'] is better written in dot notation. +build/public/templates/account/watched.js: line 724, col 104, ['pages'] is better written in dot notation. +build/public/templates/account/watched.js: line 724, col 116, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 724, col 132, ['pagination'] is better written in dot notation. +build/public/templates/account/watched.js: line 724, col 146, ['pages'] is better written in dot notation. +build/public/templates/account/watched.js: line 724, col 164, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 724, col 180, ['pagination'] is better written in dot notation. +build/public/templates/account/watched.js: line 724, col 194, ['pages'] is better written in dot notation. +build/public/templates/account/watched.js: line 724, col 209, ['page'] is better written in dot notation. +build/public/templates/account/watched.js: line 726, col 228, Line is too long. +build/public/templates/account/watched.js: line 726, col 41, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 726, col 57, ['pagination'] is better written in dot notation. +build/public/templates/account/watched.js: line 726, col 74, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 726, col 90, ['pagination'] is better written in dot notation. +build/public/templates/account/watched.js: line 726, col 104, ['pages'] is better written in dot notation. +build/public/templates/account/watched.js: line 726, col 116, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 726, col 132, ['pagination'] is better written in dot notation. +build/public/templates/account/watched.js: line 726, col 146, ['pages'] is better written in dot notation. +build/public/templates/account/watched.js: line 726, col 164, Expected '!==' and instead saw '!='. +build/public/templates/account/watched.js: line 726, col 180, ['pagination'] is better written in dot notation. +build/public/templates/account/watched.js: line 726, col 194, ['pages'] is better written in dot notation. +build/public/templates/account/watched.js: line 726, col 209, ['page'] is better written in dot notation. +build/public/templates/account/watched.js: line 711, col 13, 'key' is defined but never used. +build/public/templates/account/watched.js: line 710, col 153, 'value' is defined but never used. +build/public/templates/account/watched.js: line 710, col 145, 'length' is defined but never used. +build/public/templates/account/watched.js: line 710, col 138, 'index' is defined but never used. +build/public/templates/account/watched.js: line 709, col 11, 'value' is defined but never used. +build/public/templates/account/watched.js: line 707, col 81, 'helper' is defined but never used. +build/public/templates/account/watched.js: line 736, col 3, Missing semicolon. +build/public/templates/account/watched.js: line 5, col 46, 'define' is not defined. +build/public/templates/account/watched.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/advanced/cache.js: line 12, col 561, Line is too long. +build/public/templates/admin/advanced/cache.js: line 13, col 22, ['caches'] is better written in dot notation. +build/public/templates/admin/advanced/cache.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/admin/advanced/cache.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/advanced/cache.js: line 21, col 114, Line is too long. +build/public/templates/admin/advanced/cache.js: line 21, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/cache.js: line 21, col 52, ['caches'] is better written in dot notation. +build/public/templates/admin/advanced/cache.js: line 23, col 279, Line is too long. +build/public/templates/admin/advanced/cache.js: line 25, col 103, Line is too long. +build/public/templates/admin/advanced/cache.js: line 26, col 145, Line is too long. +build/public/templates/admin/advanced/cache.js: line 26, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/cache.js: line 26, col 45, ['caches'] is better written in dot notation. +build/public/templates/admin/advanced/cache.js: line 26, col 58, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/cache.js: line 26, col 74, ['caches'] is better written in dot notation. +build/public/templates/admin/advanced/cache.js: line 26, col 93, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/cache.js: line 26, col 109, ['caches'] is better written in dot notation. +build/public/templates/admin/advanced/cache.js: line 26, col 125, ['enabled'] is better written in dot notation. +build/public/templates/admin/advanced/cache.js: line 32, col 120, Line is too long. +build/public/templates/admin/advanced/cache.js: line 32, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/cache.js: line 32, col 53, ['config'] is better written in dot notation. +build/public/templates/admin/advanced/cache.js: line 32, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/cache.js: line 32, col 82, ['config'] is better written in dot notation. +build/public/templates/admin/advanced/cache.js: line 32, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/admin/advanced/cache.js: line 35, col 140, Line is too long. +build/public/templates/admin/advanced/cache.js: line 37, col 223, Line is too long. +build/public/templates/admin/advanced/cache.js: line 38, col 159, Line is too long. +build/public/templates/admin/advanced/cache.js: line 38, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/cache.js: line 38, col 53, ['caches'] is better written in dot notation. +build/public/templates/admin/advanced/cache.js: line 38, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/cache.js: line 38, col 82, ['caches'] is better written in dot notation. +build/public/templates/admin/advanced/cache.js: line 38, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/cache.js: line 38, col 117, ['caches'] is better written in dot notation. +build/public/templates/admin/advanced/cache.js: line 38, col 133, ['percentFull'] is better written in dot notation. +build/public/templates/admin/advanced/cache.js: line 40, col 159, Line is too long. +build/public/templates/admin/advanced/cache.js: line 40, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/cache.js: line 40, col 53, ['caches'] is better written in dot notation. +build/public/templates/admin/advanced/cache.js: line 40, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/cache.js: line 40, col 82, ['caches'] is better written in dot notation. +build/public/templates/admin/advanced/cache.js: line 40, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/cache.js: line 40, col 117, ['caches'] is better written in dot notation. +build/public/templates/admin/advanced/cache.js: line 40, col 133, ['percentFull'] is better written in dot notation. +build/public/templates/admin/advanced/cache.js: line 42, col 159, Line is too long. +build/public/templates/admin/advanced/cache.js: line 42, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/cache.js: line 42, col 53, ['caches'] is better written in dot notation. +build/public/templates/admin/advanced/cache.js: line 42, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/cache.js: line 42, col 82, ['caches'] is better written in dot notation. +build/public/templates/admin/advanced/cache.js: line 42, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/cache.js: line 42, col 117, ['caches'] is better written in dot notation. +build/public/templates/admin/advanced/cache.js: line 42, col 133, ['percentFull'] is better written in dot notation. +build/public/templates/admin/advanced/cache.js: line 43, col 102, Line is too long. +build/public/templates/admin/advanced/cache.js: line 44, col 144, Line is too long. +build/public/templates/admin/advanced/cache.js: line 44, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/cache.js: line 44, col 45, ['caches'] is better written in dot notation. +build/public/templates/admin/advanced/cache.js: line 44, col 58, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/cache.js: line 44, col 74, ['caches'] is better written in dot notation. +build/public/templates/admin/advanced/cache.js: line 44, col 93, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/cache.js: line 44, col 109, ['caches'] is better written in dot notation. +build/public/templates/admin/advanced/cache.js: line 44, col 125, ['length'] is better written in dot notation. +build/public/templates/admin/advanced/cache.js: line 45, col 155, Line is too long. +build/public/templates/admin/advanced/cache.js: line 45, col 39, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/cache.js: line 45, col 55, ['caches'] is better written in dot notation. +build/public/templates/admin/advanced/cache.js: line 45, col 68, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/cache.js: line 45, col 84, ['caches'] is better written in dot notation. +build/public/templates/admin/advanced/cache.js: line 45, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/cache.js: line 45, col 119, ['caches'] is better written in dot notation. +build/public/templates/admin/advanced/cache.js: line 45, col 135, ['length'] is better written in dot notation. +build/public/templates/admin/advanced/cache.js: line 46, col 160, Line is too long. +build/public/templates/admin/advanced/cache.js: line 46, col 39, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/cache.js: line 46, col 55, ['caches'] is better written in dot notation. +build/public/templates/admin/advanced/cache.js: line 46, col 68, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/cache.js: line 46, col 84, ['caches'] is better written in dot notation. +build/public/templates/admin/advanced/cache.js: line 46, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/cache.js: line 46, col 119, ['caches'] is better written in dot notation. +build/public/templates/admin/advanced/cache.js: line 46, col 135, ['itemCount'] is better written in dot notation. +build/public/templates/admin/advanced/cache.js: line 48, col 141, Line is too long. +build/public/templates/admin/advanced/cache.js: line 48, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/cache.js: line 48, col 45, ['caches'] is better written in dot notation. +build/public/templates/admin/advanced/cache.js: line 48, col 58, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/cache.js: line 48, col 74, ['caches'] is better written in dot notation. +build/public/templates/admin/advanced/cache.js: line 48, col 93, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/cache.js: line 48, col 109, ['caches'] is better written in dot notation. +build/public/templates/admin/advanced/cache.js: line 48, col 125, ['max'] is better written in dot notation. +build/public/templates/admin/advanced/cache.js: line 49, col 152, Line is too long. +build/public/templates/admin/advanced/cache.js: line 49, col 39, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/cache.js: line 49, col 55, ['caches'] is better written in dot notation. +build/public/templates/admin/advanced/cache.js: line 49, col 68, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/cache.js: line 49, col 84, ['caches'] is better written in dot notation. +build/public/templates/admin/advanced/cache.js: line 49, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/cache.js: line 49, col 119, ['caches'] is better written in dot notation. +build/public/templates/admin/advanced/cache.js: line 49, col 135, ['max'] is better written in dot notation. +build/public/templates/admin/advanced/cache.js: line 50, col 158, Line is too long. +build/public/templates/admin/advanced/cache.js: line 50, col 39, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/cache.js: line 50, col 55, ['caches'] is better written in dot notation. +build/public/templates/admin/advanced/cache.js: line 50, col 68, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/cache.js: line 50, col 84, ['caches'] is better written in dot notation. +build/public/templates/admin/advanced/cache.js: line 50, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/cache.js: line 50, col 119, ['caches'] is better written in dot notation. +build/public/templates/admin/advanced/cache.js: line 50, col 135, ['maxSize'] is better written in dot notation. +build/public/templates/admin/advanced/cache.js: line 52, col 152, Line is too long. +build/public/templates/admin/advanced/cache.js: line 52, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/cache.js: line 52, col 53, ['caches'] is better written in dot notation. +build/public/templates/admin/advanced/cache.js: line 52, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/cache.js: line 52, col 82, ['caches'] is better written in dot notation. +build/public/templates/admin/advanced/cache.js: line 52, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/cache.js: line 52, col 117, ['caches'] is better written in dot notation. +build/public/templates/admin/advanced/cache.js: line 52, col 133, ['hits'] is better written in dot notation. +build/public/templates/admin/advanced/cache.js: line 53, col 101, Line is too long. +build/public/templates/admin/advanced/cache.js: line 54, col 154, Line is too long. +build/public/templates/admin/advanced/cache.js: line 54, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/cache.js: line 54, col 53, ['caches'] is better written in dot notation. +build/public/templates/admin/advanced/cache.js: line 54, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/cache.js: line 54, col 82, ['caches'] is better written in dot notation. +build/public/templates/admin/advanced/cache.js: line 54, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/cache.js: line 54, col 117, ['caches'] is better written in dot notation. +build/public/templates/admin/advanced/cache.js: line 54, col 133, ['misses'] is better written in dot notation. +build/public/templates/admin/advanced/cache.js: line 55, col 104, Line is too long. +build/public/templates/admin/advanced/cache.js: line 56, col 156, Line is too long. +build/public/templates/admin/advanced/cache.js: line 56, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/cache.js: line 56, col 53, ['caches'] is better written in dot notation. +build/public/templates/admin/advanced/cache.js: line 56, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/cache.js: line 56, col 82, ['caches'] is better written in dot notation. +build/public/templates/admin/advanced/cache.js: line 56, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/cache.js: line 56, col 117, ['caches'] is better written in dot notation. +build/public/templates/admin/advanced/cache.js: line 56, col 133, ['hitRatio'] is better written in dot notation. +build/public/templates/admin/advanced/cache.js: line 57, col 105, Line is too long. +build/public/templates/admin/advanced/cache.js: line 58, col 161, Line is too long. +build/public/templates/admin/advanced/cache.js: line 58, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/cache.js: line 58, col 53, ['caches'] is better written in dot notation. +build/public/templates/admin/advanced/cache.js: line 58, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/cache.js: line 58, col 82, ['caches'] is better written in dot notation. +build/public/templates/admin/advanced/cache.js: line 58, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/cache.js: line 58, col 117, ['caches'] is better written in dot notation. +build/public/templates/admin/advanced/cache.js: line 58, col 133, ['hitsPerSecond'] is better written in dot notation. +build/public/templates/admin/advanced/cache.js: line 60, col 141, Line is too long. +build/public/templates/admin/advanced/cache.js: line 60, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/cache.js: line 60, col 45, ['caches'] is better written in dot notation. +build/public/templates/admin/advanced/cache.js: line 60, col 58, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/cache.js: line 60, col 74, ['caches'] is better written in dot notation. +build/public/templates/admin/advanced/cache.js: line 60, col 93, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/cache.js: line 60, col 109, ['caches'] is better written in dot notation. +build/public/templates/admin/advanced/cache.js: line 60, col 125, ['ttl'] is better written in dot notation. +build/public/templates/admin/advanced/cache.js: line 62, col 155, Line is too long. +build/public/templates/admin/advanced/cache.js: line 62, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/cache.js: line 62, col 57, ['caches'] is better written in dot notation. +build/public/templates/admin/advanced/cache.js: line 62, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/cache.js: line 62, col 86, ['caches'] is better written in dot notation. +build/public/templates/admin/advanced/cache.js: line 62, col 105, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/cache.js: line 62, col 121, ['caches'] is better written in dot notation. +build/public/templates/admin/advanced/cache.js: line 62, col 137, ['ttl'] is better written in dot notation. +build/public/templates/admin/advanced/cache.js: line 66, col 19, Expected '===' and instead saw '=='. +build/public/templates/admin/advanced/cache.js: line 67, col 241, Line is too long. +build/public/templates/admin/advanced/cache.js: line 21, col 107, 'value' is defined but never used. +build/public/templates/admin/advanced/cache.js: line 21, col 99, 'length' is defined but never used. +build/public/templates/admin/advanced/cache.js: line 21, col 92, 'index' is defined but never used. +build/public/templates/admin/advanced/cache.js: line 20, col 11, 'value' is defined but never used. +build/public/templates/admin/advanced/cache.js: line 18, col 62, 'helper' is defined but never used. +build/public/templates/admin/advanced/cache.js: line 77, col 3, Missing semicolon. +build/public/templates/admin/advanced/cache.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/advanced/cache.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/advanced/database.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 13, col 41, ['mongo'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 15, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 15, col 45, ['redis'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 19, col 112, Line is too long. +build/public/templates/admin/advanced/database.js: line 19, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 19, col 45, ['mongo'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 19, col 57, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 19, col 73, ['mongo'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 19, col 82, ['serverStatusError'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 21, col 126, Line is too long. +build/public/templates/admin/advanced/database.js: line 21, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 21, col 57, ['mongo'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 21, col 69, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 21, col 85, ['mongo'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 21, col 94, ['serverStatusError'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 24, col 321, Line is too long. +build/public/templates/admin/advanced/database.js: line 25, col 112, Line is too long. +build/public/templates/admin/advanced/database.js: line 25, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 25, col 53, ['mongo'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 25, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 25, col 81, ['mongo'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 25, col 90, ['version'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 26, col 164, Line is too long. +build/public/templates/admin/advanced/database.js: line 27, col 158, Line is too long. +build/public/templates/admin/advanced/database.js: line 27, col 82, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 27, col 98, ['mongo'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 27, col 110, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 27, col 126, ['mongo'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 27, col 135, ['uptime'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 28, col 163, Line is too long. +build/public/templates/admin/advanced/database.js: line 29, col 118, Line is too long. +build/public/templates/admin/advanced/database.js: line 29, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 29, col 53, ['mongo'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 29, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 29, col 81, ['mongo'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 29, col 90, ['storageEngine'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 30, col 160, Line is too long. +build/public/templates/admin/advanced/database.js: line 31, col 163, Line is too long. +build/public/templates/admin/advanced/database.js: line 31, col 82, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 31, col 98, ['mongo'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 31, col 110, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 31, col 126, ['mongo'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 31, col 135, ['collections'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 32, col 156, Line is too long. +build/public/templates/admin/advanced/database.js: line 33, col 159, Line is too long. +build/public/templates/admin/advanced/database.js: line 33, col 82, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 33, col 98, ['mongo'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 33, col 110, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 33, col 126, ['mongo'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 33, col 135, ['objects'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 34, col 195, Line is too long. +build/public/templates/admin/advanced/database.js: line 35, col 115, Line is too long. +build/public/templates/admin/advanced/database.js: line 35, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 35, col 53, ['mongo'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 35, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 35, col 81, ['mongo'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 35, col 90, ['avgObjSize'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 36, col 199, Line is too long. +build/public/templates/admin/advanced/database.js: line 37, col 113, Line is too long. +build/public/templates/admin/advanced/database.js: line 37, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 37, col 53, ['mongo'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 37, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 37, col 81, ['mongo'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 37, col 90, ['dataSize'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 38, col 195, Line is too long. +build/public/templates/admin/advanced/database.js: line 39, col 116, Line is too long. +build/public/templates/admin/advanced/database.js: line 39, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 39, col 53, ['mongo'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 39, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 39, col 81, ['mongo'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 39, col 90, ['storageSize'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 40, col 193, Line is too long. +build/public/templates/admin/advanced/database.js: line 41, col 114, Line is too long. +build/public/templates/admin/advanced/database.js: line 41, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 41, col 53, ['mongo'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 41, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 41, col 81, ['mongo'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 41, col 90, ['indexSize'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 43, col 103, Line is too long. +build/public/templates/admin/advanced/database.js: line 43, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 43, col 45, ['mongo'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 43, col 57, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 43, col 73, ['mongo'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 43, col 82, ['fileSize'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 44, col 179, Line is too long. +build/public/templates/admin/advanced/database.js: line 45, col 117, Line is too long. +build/public/templates/admin/advanced/database.js: line 45, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 45, col 57, ['mongo'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 45, col 69, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 45, col 85, ['mongo'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 45, col 94, ['fileSize'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 48, col 190, Line is too long. +build/public/templates/admin/advanced/database.js: line 49, col 155, Line is too long. +build/public/templates/admin/advanced/database.js: line 49, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 49, col 53, ['mongo'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 49, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 49, col 81, ['mongo'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 49, col 90, ['mem'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 49, col 100, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 49, col 116, ['mongo'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 49, col 125, ['mem'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 49, col 132, ['resident'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 50, col 197, Line is too long. +build/public/templates/admin/advanced/database.js: line 51, col 154, Line is too long. +build/public/templates/admin/advanced/database.js: line 51, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 51, col 53, ['mongo'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 51, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 51, col 81, ['mongo'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 51, col 90, ['mem'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 51, col 100, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 51, col 116, ['mongo'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 51, col 125, ['mem'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 51, col 132, ['virtual'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 52, col 198, Line is too long. +build/public/templates/admin/advanced/database.js: line 53, col 162, Line is too long. +build/public/templates/admin/advanced/database.js: line 53, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 53, col 53, ['mongo'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 53, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 53, col 81, ['mongo'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 53, col 90, ['network'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 53, col 104, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 53, col 120, ['mongo'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 53, col 129, ['network'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 53, col 140, ['bytesIn'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 54, col 192, Line is too long. +build/public/templates/admin/advanced/database.js: line 55, col 163, Line is too long. +build/public/templates/admin/advanced/database.js: line 55, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 55, col 53, ['mongo'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 55, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 55, col 81, ['mongo'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 55, col 90, ['network'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 55, col 104, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 55, col 120, ['mongo'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 55, col 129, ['network'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 55, col 140, ['bytesOut'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 56, col 163, Line is too long. +build/public/templates/admin/advanced/database.js: line 57, col 166, Line is too long. +build/public/templates/admin/advanced/database.js: line 57, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 57, col 53, ['mongo'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 57, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 57, col 81, ['mongo'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 57, col 90, ['network'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 57, col 104, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 57, col 120, ['mongo'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 57, col 129, ['network'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 57, col 140, ['numRequests'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 61, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 61, col 41, ['redis'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 62, col 345, Line is too long. +build/public/templates/admin/advanced/database.js: line 63, col 118, Line is too long. +build/public/templates/admin/advanced/database.js: line 63, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 63, col 53, ['redis'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 63, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 63, col 81, ['redis'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 63, col 90, ['redis_version'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 64, col 164, Line is too long. +build/public/templates/admin/advanced/database.js: line 65, col 169, Line is too long. +build/public/templates/admin/advanced/database.js: line 65, col 82, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 65, col 98, ['redis'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 65, col 110, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 65, col 126, ['redis'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 65, col 135, ['uptime_in_seconds'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 66, col 154, Line is too long. +build/public/templates/admin/advanced/database.js: line 67, col 119, Line is too long. +build/public/templates/admin/advanced/database.js: line 67, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 67, col 53, ['redis'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 67, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 67, col 81, ['redis'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 67, col 90, ['uptime_in_days'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 68, col 160, Line is too long. +build/public/templates/admin/advanced/database.js: line 69, col 156, Line is too long. +build/public/templates/admin/advanced/database.js: line 69, col 82, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 69, col 98, ['redis'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 69, col 110, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 69, col 126, ['redis'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 69, col 135, ['keys'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 70, col 156, Line is too long. +build/public/templates/admin/advanced/database.js: line 71, col 159, Line is too long. +build/public/templates/admin/advanced/database.js: line 71, col 82, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 71, col 98, ['redis'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 71, col 110, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 71, col 126, ['redis'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 71, col 135, ['expires'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 72, col 156, Line is too long. +build/public/templates/admin/advanced/database.js: line 73, col 159, Line is too long. +build/public/templates/admin/advanced/database.js: line 73, col 82, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 73, col 98, ['redis'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 73, col 110, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 73, col 126, ['redis'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 73, col 135, ['avg_ttl'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 74, col 166, Line is too long. +build/public/templates/admin/advanced/database.js: line 75, col 169, Line is too long. +build/public/templates/admin/advanced/database.js: line 75, col 82, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 75, col 98, ['redis'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 75, col 110, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 75, col 126, ['redis'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 75, col 135, ['connected_clients'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 76, col 165, Line is too long. +build/public/templates/admin/advanced/database.js: line 77, col 168, Line is too long. +build/public/templates/admin/advanced/database.js: line 77, col 82, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 77, col 98, ['redis'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 77, col 110, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 77, col 126, ['redis'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 77, col 135, ['connected_slaves'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 78, col 164, Line is too long. +build/public/templates/admin/advanced/database.js: line 79, col 120, Line is too long. +build/public/templates/admin/advanced/database.js: line 79, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 79, col 53, ['redis'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 79, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 79, col 81, ['redis'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 79, col 90, ['blocked_clients'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 80, col 199, Line is too long. +build/public/templates/admin/advanced/database.js: line 81, col 122, Line is too long. +build/public/templates/admin/advanced/database.js: line 81, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 81, col 53, ['redis'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 81, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 81, col 81, ['redis'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 81, col 90, ['used_memory_human'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 82, col 168, Line is too long. +build/public/templates/admin/advanced/database.js: line 83, col 128, Line is too long. +build/public/templates/admin/advanced/database.js: line 83, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 83, col 53, ['redis'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 83, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 83, col 81, ['redis'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 83, col 90, ['mem_fragmentation_ratio'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 84, col 182, Line is too long. +build/public/templates/admin/advanced/database.js: line 85, col 178, Line is too long. +build/public/templates/admin/advanced/database.js: line 85, col 82, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 85, col 98, ['redis'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 85, col 110, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 85, col 126, ['redis'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 85, col 135, ['total_connections_received'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 86, col 173, Line is too long. +build/public/templates/admin/advanced/database.js: line 87, col 176, Line is too long. +build/public/templates/admin/advanced/database.js: line 87, col 82, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 87, col 98, ['redis'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 87, col 110, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 87, col 126, ['redis'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 87, col 135, ['total_commands_processed'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 88, col 153, Line is too long. +build/public/templates/admin/advanced/database.js: line 89, col 177, Line is too long. +build/public/templates/admin/advanced/database.js: line 89, col 82, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 89, col 98, ['redis'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 89, col 110, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 89, col 126, ['redis'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 89, col 135, ['instantaneous_ops_per_sec'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 90, col 187, Line is too long. +build/public/templates/admin/advanced/database.js: line 91, col 124, Line is too long. +build/public/templates/admin/advanced/database.js: line 91, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 91, col 53, ['redis'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 91, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 91, col 81, ['redis'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 91, col 90, ['instantaneous_input'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 92, col 190, Line is too long. +build/public/templates/admin/advanced/database.js: line 93, col 125, Line is too long. +build/public/templates/admin/advanced/database.js: line 93, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 93, col 53, ['redis'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 93, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 93, col 81, ['redis'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 93, col 90, ['instantaneous_output'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 94, col 194, Line is too long. +build/public/templates/admin/advanced/database.js: line 95, col 120, Line is too long. +build/public/templates/admin/advanced/database.js: line 95, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 95, col 53, ['redis'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 95, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 95, col 81, ['redis'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 95, col 90, ['total_net_input'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 96, col 195, Line is too long. +build/public/templates/admin/advanced/database.js: line 97, col 121, Line is too long. +build/public/templates/admin/advanced/database.js: line 97, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 97, col 53, ['redis'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 97, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 97, col 81, ['redis'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 97, col 90, ['total_net_output'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 98, col 171, Line is too long. +build/public/templates/admin/advanced/database.js: line 99, col 165, Line is too long. +build/public/templates/admin/advanced/database.js: line 99, col 82, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 99, col 98, ['redis'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 99, col 110, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 99, col 126, ['redis'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 99, col 135, ['keyspace_hits'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 100, col 164, Line is too long. +build/public/templates/admin/advanced/database.js: line 101, col 167, Line is too long. +build/public/templates/admin/advanced/database.js: line 101, col 82, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 101, col 98, ['redis'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 101, col 110, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 101, col 126, ['redis'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 101, col 135, ['keyspace_misses'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 105, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 105, col 41, ['postgres'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 106, col 351, Line is too long. +build/public/templates/admin/advanced/database.js: line 107, col 118, Line is too long. +build/public/templates/admin/advanced/database.js: line 107, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 107, col 53, ['postgres'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 107, col 68, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 107, col 84, ['postgres'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 107, col 96, ['version'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 108, col 164, Line is too long. +build/public/templates/admin/advanced/database.js: line 109, col 164, Line is too long. +build/public/templates/admin/advanced/database.js: line 109, col 82, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 109, col 98, ['postgres'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 109, col 113, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 109, col 129, ['postgres'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 109, col 141, ['uptime'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 113, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 113, col 41, ['mongo'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 115, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 115, col 45, ['redis'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 118, col 296, Line is too long. +build/public/templates/admin/advanced/database.js: line 119, col 108, Line is too long. +build/public/templates/admin/advanced/database.js: line 119, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 119, col 53, ['mongo'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 119, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 119, col 81, ['mongo'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 119, col 90, ['raw'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 123, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 123, col 41, ['redis'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 124, col 313, Line is too long. +build/public/templates/admin/advanced/database.js: line 125, col 108, Line is too long. +build/public/templates/admin/advanced/database.js: line 125, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 125, col 53, ['redis'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 125, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 125, col 81, ['redis'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 125, col 90, ['raw'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 129, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 129, col 41, ['postgres'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 130, col 326, Line is too long. +build/public/templates/admin/advanced/database.js: line 131, col 114, Line is too long. +build/public/templates/admin/advanced/database.js: line 131, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 131, col 53, ['postgres'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 131, col 68, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/database.js: line 131, col 84, ['postgres'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 131, col 96, ['raw'] is better written in dot notation. +build/public/templates/admin/advanced/database.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/advanced/database.js: line 142, col 3, Missing semicolon. +build/public/templates/admin/advanced/database.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/advanced/database.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/advanced/errors.js: line 12, col 607, Line is too long. +build/public/templates/admin/advanced/errors.js: line 13, col 116, Line is too long. +build/public/templates/admin/advanced/errors.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/errors.js: line 13, col 49, ['config'] is better written in dot notation. +build/public/templates/admin/advanced/errors.js: line 13, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/errors.js: line 13, col 78, ['config'] is better written in dot notation. +build/public/templates/admin/advanced/errors.js: line 13, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/admin/advanced/errors.js: line 14, col 1409, Line is too long. +build/public/templates/admin/advanced/errors.js: line 17, col 105, Line is too long. +build/public/templates/admin/advanced/errors.js: line 17, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/errors.js: line 17, col 57, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/errors.js: line 17, col 86, ['length'] is better written in dot notation. +build/public/templates/admin/advanced/errors.js: line 19, col 148, Line is too long. +build/public/templates/admin/advanced/errors.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/advanced/errors.js: line 27, col 117, Line is too long. +build/public/templates/admin/advanced/errors.js: line 27, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/errors.js: line 30, col 162, Line is too long. +build/public/templates/admin/advanced/errors.js: line 30, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/errors.js: line 30, col 69, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/errors.js: line 30, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/errors.js: line 30, col 142, ['value'] is better written in dot notation. +build/public/templates/admin/advanced/errors.js: line 32, col 162, Line is too long. +build/public/templates/admin/advanced/errors.js: line 32, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/errors.js: line 32, col 69, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/errors.js: line 32, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/errors.js: line 32, col 142, ['score'] is better written in dot notation. +build/public/templates/admin/advanced/errors.js: line 28, col 13, 'key' is defined but never used. +build/public/templates/admin/advanced/errors.js: line 27, col 110, 'value' is defined but never used. +build/public/templates/admin/advanced/errors.js: line 27, col 102, 'length' is defined but never used. +build/public/templates/admin/advanced/errors.js: line 27, col 95, 'index' is defined but never used. +build/public/templates/admin/advanced/errors.js: line 26, col 11, 'value' is defined but never used. +build/public/templates/admin/advanced/errors.js: line 24, col 67, 'helper' is defined but never used. +build/public/templates/admin/advanced/errors.js: line 41, col 3, Missing semicolon. +build/public/templates/admin/advanced/errors.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/advanced/errors.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/advanced/events.js: line 12, col 156, Line is too long. +build/public/templates/admin/advanced/events.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 13, col 41, ['events'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 13, col 54, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 13, col 70, ['events'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 13, col 80, ['length'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 17, col 22, ['events'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 19, col 158, Line is too long. +build/public/templates/admin/advanced/events.js: line 19, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 19, col 41, ['pagination'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 19, col 58, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 19, col 74, ['pagination'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 19, col 88, ['pages'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 19, col 100, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 19, col 116, ['pagination'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 19, col 130, ['pages'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 19, col 139, ['length'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 22, col 148, Line is too long. +build/public/templates/admin/advanced/events.js: line 23, col 156, Line is too long. +build/public/templates/admin/advanced/events.js: line 23, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 23, col 41, ['pagination'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 23, col 58, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 23, col 74, ['pagination'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 23, col 88, ['prev'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 23, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 23, col 115, ['pagination'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 23, col 129, ['prev'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 23, col 137, ['active'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 27, col 162, Line is too long. +build/public/templates/admin/advanced/events.js: line 27, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 27, col 49, ['pagination'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 27, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 27, col 82, ['pagination'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 27, col 96, ['prev'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 27, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 27, col 123, ['pagination'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 27, col 137, ['prev'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 27, col 145, ['qs'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 29, col 164, Line is too long. +build/public/templates/admin/advanced/events.js: line 29, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 29, col 49, ['pagination'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 29, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 29, col 82, ['pagination'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 29, col 96, ['prev'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 29, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 29, col 123, ['pagination'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 29, col 137, ['prev'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 29, col 145, ['page'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 33, col 156, Line is too long. +build/public/templates/admin/advanced/events.js: line 33, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 33, col 41, ['pagination'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 33, col 58, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 33, col 74, ['pagination'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 33, col 88, ['next'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 33, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 33, col 115, ['pagination'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 33, col 129, ['next'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 33, col 137, ['active'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 37, col 162, Line is too long. +build/public/templates/admin/advanced/events.js: line 37, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 37, col 49, ['pagination'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 37, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 37, col 82, ['pagination'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 37, col 96, ['next'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 37, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 37, col 123, ['pagination'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 37, col 137, ['next'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 37, col 145, ['qs'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 39, col 164, Line is too long. +build/public/templates/admin/advanced/events.js: line 39, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 39, col 49, ['pagination'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 39, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 39, col 82, ['pagination'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 39, col 96, ['next'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 39, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 39, col 123, ['pagination'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 39, col 137, ['next'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 39, col 145, ['page'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 41, col 102, Line is too long. +build/public/templates/admin/advanced/events.js: line 41, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 41, col 41, ['template'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 41, col 56, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 41, col 72, ['template'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 41, col 84, ['topic'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 43, col 126, Line is too long. +build/public/templates/admin/advanced/events.js: line 44, col 160, Line is too long. +build/public/templates/admin/advanced/events.js: line 44, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 44, col 45, ['pagination'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 44, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 44, col 78, ['pagination'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 44, col 92, ['prev'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 44, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 44, col 119, ['pagination'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 44, col 133, ['prev'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 44, col 141, ['active'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 48, col 168, Line is too long. +build/public/templates/admin/advanced/events.js: line 48, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 48, col 53, ['pagination'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 48, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 48, col 86, ['pagination'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 48, col 100, ['first'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 48, col 112, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 48, col 128, ['pagination'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 48, col 142, ['first'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 48, col 151, ['qs'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 49, col 115, Line is too long. +build/public/templates/admin/advanced/events.js: line 50, col 160, Line is too long. +build/public/templates/admin/advanced/events.js: line 50, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 50, col 45, ['pagination'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 50, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 50, col 78, ['pagination'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 50, col 92, ['prev'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 50, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 50, col 119, ['pagination'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 50, col 133, ['prev'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 50, col 141, ['active'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 54, col 166, Line is too long. +build/public/templates/admin/advanced/events.js: line 54, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 54, col 53, ['pagination'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 54, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 54, col 86, ['pagination'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 54, col 100, ['prev'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 54, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 54, col 127, ['pagination'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 54, col 141, ['prev'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 54, col 149, ['qs'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 56, col 168, Line is too long. +build/public/templates/admin/advanced/events.js: line 56, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 56, col 53, ['pagination'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 56, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 56, col 86, ['pagination'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 56, col 100, ['prev'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 56, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 56, col 127, ['pagination'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 56, col 141, ['prev'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 56, col 149, ['page'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 57, col 196, Line is too long. +build/public/templates/admin/advanced/events.js: line 58, col 126, Line is too long. +build/public/templates/admin/advanced/events.js: line 58, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 58, col 53, ['pagination'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 58, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 58, col 86, ['pagination'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 58, col 100, ['currentPage'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 60, col 124, Line is too long. +build/public/templates/admin/advanced/events.js: line 60, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 60, col 53, ['pagination'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 60, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 60, col 86, ['pagination'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 60, col 100, ['pageCount'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 62, col 160, Line is too long. +build/public/templates/admin/advanced/events.js: line 62, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 62, col 45, ['pagination'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 62, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 62, col 78, ['pagination'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 62, col 92, ['next'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 62, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 62, col 119, ['pagination'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 62, col 133, ['next'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 62, col 141, ['active'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 66, col 166, Line is too long. +build/public/templates/admin/advanced/events.js: line 66, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 66, col 53, ['pagination'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 66, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 66, col 86, ['pagination'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 66, col 100, ['next'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 66, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 66, col 127, ['pagination'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 66, col 141, ['next'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 66, col 149, ['qs'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 68, col 168, Line is too long. +build/public/templates/admin/advanced/events.js: line 68, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 68, col 53, ['pagination'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 68, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 68, col 86, ['pagination'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 68, col 100, ['next'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 68, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 68, col 127, ['pagination'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 68, col 141, ['next'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 68, col 149, ['page'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 70, col 160, Line is too long. +build/public/templates/admin/advanced/events.js: line 70, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 70, col 45, ['pagination'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 70, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 70, col 78, ['pagination'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 70, col 92, ['next'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 70, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 70, col 119, ['pagination'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 70, col 133, ['next'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 70, col 141, ['active'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 74, col 166, Line is too long. +build/public/templates/admin/advanced/events.js: line 74, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 74, col 53, ['pagination'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 74, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 74, col 86, ['pagination'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 74, col 100, ['last'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 74, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 74, col 127, ['pagination'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 74, col 141, ['last'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 74, col 149, ['qs'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 76, col 124, Line is too long. +build/public/templates/admin/advanced/events.js: line 76, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 76, col 53, ['pagination'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 76, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 76, col 86, ['pagination'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 76, col 100, ['pageCount'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 78, col 395, Line is too long. +build/public/templates/admin/advanced/events.js: line 79, col 22, ['types'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 80, col 201, Line is too long. +build/public/templates/admin/advanced/events.js: line 81, col 106, Line is too long. +build/public/templates/admin/advanced/events.js: line 81, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 81, col 49, ['query'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 81, col 61, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 81, col 77, ['query'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 81, col 86, ['start'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 82, col 210, Line is too long. +build/public/templates/admin/advanced/events.js: line 83, col 104, Line is too long. +build/public/templates/admin/advanced/events.js: line 83, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 83, col 49, ['query'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 83, col 61, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 83, col 77, ['query'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 83, col 86, ['end'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 84, col 180, Line is too long. +build/public/templates/admin/advanced/events.js: line 85, col 107, Line is too long. +build/public/templates/admin/advanced/events.js: line 85, col 26, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 85, col 42, ['query'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 85, col 54, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 85, col 70, ['query'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 85, col 79, ['username'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 85, col 102, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 89, col 104, Line is too long. +build/public/templates/admin/advanced/events.js: line 89, col 26, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 89, col 42, ['query'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 89, col 54, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 89, col 70, ['query'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 89, col 79, ['group'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 89, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 92, col 135, Line is too long. +build/public/templates/admin/advanced/events.js: line 93, col 109, Line is too long. +build/public/templates/admin/advanced/events.js: line 93, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 93, col 49, ['query'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 93, col 61, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 93, col 77, ['query'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 93, col 86, ['username'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 95, col 104, Line is too long. +build/public/templates/admin/advanced/events.js: line 95, col 26, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 95, col 42, ['query'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 95, col 54, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 95, col 70, ['query'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 95, col 79, ['group'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 95, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 98, col 140, Line is too long. +build/public/templates/admin/advanced/events.js: line 99, col 106, Line is too long. +build/public/templates/admin/advanced/events.js: line 99, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 99, col 49, ['query'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 99, col 61, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 99, col 77, ['query'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 99, col 86, ['group'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 101, col 104, Line is too long. +build/public/templates/admin/advanced/events.js: line 101, col 26, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 101, col 42, ['query'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 101, col 54, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 101, col 70, ['query'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 101, col 79, ['group'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 101, col 99, Expected '===' and instead saw '=='. +build/public/templates/admin/advanced/events.js: line 105, col 107, Line is too long. +build/public/templates/admin/advanced/events.js: line 105, col 26, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 105, col 42, ['query'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 105, col 54, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 105, col 70, ['query'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 105, col 79, ['username'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 105, col 102, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 108, col 271, Line is too long. +build/public/templates/admin/advanced/events.js: line 109, col 108, Line is too long. +build/public/templates/admin/advanced/events.js: line 109, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 109, col 49, ['query'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 109, col 61, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 109, col 77, ['query'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 109, col 86, ['perPage'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 110, col 443, Line is too long. +build/public/templates/admin/advanced/events.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/advanced/events.js: line 117, col 114, Line is too long. +build/public/templates/admin/advanced/events.js: line 117, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 117, col 52, ['events'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 120, col 151, Line is too long. +build/public/templates/admin/advanced/events.js: line 120, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 120, col 53, ['events'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 120, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 120, col 82, ['events'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 120, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 120, col 117, ['events'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 120, col 133, ['eid'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 121, col 176, Line is too long. +build/public/templates/admin/advanced/events.js: line 122, col 151, Line is too long. +build/public/templates/admin/advanced/events.js: line 122, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 122, col 53, ['events'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 122, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 122, col 82, ['events'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 122, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 122, col 117, ['events'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 122, col 133, ['eid'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 124, col 152, Line is too long. +build/public/templates/admin/advanced/events.js: line 124, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 124, col 53, ['events'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 124, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 124, col 82, ['events'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 124, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 124, col 117, ['events'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 124, col 133, ['type'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 126, col 151, Line is too long. +build/public/templates/admin/advanced/events.js: line 126, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 126, col 53, ['events'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 126, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 126, col 82, ['events'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 126, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 126, col 117, ['events'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 126, col 133, ['uid'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 128, col 140, Line is too long. +build/public/templates/admin/advanced/events.js: line 128, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 128, col 45, ['events'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 128, col 58, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 128, col 74, ['events'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 128, col 93, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 128, col 109, ['events'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 128, col 125, ['ip'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 130, col 154, Line is too long. +build/public/templates/admin/advanced/events.js: line 130, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 130, col 57, ['events'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 130, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 130, col 86, ['events'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 130, col 105, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 130, col 121, ['events'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 130, col 137, ['ip'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 134, col 120, Line is too long. +build/public/templates/admin/advanced/events.js: line 134, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 134, col 53, ['config'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 134, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 134, col 82, ['config'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 134, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 136, col 207, Line is too long. +build/public/templates/admin/advanced/events.js: line 136, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 136, col 53, ['events'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 136, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 136, col 82, ['events'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 136, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 136, col 117, ['events'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 136, col 133, ['user'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 136, col 144, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 136, col 160, ['events'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 136, col 176, ['user'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 136, col 184, ['userslug'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 138, col 254, Line is too long. +build/public/templates/admin/advanced/events.js: line 138, col 78, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 138, col 94, ['events'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 138, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 138, col 123, ['events'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 138, col 142, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 138, col 158, ['events'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 138, col 174, ['user'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 138, col 217, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 140, col 120, Line is too long. +build/public/templates/admin/advanced/events.js: line 140, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 140, col 53, ['config'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 140, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 140, col 82, ['config'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 140, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 142, col 207, Line is too long. +build/public/templates/admin/advanced/events.js: line 142, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 142, col 53, ['events'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 142, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 142, col 82, ['events'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 142, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 142, col 117, ['events'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 142, col 133, ['user'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 142, col 144, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 142, col 160, ['events'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 142, col 176, ['user'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 142, col 184, ['userslug'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 144, col 207, Line is too long. +build/public/templates/admin/advanced/events.js: line 144, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 144, col 53, ['events'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 144, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 144, col 82, ['events'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 144, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 144, col 117, ['events'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 144, col 133, ['user'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 144, col 144, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 144, col 160, ['events'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 144, col 176, ['user'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 144, col 184, ['username'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 146, col 160, Line is too long. +build/public/templates/admin/advanced/events.js: line 146, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 146, col 53, ['events'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 146, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 146, col 82, ['events'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 146, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 146, col 117, ['events'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 146, col 133, ['timestampISO'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 147, col 239, Line is too long. +build/public/templates/admin/advanced/events.js: line 148, col 158, Line is too long. +build/public/templates/admin/advanced/events.js: line 148, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 148, col 53, ['events'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 148, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 148, col 82, ['events'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 148, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 148, col 117, ['events'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 148, col 133, ['jsonString'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 118, col 13, 'key' is defined but never used. +build/public/templates/admin/advanced/events.js: line 117, col 107, 'value' is defined but never used. +build/public/templates/admin/advanced/events.js: line 117, col 99, 'length' is defined but never used. +build/public/templates/admin/advanced/events.js: line 117, col 92, 'index' is defined but never used. +build/public/templates/admin/advanced/events.js: line 116, col 11, 'value' is defined but never used. +build/public/templates/admin/advanced/events.js: line 157, col 160, Line is too long. +build/public/templates/admin/advanced/events.js: line 157, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 157, col 52, ['pagination'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 157, col 69, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 157, col 85, ['pagination'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 157, col 99, ['pages'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 160, col 219, Line is too long. +build/public/templates/admin/advanced/events.js: line 160, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 160, col 45, ['pagination'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 160, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 160, col 78, ['pagination'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 160, col 92, ['pages'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 160, col 104, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 160, col 120, ['pagination'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 160, col 134, ['pages'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 160, col 152, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 160, col 168, ['pagination'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 160, col 182, ['pages'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 160, col 197, ['separator'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 161, col 205, Line is too long. +build/public/templates/admin/advanced/events.js: line 163, col 220, Line is too long. +build/public/templates/admin/advanced/events.js: line 163, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 163, col 49, ['pagination'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 163, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 163, col 82, ['pagination'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 163, col 96, ['pages'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 163, col 108, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 163, col 124, ['pagination'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 163, col 138, ['pages'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 163, col 156, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 163, col 172, ['pagination'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 163, col 186, ['pages'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 163, col 201, ['active'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 167, col 226, Line is too long. +build/public/templates/admin/advanced/events.js: line 167, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 167, col 57, ['pagination'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 167, col 74, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 167, col 90, ['pagination'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 167, col 104, ['pages'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 167, col 116, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 167, col 132, ['pagination'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 167, col 146, ['pages'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 167, col 164, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 167, col 180, ['pagination'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 167, col 194, ['pages'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 167, col 209, ['qs'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 169, col 228, Line is too long. +build/public/templates/admin/advanced/events.js: line 169, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 169, col 57, ['pagination'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 169, col 74, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 169, col 90, ['pagination'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 169, col 104, ['pages'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 169, col 116, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 169, col 132, ['pagination'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 169, col 146, ['pages'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 169, col 164, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 169, col 180, ['pagination'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 169, col 194, ['pages'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 169, col 209, ['page'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 171, col 228, Line is too long. +build/public/templates/admin/advanced/events.js: line 171, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 171, col 57, ['pagination'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 171, col 74, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 171, col 90, ['pagination'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 171, col 104, ['pages'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 171, col 116, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 171, col 132, ['pagination'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 171, col 146, ['pages'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 171, col 164, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 171, col 180, ['pagination'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 171, col 194, ['pages'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 171, col 209, ['page'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 158, col 13, 'key' is defined but never used. +build/public/templates/admin/advanced/events.js: line 157, col 153, 'value' is defined but never used. +build/public/templates/admin/advanced/events.js: line 157, col 145, 'length' is defined but never used. +build/public/templates/admin/advanced/events.js: line 157, col 138, 'index' is defined but never used. +build/public/templates/admin/advanced/events.js: line 156, col 11, 'value' is defined but never used. +build/public/templates/admin/advanced/events.js: line 154, col 81, 'helper' is defined but never used. +build/public/templates/admin/advanced/events.js: line 181, col 113, Line is too long. +build/public/templates/admin/advanced/events.js: line 181, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 181, col 52, ['types'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 184, col 150, Line is too long. +build/public/templates/admin/advanced/events.js: line 184, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 184, col 53, ['types'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 184, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 184, col 81, ['types'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 184, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 184, col 115, ['types'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 184, col 130, ['value'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 186, col 143, Line is too long. +build/public/templates/admin/advanced/events.js: line 186, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 186, col 45, ['types'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 186, col 57, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 186, col 73, ['types'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 186, col 91, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 186, col 107, ['types'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 186, col 122, ['selected'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 190, col 149, Line is too long. +build/public/templates/admin/advanced/events.js: line 190, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 190, col 53, ['types'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 190, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 190, col 81, ['types'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 190, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 190, col 115, ['types'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 190, col 130, ['name'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 192, col 150, Line is too long. +build/public/templates/admin/advanced/events.js: line 192, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 192, col 53, ['types'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 192, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 192, col 81, ['types'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 192, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/events.js: line 192, col 115, ['types'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 192, col 130, ['count'] is better written in dot notation. +build/public/templates/admin/advanced/events.js: line 182, col 13, 'key' is defined but never used. +build/public/templates/admin/advanced/events.js: line 181, col 106, 'value' is defined but never used. +build/public/templates/admin/advanced/events.js: line 181, col 98, 'length' is defined but never used. +build/public/templates/admin/advanced/events.js: line 181, col 91, 'index' is defined but never used. +build/public/templates/admin/advanced/events.js: line 180, col 11, 'value' is defined but never used. +build/public/templates/admin/advanced/events.js: line 178, col 60, 'helper' is defined but never used. +build/public/templates/admin/advanced/events.js: line 201, col 3, Missing semicolon. +build/public/templates/admin/advanced/events.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/advanced/events.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/advanced/hooks.js: line 12, col 116, Line is too long. +build/public/templates/admin/advanced/hooks.js: line 13, col 22, ['hooks'] is better written in dot notation. +build/public/templates/admin/advanced/hooks.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/admin/advanced/hooks.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/advanced/hooks.js: line 21, col 113, Line is too long. +build/public/templates/admin/advanced/hooks.js: line 21, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/hooks.js: line 21, col 52, ['hooks'] is better written in dot notation. +build/public/templates/admin/advanced/hooks.js: line 23, col 256, Line is too long. +build/public/templates/admin/advanced/hooks.js: line 24, col 150, Line is too long. +build/public/templates/admin/advanced/hooks.js: line 24, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/hooks.js: line 24, col 53, ['hooks'] is better written in dot notation. +build/public/templates/admin/advanced/hooks.js: line 24, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/hooks.js: line 24, col 81, ['hooks'] is better written in dot notation. +build/public/templates/admin/advanced/hooks.js: line 24, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/hooks.js: line 24, col 115, ['hooks'] is better written in dot notation. +build/public/templates/admin/advanced/hooks.js: line 24, col 130, ['index'] is better written in dot notation. +build/public/templates/admin/advanced/hooks.js: line 26, col 150, Line is too long. +build/public/templates/admin/advanced/hooks.js: line 26, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/hooks.js: line 26, col 53, ['hooks'] is better written in dot notation. +build/public/templates/admin/advanced/hooks.js: line 26, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/hooks.js: line 26, col 81, ['hooks'] is better written in dot notation. +build/public/templates/admin/advanced/hooks.js: line 26, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/hooks.js: line 26, col 115, ['hooks'] is better written in dot notation. +build/public/templates/admin/advanced/hooks.js: line 26, col 130, ['index'] is better written in dot notation. +build/public/templates/admin/advanced/hooks.js: line 28, col 153, Line is too long. +build/public/templates/admin/advanced/hooks.js: line 28, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/hooks.js: line 28, col 53, ['hooks'] is better written in dot notation. +build/public/templates/admin/advanced/hooks.js: line 28, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/hooks.js: line 28, col 81, ['hooks'] is better written in dot notation. +build/public/templates/admin/advanced/hooks.js: line 28, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/hooks.js: line 28, col 115, ['hooks'] is better written in dot notation. +build/public/templates/admin/advanced/hooks.js: line 28, col 130, ['hookName'] is better written in dot notation. +build/public/templates/admin/advanced/hooks.js: line 30, col 150, Line is too long. +build/public/templates/admin/advanced/hooks.js: line 30, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/hooks.js: line 30, col 53, ['hooks'] is better written in dot notation. +build/public/templates/admin/advanced/hooks.js: line 30, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/hooks.js: line 30, col 81, ['hooks'] is better written in dot notation. +build/public/templates/admin/advanced/hooks.js: line 30, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/hooks.js: line 30, col 115, ['hooks'] is better written in dot notation. +build/public/templates/admin/advanced/hooks.js: line 30, col 130, ['count'] is better written in dot notation. +build/public/templates/admin/advanced/hooks.js: line 32, col 150, Line is too long. +build/public/templates/admin/advanced/hooks.js: line 32, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/hooks.js: line 32, col 53, ['hooks'] is better written in dot notation. +build/public/templates/admin/advanced/hooks.js: line 32, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/hooks.js: line 32, col 81, ['hooks'] is better written in dot notation. +build/public/templates/admin/advanced/hooks.js: line 32, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/hooks.js: line 32, col 115, ['hooks'] is better written in dot notation. +build/public/templates/admin/advanced/hooks.js: line 32, col 130, ['index'] is better written in dot notation. +build/public/templates/admin/advanced/hooks.js: line 33, col 122, Line is too long. +build/public/templates/admin/advanced/hooks.js: line 34, col 189, Line is too long. +build/public/templates/admin/advanced/hooks.js: line 34, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/hooks.js: line 34, col 49, ['hooks'] is better written in dot notation. +build/public/templates/admin/advanced/hooks.js: line 34, col 61, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/hooks.js: line 34, col 77, ['hooks'] is better written in dot notation. +build/public/templates/admin/advanced/hooks.js: line 34, col 95, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/hooks.js: line 34, col 111, ['hooks'] is better written in dot notation. +build/public/templates/admin/advanced/hooks.js: line 34, col 126, ['methods'] is better written in dot notation. +build/public/templates/admin/advanced/hooks.js: line 37, col 264, Line is too long. +build/public/templates/admin/advanced/hooks.js: line 37, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/hooks.js: line 37, col 57, ['hooks'] is better written in dot notation. +build/public/templates/admin/advanced/hooks.js: line 37, col 69, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/hooks.js: line 37, col 85, ['hooks'] is better written in dot notation. +build/public/templates/admin/advanced/hooks.js: line 37, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/hooks.js: line 37, col 119, ['hooks'] is better written in dot notation. +build/public/templates/admin/advanced/hooks.js: line 37, col 134, ['methods'] is better written in dot notation. +build/public/templates/admin/advanced/hooks.js: line 37, col 148, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/hooks.js: line 37, col 164, ['hooks'] is better written in dot notation. +build/public/templates/admin/advanced/hooks.js: line 37, col 179, ['methods'] is better written in dot notation. +build/public/templates/admin/advanced/hooks.js: line 37, col 199, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/hooks.js: line 37, col 215, ['hooks'] is better written in dot notation. +build/public/templates/admin/advanced/hooks.js: line 37, col 230, ['methods'] is better written in dot notation. +build/public/templates/admin/advanced/hooks.js: line 37, col 247, ['id'] is better written in dot notation. +build/public/templates/admin/advanced/hooks.js: line 39, col 270, Line is too long. +build/public/templates/admin/advanced/hooks.js: line 39, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/hooks.js: line 39, col 57, ['hooks'] is better written in dot notation. +build/public/templates/admin/advanced/hooks.js: line 39, col 69, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/hooks.js: line 39, col 85, ['hooks'] is better written in dot notation. +build/public/templates/admin/advanced/hooks.js: line 39, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/hooks.js: line 39, col 119, ['hooks'] is better written in dot notation. +build/public/templates/admin/advanced/hooks.js: line 39, col 134, ['methods'] is better written in dot notation. +build/public/templates/admin/advanced/hooks.js: line 39, col 148, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/hooks.js: line 39, col 164, ['hooks'] is better written in dot notation. +build/public/templates/admin/advanced/hooks.js: line 39, col 179, ['methods'] is better written in dot notation. +build/public/templates/admin/advanced/hooks.js: line 39, col 199, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/hooks.js: line 39, col 215, ['hooks'] is better written in dot notation. +build/public/templates/admin/advanced/hooks.js: line 39, col 230, ['methods'] is better written in dot notation. +build/public/templates/admin/advanced/hooks.js: line 39, col 247, ['priority'] is better written in dot notation. +build/public/templates/admin/advanced/hooks.js: line 40, col 139, Line is too long. +build/public/templates/admin/advanced/hooks.js: line 41, col 267, Line is too long. +build/public/templates/admin/advanced/hooks.js: line 41, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/hooks.js: line 41, col 57, ['hooks'] is better written in dot notation. +build/public/templates/admin/advanced/hooks.js: line 41, col 69, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/hooks.js: line 41, col 85, ['hooks'] is better written in dot notation. +build/public/templates/admin/advanced/hooks.js: line 41, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/hooks.js: line 41, col 119, ['hooks'] is better written in dot notation. +build/public/templates/admin/advanced/hooks.js: line 41, col 134, ['methods'] is better written in dot notation. +build/public/templates/admin/advanced/hooks.js: line 41, col 148, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/hooks.js: line 41, col 164, ['hooks'] is better written in dot notation. +build/public/templates/admin/advanced/hooks.js: line 41, col 179, ['methods'] is better written in dot notation. +build/public/templates/admin/advanced/hooks.js: line 41, col 199, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/hooks.js: line 41, col 215, ['hooks'] is better written in dot notation. +build/public/templates/admin/advanced/hooks.js: line 41, col 230, ['methods'] is better written in dot notation. +build/public/templates/admin/advanced/hooks.js: line 41, col 247, ['index'] is better written in dot notation. +build/public/templates/admin/advanced/hooks.js: line 43, col 267, Line is too long. +build/public/templates/admin/advanced/hooks.js: line 43, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/hooks.js: line 43, col 57, ['hooks'] is better written in dot notation. +build/public/templates/admin/advanced/hooks.js: line 43, col 69, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/hooks.js: line 43, col 85, ['hooks'] is better written in dot notation. +build/public/templates/admin/advanced/hooks.js: line 43, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/hooks.js: line 43, col 119, ['hooks'] is better written in dot notation. +build/public/templates/admin/advanced/hooks.js: line 43, col 134, ['methods'] is better written in dot notation. +build/public/templates/admin/advanced/hooks.js: line 43, col 148, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/hooks.js: line 43, col 164, ['hooks'] is better written in dot notation. +build/public/templates/admin/advanced/hooks.js: line 43, col 179, ['methods'] is better written in dot notation. +build/public/templates/admin/advanced/hooks.js: line 43, col 199, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/hooks.js: line 43, col 215, ['hooks'] is better written in dot notation. +build/public/templates/admin/advanced/hooks.js: line 43, col 230, ['methods'] is better written in dot notation. +build/public/templates/admin/advanced/hooks.js: line 43, col 247, ['index'] is better written in dot notation. +build/public/templates/admin/advanced/hooks.js: line 44, col 111, Line is too long. +build/public/templates/admin/advanced/hooks.js: line 45, col 267, Line is too long. +build/public/templates/admin/advanced/hooks.js: line 45, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/hooks.js: line 45, col 57, ['hooks'] is better written in dot notation. +build/public/templates/admin/advanced/hooks.js: line 45, col 69, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/hooks.js: line 45, col 85, ['hooks'] is better written in dot notation. +build/public/templates/admin/advanced/hooks.js: line 45, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/hooks.js: line 45, col 119, ['hooks'] is better written in dot notation. +build/public/templates/admin/advanced/hooks.js: line 45, col 134, ['methods'] is better written in dot notation. +build/public/templates/admin/advanced/hooks.js: line 45, col 148, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/hooks.js: line 45, col 164, ['hooks'] is better written in dot notation. +build/public/templates/admin/advanced/hooks.js: line 45, col 179, ['methods'] is better written in dot notation. +build/public/templates/admin/advanced/hooks.js: line 45, col 199, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/hooks.js: line 45, col 215, ['hooks'] is better written in dot notation. +build/public/templates/admin/advanced/hooks.js: line 45, col 230, ['methods'] is better written in dot notation. +build/public/templates/admin/advanced/hooks.js: line 45, col 247, ['index'] is better written in dot notation. +build/public/templates/admin/advanced/hooks.js: line 47, col 268, Line is too long. +build/public/templates/admin/advanced/hooks.js: line 47, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/hooks.js: line 47, col 57, ['hooks'] is better written in dot notation. +build/public/templates/admin/advanced/hooks.js: line 47, col 69, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/hooks.js: line 47, col 85, ['hooks'] is better written in dot notation. +build/public/templates/admin/advanced/hooks.js: line 47, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/hooks.js: line 47, col 119, ['hooks'] is better written in dot notation. +build/public/templates/admin/advanced/hooks.js: line 47, col 134, ['methods'] is better written in dot notation. +build/public/templates/admin/advanced/hooks.js: line 47, col 148, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/hooks.js: line 47, col 164, ['hooks'] is better written in dot notation. +build/public/templates/admin/advanced/hooks.js: line 47, col 179, ['methods'] is better written in dot notation. +build/public/templates/admin/advanced/hooks.js: line 47, col 199, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/hooks.js: line 47, col 215, ['hooks'] is better written in dot notation. +build/public/templates/admin/advanced/hooks.js: line 47, col 230, ['methods'] is better written in dot notation. +build/public/templates/admin/advanced/hooks.js: line 47, col 247, ['method'] is better written in dot notation. +build/public/templates/admin/advanced/hooks.js: line 35, col 17, 'key' is defined but never used. +build/public/templates/admin/advanced/hooks.js: line 34, col 182, 'value' is defined but never used. +build/public/templates/admin/advanced/hooks.js: line 34, col 174, 'length' is defined but never used. +build/public/templates/admin/advanced/hooks.js: line 34, col 167, 'index' is defined but never used. +build/public/templates/admin/advanced/hooks.js: line 22, col 13, 'key' is defined but never used. +build/public/templates/admin/advanced/hooks.js: line 21, col 106, 'value' is defined but never used. +build/public/templates/admin/advanced/hooks.js: line 21, col 98, 'length' is defined but never used. +build/public/templates/admin/advanced/hooks.js: line 21, col 91, 'index' is defined but never used. +build/public/templates/admin/advanced/hooks.js: line 20, col 11, 'value' is defined but never used. +build/public/templates/admin/advanced/hooks.js: line 18, col 60, 'helper' is defined but never used. +build/public/templates/admin/advanced/hooks.js: line 60, col 3, Missing semicolon. +build/public/templates/admin/advanced/hooks.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/advanced/hooks.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/advanced/logs.js: line 12, col 836, Line is too long. +build/public/templates/admin/advanced/logs.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/advanced/logs.js: line 13, col 49, ['data'] is better written in dot notation. +build/public/templates/admin/advanced/logs.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/advanced/logs.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/admin/advanced/logs.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/admin/advanced/logs.js: line 22, col 3, Missing semicolon. +build/public/templates/admin/advanced/logs.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/advanced/logs.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/appearance/customise.js: line 12, col 3987, Line is too long. +build/public/templates/admin/appearance/customise.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/admin/appearance/customise.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/appearance/customise.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/admin/appearance/customise.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/admin/appearance/customise.js: line 9, col 39, 'guard' is defined but never used. +build/public/templates/admin/appearance/customise.js: line 20, col 3, Missing semicolon. +build/public/templates/admin/appearance/customise.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/appearance/customise.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/appearance/skins.js: line 12, col 2161, Line is too long. +build/public/templates/admin/appearance/skins.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/admin/appearance/skins.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/appearance/skins.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/admin/appearance/skins.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/admin/appearance/skins.js: line 9, col 39, 'guard' is defined but never used. +build/public/templates/admin/appearance/skins.js: line 20, col 3, Missing semicolon. +build/public/templates/admin/appearance/skins.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/appearance/skins.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/appearance/themes.js: line 12, col 729, Line is too long. +build/public/templates/admin/appearance/themes.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/admin/appearance/themes.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/appearance/themes.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/admin/appearance/themes.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/admin/appearance/themes.js: line 9, col 39, 'guard' is defined but never used. +build/public/templates/admin/appearance/themes.js: line 20, col 3, Missing semicolon. +build/public/templates/admin/appearance/themes.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/appearance/themes.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/dashboard/logins.js: line 12, col 356, Line is too long. +build/public/templates/admin/dashboard/logins.js: line 13, col 116, Line is too long. +build/public/templates/admin/dashboard/logins.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 13, col 49, ['config'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 13, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 13, col 78, ['config'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 13, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 15, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 15, col 49, ['set'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 16, col 771, Line is too long. +build/public/templates/admin/dashboard/logins.js: line 17, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 17, col 41, ['summary'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 17, col 55, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 17, col 71, ['summary'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 17, col 82, ['month'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 18, col 111, Line is too long. +build/public/templates/admin/dashboard/logins.js: line 18, col 35, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 18, col 51, ['summary'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 18, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 18, col 81, ['summary'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 18, col 92, ['month'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 20, col 298, Line is too long. +build/public/templates/admin/dashboard/logins.js: line 21, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 21, col 41, ['summary'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 21, col 55, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 21, col 71, ['summary'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 21, col 82, ['week'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 22, col 110, Line is too long. +build/public/templates/admin/dashboard/logins.js: line 22, col 35, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 22, col 51, ['summary'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 22, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 22, col 81, ['summary'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 22, col 92, ['week'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 24, col 308, Line is too long. +build/public/templates/admin/dashboard/logins.js: line 25, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 25, col 41, ['summary'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 25, col 55, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 25, col 71, ['summary'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 25, col 82, ['day'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 26, col 109, Line is too long. +build/public/templates/admin/dashboard/logins.js: line 26, col 35, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 26, col 51, ['summary'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 26, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 26, col 81, ['summary'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 26, col 92, ['day'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 28, col 1117, Line is too long. +build/public/templates/admin/dashboard/logins.js: line 29, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 29, col 41, ['hideAllTime'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 33, col 22, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 34, col 114, Line is too long. +build/public/templates/admin/dashboard/logins.js: line 35, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 35, col 49, ['loginDays'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 36, col 264, Line is too long. +build/public/templates/admin/dashboard/logins.js: line 37, col 103, Line is too long. +build/public/templates/admin/dashboard/logins.js: line 37, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 37, col 41, ['sessions'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 37, col 56, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 37, col 72, ['sessions'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 37, col 84, ['length'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 39, col 120, Line is too long. +build/public/templates/admin/dashboard/logins.js: line 41, col 22, ['sessions'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/dashboard/logins.js: line 49, col 113, Line is too long. +build/public/templates/admin/dashboard/logins.js: line 49, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 49, col 52, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 52, col 139, Line is too long. +build/public/templates/admin/dashboard/logins.js: line 52, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 52, col 45, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 52, col 57, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 52, col 73, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 52, col 91, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 52, col 107, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 52, col 122, ['href'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 54, col 153, Line is too long. +build/public/templates/admin/dashboard/logins.js: line 54, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 54, col 57, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 54, col 69, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 54, col 85, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 54, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 54, col 119, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 54, col 134, ['href'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 56, col 153, Line is too long. +build/public/templates/admin/dashboard/logins.js: line 56, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 56, col 57, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 56, col 69, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 56, col 85, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 56, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 56, col 119, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 56, col 134, ['name'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 59, col 153, Line is too long. +build/public/templates/admin/dashboard/logins.js: line 59, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 59, col 57, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 59, col 69, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 59, col 85, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 59, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 59, col 119, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 59, col 134, ['name'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 62, col 201, Line is too long. +build/public/templates/admin/dashboard/logins.js: line 62, col 82, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 62, col 98, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 62, col 110, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 62, col 126, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 62, col 144, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 62, col 160, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 62, col 175, ['yesterday'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 64, col 197, Line is too long. +build/public/templates/admin/dashboard/logins.js: line 64, col 82, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 64, col 98, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 64, col 110, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 64, col 126, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 64, col 144, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 64, col 160, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 64, col 175, ['today'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 66, col 157, Line is too long. +build/public/templates/admin/dashboard/logins.js: line 66, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 66, col 53, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 66, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 66, col 81, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 66, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 66, col 115, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 66, col 130, ['dayTextClass'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 68, col 156, Line is too long. +build/public/templates/admin/dashboard/logins.js: line 68, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 68, col 53, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 68, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 68, col 81, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 68, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 68, col 115, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 68, col 130, ['dayIncrease'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 70, col 200, Line is too long. +build/public/templates/admin/dashboard/logins.js: line 70, col 82, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 70, col 98, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 70, col 110, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 70, col 126, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 70, col 144, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 70, col 160, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 70, col 175, ['lastweek'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 72, col 200, Line is too long. +build/public/templates/admin/dashboard/logins.js: line 72, col 82, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 72, col 98, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 72, col 110, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 72, col 126, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 72, col 144, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 72, col 160, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 72, col 175, ['thisweek'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 74, col 158, Line is too long. +build/public/templates/admin/dashboard/logins.js: line 74, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 74, col 53, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 74, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 74, col 81, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 74, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 74, col 115, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 74, col 130, ['weekTextClass'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 76, col 157, Line is too long. +build/public/templates/admin/dashboard/logins.js: line 76, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 76, col 53, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 76, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 76, col 81, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 76, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 76, col 115, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 76, col 130, ['weekIncrease'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 78, col 201, Line is too long. +build/public/templates/admin/dashboard/logins.js: line 78, col 82, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 78, col 98, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 78, col 110, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 78, col 126, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 78, col 144, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 78, col 160, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 78, col 175, ['lastmonth'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 80, col 201, Line is too long. +build/public/templates/admin/dashboard/logins.js: line 80, col 82, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 80, col 98, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 80, col 110, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 80, col 126, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 80, col 144, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 80, col 160, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 80, col 175, ['thismonth'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 82, col 159, Line is too long. +build/public/templates/admin/dashboard/logins.js: line 82, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 82, col 53, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 82, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 82, col 81, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 82, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 82, col 115, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 82, col 130, ['monthTextClass'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 84, col 158, Line is too long. +build/public/templates/admin/dashboard/logins.js: line 84, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 84, col 53, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 84, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 84, col 81, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 84, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 84, col 115, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 84, col 130, ['monthIncrease'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 86, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 86, col 45, ['hideAllTime'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 89, col 203, Line is too long. +build/public/templates/admin/dashboard/logins.js: line 89, col 86, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 89, col 102, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 89, col 114, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 89, col 130, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 89, col 148, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 89, col 164, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 89, col 179, ['alltime'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 50, col 13, 'key' is defined but never used. +build/public/templates/admin/dashboard/logins.js: line 49, col 106, 'value' is defined but never used. +build/public/templates/admin/dashboard/logins.js: line 49, col 98, 'length' is defined but never used. +build/public/templates/admin/dashboard/logins.js: line 49, col 91, 'index' is defined but never used. +build/public/templates/admin/dashboard/logins.js: line 48, col 11, 'value' is defined but never used. +build/public/templates/admin/dashboard/logins.js: line 99, col 116, Line is too long. +build/public/templates/admin/dashboard/logins.js: line 99, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 99, col 52, ['sessions'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 102, col 120, Line is too long. +build/public/templates/admin/dashboard/logins.js: line 102, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 102, col 53, ['config'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 102, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 102, col 82, ['config'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 102, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 104, col 210, Line is too long. +build/public/templates/admin/dashboard/logins.js: line 104, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 104, col 53, ['sessions'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 104, col 68, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 104, col 84, ['sessions'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 104, col 105, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 104, col 121, ['sessions'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 104, col 139, ['user'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 104, col 150, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 104, col 166, ['sessions'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 104, col 184, ['user'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 104, col 192, ['uid'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 106, col 260, Line is too long. +build/public/templates/admin/dashboard/logins.js: line 106, col 78, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 106, col 94, ['sessions'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 106, col 109, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 106, col 125, ['sessions'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 106, col 146, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 106, col 162, ['sessions'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 106, col 180, ['user'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 106, col 223, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 108, col 120, Line is too long. +build/public/templates/admin/dashboard/logins.js: line 108, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 108, col 53, ['config'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 108, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 108, col 82, ['config'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 108, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 110, col 210, Line is too long. +build/public/templates/admin/dashboard/logins.js: line 110, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 110, col 53, ['sessions'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 110, col 68, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 110, col 84, ['sessions'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 110, col 105, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 110, col 121, ['sessions'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 110, col 139, ['user'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 110, col 150, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 110, col 166, ['sessions'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 110, col 184, ['user'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 110, col 192, ['uid'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 112, col 215, Line is too long. +build/public/templates/admin/dashboard/logins.js: line 112, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 112, col 53, ['sessions'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 112, col 68, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 112, col 84, ['sessions'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 112, col 105, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 112, col 121, ['sessions'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 112, col 139, ['user'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 112, col 150, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 112, col 166, ['sessions'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 112, col 184, ['user'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 112, col 192, ['username'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 116, col 161, Line is too long. +build/public/templates/admin/dashboard/logins.js: line 116, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 116, col 53, ['sessions'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 116, col 68, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 116, col 84, ['sessions'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 116, col 105, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 116, col 121, ['sessions'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 116, col 139, ['browser'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 118, col 161, Line is too long. +build/public/templates/admin/dashboard/logins.js: line 118, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 118, col 53, ['sessions'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 118, col 68, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 118, col 84, ['sessions'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 118, col 105, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 118, col 121, ['sessions'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 118, col 139, ['version'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 120, col 162, Line is too long. +build/public/templates/admin/dashboard/logins.js: line 120, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 120, col 53, ['sessions'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 120, col 68, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 120, col 84, ['sessions'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 120, col 105, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 120, col 121, ['sessions'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 120, col 139, ['platform'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 122, col 165, Line is too long. +build/public/templates/admin/dashboard/logins.js: line 122, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 122, col 53, ['sessions'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 122, col 68, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 122, col 84, ['sessions'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 122, col 105, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/logins.js: line 122, col 121, ['sessions'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 122, col 139, ['datetimeISO'] is better written in dot notation. +build/public/templates/admin/dashboard/logins.js: line 100, col 13, 'key' is defined but never used. +build/public/templates/admin/dashboard/logins.js: line 98, col 11, 'value' is defined but never used. +build/public/templates/admin/dashboard/logins.js: line 131, col 3, Missing semicolon. +build/public/templates/admin/dashboard/logins.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/dashboard/logins.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/dashboard/searches.js: line 12, col 470, Line is too long. +build/public/templates/admin/dashboard/searches.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/searches.js: line 13, col 49, ['startDate'] is better written in dot notation. +build/public/templates/admin/dashboard/searches.js: line 14, col 250, Line is too long. +build/public/templates/admin/dashboard/searches.js: line 15, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/searches.js: line 15, col 49, ['endDate'] is better written in dot notation. +build/public/templates/admin/dashboard/searches.js: line 16, col 557, Line is too long. +build/public/templates/admin/dashboard/searches.js: line 17, col 103, Line is too long. +build/public/templates/admin/dashboard/searches.js: line 17, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/searches.js: line 17, col 41, ['searches'] is better written in dot notation. +build/public/templates/admin/dashboard/searches.js: line 17, col 56, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/searches.js: line 17, col 72, ['searches'] is better written in dot notation. +build/public/templates/admin/dashboard/searches.js: line 17, col 84, ['length'] is better written in dot notation. +build/public/templates/admin/dashboard/searches.js: line 19, col 122, Line is too long. +build/public/templates/admin/dashboard/searches.js: line 21, col 22, ['searches'] is better written in dot notation. +build/public/templates/admin/dashboard/searches.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/dashboard/searches.js: line 29, col 116, Line is too long. +build/public/templates/admin/dashboard/searches.js: line 29, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/searches.js: line 29, col 52, ['searches'] is better written in dot notation. +build/public/templates/admin/dashboard/searches.js: line 32, col 159, Line is too long. +build/public/templates/admin/dashboard/searches.js: line 32, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/searches.js: line 32, col 53, ['searches'] is better written in dot notation. +build/public/templates/admin/dashboard/searches.js: line 32, col 68, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/searches.js: line 32, col 84, ['searches'] is better written in dot notation. +build/public/templates/admin/dashboard/searches.js: line 32, col 105, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/searches.js: line 32, col 121, ['searches'] is better written in dot notation. +build/public/templates/admin/dashboard/searches.js: line 32, col 139, ['value'] is better written in dot notation. +build/public/templates/admin/dashboard/searches.js: line 34, col 206, Line is too long. +build/public/templates/admin/dashboard/searches.js: line 34, col 82, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/searches.js: line 34, col 98, ['searches'] is better written in dot notation. +build/public/templates/admin/dashboard/searches.js: line 34, col 113, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/searches.js: line 34, col 129, ['searches'] is better written in dot notation. +build/public/templates/admin/dashboard/searches.js: line 34, col 150, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/searches.js: line 34, col 166, ['searches'] is better written in dot notation. +build/public/templates/admin/dashboard/searches.js: line 34, col 184, ['score'] is better written in dot notation. +build/public/templates/admin/dashboard/searches.js: line 30, col 13, 'key' is defined but never used. +build/public/templates/admin/dashboard/searches.js: line 29, col 109, 'value' is defined but never used. +build/public/templates/admin/dashboard/searches.js: line 29, col 101, 'length' is defined but never used. +build/public/templates/admin/dashboard/searches.js: line 29, col 94, 'index' is defined but never used. +build/public/templates/admin/dashboard/searches.js: line 28, col 11, 'value' is defined but never used. +build/public/templates/admin/dashboard/searches.js: line 43, col 3, Missing semicolon. +build/public/templates/admin/dashboard/searches.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/dashboard/searches.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/dashboard/topics.js: line 12, col 356, Line is too long. +build/public/templates/admin/dashboard/topics.js: line 13, col 116, Line is too long. +build/public/templates/admin/dashboard/topics.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/topics.js: line 13, col 49, ['config'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 13, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/topics.js: line 13, col 78, ['config'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 13, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 15, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/topics.js: line 15, col 49, ['set'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 16, col 771, Line is too long. +build/public/templates/admin/dashboard/topics.js: line 17, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/topics.js: line 17, col 41, ['summary'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 17, col 55, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/topics.js: line 17, col 71, ['summary'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 17, col 82, ['month'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 18, col 111, Line is too long. +build/public/templates/admin/dashboard/topics.js: line 18, col 35, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/topics.js: line 18, col 51, ['summary'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 18, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/topics.js: line 18, col 81, ['summary'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 18, col 92, ['month'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 20, col 298, Line is too long. +build/public/templates/admin/dashboard/topics.js: line 21, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/topics.js: line 21, col 41, ['summary'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 21, col 55, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/topics.js: line 21, col 71, ['summary'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 21, col 82, ['week'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 22, col 110, Line is too long. +build/public/templates/admin/dashboard/topics.js: line 22, col 35, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/topics.js: line 22, col 51, ['summary'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 22, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/topics.js: line 22, col 81, ['summary'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 22, col 92, ['week'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 24, col 308, Line is too long. +build/public/templates/admin/dashboard/topics.js: line 25, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/topics.js: line 25, col 41, ['summary'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 25, col 55, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/topics.js: line 25, col 71, ['summary'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 25, col 82, ['day'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 26, col 109, Line is too long. +build/public/templates/admin/dashboard/topics.js: line 26, col 35, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/topics.js: line 26, col 51, ['summary'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 26, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/topics.js: line 26, col 81, ['summary'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 26, col 92, ['day'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 28, col 1117, Line is too long. +build/public/templates/admin/dashboard/topics.js: line 29, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/topics.js: line 29, col 41, ['hideAllTime'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 33, col 22, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 34, col 129, Line is too long. +build/public/templates/admin/dashboard/topics.js: line 35, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/topics.js: line 35, col 41, ['topics'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 35, col 54, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/topics.js: line 35, col 70, ['topics'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 35, col 80, ['length'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 37, col 120, Line is too long. +build/public/templates/admin/dashboard/topics.js: line 39, col 22, ['topics'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/dashboard/topics.js: line 47, col 113, Line is too long. +build/public/templates/admin/dashboard/topics.js: line 47, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/topics.js: line 47, col 52, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 50, col 139, Line is too long. +build/public/templates/admin/dashboard/topics.js: line 50, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/topics.js: line 50, col 45, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 50, col 57, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/topics.js: line 50, col 73, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 50, col 91, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/topics.js: line 50, col 107, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 50, col 122, ['href'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 52, col 153, Line is too long. +build/public/templates/admin/dashboard/topics.js: line 52, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/topics.js: line 52, col 57, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 52, col 69, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/topics.js: line 52, col 85, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 52, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/topics.js: line 52, col 119, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 52, col 134, ['href'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 54, col 153, Line is too long. +build/public/templates/admin/dashboard/topics.js: line 54, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/topics.js: line 54, col 57, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 54, col 69, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/topics.js: line 54, col 85, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 54, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/topics.js: line 54, col 119, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 54, col 134, ['name'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 57, col 153, Line is too long. +build/public/templates/admin/dashboard/topics.js: line 57, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/topics.js: line 57, col 57, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 57, col 69, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/topics.js: line 57, col 85, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 57, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/topics.js: line 57, col 119, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 57, col 134, ['name'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 60, col 201, Line is too long. +build/public/templates/admin/dashboard/topics.js: line 60, col 82, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/topics.js: line 60, col 98, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 60, col 110, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/topics.js: line 60, col 126, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 60, col 144, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/topics.js: line 60, col 160, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 60, col 175, ['yesterday'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 62, col 197, Line is too long. +build/public/templates/admin/dashboard/topics.js: line 62, col 82, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/topics.js: line 62, col 98, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 62, col 110, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/topics.js: line 62, col 126, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 62, col 144, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/topics.js: line 62, col 160, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 62, col 175, ['today'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 64, col 157, Line is too long. +build/public/templates/admin/dashboard/topics.js: line 64, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/topics.js: line 64, col 53, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 64, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/topics.js: line 64, col 81, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 64, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/topics.js: line 64, col 115, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 64, col 130, ['dayTextClass'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 66, col 156, Line is too long. +build/public/templates/admin/dashboard/topics.js: line 66, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/topics.js: line 66, col 53, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 66, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/topics.js: line 66, col 81, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 66, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/topics.js: line 66, col 115, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 66, col 130, ['dayIncrease'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 68, col 200, Line is too long. +build/public/templates/admin/dashboard/topics.js: line 68, col 82, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/topics.js: line 68, col 98, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 68, col 110, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/topics.js: line 68, col 126, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 68, col 144, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/topics.js: line 68, col 160, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 68, col 175, ['lastweek'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 70, col 200, Line is too long. +build/public/templates/admin/dashboard/topics.js: line 70, col 82, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/topics.js: line 70, col 98, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 70, col 110, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/topics.js: line 70, col 126, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 70, col 144, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/topics.js: line 70, col 160, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 70, col 175, ['thisweek'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 72, col 158, Line is too long. +build/public/templates/admin/dashboard/topics.js: line 72, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/topics.js: line 72, col 53, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 72, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/topics.js: line 72, col 81, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 72, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/topics.js: line 72, col 115, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 72, col 130, ['weekTextClass'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 74, col 157, Line is too long. +build/public/templates/admin/dashboard/topics.js: line 74, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/topics.js: line 74, col 53, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 74, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/topics.js: line 74, col 81, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 74, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/topics.js: line 74, col 115, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 74, col 130, ['weekIncrease'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 76, col 201, Line is too long. +build/public/templates/admin/dashboard/topics.js: line 76, col 82, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/topics.js: line 76, col 98, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 76, col 110, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/topics.js: line 76, col 126, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 76, col 144, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/topics.js: line 76, col 160, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 76, col 175, ['lastmonth'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 78, col 201, Line is too long. +build/public/templates/admin/dashboard/topics.js: line 78, col 82, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/topics.js: line 78, col 98, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 78, col 110, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/topics.js: line 78, col 126, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 78, col 144, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/topics.js: line 78, col 160, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 78, col 175, ['thismonth'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 80, col 159, Line is too long. +build/public/templates/admin/dashboard/topics.js: line 80, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/topics.js: line 80, col 53, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 80, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/topics.js: line 80, col 81, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 80, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/topics.js: line 80, col 115, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 80, col 130, ['monthTextClass'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 82, col 158, Line is too long. +build/public/templates/admin/dashboard/topics.js: line 82, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/topics.js: line 82, col 53, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 82, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/topics.js: line 82, col 81, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 82, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/topics.js: line 82, col 115, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 82, col 130, ['monthIncrease'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 84, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/topics.js: line 84, col 45, ['hideAllTime'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 87, col 203, Line is too long. +build/public/templates/admin/dashboard/topics.js: line 87, col 86, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/topics.js: line 87, col 102, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 87, col 114, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/topics.js: line 87, col 130, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 87, col 148, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/topics.js: line 87, col 164, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 87, col 179, ['alltime'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 48, col 13, 'key' is defined but never used. +build/public/templates/admin/dashboard/topics.js: line 47, col 106, 'value' is defined but never used. +build/public/templates/admin/dashboard/topics.js: line 47, col 98, 'length' is defined but never used. +build/public/templates/admin/dashboard/topics.js: line 47, col 91, 'index' is defined but never used. +build/public/templates/admin/dashboard/topics.js: line 46, col 11, 'value' is defined but never used. +build/public/templates/admin/dashboard/topics.js: line 97, col 114, Line is too long. +build/public/templates/admin/dashboard/topics.js: line 97, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/topics.js: line 97, col 52, ['topics'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 100, col 120, Line is too long. +build/public/templates/admin/dashboard/topics.js: line 100, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/topics.js: line 100, col 53, ['config'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 100, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/topics.js: line 100, col 82, ['config'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 100, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 102, col 152, Line is too long. +build/public/templates/admin/dashboard/topics.js: line 102, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/topics.js: line 102, col 53, ['topics'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 102, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/topics.js: line 102, col 82, ['topics'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 102, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/topics.js: line 102, col 117, ['topics'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 102, col 133, ['slug'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 104, col 153, Line is too long. +build/public/templates/admin/dashboard/topics.js: line 104, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/topics.js: line 104, col 53, ['topics'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 104, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/topics.js: line 104, col 82, ['topics'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 104, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/topics.js: line 104, col 117, ['topics'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 104, col 133, ['title'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 106, col 207, Line is too long. +build/public/templates/admin/dashboard/topics.js: line 106, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/topics.js: line 106, col 53, ['topics'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 106, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/topics.js: line 106, col 82, ['topics'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 106, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/topics.js: line 106, col 117, ['topics'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 106, col 133, ['user'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 106, col 144, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/topics.js: line 106, col 160, ['topics'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 106, col 176, ['user'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 106, col 184, ['username'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 108, col 160, Line is too long. +build/public/templates/admin/dashboard/topics.js: line 108, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/topics.js: line 108, col 53, ['topics'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 108, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/topics.js: line 108, col 82, ['topics'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 108, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/topics.js: line 108, col 117, ['topics'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 108, col 133, ['timestampISO'] is better written in dot notation. +build/public/templates/admin/dashboard/topics.js: line 98, col 13, 'key' is defined but never used. +build/public/templates/admin/dashboard/topics.js: line 97, col 107, 'value' is defined but never used. +build/public/templates/admin/dashboard/topics.js: line 97, col 99, 'length' is defined but never used. +build/public/templates/admin/dashboard/topics.js: line 97, col 92, 'index' is defined but never used. +build/public/templates/admin/dashboard/topics.js: line 96, col 11, 'value' is defined but never used. +build/public/templates/admin/dashboard/topics.js: line 94, col 62, 'helper' is defined but never used. +build/public/templates/admin/dashboard/topics.js: line 117, col 3, Missing semicolon. +build/public/templates/admin/dashboard/topics.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/dashboard/topics.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/dashboard/users.js: line 12, col 352, Line is too long. +build/public/templates/admin/dashboard/users.js: line 13, col 116, Line is too long. +build/public/templates/admin/dashboard/users.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/users.js: line 13, col 49, ['config'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 13, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/users.js: line 13, col 78, ['config'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 13, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 15, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/users.js: line 15, col 49, ['set'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 16, col 771, Line is too long. +build/public/templates/admin/dashboard/users.js: line 17, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/users.js: line 17, col 41, ['summary'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 17, col 55, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/users.js: line 17, col 71, ['summary'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 17, col 82, ['month'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 18, col 111, Line is too long. +build/public/templates/admin/dashboard/users.js: line 18, col 35, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/users.js: line 18, col 51, ['summary'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 18, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/users.js: line 18, col 81, ['summary'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 18, col 92, ['month'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 20, col 298, Line is too long. +build/public/templates/admin/dashboard/users.js: line 21, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/users.js: line 21, col 41, ['summary'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 21, col 55, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/users.js: line 21, col 71, ['summary'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 21, col 82, ['week'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 22, col 110, Line is too long. +build/public/templates/admin/dashboard/users.js: line 22, col 35, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/users.js: line 22, col 51, ['summary'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 22, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/users.js: line 22, col 81, ['summary'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 22, col 92, ['week'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 24, col 308, Line is too long. +build/public/templates/admin/dashboard/users.js: line 25, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/users.js: line 25, col 41, ['summary'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 25, col 55, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/users.js: line 25, col 71, ['summary'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 25, col 82, ['day'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 26, col 109, Line is too long. +build/public/templates/admin/dashboard/users.js: line 26, col 35, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/users.js: line 26, col 51, ['summary'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 26, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/users.js: line 26, col 81, ['summary'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 26, col 92, ['day'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 28, col 1117, Line is too long. +build/public/templates/admin/dashboard/users.js: line 29, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/users.js: line 29, col 41, ['hideAllTime'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 33, col 22, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 34, col 415, Line is too long. +build/public/templates/admin/dashboard/users.js: line 35, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/users.js: line 35, col 41, ['users'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 35, col 53, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/users.js: line 35, col 69, ['users'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 35, col 78, ['length'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 37, col 119, Line is too long. +build/public/templates/admin/dashboard/users.js: line 39, col 22, ['users'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/dashboard/users.js: line 47, col 113, Line is too long. +build/public/templates/admin/dashboard/users.js: line 47, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/users.js: line 47, col 52, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 50, col 139, Line is too long. +build/public/templates/admin/dashboard/users.js: line 50, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/users.js: line 50, col 45, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 50, col 57, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/users.js: line 50, col 73, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 50, col 91, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/users.js: line 50, col 107, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 50, col 122, ['href'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 52, col 153, Line is too long. +build/public/templates/admin/dashboard/users.js: line 52, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/users.js: line 52, col 57, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 52, col 69, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/users.js: line 52, col 85, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 52, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/users.js: line 52, col 119, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 52, col 134, ['href'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 54, col 153, Line is too long. +build/public/templates/admin/dashboard/users.js: line 54, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/users.js: line 54, col 57, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 54, col 69, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/users.js: line 54, col 85, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 54, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/users.js: line 54, col 119, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 54, col 134, ['name'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 57, col 153, Line is too long. +build/public/templates/admin/dashboard/users.js: line 57, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/users.js: line 57, col 57, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 57, col 69, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/users.js: line 57, col 85, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 57, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/users.js: line 57, col 119, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 57, col 134, ['name'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 60, col 201, Line is too long. +build/public/templates/admin/dashboard/users.js: line 60, col 82, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/users.js: line 60, col 98, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 60, col 110, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/users.js: line 60, col 126, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 60, col 144, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/users.js: line 60, col 160, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 60, col 175, ['yesterday'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 62, col 197, Line is too long. +build/public/templates/admin/dashboard/users.js: line 62, col 82, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/users.js: line 62, col 98, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 62, col 110, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/users.js: line 62, col 126, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 62, col 144, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/users.js: line 62, col 160, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 62, col 175, ['today'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 64, col 157, Line is too long. +build/public/templates/admin/dashboard/users.js: line 64, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/users.js: line 64, col 53, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 64, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/users.js: line 64, col 81, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 64, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/users.js: line 64, col 115, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 64, col 130, ['dayTextClass'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 66, col 156, Line is too long. +build/public/templates/admin/dashboard/users.js: line 66, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/users.js: line 66, col 53, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 66, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/users.js: line 66, col 81, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 66, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/users.js: line 66, col 115, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 66, col 130, ['dayIncrease'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 68, col 200, Line is too long. +build/public/templates/admin/dashboard/users.js: line 68, col 82, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/users.js: line 68, col 98, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 68, col 110, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/users.js: line 68, col 126, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 68, col 144, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/users.js: line 68, col 160, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 68, col 175, ['lastweek'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 70, col 200, Line is too long. +build/public/templates/admin/dashboard/users.js: line 70, col 82, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/users.js: line 70, col 98, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 70, col 110, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/users.js: line 70, col 126, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 70, col 144, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/users.js: line 70, col 160, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 70, col 175, ['thisweek'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 72, col 158, Line is too long. +build/public/templates/admin/dashboard/users.js: line 72, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/users.js: line 72, col 53, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 72, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/users.js: line 72, col 81, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 72, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/users.js: line 72, col 115, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 72, col 130, ['weekTextClass'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 74, col 157, Line is too long. +build/public/templates/admin/dashboard/users.js: line 74, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/users.js: line 74, col 53, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 74, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/users.js: line 74, col 81, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 74, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/users.js: line 74, col 115, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 74, col 130, ['weekIncrease'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 76, col 201, Line is too long. +build/public/templates/admin/dashboard/users.js: line 76, col 82, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/users.js: line 76, col 98, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 76, col 110, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/users.js: line 76, col 126, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 76, col 144, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/users.js: line 76, col 160, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 76, col 175, ['lastmonth'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 78, col 201, Line is too long. +build/public/templates/admin/dashboard/users.js: line 78, col 82, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/users.js: line 78, col 98, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 78, col 110, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/users.js: line 78, col 126, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 78, col 144, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/users.js: line 78, col 160, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 78, col 175, ['thismonth'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 80, col 159, Line is too long. +build/public/templates/admin/dashboard/users.js: line 80, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/users.js: line 80, col 53, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 80, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/users.js: line 80, col 81, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 80, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/users.js: line 80, col 115, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 80, col 130, ['monthTextClass'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 82, col 158, Line is too long. +build/public/templates/admin/dashboard/users.js: line 82, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/users.js: line 82, col 53, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 82, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/users.js: line 82, col 81, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 82, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/users.js: line 82, col 115, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 82, col 130, ['monthIncrease'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 84, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/users.js: line 84, col 45, ['hideAllTime'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 87, col 203, Line is too long. +build/public/templates/admin/dashboard/users.js: line 87, col 86, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/users.js: line 87, col 102, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 87, col 114, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/users.js: line 87, col 130, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 87, col 148, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/users.js: line 87, col 164, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 87, col 179, ['alltime'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 48, col 13, 'key' is defined but never used. +build/public/templates/admin/dashboard/users.js: line 47, col 106, 'value' is defined but never used. +build/public/templates/admin/dashboard/users.js: line 47, col 98, 'length' is defined but never used. +build/public/templates/admin/dashboard/users.js: line 47, col 91, 'index' is defined but never used. +build/public/templates/admin/dashboard/users.js: line 46, col 11, 'value' is defined but never used. +build/public/templates/admin/dashboard/users.js: line 97, col 113, Line is too long. +build/public/templates/admin/dashboard/users.js: line 97, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/users.js: line 97, col 52, ['users'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 100, col 148, Line is too long. +build/public/templates/admin/dashboard/users.js: line 100, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/users.js: line 100, col 53, ['users'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 100, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/users.js: line 100, col 81, ['users'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 100, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/users.js: line 100, col 115, ['users'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 100, col 130, ['uid'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 102, col 153, Line is too long. +build/public/templates/admin/dashboard/users.js: line 102, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/users.js: line 102, col 53, ['users'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 102, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/users.js: line 102, col 81, ['users'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 102, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/users.js: line 102, col 115, ['users'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 102, col 130, ['username'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 104, col 150, Line is too long. +build/public/templates/admin/dashboard/users.js: line 104, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/users.js: line 104, col 53, ['users'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 104, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/users.js: line 104, col 81, ['users'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 104, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/users.js: line 104, col 115, ['users'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 104, col 130, ['email'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 106, col 156, Line is too long. +build/public/templates/admin/dashboard/users.js: line 106, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/users.js: line 106, col 53, ['users'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 106, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/users.js: line 106, col 81, ['users'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 106, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard/users.js: line 106, col 115, ['users'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 106, col 130, ['joindateISO'] is better written in dot notation. +build/public/templates/admin/dashboard/users.js: line 98, col 13, 'key' is defined but never used. +build/public/templates/admin/dashboard/users.js: line 97, col 106, 'value' is defined but never used. +build/public/templates/admin/dashboard/users.js: line 97, col 98, 'length' is defined but never used. +build/public/templates/admin/dashboard/users.js: line 97, col 91, 'index' is defined but never used. +build/public/templates/admin/dashboard/users.js: line 96, col 11, 'value' is defined but never used. +build/public/templates/admin/dashboard/users.js: line 94, col 60, 'helper' is defined but never used. +build/public/templates/admin/dashboard/users.js: line 115, col 3, Missing semicolon. +build/public/templates/admin/dashboard/users.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/dashboard/users.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/dashboard.js: line 12, col 367, Line is too long. +build/public/templates/admin/dashboard.js: line 13, col 116, Line is too long. +build/public/templates/admin/dashboard.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 13, col 49, ['config'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 13, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 13, col 78, ['config'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 13, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 15, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 15, col 49, ['set'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 16, col 771, Line is too long. +build/public/templates/admin/dashboard.js: line 17, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 17, col 41, ['summary'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 17, col 55, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 17, col 71, ['summary'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 17, col 82, ['month'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 18, col 111, Line is too long. +build/public/templates/admin/dashboard.js: line 18, col 35, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 18, col 51, ['summary'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 18, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 18, col 81, ['summary'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 18, col 92, ['month'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 20, col 298, Line is too long. +build/public/templates/admin/dashboard.js: line 21, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 21, col 41, ['summary'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 21, col 55, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 21, col 71, ['summary'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 21, col 82, ['week'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 22, col 110, Line is too long. +build/public/templates/admin/dashboard.js: line 22, col 35, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 22, col 51, ['summary'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 22, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 22, col 81, ['summary'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 22, col 92, ['week'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 24, col 308, Line is too long. +build/public/templates/admin/dashboard.js: line 25, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 25, col 41, ['summary'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 25, col 55, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 25, col 71, ['summary'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 25, col 82, ['day'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 26, col 109, Line is too long. +build/public/templates/admin/dashboard.js: line 26, col 35, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 26, col 51, ['summary'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 26, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 26, col 81, ['summary'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 26, col 92, ['day'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 28, col 1117, Line is too long. +build/public/templates/admin/dashboard.js: line 29, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 29, col 41, ['hideAllTime'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 33, col 22, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 34, col 2282, Line is too long. +build/public/templates/admin/dashboard.js: line 35, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 35, col 41, ['lookupFailed'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 37, col 27, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 37, col 43, ['upgradeAvailable'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 39, col 31, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 39, col 47, ['currentPrerelease'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 43, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 43, col 49, ['version'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 45, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 45, col 41, ['lookupFailed'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 48, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 48, col 45, ['upgradeAvailable'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 50, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 50, col 49, ['currentPrerelease'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 52, col 45, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 52, col 61, ['latestVersion'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 55, col 45, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 55, col 61, ['latestVersion'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 59, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 59, col 49, ['currentPrerelease'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 65, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 65, col 41, ['showSystemControls'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 67, col 120, Line is too long. +build/public/templates/admin/dashboard.js: line 67, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 67, col 53, ['config'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 67, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 67, col 82, ['config'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 67, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 68, col 710, Line is too long. +build/public/templates/admin/dashboard.js: line 71, col 22, ['notices'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 72, col 992, Line is too long. +build/public/templates/admin/dashboard.js: line 73, col 116, Line is too long. +build/public/templates/admin/dashboard.js: line 73, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 73, col 49, ['config'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 73, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 73, col 78, ['config'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 73, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 74, col 193, Line is too long. +build/public/templates/admin/dashboard.js: line 75, col 22, ['popularSearches'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/dashboard.js: line 83, col 113, Line is too long. +build/public/templates/admin/dashboard.js: line 83, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 83, col 52, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 86, col 139, Line is too long. +build/public/templates/admin/dashboard.js: line 86, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 86, col 45, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 86, col 57, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 86, col 73, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 86, col 91, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 86, col 107, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 86, col 122, ['href'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 88, col 153, Line is too long. +build/public/templates/admin/dashboard.js: line 88, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 88, col 57, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 88, col 69, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 88, col 85, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 88, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 88, col 119, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 88, col 134, ['href'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 90, col 153, Line is too long. +build/public/templates/admin/dashboard.js: line 90, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 90, col 57, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 90, col 69, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 90, col 85, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 90, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 90, col 119, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 90, col 134, ['name'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 93, col 153, Line is too long. +build/public/templates/admin/dashboard.js: line 93, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 93, col 57, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 93, col 69, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 93, col 85, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 93, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 93, col 119, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 93, col 134, ['name'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 96, col 201, Line is too long. +build/public/templates/admin/dashboard.js: line 96, col 82, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 96, col 98, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 96, col 110, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 96, col 126, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 96, col 144, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 96, col 160, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 96, col 175, ['yesterday'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 98, col 197, Line is too long. +build/public/templates/admin/dashboard.js: line 98, col 82, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 98, col 98, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 98, col 110, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 98, col 126, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 98, col 144, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 98, col 160, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 98, col 175, ['today'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 100, col 157, Line is too long. +build/public/templates/admin/dashboard.js: line 100, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 100, col 53, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 100, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 100, col 81, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 100, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 100, col 115, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 100, col 130, ['dayTextClass'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 102, col 156, Line is too long. +build/public/templates/admin/dashboard.js: line 102, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 102, col 53, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 102, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 102, col 81, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 102, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 102, col 115, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 102, col 130, ['dayIncrease'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 104, col 200, Line is too long. +build/public/templates/admin/dashboard.js: line 104, col 82, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 104, col 98, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 104, col 110, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 104, col 126, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 104, col 144, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 104, col 160, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 104, col 175, ['lastweek'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 106, col 200, Line is too long. +build/public/templates/admin/dashboard.js: line 106, col 82, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 106, col 98, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 106, col 110, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 106, col 126, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 106, col 144, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 106, col 160, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 106, col 175, ['thisweek'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 108, col 158, Line is too long. +build/public/templates/admin/dashboard.js: line 108, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 108, col 53, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 108, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 108, col 81, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 108, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 108, col 115, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 108, col 130, ['weekTextClass'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 110, col 157, Line is too long. +build/public/templates/admin/dashboard.js: line 110, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 110, col 53, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 110, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 110, col 81, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 110, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 110, col 115, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 110, col 130, ['weekIncrease'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 112, col 201, Line is too long. +build/public/templates/admin/dashboard.js: line 112, col 82, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 112, col 98, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 112, col 110, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 112, col 126, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 112, col 144, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 112, col 160, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 112, col 175, ['lastmonth'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 114, col 201, Line is too long. +build/public/templates/admin/dashboard.js: line 114, col 82, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 114, col 98, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 114, col 110, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 114, col 126, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 114, col 144, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 114, col 160, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 114, col 175, ['thismonth'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 116, col 159, Line is too long. +build/public/templates/admin/dashboard.js: line 116, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 116, col 53, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 116, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 116, col 81, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 116, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 116, col 115, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 116, col 130, ['monthTextClass'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 118, col 158, Line is too long. +build/public/templates/admin/dashboard.js: line 118, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 118, col 53, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 118, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 118, col 81, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 118, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 118, col 115, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 118, col 130, ['monthIncrease'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 120, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 120, col 45, ['hideAllTime'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 123, col 203, Line is too long. +build/public/templates/admin/dashboard.js: line 123, col 86, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 123, col 102, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 123, col 114, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 123, col 130, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 123, col 148, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 123, col 164, ['stats'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 123, col 179, ['alltime'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 84, col 13, 'key' is defined but never used. +build/public/templates/admin/dashboard.js: line 83, col 106, 'value' is defined but never used. +build/public/templates/admin/dashboard.js: line 83, col 98, 'length' is defined but never used. +build/public/templates/admin/dashboard.js: line 83, col 91, 'index' is defined but never used. +build/public/templates/admin/dashboard.js: line 82, col 11, 'value' is defined but never used. +build/public/templates/admin/dashboard.js: line 133, col 115, Line is too long. +build/public/templates/admin/dashboard.js: line 133, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 133, col 52, ['notices'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 136, col 145, Line is too long. +build/public/templates/admin/dashboard.js: line 136, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 136, col 45, ['notices'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 136, col 59, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 136, col 75, ['notices'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 136, col 95, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 136, col 111, ['notices'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 136, col 128, ['done'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 138, col 163, Line is too long. +build/public/templates/admin/dashboard.js: line 138, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 138, col 57, ['notices'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 138, col 71, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 138, col 87, ['notices'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 138, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 138, col 123, ['notices'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 138, col 140, ['doneText'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 141, col 149, Line is too long. +build/public/templates/admin/dashboard.js: line 141, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 141, col 49, ['notices'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 141, col 63, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 141, col 79, ['notices'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 141, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 141, col 115, ['notices'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 141, col 132, ['link'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 143, col 128, Line is too long. +build/public/templates/admin/dashboard.js: line 143, col 45, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 143, col 61, ['config'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 143, col 74, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 143, col 90, ['config'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 143, col 100, ['relative_path'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 144, col 163, Line is too long. +build/public/templates/admin/dashboard.js: line 144, col 45, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 144, col 61, ['notices'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 144, col 75, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 144, col 91, ['notices'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 144, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 144, col 127, ['notices'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 144, col 144, ['link'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 146, col 166, Line is too long. +build/public/templates/admin/dashboard.js: line 146, col 45, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 146, col 61, ['notices'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 146, col 75, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 146, col 91, ['notices'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 146, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 146, col 127, ['notices'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 146, col 144, ['tooltip'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 150, col 166, Line is too long. +build/public/templates/admin/dashboard.js: line 150, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 150, col 57, ['notices'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 150, col 71, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 150, col 87, ['notices'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 150, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 150, col 123, ['notices'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 150, col 140, ['notDoneText'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 152, col 149, Line is too long. +build/public/templates/admin/dashboard.js: line 152, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 152, col 49, ['notices'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 152, col 63, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 152, col 79, ['notices'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 152, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 152, col 115, ['notices'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 152, col 132, ['link'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 134, col 13, 'key' is defined but never used. +build/public/templates/admin/dashboard.js: line 133, col 108, 'value' is defined but never used. +build/public/templates/admin/dashboard.js: line 133, col 100, 'length' is defined but never used. +build/public/templates/admin/dashboard.js: line 133, col 93, 'index' is defined but never used. +build/public/templates/admin/dashboard.js: line 132, col 11, 'value' is defined but never used. +build/public/templates/admin/dashboard.js: line 130, col 64, 'helper' is defined but never used. +build/public/templates/admin/dashboard.js: line 164, col 123, Line is too long. +build/public/templates/admin/dashboard.js: line 164, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 164, col 52, ['popularSearches'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 167, col 180, Line is too long. +build/public/templates/admin/dashboard.js: line 167, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 167, col 53, ['popularSearches'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 167, col 75, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 167, col 91, ['popularSearches'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 167, col 119, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 167, col 135, ['popularSearches'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 167, col 160, ['value'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 169, col 227, Line is too long. +build/public/templates/admin/dashboard.js: line 169, col 82, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 169, col 98, ['popularSearches'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 169, col 120, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 169, col 136, ['popularSearches'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 169, col 164, Expected '!==' and instead saw '!='. +build/public/templates/admin/dashboard.js: line 169, col 180, ['popularSearches'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 169, col 205, ['score'] is better written in dot notation. +build/public/templates/admin/dashboard.js: line 165, col 13, 'key' is defined but never used. +build/public/templates/admin/dashboard.js: line 164, col 116, 'value' is defined but never used. +build/public/templates/admin/dashboard.js: line 164, col 108, 'length' is defined but never used. +build/public/templates/admin/dashboard.js: line 164, col 101, 'index' is defined but never used. +build/public/templates/admin/dashboard.js: line 163, col 11, 'value' is defined but never used. +build/public/templates/admin/dashboard.js: line 178, col 3, Missing semicolon. +build/public/templates/admin/dashboard.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/dashboard.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/development/info.js: line 12, col 125, Line is too long. +build/public/templates/admin/development/info.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/development/info.js: line 13, col 49, ['host'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 15, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/development/info.js: line 15, col 49, ['port'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 17, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/development/info.js: line 17, col 49, ['ip'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 19, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/development/info.js: line 19, col 49, ['nodeCount'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 21, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/development/info.js: line 21, col 49, ['timeout'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 22, col 810, Line is too long. +build/public/templates/admin/development/info.js: line 23, col 22, ['info'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 24, col 246, Line is too long. +build/public/templates/admin/development/info.js: line 25, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/development/info.js: line 25, col 49, ['infoJSON'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/development/info.js: line 33, col 112, Line is too long. +build/public/templates/admin/development/info.js: line 33, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/development/info.js: line 33, col 52, ['info'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 36, col 195, Line is too long. +build/public/templates/admin/development/info.js: line 36, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/development/info.js: line 36, col 53, ['info'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 36, col 64, Expected '!==' and instead saw '!='. +build/public/templates/admin/development/info.js: line 36, col 80, ['info'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 36, col 97, Expected '!==' and instead saw '!='. +build/public/templates/admin/development/info.js: line 36, col 113, ['info'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 36, col 127, ['os'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 36, col 136, Expected '!==' and instead saw '!='. +build/public/templates/admin/development/info.js: line 36, col 152, ['info'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 36, col 166, ['os'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 36, col 172, ['hostname'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 38, col 201, Line is too long. +build/public/templates/admin/development/info.js: line 38, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/development/info.js: line 38, col 53, ['info'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 38, col 64, Expected '!==' and instead saw '!='. +build/public/templates/admin/development/info.js: line 38, col 80, ['info'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 38, col 97, Expected '!==' and instead saw '!='. +build/public/templates/admin/development/info.js: line 38, col 113, ['info'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 38, col 127, ['process'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 38, col 141, Expected '!==' and instead saw '!='. +build/public/templates/admin/development/info.js: line 38, col 157, ['info'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 38, col 171, ['process'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 38, col 182, ['port'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 40, col 194, Line is too long. +build/public/templates/admin/development/info.js: line 40, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/development/info.js: line 40, col 45, ['info'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 40, col 56, Expected '!==' and instead saw '!='. +build/public/templates/admin/development/info.js: line 40, col 72, ['info'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 40, col 89, Expected '!==' and instead saw '!='. +build/public/templates/admin/development/info.js: line 40, col 105, ['info'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 40, col 119, ['nodebb'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 40, col 132, Expected '!==' and instead saw '!='. +build/public/templates/admin/development/info.js: line 40, col 148, ['info'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 40, col 162, ['nodebb'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 40, col 172, ['isPrimary'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 44, col 192, Line is too long. +build/public/templates/admin/development/info.js: line 44, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/development/info.js: line 44, col 45, ['info'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 44, col 56, Expected '!==' and instead saw '!='. +build/public/templates/admin/development/info.js: line 44, col 72, ['info'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 44, col 89, Expected '!==' and instead saw '!='. +build/public/templates/admin/development/info.js: line 44, col 105, ['info'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 44, col 119, ['nodebb'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 44, col 132, Expected '!==' and instead saw '!='. +build/public/templates/admin/development/info.js: line 44, col 148, ['info'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 44, col 162, ['nodebb'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 44, col 172, ['runJobs'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 48, col 204, Line is too long. +build/public/templates/admin/development/info.js: line 48, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/development/info.js: line 48, col 53, ['info'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 48, col 64, Expected '!==' and instead saw '!='. +build/public/templates/admin/development/info.js: line 48, col 80, ['info'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 48, col 97, Expected '!==' and instead saw '!='. +build/public/templates/admin/development/info.js: line 48, col 113, ['info'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 48, col 127, ['process'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 48, col 141, Expected '!==' and instead saw '!='. +build/public/templates/admin/development/info.js: line 48, col 157, ['info'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 48, col 171, ['process'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 48, col 182, ['version'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 50, col 214, Line is too long. +build/public/templates/admin/development/info.js: line 50, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/development/info.js: line 50, col 53, ['info'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 50, col 64, Expected '!==' and instead saw '!='. +build/public/templates/admin/development/info.js: line 50, col 80, ['info'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 50, col 97, Expected '!==' and instead saw '!='. +build/public/templates/admin/development/info.js: line 50, col 113, ['info'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 50, col 127, ['stats'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 50, col 139, Expected '!==' and instead saw '!='. +build/public/templates/admin/development/info.js: line 50, col 155, ['info'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 50, col 169, ['stats'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 50, col 178, ['onlineRegisteredCount'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 52, col 209, Line is too long. +build/public/templates/admin/development/info.js: line 52, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/development/info.js: line 52, col 53, ['info'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 52, col 64, Expected '!==' and instead saw '!='. +build/public/templates/admin/development/info.js: line 52, col 80, ['info'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 52, col 97, Expected '!==' and instead saw '!='. +build/public/templates/admin/development/info.js: line 52, col 113, ['info'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 52, col 127, ['stats'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 52, col 139, Expected '!==' and instead saw '!='. +build/public/templates/admin/development/info.js: line 52, col 155, ['info'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 52, col 169, ['stats'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 52, col 178, ['onlineGuestCount'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 54, col 204, Line is too long. +build/public/templates/admin/development/info.js: line 54, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/development/info.js: line 54, col 53, ['info'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 54, col 64, Expected '!==' and instead saw '!='. +build/public/templates/admin/development/info.js: line 54, col 80, ['info'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 54, col 97, Expected '!==' and instead saw '!='. +build/public/templates/admin/development/info.js: line 54, col 113, ['info'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 54, col 127, ['stats'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 54, col 139, Expected '!==' and instead saw '!='. +build/public/templates/admin/development/info.js: line 54, col 155, ['info'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 54, col 169, ['stats'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 54, col 178, ['socketCount'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 56, col 208, Line is too long. +build/public/templates/admin/development/info.js: line 56, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/development/info.js: line 56, col 53, ['info'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 56, col 64, Expected '!==' and instead saw '!='. +build/public/templates/admin/development/info.js: line 56, col 80, ['info'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 56, col 97, Expected '!==' and instead saw '!='. +build/public/templates/admin/development/info.js: line 56, col 113, ['info'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 56, col 127, ['stats'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 56, col 139, Expected '!==' and instead saw '!='. +build/public/templates/admin/development/info.js: line 56, col 155, ['info'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 56, col 169, ['stats'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 56, col 178, ['connectionCount'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 58, col 195, Line is too long. +build/public/templates/admin/development/info.js: line 58, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/development/info.js: line 58, col 53, ['info'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 58, col 64, Expected '!==' and instead saw '!='. +build/public/templates/admin/development/info.js: line 58, col 80, ['info'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 58, col 97, Expected '!==' and instead saw '!='. +build/public/templates/admin/development/info.js: line 58, col 113, ['info'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 58, col 127, ['git'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 58, col 137, Expected '!==' and instead saw '!='. +build/public/templates/admin/development/info.js: line 58, col 153, ['info'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 58, col 167, ['git'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 58, col 174, ['branch'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 60, col 193, Line is too long. +build/public/templates/admin/development/info.js: line 60, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/development/info.js: line 60, col 53, ['info'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 60, col 64, Expected '!==' and instead saw '!='. +build/public/templates/admin/development/info.js: line 60, col 80, ['info'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 60, col 97, Expected '!==' and instead saw '!='. +build/public/templates/admin/development/info.js: line 60, col 113, ['info'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 60, col 127, ['git'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 60, col 137, Expected '!==' and instead saw '!='. +build/public/templates/admin/development/info.js: line 60, col 153, ['info'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 60, col 167, ['git'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 60, col 174, ['hash'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 62, col 198, Line is too long. +build/public/templates/admin/development/info.js: line 62, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/development/info.js: line 62, col 53, ['info'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 62, col 64, Expected '!==' and instead saw '!='. +build/public/templates/admin/development/info.js: line 62, col 80, ['info'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 62, col 97, Expected '!==' and instead saw '!='. +build/public/templates/admin/development/info.js: line 62, col 113, ['info'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 62, col 127, ['git'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 62, col 137, Expected '!==' and instead saw '!='. +build/public/templates/admin/development/info.js: line 62, col 153, ['info'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 62, col 167, ['git'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 62, col 174, ['hashShort'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 64, col 205, Line is too long. +build/public/templates/admin/development/info.js: line 64, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/development/info.js: line 64, col 53, ['info'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 64, col 64, Expected '!==' and instead saw '!='. +build/public/templates/admin/development/info.js: line 64, col 80, ['info'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 64, col 97, Expected '!==' and instead saw '!='. +build/public/templates/admin/development/info.js: line 64, col 113, ['info'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 64, col 127, ['process'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 64, col 141, Expected '!==' and instead saw '!='. +build/public/templates/admin/development/info.js: line 64, col 157, ['info'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 64, col 171, ['process'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 64, col 182, ['cpuUsage'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 66, col 284, Line is too long. +build/public/templates/admin/development/info.js: line 66, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/development/info.js: line 66, col 53, ['info'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 66, col 64, Expected '!==' and instead saw '!='. +build/public/templates/admin/development/info.js: line 66, col 80, ['info'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 66, col 97, Expected '!==' and instead saw '!='. +build/public/templates/admin/development/info.js: line 66, col 113, ['info'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 66, col 127, ['process'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 66, col 141, Expected '!==' and instead saw '!='. +build/public/templates/admin/development/info.js: line 66, col 157, ['info'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 66, col 171, ['process'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 66, col 182, ['memoryUsage'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 66, col 200, Expected '!==' and instead saw '!='. +build/public/templates/admin/development/info.js: line 66, col 216, ['info'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 66, col 230, ['process'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 66, col 241, ['memoryUsage'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 66, col 256, ['humanReadable'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 68, col 194, Line is too long. +build/public/templates/admin/development/info.js: line 68, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/development/info.js: line 68, col 53, ['info'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 68, col 64, Expected '!==' and instead saw '!='. +build/public/templates/admin/development/info.js: line 68, col 80, ['info'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 68, col 97, Expected '!==' and instead saw '!='. +build/public/templates/admin/development/info.js: line 68, col 113, ['info'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 68, col 127, ['os'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 68, col 136, Expected '!==' and instead saw '!='. +build/public/templates/admin/development/info.js: line 68, col 152, ['info'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 68, col 166, ['os'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 68, col 172, ['usedmem'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 70, col 195, Line is too long. +build/public/templates/admin/development/info.js: line 70, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/development/info.js: line 70, col 53, ['info'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 70, col 64, Expected '!==' and instead saw '!='. +build/public/templates/admin/development/info.js: line 70, col 80, ['info'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 70, col 97, Expected '!==' and instead saw '!='. +build/public/templates/admin/development/info.js: line 70, col 113, ['info'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 70, col 127, ['os'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 70, col 136, Expected '!==' and instead saw '!='. +build/public/templates/admin/development/info.js: line 70, col 152, ['info'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 70, col 166, ['os'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 70, col 172, ['totalmem'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 72, col 191, Line is too long. +build/public/templates/admin/development/info.js: line 72, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/development/info.js: line 72, col 53, ['info'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 72, col 64, Expected '!==' and instead saw '!='. +build/public/templates/admin/development/info.js: line 72, col 80, ['info'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 72, col 97, Expected '!==' and instead saw '!='. +build/public/templates/admin/development/info.js: line 72, col 113, ['info'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 72, col 127, ['os'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 72, col 136, Expected '!==' and instead saw '!='. +build/public/templates/admin/development/info.js: line 72, col 152, ['info'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 72, col 166, ['os'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 72, col 172, ['load'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 74, col 216, Line is too long. +build/public/templates/admin/development/info.js: line 74, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/development/info.js: line 74, col 53, ['info'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 74, col 64, Expected '!==' and instead saw '!='. +build/public/templates/admin/development/info.js: line 74, col 80, ['info'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 74, col 97, Expected '!==' and instead saw '!='. +build/public/templates/admin/development/info.js: line 74, col 113, ['info'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 74, col 127, ['process'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 74, col 141, Expected '!==' and instead saw '!='. +build/public/templates/admin/development/info.js: line 74, col 157, ['info'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 74, col 171, ['process'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 74, col 182, ['uptimeHumanReadable'] is better written in dot notation. +build/public/templates/admin/development/info.js: line 34, col 13, 'key' is defined but never used. +build/public/templates/admin/development/info.js: line 33, col 105, 'value' is defined but never used. +build/public/templates/admin/development/info.js: line 33, col 97, 'length' is defined but never used. +build/public/templates/admin/development/info.js: line 33, col 90, 'index' is defined but never used. +build/public/templates/admin/development/info.js: line 32, col 11, 'value' is defined but never used. +build/public/templates/admin/development/info.js: line 30, col 58, 'helper' is defined but never used. +build/public/templates/admin/development/info.js: line 83, col 3, Missing semicolon. +build/public/templates/admin/development/info.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/development/info.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/development/logger.js: line 12, col 1494, Line is too long. +build/public/templates/admin/development/logger.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/admin/development/logger.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/development/logger.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/admin/development/logger.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/admin/development/logger.js: line 9, col 39, 'guard' is defined but never used. +build/public/templates/admin/development/logger.js: line 20, col 3, Missing semicolon. +build/public/templates/admin/development/logger.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/development/logger.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/extend/plugins.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 13, col 41, ['isStarterPlan'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 16, col 317, Line is too long. +build/public/templates/admin/extend/plugins.js: line 17, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 17, col 41, ['isStarterPlan'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 20, col 305, Line is too long. +build/public/templates/admin/extend/plugins.js: line 21, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 21, col 41, ['canChangeState'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 24, col 442, Line is too long. +build/public/templates/admin/extend/plugins.js: line 25, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 25, col 49, ['installedCount'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 26, col 211, Line is too long. +build/public/templates/admin/extend/plugins.js: line 27, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 27, col 49, ['activeCount'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 28, col 215, Line is too long. +build/public/templates/admin/extend/plugins.js: line 29, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 29, col 49, ['inactiveCount'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 30, col 217, Line is too long. +build/public/templates/admin/extend/plugins.js: line 31, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 31, col 49, ['upgradeCount'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 32, col 381, Line is too long. +build/public/templates/admin/extend/plugins.js: line 33, col 103, Line is too long. +build/public/templates/admin/extend/plugins.js: line 33, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 33, col 41, ['trending'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 33, col 56, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 33, col 72, ['trending'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 33, col 84, ['length'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 37, col 22, ['trending'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 38, col 129, Line is too long. +build/public/templates/admin/extend/plugins.js: line 39, col 105, Line is too long. +build/public/templates/admin/extend/plugins.js: line 39, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 39, col 41, ['installed'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 39, col 57, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 39, col 73, ['installed'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 39, col 86, ['length'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 43, col 22, ['installed'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 44, col 114, Line is too long. +build/public/templates/admin/extend/plugins.js: line 45, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 45, col 41, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 45, col 54, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 45, col 70, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 45, col 80, ['length'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 49, col 22, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 50, col 116, Line is too long. +build/public/templates/admin/extend/plugins.js: line 51, col 103, Line is too long. +build/public/templates/admin/extend/plugins.js: line 51, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 51, col 41, ['inactive'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 51, col 56, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 51, col 72, ['inactive'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 51, col 84, ['length'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 55, col 22, ['inactive'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 56, col 115, Line is too long. +build/public/templates/admin/extend/plugins.js: line 57, col 101, Line is too long. +build/public/templates/admin/extend/plugins.js: line 57, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 57, col 41, ['upgrade'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 57, col 55, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 57, col 71, ['upgrade'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 57, col 82, ['length'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 61, col 22, ['upgrade'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 62, col 116, Line is too long. +build/public/templates/admin/extend/plugins.js: line 63, col 103, Line is too long. +build/public/templates/admin/extend/plugins.js: line 63, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 63, col 41, ['download'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 63, col 56, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 63, col 72, ['download'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 63, col 84, ['length'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 67, col 22, ['download'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 68, col 291, Line is too long. +build/public/templates/admin/extend/plugins.js: line 69, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 69, col 41, ['submitPluginUsage'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 72, col 1201, Line is too long. +build/public/templates/admin/extend/plugins.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/extend/plugins.js: line 79, col 116, Line is too long. +build/public/templates/admin/extend/plugins.js: line 79, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 79, col 52, ['trending'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 82, col 149, Line is too long. +build/public/templates/admin/extend/plugins.js: line 82, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 82, col 45, ['trending'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 82, col 60, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 82, col 76, ['trending'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 82, col 97, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 82, col 113, ['trending'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 82, col 131, ['error'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 85, col 160, Line is too long. +build/public/templates/admin/extend/plugins.js: line 85, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 85, col 57, ['trending'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 85, col 72, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 85, col 88, ['trending'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 85, col 109, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 85, col 125, ['trending'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 85, col 143, ['id'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 89, col 160, Line is too long. +build/public/templates/admin/extend/plugins.js: line 89, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 89, col 57, ['trending'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 89, col 72, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 89, col 88, ['trending'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 89, col 109, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 89, col 125, ['trending'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 89, col 143, ['id'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 91, col 165, Line is too long. +build/public/templates/admin/extend/plugins.js: line 91, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 91, col 57, ['trending'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 91, col 72, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 91, col 88, ['trending'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 91, col 109, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 91, col 125, ['trending'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 91, col 143, ['version'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 92, col 127, Line is too long. +build/public/templates/admin/extend/plugins.js: line 93, col 154, Line is too long. +build/public/templates/admin/extend/plugins.js: line 93, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 93, col 49, ['trending'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 93, col 64, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 93, col 80, ['trending'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 93, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 93, col 117, ['trending'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 93, col 135, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 97, col 162, Line is too long. +build/public/templates/admin/extend/plugins.js: line 97, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 97, col 57, ['trending'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 97, col 72, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 97, col 88, ['trending'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 97, col 109, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 97, col 125, ['trending'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 97, col 143, ['name'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 99, col 159, Line is too long. +build/public/templates/admin/extend/plugins.js: line 99, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 99, col 49, ['trending'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 99, col 64, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 99, col 80, ['trending'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 99, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 99, col 117, ['trending'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 99, col 135, ['description'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 101, col 173, Line is too long. +build/public/templates/admin/extend/plugins.js: line 101, col 45, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 101, col 61, ['trending'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 101, col 76, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 101, col 92, ['trending'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 101, col 113, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 101, col 129, ['trending'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 101, col 147, ['description'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 105, col 156, Line is too long. +build/public/templates/admin/extend/plugins.js: line 105, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 105, col 49, ['trending'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 105, col 64, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 105, col 80, ['trending'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 105, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 105, col 117, ['trending'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 105, col 135, ['outdated'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 108, col 108, Line is too long. +build/public/templates/admin/extend/plugins.js: line 109, col 165, Line is too long. +build/public/templates/admin/extend/plugins.js: line 109, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 109, col 57, ['trending'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 109, col 72, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 109, col 88, ['trending'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 109, col 109, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 109, col 125, ['trending'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 109, col 143, ['version'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 110, col 107, Line is too long. +build/public/templates/admin/extend/plugins.js: line 111, col 164, Line is too long. +build/public/templates/admin/extend/plugins.js: line 111, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 111, col 57, ['trending'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 111, col 72, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 111, col 88, ['trending'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 111, col 109, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 111, col 125, ['trending'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 111, col 143, ['latest'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 113, col 156, Line is too long. +build/public/templates/admin/extend/plugins.js: line 113, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 113, col 49, ['trending'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 113, col 64, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 113, col 80, ['trending'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 113, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 113, col 117, ['trending'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 113, col 135, ['outdated'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 114, col 199, Line is too long. +build/public/templates/admin/extend/plugins.js: line 115, col 164, Line is too long. +build/public/templates/admin/extend/plugins.js: line 115, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 115, col 53, ['trending'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 115, col 68, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 115, col 84, ['trending'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 115, col 105, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 115, col 121, ['trending'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 115, col 139, ['isCompatible'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 116, col 117, Line is too long. +build/public/templates/admin/extend/plugins.js: line 117, col 49, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 117, col 65, ['version'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 119, col 127, Line is too long. +build/public/templates/admin/extend/plugins.js: line 123, col 151, Line is too long. +build/public/templates/admin/extend/plugins.js: line 123, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 123, col 49, ['trending'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 123, col 64, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 123, col 80, ['trending'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 123, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 123, col 117, ['trending'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 123, col 135, ['url'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 124, col 124, Line is too long. +build/public/templates/admin/extend/plugins.js: line 125, col 165, Line is too long. +build/public/templates/admin/extend/plugins.js: line 125, col 45, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 125, col 61, ['trending'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 125, col 76, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 125, col 92, ['trending'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 125, col 113, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 125, col 129, ['trending'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 125, col 147, ['url'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 127, col 165, Line is too long. +build/public/templates/admin/extend/plugins.js: line 127, col 45, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 127, col 61, ['trending'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 127, col 76, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 127, col 92, ['trending'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 127, col 113, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 127, col 129, ['trending'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 127, col 147, ['url'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 131, col 157, Line is too long. +build/public/templates/admin/extend/plugins.js: line 131, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 131, col 49, ['trending'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 131, col 64, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 131, col 80, ['trending'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 131, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 131, col 117, ['trending'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 131, col 135, ['installed'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 133, col 159, Line is too long. +build/public/templates/admin/extend/plugins.js: line 133, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 133, col 53, ['trending'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 133, col 68, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 133, col 84, ['trending'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 133, col 105, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 133, col 121, ['trending'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 133, col 139, ['isTheme'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 135, col 132, Line is too long. +build/public/templates/admin/extend/plugins.js: line 135, col 49, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 135, col 65, ['config'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 135, col 78, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 135, col 94, ['config'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 135, col 104, ['relative_path'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 136, col 209, Line is too long. +build/public/templates/admin/extend/plugins.js: line 137, col 105, Line is too long. +build/public/templates/admin/extend/plugins.js: line 138, col 162, Line is too long. +build/public/templates/admin/extend/plugins.js: line 138, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 138, col 57, ['trending'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 138, col 72, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 138, col 88, ['trending'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 138, col 109, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 138, col 125, ['trending'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 138, col 143, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 142, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 142, col 57, ['canChangeState'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 145, col 216, Line is too long. +build/public/templates/admin/extend/plugins.js: line 146, col 162, Line is too long. +build/public/templates/admin/extend/plugins.js: line 146, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 146, col 57, ['trending'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 146, col 72, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 146, col 88, ['trending'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 146, col 109, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 146, col 125, ['trending'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 146, col 143, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 150, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 150, col 57, ['canChangeState'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 153, col 138, Line is too long. +build/public/templates/admin/extend/plugins.js: line 154, col 226, Line is too long. +build/public/templates/admin/extend/plugins.js: line 155, col 158, Line is too long. +build/public/templates/admin/extend/plugins.js: line 155, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 155, col 53, ['trending'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 155, col 68, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 155, col 84, ['trending'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 155, col 105, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 155, col 121, ['trending'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 155, col 139, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 157, col 169, Line is too long. +build/public/templates/admin/extend/plugins.js: line 157, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 157, col 57, ['trending'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 157, col 72, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 157, col 88, ['trending'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 157, col 109, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 157, col 125, ['trending'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 157, col 143, ['settingsRoute'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 159, col 136, Line is too long. +build/public/templates/admin/extend/plugins.js: line 159, col 53, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 159, col 69, ['config'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 159, col 82, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 159, col 98, ['config'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 159, col 108, ['relative_path'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 160, col 183, Line is too long. +build/public/templates/admin/extend/plugins.js: line 160, col 53, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 160, col 69, ['trending'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 160, col 84, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 160, col 100, ['trending'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 160, col 121, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 160, col 137, ['trending'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 160, col 155, ['settingsRoute'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 161, col 171, Line is too long. +build/public/templates/admin/extend/plugins.js: line 166, col 227, Line is too long. +build/public/templates/admin/extend/plugins.js: line 169, col 149, Line is too long. +build/public/templates/admin/extend/plugins.js: line 169, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 169, col 45, ['trending'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 169, col 60, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 169, col 76, ['trending'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 169, col 97, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 169, col 113, ['trending'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 169, col 131, ['error'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 171, col 160, Line is too long. +build/public/templates/admin/extend/plugins.js: line 171, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 171, col 57, ['trending'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 171, col 72, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 171, col 88, ['trending'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 171, col 109, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 171, col 125, ['trending'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 171, col 143, ['id'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 172, col 427, Line is too long. +build/public/templates/admin/extend/plugins.js: line 173, col 160, Line is too long. +build/public/templates/admin/extend/plugins.js: line 173, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 173, col 57, ['trending'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 173, col 72, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 173, col 88, ['trending'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 173, col 109, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 173, col 125, ['trending'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 173, col 143, ['id'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 174, col 128, Line is too long. +build/public/templates/admin/extend/plugins.js: line 80, col 13, 'key' is defined but never used. +build/public/templates/admin/extend/plugins.js: line 79, col 109, 'value' is defined but never used. +build/public/templates/admin/extend/plugins.js: line 79, col 101, 'length' is defined but never used. +build/public/templates/admin/extend/plugins.js: line 78, col 11, 'value' is defined but never used. +build/public/templates/admin/extend/plugins.js: line 76, col 66, 'helper' is defined but never used. +build/public/templates/admin/extend/plugins.js: line 184, col 117, Line is too long. +build/public/templates/admin/extend/plugins.js: line 184, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 184, col 52, ['installed'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 187, col 152, Line is too long. +build/public/templates/admin/extend/plugins.js: line 187, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 187, col 45, ['installed'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 187, col 61, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 187, col 77, ['installed'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 187, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 187, col 115, ['installed'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 187, col 134, ['error'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 190, col 163, Line is too long. +build/public/templates/admin/extend/plugins.js: line 190, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 190, col 57, ['installed'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 190, col 73, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 190, col 89, ['installed'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 190, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 190, col 127, ['installed'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 190, col 146, ['id'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 194, col 163, Line is too long. +build/public/templates/admin/extend/plugins.js: line 194, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 194, col 57, ['installed'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 194, col 73, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 194, col 89, ['installed'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 194, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 194, col 127, ['installed'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 194, col 146, ['id'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 196, col 168, Line is too long. +build/public/templates/admin/extend/plugins.js: line 196, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 196, col 57, ['installed'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 196, col 73, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 196, col 89, ['installed'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 196, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 196, col 127, ['installed'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 196, col 146, ['version'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 197, col 127, Line is too long. +build/public/templates/admin/extend/plugins.js: line 198, col 157, Line is too long. +build/public/templates/admin/extend/plugins.js: line 198, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 198, col 49, ['installed'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 198, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 198, col 81, ['installed'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 198, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 198, col 119, ['installed'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 198, col 138, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 202, col 165, Line is too long. +build/public/templates/admin/extend/plugins.js: line 202, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 202, col 57, ['installed'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 202, col 73, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 202, col 89, ['installed'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 202, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 202, col 127, ['installed'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 202, col 146, ['name'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 204, col 162, Line is too long. +build/public/templates/admin/extend/plugins.js: line 204, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 204, col 49, ['installed'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 204, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 204, col 81, ['installed'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 204, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 204, col 119, ['installed'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 204, col 138, ['description'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 206, col 176, Line is too long. +build/public/templates/admin/extend/plugins.js: line 206, col 45, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 206, col 61, ['installed'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 206, col 77, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 206, col 93, ['installed'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 206, col 115, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 206, col 131, ['installed'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 206, col 150, ['description'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 210, col 159, Line is too long. +build/public/templates/admin/extend/plugins.js: line 210, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 210, col 49, ['installed'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 210, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 210, col 81, ['installed'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 210, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 210, col 119, ['installed'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 210, col 138, ['outdated'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 213, col 108, Line is too long. +build/public/templates/admin/extend/plugins.js: line 214, col 168, Line is too long. +build/public/templates/admin/extend/plugins.js: line 214, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 214, col 57, ['installed'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 214, col 73, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 214, col 89, ['installed'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 214, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 214, col 127, ['installed'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 214, col 146, ['version'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 215, col 107, Line is too long. +build/public/templates/admin/extend/plugins.js: line 216, col 167, Line is too long. +build/public/templates/admin/extend/plugins.js: line 216, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 216, col 57, ['installed'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 216, col 73, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 216, col 89, ['installed'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 216, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 216, col 127, ['installed'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 216, col 146, ['latest'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 218, col 159, Line is too long. +build/public/templates/admin/extend/plugins.js: line 218, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 218, col 49, ['installed'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 218, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 218, col 81, ['installed'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 218, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 218, col 119, ['installed'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 218, col 138, ['outdated'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 219, col 199, Line is too long. +build/public/templates/admin/extend/plugins.js: line 220, col 167, Line is too long. +build/public/templates/admin/extend/plugins.js: line 220, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 220, col 53, ['installed'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 220, col 69, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 220, col 85, ['installed'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 220, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 220, col 123, ['installed'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 220, col 142, ['isCompatible'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 221, col 117, Line is too long. +build/public/templates/admin/extend/plugins.js: line 222, col 49, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 222, col 65, ['version'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 224, col 127, Line is too long. +build/public/templates/admin/extend/plugins.js: line 228, col 154, Line is too long. +build/public/templates/admin/extend/plugins.js: line 228, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 228, col 49, ['installed'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 228, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 228, col 81, ['installed'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 228, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 228, col 119, ['installed'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 228, col 138, ['url'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 229, col 124, Line is too long. +build/public/templates/admin/extend/plugins.js: line 230, col 168, Line is too long. +build/public/templates/admin/extend/plugins.js: line 230, col 45, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 230, col 61, ['installed'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 230, col 77, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 230, col 93, ['installed'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 230, col 115, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 230, col 131, ['installed'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 230, col 150, ['url'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 232, col 168, Line is too long. +build/public/templates/admin/extend/plugins.js: line 232, col 45, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 232, col 61, ['installed'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 232, col 77, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 232, col 93, ['installed'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 232, col 115, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 232, col 131, ['installed'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 232, col 150, ['url'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 236, col 160, Line is too long. +build/public/templates/admin/extend/plugins.js: line 236, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 236, col 49, ['installed'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 236, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 236, col 81, ['installed'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 236, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 236, col 119, ['installed'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 236, col 138, ['installed'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 238, col 162, Line is too long. +build/public/templates/admin/extend/plugins.js: line 238, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 238, col 53, ['installed'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 238, col 69, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 238, col 85, ['installed'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 238, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 238, col 123, ['installed'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 238, col 142, ['isTheme'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 240, col 132, Line is too long. +build/public/templates/admin/extend/plugins.js: line 240, col 49, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 240, col 65, ['config'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 240, col 78, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 240, col 94, ['config'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 240, col 104, ['relative_path'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 241, col 209, Line is too long. +build/public/templates/admin/extend/plugins.js: line 242, col 105, Line is too long. +build/public/templates/admin/extend/plugins.js: line 243, col 165, Line is too long. +build/public/templates/admin/extend/plugins.js: line 243, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 243, col 57, ['installed'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 243, col 73, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 243, col 89, ['installed'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 243, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 243, col 127, ['installed'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 243, col 146, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 247, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 247, col 57, ['canChangeState'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 250, col 216, Line is too long. +build/public/templates/admin/extend/plugins.js: line 251, col 165, Line is too long. +build/public/templates/admin/extend/plugins.js: line 251, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 251, col 57, ['installed'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 251, col 73, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 251, col 89, ['installed'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 251, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 251, col 127, ['installed'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 251, col 146, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 255, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 255, col 57, ['canChangeState'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 258, col 138, Line is too long. +build/public/templates/admin/extend/plugins.js: line 259, col 226, Line is too long. +build/public/templates/admin/extend/plugins.js: line 260, col 161, Line is too long. +build/public/templates/admin/extend/plugins.js: line 260, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 260, col 53, ['installed'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 260, col 69, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 260, col 85, ['installed'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 260, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 260, col 123, ['installed'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 260, col 142, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 262, col 172, Line is too long. +build/public/templates/admin/extend/plugins.js: line 262, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 262, col 57, ['installed'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 262, col 73, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 262, col 89, ['installed'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 262, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 262, col 127, ['installed'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 262, col 146, ['settingsRoute'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 264, col 136, Line is too long. +build/public/templates/admin/extend/plugins.js: line 264, col 53, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 264, col 69, ['config'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 264, col 82, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 264, col 98, ['config'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 264, col 108, ['relative_path'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 265, col 186, Line is too long. +build/public/templates/admin/extend/plugins.js: line 265, col 53, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 265, col 69, ['installed'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 265, col 85, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 265, col 101, ['installed'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 265, col 123, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 265, col 139, ['installed'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 265, col 158, ['settingsRoute'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 266, col 171, Line is too long. +build/public/templates/admin/extend/plugins.js: line 271, col 227, Line is too long. +build/public/templates/admin/extend/plugins.js: line 274, col 152, Line is too long. +build/public/templates/admin/extend/plugins.js: line 274, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 274, col 45, ['installed'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 274, col 61, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 274, col 77, ['installed'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 274, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 274, col 115, ['installed'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 274, col 134, ['error'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 276, col 163, Line is too long. +build/public/templates/admin/extend/plugins.js: line 276, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 276, col 57, ['installed'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 276, col 73, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 276, col 89, ['installed'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 276, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 276, col 127, ['installed'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 276, col 146, ['id'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 277, col 427, Line is too long. +build/public/templates/admin/extend/plugins.js: line 278, col 163, Line is too long. +build/public/templates/admin/extend/plugins.js: line 278, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 278, col 57, ['installed'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 278, col 73, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 278, col 89, ['installed'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 278, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 278, col 127, ['installed'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 278, col 146, ['id'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 279, col 128, Line is too long. +build/public/templates/admin/extend/plugins.js: line 185, col 13, 'key' is defined but never used. +build/public/templates/admin/extend/plugins.js: line 184, col 110, 'value' is defined but never used. +build/public/templates/admin/extend/plugins.js: line 184, col 102, 'length' is defined but never used. +build/public/templates/admin/extend/plugins.js: line 183, col 11, 'value' is defined but never used. +build/public/templates/admin/extend/plugins.js: line 181, col 68, 'helper' is defined but never used. +build/public/templates/admin/extend/plugins.js: line 289, col 114, Line is too long. +build/public/templates/admin/extend/plugins.js: line 289, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 289, col 52, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 292, col 143, Line is too long. +build/public/templates/admin/extend/plugins.js: line 292, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 292, col 45, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 292, col 58, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 292, col 74, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 292, col 93, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 292, col 109, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 292, col 125, ['error'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 295, col 154, Line is too long. +build/public/templates/admin/extend/plugins.js: line 295, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 295, col 57, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 295, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 295, col 86, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 295, col 105, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 295, col 121, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 295, col 137, ['id'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 299, col 154, Line is too long. +build/public/templates/admin/extend/plugins.js: line 299, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 299, col 57, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 299, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 299, col 86, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 299, col 105, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 299, col 121, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 299, col 137, ['id'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 301, col 159, Line is too long. +build/public/templates/admin/extend/plugins.js: line 301, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 301, col 57, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 301, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 301, col 86, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 301, col 105, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 301, col 121, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 301, col 137, ['version'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 302, col 127, Line is too long. +build/public/templates/admin/extend/plugins.js: line 303, col 148, Line is too long. +build/public/templates/admin/extend/plugins.js: line 303, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 303, col 49, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 303, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 303, col 78, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 303, col 97, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 303, col 113, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 303, col 129, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 307, col 156, Line is too long. +build/public/templates/admin/extend/plugins.js: line 307, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 307, col 57, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 307, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 307, col 86, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 307, col 105, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 307, col 121, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 307, col 137, ['name'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 309, col 153, Line is too long. +build/public/templates/admin/extend/plugins.js: line 309, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 309, col 49, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 309, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 309, col 78, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 309, col 97, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 309, col 113, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 309, col 129, ['description'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 311, col 167, Line is too long. +build/public/templates/admin/extend/plugins.js: line 311, col 45, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 311, col 61, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 311, col 74, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 311, col 90, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 311, col 109, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 311, col 125, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 311, col 141, ['description'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 315, col 150, Line is too long. +build/public/templates/admin/extend/plugins.js: line 315, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 315, col 49, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 315, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 315, col 78, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 315, col 97, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 315, col 113, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 315, col 129, ['outdated'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 318, col 108, Line is too long. +build/public/templates/admin/extend/plugins.js: line 319, col 159, Line is too long. +build/public/templates/admin/extend/plugins.js: line 319, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 319, col 57, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 319, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 319, col 86, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 319, col 105, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 319, col 121, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 319, col 137, ['version'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 320, col 107, Line is too long. +build/public/templates/admin/extend/plugins.js: line 321, col 158, Line is too long. +build/public/templates/admin/extend/plugins.js: line 321, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 321, col 57, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 321, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 321, col 86, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 321, col 105, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 321, col 121, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 321, col 137, ['latest'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 323, col 150, Line is too long. +build/public/templates/admin/extend/plugins.js: line 323, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 323, col 49, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 323, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 323, col 78, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 323, col 97, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 323, col 113, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 323, col 129, ['outdated'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 324, col 199, Line is too long. +build/public/templates/admin/extend/plugins.js: line 325, col 158, Line is too long. +build/public/templates/admin/extend/plugins.js: line 325, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 325, col 53, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 325, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 325, col 82, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 325, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 325, col 117, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 325, col 133, ['isCompatible'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 326, col 117, Line is too long. +build/public/templates/admin/extend/plugins.js: line 327, col 49, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 327, col 65, ['version'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 329, col 127, Line is too long. +build/public/templates/admin/extend/plugins.js: line 333, col 145, Line is too long. +build/public/templates/admin/extend/plugins.js: line 333, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 333, col 49, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 333, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 333, col 78, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 333, col 97, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 333, col 113, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 333, col 129, ['url'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 334, col 124, Line is too long. +build/public/templates/admin/extend/plugins.js: line 335, col 159, Line is too long. +build/public/templates/admin/extend/plugins.js: line 335, col 45, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 335, col 61, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 335, col 74, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 335, col 90, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 335, col 109, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 335, col 125, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 335, col 141, ['url'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 337, col 159, Line is too long. +build/public/templates/admin/extend/plugins.js: line 337, col 45, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 337, col 61, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 337, col 74, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 337, col 90, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 337, col 109, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 337, col 125, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 337, col 141, ['url'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 341, col 151, Line is too long. +build/public/templates/admin/extend/plugins.js: line 341, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 341, col 49, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 341, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 341, col 78, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 341, col 97, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 341, col 113, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 341, col 129, ['installed'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 343, col 153, Line is too long. +build/public/templates/admin/extend/plugins.js: line 343, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 343, col 53, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 343, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 343, col 82, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 343, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 343, col 117, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 343, col 133, ['isTheme'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 345, col 132, Line is too long. +build/public/templates/admin/extend/plugins.js: line 345, col 49, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 345, col 65, ['config'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 345, col 78, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 345, col 94, ['config'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 345, col 104, ['relative_path'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 346, col 209, Line is too long. +build/public/templates/admin/extend/plugins.js: line 347, col 105, Line is too long. +build/public/templates/admin/extend/plugins.js: line 348, col 156, Line is too long. +build/public/templates/admin/extend/plugins.js: line 348, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 348, col 57, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 348, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 348, col 86, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 348, col 105, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 348, col 121, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 348, col 137, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 352, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 352, col 57, ['canChangeState'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 355, col 216, Line is too long. +build/public/templates/admin/extend/plugins.js: line 356, col 156, Line is too long. +build/public/templates/admin/extend/plugins.js: line 356, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 356, col 57, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 356, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 356, col 86, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 356, col 105, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 356, col 121, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 356, col 137, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 360, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 360, col 57, ['canChangeState'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 363, col 138, Line is too long. +build/public/templates/admin/extend/plugins.js: line 364, col 226, Line is too long. +build/public/templates/admin/extend/plugins.js: line 365, col 152, Line is too long. +build/public/templates/admin/extend/plugins.js: line 365, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 365, col 53, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 365, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 365, col 82, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 365, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 365, col 117, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 365, col 133, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 367, col 163, Line is too long. +build/public/templates/admin/extend/plugins.js: line 367, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 367, col 57, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 367, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 367, col 86, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 367, col 105, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 367, col 121, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 367, col 137, ['settingsRoute'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 369, col 136, Line is too long. +build/public/templates/admin/extend/plugins.js: line 369, col 53, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 369, col 69, ['config'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 369, col 82, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 369, col 98, ['config'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 369, col 108, ['relative_path'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 370, col 177, Line is too long. +build/public/templates/admin/extend/plugins.js: line 370, col 53, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 370, col 69, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 370, col 82, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 370, col 98, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 370, col 117, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 370, col 133, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 370, col 149, ['settingsRoute'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 371, col 171, Line is too long. +build/public/templates/admin/extend/plugins.js: line 376, col 227, Line is too long. +build/public/templates/admin/extend/plugins.js: line 379, col 143, Line is too long. +build/public/templates/admin/extend/plugins.js: line 379, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 379, col 45, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 379, col 58, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 379, col 74, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 379, col 93, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 379, col 109, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 379, col 125, ['error'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 381, col 154, Line is too long. +build/public/templates/admin/extend/plugins.js: line 381, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 381, col 57, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 381, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 381, col 86, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 381, col 105, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 381, col 121, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 381, col 137, ['id'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 382, col 427, Line is too long. +build/public/templates/admin/extend/plugins.js: line 383, col 154, Line is too long. +build/public/templates/admin/extend/plugins.js: line 383, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 383, col 57, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 383, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 383, col 86, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 383, col 105, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 383, col 121, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 383, col 137, ['id'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 384, col 128, Line is too long. +build/public/templates/admin/extend/plugins.js: line 290, col 13, 'key' is defined but never used. +build/public/templates/admin/extend/plugins.js: line 289, col 107, 'value' is defined but never used. +build/public/templates/admin/extend/plugins.js: line 289, col 99, 'length' is defined but never used. +build/public/templates/admin/extend/plugins.js: line 288, col 11, 'value' is defined but never used. +build/public/templates/admin/extend/plugins.js: line 286, col 62, 'helper' is defined but never used. +build/public/templates/admin/extend/plugins.js: line 394, col 116, Line is too long. +build/public/templates/admin/extend/plugins.js: line 394, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 394, col 52, ['inactive'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 397, col 149, Line is too long. +build/public/templates/admin/extend/plugins.js: line 397, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 397, col 45, ['inactive'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 397, col 60, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 397, col 76, ['inactive'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 397, col 97, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 397, col 113, ['inactive'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 397, col 131, ['error'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 400, col 160, Line is too long. +build/public/templates/admin/extend/plugins.js: line 400, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 400, col 57, ['inactive'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 400, col 72, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 400, col 88, ['inactive'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 400, col 109, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 400, col 125, ['inactive'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 400, col 143, ['id'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 404, col 160, Line is too long. +build/public/templates/admin/extend/plugins.js: line 404, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 404, col 57, ['inactive'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 404, col 72, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 404, col 88, ['inactive'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 404, col 109, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 404, col 125, ['inactive'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 404, col 143, ['id'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 406, col 165, Line is too long. +build/public/templates/admin/extend/plugins.js: line 406, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 406, col 57, ['inactive'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 406, col 72, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 406, col 88, ['inactive'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 406, col 109, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 406, col 125, ['inactive'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 406, col 143, ['version'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 407, col 127, Line is too long. +build/public/templates/admin/extend/plugins.js: line 408, col 154, Line is too long. +build/public/templates/admin/extend/plugins.js: line 408, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 408, col 49, ['inactive'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 408, col 64, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 408, col 80, ['inactive'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 408, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 408, col 117, ['inactive'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 408, col 135, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 412, col 162, Line is too long. +build/public/templates/admin/extend/plugins.js: line 412, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 412, col 57, ['inactive'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 412, col 72, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 412, col 88, ['inactive'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 412, col 109, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 412, col 125, ['inactive'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 412, col 143, ['name'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 414, col 159, Line is too long. +build/public/templates/admin/extend/plugins.js: line 414, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 414, col 49, ['inactive'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 414, col 64, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 414, col 80, ['inactive'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 414, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 414, col 117, ['inactive'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 414, col 135, ['description'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 416, col 173, Line is too long. +build/public/templates/admin/extend/plugins.js: line 416, col 45, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 416, col 61, ['inactive'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 416, col 76, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 416, col 92, ['inactive'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 416, col 113, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 416, col 129, ['inactive'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 416, col 147, ['description'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 420, col 156, Line is too long. +build/public/templates/admin/extend/plugins.js: line 420, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 420, col 49, ['inactive'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 420, col 64, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 420, col 80, ['inactive'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 420, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 420, col 117, ['inactive'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 420, col 135, ['outdated'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 423, col 108, Line is too long. +build/public/templates/admin/extend/plugins.js: line 424, col 165, Line is too long. +build/public/templates/admin/extend/plugins.js: line 424, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 424, col 57, ['inactive'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 424, col 72, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 424, col 88, ['inactive'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 424, col 109, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 424, col 125, ['inactive'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 424, col 143, ['version'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 425, col 107, Line is too long. +build/public/templates/admin/extend/plugins.js: line 426, col 164, Line is too long. +build/public/templates/admin/extend/plugins.js: line 426, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 426, col 57, ['inactive'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 426, col 72, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 426, col 88, ['inactive'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 426, col 109, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 426, col 125, ['inactive'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 426, col 143, ['latest'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 428, col 156, Line is too long. +build/public/templates/admin/extend/plugins.js: line 428, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 428, col 49, ['inactive'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 428, col 64, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 428, col 80, ['inactive'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 428, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 428, col 117, ['inactive'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 428, col 135, ['outdated'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 429, col 199, Line is too long. +build/public/templates/admin/extend/plugins.js: line 430, col 164, Line is too long. +build/public/templates/admin/extend/plugins.js: line 430, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 430, col 53, ['inactive'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 430, col 68, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 430, col 84, ['inactive'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 430, col 105, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 430, col 121, ['inactive'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 430, col 139, ['isCompatible'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 431, col 117, Line is too long. +build/public/templates/admin/extend/plugins.js: line 432, col 49, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 432, col 65, ['version'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 434, col 127, Line is too long. +build/public/templates/admin/extend/plugins.js: line 438, col 151, Line is too long. +build/public/templates/admin/extend/plugins.js: line 438, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 438, col 49, ['inactive'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 438, col 64, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 438, col 80, ['inactive'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 438, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 438, col 117, ['inactive'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 438, col 135, ['url'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 439, col 124, Line is too long. +build/public/templates/admin/extend/plugins.js: line 440, col 165, Line is too long. +build/public/templates/admin/extend/plugins.js: line 440, col 45, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 440, col 61, ['inactive'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 440, col 76, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 440, col 92, ['inactive'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 440, col 113, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 440, col 129, ['inactive'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 440, col 147, ['url'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 442, col 165, Line is too long. +build/public/templates/admin/extend/plugins.js: line 442, col 45, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 442, col 61, ['inactive'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 442, col 76, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 442, col 92, ['inactive'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 442, col 113, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 442, col 129, ['inactive'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 442, col 147, ['url'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 446, col 157, Line is too long. +build/public/templates/admin/extend/plugins.js: line 446, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 446, col 49, ['inactive'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 446, col 64, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 446, col 80, ['inactive'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 446, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 446, col 117, ['inactive'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 446, col 135, ['installed'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 448, col 159, Line is too long. +build/public/templates/admin/extend/plugins.js: line 448, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 448, col 53, ['inactive'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 448, col 68, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 448, col 84, ['inactive'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 448, col 105, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 448, col 121, ['inactive'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 448, col 139, ['isTheme'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 450, col 132, Line is too long. +build/public/templates/admin/extend/plugins.js: line 450, col 49, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 450, col 65, ['config'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 450, col 78, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 450, col 94, ['config'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 450, col 104, ['relative_path'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 451, col 209, Line is too long. +build/public/templates/admin/extend/plugins.js: line 452, col 105, Line is too long. +build/public/templates/admin/extend/plugins.js: line 453, col 162, Line is too long. +build/public/templates/admin/extend/plugins.js: line 453, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 453, col 57, ['inactive'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 453, col 72, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 453, col 88, ['inactive'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 453, col 109, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 453, col 125, ['inactive'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 453, col 143, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 457, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 457, col 57, ['canChangeState'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 460, col 216, Line is too long. +build/public/templates/admin/extend/plugins.js: line 461, col 162, Line is too long. +build/public/templates/admin/extend/plugins.js: line 461, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 461, col 57, ['inactive'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 461, col 72, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 461, col 88, ['inactive'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 461, col 109, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 461, col 125, ['inactive'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 461, col 143, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 465, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 465, col 57, ['canChangeState'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 468, col 138, Line is too long. +build/public/templates/admin/extend/plugins.js: line 469, col 226, Line is too long. +build/public/templates/admin/extend/plugins.js: line 470, col 158, Line is too long. +build/public/templates/admin/extend/plugins.js: line 470, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 470, col 53, ['inactive'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 470, col 68, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 470, col 84, ['inactive'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 470, col 105, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 470, col 121, ['inactive'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 470, col 139, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 472, col 169, Line is too long. +build/public/templates/admin/extend/plugins.js: line 472, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 472, col 57, ['inactive'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 472, col 72, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 472, col 88, ['inactive'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 472, col 109, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 472, col 125, ['inactive'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 472, col 143, ['settingsRoute'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 474, col 136, Line is too long. +build/public/templates/admin/extend/plugins.js: line 474, col 53, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 474, col 69, ['config'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 474, col 82, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 474, col 98, ['config'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 474, col 108, ['relative_path'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 475, col 183, Line is too long. +build/public/templates/admin/extend/plugins.js: line 475, col 53, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 475, col 69, ['inactive'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 475, col 84, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 475, col 100, ['inactive'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 475, col 121, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 475, col 137, ['inactive'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 475, col 155, ['settingsRoute'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 476, col 171, Line is too long. +build/public/templates/admin/extend/plugins.js: line 481, col 227, Line is too long. +build/public/templates/admin/extend/plugins.js: line 484, col 149, Line is too long. +build/public/templates/admin/extend/plugins.js: line 484, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 484, col 45, ['inactive'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 484, col 60, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 484, col 76, ['inactive'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 484, col 97, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 484, col 113, ['inactive'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 484, col 131, ['error'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 486, col 160, Line is too long. +build/public/templates/admin/extend/plugins.js: line 486, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 486, col 57, ['inactive'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 486, col 72, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 486, col 88, ['inactive'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 486, col 109, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 486, col 125, ['inactive'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 486, col 143, ['id'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 487, col 427, Line is too long. +build/public/templates/admin/extend/plugins.js: line 488, col 160, Line is too long. +build/public/templates/admin/extend/plugins.js: line 488, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 488, col 57, ['inactive'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 488, col 72, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 488, col 88, ['inactive'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 488, col 109, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 488, col 125, ['inactive'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 488, col 143, ['id'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 489, col 128, Line is too long. +build/public/templates/admin/extend/plugins.js: line 395, col 13, 'key' is defined but never used. +build/public/templates/admin/extend/plugins.js: line 394, col 109, 'value' is defined but never used. +build/public/templates/admin/extend/plugins.js: line 394, col 101, 'length' is defined but never used. +build/public/templates/admin/extend/plugins.js: line 393, col 11, 'value' is defined but never used. +build/public/templates/admin/extend/plugins.js: line 391, col 66, 'helper' is defined but never used. +build/public/templates/admin/extend/plugins.js: line 499, col 115, Line is too long. +build/public/templates/admin/extend/plugins.js: line 499, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 499, col 52, ['upgrade'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 502, col 146, Line is too long. +build/public/templates/admin/extend/plugins.js: line 502, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 502, col 45, ['upgrade'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 502, col 59, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 502, col 75, ['upgrade'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 502, col 95, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 502, col 111, ['upgrade'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 502, col 128, ['error'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 505, col 157, Line is too long. +build/public/templates/admin/extend/plugins.js: line 505, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 505, col 57, ['upgrade'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 505, col 71, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 505, col 87, ['upgrade'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 505, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 505, col 123, ['upgrade'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 505, col 140, ['id'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 509, col 157, Line is too long. +build/public/templates/admin/extend/plugins.js: line 509, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 509, col 57, ['upgrade'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 509, col 71, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 509, col 87, ['upgrade'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 509, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 509, col 123, ['upgrade'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 509, col 140, ['id'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 511, col 162, Line is too long. +build/public/templates/admin/extend/plugins.js: line 511, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 511, col 57, ['upgrade'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 511, col 71, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 511, col 87, ['upgrade'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 511, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 511, col 123, ['upgrade'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 511, col 140, ['version'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 512, col 127, Line is too long. +build/public/templates/admin/extend/plugins.js: line 513, col 151, Line is too long. +build/public/templates/admin/extend/plugins.js: line 513, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 513, col 49, ['upgrade'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 513, col 63, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 513, col 79, ['upgrade'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 513, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 513, col 115, ['upgrade'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 513, col 132, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 517, col 159, Line is too long. +build/public/templates/admin/extend/plugins.js: line 517, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 517, col 57, ['upgrade'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 517, col 71, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 517, col 87, ['upgrade'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 517, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 517, col 123, ['upgrade'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 517, col 140, ['name'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 519, col 156, Line is too long. +build/public/templates/admin/extend/plugins.js: line 519, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 519, col 49, ['upgrade'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 519, col 63, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 519, col 79, ['upgrade'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 519, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 519, col 115, ['upgrade'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 519, col 132, ['description'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 521, col 170, Line is too long. +build/public/templates/admin/extend/plugins.js: line 521, col 45, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 521, col 61, ['upgrade'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 521, col 75, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 521, col 91, ['upgrade'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 521, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 521, col 127, ['upgrade'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 521, col 144, ['description'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 525, col 153, Line is too long. +build/public/templates/admin/extend/plugins.js: line 525, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 525, col 49, ['upgrade'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 525, col 63, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 525, col 79, ['upgrade'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 525, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 525, col 115, ['upgrade'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 525, col 132, ['outdated'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 528, col 108, Line is too long. +build/public/templates/admin/extend/plugins.js: line 529, col 162, Line is too long. +build/public/templates/admin/extend/plugins.js: line 529, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 529, col 57, ['upgrade'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 529, col 71, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 529, col 87, ['upgrade'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 529, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 529, col 123, ['upgrade'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 529, col 140, ['version'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 530, col 107, Line is too long. +build/public/templates/admin/extend/plugins.js: line 531, col 161, Line is too long. +build/public/templates/admin/extend/plugins.js: line 531, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 531, col 57, ['upgrade'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 531, col 71, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 531, col 87, ['upgrade'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 531, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 531, col 123, ['upgrade'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 531, col 140, ['latest'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 533, col 153, Line is too long. +build/public/templates/admin/extend/plugins.js: line 533, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 533, col 49, ['upgrade'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 533, col 63, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 533, col 79, ['upgrade'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 533, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 533, col 115, ['upgrade'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 533, col 132, ['outdated'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 534, col 199, Line is too long. +build/public/templates/admin/extend/plugins.js: line 535, col 161, Line is too long. +build/public/templates/admin/extend/plugins.js: line 535, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 535, col 53, ['upgrade'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 535, col 67, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 535, col 83, ['upgrade'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 535, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 535, col 119, ['upgrade'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 535, col 136, ['isCompatible'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 536, col 117, Line is too long. +build/public/templates/admin/extend/plugins.js: line 537, col 49, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 537, col 65, ['version'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 539, col 127, Line is too long. +build/public/templates/admin/extend/plugins.js: line 543, col 148, Line is too long. +build/public/templates/admin/extend/plugins.js: line 543, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 543, col 49, ['upgrade'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 543, col 63, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 543, col 79, ['upgrade'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 543, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 543, col 115, ['upgrade'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 543, col 132, ['url'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 544, col 124, Line is too long. +build/public/templates/admin/extend/plugins.js: line 545, col 162, Line is too long. +build/public/templates/admin/extend/plugins.js: line 545, col 45, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 545, col 61, ['upgrade'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 545, col 75, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 545, col 91, ['upgrade'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 545, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 545, col 127, ['upgrade'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 545, col 144, ['url'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 547, col 162, Line is too long. +build/public/templates/admin/extend/plugins.js: line 547, col 45, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 547, col 61, ['upgrade'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 547, col 75, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 547, col 91, ['upgrade'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 547, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 547, col 127, ['upgrade'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 547, col 144, ['url'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 551, col 154, Line is too long. +build/public/templates/admin/extend/plugins.js: line 551, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 551, col 49, ['upgrade'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 551, col 63, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 551, col 79, ['upgrade'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 551, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 551, col 115, ['upgrade'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 551, col 132, ['installed'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 553, col 156, Line is too long. +build/public/templates/admin/extend/plugins.js: line 553, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 553, col 53, ['upgrade'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 553, col 67, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 553, col 83, ['upgrade'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 553, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 553, col 119, ['upgrade'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 553, col 136, ['isTheme'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 555, col 132, Line is too long. +build/public/templates/admin/extend/plugins.js: line 555, col 49, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 555, col 65, ['config'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 555, col 78, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 555, col 94, ['config'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 555, col 104, ['relative_path'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 556, col 209, Line is too long. +build/public/templates/admin/extend/plugins.js: line 557, col 105, Line is too long. +build/public/templates/admin/extend/plugins.js: line 558, col 159, Line is too long. +build/public/templates/admin/extend/plugins.js: line 558, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 558, col 57, ['upgrade'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 558, col 71, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 558, col 87, ['upgrade'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 558, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 558, col 123, ['upgrade'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 558, col 140, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 562, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 562, col 57, ['canChangeState'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 565, col 216, Line is too long. +build/public/templates/admin/extend/plugins.js: line 566, col 159, Line is too long. +build/public/templates/admin/extend/plugins.js: line 566, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 566, col 57, ['upgrade'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 566, col 71, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 566, col 87, ['upgrade'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 566, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 566, col 123, ['upgrade'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 566, col 140, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 570, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 570, col 57, ['canChangeState'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 573, col 138, Line is too long. +build/public/templates/admin/extend/plugins.js: line 574, col 226, Line is too long. +build/public/templates/admin/extend/plugins.js: line 575, col 155, Line is too long. +build/public/templates/admin/extend/plugins.js: line 575, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 575, col 53, ['upgrade'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 575, col 67, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 575, col 83, ['upgrade'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 575, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 575, col 119, ['upgrade'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 575, col 136, ['active'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 577, col 166, Line is too long. +build/public/templates/admin/extend/plugins.js: line 577, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 577, col 57, ['upgrade'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 577, col 71, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 577, col 87, ['upgrade'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 577, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 577, col 123, ['upgrade'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 577, col 140, ['settingsRoute'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 579, col 136, Line is too long. +build/public/templates/admin/extend/plugins.js: line 579, col 53, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 579, col 69, ['config'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 579, col 82, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 579, col 98, ['config'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 579, col 108, ['relative_path'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 580, col 180, Line is too long. +build/public/templates/admin/extend/plugins.js: line 580, col 53, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 580, col 69, ['upgrade'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 580, col 83, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 580, col 99, ['upgrade'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 580, col 119, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 580, col 135, ['upgrade'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 580, col 152, ['settingsRoute'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 581, col 171, Line is too long. +build/public/templates/admin/extend/plugins.js: line 586, col 227, Line is too long. +build/public/templates/admin/extend/plugins.js: line 589, col 146, Line is too long. +build/public/templates/admin/extend/plugins.js: line 589, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 589, col 45, ['upgrade'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 589, col 59, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 589, col 75, ['upgrade'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 589, col 95, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 589, col 111, ['upgrade'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 589, col 128, ['error'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 591, col 157, Line is too long. +build/public/templates/admin/extend/plugins.js: line 591, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 591, col 57, ['upgrade'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 591, col 71, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 591, col 87, ['upgrade'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 591, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 591, col 123, ['upgrade'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 591, col 140, ['id'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 592, col 427, Line is too long. +build/public/templates/admin/extend/plugins.js: line 593, col 157, Line is too long. +build/public/templates/admin/extend/plugins.js: line 593, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 593, col 57, ['upgrade'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 593, col 71, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 593, col 87, ['upgrade'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 593, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 593, col 123, ['upgrade'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 593, col 140, ['id'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 594, col 128, Line is too long. +build/public/templates/admin/extend/plugins.js: line 500, col 13, 'key' is defined but never used. +build/public/templates/admin/extend/plugins.js: line 499, col 108, 'value' is defined but never used. +build/public/templates/admin/extend/plugins.js: line 499, col 100, 'length' is defined but never used. +build/public/templates/admin/extend/plugins.js: line 498, col 11, 'value' is defined but never used. +build/public/templates/admin/extend/plugins.js: line 496, col 64, 'helper' is defined but never used. +build/public/templates/admin/extend/plugins.js: line 604, col 116, Line is too long. +build/public/templates/admin/extend/plugins.js: line 604, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 604, col 52, ['download'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 607, col 156, Line is too long. +build/public/templates/admin/extend/plugins.js: line 607, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 607, col 53, ['download'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 607, col 68, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 607, col 84, ['download'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 607, col 105, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 607, col 121, ['download'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 607, col 139, ['id'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 609, col 156, Line is too long. +build/public/templates/admin/extend/plugins.js: line 609, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 609, col 53, ['download'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 609, col 68, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 609, col 84, ['download'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 609, col 105, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 609, col 121, ['download'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 609, col 139, ['id'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 610, col 157, Line is too long. +build/public/templates/admin/extend/plugins.js: line 611, col 158, Line is too long. +build/public/templates/admin/extend/plugins.js: line 611, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 611, col 53, ['download'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 611, col 68, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 611, col 84, ['download'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 611, col 105, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 611, col 121, ['download'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 611, col 139, ['name'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 613, col 155, Line is too long. +build/public/templates/admin/extend/plugins.js: line 613, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 613, col 45, ['download'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 613, col 60, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 613, col 76, ['download'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 613, col 97, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 613, col 113, ['download'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 613, col 131, ['description'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 615, col 169, Line is too long. +build/public/templates/admin/extend/plugins.js: line 615, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 615, col 57, ['download'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 615, col 72, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 615, col 88, ['download'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 615, col 109, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 615, col 125, ['download'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 615, col 143, ['description'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 619, col 160, Line is too long. +build/public/templates/admin/extend/plugins.js: line 619, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 619, col 53, ['download'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 619, col 68, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 619, col 84, ['download'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 619, col 105, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 619, col 121, ['download'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 619, col 139, ['latest'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 621, col 156, Line is too long. +build/public/templates/admin/extend/plugins.js: line 621, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 621, col 45, ['download'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 621, col 60, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 621, col 76, ['download'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 621, col 97, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 621, col 113, ['download'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 621, col 131, ['isCompatible'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 622, col 109, Line is too long. +build/public/templates/admin/extend/plugins.js: line 623, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 623, col 57, ['version'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 625, col 119, Line is too long. +build/public/templates/admin/extend/plugins.js: line 627, col 147, Line is too long. +build/public/templates/admin/extend/plugins.js: line 627, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 627, col 45, ['download'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 627, col 60, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 627, col 76, ['download'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 627, col 97, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 627, col 113, ['download'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 627, col 131, ['url'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 628, col 120, Line is too long. +build/public/templates/admin/extend/plugins.js: line 629, col 161, Line is too long. +build/public/templates/admin/extend/plugins.js: line 629, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 629, col 57, ['download'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 629, col 72, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 629, col 88, ['download'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 629, col 109, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 629, col 125, ['download'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 629, col 143, ['url'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 631, col 161, Line is too long. +build/public/templates/admin/extend/plugins.js: line 631, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 631, col 57, ['download'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 631, col 72, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 631, col 88, ['download'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 631, col 109, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/plugins.js: line 631, col 125, ['download'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 631, col 143, ['url'] is better written in dot notation. +build/public/templates/admin/extend/plugins.js: line 634, col 481, Line is too long. +build/public/templates/admin/extend/plugins.js: line 605, col 13, 'key' is defined but never used. +build/public/templates/admin/extend/plugins.js: line 604, col 109, 'value' is defined but never used. +build/public/templates/admin/extend/plugins.js: line 604, col 101, 'length' is defined but never used. +build/public/templates/admin/extend/plugins.js: line 604, col 94, 'index' is defined but never used. +build/public/templates/admin/extend/plugins.js: line 603, col 11, 'value' is defined but never used. +build/public/templates/admin/extend/plugins.js: line 601, col 66, 'helper' is defined but never used. +build/public/templates/admin/extend/plugins.js: line 642, col 3, Missing semicolon. +build/public/templates/admin/extend/plugins.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/extend/plugins.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/extend/rewards.js: line 12, col 776, Line is too long. +build/public/templates/admin/extend/rewards.js: line 13, col 22, ['active'] is better written in dot notation. +build/public/templates/admin/extend/rewards.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/admin/extend/rewards.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/extend/rewards.js: line 21, col 114, Line is too long. +build/public/templates/admin/extend/rewards.js: line 21, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/rewards.js: line 21, col 52, ['active'] is better written in dot notation. +build/public/templates/admin/extend/rewards.js: line 24, col 151, Line is too long. +build/public/templates/admin/extend/rewards.js: line 24, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/rewards.js: line 24, col 53, ['active'] is better written in dot notation. +build/public/templates/admin/extend/rewards.js: line 24, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/rewards.js: line 24, col 82, ['active'] is better written in dot notation. +build/public/templates/admin/extend/rewards.js: line 24, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/rewards.js: line 24, col 117, ['active'] is better written in dot notation. +build/public/templates/admin/extend/rewards.js: line 24, col 133, ['rid'] is better written in dot notation. +build/public/templates/admin/extend/rewards.js: line 26, col 150, Line is too long. +build/public/templates/admin/extend/rewards.js: line 26, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/rewards.js: line 26, col 53, ['active'] is better written in dot notation. +build/public/templates/admin/extend/rewards.js: line 26, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/rewards.js: line 26, col 82, ['active'] is better written in dot notation. +build/public/templates/admin/extend/rewards.js: line 26, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/rewards.js: line 26, col 117, ['active'] is better written in dot notation. +build/public/templates/admin/extend/rewards.js: line 26, col 133, ['id'] is better written in dot notation. +build/public/templates/admin/extend/rewards.js: line 27, col 661, Line is too long. +build/public/templates/admin/extend/rewards.js: line 28, col 157, Line is too long. +build/public/templates/admin/extend/rewards.js: line 28, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/rewards.js: line 28, col 53, ['active'] is better written in dot notation. +build/public/templates/admin/extend/rewards.js: line 28, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/rewards.js: line 28, col 82, ['active'] is better written in dot notation. +build/public/templates/admin/extend/rewards.js: line 28, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/rewards.js: line 28, col 117, ['active'] is better written in dot notation. +build/public/templates/admin/extend/rewards.js: line 28, col 133, ['condition'] is better written in dot notation. +build/public/templates/admin/extend/rewards.js: line 30, col 115, Line is too long. +build/public/templates/admin/extend/rewards.js: line 30, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/rewards.js: line 30, col 49, ['conditions'] is better written in dot notation. +build/public/templates/admin/extend/rewards.js: line 33, col 173, Line is too long. +build/public/templates/admin/extend/rewards.js: line 33, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/rewards.js: line 33, col 57, ['conditions'] is better written in dot notation. +build/public/templates/admin/extend/rewards.js: line 33, col 74, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/rewards.js: line 33, col 90, ['conditions'] is better written in dot notation. +build/public/templates/admin/extend/rewards.js: line 33, col 113, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/rewards.js: line 33, col 129, ['conditions'] is better written in dot notation. +build/public/templates/admin/extend/rewards.js: line 33, col 149, ['condition'] is better written in dot notation. +build/public/templates/admin/extend/rewards.js: line 35, col 168, Line is too long. +build/public/templates/admin/extend/rewards.js: line 35, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/rewards.js: line 35, col 57, ['conditions'] is better written in dot notation. +build/public/templates/admin/extend/rewards.js: line 35, col 74, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/rewards.js: line 35, col 90, ['conditions'] is better written in dot notation. +build/public/templates/admin/extend/rewards.js: line 35, col 113, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/rewards.js: line 35, col 129, ['conditions'] is better written in dot notation. +build/public/templates/admin/extend/rewards.js: line 35, col 149, ['name'] is better written in dot notation. +build/public/templates/admin/extend/rewards.js: line 31, col 17, 'key' is defined but never used. +build/public/templates/admin/extend/rewards.js: line 30, col 108, 'value' is defined but never used. +build/public/templates/admin/extend/rewards.js: line 30, col 100, 'length' is defined but never used. +build/public/templates/admin/extend/rewards.js: line 30, col 93, 'index' is defined but never used. +build/public/templates/admin/extend/rewards.js: line 40, col 354, Line is too long. +build/public/templates/admin/extend/rewards.js: line 41, col 159, Line is too long. +build/public/templates/admin/extend/rewards.js: line 41, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/rewards.js: line 41, col 53, ['active'] is better written in dot notation. +build/public/templates/admin/extend/rewards.js: line 41, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/rewards.js: line 41, col 82, ['active'] is better written in dot notation. +build/public/templates/admin/extend/rewards.js: line 41, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/rewards.js: line 41, col 117, ['active'] is better written in dot notation. +build/public/templates/admin/extend/rewards.js: line 41, col 133, ['conditional'] is better written in dot notation. +build/public/templates/admin/extend/rewards.js: line 43, col 117, Line is too long. +build/public/templates/admin/extend/rewards.js: line 43, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/rewards.js: line 43, col 49, ['conditionals'] is better written in dot notation. +build/public/templates/admin/extend/rewards.js: line 46, col 181, Line is too long. +build/public/templates/admin/extend/rewards.js: line 46, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/rewards.js: line 46, col 57, ['conditionals'] is better written in dot notation. +build/public/templates/admin/extend/rewards.js: line 46, col 76, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/rewards.js: line 46, col 92, ['conditionals'] is better written in dot notation. +build/public/templates/admin/extend/rewards.js: line 46, col 117, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/rewards.js: line 46, col 133, ['conditionals'] is better written in dot notation. +build/public/templates/admin/extend/rewards.js: line 46, col 155, ['conditional'] is better written in dot notation. +build/public/templates/admin/extend/rewards.js: line 48, col 174, Line is too long. +build/public/templates/admin/extend/rewards.js: line 48, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/rewards.js: line 48, col 57, ['conditionals'] is better written in dot notation. +build/public/templates/admin/extend/rewards.js: line 48, col 76, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/rewards.js: line 48, col 92, ['conditionals'] is better written in dot notation. +build/public/templates/admin/extend/rewards.js: line 48, col 117, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/rewards.js: line 48, col 133, ['conditionals'] is better written in dot notation. +build/public/templates/admin/extend/rewards.js: line 48, col 155, ['name'] is better written in dot notation. +build/public/templates/admin/extend/rewards.js: line 44, col 17, 'key' is defined but never used. +build/public/templates/admin/extend/rewards.js: line 43, col 110, 'value' is defined but never used. +build/public/templates/admin/extend/rewards.js: line 43, col 102, 'length' is defined but never used. +build/public/templates/admin/extend/rewards.js: line 43, col 95, 'index' is defined but never used. +build/public/templates/admin/extend/rewards.js: line 53, col 111, Line is too long. +build/public/templates/admin/extend/rewards.js: line 54, col 153, Line is too long. +build/public/templates/admin/extend/rewards.js: line 54, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/rewards.js: line 54, col 53, ['active'] is better written in dot notation. +build/public/templates/admin/extend/rewards.js: line 54, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/rewards.js: line 54, col 82, ['active'] is better written in dot notation. +build/public/templates/admin/extend/rewards.js: line 54, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/rewards.js: line 54, col 117, ['active'] is better written in dot notation. +build/public/templates/admin/extend/rewards.js: line 54, col 133, ['value'] is better written in dot notation. +build/public/templates/admin/extend/rewards.js: line 55, col 339, Line is too long. +build/public/templates/admin/extend/rewards.js: line 56, col 151, Line is too long. +build/public/templates/admin/extend/rewards.js: line 56, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/rewards.js: line 56, col 53, ['active'] is better written in dot notation. +build/public/templates/admin/extend/rewards.js: line 56, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/rewards.js: line 56, col 82, ['active'] is better written in dot notation. +build/public/templates/admin/extend/rewards.js: line 56, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/rewards.js: line 56, col 117, ['active'] is better written in dot notation. +build/public/templates/admin/extend/rewards.js: line 56, col 133, ['rid'] is better written in dot notation. +build/public/templates/admin/extend/rewards.js: line 58, col 112, Line is too long. +build/public/templates/admin/extend/rewards.js: line 58, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/rewards.js: line 58, col 49, ['rewards'] is better written in dot notation. +build/public/templates/admin/extend/rewards.js: line 61, col 158, Line is too long. +build/public/templates/admin/extend/rewards.js: line 61, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/rewards.js: line 61, col 57, ['rewards'] is better written in dot notation. +build/public/templates/admin/extend/rewards.js: line 61, col 71, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/rewards.js: line 61, col 87, ['rewards'] is better written in dot notation. +build/public/templates/admin/extend/rewards.js: line 61, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/rewards.js: line 61, col 123, ['rewards'] is better written in dot notation. +build/public/templates/admin/extend/rewards.js: line 61, col 140, ['rid'] is better written in dot notation. +build/public/templates/admin/extend/rewards.js: line 63, col 159, Line is too long. +build/public/templates/admin/extend/rewards.js: line 63, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/rewards.js: line 63, col 57, ['rewards'] is better written in dot notation. +build/public/templates/admin/extend/rewards.js: line 63, col 71, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/rewards.js: line 63, col 87, ['rewards'] is better written in dot notation. +build/public/templates/admin/extend/rewards.js: line 63, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/rewards.js: line 63, col 123, ['rewards'] is better written in dot notation. +build/public/templates/admin/extend/rewards.js: line 63, col 140, ['name'] is better written in dot notation. +build/public/templates/admin/extend/rewards.js: line 59, col 17, 'key' is defined but never used. +build/public/templates/admin/extend/rewards.js: line 58, col 105, 'value' is defined but never used. +build/public/templates/admin/extend/rewards.js: line 58, col 97, 'length' is defined but never used. +build/public/templates/admin/extend/rewards.js: line 58, col 90, 'index' is defined but never used. +build/public/templates/admin/extend/rewards.js: line 68, col 739, Line is too long. +build/public/templates/admin/extend/rewards.js: line 69, col 157, Line is too long. +build/public/templates/admin/extend/rewards.js: line 69, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/rewards.js: line 69, col 53, ['active'] is better written in dot notation. +build/public/templates/admin/extend/rewards.js: line 69, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/rewards.js: line 69, col 82, ['active'] is better written in dot notation. +build/public/templates/admin/extend/rewards.js: line 69, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/rewards.js: line 69, col 117, ['active'] is better written in dot notation. +build/public/templates/admin/extend/rewards.js: line 69, col 133, ['claimable'] is better written in dot notation. +build/public/templates/admin/extend/rewards.js: line 70, col 186, Line is too long. +build/public/templates/admin/extend/rewards.js: line 71, col 146, Line is too long. +build/public/templates/admin/extend/rewards.js: line 71, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/rewards.js: line 71, col 45, ['active'] is better written in dot notation. +build/public/templates/admin/extend/rewards.js: line 71, col 58, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/rewards.js: line 71, col 74, ['active'] is better written in dot notation. +build/public/templates/admin/extend/rewards.js: line 71, col 93, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/rewards.js: line 71, col 109, ['active'] is better written in dot notation. +build/public/templates/admin/extend/rewards.js: line 71, col 125, ['disabled'] is better written in dot notation. +build/public/templates/admin/extend/rewards.js: line 74, col 164, Line is too long. +build/public/templates/admin/extend/rewards.js: line 75, col 146, Line is too long. +build/public/templates/admin/extend/rewards.js: line 75, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/rewards.js: line 75, col 45, ['active'] is better written in dot notation. +build/public/templates/admin/extend/rewards.js: line 75, col 58, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/rewards.js: line 75, col 74, ['active'] is better written in dot notation. +build/public/templates/admin/extend/rewards.js: line 75, col 93, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/rewards.js: line 75, col 109, ['active'] is better written in dot notation. +build/public/templates/admin/extend/rewards.js: line 75, col 125, ['disabled'] is better written in dot notation. +build/public/templates/admin/extend/rewards.js: line 78, col 289, Line is too long. +build/public/templates/admin/extend/rewards.js: line 22, col 13, 'key' is defined but never used. +build/public/templates/admin/extend/rewards.js: line 21, col 107, 'value' is defined but never used. +build/public/templates/admin/extend/rewards.js: line 21, col 99, 'length' is defined but never used. +build/public/templates/admin/extend/rewards.js: line 21, col 92, 'index' is defined but never used. +build/public/templates/admin/extend/rewards.js: line 20, col 11, 'value' is defined but never used. +build/public/templates/admin/extend/rewards.js: line 18, col 62, 'helper' is defined but never used. +build/public/templates/admin/extend/rewards.js: line 86, col 3, Missing semicolon. +build/public/templates/admin/extend/rewards.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/extend/rewards.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/extend/widgets.js: line 12, col 864, Line is too long. +build/public/templates/admin/extend/widgets.js: line 13, col 159, Line is too long. +build/public/templates/admin/extend/widgets.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/widgets.js: line 13, col 49, ['templates'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 13, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/widgets.js: line 13, col 81, ['templates'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 13, col 102, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/widgets.js: line 13, col 118, ['templates'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 13, col 136, ['template'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 15, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/widgets.js: line 15, col 41, ['config'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 15, col 54, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/widgets.js: line 15, col 70, ['config'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 15, col 80, ['isRTL'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 19, col 22, ['templates'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 20, col 374, Line is too long. +build/public/templates/admin/extend/widgets.js: line 21, col 110, Line is too long. +build/public/templates/admin/extend/widgets.js: line 21, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/widgets.js: line 21, col 45, ['templates'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 28, col 165, Line is too long. +build/public/templates/admin/extend/widgets.js: line 28, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/widgets.js: line 28, col 53, ['templates'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 28, col 69, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/widgets.js: line 28, col 85, ['templates'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 28, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/widgets.js: line 28, col 123, ['templates'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 28, col 142, ['template'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 30, col 199, Line is too long. +build/public/templates/admin/extend/widgets.js: line 30, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/widgets.js: line 30, col 49, ['templates'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 30, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/widgets.js: line 30, col 81, ['templates'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 30, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/widgets.js: line 30, col 119, ['templates'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 30, col 138, ['areas'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 33, col 169, Line is too long. +build/public/templates/admin/extend/widgets.js: line 33, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/widgets.js: line 33, col 57, ['templates'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 33, col 73, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/widgets.js: line 33, col 89, ['templates'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 33, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/widgets.js: line 33, col 127, ['templates'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 33, col 146, ['template'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 35, col 284, Line is too long. +build/public/templates/admin/extend/widgets.js: line 35, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/widgets.js: line 35, col 57, ['templates'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 35, col 73, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/widgets.js: line 35, col 89, ['templates'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 35, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/widgets.js: line 35, col 127, ['templates'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 35, col 146, ['areas'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 35, col 158, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/widgets.js: line 35, col 174, ['templates'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 35, col 193, ['areas'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 35, col 211, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/widgets.js: line 35, col 227, ['templates'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 35, col 246, ['areas'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 35, col 261, ['location'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 37, col 280, Line is too long. +build/public/templates/admin/extend/widgets.js: line 37, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/widgets.js: line 37, col 57, ['templates'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 37, col 73, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/widgets.js: line 37, col 89, ['templates'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 37, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/widgets.js: line 37, col 127, ['templates'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 37, col 146, ['areas'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 37, col 158, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/widgets.js: line 37, col 174, ['templates'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 37, col 193, ['areas'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 37, col 211, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/widgets.js: line 37, col 227, ['templates'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 37, col 246, ['areas'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 37, col 261, ['name'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 39, col 169, Line is too long. +build/public/templates/admin/extend/widgets.js: line 39, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/widgets.js: line 39, col 57, ['templates'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 39, col 73, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/widgets.js: line 39, col 89, ['templates'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 39, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/widgets.js: line 39, col 127, ['templates'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 39, col 146, ['template'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 41, col 284, Line is too long. +build/public/templates/admin/extend/widgets.js: line 41, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/widgets.js: line 41, col 57, ['templates'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 41, col 73, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/widgets.js: line 41, col 89, ['templates'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 41, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/widgets.js: line 41, col 127, ['templates'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 41, col 146, ['areas'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 41, col 158, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/widgets.js: line 41, col 174, ['templates'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 41, col 193, ['areas'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 41, col 211, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/widgets.js: line 41, col 227, ['templates'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 41, col 246, ['areas'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 41, col 261, ['location'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 43, col 288, Line is too long. +build/public/templates/admin/extend/widgets.js: line 43, col 34, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/widgets.js: line 43, col 50, ['templates'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 43, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/widgets.js: line 43, col 82, ['templates'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 43, col 104, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/widgets.js: line 43, col 120, ['templates'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 43, col 139, ['areas'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 43, col 151, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/widgets.js: line 43, col 167, ['templates'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 43, col 186, ['areas'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 43, col 204, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/widgets.js: line 43, col 220, ['templates'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 43, col 239, ['areas'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 43, col 254, ['location'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 43, col 277, Expected '===' and instead saw '=='. +build/public/templates/admin/extend/widgets.js: line 47, col 288, Line is too long. +build/public/templates/admin/extend/widgets.js: line 47, col 34, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/widgets.js: line 47, col 50, ['templates'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 47, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/widgets.js: line 47, col 82, ['templates'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 47, col 104, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/widgets.js: line 47, col 120, ['templates'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 47, col 139, ['areas'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 47, col 151, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/widgets.js: line 47, col 167, ['templates'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 47, col 186, ['areas'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 47, col 204, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/widgets.js: line 47, col 220, ['templates'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 47, col 239, ['areas'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 47, col 254, ['location'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 47, col 277, Expected '===' and instead saw '=='. +build/public/templates/admin/extend/widgets.js: line 31, col 17, 'key' is defined but never used. +build/public/templates/admin/extend/widgets.js: line 30, col 192, 'value' is defined but never used. +build/public/templates/admin/extend/widgets.js: line 30, col 184, 'length' is defined but never used. +build/public/templates/admin/extend/widgets.js: line 30, col 177, 'index' is defined but never used. +build/public/templates/admin/extend/widgets.js: line 22, col 13, 'key' is defined but never used. +build/public/templates/admin/extend/widgets.js: line 21, col 103, 'value' is defined but never used. +build/public/templates/admin/extend/widgets.js: line 21, col 95, 'length' is defined but never used. +build/public/templates/admin/extend/widgets.js: line 58, col 383, Line is too long. +build/public/templates/admin/extend/widgets.js: line 59, col 119, Line is too long. +build/public/templates/admin/extend/widgets.js: line 59, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/widgets.js: line 59, col 41, ['availableWidgets'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 59, col 64, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/widgets.js: line 59, col 80, ['availableWidgets'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 59, col 100, ['length'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 62, col 120, Line is too long. +build/public/templates/admin/extend/widgets.js: line 62, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/widgets.js: line 62, col 53, ['config'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 62, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/widgets.js: line 62, col 82, ['config'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 62, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 65, col 22, ['availableWidgets'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 67, col 117, Line is too long. +build/public/templates/admin/extend/widgets.js: line 67, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/widgets.js: line 67, col 45, ['availableWidgets'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 70, col 184, Line is too long. +build/public/templates/admin/extend/widgets.js: line 70, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/widgets.js: line 70, col 53, ['availableWidgets'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 70, col 76, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/widgets.js: line 70, col 92, ['availableWidgets'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 70, col 121, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/widgets.js: line 70, col 137, ['availableWidgets'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 70, col 163, ['widget'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 72, col 182, Line is too long. +build/public/templates/admin/extend/widgets.js: line 72, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/widgets.js: line 72, col 53, ['availableWidgets'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 72, col 76, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/widgets.js: line 72, col 92, ['availableWidgets'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 72, col 121, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/widgets.js: line 72, col 137, ['availableWidgets'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 72, col 163, ['name'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 74, col 189, Line is too long. +build/public/templates/admin/extend/widgets.js: line 74, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/widgets.js: line 74, col 53, ['availableWidgets'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 74, col 76, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/widgets.js: line 74, col 92, ['availableWidgets'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 74, col 121, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/widgets.js: line 74, col 137, ['availableWidgets'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 74, col 163, ['description'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 76, col 185, Line is too long. +build/public/templates/admin/extend/widgets.js: line 76, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/widgets.js: line 76, col 53, ['availableWidgets'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 76, col 76, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/widgets.js: line 76, col 92, ['availableWidgets'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 76, col 121, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/widgets.js: line 76, col 137, ['availableWidgets'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 76, col 163, ['content'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 68, col 13, 'key' is defined but never used. +build/public/templates/admin/extend/widgets.js: line 67, col 110, 'value' is defined but never used. +build/public/templates/admin/extend/widgets.js: line 67, col 102, 'length' is defined but never used. +build/public/templates/admin/extend/widgets.js: line 67, col 95, 'index' is defined but never used. +build/public/templates/admin/extend/widgets.js: line 81, col 449, Line is too long. +build/public/templates/admin/extend/widgets.js: line 82, col 110, Line is too long. +build/public/templates/admin/extend/widgets.js: line 82, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/widgets.js: line 82, col 45, ['templates'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 88, col 169, Line is too long. +build/public/templates/admin/extend/widgets.js: line 88, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/widgets.js: line 88, col 57, ['templates'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 88, col 73, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/widgets.js: line 88, col 89, ['templates'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 88, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/widgets.js: line 88, col 127, ['templates'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 88, col 146, ['template'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 83, col 13, 'key' is defined but never used. +build/public/templates/admin/extend/widgets.js: line 82, col 103, 'value' is defined but never used. +build/public/templates/admin/extend/widgets.js: line 82, col 95, 'length' is defined but never used. +build/public/templates/admin/extend/widgets.js: line 94, col 674, Line is too long. +build/public/templates/admin/extend/widgets.js: line 95, col 251, Line is too long. +build/public/templates/admin/extend/widgets.js: line 96, col 136, Line is too long. +build/public/templates/admin/extend/widgets.js: line 98, col 253, Line is too long. +build/public/templates/admin/extend/widgets.js: line 99, col 227, Line is too long. +build/public/templates/admin/extend/widgets.js: line 101, col 928, Line is too long. +build/public/templates/admin/extend/widgets.js: line 102, col 621, Line is too long. +build/public/templates/admin/extend/widgets.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/extend/widgets.js: line 109, col 117, Line is too long. +build/public/templates/admin/extend/widgets.js: line 109, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/widgets.js: line 109, col 52, ['templates'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 111, col 146, Line is too long. +build/public/templates/admin/extend/widgets.js: line 112, col 165, Line is too long. +build/public/templates/admin/extend/widgets.js: line 112, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/widgets.js: line 112, col 53, ['templates'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 112, col 69, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/widgets.js: line 112, col 85, ['templates'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 112, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/widgets.js: line 112, col 123, ['templates'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 112, col 142, ['template'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 114, col 165, Line is too long. +build/public/templates/admin/extend/widgets.js: line 114, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/widgets.js: line 114, col 53, ['templates'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 114, col 69, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/widgets.js: line 114, col 85, ['templates'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 114, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/widgets.js: line 114, col 123, ['templates'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 114, col 142, ['template'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 116, col 168, Line is too long. +build/public/templates/admin/extend/widgets.js: line 116, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/widgets.js: line 116, col 53, ['templates'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 116, col 69, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/widgets.js: line 116, col 85, ['templates'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 116, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/widgets.js: line 116, col 123, ['templates'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 116, col 142, ['widgetCount'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 110, col 13, 'key' is defined but never used. +build/public/templates/admin/extend/widgets.js: line 109, col 110, 'value' is defined but never used. +build/public/templates/admin/extend/widgets.js: line 109, col 102, 'length' is defined but never used. +build/public/templates/admin/extend/widgets.js: line 109, col 95, 'index' is defined but never used. +build/public/templates/admin/extend/widgets.js: line 108, col 11, 'value' is defined but never used. +build/public/templates/admin/extend/widgets.js: line 106, col 68, 'helper' is defined but never used. +build/public/templates/admin/extend/widgets.js: line 125, col 124, Line is too long. +build/public/templates/admin/extend/widgets.js: line 125, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/widgets.js: line 125, col 52, ['availableWidgets'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 128, col 184, Line is too long. +build/public/templates/admin/extend/widgets.js: line 128, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/widgets.js: line 128, col 53, ['availableWidgets'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 128, col 76, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/widgets.js: line 128, col 92, ['availableWidgets'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 128, col 121, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/widgets.js: line 128, col 137, ['availableWidgets'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 128, col 163, ['widget'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 130, col 182, Line is too long. +build/public/templates/admin/extend/widgets.js: line 130, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/widgets.js: line 130, col 53, ['availableWidgets'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 130, col 76, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/widgets.js: line 130, col 92, ['availableWidgets'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 130, col 121, Expected '!==' and instead saw '!='. +build/public/templates/admin/extend/widgets.js: line 130, col 137, ['availableWidgets'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 130, col 163, ['name'] is better written in dot notation. +build/public/templates/admin/extend/widgets.js: line 126, col 13, 'key' is defined but never used. +build/public/templates/admin/extend/widgets.js: line 125, col 117, 'value' is defined but never used. +build/public/templates/admin/extend/widgets.js: line 125, col 109, 'length' is defined but never used. +build/public/templates/admin/extend/widgets.js: line 125, col 102, 'index' is defined but never used. +build/public/templates/admin/extend/widgets.js: line 124, col 11, 'value' is defined but never used. +build/public/templates/admin/extend/widgets.js: line 122, col 82, 'helper' is defined but never used. +build/public/templates/admin/extend/widgets.js: line 139, col 3, Missing semicolon. +build/public/templates/admin/extend/widgets.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/extend/widgets.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/footer.js: line 12, col 493, Line is too long. +build/public/templates/admin/footer.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/footer.js: line 13, col 41, ['isSpider'] is better written in dot notation. +build/public/templates/admin/footer.js: line 15, col 442, Line is too long. +build/public/templates/admin/footer.js: line 16, col 116, Line is too long. +build/public/templates/admin/footer.js: line 16, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/footer.js: line 16, col 53, ['config'] is better written in dot notation. +build/public/templates/admin/footer.js: line 16, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/footer.js: line 16, col 82, ['config'] is better written in dot notation. +build/public/templates/admin/footer.js: line 16, col 92, ['siteTitle'] is better written in dot notation. +build/public/templates/admin/footer.js: line 18, col 270, Line is too long. +build/public/templates/admin/footer.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/footer.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/admin/footer.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/admin/footer.js: line 26, col 3, Missing semicolon. +build/public/templates/admin/footer.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/footer.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/header.js: line 13, col 173, Line is too long. +build/public/templates/admin/header.js: line 13, col 75, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 13, col 91, ['acpLang'] is better written in dot notation. +build/public/templates/admin/header.js: line 13, col 129, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 13, col 145, ['defaultLang'] is better written in dot notation. +build/public/templates/admin/header.js: line 15, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 15, col 41, ['languageDirection'] is better written in dot notation. +build/public/templates/admin/header.js: line 17, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 17, col 53, ['languageDirection'] is better written in dot notation. +build/public/templates/admin/header.js: line 19, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 19, col 53, ['languageDirection'] is better written in dot notation. +build/public/templates/admin/header.js: line 23, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 23, col 49, ['title'] is better written in dot notation. +build/public/templates/admin/header.js: line 25, col 22, ['metaTags'] is better written in dot notation. +build/public/templates/admin/header.js: line 27, col 22, ['linkTags'] is better written in dot notation. +build/public/templates/admin/header.js: line 29, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 29, col 49, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 31, col 26, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 31, col 42, ['languageDirection'] is better written in dot notation. +build/public/templates/admin/header.js: line 31, col 74, Expected '===' and instead saw '=='. +build/public/templates/admin/header.js: line 35, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 37, col 24, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 37, col 40, ['configJSON'] is better written in dot notation. +build/public/templates/admin/header.js: line 39, col 24, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 39, col 40, ['userJSON'] is better written in dot notation. +build/public/templates/admin/header.js: line 41, col 24, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 41, col 40, ['adminConfigJSON'] is better written in dot notation. +build/public/templates/admin/header.js: line 42, col 255, Line is too long. +build/public/templates/admin/header.js: line 43, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 43, col 49, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 45, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 47, col 22, ['scripts'] is better written in dot notation. +build/public/templates/admin/header.js: line 49, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 49, col 49, ['bodyClass'] is better written in dot notation. +build/public/templates/admin/header.js: line 50, col 275, Line is too long. +build/public/templates/admin/header.js: line 51, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 51, col 41, ['upgradeAvailable'] is better written in dot notation. +build/public/templates/admin/header.js: line 55, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 55, col 49, ['version'] is better written in dot notation. +build/public/templates/admin/header.js: line 56, col 127, Line is too long. +build/public/templates/admin/header.js: line 57, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 57, col 49, ['latestVersion'] is better written in dot notation. +build/public/templates/admin/header.js: line 58, col 145, Line is too long. +build/public/templates/admin/header.js: line 59, col 116, Line is too long. +build/public/templates/admin/header.js: line 59, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 59, col 49, ['config'] is better written in dot notation. +build/public/templates/admin/header.js: line 59, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 59, col 78, ['config'] is better written in dot notation. +build/public/templates/admin/header.js: line 59, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 60, col 199, Line is too long. +build/public/templates/admin/header.js: line 61, col 158, Line is too long. +build/public/templates/admin/header.js: line 61, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 61, col 41, ['user'] is better written in dot notation. +build/public/templates/admin/header.js: line 61, col 52, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 61, col 68, ['user'] is better written in dot notation. +build/public/templates/admin/header.js: line 61, col 76, ['privileges'] is better written in dot notation. +build/public/templates/admin/header.js: line 61, col 93, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 61, col 109, ['user'] is better written in dot notation. +build/public/templates/admin/header.js: line 61, col 117, ['privileges'] is better written in dot notation. +build/public/templates/admin/header.js: line 62, col 1069, Line is too long. +build/public/templates/admin/header.js: line 64, col 943, Line is too long. +build/public/templates/admin/header.js: line 65, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 65, col 49, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 66, col 121, Line is too long. +build/public/templates/admin/header.js: line 67, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 67, col 49, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 68, col 126, Line is too long. +build/public/templates/admin/header.js: line 69, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 69, col 49, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 70, col 124, Line is too long. +build/public/templates/admin/header.js: line 71, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 71, col 49, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 72, col 126, Line is too long. +build/public/templates/admin/header.js: line 73, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 73, col 49, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 74, col 124, Line is too long. +build/public/templates/admin/header.js: line 75, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 75, col 41, ['showManageMenu'] is better written in dot notation. +build/public/templates/admin/header.js: line 76, col 550, Line is too long. +build/public/templates/admin/header.js: line 77, col 164, Line is too long. +build/public/templates/admin/header.js: line 77, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 77, col 45, ['user'] is better written in dot notation. +build/public/templates/admin/header.js: line 77, col 56, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 77, col 72, ['user'] is better written in dot notation. +build/public/templates/admin/header.js: line 77, col 80, ['privileges'] is better written in dot notation. +build/public/templates/admin/header.js: line 77, col 97, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 77, col 113, ['user'] is better written in dot notation. +build/public/templates/admin/header.js: line 77, col 121, ['privileges'] is better written in dot notation. +build/public/templates/admin/header.js: line 79, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 79, col 57, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 83, col 164, Line is too long. +build/public/templates/admin/header.js: line 83, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 83, col 45, ['user'] is better written in dot notation. +build/public/templates/admin/header.js: line 83, col 56, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 83, col 72, ['user'] is better written in dot notation. +build/public/templates/admin/header.js: line 83, col 80, ['privileges'] is better written in dot notation. +build/public/templates/admin/header.js: line 83, col 97, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 83, col 113, ['user'] is better written in dot notation. +build/public/templates/admin/header.js: line 83, col 121, ['privileges'] is better written in dot notation. +build/public/templates/admin/header.js: line 85, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 85, col 57, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 89, col 159, Line is too long. +build/public/templates/admin/header.js: line 89, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 89, col 45, ['user'] is better written in dot notation. +build/public/templates/admin/header.js: line 89, col 56, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 89, col 72, ['user'] is better written in dot notation. +build/public/templates/admin/header.js: line 89, col 80, ['privileges'] is better written in dot notation. +build/public/templates/admin/header.js: line 89, col 97, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 89, col 113, ['user'] is better written in dot notation. +build/public/templates/admin/header.js: line 89, col 121, ['privileges'] is better written in dot notation. +build/public/templates/admin/header.js: line 91, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 91, col 57, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 95, col 160, Line is too long. +build/public/templates/admin/header.js: line 95, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 95, col 45, ['user'] is better written in dot notation. +build/public/templates/admin/header.js: line 95, col 56, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 95, col 72, ['user'] is better written in dot notation. +build/public/templates/admin/header.js: line 95, col 80, ['privileges'] is better written in dot notation. +build/public/templates/admin/header.js: line 95, col 97, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 95, col 113, ['user'] is better written in dot notation. +build/public/templates/admin/header.js: line 95, col 121, ['privileges'] is better written in dot notation. +build/public/templates/admin/header.js: line 97, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 97, col 57, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 101, col 165, Line is too long. +build/public/templates/admin/header.js: line 101, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 101, col 45, ['user'] is better written in dot notation. +build/public/templates/admin/header.js: line 101, col 56, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 101, col 72, ['user'] is better written in dot notation. +build/public/templates/admin/header.js: line 101, col 80, ['privileges'] is better written in dot notation. +build/public/templates/admin/header.js: line 101, col 97, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 101, col 113, ['user'] is better written in dot notation. +build/public/templates/admin/header.js: line 101, col 121, ['privileges'] is better written in dot notation. +build/public/templates/admin/header.js: line 103, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 103, col 57, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 107, col 158, Line is too long. +build/public/templates/admin/header.js: line 107, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 107, col 45, ['user'] is better written in dot notation. +build/public/templates/admin/header.js: line 107, col 56, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 107, col 72, ['user'] is better written in dot notation. +build/public/templates/admin/header.js: line 107, col 80, ['privileges'] is better written in dot notation. +build/public/templates/admin/header.js: line 107, col 97, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 107, col 113, ['user'] is better written in dot notation. +build/public/templates/admin/header.js: line 107, col 121, ['privileges'] is better written in dot notation. +build/public/templates/admin/header.js: line 109, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 109, col 57, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 113, col 158, Line is too long. +build/public/templates/admin/header.js: line 113, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 113, col 45, ['user'] is better written in dot notation. +build/public/templates/admin/header.js: line 113, col 56, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 113, col 72, ['user'] is better written in dot notation. +build/public/templates/admin/header.js: line 113, col 80, ['privileges'] is better written in dot notation. +build/public/templates/admin/header.js: line 113, col 97, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 113, col 113, ['user'] is better written in dot notation. +build/public/templates/admin/header.js: line 113, col 121, ['privileges'] is better written in dot notation. +build/public/templates/admin/header.js: line 113, col 135, ['superadmin'] is better written in dot notation. +build/public/templates/admin/header.js: line 115, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 115, col 57, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 116, col 140, Line is too long. +build/public/templates/admin/header.js: line 117, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 117, col 57, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 118, col 130, Line is too long. +build/public/templates/admin/header.js: line 119, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 119, col 57, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 120, col 210, Line is too long. +build/public/templates/admin/header.js: line 121, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 121, col 57, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 122, col 177, Line is too long. +build/public/templates/admin/header.js: line 123, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 123, col 57, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 124, col 177, Line is too long. +build/public/templates/admin/header.js: line 125, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 125, col 57, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 126, col 112, Line is too long. +build/public/templates/admin/header.js: line 131, col 158, Line is too long. +build/public/templates/admin/header.js: line 131, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 131, col 41, ['user'] is better written in dot notation. +build/public/templates/admin/header.js: line 131, col 52, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 131, col 68, ['user'] is better written in dot notation. +build/public/templates/admin/header.js: line 131, col 76, ['privileges'] is better written in dot notation. +build/public/templates/admin/header.js: line 131, col 93, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 131, col 109, ['user'] is better written in dot notation. +build/public/templates/admin/header.js: line 131, col 117, ['privileges'] is better written in dot notation. +build/public/templates/admin/header.js: line 132, col 637, Line is too long. +build/public/templates/admin/header.js: line 133, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 133, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 134, col 129, Line is too long. +build/public/templates/admin/header.js: line 135, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 135, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 136, col 136, Line is too long. +build/public/templates/admin/header.js: line 137, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 137, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 138, col 124, Line is too long. +build/public/templates/admin/header.js: line 139, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 139, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 140, col 136, Line is too long. +build/public/templates/admin/header.js: line 141, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 141, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 142, col 126, Line is too long. +build/public/templates/admin/header.js: line 143, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 143, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 144, col 122, Line is too long. +build/public/templates/admin/header.js: line 145, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 145, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 146, col 124, Line is too long. +build/public/templates/admin/header.js: line 147, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 147, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 148, col 130, Line is too long. +build/public/templates/admin/header.js: line 149, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 149, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 150, col 126, Line is too long. +build/public/templates/admin/header.js: line 151, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 151, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 152, col 124, Line is too long. +build/public/templates/admin/header.js: line 153, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 153, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 154, col 136, Line is too long. +build/public/templates/admin/header.js: line 155, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 155, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 156, col 142, Line is too long. +build/public/templates/admin/header.js: line 157, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 157, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 158, col 122, Line is too long. +build/public/templates/admin/header.js: line 159, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 159, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 160, col 138, Line is too long. +build/public/templates/admin/header.js: line 161, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 161, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 162, col 130, Line is too long. +build/public/templates/admin/header.js: line 163, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 163, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 164, col 138, Line is too long. +build/public/templates/admin/header.js: line 165, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 165, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 166, col 764, Line is too long. +build/public/templates/admin/header.js: line 167, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 167, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 168, col 156, Line is too long. +build/public/templates/admin/header.js: line 169, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 169, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 170, col 158, Line is too long. +build/public/templates/admin/header.js: line 171, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 171, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 172, col 721, Line is too long. +build/public/templates/admin/header.js: line 173, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 173, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 174, col 126, Line is too long. +build/public/templates/admin/header.js: line 175, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 175, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 176, col 126, Line is too long. +build/public/templates/admin/header.js: line 177, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 177, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 178, col 121, Line is too long. +build/public/templates/admin/header.js: line 179, col 105, Line is too long. +build/public/templates/admin/header.js: line 179, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 179, col 45, ['plugins'] is better written in dot notation. +build/public/templates/admin/header.js: line 179, col 59, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 179, col 75, ['plugins'] is better written in dot notation. +build/public/templates/admin/header.js: line 179, col 86, ['length'] is better written in dot notation. +build/public/templates/admin/header.js: line 180, col 558, Line is too long. +build/public/templates/admin/header.js: line 181, col 30, ['plugins'] is better written in dot notation. +build/public/templates/admin/header.js: line 183, col 123, Line is too long. +build/public/templates/admin/header.js: line 183, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 183, col 49, ['authentication'] is better written in dot notation. +build/public/templates/admin/header.js: line 183, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 183, col 86, ['authentication'] is better written in dot notation. +build/public/templates/admin/header.js: line 183, col 104, ['length'] is better written in dot notation. +build/public/templates/admin/header.js: line 185, col 34, ['authentication'] is better written in dot notation. +build/public/templates/admin/header.js: line 189, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 189, col 57, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 190, col 118, Line is too long. +build/public/templates/admin/header.js: line 195, col 154, Line is too long. +build/public/templates/admin/header.js: line 195, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 195, col 41, ['user'] is better written in dot notation. +build/public/templates/admin/header.js: line 195, col 52, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 195, col 68, ['user'] is better written in dot notation. +build/public/templates/admin/header.js: line 195, col 76, ['privileges'] is better written in dot notation. +build/public/templates/admin/header.js: line 195, col 93, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 195, col 109, ['user'] is better written in dot notation. +build/public/templates/admin/header.js: line 195, col 117, ['privileges'] is better written in dot notation. +build/public/templates/admin/header.js: line 195, col 131, ['superadmin'] is better written in dot notation. +build/public/templates/admin/header.js: line 196, col 617, Line is too long. +build/public/templates/admin/header.js: line 197, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 197, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 198, col 132, Line is too long. +build/public/templates/admin/header.js: line 199, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 199, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 200, col 128, Line is too long. +build/public/templates/admin/header.js: line 201, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 201, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 202, col 126, Line is too long. +build/public/templates/admin/header.js: line 203, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 203, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 204, col 126, Line is too long. +build/public/templates/admin/header.js: line 205, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 205, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 206, col 128, Line is too long. +build/public/templates/admin/header.js: line 207, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 207, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 209, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 209, col 45, ['env'] is better written in dot notation. +build/public/templates/admin/header.js: line 211, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 211, col 57, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 217, col 154, Line is too long. +build/public/templates/admin/header.js: line 217, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 217, col 41, ['user'] is better written in dot notation. +build/public/templates/admin/header.js: line 217, col 52, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 217, col 68, ['user'] is better written in dot notation. +build/public/templates/admin/header.js: line 217, col 76, ['privileges'] is better written in dot notation. +build/public/templates/admin/header.js: line 217, col 93, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 217, col 109, ['user'] is better written in dot notation. +build/public/templates/admin/header.js: line 217, col 117, ['privileges'] is better written in dot notation. +build/public/templates/admin/header.js: line 217, col 131, ['superadmin'] is better written in dot notation. +build/public/templates/admin/header.js: line 218, col 477, Line is too long. +build/public/templates/admin/header.js: line 220, col 540, Line is too long. +build/public/templates/admin/header.js: line 221, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 221, col 41, ['upgradeAvailable'] is better written in dot notation. +build/public/templates/admin/header.js: line 225, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 225, col 49, ['version'] is better written in dot notation. +build/public/templates/admin/header.js: line 226, col 127, Line is too long. +build/public/templates/admin/header.js: line 227, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 227, col 49, ['latestVersion'] is better written in dot notation. +build/public/templates/admin/header.js: line 228, col 145, Line is too long. +build/public/templates/admin/header.js: line 229, col 116, Line is too long. +build/public/templates/admin/header.js: line 229, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 229, col 49, ['config'] is better written in dot notation. +build/public/templates/admin/header.js: line 229, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 229, col 78, ['config'] is better written in dot notation. +build/public/templates/admin/header.js: line 229, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 230, col 177, Line is too long. +build/public/templates/admin/header.js: line 231, col 158, Line is too long. +build/public/templates/admin/header.js: line 231, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 231, col 41, ['user'] is better written in dot notation. +build/public/templates/admin/header.js: line 231, col 52, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 231, col 68, ['user'] is better written in dot notation. +build/public/templates/admin/header.js: line 231, col 76, ['privileges'] is better written in dot notation. +build/public/templates/admin/header.js: line 231, col 93, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 231, col 109, ['user'] is better written in dot notation. +build/public/templates/admin/header.js: line 231, col 117, ['privileges'] is better written in dot notation. +build/public/templates/admin/header.js: line 232, col 1069, Line is too long. +build/public/templates/admin/header.js: line 234, col 871, Line is too long. +build/public/templates/admin/header.js: line 235, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 235, col 49, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 236, col 121, Line is too long. +build/public/templates/admin/header.js: line 237, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 237, col 49, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 238, col 126, Line is too long. +build/public/templates/admin/header.js: line 239, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 239, col 49, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 240, col 124, Line is too long. +build/public/templates/admin/header.js: line 241, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 241, col 49, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 242, col 126, Line is too long. +build/public/templates/admin/header.js: line 243, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 243, col 49, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 244, col 124, Line is too long. +build/public/templates/admin/header.js: line 245, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 245, col 41, ['showManageMenu'] is better written in dot notation. +build/public/templates/admin/header.js: line 246, col 550, Line is too long. +build/public/templates/admin/header.js: line 247, col 164, Line is too long. +build/public/templates/admin/header.js: line 247, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 247, col 45, ['user'] is better written in dot notation. +build/public/templates/admin/header.js: line 247, col 56, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 247, col 72, ['user'] is better written in dot notation. +build/public/templates/admin/header.js: line 247, col 80, ['privileges'] is better written in dot notation. +build/public/templates/admin/header.js: line 247, col 97, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 247, col 113, ['user'] is better written in dot notation. +build/public/templates/admin/header.js: line 247, col 121, ['privileges'] is better written in dot notation. +build/public/templates/admin/header.js: line 249, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 249, col 57, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 253, col 164, Line is too long. +build/public/templates/admin/header.js: line 253, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 253, col 45, ['user'] is better written in dot notation. +build/public/templates/admin/header.js: line 253, col 56, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 253, col 72, ['user'] is better written in dot notation. +build/public/templates/admin/header.js: line 253, col 80, ['privileges'] is better written in dot notation. +build/public/templates/admin/header.js: line 253, col 97, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 253, col 113, ['user'] is better written in dot notation. +build/public/templates/admin/header.js: line 253, col 121, ['privileges'] is better written in dot notation. +build/public/templates/admin/header.js: line 255, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 255, col 57, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 259, col 159, Line is too long. +build/public/templates/admin/header.js: line 259, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 259, col 45, ['user'] is better written in dot notation. +build/public/templates/admin/header.js: line 259, col 56, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 259, col 72, ['user'] is better written in dot notation. +build/public/templates/admin/header.js: line 259, col 80, ['privileges'] is better written in dot notation. +build/public/templates/admin/header.js: line 259, col 97, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 259, col 113, ['user'] is better written in dot notation. +build/public/templates/admin/header.js: line 259, col 121, ['privileges'] is better written in dot notation. +build/public/templates/admin/header.js: line 261, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 261, col 57, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 265, col 160, Line is too long. +build/public/templates/admin/header.js: line 265, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 265, col 45, ['user'] is better written in dot notation. +build/public/templates/admin/header.js: line 265, col 56, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 265, col 72, ['user'] is better written in dot notation. +build/public/templates/admin/header.js: line 265, col 80, ['privileges'] is better written in dot notation. +build/public/templates/admin/header.js: line 265, col 97, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 265, col 113, ['user'] is better written in dot notation. +build/public/templates/admin/header.js: line 265, col 121, ['privileges'] is better written in dot notation. +build/public/templates/admin/header.js: line 267, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 267, col 57, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 271, col 165, Line is too long. +build/public/templates/admin/header.js: line 271, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 271, col 45, ['user'] is better written in dot notation. +build/public/templates/admin/header.js: line 271, col 56, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 271, col 72, ['user'] is better written in dot notation. +build/public/templates/admin/header.js: line 271, col 80, ['privileges'] is better written in dot notation. +build/public/templates/admin/header.js: line 271, col 97, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 271, col 113, ['user'] is better written in dot notation. +build/public/templates/admin/header.js: line 271, col 121, ['privileges'] is better written in dot notation. +build/public/templates/admin/header.js: line 273, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 273, col 57, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 277, col 158, Line is too long. +build/public/templates/admin/header.js: line 277, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 277, col 45, ['user'] is better written in dot notation. +build/public/templates/admin/header.js: line 277, col 56, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 277, col 72, ['user'] is better written in dot notation. +build/public/templates/admin/header.js: line 277, col 80, ['privileges'] is better written in dot notation. +build/public/templates/admin/header.js: line 277, col 97, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 277, col 113, ['user'] is better written in dot notation. +build/public/templates/admin/header.js: line 277, col 121, ['privileges'] is better written in dot notation. +build/public/templates/admin/header.js: line 279, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 279, col 57, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 283, col 158, Line is too long. +build/public/templates/admin/header.js: line 283, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 283, col 45, ['user'] is better written in dot notation. +build/public/templates/admin/header.js: line 283, col 56, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 283, col 72, ['user'] is better written in dot notation. +build/public/templates/admin/header.js: line 283, col 80, ['privileges'] is better written in dot notation. +build/public/templates/admin/header.js: line 283, col 97, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 283, col 113, ['user'] is better written in dot notation. +build/public/templates/admin/header.js: line 283, col 121, ['privileges'] is better written in dot notation. +build/public/templates/admin/header.js: line 283, col 135, ['superadmin'] is better written in dot notation. +build/public/templates/admin/header.js: line 285, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 285, col 57, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 286, col 140, Line is too long. +build/public/templates/admin/header.js: line 287, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 287, col 57, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 288, col 130, Line is too long. +build/public/templates/admin/header.js: line 289, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 289, col 57, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 290, col 210, Line is too long. +build/public/templates/admin/header.js: line 291, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 291, col 57, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 292, col 177, Line is too long. +build/public/templates/admin/header.js: line 293, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 293, col 57, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 294, col 177, Line is too long. +build/public/templates/admin/header.js: line 295, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 295, col 57, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 296, col 112, Line is too long. +build/public/templates/admin/header.js: line 301, col 158, Line is too long. +build/public/templates/admin/header.js: line 301, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 301, col 41, ['user'] is better written in dot notation. +build/public/templates/admin/header.js: line 301, col 52, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 301, col 68, ['user'] is better written in dot notation. +build/public/templates/admin/header.js: line 301, col 76, ['privileges'] is better written in dot notation. +build/public/templates/admin/header.js: line 301, col 93, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 301, col 109, ['user'] is better written in dot notation. +build/public/templates/admin/header.js: line 301, col 117, ['privileges'] is better written in dot notation. +build/public/templates/admin/header.js: line 302, col 637, Line is too long. +build/public/templates/admin/header.js: line 303, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 303, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 304, col 129, Line is too long. +build/public/templates/admin/header.js: line 305, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 305, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 306, col 136, Line is too long. +build/public/templates/admin/header.js: line 307, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 307, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 308, col 124, Line is too long. +build/public/templates/admin/header.js: line 309, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 309, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 310, col 136, Line is too long. +build/public/templates/admin/header.js: line 311, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 311, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 312, col 126, Line is too long. +build/public/templates/admin/header.js: line 313, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 313, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 314, col 122, Line is too long. +build/public/templates/admin/header.js: line 315, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 315, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 316, col 124, Line is too long. +build/public/templates/admin/header.js: line 317, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 317, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 318, col 130, Line is too long. +build/public/templates/admin/header.js: line 319, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 319, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 320, col 126, Line is too long. +build/public/templates/admin/header.js: line 321, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 321, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 322, col 124, Line is too long. +build/public/templates/admin/header.js: line 323, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 323, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 324, col 136, Line is too long. +build/public/templates/admin/header.js: line 325, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 325, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 326, col 142, Line is too long. +build/public/templates/admin/header.js: line 327, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 327, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 328, col 122, Line is too long. +build/public/templates/admin/header.js: line 329, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 329, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 330, col 138, Line is too long. +build/public/templates/admin/header.js: line 331, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 331, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 332, col 130, Line is too long. +build/public/templates/admin/header.js: line 333, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 333, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 334, col 138, Line is too long. +build/public/templates/admin/header.js: line 335, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 335, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 336, col 764, Line is too long. +build/public/templates/admin/header.js: line 337, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 337, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 338, col 156, Line is too long. +build/public/templates/admin/header.js: line 339, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 339, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 340, col 158, Line is too long. +build/public/templates/admin/header.js: line 341, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 341, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 342, col 721, Line is too long. +build/public/templates/admin/header.js: line 343, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 343, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 344, col 126, Line is too long. +build/public/templates/admin/header.js: line 345, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 345, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 346, col 126, Line is too long. +build/public/templates/admin/header.js: line 347, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 347, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 348, col 121, Line is too long. +build/public/templates/admin/header.js: line 349, col 105, Line is too long. +build/public/templates/admin/header.js: line 349, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 349, col 45, ['plugins'] is better written in dot notation. +build/public/templates/admin/header.js: line 349, col 59, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 349, col 75, ['plugins'] is better written in dot notation. +build/public/templates/admin/header.js: line 349, col 86, ['length'] is better written in dot notation. +build/public/templates/admin/header.js: line 350, col 558, Line is too long. +build/public/templates/admin/header.js: line 351, col 116, Line is too long. +build/public/templates/admin/header.js: line 351, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 351, col 53, ['plugins'] is better written in dot notation. +build/public/templates/admin/header.js: line 354, col 45, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 354, col 61, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 356, col 164, Line is too long. +build/public/templates/admin/header.js: line 356, col 45, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 356, col 61, ['plugins'] is better written in dot notation. +build/public/templates/admin/header.js: line 356, col 75, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 356, col 91, ['plugins'] is better written in dot notation. +build/public/templates/admin/header.js: line 356, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 356, col 127, ['plugins'] is better written in dot notation. +build/public/templates/admin/header.js: line 356, col 144, ['route'] is better written in dot notation. +build/public/templates/admin/header.js: line 358, col 163, Line is too long. +build/public/templates/admin/header.js: line 358, col 45, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 358, col 61, ['plugins'] is better written in dot notation. +build/public/templates/admin/header.js: line 358, col 75, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 358, col 91, ['plugins'] is better written in dot notation. +build/public/templates/admin/header.js: line 358, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 358, col 127, ['plugins'] is better written in dot notation. +build/public/templates/admin/header.js: line 358, col 144, ['name'] is better written in dot notation. +build/public/templates/admin/header.js: line 352, col 21, 'key' is defined but never used. +build/public/templates/admin/header.js: line 351, col 109, 'value' is defined but never used. +build/public/templates/admin/header.js: line 351, col 101, 'length' is defined but never used. +build/public/templates/admin/header.js: line 351, col 94, 'index' is defined but never used. +build/public/templates/admin/header.js: line 364, col 123, Line is too long. +build/public/templates/admin/header.js: line 364, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 364, col 49, ['authentication'] is better written in dot notation. +build/public/templates/admin/header.js: line 364, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 364, col 86, ['authentication'] is better written in dot notation. +build/public/templates/admin/header.js: line 364, col 104, ['length'] is better written in dot notation. +build/public/templates/admin/header.js: line 366, col 127, Line is too long. +build/public/templates/admin/header.js: line 366, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 366, col 57, ['authentication'] is better written in dot notation. +build/public/templates/admin/header.js: line 369, col 49, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 369, col 65, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 371, col 189, Line is too long. +build/public/templates/admin/header.js: line 371, col 49, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 371, col 65, ['authentication'] is better written in dot notation. +build/public/templates/admin/header.js: line 371, col 86, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 371, col 102, ['authentication'] is better written in dot notation. +build/public/templates/admin/header.js: line 371, col 129, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 371, col 145, ['authentication'] is better written in dot notation. +build/public/templates/admin/header.js: line 371, col 169, ['route'] is better written in dot notation. +build/public/templates/admin/header.js: line 373, col 188, Line is too long. +build/public/templates/admin/header.js: line 373, col 49, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 373, col 65, ['authentication'] is better written in dot notation. +build/public/templates/admin/header.js: line 373, col 86, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 373, col 102, ['authentication'] is better written in dot notation. +build/public/templates/admin/header.js: line 373, col 129, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 373, col 145, ['authentication'] is better written in dot notation. +build/public/templates/admin/header.js: line 373, col 169, ['name'] is better written in dot notation. +build/public/templates/admin/header.js: line 367, col 25, 'key' is defined but never used. +build/public/templates/admin/header.js: line 366, col 120, 'value' is defined but never used. +build/public/templates/admin/header.js: line 366, col 112, 'length' is defined but never used. +build/public/templates/admin/header.js: line 366, col 105, 'index' is defined but never used. +build/public/templates/admin/header.js: line 381, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 381, col 57, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 382, col 118, Line is too long. +build/public/templates/admin/header.js: line 387, col 154, Line is too long. +build/public/templates/admin/header.js: line 387, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 387, col 41, ['user'] is better written in dot notation. +build/public/templates/admin/header.js: line 387, col 52, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 387, col 68, ['user'] is better written in dot notation. +build/public/templates/admin/header.js: line 387, col 76, ['privileges'] is better written in dot notation. +build/public/templates/admin/header.js: line 387, col 93, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 387, col 109, ['user'] is better written in dot notation. +build/public/templates/admin/header.js: line 387, col 117, ['privileges'] is better written in dot notation. +build/public/templates/admin/header.js: line 387, col 131, ['superadmin'] is better written in dot notation. +build/public/templates/admin/header.js: line 388, col 617, Line is too long. +build/public/templates/admin/header.js: line 389, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 389, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 390, col 132, Line is too long. +build/public/templates/admin/header.js: line 391, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 391, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 392, col 128, Line is too long. +build/public/templates/admin/header.js: line 393, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 393, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 394, col 126, Line is too long. +build/public/templates/admin/header.js: line 395, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 395, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 396, col 126, Line is too long. +build/public/templates/admin/header.js: line 397, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 397, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 398, col 128, Line is too long. +build/public/templates/admin/header.js: line 399, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 399, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 401, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 401, col 45, ['env'] is better written in dot notation. +build/public/templates/admin/header.js: line 403, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 403, col 57, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 408, col 106, Line is too long. +build/public/templates/admin/header.js: line 409, col 154, Line is too long. +build/public/templates/admin/header.js: line 409, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 409, col 41, ['user'] is better written in dot notation. +build/public/templates/admin/header.js: line 409, col 52, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 409, col 68, ['user'] is better written in dot notation. +build/public/templates/admin/header.js: line 409, col 76, ['privileges'] is better written in dot notation. +build/public/templates/admin/header.js: line 409, col 93, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 409, col 109, ['user'] is better written in dot notation. +build/public/templates/admin/header.js: line 409, col 117, ['privileges'] is better written in dot notation. +build/public/templates/admin/header.js: line 409, col 131, ['superadmin'] is better written in dot notation. +build/public/templates/admin/header.js: line 410, col 477, Line is too long. +build/public/templates/admin/header.js: line 412, col 303, Line is too long. +build/public/templates/admin/header.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/header.js: line 419, col 116, Line is too long. +build/public/templates/admin/header.js: line 419, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 419, col 52, ['metaTags'] is better written in dot notation. +build/public/templates/admin/header.js: line 420, col 13, 'key' is defined but never used. +build/public/templates/admin/header.js: line 418, col 11, 'value' is defined but never used. +build/public/templates/admin/header.js: line 429, col 116, Line is too long. +build/public/templates/admin/header.js: line 429, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 429, col 52, ['linkTags'] is better written in dot notation. +build/public/templates/admin/header.js: line 430, col 13, 'key' is defined but never used. +build/public/templates/admin/header.js: line 428, col 11, 'value' is defined but never used. +build/public/templates/admin/header.js: line 439, col 115, Line is too long. +build/public/templates/admin/header.js: line 439, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 439, col 52, ['scripts'] is better written in dot notation. +build/public/templates/admin/header.js: line 442, col 154, Line is too long. +build/public/templates/admin/header.js: line 442, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 442, col 53, ['scripts'] is better written in dot notation. +build/public/templates/admin/header.js: line 442, col 67, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 442, col 83, ['scripts'] is better written in dot notation. +build/public/templates/admin/header.js: line 442, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 442, col 119, ['scripts'] is better written in dot notation. +build/public/templates/admin/header.js: line 442, col 136, ['src'] is better written in dot notation. +build/public/templates/admin/header.js: line 440, col 13, 'key' is defined but never used. +build/public/templates/admin/header.js: line 439, col 108, 'value' is defined but never used. +build/public/templates/admin/header.js: line 439, col 100, 'length' is defined but never used. +build/public/templates/admin/header.js: line 439, col 93, 'index' is defined but never used. +build/public/templates/admin/header.js: line 438, col 11, 'value' is defined but never used. +build/public/templates/admin/header.js: line 436, col 64, 'helper' is defined but never used. +build/public/templates/admin/header.js: line 451, col 115, Line is too long. +build/public/templates/admin/header.js: line 451, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 451, col 52, ['plugins'] is better written in dot notation. +build/public/templates/admin/header.js: line 454, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 454, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 456, col 156, Line is too long. +build/public/templates/admin/header.js: line 456, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 456, col 53, ['plugins'] is better written in dot notation. +build/public/templates/admin/header.js: line 456, col 67, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 456, col 83, ['plugins'] is better written in dot notation. +build/public/templates/admin/header.js: line 456, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 456, col 119, ['plugins'] is better written in dot notation. +build/public/templates/admin/header.js: line 456, col 136, ['route'] is better written in dot notation. +build/public/templates/admin/header.js: line 458, col 155, Line is too long. +build/public/templates/admin/header.js: line 458, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 458, col 53, ['plugins'] is better written in dot notation. +build/public/templates/admin/header.js: line 458, col 67, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 458, col 83, ['plugins'] is better written in dot notation. +build/public/templates/admin/header.js: line 458, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 458, col 119, ['plugins'] is better written in dot notation. +build/public/templates/admin/header.js: line 458, col 136, ['name'] is better written in dot notation. +build/public/templates/admin/header.js: line 452, col 13, 'key' is defined but never used. +build/public/templates/admin/header.js: line 451, col 108, 'value' is defined but never used. +build/public/templates/admin/header.js: line 451, col 100, 'length' is defined but never used. +build/public/templates/admin/header.js: line 451, col 93, 'index' is defined but never used. +build/public/templates/admin/header.js: line 450, col 11, 'value' is defined but never used. +build/public/templates/admin/header.js: line 448, col 64, 'helper' is defined but never used. +build/public/templates/admin/header.js: line 467, col 122, Line is too long. +build/public/templates/admin/header.js: line 467, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 467, col 52, ['authentication'] is better written in dot notation. +build/public/templates/admin/header.js: line 470, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 470, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/header.js: line 472, col 177, Line is too long. +build/public/templates/admin/header.js: line 472, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 472, col 53, ['authentication'] is better written in dot notation. +build/public/templates/admin/header.js: line 472, col 74, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 472, col 90, ['authentication'] is better written in dot notation. +build/public/templates/admin/header.js: line 472, col 117, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 472, col 133, ['authentication'] is better written in dot notation. +build/public/templates/admin/header.js: line 472, col 157, ['route'] is better written in dot notation. +build/public/templates/admin/header.js: line 474, col 176, Line is too long. +build/public/templates/admin/header.js: line 474, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 474, col 53, ['authentication'] is better written in dot notation. +build/public/templates/admin/header.js: line 474, col 74, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 474, col 90, ['authentication'] is better written in dot notation. +build/public/templates/admin/header.js: line 474, col 117, Expected '!==' and instead saw '!='. +build/public/templates/admin/header.js: line 474, col 133, ['authentication'] is better written in dot notation. +build/public/templates/admin/header.js: line 474, col 157, ['name'] is better written in dot notation. +build/public/templates/admin/header.js: line 468, col 13, 'key' is defined but never used. +build/public/templates/admin/header.js: line 467, col 115, 'value' is defined but never used. +build/public/templates/admin/header.js: line 467, col 107, 'length' is defined but never used. +build/public/templates/admin/header.js: line 467, col 100, 'index' is defined but never used. +build/public/templates/admin/header.js: line 466, col 11, 'value' is defined but never used. +build/public/templates/admin/header.js: line 464, col 78, 'helper' is defined but never used. +build/public/templates/admin/header.js: line 483, col 3, Missing semicolon. +build/public/templates/admin/header.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/header.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/manage/admins-mods.js: line 12, col 709, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 14, col 420, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 17, col 162, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 17, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 17, col 41, ['globalMods'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 17, col 58, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 17, col 74, ['globalMods'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 17, col 88, ['members'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 17, col 102, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 17, col 118, ['globalMods'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 17, col 132, ['members'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 17, col 143, ['length'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 20, col 603, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 21, col 145, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 21, col 26, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 21, col 42, ['selectedCategory'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 21, col 92, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 21, col 108, ['showCategorySelectLabel'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 23, col 159, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 23, col 84, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 23, col 100, ['selectedCategory'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 25, col 131, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 25, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 25, col 53, ['selectedCategory'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 25, col 76, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 25, col 92, ['selectedCategory'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 25, col 112, ['name'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 28, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 28, col 45, ['selectCategoryIcon'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 29, col 39, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 29, col 55, ['selectCategoryIcon'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 32, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 32, col 45, ['selectCategoryLabel'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 33, col 39, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 33, col 55, ['selectCategoryLabel'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 36, col 620, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 37, col 22, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 39, col 109, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 39, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 39, col 41, ['breadcrumbs'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 39, col 59, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 39, col 75, ['breadcrumbs'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 39, col 90, ['length'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 40, col 141, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 41, col 26, ['breadcrumbs'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 45, col 111, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 45, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 45, col 41, ['categoryMods'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 45, col 60, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 45, col 76, ['categoryMods'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 45, col 92, ['length'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 49, col 22, ['categoryMods'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 51, col 158, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 51, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 51, col 41, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 51, col 58, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 51, col 74, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 51, col 88, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 51, col 100, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 51, col 116, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 51, col 130, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 51, col 139, ['length'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 54, col 148, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 55, col 156, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 55, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 55, col 41, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 55, col 58, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 55, col 74, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 55, col 88, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 55, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 55, col 115, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 55, col 129, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 55, col 137, ['active'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 59, col 162, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 59, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 59, col 49, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 59, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 59, col 82, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 59, col 96, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 59, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 59, col 123, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 59, col 137, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 59, col 145, ['qs'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 61, col 164, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 61, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 61, col 49, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 61, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 61, col 82, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 61, col 96, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 61, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 61, col 123, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 61, col 137, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 61, col 145, ['page'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 65, col 156, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 65, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 65, col 41, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 65, col 58, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 65, col 74, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 65, col 88, ['next'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 65, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 65, col 115, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 65, col 129, ['next'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 65, col 137, ['active'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 69, col 162, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 69, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 69, col 49, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 69, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 69, col 82, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 69, col 96, ['next'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 69, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 69, col 123, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 69, col 137, ['next'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 69, col 145, ['qs'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 71, col 164, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 71, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 71, col 49, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 71, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 71, col 82, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 71, col 96, ['next'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 71, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 71, col 123, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 71, col 137, ['next'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 71, col 145, ['page'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 73, col 102, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 73, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 73, col 41, ['template'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 73, col 56, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 73, col 72, ['template'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 73, col 84, ['topic'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 75, col 126, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 76, col 160, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 76, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 76, col 45, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 76, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 76, col 78, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 76, col 92, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 76, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 76, col 119, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 76, col 133, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 76, col 141, ['active'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 80, col 168, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 80, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 80, col 53, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 80, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 80, col 86, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 80, col 100, ['first'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 80, col 112, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 80, col 128, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 80, col 142, ['first'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 80, col 151, ['qs'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 81, col 115, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 82, col 160, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 82, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 82, col 45, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 82, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 82, col 78, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 82, col 92, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 82, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 82, col 119, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 82, col 133, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 82, col 141, ['active'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 86, col 166, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 86, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 86, col 53, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 86, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 86, col 86, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 86, col 100, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 86, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 86, col 127, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 86, col 141, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 86, col 149, ['qs'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 88, col 168, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 88, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 88, col 53, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 88, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 88, col 86, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 88, col 100, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 88, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 88, col 127, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 88, col 141, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 88, col 149, ['page'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 89, col 196, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 90, col 126, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 90, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 90, col 53, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 90, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 90, col 86, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 90, col 100, ['currentPage'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 92, col 124, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 92, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 92, col 53, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 92, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 92, col 86, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 92, col 100, ['pageCount'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 94, col 160, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 94, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 94, col 45, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 94, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 94, col 78, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 94, col 92, ['next'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 94, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 94, col 119, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 94, col 133, ['next'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 94, col 141, ['active'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 98, col 166, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 98, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 98, col 53, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 98, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 98, col 86, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 98, col 100, ['next'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 98, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 98, col 127, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 98, col 141, ['next'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 98, col 149, ['qs'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 100, col 168, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 100, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 100, col 53, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 100, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 100, col 86, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 100, col 100, ['next'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 100, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 100, col 127, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 100, col 141, ['next'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 100, col 149, ['page'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 102, col 160, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 102, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 102, col 45, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 102, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 102, col 78, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 102, col 92, ['next'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 102, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 102, col 119, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 102, col 133, ['next'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 102, col 141, ['active'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 106, col 166, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 106, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 106, col 53, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 106, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 106, col 86, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 106, col 100, ['last'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 106, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 106, col 127, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 106, col 141, ['last'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 106, col 149, ['qs'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 108, col 124, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 108, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 108, col 53, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 108, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 108, col 86, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 108, col 100, ['pageCount'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/manage/admins-mods.js: line 117, col 154, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 117, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 117, col 52, ['admins'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 117, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 117, col 81, ['admins'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 117, col 91, ['members'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 119, col 122, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 120, col 213, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 120, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 120, col 53, ['admins'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 120, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 120, col 82, ['admins'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 120, col 92, ['members'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 120, col 106, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 120, col 122, ['admins'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 120, col 132, ['members'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 120, col 152, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 120, col 168, ['admins'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 120, col 178, ['members'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 120, col 195, ['uid'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 122, col 262, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 122, col 78, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 122, col 94, ['admins'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 122, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 122, col 123, ['admins'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 122, col 133, ['members'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 122, col 147, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 122, col 163, ['admins'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 122, col 173, ['members'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 122, col 225, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 124, col 120, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 124, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 124, col 53, ['config'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 124, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 124, col 82, ['config'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 124, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 126, col 218, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 126, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 126, col 53, ['admins'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 126, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 126, col 82, ['admins'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 126, col 92, ['members'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 126, col 106, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 126, col 122, ['admins'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 126, col 132, ['members'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 126, col 152, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 126, col 168, ['admins'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 126, col 178, ['members'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 126, col 195, ['userslug'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 128, col 218, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 128, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 128, col 53, ['admins'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 128, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 128, col 82, ['admins'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 128, col 92, ['members'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 128, col 106, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 128, col 122, ['admins'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 128, col 132, ['members'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 128, col 152, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 128, col 168, ['admins'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 128, col 178, ['members'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 128, col 195, ['username'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 129, col 137, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 118, col 13, 'key' is defined but never used. +build/public/templates/admin/manage/admins-mods.js: line 117, col 147, 'value' is defined but never used. +build/public/templates/admin/manage/admins-mods.js: line 117, col 139, 'length' is defined but never used. +build/public/templates/admin/manage/admins-mods.js: line 117, col 132, 'index' is defined but never used. +build/public/templates/admin/manage/admins-mods.js: line 116, col 11, 'value' is defined but never used. +build/public/templates/admin/manage/admins-mods.js: line 137, col 162, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 137, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 137, col 52, ['globalMods'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 137, col 69, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 137, col 85, ['globalMods'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 137, col 99, ['members'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 139, col 122, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 140, col 229, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 140, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 140, col 53, ['globalMods'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 140, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 140, col 86, ['globalMods'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 140, col 100, ['members'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 140, col 114, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 140, col 130, ['globalMods'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 140, col 144, ['members'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 140, col 164, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 140, col 180, ['globalMods'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 140, col 194, ['members'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 140, col 211, ['uid'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 142, col 274, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 142, col 78, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 142, col 94, ['globalMods'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 142, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 142, col 127, ['globalMods'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 142, col 141, ['members'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 142, col 155, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 142, col 171, ['globalMods'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 142, col 185, ['members'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 142, col 237, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 144, col 120, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 144, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 144, col 53, ['config'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 144, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 144, col 82, ['config'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 144, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 146, col 234, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 146, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 146, col 53, ['globalMods'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 146, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 146, col 86, ['globalMods'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 146, col 100, ['members'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 146, col 114, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 146, col 130, ['globalMods'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 146, col 144, ['members'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 146, col 164, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 146, col 180, ['globalMods'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 146, col 194, ['members'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 146, col 211, ['userslug'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 148, col 234, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 148, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 148, col 53, ['globalMods'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 148, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 148, col 86, ['globalMods'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 148, col 100, ['members'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 148, col 114, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 148, col 130, ['globalMods'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 148, col 144, ['members'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 148, col 164, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 148, col 180, ['globalMods'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 148, col 194, ['members'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 148, col 211, ['username'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 149, col 137, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 138, col 13, 'key' is defined but never used. +build/public/templates/admin/manage/admins-mods.js: line 137, col 155, 'value' is defined but never used. +build/public/templates/admin/manage/admins-mods.js: line 137, col 147, 'length' is defined but never used. +build/public/templates/admin/manage/admins-mods.js: line 137, col 140, 'index' is defined but never used. +build/public/templates/admin/manage/admins-mods.js: line 136, col 11, 'value' is defined but never used. +build/public/templates/admin/manage/admins-mods.js: line 157, col 121, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 157, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 157, col 52, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 160, col 172, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 160, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 160, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 160, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 160, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 160, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 160, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 160, col 146, ['disabledClass'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 164, col 172, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 164, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 164, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 164, col 73, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 164, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 164, col 115, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 164, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 164, col 154, ['cid'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 166, col 173, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 166, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 166, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 166, col 73, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 166, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 166, col 115, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 166, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 166, col 154, ['name'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 168, col 178, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 168, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 168, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 168, col 73, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 168, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 168, col 115, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 168, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 168, col 154, ['parentCid'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 170, col 174, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 170, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 170, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 170, col 73, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 170, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 170, col 115, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 170, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 170, col 154, ['level'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 172, col 164, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 172, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 172, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 172, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 172, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 172, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 172, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 172, col 146, ['match'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 176, col 163, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 176, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 176, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 176, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 176, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 176, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 176, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 176, col 146, ['icon'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 178, col 114, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 182, col 173, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 182, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 182, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 182, col 73, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 182, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 182, col 115, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 182, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 182, col 154, ['name'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 158, col 13, 'key' is defined but never used. +build/public/templates/admin/manage/admins-mods.js: line 156, col 11, 'value' is defined but never used. +build/public/templates/admin/manage/admins-mods.js: line 191, col 119, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 191, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 191, col 52, ['breadcrumbs'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 197, col 133, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 204, col 156, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 204, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 204, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 204, col 63, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 204, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 204, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 204, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 204, col 140, ['url'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 206, col 170, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 206, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 206, col 57, ['breadcrumbs'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 206, col 75, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 206, col 91, ['breadcrumbs'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 206, col 115, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 206, col 131, ['breadcrumbs'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 206, col 152, ['url'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 210, col 167, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 210, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 210, col 53, ['breadcrumbs'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 210, col 71, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 210, col 87, ['breadcrumbs'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 210, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 210, col 127, ['breadcrumbs'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 210, col 148, ['text'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 212, col 156, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 212, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 212, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 212, col 63, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 212, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 212, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 212, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 212, col 140, ['url'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 192, col 13, 'key' is defined but never used. +build/public/templates/admin/manage/admins-mods.js: line 191, col 112, 'value' is defined but never used. +build/public/templates/admin/manage/admins-mods.js: line 190, col 11, 'value' is defined but never used. +build/public/templates/admin/manage/admins-mods.js: line 188, col 72, 'helper' is defined but never used. +build/public/templates/admin/manage/admins-mods.js: line 223, col 120, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 223, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 223, col 52, ['categoryMods'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 229, col 325, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 230, col 105, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 232, col 170, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 232, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 232, col 53, ['categoryMods'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 232, col 72, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 232, col 88, ['categoryMods'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 232, col 113, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 232, col 129, ['categoryMods'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 232, col 151, ['name'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 234, col 172, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 234, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 234, col 45, ['categoryMods'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 234, col 64, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 234, col 80, ['categoryMods'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 234, col 105, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 234, col 121, ['categoryMods'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 234, col 143, ['subCategoryCount'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 236, col 124, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 236, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 236, col 57, ['config'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 236, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 236, col 86, ['config'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 236, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 238, col 173, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 238, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 238, col 57, ['categoryMods'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 238, col 76, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 238, col 92, ['categoryMods'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 238, col 117, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 238, col 133, ['categoryMods'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 238, col 155, ['cid'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 240, col 186, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 240, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 240, col 57, ['categoryMods'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 240, col 76, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 240, col 92, ['categoryMods'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 240, col 117, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 240, col 133, ['categoryMods'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 240, col 155, ['subCategoryCount'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 244, col 164, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 244, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 244, col 45, ['categoryMods'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 244, col 64, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 244, col 80, ['categoryMods'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 244, col 105, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 244, col 121, ['categoryMods'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 244, col 143, ['disabled'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 248, col 169, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 248, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 248, col 53, ['categoryMods'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 248, col 72, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 248, col 88, ['categoryMods'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 248, col 113, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 248, col 129, ['categoryMods'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 248, col 151, ['cid'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 249, col 210, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 250, col 169, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 250, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 250, col 53, ['categoryMods'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 250, col 72, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 250, col 88, ['categoryMods'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 250, col 113, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 250, col 129, ['categoryMods'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 250, col 151, ['cid'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 252, col 213, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 252, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 252, col 49, ['categoryMods'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 252, col 68, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 252, col 84, ['categoryMods'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 252, col 109, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 252, col 125, ['categoryMods'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 252, col 147, ['moderators'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 254, col 126, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 255, col 309, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 255, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 255, col 57, ['categoryMods'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 255, col 76, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 255, col 92, ['categoryMods'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 255, col 117, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 255, col 133, ['categoryMods'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 255, col 155, ['moderators'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 255, col 172, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 255, col 188, ['categoryMods'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 255, col 210, ['moderators'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 255, col 233, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 255, col 249, ['categoryMods'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 255, col 271, ['moderators'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 255, col 291, ['uid'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 257, col 343, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 257, col 82, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 257, col 98, ['categoryMods'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 257, col 117, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 257, col 133, ['categoryMods'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 257, col 158, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 257, col 174, ['categoryMods'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 257, col 196, ['moderators'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 257, col 213, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 257, col 229, ['categoryMods'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 257, col 251, ['moderators'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 257, col 306, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 259, col 124, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 259, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 259, col 57, ['config'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 259, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 259, col 86, ['config'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 259, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 261, col 314, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 261, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 261, col 57, ['categoryMods'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 261, col 76, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 261, col 92, ['categoryMods'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 261, col 117, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 261, col 133, ['categoryMods'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 261, col 155, ['moderators'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 261, col 172, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 261, col 188, ['categoryMods'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 261, col 210, ['moderators'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 261, col 233, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 261, col 249, ['categoryMods'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 261, col 271, ['moderators'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 261, col 291, ['userslug'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 263, col 314, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 263, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 263, col 57, ['categoryMods'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 263, col 76, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 263, col 92, ['categoryMods'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 263, col 117, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 263, col 133, ['categoryMods'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 263, col 155, ['moderators'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 263, col 172, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 263, col 188, ['categoryMods'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 263, col 210, ['moderators'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 263, col 233, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 263, col 249, ['categoryMods'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 263, col 271, ['moderators'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 263, col 291, ['username'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 264, col 157, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 253, col 17, 'key' is defined but never used. +build/public/templates/admin/manage/admins-mods.js: line 252, col 206, 'value' is defined but never used. +build/public/templates/admin/manage/admins-mods.js: line 252, col 198, 'length' is defined but never used. +build/public/templates/admin/manage/admins-mods.js: line 252, col 191, 'index' is defined but never used. +build/public/templates/admin/manage/admins-mods.js: line 269, col 169, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 269, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 269, col 53, ['categoryMods'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 269, col 72, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 269, col 88, ['categoryMods'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 269, col 113, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 269, col 129, ['categoryMods'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 269, col 151, ['cid'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 271, col 231, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 271, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 271, col 45, ['categoryMods'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 271, col 64, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 271, col 80, ['categoryMods'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 271, col 105, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 271, col 121, ['categoryMods'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 271, col 143, ['moderators'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 271, col 160, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 271, col 176, ['categoryMods'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 271, col 198, ['moderators'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 271, col 212, ['length'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 224, col 13, 'key' is defined but never used. +build/public/templates/admin/manage/admins-mods.js: line 222, col 11, 'value' is defined but never used. +build/public/templates/admin/manage/admins-mods.js: line 282, col 160, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 282, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 282, col 52, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 282, col 69, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 282, col 85, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 282, col 99, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 285, col 219, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 285, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 285, col 45, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 285, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 285, col 78, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 285, col 92, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 285, col 104, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 285, col 120, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 285, col 134, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 285, col 152, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 285, col 168, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 285, col 182, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 285, col 197, ['separator'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 286, col 205, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 288, col 220, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 288, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 288, col 49, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 288, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 288, col 82, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 288, col 96, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 288, col 108, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 288, col 124, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 288, col 138, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 288, col 156, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 288, col 172, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 288, col 186, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 288, col 201, ['active'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 292, col 226, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 292, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 292, col 57, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 292, col 74, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 292, col 90, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 292, col 104, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 292, col 116, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 292, col 132, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 292, col 146, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 292, col 164, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 292, col 180, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 292, col 194, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 292, col 209, ['qs'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 294, col 228, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 294, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 294, col 57, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 294, col 74, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 294, col 90, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 294, col 104, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 294, col 116, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 294, col 132, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 294, col 146, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 294, col 164, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 294, col 180, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 294, col 194, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 294, col 209, ['page'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 296, col 228, Line is too long. +build/public/templates/admin/manage/admins-mods.js: line 296, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 296, col 57, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 296, col 74, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 296, col 90, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 296, col 104, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 296, col 116, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 296, col 132, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 296, col 146, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 296, col 164, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/admins-mods.js: line 296, col 180, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 296, col 194, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 296, col 209, ['page'] is better written in dot notation. +build/public/templates/admin/manage/admins-mods.js: line 283, col 13, 'key' is defined but never used. +build/public/templates/admin/manage/admins-mods.js: line 282, col 153, 'value' is defined but never used. +build/public/templates/admin/manage/admins-mods.js: line 282, col 145, 'length' is defined but never used. +build/public/templates/admin/manage/admins-mods.js: line 282, col 138, 'index' is defined but never used. +build/public/templates/admin/manage/admins-mods.js: line 281, col 11, 'value' is defined but never used. +build/public/templates/admin/manage/admins-mods.js: line 279, col 81, 'helper' is defined but never used. +build/public/templates/admin/manage/admins-mods.js: line 306, col 3, Missing semicolon. +build/public/templates/admin/manage/admins-mods.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/manage/admins-mods.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/manage/categories.js: line 12, col 873, Line is too long. +build/public/templates/admin/manage/categories.js: line 13, col 145, Line is too long. +build/public/templates/admin/manage/categories.js: line 13, col 26, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 13, col 42, ['selectedCategory'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 13, col 92, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 13, col 108, ['showCategorySelectLabel'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 15, col 159, Line is too long. +build/public/templates/admin/manage/categories.js: line 15, col 84, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 15, col 100, ['selectedCategory'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 17, col 131, Line is too long. +build/public/templates/admin/manage/categories.js: line 17, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 17, col 53, ['selectedCategory'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 17, col 76, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 17, col 92, ['selectedCategory'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 17, col 112, ['name'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 20, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 20, col 45, ['selectCategoryIcon'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 21, col 39, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 21, col 55, ['selectCategoryIcon'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 24, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 24, col 45, ['selectCategoryLabel'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 25, col 39, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 25, col 55, ['selectCategoryLabel'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 28, col 620, Line is too long. +build/public/templates/admin/manage/categories.js: line 29, col 22, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 30, col 712, Line is too long. +build/public/templates/admin/manage/categories.js: line 31, col 109, Line is too long. +build/public/templates/admin/manage/categories.js: line 31, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 31, col 41, ['breadcrumbs'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 31, col 59, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 31, col 75, ['breadcrumbs'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 31, col 90, ['length'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 35, col 109, Line is too long. +build/public/templates/admin/manage/categories.js: line 35, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 35, col 41, ['breadcrumbs'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 35, col 59, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 35, col 75, ['breadcrumbs'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 35, col 90, ['length'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 36, col 141, Line is too long. +build/public/templates/admin/manage/categories.js: line 37, col 26, ['breadcrumbs'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 40, col 227, Line is too long. +build/public/templates/admin/manage/categories.js: line 41, col 158, Line is too long. +build/public/templates/admin/manage/categories.js: line 41, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 41, col 41, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 41, col 58, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 41, col 74, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 41, col 88, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 41, col 100, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 41, col 116, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 41, col 130, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 41, col 139, ['length'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 44, col 148, Line is too long. +build/public/templates/admin/manage/categories.js: line 45, col 156, Line is too long. +build/public/templates/admin/manage/categories.js: line 45, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 45, col 41, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 45, col 58, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 45, col 74, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 45, col 88, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 45, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 45, col 115, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 45, col 129, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 45, col 137, ['active'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 49, col 162, Line is too long. +build/public/templates/admin/manage/categories.js: line 49, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 49, col 49, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 49, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 49, col 82, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 49, col 96, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 49, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 49, col 123, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 49, col 137, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 49, col 145, ['qs'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 51, col 164, Line is too long. +build/public/templates/admin/manage/categories.js: line 51, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 51, col 49, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 51, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 51, col 82, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 51, col 96, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 51, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 51, col 123, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 51, col 137, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 51, col 145, ['page'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 55, col 156, Line is too long. +build/public/templates/admin/manage/categories.js: line 55, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 55, col 41, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 55, col 58, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 55, col 74, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 55, col 88, ['next'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 55, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 55, col 115, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 55, col 129, ['next'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 55, col 137, ['active'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 59, col 162, Line is too long. +build/public/templates/admin/manage/categories.js: line 59, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 59, col 49, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 59, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 59, col 82, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 59, col 96, ['next'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 59, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 59, col 123, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 59, col 137, ['next'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 59, col 145, ['qs'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 61, col 164, Line is too long. +build/public/templates/admin/manage/categories.js: line 61, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 61, col 49, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 61, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 61, col 82, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 61, col 96, ['next'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 61, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 61, col 123, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 61, col 137, ['next'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 61, col 145, ['page'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 63, col 102, Line is too long. +build/public/templates/admin/manage/categories.js: line 63, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 63, col 41, ['template'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 63, col 56, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 63, col 72, ['template'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 63, col 84, ['topic'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 65, col 126, Line is too long. +build/public/templates/admin/manage/categories.js: line 66, col 160, Line is too long. +build/public/templates/admin/manage/categories.js: line 66, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 66, col 45, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 66, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 66, col 78, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 66, col 92, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 66, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 66, col 119, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 66, col 133, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 66, col 141, ['active'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 70, col 168, Line is too long. +build/public/templates/admin/manage/categories.js: line 70, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 70, col 53, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 70, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 70, col 86, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 70, col 100, ['first'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 70, col 112, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 70, col 128, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 70, col 142, ['first'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 70, col 151, ['qs'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 71, col 115, Line is too long. +build/public/templates/admin/manage/categories.js: line 72, col 160, Line is too long. +build/public/templates/admin/manage/categories.js: line 72, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 72, col 45, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 72, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 72, col 78, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 72, col 92, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 72, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 72, col 119, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 72, col 133, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 72, col 141, ['active'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 76, col 166, Line is too long. +build/public/templates/admin/manage/categories.js: line 76, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 76, col 53, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 76, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 76, col 86, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 76, col 100, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 76, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 76, col 127, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 76, col 141, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 76, col 149, ['qs'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 78, col 168, Line is too long. +build/public/templates/admin/manage/categories.js: line 78, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 78, col 53, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 78, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 78, col 86, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 78, col 100, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 78, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 78, col 127, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 78, col 141, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 78, col 149, ['page'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 79, col 196, Line is too long. +build/public/templates/admin/manage/categories.js: line 80, col 126, Line is too long. +build/public/templates/admin/manage/categories.js: line 80, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 80, col 53, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 80, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 80, col 86, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 80, col 100, ['currentPage'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 82, col 124, Line is too long. +build/public/templates/admin/manage/categories.js: line 82, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 82, col 53, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 82, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 82, col 86, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 82, col 100, ['pageCount'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 84, col 160, Line is too long. +build/public/templates/admin/manage/categories.js: line 84, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 84, col 45, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 84, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 84, col 78, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 84, col 92, ['next'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 84, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 84, col 119, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 84, col 133, ['next'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 84, col 141, ['active'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 88, col 166, Line is too long. +build/public/templates/admin/manage/categories.js: line 88, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 88, col 53, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 88, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 88, col 86, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 88, col 100, ['next'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 88, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 88, col 127, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 88, col 141, ['next'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 88, col 149, ['qs'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 90, col 168, Line is too long. +build/public/templates/admin/manage/categories.js: line 90, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 90, col 53, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 90, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 90, col 86, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 90, col 100, ['next'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 90, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 90, col 127, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 90, col 141, ['next'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 90, col 149, ['page'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 92, col 160, Line is too long. +build/public/templates/admin/manage/categories.js: line 92, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 92, col 45, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 92, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 92, col 78, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 92, col 92, ['next'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 92, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 92, col 119, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 92, col 133, ['next'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 92, col 141, ['active'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 96, col 166, Line is too long. +build/public/templates/admin/manage/categories.js: line 96, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 96, col 53, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 96, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 96, col 86, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 96, col 100, ['last'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 96, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 96, col 127, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 96, col 141, ['last'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 96, col 149, ['qs'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 98, col 124, Line is too long. +build/public/templates/admin/manage/categories.js: line 98, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 98, col 53, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 98, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 98, col 86, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 98, col 100, ['pageCount'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/manage/categories.js: line 107, col 121, Line is too long. +build/public/templates/admin/manage/categories.js: line 107, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 107, col 52, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 110, col 172, Line is too long. +build/public/templates/admin/manage/categories.js: line 110, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 110, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 110, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 110, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 110, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 110, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 110, col 146, ['disabledClass'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 114, col 172, Line is too long. +build/public/templates/admin/manage/categories.js: line 114, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 114, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 114, col 73, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 114, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 114, col 115, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 114, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 114, col 154, ['cid'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 116, col 173, Line is too long. +build/public/templates/admin/manage/categories.js: line 116, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 116, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 116, col 73, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 116, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 116, col 115, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 116, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 116, col 154, ['name'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 118, col 178, Line is too long. +build/public/templates/admin/manage/categories.js: line 118, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 118, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 118, col 73, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 118, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 118, col 115, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 118, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 118, col 154, ['parentCid'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 120, col 174, Line is too long. +build/public/templates/admin/manage/categories.js: line 120, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 120, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 120, col 73, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 120, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 120, col 115, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 120, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 120, col 154, ['level'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 122, col 164, Line is too long. +build/public/templates/admin/manage/categories.js: line 122, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 122, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 122, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 122, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 122, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 122, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 122, col 146, ['match'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 126, col 163, Line is too long. +build/public/templates/admin/manage/categories.js: line 126, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 126, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 126, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 126, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 126, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 126, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 126, col 146, ['icon'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 128, col 114, Line is too long. +build/public/templates/admin/manage/categories.js: line 132, col 173, Line is too long. +build/public/templates/admin/manage/categories.js: line 132, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 132, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 132, col 73, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 132, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 132, col 115, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 132, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 132, col 154, ['name'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 108, col 13, 'key' is defined but never used. +build/public/templates/admin/manage/categories.js: line 106, col 11, 'value' is defined but never used. +build/public/templates/admin/manage/categories.js: line 141, col 119, Line is too long. +build/public/templates/admin/manage/categories.js: line 141, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 141, col 52, ['breadcrumbs'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 147, col 133, Line is too long. +build/public/templates/admin/manage/categories.js: line 154, col 156, Line is too long. +build/public/templates/admin/manage/categories.js: line 154, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 154, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 154, col 63, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 154, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 154, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 154, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 154, col 140, ['url'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 156, col 170, Line is too long. +build/public/templates/admin/manage/categories.js: line 156, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 156, col 57, ['breadcrumbs'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 156, col 75, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 156, col 91, ['breadcrumbs'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 156, col 115, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 156, col 131, ['breadcrumbs'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 156, col 152, ['url'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 160, col 167, Line is too long. +build/public/templates/admin/manage/categories.js: line 160, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 160, col 53, ['breadcrumbs'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 160, col 71, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 160, col 87, ['breadcrumbs'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 160, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 160, col 127, ['breadcrumbs'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 160, col 148, ['text'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 162, col 156, Line is too long. +build/public/templates/admin/manage/categories.js: line 162, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 162, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 162, col 63, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 162, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 162, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 162, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 162, col 140, ['url'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 142, col 13, 'key' is defined but never used. +build/public/templates/admin/manage/categories.js: line 141, col 112, 'value' is defined but never used. +build/public/templates/admin/manage/categories.js: line 140, col 11, 'value' is defined but never used. +build/public/templates/admin/manage/categories.js: line 138, col 72, 'helper' is defined but never used. +build/public/templates/admin/manage/categories.js: line 173, col 160, Line is too long. +build/public/templates/admin/manage/categories.js: line 173, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 173, col 52, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 173, col 69, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 173, col 85, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 173, col 99, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 176, col 219, Line is too long. +build/public/templates/admin/manage/categories.js: line 176, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 176, col 45, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 176, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 176, col 78, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 176, col 92, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 176, col 104, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 176, col 120, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 176, col 134, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 176, col 152, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 176, col 168, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 176, col 182, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 176, col 197, ['separator'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 177, col 205, Line is too long. +build/public/templates/admin/manage/categories.js: line 179, col 220, Line is too long. +build/public/templates/admin/manage/categories.js: line 179, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 179, col 49, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 179, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 179, col 82, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 179, col 96, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 179, col 108, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 179, col 124, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 179, col 138, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 179, col 156, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 179, col 172, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 179, col 186, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 179, col 201, ['active'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 183, col 226, Line is too long. +build/public/templates/admin/manage/categories.js: line 183, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 183, col 57, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 183, col 74, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 183, col 90, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 183, col 104, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 183, col 116, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 183, col 132, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 183, col 146, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 183, col 164, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 183, col 180, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 183, col 194, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 183, col 209, ['qs'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 185, col 228, Line is too long. +build/public/templates/admin/manage/categories.js: line 185, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 185, col 57, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 185, col 74, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 185, col 90, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 185, col 104, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 185, col 116, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 185, col 132, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 185, col 146, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 185, col 164, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 185, col 180, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 185, col 194, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 185, col 209, ['page'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 187, col 228, Line is too long. +build/public/templates/admin/manage/categories.js: line 187, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 187, col 57, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 187, col 74, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 187, col 90, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 187, col 104, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 187, col 116, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 187, col 132, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 187, col 146, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 187, col 164, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/categories.js: line 187, col 180, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 187, col 194, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 187, col 209, ['page'] is better written in dot notation. +build/public/templates/admin/manage/categories.js: line 174, col 13, 'key' is defined but never used. +build/public/templates/admin/manage/categories.js: line 173, col 153, 'value' is defined but never used. +build/public/templates/admin/manage/categories.js: line 173, col 145, 'length' is defined but never used. +build/public/templates/admin/manage/categories.js: line 173, col 138, 'index' is defined but never used. +build/public/templates/admin/manage/categories.js: line 172, col 11, 'value' is defined but never used. +build/public/templates/admin/manage/categories.js: line 170, col 81, 'helper' is defined but never used. +build/public/templates/admin/manage/categories.js: line 197, col 3, Missing semicolon. +build/public/templates/admin/manage/categories.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/manage/categories.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/manage/category-analytics.js: line 12, col 313, Line is too long. +build/public/templates/admin/manage/category-analytics.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-analytics.js: line 13, col 49, ['name'] is better written in dot notation. +build/public/templates/admin/manage/category-analytics.js: line 14, col 403, Line is too long. +build/public/templates/admin/manage/category-analytics.js: line 15, col 145, Line is too long. +build/public/templates/admin/manage/category-analytics.js: line 15, col 26, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-analytics.js: line 15, col 42, ['selectedCategory'] is better written in dot notation. +build/public/templates/admin/manage/category-analytics.js: line 15, col 92, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-analytics.js: line 15, col 108, ['showCategorySelectLabel'] is better written in dot notation. +build/public/templates/admin/manage/category-analytics.js: line 17, col 159, Line is too long. +build/public/templates/admin/manage/category-analytics.js: line 17, col 84, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-analytics.js: line 17, col 100, ['selectedCategory'] is better written in dot notation. +build/public/templates/admin/manage/category-analytics.js: line 19, col 131, Line is too long. +build/public/templates/admin/manage/category-analytics.js: line 19, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-analytics.js: line 19, col 53, ['selectedCategory'] is better written in dot notation. +build/public/templates/admin/manage/category-analytics.js: line 19, col 76, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-analytics.js: line 19, col 92, ['selectedCategory'] is better written in dot notation. +build/public/templates/admin/manage/category-analytics.js: line 19, col 112, ['name'] is better written in dot notation. +build/public/templates/admin/manage/category-analytics.js: line 22, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-analytics.js: line 22, col 45, ['selectCategoryIcon'] is better written in dot notation. +build/public/templates/admin/manage/category-analytics.js: line 23, col 39, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-analytics.js: line 23, col 55, ['selectCategoryIcon'] is better written in dot notation. +build/public/templates/admin/manage/category-analytics.js: line 26, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-analytics.js: line 26, col 45, ['selectCategoryLabel'] is better written in dot notation. +build/public/templates/admin/manage/category-analytics.js: line 27, col 39, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-analytics.js: line 27, col 55, ['selectCategoryLabel'] is better written in dot notation. +build/public/templates/admin/manage/category-analytics.js: line 30, col 620, Line is too long. +build/public/templates/admin/manage/category-analytics.js: line 31, col 22, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category-analytics.js: line 32, col 1428, Line is too long. +build/public/templates/admin/manage/category-analytics.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/manage/category-analytics.js: line 39, col 121, Line is too long. +build/public/templates/admin/manage/category-analytics.js: line 39, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-analytics.js: line 39, col 52, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category-analytics.js: line 42, col 172, Line is too long. +build/public/templates/admin/manage/category-analytics.js: line 42, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-analytics.js: line 42, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category-analytics.js: line 42, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-analytics.js: line 42, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category-analytics.js: line 42, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-analytics.js: line 42, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category-analytics.js: line 42, col 146, ['disabledClass'] is better written in dot notation. +build/public/templates/admin/manage/category-analytics.js: line 46, col 172, Line is too long. +build/public/templates/admin/manage/category-analytics.js: line 46, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-analytics.js: line 46, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category-analytics.js: line 46, col 73, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-analytics.js: line 46, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category-analytics.js: line 46, col 115, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-analytics.js: line 46, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category-analytics.js: line 46, col 154, ['cid'] is better written in dot notation. +build/public/templates/admin/manage/category-analytics.js: line 48, col 173, Line is too long. +build/public/templates/admin/manage/category-analytics.js: line 48, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-analytics.js: line 48, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category-analytics.js: line 48, col 73, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-analytics.js: line 48, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category-analytics.js: line 48, col 115, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-analytics.js: line 48, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category-analytics.js: line 48, col 154, ['name'] is better written in dot notation. +build/public/templates/admin/manage/category-analytics.js: line 50, col 178, Line is too long. +build/public/templates/admin/manage/category-analytics.js: line 50, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-analytics.js: line 50, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category-analytics.js: line 50, col 73, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-analytics.js: line 50, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category-analytics.js: line 50, col 115, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-analytics.js: line 50, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category-analytics.js: line 50, col 154, ['parentCid'] is better written in dot notation. +build/public/templates/admin/manage/category-analytics.js: line 52, col 174, Line is too long. +build/public/templates/admin/manage/category-analytics.js: line 52, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-analytics.js: line 52, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category-analytics.js: line 52, col 73, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-analytics.js: line 52, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category-analytics.js: line 52, col 115, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-analytics.js: line 52, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category-analytics.js: line 52, col 154, ['level'] is better written in dot notation. +build/public/templates/admin/manage/category-analytics.js: line 54, col 164, Line is too long. +build/public/templates/admin/manage/category-analytics.js: line 54, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-analytics.js: line 54, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category-analytics.js: line 54, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-analytics.js: line 54, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category-analytics.js: line 54, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-analytics.js: line 54, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category-analytics.js: line 54, col 146, ['match'] is better written in dot notation. +build/public/templates/admin/manage/category-analytics.js: line 58, col 163, Line is too long. +build/public/templates/admin/manage/category-analytics.js: line 58, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-analytics.js: line 58, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category-analytics.js: line 58, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-analytics.js: line 58, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category-analytics.js: line 58, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-analytics.js: line 58, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category-analytics.js: line 58, col 146, ['icon'] is better written in dot notation. +build/public/templates/admin/manage/category-analytics.js: line 60, col 114, Line is too long. +build/public/templates/admin/manage/category-analytics.js: line 64, col 173, Line is too long. +build/public/templates/admin/manage/category-analytics.js: line 64, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-analytics.js: line 64, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category-analytics.js: line 64, col 73, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-analytics.js: line 64, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category-analytics.js: line 64, col 115, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-analytics.js: line 64, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category-analytics.js: line 64, col 154, ['name'] is better written in dot notation. +build/public/templates/admin/manage/category-analytics.js: line 40, col 13, 'key' is defined but never used. +build/public/templates/admin/manage/category-analytics.js: line 38, col 11, 'value' is defined but never used. +build/public/templates/admin/manage/category-analytics.js: line 73, col 3, Missing semicolon. +build/public/templates/admin/manage/category-analytics.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/manage/category-analytics.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/manage/category-federation.js: line 12, col 330, Line is too long. +build/public/templates/admin/manage/category-federation.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 13, col 49, ['name'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 14, col 403, Line is too long. +build/public/templates/admin/manage/category-federation.js: line 15, col 145, Line is too long. +build/public/templates/admin/manage/category-federation.js: line 15, col 26, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 15, col 42, ['selectedCategory'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 15, col 92, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 15, col 108, ['showCategorySelectLabel'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 17, col 159, Line is too long. +build/public/templates/admin/manage/category-federation.js: line 17, col 84, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 17, col 100, ['selectedCategory'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 19, col 131, Line is too long. +build/public/templates/admin/manage/category-federation.js: line 19, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 19, col 53, ['selectedCategory'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 19, col 76, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 19, col 92, ['selectedCategory'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 19, col 112, ['name'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 22, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 22, col 45, ['selectCategoryIcon'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 23, col 39, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 23, col 55, ['selectCategoryIcon'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 26, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 26, col 45, ['selectCategoryLabel'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 27, col 39, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 27, col 55, ['selectCategoryLabel'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 30, col 620, Line is too long. +build/public/templates/admin/manage/category-federation.js: line 31, col 22, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 33, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 33, col 41, ['enabled'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 34, col 413, Line is too long. +build/public/templates/admin/manage/category-federation.js: line 35, col 109, Line is too long. +build/public/templates/admin/manage/category-federation.js: line 35, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 35, col 45, ['following'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 35, col 61, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 35, col 77, ['following'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 35, col 90, ['length'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 36, col 162, Line is too long. +build/public/templates/admin/manage/category-federation.js: line 37, col 30, ['following'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 39, col 111, Line is too long. +build/public/templates/admin/manage/category-federation.js: line 40, col 654, Line is too long. +build/public/templates/admin/manage/category-federation.js: line 41, col 109, Line is too long. +build/public/templates/admin/manage/category-federation.js: line 41, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 41, col 45, ['followers'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 41, col 61, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 41, col 77, ['followers'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 41, col 90, ['length'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 43, col 155, Line is too long. +build/public/templates/admin/manage/category-federation.js: line 45, col 26, ['followers'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 46, col 213, Line is too long. +build/public/templates/admin/manage/category-federation.js: line 47, col 120, Line is too long. +build/public/templates/admin/manage/category-federation.js: line 47, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 47, col 53, ['config'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 47, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 47, col 82, ['config'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 47, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 48, col 235, Line is too long. +build/public/templates/admin/manage/category-federation.js: line 49, col 134, Line is too long. +build/public/templates/admin/manage/category-federation.js: line 49, col 30, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 49, col 46, ['template'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 49, col 61, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 49, col 77, ['template'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 49, col 89, ['name'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 49, col 108, Expected '===' and instead saw '=='. +build/public/templates/admin/manage/category-federation.js: line 50, col 210, Line is too long. +build/public/templates/admin/manage/category-federation.js: line 52, col 124, Line is too long. +build/public/templates/admin/manage/category-federation.js: line 52, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 52, col 57, ['config'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 52, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 52, col 86, ['config'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 52, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 54, col 172, Line is too long. +build/public/templates/admin/manage/category-federation.js: line 54, col 42, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 54, col 58, ['cid'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 54, col 94, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 54, col 110, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 54, col 125, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 54, col 141, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 54, col 153, ['cid'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 55, col 176, Line is too long. +build/public/templates/admin/manage/category-federation.js: line 57, col 120, Line is too long. +build/public/templates/admin/manage/category-federation.js: line 57, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 57, col 53, ['config'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 57, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 57, col 82, ['config'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 57, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 59, col 168, Line is too long. +build/public/templates/admin/manage/category-federation.js: line 59, col 38, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 59, col 54, ['cid'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 59, col 90, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 59, col 106, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 59, col 121, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 59, col 137, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 59, col 149, ['cid'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 60, col 137, Line is too long. +build/public/templates/admin/manage/category-federation.js: line 61, col 120, Line is too long. +build/public/templates/admin/manage/category-federation.js: line 61, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 61, col 53, ['config'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 61, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 61, col 82, ['config'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 61, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 63, col 168, Line is too long. +build/public/templates/admin/manage/category-federation.js: line 63, col 38, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 63, col 54, ['cid'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 63, col 90, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 63, col 106, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 63, col 121, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 63, col 137, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 63, col 149, ['cid'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 64, col 250, Line is too long. +build/public/templates/admin/manage/category-federation.js: line 65, col 120, Line is too long. +build/public/templates/admin/manage/category-federation.js: line 65, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 65, col 53, ['config'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 65, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 65, col 82, ['config'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 65, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 67, col 168, Line is too long. +build/public/templates/admin/manage/category-federation.js: line 67, col 38, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 67, col 54, ['cid'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 67, col 90, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 67, col 106, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 67, col 121, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 67, col 137, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 67, col 149, ['cid'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 68, col 136, Line is too long. +build/public/templates/admin/manage/category-federation.js: line 69, col 120, Line is too long. +build/public/templates/admin/manage/category-federation.js: line 69, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 69, col 53, ['config'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 69, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 69, col 82, ['config'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 69, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 71, col 168, Line is too long. +build/public/templates/admin/manage/category-federation.js: line 71, col 38, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 71, col 54, ['cid'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 71, col 90, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 71, col 106, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 71, col 121, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 71, col 137, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 71, col 149, ['cid'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 72, col 179, Line is too long. +build/public/templates/admin/manage/category-federation.js: line 73, col 134, Line is too long. +build/public/templates/admin/manage/category-federation.js: line 73, col 30, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 73, col 46, ['template'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 73, col 61, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 73, col 77, ['template'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 73, col 89, ['name'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 73, col 108, Expected '===' and instead saw '=='. +build/public/templates/admin/manage/category-federation.js: line 75, col 182, Line is too long. +build/public/templates/admin/manage/category-federation.js: line 75, col 42, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 75, col 58, ['disabled'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 75, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 75, col 115, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 75, col 130, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 75, col 146, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 75, col 158, ['disabled'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 77, col 172, Line is too long. +build/public/templates/admin/manage/category-federation.js: line 77, col 34, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 77, col 50, ['disabled'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 77, col 91, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 77, col 107, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 77, col 122, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 77, col 138, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 77, col 150, ['disabled'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 78, col 137, Line is too long. +build/public/templates/admin/manage/category-federation.js: line 79, col 137, Line is too long. +build/public/templates/admin/manage/category-federation.js: line 80, col 204, Line is too long. +build/public/templates/admin/manage/category-federation.js: line 83, col 144, Line is too long. +build/public/templates/admin/manage/category-federation.js: line 84, col 120, Line is too long. +build/public/templates/admin/manage/category-federation.js: line 84, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 84, col 53, ['config'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 84, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 84, col 82, ['config'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 84, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 85, col 111, Line is too long. +build/public/templates/admin/manage/category-federation.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/manage/category-federation.js: line 93, col 121, Line is too long. +build/public/templates/admin/manage/category-federation.js: line 93, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 93, col 52, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 96, col 172, Line is too long. +build/public/templates/admin/manage/category-federation.js: line 96, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 96, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 96, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 96, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 96, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 96, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 96, col 146, ['disabledClass'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 100, col 172, Line is too long. +build/public/templates/admin/manage/category-federation.js: line 100, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 100, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 100, col 73, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 100, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 100, col 115, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 100, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 100, col 154, ['cid'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 102, col 173, Line is too long. +build/public/templates/admin/manage/category-federation.js: line 102, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 102, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 102, col 73, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 102, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 102, col 115, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 102, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 102, col 154, ['name'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 104, col 178, Line is too long. +build/public/templates/admin/manage/category-federation.js: line 104, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 104, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 104, col 73, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 104, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 104, col 115, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 104, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 104, col 154, ['parentCid'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 106, col 174, Line is too long. +build/public/templates/admin/manage/category-federation.js: line 106, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 106, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 106, col 73, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 106, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 106, col 115, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 106, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 106, col 154, ['level'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 108, col 164, Line is too long. +build/public/templates/admin/manage/category-federation.js: line 108, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 108, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 108, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 108, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 108, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 108, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 108, col 146, ['match'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 112, col 163, Line is too long. +build/public/templates/admin/manage/category-federation.js: line 112, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 112, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 112, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 112, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 112, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 112, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 112, col 146, ['icon'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 114, col 114, Line is too long. +build/public/templates/admin/manage/category-federation.js: line 118, col 173, Line is too long. +build/public/templates/admin/manage/category-federation.js: line 118, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 118, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 118, col 73, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 118, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 118, col 115, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 118, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 118, col 154, ['name'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 94, col 13, 'key' is defined but never used. +build/public/templates/admin/manage/category-federation.js: line 92, col 11, 'value' is defined but never used. +build/public/templates/admin/manage/category-federation.js: line 127, col 117, Line is too long. +build/public/templates/admin/manage/category-federation.js: line 127, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 127, col 52, ['following'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 130, col 159, Line is too long. +build/public/templates/admin/manage/category-federation.js: line 130, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 130, col 53, ['following'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 130, col 69, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 130, col 85, ['following'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 130, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 130, col 123, ['following'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 130, col 142, ['id'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 132, col 155, Line is too long. +build/public/templates/admin/manage/category-federation.js: line 132, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 132, col 45, ['following'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 132, col 61, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 132, col 77, ['following'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 132, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 132, col 115, ['following'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 132, col 134, ['approved'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 136, col 159, Line is too long. +build/public/templates/admin/manage/category-federation.js: line 136, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 136, col 53, ['following'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 136, col 69, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 136, col 85, ['following'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 136, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 136, col 123, ['following'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 136, col 142, ['id'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 137, col 128, Line is too long. +build/public/templates/admin/manage/category-federation.js: line 128, col 13, 'key' is defined but never used. +build/public/templates/admin/manage/category-federation.js: line 127, col 110, 'value' is defined but never used. +build/public/templates/admin/manage/category-federation.js: line 127, col 102, 'length' is defined but never used. +build/public/templates/admin/manage/category-federation.js: line 127, col 95, 'index' is defined but never used. +build/public/templates/admin/manage/category-federation.js: line 126, col 11, 'value' is defined but never used. +build/public/templates/admin/manage/category-federation.js: line 124, col 68, 'helper' is defined but never used. +build/public/templates/admin/manage/category-federation.js: line 145, col 117, Line is too long. +build/public/templates/admin/manage/category-federation.js: line 145, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 145, col 52, ['followers'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 148, col 160, Line is too long. +build/public/templates/admin/manage/category-federation.js: line 148, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 148, col 53, ['followers'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 148, col 69, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 148, col 85, ['followers'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 148, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 148, col 123, ['followers'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 148, col 142, ['uid'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 150, col 217, Line is too long. +build/public/templates/admin/manage/category-federation.js: line 150, col 78, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 150, col 94, ['followers'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 150, col 110, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 150, col 126, ['followers'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 150, col 180, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 152, col 165, Line is too long. +build/public/templates/admin/manage/category-federation.js: line 152, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 152, col 53, ['followers'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 152, col 69, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 152, col 85, ['followers'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 152, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 152, col 123, ['followers'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 152, col 142, ['userslug'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 153, col 330, Line is too long. +build/public/templates/admin/manage/category-federation.js: line 154, col 160, Line is too long. +build/public/templates/admin/manage/category-federation.js: line 154, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 154, col 53, ['followers'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 154, col 69, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 154, col 85, ['followers'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 154, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category-federation.js: line 154, col 123, ['followers'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 154, col 142, ['uid'] is better written in dot notation. +build/public/templates/admin/manage/category-federation.js: line 146, col 13, 'key' is defined but never used. +build/public/templates/admin/manage/category-federation.js: line 145, col 110, 'value' is defined but never used. +build/public/templates/admin/manage/category-federation.js: line 145, col 102, 'length' is defined but never used. +build/public/templates/admin/manage/category-federation.js: line 145, col 95, 'index' is defined but never used. +build/public/templates/admin/manage/category-federation.js: line 144, col 11, 'value' is defined but never used. +build/public/templates/admin/manage/category-federation.js: line 163, col 3, Missing semicolon. +build/public/templates/admin/manage/category-federation.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/manage/category-federation.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/manage/category.js: line 13, col 110, Line is too long. +build/public/templates/admin/manage/category.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 13, col 49, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 13, col 64, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 13, col 80, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 13, col 92, ['cid'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 14, col 720, Line is too long. +build/public/templates/admin/manage/category.js: line 15, col 145, Line is too long. +build/public/templates/admin/manage/category.js: line 15, col 26, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 15, col 42, ['selectedCategory'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 15, col 92, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 15, col 108, ['showCategorySelectLabel'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 17, col 159, Line is too long. +build/public/templates/admin/manage/category.js: line 17, col 84, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 17, col 100, ['selectedCategory'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 19, col 131, Line is too long. +build/public/templates/admin/manage/category.js: line 19, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 19, col 53, ['selectedCategory'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 19, col 76, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 19, col 92, ['selectedCategory'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 19, col 112, ['name'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 22, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 22, col 45, ['selectCategoryIcon'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 23, col 39, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 23, col 55, ['selectCategoryIcon'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 26, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 26, col 45, ['selectCategoryLabel'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 27, col 39, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 27, col 55, ['selectCategoryLabel'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 30, col 620, Line is too long. +build/public/templates/admin/manage/category.js: line 31, col 22, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 32, col 465, Line is too long. +build/public/templates/admin/manage/category.js: line 33, col 110, Line is too long. +build/public/templates/admin/manage/category.js: line 33, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 33, col 49, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 33, col 64, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 33, col 80, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 33, col 92, ['cid'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 35, col 110, Line is too long. +build/public/templates/admin/manage/category.js: line 35, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 35, col 49, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 35, col 64, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 35, col 80, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 35, col 92, ['cid'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 37, col 111, Line is too long. +build/public/templates/admin/manage/category.js: line 37, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 37, col 49, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 37, col 64, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 37, col 80, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 37, col 92, ['name'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 39, col 110, Line is too long. +build/public/templates/admin/manage/category.js: line 39, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 39, col 49, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 39, col 64, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 39, col 80, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 39, col 92, ['cid'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 41, col 110, Line is too long. +build/public/templates/admin/manage/category.js: line 41, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 41, col 49, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 41, col 64, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 41, col 80, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 41, col 92, ['cid'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 43, col 113, Line is too long. +build/public/templates/admin/manage/category.js: line 43, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 43, col 49, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 43, col 64, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 43, col 80, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 43, col 92, ['handle'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 44, col 158, Line is too long. +build/public/templates/admin/manage/category.js: line 45, col 110, Line is too long. +build/public/templates/admin/manage/category.js: line 45, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 45, col 49, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 45, col 64, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 45, col 80, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 45, col 92, ['cid'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 47, col 110, Line is too long. +build/public/templates/admin/manage/category.js: line 47, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 47, col 49, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 47, col 64, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 47, col 80, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 47, col 92, ['cid'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 48, col 121, Line is too long. +build/public/templates/admin/manage/category.js: line 49, col 118, Line is too long. +build/public/templates/admin/manage/category.js: line 49, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 49, col 49, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 49, col 64, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 49, col 80, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 49, col 92, ['description'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 51, col 110, Line is too long. +build/public/templates/admin/manage/category.js: line 51, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 51, col 49, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 51, col 64, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 51, col 80, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 51, col 92, ['cid'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 52, col 104, Line is too long. +build/public/templates/admin/manage/category.js: line 53, col 110, Line is too long. +build/public/templates/admin/manage/category.js: line 53, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 53, col 49, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 53, col 64, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 53, col 80, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 53, col 92, ['cid'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 55, col 120, Line is too long. +build/public/templates/admin/manage/category.js: line 55, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 55, col 49, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 55, col 64, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 55, col 80, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 55, col 92, ['topicTemplate'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 56, col 228, Line is too long. +build/public/templates/admin/manage/category.js: line 57, col 110, Line is too long. +build/public/templates/admin/manage/category.js: line 57, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 57, col 49, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 57, col 64, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 57, col 80, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 57, col 92, ['cid'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 58, col 470, Line is too long. +build/public/templates/admin/manage/category.js: line 59, col 145, Line is too long. +build/public/templates/admin/manage/category.js: line 59, col 26, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 59, col 42, ['selectedCategory'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 59, col 92, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 59, col 108, ['showCategorySelectLabel'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 61, col 159, Line is too long. +build/public/templates/admin/manage/category.js: line 61, col 84, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 61, col 100, ['selectedCategory'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 63, col 131, Line is too long. +build/public/templates/admin/manage/category.js: line 63, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 63, col 53, ['selectedCategory'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 63, col 76, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 63, col 92, ['selectedCategory'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 63, col 112, ['name'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 66, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 66, col 45, ['selectCategoryIcon'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 67, col 39, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 67, col 55, ['selectCategoryIcon'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 70, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 70, col 45, ['selectCategoryLabel'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 71, col 39, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 71, col 55, ['selectCategoryLabel'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 74, col 620, Line is too long. +build/public/templates/admin/manage/category.js: line 75, col 114, Line is too long. +build/public/templates/admin/manage/category.js: line 75, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 75, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 78, col 172, Line is too long. +build/public/templates/admin/manage/category.js: line 78, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 78, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 78, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 78, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 78, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 78, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 78, col 146, ['disabledClass'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 82, col 172, Line is too long. +build/public/templates/admin/manage/category.js: line 82, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 82, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 82, col 73, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 82, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 82, col 115, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 82, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 82, col 154, ['cid'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 84, col 173, Line is too long. +build/public/templates/admin/manage/category.js: line 84, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 84, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 84, col 73, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 84, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 84, col 115, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 84, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 84, col 154, ['name'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 86, col 178, Line is too long. +build/public/templates/admin/manage/category.js: line 86, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 86, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 86, col 73, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 86, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 86, col 115, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 86, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 86, col 154, ['parentCid'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 88, col 174, Line is too long. +build/public/templates/admin/manage/category.js: line 88, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 88, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 88, col 73, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 88, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 88, col 115, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 88, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 88, col 154, ['level'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 90, col 164, Line is too long. +build/public/templates/admin/manage/category.js: line 90, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 90, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 90, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 90, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 90, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 90, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 90, col 146, ['match'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 94, col 163, Line is too long. +build/public/templates/admin/manage/category.js: line 94, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 94, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 94, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 94, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 94, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 94, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 94, col 146, ['icon'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 96, col 114, Line is too long. +build/public/templates/admin/manage/category.js: line 100, col 173, Line is too long. +build/public/templates/admin/manage/category.js: line 100, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 100, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 100, col 73, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 100, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 100, col 115, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 100, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 100, col 154, ['name'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 76, col 13, 'key' is defined but never used. +build/public/templates/admin/manage/category.js: line 105, col 124, Line is too long. +build/public/templates/admin/manage/category.js: line 106, col 116, Line is too long. +build/public/templates/admin/manage/category.js: line 106, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 106, col 49, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 106, col 64, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 106, col 80, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 106, col 92, ['parentCid'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 107, col 149, Line is too long. +build/public/templates/admin/manage/category.js: line 108, col 110, Line is too long. +build/public/templates/admin/manage/category.js: line 108, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 108, col 49, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 108, col 64, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 108, col 80, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 108, col 92, ['cid'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 109, col 107, Line is too long. +build/public/templates/admin/manage/category.js: line 110, col 110, Line is too long. +build/public/templates/admin/manage/category.js: line 110, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 110, col 49, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 110, col 64, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 110, col 80, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 110, col 92, ['cid'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 111, col 125, Line is too long. +build/public/templates/admin/manage/category.js: line 112, col 123, Line is too long. +build/public/templates/admin/manage/category.js: line 112, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 112, col 49, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 112, col 64, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 112, col 80, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 112, col 92, ['numRecentReplies'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 113, col 378, Line is too long. +build/public/templates/admin/manage/category.js: line 114, col 127, Line is too long. +build/public/templates/admin/manage/category.js: line 114, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 114, col 49, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 114, col 64, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 114, col 80, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 114, col 92, ['subCategoriesPerPage'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 115, col 494, Line is too long. +build/public/templates/admin/manage/category.js: line 116, col 114, Line is too long. +build/public/templates/admin/manage/category.js: line 116, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 116, col 49, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 116, col 64, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 116, col 80, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 116, col 92, ['minTags'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 117, col 252, Line is too long. +build/public/templates/admin/manage/category.js: line 118, col 114, Line is too long. +build/public/templates/admin/manage/category.js: line 118, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 118, col 49, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 118, col 64, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 118, col 80, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 118, col 92, ['maxTags'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 119, col 385, Line is too long. +build/public/templates/admin/manage/category.js: line 120, col 110, Line is too long. +build/public/templates/admin/manage/category.js: line 120, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 120, col 49, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 120, col 64, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 120, col 80, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 120, col 92, ['cid'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 122, col 110, Line is too long. +build/public/templates/admin/manage/category.js: line 122, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 122, col 49, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 122, col 64, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 122, col 80, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 122, col 92, ['cid'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 123, col 117, Line is too long. +build/public/templates/admin/manage/category.js: line 124, col 111, Line is too long. +build/public/templates/admin/manage/category.js: line 124, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 124, col 49, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 124, col 64, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 124, col 80, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 124, col 92, ['link'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 125, col 185, Line is too long. +build/public/templates/admin/manage/category.js: line 126, col 106, Line is too long. +build/public/templates/admin/manage/category.js: line 126, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 126, col 41, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 126, col 56, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 126, col 72, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 126, col 84, ['isSection'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 129, col 136, Line is too long. +build/public/templates/admin/manage/category.js: line 130, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 130, col 41, ['postQueueEnabled'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 131, col 170, Line is too long. +build/public/templates/admin/manage/category.js: line 132, col 110, Line is too long. +build/public/templates/admin/manage/category.js: line 132, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 132, col 45, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 132, col 60, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 132, col 76, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 132, col 88, ['postQueue'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 135, col 135, Line is too long. +build/public/templates/admin/manage/category.js: line 137, col 424, Line is too long. +build/public/templates/admin/manage/category.js: line 138, col 112, Line is too long. +build/public/templates/admin/manage/category.js: line 138, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 138, col 41, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 138, col 56, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 138, col 72, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 138, col 84, ['backgroundImage'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 140, col 126, Line is too long. +build/public/templates/admin/manage/category.js: line 140, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 140, col 53, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 140, col 68, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 140, col 84, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 140, col 96, ['backgroundImage'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 144, col 104, Line is too long. +build/public/templates/admin/manage/category.js: line 144, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 144, col 41, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 144, col 56, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 144, col 72, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 144, col 84, ['bgColor'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 146, col 118, Line is too long. +build/public/templates/admin/manage/category.js: line 146, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 146, col 53, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 146, col 68, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 146, col 84, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 146, col 96, ['bgColor'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 150, col 107, Line is too long. +build/public/templates/admin/manage/category.js: line 150, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 150, col 41, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 150, col 56, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 150, col 72, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 150, col 84, ['imageClass'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 152, col 121, Line is too long. +build/public/templates/admin/manage/category.js: line 152, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 152, col 53, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 152, col 68, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 152, col 84, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 152, col 96, ['imageClass'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 156, col 112, Line is too long. +build/public/templates/admin/manage/category.js: line 156, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 156, col 49, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 156, col 64, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 156, col 80, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 156, col 92, ['color'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 157, col 116, Line is too long. +build/public/templates/admin/manage/category.js: line 158, col 111, Line is too long. +build/public/templates/admin/manage/category.js: line 158, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 158, col 49, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 158, col 64, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 158, col 80, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 158, col 92, ['icon'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 160, col 111, Line is too long. +build/public/templates/admin/manage/category.js: line 160, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 160, col 49, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 160, col 64, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 160, col 80, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 160, col 92, ['icon'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 161, col 206, Line is too long. +build/public/templates/admin/manage/category.js: line 162, col 122, Line is too long. +build/public/templates/admin/manage/category.js: line 162, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 162, col 49, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 162, col 64, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 162, col 80, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 162, col 92, ['backgroundImage'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 164, col 110, Line is too long. +build/public/templates/admin/manage/category.js: line 164, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 164, col 49, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 164, col 64, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 164, col 80, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 164, col 92, ['cid'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 165, col 386, Line is too long. +build/public/templates/admin/manage/category.js: line 166, col 110, Line is too long. +build/public/templates/admin/manage/category.js: line 166, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 166, col 49, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 166, col 64, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 166, col 80, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 166, col 92, ['cid'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 167, col 238, Line is too long. +build/public/templates/admin/manage/category.js: line 168, col 110, Line is too long. +build/public/templates/admin/manage/category.js: line 168, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 168, col 49, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 168, col 64, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 168, col 80, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 168, col 92, ['cid'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 170, col 114, Line is too long. +build/public/templates/admin/manage/category.js: line 170, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 170, col 49, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 170, col 64, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 170, col 80, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 170, col 92, ['bgColor'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 171, col 257, Line is too long. +build/public/templates/admin/manage/category.js: line 172, col 110, Line is too long. +build/public/templates/admin/manage/category.js: line 172, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 172, col 49, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 172, col 64, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 172, col 80, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 172, col 92, ['cid'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 173, col 238, Line is too long. +build/public/templates/admin/manage/category.js: line 174, col 110, Line is too long. +build/public/templates/admin/manage/category.js: line 174, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 174, col 49, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 174, col 64, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 174, col 80, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 174, col 92, ['cid'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 176, col 112, Line is too long. +build/public/templates/admin/manage/category.js: line 176, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 176, col 49, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 176, col 64, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 176, col 80, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 176, col 92, ['color'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 177, col 237, Line is too long. +build/public/templates/admin/manage/category.js: line 178, col 110, Line is too long. +build/public/templates/admin/manage/category.js: line 178, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 178, col 49, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 178, col 64, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 178, col 80, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 178, col 92, ['cid'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 180, col 110, Line is too long. +build/public/templates/admin/manage/category.js: line 180, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 180, col 49, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 180, col 64, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 180, col 80, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 180, col 92, ['cid'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 182, col 117, Line is too long. +build/public/templates/admin/manage/category.js: line 182, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 182, col 49, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 182, col 64, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 182, col 80, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 182, col 92, ['imageClass'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 183, col 260, Line is too long. +build/public/templates/admin/manage/category.js: line 184, col 110, Line is too long. +build/public/templates/admin/manage/category.js: line 184, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 184, col 49, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 184, col 64, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 184, col 80, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 184, col 92, ['cid'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 185, col 113, Line is too long. +build/public/templates/admin/manage/category.js: line 186, col 110, Line is too long. +build/public/templates/admin/manage/category.js: line 186, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 186, col 49, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 186, col 64, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 186, col 80, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 186, col 92, ['cid'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 188, col 113, Line is too long. +build/public/templates/admin/manage/category.js: line 188, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 188, col 41, ['customClasses'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 188, col 61, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 188, col 77, ['customClasses'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 188, col 94, ['length'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 189, col 24, ['customClasses'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 192, col 112, Line is too long. +build/public/templates/admin/manage/category.js: line 192, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 192, col 49, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 192, col 64, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 192, col 80, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 194, col 114, Line is too long. +build/public/templates/admin/manage/category.js: line 194, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 194, col 45, ['customClasses'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 195, col 13, 'key' is defined but never used. +build/public/templates/admin/manage/category.js: line 202, col 203, Line is too long. +build/public/templates/admin/manage/category.js: line 203, col 116, Line is too long. +build/public/templates/admin/manage/category.js: line 203, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 203, col 49, ['config'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 203, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 203, col 78, ['config'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 203, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 204, col 231, Line is too long. +build/public/templates/admin/manage/category.js: line 205, col 130, Line is too long. +build/public/templates/admin/manage/category.js: line 205, col 26, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 205, col 42, ['template'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 205, col 57, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 205, col 73, ['template'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 205, col 85, ['name'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 205, col 104, Expected '===' and instead saw '=='. +build/public/templates/admin/manage/category.js: line 206, col 206, Line is too long. +build/public/templates/admin/manage/category.js: line 208, col 120, Line is too long. +build/public/templates/admin/manage/category.js: line 208, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 208, col 53, ['config'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 208, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 208, col 82, ['config'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 208, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 210, col 168, Line is too long. +build/public/templates/admin/manage/category.js: line 210, col 38, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 210, col 54, ['cid'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 210, col 90, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 210, col 106, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 210, col 121, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 210, col 137, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 210, col 149, ['cid'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 211, col 172, Line is too long. +build/public/templates/admin/manage/category.js: line 213, col 116, Line is too long. +build/public/templates/admin/manage/category.js: line 213, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 213, col 49, ['config'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 213, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 213, col 78, ['config'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 213, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 215, col 164, Line is too long. +build/public/templates/admin/manage/category.js: line 215, col 34, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 215, col 50, ['cid'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 215, col 86, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 215, col 102, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 215, col 117, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 215, col 133, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 215, col 145, ['cid'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 216, col 133, Line is too long. +build/public/templates/admin/manage/category.js: line 217, col 116, Line is too long. +build/public/templates/admin/manage/category.js: line 217, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 217, col 49, ['config'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 217, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 217, col 78, ['config'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 217, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 219, col 164, Line is too long. +build/public/templates/admin/manage/category.js: line 219, col 34, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 219, col 50, ['cid'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 219, col 86, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 219, col 102, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 219, col 117, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 219, col 133, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 219, col 145, ['cid'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 220, col 246, Line is too long. +build/public/templates/admin/manage/category.js: line 221, col 116, Line is too long. +build/public/templates/admin/manage/category.js: line 221, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 221, col 49, ['config'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 221, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 221, col 78, ['config'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 221, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 223, col 164, Line is too long. +build/public/templates/admin/manage/category.js: line 223, col 34, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 223, col 50, ['cid'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 223, col 86, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 223, col 102, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 223, col 117, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 223, col 133, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 223, col 145, ['cid'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 224, col 132, Line is too long. +build/public/templates/admin/manage/category.js: line 225, col 116, Line is too long. +build/public/templates/admin/manage/category.js: line 225, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 225, col 49, ['config'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 225, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 225, col 78, ['config'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 225, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 227, col 164, Line is too long. +build/public/templates/admin/manage/category.js: line 227, col 34, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 227, col 50, ['cid'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 227, col 86, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 227, col 102, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 227, col 117, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 227, col 133, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 227, col 145, ['cid'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 228, col 175, Line is too long. +build/public/templates/admin/manage/category.js: line 229, col 130, Line is too long. +build/public/templates/admin/manage/category.js: line 229, col 26, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 229, col 42, ['template'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 229, col 57, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 229, col 73, ['template'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 229, col 85, ['name'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 229, col 104, Expected '===' and instead saw '=='. +build/public/templates/admin/manage/category.js: line 231, col 178, Line is too long. +build/public/templates/admin/manage/category.js: line 231, col 38, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 231, col 54, ['disabled'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 231, col 95, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 231, col 111, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 231, col 126, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 231, col 142, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 231, col 154, ['disabled'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 233, col 168, Line is too long. +build/public/templates/admin/manage/category.js: line 233, col 30, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 233, col 46, ['disabled'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 233, col 87, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 233, col 103, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 233, col 118, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 233, col 134, ['category'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 233, col 146, ['disabled'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 234, col 133, Line is too long. +build/public/templates/admin/manage/category.js: line 235, col 133, Line is too long. +build/public/templates/admin/manage/category.js: line 236, col 200, Line is too long. +build/public/templates/admin/manage/category.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/manage/category.js: line 245, col 121, Line is too long. +build/public/templates/admin/manage/category.js: line 245, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 245, col 52, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 248, col 172, Line is too long. +build/public/templates/admin/manage/category.js: line 248, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 248, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 248, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 248, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 248, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 248, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 248, col 146, ['disabledClass'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 252, col 172, Line is too long. +build/public/templates/admin/manage/category.js: line 252, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 252, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 252, col 73, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 252, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 252, col 115, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 252, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 252, col 154, ['cid'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 254, col 173, Line is too long. +build/public/templates/admin/manage/category.js: line 254, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 254, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 254, col 73, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 254, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 254, col 115, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 254, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 254, col 154, ['name'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 256, col 178, Line is too long. +build/public/templates/admin/manage/category.js: line 256, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 256, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 256, col 73, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 256, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 256, col 115, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 256, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 256, col 154, ['parentCid'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 258, col 174, Line is too long. +build/public/templates/admin/manage/category.js: line 258, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 258, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 258, col 73, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 258, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 258, col 115, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 258, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 258, col 154, ['level'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 260, col 164, Line is too long. +build/public/templates/admin/manage/category.js: line 260, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 260, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 260, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 260, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 260, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 260, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 260, col 146, ['match'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 264, col 163, Line is too long. +build/public/templates/admin/manage/category.js: line 264, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 264, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 264, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 264, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 264, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 264, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 264, col 146, ['icon'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 266, col 114, Line is too long. +build/public/templates/admin/manage/category.js: line 270, col 173, Line is too long. +build/public/templates/admin/manage/category.js: line 270, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 270, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 270, col 73, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 270, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 270, col 115, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 270, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 270, col 154, ['name'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 246, col 13, 'key' is defined but never used. +build/public/templates/admin/manage/category.js: line 244, col 11, 'value' is defined but never used. +build/public/templates/admin/manage/category.js: line 279, col 121, Line is too long. +build/public/templates/admin/manage/category.js: line 279, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/category.js: line 279, col 52, ['customClasses'] is better written in dot notation. +build/public/templates/admin/manage/category.js: line 280, col 13, 'key' is defined but never used. +build/public/templates/admin/manage/category.js: line 278, col 11, 'value' is defined but never used. +build/public/templates/admin/manage/category.js: line 276, col 76, 'helper' is defined but never used. +build/public/templates/admin/manage/category.js: line 291, col 3, Missing semicolon. +build/public/templates/admin/manage/category.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/manage/category.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/manage/digest.js: line 12, col 286, Line is too long. +build/public/templates/admin/manage/digest.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 14, col 902, Line is too long. +build/public/templates/admin/manage/digest.js: line 15, col 22, ['delivery'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 17, col 103, Line is too long. +build/public/templates/admin/manage/digest.js: line 17, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 17, col 41, ['delivery'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 17, col 56, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 17, col 72, ['delivery'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 17, col 84, ['length'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 19, col 143, Line is too long. +build/public/templates/admin/manage/digest.js: line 20, col 119, Line is too long. +build/public/templates/admin/manage/digest.js: line 21, col 158, Line is too long. +build/public/templates/admin/manage/digest.js: line 21, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 21, col 41, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 21, col 58, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 21, col 74, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 21, col 88, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 21, col 100, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 21, col 116, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 21, col 130, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 21, col 139, ['length'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 24, col 148, Line is too long. +build/public/templates/admin/manage/digest.js: line 25, col 156, Line is too long. +build/public/templates/admin/manage/digest.js: line 25, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 25, col 41, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 25, col 58, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 25, col 74, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 25, col 88, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 25, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 25, col 115, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 25, col 129, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 25, col 137, ['active'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 29, col 162, Line is too long. +build/public/templates/admin/manage/digest.js: line 29, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 29, col 49, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 29, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 29, col 82, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 29, col 96, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 29, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 29, col 123, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 29, col 137, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 29, col 145, ['qs'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 31, col 164, Line is too long. +build/public/templates/admin/manage/digest.js: line 31, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 31, col 49, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 31, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 31, col 82, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 31, col 96, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 31, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 31, col 123, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 31, col 137, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 31, col 145, ['page'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 35, col 156, Line is too long. +build/public/templates/admin/manage/digest.js: line 35, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 35, col 41, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 35, col 58, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 35, col 74, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 35, col 88, ['next'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 35, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 35, col 115, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 35, col 129, ['next'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 35, col 137, ['active'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 39, col 162, Line is too long. +build/public/templates/admin/manage/digest.js: line 39, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 39, col 49, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 39, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 39, col 82, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 39, col 96, ['next'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 39, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 39, col 123, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 39, col 137, ['next'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 39, col 145, ['qs'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 41, col 164, Line is too long. +build/public/templates/admin/manage/digest.js: line 41, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 41, col 49, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 41, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 41, col 82, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 41, col 96, ['next'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 41, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 41, col 123, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 41, col 137, ['next'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 41, col 145, ['page'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 43, col 102, Line is too long. +build/public/templates/admin/manage/digest.js: line 43, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 43, col 41, ['template'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 43, col 56, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 43, col 72, ['template'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 43, col 84, ['topic'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 45, col 126, Line is too long. +build/public/templates/admin/manage/digest.js: line 46, col 160, Line is too long. +build/public/templates/admin/manage/digest.js: line 46, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 46, col 45, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 46, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 46, col 78, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 46, col 92, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 46, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 46, col 119, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 46, col 133, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 46, col 141, ['active'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 50, col 168, Line is too long. +build/public/templates/admin/manage/digest.js: line 50, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 50, col 53, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 50, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 50, col 86, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 50, col 100, ['first'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 50, col 112, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 50, col 128, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 50, col 142, ['first'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 50, col 151, ['qs'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 51, col 115, Line is too long. +build/public/templates/admin/manage/digest.js: line 52, col 160, Line is too long. +build/public/templates/admin/manage/digest.js: line 52, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 52, col 45, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 52, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 52, col 78, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 52, col 92, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 52, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 52, col 119, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 52, col 133, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 52, col 141, ['active'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 56, col 166, Line is too long. +build/public/templates/admin/manage/digest.js: line 56, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 56, col 53, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 56, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 56, col 86, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 56, col 100, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 56, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 56, col 127, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 56, col 141, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 56, col 149, ['qs'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 58, col 168, Line is too long. +build/public/templates/admin/manage/digest.js: line 58, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 58, col 53, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 58, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 58, col 86, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 58, col 100, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 58, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 58, col 127, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 58, col 141, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 58, col 149, ['page'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 59, col 196, Line is too long. +build/public/templates/admin/manage/digest.js: line 60, col 126, Line is too long. +build/public/templates/admin/manage/digest.js: line 60, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 60, col 53, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 60, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 60, col 86, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 60, col 100, ['currentPage'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 62, col 124, Line is too long. +build/public/templates/admin/manage/digest.js: line 62, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 62, col 53, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 62, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 62, col 86, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 62, col 100, ['pageCount'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 64, col 160, Line is too long. +build/public/templates/admin/manage/digest.js: line 64, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 64, col 45, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 64, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 64, col 78, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 64, col 92, ['next'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 64, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 64, col 119, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 64, col 133, ['next'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 64, col 141, ['active'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 68, col 166, Line is too long. +build/public/templates/admin/manage/digest.js: line 68, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 68, col 53, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 68, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 68, col 86, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 68, col 100, ['next'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 68, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 68, col 127, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 68, col 141, ['next'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 68, col 149, ['qs'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 70, col 168, Line is too long. +build/public/templates/admin/manage/digest.js: line 70, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 70, col 53, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 70, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 70, col 86, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 70, col 100, ['next'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 70, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 70, col 127, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 70, col 141, ['next'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 70, col 149, ['page'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 72, col 160, Line is too long. +build/public/templates/admin/manage/digest.js: line 72, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 72, col 45, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 72, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 72, col 78, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 72, col 92, ['next'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 72, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 72, col 119, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 72, col 133, ['next'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 72, col 141, ['active'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 76, col 166, Line is too long. +build/public/templates/admin/manage/digest.js: line 76, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 76, col 53, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 76, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 76, col 86, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 76, col 100, ['last'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 76, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 76, col 127, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 76, col 141, ['last'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 76, col 149, ['qs'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 78, col 124, Line is too long. +build/public/templates/admin/manage/digest.js: line 78, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 78, col 53, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 78, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 78, col 86, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 78, col 100, ['pageCount'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/manage/digest.js: line 87, col 116, Line is too long. +build/public/templates/admin/manage/digest.js: line 87, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 87, col 52, ['delivery'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 90, col 215, Line is too long. +build/public/templates/admin/manage/digest.js: line 90, col 78, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 90, col 94, ['delivery'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 90, col 109, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 90, col 125, ['delivery'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 90, col 178, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 92, col 120, Line is too long. +build/public/templates/admin/manage/digest.js: line 92, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 92, col 53, ['config'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 92, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 92, col 82, ['config'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 92, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 94, col 157, Line is too long. +build/public/templates/admin/manage/digest.js: line 94, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 94, col 53, ['delivery'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 94, col 68, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 94, col 84, ['delivery'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 94, col 105, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 94, col 121, ['delivery'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 94, col 139, ['uid'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 96, col 162, Line is too long. +build/public/templates/admin/manage/digest.js: line 96, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 96, col 53, ['delivery'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 96, col 68, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 96, col 84, ['delivery'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 96, col 105, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 96, col 121, ['delivery'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 96, col 139, ['username'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 98, col 151, Line is too long. +build/public/templates/admin/manage/digest.js: line 98, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 98, col 45, ['delivery'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 98, col 60, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 98, col 76, ['delivery'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 98, col 97, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 98, col 113, ['delivery'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 98, col 131, ['setting'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 99, col 162, Line is too long. +build/public/templates/admin/manage/digest.js: line 99, col 39, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 99, col 55, ['delivery'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 99, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 99, col 86, ['delivery'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 99, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 99, col 123, ['delivery'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 99, col 141, ['setting'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 102, col 166, Line is too long. +build/public/templates/admin/manage/digest.js: line 102, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 102, col 53, ['delivery'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 102, col 68, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 102, col 84, ['delivery'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 102, col 105, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 102, col 121, ['delivery'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 102, col 139, ['lastDelivery'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 103, col 111, Line is too long. +build/public/templates/admin/manage/digest.js: line 104, col 157, Line is too long. +build/public/templates/admin/manage/digest.js: line 104, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 104, col 53, ['delivery'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 104, col 68, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 104, col 84, ['delivery'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 104, col 105, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 104, col 121, ['delivery'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 104, col 139, ['uid'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 88, col 13, 'key' is defined but never used. +build/public/templates/admin/manage/digest.js: line 87, col 109, 'value' is defined but never used. +build/public/templates/admin/manage/digest.js: line 87, col 101, 'length' is defined but never used. +build/public/templates/admin/manage/digest.js: line 87, col 94, 'index' is defined but never used. +build/public/templates/admin/manage/digest.js: line 86, col 11, 'value' is defined but never used. +build/public/templates/admin/manage/digest.js: line 113, col 160, Line is too long. +build/public/templates/admin/manage/digest.js: line 113, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 113, col 52, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 113, col 69, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 113, col 85, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 113, col 99, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 116, col 219, Line is too long. +build/public/templates/admin/manage/digest.js: line 116, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 116, col 45, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 116, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 116, col 78, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 116, col 92, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 116, col 104, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 116, col 120, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 116, col 134, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 116, col 152, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 116, col 168, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 116, col 182, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 116, col 197, ['separator'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 117, col 205, Line is too long. +build/public/templates/admin/manage/digest.js: line 119, col 220, Line is too long. +build/public/templates/admin/manage/digest.js: line 119, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 119, col 49, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 119, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 119, col 82, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 119, col 96, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 119, col 108, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 119, col 124, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 119, col 138, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 119, col 156, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 119, col 172, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 119, col 186, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 119, col 201, ['active'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 123, col 226, Line is too long. +build/public/templates/admin/manage/digest.js: line 123, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 123, col 57, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 123, col 74, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 123, col 90, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 123, col 104, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 123, col 116, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 123, col 132, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 123, col 146, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 123, col 164, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 123, col 180, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 123, col 194, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 123, col 209, ['qs'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 125, col 228, Line is too long. +build/public/templates/admin/manage/digest.js: line 125, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 125, col 57, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 125, col 74, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 125, col 90, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 125, col 104, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 125, col 116, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 125, col 132, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 125, col 146, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 125, col 164, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 125, col 180, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 125, col 194, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 125, col 209, ['page'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 127, col 228, Line is too long. +build/public/templates/admin/manage/digest.js: line 127, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 127, col 57, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 127, col 74, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 127, col 90, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 127, col 104, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 127, col 116, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 127, col 132, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 127, col 146, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 127, col 164, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/digest.js: line 127, col 180, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 127, col 194, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 127, col 209, ['page'] is better written in dot notation. +build/public/templates/admin/manage/digest.js: line 114, col 13, 'key' is defined but never used. +build/public/templates/admin/manage/digest.js: line 113, col 153, 'value' is defined but never used. +build/public/templates/admin/manage/digest.js: line 113, col 145, 'length' is defined but never used. +build/public/templates/admin/manage/digest.js: line 113, col 138, 'index' is defined but never used. +build/public/templates/admin/manage/digest.js: line 112, col 11, 'value' is defined but never used. +build/public/templates/admin/manage/digest.js: line 110, col 81, 'helper' is defined but never used. +build/public/templates/admin/manage/digest.js: line 137, col 3, Missing semicolon. +build/public/templates/admin/manage/digest.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/manage/digest.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/manage/group.js: line 12, col 628, Line is too long. +build/public/templates/admin/manage/group.js: line 13, col 112, Line is too long. +build/public/templates/admin/manage/group.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 13, col 49, ['group'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 13, col 61, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 13, col 77, ['group'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 13, col 86, ['displayName'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 14, col 670, Line is too long. +build/public/templates/admin/manage/group.js: line 15, col 22, ['groupNames'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 16, col 317, Line is too long. +build/public/templates/admin/manage/group.js: line 17, col 112, Line is too long. +build/public/templates/admin/manage/group.js: line 17, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 17, col 49, ['group'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 17, col 61, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 17, col 77, ['group'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 17, col 86, ['displayName'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 18, col 287, Line is too long. +build/public/templates/admin/manage/group.js: line 19, col 112, Line is too long. +build/public/templates/admin/manage/group.js: line 19, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 19, col 49, ['group'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 19, col 61, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 19, col 77, ['group'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 19, col 86, ['displayName'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 21, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 21, col 49, ['maximumGroupNameLength'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 23, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 23, col 41, ['group'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 23, col 53, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 23, col 69, ['group'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 23, col 78, ['system'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 26, col 226, Line is too long. +build/public/templates/admin/manage/group.js: line 27, col 112, Line is too long. +build/public/templates/admin/manage/group.js: line 27, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 27, col 49, ['group'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 27, col 61, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 27, col 77, ['group'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 27, col 86, ['description'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 28, col 301, Line is too long. +build/public/templates/admin/manage/group.js: line 29, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 29, col 41, ['group'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 29, col 53, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 29, col 69, ['group'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 29, col 78, ['textColor'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 30, col 111, Line is too long. +build/public/templates/admin/manage/group.js: line 30, col 35, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 30, col 51, ['group'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 30, col 63, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 30, col 79, ['group'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 30, col 88, ['textColor'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 33, col 101, Line is too long. +build/public/templates/admin/manage/group.js: line 33, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 33, col 41, ['group'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 33, col 53, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 33, col 69, ['group'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 33, col 78, ['labelColor'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 34, col 112, Line is too long. +build/public/templates/admin/manage/group.js: line 34, col 35, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 34, col 51, ['group'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 34, col 63, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 34, col 79, ['group'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 34, col 88, ['labelColor'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 37, col 105, Line is too long. +build/public/templates/admin/manage/group.js: line 37, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 37, col 49, ['group'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 37, col 61, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 37, col 77, ['group'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 37, col 86, ['icon'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 39, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 39, col 41, ['group'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 39, col 53, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 39, col 69, ['group'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 39, col 78, ['icon'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 43, col 110, Line is too long. +build/public/templates/admin/manage/group.js: line 43, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 43, col 49, ['group'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 43, col 61, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 43, col 77, ['group'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 43, col 86, ['userTitle'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 44, col 345, Line is too long. +build/public/templates/admin/manage/group.js: line 45, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 45, col 41, ['group'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 45, col 53, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 45, col 69, ['group'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 45, col 78, ['icon'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 46, col 106, Line is too long. +build/public/templates/admin/manage/group.js: line 46, col 35, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 46, col 51, ['group'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 46, col 63, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 46, col 79, ['group'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 46, col 88, ['icon'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 49, col 105, Line is too long. +build/public/templates/admin/manage/group.js: line 49, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 49, col 49, ['group'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 49, col 61, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 49, col 77, ['group'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 49, col 86, ['icon'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 50, col 204, Line is too long. +build/public/templates/admin/manage/group.js: line 51, col 117, Line is too long. +build/public/templates/admin/manage/group.js: line 51, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 51, col 49, ['group'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 51, col 61, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 51, col 77, ['group'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 51, col 86, ['userTitleEscaped'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 53, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 53, col 49, ['maximumGroupTitleLength'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 54, col 500, Line is too long. +build/public/templates/admin/manage/group.js: line 55, col 111, Line is too long. +build/public/templates/admin/manage/group.js: line 55, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 55, col 49, ['group'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 55, col 61, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 55, col 77, ['group'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 55, col 86, ['labelColor'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 56, col 563, Line is too long. +build/public/templates/admin/manage/group.js: line 57, col 110, Line is too long. +build/public/templates/admin/manage/group.js: line 57, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 57, col 49, ['group'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 57, col 61, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 57, col 77, ['group'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 57, col 86, ['textColor'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 58, col 302, Line is too long. +build/public/templates/admin/manage/group.js: line 59, col 107, Line is too long. +build/public/templates/admin/manage/group.js: line 59, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 59, col 41, ['group'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 59, col 53, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 59, col 69, ['group'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 59, col 78, ['userTitleEnabled'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 62, col 309, Line is too long. +build/public/templates/admin/manage/group.js: line 63, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 63, col 41, ['group'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 63, col 53, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 63, col 69, ['group'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 63, col 78, ['private'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 66, col 191, Line is too long. +build/public/templates/admin/manage/group.js: line 67, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 67, col 41, ['allowPrivateGroups'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 70, col 210, Line is too long. +build/public/templates/admin/manage/group.js: line 71, col 110, Line is too long. +build/public/templates/admin/manage/group.js: line 71, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 71, col 41, ['group'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 71, col 53, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 71, col 69, ['group'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 71, col 78, ['disableJoinRequests'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 74, col 324, Line is too long. +build/public/templates/admin/manage/group.js: line 75, col 103, Line is too long. +build/public/templates/admin/manage/group.js: line 75, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 75, col 41, ['group'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 75, col 53, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 75, col 69, ['group'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 75, col 78, ['disableLeave'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 78, col 306, Line is too long. +build/public/templates/admin/manage/group.js: line 79, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 79, col 41, ['group'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 79, col 53, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 79, col 69, ['group'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 79, col 78, ['hidden'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 82, col 826, Line is too long. +build/public/templates/admin/manage/group.js: line 83, col 145, Line is too long. +build/public/templates/admin/manage/group.js: line 83, col 26, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 83, col 42, ['selectedCategory'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 83, col 92, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 83, col 108, ['showCategorySelectLabel'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 85, col 159, Line is too long. +build/public/templates/admin/manage/group.js: line 85, col 84, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 85, col 100, ['selectedCategory'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 87, col 131, Line is too long. +build/public/templates/admin/manage/group.js: line 87, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 87, col 53, ['selectedCategory'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 87, col 76, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 87, col 92, ['selectedCategory'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 87, col 112, ['name'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 90, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 90, col 45, ['selectCategoryIcon'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 91, col 39, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 91, col 55, ['selectCategoryIcon'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 94, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 94, col 45, ['selectCategoryLabel'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 95, col 39, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 95, col 55, ['selectCategoryLabel'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 98, col 620, Line is too long. +build/public/templates/admin/manage/group.js: line 99, col 22, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 100, col 134, Line is too long. +build/public/templates/admin/manage/group.js: line 101, col 115, Line is too long. +build/public/templates/admin/manage/group.js: line 101, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 101, col 49, ['group'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 101, col 61, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 101, col 77, ['group'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 101, col 86, ['memberPostCids'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 102, col 227, Line is too long. +build/public/templates/admin/manage/group.js: line 103, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 103, col 41, ['group'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 103, col 53, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 103, col 69, ['group'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 103, col 78, ['isOwner'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 104, col 196, Line is too long. +build/public/templates/admin/manage/group.js: line 106, col 354, Line is too long. +build/public/templates/admin/manage/group.js: line 107, col 117, Line is too long. +build/public/templates/admin/manage/group.js: line 107, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 107, col 49, ['group'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 107, col 61, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 107, col 77, ['group'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 107, col 86, ['membersNextStart'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 108, col 116, Line is too long. +build/public/templates/admin/manage/group.js: line 110, col 218, Line is too long. +build/public/templates/admin/manage/group.js: line 111, col 116, Line is too long. +build/public/templates/admin/manage/group.js: line 111, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 111, col 49, ['config'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 111, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 111, col 78, ['config'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 111, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 112, col 1231, Line is too long. +build/public/templates/admin/manage/group.js: line 113, col 22, ['categories'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 115, col 116, Line is too long. +build/public/templates/admin/manage/group.js: line 115, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 115, col 49, ['config'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 115, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 115, col 78, ['config'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 115, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 117, col 112, Line is too long. +build/public/templates/admin/manage/group.js: line 117, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 117, col 49, ['group'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 117, col 61, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 117, col 77, ['group'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 117, col 86, ['nameEncoded'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 118, col 185, Line is too long. +build/public/templates/admin/manage/group.js: line 119, col 116, Line is too long. +build/public/templates/admin/manage/group.js: line 119, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 119, col 49, ['config'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 119, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 119, col 78, ['config'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 119, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 121, col 105, Line is too long. +build/public/templates/admin/manage/group.js: line 121, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 121, col 49, ['group'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 121, col 61, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 121, col 77, ['group'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 121, col 86, ['slug'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 122, col 833, Line is too long. +build/public/templates/admin/manage/group.js: line 123, col 22, ['icons'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 124, col 198, Line is too long. +build/public/templates/admin/manage/group.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/manage/group.js: line 131, col 118, Line is too long. +build/public/templates/admin/manage/group.js: line 131, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 131, col 52, ['groupNames'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 134, col 171, Line is too long. +build/public/templates/admin/manage/group.js: line 134, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 134, col 53, ['groupNames'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 134, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 134, col 86, ['groupNames'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 134, col 109, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 134, col 125, ['groupNames'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 134, col 145, ['displayName'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 136, col 120, Line is too long. +build/public/templates/admin/manage/group.js: line 136, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 136, col 53, ['config'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 136, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 136, col 82, ['config'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 136, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 138, col 164, Line is too long. +build/public/templates/admin/manage/group.js: line 138, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 138, col 53, ['groupNames'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 138, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 138, col 86, ['groupNames'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 138, col 109, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 138, col 125, ['groupNames'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 138, col 145, ['slug'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 140, col 171, Line is too long. +build/public/templates/admin/manage/group.js: line 140, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 140, col 53, ['groupNames'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 140, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 140, col 86, ['groupNames'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 140, col 109, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 140, col 125, ['groupNames'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 140, col 145, ['displayName'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 132, col 13, 'key' is defined but never used. +build/public/templates/admin/manage/group.js: line 131, col 111, 'value' is defined but never used. +build/public/templates/admin/manage/group.js: line 131, col 103, 'length' is defined but never used. +build/public/templates/admin/manage/group.js: line 131, col 96, 'index' is defined but never used. +build/public/templates/admin/manage/group.js: line 130, col 11, 'value' is defined but never used. +build/public/templates/admin/manage/group.js: line 128, col 70, 'helper' is defined but never used. +build/public/templates/admin/manage/group.js: line 149, col 121, Line is too long. +build/public/templates/admin/manage/group.js: line 149, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 149, col 52, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 152, col 172, Line is too long. +build/public/templates/admin/manage/group.js: line 152, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 152, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 152, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 152, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 152, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 152, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 152, col 146, ['disabledClass'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 156, col 172, Line is too long. +build/public/templates/admin/manage/group.js: line 156, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 156, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 156, col 73, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 156, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 156, col 115, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 156, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 156, col 154, ['cid'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 158, col 173, Line is too long. +build/public/templates/admin/manage/group.js: line 158, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 158, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 158, col 73, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 158, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 158, col 115, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 158, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 158, col 154, ['name'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 160, col 178, Line is too long. +build/public/templates/admin/manage/group.js: line 160, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 160, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 160, col 73, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 160, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 160, col 115, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 160, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 160, col 154, ['parentCid'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 162, col 174, Line is too long. +build/public/templates/admin/manage/group.js: line 162, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 162, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 162, col 73, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 162, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 162, col 115, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 162, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 162, col 154, ['level'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 164, col 164, Line is too long. +build/public/templates/admin/manage/group.js: line 164, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 164, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 164, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 164, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 164, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 164, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 164, col 146, ['match'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 168, col 163, Line is too long. +build/public/templates/admin/manage/group.js: line 168, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 168, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 168, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 168, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 168, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 168, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 168, col 146, ['icon'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 170, col 114, Line is too long. +build/public/templates/admin/manage/group.js: line 174, col 173, Line is too long. +build/public/templates/admin/manage/group.js: line 174, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 174, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 174, col 73, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 174, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 174, col 115, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 174, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 174, col 154, ['name'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 150, col 13, 'key' is defined but never used. +build/public/templates/admin/manage/group.js: line 148, col 11, 'value' is defined but never used. +build/public/templates/admin/manage/group.js: line 183, col 152, Line is too long. +build/public/templates/admin/manage/group.js: line 183, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 183, col 52, ['group'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 183, col 64, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 183, col 80, ['group'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 183, col 89, ['members'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 186, col 209, Line is too long. +build/public/templates/admin/manage/group.js: line 186, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 186, col 53, ['group'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 186, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 186, col 81, ['group'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 186, col 90, ['members'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 186, col 104, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 186, col 120, ['group'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 186, col 129, ['members'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 186, col 149, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 186, col 165, ['group'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 186, col 174, ['members'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 186, col 191, ['uid'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 187, col 157, Line is too long. +build/public/templates/admin/manage/group.js: line 188, col 120, Line is too long. +build/public/templates/admin/manage/group.js: line 188, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 188, col 53, ['config'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 188, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 188, col 82, ['config'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 188, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 190, col 214, Line is too long. +build/public/templates/admin/manage/group.js: line 190, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 190, col 53, ['group'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 190, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 190, col 81, ['group'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 190, col 90, ['members'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 190, col 104, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 190, col 120, ['group'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 190, col 129, ['members'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 190, col 149, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 190, col 165, ['group'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 190, col 174, ['members'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 190, col 191, ['userslug'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 192, col 259, Line is too long. +build/public/templates/admin/manage/group.js: line 192, col 78, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 192, col 94, ['group'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 192, col 106, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 192, col 122, ['group'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 192, col 131, ['members'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 192, col 145, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 192, col 161, ['group'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 192, col 170, ['members'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 192, col 222, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 194, col 120, Line is too long. +build/public/templates/admin/manage/group.js: line 194, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 194, col 53, ['config'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 194, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 194, col 82, ['config'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 194, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 196, col 214, Line is too long. +build/public/templates/admin/manage/group.js: line 196, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 196, col 53, ['group'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 196, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 196, col 81, ['group'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 196, col 90, ['members'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 196, col 104, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 196, col 120, ['group'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 196, col 129, ['members'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 196, col 149, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 196, col 165, ['group'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 196, col 174, ['members'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 196, col 191, ['userslug'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 198, col 214, Line is too long. +build/public/templates/admin/manage/group.js: line 198, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 198, col 53, ['group'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 198, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 198, col 81, ['group'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 198, col 90, ['members'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 198, col 104, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 198, col 120, ['group'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 198, col 129, ['members'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 198, col 149, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 198, col 165, ['group'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 198, col 174, ['members'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 198, col 191, ['username'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 200, col 203, Line is too long. +build/public/templates/admin/manage/group.js: line 200, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 200, col 45, ['group'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 200, col 57, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 200, col 73, ['group'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 200, col 82, ['members'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 200, col 96, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 200, col 112, ['group'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 200, col 121, ['members'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 200, col 141, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 200, col 157, ['group'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 200, col 166, ['members'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 200, col 183, ['isOwner'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 204, col 102, Line is too long. +build/public/templates/admin/manage/group.js: line 204, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 204, col 45, ['group'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 204, col 57, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 204, col 73, ['group'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 204, col 82, ['isOwner'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 205, col 383, Line is too long. +build/public/templates/admin/manage/group.js: line 184, col 13, 'key' is defined but never used. +build/public/templates/admin/manage/group.js: line 183, col 145, 'value' is defined but never used. +build/public/templates/admin/manage/group.js: line 183, col 137, 'length' is defined but never used. +build/public/templates/admin/manage/group.js: line 183, col 130, 'index' is defined but never used. +build/public/templates/admin/manage/group.js: line 182, col 11, 'value' is defined but never used. +build/public/templates/admin/manage/group.js: line 215, col 118, Line is too long. +build/public/templates/admin/manage/group.js: line 215, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 215, col 52, ['categories'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 218, col 163, Line is too long. +build/public/templates/admin/manage/group.js: line 218, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 218, col 45, ['categories'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 218, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 218, col 78, ['categories'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 218, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 218, col 117, ['categories'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 218, col 137, ['disabledClass'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 222, col 163, Line is too long. +build/public/templates/admin/manage/group.js: line 222, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 222, col 53, ['categories'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 222, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 222, col 86, ['categories'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 222, col 109, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 222, col 125, ['categories'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 222, col 145, ['cid'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 224, col 164, Line is too long. +build/public/templates/admin/manage/group.js: line 224, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 224, col 53, ['categories'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 224, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 224, col 86, ['categories'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 224, col 109, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 224, col 125, ['categories'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 224, col 145, ['name'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 226, col 169, Line is too long. +build/public/templates/admin/manage/group.js: line 226, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 226, col 53, ['categories'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 226, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 226, col 86, ['categories'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 226, col 109, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 226, col 125, ['categories'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 226, col 145, ['parentCid'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 228, col 165, Line is too long. +build/public/templates/admin/manage/group.js: line 228, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 228, col 53, ['categories'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 228, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 228, col 86, ['categories'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 228, col 109, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 228, col 125, ['categories'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 228, col 145, ['level'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 229, col 101, Line is too long. +build/public/templates/admin/manage/group.js: line 230, col 110, Line is too long. +build/public/templates/admin/manage/group.js: line 232, col 164, Line is too long. +build/public/templates/admin/manage/group.js: line 232, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 232, col 53, ['categories'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 232, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 232, col 86, ['categories'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 232, col 109, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 232, col 125, ['categories'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 232, col 145, ['name'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 216, col 13, 'key' is defined but never used. +build/public/templates/admin/manage/group.js: line 214, col 11, 'value' is defined but never used. +build/public/templates/admin/manage/group.js: line 241, col 113, Line is too long. +build/public/templates/admin/manage/group.js: line 241, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 241, col 52, ['icons'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 244, col 150, Line is too long. +build/public/templates/admin/manage/group.js: line 244, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 244, col 53, ['icons'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 244, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 244, col 81, ['icons'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 244, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 244, col 115, ['icons'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 244, col 130, ['style'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 246, col 147, Line is too long. +build/public/templates/admin/manage/group.js: line 246, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 246, col 53, ['icons'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 246, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 246, col 81, ['icons'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 246, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/group.js: line 246, col 115, ['icons'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 246, col 130, ['id'] is better written in dot notation. +build/public/templates/admin/manage/group.js: line 242, col 13, 'key' is defined but never used. +build/public/templates/admin/manage/group.js: line 241, col 106, 'value' is defined but never used. +build/public/templates/admin/manage/group.js: line 241, col 98, 'length' is defined but never used. +build/public/templates/admin/manage/group.js: line 241, col 91, 'index' is defined but never used. +build/public/templates/admin/manage/group.js: line 240, col 11, 'value' is defined but never used. +build/public/templates/admin/manage/group.js: line 238, col 60, 'helper' is defined but never used. +build/public/templates/admin/manage/group.js: line 255, col 3, Missing semicolon. +build/public/templates/admin/manage/group.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/manage/group.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/manage/groups.js: line 12, col 1071, Line is too long. +build/public/templates/admin/manage/groups.js: line 13, col 22, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 14, col 104, Line is too long. +build/public/templates/admin/manage/groups.js: line 15, col 158, Line is too long. +build/public/templates/admin/manage/groups.js: line 15, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 15, col 41, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 15, col 58, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 15, col 74, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 15, col 88, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 15, col 100, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 15, col 116, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 15, col 130, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 15, col 139, ['length'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 18, col 148, Line is too long. +build/public/templates/admin/manage/groups.js: line 19, col 156, Line is too long. +build/public/templates/admin/manage/groups.js: line 19, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 19, col 41, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 19, col 58, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 19, col 74, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 19, col 88, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 19, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 19, col 115, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 19, col 129, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 19, col 137, ['active'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 23, col 162, Line is too long. +build/public/templates/admin/manage/groups.js: line 23, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 23, col 49, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 23, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 23, col 82, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 23, col 96, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 23, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 23, col 123, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 23, col 137, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 23, col 145, ['qs'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 25, col 164, Line is too long. +build/public/templates/admin/manage/groups.js: line 25, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 25, col 49, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 25, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 25, col 82, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 25, col 96, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 25, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 25, col 123, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 25, col 137, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 25, col 145, ['page'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 29, col 156, Line is too long. +build/public/templates/admin/manage/groups.js: line 29, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 29, col 41, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 29, col 58, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 29, col 74, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 29, col 88, ['next'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 29, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 29, col 115, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 29, col 129, ['next'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 29, col 137, ['active'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 33, col 162, Line is too long. +build/public/templates/admin/manage/groups.js: line 33, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 33, col 49, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 33, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 33, col 82, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 33, col 96, ['next'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 33, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 33, col 123, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 33, col 137, ['next'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 33, col 145, ['qs'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 35, col 164, Line is too long. +build/public/templates/admin/manage/groups.js: line 35, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 35, col 49, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 35, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 35, col 82, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 35, col 96, ['next'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 35, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 35, col 123, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 35, col 137, ['next'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 35, col 145, ['page'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 37, col 102, Line is too long. +build/public/templates/admin/manage/groups.js: line 37, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 37, col 41, ['template'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 37, col 56, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 37, col 72, ['template'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 37, col 84, ['topic'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 39, col 126, Line is too long. +build/public/templates/admin/manage/groups.js: line 40, col 160, Line is too long. +build/public/templates/admin/manage/groups.js: line 40, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 40, col 45, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 40, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 40, col 78, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 40, col 92, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 40, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 40, col 119, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 40, col 133, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 40, col 141, ['active'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 44, col 168, Line is too long. +build/public/templates/admin/manage/groups.js: line 44, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 44, col 53, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 44, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 44, col 86, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 44, col 100, ['first'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 44, col 112, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 44, col 128, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 44, col 142, ['first'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 44, col 151, ['qs'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 45, col 115, Line is too long. +build/public/templates/admin/manage/groups.js: line 46, col 160, Line is too long. +build/public/templates/admin/manage/groups.js: line 46, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 46, col 45, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 46, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 46, col 78, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 46, col 92, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 46, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 46, col 119, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 46, col 133, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 46, col 141, ['active'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 50, col 166, Line is too long. +build/public/templates/admin/manage/groups.js: line 50, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 50, col 53, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 50, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 50, col 86, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 50, col 100, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 50, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 50, col 127, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 50, col 141, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 50, col 149, ['qs'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 52, col 168, Line is too long. +build/public/templates/admin/manage/groups.js: line 52, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 52, col 53, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 52, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 52, col 86, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 52, col 100, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 52, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 52, col 127, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 52, col 141, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 52, col 149, ['page'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 53, col 196, Line is too long. +build/public/templates/admin/manage/groups.js: line 54, col 126, Line is too long. +build/public/templates/admin/manage/groups.js: line 54, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 54, col 53, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 54, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 54, col 86, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 54, col 100, ['currentPage'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 56, col 124, Line is too long. +build/public/templates/admin/manage/groups.js: line 56, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 56, col 53, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 56, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 56, col 86, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 56, col 100, ['pageCount'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 58, col 160, Line is too long. +build/public/templates/admin/manage/groups.js: line 58, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 58, col 45, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 58, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 58, col 78, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 58, col 92, ['next'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 58, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 58, col 119, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 58, col 133, ['next'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 58, col 141, ['active'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 62, col 166, Line is too long. +build/public/templates/admin/manage/groups.js: line 62, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 62, col 53, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 62, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 62, col 86, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 62, col 100, ['next'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 62, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 62, col 127, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 62, col 141, ['next'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 62, col 149, ['qs'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 64, col 168, Line is too long. +build/public/templates/admin/manage/groups.js: line 64, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 64, col 53, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 64, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 64, col 86, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 64, col 100, ['next'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 64, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 64, col 127, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 64, col 141, ['next'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 64, col 149, ['page'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 66, col 160, Line is too long. +build/public/templates/admin/manage/groups.js: line 66, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 66, col 45, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 66, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 66, col 78, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 66, col 92, ['next'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 66, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 66, col 119, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 66, col 133, ['next'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 66, col 141, ['active'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 70, col 166, Line is too long. +build/public/templates/admin/manage/groups.js: line 70, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 70, col 53, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 70, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 70, col 86, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 70, col 100, ['last'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 70, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 70, col 127, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 70, col 141, ['last'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 70, col 149, ['qs'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 72, col 124, Line is too long. +build/public/templates/admin/manage/groups.js: line 72, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 72, col 53, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 72, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 72, col 86, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 72, col 100, ['pageCount'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/manage/groups.js: line 81, col 114, Line is too long. +build/public/templates/admin/manage/groups.js: line 81, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 81, col 52, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 84, col 159, Line is too long. +build/public/templates/admin/manage/groups.js: line 84, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 84, col 53, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 84, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 84, col 82, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 84, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 84, col 117, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 84, col 133, ['displayName'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 86, col 159, Line is too long. +build/public/templates/admin/manage/groups.js: line 86, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 86, col 53, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 86, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 86, col 82, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 86, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 86, col 117, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 86, col 133, ['nameEncoded'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 88, col 120, Line is too long. +build/public/templates/admin/manage/groups.js: line 88, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 88, col 53, ['config'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 88, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 88, col 82, ['config'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 88, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 90, col 152, Line is too long. +build/public/templates/admin/manage/groups.js: line 90, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 90, col 53, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 90, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 90, col 82, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 90, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 90, col 117, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 90, col 133, ['slug'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 92, col 159, Line is too long. +build/public/templates/admin/manage/groups.js: line 92, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 92, col 53, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 92, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 92, col 82, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 92, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 92, col 117, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 92, col 133, ['displayName'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 94, col 159, Line is too long. +build/public/templates/admin/manage/groups.js: line 94, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 94, col 53, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 94, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 94, col 82, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 94, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 94, col 117, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 94, col 133, ['memberCount'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 96, col 159, Line is too long. +build/public/templates/admin/manage/groups.js: line 96, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 96, col 53, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 96, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 96, col 82, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 96, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 96, col 117, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 96, col 133, ['description'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 98, col 157, Line is too long. +build/public/templates/admin/manage/groups.js: line 98, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 98, col 53, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 98, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 98, col 82, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 98, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 98, col 117, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 98, col 133, ['textColor'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 100, col 158, Line is too long. +build/public/templates/admin/manage/groups.js: line 100, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 100, col 53, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 100, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 100, col 82, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 100, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 100, col 117, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 100, col 133, ['labelColor'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 102, col 142, Line is too long. +build/public/templates/admin/manage/groups.js: line 102, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 102, col 45, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 102, col 58, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 102, col 74, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 102, col 93, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 102, col 109, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 102, col 125, ['icon'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 104, col 156, Line is too long. +build/public/templates/admin/manage/groups.js: line 104, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 104, col 57, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 104, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 104, col 86, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 104, col 105, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 104, col 121, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 104, col 137, ['icon'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 107, col 157, Line is too long. +build/public/templates/admin/manage/groups.js: line 107, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 107, col 53, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 107, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 107, col 82, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 107, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 107, col 117, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 107, col 133, ['userTitle'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 109, col 144, Line is too long. +build/public/templates/admin/manage/groups.js: line 109, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 109, col 45, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 109, col 58, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 109, col 74, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 109, col 93, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 109, col 109, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 109, col 125, ['system'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 113, col 145, Line is too long. +build/public/templates/admin/manage/groups.js: line 113, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 113, col 45, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 113, col 58, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 113, col 74, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 113, col 93, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 113, col 109, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 113, col 125, ['private'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 117, col 144, Line is too long. +build/public/templates/admin/manage/groups.js: line 117, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 117, col 45, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 117, col 58, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 117, col 74, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 117, col 93, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 117, col 109, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 117, col 125, ['hidden'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 121, col 120, Line is too long. +build/public/templates/admin/manage/groups.js: line 121, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 121, col 53, ['config'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 121, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 121, col 82, ['config'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 121, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 123, col 152, Line is too long. +build/public/templates/admin/manage/groups.js: line 123, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 123, col 53, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 123, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 123, col 82, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 123, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 123, col 117, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 123, col 133, ['slug'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 125, col 120, Line is too long. +build/public/templates/admin/manage/groups.js: line 125, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 125, col 53, ['config'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 125, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 125, col 82, ['config'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 125, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 127, col 152, Line is too long. +build/public/templates/admin/manage/groups.js: line 127, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 127, col 53, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 127, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 127, col 82, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 127, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 127, col 117, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 127, col 133, ['slug'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 128, col 112, Line is too long. +build/public/templates/admin/manage/groups.js: line 129, col 144, Line is too long. +build/public/templates/admin/manage/groups.js: line 129, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 129, col 45, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 129, col 58, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 129, col 74, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 129, col 93, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 129, col 109, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 129, col 125, ['system'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 132, col 113, Line is too long. +build/public/templates/admin/manage/groups.js: line 82, col 13, 'key' is defined but never used. +build/public/templates/admin/manage/groups.js: line 81, col 107, 'value' is defined but never used. +build/public/templates/admin/manage/groups.js: line 81, col 99, 'length' is defined but never used. +build/public/templates/admin/manage/groups.js: line 81, col 92, 'index' is defined but never used. +build/public/templates/admin/manage/groups.js: line 80, col 11, 'value' is defined but never used. +build/public/templates/admin/manage/groups.js: line 78, col 62, 'helper' is defined but never used. +build/public/templates/admin/manage/groups.js: line 140, col 160, Line is too long. +build/public/templates/admin/manage/groups.js: line 140, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 140, col 52, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 140, col 69, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 140, col 85, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 140, col 99, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 143, col 219, Line is too long. +build/public/templates/admin/manage/groups.js: line 143, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 143, col 45, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 143, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 143, col 78, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 143, col 92, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 143, col 104, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 143, col 120, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 143, col 134, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 143, col 152, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 143, col 168, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 143, col 182, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 143, col 197, ['separator'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 144, col 205, Line is too long. +build/public/templates/admin/manage/groups.js: line 146, col 220, Line is too long. +build/public/templates/admin/manage/groups.js: line 146, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 146, col 49, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 146, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 146, col 82, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 146, col 96, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 146, col 108, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 146, col 124, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 146, col 138, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 146, col 156, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 146, col 172, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 146, col 186, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 146, col 201, ['active'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 150, col 226, Line is too long. +build/public/templates/admin/manage/groups.js: line 150, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 150, col 57, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 150, col 74, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 150, col 90, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 150, col 104, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 150, col 116, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 150, col 132, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 150, col 146, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 150, col 164, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 150, col 180, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 150, col 194, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 150, col 209, ['qs'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 152, col 228, Line is too long. +build/public/templates/admin/manage/groups.js: line 152, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 152, col 57, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 152, col 74, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 152, col 90, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 152, col 104, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 152, col 116, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 152, col 132, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 152, col 146, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 152, col 164, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 152, col 180, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 152, col 194, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 152, col 209, ['page'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 154, col 228, Line is too long. +build/public/templates/admin/manage/groups.js: line 154, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 154, col 57, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 154, col 74, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 154, col 90, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 154, col 104, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 154, col 116, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 154, col 132, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 154, col 146, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 154, col 164, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/groups.js: line 154, col 180, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 154, col 194, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 154, col 209, ['page'] is better written in dot notation. +build/public/templates/admin/manage/groups.js: line 141, col 13, 'key' is defined but never used. +build/public/templates/admin/manage/groups.js: line 140, col 153, 'value' is defined but never used. +build/public/templates/admin/manage/groups.js: line 140, col 145, 'length' is defined but never used. +build/public/templates/admin/manage/groups.js: line 140, col 138, 'index' is defined but never used. +build/public/templates/admin/manage/groups.js: line 139, col 11, 'value' is defined but never used. +build/public/templates/admin/manage/groups.js: line 137, col 81, 'helper' is defined but never used. +build/public/templates/admin/manage/groups.js: line 164, col 3, Missing semicolon. +build/public/templates/admin/manage/groups.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/manage/groups.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/manage/privileges.js: line 12, col 1311, Line is too long. +build/public/templates/admin/manage/privileges.js: line 13, col 145, Line is too long. +build/public/templates/admin/manage/privileges.js: line 13, col 26, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 13, col 42, ['selectedCategory'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 13, col 92, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 13, col 108, ['showCategorySelectLabel'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 15, col 159, Line is too long. +build/public/templates/admin/manage/privileges.js: line 15, col 84, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 15, col 100, ['selectedCategory'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 17, col 131, Line is too long. +build/public/templates/admin/manage/privileges.js: line 17, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 17, col 53, ['selectedCategory'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 17, col 76, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 17, col 92, ['selectedCategory'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 17, col 112, ['name'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 20, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 20, col 45, ['selectCategoryIcon'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 21, col 39, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 21, col 55, ['selectCategoryIcon'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 24, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 24, col 45, ['selectCategoryLabel'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 25, col 39, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 25, col 55, ['selectCategoryLabel'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 28, col 620, Line is too long. +build/public/templates/admin/manage/privileges.js: line 29, col 22, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 31, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 31, col 41, ['cid'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 32, col 826, Line is too long. +build/public/templates/admin/manage/privileges.js: line 33, col 126, Line is too long. +build/public/templates/admin/manage/privileges.js: line 33, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 33, col 45, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 33, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 33, col 78, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 33, col 92, ['columnCountGroupOther'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 34, col 170, Line is too long. +build/public/templates/admin/manage/privileges.js: line 36, col 234, Line is too long. +build/public/templates/admin/manage/privileges.js: line 41, col 231, Line is too long. +build/public/templates/admin/manage/privileges.js: line 41, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 41, col 53, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 41, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 41, col 86, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 41, col 100, ['keys'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 41, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 41, col 127, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 41, col 141, ['keys'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 41, col 149, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 41, col 162, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 41, col 178, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 41, col 192, ['keys'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 41, col 200, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 41, col 210, ['length'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 42, col 1990, Line is too long. +build/public/templates/admin/manage/privileges.js: line 43, col 125, Line is too long. +build/public/templates/admin/manage/privileges.js: line 43, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 43, col 45, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 43, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 43, col 78, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 43, col 92, ['columnCountUserOther'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 44, col 182, Line is too long. +build/public/templates/admin/manage/privileges.js: line 46, col 233, Line is too long. +build/public/templates/admin/manage/privileges.js: line 47, col 161, Line is too long. +build/public/templates/admin/manage/privileges.js: line 47, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 47, col 49, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 47, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 47, col 82, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 47, col 96, ['labelData'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 50, col 240, Line is too long. +build/public/templates/admin/manage/privileges.js: line 50, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 50, col 57, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 50, col 74, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 50, col 90, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 50, col 104, ['labelData'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 50, col 120, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 50, col 136, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 50, col 150, ['labelData'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 50, col 172, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 50, col 188, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 50, col 202, ['labelData'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 50, col 221, ['type'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 52, col 241, Line is too long. +build/public/templates/admin/manage/privileges.js: line 52, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 52, col 57, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 52, col 74, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 52, col 90, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 52, col 104, ['labelData'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 52, col 120, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 52, col 136, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 52, col 150, ['labelData'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 52, col 172, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 52, col 188, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 52, col 202, ['labelData'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 52, col 221, ['label'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 48, col 17, 'key' is defined but never used. +build/public/templates/admin/manage/privileges.js: line 47, col 154, 'value' is defined but never used. +build/public/templates/admin/manage/privileges.js: line 47, col 146, 'length' is defined but never used. +build/public/templates/admin/manage/privileges.js: line 47, col 139, 'index' is defined but never used. +build/public/templates/admin/manage/privileges.js: line 60, col 229, Line is too long. +build/public/templates/admin/manage/privileges.js: line 60, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 60, col 53, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 60, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 60, col 86, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 60, col 100, ['keys'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 60, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 60, col 127, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 60, col 141, ['keys'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 60, col 149, ['users'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 60, col 161, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 60, col 177, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 60, col 191, ['keys'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 60, col 199, ['users'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 60, col 208, ['length'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 61, col 331, Line is too long. +build/public/templates/admin/manage/privileges.js: line 62, col 168, Line is too long. +build/public/templates/admin/manage/privileges.js: line 63, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 63, col 45, ['isAdminPriv'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 65, col 725, Line is too long. +build/public/templates/admin/manage/privileges.js: line 66, col 130, Line is too long. +build/public/templates/admin/manage/privileges.js: line 66, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 66, col 49, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 66, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 66, col 82, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 66, col 96, ['columnCountGroupOther'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 67, col 186, Line is too long. +build/public/templates/admin/manage/privileges.js: line 70, col 177, Line is too long. +build/public/templates/admin/manage/privileges.js: line 71, col 161, Line is too long. +build/public/templates/admin/manage/privileges.js: line 71, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 71, col 49, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 71, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 71, col 82, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 71, col 96, ['labelData'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 74, col 240, Line is too long. +build/public/templates/admin/manage/privileges.js: line 74, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 74, col 57, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 74, col 74, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 74, col 90, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 74, col 104, ['labelData'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 74, col 120, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 74, col 136, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 74, col 150, ['labelData'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 74, col 172, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 74, col 188, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 74, col 202, ['labelData'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 74, col 221, ['type'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 76, col 241, Line is too long. +build/public/templates/admin/manage/privileges.js: line 76, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 76, col 57, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 76, col 74, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 76, col 90, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 76, col 104, ['labelData'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 76, col 120, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 76, col 136, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 76, col 150, ['labelData'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 76, col 172, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 76, col 188, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 76, col 202, ['labelData'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 76, col 221, ['label'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 72, col 17, 'key' is defined but never used. +build/public/templates/admin/manage/privileges.js: line 71, col 154, 'value' is defined but never used. +build/public/templates/admin/manage/privileges.js: line 71, col 146, 'length' is defined but never used. +build/public/templates/admin/manage/privileges.js: line 71, col 139, 'index' is defined but never used. +build/public/templates/admin/manage/privileges.js: line 82, col 158, Line is too long. +build/public/templates/admin/manage/privileges.js: line 82, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 82, col 49, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 82, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 82, col 82, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 82, col 96, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 85, col 238, Line is too long. +build/public/templates/admin/manage/privileges.js: line 85, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 85, col 57, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 85, col 74, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 85, col 90, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 85, col 104, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 85, col 117, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 85, col 133, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 85, col 147, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 85, col 166, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 85, col 182, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 85, col 196, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 85, col 212, ['nameEscaped'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 87, col 226, Line is too long. +build/public/templates/admin/manage/privileges.js: line 87, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 87, col 49, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 87, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 87, col 82, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 87, col 96, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 87, col 109, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 87, col 125, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 87, col 139, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 87, col 158, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 87, col 174, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 87, col 188, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 87, col 204, ['isPrivate'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 91, col 226, Line is too long. +build/public/templates/admin/manage/privileges.js: line 91, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 91, col 49, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 91, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 91, col 82, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 91, col 96, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 91, col 109, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 91, col 125, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 91, col 139, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 91, col 158, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 91, col 174, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 91, col 188, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 91, col 204, ['isPrivate'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 93, col 245, Line is too long. +build/public/templates/admin/manage/privileges.js: line 93, col 38, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 93, col 54, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 93, col 71, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 93, col 87, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 93, col 101, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 93, col 114, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 93, col 130, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 93, col 144, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 93, col 163, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 93, col 179, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 93, col 193, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 93, col 209, ['name'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 93, col 228, Expected '===' and instead saw '=='. +build/public/templates/admin/manage/privileges.js: line 94, col 160, Line is too long. +build/public/templates/admin/manage/privileges.js: line 95, col 138, Line is too long. +build/public/templates/admin/manage/privileges.js: line 99, col 231, Line is too long. +build/public/templates/admin/manage/privileges.js: line 99, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 99, col 57, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 99, col 74, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 99, col 90, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 99, col 104, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 99, col 117, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 99, col 133, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 99, col 147, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 99, col 166, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 99, col 182, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 99, col 196, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 99, col 212, ['name'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 100, col 144, Line is too long. +build/public/templates/admin/manage/privileges.js: line 101, col 752, Line is too long. +build/public/templates/admin/manage/privileges.js: line 101, col 91, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 101, col 107, ['cid'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 101, col 141, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 101, col 157, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 101, col 174, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 101, col 190, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 101, col 204, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 101, col 217, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 101, col 233, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 101, col 247, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 101, col 266, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 101, col 282, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 101, col 296, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 101, col 312, ['name'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 101, col 347, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 101, col 363, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 101, col 380, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 101, col 396, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 101, col 410, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 101, col 423, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 101, col 439, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 101, col 453, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 101, col 472, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 101, col 488, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 101, col 502, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 101, col 518, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 101, col 559, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 101, col 575, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 101, col 592, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 101, col 608, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 101, col 622, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 101, col 635, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 101, col 651, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 101, col 665, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 101, col 684, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 101, col 700, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 101, col 714, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 101, col 730, ['types'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 83, col 17, 'key' is defined but never used. +build/public/templates/admin/manage/privileges.js: line 82, col 151, 'value' is defined but never used. +build/public/templates/admin/manage/privileges.js: line 82, col 143, 'length' is defined but never used. +build/public/templates/admin/manage/privileges.js: line 82, col 136, 'index' is defined but never used. +build/public/templates/admin/manage/privileges.js: line 107, col 231, Line is too long. +build/public/templates/admin/manage/privileges.js: line 107, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 107, col 53, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 107, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 107, col 86, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 107, col 100, ['keys'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 107, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 107, col 127, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 107, col 141, ['keys'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 107, col 149, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 107, col 162, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 107, col 178, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 107, col 192, ['keys'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 107, col 200, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 107, col 210, ['length'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 108, col 577, Line is too long. +build/public/templates/admin/manage/privileges.js: line 109, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 109, col 45, ['isAdminPriv'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 111, col 685, Line is too long. +build/public/templates/admin/manage/privileges.js: line 112, col 129, Line is too long. +build/public/templates/admin/manage/privileges.js: line 112, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 112, col 49, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 112, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 112, col 82, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 112, col 96, ['columnCountUserOther'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 113, col 186, Line is too long. +build/public/templates/admin/manage/privileges.js: line 116, col 176, Line is too long. +build/public/templates/admin/manage/privileges.js: line 117, col 161, Line is too long. +build/public/templates/admin/manage/privileges.js: line 117, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 117, col 49, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 117, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 117, col 82, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 117, col 96, ['labelData'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 120, col 240, Line is too long. +build/public/templates/admin/manage/privileges.js: line 120, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 120, col 57, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 120, col 74, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 120, col 90, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 120, col 104, ['labelData'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 120, col 120, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 120, col 136, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 120, col 150, ['labelData'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 120, col 172, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 120, col 188, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 120, col 202, ['labelData'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 120, col 221, ['type'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 122, col 241, Line is too long. +build/public/templates/admin/manage/privileges.js: line 122, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 122, col 57, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 122, col 74, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 122, col 90, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 122, col 104, ['labelData'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 122, col 120, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 122, col 136, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 122, col 150, ['labelData'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 122, col 172, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 122, col 188, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 122, col 202, ['labelData'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 122, col 221, ['label'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 118, col 17, 'key' is defined but never used. +build/public/templates/admin/manage/privileges.js: line 117, col 154, 'value' is defined but never used. +build/public/templates/admin/manage/privileges.js: line 117, col 146, 'length' is defined but never used. +build/public/templates/admin/manage/privileges.js: line 117, col 139, 'index' is defined but never used. +build/public/templates/admin/manage/privileges.js: line 128, col 157, Line is too long. +build/public/templates/admin/manage/privileges.js: line 128, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 128, col 49, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 128, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 128, col 82, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 128, col 96, ['users'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 131, col 227, Line is too long. +build/public/templates/admin/manage/privileges.js: line 131, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 131, col 57, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 131, col 74, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 131, col 90, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 131, col 104, ['users'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 131, col 116, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 131, col 132, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 131, col 146, ['users'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 131, col 164, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 131, col 180, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 131, col 194, ['users'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 131, col 209, ['uid'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 133, col 220, Line is too long. +build/public/templates/admin/manage/privileges.js: line 133, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 133, col 49, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 133, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 133, col 82, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 133, col 96, ['users'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 133, col 108, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 133, col 124, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 133, col 138, ['users'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 133, col 156, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 133, col 172, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 133, col 186, ['users'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 133, col 201, ['banned'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 137, col 274, Line is too long. +build/public/templates/admin/manage/privileges.js: line 137, col 82, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 137, col 98, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 137, col 115, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 137, col 131, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 137, col 145, ['users'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 137, col 157, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 137, col 173, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 137, col 187, ['users'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 137, col 237, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 139, col 220, Line is too long. +build/public/templates/admin/manage/privileges.js: line 139, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 139, col 49, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 139, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 139, col 82, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 139, col 96, ['users'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 139, col 108, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 139, col 124, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 139, col 138, ['users'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 139, col 156, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 139, col 172, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 139, col 186, ['users'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 139, col 201, ['banned'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 140, col 142, Line is too long. +build/public/templates/admin/manage/privileges.js: line 143, col 232, Line is too long. +build/public/templates/admin/manage/privileges.js: line 143, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 143, col 57, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 143, col 74, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 143, col 90, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 143, col 104, ['users'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 143, col 116, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 143, col 132, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 143, col 146, ['users'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 143, col 164, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 143, col 180, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 143, col 194, ['users'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 143, col 209, ['username'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 144, col 172, Line is too long. +build/public/templates/admin/manage/privileges.js: line 145, col 747, Line is too long. +build/public/templates/admin/manage/privileges.js: line 145, col 91, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 145, col 107, ['cid'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 145, col 141, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 145, col 157, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 145, col 174, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 145, col 190, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 145, col 204, ['users'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 145, col 216, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 145, col 232, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 145, col 246, ['users'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 145, col 264, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 145, col 280, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 145, col 294, ['users'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 145, col 309, ['username'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 145, col 348, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 145, col 364, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 145, col 381, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 145, col 397, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 145, col 411, ['users'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 145, col 423, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 145, col 439, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 145, col 453, ['users'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 145, col 471, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 145, col 487, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 145, col 501, ['users'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 145, col 516, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 145, col 557, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 145, col 573, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 145, col 590, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 145, col 606, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 145, col 620, ['users'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 145, col 632, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 145, col 648, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 145, col 662, ['users'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 145, col 680, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 145, col 696, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 145, col 710, ['users'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 145, col 725, ['types'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 129, col 17, 'key' is defined but never used. +build/public/templates/admin/manage/privileges.js: line 128, col 150, 'value' is defined but never used. +build/public/templates/admin/manage/privileges.js: line 128, col 142, 'length' is defined but never used. +build/public/templates/admin/manage/privileges.js: line 128, col 135, 'index' is defined but never used. +build/public/templates/admin/manage/privileges.js: line 151, col 229, Line is too long. +build/public/templates/admin/manage/privileges.js: line 151, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 151, col 53, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 151, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 151, col 86, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 151, col 100, ['keys'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 151, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 151, col 127, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 151, col 141, ['keys'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 151, col 149, ['users'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 151, col 161, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 151, col 177, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 151, col 191, ['keys'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 151, col 199, ['users'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 151, col 208, ['length'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 152, col 333, Line is too long. +build/public/templates/admin/manage/privileges.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/manage/privileges.js: line 160, col 121, Line is too long. +build/public/templates/admin/manage/privileges.js: line 160, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 160, col 52, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 163, col 172, Line is too long. +build/public/templates/admin/manage/privileges.js: line 163, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 163, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 163, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 163, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 163, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 163, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 163, col 146, ['disabledClass'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 167, col 172, Line is too long. +build/public/templates/admin/manage/privileges.js: line 167, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 167, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 167, col 73, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 167, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 167, col 115, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 167, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 167, col 154, ['cid'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 169, col 173, Line is too long. +build/public/templates/admin/manage/privileges.js: line 169, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 169, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 169, col 73, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 169, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 169, col 115, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 169, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 169, col 154, ['name'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 171, col 178, Line is too long. +build/public/templates/admin/manage/privileges.js: line 171, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 171, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 171, col 73, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 171, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 171, col 115, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 171, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 171, col 154, ['parentCid'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 173, col 174, Line is too long. +build/public/templates/admin/manage/privileges.js: line 173, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 173, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 173, col 73, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 173, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 173, col 115, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 173, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 173, col 154, ['level'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 175, col 164, Line is too long. +build/public/templates/admin/manage/privileges.js: line 175, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 175, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 175, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 175, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 175, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 175, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 175, col 146, ['match'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 179, col 163, Line is too long. +build/public/templates/admin/manage/privileges.js: line 179, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 179, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 179, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 179, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 179, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 179, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 179, col 146, ['icon'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 181, col 114, Line is too long. +build/public/templates/admin/manage/privileges.js: line 185, col 173, Line is too long. +build/public/templates/admin/manage/privileges.js: line 185, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 185, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 185, col 73, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 185, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 185, col 115, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 185, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 185, col 154, ['name'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 161, col 13, 'key' is defined but never used. +build/public/templates/admin/manage/privileges.js: line 159, col 11, 'value' is defined but never used. +build/public/templates/admin/manage/privileges.js: line 194, col 164, Line is too long. +build/public/templates/admin/manage/privileges.js: line 194, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 194, col 52, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 194, col 69, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 194, col 85, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 194, col 99, ['labelData'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 197, col 236, Line is too long. +build/public/templates/admin/manage/privileges.js: line 197, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 197, col 53, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 197, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 197, col 86, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 197, col 100, ['labelData'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 197, col 116, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 197, col 132, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 197, col 146, ['labelData'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 197, col 168, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 197, col 184, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 197, col 198, ['labelData'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 197, col 217, ['type'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 199, col 237, Line is too long. +build/public/templates/admin/manage/privileges.js: line 199, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 199, col 53, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 199, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 199, col 86, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 199, col 100, ['labelData'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 199, col 116, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 199, col 132, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 199, col 146, ['labelData'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 199, col 168, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 199, col 184, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 199, col 198, ['labelData'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 199, col 217, ['label'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 195, col 13, 'key' is defined but never used. +build/public/templates/admin/manage/privileges.js: line 194, col 157, 'value' is defined but never used. +build/public/templates/admin/manage/privileges.js: line 194, col 149, 'length' is defined but never used. +build/public/templates/admin/manage/privileges.js: line 194, col 142, 'index' is defined but never used. +build/public/templates/admin/manage/privileges.js: line 193, col 11, 'value' is defined but never used. +build/public/templates/admin/manage/privileges.js: line 191, col 89, 'helper' is defined but never used. +build/public/templates/admin/manage/privileges.js: line 208, col 161, Line is too long. +build/public/templates/admin/manage/privileges.js: line 208, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 208, col 52, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 208, col 69, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 208, col 85, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 208, col 99, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 211, col 234, Line is too long. +build/public/templates/admin/manage/privileges.js: line 211, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 211, col 53, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 211, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 211, col 86, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 211, col 100, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 211, col 113, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 211, col 129, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 211, col 143, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 211, col 162, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 211, col 178, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 211, col 192, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 211, col 208, ['nameEscaped'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 213, col 222, Line is too long. +build/public/templates/admin/manage/privileges.js: line 213, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 213, col 45, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 213, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 213, col 78, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 213, col 92, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 213, col 105, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 213, col 121, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 213, col 135, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 213, col 154, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 213, col 170, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 213, col 184, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 213, col 200, ['isPrivate'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 217, col 222, Line is too long. +build/public/templates/admin/manage/privileges.js: line 217, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 217, col 45, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 217, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 217, col 78, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 217, col 92, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 217, col 105, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 217, col 121, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 217, col 135, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 217, col 154, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 217, col 170, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 217, col 184, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 217, col 200, ['isPrivate'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 219, col 241, Line is too long. +build/public/templates/admin/manage/privileges.js: line 219, col 34, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 219, col 50, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 219, col 67, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 219, col 83, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 219, col 97, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 219, col 110, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 219, col 126, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 219, col 140, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 219, col 159, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 219, col 175, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 219, col 189, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 219, col 205, ['name'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 219, col 224, Expected '===' and instead saw '=='. +build/public/templates/admin/manage/privileges.js: line 220, col 156, Line is too long. +build/public/templates/admin/manage/privileges.js: line 221, col 134, Line is too long. +build/public/templates/admin/manage/privileges.js: line 225, col 227, Line is too long. +build/public/templates/admin/manage/privileges.js: line 225, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 225, col 53, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 225, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 225, col 86, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 225, col 100, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 225, col 113, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 225, col 129, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 225, col 143, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 225, col 162, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 225, col 178, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 225, col 192, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 225, col 208, ['name'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 226, col 1031, Line is too long. +build/public/templates/admin/manage/privileges.js: line 227, col 748, Line is too long. +build/public/templates/admin/manage/privileges.js: line 227, col 87, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 227, col 103, ['cid'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 227, col 137, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 227, col 153, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 227, col 170, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 227, col 186, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 227, col 200, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 227, col 213, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 227, col 229, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 227, col 243, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 227, col 262, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 227, col 278, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 227, col 292, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 227, col 308, ['name'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 227, col 343, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 227, col 359, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 227, col 376, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 227, col 392, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 227, col 406, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 227, col 419, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 227, col 435, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 227, col 449, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 227, col 468, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 227, col 484, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 227, col 498, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 227, col 514, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 227, col 555, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 227, col 571, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 227, col 588, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 227, col 604, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 227, col 618, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 227, col 631, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 227, col 647, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 227, col 661, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 227, col 680, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 227, col 696, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 227, col 710, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 227, col 726, ['types'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 209, col 13, 'key' is defined but never used. +build/public/templates/admin/manage/privileges.js: line 208, col 154, 'value' is defined but never used. +build/public/templates/admin/manage/privileges.js: line 208, col 146, 'length' is defined but never used. +build/public/templates/admin/manage/privileges.js: line 208, col 139, 'index' is defined but never used. +build/public/templates/admin/manage/privileges.js: line 207, col 11, 'value' is defined but never used. +build/public/templates/admin/manage/privileges.js: line 236, col 160, Line is too long. +build/public/templates/admin/manage/privileges.js: line 236, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 236, col 52, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 236, col 69, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 236, col 85, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 236, col 99, ['users'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 239, col 223, Line is too long. +build/public/templates/admin/manage/privileges.js: line 239, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 239, col 53, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 239, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 239, col 86, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 239, col 100, ['users'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 239, col 112, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 239, col 128, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 239, col 142, ['users'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 239, col 160, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 239, col 176, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 239, col 190, ['users'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 239, col 205, ['uid'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 241, col 216, Line is too long. +build/public/templates/admin/manage/privileges.js: line 241, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 241, col 45, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 241, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 241, col 78, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 241, col 92, ['users'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 241, col 104, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 241, col 120, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 241, col 134, ['users'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 241, col 152, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 241, col 168, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 241, col 182, ['users'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 241, col 197, ['banned'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 245, col 270, Line is too long. +build/public/templates/admin/manage/privileges.js: line 245, col 78, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 245, col 94, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 245, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 245, col 127, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 245, col 141, ['users'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 245, col 153, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 245, col 169, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 245, col 183, ['users'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 245, col 233, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 247, col 216, Line is too long. +build/public/templates/admin/manage/privileges.js: line 247, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 247, col 45, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 247, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 247, col 78, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 247, col 92, ['users'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 247, col 104, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 247, col 120, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 247, col 134, ['users'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 247, col 152, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 247, col 168, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 247, col 182, ['users'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 247, col 197, ['banned'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 248, col 138, Line is too long. +build/public/templates/admin/manage/privileges.js: line 251, col 228, Line is too long. +build/public/templates/admin/manage/privileges.js: line 251, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 251, col 53, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 251, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 251, col 86, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 251, col 100, ['users'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 251, col 112, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 251, col 128, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 251, col 142, ['users'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 251, col 160, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 251, col 176, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 251, col 190, ['users'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 251, col 205, ['username'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 252, col 237, Line is too long. +build/public/templates/admin/manage/privileges.js: line 253, col 743, Line is too long. +build/public/templates/admin/manage/privileges.js: line 253, col 87, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 253, col 103, ['cid'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 253, col 137, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 253, col 153, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 253, col 170, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 253, col 186, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 253, col 200, ['users'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 253, col 212, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 253, col 228, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 253, col 242, ['users'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 253, col 260, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 253, col 276, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 253, col 290, ['users'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 253, col 305, ['username'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 253, col 344, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 253, col 360, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 253, col 377, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 253, col 393, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 253, col 407, ['users'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 253, col 419, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 253, col 435, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 253, col 449, ['users'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 253, col 467, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 253, col 483, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 253, col 497, ['users'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 253, col 512, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 253, col 553, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 253, col 569, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 253, col 586, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 253, col 602, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 253, col 616, ['users'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 253, col 628, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 253, col 644, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 253, col 658, ['users'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 253, col 676, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/privileges.js: line 253, col 692, ['privileges'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 253, col 706, ['users'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 253, col 721, ['types'] is better written in dot notation. +build/public/templates/admin/manage/privileges.js: line 237, col 13, 'key' is defined but never used. +build/public/templates/admin/manage/privileges.js: line 236, col 153, 'value' is defined but never used. +build/public/templates/admin/manage/privileges.js: line 236, col 145, 'length' is defined but never used. +build/public/templates/admin/manage/privileges.js: line 236, col 138, 'index' is defined but never used. +build/public/templates/admin/manage/privileges.js: line 235, col 11, 'value' is defined but never used. +build/public/templates/admin/manage/privileges.js: line 262, col 3, Missing semicolon. +build/public/templates/admin/manage/privileges.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/manage/privileges.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/manage/registration.js: line 12, col 199, Line is too long. +build/public/templates/admin/manage/registration.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 13, col 41, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 13, col 53, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 13, col 69, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 13, col 78, ['length'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 16, col 120, Line is too long. +build/public/templates/admin/manage/registration.js: line 16, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 16, col 53, ['config'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 16, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 16, col 82, ['config'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 16, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 18, col 337, Line is too long. +build/public/templates/admin/manage/registration.js: line 19, col 22, ['customHeaders'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 21, col 22, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 22, col 104, Line is too long. +build/public/templates/admin/manage/registration.js: line 23, col 158, Line is too long. +build/public/templates/admin/manage/registration.js: line 23, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 23, col 41, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 23, col 58, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 23, col 74, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 23, col 88, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 23, col 100, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 23, col 116, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 23, col 130, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 23, col 139, ['length'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 26, col 148, Line is too long. +build/public/templates/admin/manage/registration.js: line 27, col 156, Line is too long. +build/public/templates/admin/manage/registration.js: line 27, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 27, col 41, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 27, col 58, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 27, col 74, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 27, col 88, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 27, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 27, col 115, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 27, col 129, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 27, col 137, ['active'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 31, col 162, Line is too long. +build/public/templates/admin/manage/registration.js: line 31, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 31, col 49, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 31, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 31, col 82, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 31, col 96, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 31, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 31, col 123, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 31, col 137, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 31, col 145, ['qs'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 33, col 164, Line is too long. +build/public/templates/admin/manage/registration.js: line 33, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 33, col 49, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 33, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 33, col 82, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 33, col 96, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 33, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 33, col 123, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 33, col 137, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 33, col 145, ['page'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 37, col 156, Line is too long. +build/public/templates/admin/manage/registration.js: line 37, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 37, col 41, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 37, col 58, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 37, col 74, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 37, col 88, ['next'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 37, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 37, col 115, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 37, col 129, ['next'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 37, col 137, ['active'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 41, col 162, Line is too long. +build/public/templates/admin/manage/registration.js: line 41, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 41, col 49, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 41, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 41, col 82, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 41, col 96, ['next'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 41, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 41, col 123, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 41, col 137, ['next'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 41, col 145, ['qs'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 43, col 164, Line is too long. +build/public/templates/admin/manage/registration.js: line 43, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 43, col 49, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 43, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 43, col 82, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 43, col 96, ['next'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 43, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 43, col 123, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 43, col 137, ['next'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 43, col 145, ['page'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 45, col 102, Line is too long. +build/public/templates/admin/manage/registration.js: line 45, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 45, col 41, ['template'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 45, col 56, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 45, col 72, ['template'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 45, col 84, ['topic'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 47, col 126, Line is too long. +build/public/templates/admin/manage/registration.js: line 48, col 160, Line is too long. +build/public/templates/admin/manage/registration.js: line 48, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 48, col 45, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 48, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 48, col 78, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 48, col 92, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 48, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 48, col 119, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 48, col 133, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 48, col 141, ['active'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 52, col 168, Line is too long. +build/public/templates/admin/manage/registration.js: line 52, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 52, col 53, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 52, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 52, col 86, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 52, col 100, ['first'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 52, col 112, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 52, col 128, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 52, col 142, ['first'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 52, col 151, ['qs'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 53, col 115, Line is too long. +build/public/templates/admin/manage/registration.js: line 54, col 160, Line is too long. +build/public/templates/admin/manage/registration.js: line 54, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 54, col 45, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 54, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 54, col 78, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 54, col 92, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 54, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 54, col 119, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 54, col 133, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 54, col 141, ['active'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 58, col 166, Line is too long. +build/public/templates/admin/manage/registration.js: line 58, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 58, col 53, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 58, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 58, col 86, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 58, col 100, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 58, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 58, col 127, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 58, col 141, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 58, col 149, ['qs'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 60, col 168, Line is too long. +build/public/templates/admin/manage/registration.js: line 60, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 60, col 53, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 60, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 60, col 86, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 60, col 100, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 60, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 60, col 127, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 60, col 141, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 60, col 149, ['page'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 61, col 196, Line is too long. +build/public/templates/admin/manage/registration.js: line 62, col 126, Line is too long. +build/public/templates/admin/manage/registration.js: line 62, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 62, col 53, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 62, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 62, col 86, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 62, col 100, ['currentPage'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 64, col 124, Line is too long. +build/public/templates/admin/manage/registration.js: line 64, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 64, col 53, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 64, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 64, col 86, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 64, col 100, ['pageCount'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 66, col 160, Line is too long. +build/public/templates/admin/manage/registration.js: line 66, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 66, col 45, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 66, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 66, col 78, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 66, col 92, ['next'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 66, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 66, col 119, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 66, col 133, ['next'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 66, col 141, ['active'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 70, col 166, Line is too long. +build/public/templates/admin/manage/registration.js: line 70, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 70, col 53, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 70, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 70, col 86, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 70, col 100, ['next'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 70, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 70, col 127, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 70, col 141, ['next'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 70, col 149, ['qs'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 72, col 168, Line is too long. +build/public/templates/admin/manage/registration.js: line 72, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 72, col 53, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 72, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 72, col 86, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 72, col 100, ['next'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 72, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 72, col 127, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 72, col 141, ['next'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 72, col 149, ['page'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 74, col 160, Line is too long. +build/public/templates/admin/manage/registration.js: line 74, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 74, col 45, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 74, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 74, col 78, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 74, col 92, ['next'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 74, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 74, col 119, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 74, col 133, ['next'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 74, col 141, ['active'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 78, col 166, Line is too long. +build/public/templates/admin/manage/registration.js: line 78, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 78, col 53, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 78, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 78, col 86, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 78, col 100, ['last'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 78, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 78, col 127, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 78, col 141, ['last'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 78, col 149, ['qs'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 80, col 124, Line is too long. +build/public/templates/admin/manage/registration.js: line 80, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 80, col 53, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 80, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 80, col 86, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 80, col 100, ['pageCount'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 82, col 562, Line is too long. +build/public/templates/admin/manage/registration.js: line 83, col 22, ['invites'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/manage/registration.js: line 91, col 121, Line is too long. +build/public/templates/admin/manage/registration.js: line 91, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 91, col 52, ['customHeaders'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 94, col 174, Line is too long. +build/public/templates/admin/manage/registration.js: line 94, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 94, col 53, ['customHeaders'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 94, col 73, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 94, col 89, ['customHeaders'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 94, col 115, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 94, col 131, ['customHeaders'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 94, col 154, ['label'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 92, col 13, 'key' is defined but never used. +build/public/templates/admin/manage/registration.js: line 91, col 114, 'value' is defined but never used. +build/public/templates/admin/manage/registration.js: line 91, col 106, 'length' is defined but never used. +build/public/templates/admin/manage/registration.js: line 91, col 99, 'index' is defined but never used. +build/public/templates/admin/manage/registration.js: line 90, col 11, 'value' is defined but never used. +build/public/templates/admin/manage/registration.js: line 88, col 76, 'helper' is defined but never used. +build/public/templates/admin/manage/registration.js: line 103, col 113, Line is too long. +build/public/templates/admin/manage/registration.js: line 103, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 103, col 52, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 106, col 160, Line is too long. +build/public/templates/admin/manage/registration.js: line 106, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 106, col 53, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 106, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 106, col 81, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 106, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 106, col 115, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 106, col 130, ['usernameEscaped'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 108, col 147, Line is too long. +build/public/templates/admin/manage/registration.js: line 108, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 108, col 45, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 108, col 57, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 108, col 73, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 108, col 91, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 108, col 107, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 108, col 122, ['usernameSpam'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 109, col 119, Line is too long. +build/public/templates/admin/manage/registration.js: line 110, col 286, Line is too long. +build/public/templates/admin/manage/registration.js: line 110, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 110, col 57, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 110, col 69, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 110, col 85, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 110, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 110, col 119, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 110, col 134, ['spamData'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 110, col 149, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 110, col 165, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 110, col 180, ['spamData'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 110, col 192, ['username'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 110, col 207, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 110, col 223, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 110, col 238, ['spamData'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 110, col 250, ['username'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 110, col 262, ['frequency'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 112, col 284, Line is too long. +build/public/templates/admin/manage/registration.js: line 112, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 112, col 57, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 112, col 69, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 112, col 85, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 112, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 112, col 119, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 112, col 134, ['spamData'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 112, col 149, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 112, col 165, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 112, col 180, ['spamData'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 112, col 192, ['username'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 112, col 207, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 112, col 223, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 112, col 238, ['spamData'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 112, col 250, ['username'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 112, col 262, ['appears'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 114, col 287, Line is too long. +build/public/templates/admin/manage/registration.js: line 114, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 114, col 57, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 114, col 69, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 114, col 85, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 114, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 114, col 119, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 114, col 134, ['spamData'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 114, col 149, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 114, col 165, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 114, col 180, ['spamData'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 114, col 192, ['username'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 114, col 207, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 114, col 223, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 114, col 238, ['spamData'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 114, col 250, ['username'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 114, col 262, ['confidence'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 117, col 150, Line is too long. +build/public/templates/admin/manage/registration.js: line 117, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 117, col 49, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 117, col 61, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 117, col 77, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 117, col 95, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 117, col 111, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 117, col 126, ['spamChecked'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 122, col 153, Line is too long. +build/public/templates/admin/manage/registration.js: line 122, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 122, col 53, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 122, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 122, col 81, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 122, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 122, col 115, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 122, col 130, ['username'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 124, col 144, Line is too long. +build/public/templates/admin/manage/registration.js: line 124, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 124, col 45, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 124, col 57, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 124, col 73, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 124, col 91, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 124, col 107, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 124, col 122, ['emailSpam'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 125, col 116, Line is too long. +build/public/templates/admin/manage/registration.js: line 126, col 280, Line is too long. +build/public/templates/admin/manage/registration.js: line 126, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 126, col 57, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 126, col 69, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 126, col 85, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 126, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 126, col 119, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 126, col 134, ['spamData'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 126, col 149, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 126, col 165, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 126, col 180, ['spamData'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 126, col 192, ['email'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 126, col 204, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 126, col 220, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 126, col 235, ['spamData'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 126, col 247, ['email'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 126, col 256, ['frequency'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 128, col 278, Line is too long. +build/public/templates/admin/manage/registration.js: line 128, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 128, col 57, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 128, col 69, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 128, col 85, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 128, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 128, col 119, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 128, col 134, ['spamData'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 128, col 149, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 128, col 165, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 128, col 180, ['spamData'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 128, col 192, ['email'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 128, col 204, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 128, col 220, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 128, col 235, ['spamData'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 128, col 247, ['email'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 128, col 256, ['appears'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 131, col 150, Line is too long. +build/public/templates/admin/manage/registration.js: line 131, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 131, col 49, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 131, col 61, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 131, col 77, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 131, col 95, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 131, col 111, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 131, col 126, ['spamChecked'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 136, col 150, Line is too long. +build/public/templates/admin/manage/registration.js: line 136, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 136, col 53, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 136, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 136, col 81, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 136, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 136, col 115, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 136, col 130, ['email'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 138, col 141, Line is too long. +build/public/templates/admin/manage/registration.js: line 138, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 138, col 45, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 138, col 57, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 138, col 73, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 138, col 91, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 138, col 107, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 138, col 122, ['ipSpam'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 139, col 113, Line is too long. +build/public/templates/admin/manage/registration.js: line 140, col 274, Line is too long. +build/public/templates/admin/manage/registration.js: line 140, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 140, col 57, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 140, col 69, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 140, col 85, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 140, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 140, col 119, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 140, col 134, ['spamData'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 140, col 149, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 140, col 165, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 140, col 180, ['spamData'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 140, col 192, ['ip'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 140, col 201, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 140, col 217, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 140, col 232, ['spamData'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 140, col 244, ['ip'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 140, col 250, ['frequency'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 142, col 272, Line is too long. +build/public/templates/admin/manage/registration.js: line 142, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 142, col 57, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 142, col 69, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 142, col 85, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 142, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 142, col 119, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 142, col 134, ['spamData'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 142, col 149, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 142, col 165, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 142, col 180, ['spamData'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 142, col 192, ['ip'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 142, col 201, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 142, col 217, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 142, col 232, ['spamData'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 142, col 244, ['ip'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 142, col 250, ['appears'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 145, col 150, Line is too long. +build/public/templates/admin/manage/registration.js: line 145, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 145, col 49, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 145, col 61, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 145, col 77, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 145, col 95, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 145, col 111, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 145, col 126, ['spamChecked'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 150, col 147, Line is too long. +build/public/templates/admin/manage/registration.js: line 150, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 150, col 53, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 150, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 150, col 81, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 150, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 150, col 115, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 150, col 130, ['ip'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 152, col 189, Line is too long. +build/public/templates/admin/manage/registration.js: line 152, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 152, col 49, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 152, col 61, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 152, col 77, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 152, col 95, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 152, col 111, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 152, col 126, ['ipMatch'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 155, col 141, Line is too long. +build/public/templates/admin/manage/registration.js: line 155, col 104, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 157, col 124, Line is too long. +build/public/templates/admin/manage/registration.js: line 157, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 157, col 57, ['config'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 157, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 157, col 86, ['config'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 157, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 159, col 265, Line is too long. +build/public/templates/admin/manage/registration.js: line 159, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 159, col 57, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 159, col 69, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 159, col 85, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 159, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 159, col 119, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 159, col 134, ['ipMatch'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 159, col 148, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 159, col 164, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 159, col 179, ['ipMatch'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 159, col 199, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 159, col 215, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 159, col 230, ['ipMatch'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 159, col 247, ['uid'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 161, col 270, Line is too long. +build/public/templates/admin/manage/registration.js: line 161, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 161, col 57, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 161, col 69, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 161, col 85, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 161, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 161, col 119, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 161, col 134, ['ipMatch'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 161, col 148, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 161, col 164, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 161, col 179, ['ipMatch'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 161, col 199, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 161, col 215, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 161, col 230, ['ipMatch'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 161, col 247, ['username'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 153, col 17, 'key' is defined but never used. +build/public/templates/admin/manage/registration.js: line 167, col 157, Line is too long. +build/public/templates/admin/manage/registration.js: line 167, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 167, col 53, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 167, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 167, col 81, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 167, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 167, col 115, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 167, col 130, ['timestampISO'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 169, col 192, Line is too long. +build/public/templates/admin/manage/registration.js: line 169, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 169, col 49, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 169, col 61, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 169, col 77, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 169, col 95, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 169, col 111, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 169, col 126, ['customRows'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 172, col 276, Line is too long. +build/public/templates/admin/manage/registration.js: line 172, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 172, col 57, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 172, col 69, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 172, col 85, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 172, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 172, col 119, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 172, col 134, ['customRows'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 172, col 151, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 172, col 167, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 172, col 182, ['customRows'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 172, col 205, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 172, col 221, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 172, col 236, ['customRows'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 172, col 256, ['value'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 170, col 17, 'key' is defined but never used. +build/public/templates/admin/manage/registration.js: line 169, col 185, 'value' is defined but never used. +build/public/templates/admin/manage/registration.js: line 169, col 177, 'length' is defined but never used. +build/public/templates/admin/manage/registration.js: line 169, col 170, 'index' is defined but never used. +build/public/templates/admin/manage/registration.js: line 177, col 267, Line is too long. +build/public/templates/admin/manage/registration.js: line 178, col 195, Line is too long. +build/public/templates/admin/manage/registration.js: line 178, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 178, col 49, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 178, col 61, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 178, col 77, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 178, col 95, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 178, col 111, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 178, col 126, ['customActions'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 181, col 282, Line is too long. +build/public/templates/admin/manage/registration.js: line 181, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 181, col 57, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 181, col 69, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 181, col 85, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 181, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 181, col 119, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 181, col 134, ['customActions'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 181, col 154, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 181, col 170, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 181, col 185, ['customActions'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 181, col 211, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 181, col 227, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 181, col 242, ['customActions'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 181, col 265, ['id'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 183, col 285, Line is too long. +build/public/templates/admin/manage/registration.js: line 183, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 183, col 57, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 183, col 69, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 183, col 85, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 183, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 183, col 119, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 183, col 134, ['customActions'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 183, col 154, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 183, col 170, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 183, col 185, ['customActions'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 183, col 211, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 183, col 227, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 183, col 242, ['customActions'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 183, col 265, ['title'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 185, col 285, Line is too long. +build/public/templates/admin/manage/registration.js: line 185, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 185, col 57, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 185, col 69, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 185, col 85, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 185, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 185, col 119, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 185, col 134, ['customActions'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 185, col 154, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 185, col 170, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 185, col 185, ['customActions'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 185, col 211, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 185, col 227, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 185, col 242, ['customActions'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 187, col 284, Line is too long. +build/public/templates/admin/manage/registration.js: line 187, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 187, col 57, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 187, col 69, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 187, col 85, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 187, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 187, col 119, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 187, col 134, ['customActions'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 187, col 154, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 187, col 170, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 187, col 185, ['customActions'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 187, col 211, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 187, col 227, ['users'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 187, col 242, ['customActions'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 187, col 265, ['icon'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 179, col 17, 'key' is defined but never used. +build/public/templates/admin/manage/registration.js: line 178, col 188, 'value' is defined but never used. +build/public/templates/admin/manage/registration.js: line 178, col 180, 'length' is defined but never used. +build/public/templates/admin/manage/registration.js: line 178, col 173, 'index' is defined but never used. +build/public/templates/admin/manage/registration.js: line 104, col 13, 'key' is defined but never used. +build/public/templates/admin/manage/registration.js: line 103, col 106, 'value' is defined but never used. +build/public/templates/admin/manage/registration.js: line 103, col 98, 'length' is defined but never used. +build/public/templates/admin/manage/registration.js: line 103, col 91, 'index' is defined but never used. +build/public/templates/admin/manage/registration.js: line 102, col 11, 'value' is defined but never used. +build/public/templates/admin/manage/registration.js: line 200, col 160, Line is too long. +build/public/templates/admin/manage/registration.js: line 200, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 200, col 52, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 200, col 69, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 200, col 85, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 200, col 99, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 203, col 219, Line is too long. +build/public/templates/admin/manage/registration.js: line 203, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 203, col 45, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 203, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 203, col 78, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 203, col 92, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 203, col 104, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 203, col 120, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 203, col 134, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 203, col 152, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 203, col 168, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 203, col 182, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 203, col 197, ['separator'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 204, col 205, Line is too long. +build/public/templates/admin/manage/registration.js: line 206, col 220, Line is too long. +build/public/templates/admin/manage/registration.js: line 206, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 206, col 49, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 206, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 206, col 82, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 206, col 96, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 206, col 108, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 206, col 124, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 206, col 138, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 206, col 156, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 206, col 172, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 206, col 186, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 206, col 201, ['active'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 210, col 226, Line is too long. +build/public/templates/admin/manage/registration.js: line 210, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 210, col 57, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 210, col 74, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 210, col 90, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 210, col 104, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 210, col 116, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 210, col 132, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 210, col 146, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 210, col 164, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 210, col 180, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 210, col 194, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 210, col 209, ['qs'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 212, col 228, Line is too long. +build/public/templates/admin/manage/registration.js: line 212, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 212, col 57, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 212, col 74, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 212, col 90, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 212, col 104, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 212, col 116, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 212, col 132, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 212, col 146, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 212, col 164, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 212, col 180, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 212, col 194, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 212, col 209, ['page'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 214, col 228, Line is too long. +build/public/templates/admin/manage/registration.js: line 214, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 214, col 57, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 214, col 74, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 214, col 90, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 214, col 104, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 214, col 116, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 214, col 132, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 214, col 146, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 214, col 164, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 214, col 180, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 214, col 194, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 214, col 209, ['page'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 201, col 13, 'key' is defined but never used. +build/public/templates/admin/manage/registration.js: line 200, col 153, 'value' is defined but never used. +build/public/templates/admin/manage/registration.js: line 200, col 145, 'length' is defined but never used. +build/public/templates/admin/manage/registration.js: line 200, col 138, 'index' is defined but never used. +build/public/templates/admin/manage/registration.js: line 199, col 11, 'value' is defined but never used. +build/public/templates/admin/manage/registration.js: line 197, col 81, 'helper' is defined but never used. +build/public/templates/admin/manage/registration.js: line 224, col 115, Line is too long. +build/public/templates/admin/manage/registration.js: line 224, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 224, col 52, ['invites'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 227, col 199, Line is too long. +build/public/templates/admin/manage/registration.js: line 227, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 227, col 49, ['invites'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 227, col 63, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 227, col 79, ['invites'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 227, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 227, col 115, ['invites'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 227, col 132, ['invitations'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 230, col 289, Line is too long. +build/public/templates/admin/manage/registration.js: line 230, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 230, col 57, ['invites'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 230, col 71, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 230, col 87, ['invites'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 230, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 230, col 123, ['invites'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 230, col 140, ['invitations'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 230, col 158, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 230, col 174, ['invites'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 230, col 191, ['invitations'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 230, col 215, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 230, col 231, ['invites'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 230, col 248, ['invitations'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 230, col 269, ['email'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 232, col 163, Line is too long. +build/public/templates/admin/manage/registration.js: line 232, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 232, col 57, ['invites'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 232, col 71, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 232, col 87, ['invites'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 232, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 232, col 123, ['invites'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 232, col 140, ['username'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 235, col 164, Line is too long. +build/public/templates/admin/manage/registration.js: line 235, col 43, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 235, col 59, ['invites'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 235, col 73, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 235, col 89, ['invites'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 235, col 109, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 235, col 125, ['invites'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 235, col 142, ['username'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 238, col 289, Line is too long. +build/public/templates/admin/manage/registration.js: line 238, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 238, col 57, ['invites'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 238, col 71, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 238, col 87, ['invites'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 238, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 238, col 123, ['invites'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 238, col 140, ['invitations'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 238, col 158, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 238, col 174, ['invites'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 238, col 191, ['invitations'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 238, col 215, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 238, col 231, ['invites'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 238, col 248, ['invitations'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 238, col 269, ['email'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 240, col 292, Line is too long. +build/public/templates/admin/manage/registration.js: line 240, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 240, col 57, ['invites'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 240, col 71, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 240, col 87, ['invites'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 240, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 240, col 123, ['invites'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 240, col 140, ['invitations'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 240, col 158, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 240, col 174, ['invites'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 240, col 191, ['invitations'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 240, col 215, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/registration.js: line 240, col 231, ['invites'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 240, col 248, ['invitations'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 240, col 269, ['username'] is better written in dot notation. +build/public/templates/admin/manage/registration.js: line 241, col 181, Line is too long. +build/public/templates/admin/manage/registration.js: line 228, col 17, 'key' is defined but never used. +build/public/templates/admin/manage/registration.js: line 227, col 192, 'value' is defined but never used. +build/public/templates/admin/manage/registration.js: line 227, col 184, 'length' is defined but never used. +build/public/templates/admin/manage/registration.js: line 225, col 13, 'key' is defined but never used. +build/public/templates/admin/manage/registration.js: line 224, col 108, 'value' is defined but never used. +build/public/templates/admin/manage/registration.js: line 224, col 100, 'length' is defined but never used. +build/public/templates/admin/manage/registration.js: line 224, col 93, 'index' is defined but never used. +build/public/templates/admin/manage/registration.js: line 223, col 11, 'value' is defined but never used. +build/public/templates/admin/manage/registration.js: line 221, col 64, 'helper' is defined but never used. +build/public/templates/admin/manage/registration.js: line 253, col 3, Missing semicolon. +build/public/templates/admin/manage/registration.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/manage/registration.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/manage/tags.js: line 12, col 1238, Line is too long. +build/public/templates/admin/manage/tags.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/tags.js: line 13, col 41, ['tags'] is better written in dot notation. +build/public/templates/admin/manage/tags.js: line 13, col 52, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/tags.js: line 13, col 68, ['tags'] is better written in dot notation. +build/public/templates/admin/manage/tags.js: line 13, col 76, ['length'] is better written in dot notation. +build/public/templates/admin/manage/tags.js: line 17, col 22, ['tags'] is better written in dot notation. +build/public/templates/admin/manage/tags.js: line 18, col 1063, Line is too long. +build/public/templates/admin/manage/tags.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/admin/manage/tags.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/manage/tags.js: line 25, col 112, Line is too long. +build/public/templates/admin/manage/tags.js: line 25, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/tags.js: line 25, col 52, ['tags'] is better written in dot notation. +build/public/templates/admin/manage/tags.js: line 28, col 154, Line is too long. +build/public/templates/admin/manage/tags.js: line 28, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/tags.js: line 28, col 53, ['tags'] is better written in dot notation. +build/public/templates/admin/manage/tags.js: line 28, col 64, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/tags.js: line 28, col 80, ['tags'] is better written in dot notation. +build/public/templates/admin/manage/tags.js: line 28, col 97, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/tags.js: line 28, col 113, ['tags'] is better written in dot notation. +build/public/templates/admin/manage/tags.js: line 28, col 127, ['valueEscaped'] is better written in dot notation. +build/public/templates/admin/manage/tags.js: line 29, col 105, Line is too long. +build/public/templates/admin/manage/tags.js: line 30, col 154, Line is too long. +build/public/templates/admin/manage/tags.js: line 30, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/tags.js: line 30, col 53, ['tags'] is better written in dot notation. +build/public/templates/admin/manage/tags.js: line 30, col 64, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/tags.js: line 30, col 80, ['tags'] is better written in dot notation. +build/public/templates/admin/manage/tags.js: line 30, col 97, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/tags.js: line 30, col 113, ['tags'] is better written in dot notation. +build/public/templates/admin/manage/tags.js: line 30, col 127, ['valueEscaped'] is better written in dot notation. +build/public/templates/admin/manage/tags.js: line 31, col 116, Line is too long. +build/public/templates/admin/manage/tags.js: line 32, col 147, Line is too long. +build/public/templates/admin/manage/tags.js: line 32, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/tags.js: line 32, col 53, ['tags'] is better written in dot notation. +build/public/templates/admin/manage/tags.js: line 32, col 64, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/tags.js: line 32, col 80, ['tags'] is better written in dot notation. +build/public/templates/admin/manage/tags.js: line 32, col 97, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/tags.js: line 32, col 113, ['tags'] is better written in dot notation. +build/public/templates/admin/manage/tags.js: line 32, col 127, ['score'] is better written in dot notation. +build/public/templates/admin/manage/tags.js: line 26, col 13, 'key' is defined but never used. +build/public/templates/admin/manage/tags.js: line 25, col 105, 'value' is defined but never used. +build/public/templates/admin/manage/tags.js: line 25, col 97, 'length' is defined but never used. +build/public/templates/admin/manage/tags.js: line 25, col 90, 'index' is defined but never used. +build/public/templates/admin/manage/tags.js: line 24, col 11, 'value' is defined but never used. +build/public/templates/admin/manage/tags.js: line 22, col 58, 'helper' is defined but never used. +build/public/templates/admin/manage/tags.js: line 41, col 3, Missing semicolon. +build/public/templates/admin/manage/tags.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/manage/tags.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/manage/uploads.js: line 12, col 624, Line is too long. +build/public/templates/admin/manage/uploads.js: line 13, col 109, Line is too long. +build/public/templates/admin/manage/uploads.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 13, col 41, ['breadcrumbs'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 13, col 59, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 13, col 75, ['breadcrumbs'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 13, col 90, ['length'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 14, col 141, Line is too long. +build/public/templates/admin/manage/uploads.js: line 15, col 26, ['breadcrumbs'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 18, col 139, Line is too long. +build/public/templates/admin/manage/uploads.js: line 19, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 19, col 41, ['showPids'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 22, col 119, Line is too long. +build/public/templates/admin/manage/uploads.js: line 23, col 22, ['files'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 24, col 104, Line is too long. +build/public/templates/admin/manage/uploads.js: line 25, col 158, Line is too long. +build/public/templates/admin/manage/uploads.js: line 25, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 25, col 41, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 25, col 58, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 25, col 74, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 25, col 88, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 25, col 100, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 25, col 116, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 25, col 130, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 25, col 139, ['length'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 28, col 148, Line is too long. +build/public/templates/admin/manage/uploads.js: line 29, col 156, Line is too long. +build/public/templates/admin/manage/uploads.js: line 29, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 29, col 41, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 29, col 58, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 29, col 74, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 29, col 88, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 29, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 29, col 115, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 29, col 129, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 29, col 137, ['active'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 33, col 162, Line is too long. +build/public/templates/admin/manage/uploads.js: line 33, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 33, col 49, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 33, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 33, col 82, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 33, col 96, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 33, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 33, col 123, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 33, col 137, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 33, col 145, ['qs'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 35, col 164, Line is too long. +build/public/templates/admin/manage/uploads.js: line 35, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 35, col 49, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 35, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 35, col 82, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 35, col 96, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 35, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 35, col 123, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 35, col 137, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 35, col 145, ['page'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 39, col 156, Line is too long. +build/public/templates/admin/manage/uploads.js: line 39, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 39, col 41, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 39, col 58, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 39, col 74, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 39, col 88, ['next'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 39, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 39, col 115, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 39, col 129, ['next'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 39, col 137, ['active'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 43, col 162, Line is too long. +build/public/templates/admin/manage/uploads.js: line 43, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 43, col 49, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 43, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 43, col 82, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 43, col 96, ['next'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 43, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 43, col 123, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 43, col 137, ['next'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 43, col 145, ['qs'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 45, col 164, Line is too long. +build/public/templates/admin/manage/uploads.js: line 45, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 45, col 49, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 45, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 45, col 82, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 45, col 96, ['next'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 45, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 45, col 123, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 45, col 137, ['next'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 45, col 145, ['page'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 47, col 102, Line is too long. +build/public/templates/admin/manage/uploads.js: line 47, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 47, col 41, ['template'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 47, col 56, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 47, col 72, ['template'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 47, col 84, ['topic'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 49, col 126, Line is too long. +build/public/templates/admin/manage/uploads.js: line 50, col 160, Line is too long. +build/public/templates/admin/manage/uploads.js: line 50, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 50, col 45, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 50, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 50, col 78, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 50, col 92, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 50, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 50, col 119, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 50, col 133, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 50, col 141, ['active'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 54, col 168, Line is too long. +build/public/templates/admin/manage/uploads.js: line 54, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 54, col 53, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 54, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 54, col 86, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 54, col 100, ['first'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 54, col 112, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 54, col 128, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 54, col 142, ['first'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 54, col 151, ['qs'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 55, col 115, Line is too long. +build/public/templates/admin/manage/uploads.js: line 56, col 160, Line is too long. +build/public/templates/admin/manage/uploads.js: line 56, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 56, col 45, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 56, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 56, col 78, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 56, col 92, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 56, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 56, col 119, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 56, col 133, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 56, col 141, ['active'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 60, col 166, Line is too long. +build/public/templates/admin/manage/uploads.js: line 60, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 60, col 53, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 60, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 60, col 86, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 60, col 100, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 60, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 60, col 127, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 60, col 141, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 60, col 149, ['qs'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 62, col 168, Line is too long. +build/public/templates/admin/manage/uploads.js: line 62, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 62, col 53, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 62, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 62, col 86, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 62, col 100, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 62, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 62, col 127, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 62, col 141, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 62, col 149, ['page'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 63, col 196, Line is too long. +build/public/templates/admin/manage/uploads.js: line 64, col 126, Line is too long. +build/public/templates/admin/manage/uploads.js: line 64, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 64, col 53, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 64, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 64, col 86, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 64, col 100, ['currentPage'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 66, col 124, Line is too long. +build/public/templates/admin/manage/uploads.js: line 66, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 66, col 53, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 66, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 66, col 86, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 66, col 100, ['pageCount'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 68, col 160, Line is too long. +build/public/templates/admin/manage/uploads.js: line 68, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 68, col 45, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 68, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 68, col 78, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 68, col 92, ['next'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 68, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 68, col 119, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 68, col 133, ['next'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 68, col 141, ['active'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 72, col 166, Line is too long. +build/public/templates/admin/manage/uploads.js: line 72, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 72, col 53, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 72, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 72, col 86, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 72, col 100, ['next'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 72, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 72, col 127, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 72, col 141, ['next'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 72, col 149, ['qs'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 74, col 168, Line is too long. +build/public/templates/admin/manage/uploads.js: line 74, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 74, col 53, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 74, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 74, col 86, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 74, col 100, ['next'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 74, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 74, col 127, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 74, col 141, ['next'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 74, col 149, ['page'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 76, col 160, Line is too long. +build/public/templates/admin/manage/uploads.js: line 76, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 76, col 45, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 76, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 76, col 78, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 76, col 92, ['next'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 76, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 76, col 119, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 76, col 133, ['next'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 76, col 141, ['active'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 80, col 166, Line is too long. +build/public/templates/admin/manage/uploads.js: line 80, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 80, col 53, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 80, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 80, col 86, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 80, col 100, ['last'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 80, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 80, col 127, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 80, col 141, ['last'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 80, col 149, ['qs'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 82, col 124, Line is too long. +build/public/templates/admin/manage/uploads.js: line 82, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 82, col 53, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 82, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 82, col 86, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 82, col 100, ['pageCount'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/manage/uploads.js: line 91, col 119, Line is too long. +build/public/templates/admin/manage/uploads.js: line 91, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 91, col 52, ['breadcrumbs'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 97, col 133, Line is too long. +build/public/templates/admin/manage/uploads.js: line 104, col 156, Line is too long. +build/public/templates/admin/manage/uploads.js: line 104, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 104, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 104, col 63, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 104, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 104, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 104, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 104, col 140, ['url'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 106, col 170, Line is too long. +build/public/templates/admin/manage/uploads.js: line 106, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 106, col 57, ['breadcrumbs'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 106, col 75, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 106, col 91, ['breadcrumbs'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 106, col 115, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 106, col 131, ['breadcrumbs'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 106, col 152, ['url'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 110, col 167, Line is too long. +build/public/templates/admin/manage/uploads.js: line 110, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 110, col 53, ['breadcrumbs'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 110, col 71, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 110, col 87, ['breadcrumbs'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 110, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 110, col 127, ['breadcrumbs'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 110, col 148, ['text'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 112, col 156, Line is too long. +build/public/templates/admin/manage/uploads.js: line 112, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 112, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 112, col 63, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 112, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 112, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 112, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 112, col 140, ['url'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 92, col 13, 'key' is defined but never used. +build/public/templates/admin/manage/uploads.js: line 91, col 112, 'value' is defined but never used. +build/public/templates/admin/manage/uploads.js: line 90, col 11, 'value' is defined but never used. +build/public/templates/admin/manage/uploads.js: line 88, col 72, 'helper' is defined but never used. +build/public/templates/admin/manage/uploads.js: line 123, col 113, Line is too long. +build/public/templates/admin/manage/uploads.js: line 123, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 123, col 52, ['files'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 126, col 149, Line is too long. +build/public/templates/admin/manage/uploads.js: line 126, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 126, col 53, ['files'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 126, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 126, col 81, ['files'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 126, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 126, col 115, ['files'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 126, col 130, ['path'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 128, col 146, Line is too long. +build/public/templates/admin/manage/uploads.js: line 128, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 128, col 45, ['files'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 128, col 57, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 128, col 73, ['files'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 128, col 91, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 128, col 107, ['files'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 128, col 122, ['isDirectory'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 129, col 113, Line is too long. +build/public/templates/admin/manage/uploads.js: line 130, col 124, Line is too long. +build/public/templates/admin/manage/uploads.js: line 130, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 130, col 57, ['config'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 130, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 130, col 86, ['config'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 130, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 132, col 153, Line is too long. +build/public/templates/admin/manage/uploads.js: line 132, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 132, col 57, ['files'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 132, col 69, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 132, col 85, ['files'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 132, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 132, col 119, ['files'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 132, col 134, ['path'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 134, col 153, Line is too long. +build/public/templates/admin/manage/uploads.js: line 134, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 134, col 57, ['files'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 134, col 69, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 134, col 85, ['files'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 134, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 134, col 119, ['files'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 134, col 134, ['name'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 138, col 141, Line is too long. +build/public/templates/admin/manage/uploads.js: line 138, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 138, col 45, ['files'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 138, col 57, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 138, col 73, ['files'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 138, col 91, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 138, col 107, ['files'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 138, col 122, ['isFile'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 139, col 121, Line is too long. +build/public/templates/admin/manage/uploads.js: line 140, col 124, Line is too long. +build/public/templates/admin/manage/uploads.js: line 140, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 140, col 57, ['config'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 140, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 140, col 86, ['config'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 140, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 141, col 152, Line is too long. +build/public/templates/admin/manage/uploads.js: line 141, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 141, col 57, ['files'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 141, col 69, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 141, col 85, ['files'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 141, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 141, col 119, ['files'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 141, col 134, ['url'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 143, col 153, Line is too long. +build/public/templates/admin/manage/uploads.js: line 143, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 143, col 57, ['files'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 143, col 69, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 143, col 85, ['files'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 143, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 143, col 119, ['files'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 143, col 134, ['name'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 147, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 147, col 45, ['showPids'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 149, col 192, Line is too long. +build/public/templates/admin/manage/uploads.js: line 149, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 149, col 53, ['files'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 149, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 149, col 81, ['files'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 149, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 149, col 115, ['files'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 149, col 130, ['inPids'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 152, col 128, Line is too long. +build/public/templates/admin/manage/uploads.js: line 152, col 45, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 152, col 61, ['config'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 152, col 74, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 152, col 90, ['config'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 152, col 100, ['relative_path'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 150, col 21, 'key' is defined but never used. +build/public/templates/admin/manage/uploads.js: line 162, col 199, Line is too long. +build/public/templates/admin/manage/uploads.js: line 162, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 162, col 49, ['files'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 162, col 61, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 162, col 77, ['files'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 162, col 95, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 162, col 111, ['files'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 162, col 126, ['inPids'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 162, col 139, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 162, col 155, ['files'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 162, col 170, ['inPids'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 162, col 180, ['length'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 164, col 101, Line is too long. +build/public/templates/admin/manage/uploads.js: line 168, col 141, Line is too long. +build/public/templates/admin/manage/uploads.js: line 168, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 168, col 45, ['files'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 168, col 57, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 168, col 73, ['files'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 168, col 91, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 168, col 107, ['files'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 168, col 122, ['isFile'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 169, col 163, Line is too long. +build/public/templates/admin/manage/uploads.js: line 169, col 39, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 169, col 55, ['files'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 169, col 67, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 169, col 83, ['files'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 169, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 169, col 117, ['files'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 169, col 132, ['sizeHumanReadable'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 171, col 158, Line is too long. +build/public/templates/admin/manage/uploads.js: line 171, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 171, col 57, ['files'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 171, col 69, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 171, col 85, ['files'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 171, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 171, col 119, ['files'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 171, col 134, ['fileCount'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 173, col 120, Line is too long. +build/public/templates/admin/manage/uploads.js: line 174, col 141, Line is too long. +build/public/templates/admin/manage/uploads.js: line 174, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 174, col 45, ['files'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 174, col 57, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 174, col 73, ['files'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 174, col 91, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 174, col 107, ['files'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 174, col 122, ['isFile'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 124, col 13, 'key' is defined but never used. +build/public/templates/admin/manage/uploads.js: line 123, col 106, 'value' is defined but never used. +build/public/templates/admin/manage/uploads.js: line 123, col 98, 'length' is defined but never used. +build/public/templates/admin/manage/uploads.js: line 123, col 91, 'index' is defined but never used. +build/public/templates/admin/manage/uploads.js: line 122, col 11, 'value' is defined but never used. +build/public/templates/admin/manage/uploads.js: line 120, col 60, 'helper' is defined but never used. +build/public/templates/admin/manage/uploads.js: line 185, col 160, Line is too long. +build/public/templates/admin/manage/uploads.js: line 185, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 185, col 52, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 185, col 69, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 185, col 85, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 185, col 99, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 188, col 219, Line is too long. +build/public/templates/admin/manage/uploads.js: line 188, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 188, col 45, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 188, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 188, col 78, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 188, col 92, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 188, col 104, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 188, col 120, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 188, col 134, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 188, col 152, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 188, col 168, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 188, col 182, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 188, col 197, ['separator'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 189, col 205, Line is too long. +build/public/templates/admin/manage/uploads.js: line 191, col 220, Line is too long. +build/public/templates/admin/manage/uploads.js: line 191, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 191, col 49, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 191, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 191, col 82, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 191, col 96, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 191, col 108, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 191, col 124, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 191, col 138, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 191, col 156, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 191, col 172, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 191, col 186, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 191, col 201, ['active'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 195, col 226, Line is too long. +build/public/templates/admin/manage/uploads.js: line 195, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 195, col 57, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 195, col 74, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 195, col 90, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 195, col 104, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 195, col 116, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 195, col 132, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 195, col 146, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 195, col 164, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 195, col 180, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 195, col 194, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 195, col 209, ['qs'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 197, col 228, Line is too long. +build/public/templates/admin/manage/uploads.js: line 197, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 197, col 57, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 197, col 74, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 197, col 90, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 197, col 104, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 197, col 116, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 197, col 132, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 197, col 146, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 197, col 164, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 197, col 180, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 197, col 194, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 197, col 209, ['page'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 199, col 228, Line is too long. +build/public/templates/admin/manage/uploads.js: line 199, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 199, col 57, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 199, col 74, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 199, col 90, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 199, col 104, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 199, col 116, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 199, col 132, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 199, col 146, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 199, col 164, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/uploads.js: line 199, col 180, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 199, col 194, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 199, col 209, ['page'] is better written in dot notation. +build/public/templates/admin/manage/uploads.js: line 186, col 13, 'key' is defined but never used. +build/public/templates/admin/manage/uploads.js: line 185, col 153, 'value' is defined but never used. +build/public/templates/admin/manage/uploads.js: line 185, col 145, 'length' is defined but never used. +build/public/templates/admin/manage/uploads.js: line 185, col 138, 'index' is defined but never used. +build/public/templates/admin/manage/uploads.js: line 184, col 11, 'value' is defined but never used. +build/public/templates/admin/manage/uploads.js: line 182, col 81, 'helper' is defined but never used. +build/public/templates/admin/manage/uploads.js: line 209, col 3, Missing semicolon. +build/public/templates/admin/manage/uploads.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/manage/uploads.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/manage/users/custom-fields.js: line 12, col 1331, Line is too long. +build/public/templates/admin/manage/users/custom-fields.js: line 13, col 22, ['fields'] is better written in dot notation. +build/public/templates/admin/manage/users/custom-fields.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/admin/manage/users/custom-fields.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/manage/users/custom-fields.js: line 21, col 114, Line is too long. +build/public/templates/admin/manage/users/custom-fields.js: line 21, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users/custom-fields.js: line 21, col 52, ['fields'] is better written in dot notation. +build/public/templates/admin/manage/users/custom-fields.js: line 24, col 151, Line is too long. +build/public/templates/admin/manage/users/custom-fields.js: line 24, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users/custom-fields.js: line 24, col 53, ['fields'] is better written in dot notation. +build/public/templates/admin/manage/users/custom-fields.js: line 24, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users/custom-fields.js: line 24, col 82, ['fields'] is better written in dot notation. +build/public/templates/admin/manage/users/custom-fields.js: line 24, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users/custom-fields.js: line 24, col 117, ['fields'] is better written in dot notation. +build/public/templates/admin/manage/users/custom-fields.js: line 24, col 133, ['key'] is better written in dot notation. +build/public/templates/admin/manage/users/custom-fields.js: line 26, col 152, Line is too long. +build/public/templates/admin/manage/users/custom-fields.js: line 26, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users/custom-fields.js: line 26, col 53, ['fields'] is better written in dot notation. +build/public/templates/admin/manage/users/custom-fields.js: line 26, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users/custom-fields.js: line 26, col 82, ['fields'] is better written in dot notation. +build/public/templates/admin/manage/users/custom-fields.js: line 26, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users/custom-fields.js: line 26, col 117, ['fields'] is better written in dot notation. +build/public/templates/admin/manage/users/custom-fields.js: line 26, col 133, ['name'] is better written in dot notation. +build/public/templates/admin/manage/users/custom-fields.js: line 28, col 152, Line is too long. +build/public/templates/admin/manage/users/custom-fields.js: line 28, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users/custom-fields.js: line 28, col 53, ['fields'] is better written in dot notation. +build/public/templates/admin/manage/users/custom-fields.js: line 28, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users/custom-fields.js: line 28, col 82, ['fields'] is better written in dot notation. +build/public/templates/admin/manage/users/custom-fields.js: line 28, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users/custom-fields.js: line 28, col 117, ['fields'] is better written in dot notation. +build/public/templates/admin/manage/users/custom-fields.js: line 28, col 133, ['icon'] is better written in dot notation. +build/public/templates/admin/manage/users/custom-fields.js: line 30, col 152, Line is too long. +build/public/templates/admin/manage/users/custom-fields.js: line 30, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users/custom-fields.js: line 30, col 53, ['fields'] is better written in dot notation. +build/public/templates/admin/manage/users/custom-fields.js: line 30, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users/custom-fields.js: line 30, col 82, ['fields'] is better written in dot notation. +build/public/templates/admin/manage/users/custom-fields.js: line 30, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users/custom-fields.js: line 30, col 117, ['fields'] is better written in dot notation. +build/public/templates/admin/manage/users/custom-fields.js: line 30, col 133, ['type'] is better written in dot notation. +build/public/templates/admin/manage/users/custom-fields.js: line 32, col 155, Line is too long. +build/public/templates/admin/manage/users/custom-fields.js: line 32, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users/custom-fields.js: line 32, col 53, ['fields'] is better written in dot notation. +build/public/templates/admin/manage/users/custom-fields.js: line 32, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users/custom-fields.js: line 32, col 82, ['fields'] is better written in dot notation. +build/public/templates/admin/manage/users/custom-fields.js: line 32, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users/custom-fields.js: line 32, col 117, ['fields'] is better written in dot notation. +build/public/templates/admin/manage/users/custom-fields.js: line 34, col 162, Line is too long. +build/public/templates/admin/manage/users/custom-fields.js: line 34, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users/custom-fields.js: line 34, col 53, ['fields'] is better written in dot notation. +build/public/templates/admin/manage/users/custom-fields.js: line 34, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users/custom-fields.js: line 34, col 82, ['fields'] is better written in dot notation. +build/public/templates/admin/manage/users/custom-fields.js: line 34, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users/custom-fields.js: line 34, col 117, ['fields'] is better written in dot notation. +build/public/templates/admin/manage/users/custom-fields.js: line 36, col 158, Line is too long. +build/public/templates/admin/manage/users/custom-fields.js: line 36, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users/custom-fields.js: line 36, col 53, ['fields'] is better written in dot notation. +build/public/templates/admin/manage/users/custom-fields.js: line 36, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users/custom-fields.js: line 36, col 82, ['fields'] is better written in dot notation. +build/public/templates/admin/manage/users/custom-fields.js: line 36, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users/custom-fields.js: line 36, col 117, ['fields'] is better written in dot notation. +build/public/templates/admin/manage/users/custom-fields.js: line 36, col 133, ['visibility'] is better written in dot notation. +build/public/templates/admin/manage/users/custom-fields.js: line 37, col 291, Line is too long. +build/public/templates/admin/manage/users/custom-fields.js: line 38, col 151, Line is too long. +build/public/templates/admin/manage/users/custom-fields.js: line 38, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users/custom-fields.js: line 38, col 53, ['fields'] is better written in dot notation. +build/public/templates/admin/manage/users/custom-fields.js: line 38, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users/custom-fields.js: line 38, col 82, ['fields'] is better written in dot notation. +build/public/templates/admin/manage/users/custom-fields.js: line 38, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users/custom-fields.js: line 38, col 117, ['fields'] is better written in dot notation. +build/public/templates/admin/manage/users/custom-fields.js: line 38, col 133, ['key'] is better written in dot notation. +build/public/templates/admin/manage/users/custom-fields.js: line 40, col 142, Line is too long. +build/public/templates/admin/manage/users/custom-fields.js: line 40, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users/custom-fields.js: line 40, col 45, ['fields'] is better written in dot notation. +build/public/templates/admin/manage/users/custom-fields.js: line 40, col 58, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users/custom-fields.js: line 40, col 74, ['fields'] is better written in dot notation. +build/public/templates/admin/manage/users/custom-fields.js: line 40, col 93, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users/custom-fields.js: line 40, col 109, ['fields'] is better written in dot notation. +build/public/templates/admin/manage/users/custom-fields.js: line 40, col 125, ['icon'] is better written in dot notation. +build/public/templates/admin/manage/users/custom-fields.js: line 42, col 156, Line is too long. +build/public/templates/admin/manage/users/custom-fields.js: line 42, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users/custom-fields.js: line 42, col 57, ['fields'] is better written in dot notation. +build/public/templates/admin/manage/users/custom-fields.js: line 42, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users/custom-fields.js: line 42, col 86, ['fields'] is better written in dot notation. +build/public/templates/admin/manage/users/custom-fields.js: line 42, col 105, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users/custom-fields.js: line 42, col 121, ['fields'] is better written in dot notation. +build/public/templates/admin/manage/users/custom-fields.js: line 42, col 137, ['icon'] is better written in dot notation. +build/public/templates/admin/manage/users/custom-fields.js: line 45, col 152, Line is too long. +build/public/templates/admin/manage/users/custom-fields.js: line 45, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users/custom-fields.js: line 45, col 53, ['fields'] is better written in dot notation. +build/public/templates/admin/manage/users/custom-fields.js: line 45, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users/custom-fields.js: line 45, col 82, ['fields'] is better written in dot notation. +build/public/templates/admin/manage/users/custom-fields.js: line 45, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users/custom-fields.js: line 45, col 117, ['fields'] is better written in dot notation. +build/public/templates/admin/manage/users/custom-fields.js: line 45, col 133, ['name'] is better written in dot notation. +build/public/templates/admin/manage/users/custom-fields.js: line 47, col 152, Line is too long. +build/public/templates/admin/manage/users/custom-fields.js: line 47, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users/custom-fields.js: line 47, col 53, ['fields'] is better written in dot notation. +build/public/templates/admin/manage/users/custom-fields.js: line 47, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users/custom-fields.js: line 47, col 82, ['fields'] is better written in dot notation. +build/public/templates/admin/manage/users/custom-fields.js: line 47, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users/custom-fields.js: line 47, col 117, ['fields'] is better written in dot notation. +build/public/templates/admin/manage/users/custom-fields.js: line 47, col 133, ['type'] is better written in dot notation. +build/public/templates/admin/manage/users/custom-fields.js: line 49, col 311, Line is too long. +build/public/templates/admin/manage/users/custom-fields.js: line 49, col 31, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users/custom-fields.js: line 49, col 47, ['fields'] is better written in dot notation. +build/public/templates/admin/manage/users/custom-fields.js: line 49, col 60, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users/custom-fields.js: line 49, col 76, ['fields'] is better written in dot notation. +build/public/templates/admin/manage/users/custom-fields.js: line 49, col 95, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users/custom-fields.js: line 49, col 111, ['fields'] is better written in dot notation. +build/public/templates/admin/manage/users/custom-fields.js: line 49, col 127, ['type'] is better written in dot notation. +build/public/templates/admin/manage/users/custom-fields.js: line 49, col 146, Expected '===' and instead saw '=='. +build/public/templates/admin/manage/users/custom-fields.js: line 49, col 178, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users/custom-fields.js: line 49, col 194, ['fields'] is better written in dot notation. +build/public/templates/admin/manage/users/custom-fields.js: line 49, col 207, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users/custom-fields.js: line 49, col 223, ['fields'] is better written in dot notation. +build/public/templates/admin/manage/users/custom-fields.js: line 49, col 242, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users/custom-fields.js: line 49, col 258, ['fields'] is better written in dot notation. +build/public/templates/admin/manage/users/custom-fields.js: line 49, col 274, ['type'] is better written in dot notation. +build/public/templates/admin/manage/users/custom-fields.js: line 49, col 293, Expected '===' and instead saw '=='. +build/public/templates/admin/manage/users/custom-fields.js: line 51, col 174, Line is too long. +build/public/templates/admin/manage/users/custom-fields.js: line 51, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users/custom-fields.js: line 51, col 57, ['fields'] is better written in dot notation. +build/public/templates/admin/manage/users/custom-fields.js: line 51, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users/custom-fields.js: line 51, col 86, ['fields'] is better written in dot notation. +build/public/templates/admin/manage/users/custom-fields.js: line 51, col 105, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users/custom-fields.js: line 51, col 121, ['fields'] is better written in dot notation. +build/public/templates/admin/manage/users/custom-fields.js: line 51, col 137, ['selectOptionsFormatted'] is better written in dot notation. +build/public/templates/admin/manage/users/custom-fields.js: line 55, col 158, Line is too long. +build/public/templates/admin/manage/users/custom-fields.js: line 55, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users/custom-fields.js: line 55, col 53, ['fields'] is better written in dot notation. +build/public/templates/admin/manage/users/custom-fields.js: line 55, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users/custom-fields.js: line 55, col 82, ['fields'] is better written in dot notation. +build/public/templates/admin/manage/users/custom-fields.js: line 55, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users/custom-fields.js: line 55, col 117, ['fields'] is better written in dot notation. +build/public/templates/admin/manage/users/custom-fields.js: line 55, col 133, ['visibility'] is better written in dot notation. +build/public/templates/admin/manage/users/custom-fields.js: line 57, col 155, Line is too long. +build/public/templates/admin/manage/users/custom-fields.js: line 57, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users/custom-fields.js: line 57, col 53, ['fields'] is better written in dot notation. +build/public/templates/admin/manage/users/custom-fields.js: line 57, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users/custom-fields.js: line 57, col 82, ['fields'] is better written in dot notation. +build/public/templates/admin/manage/users/custom-fields.js: line 57, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users/custom-fields.js: line 57, col 117, ['fields'] is better written in dot notation. +build/public/templates/admin/manage/users/custom-fields.js: line 58, col 120, Line is too long. +build/public/templates/admin/manage/users/custom-fields.js: line 59, col 151, Line is too long. +build/public/templates/admin/manage/users/custom-fields.js: line 59, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users/custom-fields.js: line 59, col 53, ['fields'] is better written in dot notation. +build/public/templates/admin/manage/users/custom-fields.js: line 59, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users/custom-fields.js: line 59, col 82, ['fields'] is better written in dot notation. +build/public/templates/admin/manage/users/custom-fields.js: line 59, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users/custom-fields.js: line 59, col 117, ['fields'] is better written in dot notation. +build/public/templates/admin/manage/users/custom-fields.js: line 59, col 133, ['key'] is better written in dot notation. +build/public/templates/admin/manage/users/custom-fields.js: line 60, col 122, Line is too long. +build/public/templates/admin/manage/users/custom-fields.js: line 61, col 151, Line is too long. +build/public/templates/admin/manage/users/custom-fields.js: line 61, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users/custom-fields.js: line 61, col 53, ['fields'] is better written in dot notation. +build/public/templates/admin/manage/users/custom-fields.js: line 61, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users/custom-fields.js: line 61, col 82, ['fields'] is better written in dot notation. +build/public/templates/admin/manage/users/custom-fields.js: line 61, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users/custom-fields.js: line 61, col 117, ['fields'] is better written in dot notation. +build/public/templates/admin/manage/users/custom-fields.js: line 61, col 133, ['key'] is better written in dot notation. +build/public/templates/admin/manage/users/custom-fields.js: line 62, col 121, Line is too long. +build/public/templates/admin/manage/users/custom-fields.js: line 22, col 13, 'key' is defined but never used. +build/public/templates/admin/manage/users/custom-fields.js: line 21, col 107, 'value' is defined but never used. +build/public/templates/admin/manage/users/custom-fields.js: line 21, col 99, 'length' is defined but never used. +build/public/templates/admin/manage/users/custom-fields.js: line 21, col 92, 'index' is defined but never used. +build/public/templates/admin/manage/users/custom-fields.js: line 20, col 11, 'value' is defined but never used. +build/public/templates/admin/manage/users/custom-fields.js: line 18, col 62, 'helper' is defined but never used. +build/public/templates/admin/manage/users/custom-fields.js: line 70, col 3, Missing semicolon. +build/public/templates/admin/manage/users/custom-fields.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/manage/users/custom-fields.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/manage/users.js: line 12, col 628, Line is too long. +build/public/templates/admin/manage/users.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 13, col 49, ['query'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 14, col 218, Line is too long. +build/public/templates/admin/manage/users.js: line 15, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 15, col 41, ['searchBy_username'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 19, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 19, col 41, ['searchBy_email'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 23, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 23, col 41, ['searchBy_uid'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 27, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 27, col 41, ['searchBy_ip'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 30, col 870, Line is too long. +build/public/templates/admin/manage/users.js: line 31, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 31, col 41, ['filterBy_unverified'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 34, col 203, Line is too long. +build/public/templates/admin/manage/users.js: line 35, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 35, col 41, ['filterBy_verified'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 38, col 199, Line is too long. +build/public/templates/admin/manage/users.js: line 39, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 39, col 41, ['filterBy_banned'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 42, col 4297, Line is too long. +build/public/templates/admin/manage/users.js: line 43, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 43, col 41, ['showInviteButton'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 44, col 146, Line is too long. +build/public/templates/admin/manage/users.js: line 46, col 206, Line is too long. +build/public/templates/admin/manage/users.js: line 47, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 47, col 49, ['relative_path'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 48, col 245, Line is too long. +build/public/templates/admin/manage/users.js: line 49, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 49, col 49, ['search_display'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 50, col 122, Line is too long. +build/public/templates/admin/manage/users.js: line 51, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 51, col 41, ['matchCount'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 55, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 55, col 49, ['matchCount'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 57, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 57, col 49, ['timing'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 59, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 59, col 41, ['query'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 63, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 63, col 41, ['matchCount'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 66, col 686, Line is too long. +build/public/templates/admin/manage/users.js: line 67, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 67, col 41, ['sort_postcount'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 69, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 69, col 45, ['reverse'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 74, col 126, Line is too long. +build/public/templates/admin/manage/users.js: line 75, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 75, col 41, ['sort_reputation'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 77, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 77, col 45, ['reverse'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 82, col 116, Line is too long. +build/public/templates/admin/manage/users.js: line 83, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 83, col 41, ['sort_flags'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 85, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 85, col 45, ['reverse'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 90, col 111, Line is too long. +build/public/templates/admin/manage/users.js: line 91, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 91, col 41, ['sort_joindate'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 93, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 93, col 45, ['reverse'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 98, col 118, Line is too long. +build/public/templates/admin/manage/users.js: line 99, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 99, col 41, ['sort_lastonline'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 101, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 101, col 45, ['reverse'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 107, col 22, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 108, col 104, Line is too long. +build/public/templates/admin/manage/users.js: line 109, col 158, Line is too long. +build/public/templates/admin/manage/users.js: line 109, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 109, col 41, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 109, col 58, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 109, col 74, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 109, col 88, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 109, col 100, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 109, col 116, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 109, col 130, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 109, col 139, ['length'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 112, col 148, Line is too long. +build/public/templates/admin/manage/users.js: line 113, col 156, Line is too long. +build/public/templates/admin/manage/users.js: line 113, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 113, col 41, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 113, col 58, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 113, col 74, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 113, col 88, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 113, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 113, col 115, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 113, col 129, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 113, col 137, ['active'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 117, col 162, Line is too long. +build/public/templates/admin/manage/users.js: line 117, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 117, col 49, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 117, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 117, col 82, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 117, col 96, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 117, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 117, col 123, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 117, col 137, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 117, col 145, ['qs'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 119, col 164, Line is too long. +build/public/templates/admin/manage/users.js: line 119, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 119, col 49, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 119, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 119, col 82, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 119, col 96, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 119, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 119, col 123, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 119, col 137, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 119, col 145, ['page'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 123, col 156, Line is too long. +build/public/templates/admin/manage/users.js: line 123, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 123, col 41, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 123, col 58, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 123, col 74, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 123, col 88, ['next'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 123, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 123, col 115, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 123, col 129, ['next'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 123, col 137, ['active'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 127, col 162, Line is too long. +build/public/templates/admin/manage/users.js: line 127, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 127, col 49, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 127, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 127, col 82, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 127, col 96, ['next'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 127, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 127, col 123, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 127, col 137, ['next'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 127, col 145, ['qs'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 129, col 164, Line is too long. +build/public/templates/admin/manage/users.js: line 129, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 129, col 49, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 129, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 129, col 82, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 129, col 96, ['next'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 129, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 129, col 123, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 129, col 137, ['next'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 129, col 145, ['page'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 131, col 102, Line is too long. +build/public/templates/admin/manage/users.js: line 131, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 131, col 41, ['template'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 131, col 56, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 131, col 72, ['template'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 131, col 84, ['topic'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 133, col 126, Line is too long. +build/public/templates/admin/manage/users.js: line 134, col 160, Line is too long. +build/public/templates/admin/manage/users.js: line 134, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 134, col 45, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 134, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 134, col 78, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 134, col 92, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 134, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 134, col 119, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 134, col 133, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 134, col 141, ['active'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 138, col 168, Line is too long. +build/public/templates/admin/manage/users.js: line 138, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 138, col 53, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 138, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 138, col 86, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 138, col 100, ['first'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 138, col 112, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 138, col 128, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 138, col 142, ['first'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 138, col 151, ['qs'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 139, col 115, Line is too long. +build/public/templates/admin/manage/users.js: line 140, col 160, Line is too long. +build/public/templates/admin/manage/users.js: line 140, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 140, col 45, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 140, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 140, col 78, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 140, col 92, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 140, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 140, col 119, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 140, col 133, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 140, col 141, ['active'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 144, col 166, Line is too long. +build/public/templates/admin/manage/users.js: line 144, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 144, col 53, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 144, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 144, col 86, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 144, col 100, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 144, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 144, col 127, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 144, col 141, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 144, col 149, ['qs'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 146, col 168, Line is too long. +build/public/templates/admin/manage/users.js: line 146, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 146, col 53, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 146, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 146, col 86, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 146, col 100, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 146, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 146, col 127, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 146, col 141, ['prev'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 146, col 149, ['page'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 147, col 196, Line is too long. +build/public/templates/admin/manage/users.js: line 148, col 126, Line is too long. +build/public/templates/admin/manage/users.js: line 148, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 148, col 53, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 148, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 148, col 86, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 148, col 100, ['currentPage'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 150, col 124, Line is too long. +build/public/templates/admin/manage/users.js: line 150, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 150, col 53, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 150, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 150, col 86, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 150, col 100, ['pageCount'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 152, col 160, Line is too long. +build/public/templates/admin/manage/users.js: line 152, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 152, col 45, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 152, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 152, col 78, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 152, col 92, ['next'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 152, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 152, col 119, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 152, col 133, ['next'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 152, col 141, ['active'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 156, col 166, Line is too long. +build/public/templates/admin/manage/users.js: line 156, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 156, col 53, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 156, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 156, col 86, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 156, col 100, ['next'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 156, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 156, col 127, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 156, col 141, ['next'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 156, col 149, ['qs'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 158, col 168, Line is too long. +build/public/templates/admin/manage/users.js: line 158, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 158, col 53, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 158, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 158, col 86, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 158, col 100, ['next'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 158, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 158, col 127, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 158, col 141, ['next'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 158, col 149, ['page'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 160, col 160, Line is too long. +build/public/templates/admin/manage/users.js: line 160, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 160, col 45, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 160, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 160, col 78, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 160, col 92, ['next'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 160, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 160, col 119, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 160, col 133, ['next'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 160, col 141, ['active'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 164, col 166, Line is too long. +build/public/templates/admin/manage/users.js: line 164, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 164, col 53, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 164, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 164, col 86, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 164, col 100, ['last'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 164, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 164, col 127, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 164, col 141, ['last'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 164, col 149, ['qs'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 166, col 124, Line is too long. +build/public/templates/admin/manage/users.js: line 166, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 166, col 53, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 166, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 166, col 86, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 166, col 100, ['pageCount'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/manage/users.js: line 175, col 113, Line is too long. +build/public/templates/admin/manage/users.js: line 175, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 175, col 52, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 177, col 115, Line is too long. +build/public/templates/admin/manage/users.js: line 178, col 148, Line is too long. +build/public/templates/admin/manage/users.js: line 178, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 178, col 53, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 178, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 178, col 81, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 178, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 178, col 115, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 178, col 130, ['uid'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 180, col 148, Line is too long. +build/public/templates/admin/manage/users.js: line 180, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 180, col 53, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 180, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 180, col 81, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 180, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 180, col 115, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 180, col 130, ['uid'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 181, col 112, Line is too long. +build/public/templates/admin/manage/users.js: line 182, col 141, Line is too long. +build/public/templates/admin/manage/users.js: line 182, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 182, col 45, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 182, col 57, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 182, col 73, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 182, col 91, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 182, col 107, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 182, col 122, ['banned'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 186, col 148, Line is too long. +build/public/templates/admin/manage/users.js: line 186, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 186, col 45, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 186, col 57, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 186, col 73, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 186, col 91, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 186, col 107, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 186, col 122, ['administrator'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 190, col 120, Line is too long. +build/public/templates/admin/manage/users.js: line 190, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 190, col 53, ['config'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 190, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 190, col 82, ['config'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 190, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 192, col 153, Line is too long. +build/public/templates/admin/manage/users.js: line 192, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 192, col 53, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 192, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 192, col 81, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 192, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 192, col 115, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 192, col 130, ['userslug'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 194, col 153, Line is too long. +build/public/templates/admin/manage/users.js: line 194, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 194, col 53, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 194, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 194, col 81, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 194, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 194, col 115, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 194, col 130, ['username'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 196, col 195, Line is too long. +build/public/templates/admin/manage/users.js: line 196, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 196, col 45, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 196, col 57, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 196, col 73, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 196, col 91, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 196, col 107, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 196, col 122, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 196, col 135, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 196, col 151, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 196, col 166, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 196, col 176, ['length'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 198, col 192, Line is too long. +build/public/templates/admin/manage/users.js: line 198, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 198, col 53, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 198, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 198, col 81, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 198, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 198, col 115, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 198, col 130, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 201, col 274, Line is too long. +build/public/templates/admin/manage/users.js: line 201, col 45, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 201, col 61, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 201, col 73, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 201, col 89, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 201, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 201, col 123, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 201, col 138, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 201, col 151, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 201, col 167, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 201, col 182, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 201, col 201, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 201, col 217, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 201, col 232, ['groups'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 201, col 248, ['displayName'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 199, col 21, 'key' is defined but never used. +build/public/templates/admin/manage/users.js: line 198, col 185, 'value' is defined but never used. +build/public/templates/admin/manage/users.js: line 198, col 177, 'length' is defined but never used. +build/public/templates/admin/manage/users.js: line 198, col 170, 'index' is defined but never used. +build/public/templates/admin/manage/users.js: line 208, col 126, Line is too long. +build/public/templates/admin/manage/users.js: line 209, col 282, Line is too long. +build/public/templates/admin/manage/users.js: line 209, col 30, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 209, col 46, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 209, col 58, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 209, col 74, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 209, col 92, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 209, col 108, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 209, col 123, ['email'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 209, col 161, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 209, col 177, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 209, col 189, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 209, col 205, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 209, col 223, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 209, col 239, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 209, col 254, ['emailToConfirm'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 213, col 150, Line is too long. +build/public/templates/admin/manage/users.js: line 213, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 213, col 45, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 213, col 57, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 213, col 73, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 213, col 91, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 213, col 107, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 216, col 168, Line is too long. +build/public/templates/admin/manage/users.js: line 217, col 140, Line is too long. +build/public/templates/admin/manage/users.js: line 217, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 217, col 45, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 217, col 57, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 217, col 73, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 217, col 91, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 217, col 107, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 217, col 122, ['email'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 218, col 151, Line is too long. +build/public/templates/admin/manage/users.js: line 218, col 39, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 218, col 55, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 218, col 67, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 218, col 83, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 218, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 218, col 117, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 218, col 132, ['email'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 220, col 225, Line is too long. +build/public/templates/admin/manage/users.js: line 221, col 149, Line is too long. +build/public/templates/admin/manage/users.js: line 221, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 221, col 45, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 221, col 57, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 221, col 73, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 221, col 91, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 221, col 107, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 221, col 122, ['emailToConfirm'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 222, col 160, Line is too long. +build/public/templates/admin/manage/users.js: line 222, col 39, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 222, col 55, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 222, col 67, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 222, col 83, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 222, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 222, col 117, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 222, col 132, ['emailToConfirm'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 225, col 292, Line is too long. +build/public/templates/admin/manage/users.js: line 225, col 31, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 225, col 47, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 225, col 59, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 225, col 75, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 225, col 93, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 225, col 109, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 225, col 124, ['emailToConfirm'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 225, col 172, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 225, col 188, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 225, col 200, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 225, col 216, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 225, col 234, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 225, col 250, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 228, col 179, Line is too long. +build/public/templates/admin/manage/users.js: line 229, col 159, Line is too long. +build/public/templates/admin/manage/users.js: line 229, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 229, col 53, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 229, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 229, col 81, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 229, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 229, col 115, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 229, col 130, ['emailToConfirm'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 231, col 292, Line is too long. +build/public/templates/admin/manage/users.js: line 231, col 31, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 231, col 47, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 231, col 59, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 231, col 75, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 231, col 93, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 231, col 109, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 231, col 124, ['emailToConfirm'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 231, col 172, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 231, col 188, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 231, col 200, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 231, col 216, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 231, col 234, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 231, col 250, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 234, col 176, Line is too long. +build/public/templates/admin/manage/users.js: line 235, col 159, Line is too long. +build/public/templates/admin/manage/users.js: line 235, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 235, col 53, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 235, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 235, col 81, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 235, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 235, col 115, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 235, col 130, ['emailToConfirm'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 237, col 575, Line is too long. +build/public/templates/admin/manage/users.js: line 237, col 31, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 237, col 47, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 237, col 59, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 237, col 75, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 237, col 93, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 237, col 109, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 237, col 124, ['emailToConfirm'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 237, col 172, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 237, col 188, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 237, col 200, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 237, col 216, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 237, col 234, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 237, col 250, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 237, col 312, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 237, col 328, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 237, col 340, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 237, col 356, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 237, col 374, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 237, col 390, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 237, col 451, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 237, col 467, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 237, col 479, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 237, col 495, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 237, col 513, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 237, col 529, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 240, col 171, Line is too long. +build/public/templates/admin/manage/users.js: line 241, col 159, Line is too long. +build/public/templates/admin/manage/users.js: line 241, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 241, col 53, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 241, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 241, col 81, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 241, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 241, col 115, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 241, col 130, ['emailToConfirm'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 243, col 189, Line is too long. +build/public/templates/admin/manage/users.js: line 243, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 243, col 45, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 243, col 57, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 243, col 73, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 243, col 91, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 243, col 107, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 243, col 122, ['ips'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 243, col 132, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 243, col 148, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 243, col 163, ['ips'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 243, col 170, ['length'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 244, col 263, Line is too long. +build/public/templates/admin/manage/users.js: line 245, col 189, Line is too long. +build/public/templates/admin/manage/users.js: line 245, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 245, col 53, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 245, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 245, col 81, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 245, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 245, col 115, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 245, col 130, ['ips'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 255, col 173, Line is too long. +build/public/templates/admin/manage/users.js: line 246, col 21, 'key' is defined but never used. +build/public/templates/admin/manage/users.js: line 262, col 201, Line is too long. +build/public/templates/admin/manage/users.js: line 262, col 82, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 262, col 98, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 262, col 110, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 262, col 126, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 262, col 144, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 262, col 160, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 262, col 175, ['postcount'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 264, col 148, Line is too long. +build/public/templates/admin/manage/users.js: line 264, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 264, col 53, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 264, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 264, col 81, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 264, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 264, col 115, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 264, col 130, ['uid'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 266, col 202, Line is too long. +build/public/templates/admin/manage/users.js: line 266, col 82, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 266, col 98, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 266, col 110, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 266, col 126, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 266, col 144, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 266, col 160, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 266, col 175, ['reputation'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 268, col 140, Line is too long. +build/public/templates/admin/manage/users.js: line 268, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 268, col 45, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 268, col 57, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 268, col 73, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 268, col 91, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 268, col 107, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 268, col 122, ['flags'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 269, col 151, Line is too long. +build/public/templates/admin/manage/users.js: line 269, col 39, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 269, col 55, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 269, col 67, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 269, col 83, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 269, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 269, col 117, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 269, col 132, ['flags'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 272, col 156, Line is too long. +build/public/templates/admin/manage/users.js: line 272, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 272, col 53, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 272, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 272, col 81, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 272, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 272, col 115, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 272, col 130, ['joindateISO'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 274, col 158, Line is too long. +build/public/templates/admin/manage/users.js: line 274, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 274, col 53, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 274, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 274, col 81, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 274, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 274, col 115, ['users'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 274, col 130, ['lastonlineISO'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 176, col 13, 'key' is defined but never used. +build/public/templates/admin/manage/users.js: line 175, col 106, 'value' is defined but never used. +build/public/templates/admin/manage/users.js: line 175, col 98, 'length' is defined but never used. +build/public/templates/admin/manage/users.js: line 175, col 91, 'index' is defined but never used. +build/public/templates/admin/manage/users.js: line 174, col 11, 'value' is defined but never used. +build/public/templates/admin/manage/users.js: line 283, col 160, Line is too long. +build/public/templates/admin/manage/users.js: line 283, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 283, col 52, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 283, col 69, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 283, col 85, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 283, col 99, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 286, col 219, Line is too long. +build/public/templates/admin/manage/users.js: line 286, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 286, col 45, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 286, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 286, col 78, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 286, col 92, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 286, col 104, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 286, col 120, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 286, col 134, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 286, col 152, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 286, col 168, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 286, col 182, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 286, col 197, ['separator'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 287, col 205, Line is too long. +build/public/templates/admin/manage/users.js: line 289, col 220, Line is too long. +build/public/templates/admin/manage/users.js: line 289, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 289, col 49, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 289, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 289, col 82, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 289, col 96, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 289, col 108, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 289, col 124, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 289, col 138, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 289, col 156, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 289, col 172, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 289, col 186, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 289, col 201, ['active'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 293, col 226, Line is too long. +build/public/templates/admin/manage/users.js: line 293, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 293, col 57, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 293, col 74, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 293, col 90, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 293, col 104, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 293, col 116, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 293, col 132, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 293, col 146, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 293, col 164, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 293, col 180, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 293, col 194, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 293, col 209, ['qs'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 295, col 228, Line is too long. +build/public/templates/admin/manage/users.js: line 295, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 295, col 57, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 295, col 74, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 295, col 90, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 295, col 104, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 295, col 116, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 295, col 132, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 295, col 146, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 295, col 164, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 295, col 180, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 295, col 194, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 295, col 209, ['page'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 297, col 228, Line is too long. +build/public/templates/admin/manage/users.js: line 297, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 297, col 57, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 297, col 74, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 297, col 90, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 297, col 104, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 297, col 116, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 297, col 132, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 297, col 146, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 297, col 164, Expected '!==' and instead saw '!='. +build/public/templates/admin/manage/users.js: line 297, col 180, ['pagination'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 297, col 194, ['pages'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 297, col 209, ['page'] is better written in dot notation. +build/public/templates/admin/manage/users.js: line 284, col 13, 'key' is defined but never used. +build/public/templates/admin/manage/users.js: line 283, col 153, 'value' is defined but never used. +build/public/templates/admin/manage/users.js: line 283, col 145, 'length' is defined but never used. +build/public/templates/admin/manage/users.js: line 283, col 138, 'index' is defined but never used. +build/public/templates/admin/manage/users.js: line 282, col 11, 'value' is defined but never used. +build/public/templates/admin/manage/users.js: line 280, col 81, 'helper' is defined but never used. +build/public/templates/admin/manage/users.js: line 307, col 3, Missing semicolon. +build/public/templates/admin/manage/users.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/manage/users.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/partials/activitypub/relays.js: line 12, col 380, Line is too long. +build/public/templates/admin/partials/activitypub/relays.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/admin/partials/activitypub/relays.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/partials/activitypub/relays.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/admin/partials/activitypub/relays.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/admin/partials/activitypub/relays.js: line 9, col 39, 'guard' is defined but never used. +build/public/templates/admin/partials/activitypub/relays.js: line 20, col 3, Missing semicolon. +build/public/templates/admin/partials/activitypub/relays.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/partials/activitypub/relays.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/partials/activitypub/rules.js: line 12, col 1174, Line is too long. +build/public/templates/admin/partials/activitypub/rules.js: line 13, col 145, Line is too long. +build/public/templates/admin/partials/activitypub/rules.js: line 13, col 26, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/activitypub/rules.js: line 13, col 42, ['selectedCategory'] is better written in dot notation. +build/public/templates/admin/partials/activitypub/rules.js: line 13, col 92, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/activitypub/rules.js: line 13, col 108, ['showCategorySelectLabel'] is better written in dot notation. +build/public/templates/admin/partials/activitypub/rules.js: line 15, col 159, Line is too long. +build/public/templates/admin/partials/activitypub/rules.js: line 15, col 84, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/activitypub/rules.js: line 15, col 100, ['selectedCategory'] is better written in dot notation. +build/public/templates/admin/partials/activitypub/rules.js: line 17, col 131, Line is too long. +build/public/templates/admin/partials/activitypub/rules.js: line 17, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/activitypub/rules.js: line 17, col 53, ['selectedCategory'] is better written in dot notation. +build/public/templates/admin/partials/activitypub/rules.js: line 17, col 76, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/activitypub/rules.js: line 17, col 92, ['selectedCategory'] is better written in dot notation. +build/public/templates/admin/partials/activitypub/rules.js: line 17, col 112, ['name'] is better written in dot notation. +build/public/templates/admin/partials/activitypub/rules.js: line 20, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/activitypub/rules.js: line 20, col 45, ['selectCategoryIcon'] is better written in dot notation. +build/public/templates/admin/partials/activitypub/rules.js: line 21, col 39, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/activitypub/rules.js: line 21, col 55, ['selectCategoryIcon'] is better written in dot notation. +build/public/templates/admin/partials/activitypub/rules.js: line 24, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/activitypub/rules.js: line 24, col 45, ['selectCategoryLabel'] is better written in dot notation. +build/public/templates/admin/partials/activitypub/rules.js: line 25, col 39, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/activitypub/rules.js: line 25, col 55, ['selectCategoryLabel'] is better written in dot notation. +build/public/templates/admin/partials/activitypub/rules.js: line 28, col 620, Line is too long. +build/public/templates/admin/partials/activitypub/rules.js: line 29, col 22, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/activitypub/rules.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/partials/activitypub/rules.js: line 37, col 121, Line is too long. +build/public/templates/admin/partials/activitypub/rules.js: line 37, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/activitypub/rules.js: line 37, col 52, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/activitypub/rules.js: line 40, col 172, Line is too long. +build/public/templates/admin/partials/activitypub/rules.js: line 40, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/activitypub/rules.js: line 40, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/activitypub/rules.js: line 40, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/activitypub/rules.js: line 40, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/activitypub/rules.js: line 40, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/activitypub/rules.js: line 40, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/activitypub/rules.js: line 40, col 146, ['disabledClass'] is better written in dot notation. +build/public/templates/admin/partials/activitypub/rules.js: line 44, col 172, Line is too long. +build/public/templates/admin/partials/activitypub/rules.js: line 44, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/activitypub/rules.js: line 44, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/activitypub/rules.js: line 44, col 73, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/activitypub/rules.js: line 44, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/activitypub/rules.js: line 44, col 115, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/activitypub/rules.js: line 44, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/activitypub/rules.js: line 44, col 154, ['cid'] is better written in dot notation. +build/public/templates/admin/partials/activitypub/rules.js: line 46, col 173, Line is too long. +build/public/templates/admin/partials/activitypub/rules.js: line 46, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/activitypub/rules.js: line 46, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/activitypub/rules.js: line 46, col 73, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/activitypub/rules.js: line 46, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/activitypub/rules.js: line 46, col 115, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/activitypub/rules.js: line 46, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/activitypub/rules.js: line 46, col 154, ['name'] is better written in dot notation. +build/public/templates/admin/partials/activitypub/rules.js: line 48, col 178, Line is too long. +build/public/templates/admin/partials/activitypub/rules.js: line 48, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/activitypub/rules.js: line 48, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/activitypub/rules.js: line 48, col 73, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/activitypub/rules.js: line 48, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/activitypub/rules.js: line 48, col 115, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/activitypub/rules.js: line 48, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/activitypub/rules.js: line 48, col 154, ['parentCid'] is better written in dot notation. +build/public/templates/admin/partials/activitypub/rules.js: line 50, col 174, Line is too long. +build/public/templates/admin/partials/activitypub/rules.js: line 50, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/activitypub/rules.js: line 50, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/activitypub/rules.js: line 50, col 73, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/activitypub/rules.js: line 50, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/activitypub/rules.js: line 50, col 115, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/activitypub/rules.js: line 50, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/activitypub/rules.js: line 50, col 154, ['level'] is better written in dot notation. +build/public/templates/admin/partials/activitypub/rules.js: line 52, col 164, Line is too long. +build/public/templates/admin/partials/activitypub/rules.js: line 52, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/activitypub/rules.js: line 52, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/activitypub/rules.js: line 52, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/activitypub/rules.js: line 52, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/activitypub/rules.js: line 52, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/activitypub/rules.js: line 52, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/activitypub/rules.js: line 52, col 146, ['match'] is better written in dot notation. +build/public/templates/admin/partials/activitypub/rules.js: line 56, col 163, Line is too long. +build/public/templates/admin/partials/activitypub/rules.js: line 56, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/activitypub/rules.js: line 56, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/activitypub/rules.js: line 56, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/activitypub/rules.js: line 56, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/activitypub/rules.js: line 56, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/activitypub/rules.js: line 56, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/activitypub/rules.js: line 56, col 146, ['icon'] is better written in dot notation. +build/public/templates/admin/partials/activitypub/rules.js: line 58, col 114, Line is too long. +build/public/templates/admin/partials/activitypub/rules.js: line 62, col 173, Line is too long. +build/public/templates/admin/partials/activitypub/rules.js: line 62, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/activitypub/rules.js: line 62, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/activitypub/rules.js: line 62, col 73, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/activitypub/rules.js: line 62, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/activitypub/rules.js: line 62, col 115, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/activitypub/rules.js: line 62, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/activitypub/rules.js: line 62, col 154, ['name'] is better written in dot notation. +build/public/templates/admin/partials/activitypub/rules.js: line 38, col 13, 'key' is defined but never used. +build/public/templates/admin/partials/activitypub/rules.js: line 36, col 11, 'value' is defined but never used. +build/public/templates/admin/partials/activitypub/rules.js: line 71, col 3, Missing semicolon. +build/public/templates/admin/partials/activitypub/rules.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/partials/activitypub/rules.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/partials/appearance/skins/form-custom-skin.js: line 12, col 396, Line is too long. +build/public/templates/admin/partials/appearance/skins/form-custom-skin.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/admin/partials/appearance/skins/form-custom-skin.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/partials/appearance/skins/form-custom-skin.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/admin/partials/appearance/skins/form-custom-skin.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/admin/partials/appearance/skins/form-custom-skin.js: line 9, col 39, 'guard' is defined but never used. +build/public/templates/admin/partials/appearance/skins/form-custom-skin.js: line 20, col 3, Missing semicolon. +build/public/templates/admin/partials/appearance/skins/form-custom-skin.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/partials/appearance/skins/form-custom-skin.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/partials/appearance/skins/item-custom-skin.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/appearance/skins/item-custom-skin.js: line 15, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/appearance/skins/item-custom-skin.js: line 16, col 109, Line is too long. +build/public/templates/admin/partials/appearance/skins/item-custom-skin.js: line 17, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/appearance/skins/item-custom-skin.js: line 18, col 449, Line is too long. +build/public/templates/admin/partials/appearance/skins/item-custom-skin.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/partials/appearance/skins/item-custom-skin.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/admin/partials/appearance/skins/item-custom-skin.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/admin/partials/appearance/skins/item-custom-skin.js: line 26, col 3, Missing semicolon. +build/public/templates/admin/partials/appearance/skins/item-custom-skin.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/partials/appearance/skins/item-custom-skin.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/partials/blacklist-validate.js: line 13, col 107, Line is too long. +build/public/templates/admin/partials/blacklist-validate.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/blacklist-validate.js: line 13, col 49, ['valid'] is better written in dot notation. +build/public/templates/admin/partials/blacklist-validate.js: line 13, col 61, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/blacklist-validate.js: line 13, col 77, ['valid'] is better written in dot notation. +build/public/templates/admin/partials/blacklist-validate.js: line 13, col 86, ['length'] is better written in dot notation. +build/public/templates/admin/partials/blacklist-validate.js: line 15, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/blacklist-validate.js: line 15, col 49, ['numRules'] is better written in dot notation. +build/public/templates/admin/partials/blacklist-validate.js: line 17, col 101, Line is too long. +build/public/templates/admin/partials/blacklist-validate.js: line 17, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/blacklist-validate.js: line 17, col 41, ['invalid'] is better written in dot notation. +build/public/templates/admin/partials/blacklist-validate.js: line 17, col 55, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/blacklist-validate.js: line 17, col 71, ['invalid'] is better written in dot notation. +build/public/templates/admin/partials/blacklist-validate.js: line 17, col 82, ['length'] is better written in dot notation. +build/public/templates/admin/partials/blacklist-validate.js: line 19, col 115, Line is too long. +build/public/templates/admin/partials/blacklist-validate.js: line 19, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/blacklist-validate.js: line 19, col 53, ['invalid'] is better written in dot notation. +build/public/templates/admin/partials/blacklist-validate.js: line 19, col 67, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/blacklist-validate.js: line 19, col 83, ['invalid'] is better written in dot notation. +build/public/templates/admin/partials/blacklist-validate.js: line 19, col 94, ['length'] is better written in dot notation. +build/public/templates/admin/partials/blacklist-validate.js: line 21, col 26, ['invalid'] is better written in dot notation. +build/public/templates/admin/partials/blacklist-validate.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/partials/blacklist-validate.js: line 30, col 115, Line is too long. +build/public/templates/admin/partials/blacklist-validate.js: line 30, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/blacklist-validate.js: line 30, col 52, ['invalid'] is better written in dot notation. +build/public/templates/admin/partials/blacklist-validate.js: line 31, col 13, 'key' is defined but never used. +build/public/templates/admin/partials/blacklist-validate.js: line 29, col 11, 'value' is defined but never used. +build/public/templates/admin/partials/blacklist-validate.js: line 27, col 64, 'helper' is defined but never used. +build/public/templates/admin/partials/blacklist-validate.js: line 42, col 3, Missing semicolon. +build/public/templates/admin/partials/blacklist-validate.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/partials/blacklist-validate.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/partials/breadcrumbs.js: line 12, col 114, Line is too long. +build/public/templates/admin/partials/breadcrumbs.js: line 12, col 30, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/breadcrumbs.js: line 12, col 46, ['breadcrumbs'] is better written in dot notation. +build/public/templates/admin/partials/breadcrumbs.js: line 12, col 64, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/breadcrumbs.js: line 12, col 80, ['breadcrumbs'] is better written in dot notation. +build/public/templates/admin/partials/breadcrumbs.js: line 12, col 95, ['length'] is better written in dot notation. +build/public/templates/admin/partials/breadcrumbs.js: line 13, col 141, Line is too long. +build/public/templates/admin/partials/breadcrumbs.js: line 14, col 26, ['breadcrumbs'] is better written in dot notation. +build/public/templates/admin/partials/breadcrumbs.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/admin/partials/breadcrumbs.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/partials/breadcrumbs.js: line 23, col 119, Line is too long. +build/public/templates/admin/partials/breadcrumbs.js: line 23, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/breadcrumbs.js: line 23, col 52, ['breadcrumbs'] is better written in dot notation. +build/public/templates/admin/partials/breadcrumbs.js: line 29, col 133, Line is too long. +build/public/templates/admin/partials/breadcrumbs.js: line 36, col 156, Line is too long. +build/public/templates/admin/partials/breadcrumbs.js: line 36, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/breadcrumbs.js: line 36, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/admin/partials/breadcrumbs.js: line 36, col 63, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/breadcrumbs.js: line 36, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/admin/partials/breadcrumbs.js: line 36, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/breadcrumbs.js: line 36, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/admin/partials/breadcrumbs.js: line 36, col 140, ['url'] is better written in dot notation. +build/public/templates/admin/partials/breadcrumbs.js: line 38, col 170, Line is too long. +build/public/templates/admin/partials/breadcrumbs.js: line 38, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/breadcrumbs.js: line 38, col 57, ['breadcrumbs'] is better written in dot notation. +build/public/templates/admin/partials/breadcrumbs.js: line 38, col 75, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/breadcrumbs.js: line 38, col 91, ['breadcrumbs'] is better written in dot notation. +build/public/templates/admin/partials/breadcrumbs.js: line 38, col 115, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/breadcrumbs.js: line 38, col 131, ['breadcrumbs'] is better written in dot notation. +build/public/templates/admin/partials/breadcrumbs.js: line 38, col 152, ['url'] is better written in dot notation. +build/public/templates/admin/partials/breadcrumbs.js: line 42, col 167, Line is too long. +build/public/templates/admin/partials/breadcrumbs.js: line 42, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/breadcrumbs.js: line 42, col 53, ['breadcrumbs'] is better written in dot notation. +build/public/templates/admin/partials/breadcrumbs.js: line 42, col 71, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/breadcrumbs.js: line 42, col 87, ['breadcrumbs'] is better written in dot notation. +build/public/templates/admin/partials/breadcrumbs.js: line 42, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/breadcrumbs.js: line 42, col 127, ['breadcrumbs'] is better written in dot notation. +build/public/templates/admin/partials/breadcrumbs.js: line 42, col 148, ['text'] is better written in dot notation. +build/public/templates/admin/partials/breadcrumbs.js: line 44, col 156, Line is too long. +build/public/templates/admin/partials/breadcrumbs.js: line 44, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/breadcrumbs.js: line 44, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/admin/partials/breadcrumbs.js: line 44, col 63, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/breadcrumbs.js: line 44, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/admin/partials/breadcrumbs.js: line 44, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/breadcrumbs.js: line 44, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/admin/partials/breadcrumbs.js: line 44, col 140, ['url'] is better written in dot notation. +build/public/templates/admin/partials/breadcrumbs.js: line 24, col 13, 'key' is defined but never used. +build/public/templates/admin/partials/breadcrumbs.js: line 23, col 112, 'value' is defined but never used. +build/public/templates/admin/partials/breadcrumbs.js: line 22, col 11, 'value' is defined but never used. +build/public/templates/admin/partials/breadcrumbs.js: line 20, col 72, 'helper' is defined but never used. +build/public/templates/admin/partials/breadcrumbs.js: line 55, col 3, Missing semicolon. +build/public/templates/admin/partials/breadcrumbs.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/partials/breadcrumbs.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/partials/categories/add.js: line 12, col 570, Line is too long. +build/public/templates/admin/partials/categories/add.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/admin/partials/categories/add.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/partials/categories/add.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/admin/partials/categories/add.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/admin/partials/categories/add.js: line 9, col 39, 'guard' is defined but never used. +build/public/templates/admin/partials/categories/add.js: line 20, col 3, Missing semicolon. +build/public/templates/admin/partials/categories/add.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/partials/categories/add.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/partials/categories/category-rows.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 13, col 49, ['cid'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 15, col 22, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/partials/categories/category-rows.js: line 23, col 118, Line is too long. +build/public/templates/admin/partials/categories/category-rows.js: line 23, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 23, col 52, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 26, col 163, Line is too long. +build/public/templates/admin/partials/categories/category-rows.js: line 26, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 26, col 53, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 26, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 26, col 86, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 26, col 109, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 26, col 125, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 26, col 145, ['cid'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 28, col 169, Line is too long. +build/public/templates/admin/partials/categories/category-rows.js: line 28, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 28, col 53, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 28, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 28, col 86, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 28, col 109, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 28, col 125, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 28, col 145, ['parentCid'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 30, col 164, Line is too long. +build/public/templates/admin/partials/categories/category-rows.js: line 30, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 30, col 53, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 30, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 30, col 86, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 30, col 109, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 30, col 125, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 30, col 145, ['name'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 32, col 158, Line is too long. +build/public/templates/admin/partials/categories/category-rows.js: line 32, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 32, col 45, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 32, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 32, col 78, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 32, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 32, col 117, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 32, col 137, ['disabled'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 35, col 347, Line is too long. +build/public/templates/admin/partials/categories/category-rows.js: line 36, col 105, Line is too long. +build/public/templates/admin/partials/categories/category-rows.js: line 37, col 137, Line is too long. +build/public/templates/admin/partials/categories/category-rows.js: line 38, col 120, Line is too long. +build/public/templates/admin/partials/categories/category-rows.js: line 38, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 38, col 53, ['config'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 38, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 38, col 82, ['config'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 38, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 40, col 163, Line is too long. +build/public/templates/admin/partials/categories/category-rows.js: line 40, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 40, col 53, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 40, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 40, col 86, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 40, col 109, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 40, col 125, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 40, col 145, ['cid'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 42, col 164, Line is too long. +build/public/templates/admin/partials/categories/category-rows.js: line 42, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 42, col 53, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 42, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 42, col 86, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 42, col 109, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 42, col 125, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 42, col 145, ['name'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 44, col 154, Line is too long. +build/public/templates/admin/partials/categories/category-rows.js: line 44, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 44, col 45, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 44, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 44, col 78, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 44, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 44, col 117, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 44, col 137, ['link'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 46, col 168, Line is too long. +build/public/templates/admin/partials/categories/category-rows.js: line 46, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 46, col 57, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 46, col 74, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 46, col 90, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 46, col 113, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 46, col 129, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 46, col 149, ['link'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 48, col 168, Line is too long. +build/public/templates/admin/partials/categories/category-rows.js: line 48, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 48, col 57, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 48, col 74, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 48, col 90, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 48, col 113, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 48, col 129, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 48, col 149, ['link'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 52, col 167, Line is too long. +build/public/templates/admin/partials/categories/category-rows.js: line 52, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 52, col 45, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 52, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 52, col 78, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 52, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 52, col 117, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 52, col 137, ['descriptionParsed'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 54, col 181, Line is too long. +build/public/templates/admin/partials/categories/category-rows.js: line 54, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 54, col 57, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 54, col 74, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 54, col 90, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 54, col 113, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 54, col 129, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 54, col 149, ['descriptionParsed'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 57, col 121, Line is too long. +build/public/templates/admin/partials/categories/category-rows.js: line 58, col 154, Line is too long. +build/public/templates/admin/partials/categories/category-rows.js: line 58, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 58, col 45, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 58, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 58, col 78, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 58, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 58, col 117, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 58, col 137, ['link'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 59, col 165, Line is too long. +build/public/templates/admin/partials/categories/category-rows.js: line 59, col 39, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 59, col 55, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 59, col 72, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 59, col 88, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 59, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 59, col 127, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 59, col 147, ['link'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 60, col 122, Line is too long. +build/public/templates/admin/partials/categories/category-rows.js: line 60, col 39, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 60, col 55, ['config'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 60, col 68, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 60, col 84, ['config'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 60, col 94, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 62, col 218, Line is too long. +build/public/templates/admin/partials/categories/category-rows.js: line 62, col 89, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 62, col 105, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 62, col 122, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 62, col 138, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 62, col 161, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 62, col 177, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 62, col 197, ['cid'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 63, col 111, Line is too long. +build/public/templates/admin/partials/categories/category-rows.js: line 64, col 157, Line is too long. +build/public/templates/admin/partials/categories/category-rows.js: line 64, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 64, col 45, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 64, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 64, col 78, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 64, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 64, col 117, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 64, col 137, ['isLocal'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 66, col 167, Line is too long. +build/public/templates/admin/partials/categories/category-rows.js: line 66, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 66, col 57, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 66, col 74, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 66, col 90, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 66, col 113, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 66, col 129, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 66, col 149, ['cid'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 67, col 108, Line is too long. +build/public/templates/admin/partials/categories/category-rows.js: line 69, col 335, Line is too long. +build/public/templates/admin/partials/categories/category-rows.js: line 70, col 154, Line is too long. +build/public/templates/admin/partials/categories/category-rows.js: line 70, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 70, col 45, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 70, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 70, col 78, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 70, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 70, col 117, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 70, col 137, ['link'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 71, col 165, Line is too long. +build/public/templates/admin/partials/categories/category-rows.js: line 71, col 39, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 71, col 55, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 71, col 72, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 71, col 88, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 71, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 71, col 127, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 71, col 147, ['link'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 72, col 122, Line is too long. +build/public/templates/admin/partials/categories/category-rows.js: line 72, col 39, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 72, col 55, ['config'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 72, col 68, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 72, col 84, ['config'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 72, col 94, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 74, col 168, Line is too long. +build/public/templates/admin/partials/categories/category-rows.js: line 74, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 74, col 57, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 74, col 74, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 74, col 90, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 74, col 113, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 74, col 129, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 74, col 149, ['cid'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 75, col 139, Line is too long. +build/public/templates/admin/partials/categories/category-rows.js: line 76, col 157, Line is too long. +build/public/templates/admin/partials/categories/category-rows.js: line 76, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 76, col 45, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 76, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 76, col 78, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 76, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 76, col 117, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 76, col 137, ['isLocal'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 78, col 167, Line is too long. +build/public/templates/admin/partials/categories/category-rows.js: line 78, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 78, col 57, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 78, col 74, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 78, col 90, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 78, col 113, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 78, col 129, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 78, col 149, ['cid'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 79, col 196, Line is too long. +build/public/templates/admin/partials/categories/category-rows.js: line 80, col 167, Line is too long. +build/public/templates/admin/partials/categories/category-rows.js: line 80, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 80, col 57, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 80, col 74, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 80, col 90, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 80, col 113, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 80, col 129, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 80, col 149, ['cid'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 81, col 146, Line is too long. +build/public/templates/admin/partials/categories/category-rows.js: line 82, col 124, Line is too long. +build/public/templates/admin/partials/categories/category-rows.js: line 82, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 82, col 57, ['config'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 82, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 82, col 86, ['config'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 82, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 84, col 167, Line is too long. +build/public/templates/admin/partials/categories/category-rows.js: line 84, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 84, col 57, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 84, col 74, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 84, col 90, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 84, col 113, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 84, col 129, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 84, col 149, ['cid'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 85, col 150, Line is too long. +build/public/templates/admin/partials/categories/category-rows.js: line 86, col 167, Line is too long. +build/public/templates/admin/partials/categories/category-rows.js: line 86, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 86, col 57, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 86, col 74, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 86, col 90, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 86, col 113, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 86, col 129, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 86, col 149, ['cid'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 89, col 167, Line is too long. +build/public/templates/admin/partials/categories/category-rows.js: line 89, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 89, col 57, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 89, col 74, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 89, col 90, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 89, col 113, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 89, col 129, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 89, col 149, ['cid'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 90, col 109, Line is too long. +build/public/templates/admin/partials/categories/category-rows.js: line 92, col 163, Line is too long. +build/public/templates/admin/partials/categories/category-rows.js: line 92, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 92, col 53, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 92, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 92, col 86, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 92, col 109, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 92, col 125, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 92, col 145, ['cid'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 94, col 165, Line is too long. +build/public/templates/admin/partials/categories/category-rows.js: line 94, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 94, col 53, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 94, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 94, col 86, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 94, col 109, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 94, col 125, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 94, col 145, ['order'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 95, col 195, Line is too long. +build/public/templates/admin/partials/categories/category-rows.js: line 96, col 163, Line is too long. +build/public/templates/admin/partials/categories/category-rows.js: line 96, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 96, col 53, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 96, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 96, col 86, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 96, col 109, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 96, col 125, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 96, col 145, ['cid'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 98, col 168, Line is too long. +build/public/templates/admin/partials/categories/category-rows.js: line 98, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 98, col 53, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 98, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 98, col 86, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 98, col 109, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 98, col 125, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 98, col 145, ['disabled'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 100, col 158, Line is too long. +build/public/templates/admin/partials/categories/category-rows.js: line 100, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 100, col 45, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 100, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 100, col 78, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 100, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 100, col 117, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 100, col 137, ['disabled'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 104, col 157, Line is too long. +build/public/templates/admin/partials/categories/category-rows.js: line 104, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 104, col 45, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 104, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 104, col 78, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 104, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 104, col 117, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 104, col 137, ['isLocal'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 107, col 167, Line is too long. +build/public/templates/admin/partials/categories/category-rows.js: line 107, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 107, col 57, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 107, col 74, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 107, col 90, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 107, col 113, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 107, col 129, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 107, col 149, ['cid'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 108, col 109, Line is too long. +build/public/templates/admin/partials/categories/category-rows.js: line 110, col 170, Line is too long. +build/public/templates/admin/partials/categories/category-rows.js: line 110, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 110, col 45, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 110, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 110, col 78, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 110, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 110, col 117, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 110, col 137, ['hasMoreSubCategories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 114, col 170, Line is too long. +build/public/templates/admin/partials/categories/category-rows.js: line 114, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 114, col 45, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 114, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 114, col 78, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 114, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 114, col 117, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 114, col 137, ['hasMoreSubCategories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 117, col 159, Line is too long. +build/public/templates/admin/partials/categories/category-rows.js: line 118, col 120, Line is too long. +build/public/templates/admin/partials/categories/category-rows.js: line 118, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 118, col 53, ['config'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 118, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 118, col 82, ['config'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 118, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 120, col 163, Line is too long. +build/public/templates/admin/partials/categories/category-rows.js: line 120, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 120, col 53, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 120, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 120, col 86, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 120, col 109, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 120, col 125, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 120, col 145, ['cid'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 122, col 172, Line is too long. +build/public/templates/admin/partials/categories/category-rows.js: line 122, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 122, col 53, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 122, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 122, col 86, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 122, col 109, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 122, col 125, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 122, col 145, ['showMorePage'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 124, col 177, Line is too long. +build/public/templates/admin/partials/categories/category-rows.js: line 124, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 124, col 53, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 124, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 124, col 86, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 124, col 109, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/category-rows.js: line 124, col 125, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 124, col 145, ['subCategoriesLeft'] is better written in dot notation. +build/public/templates/admin/partials/categories/category-rows.js: line 24, col 13, 'key' is defined but never used. +build/public/templates/admin/partials/categories/category-rows.js: line 22, col 11, 'value' is defined but never used. +build/public/templates/admin/partials/categories/category-rows.js: line 133, col 3, Missing semicolon. +build/public/templates/admin/partials/categories/category-rows.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/partials/categories/category-rows.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/partials/categories/copy-settings.js: line 12, col 943, Line is too long. +build/public/templates/admin/partials/categories/copy-settings.js: line 13, col 22, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/copy-settings.js: line 15, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/copy-settings.js: line 15, col 41, ['message'] is better written in dot notation. +build/public/templates/admin/partials/categories/copy-settings.js: line 17, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/copy-settings.js: line 17, col 53, ['message'] is better written in dot notation. +build/public/templates/admin/partials/categories/copy-settings.js: line 20, col 269, Line is too long. +build/public/templates/admin/partials/categories/copy-settings.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/partials/categories/copy-settings.js: line 27, col 118, Line is too long. +build/public/templates/admin/partials/categories/copy-settings.js: line 27, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/copy-settings.js: line 27, col 52, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/copy-settings.js: line 30, col 163, Line is too long. +build/public/templates/admin/partials/categories/copy-settings.js: line 30, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/copy-settings.js: line 30, col 45, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/copy-settings.js: line 30, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/copy-settings.js: line 30, col 78, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/copy-settings.js: line 30, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/copy-settings.js: line 30, col 117, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/copy-settings.js: line 30, col 137, ['disabledClass'] is better written in dot notation. +build/public/templates/admin/partials/categories/copy-settings.js: line 34, col 163, Line is too long. +build/public/templates/admin/partials/categories/copy-settings.js: line 34, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/copy-settings.js: line 34, col 53, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/copy-settings.js: line 34, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/copy-settings.js: line 34, col 86, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/copy-settings.js: line 34, col 109, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/copy-settings.js: line 34, col 125, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/copy-settings.js: line 34, col 145, ['cid'] is better written in dot notation. +build/public/templates/admin/partials/categories/copy-settings.js: line 36, col 164, Line is too long. +build/public/templates/admin/partials/categories/copy-settings.js: line 36, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/copy-settings.js: line 36, col 53, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/copy-settings.js: line 36, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/copy-settings.js: line 36, col 86, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/copy-settings.js: line 36, col 109, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/copy-settings.js: line 36, col 125, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/copy-settings.js: line 36, col 145, ['name'] is better written in dot notation. +build/public/templates/admin/partials/categories/copy-settings.js: line 38, col 165, Line is too long. +build/public/templates/admin/partials/categories/copy-settings.js: line 38, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/copy-settings.js: line 38, col 53, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/copy-settings.js: line 38, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/copy-settings.js: line 38, col 86, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/copy-settings.js: line 38, col 109, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/copy-settings.js: line 38, col 125, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/copy-settings.js: line 38, col 145, ['level'] is better written in dot notation. +build/public/templates/admin/partials/categories/copy-settings.js: line 39, col 101, Line is too long. +build/public/templates/admin/partials/categories/copy-settings.js: line 40, col 110, Line is too long. +build/public/templates/admin/partials/categories/copy-settings.js: line 42, col 164, Line is too long. +build/public/templates/admin/partials/categories/copy-settings.js: line 42, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/copy-settings.js: line 42, col 53, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/copy-settings.js: line 42, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/copy-settings.js: line 42, col 86, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/copy-settings.js: line 42, col 109, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/copy-settings.js: line 42, col 125, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/copy-settings.js: line 42, col 145, ['name'] is better written in dot notation. +build/public/templates/admin/partials/categories/copy-settings.js: line 28, col 13, 'key' is defined but never used. +build/public/templates/admin/partials/categories/copy-settings.js: line 26, col 11, 'value' is defined but never used. +build/public/templates/admin/partials/categories/copy-settings.js: line 51, col 3, Missing semicolon. +build/public/templates/admin/partials/categories/copy-settings.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/partials/categories/copy-settings.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/partials/categories/create.js: line 12, col 731, Line is too long. +build/public/templates/admin/partials/categories/create.js: line 13, col 145, Line is too long. +build/public/templates/admin/partials/categories/create.js: line 13, col 26, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/create.js: line 13, col 42, ['selectedCategory'] is better written in dot notation. +build/public/templates/admin/partials/categories/create.js: line 13, col 92, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/create.js: line 13, col 108, ['showCategorySelectLabel'] is better written in dot notation. +build/public/templates/admin/partials/categories/create.js: line 15, col 159, Line is too long. +build/public/templates/admin/partials/categories/create.js: line 15, col 84, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/create.js: line 15, col 100, ['selectedCategory'] is better written in dot notation. +build/public/templates/admin/partials/categories/create.js: line 17, col 131, Line is too long. +build/public/templates/admin/partials/categories/create.js: line 17, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/create.js: line 17, col 53, ['selectedCategory'] is better written in dot notation. +build/public/templates/admin/partials/categories/create.js: line 17, col 76, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/create.js: line 17, col 92, ['selectedCategory'] is better written in dot notation. +build/public/templates/admin/partials/categories/create.js: line 17, col 112, ['name'] is better written in dot notation. +build/public/templates/admin/partials/categories/create.js: line 20, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/create.js: line 20, col 45, ['selectCategoryIcon'] is better written in dot notation. +build/public/templates/admin/partials/categories/create.js: line 21, col 39, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/create.js: line 21, col 55, ['selectCategoryIcon'] is better written in dot notation. +build/public/templates/admin/partials/categories/create.js: line 24, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/create.js: line 24, col 45, ['selectCategoryLabel'] is better written in dot notation. +build/public/templates/admin/partials/categories/create.js: line 25, col 39, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/create.js: line 25, col 55, ['selectCategoryLabel'] is better written in dot notation. +build/public/templates/admin/partials/categories/create.js: line 28, col 620, Line is too long. +build/public/templates/admin/partials/categories/create.js: line 29, col 22, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/categories/create.js: line 30, col 577, Line is too long. +build/public/templates/admin/partials/categories/create.js: line 31, col 145, Line is too long. +build/public/templates/admin/partials/categories/create.js: line 31, col 26, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/create.js: line 31, col 42, ['selectedCategory'] is better written in dot notation. +build/public/templates/admin/partials/categories/create.js: line 31, col 92, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/create.js: line 31, col 108, ['showCategorySelectLabel'] is better written in dot notation. +build/public/templates/admin/partials/categories/create.js: line 33, col 159, Line is too long. +build/public/templates/admin/partials/categories/create.js: line 33, col 84, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/create.js: line 33, col 100, ['selectedCategory'] is better written in dot notation. +build/public/templates/admin/partials/categories/create.js: line 35, col 131, Line is too long. +build/public/templates/admin/partials/categories/create.js: line 35, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/create.js: line 35, col 53, ['selectedCategory'] is better written in dot notation. +build/public/templates/admin/partials/categories/create.js: line 35, col 76, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/create.js: line 35, col 92, ['selectedCategory'] is better written in dot notation. +build/public/templates/admin/partials/categories/create.js: line 35, col 112, ['name'] is better written in dot notation. +build/public/templates/admin/partials/categories/create.js: line 38, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/create.js: line 38, col 45, ['selectCategoryIcon'] is better written in dot notation. +build/public/templates/admin/partials/categories/create.js: line 39, col 39, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/create.js: line 39, col 55, ['selectCategoryIcon'] is better written in dot notation. +build/public/templates/admin/partials/categories/create.js: line 42, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/create.js: line 42, col 45, ['selectCategoryLabel'] is better written in dot notation. +build/public/templates/admin/partials/categories/create.js: line 43, col 39, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/create.js: line 43, col 55, ['selectCategoryLabel'] is better written in dot notation. +build/public/templates/admin/partials/categories/create.js: line 46, col 620, Line is too long. +build/public/templates/admin/partials/categories/create.js: line 47, col 114, Line is too long. +build/public/templates/admin/partials/categories/create.js: line 47, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/create.js: line 47, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/categories/create.js: line 50, col 172, Line is too long. +build/public/templates/admin/partials/categories/create.js: line 50, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/create.js: line 50, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/categories/create.js: line 50, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/create.js: line 50, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/categories/create.js: line 50, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/create.js: line 50, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/categories/create.js: line 50, col 146, ['disabledClass'] is better written in dot notation. +build/public/templates/admin/partials/categories/create.js: line 54, col 172, Line is too long. +build/public/templates/admin/partials/categories/create.js: line 54, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/create.js: line 54, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/categories/create.js: line 54, col 73, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/create.js: line 54, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/categories/create.js: line 54, col 115, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/create.js: line 54, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/categories/create.js: line 54, col 154, ['cid'] is better written in dot notation. +build/public/templates/admin/partials/categories/create.js: line 56, col 173, Line is too long. +build/public/templates/admin/partials/categories/create.js: line 56, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/create.js: line 56, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/categories/create.js: line 56, col 73, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/create.js: line 56, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/categories/create.js: line 56, col 115, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/create.js: line 56, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/categories/create.js: line 56, col 154, ['name'] is better written in dot notation. +build/public/templates/admin/partials/categories/create.js: line 58, col 178, Line is too long. +build/public/templates/admin/partials/categories/create.js: line 58, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/create.js: line 58, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/categories/create.js: line 58, col 73, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/create.js: line 58, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/categories/create.js: line 58, col 115, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/create.js: line 58, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/categories/create.js: line 58, col 154, ['parentCid'] is better written in dot notation. +build/public/templates/admin/partials/categories/create.js: line 60, col 174, Line is too long. +build/public/templates/admin/partials/categories/create.js: line 60, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/create.js: line 60, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/categories/create.js: line 60, col 73, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/create.js: line 60, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/categories/create.js: line 60, col 115, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/create.js: line 60, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/categories/create.js: line 60, col 154, ['level'] is better written in dot notation. +build/public/templates/admin/partials/categories/create.js: line 62, col 164, Line is too long. +build/public/templates/admin/partials/categories/create.js: line 62, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/create.js: line 62, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/categories/create.js: line 62, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/create.js: line 62, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/categories/create.js: line 62, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/create.js: line 62, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/categories/create.js: line 62, col 146, ['match'] is better written in dot notation. +build/public/templates/admin/partials/categories/create.js: line 66, col 163, Line is too long. +build/public/templates/admin/partials/categories/create.js: line 66, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/create.js: line 66, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/categories/create.js: line 66, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/create.js: line 66, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/categories/create.js: line 66, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/create.js: line 66, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/categories/create.js: line 66, col 146, ['icon'] is better written in dot notation. +build/public/templates/admin/partials/categories/create.js: line 68, col 114, Line is too long. +build/public/templates/admin/partials/categories/create.js: line 72, col 173, Line is too long. +build/public/templates/admin/partials/categories/create.js: line 72, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/create.js: line 72, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/categories/create.js: line 72, col 73, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/create.js: line 72, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/categories/create.js: line 72, col 115, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/create.js: line 72, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/categories/create.js: line 72, col 154, ['name'] is better written in dot notation. +build/public/templates/admin/partials/categories/create.js: line 48, col 13, 'key' is defined but never used. +build/public/templates/admin/partials/categories/create.js: line 77, col 583, Line is too long. +build/public/templates/admin/partials/categories/create.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/partials/categories/create.js: line 84, col 121, Line is too long. +build/public/templates/admin/partials/categories/create.js: line 84, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/create.js: line 84, col 52, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/categories/create.js: line 87, col 172, Line is too long. +build/public/templates/admin/partials/categories/create.js: line 87, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/create.js: line 87, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/categories/create.js: line 87, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/create.js: line 87, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/categories/create.js: line 87, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/create.js: line 87, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/categories/create.js: line 87, col 146, ['disabledClass'] is better written in dot notation. +build/public/templates/admin/partials/categories/create.js: line 91, col 172, Line is too long. +build/public/templates/admin/partials/categories/create.js: line 91, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/create.js: line 91, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/categories/create.js: line 91, col 73, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/create.js: line 91, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/categories/create.js: line 91, col 115, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/create.js: line 91, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/categories/create.js: line 91, col 154, ['cid'] is better written in dot notation. +build/public/templates/admin/partials/categories/create.js: line 93, col 173, Line is too long. +build/public/templates/admin/partials/categories/create.js: line 93, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/create.js: line 93, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/categories/create.js: line 93, col 73, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/create.js: line 93, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/categories/create.js: line 93, col 115, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/create.js: line 93, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/categories/create.js: line 93, col 154, ['name'] is better written in dot notation. +build/public/templates/admin/partials/categories/create.js: line 95, col 178, Line is too long. +build/public/templates/admin/partials/categories/create.js: line 95, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/create.js: line 95, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/categories/create.js: line 95, col 73, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/create.js: line 95, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/categories/create.js: line 95, col 115, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/create.js: line 95, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/categories/create.js: line 95, col 154, ['parentCid'] is better written in dot notation. +build/public/templates/admin/partials/categories/create.js: line 97, col 174, Line is too long. +build/public/templates/admin/partials/categories/create.js: line 97, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/create.js: line 97, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/categories/create.js: line 97, col 73, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/create.js: line 97, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/categories/create.js: line 97, col 115, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/create.js: line 97, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/categories/create.js: line 97, col 154, ['level'] is better written in dot notation. +build/public/templates/admin/partials/categories/create.js: line 99, col 164, Line is too long. +build/public/templates/admin/partials/categories/create.js: line 99, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/create.js: line 99, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/categories/create.js: line 99, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/create.js: line 99, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/categories/create.js: line 99, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/create.js: line 99, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/categories/create.js: line 99, col 146, ['match'] is better written in dot notation. +build/public/templates/admin/partials/categories/create.js: line 103, col 163, Line is too long. +build/public/templates/admin/partials/categories/create.js: line 103, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/create.js: line 103, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/categories/create.js: line 103, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/create.js: line 103, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/categories/create.js: line 103, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/create.js: line 103, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/categories/create.js: line 103, col 146, ['icon'] is better written in dot notation. +build/public/templates/admin/partials/categories/create.js: line 105, col 114, Line is too long. +build/public/templates/admin/partials/categories/create.js: line 109, col 173, Line is too long. +build/public/templates/admin/partials/categories/create.js: line 109, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/create.js: line 109, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/categories/create.js: line 109, col 73, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/create.js: line 109, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/categories/create.js: line 109, col 115, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/create.js: line 109, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/categories/create.js: line 109, col 154, ['name'] is better written in dot notation. +build/public/templates/admin/partials/categories/create.js: line 85, col 13, 'key' is defined but never used. +build/public/templates/admin/partials/categories/create.js: line 83, col 11, 'value' is defined but never used. +build/public/templates/admin/partials/categories/create.js: line 118, col 3, Missing semicolon. +build/public/templates/admin/partials/categories/create.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/partials/categories/create.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/partials/categories/purge.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/purge.js: line 13, col 49, ['name'] is better written in dot notation. +build/public/templates/admin/partials/categories/purge.js: line 14, col 153, Line is too long. +build/public/templates/admin/partials/categories/purge.js: line 15, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/purge.js: line 15, col 49, ['topic_count'] is better written in dot notation. +build/public/templates/admin/partials/categories/purge.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/partials/categories/purge.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/admin/partials/categories/purge.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/admin/partials/categories/purge.js: line 24, col 3, Missing semicolon. +build/public/templates/admin/partials/categories/purge.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/partials/categories/purge.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/partials/categories/select-category.js: line 12, col 943, Line is too long. +build/public/templates/admin/partials/categories/select-category.js: line 13, col 22, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/select-category.js: line 15, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/select-category.js: line 15, col 41, ['message'] is better written in dot notation. +build/public/templates/admin/partials/categories/select-category.js: line 17, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/select-category.js: line 17, col 53, ['message'] is better written in dot notation. +build/public/templates/admin/partials/categories/select-category.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/partials/categories/select-category.js: line 26, col 118, Line is too long. +build/public/templates/admin/partials/categories/select-category.js: line 26, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/select-category.js: line 26, col 52, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/select-category.js: line 29, col 163, Line is too long. +build/public/templates/admin/partials/categories/select-category.js: line 29, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/select-category.js: line 29, col 45, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/select-category.js: line 29, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/select-category.js: line 29, col 78, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/select-category.js: line 29, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/select-category.js: line 29, col 117, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/select-category.js: line 29, col 137, ['disabledClass'] is better written in dot notation. +build/public/templates/admin/partials/categories/select-category.js: line 33, col 163, Line is too long. +build/public/templates/admin/partials/categories/select-category.js: line 33, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/select-category.js: line 33, col 53, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/select-category.js: line 33, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/select-category.js: line 33, col 86, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/select-category.js: line 33, col 109, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/select-category.js: line 33, col 125, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/select-category.js: line 33, col 145, ['cid'] is better written in dot notation. +build/public/templates/admin/partials/categories/select-category.js: line 35, col 164, Line is too long. +build/public/templates/admin/partials/categories/select-category.js: line 35, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/select-category.js: line 35, col 53, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/select-category.js: line 35, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/select-category.js: line 35, col 86, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/select-category.js: line 35, col 109, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/select-category.js: line 35, col 125, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/select-category.js: line 35, col 145, ['name'] is better written in dot notation. +build/public/templates/admin/partials/categories/select-category.js: line 37, col 165, Line is too long. +build/public/templates/admin/partials/categories/select-category.js: line 37, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/select-category.js: line 37, col 53, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/select-category.js: line 37, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/select-category.js: line 37, col 86, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/select-category.js: line 37, col 109, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/select-category.js: line 37, col 125, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/select-category.js: line 37, col 145, ['level'] is better written in dot notation. +build/public/templates/admin/partials/categories/select-category.js: line 38, col 101, Line is too long. +build/public/templates/admin/partials/categories/select-category.js: line 39, col 110, Line is too long. +build/public/templates/admin/partials/categories/select-category.js: line 41, col 164, Line is too long. +build/public/templates/admin/partials/categories/select-category.js: line 41, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/select-category.js: line 41, col 53, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/select-category.js: line 41, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/select-category.js: line 41, col 86, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/select-category.js: line 41, col 109, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/categories/select-category.js: line 41, col 125, ['categories'] is better written in dot notation. +build/public/templates/admin/partials/categories/select-category.js: line 41, col 145, ['name'] is better written in dot notation. +build/public/templates/admin/partials/categories/select-category.js: line 27, col 13, 'key' is defined but never used. +build/public/templates/admin/partials/categories/select-category.js: line 25, col 11, 'value' is defined but never used. +build/public/templates/admin/partials/categories/select-category.js: line 50, col 3, Missing semicolon. +build/public/templates/admin/partials/categories/select-category.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/partials/categories/select-category.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 12, col 284, Line is too long. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 13, col 145, Line is too long. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 13, col 26, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 13, col 42, ['selectedCategory'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 13, col 92, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 13, col 108, ['showCategorySelectLabel'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 15, col 159, Line is too long. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 15, col 84, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 15, col 100, ['selectedCategory'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 17, col 131, Line is too long. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 17, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 17, col 53, ['selectedCategory'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 17, col 76, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 17, col 92, ['selectedCategory'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 17, col 112, ['name'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 20, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 20, col 45, ['selectCategoryIcon'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 21, col 39, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 21, col 55, ['selectCategoryIcon'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 24, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 24, col 45, ['selectCategoryLabel'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 25, col 39, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 25, col 55, ['selectCategoryLabel'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 28, col 620, Line is too long. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 29, col 22, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 37, col 121, Line is too long. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 37, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 37, col 52, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 40, col 172, Line is too long. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 40, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 40, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 40, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 40, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 40, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 40, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 40, col 146, ['disabledClass'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 44, col 172, Line is too long. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 44, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 44, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 44, col 73, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 44, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 44, col 115, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 44, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 44, col 154, ['cid'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 46, col 173, Line is too long. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 46, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 46, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 46, col 73, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 46, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 46, col 115, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 46, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 46, col 154, ['name'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 48, col 178, Line is too long. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 48, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 48, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 48, col 73, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 48, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 48, col 115, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 48, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 48, col 154, ['parentCid'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 50, col 174, Line is too long. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 50, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 50, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 50, col 73, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 50, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 50, col 115, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 50, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 50, col 154, ['level'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 52, col 164, Line is too long. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 52, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 52, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 52, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 52, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 52, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 52, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 52, col 146, ['match'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 56, col 163, Line is too long. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 56, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 56, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 56, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 56, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 56, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 56, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 56, col 146, ['icon'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 58, col 114, Line is too long. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 62, col 173, Line is too long. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 62, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 62, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 62, col 73, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 62, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 62, col 115, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 62, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 62, col 154, ['name'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 38, col 13, 'key' is defined but never used. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 36, col 11, 'value' is defined but never used. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 71, col 3, Missing semicolon. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/partials/category/selector-dropdown-content.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 12, col 370, Line is too long. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 13, col 145, Line is too long. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 13, col 26, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 13, col 42, ['selectedCategory'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 13, col 92, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 13, col 108, ['showCategorySelectLabel'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 15, col 159, Line is too long. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 15, col 84, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 15, col 100, ['selectedCategory'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 17, col 131, Line is too long. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 17, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 17, col 53, ['selectedCategory'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 17, col 76, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 17, col 92, ['selectedCategory'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 17, col 112, ['name'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 20, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 20, col 45, ['selectCategoryIcon'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 21, col 39, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 21, col 55, ['selectCategoryIcon'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 24, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 24, col 45, ['selectCategoryLabel'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 25, col 39, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 25, col 55, ['selectCategoryLabel'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 28, col 620, Line is too long. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 29, col 22, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 37, col 121, Line is too long. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 37, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 37, col 52, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 40, col 172, Line is too long. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 40, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 40, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 40, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 40, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 40, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 40, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 40, col 146, ['disabledClass'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 44, col 172, Line is too long. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 44, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 44, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 44, col 73, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 44, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 44, col 115, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 44, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 44, col 154, ['cid'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 46, col 173, Line is too long. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 46, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 46, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 46, col 73, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 46, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 46, col 115, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 46, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 46, col 154, ['name'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 48, col 178, Line is too long. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 48, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 48, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 48, col 73, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 48, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 48, col 115, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 48, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 48, col 154, ['parentCid'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 50, col 174, Line is too long. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 50, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 50, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 50, col 73, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 50, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 50, col 115, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 50, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 50, col 154, ['level'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 52, col 164, Line is too long. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 52, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 52, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 52, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 52, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 52, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 52, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 52, col 146, ['match'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 56, col 163, Line is too long. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 56, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 56, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 56, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 56, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 56, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 56, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 56, col 146, ['icon'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 58, col 114, Line is too long. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 62, col 173, Line is too long. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 62, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 62, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 62, col 73, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 62, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 62, col 115, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 62, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 62, col 154, ['name'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 38, col 13, 'key' is defined but never used. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 36, col 11, 'value' is defined but never used. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 71, col 3, Missing semicolon. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/partials/category/selector-dropdown-left.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 12, col 399, Line is too long. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 13, col 145, Line is too long. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 13, col 26, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 13, col 42, ['selectedCategory'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 13, col 92, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 13, col 108, ['showCategorySelectLabel'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 15, col 159, Line is too long. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 15, col 84, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 15, col 100, ['selectedCategory'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 17, col 131, Line is too long. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 17, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 17, col 53, ['selectedCategory'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 17, col 76, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 17, col 92, ['selectedCategory'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 17, col 112, ['name'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 20, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 20, col 45, ['selectCategoryIcon'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 21, col 39, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 21, col 55, ['selectCategoryIcon'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 24, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 24, col 45, ['selectCategoryLabel'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 25, col 39, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 25, col 55, ['selectCategoryLabel'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 28, col 620, Line is too long. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 29, col 22, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 37, col 121, Line is too long. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 37, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 37, col 52, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 40, col 172, Line is too long. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 40, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 40, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 40, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 40, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 40, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 40, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 40, col 146, ['disabledClass'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 44, col 172, Line is too long. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 44, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 44, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 44, col 73, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 44, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 44, col 115, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 44, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 44, col 154, ['cid'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 46, col 173, Line is too long. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 46, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 46, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 46, col 73, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 46, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 46, col 115, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 46, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 46, col 154, ['name'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 48, col 178, Line is too long. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 48, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 48, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 48, col 73, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 48, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 48, col 115, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 48, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 48, col 154, ['parentCid'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 50, col 174, Line is too long. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 50, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 50, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 50, col 73, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 50, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 50, col 115, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 50, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 50, col 154, ['level'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 52, col 164, Line is too long. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 52, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 52, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 52, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 52, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 52, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 52, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 52, col 146, ['match'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 56, col 163, Line is too long. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 56, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 56, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 56, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 56, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 56, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 56, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 56, col 146, ['icon'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 58, col 114, Line is too long. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 62, col 173, Line is too long. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 62, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 62, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 62, col 73, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 62, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 62, col 115, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 62, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 62, col 154, ['name'] is better written in dot notation. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 38, col 13, 'key' is defined but never used. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 36, col 11, 'value' is defined but never used. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 71, col 3, Missing semicolon. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/partials/category/selector-dropdown-right.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/partials/category/sidebar.js: line 12, col 169, Line is too long. +build/public/templates/admin/partials/category/sidebar.js: line 13, col 116, Line is too long. +build/public/templates/admin/partials/category/sidebar.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/sidebar.js: line 13, col 49, ['config'] is better written in dot notation. +build/public/templates/admin/partials/category/sidebar.js: line 13, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/sidebar.js: line 13, col 78, ['config'] is better written in dot notation. +build/public/templates/admin/partials/category/sidebar.js: line 13, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/category/sidebar.js: line 14, col 231, Line is too long. +build/public/templates/admin/partials/category/sidebar.js: line 15, col 130, Line is too long. +build/public/templates/admin/partials/category/sidebar.js: line 15, col 26, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/sidebar.js: line 15, col 42, ['template'] is better written in dot notation. +build/public/templates/admin/partials/category/sidebar.js: line 15, col 57, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/sidebar.js: line 15, col 73, ['template'] is better written in dot notation. +build/public/templates/admin/partials/category/sidebar.js: line 15, col 85, ['name'] is better written in dot notation. +build/public/templates/admin/partials/category/sidebar.js: line 15, col 104, Expected '===' and instead saw '=='. +build/public/templates/admin/partials/category/sidebar.js: line 16, col 206, Line is too long. +build/public/templates/admin/partials/category/sidebar.js: line 18, col 120, Line is too long. +build/public/templates/admin/partials/category/sidebar.js: line 18, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/sidebar.js: line 18, col 53, ['config'] is better written in dot notation. +build/public/templates/admin/partials/category/sidebar.js: line 18, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/sidebar.js: line 18, col 82, ['config'] is better written in dot notation. +build/public/templates/admin/partials/category/sidebar.js: line 18, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/category/sidebar.js: line 20, col 168, Line is too long. +build/public/templates/admin/partials/category/sidebar.js: line 20, col 38, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/sidebar.js: line 20, col 54, ['cid'] is better written in dot notation. +build/public/templates/admin/partials/category/sidebar.js: line 20, col 90, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/sidebar.js: line 20, col 106, ['category'] is better written in dot notation. +build/public/templates/admin/partials/category/sidebar.js: line 20, col 121, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/sidebar.js: line 20, col 137, ['category'] is better written in dot notation. +build/public/templates/admin/partials/category/sidebar.js: line 20, col 149, ['cid'] is better written in dot notation. +build/public/templates/admin/partials/category/sidebar.js: line 21, col 172, Line is too long. +build/public/templates/admin/partials/category/sidebar.js: line 23, col 116, Line is too long. +build/public/templates/admin/partials/category/sidebar.js: line 23, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/sidebar.js: line 23, col 49, ['config'] is better written in dot notation. +build/public/templates/admin/partials/category/sidebar.js: line 23, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/sidebar.js: line 23, col 78, ['config'] is better written in dot notation. +build/public/templates/admin/partials/category/sidebar.js: line 23, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/category/sidebar.js: line 25, col 164, Line is too long. +build/public/templates/admin/partials/category/sidebar.js: line 25, col 34, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/sidebar.js: line 25, col 50, ['cid'] is better written in dot notation. +build/public/templates/admin/partials/category/sidebar.js: line 25, col 86, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/sidebar.js: line 25, col 102, ['category'] is better written in dot notation. +build/public/templates/admin/partials/category/sidebar.js: line 25, col 117, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/sidebar.js: line 25, col 133, ['category'] is better written in dot notation. +build/public/templates/admin/partials/category/sidebar.js: line 25, col 145, ['cid'] is better written in dot notation. +build/public/templates/admin/partials/category/sidebar.js: line 26, col 133, Line is too long. +build/public/templates/admin/partials/category/sidebar.js: line 27, col 116, Line is too long. +build/public/templates/admin/partials/category/sidebar.js: line 27, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/sidebar.js: line 27, col 49, ['config'] is better written in dot notation. +build/public/templates/admin/partials/category/sidebar.js: line 27, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/sidebar.js: line 27, col 78, ['config'] is better written in dot notation. +build/public/templates/admin/partials/category/sidebar.js: line 27, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/category/sidebar.js: line 29, col 164, Line is too long. +build/public/templates/admin/partials/category/sidebar.js: line 29, col 34, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/sidebar.js: line 29, col 50, ['cid'] is better written in dot notation. +build/public/templates/admin/partials/category/sidebar.js: line 29, col 86, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/sidebar.js: line 29, col 102, ['category'] is better written in dot notation. +build/public/templates/admin/partials/category/sidebar.js: line 29, col 117, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/sidebar.js: line 29, col 133, ['category'] is better written in dot notation. +build/public/templates/admin/partials/category/sidebar.js: line 29, col 145, ['cid'] is better written in dot notation. +build/public/templates/admin/partials/category/sidebar.js: line 30, col 246, Line is too long. +build/public/templates/admin/partials/category/sidebar.js: line 31, col 116, Line is too long. +build/public/templates/admin/partials/category/sidebar.js: line 31, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/sidebar.js: line 31, col 49, ['config'] is better written in dot notation. +build/public/templates/admin/partials/category/sidebar.js: line 31, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/sidebar.js: line 31, col 78, ['config'] is better written in dot notation. +build/public/templates/admin/partials/category/sidebar.js: line 31, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/category/sidebar.js: line 33, col 164, Line is too long. +build/public/templates/admin/partials/category/sidebar.js: line 33, col 34, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/sidebar.js: line 33, col 50, ['cid'] is better written in dot notation. +build/public/templates/admin/partials/category/sidebar.js: line 33, col 86, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/sidebar.js: line 33, col 102, ['category'] is better written in dot notation. +build/public/templates/admin/partials/category/sidebar.js: line 33, col 117, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/sidebar.js: line 33, col 133, ['category'] is better written in dot notation. +build/public/templates/admin/partials/category/sidebar.js: line 33, col 145, ['cid'] is better written in dot notation. +build/public/templates/admin/partials/category/sidebar.js: line 34, col 132, Line is too long. +build/public/templates/admin/partials/category/sidebar.js: line 35, col 116, Line is too long. +build/public/templates/admin/partials/category/sidebar.js: line 35, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/sidebar.js: line 35, col 49, ['config'] is better written in dot notation. +build/public/templates/admin/partials/category/sidebar.js: line 35, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/sidebar.js: line 35, col 78, ['config'] is better written in dot notation. +build/public/templates/admin/partials/category/sidebar.js: line 35, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/category/sidebar.js: line 37, col 164, Line is too long. +build/public/templates/admin/partials/category/sidebar.js: line 37, col 34, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/sidebar.js: line 37, col 50, ['cid'] is better written in dot notation. +build/public/templates/admin/partials/category/sidebar.js: line 37, col 86, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/sidebar.js: line 37, col 102, ['category'] is better written in dot notation. +build/public/templates/admin/partials/category/sidebar.js: line 37, col 117, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/sidebar.js: line 37, col 133, ['category'] is better written in dot notation. +build/public/templates/admin/partials/category/sidebar.js: line 37, col 145, ['cid'] is better written in dot notation. +build/public/templates/admin/partials/category/sidebar.js: line 38, col 175, Line is too long. +build/public/templates/admin/partials/category/sidebar.js: line 39, col 130, Line is too long. +build/public/templates/admin/partials/category/sidebar.js: line 39, col 26, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/sidebar.js: line 39, col 42, ['template'] is better written in dot notation. +build/public/templates/admin/partials/category/sidebar.js: line 39, col 57, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/sidebar.js: line 39, col 73, ['template'] is better written in dot notation. +build/public/templates/admin/partials/category/sidebar.js: line 39, col 85, ['name'] is better written in dot notation. +build/public/templates/admin/partials/category/sidebar.js: line 39, col 104, Expected '===' and instead saw '=='. +build/public/templates/admin/partials/category/sidebar.js: line 41, col 178, Line is too long. +build/public/templates/admin/partials/category/sidebar.js: line 41, col 38, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/sidebar.js: line 41, col 54, ['disabled'] is better written in dot notation. +build/public/templates/admin/partials/category/sidebar.js: line 41, col 95, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/sidebar.js: line 41, col 111, ['category'] is better written in dot notation. +build/public/templates/admin/partials/category/sidebar.js: line 41, col 126, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/sidebar.js: line 41, col 142, ['category'] is better written in dot notation. +build/public/templates/admin/partials/category/sidebar.js: line 41, col 154, ['disabled'] is better written in dot notation. +build/public/templates/admin/partials/category/sidebar.js: line 43, col 168, Line is too long. +build/public/templates/admin/partials/category/sidebar.js: line 43, col 30, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/sidebar.js: line 43, col 46, ['disabled'] is better written in dot notation. +build/public/templates/admin/partials/category/sidebar.js: line 43, col 87, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/sidebar.js: line 43, col 103, ['category'] is better written in dot notation. +build/public/templates/admin/partials/category/sidebar.js: line 43, col 118, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/category/sidebar.js: line 43, col 134, ['category'] is better written in dot notation. +build/public/templates/admin/partials/category/sidebar.js: line 43, col 146, ['disabled'] is better written in dot notation. +build/public/templates/admin/partials/category/sidebar.js: line 44, col 133, Line is too long. +build/public/templates/admin/partials/category/sidebar.js: line 45, col 133, Line is too long. +build/public/templates/admin/partials/category/sidebar.js: line 46, col 200, Line is too long. +build/public/templates/admin/partials/category/sidebar.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/partials/category/sidebar.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/admin/partials/category/sidebar.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/admin/partials/category/sidebar.js: line 56, col 3, Missing semicolon. +build/public/templates/admin/partials/category/sidebar.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/partials/category/sidebar.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/partials/create_group_modal.js: line 12, col 1776, Line is too long. +build/public/templates/admin/partials/create_group_modal.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/admin/partials/create_group_modal.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/partials/create_group_modal.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/admin/partials/create_group_modal.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/admin/partials/create_group_modal.js: line 9, col 39, 'guard' is defined but never used. +build/public/templates/admin/partials/create_group_modal.js: line 20, col 3, Missing semicolon. +build/public/templates/admin/partials/create_group_modal.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/partials/create_group_modal.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/partials/create_user_modal.js: line 12, col 1188, Line is too long. +build/public/templates/admin/partials/create_user_modal.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/admin/partials/create_user_modal.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/partials/create_user_modal.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/admin/partials/create_user_modal.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/admin/partials/create_user_modal.js: line 9, col 39, 'guard' is defined but never used. +build/public/templates/admin/partials/create_user_modal.js: line 20, col 3, Missing semicolon. +build/public/templates/admin/partials/create_user_modal.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/partials/create_user_modal.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/partials/dashboard/graph.js: line 12, col 293, Line is too long. +build/public/templates/admin/partials/dashboard/graph.js: line 13, col 116, Line is too long. +build/public/templates/admin/partials/dashboard/graph.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/dashboard/graph.js: line 13, col 49, ['config'] is better written in dot notation. +build/public/templates/admin/partials/dashboard/graph.js: line 13, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/dashboard/graph.js: line 13, col 78, ['config'] is better written in dot notation. +build/public/templates/admin/partials/dashboard/graph.js: line 13, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/dashboard/graph.js: line 15, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/dashboard/graph.js: line 15, col 49, ['set'] is better written in dot notation. +build/public/templates/admin/partials/dashboard/graph.js: line 16, col 771, Line is too long. +build/public/templates/admin/partials/dashboard/graph.js: line 17, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/dashboard/graph.js: line 17, col 41, ['summary'] is better written in dot notation. +build/public/templates/admin/partials/dashboard/graph.js: line 17, col 55, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/dashboard/graph.js: line 17, col 71, ['summary'] is better written in dot notation. +build/public/templates/admin/partials/dashboard/graph.js: line 17, col 82, ['month'] is better written in dot notation. +build/public/templates/admin/partials/dashboard/graph.js: line 18, col 111, Line is too long. +build/public/templates/admin/partials/dashboard/graph.js: line 18, col 35, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/dashboard/graph.js: line 18, col 51, ['summary'] is better written in dot notation. +build/public/templates/admin/partials/dashboard/graph.js: line 18, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/dashboard/graph.js: line 18, col 81, ['summary'] is better written in dot notation. +build/public/templates/admin/partials/dashboard/graph.js: line 18, col 92, ['month'] is better written in dot notation. +build/public/templates/admin/partials/dashboard/graph.js: line 20, col 298, Line is too long. +build/public/templates/admin/partials/dashboard/graph.js: line 21, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/dashboard/graph.js: line 21, col 41, ['summary'] is better written in dot notation. +build/public/templates/admin/partials/dashboard/graph.js: line 21, col 55, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/dashboard/graph.js: line 21, col 71, ['summary'] is better written in dot notation. +build/public/templates/admin/partials/dashboard/graph.js: line 21, col 82, ['week'] is better written in dot notation. +build/public/templates/admin/partials/dashboard/graph.js: line 22, col 110, Line is too long. +build/public/templates/admin/partials/dashboard/graph.js: line 22, col 35, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/dashboard/graph.js: line 22, col 51, ['summary'] is better written in dot notation. +build/public/templates/admin/partials/dashboard/graph.js: line 22, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/dashboard/graph.js: line 22, col 81, ['summary'] is better written in dot notation. +build/public/templates/admin/partials/dashboard/graph.js: line 22, col 92, ['week'] is better written in dot notation. +build/public/templates/admin/partials/dashboard/graph.js: line 24, col 308, Line is too long. +build/public/templates/admin/partials/dashboard/graph.js: line 25, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/dashboard/graph.js: line 25, col 41, ['summary'] is better written in dot notation. +build/public/templates/admin/partials/dashboard/graph.js: line 25, col 55, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/dashboard/graph.js: line 25, col 71, ['summary'] is better written in dot notation. +build/public/templates/admin/partials/dashboard/graph.js: line 25, col 82, ['day'] is better written in dot notation. +build/public/templates/admin/partials/dashboard/graph.js: line 26, col 109, Line is too long. +build/public/templates/admin/partials/dashboard/graph.js: line 26, col 35, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/dashboard/graph.js: line 26, col 51, ['summary'] is better written in dot notation. +build/public/templates/admin/partials/dashboard/graph.js: line 26, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/dashboard/graph.js: line 26, col 81, ['summary'] is better written in dot notation. +build/public/templates/admin/partials/dashboard/graph.js: line 26, col 92, ['day'] is better written in dot notation. +build/public/templates/admin/partials/dashboard/graph.js: line 28, col 512, Line is too long. +build/public/templates/admin/partials/dashboard/graph.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/partials/dashboard/graph.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/admin/partials/dashboard/graph.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/admin/partials/dashboard/graph.js: line 36, col 3, Missing semicolon. +build/public/templates/admin/partials/dashboard/graph.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/partials/dashboard/graph.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/partials/dashboard/stats.js: line 12, col 617, Line is too long. +build/public/templates/admin/partials/dashboard/stats.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/dashboard/stats.js: line 13, col 41, ['hideAllTime'] is better written in dot notation. +build/public/templates/admin/partials/dashboard/stats.js: line 17, col 22, ['stats'] is better written in dot notation. +build/public/templates/admin/partials/dashboard/stats.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/admin/partials/dashboard/stats.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/partials/dashboard/stats.js: line 25, col 113, Line is too long. +build/public/templates/admin/partials/dashboard/stats.js: line 25, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/dashboard/stats.js: line 25, col 52, ['stats'] is better written in dot notation. +build/public/templates/admin/partials/dashboard/stats.js: line 28, col 139, Line is too long. +build/public/templates/admin/partials/dashboard/stats.js: line 28, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/dashboard/stats.js: line 28, col 45, ['stats'] is better written in dot notation. +build/public/templates/admin/partials/dashboard/stats.js: line 28, col 57, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/dashboard/stats.js: line 28, col 73, ['stats'] is better written in dot notation. +build/public/templates/admin/partials/dashboard/stats.js: line 28, col 91, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/dashboard/stats.js: line 28, col 107, ['stats'] is better written in dot notation. +build/public/templates/admin/partials/dashboard/stats.js: line 28, col 122, ['href'] is better written in dot notation. +build/public/templates/admin/partials/dashboard/stats.js: line 30, col 153, Line is too long. +build/public/templates/admin/partials/dashboard/stats.js: line 30, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/dashboard/stats.js: line 30, col 57, ['stats'] is better written in dot notation. +build/public/templates/admin/partials/dashboard/stats.js: line 30, col 69, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/dashboard/stats.js: line 30, col 85, ['stats'] is better written in dot notation. +build/public/templates/admin/partials/dashboard/stats.js: line 30, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/dashboard/stats.js: line 30, col 119, ['stats'] is better written in dot notation. +build/public/templates/admin/partials/dashboard/stats.js: line 30, col 134, ['href'] is better written in dot notation. +build/public/templates/admin/partials/dashboard/stats.js: line 32, col 153, Line is too long. +build/public/templates/admin/partials/dashboard/stats.js: line 32, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/dashboard/stats.js: line 32, col 57, ['stats'] is better written in dot notation. +build/public/templates/admin/partials/dashboard/stats.js: line 32, col 69, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/dashboard/stats.js: line 32, col 85, ['stats'] is better written in dot notation. +build/public/templates/admin/partials/dashboard/stats.js: line 32, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/dashboard/stats.js: line 32, col 119, ['stats'] is better written in dot notation. +build/public/templates/admin/partials/dashboard/stats.js: line 32, col 134, ['name'] is better written in dot notation. +build/public/templates/admin/partials/dashboard/stats.js: line 35, col 153, Line is too long. +build/public/templates/admin/partials/dashboard/stats.js: line 35, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/dashboard/stats.js: line 35, col 57, ['stats'] is better written in dot notation. +build/public/templates/admin/partials/dashboard/stats.js: line 35, col 69, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/dashboard/stats.js: line 35, col 85, ['stats'] is better written in dot notation. +build/public/templates/admin/partials/dashboard/stats.js: line 35, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/dashboard/stats.js: line 35, col 119, ['stats'] is better written in dot notation. +build/public/templates/admin/partials/dashboard/stats.js: line 35, col 134, ['name'] is better written in dot notation. +build/public/templates/admin/partials/dashboard/stats.js: line 38, col 201, Line is too long. +build/public/templates/admin/partials/dashboard/stats.js: line 38, col 82, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/dashboard/stats.js: line 38, col 98, ['stats'] is better written in dot notation. +build/public/templates/admin/partials/dashboard/stats.js: line 38, col 110, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/dashboard/stats.js: line 38, col 126, ['stats'] is better written in dot notation. +build/public/templates/admin/partials/dashboard/stats.js: line 38, col 144, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/dashboard/stats.js: line 38, col 160, ['stats'] is better written in dot notation. +build/public/templates/admin/partials/dashboard/stats.js: line 38, col 175, ['yesterday'] is better written in dot notation. +build/public/templates/admin/partials/dashboard/stats.js: line 40, col 197, Line is too long. +build/public/templates/admin/partials/dashboard/stats.js: line 40, col 82, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/dashboard/stats.js: line 40, col 98, ['stats'] is better written in dot notation. +build/public/templates/admin/partials/dashboard/stats.js: line 40, col 110, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/dashboard/stats.js: line 40, col 126, ['stats'] is better written in dot notation. +build/public/templates/admin/partials/dashboard/stats.js: line 40, col 144, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/dashboard/stats.js: line 40, col 160, ['stats'] is better written in dot notation. +build/public/templates/admin/partials/dashboard/stats.js: line 40, col 175, ['today'] is better written in dot notation. +build/public/templates/admin/partials/dashboard/stats.js: line 42, col 157, Line is too long. +build/public/templates/admin/partials/dashboard/stats.js: line 42, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/dashboard/stats.js: line 42, col 53, ['stats'] is better written in dot notation. +build/public/templates/admin/partials/dashboard/stats.js: line 42, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/dashboard/stats.js: line 42, col 81, ['stats'] is better written in dot notation. +build/public/templates/admin/partials/dashboard/stats.js: line 42, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/dashboard/stats.js: line 42, col 115, ['stats'] is better written in dot notation. +build/public/templates/admin/partials/dashboard/stats.js: line 42, col 130, ['dayTextClass'] is better written in dot notation. +build/public/templates/admin/partials/dashboard/stats.js: line 44, col 156, Line is too long. +build/public/templates/admin/partials/dashboard/stats.js: line 44, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/dashboard/stats.js: line 44, col 53, ['stats'] is better written in dot notation. +build/public/templates/admin/partials/dashboard/stats.js: line 44, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/dashboard/stats.js: line 44, col 81, ['stats'] is better written in dot notation. +build/public/templates/admin/partials/dashboard/stats.js: line 44, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/dashboard/stats.js: line 44, col 115, ['stats'] is better written in dot notation. +build/public/templates/admin/partials/dashboard/stats.js: line 44, col 130, ['dayIncrease'] is better written in dot notation. +build/public/templates/admin/partials/dashboard/stats.js: line 46, col 200, Line is too long. +build/public/templates/admin/partials/dashboard/stats.js: line 46, col 82, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/dashboard/stats.js: line 46, col 98, ['stats'] is better written in dot notation. +build/public/templates/admin/partials/dashboard/stats.js: line 46, col 110, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/dashboard/stats.js: line 46, col 126, ['stats'] is better written in dot notation. +build/public/templates/admin/partials/dashboard/stats.js: line 46, col 144, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/dashboard/stats.js: line 46, col 160, ['stats'] is better written in dot notation. +build/public/templates/admin/partials/dashboard/stats.js: line 46, col 175, ['lastweek'] is better written in dot notation. +build/public/templates/admin/partials/dashboard/stats.js: line 48, col 200, Line is too long. +build/public/templates/admin/partials/dashboard/stats.js: line 48, col 82, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/dashboard/stats.js: line 48, col 98, ['stats'] is better written in dot notation. +build/public/templates/admin/partials/dashboard/stats.js: line 48, col 110, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/dashboard/stats.js: line 48, col 126, ['stats'] is better written in dot notation. +build/public/templates/admin/partials/dashboard/stats.js: line 48, col 144, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/dashboard/stats.js: line 48, col 160, ['stats'] is better written in dot notation. +build/public/templates/admin/partials/dashboard/stats.js: line 48, col 175, ['thisweek'] is better written in dot notation. +build/public/templates/admin/partials/dashboard/stats.js: line 50, col 158, Line is too long. +build/public/templates/admin/partials/dashboard/stats.js: line 50, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/dashboard/stats.js: line 50, col 53, ['stats'] is better written in dot notation. +build/public/templates/admin/partials/dashboard/stats.js: line 50, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/dashboard/stats.js: line 50, col 81, ['stats'] is better written in dot notation. +build/public/templates/admin/partials/dashboard/stats.js: line 50, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/dashboard/stats.js: line 50, col 115, ['stats'] is better written in dot notation. +build/public/templates/admin/partials/dashboard/stats.js: line 50, col 130, ['weekTextClass'] is better written in dot notation. +build/public/templates/admin/partials/dashboard/stats.js: line 52, col 157, Line is too long. +build/public/templates/admin/partials/dashboard/stats.js: line 52, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/dashboard/stats.js: line 52, col 53, ['stats'] is better written in dot notation. +build/public/templates/admin/partials/dashboard/stats.js: line 52, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/dashboard/stats.js: line 52, col 81, ['stats'] is better written in dot notation. +build/public/templates/admin/partials/dashboard/stats.js: line 52, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/dashboard/stats.js: line 52, col 115, ['stats'] is better written in dot notation. +build/public/templates/admin/partials/dashboard/stats.js: line 52, col 130, ['weekIncrease'] is better written in dot notation. +build/public/templates/admin/partials/dashboard/stats.js: line 54, col 201, Line is too long. +build/public/templates/admin/partials/dashboard/stats.js: line 54, col 82, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/dashboard/stats.js: line 54, col 98, ['stats'] is better written in dot notation. +build/public/templates/admin/partials/dashboard/stats.js: line 54, col 110, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/dashboard/stats.js: line 54, col 126, ['stats'] is better written in dot notation. +build/public/templates/admin/partials/dashboard/stats.js: line 54, col 144, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/dashboard/stats.js: line 54, col 160, ['stats'] is better written in dot notation. +build/public/templates/admin/partials/dashboard/stats.js: line 54, col 175, ['lastmonth'] is better written in dot notation. +build/public/templates/admin/partials/dashboard/stats.js: line 56, col 201, Line is too long. +build/public/templates/admin/partials/dashboard/stats.js: line 56, col 82, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/dashboard/stats.js: line 56, col 98, ['stats'] is better written in dot notation. +build/public/templates/admin/partials/dashboard/stats.js: line 56, col 110, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/dashboard/stats.js: line 56, col 126, ['stats'] is better written in dot notation. +build/public/templates/admin/partials/dashboard/stats.js: line 56, col 144, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/dashboard/stats.js: line 56, col 160, ['stats'] is better written in dot notation. +build/public/templates/admin/partials/dashboard/stats.js: line 56, col 175, ['thismonth'] is better written in dot notation. +build/public/templates/admin/partials/dashboard/stats.js: line 58, col 159, Line is too long. +build/public/templates/admin/partials/dashboard/stats.js: line 58, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/dashboard/stats.js: line 58, col 53, ['stats'] is better written in dot notation. +build/public/templates/admin/partials/dashboard/stats.js: line 58, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/dashboard/stats.js: line 58, col 81, ['stats'] is better written in dot notation. +build/public/templates/admin/partials/dashboard/stats.js: line 58, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/dashboard/stats.js: line 58, col 115, ['stats'] is better written in dot notation. +build/public/templates/admin/partials/dashboard/stats.js: line 58, col 130, ['monthTextClass'] is better written in dot notation. +build/public/templates/admin/partials/dashboard/stats.js: line 60, col 158, Line is too long. +build/public/templates/admin/partials/dashboard/stats.js: line 60, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/dashboard/stats.js: line 60, col 53, ['stats'] is better written in dot notation. +build/public/templates/admin/partials/dashboard/stats.js: line 60, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/dashboard/stats.js: line 60, col 81, ['stats'] is better written in dot notation. +build/public/templates/admin/partials/dashboard/stats.js: line 60, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/dashboard/stats.js: line 60, col 115, ['stats'] is better written in dot notation. +build/public/templates/admin/partials/dashboard/stats.js: line 60, col 130, ['monthIncrease'] is better written in dot notation. +build/public/templates/admin/partials/dashboard/stats.js: line 62, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/dashboard/stats.js: line 62, col 45, ['hideAllTime'] is better written in dot notation. +build/public/templates/admin/partials/dashboard/stats.js: line 65, col 203, Line is too long. +build/public/templates/admin/partials/dashboard/stats.js: line 65, col 86, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/dashboard/stats.js: line 65, col 102, ['stats'] is better written in dot notation. +build/public/templates/admin/partials/dashboard/stats.js: line 65, col 114, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/dashboard/stats.js: line 65, col 130, ['stats'] is better written in dot notation. +build/public/templates/admin/partials/dashboard/stats.js: line 65, col 148, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/dashboard/stats.js: line 65, col 164, ['stats'] is better written in dot notation. +build/public/templates/admin/partials/dashboard/stats.js: line 65, col 179, ['alltime'] is better written in dot notation. +build/public/templates/admin/partials/dashboard/stats.js: line 26, col 13, 'key' is defined but never used. +build/public/templates/admin/partials/dashboard/stats.js: line 25, col 106, 'value' is defined but never used. +build/public/templates/admin/partials/dashboard/stats.js: line 25, col 98, 'length' is defined but never used. +build/public/templates/admin/partials/dashboard/stats.js: line 25, col 91, 'index' is defined but never used. +build/public/templates/admin/partials/dashboard/stats.js: line 24, col 11, 'value' is defined but never used. +build/public/templates/admin/partials/dashboard/stats.js: line 75, col 3, Missing semicolon. +build/public/templates/admin/partials/dashboard/stats.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/partials/dashboard/stats.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/partials/download_plugin_item.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/download_plugin_item.js: line 13, col 49, ['id'] is better written in dot notation. +build/public/templates/admin/partials/download_plugin_item.js: line 15, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/download_plugin_item.js: line 15, col 49, ['id'] is better written in dot notation. +build/public/templates/admin/partials/download_plugin_item.js: line 16, col 153, Line is too long. +build/public/templates/admin/partials/download_plugin_item.js: line 17, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/download_plugin_item.js: line 17, col 49, ['name'] is better written in dot notation. +build/public/templates/admin/partials/download_plugin_item.js: line 19, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/download_plugin_item.js: line 19, col 41, ['description'] is better written in dot notation. +build/public/templates/admin/partials/download_plugin_item.js: line 21, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/download_plugin_item.js: line 21, col 53, ['description'] is better written in dot notation. +build/public/templates/admin/partials/download_plugin_item.js: line 25, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/download_plugin_item.js: line 25, col 49, ['latest'] is better written in dot notation. +build/public/templates/admin/partials/download_plugin_item.js: line 27, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/download_plugin_item.js: line 27, col 41, ['isCompatible'] is better written in dot notation. +build/public/templates/admin/partials/download_plugin_item.js: line 28, col 105, Line is too long. +build/public/templates/admin/partials/download_plugin_item.js: line 29, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/download_plugin_item.js: line 29, col 53, ['version'] is better written in dot notation. +build/public/templates/admin/partials/download_plugin_item.js: line 31, col 115, Line is too long. +build/public/templates/admin/partials/download_plugin_item.js: line 33, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/download_plugin_item.js: line 33, col 41, ['url'] is better written in dot notation. +build/public/templates/admin/partials/download_plugin_item.js: line 34, col 116, Line is too long. +build/public/templates/admin/partials/download_plugin_item.js: line 35, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/download_plugin_item.js: line 35, col 53, ['url'] is better written in dot notation. +build/public/templates/admin/partials/download_plugin_item.js: line 37, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/download_plugin_item.js: line 37, col 53, ['url'] is better written in dot notation. +build/public/templates/admin/partials/download_plugin_item.js: line 40, col 475, Line is too long. +build/public/templates/admin/partials/download_plugin_item.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/partials/download_plugin_item.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/admin/partials/download_plugin_item.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/admin/partials/download_plugin_item.js: line 48, col 3, Missing semicolon. +build/public/templates/admin/partials/download_plugin_item.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/partials/download_plugin_item.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/partials/edit-token-modal.js: line 12, col 271, Line is too long. +build/public/templates/admin/partials/edit-token-modal.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/edit-token-modal.js: line 13, col 49, ['uid'] is better written in dot notation. +build/public/templates/admin/partials/edit-token-modal.js: line 14, col 329, Line is too long. +build/public/templates/admin/partials/edit-token-modal.js: line 15, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/edit-token-modal.js: line 15, col 49, ['description'] is better written in dot notation. +build/public/templates/admin/partials/edit-token-modal.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/partials/edit-token-modal.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/admin/partials/edit-token-modal.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/admin/partials/edit-token-modal.js: line 24, col 3, Missing semicolon. +build/public/templates/admin/partials/edit-token-modal.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/partials/edit-token-modal.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/partials/groups/add-members.js: line 12, col 146, Line is too long. +build/public/templates/admin/partials/groups/add-members.js: line 13, col 22, ['users'] is better written in dot notation. +build/public/templates/admin/partials/groups/add-members.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/admin/partials/groups/add-members.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/partials/groups/add-members.js: line 21, col 113, Line is too long. +build/public/templates/admin/partials/groups/add-members.js: line 21, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/groups/add-members.js: line 21, col 52, ['users'] is better written in dot notation. +build/public/templates/admin/partials/groups/add-members.js: line 24, col 153, Line is too long. +build/public/templates/admin/partials/groups/add-members.js: line 24, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/groups/add-members.js: line 24, col 53, ['users'] is better written in dot notation. +build/public/templates/admin/partials/groups/add-members.js: line 24, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/groups/add-members.js: line 24, col 81, ['users'] is better written in dot notation. +build/public/templates/admin/partials/groups/add-members.js: line 24, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/groups/add-members.js: line 24, col 115, ['users'] is better written in dot notation. +build/public/templates/admin/partials/groups/add-members.js: line 24, col 130, ['username'] is better written in dot notation. +build/public/templates/admin/partials/groups/add-members.js: line 26, col 148, Line is too long. +build/public/templates/admin/partials/groups/add-members.js: line 26, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/groups/add-members.js: line 26, col 53, ['users'] is better written in dot notation. +build/public/templates/admin/partials/groups/add-members.js: line 26, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/groups/add-members.js: line 26, col 81, ['users'] is better written in dot notation. +build/public/templates/admin/partials/groups/add-members.js: line 26, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/groups/add-members.js: line 26, col 115, ['users'] is better written in dot notation. +build/public/templates/admin/partials/groups/add-members.js: line 26, col 130, ['uid'] is better written in dot notation. +build/public/templates/admin/partials/groups/add-members.js: line 28, col 153, Line is too long. +build/public/templates/admin/partials/groups/add-members.js: line 28, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/groups/add-members.js: line 28, col 53, ['users'] is better written in dot notation. +build/public/templates/admin/partials/groups/add-members.js: line 28, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/groups/add-members.js: line 28, col 81, ['users'] is better written in dot notation. +build/public/templates/admin/partials/groups/add-members.js: line 28, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/groups/add-members.js: line 28, col 115, ['users'] is better written in dot notation. +build/public/templates/admin/partials/groups/add-members.js: line 28, col 130, ['username'] is better written in dot notation. +build/public/templates/admin/partials/groups/add-members.js: line 22, col 13, 'key' is defined but never used. +build/public/templates/admin/partials/groups/add-members.js: line 21, col 106, 'value' is defined but never used. +build/public/templates/admin/partials/groups/add-members.js: line 21, col 98, 'length' is defined but never used. +build/public/templates/admin/partials/groups/add-members.js: line 21, col 91, 'index' is defined but never used. +build/public/templates/admin/partials/groups/add-members.js: line 20, col 11, 'value' is defined but never used. +build/public/templates/admin/partials/groups/add-members.js: line 18, col 60, 'helper' is defined but never used. +build/public/templates/admin/partials/groups/add-members.js: line 37, col 3, Missing semicolon. +build/public/templates/admin/partials/groups/add-members.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/partials/groups/add-members.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/partials/groups/memberlist.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/groups/memberlist.js: line 13, col 41, ['group'] is better written in dot notation. +build/public/templates/admin/partials/groups/memberlist.js: line 13, col 53, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/groups/memberlist.js: line 13, col 69, ['group'] is better written in dot notation. +build/public/templates/admin/partials/groups/memberlist.js: line 13, col 78, ['isOwner'] is better written in dot notation. +build/public/templates/admin/partials/groups/memberlist.js: line 14, col 196, Line is too long. +build/public/templates/admin/partials/groups/memberlist.js: line 16, col 354, Line is too long. +build/public/templates/admin/partials/groups/memberlist.js: line 17, col 117, Line is too long. +build/public/templates/admin/partials/groups/memberlist.js: line 17, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/groups/memberlist.js: line 17, col 49, ['group'] is better written in dot notation. +build/public/templates/admin/partials/groups/memberlist.js: line 17, col 61, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/groups/memberlist.js: line 17, col 77, ['group'] is better written in dot notation. +build/public/templates/admin/partials/groups/memberlist.js: line 17, col 86, ['membersNextStart'] is better written in dot notation. +build/public/templates/admin/partials/groups/memberlist.js: line 18, col 116, Line is too long. +build/public/templates/admin/partials/groups/memberlist.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/partials/groups/memberlist.js: line 27, col 152, Line is too long. +build/public/templates/admin/partials/groups/memberlist.js: line 27, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/groups/memberlist.js: line 27, col 52, ['group'] is better written in dot notation. +build/public/templates/admin/partials/groups/memberlist.js: line 27, col 64, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/groups/memberlist.js: line 27, col 80, ['group'] is better written in dot notation. +build/public/templates/admin/partials/groups/memberlist.js: line 27, col 89, ['members'] is better written in dot notation. +build/public/templates/admin/partials/groups/memberlist.js: line 30, col 209, Line is too long. +build/public/templates/admin/partials/groups/memberlist.js: line 30, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/groups/memberlist.js: line 30, col 53, ['group'] is better written in dot notation. +build/public/templates/admin/partials/groups/memberlist.js: line 30, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/groups/memberlist.js: line 30, col 81, ['group'] is better written in dot notation. +build/public/templates/admin/partials/groups/memberlist.js: line 30, col 90, ['members'] is better written in dot notation. +build/public/templates/admin/partials/groups/memberlist.js: line 30, col 104, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/groups/memberlist.js: line 30, col 120, ['group'] is better written in dot notation. +build/public/templates/admin/partials/groups/memberlist.js: line 30, col 129, ['members'] is better written in dot notation. +build/public/templates/admin/partials/groups/memberlist.js: line 30, col 149, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/groups/memberlist.js: line 30, col 165, ['group'] is better written in dot notation. +build/public/templates/admin/partials/groups/memberlist.js: line 30, col 174, ['members'] is better written in dot notation. +build/public/templates/admin/partials/groups/memberlist.js: line 30, col 191, ['uid'] is better written in dot notation. +build/public/templates/admin/partials/groups/memberlist.js: line 31, col 157, Line is too long. +build/public/templates/admin/partials/groups/memberlist.js: line 32, col 120, Line is too long. +build/public/templates/admin/partials/groups/memberlist.js: line 32, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/groups/memberlist.js: line 32, col 53, ['config'] is better written in dot notation. +build/public/templates/admin/partials/groups/memberlist.js: line 32, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/groups/memberlist.js: line 32, col 82, ['config'] is better written in dot notation. +build/public/templates/admin/partials/groups/memberlist.js: line 32, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/groups/memberlist.js: line 34, col 214, Line is too long. +build/public/templates/admin/partials/groups/memberlist.js: line 34, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/groups/memberlist.js: line 34, col 53, ['group'] is better written in dot notation. +build/public/templates/admin/partials/groups/memberlist.js: line 34, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/groups/memberlist.js: line 34, col 81, ['group'] is better written in dot notation. +build/public/templates/admin/partials/groups/memberlist.js: line 34, col 90, ['members'] is better written in dot notation. +build/public/templates/admin/partials/groups/memberlist.js: line 34, col 104, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/groups/memberlist.js: line 34, col 120, ['group'] is better written in dot notation. +build/public/templates/admin/partials/groups/memberlist.js: line 34, col 129, ['members'] is better written in dot notation. +build/public/templates/admin/partials/groups/memberlist.js: line 34, col 149, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/groups/memberlist.js: line 34, col 165, ['group'] is better written in dot notation. +build/public/templates/admin/partials/groups/memberlist.js: line 34, col 174, ['members'] is better written in dot notation. +build/public/templates/admin/partials/groups/memberlist.js: line 34, col 191, ['userslug'] is better written in dot notation. +build/public/templates/admin/partials/groups/memberlist.js: line 36, col 259, Line is too long. +build/public/templates/admin/partials/groups/memberlist.js: line 36, col 78, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/groups/memberlist.js: line 36, col 94, ['group'] is better written in dot notation. +build/public/templates/admin/partials/groups/memberlist.js: line 36, col 106, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/groups/memberlist.js: line 36, col 122, ['group'] is better written in dot notation. +build/public/templates/admin/partials/groups/memberlist.js: line 36, col 131, ['members'] is better written in dot notation. +build/public/templates/admin/partials/groups/memberlist.js: line 36, col 145, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/groups/memberlist.js: line 36, col 161, ['group'] is better written in dot notation. +build/public/templates/admin/partials/groups/memberlist.js: line 36, col 170, ['members'] is better written in dot notation. +build/public/templates/admin/partials/groups/memberlist.js: line 36, col 222, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/groups/memberlist.js: line 38, col 120, Line is too long. +build/public/templates/admin/partials/groups/memberlist.js: line 38, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/groups/memberlist.js: line 38, col 53, ['config'] is better written in dot notation. +build/public/templates/admin/partials/groups/memberlist.js: line 38, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/groups/memberlist.js: line 38, col 82, ['config'] is better written in dot notation. +build/public/templates/admin/partials/groups/memberlist.js: line 38, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/groups/memberlist.js: line 40, col 214, Line is too long. +build/public/templates/admin/partials/groups/memberlist.js: line 40, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/groups/memberlist.js: line 40, col 53, ['group'] is better written in dot notation. +build/public/templates/admin/partials/groups/memberlist.js: line 40, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/groups/memberlist.js: line 40, col 81, ['group'] is better written in dot notation. +build/public/templates/admin/partials/groups/memberlist.js: line 40, col 90, ['members'] is better written in dot notation. +build/public/templates/admin/partials/groups/memberlist.js: line 40, col 104, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/groups/memberlist.js: line 40, col 120, ['group'] is better written in dot notation. +build/public/templates/admin/partials/groups/memberlist.js: line 40, col 129, ['members'] is better written in dot notation. +build/public/templates/admin/partials/groups/memberlist.js: line 40, col 149, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/groups/memberlist.js: line 40, col 165, ['group'] is better written in dot notation. +build/public/templates/admin/partials/groups/memberlist.js: line 40, col 174, ['members'] is better written in dot notation. +build/public/templates/admin/partials/groups/memberlist.js: line 40, col 191, ['userslug'] is better written in dot notation. +build/public/templates/admin/partials/groups/memberlist.js: line 42, col 214, Line is too long. +build/public/templates/admin/partials/groups/memberlist.js: line 42, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/groups/memberlist.js: line 42, col 53, ['group'] is better written in dot notation. +build/public/templates/admin/partials/groups/memberlist.js: line 42, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/groups/memberlist.js: line 42, col 81, ['group'] is better written in dot notation. +build/public/templates/admin/partials/groups/memberlist.js: line 42, col 90, ['members'] is better written in dot notation. +build/public/templates/admin/partials/groups/memberlist.js: line 42, col 104, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/groups/memberlist.js: line 42, col 120, ['group'] is better written in dot notation. +build/public/templates/admin/partials/groups/memberlist.js: line 42, col 129, ['members'] is better written in dot notation. +build/public/templates/admin/partials/groups/memberlist.js: line 42, col 149, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/groups/memberlist.js: line 42, col 165, ['group'] is better written in dot notation. +build/public/templates/admin/partials/groups/memberlist.js: line 42, col 174, ['members'] is better written in dot notation. +build/public/templates/admin/partials/groups/memberlist.js: line 42, col 191, ['username'] is better written in dot notation. +build/public/templates/admin/partials/groups/memberlist.js: line 44, col 203, Line is too long. +build/public/templates/admin/partials/groups/memberlist.js: line 44, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/groups/memberlist.js: line 44, col 45, ['group'] is better written in dot notation. +build/public/templates/admin/partials/groups/memberlist.js: line 44, col 57, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/groups/memberlist.js: line 44, col 73, ['group'] is better written in dot notation. +build/public/templates/admin/partials/groups/memberlist.js: line 44, col 82, ['members'] is better written in dot notation. +build/public/templates/admin/partials/groups/memberlist.js: line 44, col 96, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/groups/memberlist.js: line 44, col 112, ['group'] is better written in dot notation. +build/public/templates/admin/partials/groups/memberlist.js: line 44, col 121, ['members'] is better written in dot notation. +build/public/templates/admin/partials/groups/memberlist.js: line 44, col 141, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/groups/memberlist.js: line 44, col 157, ['group'] is better written in dot notation. +build/public/templates/admin/partials/groups/memberlist.js: line 44, col 166, ['members'] is better written in dot notation. +build/public/templates/admin/partials/groups/memberlist.js: line 44, col 183, ['isOwner'] is better written in dot notation. +build/public/templates/admin/partials/groups/memberlist.js: line 48, col 102, Line is too long. +build/public/templates/admin/partials/groups/memberlist.js: line 48, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/groups/memberlist.js: line 48, col 45, ['group'] is better written in dot notation. +build/public/templates/admin/partials/groups/memberlist.js: line 48, col 57, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/groups/memberlist.js: line 48, col 73, ['group'] is better written in dot notation. +build/public/templates/admin/partials/groups/memberlist.js: line 48, col 82, ['isOwner'] is better written in dot notation. +build/public/templates/admin/partials/groups/memberlist.js: line 49, col 383, Line is too long. +build/public/templates/admin/partials/groups/memberlist.js: line 28, col 13, 'key' is defined but never used. +build/public/templates/admin/partials/groups/memberlist.js: line 27, col 145, 'value' is defined but never used. +build/public/templates/admin/partials/groups/memberlist.js: line 27, col 137, 'length' is defined but never used. +build/public/templates/admin/partials/groups/memberlist.js: line 27, col 130, 'index' is defined but never used. +build/public/templates/admin/partials/groups/memberlist.js: line 26, col 11, 'value' is defined but never used. +build/public/templates/admin/partials/groups/memberlist.js: line 59, col 3, Missing semicolon. +build/public/templates/admin/partials/groups/memberlist.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/partials/groups/memberlist.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/partials/installed_plugin_item.js: line 12, col 30, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/installed_plugin_item.js: line 12, col 46, ['error'] is better written in dot notation. +build/public/templates/admin/partials/installed_plugin_item.js: line 15, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/installed_plugin_item.js: line 15, col 53, ['id'] is better written in dot notation. +build/public/templates/admin/partials/installed_plugin_item.js: line 19, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/installed_plugin_item.js: line 19, col 53, ['id'] is better written in dot notation. +build/public/templates/admin/partials/installed_plugin_item.js: line 21, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/installed_plugin_item.js: line 21, col 53, ['version'] is better written in dot notation. +build/public/templates/admin/partials/installed_plugin_item.js: line 22, col 123, Line is too long. +build/public/templates/admin/partials/installed_plugin_item.js: line 23, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/installed_plugin_item.js: line 23, col 45, ['active'] is better written in dot notation. +build/public/templates/admin/partials/installed_plugin_item.js: line 27, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/installed_plugin_item.js: line 27, col 53, ['name'] is better written in dot notation. +build/public/templates/admin/partials/installed_plugin_item.js: line 29, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/installed_plugin_item.js: line 29, col 45, ['description'] is better written in dot notation. +build/public/templates/admin/partials/installed_plugin_item.js: line 31, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/installed_plugin_item.js: line 31, col 57, ['description'] is better written in dot notation. +build/public/templates/admin/partials/installed_plugin_item.js: line 35, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/installed_plugin_item.js: line 35, col 45, ['outdated'] is better written in dot notation. +build/public/templates/admin/partials/installed_plugin_item.js: line 38, col 104, Line is too long. +build/public/templates/admin/partials/installed_plugin_item.js: line 39, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/installed_plugin_item.js: line 39, col 53, ['version'] is better written in dot notation. +build/public/templates/admin/partials/installed_plugin_item.js: line 40, col 103, Line is too long. +build/public/templates/admin/partials/installed_plugin_item.js: line 41, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/installed_plugin_item.js: line 41, col 53, ['latest'] is better written in dot notation. +build/public/templates/admin/partials/installed_plugin_item.js: line 43, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/installed_plugin_item.js: line 43, col 45, ['outdated'] is better written in dot notation. +build/public/templates/admin/partials/installed_plugin_item.js: line 44, col 195, Line is too long. +build/public/templates/admin/partials/installed_plugin_item.js: line 45, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/installed_plugin_item.js: line 45, col 49, ['isCompatible'] is better written in dot notation. +build/public/templates/admin/partials/installed_plugin_item.js: line 46, col 113, Line is too long. +build/public/templates/admin/partials/installed_plugin_item.js: line 47, col 45, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/installed_plugin_item.js: line 47, col 61, ['version'] is better written in dot notation. +build/public/templates/admin/partials/installed_plugin_item.js: line 49, col 123, Line is too long. +build/public/templates/admin/partials/installed_plugin_item.js: line 53, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/installed_plugin_item.js: line 53, col 45, ['url'] is better written in dot notation. +build/public/templates/admin/partials/installed_plugin_item.js: line 54, col 120, Line is too long. +build/public/templates/admin/partials/installed_plugin_item.js: line 55, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/installed_plugin_item.js: line 55, col 57, ['url'] is better written in dot notation. +build/public/templates/admin/partials/installed_plugin_item.js: line 57, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/installed_plugin_item.js: line 57, col 57, ['url'] is better written in dot notation. +build/public/templates/admin/partials/installed_plugin_item.js: line 61, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/installed_plugin_item.js: line 61, col 45, ['installed'] is better written in dot notation. +build/public/templates/admin/partials/installed_plugin_item.js: line 63, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/installed_plugin_item.js: line 63, col 49, ['isTheme'] is better written in dot notation. +build/public/templates/admin/partials/installed_plugin_item.js: line 65, col 128, Line is too long. +build/public/templates/admin/partials/installed_plugin_item.js: line 65, col 45, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/installed_plugin_item.js: line 65, col 61, ['config'] is better written in dot notation. +build/public/templates/admin/partials/installed_plugin_item.js: line 65, col 74, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/installed_plugin_item.js: line 65, col 90, ['config'] is better written in dot notation. +build/public/templates/admin/partials/installed_plugin_item.js: line 65, col 100, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/installed_plugin_item.js: line 66, col 205, Line is too long. +build/public/templates/admin/partials/installed_plugin_item.js: line 67, col 101, Line is too long. +build/public/templates/admin/partials/installed_plugin_item.js: line 68, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/installed_plugin_item.js: line 68, col 53, ['active'] is better written in dot notation. +build/public/templates/admin/partials/installed_plugin_item.js: line 72, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/installed_plugin_item.js: line 72, col 53, ['canChangeState'] is better written in dot notation. +build/public/templates/admin/partials/installed_plugin_item.js: line 75, col 212, Line is too long. +build/public/templates/admin/partials/installed_plugin_item.js: line 76, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/installed_plugin_item.js: line 76, col 53, ['active'] is better written in dot notation. +build/public/templates/admin/partials/installed_plugin_item.js: line 80, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/installed_plugin_item.js: line 80, col 53, ['canChangeState'] is better written in dot notation. +build/public/templates/admin/partials/installed_plugin_item.js: line 83, col 134, Line is too long. +build/public/templates/admin/partials/installed_plugin_item.js: line 84, col 222, Line is too long. +build/public/templates/admin/partials/installed_plugin_item.js: line 85, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/installed_plugin_item.js: line 85, col 49, ['active'] is better written in dot notation. +build/public/templates/admin/partials/installed_plugin_item.js: line 87, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/installed_plugin_item.js: line 87, col 53, ['settingsRoute'] is better written in dot notation. +build/public/templates/admin/partials/installed_plugin_item.js: line 89, col 132, Line is too long. +build/public/templates/admin/partials/installed_plugin_item.js: line 89, col 49, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/installed_plugin_item.js: line 89, col 65, ['config'] is better written in dot notation. +build/public/templates/admin/partials/installed_plugin_item.js: line 89, col 78, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/installed_plugin_item.js: line 89, col 94, ['config'] is better written in dot notation. +build/public/templates/admin/partials/installed_plugin_item.js: line 89, col 104, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/installed_plugin_item.js: line 90, col 49, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/installed_plugin_item.js: line 90, col 65, ['settingsRoute'] is better written in dot notation. +build/public/templates/admin/partials/installed_plugin_item.js: line 91, col 167, Line is too long. +build/public/templates/admin/partials/installed_plugin_item.js: line 96, col 223, Line is too long. +build/public/templates/admin/partials/installed_plugin_item.js: line 99, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/installed_plugin_item.js: line 99, col 41, ['error'] is better written in dot notation. +build/public/templates/admin/partials/installed_plugin_item.js: line 101, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/installed_plugin_item.js: line 101, col 53, ['id'] is better written in dot notation. +build/public/templates/admin/partials/installed_plugin_item.js: line 102, col 423, Line is too long. +build/public/templates/admin/partials/installed_plugin_item.js: line 103, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/installed_plugin_item.js: line 103, col 53, ['id'] is better written in dot notation. +build/public/templates/admin/partials/installed_plugin_item.js: line 104, col 124, Line is too long. +build/public/templates/admin/partials/installed_plugin_item.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/partials/installed_plugin_item.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/admin/partials/installed_plugin_item.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/admin/partials/installed_plugin_item.js: line 113, col 3, Missing semicolon. +build/public/templates/admin/partials/installed_plugin_item.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/partials/installed_plugin_item.js: line 6, col 5, 'define' is not defined. +build/public/templates/admin/partials/installed_plugin_item.js: line 17, col 20, 'index' is not defined. + +build/public/templates/admin/partials/manage-custom-user-fields-modal.js: line 12, col 227, Line is too long. +build/public/templates/admin/partials/manage-custom-user-fields-modal.js: line 13, col 26, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/manage-custom-user-fields-modal.js: line 13, col 42, ['type'] is better written in dot notation. +build/public/templates/admin/partials/manage-custom-user-fields-modal.js: line 13, col 61, Expected '===' and instead saw '=='. +build/public/templates/admin/partials/manage-custom-user-fields-modal.js: line 16, col 103, Line is too long. +build/public/templates/admin/partials/manage-custom-user-fields-modal.js: line 17, col 26, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/manage-custom-user-fields-modal.js: line 17, col 42, ['type'] is better written in dot notation. +build/public/templates/admin/partials/manage-custom-user-fields-modal.js: line 17, col 61, Expected '===' and instead saw '=='. +build/public/templates/admin/partials/manage-custom-user-fields-modal.js: line 20, col 105, Line is too long. +build/public/templates/admin/partials/manage-custom-user-fields-modal.js: line 21, col 26, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/manage-custom-user-fields-modal.js: line 21, col 42, ['type'] is better written in dot notation. +build/public/templates/admin/partials/manage-custom-user-fields-modal.js: line 21, col 61, Expected '===' and instead saw '=='. +build/public/templates/admin/partials/manage-custom-user-fields-modal.js: line 24, col 105, Line is too long. +build/public/templates/admin/partials/manage-custom-user-fields-modal.js: line 25, col 26, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/manage-custom-user-fields-modal.js: line 25, col 42, ['type'] is better written in dot notation. +build/public/templates/admin/partials/manage-custom-user-fields-modal.js: line 25, col 61, Expected '===' and instead saw '=='. +build/public/templates/admin/partials/manage-custom-user-fields-modal.js: line 29, col 26, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/manage-custom-user-fields-modal.js: line 29, col 42, ['type'] is better written in dot notation. +build/public/templates/admin/partials/manage-custom-user-fields-modal.js: line 29, col 61, Expected '===' and instead saw '=='. +build/public/templates/admin/partials/manage-custom-user-fields-modal.js: line 32, col 107, Line is too long. +build/public/templates/admin/partials/manage-custom-user-fields-modal.js: line 33, col 26, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/manage-custom-user-fields-modal.js: line 33, col 42, ['type'] is better written in dot notation. +build/public/templates/admin/partials/manage-custom-user-fields-modal.js: line 33, col 61, Expected '===' and instead saw '=='. +build/public/templates/admin/partials/manage-custom-user-fields-modal.js: line 36, col 265, Line is too long. +build/public/templates/admin/partials/manage-custom-user-fields-modal.js: line 37, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/manage-custom-user-fields-modal.js: line 37, col 49, ['key'] is better written in dot notation. +build/public/templates/admin/partials/manage-custom-user-fields-modal.js: line 38, col 190, Line is too long. +build/public/templates/admin/partials/manage-custom-user-fields-modal.js: line 39, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/manage-custom-user-fields-modal.js: line 39, col 49, ['name'] is better written in dot notation. +build/public/templates/admin/partials/manage-custom-user-fields-modal.js: line 40, col 221, Line is too long. +build/public/templates/admin/partials/manage-custom-user-fields-modal.js: line 41, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/manage-custom-user-fields-modal.js: line 41, col 49, ['icon'] is better written in dot notation. +build/public/templates/admin/partials/manage-custom-user-fields-modal.js: line 42, col 772, Line is too long. +build/public/templates/admin/partials/manage-custom-user-fields-modal.js: line 43, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/manage-custom-user-fields-modal.js: line 44, col 148, Line is too long. +build/public/templates/admin/partials/manage-custom-user-fields-modal.js: line 45, col 147, Line is too long. +build/public/templates/admin/partials/manage-custom-user-fields-modal.js: line 45, col 27, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/manage-custom-user-fields-modal.js: line 45, col 43, ['type'] is better written in dot notation. +build/public/templates/admin/partials/manage-custom-user-fields-modal.js: line 45, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/manage-custom-user-fields-modal.js: line 45, col 94, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/manage-custom-user-fields-modal.js: line 45, col 110, ['type'] is better written in dot notation. +build/public/templates/admin/partials/manage-custom-user-fields-modal.js: line 45, col 129, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/manage-custom-user-fields-modal.js: line 48, col 240, Line is too long. +build/public/templates/admin/partials/manage-custom-user-fields-modal.js: line 49, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/manage-custom-user-fields-modal.js: line 50, col 121, Line is too long. +build/public/templates/admin/partials/manage-custom-user-fields-modal.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/partials/manage-custom-user-fields-modal.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/admin/partials/manage-custom-user-fields-modal.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/admin/partials/manage-custom-user-fields-modal.js: line 58, col 3, Missing semicolon. +build/public/templates/admin/partials/manage-custom-user-fields-modal.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/partials/manage-custom-user-fields-modal.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/partials/manage_user_groups.js: line 12, col 27, ['users'] is better written in dot notation. +build/public/templates/admin/partials/manage_user_groups.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/admin/partials/manage_user_groups.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/partials/manage_user_groups.js: line 19, col 113, Line is too long. +build/public/templates/admin/partials/manage_user_groups.js: line 19, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/manage_user_groups.js: line 19, col 52, ['users'] is better written in dot notation. +build/public/templates/admin/partials/manage_user_groups.js: line 22, col 148, Line is too long. +build/public/templates/admin/partials/manage_user_groups.js: line 22, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/manage_user_groups.js: line 22, col 53, ['users'] is better written in dot notation. +build/public/templates/admin/partials/manage_user_groups.js: line 22, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/manage_user_groups.js: line 22, col 81, ['users'] is better written in dot notation. +build/public/templates/admin/partials/manage_user_groups.js: line 22, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/manage_user_groups.js: line 22, col 115, ['users'] is better written in dot notation. +build/public/templates/admin/partials/manage_user_groups.js: line 22, col 130, ['uid'] is better written in dot notation. +build/public/templates/admin/partials/manage_user_groups.js: line 24, col 153, Line is too long. +build/public/templates/admin/partials/manage_user_groups.js: line 24, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/manage_user_groups.js: line 24, col 53, ['users'] is better written in dot notation. +build/public/templates/admin/partials/manage_user_groups.js: line 24, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/manage_user_groups.js: line 24, col 81, ['users'] is better written in dot notation. +build/public/templates/admin/partials/manage_user_groups.js: line 24, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/manage_user_groups.js: line 24, col 115, ['users'] is better written in dot notation. +build/public/templates/admin/partials/manage_user_groups.js: line 24, col 130, ['username'] is better written in dot notation. +build/public/templates/admin/partials/manage_user_groups.js: line 26, col 188, Line is too long. +build/public/templates/admin/partials/manage_user_groups.js: line 26, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/manage_user_groups.js: line 26, col 49, ['users'] is better written in dot notation. +build/public/templates/admin/partials/manage_user_groups.js: line 26, col 61, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/manage_user_groups.js: line 26, col 77, ['users'] is better written in dot notation. +build/public/templates/admin/partials/manage_user_groups.js: line 26, col 95, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/manage_user_groups.js: line 26, col 111, ['users'] is better written in dot notation. +build/public/templates/admin/partials/manage_user_groups.js: line 26, col 126, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/manage_user_groups.js: line 29, col 270, Line is too long. +build/public/templates/admin/partials/manage_user_groups.js: line 29, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/manage_user_groups.js: line 29, col 57, ['users'] is better written in dot notation. +build/public/templates/admin/partials/manage_user_groups.js: line 29, col 69, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/manage_user_groups.js: line 29, col 85, ['users'] is better written in dot notation. +build/public/templates/admin/partials/manage_user_groups.js: line 29, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/manage_user_groups.js: line 29, col 119, ['users'] is better written in dot notation. +build/public/templates/admin/partials/manage_user_groups.js: line 29, col 134, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/manage_user_groups.js: line 29, col 147, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/manage_user_groups.js: line 29, col 163, ['users'] is better written in dot notation. +build/public/templates/admin/partials/manage_user_groups.js: line 29, col 178, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/manage_user_groups.js: line 29, col 197, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/manage_user_groups.js: line 29, col 213, ['users'] is better written in dot notation. +build/public/templates/admin/partials/manage_user_groups.js: line 29, col 228, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/manage_user_groups.js: line 29, col 244, ['nameEscaped'] is better written in dot notation. +build/public/templates/admin/partials/manage_user_groups.js: line 31, col 124, Line is too long. +build/public/templates/admin/partials/manage_user_groups.js: line 31, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/manage_user_groups.js: line 31, col 57, ['config'] is better written in dot notation. +build/public/templates/admin/partials/manage_user_groups.js: line 31, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/manage_user_groups.js: line 31, col 86, ['config'] is better written in dot notation. +build/public/templates/admin/partials/manage_user_groups.js: line 31, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/manage_user_groups.js: line 33, col 263, Line is too long. +build/public/templates/admin/partials/manage_user_groups.js: line 33, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/manage_user_groups.js: line 33, col 57, ['users'] is better written in dot notation. +build/public/templates/admin/partials/manage_user_groups.js: line 33, col 69, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/manage_user_groups.js: line 33, col 85, ['users'] is better written in dot notation. +build/public/templates/admin/partials/manage_user_groups.js: line 33, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/manage_user_groups.js: line 33, col 119, ['users'] is better written in dot notation. +build/public/templates/admin/partials/manage_user_groups.js: line 33, col 134, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/manage_user_groups.js: line 33, col 147, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/manage_user_groups.js: line 33, col 163, ['users'] is better written in dot notation. +build/public/templates/admin/partials/manage_user_groups.js: line 33, col 178, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/manage_user_groups.js: line 33, col 197, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/manage_user_groups.js: line 33, col 213, ['users'] is better written in dot notation. +build/public/templates/admin/partials/manage_user_groups.js: line 33, col 228, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/manage_user_groups.js: line 33, col 244, ['slug'] is better written in dot notation. +build/public/templates/admin/partials/manage_user_groups.js: line 35, col 268, Line is too long. +build/public/templates/admin/partials/manage_user_groups.js: line 35, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/manage_user_groups.js: line 35, col 57, ['users'] is better written in dot notation. +build/public/templates/admin/partials/manage_user_groups.js: line 35, col 69, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/manage_user_groups.js: line 35, col 85, ['users'] is better written in dot notation. +build/public/templates/admin/partials/manage_user_groups.js: line 35, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/manage_user_groups.js: line 35, col 119, ['users'] is better written in dot notation. +build/public/templates/admin/partials/manage_user_groups.js: line 35, col 134, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/manage_user_groups.js: line 35, col 147, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/manage_user_groups.js: line 35, col 163, ['users'] is better written in dot notation. +build/public/templates/admin/partials/manage_user_groups.js: line 35, col 178, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/manage_user_groups.js: line 35, col 197, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/manage_user_groups.js: line 35, col 213, ['users'] is better written in dot notation. +build/public/templates/admin/partials/manage_user_groups.js: line 35, col 228, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/manage_user_groups.js: line 35, col 244, ['textColor'] is better written in dot notation. +build/public/templates/admin/partials/manage_user_groups.js: line 37, col 269, Line is too long. +build/public/templates/admin/partials/manage_user_groups.js: line 37, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/manage_user_groups.js: line 37, col 57, ['users'] is better written in dot notation. +build/public/templates/admin/partials/manage_user_groups.js: line 37, col 69, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/manage_user_groups.js: line 37, col 85, ['users'] is better written in dot notation. +build/public/templates/admin/partials/manage_user_groups.js: line 37, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/manage_user_groups.js: line 37, col 119, ['users'] is better written in dot notation. +build/public/templates/admin/partials/manage_user_groups.js: line 37, col 134, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/manage_user_groups.js: line 37, col 147, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/manage_user_groups.js: line 37, col 163, ['users'] is better written in dot notation. +build/public/templates/admin/partials/manage_user_groups.js: line 37, col 178, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/manage_user_groups.js: line 37, col 197, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/manage_user_groups.js: line 37, col 213, ['users'] is better written in dot notation. +build/public/templates/admin/partials/manage_user_groups.js: line 37, col 228, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/manage_user_groups.js: line 37, col 244, ['labelColor'] is better written in dot notation. +build/public/templates/admin/partials/manage_user_groups.js: line 39, col 253, Line is too long. +build/public/templates/admin/partials/manage_user_groups.js: line 39, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/manage_user_groups.js: line 39, col 49, ['users'] is better written in dot notation. +build/public/templates/admin/partials/manage_user_groups.js: line 39, col 61, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/manage_user_groups.js: line 39, col 77, ['users'] is better written in dot notation. +build/public/templates/admin/partials/manage_user_groups.js: line 39, col 95, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/manage_user_groups.js: line 39, col 111, ['users'] is better written in dot notation. +build/public/templates/admin/partials/manage_user_groups.js: line 39, col 126, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/manage_user_groups.js: line 39, col 139, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/manage_user_groups.js: line 39, col 155, ['users'] is better written in dot notation. +build/public/templates/admin/partials/manage_user_groups.js: line 39, col 170, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/manage_user_groups.js: line 39, col 189, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/manage_user_groups.js: line 39, col 205, ['users'] is better written in dot notation. +build/public/templates/admin/partials/manage_user_groups.js: line 39, col 220, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/manage_user_groups.js: line 39, col 236, ['icon'] is better written in dot notation. +build/public/templates/admin/partials/manage_user_groups.js: line 41, col 267, Line is too long. +build/public/templates/admin/partials/manage_user_groups.js: line 41, col 45, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/manage_user_groups.js: line 41, col 61, ['users'] is better written in dot notation. +build/public/templates/admin/partials/manage_user_groups.js: line 41, col 73, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/manage_user_groups.js: line 41, col 89, ['users'] is better written in dot notation. +build/public/templates/admin/partials/manage_user_groups.js: line 41, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/manage_user_groups.js: line 41, col 123, ['users'] is better written in dot notation. +build/public/templates/admin/partials/manage_user_groups.js: line 41, col 138, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/manage_user_groups.js: line 41, col 151, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/manage_user_groups.js: line 41, col 167, ['users'] is better written in dot notation. +build/public/templates/admin/partials/manage_user_groups.js: line 41, col 182, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/manage_user_groups.js: line 41, col 201, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/manage_user_groups.js: line 41, col 217, ['users'] is better written in dot notation. +build/public/templates/admin/partials/manage_user_groups.js: line 41, col 232, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/manage_user_groups.js: line 41, col 248, ['icon'] is better written in dot notation. +build/public/templates/admin/partials/manage_user_groups.js: line 44, col 270, Line is too long. +build/public/templates/admin/partials/manage_user_groups.js: line 44, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/manage_user_groups.js: line 44, col 57, ['users'] is better written in dot notation. +build/public/templates/admin/partials/manage_user_groups.js: line 44, col 69, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/manage_user_groups.js: line 44, col 85, ['users'] is better written in dot notation. +build/public/templates/admin/partials/manage_user_groups.js: line 44, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/manage_user_groups.js: line 44, col 119, ['users'] is better written in dot notation. +build/public/templates/admin/partials/manage_user_groups.js: line 44, col 134, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/manage_user_groups.js: line 44, col 147, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/manage_user_groups.js: line 44, col 163, ['users'] is better written in dot notation. +build/public/templates/admin/partials/manage_user_groups.js: line 44, col 178, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/manage_user_groups.js: line 44, col 197, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/manage_user_groups.js: line 44, col 213, ['users'] is better written in dot notation. +build/public/templates/admin/partials/manage_user_groups.js: line 44, col 228, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/manage_user_groups.js: line 44, col 244, ['displayName'] is better written in dot notation. +build/public/templates/admin/partials/manage_user_groups.js: line 45, col 107, Line is too long. +build/public/templates/admin/partials/manage_user_groups.js: line 27, col 17, 'key' is defined but never used. +build/public/templates/admin/partials/manage_user_groups.js: line 26, col 181, 'value' is defined but never used. +build/public/templates/admin/partials/manage_user_groups.js: line 26, col 173, 'length' is defined but never used. +build/public/templates/admin/partials/manage_user_groups.js: line 26, col 166, 'index' is defined but never used. +build/public/templates/admin/partials/manage_user_groups.js: line 50, col 148, Line is too long. +build/public/templates/admin/partials/manage_user_groups.js: line 50, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/manage_user_groups.js: line 50, col 53, ['users'] is better written in dot notation. +build/public/templates/admin/partials/manage_user_groups.js: line 50, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/manage_user_groups.js: line 50, col 81, ['users'] is better written in dot notation. +build/public/templates/admin/partials/manage_user_groups.js: line 50, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/manage_user_groups.js: line 50, col 115, ['users'] is better written in dot notation. +build/public/templates/admin/partials/manage_user_groups.js: line 50, col 130, ['uid'] is better written in dot notation. +build/public/templates/admin/partials/manage_user_groups.js: line 51, col 113, Line is too long. +build/public/templates/admin/partials/manage_user_groups.js: line 20, col 13, 'key' is defined but never used. +build/public/templates/admin/partials/manage_user_groups.js: line 19, col 106, 'value' is defined but never used. +build/public/templates/admin/partials/manage_user_groups.js: line 19, col 98, 'length' is defined but never used. +build/public/templates/admin/partials/manage_user_groups.js: line 19, col 91, 'index' is defined but never used. +build/public/templates/admin/partials/manage_user_groups.js: line 18, col 11, 'value' is defined but never used. +build/public/templates/admin/partials/manage_user_groups.js: line 16, col 60, 'helper' is defined but never used. +build/public/templates/admin/partials/manage_user_groups.js: line 59, col 3, Missing semicolon. +build/public/templates/admin/partials/manage_user_groups.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/partials/manage_user_groups.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/partials/mobile-footer.js: line 12, col 452, Line is too long. +build/public/templates/admin/partials/mobile-footer.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/admin/partials/mobile-footer.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/partials/mobile-footer.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/admin/partials/mobile-footer.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/admin/partials/mobile-footer.js: line 9, col 39, 'guard' is defined but never used. +build/public/templates/admin/partials/mobile-footer.js: line 20, col 3, Missing semicolon. +build/public/templates/admin/partials/mobile-footer.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/partials/mobile-footer.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/partials/navigation.js: line 12, col 790, Line is too long. +build/public/templates/admin/partials/navigation.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 13, col 49, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 14, col 121, Line is too long. +build/public/templates/admin/partials/navigation.js: line 15, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 15, col 49, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 16, col 126, Line is too long. +build/public/templates/admin/partials/navigation.js: line 17, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 17, col 49, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 18, col 124, Line is too long. +build/public/templates/admin/partials/navigation.js: line 19, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 19, col 49, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 20, col 126, Line is too long. +build/public/templates/admin/partials/navigation.js: line 21, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 21, col 49, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 22, col 124, Line is too long. +build/public/templates/admin/partials/navigation.js: line 23, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 23, col 41, ['showManageMenu'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 24, col 550, Line is too long. +build/public/templates/admin/partials/navigation.js: line 25, col 164, Line is too long. +build/public/templates/admin/partials/navigation.js: line 25, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 25, col 45, ['user'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 25, col 56, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 25, col 72, ['user'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 25, col 80, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 25, col 97, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 25, col 113, ['user'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 25, col 121, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 27, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 27, col 57, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 31, col 164, Line is too long. +build/public/templates/admin/partials/navigation.js: line 31, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 31, col 45, ['user'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 31, col 56, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 31, col 72, ['user'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 31, col 80, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 31, col 97, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 31, col 113, ['user'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 31, col 121, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 33, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 33, col 57, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 37, col 159, Line is too long. +build/public/templates/admin/partials/navigation.js: line 37, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 37, col 45, ['user'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 37, col 56, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 37, col 72, ['user'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 37, col 80, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 37, col 97, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 37, col 113, ['user'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 37, col 121, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 39, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 39, col 57, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 43, col 160, Line is too long. +build/public/templates/admin/partials/navigation.js: line 43, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 43, col 45, ['user'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 43, col 56, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 43, col 72, ['user'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 43, col 80, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 43, col 97, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 43, col 113, ['user'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 43, col 121, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 45, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 45, col 57, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 49, col 165, Line is too long. +build/public/templates/admin/partials/navigation.js: line 49, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 49, col 45, ['user'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 49, col 56, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 49, col 72, ['user'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 49, col 80, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 49, col 97, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 49, col 113, ['user'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 49, col 121, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 51, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 51, col 57, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 55, col 158, Line is too long. +build/public/templates/admin/partials/navigation.js: line 55, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 55, col 45, ['user'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 55, col 56, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 55, col 72, ['user'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 55, col 80, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 55, col 97, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 55, col 113, ['user'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 55, col 121, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 57, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 57, col 57, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 61, col 158, Line is too long. +build/public/templates/admin/partials/navigation.js: line 61, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 61, col 45, ['user'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 61, col 56, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 61, col 72, ['user'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 61, col 80, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 61, col 97, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 61, col 113, ['user'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 61, col 121, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 61, col 135, ['superadmin'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 63, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 63, col 57, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 64, col 140, Line is too long. +build/public/templates/admin/partials/navigation.js: line 65, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 65, col 57, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 66, col 130, Line is too long. +build/public/templates/admin/partials/navigation.js: line 67, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 67, col 57, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 68, col 210, Line is too long. +build/public/templates/admin/partials/navigation.js: line 69, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 69, col 57, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 70, col 177, Line is too long. +build/public/templates/admin/partials/navigation.js: line 71, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 71, col 57, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 72, col 177, Line is too long. +build/public/templates/admin/partials/navigation.js: line 73, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 73, col 57, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 74, col 112, Line is too long. +build/public/templates/admin/partials/navigation.js: line 79, col 158, Line is too long. +build/public/templates/admin/partials/navigation.js: line 79, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 79, col 41, ['user'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 79, col 52, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 79, col 68, ['user'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 79, col 76, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 79, col 93, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 79, col 109, ['user'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 79, col 117, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 80, col 637, Line is too long. +build/public/templates/admin/partials/navigation.js: line 81, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 81, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 82, col 129, Line is too long. +build/public/templates/admin/partials/navigation.js: line 83, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 83, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 84, col 136, Line is too long. +build/public/templates/admin/partials/navigation.js: line 85, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 85, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 86, col 124, Line is too long. +build/public/templates/admin/partials/navigation.js: line 87, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 87, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 88, col 136, Line is too long. +build/public/templates/admin/partials/navigation.js: line 89, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 89, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 90, col 126, Line is too long. +build/public/templates/admin/partials/navigation.js: line 91, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 91, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 92, col 122, Line is too long. +build/public/templates/admin/partials/navigation.js: line 93, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 93, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 94, col 124, Line is too long. +build/public/templates/admin/partials/navigation.js: line 95, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 95, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 96, col 130, Line is too long. +build/public/templates/admin/partials/navigation.js: line 97, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 97, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 98, col 126, Line is too long. +build/public/templates/admin/partials/navigation.js: line 99, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 99, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 100, col 124, Line is too long. +build/public/templates/admin/partials/navigation.js: line 101, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 101, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 102, col 136, Line is too long. +build/public/templates/admin/partials/navigation.js: line 103, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 103, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 104, col 142, Line is too long. +build/public/templates/admin/partials/navigation.js: line 105, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 105, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 106, col 122, Line is too long. +build/public/templates/admin/partials/navigation.js: line 107, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 107, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 108, col 138, Line is too long. +build/public/templates/admin/partials/navigation.js: line 109, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 109, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 110, col 130, Line is too long. +build/public/templates/admin/partials/navigation.js: line 111, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 111, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 112, col 138, Line is too long. +build/public/templates/admin/partials/navigation.js: line 113, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 113, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 114, col 764, Line is too long. +build/public/templates/admin/partials/navigation.js: line 115, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 115, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 116, col 156, Line is too long. +build/public/templates/admin/partials/navigation.js: line 117, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 117, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 118, col 158, Line is too long. +build/public/templates/admin/partials/navigation.js: line 119, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 119, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 120, col 721, Line is too long. +build/public/templates/admin/partials/navigation.js: line 121, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 121, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 122, col 126, Line is too long. +build/public/templates/admin/partials/navigation.js: line 123, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 123, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 124, col 126, Line is too long. +build/public/templates/admin/partials/navigation.js: line 125, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 125, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 126, col 121, Line is too long. +build/public/templates/admin/partials/navigation.js: line 127, col 105, Line is too long. +build/public/templates/admin/partials/navigation.js: line 127, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 127, col 45, ['plugins'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 127, col 59, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 127, col 75, ['plugins'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 127, col 86, ['length'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 128, col 558, Line is too long. +build/public/templates/admin/partials/navigation.js: line 129, col 30, ['plugins'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 131, col 123, Line is too long. +build/public/templates/admin/partials/navigation.js: line 131, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 131, col 49, ['authentication'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 131, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 131, col 86, ['authentication'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 131, col 104, ['length'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 133, col 34, ['authentication'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 137, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 137, col 57, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 138, col 118, Line is too long. +build/public/templates/admin/partials/navigation.js: line 143, col 154, Line is too long. +build/public/templates/admin/partials/navigation.js: line 143, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 143, col 41, ['user'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 143, col 52, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 143, col 68, ['user'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 143, col 76, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 143, col 93, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 143, col 109, ['user'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 143, col 117, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 143, col 131, ['superadmin'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 144, col 617, Line is too long. +build/public/templates/admin/partials/navigation.js: line 145, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 145, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 146, col 132, Line is too long. +build/public/templates/admin/partials/navigation.js: line 147, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 147, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 148, col 128, Line is too long. +build/public/templates/admin/partials/navigation.js: line 149, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 149, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 150, col 126, Line is too long. +build/public/templates/admin/partials/navigation.js: line 151, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 151, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 152, col 126, Line is too long. +build/public/templates/admin/partials/navigation.js: line 153, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 153, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 154, col 128, Line is too long. +build/public/templates/admin/partials/navigation.js: line 155, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 155, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 157, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 157, col 45, ['env'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 159, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 159, col 57, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/partials/navigation.js: line 171, col 115, Line is too long. +build/public/templates/admin/partials/navigation.js: line 171, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 171, col 52, ['plugins'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 174, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 174, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 176, col 156, Line is too long. +build/public/templates/admin/partials/navigation.js: line 176, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 176, col 53, ['plugins'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 176, col 67, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 176, col 83, ['plugins'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 176, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 176, col 119, ['plugins'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 176, col 136, ['route'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 178, col 155, Line is too long. +build/public/templates/admin/partials/navigation.js: line 178, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 178, col 53, ['plugins'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 178, col 67, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 178, col 83, ['plugins'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 178, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 178, col 119, ['plugins'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 178, col 136, ['name'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 172, col 13, 'key' is defined but never used. +build/public/templates/admin/partials/navigation.js: line 171, col 108, 'value' is defined but never used. +build/public/templates/admin/partials/navigation.js: line 171, col 100, 'length' is defined but never used. +build/public/templates/admin/partials/navigation.js: line 171, col 93, 'index' is defined but never used. +build/public/templates/admin/partials/navigation.js: line 170, col 11, 'value' is defined but never used. +build/public/templates/admin/partials/navigation.js: line 168, col 64, 'helper' is defined but never used. +build/public/templates/admin/partials/navigation.js: line 187, col 122, Line is too long. +build/public/templates/admin/partials/navigation.js: line 187, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 187, col 52, ['authentication'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 190, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 190, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 192, col 177, Line is too long. +build/public/templates/admin/partials/navigation.js: line 192, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 192, col 53, ['authentication'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 192, col 74, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 192, col 90, ['authentication'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 192, col 117, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 192, col 133, ['authentication'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 192, col 157, ['route'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 194, col 176, Line is too long. +build/public/templates/admin/partials/navigation.js: line 194, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 194, col 53, ['authentication'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 194, col 74, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 194, col 90, ['authentication'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 194, col 117, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/navigation.js: line 194, col 133, ['authentication'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 194, col 157, ['name'] is better written in dot notation. +build/public/templates/admin/partials/navigation.js: line 188, col 13, 'key' is defined but never used. +build/public/templates/admin/partials/navigation.js: line 187, col 115, 'value' is defined but never used. +build/public/templates/admin/partials/navigation.js: line 187, col 107, 'length' is defined but never used. +build/public/templates/admin/partials/navigation.js: line 187, col 100, 'index' is defined but never used. +build/public/templates/admin/partials/navigation.js: line 186, col 11, 'value' is defined but never used. +build/public/templates/admin/partials/navigation.js: line 184, col 78, 'helper' is defined but never used. +build/public/templates/admin/partials/navigation.js: line 203, col 3, Missing semicolon. +build/public/templates/admin/partials/navigation.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/partials/navigation.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/partials/offcanvas.js: line 12, col 275, Line is too long. +build/public/templates/admin/partials/offcanvas.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 13, col 41, ['upgradeAvailable'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 17, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 17, col 49, ['version'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 18, col 127, Line is too long. +build/public/templates/admin/partials/offcanvas.js: line 19, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 19, col 49, ['latestVersion'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 20, col 145, Line is too long. +build/public/templates/admin/partials/offcanvas.js: line 21, col 116, Line is too long. +build/public/templates/admin/partials/offcanvas.js: line 21, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 21, col 49, ['config'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 21, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 21, col 78, ['config'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 21, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 22, col 199, Line is too long. +build/public/templates/admin/partials/offcanvas.js: line 23, col 158, Line is too long. +build/public/templates/admin/partials/offcanvas.js: line 23, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 23, col 41, ['user'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 23, col 52, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 23, col 68, ['user'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 23, col 76, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 23, col 93, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 23, col 109, ['user'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 23, col 117, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 24, col 1069, Line is too long. +build/public/templates/admin/partials/offcanvas.js: line 26, col 943, Line is too long. +build/public/templates/admin/partials/offcanvas.js: line 27, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 27, col 49, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 28, col 121, Line is too long. +build/public/templates/admin/partials/offcanvas.js: line 29, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 29, col 49, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 30, col 126, Line is too long. +build/public/templates/admin/partials/offcanvas.js: line 31, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 31, col 49, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 32, col 124, Line is too long. +build/public/templates/admin/partials/offcanvas.js: line 33, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 33, col 49, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 34, col 126, Line is too long. +build/public/templates/admin/partials/offcanvas.js: line 35, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 35, col 49, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 36, col 124, Line is too long. +build/public/templates/admin/partials/offcanvas.js: line 37, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 37, col 41, ['showManageMenu'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 38, col 550, Line is too long. +build/public/templates/admin/partials/offcanvas.js: line 39, col 164, Line is too long. +build/public/templates/admin/partials/offcanvas.js: line 39, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 39, col 45, ['user'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 39, col 56, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 39, col 72, ['user'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 39, col 80, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 39, col 97, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 39, col 113, ['user'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 39, col 121, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 41, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 41, col 57, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 45, col 164, Line is too long. +build/public/templates/admin/partials/offcanvas.js: line 45, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 45, col 45, ['user'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 45, col 56, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 45, col 72, ['user'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 45, col 80, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 45, col 97, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 45, col 113, ['user'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 45, col 121, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 47, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 47, col 57, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 51, col 159, Line is too long. +build/public/templates/admin/partials/offcanvas.js: line 51, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 51, col 45, ['user'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 51, col 56, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 51, col 72, ['user'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 51, col 80, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 51, col 97, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 51, col 113, ['user'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 51, col 121, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 53, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 53, col 57, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 57, col 160, Line is too long. +build/public/templates/admin/partials/offcanvas.js: line 57, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 57, col 45, ['user'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 57, col 56, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 57, col 72, ['user'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 57, col 80, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 57, col 97, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 57, col 113, ['user'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 57, col 121, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 59, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 59, col 57, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 63, col 165, Line is too long. +build/public/templates/admin/partials/offcanvas.js: line 63, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 63, col 45, ['user'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 63, col 56, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 63, col 72, ['user'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 63, col 80, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 63, col 97, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 63, col 113, ['user'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 63, col 121, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 65, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 65, col 57, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 69, col 158, Line is too long. +build/public/templates/admin/partials/offcanvas.js: line 69, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 69, col 45, ['user'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 69, col 56, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 69, col 72, ['user'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 69, col 80, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 69, col 97, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 69, col 113, ['user'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 69, col 121, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 71, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 71, col 57, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 75, col 158, Line is too long. +build/public/templates/admin/partials/offcanvas.js: line 75, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 75, col 45, ['user'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 75, col 56, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 75, col 72, ['user'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 75, col 80, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 75, col 97, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 75, col 113, ['user'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 75, col 121, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 75, col 135, ['superadmin'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 77, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 77, col 57, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 78, col 140, Line is too long. +build/public/templates/admin/partials/offcanvas.js: line 79, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 79, col 57, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 80, col 130, Line is too long. +build/public/templates/admin/partials/offcanvas.js: line 81, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 81, col 57, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 82, col 210, Line is too long. +build/public/templates/admin/partials/offcanvas.js: line 83, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 83, col 57, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 84, col 177, Line is too long. +build/public/templates/admin/partials/offcanvas.js: line 85, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 85, col 57, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 86, col 177, Line is too long. +build/public/templates/admin/partials/offcanvas.js: line 87, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 87, col 57, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 88, col 112, Line is too long. +build/public/templates/admin/partials/offcanvas.js: line 93, col 158, Line is too long. +build/public/templates/admin/partials/offcanvas.js: line 93, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 93, col 41, ['user'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 93, col 52, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 93, col 68, ['user'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 93, col 76, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 93, col 93, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 93, col 109, ['user'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 93, col 117, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 94, col 637, Line is too long. +build/public/templates/admin/partials/offcanvas.js: line 95, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 95, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 96, col 129, Line is too long. +build/public/templates/admin/partials/offcanvas.js: line 97, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 97, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 98, col 136, Line is too long. +build/public/templates/admin/partials/offcanvas.js: line 99, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 99, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 100, col 124, Line is too long. +build/public/templates/admin/partials/offcanvas.js: line 101, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 101, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 102, col 136, Line is too long. +build/public/templates/admin/partials/offcanvas.js: line 103, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 103, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 104, col 126, Line is too long. +build/public/templates/admin/partials/offcanvas.js: line 105, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 105, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 106, col 122, Line is too long. +build/public/templates/admin/partials/offcanvas.js: line 107, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 107, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 108, col 124, Line is too long. +build/public/templates/admin/partials/offcanvas.js: line 109, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 109, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 110, col 130, Line is too long. +build/public/templates/admin/partials/offcanvas.js: line 111, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 111, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 112, col 126, Line is too long. +build/public/templates/admin/partials/offcanvas.js: line 113, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 113, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 114, col 124, Line is too long. +build/public/templates/admin/partials/offcanvas.js: line 115, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 115, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 116, col 136, Line is too long. +build/public/templates/admin/partials/offcanvas.js: line 117, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 117, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 118, col 142, Line is too long. +build/public/templates/admin/partials/offcanvas.js: line 119, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 119, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 120, col 122, Line is too long. +build/public/templates/admin/partials/offcanvas.js: line 121, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 121, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 122, col 138, Line is too long. +build/public/templates/admin/partials/offcanvas.js: line 123, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 123, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 124, col 130, Line is too long. +build/public/templates/admin/partials/offcanvas.js: line 125, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 125, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 126, col 138, Line is too long. +build/public/templates/admin/partials/offcanvas.js: line 127, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 127, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 128, col 764, Line is too long. +build/public/templates/admin/partials/offcanvas.js: line 129, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 129, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 130, col 156, Line is too long. +build/public/templates/admin/partials/offcanvas.js: line 131, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 131, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 132, col 158, Line is too long. +build/public/templates/admin/partials/offcanvas.js: line 133, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 133, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 134, col 721, Line is too long. +build/public/templates/admin/partials/offcanvas.js: line 135, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 135, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 136, col 126, Line is too long. +build/public/templates/admin/partials/offcanvas.js: line 137, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 137, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 138, col 126, Line is too long. +build/public/templates/admin/partials/offcanvas.js: line 139, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 139, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 140, col 121, Line is too long. +build/public/templates/admin/partials/offcanvas.js: line 141, col 105, Line is too long. +build/public/templates/admin/partials/offcanvas.js: line 141, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 141, col 45, ['plugins'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 141, col 59, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 141, col 75, ['plugins'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 141, col 86, ['length'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 142, col 558, Line is too long. +build/public/templates/admin/partials/offcanvas.js: line 143, col 30, ['plugins'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 145, col 123, Line is too long. +build/public/templates/admin/partials/offcanvas.js: line 145, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 145, col 49, ['authentication'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 145, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 145, col 86, ['authentication'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 145, col 104, ['length'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 147, col 34, ['authentication'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 151, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 151, col 57, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 152, col 118, Line is too long. +build/public/templates/admin/partials/offcanvas.js: line 157, col 154, Line is too long. +build/public/templates/admin/partials/offcanvas.js: line 157, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 157, col 41, ['user'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 157, col 52, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 157, col 68, ['user'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 157, col 76, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 157, col 93, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 157, col 109, ['user'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 157, col 117, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 157, col 131, ['superadmin'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 158, col 617, Line is too long. +build/public/templates/admin/partials/offcanvas.js: line 159, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 159, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 160, col 132, Line is too long. +build/public/templates/admin/partials/offcanvas.js: line 161, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 161, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 162, col 128, Line is too long. +build/public/templates/admin/partials/offcanvas.js: line 163, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 163, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 164, col 126, Line is too long. +build/public/templates/admin/partials/offcanvas.js: line 165, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 165, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 166, col 126, Line is too long. +build/public/templates/admin/partials/offcanvas.js: line 167, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 167, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 168, col 128, Line is too long. +build/public/templates/admin/partials/offcanvas.js: line 169, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 169, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 171, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 171, col 45, ['env'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 173, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 173, col 57, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 179, col 154, Line is too long. +build/public/templates/admin/partials/offcanvas.js: line 179, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 179, col 41, ['user'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 179, col 52, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 179, col 68, ['user'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 179, col 76, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 179, col 93, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 179, col 109, ['user'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 179, col 117, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 179, col 131, ['superadmin'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 180, col 477, Line is too long. +build/public/templates/admin/partials/offcanvas.js: line 182, col 244, Line is too long. +build/public/templates/admin/partials/offcanvas.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/partials/offcanvas.js: line 189, col 115, Line is too long. +build/public/templates/admin/partials/offcanvas.js: line 189, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 189, col 52, ['plugins'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 192, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 192, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 194, col 156, Line is too long. +build/public/templates/admin/partials/offcanvas.js: line 194, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 194, col 53, ['plugins'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 194, col 67, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 194, col 83, ['plugins'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 194, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 194, col 119, ['plugins'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 194, col 136, ['route'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 196, col 155, Line is too long. +build/public/templates/admin/partials/offcanvas.js: line 196, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 196, col 53, ['plugins'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 196, col 67, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 196, col 83, ['plugins'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 196, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 196, col 119, ['plugins'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 196, col 136, ['name'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 190, col 13, 'key' is defined but never used. +build/public/templates/admin/partials/offcanvas.js: line 189, col 108, 'value' is defined but never used. +build/public/templates/admin/partials/offcanvas.js: line 189, col 100, 'length' is defined but never used. +build/public/templates/admin/partials/offcanvas.js: line 189, col 93, 'index' is defined but never used. +build/public/templates/admin/partials/offcanvas.js: line 188, col 11, 'value' is defined but never used. +build/public/templates/admin/partials/offcanvas.js: line 186, col 64, 'helper' is defined but never used. +build/public/templates/admin/partials/offcanvas.js: line 205, col 122, Line is too long. +build/public/templates/admin/partials/offcanvas.js: line 205, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 205, col 52, ['authentication'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 208, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 208, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 210, col 177, Line is too long. +build/public/templates/admin/partials/offcanvas.js: line 210, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 210, col 53, ['authentication'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 210, col 74, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 210, col 90, ['authentication'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 210, col 117, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 210, col 133, ['authentication'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 210, col 157, ['route'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 212, col 176, Line is too long. +build/public/templates/admin/partials/offcanvas.js: line 212, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 212, col 53, ['authentication'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 212, col 74, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 212, col 90, ['authentication'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 212, col 117, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/offcanvas.js: line 212, col 133, ['authentication'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 212, col 157, ['name'] is better written in dot notation. +build/public/templates/admin/partials/offcanvas.js: line 206, col 13, 'key' is defined but never used. +build/public/templates/admin/partials/offcanvas.js: line 205, col 115, 'value' is defined but never used. +build/public/templates/admin/partials/offcanvas.js: line 205, col 107, 'length' is defined but never used. +build/public/templates/admin/partials/offcanvas.js: line 205, col 100, 'index' is defined but never used. +build/public/templates/admin/partials/offcanvas.js: line 204, col 11, 'value' is defined but never used. +build/public/templates/admin/partials/offcanvas.js: line 202, col 78, 'helper' is defined but never used. +build/public/templates/admin/partials/offcanvas.js: line 221, col 3, Missing semicolon. +build/public/templates/admin/partials/offcanvas.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/partials/offcanvas.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/partials/pageviews-range-select.js: line 12, col 746, Line is too long. +build/public/templates/admin/partials/pageviews-range-select.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/admin/partials/pageviews-range-select.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/partials/pageviews-range-select.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/admin/partials/pageviews-range-select.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/admin/partials/pageviews-range-select.js: line 9, col 39, 'guard' is defined but never used. +build/public/templates/admin/partials/pageviews-range-select.js: line 20, col 3, Missing semicolon. +build/public/templates/admin/partials/pageviews-range-select.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/partials/pageviews-range-select.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/partials/paginator.js: line 13, col 158, Line is too long. +build/public/templates/admin/partials/paginator.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/paginator.js: line 13, col 41, ['pagination'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 13, col 58, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/paginator.js: line 13, col 74, ['pagination'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 13, col 88, ['pages'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 13, col 100, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/paginator.js: line 13, col 116, ['pagination'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 13, col 130, ['pages'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 13, col 139, ['length'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 16, col 148, Line is too long. +build/public/templates/admin/partials/paginator.js: line 17, col 156, Line is too long. +build/public/templates/admin/partials/paginator.js: line 17, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/paginator.js: line 17, col 41, ['pagination'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 17, col 58, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/paginator.js: line 17, col 74, ['pagination'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 17, col 88, ['prev'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 17, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/paginator.js: line 17, col 115, ['pagination'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 17, col 129, ['prev'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 17, col 137, ['active'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 21, col 162, Line is too long. +build/public/templates/admin/partials/paginator.js: line 21, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/paginator.js: line 21, col 49, ['pagination'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 21, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/paginator.js: line 21, col 82, ['pagination'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 21, col 96, ['prev'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 21, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/paginator.js: line 21, col 123, ['pagination'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 21, col 137, ['prev'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 21, col 145, ['qs'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 23, col 164, Line is too long. +build/public/templates/admin/partials/paginator.js: line 23, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/paginator.js: line 23, col 49, ['pagination'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 23, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/paginator.js: line 23, col 82, ['pagination'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 23, col 96, ['prev'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 23, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/paginator.js: line 23, col 123, ['pagination'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 23, col 137, ['prev'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 23, col 145, ['page'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 27, col 156, Line is too long. +build/public/templates/admin/partials/paginator.js: line 27, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/paginator.js: line 27, col 41, ['pagination'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 27, col 58, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/paginator.js: line 27, col 74, ['pagination'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 27, col 88, ['next'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 27, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/paginator.js: line 27, col 115, ['pagination'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 27, col 129, ['next'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 27, col 137, ['active'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 31, col 162, Line is too long. +build/public/templates/admin/partials/paginator.js: line 31, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/paginator.js: line 31, col 49, ['pagination'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 31, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/paginator.js: line 31, col 82, ['pagination'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 31, col 96, ['next'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 31, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/paginator.js: line 31, col 123, ['pagination'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 31, col 137, ['next'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 31, col 145, ['qs'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 33, col 164, Line is too long. +build/public/templates/admin/partials/paginator.js: line 33, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/paginator.js: line 33, col 49, ['pagination'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 33, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/paginator.js: line 33, col 82, ['pagination'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 33, col 96, ['next'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 33, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/paginator.js: line 33, col 123, ['pagination'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 33, col 137, ['next'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 33, col 145, ['page'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 35, col 102, Line is too long. +build/public/templates/admin/partials/paginator.js: line 35, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/paginator.js: line 35, col 41, ['template'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 35, col 56, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/paginator.js: line 35, col 72, ['template'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 35, col 84, ['topic'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 37, col 126, Line is too long. +build/public/templates/admin/partials/paginator.js: line 38, col 160, Line is too long. +build/public/templates/admin/partials/paginator.js: line 38, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/paginator.js: line 38, col 45, ['pagination'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 38, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/paginator.js: line 38, col 78, ['pagination'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 38, col 92, ['prev'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 38, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/paginator.js: line 38, col 119, ['pagination'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 38, col 133, ['prev'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 38, col 141, ['active'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 42, col 168, Line is too long. +build/public/templates/admin/partials/paginator.js: line 42, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/paginator.js: line 42, col 53, ['pagination'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 42, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/paginator.js: line 42, col 86, ['pagination'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 42, col 100, ['first'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 42, col 112, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/paginator.js: line 42, col 128, ['pagination'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 42, col 142, ['first'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 42, col 151, ['qs'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 43, col 115, Line is too long. +build/public/templates/admin/partials/paginator.js: line 44, col 160, Line is too long. +build/public/templates/admin/partials/paginator.js: line 44, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/paginator.js: line 44, col 45, ['pagination'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 44, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/paginator.js: line 44, col 78, ['pagination'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 44, col 92, ['prev'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 44, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/paginator.js: line 44, col 119, ['pagination'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 44, col 133, ['prev'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 44, col 141, ['active'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 48, col 166, Line is too long. +build/public/templates/admin/partials/paginator.js: line 48, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/paginator.js: line 48, col 53, ['pagination'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 48, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/paginator.js: line 48, col 86, ['pagination'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 48, col 100, ['prev'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 48, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/paginator.js: line 48, col 127, ['pagination'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 48, col 141, ['prev'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 48, col 149, ['qs'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 50, col 168, Line is too long. +build/public/templates/admin/partials/paginator.js: line 50, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/paginator.js: line 50, col 53, ['pagination'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 50, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/paginator.js: line 50, col 86, ['pagination'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 50, col 100, ['prev'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 50, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/paginator.js: line 50, col 127, ['pagination'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 50, col 141, ['prev'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 50, col 149, ['page'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 51, col 196, Line is too long. +build/public/templates/admin/partials/paginator.js: line 52, col 126, Line is too long. +build/public/templates/admin/partials/paginator.js: line 52, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/paginator.js: line 52, col 53, ['pagination'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 52, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/paginator.js: line 52, col 86, ['pagination'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 52, col 100, ['currentPage'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 54, col 124, Line is too long. +build/public/templates/admin/partials/paginator.js: line 54, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/paginator.js: line 54, col 53, ['pagination'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 54, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/paginator.js: line 54, col 86, ['pagination'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 54, col 100, ['pageCount'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 56, col 160, Line is too long. +build/public/templates/admin/partials/paginator.js: line 56, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/paginator.js: line 56, col 45, ['pagination'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 56, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/paginator.js: line 56, col 78, ['pagination'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 56, col 92, ['next'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 56, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/paginator.js: line 56, col 119, ['pagination'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 56, col 133, ['next'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 56, col 141, ['active'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 60, col 166, Line is too long. +build/public/templates/admin/partials/paginator.js: line 60, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/paginator.js: line 60, col 53, ['pagination'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 60, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/paginator.js: line 60, col 86, ['pagination'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 60, col 100, ['next'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 60, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/paginator.js: line 60, col 127, ['pagination'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 60, col 141, ['next'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 60, col 149, ['qs'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 62, col 168, Line is too long. +build/public/templates/admin/partials/paginator.js: line 62, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/paginator.js: line 62, col 53, ['pagination'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 62, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/paginator.js: line 62, col 86, ['pagination'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 62, col 100, ['next'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 62, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/paginator.js: line 62, col 127, ['pagination'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 62, col 141, ['next'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 62, col 149, ['page'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 64, col 160, Line is too long. +build/public/templates/admin/partials/paginator.js: line 64, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/paginator.js: line 64, col 45, ['pagination'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 64, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/paginator.js: line 64, col 78, ['pagination'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 64, col 92, ['next'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 64, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/paginator.js: line 64, col 119, ['pagination'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 64, col 133, ['next'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 64, col 141, ['active'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 68, col 166, Line is too long. +build/public/templates/admin/partials/paginator.js: line 68, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/paginator.js: line 68, col 53, ['pagination'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 68, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/paginator.js: line 68, col 86, ['pagination'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 68, col 100, ['last'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 68, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/paginator.js: line 68, col 127, ['pagination'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 68, col 141, ['last'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 68, col 149, ['qs'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 70, col 124, Line is too long. +build/public/templates/admin/partials/paginator.js: line 70, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/paginator.js: line 70, col 53, ['pagination'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 70, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/paginator.js: line 70, col 86, ['pagination'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 70, col 100, ['pageCount'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/partials/paginator.js: line 79, col 160, Line is too long. +build/public/templates/admin/partials/paginator.js: line 79, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/paginator.js: line 79, col 52, ['pagination'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 79, col 69, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/paginator.js: line 79, col 85, ['pagination'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 79, col 99, ['pages'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 82, col 219, Line is too long. +build/public/templates/admin/partials/paginator.js: line 82, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/paginator.js: line 82, col 45, ['pagination'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 82, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/paginator.js: line 82, col 78, ['pagination'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 82, col 92, ['pages'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 82, col 104, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/paginator.js: line 82, col 120, ['pagination'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 82, col 134, ['pages'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 82, col 152, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/paginator.js: line 82, col 168, ['pagination'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 82, col 182, ['pages'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 82, col 197, ['separator'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 83, col 205, Line is too long. +build/public/templates/admin/partials/paginator.js: line 85, col 220, Line is too long. +build/public/templates/admin/partials/paginator.js: line 85, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/paginator.js: line 85, col 49, ['pagination'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 85, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/paginator.js: line 85, col 82, ['pagination'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 85, col 96, ['pages'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 85, col 108, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/paginator.js: line 85, col 124, ['pagination'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 85, col 138, ['pages'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 85, col 156, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/paginator.js: line 85, col 172, ['pagination'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 85, col 186, ['pages'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 85, col 201, ['active'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 89, col 226, Line is too long. +build/public/templates/admin/partials/paginator.js: line 89, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/paginator.js: line 89, col 57, ['pagination'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 89, col 74, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/paginator.js: line 89, col 90, ['pagination'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 89, col 104, ['pages'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 89, col 116, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/paginator.js: line 89, col 132, ['pagination'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 89, col 146, ['pages'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 89, col 164, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/paginator.js: line 89, col 180, ['pagination'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 89, col 194, ['pages'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 89, col 209, ['qs'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 91, col 228, Line is too long. +build/public/templates/admin/partials/paginator.js: line 91, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/paginator.js: line 91, col 57, ['pagination'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 91, col 74, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/paginator.js: line 91, col 90, ['pagination'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 91, col 104, ['pages'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 91, col 116, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/paginator.js: line 91, col 132, ['pagination'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 91, col 146, ['pages'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 91, col 164, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/paginator.js: line 91, col 180, ['pagination'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 91, col 194, ['pages'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 91, col 209, ['page'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 93, col 228, Line is too long. +build/public/templates/admin/partials/paginator.js: line 93, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/paginator.js: line 93, col 57, ['pagination'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 93, col 74, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/paginator.js: line 93, col 90, ['pagination'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 93, col 104, ['pages'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 93, col 116, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/paginator.js: line 93, col 132, ['pagination'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 93, col 146, ['pages'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 93, col 164, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/paginator.js: line 93, col 180, ['pagination'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 93, col 194, ['pages'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 93, col 209, ['page'] is better written in dot notation. +build/public/templates/admin/partials/paginator.js: line 80, col 13, 'key' is defined but never used. +build/public/templates/admin/partials/paginator.js: line 79, col 153, 'value' is defined but never used. +build/public/templates/admin/partials/paginator.js: line 79, col 145, 'length' is defined but never used. +build/public/templates/admin/partials/paginator.js: line 79, col 138, 'index' is defined but never used. +build/public/templates/admin/partials/paginator.js: line 78, col 11, 'value' is defined but never used. +build/public/templates/admin/partials/paginator.js: line 76, col 81, 'helper' is defined but never used. +build/public/templates/admin/partials/paginator.js: line 103, col 3, Missing semicolon. +build/public/templates/admin/partials/paginator.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/partials/paginator.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/partials/plugins/license.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/plugins/license.js: line 13, col 49, ['name'] is better written in dot notation. +build/public/templates/admin/partials/plugins/license.js: line 15, col 109, Line is too long. +build/public/templates/admin/partials/plugins/license.js: line 15, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/plugins/license.js: line 15, col 49, ['license'] is better written in dot notation. +build/public/templates/admin/partials/plugins/license.js: line 15, col 63, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/plugins/license.js: line 15, col 79, ['license'] is better written in dot notation. +build/public/templates/admin/partials/plugins/license.js: line 15, col 90, ['name'] is better written in dot notation. +build/public/templates/admin/partials/plugins/license.js: line 17, col 109, Line is too long. +build/public/templates/admin/partials/plugins/license.js: line 17, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/plugins/license.js: line 17, col 49, ['license'] is better written in dot notation. +build/public/templates/admin/partials/plugins/license.js: line 17, col 63, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/plugins/license.js: line 17, col 79, ['license'] is better written in dot notation. +build/public/templates/admin/partials/plugins/license.js: line 17, col 90, ['text'] is better written in dot notation. +build/public/templates/admin/partials/plugins/license.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/partials/plugins/license.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/admin/partials/plugins/license.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/admin/partials/plugins/license.js: line 26, col 3, Missing semicolon. +build/public/templates/admin/partials/plugins/license.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/partials/plugins/license.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/partials/privileges/category.js: line 12, col 827, Line is too long. +build/public/templates/admin/partials/privileges/category.js: line 13, col 122, Line is too long. +build/public/templates/admin/partials/privileges/category.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 13, col 41, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 13, col 58, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 13, col 74, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 13, col 88, ['columnCountGroupOther'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 14, col 166, Line is too long. +build/public/templates/admin/partials/privileges/category.js: line 16, col 230, Line is too long. +build/public/templates/admin/partials/privileges/category.js: line 21, col 227, Line is too long. +build/public/templates/admin/partials/privileges/category.js: line 21, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 21, col 49, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 21, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 21, col 82, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 21, col 96, ['keys'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 21, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 21, col 123, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 21, col 137, ['keys'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 21, col 145, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 21, col 158, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 21, col 174, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 21, col 188, ['keys'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 21, col 196, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 21, col 206, ['length'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 22, col 1986, Line is too long. +build/public/templates/admin/partials/privileges/category.js: line 23, col 121, Line is too long. +build/public/templates/admin/partials/privileges/category.js: line 23, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 23, col 41, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 23, col 58, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 23, col 74, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 23, col 88, ['columnCountUserOther'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 24, col 178, Line is too long. +build/public/templates/admin/partials/privileges/category.js: line 26, col 229, Line is too long. +build/public/templates/admin/partials/privileges/category.js: line 27, col 157, Line is too long. +build/public/templates/admin/partials/privileges/category.js: line 27, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 27, col 45, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 27, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 27, col 78, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 27, col 92, ['labelData'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 30, col 236, Line is too long. +build/public/templates/admin/partials/privileges/category.js: line 30, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 30, col 53, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 30, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 30, col 86, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 30, col 100, ['labelData'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 30, col 116, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 30, col 132, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 30, col 146, ['labelData'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 30, col 168, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 30, col 184, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 30, col 198, ['labelData'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 30, col 217, ['type'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 32, col 237, Line is too long. +build/public/templates/admin/partials/privileges/category.js: line 32, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 32, col 53, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 32, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 32, col 86, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 32, col 100, ['labelData'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 32, col 116, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 32, col 132, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 32, col 146, ['labelData'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 32, col 168, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 32, col 184, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 32, col 198, ['labelData'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 32, col 217, ['label'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 28, col 13, 'key' is defined but never used. +build/public/templates/admin/partials/privileges/category.js: line 27, col 150, 'value' is defined but never used. +build/public/templates/admin/partials/privileges/category.js: line 27, col 142, 'length' is defined but never used. +build/public/templates/admin/partials/privileges/category.js: line 27, col 135, 'index' is defined but never used. +build/public/templates/admin/partials/privileges/category.js: line 40, col 225, Line is too long. +build/public/templates/admin/partials/privileges/category.js: line 40, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 40, col 49, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 40, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 40, col 82, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 40, col 96, ['keys'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 40, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 40, col 123, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 40, col 137, ['keys'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 40, col 145, ['users'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 40, col 157, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 40, col 173, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 40, col 187, ['keys'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 40, col 195, ['users'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 40, col 204, ['length'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 41, col 324, Line is too long. +build/public/templates/admin/partials/privileges/category.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/partials/privileges/category.js: line 48, col 164, Line is too long. +build/public/templates/admin/partials/privileges/category.js: line 48, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 48, col 52, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 48, col 69, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 48, col 85, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 48, col 99, ['labelData'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 51, col 236, Line is too long. +build/public/templates/admin/partials/privileges/category.js: line 51, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 51, col 53, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 51, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 51, col 86, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 51, col 100, ['labelData'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 51, col 116, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 51, col 132, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 51, col 146, ['labelData'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 51, col 168, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 51, col 184, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 51, col 198, ['labelData'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 51, col 217, ['type'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 53, col 237, Line is too long. +build/public/templates/admin/partials/privileges/category.js: line 53, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 53, col 53, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 53, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 53, col 86, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 53, col 100, ['labelData'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 53, col 116, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 53, col 132, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 53, col 146, ['labelData'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 53, col 168, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 53, col 184, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 53, col 198, ['labelData'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 53, col 217, ['label'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 49, col 13, 'key' is defined but never used. +build/public/templates/admin/partials/privileges/category.js: line 48, col 157, 'value' is defined but never used. +build/public/templates/admin/partials/privileges/category.js: line 48, col 149, 'length' is defined but never used. +build/public/templates/admin/partials/privileges/category.js: line 48, col 142, 'index' is defined but never used. +build/public/templates/admin/partials/privileges/category.js: line 47, col 11, 'value' is defined but never used. +build/public/templates/admin/partials/privileges/category.js: line 45, col 89, 'helper' is defined but never used. +build/public/templates/admin/partials/privileges/category.js: line 62, col 161, Line is too long. +build/public/templates/admin/partials/privileges/category.js: line 62, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 62, col 52, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 62, col 69, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 62, col 85, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 62, col 99, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 65, col 234, Line is too long. +build/public/templates/admin/partials/privileges/category.js: line 65, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 65, col 53, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 65, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 65, col 86, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 65, col 100, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 65, col 113, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 65, col 129, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 65, col 143, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 65, col 162, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 65, col 178, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 65, col 192, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 65, col 208, ['nameEscaped'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 67, col 222, Line is too long. +build/public/templates/admin/partials/privileges/category.js: line 67, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 67, col 45, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 67, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 67, col 78, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 67, col 92, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 67, col 105, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 67, col 121, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 67, col 135, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 67, col 154, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 67, col 170, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 67, col 184, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 67, col 200, ['isPrivate'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 71, col 222, Line is too long. +build/public/templates/admin/partials/privileges/category.js: line 71, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 71, col 45, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 71, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 71, col 78, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 71, col 92, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 71, col 105, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 71, col 121, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 71, col 135, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 71, col 154, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 71, col 170, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 71, col 184, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 71, col 200, ['isPrivate'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 73, col 241, Line is too long. +build/public/templates/admin/partials/privileges/category.js: line 73, col 34, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 73, col 50, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 73, col 67, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 73, col 83, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 73, col 97, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 73, col 110, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 73, col 126, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 73, col 140, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 73, col 159, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 73, col 175, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 73, col 189, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 73, col 205, ['name'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 73, col 224, Expected '===' and instead saw '=='. +build/public/templates/admin/partials/privileges/category.js: line 74, col 156, Line is too long. +build/public/templates/admin/partials/privileges/category.js: line 75, col 134, Line is too long. +build/public/templates/admin/partials/privileges/category.js: line 79, col 227, Line is too long. +build/public/templates/admin/partials/privileges/category.js: line 79, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 79, col 53, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 79, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 79, col 86, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 79, col 100, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 79, col 113, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 79, col 129, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 79, col 143, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 79, col 162, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 79, col 178, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 79, col 192, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 79, col 208, ['name'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 80, col 1031, Line is too long. +build/public/templates/admin/partials/privileges/category.js: line 81, col 748, Line is too long. +build/public/templates/admin/partials/privileges/category.js: line 81, col 87, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 81, col 103, ['cid'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 81, col 137, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 81, col 153, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 81, col 170, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 81, col 186, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 81, col 200, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 81, col 213, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 81, col 229, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 81, col 243, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 81, col 262, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 81, col 278, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 81, col 292, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 81, col 308, ['name'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 81, col 343, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 81, col 359, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 81, col 376, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 81, col 392, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 81, col 406, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 81, col 419, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 81, col 435, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 81, col 449, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 81, col 468, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 81, col 484, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 81, col 498, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 81, col 514, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 81, col 555, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 81, col 571, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 81, col 588, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 81, col 604, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 81, col 618, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 81, col 631, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 81, col 647, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 81, col 661, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 81, col 680, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 81, col 696, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 81, col 710, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 81, col 726, ['types'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 63, col 13, 'key' is defined but never used. +build/public/templates/admin/partials/privileges/category.js: line 62, col 154, 'value' is defined but never used. +build/public/templates/admin/partials/privileges/category.js: line 62, col 146, 'length' is defined but never used. +build/public/templates/admin/partials/privileges/category.js: line 62, col 139, 'index' is defined but never used. +build/public/templates/admin/partials/privileges/category.js: line 61, col 11, 'value' is defined but never used. +build/public/templates/admin/partials/privileges/category.js: line 90, col 160, Line is too long. +build/public/templates/admin/partials/privileges/category.js: line 90, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 90, col 52, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 90, col 69, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 90, col 85, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 90, col 99, ['users'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 93, col 223, Line is too long. +build/public/templates/admin/partials/privileges/category.js: line 93, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 93, col 53, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 93, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 93, col 86, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 93, col 100, ['users'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 93, col 112, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 93, col 128, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 93, col 142, ['users'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 93, col 160, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 93, col 176, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 93, col 190, ['users'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 93, col 205, ['uid'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 95, col 216, Line is too long. +build/public/templates/admin/partials/privileges/category.js: line 95, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 95, col 45, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 95, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 95, col 78, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 95, col 92, ['users'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 95, col 104, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 95, col 120, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 95, col 134, ['users'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 95, col 152, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 95, col 168, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 95, col 182, ['users'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 95, col 197, ['banned'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 99, col 270, Line is too long. +build/public/templates/admin/partials/privileges/category.js: line 99, col 78, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 99, col 94, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 99, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 99, col 127, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 99, col 141, ['users'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 99, col 153, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 99, col 169, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 99, col 183, ['users'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 99, col 233, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 101, col 216, Line is too long. +build/public/templates/admin/partials/privileges/category.js: line 101, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 101, col 45, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 101, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 101, col 78, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 101, col 92, ['users'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 101, col 104, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 101, col 120, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 101, col 134, ['users'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 101, col 152, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 101, col 168, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 101, col 182, ['users'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 101, col 197, ['banned'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 102, col 138, Line is too long. +build/public/templates/admin/partials/privileges/category.js: line 105, col 228, Line is too long. +build/public/templates/admin/partials/privileges/category.js: line 105, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 105, col 53, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 105, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 105, col 86, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 105, col 100, ['users'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 105, col 112, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 105, col 128, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 105, col 142, ['users'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 105, col 160, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 105, col 176, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 105, col 190, ['users'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 105, col 205, ['username'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 106, col 237, Line is too long. +build/public/templates/admin/partials/privileges/category.js: line 107, col 743, Line is too long. +build/public/templates/admin/partials/privileges/category.js: line 107, col 87, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 107, col 103, ['cid'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 107, col 137, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 107, col 153, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 107, col 170, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 107, col 186, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 107, col 200, ['users'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 107, col 212, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 107, col 228, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 107, col 242, ['users'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 107, col 260, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 107, col 276, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 107, col 290, ['users'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 107, col 305, ['username'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 107, col 344, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 107, col 360, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 107, col 377, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 107, col 393, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 107, col 407, ['users'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 107, col 419, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 107, col 435, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 107, col 449, ['users'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 107, col 467, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 107, col 483, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 107, col 497, ['users'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 107, col 512, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 107, col 553, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 107, col 569, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 107, col 586, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 107, col 602, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 107, col 616, ['users'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 107, col 628, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 107, col 644, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 107, col 658, ['users'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 107, col 676, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/category.js: line 107, col 692, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 107, col 706, ['users'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 107, col 721, ['types'] is better written in dot notation. +build/public/templates/admin/partials/privileges/category.js: line 91, col 13, 'key' is defined but never used. +build/public/templates/admin/partials/privileges/category.js: line 90, col 153, 'value' is defined but never used. +build/public/templates/admin/partials/privileges/category.js: line 90, col 145, 'length' is defined but never used. +build/public/templates/admin/partials/privileges/category.js: line 90, col 138, 'index' is defined but never used. +build/public/templates/admin/partials/privileges/category.js: line 89, col 11, 'value' is defined but never used. +build/public/templates/admin/partials/privileges/category.js: line 116, col 3, Missing semicolon. +build/public/templates/admin/partials/privileges/category.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/partials/privileges/category.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/partials/privileges/global.js: line 12, col 169, Line is too long. +build/public/templates/admin/partials/privileges/global.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 13, col 41, ['isAdminPriv'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 15, col 721, Line is too long. +build/public/templates/admin/partials/privileges/global.js: line 16, col 126, Line is too long. +build/public/templates/admin/partials/privileges/global.js: line 16, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 16, col 45, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 16, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 16, col 78, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 16, col 92, ['columnCountGroupOther'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 17, col 182, Line is too long. +build/public/templates/admin/partials/privileges/global.js: line 20, col 173, Line is too long. +build/public/templates/admin/partials/privileges/global.js: line 25, col 227, Line is too long. +build/public/templates/admin/partials/privileges/global.js: line 25, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 25, col 49, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 25, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 25, col 82, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 25, col 96, ['keys'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 25, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 25, col 123, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 25, col 137, ['keys'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 25, col 145, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 25, col 158, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 25, col 174, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 25, col 188, ['keys'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 25, col 196, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 25, col 206, ['length'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 26, col 573, Line is too long. +build/public/templates/admin/partials/privileges/global.js: line 27, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 27, col 41, ['isAdminPriv'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 29, col 681, Line is too long. +build/public/templates/admin/partials/privileges/global.js: line 30, col 125, Line is too long. +build/public/templates/admin/partials/privileges/global.js: line 30, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 30, col 45, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 30, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 30, col 78, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 30, col 92, ['columnCountUserOther'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 31, col 182, Line is too long. +build/public/templates/admin/partials/privileges/global.js: line 34, col 172, Line is too long. +build/public/templates/admin/partials/privileges/global.js: line 35, col 157, Line is too long. +build/public/templates/admin/partials/privileges/global.js: line 35, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 35, col 45, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 35, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 35, col 78, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 35, col 92, ['labelData'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 38, col 236, Line is too long. +build/public/templates/admin/partials/privileges/global.js: line 38, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 38, col 53, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 38, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 38, col 86, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 38, col 100, ['labelData'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 38, col 116, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 38, col 132, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 38, col 146, ['labelData'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 38, col 168, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 38, col 184, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 38, col 198, ['labelData'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 38, col 217, ['type'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 40, col 237, Line is too long. +build/public/templates/admin/partials/privileges/global.js: line 40, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 40, col 53, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 40, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 40, col 86, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 40, col 100, ['labelData'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 40, col 116, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 40, col 132, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 40, col 146, ['labelData'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 40, col 168, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 40, col 184, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 40, col 198, ['labelData'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 40, col 217, ['label'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 36, col 13, 'key' is defined but never used. +build/public/templates/admin/partials/privileges/global.js: line 35, col 150, 'value' is defined but never used. +build/public/templates/admin/partials/privileges/global.js: line 35, col 142, 'length' is defined but never used. +build/public/templates/admin/partials/privileges/global.js: line 35, col 135, 'index' is defined but never used. +build/public/templates/admin/partials/privileges/global.js: line 48, col 225, Line is too long. +build/public/templates/admin/partials/privileges/global.js: line 48, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 48, col 49, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 48, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 48, col 82, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 48, col 96, ['keys'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 48, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 48, col 123, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 48, col 137, ['keys'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 48, col 145, ['users'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 48, col 157, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 48, col 173, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 48, col 187, ['keys'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 48, col 195, ['users'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 48, col 204, ['length'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 49, col 324, Line is too long. +build/public/templates/admin/partials/privileges/global.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/partials/privileges/global.js: line 56, col 164, Line is too long. +build/public/templates/admin/partials/privileges/global.js: line 56, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 56, col 52, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 56, col 69, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 56, col 85, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 56, col 99, ['labelData'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 59, col 236, Line is too long. +build/public/templates/admin/partials/privileges/global.js: line 59, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 59, col 53, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 59, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 59, col 86, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 59, col 100, ['labelData'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 59, col 116, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 59, col 132, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 59, col 146, ['labelData'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 59, col 168, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 59, col 184, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 59, col 198, ['labelData'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 59, col 217, ['type'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 61, col 237, Line is too long. +build/public/templates/admin/partials/privileges/global.js: line 61, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 61, col 53, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 61, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 61, col 86, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 61, col 100, ['labelData'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 61, col 116, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 61, col 132, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 61, col 146, ['labelData'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 61, col 168, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 61, col 184, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 61, col 198, ['labelData'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 61, col 217, ['label'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 57, col 13, 'key' is defined but never used. +build/public/templates/admin/partials/privileges/global.js: line 56, col 157, 'value' is defined but never used. +build/public/templates/admin/partials/privileges/global.js: line 56, col 149, 'length' is defined but never used. +build/public/templates/admin/partials/privileges/global.js: line 56, col 142, 'index' is defined but never used. +build/public/templates/admin/partials/privileges/global.js: line 55, col 11, 'value' is defined but never used. +build/public/templates/admin/partials/privileges/global.js: line 53, col 89, 'helper' is defined but never used. +build/public/templates/admin/partials/privileges/global.js: line 70, col 161, Line is too long. +build/public/templates/admin/partials/privileges/global.js: line 70, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 70, col 52, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 70, col 69, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 70, col 85, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 70, col 99, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 73, col 234, Line is too long. +build/public/templates/admin/partials/privileges/global.js: line 73, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 73, col 53, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 73, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 73, col 86, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 73, col 100, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 73, col 113, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 73, col 129, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 73, col 143, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 73, col 162, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 73, col 178, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 73, col 192, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 73, col 208, ['nameEscaped'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 75, col 222, Line is too long. +build/public/templates/admin/partials/privileges/global.js: line 75, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 75, col 45, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 75, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 75, col 78, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 75, col 92, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 75, col 105, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 75, col 121, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 75, col 135, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 75, col 154, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 75, col 170, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 75, col 184, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 75, col 200, ['isPrivate'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 79, col 222, Line is too long. +build/public/templates/admin/partials/privileges/global.js: line 79, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 79, col 45, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 79, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 79, col 78, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 79, col 92, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 79, col 105, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 79, col 121, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 79, col 135, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 79, col 154, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 79, col 170, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 79, col 184, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 79, col 200, ['isPrivate'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 81, col 241, Line is too long. +build/public/templates/admin/partials/privileges/global.js: line 81, col 34, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 81, col 50, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 81, col 67, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 81, col 83, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 81, col 97, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 81, col 110, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 81, col 126, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 81, col 140, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 81, col 159, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 81, col 175, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 81, col 189, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 81, col 205, ['name'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 81, col 224, Expected '===' and instead saw '=='. +build/public/templates/admin/partials/privileges/global.js: line 82, col 156, Line is too long. +build/public/templates/admin/partials/privileges/global.js: line 83, col 134, Line is too long. +build/public/templates/admin/partials/privileges/global.js: line 87, col 227, Line is too long. +build/public/templates/admin/partials/privileges/global.js: line 87, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 87, col 53, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 87, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 87, col 86, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 87, col 100, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 87, col 113, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 87, col 129, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 87, col 143, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 87, col 162, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 87, col 178, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 87, col 192, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 87, col 208, ['name'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 88, col 140, Line is too long. +build/public/templates/admin/partials/privileges/global.js: line 89, col 748, Line is too long. +build/public/templates/admin/partials/privileges/global.js: line 89, col 87, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 89, col 103, ['cid'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 89, col 137, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 89, col 153, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 89, col 170, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 89, col 186, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 89, col 200, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 89, col 213, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 89, col 229, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 89, col 243, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 89, col 262, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 89, col 278, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 89, col 292, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 89, col 308, ['name'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 89, col 343, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 89, col 359, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 89, col 376, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 89, col 392, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 89, col 406, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 89, col 419, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 89, col 435, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 89, col 449, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 89, col 468, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 89, col 484, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 89, col 498, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 89, col 514, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 89, col 555, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 89, col 571, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 89, col 588, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 89, col 604, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 89, col 618, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 89, col 631, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 89, col 647, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 89, col 661, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 89, col 680, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 89, col 696, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 89, col 710, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 89, col 726, ['types'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 71, col 13, 'key' is defined but never used. +build/public/templates/admin/partials/privileges/global.js: line 70, col 154, 'value' is defined but never used. +build/public/templates/admin/partials/privileges/global.js: line 70, col 146, 'length' is defined but never used. +build/public/templates/admin/partials/privileges/global.js: line 70, col 139, 'index' is defined but never used. +build/public/templates/admin/partials/privileges/global.js: line 69, col 11, 'value' is defined but never used. +build/public/templates/admin/partials/privileges/global.js: line 98, col 160, Line is too long. +build/public/templates/admin/partials/privileges/global.js: line 98, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 98, col 52, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 98, col 69, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 98, col 85, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 98, col 99, ['users'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 101, col 223, Line is too long. +build/public/templates/admin/partials/privileges/global.js: line 101, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 101, col 53, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 101, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 101, col 86, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 101, col 100, ['users'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 101, col 112, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 101, col 128, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 101, col 142, ['users'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 101, col 160, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 101, col 176, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 101, col 190, ['users'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 101, col 205, ['uid'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 103, col 216, Line is too long. +build/public/templates/admin/partials/privileges/global.js: line 103, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 103, col 45, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 103, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 103, col 78, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 103, col 92, ['users'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 103, col 104, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 103, col 120, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 103, col 134, ['users'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 103, col 152, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 103, col 168, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 103, col 182, ['users'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 103, col 197, ['banned'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 107, col 270, Line is too long. +build/public/templates/admin/partials/privileges/global.js: line 107, col 78, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 107, col 94, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 107, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 107, col 127, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 107, col 141, ['users'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 107, col 153, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 107, col 169, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 107, col 183, ['users'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 107, col 233, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 109, col 216, Line is too long. +build/public/templates/admin/partials/privileges/global.js: line 109, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 109, col 45, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 109, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 109, col 78, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 109, col 92, ['users'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 109, col 104, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 109, col 120, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 109, col 134, ['users'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 109, col 152, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 109, col 168, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 109, col 182, ['users'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 109, col 197, ['banned'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 110, col 138, Line is too long. +build/public/templates/admin/partials/privileges/global.js: line 113, col 228, Line is too long. +build/public/templates/admin/partials/privileges/global.js: line 113, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 113, col 53, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 113, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 113, col 86, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 113, col 100, ['users'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 113, col 112, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 113, col 128, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 113, col 142, ['users'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 113, col 160, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 113, col 176, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 113, col 190, ['users'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 113, col 205, ['username'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 114, col 168, Line is too long. +build/public/templates/admin/partials/privileges/global.js: line 115, col 743, Line is too long. +build/public/templates/admin/partials/privileges/global.js: line 115, col 87, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 115, col 103, ['cid'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 115, col 137, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 115, col 153, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 115, col 170, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 115, col 186, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 115, col 200, ['users'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 115, col 212, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 115, col 228, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 115, col 242, ['users'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 115, col 260, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 115, col 276, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 115, col 290, ['users'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 115, col 305, ['username'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 115, col 344, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 115, col 360, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 115, col 377, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 115, col 393, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 115, col 407, ['users'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 115, col 419, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 115, col 435, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 115, col 449, ['users'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 115, col 467, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 115, col 483, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 115, col 497, ['users'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 115, col 512, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 115, col 553, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 115, col 569, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 115, col 586, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 115, col 602, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 115, col 616, ['users'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 115, col 628, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 115, col 644, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 115, col 658, ['users'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 115, col 676, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/privileges/global.js: line 115, col 692, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 115, col 706, ['users'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 115, col 721, ['types'] is better written in dot notation. +build/public/templates/admin/partials/privileges/global.js: line 99, col 13, 'key' is defined but never used. +build/public/templates/admin/partials/privileges/global.js: line 98, col 153, 'value' is defined but never used. +build/public/templates/admin/partials/privileges/global.js: line 98, col 145, 'length' is defined but never used. +build/public/templates/admin/partials/privileges/global.js: line 98, col 138, 'index' is defined but never used. +build/public/templates/admin/partials/privileges/global.js: line 97, col 11, 'value' is defined but never used. +build/public/templates/admin/partials/privileges/global.js: line 124, col 3, Missing semicolon. +build/public/templates/admin/partials/privileges/global.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/partials/privileges/global.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/partials/quick_actions/alerts.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/quick_actions/alerts.js: line 13, col 41, ['upgradeAvailable'] is better written in dot notation. +build/public/templates/admin/partials/quick_actions/alerts.js: line 17, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/quick_actions/alerts.js: line 17, col 49, ['version'] is better written in dot notation. +build/public/templates/admin/partials/quick_actions/alerts.js: line 18, col 127, Line is too long. +build/public/templates/admin/partials/quick_actions/alerts.js: line 19, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/quick_actions/alerts.js: line 19, col 49, ['latestVersion'] is better written in dot notation. +build/public/templates/admin/partials/quick_actions/alerts.js: line 20, col 131, Line is too long. +build/public/templates/admin/partials/quick_actions/alerts.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/partials/quick_actions/alerts.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/admin/partials/quick_actions/alerts.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/admin/partials/quick_actions/alerts.js: line 28, col 3, Missing semicolon. +build/public/templates/admin/partials/quick_actions/alerts.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/partials/quick_actions/alerts.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/partials/quick_actions/buttons.js: line 12, col 159, Line is too long. +build/public/templates/admin/partials/quick_actions/buttons.js: line 12, col 30, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/quick_actions/buttons.js: line 12, col 46, ['user'] is better written in dot notation. +build/public/templates/admin/partials/quick_actions/buttons.js: line 12, col 57, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/quick_actions/buttons.js: line 12, col 73, ['user'] is better written in dot notation. +build/public/templates/admin/partials/quick_actions/buttons.js: line 12, col 81, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/quick_actions/buttons.js: line 12, col 98, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/quick_actions/buttons.js: line 12, col 114, ['user'] is better written in dot notation. +build/public/templates/admin/partials/quick_actions/buttons.js: line 12, col 122, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/quick_actions/buttons.js: line 12, col 136, ['superadmin'] is better written in dot notation. +build/public/templates/admin/partials/quick_actions/buttons.js: line 13, col 477, Line is too long. +build/public/templates/admin/partials/quick_actions/buttons.js: line 15, col 228, Line is too long. +build/public/templates/admin/partials/quick_actions/buttons.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/admin/partials/quick_actions/buttons.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/partials/quick_actions/buttons.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/admin/partials/quick_actions/buttons.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/admin/partials/quick_actions/buttons.js: line 23, col 3, Missing semicolon. +build/public/templates/admin/partials/quick_actions/buttons.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/partials/quick_actions/buttons.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/partials/save_button.js: line 12, col 265, Line is too long. +build/public/templates/admin/partials/save_button.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/admin/partials/save_button.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/partials/save_button.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/admin/partials/save_button.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/admin/partials/save_button.js: line 9, col 39, 'guard' is defined but never used. +build/public/templates/admin/partials/save_button.js: line 20, col 3, Missing semicolon. +build/public/templates/admin/partials/save_button.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/partials/save_button.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/partials/search.js: line 12, col 163, Line is too long. +build/public/templates/admin/partials/search.js: line 12, col 30, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/search.js: line 12, col 46, ['user'] is better written in dot notation. +build/public/templates/admin/partials/search.js: line 12, col 57, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/search.js: line 12, col 73, ['user'] is better written in dot notation. +build/public/templates/admin/partials/search.js: line 12, col 81, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/search.js: line 12, col 98, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/search.js: line 12, col 114, ['user'] is better written in dot notation. +build/public/templates/admin/partials/search.js: line 12, col 122, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/search.js: line 13, col 1069, Line is too long. +build/public/templates/admin/partials/search.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/admin/partials/search.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/partials/search.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/admin/partials/search.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/admin/partials/search.js: line 22, col 3, Missing semicolon. +build/public/templates/admin/partials/search.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/partials/search.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/partials/settings/footer.js: line 12, col 273, Line is too long. +build/public/templates/admin/partials/settings/footer.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/admin/partials/settings/footer.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/partials/settings/footer.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/admin/partials/settings/footer.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/admin/partials/settings/footer.js: line 9, col 39, 'guard' is defined but never used. +build/public/templates/admin/partials/settings/footer.js: line 20, col 3, Missing semicolon. +build/public/templates/admin/partials/settings/footer.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/partials/settings/footer.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/partials/settings/header.js: line 12, col 239, Line is too long. +build/public/templates/admin/partials/settings/header.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/settings/header.js: line 13, col 49, ['title'] is better written in dot notation. +build/public/templates/admin/partials/settings/header.js: line 14, col 231, Line is too long. +build/public/templates/admin/partials/settings/header.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/partials/settings/header.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/admin/partials/settings/header.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/admin/partials/settings/header.js: line 22, col 3, Missing semicolon. +build/public/templates/admin/partials/settings/header.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/partials/settings/header.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/partials/settings/toc.js: line 12, col 509, Line is too long. +build/public/templates/admin/partials/settings/toc.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/admin/partials/settings/toc.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/partials/settings/toc.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/admin/partials/settings/toc.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/admin/partials/settings/toc.js: line 9, col 39, 'guard' is defined but never used. +build/public/templates/admin/partials/settings/toc.js: line 20, col 3, Missing semicolon. +build/public/templates/admin/partials/settings/toc.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/partials/settings/toc.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/partials/sidebar-left.js: line 12, col 284, Line is too long. +build/public/templates/admin/partials/sidebar-left.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 13, col 41, ['upgradeAvailable'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 17, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 17, col 49, ['version'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 18, col 127, Line is too long. +build/public/templates/admin/partials/sidebar-left.js: line 19, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 19, col 49, ['latestVersion'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 20, col 145, Line is too long. +build/public/templates/admin/partials/sidebar-left.js: line 21, col 116, Line is too long. +build/public/templates/admin/partials/sidebar-left.js: line 21, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 21, col 49, ['config'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 21, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 21, col 78, ['config'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 21, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 22, col 177, Line is too long. +build/public/templates/admin/partials/sidebar-left.js: line 23, col 158, Line is too long. +build/public/templates/admin/partials/sidebar-left.js: line 23, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 23, col 41, ['user'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 23, col 52, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 23, col 68, ['user'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 23, col 76, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 23, col 93, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 23, col 109, ['user'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 23, col 117, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 24, col 1069, Line is too long. +build/public/templates/admin/partials/sidebar-left.js: line 26, col 871, Line is too long. +build/public/templates/admin/partials/sidebar-left.js: line 27, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 27, col 49, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 28, col 121, Line is too long. +build/public/templates/admin/partials/sidebar-left.js: line 29, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 29, col 49, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 30, col 126, Line is too long. +build/public/templates/admin/partials/sidebar-left.js: line 31, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 31, col 49, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 32, col 124, Line is too long. +build/public/templates/admin/partials/sidebar-left.js: line 33, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 33, col 49, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 34, col 126, Line is too long. +build/public/templates/admin/partials/sidebar-left.js: line 35, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 35, col 49, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 36, col 124, Line is too long. +build/public/templates/admin/partials/sidebar-left.js: line 37, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 37, col 41, ['showManageMenu'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 38, col 550, Line is too long. +build/public/templates/admin/partials/sidebar-left.js: line 39, col 164, Line is too long. +build/public/templates/admin/partials/sidebar-left.js: line 39, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 39, col 45, ['user'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 39, col 56, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 39, col 72, ['user'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 39, col 80, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 39, col 97, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 39, col 113, ['user'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 39, col 121, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 41, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 41, col 57, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 45, col 164, Line is too long. +build/public/templates/admin/partials/sidebar-left.js: line 45, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 45, col 45, ['user'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 45, col 56, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 45, col 72, ['user'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 45, col 80, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 45, col 97, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 45, col 113, ['user'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 45, col 121, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 47, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 47, col 57, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 51, col 159, Line is too long. +build/public/templates/admin/partials/sidebar-left.js: line 51, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 51, col 45, ['user'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 51, col 56, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 51, col 72, ['user'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 51, col 80, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 51, col 97, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 51, col 113, ['user'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 51, col 121, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 53, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 53, col 57, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 57, col 160, Line is too long. +build/public/templates/admin/partials/sidebar-left.js: line 57, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 57, col 45, ['user'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 57, col 56, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 57, col 72, ['user'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 57, col 80, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 57, col 97, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 57, col 113, ['user'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 57, col 121, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 59, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 59, col 57, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 63, col 165, Line is too long. +build/public/templates/admin/partials/sidebar-left.js: line 63, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 63, col 45, ['user'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 63, col 56, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 63, col 72, ['user'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 63, col 80, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 63, col 97, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 63, col 113, ['user'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 63, col 121, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 65, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 65, col 57, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 69, col 158, Line is too long. +build/public/templates/admin/partials/sidebar-left.js: line 69, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 69, col 45, ['user'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 69, col 56, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 69, col 72, ['user'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 69, col 80, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 69, col 97, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 69, col 113, ['user'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 69, col 121, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 71, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 71, col 57, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 75, col 158, Line is too long. +build/public/templates/admin/partials/sidebar-left.js: line 75, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 75, col 45, ['user'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 75, col 56, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 75, col 72, ['user'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 75, col 80, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 75, col 97, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 75, col 113, ['user'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 75, col 121, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 75, col 135, ['superadmin'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 77, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 77, col 57, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 78, col 140, Line is too long. +build/public/templates/admin/partials/sidebar-left.js: line 79, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 79, col 57, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 80, col 130, Line is too long. +build/public/templates/admin/partials/sidebar-left.js: line 81, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 81, col 57, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 82, col 210, Line is too long. +build/public/templates/admin/partials/sidebar-left.js: line 83, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 83, col 57, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 84, col 177, Line is too long. +build/public/templates/admin/partials/sidebar-left.js: line 85, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 85, col 57, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 86, col 177, Line is too long. +build/public/templates/admin/partials/sidebar-left.js: line 87, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 87, col 57, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 88, col 112, Line is too long. +build/public/templates/admin/partials/sidebar-left.js: line 93, col 158, Line is too long. +build/public/templates/admin/partials/sidebar-left.js: line 93, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 93, col 41, ['user'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 93, col 52, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 93, col 68, ['user'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 93, col 76, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 93, col 93, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 93, col 109, ['user'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 93, col 117, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 94, col 637, Line is too long. +build/public/templates/admin/partials/sidebar-left.js: line 95, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 95, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 96, col 129, Line is too long. +build/public/templates/admin/partials/sidebar-left.js: line 97, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 97, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 98, col 136, Line is too long. +build/public/templates/admin/partials/sidebar-left.js: line 99, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 99, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 100, col 124, Line is too long. +build/public/templates/admin/partials/sidebar-left.js: line 101, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 101, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 102, col 136, Line is too long. +build/public/templates/admin/partials/sidebar-left.js: line 103, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 103, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 104, col 126, Line is too long. +build/public/templates/admin/partials/sidebar-left.js: line 105, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 105, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 106, col 122, Line is too long. +build/public/templates/admin/partials/sidebar-left.js: line 107, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 107, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 108, col 124, Line is too long. +build/public/templates/admin/partials/sidebar-left.js: line 109, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 109, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 110, col 130, Line is too long. +build/public/templates/admin/partials/sidebar-left.js: line 111, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 111, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 112, col 126, Line is too long. +build/public/templates/admin/partials/sidebar-left.js: line 113, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 113, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 114, col 124, Line is too long. +build/public/templates/admin/partials/sidebar-left.js: line 115, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 115, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 116, col 136, Line is too long. +build/public/templates/admin/partials/sidebar-left.js: line 117, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 117, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 118, col 142, Line is too long. +build/public/templates/admin/partials/sidebar-left.js: line 119, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 119, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 120, col 122, Line is too long. +build/public/templates/admin/partials/sidebar-left.js: line 121, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 121, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 122, col 138, Line is too long. +build/public/templates/admin/partials/sidebar-left.js: line 123, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 123, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 124, col 130, Line is too long. +build/public/templates/admin/partials/sidebar-left.js: line 125, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 125, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 126, col 138, Line is too long. +build/public/templates/admin/partials/sidebar-left.js: line 127, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 127, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 128, col 764, Line is too long. +build/public/templates/admin/partials/sidebar-left.js: line 129, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 129, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 130, col 156, Line is too long. +build/public/templates/admin/partials/sidebar-left.js: line 131, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 131, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 132, col 158, Line is too long. +build/public/templates/admin/partials/sidebar-left.js: line 133, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 133, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 134, col 721, Line is too long. +build/public/templates/admin/partials/sidebar-left.js: line 135, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 135, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 136, col 126, Line is too long. +build/public/templates/admin/partials/sidebar-left.js: line 137, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 137, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 138, col 126, Line is too long. +build/public/templates/admin/partials/sidebar-left.js: line 139, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 139, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 140, col 121, Line is too long. +build/public/templates/admin/partials/sidebar-left.js: line 141, col 105, Line is too long. +build/public/templates/admin/partials/sidebar-left.js: line 141, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 141, col 45, ['plugins'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 141, col 59, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 141, col 75, ['plugins'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 141, col 86, ['length'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 142, col 558, Line is too long. +build/public/templates/admin/partials/sidebar-left.js: line 143, col 30, ['plugins'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 145, col 123, Line is too long. +build/public/templates/admin/partials/sidebar-left.js: line 145, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 145, col 49, ['authentication'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 145, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 145, col 86, ['authentication'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 145, col 104, ['length'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 147, col 34, ['authentication'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 151, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 151, col 57, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 152, col 118, Line is too long. +build/public/templates/admin/partials/sidebar-left.js: line 157, col 154, Line is too long. +build/public/templates/admin/partials/sidebar-left.js: line 157, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 157, col 41, ['user'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 157, col 52, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 157, col 68, ['user'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 157, col 76, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 157, col 93, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 157, col 109, ['user'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 157, col 117, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 157, col 131, ['superadmin'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 158, col 617, Line is too long. +build/public/templates/admin/partials/sidebar-left.js: line 159, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 159, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 160, col 132, Line is too long. +build/public/templates/admin/partials/sidebar-left.js: line 161, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 161, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 162, col 128, Line is too long. +build/public/templates/admin/partials/sidebar-left.js: line 163, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 163, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 164, col 126, Line is too long. +build/public/templates/admin/partials/sidebar-left.js: line 165, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 165, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 166, col 126, Line is too long. +build/public/templates/admin/partials/sidebar-left.js: line 167, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 167, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 168, col 128, Line is too long. +build/public/templates/admin/partials/sidebar-left.js: line 169, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 169, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 171, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 171, col 45, ['env'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 173, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 173, col 57, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 178, col 106, Line is too long. +build/public/templates/admin/partials/sidebar-left.js: line 179, col 154, Line is too long. +build/public/templates/admin/partials/sidebar-left.js: line 179, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 179, col 41, ['user'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 179, col 52, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 179, col 68, ['user'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 179, col 76, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 179, col 93, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 179, col 109, ['user'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 179, col 117, ['privileges'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 179, col 131, ['superadmin'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 180, col 477, Line is too long. +build/public/templates/admin/partials/sidebar-left.js: line 182, col 244, Line is too long. +build/public/templates/admin/partials/sidebar-left.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/partials/sidebar-left.js: line 189, col 115, Line is too long. +build/public/templates/admin/partials/sidebar-left.js: line 189, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 189, col 52, ['plugins'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 192, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 192, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 194, col 156, Line is too long. +build/public/templates/admin/partials/sidebar-left.js: line 194, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 194, col 53, ['plugins'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 194, col 67, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 194, col 83, ['plugins'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 194, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 194, col 119, ['plugins'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 194, col 136, ['route'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 196, col 155, Line is too long. +build/public/templates/admin/partials/sidebar-left.js: line 196, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 196, col 53, ['plugins'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 196, col 67, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 196, col 83, ['plugins'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 196, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 196, col 119, ['plugins'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 196, col 136, ['name'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 190, col 13, 'key' is defined but never used. +build/public/templates/admin/partials/sidebar-left.js: line 189, col 108, 'value' is defined but never used. +build/public/templates/admin/partials/sidebar-left.js: line 189, col 100, 'length' is defined but never used. +build/public/templates/admin/partials/sidebar-left.js: line 189, col 93, 'index' is defined but never used. +build/public/templates/admin/partials/sidebar-left.js: line 188, col 11, 'value' is defined but never used. +build/public/templates/admin/partials/sidebar-left.js: line 186, col 64, 'helper' is defined but never used. +build/public/templates/admin/partials/sidebar-left.js: line 205, col 122, Line is too long. +build/public/templates/admin/partials/sidebar-left.js: line 205, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 205, col 52, ['authentication'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 208, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 208, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 210, col 177, Line is too long. +build/public/templates/admin/partials/sidebar-left.js: line 210, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 210, col 53, ['authentication'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 210, col 74, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 210, col 90, ['authentication'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 210, col 117, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 210, col 133, ['authentication'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 210, col 157, ['route'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 212, col 176, Line is too long. +build/public/templates/admin/partials/sidebar-left.js: line 212, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 212, col 53, ['authentication'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 212, col 74, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 212, col 90, ['authentication'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 212, col 117, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/sidebar-left.js: line 212, col 133, ['authentication'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 212, col 157, ['name'] is better written in dot notation. +build/public/templates/admin/partials/sidebar-left.js: line 206, col 13, 'key' is defined but never used. +build/public/templates/admin/partials/sidebar-left.js: line 205, col 115, 'value' is defined but never used. +build/public/templates/admin/partials/sidebar-left.js: line 205, col 107, 'length' is defined but never used. +build/public/templates/admin/partials/sidebar-left.js: line 205, col 100, 'index' is defined but never used. +build/public/templates/admin/partials/sidebar-left.js: line 204, col 11, 'value' is defined but never used. +build/public/templates/admin/partials/sidebar-left.js: line 202, col 78, 'helper' is defined but never used. +build/public/templates/admin/partials/sidebar-left.js: line 221, col 3, Missing semicolon. +build/public/templates/admin/partials/sidebar-left.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/partials/sidebar-left.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/partials/theme_list.js: line 12, col 27, ['themes'] is better written in dot notation. +build/public/templates/admin/partials/theme_list.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/admin/partials/theme_list.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/partials/theme_list.js: line 19, col 114, Line is too long. +build/public/templates/admin/partials/theme_list.js: line 19, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/theme_list.js: line 19, col 52, ['themes'] is better written in dot notation. +build/public/templates/admin/partials/theme_list.js: line 22, col 152, Line is too long. +build/public/templates/admin/partials/theme_list.js: line 22, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/theme_list.js: line 22, col 53, ['themes'] is better written in dot notation. +build/public/templates/admin/partials/theme_list.js: line 22, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/theme_list.js: line 22, col 82, ['themes'] is better written in dot notation. +build/public/templates/admin/partials/theme_list.js: line 22, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/theme_list.js: line 22, col 117, ['themes'] is better written in dot notation. +build/public/templates/admin/partials/theme_list.js: line 22, col 133, ['type'] is better written in dot notation. +build/public/templates/admin/partials/theme_list.js: line 24, col 152, Line is too long. +build/public/templates/admin/partials/theme_list.js: line 24, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/theme_list.js: line 24, col 53, ['themes'] is better written in dot notation. +build/public/templates/admin/partials/theme_list.js: line 24, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/theme_list.js: line 24, col 82, ['themes'] is better written in dot notation. +build/public/templates/admin/partials/theme_list.js: line 24, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/theme_list.js: line 24, col 117, ['themes'] is better written in dot notation. +build/public/templates/admin/partials/theme_list.js: line 24, col 133, ['name'] is better written in dot notation. +build/public/templates/admin/partials/theme_list.js: line 26, col 150, Line is too long. +build/public/templates/admin/partials/theme_list.js: line 26, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/theme_list.js: line 26, col 53, ['themes'] is better written in dot notation. +build/public/templates/admin/partials/theme_list.js: line 26, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/theme_list.js: line 26, col 82, ['themes'] is better written in dot notation. +build/public/templates/admin/partials/theme_list.js: line 26, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/theme_list.js: line 26, col 117, ['themes'] is better written in dot notation. +build/public/templates/admin/partials/theme_list.js: line 26, col 133, ['id'] is better written in dot notation. +build/public/templates/admin/partials/theme_list.js: line 28, col 141, Line is too long. +build/public/templates/admin/partials/theme_list.js: line 28, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/theme_list.js: line 28, col 45, ['themes'] is better written in dot notation. +build/public/templates/admin/partials/theme_list.js: line 28, col 58, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/theme_list.js: line 28, col 74, ['themes'] is better written in dot notation. +build/public/templates/admin/partials/theme_list.js: line 28, col 93, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/theme_list.js: line 28, col 109, ['themes'] is better written in dot notation. +build/public/templates/admin/partials/theme_list.js: line 28, col 125, ['css'] is better written in dot notation. +build/public/templates/admin/partials/theme_list.js: line 30, col 155, Line is too long. +build/public/templates/admin/partials/theme_list.js: line 30, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/theme_list.js: line 30, col 57, ['themes'] is better written in dot notation. +build/public/templates/admin/partials/theme_list.js: line 30, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/theme_list.js: line 30, col 86, ['themes'] is better written in dot notation. +build/public/templates/admin/partials/theme_list.js: line 30, col 105, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/theme_list.js: line 30, col 121, ['themes'] is better written in dot notation. +build/public/templates/admin/partials/theme_list.js: line 30, col 137, ['css'] is better written in dot notation. +build/public/templates/admin/partials/theme_list.js: line 34, col 162, Line is too long. +build/public/templates/admin/partials/theme_list.js: line 34, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/theme_list.js: line 34, col 53, ['themes'] is better written in dot notation. +build/public/templates/admin/partials/theme_list.js: line 34, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/theme_list.js: line 34, col 82, ['themes'] is better written in dot notation. +build/public/templates/admin/partials/theme_list.js: line 34, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/theme_list.js: line 34, col 117, ['themes'] is better written in dot notation. +build/public/templates/admin/partials/theme_list.js: line 34, col 133, ['screenshot_url'] is better written in dot notation. +build/public/templates/admin/partials/theme_list.js: line 36, col 152, Line is too long. +build/public/templates/admin/partials/theme_list.js: line 36, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/theme_list.js: line 36, col 53, ['themes'] is better written in dot notation. +build/public/templates/admin/partials/theme_list.js: line 36, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/theme_list.js: line 36, col 82, ['themes'] is better written in dot notation. +build/public/templates/admin/partials/theme_list.js: line 36, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/theme_list.js: line 36, col 117, ['themes'] is better written in dot notation. +build/public/templates/admin/partials/theme_list.js: line 36, col 133, ['name'] is better written in dot notation. +build/public/templates/admin/partials/theme_list.js: line 38, col 159, Line is too long. +build/public/templates/admin/partials/theme_list.js: line 38, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/theme_list.js: line 38, col 53, ['themes'] is better written in dot notation. +build/public/templates/admin/partials/theme_list.js: line 38, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/theme_list.js: line 38, col 82, ['themes'] is better written in dot notation. +build/public/templates/admin/partials/theme_list.js: line 38, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/theme_list.js: line 38, col 117, ['themes'] is better written in dot notation. +build/public/templates/admin/partials/theme_list.js: line 38, col 133, ['description'] is better written in dot notation. +build/public/templates/admin/partials/theme_list.js: line 40, col 141, Line is too long. +build/public/templates/admin/partials/theme_list.js: line 40, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/theme_list.js: line 40, col 45, ['themes'] is better written in dot notation. +build/public/templates/admin/partials/theme_list.js: line 40, col 58, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/theme_list.js: line 40, col 74, ['themes'] is better written in dot notation. +build/public/templates/admin/partials/theme_list.js: line 40, col 93, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/theme_list.js: line 40, col 109, ['themes'] is better written in dot notation. +build/public/templates/admin/partials/theme_list.js: line 40, col 125, ['url'] is better written in dot notation. +build/public/templates/admin/partials/theme_list.js: line 42, col 155, Line is too long. +build/public/templates/admin/partials/theme_list.js: line 42, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/theme_list.js: line 42, col 57, ['themes'] is better written in dot notation. +build/public/templates/admin/partials/theme_list.js: line 42, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/theme_list.js: line 42, col 86, ['themes'] is better written in dot notation. +build/public/templates/admin/partials/theme_list.js: line 42, col 105, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/theme_list.js: line 42, col 121, ['themes'] is better written in dot notation. +build/public/templates/admin/partials/theme_list.js: line 42, col 137, ['url'] is better written in dot notation. +build/public/templates/admin/partials/theme_list.js: line 45, col 105, Line is too long. +build/public/templates/admin/partials/theme_list.js: line 46, col 142, Line is too long. +build/public/templates/admin/partials/theme_list.js: line 46, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/theme_list.js: line 46, col 45, ['themes'] is better written in dot notation. +build/public/templates/admin/partials/theme_list.js: line 46, col 58, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/theme_list.js: line 46, col 74, ['themes'] is better written in dot notation. +build/public/templates/admin/partials/theme_list.js: line 46, col 93, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/theme_list.js: line 46, col 109, ['themes'] is better written in dot notation. +build/public/templates/admin/partials/theme_list.js: line 46, col 125, ['skin'] is better written in dot notation. +build/public/templates/admin/partials/theme_list.js: line 20, col 13, 'key' is defined but never used. +build/public/templates/admin/partials/theme_list.js: line 19, col 107, 'value' is defined but never used. +build/public/templates/admin/partials/theme_list.js: line 19, col 99, 'length' is defined but never used. +build/public/templates/admin/partials/theme_list.js: line 19, col 92, 'index' is defined but never used. +build/public/templates/admin/partials/theme_list.js: line 18, col 11, 'value' is defined but never used. +build/public/templates/admin/partials/theme_list.js: line 16, col 62, 'helper' is defined but never used. +build/public/templates/admin/partials/theme_list.js: line 57, col 3, Missing semicolon. +build/public/templates/admin/partials/theme_list.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/partials/theme_list.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/partials/widget-settings.js: line 12, col 690, Line is too long. +build/public/templates/admin/partials/widget-settings.js: line 13, col 22, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/widget-settings.js: line 14, col 214, Line is too long. +build/public/templates/admin/partials/widget-settings.js: line 15, col 107, Line is too long. +build/public/templates/admin/partials/widget-settings.js: line 15, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/widget-settings.js: line 15, col 45, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/widget-settings.js: line 18, col 159, Line is too long. +build/public/templates/admin/partials/widget-settings.js: line 18, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/widget-settings.js: line 18, col 53, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/widget-settings.js: line 18, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/widget-settings.js: line 18, col 82, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/widget-settings.js: line 18, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/widget-settings.js: line 18, col 117, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/widget-settings.js: line 18, col 133, ['displayName'] is better written in dot notation. +build/public/templates/admin/partials/widget-settings.js: line 20, col 159, Line is too long. +build/public/templates/admin/partials/widget-settings.js: line 20, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/widget-settings.js: line 20, col 53, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/widget-settings.js: line 20, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/widget-settings.js: line 20, col 82, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/widget-settings.js: line 20, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/widget-settings.js: line 20, col 117, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/widget-settings.js: line 20, col 133, ['displayName'] is better written in dot notation. +build/public/templates/admin/partials/widget-settings.js: line 16, col 13, 'key' is defined but never used. +build/public/templates/admin/partials/widget-settings.js: line 15, col 100, 'value' is defined but never used. +build/public/templates/admin/partials/widget-settings.js: line 15, col 92, 'length' is defined but never used. +build/public/templates/admin/partials/widget-settings.js: line 15, col 85, 'index' is defined but never used. +build/public/templates/admin/partials/widget-settings.js: line 25, col 697, Line is too long. +build/public/templates/admin/partials/widget-settings.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/partials/widget-settings.js: line 32, col 114, Line is too long. +build/public/templates/admin/partials/widget-settings.js: line 32, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/widget-settings.js: line 32, col 52, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/widget-settings.js: line 35, col 159, Line is too long. +build/public/templates/admin/partials/widget-settings.js: line 35, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/widget-settings.js: line 35, col 53, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/widget-settings.js: line 35, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/widget-settings.js: line 35, col 82, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/widget-settings.js: line 35, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/widget-settings.js: line 35, col 117, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/widget-settings.js: line 35, col 133, ['displayName'] is better written in dot notation. +build/public/templates/admin/partials/widget-settings.js: line 37, col 159, Line is too long. +build/public/templates/admin/partials/widget-settings.js: line 37, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/widget-settings.js: line 37, col 53, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/widget-settings.js: line 37, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/widget-settings.js: line 37, col 82, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/widget-settings.js: line 37, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/widget-settings.js: line 37, col 117, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/widget-settings.js: line 37, col 133, ['displayName'] is better written in dot notation. +build/public/templates/admin/partials/widget-settings.js: line 33, col 13, 'key' is defined but never used. +build/public/templates/admin/partials/widget-settings.js: line 32, col 107, 'value' is defined but never used. +build/public/templates/admin/partials/widget-settings.js: line 32, col 99, 'length' is defined but never used. +build/public/templates/admin/partials/widget-settings.js: line 32, col 92, 'index' is defined but never used. +build/public/templates/admin/partials/widget-settings.js: line 31, col 11, 'value' is defined but never used. +build/public/templates/admin/partials/widget-settings.js: line 29, col 62, 'helper' is defined but never used. +build/public/templates/admin/partials/widget-settings.js: line 46, col 3, Missing semicolon. +build/public/templates/admin/partials/widget-settings.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/partials/widget-settings.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/partials/widgets/activeusers.js: line 12, col 438, Line is too long. +build/public/templates/admin/partials/widgets/activeusers.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/admin/partials/widgets/activeusers.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/partials/widgets/activeusers.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/admin/partials/widgets/activeusers.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/admin/partials/widgets/activeusers.js: line 9, col 39, 'guard' is defined but never used. +build/public/templates/admin/partials/widgets/activeusers.js: line 20, col 3, Missing semicolon. +build/public/templates/admin/partials/widgets/activeusers.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/partials/widgets/activeusers.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/partials/widgets/categories.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/admin/partials/widgets/categories.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/partials/widgets/categories.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/admin/partials/widgets/categories.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/admin/partials/widgets/categories.js: line 9, col 39, 'guard' is defined but never used. +build/public/templates/admin/partials/widgets/categories.js: line 20, col 3, Missing semicolon. +build/public/templates/admin/partials/widgets/categories.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/partials/widgets/categories.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/partials/widgets/chat.js: line 12, col 239, Line is too long. +build/public/templates/admin/partials/widgets/chat.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/admin/partials/widgets/chat.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/partials/widgets/chat.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/admin/partials/widgets/chat.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/admin/partials/widgets/chat.js: line 9, col 39, 'guard' is defined but never used. +build/public/templates/admin/partials/widgets/chat.js: line 20, col 3, Missing semicolon. +build/public/templates/admin/partials/widgets/chat.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/partials/widgets/chat.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/partials/widgets/defaultwidget.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/admin/partials/widgets/defaultwidget.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/partials/widgets/defaultwidget.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/admin/partials/widgets/defaultwidget.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/admin/partials/widgets/defaultwidget.js: line 9, col 39, 'guard' is defined but never used. +build/public/templates/admin/partials/widgets/defaultwidget.js: line 20, col 3, Missing semicolon. +build/public/templates/admin/partials/widgets/defaultwidget.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/partials/widgets/defaultwidget.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/partials/widgets/forumstats.js: line 12, col 202, Line is too long. +build/public/templates/admin/partials/widgets/forumstats.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/admin/partials/widgets/forumstats.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/partials/widgets/forumstats.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/admin/partials/widgets/forumstats.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/admin/partials/widgets/forumstats.js: line 9, col 39, 'guard' is defined but never used. +build/public/templates/admin/partials/widgets/forumstats.js: line 20, col 3, Missing semicolon. +build/public/templates/admin/partials/widgets/forumstats.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/partials/widgets/forumstats.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/partials/widgets/groupposts.js: line 12, col 318, Line is too long. +build/public/templates/admin/partials/widgets/groupposts.js: line 13, col 22, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/widgets/groupposts.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/admin/partials/widgets/groupposts.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/partials/widgets/groupposts.js: line 21, col 114, Line is too long. +build/public/templates/admin/partials/widgets/groupposts.js: line 21, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/widgets/groupposts.js: line 21, col 52, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/widgets/groupposts.js: line 24, col 152, Line is too long. +build/public/templates/admin/partials/widgets/groupposts.js: line 24, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/widgets/groupposts.js: line 24, col 53, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/widgets/groupposts.js: line 24, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/widgets/groupposts.js: line 24, col 82, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/widgets/groupposts.js: line 24, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/widgets/groupposts.js: line 24, col 117, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/widgets/groupposts.js: line 24, col 133, ['name'] is better written in dot notation. +build/public/templates/admin/partials/widgets/groupposts.js: line 26, col 152, Line is too long. +build/public/templates/admin/partials/widgets/groupposts.js: line 26, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/widgets/groupposts.js: line 26, col 53, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/widgets/groupposts.js: line 26, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/widgets/groupposts.js: line 26, col 82, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/widgets/groupposts.js: line 26, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/widgets/groupposts.js: line 26, col 117, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/widgets/groupposts.js: line 26, col 133, ['name'] is better written in dot notation. +build/public/templates/admin/partials/widgets/groupposts.js: line 22, col 13, 'key' is defined but never used. +build/public/templates/admin/partials/widgets/groupposts.js: line 21, col 107, 'value' is defined but never used. +build/public/templates/admin/partials/widgets/groupposts.js: line 21, col 99, 'length' is defined but never used. +build/public/templates/admin/partials/widgets/groupposts.js: line 21, col 92, 'index' is defined but never used. +build/public/templates/admin/partials/widgets/groupposts.js: line 20, col 11, 'value' is defined but never used. +build/public/templates/admin/partials/widgets/groupposts.js: line 18, col 62, 'helper' is defined but never used. +build/public/templates/admin/partials/widgets/groupposts.js: line 35, col 3, Missing semicolon. +build/public/templates/admin/partials/widgets/groupposts.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/partials/widgets/groupposts.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/partials/widgets/html.js: line 12, col 658, Line is too long. +build/public/templates/admin/partials/widgets/html.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/admin/partials/widgets/html.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/partials/widgets/html.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/admin/partials/widgets/html.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/admin/partials/widgets/html.js: line 9, col 39, 'guard' is defined but never used. +build/public/templates/admin/partials/widgets/html.js: line 20, col 3, Missing semicolon. +build/public/templates/admin/partials/widgets/html.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/partials/widgets/html.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/partials/widgets/latestusers.js: line 12, col 191, Line is too long. +build/public/templates/admin/partials/widgets/latestusers.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/admin/partials/widgets/latestusers.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/partials/widgets/latestusers.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/admin/partials/widgets/latestusers.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/admin/partials/widgets/latestusers.js: line 9, col 39, 'guard' is defined but never used. +build/public/templates/admin/partials/widgets/latestusers.js: line 20, col 3, Missing semicolon. +build/public/templates/admin/partials/widgets/latestusers.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/partials/widgets/latestusers.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/partials/widgets/moderators.js: line 12, col 257, Line is too long. +build/public/templates/admin/partials/widgets/moderators.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/admin/partials/widgets/moderators.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/partials/widgets/moderators.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/admin/partials/widgets/moderators.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/admin/partials/widgets/moderators.js: line 9, col 39, 'guard' is defined but never used. +build/public/templates/admin/partials/widgets/moderators.js: line 20, col 3, Missing semicolon. +build/public/templates/admin/partials/widgets/moderators.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/partials/widgets/moderators.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/partials/widgets/mygroups.js: line 12, col 193, Line is too long. +build/public/templates/admin/partials/widgets/mygroups.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/admin/partials/widgets/mygroups.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/partials/widgets/mygroups.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/admin/partials/widgets/mygroups.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/admin/partials/widgets/mygroups.js: line 9, col 39, 'guard' is defined but never used. +build/public/templates/admin/partials/widgets/mygroups.js: line 20, col 3, Missing semicolon. +build/public/templates/admin/partials/widgets/mygroups.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/partials/widgets/mygroups.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/partials/widgets/onlineusers.js: line 12, col 192, Line is too long. +build/public/templates/admin/partials/widgets/onlineusers.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/admin/partials/widgets/onlineusers.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/partials/widgets/onlineusers.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/admin/partials/widgets/onlineusers.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/admin/partials/widgets/onlineusers.js: line 9, col 39, 'guard' is defined but never used. +build/public/templates/admin/partials/widgets/onlineusers.js: line 20, col 3, Missing semicolon. +build/public/templates/admin/partials/widgets/onlineusers.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/partials/widgets/onlineusers.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/partials/widgets/populartags.js: line 12, col 412, Line is too long. +build/public/templates/admin/partials/widgets/populartags.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/admin/partials/widgets/populartags.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/partials/widgets/populartags.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/admin/partials/widgets/populartags.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/admin/partials/widgets/populartags.js: line 9, col 39, 'guard' is defined but never used. +build/public/templates/admin/partials/widgets/populartags.js: line 20, col 3, Missing semicolon. +build/public/templates/admin/partials/widgets/populartags.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/partials/widgets/populartags.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/partials/widgets/populartopics.js: line 12, col 496, Line is too long. +build/public/templates/admin/partials/widgets/populartopics.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/admin/partials/widgets/populartopics.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/partials/widgets/populartopics.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/admin/partials/widgets/populartopics.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/admin/partials/widgets/populartopics.js: line 9, col 39, 'guard' is defined but never used. +build/public/templates/admin/partials/widgets/populartopics.js: line 20, col 3, Missing semicolon. +build/public/templates/admin/partials/widgets/populartopics.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/partials/widgets/populartopics.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/partials/widgets/recentposts.js: line 12, col 511, Line is too long. +build/public/templates/admin/partials/widgets/recentposts.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/admin/partials/widgets/recentposts.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/partials/widgets/recentposts.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/admin/partials/widgets/recentposts.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/admin/partials/widgets/recentposts.js: line 9, col 39, 'guard' is defined but never used. +build/public/templates/admin/partials/widgets/recentposts.js: line 20, col 3, Missing semicolon. +build/public/templates/admin/partials/widgets/recentposts.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/partials/widgets/recentposts.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/partials/widgets/recenttopics.js: line 12, col 513, Line is too long. +build/public/templates/admin/partials/widgets/recenttopics.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/admin/partials/widgets/recenttopics.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/partials/widgets/recenttopics.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/admin/partials/widgets/recenttopics.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/admin/partials/widgets/recenttopics.js: line 9, col 39, 'guard' is defined but never used. +build/public/templates/admin/partials/widgets/recenttopics.js: line 20, col 3, Missing semicolon. +build/public/templates/admin/partials/widgets/recenttopics.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/partials/widgets/recenttopics.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/partials/widgets/search.js: line 12, col 981, Line is too long. +build/public/templates/admin/partials/widgets/search.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/admin/partials/widgets/search.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/partials/widgets/search.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/admin/partials/widgets/search.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/admin/partials/widgets/search.js: line 9, col 39, 'guard' is defined but never used. +build/public/templates/admin/partials/widgets/search.js: line 20, col 3, Missing semicolon. +build/public/templates/admin/partials/widgets/search.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/partials/widgets/search.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/partials/widgets/show_hide_groups.js: line 12, col 214, Line is too long. +build/public/templates/admin/partials/widgets/show_hide_groups.js: line 13, col 22, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/widgets/show_hide_groups.js: line 14, col 214, Line is too long. +build/public/templates/admin/partials/widgets/show_hide_groups.js: line 15, col 107, Line is too long. +build/public/templates/admin/partials/widgets/show_hide_groups.js: line 15, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/widgets/show_hide_groups.js: line 15, col 45, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/widgets/show_hide_groups.js: line 18, col 159, Line is too long. +build/public/templates/admin/partials/widgets/show_hide_groups.js: line 18, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/widgets/show_hide_groups.js: line 18, col 53, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/widgets/show_hide_groups.js: line 18, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/widgets/show_hide_groups.js: line 18, col 82, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/widgets/show_hide_groups.js: line 18, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/widgets/show_hide_groups.js: line 18, col 117, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/widgets/show_hide_groups.js: line 18, col 133, ['displayName'] is better written in dot notation. +build/public/templates/admin/partials/widgets/show_hide_groups.js: line 20, col 159, Line is too long. +build/public/templates/admin/partials/widgets/show_hide_groups.js: line 20, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/widgets/show_hide_groups.js: line 20, col 53, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/widgets/show_hide_groups.js: line 20, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/widgets/show_hide_groups.js: line 20, col 82, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/widgets/show_hide_groups.js: line 20, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/widgets/show_hide_groups.js: line 20, col 117, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/widgets/show_hide_groups.js: line 20, col 133, ['displayName'] is better written in dot notation. +build/public/templates/admin/partials/widgets/show_hide_groups.js: line 16, col 13, 'key' is defined but never used. +build/public/templates/admin/partials/widgets/show_hide_groups.js: line 15, col 100, 'value' is defined but never used. +build/public/templates/admin/partials/widgets/show_hide_groups.js: line 15, col 92, 'length' is defined but never used. +build/public/templates/admin/partials/widgets/show_hide_groups.js: line 15, col 85, 'index' is defined but never used. +build/public/templates/admin/partials/widgets/show_hide_groups.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/partials/widgets/show_hide_groups.js: line 32, col 114, Line is too long. +build/public/templates/admin/partials/widgets/show_hide_groups.js: line 32, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/widgets/show_hide_groups.js: line 32, col 52, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/widgets/show_hide_groups.js: line 35, col 159, Line is too long. +build/public/templates/admin/partials/widgets/show_hide_groups.js: line 35, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/widgets/show_hide_groups.js: line 35, col 53, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/widgets/show_hide_groups.js: line 35, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/widgets/show_hide_groups.js: line 35, col 82, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/widgets/show_hide_groups.js: line 35, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/widgets/show_hide_groups.js: line 35, col 117, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/widgets/show_hide_groups.js: line 35, col 133, ['displayName'] is better written in dot notation. +build/public/templates/admin/partials/widgets/show_hide_groups.js: line 37, col 159, Line is too long. +build/public/templates/admin/partials/widgets/show_hide_groups.js: line 37, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/widgets/show_hide_groups.js: line 37, col 53, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/widgets/show_hide_groups.js: line 37, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/widgets/show_hide_groups.js: line 37, col 82, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/widgets/show_hide_groups.js: line 37, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/partials/widgets/show_hide_groups.js: line 37, col 117, ['groups'] is better written in dot notation. +build/public/templates/admin/partials/widgets/show_hide_groups.js: line 37, col 133, ['displayName'] is better written in dot notation. +build/public/templates/admin/partials/widgets/show_hide_groups.js: line 33, col 13, 'key' is defined but never used. +build/public/templates/admin/partials/widgets/show_hide_groups.js: line 32, col 107, 'value' is defined but never used. +build/public/templates/admin/partials/widgets/show_hide_groups.js: line 32, col 99, 'length' is defined but never used. +build/public/templates/admin/partials/widgets/show_hide_groups.js: line 32, col 92, 'index' is defined but never used. +build/public/templates/admin/partials/widgets/show_hide_groups.js: line 31, col 11, 'value' is defined but never used. +build/public/templates/admin/partials/widgets/show_hide_groups.js: line 29, col 62, 'helper' is defined but never used. +build/public/templates/admin/partials/widgets/show_hide_groups.js: line 46, col 3, Missing semicolon. +build/public/templates/admin/partials/widgets/show_hide_groups.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/partials/widgets/show_hide_groups.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/partials/widgets/suggestedtopics.js: line 12, col 380, Line is too long. +build/public/templates/admin/partials/widgets/suggestedtopics.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/admin/partials/widgets/suggestedtopics.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/partials/widgets/suggestedtopics.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/admin/partials/widgets/suggestedtopics.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/admin/partials/widgets/suggestedtopics.js: line 9, col 39, 'guard' is defined but never used. +build/public/templates/admin/partials/widgets/suggestedtopics.js: line 20, col 3, Missing semicolon. +build/public/templates/admin/partials/widgets/suggestedtopics.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/partials/widgets/suggestedtopics.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/partials/widgets/text.js: line 12, col 602, Line is too long. +build/public/templates/admin/partials/widgets/text.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/admin/partials/widgets/text.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/partials/widgets/text.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/admin/partials/widgets/text.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/admin/partials/widgets/text.js: line 9, col 39, 'guard' is defined but never used. +build/public/templates/admin/partials/widgets/text.js: line 20, col 3, Missing semicolon. +build/public/templates/admin/partials/widgets/text.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/partials/widgets/text.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/partials/widgets/topposters.js: line 12, col 191, Line is too long. +build/public/templates/admin/partials/widgets/topposters.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/admin/partials/widgets/topposters.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/partials/widgets/topposters.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/admin/partials/widgets/topposters.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/admin/partials/widgets/topposters.js: line 9, col 39, 'guard' is defined but never used. +build/public/templates/admin/partials/widgets/topposters.js: line 20, col 3, Missing semicolon. +build/public/templates/admin/partials/widgets/topposters.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/partials/widgets/topposters.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/partials/widgets/toptopics.js: line 12, col 496, Line is too long. +build/public/templates/admin/partials/widgets/toptopics.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/admin/partials/widgets/toptopics.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/partials/widgets/toptopics.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/admin/partials/widgets/toptopics.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/admin/partials/widgets/toptopics.js: line 9, col 39, 'guard' is defined but never used. +build/public/templates/admin/partials/widgets/toptopics.js: line 20, col 3, Missing semicolon. +build/public/templates/admin/partials/widgets/toptopics.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/partials/widgets/toptopics.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/partials/widgets/userpost.js: line 12, col 659, Line is too long. +build/public/templates/admin/partials/widgets/userpost.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/admin/partials/widgets/userpost.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/partials/widgets/userpost.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/admin/partials/widgets/userpost.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/admin/partials/widgets/userpost.js: line 9, col 39, 'guard' is defined but never used. +build/public/templates/admin/partials/widgets/userpost.js: line 20, col 3, Missing semicolon. +build/public/templates/admin/partials/widgets/userpost.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/partials/widgets/userpost.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/plugins/composer-default.js: line 12, col 275, Line is too long. +build/public/templates/admin/plugins/composer-default.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/plugins/composer-default.js: line 13, col 49, ['title'] is better written in dot notation. +build/public/templates/admin/plugins/composer-default.js: line 14, col 1443, Line is too long. +build/public/templates/admin/plugins/composer-default.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/plugins/composer-default.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/admin/plugins/composer-default.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/admin/plugins/composer-default.js: line 22, col 3, Missing semicolon. +build/public/templates/admin/plugins/composer-default.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/plugins/composer-default.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/plugins/dbsearch.js: line 12, col 275, Line is too long. +build/public/templates/admin/plugins/dbsearch.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/plugins/dbsearch.js: line 13, col 49, ['title'] is better written in dot notation. +build/public/templates/admin/plugins/dbsearch.js: line 14, col 552, Line is too long. +build/public/templates/admin/plugins/dbsearch.js: line 15, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/plugins/dbsearch.js: line 15, col 49, ['topicsIndexed'] is better written in dot notation. +build/public/templates/admin/plugins/dbsearch.js: line 16, col 160, Line is too long. +build/public/templates/admin/plugins/dbsearch.js: line 17, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/plugins/dbsearch.js: line 17, col 41, ['working'] is better written in dot notation. +build/public/templates/admin/plugins/dbsearch.js: line 20, col 179, Line is too long. +build/public/templates/admin/plugins/dbsearch.js: line 21, col 128, Line is too long. +build/public/templates/admin/plugins/dbsearch.js: line 21, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/plugins/dbsearch.js: line 21, col 49, ['progressData'] is better written in dot notation. +build/public/templates/admin/plugins/dbsearch.js: line 21, col 68, Expected '!==' and instead saw '!='. +build/public/templates/admin/plugins/dbsearch.js: line 21, col 84, ['progressData'] is better written in dot notation. +build/public/templates/admin/plugins/dbsearch.js: line 21, col 100, ['topicsPercent'] is better written in dot notation. +build/public/templates/admin/plugins/dbsearch.js: line 23, col 128, Line is too long. +build/public/templates/admin/plugins/dbsearch.js: line 23, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/plugins/dbsearch.js: line 23, col 49, ['progressData'] is better written in dot notation. +build/public/templates/admin/plugins/dbsearch.js: line 23, col 68, Expected '!==' and instead saw '!='. +build/public/templates/admin/plugins/dbsearch.js: line 23, col 84, ['progressData'] is better written in dot notation. +build/public/templates/admin/plugins/dbsearch.js: line 23, col 100, ['topicsPercent'] is better written in dot notation. +build/public/templates/admin/plugins/dbsearch.js: line 24, col 136, Line is too long. +build/public/templates/admin/plugins/dbsearch.js: line 25, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/plugins/dbsearch.js: line 25, col 49, ['postsIndexed'] is better written in dot notation. +build/public/templates/admin/plugins/dbsearch.js: line 26, col 159, Line is too long. +build/public/templates/admin/plugins/dbsearch.js: line 27, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/plugins/dbsearch.js: line 27, col 41, ['working'] is better written in dot notation. +build/public/templates/admin/plugins/dbsearch.js: line 30, col 178, Line is too long. +build/public/templates/admin/plugins/dbsearch.js: line 31, col 127, Line is too long. +build/public/templates/admin/plugins/dbsearch.js: line 31, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/plugins/dbsearch.js: line 31, col 49, ['progressData'] is better written in dot notation. +build/public/templates/admin/plugins/dbsearch.js: line 31, col 68, Expected '!==' and instead saw '!='. +build/public/templates/admin/plugins/dbsearch.js: line 31, col 84, ['progressData'] is better written in dot notation. +build/public/templates/admin/plugins/dbsearch.js: line 31, col 100, ['postsPercent'] is better written in dot notation. +build/public/templates/admin/plugins/dbsearch.js: line 33, col 127, Line is too long. +build/public/templates/admin/plugins/dbsearch.js: line 33, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/plugins/dbsearch.js: line 33, col 49, ['progressData'] is better written in dot notation. +build/public/templates/admin/plugins/dbsearch.js: line 33, col 68, Expected '!==' and instead saw '!='. +build/public/templates/admin/plugins/dbsearch.js: line 33, col 84, ['progressData'] is better written in dot notation. +build/public/templates/admin/plugins/dbsearch.js: line 33, col 100, ['postsPercent'] is better written in dot notation. +build/public/templates/admin/plugins/dbsearch.js: line 34, col 142, Line is too long. +build/public/templates/admin/plugins/dbsearch.js: line 35, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/plugins/dbsearch.js: line 35, col 49, ['messagesIndexed'] is better written in dot notation. +build/public/templates/admin/plugins/dbsearch.js: line 36, col 162, Line is too long. +build/public/templates/admin/plugins/dbsearch.js: line 37, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/plugins/dbsearch.js: line 37, col 41, ['working'] is better written in dot notation. +build/public/templates/admin/plugins/dbsearch.js: line 40, col 181, Line is too long. +build/public/templates/admin/plugins/dbsearch.js: line 41, col 130, Line is too long. +build/public/templates/admin/plugins/dbsearch.js: line 41, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/plugins/dbsearch.js: line 41, col 49, ['progressData'] is better written in dot notation. +build/public/templates/admin/plugins/dbsearch.js: line 41, col 68, Expected '!==' and instead saw '!='. +build/public/templates/admin/plugins/dbsearch.js: line 41, col 84, ['progressData'] is better written in dot notation. +build/public/templates/admin/plugins/dbsearch.js: line 41, col 100, ['messagesPercent'] is better written in dot notation. +build/public/templates/admin/plugins/dbsearch.js: line 43, col 130, Line is too long. +build/public/templates/admin/plugins/dbsearch.js: line 43, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/plugins/dbsearch.js: line 43, col 49, ['progressData'] is better written in dot notation. +build/public/templates/admin/plugins/dbsearch.js: line 43, col 68, Expected '!==' and instead saw '!='. +build/public/templates/admin/plugins/dbsearch.js: line 43, col 84, ['progressData'] is better written in dot notation. +build/public/templates/admin/plugins/dbsearch.js: line 43, col 100, ['messagesPercent'] is better written in dot notation. +build/public/templates/admin/plugins/dbsearch.js: line 45, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/plugins/dbsearch.js: line 45, col 41, ['working'] is better written in dot notation. +build/public/templates/admin/plugins/dbsearch.js: line 48, col 143, Line is too long. +build/public/templates/admin/plugins/dbsearch.js: line 49, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/plugins/dbsearch.js: line 49, col 41, ['working'] is better written in dot notation. +build/public/templates/admin/plugins/dbsearch.js: line 53, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/plugins/dbsearch.js: line 53, col 41, ['languageSupported'] is better written in dot notation. +build/public/templates/admin/plugins/dbsearch.js: line 54, col 142, Line is too long. +build/public/templates/admin/plugins/dbsearch.js: line 55, col 26, ['languages'] is better written in dot notation. +build/public/templates/admin/plugins/dbsearch.js: line 56, col 124, Line is too long. +build/public/templates/admin/plugins/dbsearch.js: line 58, col 197, Line is too long. +build/public/templates/admin/plugins/dbsearch.js: line 59, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/plugins/dbsearch.js: line 59, col 49, ['topicLimit'] is better written in dot notation. +build/public/templates/admin/plugins/dbsearch.js: line 60, col 205, Line is too long. +build/public/templates/admin/plugins/dbsearch.js: line 61, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/plugins/dbsearch.js: line 61, col 49, ['postLimit'] is better written in dot notation. +build/public/templates/admin/plugins/dbsearch.js: line 62, col 248, Line is too long. +build/public/templates/admin/plugins/dbsearch.js: line 63, col 22, ['allCategories'] is better written in dot notation. +build/public/templates/admin/plugins/dbsearch.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/plugins/dbsearch.js: line 71, col 117, Line is too long. +build/public/templates/admin/plugins/dbsearch.js: line 71, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/plugins/dbsearch.js: line 71, col 52, ['languages'] is better written in dot notation. +build/public/templates/admin/plugins/dbsearch.js: line 74, col 162, Line is too long. +build/public/templates/admin/plugins/dbsearch.js: line 74, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/plugins/dbsearch.js: line 74, col 53, ['languages'] is better written in dot notation. +build/public/templates/admin/plugins/dbsearch.js: line 74, col 69, Expected '!==' and instead saw '!='. +build/public/templates/admin/plugins/dbsearch.js: line 74, col 85, ['languages'] is better written in dot notation. +build/public/templates/admin/plugins/dbsearch.js: line 74, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/plugins/dbsearch.js: line 74, col 123, ['languages'] is better written in dot notation. +build/public/templates/admin/plugins/dbsearch.js: line 74, col 142, ['value'] is better written in dot notation. +build/public/templates/admin/plugins/dbsearch.js: line 76, col 155, Line is too long. +build/public/templates/admin/plugins/dbsearch.js: line 76, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/plugins/dbsearch.js: line 76, col 45, ['languages'] is better written in dot notation. +build/public/templates/admin/plugins/dbsearch.js: line 76, col 61, Expected '!==' and instead saw '!='. +build/public/templates/admin/plugins/dbsearch.js: line 76, col 77, ['languages'] is better written in dot notation. +build/public/templates/admin/plugins/dbsearch.js: line 76, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/plugins/dbsearch.js: line 76, col 115, ['languages'] is better written in dot notation. +build/public/templates/admin/plugins/dbsearch.js: line 76, col 134, ['selected'] is better written in dot notation. +build/public/templates/admin/plugins/dbsearch.js: line 80, col 161, Line is too long. +build/public/templates/admin/plugins/dbsearch.js: line 80, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/plugins/dbsearch.js: line 80, col 53, ['languages'] is better written in dot notation. +build/public/templates/admin/plugins/dbsearch.js: line 80, col 69, Expected '!==' and instead saw '!='. +build/public/templates/admin/plugins/dbsearch.js: line 80, col 85, ['languages'] is better written in dot notation. +build/public/templates/admin/plugins/dbsearch.js: line 80, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/plugins/dbsearch.js: line 80, col 123, ['languages'] is better written in dot notation. +build/public/templates/admin/plugins/dbsearch.js: line 80, col 142, ['name'] is better written in dot notation. +build/public/templates/admin/plugins/dbsearch.js: line 72, col 13, 'key' is defined but never used. +build/public/templates/admin/plugins/dbsearch.js: line 71, col 110, 'value' is defined but never used. +build/public/templates/admin/plugins/dbsearch.js: line 71, col 102, 'length' is defined but never used. +build/public/templates/admin/plugins/dbsearch.js: line 71, col 95, 'index' is defined but never used. +build/public/templates/admin/plugins/dbsearch.js: line 70, col 11, 'value' is defined but never used. +build/public/templates/admin/plugins/dbsearch.js: line 68, col 68, 'helper' is defined but never used. +build/public/templates/admin/plugins/dbsearch.js: line 89, col 121, Line is too long. +build/public/templates/admin/plugins/dbsearch.js: line 89, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/plugins/dbsearch.js: line 89, col 52, ['allCategories'] is better written in dot notation. +build/public/templates/admin/plugins/dbsearch.js: line 92, col 174, Line is too long. +build/public/templates/admin/plugins/dbsearch.js: line 92, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/plugins/dbsearch.js: line 92, col 53, ['allCategories'] is better written in dot notation. +build/public/templates/admin/plugins/dbsearch.js: line 92, col 73, Expected '!==' and instead saw '!='. +build/public/templates/admin/plugins/dbsearch.js: line 92, col 89, ['allCategories'] is better written in dot notation. +build/public/templates/admin/plugins/dbsearch.js: line 92, col 115, Expected '!==' and instead saw '!='. +build/public/templates/admin/plugins/dbsearch.js: line 92, col 131, ['allCategories'] is better written in dot notation. +build/public/templates/admin/plugins/dbsearch.js: line 92, col 154, ['value'] is better written in dot notation. +build/public/templates/admin/plugins/dbsearch.js: line 94, col 167, Line is too long. +build/public/templates/admin/plugins/dbsearch.js: line 94, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/plugins/dbsearch.js: line 94, col 45, ['allCategories'] is better written in dot notation. +build/public/templates/admin/plugins/dbsearch.js: line 94, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/plugins/dbsearch.js: line 94, col 81, ['allCategories'] is better written in dot notation. +build/public/templates/admin/plugins/dbsearch.js: line 94, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/plugins/dbsearch.js: line 94, col 123, ['allCategories'] is better written in dot notation. +build/public/templates/admin/plugins/dbsearch.js: line 94, col 146, ['selected'] is better written in dot notation. +build/public/templates/admin/plugins/dbsearch.js: line 98, col 173, Line is too long. +build/public/templates/admin/plugins/dbsearch.js: line 98, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/plugins/dbsearch.js: line 98, col 53, ['allCategories'] is better written in dot notation. +build/public/templates/admin/plugins/dbsearch.js: line 98, col 73, Expected '!==' and instead saw '!='. +build/public/templates/admin/plugins/dbsearch.js: line 98, col 89, ['allCategories'] is better written in dot notation. +build/public/templates/admin/plugins/dbsearch.js: line 98, col 115, Expected '!==' and instead saw '!='. +build/public/templates/admin/plugins/dbsearch.js: line 98, col 131, ['allCategories'] is better written in dot notation. +build/public/templates/admin/plugins/dbsearch.js: line 98, col 154, ['text'] is better written in dot notation. +build/public/templates/admin/plugins/dbsearch.js: line 90, col 13, 'key' is defined but never used. +build/public/templates/admin/plugins/dbsearch.js: line 89, col 114, 'value' is defined but never used. +build/public/templates/admin/plugins/dbsearch.js: line 89, col 106, 'length' is defined but never used. +build/public/templates/admin/plugins/dbsearch.js: line 89, col 99, 'index' is defined but never used. +build/public/templates/admin/plugins/dbsearch.js: line 88, col 11, 'value' is defined but never used. +build/public/templates/admin/plugins/dbsearch.js: line 86, col 76, 'helper' is defined but never used. +build/public/templates/admin/plugins/dbsearch.js: line 107, col 3, Missing semicolon. +build/public/templates/admin/plugins/dbsearch.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/plugins/dbsearch.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/plugins/markdown.js: line 12, col 275, Line is too long. +build/public/templates/admin/plugins/markdown.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/plugins/markdown.js: line 13, col 49, ['title'] is better written in dot notation. +build/public/templates/admin/plugins/markdown.js: line 14, col 3794, Line is too long. +build/public/templates/admin/plugins/markdown.js: line 15, col 22, ['themes'] is better written in dot notation. +build/public/templates/admin/plugins/markdown.js: line 16, col 1135, Line is too long. +build/public/templates/admin/plugins/markdown.js: line 17, col 22, ['hljsLanguages'] is better written in dot notation. +build/public/templates/admin/plugins/markdown.js: line 18, col 658, Line is too long. +build/public/templates/admin/plugins/markdown.js: line 19, col 114, Line is too long. +build/public/templates/admin/plugins/markdown.js: line 19, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/plugins/markdown.js: line 19, col 45, ['hljsLanguages'] is better written in dot notation. +build/public/templates/admin/plugins/markdown.js: line 20, col 13, 'key' is defined but never used. +build/public/templates/admin/plugins/markdown.js: line 29, col 1536, Line is too long. +build/public/templates/admin/plugins/markdown.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/plugins/markdown.js: line 36, col 114, Line is too long. +build/public/templates/admin/plugins/markdown.js: line 36, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/plugins/markdown.js: line 36, col 52, ['themes'] is better written in dot notation. +build/public/templates/admin/plugins/markdown.js: line 37, col 13, 'key' is defined but never used. +build/public/templates/admin/plugins/markdown.js: line 35, col 11, 'value' is defined but never used. +build/public/templates/admin/plugins/markdown.js: line 33, col 62, 'helper' is defined but never used. +build/public/templates/admin/plugins/markdown.js: line 50, col 121, Line is too long. +build/public/templates/admin/plugins/markdown.js: line 50, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/plugins/markdown.js: line 50, col 52, ['hljsLanguages'] is better written in dot notation. +build/public/templates/admin/plugins/markdown.js: line 51, col 13, 'key' is defined but never used. +build/public/templates/admin/plugins/markdown.js: line 49, col 11, 'value' is defined but never used. +build/public/templates/admin/plugins/markdown.js: line 47, col 76, 'helper' is defined but never used. +build/public/templates/admin/plugins/markdown.js: line 64, col 3, Missing semicolon. +build/public/templates/admin/plugins/markdown.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/plugins/markdown.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/plugins/persona.js: line 12, col 275, Line is too long. +build/public/templates/admin/plugins/persona.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/plugins/persona.js: line 13, col 49, ['title'] is better written in dot notation. +build/public/templates/admin/plugins/persona.js: line 14, col 1564, Line is too long. +build/public/templates/admin/plugins/persona.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/plugins/persona.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/admin/plugins/persona.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/admin/plugins/persona.js: line 22, col 3, Missing semicolon. +build/public/templates/admin/plugins/persona.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/plugins/persona.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/settings/activitypub.js: line 12, col 275, Line is too long. +build/public/templates/admin/settings/activitypub.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/activitypub.js: line 13, col 49, ['title'] is better written in dot notation. +build/public/templates/admin/settings/activitypub.js: line 14, col 2574, Line is too long. +build/public/templates/admin/settings/activitypub.js: line 15, col 22, ['rules'] is better written in dot notation. +build/public/templates/admin/settings/activitypub.js: line 16, col 745, Line is too long. +build/public/templates/admin/settings/activitypub.js: line 17, col 22, ['relays'] is better written in dot notation. +build/public/templates/admin/settings/activitypub.js: line 18, col 1693, Line is too long. +build/public/templates/admin/settings/activitypub.js: line 19, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/activitypub.js: line 19, col 49, ['instanceCount'] is better written in dot notation. +build/public/templates/admin/settings/activitypub.js: line 20, col 554, Line is too long. +build/public/templates/admin/settings/activitypub.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/settings/activitypub.js: line 27, col 113, Line is too long. +build/public/templates/admin/settings/activitypub.js: line 27, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/activitypub.js: line 27, col 52, ['rules'] is better written in dot notation. +build/public/templates/admin/settings/activitypub.js: line 30, col 148, Line is too long. +build/public/templates/admin/settings/activitypub.js: line 30, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/activitypub.js: line 30, col 53, ['rules'] is better written in dot notation. +build/public/templates/admin/settings/activitypub.js: line 30, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/activitypub.js: line 30, col 81, ['rules'] is better written in dot notation. +build/public/templates/admin/settings/activitypub.js: line 30, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/activitypub.js: line 30, col 115, ['rules'] is better written in dot notation. +build/public/templates/admin/settings/activitypub.js: line 30, col 130, ['rid'] is better written in dot notation. +build/public/templates/admin/settings/activitypub.js: line 32, col 149, Line is too long. +build/public/templates/admin/settings/activitypub.js: line 32, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/activitypub.js: line 32, col 53, ['rules'] is better written in dot notation. +build/public/templates/admin/settings/activitypub.js: line 32, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/activitypub.js: line 32, col 81, ['rules'] is better written in dot notation. +build/public/templates/admin/settings/activitypub.js: line 32, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/activitypub.js: line 32, col 115, ['rules'] is better written in dot notation. +build/public/templates/admin/settings/activitypub.js: line 32, col 130, ['type'] is better written in dot notation. +build/public/templates/admin/settings/activitypub.js: line 34, col 150, Line is too long. +build/public/templates/admin/settings/activitypub.js: line 34, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/activitypub.js: line 34, col 53, ['rules'] is better written in dot notation. +build/public/templates/admin/settings/activitypub.js: line 34, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/activitypub.js: line 34, col 81, ['rules'] is better written in dot notation. +build/public/templates/admin/settings/activitypub.js: line 34, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/activitypub.js: line 34, col 115, ['rules'] is better written in dot notation. +build/public/templates/admin/settings/activitypub.js: line 34, col 130, ['value'] is better written in dot notation. +build/public/templates/admin/settings/activitypub.js: line 36, col 148, Line is too long. +build/public/templates/admin/settings/activitypub.js: line 36, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/activitypub.js: line 36, col 53, ['rules'] is better written in dot notation. +build/public/templates/admin/settings/activitypub.js: line 36, col 65, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/activitypub.js: line 36, col 81, ['rules'] is better written in dot notation. +build/public/templates/admin/settings/activitypub.js: line 36, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/activitypub.js: line 36, col 115, ['rules'] is better written in dot notation. +build/public/templates/admin/settings/activitypub.js: line 36, col 130, ['cid'] is better written in dot notation. +build/public/templates/admin/settings/activitypub.js: line 37, col 126, Line is too long. +build/public/templates/admin/settings/activitypub.js: line 28, col 13, 'key' is defined but never used. +build/public/templates/admin/settings/activitypub.js: line 27, col 106, 'value' is defined but never used. +build/public/templates/admin/settings/activitypub.js: line 27, col 98, 'length' is defined but never used. +build/public/templates/admin/settings/activitypub.js: line 27, col 91, 'index' is defined but never used. +build/public/templates/admin/settings/activitypub.js: line 26, col 11, 'value' is defined but never used. +build/public/templates/admin/settings/activitypub.js: line 24, col 60, 'helper' is defined but never used. +build/public/templates/admin/settings/activitypub.js: line 45, col 114, Line is too long. +build/public/templates/admin/settings/activitypub.js: line 45, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/activitypub.js: line 45, col 52, ['relays'] is better written in dot notation. +build/public/templates/admin/settings/activitypub.js: line 48, col 151, Line is too long. +build/public/templates/admin/settings/activitypub.js: line 48, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/activitypub.js: line 48, col 53, ['relays'] is better written in dot notation. +build/public/templates/admin/settings/activitypub.js: line 48, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/activitypub.js: line 48, col 82, ['relays'] is better written in dot notation. +build/public/templates/admin/settings/activitypub.js: line 48, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/activitypub.js: line 48, col 117, ['relays'] is better written in dot notation. +build/public/templates/admin/settings/activitypub.js: line 48, col 133, ['url'] is better written in dot notation. +build/public/templates/admin/settings/activitypub.js: line 50, col 151, Line is too long. +build/public/templates/admin/settings/activitypub.js: line 50, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/activitypub.js: line 50, col 53, ['relays'] is better written in dot notation. +build/public/templates/admin/settings/activitypub.js: line 50, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/activitypub.js: line 50, col 82, ['relays'] is better written in dot notation. +build/public/templates/admin/settings/activitypub.js: line 50, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/activitypub.js: line 50, col 117, ['relays'] is better written in dot notation. +build/public/templates/admin/settings/activitypub.js: line 50, col 133, ['url'] is better written in dot notation. +build/public/templates/admin/settings/activitypub.js: line 52, col 153, Line is too long. +build/public/templates/admin/settings/activitypub.js: line 52, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/activitypub.js: line 52, col 53, ['relays'] is better written in dot notation. +build/public/templates/admin/settings/activitypub.js: line 52, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/activitypub.js: line 52, col 82, ['relays'] is better written in dot notation. +build/public/templates/admin/settings/activitypub.js: line 52, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/activitypub.js: line 52, col 117, ['relays'] is better written in dot notation. +build/public/templates/admin/settings/activitypub.js: line 52, col 133, ['label'] is better written in dot notation. +build/public/templates/admin/settings/activitypub.js: line 53, col 127, Line is too long. +build/public/templates/admin/settings/activitypub.js: line 46, col 13, 'key' is defined but never used. +build/public/templates/admin/settings/activitypub.js: line 45, col 107, 'value' is defined but never used. +build/public/templates/admin/settings/activitypub.js: line 45, col 99, 'length' is defined but never used. +build/public/templates/admin/settings/activitypub.js: line 45, col 92, 'index' is defined but never used. +build/public/templates/admin/settings/activitypub.js: line 44, col 11, 'value' is defined but never used. +build/public/templates/admin/settings/activitypub.js: line 42, col 62, 'helper' is defined but never used. +build/public/templates/admin/settings/activitypub.js: line 61, col 3, Missing semicolon. +build/public/templates/admin/settings/activitypub.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/settings/activitypub.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/settings/advanced.js: line 12, col 275, Line is too long. +build/public/templates/admin/settings/advanced.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/advanced.js: line 13, col 49, ['title'] is better written in dot notation. +build/public/templates/admin/settings/advanced.js: line 14, col 1692, Line is too long. +build/public/templates/admin/settings/advanced.js: line 15, col 22, ['groupsExemptFromMaintenanceMode'] is better written in dot notation. +build/public/templates/admin/settings/advanced.js: line 16, col 8657, Line is too long. +build/public/templates/admin/settings/advanced.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/settings/advanced.js: line 20, col 120, Line is too long. +build/public/templates/admin/settings/advanced.js: line 23, col 139, Line is too long. +build/public/templates/admin/settings/advanced.js: line 23, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/advanced.js: line 23, col 52, ['groupsExemptFromMaintenanceMode'] is better written in dot notation. +build/public/templates/admin/settings/advanced.js: line 26, col 234, Line is too long. +build/public/templates/admin/settings/advanced.js: line 26, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/advanced.js: line 26, col 53, ['groupsExemptFromMaintenanceMode'] is better written in dot notation. +build/public/templates/admin/settings/advanced.js: line 26, col 91, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/advanced.js: line 26, col 107, ['groupsExemptFromMaintenanceMode'] is better written in dot notation. +build/public/templates/admin/settings/advanced.js: line 26, col 151, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/advanced.js: line 26, col 167, ['groupsExemptFromMaintenanceMode'] is better written in dot notation. +build/public/templates/admin/settings/advanced.js: line 26, col 208, ['displayName'] is better written in dot notation. +build/public/templates/admin/settings/advanced.js: line 28, col 234, Line is too long. +build/public/templates/admin/settings/advanced.js: line 28, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/advanced.js: line 28, col 53, ['groupsExemptFromMaintenanceMode'] is better written in dot notation. +build/public/templates/admin/settings/advanced.js: line 28, col 91, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/advanced.js: line 28, col 107, ['groupsExemptFromMaintenanceMode'] is better written in dot notation. +build/public/templates/admin/settings/advanced.js: line 28, col 151, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/advanced.js: line 28, col 167, ['groupsExemptFromMaintenanceMode'] is better written in dot notation. +build/public/templates/admin/settings/advanced.js: line 28, col 208, ['displayName'] is better written in dot notation. +build/public/templates/admin/settings/advanced.js: line 24, col 13, 'key' is defined but never used. +build/public/templates/admin/settings/advanced.js: line 23, col 132, 'value' is defined but never used. +build/public/templates/admin/settings/advanced.js: line 23, col 124, 'length' is defined but never used. +build/public/templates/admin/settings/advanced.js: line 23, col 117, 'index' is defined but never used. +build/public/templates/admin/settings/advanced.js: line 22, col 11, 'value' is defined but never used. +build/public/templates/admin/settings/advanced.js: line 20, col 112, 'helper' is defined but never used. +build/public/templates/admin/settings/advanced.js: line 37, col 3, Missing semicolon. +build/public/templates/admin/settings/advanced.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/settings/advanced.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/settings/api.js: line 12, col 252, Line is too long. +build/public/templates/admin/settings/api.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 13, col 49, ['title'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 14, col 1623, Line is too long. +build/public/templates/admin/settings/api.js: line 15, col 22, ['tokens'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 16, col 104, Line is too long. +build/public/templates/admin/settings/api.js: line 17, col 158, Line is too long. +build/public/templates/admin/settings/api.js: line 17, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 17, col 41, ['pagination'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 17, col 58, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 17, col 74, ['pagination'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 17, col 88, ['pages'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 17, col 100, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 17, col 116, ['pagination'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 17, col 130, ['pages'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 17, col 139, ['length'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 20, col 148, Line is too long. +build/public/templates/admin/settings/api.js: line 21, col 156, Line is too long. +build/public/templates/admin/settings/api.js: line 21, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 21, col 41, ['pagination'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 21, col 58, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 21, col 74, ['pagination'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 21, col 88, ['prev'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 21, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 21, col 115, ['pagination'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 21, col 129, ['prev'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 21, col 137, ['active'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 25, col 162, Line is too long. +build/public/templates/admin/settings/api.js: line 25, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 25, col 49, ['pagination'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 25, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 25, col 82, ['pagination'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 25, col 96, ['prev'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 25, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 25, col 123, ['pagination'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 25, col 137, ['prev'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 25, col 145, ['qs'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 27, col 164, Line is too long. +build/public/templates/admin/settings/api.js: line 27, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 27, col 49, ['pagination'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 27, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 27, col 82, ['pagination'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 27, col 96, ['prev'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 27, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 27, col 123, ['pagination'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 27, col 137, ['prev'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 27, col 145, ['page'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 31, col 156, Line is too long. +build/public/templates/admin/settings/api.js: line 31, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 31, col 41, ['pagination'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 31, col 58, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 31, col 74, ['pagination'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 31, col 88, ['next'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 31, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 31, col 115, ['pagination'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 31, col 129, ['next'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 31, col 137, ['active'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 35, col 162, Line is too long. +build/public/templates/admin/settings/api.js: line 35, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 35, col 49, ['pagination'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 35, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 35, col 82, ['pagination'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 35, col 96, ['next'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 35, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 35, col 123, ['pagination'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 35, col 137, ['next'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 35, col 145, ['qs'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 37, col 164, Line is too long. +build/public/templates/admin/settings/api.js: line 37, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 37, col 49, ['pagination'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 37, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 37, col 82, ['pagination'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 37, col 96, ['next'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 37, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 37, col 123, ['pagination'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 37, col 137, ['next'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 37, col 145, ['page'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 39, col 102, Line is too long. +build/public/templates/admin/settings/api.js: line 39, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 39, col 41, ['template'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 39, col 56, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 39, col 72, ['template'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 39, col 84, ['topic'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 41, col 126, Line is too long. +build/public/templates/admin/settings/api.js: line 42, col 160, Line is too long. +build/public/templates/admin/settings/api.js: line 42, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 42, col 45, ['pagination'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 42, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 42, col 78, ['pagination'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 42, col 92, ['prev'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 42, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 42, col 119, ['pagination'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 42, col 133, ['prev'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 42, col 141, ['active'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 46, col 168, Line is too long. +build/public/templates/admin/settings/api.js: line 46, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 46, col 53, ['pagination'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 46, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 46, col 86, ['pagination'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 46, col 100, ['first'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 46, col 112, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 46, col 128, ['pagination'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 46, col 142, ['first'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 46, col 151, ['qs'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 47, col 115, Line is too long. +build/public/templates/admin/settings/api.js: line 48, col 160, Line is too long. +build/public/templates/admin/settings/api.js: line 48, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 48, col 45, ['pagination'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 48, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 48, col 78, ['pagination'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 48, col 92, ['prev'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 48, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 48, col 119, ['pagination'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 48, col 133, ['prev'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 48, col 141, ['active'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 52, col 166, Line is too long. +build/public/templates/admin/settings/api.js: line 52, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 52, col 53, ['pagination'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 52, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 52, col 86, ['pagination'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 52, col 100, ['prev'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 52, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 52, col 127, ['pagination'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 52, col 141, ['prev'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 52, col 149, ['qs'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 54, col 168, Line is too long. +build/public/templates/admin/settings/api.js: line 54, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 54, col 53, ['pagination'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 54, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 54, col 86, ['pagination'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 54, col 100, ['prev'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 54, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 54, col 127, ['pagination'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 54, col 141, ['prev'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 54, col 149, ['page'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 55, col 196, Line is too long. +build/public/templates/admin/settings/api.js: line 56, col 126, Line is too long. +build/public/templates/admin/settings/api.js: line 56, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 56, col 53, ['pagination'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 56, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 56, col 86, ['pagination'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 56, col 100, ['currentPage'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 58, col 124, Line is too long. +build/public/templates/admin/settings/api.js: line 58, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 58, col 53, ['pagination'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 58, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 58, col 86, ['pagination'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 58, col 100, ['pageCount'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 60, col 160, Line is too long. +build/public/templates/admin/settings/api.js: line 60, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 60, col 45, ['pagination'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 60, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 60, col 78, ['pagination'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 60, col 92, ['next'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 60, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 60, col 119, ['pagination'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 60, col 133, ['next'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 60, col 141, ['active'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 64, col 166, Line is too long. +build/public/templates/admin/settings/api.js: line 64, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 64, col 53, ['pagination'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 64, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 64, col 86, ['pagination'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 64, col 100, ['next'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 64, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 64, col 127, ['pagination'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 64, col 141, ['next'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 64, col 149, ['qs'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 66, col 168, Line is too long. +build/public/templates/admin/settings/api.js: line 66, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 66, col 53, ['pagination'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 66, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 66, col 86, ['pagination'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 66, col 100, ['next'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 66, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 66, col 127, ['pagination'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 66, col 141, ['next'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 66, col 149, ['page'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 68, col 160, Line is too long. +build/public/templates/admin/settings/api.js: line 68, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 68, col 45, ['pagination'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 68, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 68, col 78, ['pagination'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 68, col 92, ['next'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 68, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 68, col 119, ['pagination'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 68, col 133, ['next'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 68, col 141, ['active'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 72, col 166, Line is too long. +build/public/templates/admin/settings/api.js: line 72, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 72, col 53, ['pagination'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 72, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 72, col 86, ['pagination'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 72, col 100, ['last'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 72, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 72, col 127, ['pagination'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 72, col 141, ['last'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 72, col 149, ['qs'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 74, col 124, Line is too long. +build/public/templates/admin/settings/api.js: line 74, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 74, col 53, ['pagination'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 74, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 74, col 86, ['pagination'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 74, col 100, ['pageCount'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/settings/api.js: line 83, col 114, Line is too long. +build/public/templates/admin/settings/api.js: line 83, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 83, col 52, ['tokens'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 86, col 153, Line is too long. +build/public/templates/admin/settings/api.js: line 86, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 86, col 53, ['tokens'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 86, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 86, col 82, ['tokens'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 86, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 86, col 117, ['tokens'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 86, col 133, ['token'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 87, col 149, Line is too long. +build/public/templates/admin/settings/api.js: line 88, col 153, Line is too long. +build/public/templates/admin/settings/api.js: line 88, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 88, col 53, ['tokens'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 88, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 88, col 82, ['tokens'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 88, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 88, col 117, ['tokens'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 88, col 133, ['token'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 89, col 173, Line is too long. +build/public/templates/admin/settings/api.js: line 90, col 153, Line is too long. +build/public/templates/admin/settings/api.js: line 90, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 90, col 53, ['tokens'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 90, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 90, col 82, ['tokens'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 90, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 90, col 117, ['tokens'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 90, col 133, ['token'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 92, col 149, Line is too long. +build/public/templates/admin/settings/api.js: line 92, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 92, col 45, ['tokens'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 92, col 58, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 92, col 74, ['tokens'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 92, col 93, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 92, col 109, ['tokens'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 92, col 125, ['description'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 94, col 163, Line is too long. +build/public/templates/admin/settings/api.js: line 94, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 94, col 57, ['tokens'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 94, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 94, col 86, ['tokens'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 94, col 105, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 94, col 121, ['tokens'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 94, col 137, ['description'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 98, col 150, Line is too long. +build/public/templates/admin/settings/api.js: line 98, col 30, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 98, col 46, ['tokens'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 98, col 59, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 98, col 75, ['tokens'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 98, col 94, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 98, col 110, ['tokens'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 98, col 126, ['uid'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 98, col 144, Expected '===' and instead saw '=='. +build/public/templates/admin/settings/api.js: line 101, col 155, Line is too long. +build/public/templates/admin/settings/api.js: line 101, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 101, col 57, ['tokens'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 101, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 101, col 86, ['tokens'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 101, col 105, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 101, col 121, ['tokens'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 101, col 137, ['uid'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 104, col 146, Line is too long. +build/public/templates/admin/settings/api.js: line 104, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 104, col 45, ['tokens'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 104, col 58, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 104, col 74, ['tokens'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 104, col 93, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 104, col 109, ['tokens'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 104, col 125, ['lastSeen'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 106, col 163, Line is too long. +build/public/templates/admin/settings/api.js: line 106, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 106, col 57, ['tokens'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 106, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 106, col 86, ['tokens'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 106, col 105, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 106, col 121, ['tokens'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 106, col 137, ['lastSeenISO'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 110, col 160, Line is too long. +build/public/templates/admin/settings/api.js: line 110, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 110, col 53, ['tokens'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 110, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 110, col 82, ['tokens'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 110, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 110, col 117, ['tokens'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 110, col 133, ['timestampISO'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 111, col 551, Line is too long. +build/public/templates/admin/settings/api.js: line 84, col 13, 'key' is defined but never used. +build/public/templates/admin/settings/api.js: line 83, col 107, 'value' is defined but never used. +build/public/templates/admin/settings/api.js: line 83, col 99, 'length' is defined but never used. +build/public/templates/admin/settings/api.js: line 83, col 92, 'index' is defined but never used. +build/public/templates/admin/settings/api.js: line 82, col 11, 'value' is defined but never used. +build/public/templates/admin/settings/api.js: line 80, col 62, 'helper' is defined but never used. +build/public/templates/admin/settings/api.js: line 119, col 160, Line is too long. +build/public/templates/admin/settings/api.js: line 119, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 119, col 52, ['pagination'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 119, col 69, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 119, col 85, ['pagination'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 119, col 99, ['pages'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 122, col 219, Line is too long. +build/public/templates/admin/settings/api.js: line 122, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 122, col 45, ['pagination'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 122, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 122, col 78, ['pagination'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 122, col 92, ['pages'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 122, col 104, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 122, col 120, ['pagination'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 122, col 134, ['pages'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 122, col 152, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 122, col 168, ['pagination'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 122, col 182, ['pages'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 122, col 197, ['separator'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 123, col 205, Line is too long. +build/public/templates/admin/settings/api.js: line 125, col 220, Line is too long. +build/public/templates/admin/settings/api.js: line 125, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 125, col 49, ['pagination'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 125, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 125, col 82, ['pagination'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 125, col 96, ['pages'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 125, col 108, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 125, col 124, ['pagination'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 125, col 138, ['pages'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 125, col 156, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 125, col 172, ['pagination'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 125, col 186, ['pages'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 125, col 201, ['active'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 129, col 226, Line is too long. +build/public/templates/admin/settings/api.js: line 129, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 129, col 57, ['pagination'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 129, col 74, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 129, col 90, ['pagination'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 129, col 104, ['pages'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 129, col 116, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 129, col 132, ['pagination'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 129, col 146, ['pages'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 129, col 164, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 129, col 180, ['pagination'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 129, col 194, ['pages'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 129, col 209, ['qs'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 131, col 228, Line is too long. +build/public/templates/admin/settings/api.js: line 131, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 131, col 57, ['pagination'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 131, col 74, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 131, col 90, ['pagination'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 131, col 104, ['pages'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 131, col 116, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 131, col 132, ['pagination'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 131, col 146, ['pages'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 131, col 164, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 131, col 180, ['pagination'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 131, col 194, ['pages'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 131, col 209, ['page'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 133, col 228, Line is too long. +build/public/templates/admin/settings/api.js: line 133, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 133, col 57, ['pagination'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 133, col 74, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 133, col 90, ['pagination'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 133, col 104, ['pages'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 133, col 116, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 133, col 132, ['pagination'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 133, col 146, ['pages'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 133, col 164, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/api.js: line 133, col 180, ['pagination'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 133, col 194, ['pages'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 133, col 209, ['page'] is better written in dot notation. +build/public/templates/admin/settings/api.js: line 120, col 13, 'key' is defined but never used. +build/public/templates/admin/settings/api.js: line 119, col 153, 'value' is defined but never used. +build/public/templates/admin/settings/api.js: line 119, col 145, 'length' is defined but never used. +build/public/templates/admin/settings/api.js: line 119, col 138, 'index' is defined but never used. +build/public/templates/admin/settings/api.js: line 118, col 11, 'value' is defined but never used. +build/public/templates/admin/settings/api.js: line 116, col 81, 'helper' is defined but never used. +build/public/templates/admin/settings/api.js: line 143, col 3, Missing semicolon. +build/public/templates/admin/settings/api.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/settings/api.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/settings/chat.js: line 12, col 275, Line is too long. +build/public/templates/admin/settings/chat.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/chat.js: line 13, col 49, ['title'] is better written in dot notation. +build/public/templates/admin/settings/chat.js: line 14, col 4175, Line is too long. +build/public/templates/admin/settings/chat.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/settings/chat.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/admin/settings/chat.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/admin/settings/chat.js: line 22, col 3, Missing semicolon. +build/public/templates/admin/settings/chat.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/settings/chat.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/settings/cookies.js: line 12, col 275, Line is too long. +build/public/templates/admin/settings/cookies.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/cookies.js: line 13, col 49, ['title'] is better written in dot notation. +build/public/templates/admin/settings/cookies.js: line 14, col 3644, Line is too long. +build/public/templates/admin/settings/cookies.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/settings/cookies.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/admin/settings/cookies.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/admin/settings/cookies.js: line 22, col 3, Missing semicolon. +build/public/templates/admin/settings/cookies.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/settings/cookies.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/settings/email.js: line 12, col 275, Line is too long. +build/public/templates/admin/settings/email.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/email.js: line 13, col 49, ['title'] is better written in dot notation. +build/public/templates/admin/settings/email.js: line 14, col 7156, Line is too long. +build/public/templates/admin/settings/email.js: line 15, col 22, ['services'] is better written in dot notation. +build/public/templates/admin/settings/email.js: line 16, col 2582, Line is too long. +build/public/templates/admin/settings/email.js: line 17, col 22, ['sendable'] is better written in dot notation. +build/public/templates/admin/settings/email.js: line 18, col 600, Line is too long. +build/public/templates/admin/settings/email.js: line 19, col 22, ['emails'] is better written in dot notation. +build/public/templates/admin/settings/email.js: line 20, col 831, Line is too long. +build/public/templates/admin/settings/email.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/settings/email.js: line 27, col 116, Line is too long. +build/public/templates/admin/settings/email.js: line 27, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/email.js: line 27, col 52, ['services'] is better written in dot notation. +build/public/templates/admin/settings/email.js: line 28, col 13, 'key' is defined but never used. +build/public/templates/admin/settings/email.js: line 26, col 11, 'value' is defined but never used. +build/public/templates/admin/settings/email.js: line 24, col 66, 'helper' is defined but never used. +build/public/templates/admin/settings/email.js: line 41, col 116, Line is too long. +build/public/templates/admin/settings/email.js: line 41, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/email.js: line 41, col 52, ['sendable'] is better written in dot notation. +build/public/templates/admin/settings/email.js: line 42, col 13, 'key' is defined but never used. +build/public/templates/admin/settings/email.js: line 40, col 11, 'value' is defined but never used. +build/public/templates/admin/settings/email.js: line 38, col 66, 'helper' is defined but never used. +build/public/templates/admin/settings/email.js: line 55, col 114, Line is too long. +build/public/templates/admin/settings/email.js: line 55, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/email.js: line 55, col 52, ['emails'] is better written in dot notation. +build/public/templates/admin/settings/email.js: line 58, col 152, Line is too long. +build/public/templates/admin/settings/email.js: line 58, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/email.js: line 58, col 53, ['emails'] is better written in dot notation. +build/public/templates/admin/settings/email.js: line 58, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/email.js: line 58, col 82, ['emails'] is better written in dot notation. +build/public/templates/admin/settings/email.js: line 58, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/email.js: line 58, col 117, ['emails'] is better written in dot notation. +build/public/templates/admin/settings/email.js: line 58, col 133, ['path'] is better written in dot notation. +build/public/templates/admin/settings/email.js: line 60, col 152, Line is too long. +build/public/templates/admin/settings/email.js: line 60, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/email.js: line 60, col 53, ['emails'] is better written in dot notation. +build/public/templates/admin/settings/email.js: line 60, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/email.js: line 60, col 82, ['emails'] is better written in dot notation. +build/public/templates/admin/settings/email.js: line 60, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/email.js: line 60, col 117, ['emails'] is better written in dot notation. +build/public/templates/admin/settings/email.js: line 60, col 133, ['path'] is better written in dot notation. +build/public/templates/admin/settings/email.js: line 56, col 13, 'key' is defined but never used. +build/public/templates/admin/settings/email.js: line 55, col 107, 'value' is defined but never used. +build/public/templates/admin/settings/email.js: line 55, col 99, 'length' is defined but never used. +build/public/templates/admin/settings/email.js: line 55, col 92, 'index' is defined but never used. +build/public/templates/admin/settings/email.js: line 54, col 11, 'value' is defined but never used. +build/public/templates/admin/settings/email.js: line 52, col 62, 'helper' is defined but never used. +build/public/templates/admin/settings/email.js: line 69, col 3, Missing semicolon. +build/public/templates/admin/settings/email.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/settings/email.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/settings/general.js: line 12, col 275, Line is too long. +build/public/templates/admin/settings/general.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/general.js: line 13, col 49, ['title'] is better written in dot notation. +build/public/templates/admin/settings/general.js: line 14, col 3077, Line is too long. +build/public/templates/admin/settings/general.js: line 15, col 22, ['languages'] is better written in dot notation. +build/public/templates/admin/settings/general.js: line 16, col 275, Line is too long. +build/public/templates/admin/settings/general.js: line 17, col 25, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/general.js: line 17, col 41, ['autoDetectLang'] is better written in dot notation. +build/public/templates/admin/settings/general.js: line 20, col 678, Line is too long. +build/public/templates/admin/settings/general.js: line 21, col 116, Line is too long. +build/public/templates/admin/settings/general.js: line 21, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/general.js: line 21, col 49, ['config'] is better written in dot notation. +build/public/templates/admin/settings/general.js: line 21, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/general.js: line 21, col 78, ['config'] is better written in dot notation. +build/public/templates/admin/settings/general.js: line 21, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/admin/settings/general.js: line 22, col 1171, Line is too long. +build/public/templates/admin/settings/general.js: line 23, col 116, Line is too long. +build/public/templates/admin/settings/general.js: line 23, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/general.js: line 23, col 49, ['config'] is better written in dot notation. +build/public/templates/admin/settings/general.js: line 23, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/general.js: line 23, col 78, ['config'] is better written in dot notation. +build/public/templates/admin/settings/general.js: line 23, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/admin/settings/general.js: line 24, col 613, Line is too long. +build/public/templates/admin/settings/general.js: line 25, col 116, Line is too long. +build/public/templates/admin/settings/general.js: line 25, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/general.js: line 25, col 49, ['config'] is better written in dot notation. +build/public/templates/admin/settings/general.js: line 25, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/general.js: line 25, col 78, ['config'] is better written in dot notation. +build/public/templates/admin/settings/general.js: line 25, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/admin/settings/general.js: line 26, col 615, Line is too long. +build/public/templates/admin/settings/general.js: line 27, col 116, Line is too long. +build/public/templates/admin/settings/general.js: line 27, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/general.js: line 27, col 49, ['config'] is better written in dot notation. +build/public/templates/admin/settings/general.js: line 27, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/general.js: line 27, col 78, ['config'] is better written in dot notation. +build/public/templates/admin/settings/general.js: line 27, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/admin/settings/general.js: line 28, col 696, Line is too long. +build/public/templates/admin/settings/general.js: line 29, col 116, Line is too long. +build/public/templates/admin/settings/general.js: line 29, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/general.js: line 29, col 49, ['config'] is better written in dot notation. +build/public/templates/admin/settings/general.js: line 29, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/general.js: line 29, col 78, ['config'] is better written in dot notation. +build/public/templates/admin/settings/general.js: line 29, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/admin/settings/general.js: line 30, col 855, Line is too long. +build/public/templates/admin/settings/general.js: line 31, col 22, ['routes'] is better written in dot notation. +build/public/templates/admin/settings/general.js: line 32, col 5731, Line is too long. +build/public/templates/admin/settings/general.js: line 33, col 22, ['postSharing'] is better written in dot notation. +build/public/templates/admin/settings/general.js: line 34, col 633, Line is too long. +build/public/templates/admin/settings/general.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/settings/general.js: line 41, col 117, Line is too long. +build/public/templates/admin/settings/general.js: line 41, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/general.js: line 41, col 52, ['languages'] is better written in dot notation. +build/public/templates/admin/settings/general.js: line 44, col 161, Line is too long. +build/public/templates/admin/settings/general.js: line 44, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/general.js: line 44, col 53, ['languages'] is better written in dot notation. +build/public/templates/admin/settings/general.js: line 44, col 69, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/general.js: line 44, col 85, ['languages'] is better written in dot notation. +build/public/templates/admin/settings/general.js: line 44, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/general.js: line 44, col 123, ['languages'] is better written in dot notation. +build/public/templates/admin/settings/general.js: line 44, col 142, ['code'] is better written in dot notation. +build/public/templates/admin/settings/general.js: line 46, col 155, Line is too long. +build/public/templates/admin/settings/general.js: line 46, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/general.js: line 46, col 45, ['languages'] is better written in dot notation. +build/public/templates/admin/settings/general.js: line 46, col 61, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/general.js: line 46, col 77, ['languages'] is better written in dot notation. +build/public/templates/admin/settings/general.js: line 46, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/general.js: line 46, col 115, ['languages'] is better written in dot notation. +build/public/templates/admin/settings/general.js: line 46, col 134, ['selected'] is better written in dot notation. +build/public/templates/admin/settings/general.js: line 50, col 161, Line is too long. +build/public/templates/admin/settings/general.js: line 50, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/general.js: line 50, col 53, ['languages'] is better written in dot notation. +build/public/templates/admin/settings/general.js: line 50, col 69, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/general.js: line 50, col 85, ['languages'] is better written in dot notation. +build/public/templates/admin/settings/general.js: line 50, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/general.js: line 50, col 123, ['languages'] is better written in dot notation. +build/public/templates/admin/settings/general.js: line 50, col 142, ['name'] is better written in dot notation. +build/public/templates/admin/settings/general.js: line 52, col 161, Line is too long. +build/public/templates/admin/settings/general.js: line 52, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/general.js: line 52, col 53, ['languages'] is better written in dot notation. +build/public/templates/admin/settings/general.js: line 52, col 69, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/general.js: line 52, col 85, ['languages'] is better written in dot notation. +build/public/templates/admin/settings/general.js: line 52, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/general.js: line 52, col 123, ['languages'] is better written in dot notation. +build/public/templates/admin/settings/general.js: line 52, col 142, ['code'] is better written in dot notation. +build/public/templates/admin/settings/general.js: line 42, col 13, 'key' is defined but never used. +build/public/templates/admin/settings/general.js: line 41, col 110, 'value' is defined but never used. +build/public/templates/admin/settings/general.js: line 41, col 102, 'length' is defined but never used. +build/public/templates/admin/settings/general.js: line 41, col 95, 'index' is defined but never used. +build/public/templates/admin/settings/general.js: line 40, col 11, 'value' is defined but never used. +build/public/templates/admin/settings/general.js: line 38, col 68, 'helper' is defined but never used. +build/public/templates/admin/settings/general.js: line 61, col 114, Line is too long. +build/public/templates/admin/settings/general.js: line 61, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/general.js: line 61, col 52, ['routes'] is better written in dot notation. +build/public/templates/admin/settings/general.js: line 64, col 153, Line is too long. +build/public/templates/admin/settings/general.js: line 64, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/general.js: line 64, col 53, ['routes'] is better written in dot notation. +build/public/templates/admin/settings/general.js: line 64, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/general.js: line 64, col 82, ['routes'] is better written in dot notation. +build/public/templates/admin/settings/general.js: line 64, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/general.js: line 64, col 117, ['routes'] is better written in dot notation. +build/public/templates/admin/settings/general.js: line 64, col 133, ['route'] is better written in dot notation. +build/public/templates/admin/settings/general.js: line 66, col 152, Line is too long. +build/public/templates/admin/settings/general.js: line 66, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/general.js: line 66, col 53, ['routes'] is better written in dot notation. +build/public/templates/admin/settings/general.js: line 66, col 66, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/general.js: line 66, col 82, ['routes'] is better written in dot notation. +build/public/templates/admin/settings/general.js: line 66, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/general.js: line 66, col 117, ['routes'] is better written in dot notation. +build/public/templates/admin/settings/general.js: line 66, col 133, ['name'] is better written in dot notation. +build/public/templates/admin/settings/general.js: line 62, col 13, 'key' is defined but never used. +build/public/templates/admin/settings/general.js: line 61, col 107, 'value' is defined but never used. +build/public/templates/admin/settings/general.js: line 61, col 99, 'length' is defined but never used. +build/public/templates/admin/settings/general.js: line 61, col 92, 'index' is defined but never used. +build/public/templates/admin/settings/general.js: line 60, col 11, 'value' is defined but never used. +build/public/templates/admin/settings/general.js: line 58, col 62, 'helper' is defined but never used. +build/public/templates/admin/settings/general.js: line 75, col 119, Line is too long. +build/public/templates/admin/settings/general.js: line 75, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/general.js: line 75, col 52, ['postSharing'] is better written in dot notation. +build/public/templates/admin/settings/general.js: line 77, col 124, Line is too long. +build/public/templates/admin/settings/general.js: line 78, col 165, Line is too long. +build/public/templates/admin/settings/general.js: line 78, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/general.js: line 78, col 53, ['postSharing'] is better written in dot notation. +build/public/templates/admin/settings/general.js: line 78, col 71, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/general.js: line 78, col 87, ['postSharing'] is better written in dot notation. +build/public/templates/admin/settings/general.js: line 78, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/general.js: line 78, col 127, ['postSharing'] is better written in dot notation. +build/public/templates/admin/settings/general.js: line 78, col 148, ['id'] is better written in dot notation. +build/public/templates/admin/settings/general.js: line 80, col 165, Line is too long. +build/public/templates/admin/settings/general.js: line 80, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/general.js: line 80, col 53, ['postSharing'] is better written in dot notation. +build/public/templates/admin/settings/general.js: line 80, col 71, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/general.js: line 80, col 87, ['postSharing'] is better written in dot notation. +build/public/templates/admin/settings/general.js: line 80, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/general.js: line 80, col 127, ['postSharing'] is better written in dot notation. +build/public/templates/admin/settings/general.js: line 80, col 148, ['id'] is better written in dot notation. +build/public/templates/admin/settings/general.js: line 82, col 165, Line is too long. +build/public/templates/admin/settings/general.js: line 82, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/general.js: line 82, col 53, ['postSharing'] is better written in dot notation. +build/public/templates/admin/settings/general.js: line 82, col 71, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/general.js: line 82, col 87, ['postSharing'] is better written in dot notation. +build/public/templates/admin/settings/general.js: line 82, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/general.js: line 82, col 127, ['postSharing'] is better written in dot notation. +build/public/templates/admin/settings/general.js: line 82, col 148, ['id'] is better written in dot notation. +build/public/templates/admin/settings/general.js: line 84, col 162, Line is too long. +build/public/templates/admin/settings/general.js: line 84, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/general.js: line 84, col 45, ['postSharing'] is better written in dot notation. +build/public/templates/admin/settings/general.js: line 84, col 63, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/general.js: line 84, col 79, ['postSharing'] is better written in dot notation. +build/public/templates/admin/settings/general.js: line 84, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/general.js: line 84, col 119, ['postSharing'] is better written in dot notation. +build/public/templates/admin/settings/general.js: line 84, col 140, ['activated'] is better written in dot notation. +build/public/templates/admin/settings/general.js: line 88, col 165, Line is too long. +build/public/templates/admin/settings/general.js: line 88, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/general.js: line 88, col 53, ['postSharing'] is better written in dot notation. +build/public/templates/admin/settings/general.js: line 88, col 71, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/general.js: line 88, col 87, ['postSharing'] is better written in dot notation. +build/public/templates/admin/settings/general.js: line 88, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/general.js: line 88, col 127, ['postSharing'] is better written in dot notation. +build/public/templates/admin/settings/general.js: line 88, col 148, ['id'] is better written in dot notation. +build/public/templates/admin/settings/general.js: line 90, col 168, Line is too long. +build/public/templates/admin/settings/general.js: line 90, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/general.js: line 90, col 53, ['postSharing'] is better written in dot notation. +build/public/templates/admin/settings/general.js: line 90, col 71, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/general.js: line 90, col 87, ['postSharing'] is better written in dot notation. +build/public/templates/admin/settings/general.js: line 90, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/general.js: line 90, col 127, ['postSharing'] is better written in dot notation. +build/public/templates/admin/settings/general.js: line 92, col 167, Line is too long. +build/public/templates/admin/settings/general.js: line 92, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/general.js: line 92, col 53, ['postSharing'] is better written in dot notation. +build/public/templates/admin/settings/general.js: line 92, col 71, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/general.js: line 92, col 87, ['postSharing'] is better written in dot notation. +build/public/templates/admin/settings/general.js: line 92, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/general.js: line 92, col 127, ['postSharing'] is better written in dot notation. +build/public/templates/admin/settings/general.js: line 92, col 148, ['name'] is better written in dot notation. +build/public/templates/admin/settings/general.js: line 76, col 13, 'key' is defined but never used. +build/public/templates/admin/settings/general.js: line 75, col 112, 'value' is defined but never used. +build/public/templates/admin/settings/general.js: line 75, col 104, 'length' is defined but never used. +build/public/templates/admin/settings/general.js: line 75, col 97, 'index' is defined but never used. +build/public/templates/admin/settings/general.js: line 74, col 11, 'value' is defined but never used. +build/public/templates/admin/settings/general.js: line 72, col 72, 'helper' is defined but never used. +build/public/templates/admin/settings/general.js: line 101, col 3, Missing semicolon. +build/public/templates/admin/settings/general.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/settings/general.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/settings/group.js: line 12, col 275, Line is too long. +build/public/templates/admin/settings/group.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/group.js: line 13, col 49, ['title'] is better written in dot notation. +build/public/templates/admin/settings/group.js: line 14, col 2898, Line is too long. +build/public/templates/admin/settings/group.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/settings/group.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/admin/settings/group.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/admin/settings/group.js: line 22, col 3, Missing semicolon. +build/public/templates/admin/settings/group.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/settings/group.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/settings/navigation.js: line 12, col 666, Line is too long. +build/public/templates/admin/settings/navigation.js: line 13, col 22, ['navigation'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 15, col 22, ['enabled'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 16, col 497, Line is too long. +build/public/templates/admin/settings/navigation.js: line 17, col 22, ['available'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/admin/settings/navigation.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/settings/navigation.js: line 25, col 118, Line is too long. +build/public/templates/admin/settings/navigation.js: line 25, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 25, col 52, ['navigation'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 28, col 165, Line is too long. +build/public/templates/admin/settings/navigation.js: line 28, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 28, col 53, ['navigation'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 28, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 28, col 86, ['navigation'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 28, col 109, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 28, col 125, ['navigation'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 28, col 145, ['index'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 30, col 165, Line is too long. +build/public/templates/admin/settings/navigation.js: line 30, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 30, col 53, ['navigation'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 30, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 30, col 86, ['navigation'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 30, col 109, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 30, col 125, ['navigation'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 32, col 158, Line is too long. +build/public/templates/admin/settings/navigation.js: line 32, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 32, col 45, ['navigation'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 32, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 32, col 78, ['navigation'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 32, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 32, col 117, ['navigation'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 32, col 137, ['selected'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 36, col 165, Line is too long. +build/public/templates/admin/settings/navigation.js: line 36, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 36, col 53, ['navigation'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 36, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 36, col 86, ['navigation'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 36, col 109, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 36, col 125, ['navigation'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 36, col 145, ['route'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 38, col 162, Line is too long. +build/public/templates/admin/settings/navigation.js: line 38, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 38, col 53, ['navigation'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 38, col 70, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 38, col 86, ['navigation'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 38, col 109, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 38, col 125, ['navigation'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 38, col 145, ['id'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 40, col 157, Line is too long. +build/public/templates/admin/settings/navigation.js: line 40, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 40, col 45, ['navigation'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 40, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 40, col 78, ['navigation'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 40, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 40, col 117, ['navigation'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 40, col 137, ['enabled'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 44, col 159, Line is too long. +build/public/templates/admin/settings/navigation.js: line 44, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 44, col 45, ['navigation'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 44, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 44, col 78, ['navigation'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 44, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 44, col 117, ['navigation'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 44, col 137, ['iconClass'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 45, col 170, Line is too long. +build/public/templates/admin/settings/navigation.js: line 45, col 39, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 45, col 55, ['navigation'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 45, col 72, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 45, col 88, ['navigation'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 45, col 111, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 45, col 127, ['navigation'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 45, col 147, ['iconClass'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 48, col 158, Line is too long. +build/public/templates/admin/settings/navigation.js: line 48, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 48, col 45, ['navigation'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 48, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 48, col 78, ['navigation'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 48, col 101, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 48, col 117, ['navigation'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 48, col 137, ['dropdown'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 26, col 13, 'key' is defined but never used. +build/public/templates/admin/settings/navigation.js: line 25, col 111, 'value' is defined but never used. +build/public/templates/admin/settings/navigation.js: line 25, col 103, 'length' is defined but never used. +build/public/templates/admin/settings/navigation.js: line 25, col 96, 'index' is defined but never used. +build/public/templates/admin/settings/navigation.js: line 24, col 11, 'value' is defined but never used. +build/public/templates/admin/settings/navigation.js: line 22, col 70, 'helper' is defined but never used. +build/public/templates/admin/settings/navigation.js: line 59, col 115, Line is too long. +build/public/templates/admin/settings/navigation.js: line 59, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 59, col 52, ['enabled'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 62, col 156, Line is too long. +build/public/templates/admin/settings/navigation.js: line 62, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 62, col 53, ['enabled'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 62, col 67, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 62, col 83, ['enabled'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 62, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 62, col 119, ['enabled'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 62, col 136, ['index'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 64, col 149, Line is too long. +build/public/templates/admin/settings/navigation.js: line 64, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 64, col 45, ['enabled'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 64, col 59, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 64, col 75, ['enabled'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 64, col 95, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 64, col 111, ['enabled'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 64, col 128, ['selected'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 67, col 199, Line is too long. +build/public/templates/admin/settings/navigation.js: line 68, col 160, Line is too long. +build/public/templates/admin/settings/navigation.js: line 68, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 68, col 53, ['enabled'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 68, col 67, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 68, col 83, ['enabled'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 68, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 68, col 119, ['enabled'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 68, col 136, ['iconClass'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 70, col 150, Line is too long. +build/public/templates/admin/settings/navigation.js: line 70, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 70, col 45, ['enabled'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 70, col 59, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 70, col 75, ['enabled'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 70, col 95, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 70, col 111, ['enabled'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 70, col 128, ['iconClass'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 73, col 149, Line is too long. +build/public/templates/admin/settings/navigation.js: line 74, col 160, Line is too long. +build/public/templates/admin/settings/navigation.js: line 74, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 74, col 53, ['enabled'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 74, col 67, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 74, col 83, ['enabled'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 74, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 74, col 119, ['enabled'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 74, col 136, ['iconClass'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 75, col 240, Line is too long. +build/public/templates/admin/settings/navigation.js: line 76, col 156, Line is too long. +build/public/templates/admin/settings/navigation.js: line 76, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 76, col 53, ['enabled'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 76, col 67, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 76, col 83, ['enabled'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 76, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 76, col 119, ['enabled'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 76, col 136, ['route'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 77, col 231, Line is too long. +build/public/templates/admin/settings/navigation.js: line 78, col 156, Line is too long. +build/public/templates/admin/settings/navigation.js: line 78, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 78, col 53, ['enabled'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 78, col 67, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 78, col 83, ['enabled'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 78, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 78, col 119, ['enabled'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 79, col 219, Line is too long. +build/public/templates/admin/settings/navigation.js: line 80, col 153, Line is too long. +build/public/templates/admin/settings/navigation.js: line 80, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 80, col 53, ['enabled'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 80, col 67, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 80, col 83, ['enabled'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 80, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 80, col 119, ['enabled'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 80, col 136, ['id'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 81, col 270, Line is too long. +build/public/templates/admin/settings/navigation.js: line 82, col 155, Line is too long. +build/public/templates/admin/settings/navigation.js: line 82, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 82, col 53, ['enabled'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 82, col 67, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 82, col 83, ['enabled'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 82, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 82, col 119, ['enabled'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 82, col 136, ['text'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 83, col 250, Line is too long. +build/public/templates/admin/settings/navigation.js: line 84, col 160, Line is too long. +build/public/templates/admin/settings/navigation.js: line 84, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 84, col 53, ['enabled'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 84, col 67, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 84, col 83, ['enabled'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 84, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 84, col 119, ['enabled'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 84, col 136, ['textClass'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 85, col 246, Line is too long. +build/public/templates/admin/settings/navigation.js: line 86, col 156, Line is too long. +build/public/templates/admin/settings/navigation.js: line 86, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 86, col 53, ['enabled'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 86, col 67, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 86, col 83, ['enabled'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 86, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 86, col 119, ['enabled'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 86, col 136, ['title'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 87, col 239, Line is too long. +build/public/templates/admin/settings/navigation.js: line 88, col 194, Line is too long. +build/public/templates/admin/settings/navigation.js: line 88, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 88, col 49, ['enabled'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 88, col 63, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 88, col 79, ['enabled'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 88, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 88, col 115, ['enabled'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 88, col 132, ['groups'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 91, col 280, Line is too long. +build/public/templates/admin/settings/navigation.js: line 91, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 91, col 57, ['enabled'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 91, col 71, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 91, col 87, ['enabled'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 91, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 91, col 123, ['enabled'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 91, col 140, ['groups'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 91, col 153, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 91, col 169, ['enabled'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 91, col 186, ['groups'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 91, col 205, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 91, col 221, ['enabled'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 91, col 238, ['groups'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 91, col 254, ['displayName'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 93, col 267, Line is too long. +build/public/templates/admin/settings/navigation.js: line 93, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 93, col 49, ['enabled'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 93, col 63, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 93, col 79, ['enabled'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 93, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 93, col 115, ['enabled'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 93, col 132, ['groups'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 93, col 145, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 93, col 161, ['enabled'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 93, col 178, ['groups'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 93, col 197, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 93, col 213, ['enabled'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 93, col 230, ['groups'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 93, col 246, ['selected'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 97, col 280, Line is too long. +build/public/templates/admin/settings/navigation.js: line 97, col 41, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 97, col 57, ['enabled'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 97, col 71, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 97, col 87, ['enabled'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 97, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 97, col 123, ['enabled'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 97, col 140, ['groups'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 97, col 153, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 97, col 169, ['enabled'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 97, col 186, ['groups'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 97, col 205, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 97, col 221, ['enabled'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 97, col 238, ['groups'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 97, col 254, ['displayName'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 89, col 17, 'key' is defined but never used. +build/public/templates/admin/settings/navigation.js: line 88, col 187, 'value' is defined but never used. +build/public/templates/admin/settings/navigation.js: line 88, col 179, 'length' is defined but never used. +build/public/templates/admin/settings/navigation.js: line 88, col 172, 'index' is defined but never used. +build/public/templates/admin/settings/navigation.js: line 102, col 158, Line is too long. +build/public/templates/admin/settings/navigation.js: line 103, col 156, Line is too long. +build/public/templates/admin/settings/navigation.js: line 103, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 103, col 53, ['enabled'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 103, col 67, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 103, col 83, ['enabled'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 103, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 103, col 119, ['enabled'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 103, col 136, ['index'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 105, col 152, Line is too long. +build/public/templates/admin/settings/navigation.js: line 105, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 105, col 45, ['enabled'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 105, col 59, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 105, col 75, ['enabled'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 105, col 95, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 105, col 111, ['enabled'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 105, col 128, ['targetBlank'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 109, col 156, Line is too long. +build/public/templates/admin/settings/navigation.js: line 109, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 109, col 53, ['enabled'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 109, col 67, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 109, col 83, ['enabled'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 109, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 109, col 119, ['enabled'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 109, col 136, ['index'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 110, col 219, Line is too long. +build/public/templates/admin/settings/navigation.js: line 111, col 156, Line is too long. +build/public/templates/admin/settings/navigation.js: line 111, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 111, col 53, ['enabled'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 111, col 67, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 111, col 83, ['enabled'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 111, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 111, col 119, ['enabled'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 111, col 136, ['index'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 113, col 149, Line is too long. +build/public/templates/admin/settings/navigation.js: line 113, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 113, col 45, ['enabled'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 113, col 59, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 113, col 75, ['enabled'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 113, col 95, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 113, col 111, ['enabled'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 113, col 128, ['dropdown'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 117, col 156, Line is too long. +build/public/templates/admin/settings/navigation.js: line 117, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 117, col 53, ['enabled'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 117, col 67, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 117, col 83, ['enabled'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 117, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 117, col 119, ['enabled'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 117, col 136, ['index'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 118, col 275, Line is too long. +build/public/templates/admin/settings/navigation.js: line 119, col 166, Line is too long. +build/public/templates/admin/settings/navigation.js: line 119, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 119, col 53, ['enabled'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 119, col 67, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 119, col 83, ['enabled'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 119, col 103, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 119, col 119, ['enabled'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 119, col 136, ['dropdownContent'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 120, col 145, Line is too long. +build/public/templates/admin/settings/navigation.js: line 121, col 148, Line is too long. +build/public/templates/admin/settings/navigation.js: line 121, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 121, col 45, ['enabled'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 121, col 59, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 121, col 75, ['enabled'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 121, col 95, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 121, col 111, ['enabled'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 121, col 128, ['enabled'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 124, col 161, Line is too long. +build/public/templates/admin/settings/navigation.js: line 125, col 148, Line is too long. +build/public/templates/admin/settings/navigation.js: line 125, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 125, col 45, ['enabled'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 125, col 59, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 125, col 75, ['enabled'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 125, col 95, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 125, col 111, ['enabled'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 125, col 128, ['enabled'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 128, col 258, Line is too long. +build/public/templates/admin/settings/navigation.js: line 129, col 148, Line is too long. +build/public/templates/admin/settings/navigation.js: line 129, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 129, col 45, ['enabled'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 129, col 59, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 129, col 75, ['enabled'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 129, col 95, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 129, col 111, ['enabled'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 129, col 128, ['enabled'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 60, col 13, 'key' is defined but never used. +build/public/templates/admin/settings/navigation.js: line 59, col 108, 'value' is defined but never used. +build/public/templates/admin/settings/navigation.js: line 59, col 100, 'length' is defined but never used. +build/public/templates/admin/settings/navigation.js: line 59, col 93, 'index' is defined but never used. +build/public/templates/admin/settings/navigation.js: line 58, col 11, 'value' is defined but never used. +build/public/templates/admin/settings/navigation.js: line 56, col 64, 'helper' is defined but never used. +build/public/templates/admin/settings/navigation.js: line 140, col 117, Line is too long. +build/public/templates/admin/settings/navigation.js: line 140, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 140, col 52, ['available'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 147, col 151, Line is too long. +build/public/templates/admin/settings/navigation.js: line 147, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 147, col 45, ['available'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 147, col 61, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 147, col 77, ['available'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 147, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 147, col 115, ['available'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 147, col 134, ['core'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 151, col 156, Line is too long. +build/public/templates/admin/settings/navigation.js: line 151, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 151, col 45, ['available'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 151, col 61, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 151, col 77, ['available'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 151, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 151, col 115, ['available'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 151, col 134, ['iconClass'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 152, col 167, Line is too long. +build/public/templates/admin/settings/navigation.js: line 152, col 39, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 152, col 55, ['available'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 152, col 71, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 152, col 87, ['available'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 152, col 109, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 152, col 125, ['available'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 152, col 144, ['iconClass'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 155, col 161, Line is too long. +build/public/templates/admin/settings/navigation.js: line 155, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 155, col 53, ['available'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 155, col 69, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 155, col 85, ['available'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 155, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 155, col 123, ['available'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 155, col 142, ['text'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 157, col 151, Line is too long. +build/public/templates/admin/settings/navigation.js: line 157, col 29, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 157, col 45, ['available'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 157, col 61, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 157, col 77, ['available'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 157, col 99, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 157, col 115, ['available'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 157, col 134, ['core'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 158, col 114, Line is too long. +build/public/templates/admin/settings/navigation.js: line 159, col 122, Line is too long. +build/public/templates/admin/settings/navigation.js: line 161, col 162, Line is too long. +build/public/templates/admin/settings/navigation.js: line 161, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 161, col 53, ['available'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 161, col 69, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 161, col 85, ['available'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 161, col 107, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/navigation.js: line 161, col 123, ['available'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 161, col 142, ['route'] is better written in dot notation. +build/public/templates/admin/settings/navigation.js: line 141, col 13, 'key' is defined but never used. +build/public/templates/admin/settings/navigation.js: line 140, col 110, 'value' is defined but never used. +build/public/templates/admin/settings/navigation.js: line 140, col 102, 'length' is defined but never used. +build/public/templates/admin/settings/navigation.js: line 139, col 11, 'value' is defined but never used. +build/public/templates/admin/settings/navigation.js: line 137, col 68, 'helper' is defined but never used. +build/public/templates/admin/settings/navigation.js: line 170, col 3, Missing semicolon. +build/public/templates/admin/settings/navigation.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/settings/navigation.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/settings/notifications.js: line 12, col 275, Line is too long. +build/public/templates/admin/settings/notifications.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/notifications.js: line 13, col 49, ['title'] is better written in dot notation. +build/public/templates/admin/settings/notifications.js: line 14, col 1841, Line is too long. +build/public/templates/admin/settings/notifications.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/settings/notifications.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/admin/settings/notifications.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/admin/settings/notifications.js: line 22, col 3, Missing semicolon. +build/public/templates/admin/settings/notifications.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/settings/notifications.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/settings/pagination.js: line 12, col 275, Line is too long. +build/public/templates/admin/settings/pagination.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/pagination.js: line 13, col 49, ['title'] is better written in dot notation. +build/public/templates/admin/settings/pagination.js: line 14, col 2287, Line is too long. +build/public/templates/admin/settings/pagination.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/settings/pagination.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/admin/settings/pagination.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/admin/settings/pagination.js: line 22, col 3, Missing semicolon. +build/public/templates/admin/settings/pagination.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/settings/pagination.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/settings/post.js: line 12, col 275, Line is too long. +build/public/templates/admin/settings/post.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/post.js: line 13, col 49, ['title'] is better written in dot notation. +build/public/templates/admin/settings/post.js: line 14, col 7632, Line is too long. +build/public/templates/admin/settings/post.js: line 15, col 22, ['groupsExemptFromPostQueue'] is better written in dot notation. +build/public/templates/admin/settings/post.js: line 16, col 5671, Line is too long. +build/public/templates/admin/settings/post.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/settings/post.js: line 20, col 108, Line is too long. +build/public/templates/admin/settings/post.js: line 23, col 133, Line is too long. +build/public/templates/admin/settings/post.js: line 23, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/post.js: line 23, col 52, ['groupsExemptFromPostQueue'] is better written in dot notation. +build/public/templates/admin/settings/post.js: line 26, col 216, Line is too long. +build/public/templates/admin/settings/post.js: line 26, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/post.js: line 26, col 53, ['groupsExemptFromPostQueue'] is better written in dot notation. +build/public/templates/admin/settings/post.js: line 26, col 85, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/post.js: line 26, col 101, ['groupsExemptFromPostQueue'] is better written in dot notation. +build/public/templates/admin/settings/post.js: line 26, col 139, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/post.js: line 26, col 155, ['groupsExemptFromPostQueue'] is better written in dot notation. +build/public/templates/admin/settings/post.js: line 26, col 190, ['displayName'] is better written in dot notation. +build/public/templates/admin/settings/post.js: line 28, col 216, Line is too long. +build/public/templates/admin/settings/post.js: line 28, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/post.js: line 28, col 53, ['groupsExemptFromPostQueue'] is better written in dot notation. +build/public/templates/admin/settings/post.js: line 28, col 85, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/post.js: line 28, col 101, ['groupsExemptFromPostQueue'] is better written in dot notation. +build/public/templates/admin/settings/post.js: line 28, col 139, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/post.js: line 28, col 155, ['groupsExemptFromPostQueue'] is better written in dot notation. +build/public/templates/admin/settings/post.js: line 28, col 190, ['displayName'] is better written in dot notation. +build/public/templates/admin/settings/post.js: line 24, col 13, 'key' is defined but never used. +build/public/templates/admin/settings/post.js: line 23, col 126, 'value' is defined but never used. +build/public/templates/admin/settings/post.js: line 23, col 118, 'length' is defined but never used. +build/public/templates/admin/settings/post.js: line 23, col 111, 'index' is defined but never used. +build/public/templates/admin/settings/post.js: line 22, col 11, 'value' is defined but never used. +build/public/templates/admin/settings/post.js: line 20, col 100, 'helper' is defined but never used. +build/public/templates/admin/settings/post.js: line 37, col 3, Missing semicolon. +build/public/templates/admin/settings/post.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/settings/post.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/settings/reputation.js: line 12, col 275, Line is too long. +build/public/templates/admin/settings/reputation.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/reputation.js: line 13, col 49, ['title'] is better written in dot notation. +build/public/templates/admin/settings/reputation.js: line 14, col 9283, Line is too long. +build/public/templates/admin/settings/reputation.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/settings/reputation.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/admin/settings/reputation.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/admin/settings/reputation.js: line 22, col 3, Missing semicolon. +build/public/templates/admin/settings/reputation.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/settings/reputation.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/settings/tags.js: line 12, col 275, Line is too long. +build/public/templates/admin/settings/tags.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/tags.js: line 13, col 49, ['title'] is better written in dot notation. +build/public/templates/admin/settings/tags.js: line 14, col 2741, Line is too long. +build/public/templates/admin/settings/tags.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/settings/tags.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/admin/settings/tags.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/admin/settings/tags.js: line 22, col 3, Missing semicolon. +build/public/templates/admin/settings/tags.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/settings/tags.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/settings/uploads.js: line 12, col 275, Line is too long. +build/public/templates/admin/settings/uploads.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/uploads.js: line 13, col 49, ['title'] is better written in dot notation. +build/public/templates/admin/settings/uploads.js: line 14, col 8024, Line is too long. +build/public/templates/admin/settings/uploads.js: line 15, col 116, Line is too long. +build/public/templates/admin/settings/uploads.js: line 15, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/uploads.js: line 15, col 49, ['config'] is better written in dot notation. +build/public/templates/admin/settings/uploads.js: line 15, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/uploads.js: line 15, col 78, ['config'] is better written in dot notation. +build/public/templates/admin/settings/uploads.js: line 15, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/admin/settings/uploads.js: line 16, col 2748, Line is too long. +build/public/templates/admin/settings/uploads.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/settings/uploads.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/admin/settings/uploads.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/admin/settings/uploads.js: line 24, col 3, Missing semicolon. +build/public/templates/admin/settings/uploads.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/settings/uploads.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/settings/user.js: line 12, col 275, Line is too long. +build/public/templates/admin/settings/user.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/user.js: line 13, col 49, ['title'] is better written in dot notation. +build/public/templates/admin/settings/user.js: line 14, col 7343, Line is too long. +build/public/templates/admin/settings/user.js: line 15, col 116, Line is too long. +build/public/templates/admin/settings/user.js: line 15, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/user.js: line 15, col 49, ['config'] is better written in dot notation. +build/public/templates/admin/settings/user.js: line 15, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/user.js: line 15, col 78, ['config'] is better written in dot notation. +build/public/templates/admin/settings/user.js: line 15, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/admin/settings/user.js: line 16, col 657, Line is too long. +build/public/templates/admin/settings/user.js: line 17, col 116, Line is too long. +build/public/templates/admin/settings/user.js: line 17, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/user.js: line 17, col 49, ['config'] is better written in dot notation. +build/public/templates/admin/settings/user.js: line 17, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/user.js: line 17, col 78, ['config'] is better written in dot notation. +build/public/templates/admin/settings/user.js: line 17, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/admin/settings/user.js: line 18, col 5454, Line is too long. +build/public/templates/admin/settings/user.js: line 19, col 102, Line is too long. +build/public/templates/admin/settings/user.js: line 19, col 22, ['groupsExemptFromNewUserRestrictions'] is better written in dot notation. +build/public/templates/admin/settings/user.js: line 20, col 4875, Line is too long. +build/public/templates/admin/settings/user.js: line 21, col 22, ['notificationSettings'] is better written in dot notation. +build/public/templates/admin/settings/user.js: line 22, col 538, Line is too long. +build/public/templates/admin/settings/user.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/settings/user.js: line 26, col 128, Line is too long. +build/public/templates/admin/settings/user.js: line 29, col 143, Line is too long. +build/public/templates/admin/settings/user.js: line 29, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/user.js: line 29, col 52, ['groupsExemptFromNewUserRestrictions'] is better written in dot notation. +build/public/templates/admin/settings/user.js: line 32, col 246, Line is too long. +build/public/templates/admin/settings/user.js: line 32, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/user.js: line 32, col 53, ['groupsExemptFromNewUserRestrictions'] is better written in dot notation. +build/public/templates/admin/settings/user.js: line 32, col 95, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/user.js: line 32, col 111, ['groupsExemptFromNewUserRestrictions'] is better written in dot notation. +build/public/templates/admin/settings/user.js: line 32, col 159, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/user.js: line 32, col 175, ['groupsExemptFromNewUserRestrictions'] is better written in dot notation. +build/public/templates/admin/settings/user.js: line 32, col 220, ['displayName'] is better written in dot notation. +build/public/templates/admin/settings/user.js: line 34, col 246, Line is too long. +build/public/templates/admin/settings/user.js: line 34, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/user.js: line 34, col 53, ['groupsExemptFromNewUserRestrictions'] is better written in dot notation. +build/public/templates/admin/settings/user.js: line 34, col 95, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/user.js: line 34, col 111, ['groupsExemptFromNewUserRestrictions'] is better written in dot notation. +build/public/templates/admin/settings/user.js: line 34, col 159, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/user.js: line 34, col 175, ['groupsExemptFromNewUserRestrictions'] is better written in dot notation. +build/public/templates/admin/settings/user.js: line 34, col 220, ['displayName'] is better written in dot notation. +build/public/templates/admin/settings/user.js: line 30, col 13, 'key' is defined but never used. +build/public/templates/admin/settings/user.js: line 29, col 136, 'value' is defined but never used. +build/public/templates/admin/settings/user.js: line 29, col 128, 'length' is defined but never used. +build/public/templates/admin/settings/user.js: line 29, col 121, 'index' is defined but never used. +build/public/templates/admin/settings/user.js: line 28, col 11, 'value' is defined but never used. +build/public/templates/admin/settings/user.js: line 26, col 120, 'helper' is defined but never used. +build/public/templates/admin/settings/user.js: line 43, col 128, Line is too long. +build/public/templates/admin/settings/user.js: line 43, col 36, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/user.js: line 43, col 52, ['notificationSettings'] is better written in dot notation. +build/public/templates/admin/settings/user.js: line 46, col 195, Line is too long. +build/public/templates/admin/settings/user.js: line 46, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/user.js: line 46, col 53, ['notificationSettings'] is better written in dot notation. +build/public/templates/admin/settings/user.js: line 46, col 80, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/user.js: line 46, col 96, ['notificationSettings'] is better written in dot notation. +build/public/templates/admin/settings/user.js: line 46, col 129, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/user.js: line 46, col 145, ['notificationSettings'] is better written in dot notation. +build/public/templates/admin/settings/user.js: line 46, col 175, ['label'] is better written in dot notation. +build/public/templates/admin/settings/user.js: line 47, col 104, Line is too long. +build/public/templates/admin/settings/user.js: line 48, col 194, Line is too long. +build/public/templates/admin/settings/user.js: line 48, col 37, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/user.js: line 48, col 53, ['notificationSettings'] is better written in dot notation. +build/public/templates/admin/settings/user.js: line 48, col 80, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/user.js: line 48, col 96, ['notificationSettings'] is better written in dot notation. +build/public/templates/admin/settings/user.js: line 48, col 129, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/user.js: line 48, col 145, ['notificationSettings'] is better written in dot notation. +build/public/templates/admin/settings/user.js: line 48, col 175, ['name'] is better written in dot notation. +build/public/templates/admin/settings/user.js: line 49, col 328, Line is too long. +build/public/templates/admin/settings/user.js: line 44, col 13, 'key' is defined but never used. +build/public/templates/admin/settings/user.js: line 43, col 121, 'value' is defined but never used. +build/public/templates/admin/settings/user.js: line 43, col 113, 'length' is defined but never used. +build/public/templates/admin/settings/user.js: line 43, col 106, 'index' is defined but never used. +build/public/templates/admin/settings/user.js: line 42, col 11, 'value' is defined but never used. +build/public/templates/admin/settings/user.js: line 40, col 90, 'helper' is defined but never used. +build/public/templates/admin/settings/user.js: line 57, col 3, Missing semicolon. +build/public/templates/admin/settings/user.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/settings/user.js: line 6, col 5, 'define' is not defined. + +build/public/templates/admin/settings/web-crawler.js: line 12, col 275, Line is too long. +build/public/templates/admin/settings/web-crawler.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/web-crawler.js: line 13, col 49, ['title'] is better written in dot notation. +build/public/templates/admin/settings/web-crawler.js: line 14, col 1806, Line is too long. +build/public/templates/admin/settings/web-crawler.js: line 15, col 116, Line is too long. +build/public/templates/admin/settings/web-crawler.js: line 15, col 33, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/web-crawler.js: line 15, col 49, ['config'] is better written in dot notation. +build/public/templates/admin/settings/web-crawler.js: line 15, col 62, Expected '!==' and instead saw '!='. +build/public/templates/admin/settings/web-crawler.js: line 15, col 78, ['config'] is better written in dot notation. +build/public/templates/admin/settings/web-crawler.js: line 15, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/admin/settings/web-crawler.js: line 16, col 655, Line is too long. +build/public/templates/admin/settings/web-crawler.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/admin/settings/web-crawler.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/admin/settings/web-crawler.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/admin/settings/web-crawler.js: line 24, col 3, Missing semicolon. +build/public/templates/admin/settings/web-crawler.js: line 5, col 46, 'define' is not defined. +build/public/templates/admin/settings/web-crawler.js: line 6, col 5, 'define' is not defined. + +build/public/templates/categories.js: line 12, col 114, Line is too long. +build/public/templates/categories.js: line 12, col 30, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 12, col 46, ['breadcrumbs'] is better written in dot notation. +build/public/templates/categories.js: line 12, col 64, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 12, col 80, ['breadcrumbs'] is better written in dot notation. +build/public/templates/categories.js: line 12, col 95, ['length'] is better written in dot notation. +build/public/templates/categories.js: line 13, col 136, Line is too long. +build/public/templates/categories.js: line 14, col 26, ['breadcrumbs'] is better written in dot notation. +build/public/templates/categories.js: line 20, col 153, Line is too long. +build/public/templates/categories.js: line 20, col 25, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 20, col 41, ['widgets'] is better written in dot notation. +build/public/templates/categories.js: line 20, col 55, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 20, col 71, ['widgets'] is better written in dot notation. +build/public/templates/categories.js: line 20, col 82, ['sidebar'] is better written in dot notation. +build/public/templates/categories.js: line 20, col 96, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 20, col 112, ['widgets'] is better written in dot notation. +build/public/templates/categories.js: line 20, col 123, ['sidebar'] is better written in dot notation. +build/public/templates/categories.js: line 20, col 134, ['length'] is better written in dot notation. +build/public/templates/categories.js: line 24, col 158, Line is too long. +build/public/templates/categories.js: line 24, col 25, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 24, col 41, ['pagination'] is better written in dot notation. +build/public/templates/categories.js: line 24, col 58, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 24, col 74, ['pagination'] is better written in dot notation. +build/public/templates/categories.js: line 24, col 88, ['pages'] is better written in dot notation. +build/public/templates/categories.js: line 24, col 100, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 24, col 116, ['pagination'] is better written in dot notation. +build/public/templates/categories.js: line 24, col 130, ['pages'] is better written in dot notation. +build/public/templates/categories.js: line 24, col 139, ['length'] is better written in dot notation. +build/public/templates/categories.js: line 25, col 376, Line is too long. +build/public/templates/categories.js: line 26, col 149, Line is too long. +build/public/templates/categories.js: line 26, col 30, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 26, col 46, ['selectedCategory'] is better written in dot notation. +build/public/templates/categories.js: line 26, col 96, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 26, col 112, ['showCategorySelectLabel'] is better written in dot notation. +build/public/templates/categories.js: line 28, col 163, Line is too long. +build/public/templates/categories.js: line 28, col 88, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 28, col 104, ['selectedCategory'] is better written in dot notation. +build/public/templates/categories.js: line 30, col 135, Line is too long. +build/public/templates/categories.js: line 30, col 41, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 30, col 57, ['selectedCategory'] is better written in dot notation. +build/public/templates/categories.js: line 30, col 80, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 30, col 96, ['selectedCategory'] is better written in dot notation. +build/public/templates/categories.js: line 30, col 116, ['name'] is better written in dot notation. +build/public/templates/categories.js: line 33, col 33, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 33, col 49, ['selectCategoryIcon'] is better written in dot notation. +build/public/templates/categories.js: line 34, col 43, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 34, col 59, ['selectCategoryIcon'] is better written in dot notation. +build/public/templates/categories.js: line 36, col 105, Line is too long. +build/public/templates/categories.js: line 37, col 33, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 37, col 49, ['selectCategoryLabel'] is better written in dot notation. +build/public/templates/categories.js: line 38, col 43, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 38, col 59, ['selectCategoryLabel'] is better written in dot notation. +build/public/templates/categories.js: line 41, col 600, Line is too long. +build/public/templates/categories.js: line 42, col 26, ['categoryItems'] is better written in dot notation. +build/public/templates/categories.js: line 44, col 112, Line is too long. +build/public/templates/categories.js: line 45, col 108, Line is too long. +build/public/templates/categories.js: line 46, col 22, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 48, col 158, Line is too long. +build/public/templates/categories.js: line 48, col 25, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 48, col 41, ['pagination'] is better written in dot notation. +build/public/templates/categories.js: line 48, col 58, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 48, col 74, ['pagination'] is better written in dot notation. +build/public/templates/categories.js: line 48, col 88, ['pages'] is better written in dot notation. +build/public/templates/categories.js: line 48, col 100, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 48, col 116, ['pagination'] is better written in dot notation. +build/public/templates/categories.js: line 48, col 130, ['pages'] is better written in dot notation. +build/public/templates/categories.js: line 48, col 139, ['length'] is better written in dot notation. +build/public/templates/categories.js: line 51, col 155, Line is too long. +build/public/templates/categories.js: line 52, col 156, Line is too long. +build/public/templates/categories.js: line 52, col 25, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 52, col 41, ['pagination'] is better written in dot notation. +build/public/templates/categories.js: line 52, col 58, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 52, col 74, ['pagination'] is better written in dot notation. +build/public/templates/categories.js: line 52, col 88, ['prev'] is better written in dot notation. +build/public/templates/categories.js: line 52, col 99, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 52, col 115, ['pagination'] is better written in dot notation. +build/public/templates/categories.js: line 52, col 129, ['prev'] is better written in dot notation. +build/public/templates/categories.js: line 52, col 137, ['active'] is better written in dot notation. +build/public/templates/categories.js: line 56, col 162, Line is too long. +build/public/templates/categories.js: line 56, col 33, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 56, col 49, ['pagination'] is better written in dot notation. +build/public/templates/categories.js: line 56, col 66, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 56, col 82, ['pagination'] is better written in dot notation. +build/public/templates/categories.js: line 56, col 96, ['prev'] is better written in dot notation. +build/public/templates/categories.js: line 56, col 107, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 56, col 123, ['pagination'] is better written in dot notation. +build/public/templates/categories.js: line 56, col 137, ['prev'] is better written in dot notation. +build/public/templates/categories.js: line 56, col 145, ['qs'] is better written in dot notation. +build/public/templates/categories.js: line 58, col 164, Line is too long. +build/public/templates/categories.js: line 58, col 33, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 58, col 49, ['pagination'] is better written in dot notation. +build/public/templates/categories.js: line 58, col 66, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 58, col 82, ['pagination'] is better written in dot notation. +build/public/templates/categories.js: line 58, col 96, ['prev'] is better written in dot notation. +build/public/templates/categories.js: line 58, col 107, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 58, col 123, ['pagination'] is better written in dot notation. +build/public/templates/categories.js: line 58, col 137, ['prev'] is better written in dot notation. +build/public/templates/categories.js: line 58, col 145, ['page'] is better written in dot notation. +build/public/templates/categories.js: line 59, col 114, Line is too long. +build/public/templates/categories.js: line 62, col 156, Line is too long. +build/public/templates/categories.js: line 62, col 25, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 62, col 41, ['pagination'] is better written in dot notation. +build/public/templates/categories.js: line 62, col 58, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 62, col 74, ['pagination'] is better written in dot notation. +build/public/templates/categories.js: line 62, col 88, ['next'] is better written in dot notation. +build/public/templates/categories.js: line 62, col 99, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 62, col 115, ['pagination'] is better written in dot notation. +build/public/templates/categories.js: line 62, col 129, ['next'] is better written in dot notation. +build/public/templates/categories.js: line 62, col 137, ['active'] is better written in dot notation. +build/public/templates/categories.js: line 66, col 162, Line is too long. +build/public/templates/categories.js: line 66, col 33, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 66, col 49, ['pagination'] is better written in dot notation. +build/public/templates/categories.js: line 66, col 66, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 66, col 82, ['pagination'] is better written in dot notation. +build/public/templates/categories.js: line 66, col 96, ['next'] is better written in dot notation. +build/public/templates/categories.js: line 66, col 107, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 66, col 123, ['pagination'] is better written in dot notation. +build/public/templates/categories.js: line 66, col 137, ['next'] is better written in dot notation. +build/public/templates/categories.js: line 66, col 145, ['qs'] is better written in dot notation. +build/public/templates/categories.js: line 68, col 164, Line is too long. +build/public/templates/categories.js: line 68, col 33, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 68, col 49, ['pagination'] is better written in dot notation. +build/public/templates/categories.js: line 68, col 66, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 68, col 82, ['pagination'] is better written in dot notation. +build/public/templates/categories.js: line 68, col 96, ['next'] is better written in dot notation. +build/public/templates/categories.js: line 68, col 107, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 68, col 123, ['pagination'] is better written in dot notation. +build/public/templates/categories.js: line 68, col 137, ['next'] is better written in dot notation. +build/public/templates/categories.js: line 68, col 145, ['page'] is better written in dot notation. +build/public/templates/categories.js: line 69, col 224, Line is too long. +build/public/templates/categories.js: line 70, col 156, Line is too long. +build/public/templates/categories.js: line 70, col 25, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 70, col 41, ['pagination'] is better written in dot notation. +build/public/templates/categories.js: line 70, col 58, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 70, col 74, ['pagination'] is better written in dot notation. +build/public/templates/categories.js: line 70, col 88, ['prev'] is better written in dot notation. +build/public/templates/categories.js: line 70, col 99, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 70, col 115, ['pagination'] is better written in dot notation. +build/public/templates/categories.js: line 70, col 129, ['prev'] is better written in dot notation. +build/public/templates/categories.js: line 70, col 137, ['active'] is better written in dot notation. +build/public/templates/categories.js: line 74, col 164, Line is too long. +build/public/templates/categories.js: line 74, col 33, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 74, col 49, ['pagination'] is better written in dot notation. +build/public/templates/categories.js: line 74, col 66, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 74, col 82, ['pagination'] is better written in dot notation. +build/public/templates/categories.js: line 74, col 96, ['first'] is better written in dot notation. +build/public/templates/categories.js: line 74, col 108, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 74, col 124, ['pagination'] is better written in dot notation. +build/public/templates/categories.js: line 74, col 138, ['first'] is better written in dot notation. +build/public/templates/categories.js: line 74, col 147, ['qs'] is better written in dot notation. +build/public/templates/categories.js: line 75, col 158, Line is too long. +build/public/templates/categories.js: line 76, col 156, Line is too long. +build/public/templates/categories.js: line 76, col 25, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 76, col 41, ['pagination'] is better written in dot notation. +build/public/templates/categories.js: line 76, col 58, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 76, col 74, ['pagination'] is better written in dot notation. +build/public/templates/categories.js: line 76, col 88, ['prev'] is better written in dot notation. +build/public/templates/categories.js: line 76, col 99, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 76, col 115, ['pagination'] is better written in dot notation. +build/public/templates/categories.js: line 76, col 129, ['prev'] is better written in dot notation. +build/public/templates/categories.js: line 76, col 137, ['active'] is better written in dot notation. +build/public/templates/categories.js: line 80, col 162, Line is too long. +build/public/templates/categories.js: line 80, col 33, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 80, col 49, ['pagination'] is better written in dot notation. +build/public/templates/categories.js: line 80, col 66, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 80, col 82, ['pagination'] is better written in dot notation. +build/public/templates/categories.js: line 80, col 96, ['prev'] is better written in dot notation. +build/public/templates/categories.js: line 80, col 107, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 80, col 123, ['pagination'] is better written in dot notation. +build/public/templates/categories.js: line 80, col 137, ['prev'] is better written in dot notation. +build/public/templates/categories.js: line 80, col 145, ['qs'] is better written in dot notation. +build/public/templates/categories.js: line 82, col 164, Line is too long. +build/public/templates/categories.js: line 82, col 33, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 82, col 49, ['pagination'] is better written in dot notation. +build/public/templates/categories.js: line 82, col 66, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 82, col 82, ['pagination'] is better written in dot notation. +build/public/templates/categories.js: line 82, col 96, ['prev'] is better written in dot notation. +build/public/templates/categories.js: line 82, col 107, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 82, col 123, ['pagination'] is better written in dot notation. +build/public/templates/categories.js: line 82, col 137, ['prev'] is better written in dot notation. +build/public/templates/categories.js: line 82, col 145, ['page'] is better written in dot notation. +build/public/templates/categories.js: line 83, col 276, Line is too long. +build/public/templates/categories.js: line 84, col 122, Line is too long. +build/public/templates/categories.js: line 84, col 33, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 84, col 49, ['pagination'] is better written in dot notation. +build/public/templates/categories.js: line 84, col 66, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 84, col 82, ['pagination'] is better written in dot notation. +build/public/templates/categories.js: line 84, col 96, ['currentPage'] is better written in dot notation. +build/public/templates/categories.js: line 86, col 120, Line is too long. +build/public/templates/categories.js: line 86, col 33, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 86, col 49, ['pagination'] is better written in dot notation. +build/public/templates/categories.js: line 86, col 66, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 86, col 82, ['pagination'] is better written in dot notation. +build/public/templates/categories.js: line 86, col 96, ['pageCount'] is better written in dot notation. +build/public/templates/categories.js: line 88, col 156, Line is too long. +build/public/templates/categories.js: line 88, col 25, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 88, col 41, ['pagination'] is better written in dot notation. +build/public/templates/categories.js: line 88, col 58, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 88, col 74, ['pagination'] is better written in dot notation. +build/public/templates/categories.js: line 88, col 88, ['next'] is better written in dot notation. +build/public/templates/categories.js: line 88, col 99, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 88, col 115, ['pagination'] is better written in dot notation. +build/public/templates/categories.js: line 88, col 129, ['next'] is better written in dot notation. +build/public/templates/categories.js: line 88, col 137, ['active'] is better written in dot notation. +build/public/templates/categories.js: line 92, col 162, Line is too long. +build/public/templates/categories.js: line 92, col 33, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 92, col 49, ['pagination'] is better written in dot notation. +build/public/templates/categories.js: line 92, col 66, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 92, col 82, ['pagination'] is better written in dot notation. +build/public/templates/categories.js: line 92, col 96, ['next'] is better written in dot notation. +build/public/templates/categories.js: line 92, col 107, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 92, col 123, ['pagination'] is better written in dot notation. +build/public/templates/categories.js: line 92, col 137, ['next'] is better written in dot notation. +build/public/templates/categories.js: line 92, col 145, ['qs'] is better written in dot notation. +build/public/templates/categories.js: line 94, col 164, Line is too long. +build/public/templates/categories.js: line 94, col 33, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 94, col 49, ['pagination'] is better written in dot notation. +build/public/templates/categories.js: line 94, col 66, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 94, col 82, ['pagination'] is better written in dot notation. +build/public/templates/categories.js: line 94, col 96, ['next'] is better written in dot notation. +build/public/templates/categories.js: line 94, col 107, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 94, col 123, ['pagination'] is better written in dot notation. +build/public/templates/categories.js: line 94, col 137, ['next'] is better written in dot notation. +build/public/templates/categories.js: line 94, col 145, ['page'] is better written in dot notation. +build/public/templates/categories.js: line 95, col 136, Line is too long. +build/public/templates/categories.js: line 96, col 156, Line is too long. +build/public/templates/categories.js: line 96, col 25, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 96, col 41, ['pagination'] is better written in dot notation. +build/public/templates/categories.js: line 96, col 58, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 96, col 74, ['pagination'] is better written in dot notation. +build/public/templates/categories.js: line 96, col 88, ['next'] is better written in dot notation. +build/public/templates/categories.js: line 96, col 99, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 96, col 115, ['pagination'] is better written in dot notation. +build/public/templates/categories.js: line 96, col 129, ['next'] is better written in dot notation. +build/public/templates/categories.js: line 96, col 137, ['active'] is better written in dot notation. +build/public/templates/categories.js: line 100, col 162, Line is too long. +build/public/templates/categories.js: line 100, col 33, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 100, col 49, ['pagination'] is better written in dot notation. +build/public/templates/categories.js: line 100, col 66, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 100, col 82, ['pagination'] is better written in dot notation. +build/public/templates/categories.js: line 100, col 96, ['last'] is better written in dot notation. +build/public/templates/categories.js: line 100, col 107, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 100, col 123, ['pagination'] is better written in dot notation. +build/public/templates/categories.js: line 100, col 137, ['last'] is better written in dot notation. +build/public/templates/categories.js: line 100, col 145, ['qs'] is better written in dot notation. +build/public/templates/categories.js: line 102, col 120, Line is too long. +build/public/templates/categories.js: line 102, col 33, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 102, col 49, ['pagination'] is better written in dot notation. +build/public/templates/categories.js: line 102, col 66, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 102, col 82, ['pagination'] is better written in dot notation. +build/public/templates/categories.js: line 102, col 96, ['pageCount'] is better written in dot notation. +build/public/templates/categories.js: line 103, col 194, Line is too long. +build/public/templates/categories.js: line 104, col 153, Line is too long. +build/public/templates/categories.js: line 104, col 25, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 104, col 41, ['widgets'] is better written in dot notation. +build/public/templates/categories.js: line 104, col 55, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 104, col 71, ['widgets'] is better written in dot notation. +build/public/templates/categories.js: line 104, col 82, ['sidebar'] is better written in dot notation. +build/public/templates/categories.js: line 104, col 96, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 104, col 112, ['widgets'] is better written in dot notation. +build/public/templates/categories.js: line 104, col 123, ['sidebar'] is better written in dot notation. +build/public/templates/categories.js: line 104, col 134, ['length'] is better written in dot notation. +build/public/templates/categories.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/categories.js: line 118, col 119, Line is too long. +build/public/templates/categories.js: line 118, col 36, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 118, col 52, ['breadcrumbs'] is better written in dot notation. +build/public/templates/categories.js: line 124, col 133, Line is too long. +build/public/templates/categories.js: line 131, col 156, Line is too long. +build/public/templates/categories.js: line 131, col 29, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 131, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/categories.js: line 131, col 63, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 131, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/categories.js: line 131, col 103, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 131, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/categories.js: line 131, col 140, ['url'] is better written in dot notation. +build/public/templates/categories.js: line 133, col 170, Line is too long. +build/public/templates/categories.js: line 133, col 41, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 133, col 57, ['breadcrumbs'] is better written in dot notation. +build/public/templates/categories.js: line 133, col 75, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 133, col 91, ['breadcrumbs'] is better written in dot notation. +build/public/templates/categories.js: line 133, col 115, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 133, col 131, ['breadcrumbs'] is better written in dot notation. +build/public/templates/categories.js: line 133, col 152, ['url'] is better written in dot notation. +build/public/templates/categories.js: line 137, col 167, Line is too long. +build/public/templates/categories.js: line 137, col 37, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 137, col 53, ['breadcrumbs'] is better written in dot notation. +build/public/templates/categories.js: line 137, col 71, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 137, col 87, ['breadcrumbs'] is better written in dot notation. +build/public/templates/categories.js: line 137, col 111, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 137, col 127, ['breadcrumbs'] is better written in dot notation. +build/public/templates/categories.js: line 137, col 148, ['text'] is better written in dot notation. +build/public/templates/categories.js: line 141, col 33, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 144, col 37, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 144, col 53, ['rssFeedUrl'] is better written in dot notation. +build/public/templates/categories.js: line 146, col 49, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 146, col 65, ['rssFeedUrl'] is better written in dot notation. +build/public/templates/categories.js: line 152, col 156, Line is too long. +build/public/templates/categories.js: line 152, col 29, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 152, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/categories.js: line 152, col 63, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 152, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/categories.js: line 152, col 103, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 152, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/categories.js: line 152, col 140, ['url'] is better written in dot notation. +build/public/templates/categories.js: line 119, col 13, 'key' is defined but never used. +build/public/templates/categories.js: line 118, col 112, 'value' is defined but never used. +build/public/templates/categories.js: line 117, col 11, 'value' is defined but never used. +build/public/templates/categories.js: line 115, col 72, 'helper' is defined but never used. +build/public/templates/categories.js: line 163, col 155, Line is too long. +build/public/templates/categories.js: line 163, col 36, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 163, col 52, ['widgets'] is better written in dot notation. +build/public/templates/categories.js: line 163, col 66, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 163, col 82, ['widgets'] is better written in dot notation. +build/public/templates/categories.js: line 163, col 93, ['header'] is better written in dot notation. +build/public/templates/categories.js: line 166, col 205, Line is too long. +build/public/templates/categories.js: line 166, col 28, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 166, col 44, ['widgets'] is better written in dot notation. +build/public/templates/categories.js: line 166, col 58, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 166, col 74, ['widgets'] is better written in dot notation. +build/public/templates/categories.js: line 166, col 85, ['header'] is better written in dot notation. +build/public/templates/categories.js: line 166, col 98, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 166, col 114, ['widgets'] is better written in dot notation. +build/public/templates/categories.js: line 166, col 125, ['header'] is better written in dot notation. +build/public/templates/categories.js: line 166, col 144, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 166, col 160, ['widgets'] is better written in dot notation. +build/public/templates/categories.js: line 166, col 171, ['header'] is better written in dot notation. +build/public/templates/categories.js: line 166, col 187, ['html'] is better written in dot notation. +build/public/templates/categories.js: line 164, col 13, 'key' is defined but never used. +build/public/templates/categories.js: line 163, col 148, 'value' is defined but never used. +build/public/templates/categories.js: line 163, col 140, 'length' is defined but never used. +build/public/templates/categories.js: line 163, col 133, 'index' is defined but never used. +build/public/templates/categories.js: line 161, col 11, '__escape' is defined but never used. +build/public/templates/categories.js: line 162, col 11, 'value' is defined but never used. +build/public/templates/categories.js: line 160, col 77, 'helper' is defined but never used. +build/public/templates/categories.js: line 175, col 121, Line is too long. +build/public/templates/categories.js: line 175, col 36, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 175, col 52, ['categoryItems'] is better written in dot notation. +build/public/templates/categories.js: line 178, col 172, Line is too long. +build/public/templates/categories.js: line 178, col 29, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 178, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/categories.js: line 178, col 65, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 178, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/categories.js: line 178, col 107, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 178, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/categories.js: line 178, col 146, ['disabledClass'] is better written in dot notation. +build/public/templates/categories.js: line 182, col 172, Line is too long. +build/public/templates/categories.js: line 182, col 37, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 182, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/categories.js: line 182, col 73, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 182, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/categories.js: line 182, col 115, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 182, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/categories.js: line 182, col 154, ['cid'] is better written in dot notation. +build/public/templates/categories.js: line 184, col 173, Line is too long. +build/public/templates/categories.js: line 184, col 37, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 184, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/categories.js: line 184, col 73, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 184, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/categories.js: line 184, col 115, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 184, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/categories.js: line 184, col 154, ['name'] is better written in dot notation. +build/public/templates/categories.js: line 186, col 178, Line is too long. +build/public/templates/categories.js: line 186, col 37, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 186, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/categories.js: line 186, col 73, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 186, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/categories.js: line 186, col 115, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 186, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/categories.js: line 186, col 154, ['parentCid'] is better written in dot notation. +build/public/templates/categories.js: line 188, col 172, Line is too long. +build/public/templates/categories.js: line 188, col 29, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 188, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/categories.js: line 188, col 65, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 188, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/categories.js: line 188, col 107, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 188, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/categories.js: line 188, col 146, ['disabledClass'] is better written in dot notation. +build/public/templates/categories.js: line 192, col 174, Line is too long. +build/public/templates/categories.js: line 192, col 37, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 192, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/categories.js: line 192, col 73, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 192, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/categories.js: line 192, col 115, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 192, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/categories.js: line 192, col 154, ['level'] is better written in dot notation. +build/public/templates/categories.js: line 194, col 164, Line is too long. +build/public/templates/categories.js: line 194, col 29, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 194, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/categories.js: line 194, col 65, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 194, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/categories.js: line 194, col 107, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 194, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/categories.js: line 194, col 146, ['match'] is better written in dot notation. +build/public/templates/categories.js: line 198, col 163, Line is too long. +build/public/templates/categories.js: line 198, col 29, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 198, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/categories.js: line 198, col 65, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 198, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/categories.js: line 198, col 107, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 198, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/categories.js: line 198, col 146, ['icon'] is better written in dot notation. +build/public/templates/categories.js: line 200, col 114, Line is too long. +build/public/templates/categories.js: line 204, col 173, Line is too long. +build/public/templates/categories.js: line 204, col 37, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 204, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/categories.js: line 204, col 73, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 204, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/categories.js: line 204, col 115, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 204, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/categories.js: line 204, col 154, ['name'] is better written in dot notation. +build/public/templates/categories.js: line 176, col 13, 'key' is defined but never used. +build/public/templates/categories.js: line 174, col 11, 'value' is defined but never used. +build/public/templates/categories.js: line 213, col 118, Line is too long. +build/public/templates/categories.js: line 213, col 36, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 213, col 52, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 216, col 163, Line is too long. +build/public/templates/categories.js: line 216, col 37, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 216, col 53, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 216, col 70, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 216, col 86, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 216, col 109, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 216, col 125, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 216, col 145, ['cid'] is better written in dot notation. +build/public/templates/categories.js: line 217, col 106, Line is too long. +build/public/templates/categories.js: line 222, col 163, Line is too long. +build/public/templates/categories.js: line 222, col 37, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 222, col 53, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 222, col 70, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 222, col 86, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 222, col 109, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 222, col 125, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 222, col 145, ['cid'] is better written in dot notation. +build/public/templates/categories.js: line 224, col 172, Line is too long. +build/public/templates/categories.js: line 224, col 37, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 224, col 53, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 224, col 70, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 224, col 86, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 224, col 109, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 224, col 125, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 226, col 164, Line is too long. +build/public/templates/categories.js: line 226, col 37, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 226, col 53, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 226, col 70, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 226, col 86, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 226, col 109, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 226, col 125, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 226, col 145, ['name'] is better written in dot notation. +build/public/templates/categories.js: line 228, col 110, Line is too long. +build/public/templates/categories.js: line 229, col 152, Line is too long. +build/public/templates/categories.js: line 230, col 159, Line is too long. +build/public/templates/categories.js: line 230, col 29, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 230, col 45, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 230, col 62, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 230, col 78, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 230, col 101, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 230, col 117, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 230, col 137, ['isSection'] is better written in dot notation. +build/public/templates/categories.js: line 232, col 168, Line is too long. +build/public/templates/categories.js: line 232, col 41, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 232, col 57, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 232, col 74, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 232, col 90, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 232, col 113, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 232, col 129, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 232, col 149, ['name'] is better written in dot notation. +build/public/templates/categories.js: line 235, col 158, Line is too long. +build/public/templates/categories.js: line 235, col 33, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 235, col 49, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 235, col 66, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 235, col 82, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 235, col 105, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 235, col 121, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 235, col 141, ['link'] is better written in dot notation. +build/public/templates/categories.js: line 237, col 172, Line is too long. +build/public/templates/categories.js: line 237, col 45, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 237, col 61, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 237, col 78, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 237, col 94, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 237, col 117, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 237, col 133, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 237, col 153, ['link'] is better written in dot notation. +build/public/templates/categories.js: line 240, col 128, Line is too long. +build/public/templates/categories.js: line 240, col 45, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 240, col 61, ['config'] is better written in dot notation. +build/public/templates/categories.js: line 240, col 74, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 240, col 90, ['config'] is better written in dot notation. +build/public/templates/categories.js: line 240, col 100, ['relative_path'] is better written in dot notation. +build/public/templates/categories.js: line 242, col 172, Line is too long. +build/public/templates/categories.js: line 242, col 45, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 242, col 61, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 242, col 78, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 242, col 94, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 242, col 117, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 242, col 133, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 242, col 153, ['slug'] is better written in dot notation. +build/public/templates/categories.js: line 245, col 168, Line is too long. +build/public/templates/categories.js: line 245, col 41, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 245, col 57, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 245, col 74, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 245, col 90, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 245, col 113, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 245, col 129, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 245, col 149, ['name'] is better written in dot notation. +build/public/templates/categories.js: line 248, col 167, Line is too long. +build/public/templates/categories.js: line 248, col 29, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 248, col 45, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 248, col 62, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 248, col 78, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 248, col 101, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 248, col 117, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 248, col 137, ['descriptionParsed'] is better written in dot notation. +build/public/templates/categories.js: line 250, col 181, Line is too long. +build/public/templates/categories.js: line 250, col 41, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 250, col 57, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 250, col 74, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 250, col 90, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 250, col 113, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 250, col 129, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 250, col 149, ['descriptionParsed'] is better written in dot notation. +build/public/templates/categories.js: line 254, col 221, Line is too long. +build/public/templates/categories.js: line 254, col 29, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 254, col 45, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 254, col 62, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 254, col 78, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 254, col 101, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 254, col 117, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 254, col 137, ['teaser'] is better written in dot notation. +build/public/templates/categories.js: line 254, col 150, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 254, col 166, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 254, col 186, ['teaser'] is better written in dot notation. +build/public/templates/categories.js: line 254, col 196, ['timestampISO'] is better written in dot notation. +build/public/templates/categories.js: line 255, col 104, Line is too long. +build/public/templates/categories.js: line 256, col 235, Line is too long. +build/public/templates/categories.js: line 256, col 41, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 256, col 57, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 256, col 74, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 256, col 90, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 256, col 113, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 256, col 129, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 256, col 149, ['teaser'] is better written in dot notation. +build/public/templates/categories.js: line 256, col 162, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 256, col 178, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 256, col 198, ['teaser'] is better written in dot notation. +build/public/templates/categories.js: line 256, col 208, ['timestampISO'] is better written in dot notation. +build/public/templates/categories.js: line 258, col 226, Line is too long. +build/public/templates/categories.js: line 258, col 41, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 258, col 57, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 258, col 74, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 258, col 90, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 258, col 113, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 258, col 129, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 258, col 149, ['teaser'] is better written in dot notation. +build/public/templates/categories.js: line 258, col 162, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 258, col 178, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 258, col 198, ['teaser'] is better written in dot notation. +build/public/templates/categories.js: line 258, col 208, ['url'] is better written in dot notation. +build/public/templates/categories.js: line 262, col 114, Line is too long. +build/public/templates/categories.js: line 262, col 29, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 262, col 45, ['config'] is better written in dot notation. +build/public/templates/categories.js: line 262, col 58, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 262, col 74, ['config'] is better written in dot notation. +build/public/templates/categories.js: line 262, col 84, ['hideSubCategories'] is better written in dot notation. +build/public/templates/categories.js: line 265, col 223, Line is too long. +build/public/templates/categories.js: line 265, col 33, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 265, col 49, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 265, col 66, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 265, col 82, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 265, col 105, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 265, col 121, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 265, col 141, ['children'] is better written in dot notation. +build/public/templates/categories.js: line 265, col 156, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 265, col 172, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 265, col 192, ['children'] is better written in dot notation. +build/public/templates/categories.js: line 265, col 204, ['length'] is better written in dot notation. +build/public/templates/categories.js: line 266, col 115, Line is too long. +build/public/templates/categories.js: line 267, col 213, Line is too long. +build/public/templates/categories.js: line 267, col 41, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 267, col 57, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 267, col 74, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 267, col 90, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 267, col 113, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 267, col 129, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 267, col 149, ['children'] is better written in dot notation. +build/public/templates/categories.js: line 270, col 297, Line is too long. +build/public/templates/categories.js: line 270, col 41, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 270, col 57, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 270, col 74, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 270, col 90, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 270, col 113, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 270, col 129, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 270, col 149, ['children'] is better written in dot notation. +build/public/templates/categories.js: line 270, col 164, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 270, col 180, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 270, col 200, ['children'] is better written in dot notation. +build/public/templates/categories.js: line 270, col 221, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 270, col 237, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 270, col 257, ['children'] is better written in dot notation. +build/public/templates/categories.js: line 270, col 275, ['isSection'] is better written in dot notation. +build/public/templates/categories.js: line 272, col 108, Line is too long. +build/public/templates/categories.js: line 273, col 126, Line is too long. +build/public/templates/categories.js: line 275, col 296, Line is too long. +build/public/templates/categories.js: line 275, col 45, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 275, col 61, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 275, col 78, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 275, col 94, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 275, col 117, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 275, col 133, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 275, col 153, ['children'] is better written in dot notation. +build/public/templates/categories.js: line 275, col 168, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 275, col 184, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 275, col 204, ['children'] is better written in dot notation. +build/public/templates/categories.js: line 275, col 225, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 275, col 241, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 275, col 261, ['children'] is better written in dot notation. +build/public/templates/categories.js: line 275, col 279, ['link'] is better written in dot notation. +build/public/templates/categories.js: line 276, col 307, Line is too long. +build/public/templates/categories.js: line 276, col 55, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 276, col 71, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 276, col 88, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 276, col 104, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 276, col 127, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 276, col 143, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 276, col 163, ['children'] is better written in dot notation. +build/public/templates/categories.js: line 276, col 178, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 276, col 194, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 276, col 214, ['children'] is better written in dot notation. +build/public/templates/categories.js: line 276, col 235, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 276, col 251, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 276, col 271, ['children'] is better written in dot notation. +build/public/templates/categories.js: line 276, col 289, ['link'] is better written in dot notation. +build/public/templates/categories.js: line 277, col 138, Line is too long. +build/public/templates/categories.js: line 277, col 55, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 277, col 71, ['config'] is better written in dot notation. +build/public/templates/categories.js: line 277, col 84, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 277, col 100, ['config'] is better written in dot notation. +build/public/templates/categories.js: line 277, col 110, ['relative_path'] is better written in dot notation. +build/public/templates/categories.js: line 279, col 311, Line is too long. +build/public/templates/categories.js: line 279, col 57, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 279, col 73, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 279, col 90, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 279, col 106, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 279, col 129, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 279, col 145, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 279, col 165, ['children'] is better written in dot notation. +build/public/templates/categories.js: line 279, col 180, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 279, col 196, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 279, col 216, ['children'] is better written in dot notation. +build/public/templates/categories.js: line 279, col 237, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 279, col 253, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 279, col 273, ['children'] is better written in dot notation. +build/public/templates/categories.js: line 279, col 291, ['slug'] is better written in dot notation. +build/public/templates/categories.js: line 281, col 306, Line is too long. +build/public/templates/categories.js: line 281, col 53, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 281, col 69, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 281, col 86, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 281, col 102, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 281, col 125, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 281, col 141, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 281, col 161, ['children'] is better written in dot notation. +build/public/templates/categories.js: line 281, col 176, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 281, col 192, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 281, col 212, ['children'] is better written in dot notation. +build/public/templates/categories.js: line 281, col 233, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 281, col 249, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 281, col 269, ['children'] is better written in dot notation. +build/public/templates/categories.js: line 281, col 287, ['name'] is better written in dot notation. +build/public/templates/categories.js: line 268, col 25, 'key' is defined but never used. +build/public/templates/categories.js: line 291, col 154, Line is too long. +build/public/templates/categories.js: line 291, col 29, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 291, col 45, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 291, col 62, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 291, col 78, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 291, col 101, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 291, col 117, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 291, col 137, ['link'] is better written in dot notation. +build/public/templates/categories.js: line 293, col 306, Line is too long. +build/public/templates/categories.js: line 294, col 179, Line is too long. +build/public/templates/categories.js: line 294, col 41, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 294, col 57, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 294, col 74, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 294, col 90, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 294, col 113, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 294, col 129, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 294, col 149, ['totalTopicCount'] is better written in dot notation. +build/public/templates/categories.js: line 296, col 278, Line is too long. +build/public/templates/categories.js: line 296, col 90, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 296, col 106, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 296, col 123, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 296, col 139, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 296, col 162, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 296, col 178, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 296, col 198, ['totalTopicCount'] is better written in dot notation. +build/public/templates/categories.js: line 296, col 244, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 297, col 211, Line is too long. +build/public/templates/categories.js: line 298, col 178, Line is too long. +build/public/templates/categories.js: line 298, col 41, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 298, col 57, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 298, col 74, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 298, col 90, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 298, col 113, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 298, col 129, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 298, col 149, ['totalPostCount'] is better written in dot notation. +build/public/templates/categories.js: line 300, col 277, Line is too long. +build/public/templates/categories.js: line 300, col 90, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 300, col 106, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 300, col 123, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 300, col 139, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 300, col 162, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 300, col 178, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 300, col 198, ['totalPostCount'] is better written in dot notation. +build/public/templates/categories.js: line 300, col 243, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 301, col 108, Line is too long. +build/public/templates/categories.js: line 302, col 121, Line is too long. +build/public/templates/categories.js: line 302, col 33, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 302, col 49, ['config'] is better written in dot notation. +build/public/templates/categories.js: line 302, col 62, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 302, col 78, ['config'] is better written in dot notation. +build/public/templates/categories.js: line 302, col 88, ['hideCategoryLastPost'] is better written in dot notation. +build/public/templates/categories.js: line 304, col 188, Line is too long. +build/public/templates/categories.js: line 305, col 175, Line is too long. +build/public/templates/categories.js: line 305, col 45, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 305, col 61, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 305, col 78, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 305, col 94, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 305, col 117, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 305, col 133, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 305, col 153, ['bgColor'] is better written in dot notation. +build/public/templates/categories.js: line 307, col 210, Line is too long. +build/public/templates/categories.js: line 307, col 41, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 307, col 57, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 307, col 74, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 307, col 90, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 307, col 113, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 307, col 129, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 307, col 149, ['posts'] is better written in dot notation. +build/public/templates/categories.js: line 311, col 221, Line is too long. +build/public/templates/categories.js: line 312, col 374, Line is too long. +build/public/templates/categories.js: line 312, col 53, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 312, col 69, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 312, col 86, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 312, col 102, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 312, col 125, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 312, col 141, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 312, col 161, ['posts'] is better written in dot notation. +build/public/templates/categories.js: line 312, col 173, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 312, col 189, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 312, col 209, ['posts'] is better written in dot notation. +build/public/templates/categories.js: line 312, col 227, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 312, col 243, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 312, col 263, ['posts'] is better written in dot notation. +build/public/templates/categories.js: line 312, col 278, ['user'] is better written in dot notation. +build/public/templates/categories.js: line 312, col 289, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 312, col 305, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 312, col 325, ['posts'] is better written in dot notation. +build/public/templates/categories.js: line 312, col 340, ['user'] is better written in dot notation. +build/public/templates/categories.js: line 312, col 348, ['displayname'] is better written in dot notation. +build/public/templates/categories.js: line 314, col 136, Line is too long. +build/public/templates/categories.js: line 314, col 53, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 314, col 69, ['config'] is better written in dot notation. +build/public/templates/categories.js: line 314, col 82, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 314, col 98, ['config'] is better written in dot notation. +build/public/templates/categories.js: line 314, col 108, ['relative_path'] is better written in dot notation. +build/public/templates/categories.js: line 316, col 371, Line is too long. +build/public/templates/categories.js: line 316, col 53, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 316, col 69, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 316, col 86, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 316, col 102, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 316, col 125, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 316, col 141, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 316, col 161, ['posts'] is better written in dot notation. +build/public/templates/categories.js: line 316, col 173, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 316, col 189, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 316, col 209, ['posts'] is better written in dot notation. +build/public/templates/categories.js: line 316, col 227, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 316, col 243, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 316, col 263, ['posts'] is better written in dot notation. +build/public/templates/categories.js: line 316, col 278, ['user'] is better written in dot notation. +build/public/templates/categories.js: line 316, col 289, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 316, col 305, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 316, col 325, ['posts'] is better written in dot notation. +build/public/templates/categories.js: line 316, col 340, ['user'] is better written in dot notation. +build/public/templates/categories.js: line 316, col 348, ['userslug'] is better written in dot notation. +build/public/templates/categories.js: line 318, col 399, Line is too long. +build/public/templates/categories.js: line 318, col 94, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 318, col 110, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 318, col 127, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 318, col 143, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 318, col 166, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 318, col 182, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 318, col 202, ['posts'] is better written in dot notation. +build/public/templates/categories.js: line 318, col 214, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 318, col 230, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 318, col 250, ['posts'] is better written in dot notation. +build/public/templates/categories.js: line 318, col 268, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 318, col 284, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 318, col 304, ['posts'] is better written in dot notation. +build/public/templates/categories.js: line 318, col 319, ['user'] is better written in dot notation. +build/public/templates/categories.js: line 318, col 362, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 320, col 136, Line is too long. +build/public/templates/categories.js: line 320, col 53, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 320, col 69, ['config'] is better written in dot notation. +build/public/templates/categories.js: line 320, col 82, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 320, col 98, ['config'] is better written in dot notation. +build/public/templates/categories.js: line 320, col 108, ['relative_path'] is better written in dot notation. +build/public/templates/categories.js: line 322, col 369, Line is too long. +build/public/templates/categories.js: line 322, col 53, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 322, col 69, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 322, col 86, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 322, col 102, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 322, col 125, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 322, col 141, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 322, col 161, ['posts'] is better written in dot notation. +build/public/templates/categories.js: line 322, col 173, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 322, col 189, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 322, col 209, ['posts'] is better written in dot notation. +build/public/templates/categories.js: line 322, col 227, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 322, col 243, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 322, col 263, ['posts'] is better written in dot notation. +build/public/templates/categories.js: line 322, col 278, ['topic'] is better written in dot notation. +build/public/templates/categories.js: line 322, col 290, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 322, col 306, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 322, col 326, ['posts'] is better written in dot notation. +build/public/templates/categories.js: line 322, col 341, ['topic'] is better written in dot notation. +build/public/templates/categories.js: line 322, col 350, ['slug'] is better written in dot notation. +build/public/templates/categories.js: line 323, col 288, Line is too long. +build/public/templates/categories.js: line 323, col 45, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 323, col 61, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 323, col 78, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 323, col 94, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 323, col 117, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 323, col 133, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 323, col 153, ['posts'] is better written in dot notation. +build/public/templates/categories.js: line 323, col 165, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 323, col 181, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 323, col 201, ['posts'] is better written in dot notation. +build/public/templates/categories.js: line 323, col 219, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 323, col 235, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 323, col 255, ['posts'] is better written in dot notation. +build/public/templates/categories.js: line 323, col 270, ['index'] is better written in dot notation. +build/public/templates/categories.js: line 325, col 301, Line is too long. +build/public/templates/categories.js: line 325, col 57, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 325, col 73, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 325, col 90, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 325, col 106, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 325, col 129, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 325, col 145, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 325, col 165, ['posts'] is better written in dot notation. +build/public/templates/categories.js: line 325, col 177, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 325, col 193, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 325, col 213, ['posts'] is better written in dot notation. +build/public/templates/categories.js: line 325, col 231, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 325, col 247, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 325, col 267, ['posts'] is better written in dot notation. +build/public/templates/categories.js: line 325, col 282, ['index'] is better written in dot notation. +build/public/templates/categories.js: line 328, col 305, Line is too long. +build/public/templates/categories.js: line 328, col 53, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 328, col 69, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 328, col 86, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 328, col 102, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 328, col 125, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 328, col 141, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 328, col 161, ['posts'] is better written in dot notation. +build/public/templates/categories.js: line 328, col 173, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 328, col 189, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 328, col 209, ['posts'] is better written in dot notation. +build/public/templates/categories.js: line 328, col 227, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 328, col 243, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 328, col 263, ['posts'] is better written in dot notation. +build/public/templates/categories.js: line 328, col 278, ['timestampISO'] is better written in dot notation. +build/public/templates/categories.js: line 329, col 233, Line is too long. +build/public/templates/categories.js: line 330, col 136, Line is too long. +build/public/templates/categories.js: line 330, col 53, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 330, col 69, ['config'] is better written in dot notation. +build/public/templates/categories.js: line 330, col 82, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 330, col 98, ['config'] is better written in dot notation. +build/public/templates/categories.js: line 330, col 108, ['relative_path'] is better written in dot notation. +build/public/templates/categories.js: line 332, col 369, Line is too long. +build/public/templates/categories.js: line 332, col 53, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 332, col 69, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 332, col 86, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 332, col 102, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 332, col 125, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 332, col 141, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 332, col 161, ['posts'] is better written in dot notation. +build/public/templates/categories.js: line 332, col 173, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 332, col 189, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 332, col 209, ['posts'] is better written in dot notation. +build/public/templates/categories.js: line 332, col 227, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 332, col 243, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 332, col 263, ['posts'] is better written in dot notation. +build/public/templates/categories.js: line 332, col 278, ['topic'] is better written in dot notation. +build/public/templates/categories.js: line 332, col 290, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 332, col 306, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 332, col 326, ['posts'] is better written in dot notation. +build/public/templates/categories.js: line 332, col 341, ['topic'] is better written in dot notation. +build/public/templates/categories.js: line 332, col 350, ['slug'] is better written in dot notation. +build/public/templates/categories.js: line 333, col 288, Line is too long. +build/public/templates/categories.js: line 333, col 45, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 333, col 61, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 333, col 78, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 333, col 94, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 333, col 117, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 333, col 133, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 333, col 153, ['posts'] is better written in dot notation. +build/public/templates/categories.js: line 333, col 165, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 333, col 181, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 333, col 201, ['posts'] is better written in dot notation. +build/public/templates/categories.js: line 333, col 219, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 333, col 235, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 333, col 255, ['posts'] is better written in dot notation. +build/public/templates/categories.js: line 333, col 270, ['index'] is better written in dot notation. +build/public/templates/categories.js: line 335, col 301, Line is too long. +build/public/templates/categories.js: line 335, col 57, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 335, col 73, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 335, col 90, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 335, col 106, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 335, col 129, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 335, col 145, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 335, col 165, ['posts'] is better written in dot notation. +build/public/templates/categories.js: line 335, col 177, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 335, col 193, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 335, col 213, ['posts'] is better written in dot notation. +build/public/templates/categories.js: line 335, col 231, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 335, col 247, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 335, col 267, ['posts'] is better written in dot notation. +build/public/templates/categories.js: line 335, col 282, ['index'] is better written in dot notation. +build/public/templates/categories.js: line 338, col 300, Line is too long. +build/public/templates/categories.js: line 338, col 53, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 338, col 69, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 338, col 86, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 338, col 102, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 338, col 125, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 338, col 141, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 338, col 161, ['posts'] is better written in dot notation. +build/public/templates/categories.js: line 338, col 173, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 338, col 189, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 338, col 209, ['posts'] is better written in dot notation. +build/public/templates/categories.js: line 338, col 227, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 338, col 243, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 338, col 263, ['posts'] is better written in dot notation. +build/public/templates/categories.js: line 338, col 278, ['content'] is better written in dot notation. +build/public/templates/categories.js: line 308, col 25, 'key' is defined but never used. +build/public/templates/categories.js: line 307, col 203, 'value' is defined but never used. +build/public/templates/categories.js: line 307, col 195, 'length' is defined but never used. +build/public/templates/categories.js: line 346, col 221, Line is too long. +build/public/templates/categories.js: line 346, col 37, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 346, col 53, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 346, col 70, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 346, col 86, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 346, col 109, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 346, col 125, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 346, col 145, ['posts'] is better written in dot notation. +build/public/templates/categories.js: line 346, col 157, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 346, col 173, ['categories'] is better written in dot notation. +build/public/templates/categories.js: line 346, col 193, ['posts'] is better written in dot notation. +build/public/templates/categories.js: line 346, col 202, ['length'] is better written in dot notation. +build/public/templates/categories.js: line 348, col 176, Line is too long. +build/public/templates/categories.js: line 214, col 13, 'key' is defined but never used. +build/public/templates/categories.js: line 212, col 11, 'value' is defined but never used. +build/public/templates/categories.js: line 359, col 160, Line is too long. +build/public/templates/categories.js: line 359, col 36, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 359, col 52, ['pagination'] is better written in dot notation. +build/public/templates/categories.js: line 359, col 69, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 359, col 85, ['pagination'] is better written in dot notation. +build/public/templates/categories.js: line 359, col 99, ['pages'] is better written in dot notation. +build/public/templates/categories.js: line 362, col 219, Line is too long. +build/public/templates/categories.js: line 362, col 29, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 362, col 45, ['pagination'] is better written in dot notation. +build/public/templates/categories.js: line 362, col 62, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 362, col 78, ['pagination'] is better written in dot notation. +build/public/templates/categories.js: line 362, col 92, ['pages'] is better written in dot notation. +build/public/templates/categories.js: line 362, col 104, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 362, col 120, ['pagination'] is better written in dot notation. +build/public/templates/categories.js: line 362, col 134, ['pages'] is better written in dot notation. +build/public/templates/categories.js: line 362, col 152, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 362, col 168, ['pagination'] is better written in dot notation. +build/public/templates/categories.js: line 362, col 182, ['pages'] is better written in dot notation. +build/public/templates/categories.js: line 362, col 197, ['separator'] is better written in dot notation. +build/public/templates/categories.js: line 363, col 227, Line is too long. +build/public/templates/categories.js: line 365, col 220, Line is too long. +build/public/templates/categories.js: line 365, col 33, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 365, col 49, ['pagination'] is better written in dot notation. +build/public/templates/categories.js: line 365, col 66, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 365, col 82, ['pagination'] is better written in dot notation. +build/public/templates/categories.js: line 365, col 96, ['pages'] is better written in dot notation. +build/public/templates/categories.js: line 365, col 108, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 365, col 124, ['pagination'] is better written in dot notation. +build/public/templates/categories.js: line 365, col 138, ['pages'] is better written in dot notation. +build/public/templates/categories.js: line 365, col 156, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 365, col 172, ['pagination'] is better written in dot notation. +build/public/templates/categories.js: line 365, col 186, ['pages'] is better written in dot notation. +build/public/templates/categories.js: line 365, col 201, ['active'] is better written in dot notation. +build/public/templates/categories.js: line 369, col 226, Line is too long. +build/public/templates/categories.js: line 369, col 41, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 369, col 57, ['pagination'] is better written in dot notation. +build/public/templates/categories.js: line 369, col 74, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 369, col 90, ['pagination'] is better written in dot notation. +build/public/templates/categories.js: line 369, col 104, ['pages'] is better written in dot notation. +build/public/templates/categories.js: line 369, col 116, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 369, col 132, ['pagination'] is better written in dot notation. +build/public/templates/categories.js: line 369, col 146, ['pages'] is better written in dot notation. +build/public/templates/categories.js: line 369, col 164, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 369, col 180, ['pagination'] is better written in dot notation. +build/public/templates/categories.js: line 369, col 194, ['pages'] is better written in dot notation. +build/public/templates/categories.js: line 369, col 209, ['qs'] is better written in dot notation. +build/public/templates/categories.js: line 371, col 228, Line is too long. +build/public/templates/categories.js: line 371, col 41, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 371, col 57, ['pagination'] is better written in dot notation. +build/public/templates/categories.js: line 371, col 74, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 371, col 90, ['pagination'] is better written in dot notation. +build/public/templates/categories.js: line 371, col 104, ['pages'] is better written in dot notation. +build/public/templates/categories.js: line 371, col 116, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 371, col 132, ['pagination'] is better written in dot notation. +build/public/templates/categories.js: line 371, col 146, ['pages'] is better written in dot notation. +build/public/templates/categories.js: line 371, col 164, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 371, col 180, ['pagination'] is better written in dot notation. +build/public/templates/categories.js: line 371, col 194, ['pages'] is better written in dot notation. +build/public/templates/categories.js: line 371, col 209, ['page'] is better written in dot notation. +build/public/templates/categories.js: line 373, col 228, Line is too long. +build/public/templates/categories.js: line 373, col 41, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 373, col 57, ['pagination'] is better written in dot notation. +build/public/templates/categories.js: line 373, col 74, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 373, col 90, ['pagination'] is better written in dot notation. +build/public/templates/categories.js: line 373, col 104, ['pages'] is better written in dot notation. +build/public/templates/categories.js: line 373, col 116, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 373, col 132, ['pagination'] is better written in dot notation. +build/public/templates/categories.js: line 373, col 146, ['pages'] is better written in dot notation. +build/public/templates/categories.js: line 373, col 164, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 373, col 180, ['pagination'] is better written in dot notation. +build/public/templates/categories.js: line 373, col 194, ['pages'] is better written in dot notation. +build/public/templates/categories.js: line 373, col 209, ['page'] is better written in dot notation. +build/public/templates/categories.js: line 375, col 228, Line is too long. +build/public/templates/categories.js: line 375, col 41, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 375, col 57, ['pagination'] is better written in dot notation. +build/public/templates/categories.js: line 375, col 74, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 375, col 90, ['pagination'] is better written in dot notation. +build/public/templates/categories.js: line 375, col 104, ['pages'] is better written in dot notation. +build/public/templates/categories.js: line 375, col 116, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 375, col 132, ['pagination'] is better written in dot notation. +build/public/templates/categories.js: line 375, col 146, ['pages'] is better written in dot notation. +build/public/templates/categories.js: line 375, col 164, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 375, col 180, ['pagination'] is better written in dot notation. +build/public/templates/categories.js: line 375, col 194, ['pages'] is better written in dot notation. +build/public/templates/categories.js: line 375, col 209, ['page'] is better written in dot notation. +build/public/templates/categories.js: line 360, col 13, 'key' is defined but never used. +build/public/templates/categories.js: line 359, col 153, 'value' is defined but never used. +build/public/templates/categories.js: line 359, col 145, 'length' is defined but never used. +build/public/templates/categories.js: line 359, col 138, 'index' is defined but never used. +build/public/templates/categories.js: line 358, col 11, 'value' is defined but never used. +build/public/templates/categories.js: line 356, col 81, 'helper' is defined but never used. +build/public/templates/categories.js: line 385, col 156, Line is too long. +build/public/templates/categories.js: line 385, col 36, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 385, col 52, ['widgets'] is better written in dot notation. +build/public/templates/categories.js: line 385, col 66, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 385, col 82, ['widgets'] is better written in dot notation. +build/public/templates/categories.js: line 385, col 93, ['sidebar'] is better written in dot notation. +build/public/templates/categories.js: line 388, col 208, Line is too long. +build/public/templates/categories.js: line 388, col 28, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 388, col 44, ['widgets'] is better written in dot notation. +build/public/templates/categories.js: line 388, col 58, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 388, col 74, ['widgets'] is better written in dot notation. +build/public/templates/categories.js: line 388, col 85, ['sidebar'] is better written in dot notation. +build/public/templates/categories.js: line 388, col 99, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 388, col 115, ['widgets'] is better written in dot notation. +build/public/templates/categories.js: line 388, col 126, ['sidebar'] is better written in dot notation. +build/public/templates/categories.js: line 388, col 146, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 388, col 162, ['widgets'] is better written in dot notation. +build/public/templates/categories.js: line 388, col 173, ['sidebar'] is better written in dot notation. +build/public/templates/categories.js: line 388, col 190, ['html'] is better written in dot notation. +build/public/templates/categories.js: line 386, col 13, 'key' is defined but never used. +build/public/templates/categories.js: line 385, col 149, 'value' is defined but never used. +build/public/templates/categories.js: line 385, col 141, 'length' is defined but never used. +build/public/templates/categories.js: line 385, col 134, 'index' is defined but never used. +build/public/templates/categories.js: line 383, col 11, '__escape' is defined but never used. +build/public/templates/categories.js: line 384, col 11, 'value' is defined but never used. +build/public/templates/categories.js: line 382, col 79, 'helper' is defined but never used. +build/public/templates/categories.js: line 397, col 155, Line is too long. +build/public/templates/categories.js: line 397, col 36, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 397, col 52, ['widgets'] is better written in dot notation. +build/public/templates/categories.js: line 397, col 66, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 397, col 82, ['widgets'] is better written in dot notation. +build/public/templates/categories.js: line 397, col 93, ['footer'] is better written in dot notation. +build/public/templates/categories.js: line 400, col 205, Line is too long. +build/public/templates/categories.js: line 400, col 28, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 400, col 44, ['widgets'] is better written in dot notation. +build/public/templates/categories.js: line 400, col 58, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 400, col 74, ['widgets'] is better written in dot notation. +build/public/templates/categories.js: line 400, col 85, ['footer'] is better written in dot notation. +build/public/templates/categories.js: line 400, col 98, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 400, col 114, ['widgets'] is better written in dot notation. +build/public/templates/categories.js: line 400, col 125, ['footer'] is better written in dot notation. +build/public/templates/categories.js: line 400, col 144, Expected '!==' and instead saw '!='. +build/public/templates/categories.js: line 400, col 160, ['widgets'] is better written in dot notation. +build/public/templates/categories.js: line 400, col 171, ['footer'] is better written in dot notation. +build/public/templates/categories.js: line 400, col 187, ['html'] is better written in dot notation. +build/public/templates/categories.js: line 398, col 13, 'key' is defined but never used. +build/public/templates/categories.js: line 397, col 148, 'value' is defined but never used. +build/public/templates/categories.js: line 397, col 140, 'length' is defined but never used. +build/public/templates/categories.js: line 397, col 133, 'index' is defined but never used. +build/public/templates/categories.js: line 395, col 11, '__escape' is defined but never used. +build/public/templates/categories.js: line 396, col 11, 'value' is defined but never used. +build/public/templates/categories.js: line 394, col 77, 'helper' is defined but never used. +build/public/templates/categories.js: line 409, col 3, Missing semicolon. +build/public/templates/categories.js: line 5, col 46, 'define' is not defined. +build/public/templates/categories.js: line 6, col 5, 'define' is not defined. + +build/public/templates/category.js: line 12, col 114, Line is too long. +build/public/templates/category.js: line 12, col 30, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 12, col 46, ['breadcrumbs'] is better written in dot notation. +build/public/templates/category.js: line 12, col 64, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 12, col 80, ['breadcrumbs'] is better written in dot notation. +build/public/templates/category.js: line 12, col 95, ['length'] is better written in dot notation. +build/public/templates/category.js: line 13, col 136, Line is too long. +build/public/templates/category.js: line 14, col 26, ['breadcrumbs'] is better written in dot notation. +build/public/templates/category.js: line 20, col 153, Line is too long. +build/public/templates/category.js: line 20, col 25, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 20, col 41, ['widgets'] is better written in dot notation. +build/public/templates/category.js: line 20, col 55, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 20, col 71, ['widgets'] is better written in dot notation. +build/public/templates/category.js: line 20, col 82, ['sidebar'] is better written in dot notation. +build/public/templates/category.js: line 20, col 96, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 20, col 112, ['widgets'] is better written in dot notation. +build/public/templates/category.js: line 20, col 123, ['sidebar'] is better written in dot notation. +build/public/templates/category.js: line 20, col 134, ['length'] is better written in dot notation. +build/public/templates/category.js: line 24, col 174, Line is too long. +build/public/templates/category.js: line 24, col 26, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 24, col 42, ['children'] is better written in dot notation. +build/public/templates/category.js: line 24, col 57, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 24, col 73, ['children'] is better written in dot notation. +build/public/templates/category.js: line 24, col 85, ['length'] is better written in dot notation. +build/public/templates/category.js: line 24, col 124, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 24, col 140, ['hasMoreSubCategories'] is better written in dot notation. +build/public/templates/category.js: line 26, col 29, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 26, col 45, ['hasMoreSubCategories'] is better written in dot notation. +build/public/templates/category.js: line 27, col 395, Line is too long. +build/public/templates/category.js: line 28, col 153, Line is too long. +build/public/templates/category.js: line 28, col 34, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 28, col 50, ['selectedCategory'] is better written in dot notation. +build/public/templates/category.js: line 28, col 100, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 28, col 116, ['showCategorySelectLabel'] is better written in dot notation. +build/public/templates/category.js: line 30, col 167, Line is too long. +build/public/templates/category.js: line 30, col 92, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 30, col 108, ['selectedCategory'] is better written in dot notation. +build/public/templates/category.js: line 32, col 139, Line is too long. +build/public/templates/category.js: line 32, col 45, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 32, col 61, ['selectedCategory'] is better written in dot notation. +build/public/templates/category.js: line 32, col 84, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 32, col 100, ['selectedCategory'] is better written in dot notation. +build/public/templates/category.js: line 32, col 120, ['name'] is better written in dot notation. +build/public/templates/category.js: line 35, col 37, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 35, col 53, ['selectCategoryIcon'] is better written in dot notation. +build/public/templates/category.js: line 36, col 47, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 36, col 63, ['selectCategoryIcon'] is better written in dot notation. +build/public/templates/category.js: line 38, col 109, Line is too long. +build/public/templates/category.js: line 39, col 37, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 39, col 53, ['selectCategoryLabel'] is better written in dot notation. +build/public/templates/category.js: line 40, col 47, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 40, col 63, ['selectCategoryLabel'] is better written in dot notation. +build/public/templates/category.js: line 43, col 604, Line is too long. +build/public/templates/category.js: line 44, col 30, ['categoryItems'] is better written in dot notation. +build/public/templates/category.js: line 47, col 157, Line is too long. +build/public/templates/category.js: line 48, col 26, ['children'] is better written in dot notation. +build/public/templates/category.js: line 50, col 178, Line is too long. +build/public/templates/category.js: line 50, col 30, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 50, col 46, ['hasMoreSubCategories'] is better written in dot notation. +build/public/templates/category.js: line 50, col 99, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 50, col 115, ['children'] is better written in dot notation. +build/public/templates/category.js: line 50, col 130, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 50, col 146, ['children'] is better written in dot notation. +build/public/templates/category.js: line 50, col 158, ['length'] is better written in dot notation. +build/public/templates/category.js: line 51, col 140, Line is too long. +build/public/templates/category.js: line 52, col 41, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 52, col 57, ['subCategoriesLeft'] is better written in dot notation. +build/public/templates/category.js: line 58, col 210, Line is too long. +build/public/templates/category.js: line 58, col 26, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 58, col 42, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 58, col 55, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 58, col 71, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 58, col 81, ['length'] is better written in dot notation. +build/public/templates/category.js: line 58, col 120, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 58, col 136, ['privileges'] is better written in dot notation. +build/public/templates/category.js: line 58, col 153, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 58, col 169, ['privileges'] is better written in dot notation. +build/public/templates/category.js: line 59, col 173, Line is too long. +build/public/templates/category.js: line 60, col 118, Line is too long. +build/public/templates/category.js: line 60, col 29, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 60, col 45, ['privileges'] is better written in dot notation. +build/public/templates/category.js: line 60, col 62, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 60, col 78, ['privileges'] is better written in dot notation. +build/public/templates/category.js: line 62, col 124, Line is too long. +build/public/templates/category.js: line 62, col 41, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 62, col 57, ['config'] is better written in dot notation. +build/public/templates/category.js: line 62, col 70, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 62, col 86, ['config'] is better written in dot notation. +build/public/templates/category.js: line 62, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/category.js: line 64, col 41, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 64, col 57, ['cid'] is better written in dot notation. +build/public/templates/category.js: line 65, col 185, Line is too long. +build/public/templates/category.js: line 67, col 33, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 67, col 49, ['loggedIn'] is better written in dot notation. +build/public/templates/category.js: line 70, col 128, Line is too long. +build/public/templates/category.js: line 70, col 45, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 70, col 61, ['config'] is better written in dot notation. +build/public/templates/category.js: line 70, col 74, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 70, col 90, ['config'] is better written in dot notation. +build/public/templates/category.js: line 70, col 100, ['relative_path'] is better written in dot notation. +build/public/templates/category.js: line 71, col 101, Line is too long. +build/public/templates/category.js: line 74, col 37, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 74, col 53, ['url'] is better written in dot notation. +build/public/templates/category.js: line 75, col 312, Line is too long. +build/public/templates/category.js: line 76, col 101, Line is too long. +build/public/templates/category.js: line 76, col 67, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 76, col 83, ['cid'] is better written in dot notation. +build/public/templates/category.js: line 79, col 41, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 79, col 57, ['url'] is better written in dot notation. +build/public/templates/category.js: line 80, col 209, Line is too long. +build/public/templates/category.js: line 82, col 105, Line is too long. +build/public/templates/category.js: line 82, col 29, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 82, col 45, ['config'] is better written in dot notation. +build/public/templates/category.js: line 82, col 58, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 82, col 74, ['config'] is better written in dot notation. +build/public/templates/category.js: line 82, col 84, ['loggedIn'] is better written in dot notation. +build/public/templates/category.js: line 83, col 329, Line is too long. +build/public/templates/category.js: line 84, col 33, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 84, col 49, ['isWatched'] is better written in dot notation. +build/public/templates/category.js: line 87, col 256, Line is too long. +build/public/templates/category.js: line 88, col 33, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 88, col 49, ['isTracked'] is better written in dot notation. +build/public/templates/category.js: line 91, col 258, Line is too long. +build/public/templates/category.js: line 92, col 33, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 92, col 49, ['isNotWatched'] is better written in dot notation. +build/public/templates/category.js: line 95, col 261, Line is too long. +build/public/templates/category.js: line 96, col 33, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 96, col 49, ['isIgnored'] is better written in dot notation. +build/public/templates/category.js: line 99, col 224, Line is too long. +build/public/templates/category.js: line 100, col 123, Line is too long. +build/public/templates/category.js: line 100, col 33, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 100, col 49, ['template'] is better written in dot notation. +build/public/templates/category.js: line 100, col 64, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 100, col 80, ['template'] is better written in dot notation. +build/public/templates/category.js: line 103, col 633, Line is too long. +build/public/templates/category.js: line 104, col 33, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 104, col 49, ['isWatched'] is better written in dot notation. +build/public/templates/category.js: line 107, col 642, Line is too long. +build/public/templates/category.js: line 108, col 33, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 108, col 49, ['isTracked'] is better written in dot notation. +build/public/templates/category.js: line 111, col 661, Line is too long. +build/public/templates/category.js: line 112, col 33, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 112, col 49, ['isNotWatched'] is better written in dot notation. +build/public/templates/category.js: line 115, col 646, Line is too long. +build/public/templates/category.js: line 116, col 33, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 116, col 49, ['isIgnored'] is better written in dot notation. +build/public/templates/category.js: line 121, col 313, Line is too long. +build/public/templates/category.js: line 122, col 37, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 122, col 53, ['sortOptionLabel'] is better written in dot notation. +build/public/templates/category.js: line 123, col 135, Line is too long. +build/public/templates/category.js: line 124, col 37, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 124, col 53, ['sortOptionLabel'] is better written in dot notation. +build/public/templates/category.js: line 125, col 1420, Line is too long. +build/public/templates/category.js: line 126, col 29, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 126, col 45, ['showTopicTools'] is better written in dot notation. +build/public/templates/category.js: line 127, col 2010, Line is too long. +build/public/templates/category.js: line 128, col 113, Line is too long. +build/public/templates/category.js: line 128, col 33, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 128, col 49, ['template'] is better written in dot notation. +build/public/templates/category.js: line 128, col 64, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 128, col 80, ['template'] is better written in dot notation. +build/public/templates/category.js: line 128, col 92, ['category'] is better written in dot notation. +build/public/templates/category.js: line 129, col 255, Line is too long. +build/public/templates/category.js: line 131, col 1148, Line is too long. +build/public/templates/category.js: line 132, col 30, ['thread_tools'] is better written in dot notation. +build/public/templates/category.js: line 138, col 178, Line is too long. +build/public/templates/category.js: line 138, col 26, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 138, col 42, ['inbox'] is better written in dot notation. +build/public/templates/category.js: line 138, col 81, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 138, col 97, ['hasFollowers'] is better written in dot notation. +build/public/templates/category.js: line 138, col 142, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 138, col 124, Expected '===' and instead saw '=='. +build/public/templates/category.js: line 139, col 317, Line is too long. +build/public/templates/category.js: line 142, col 211, Line is too long. +build/public/templates/category.js: line 142, col 27, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 142, col 43, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 142, col 56, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 142, col 72, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 142, col 82, ['length'] is better written in dot notation. +build/public/templates/category.js: line 142, col 121, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 142, col 137, ['privileges'] is better written in dot notation. +build/public/templates/category.js: line 142, col 154, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 142, col 170, ['privileges'] is better written in dot notation. +build/public/templates/category.js: line 143, col 138, Line is too long. +build/public/templates/category.js: line 145, col 147, Line is too long. +build/public/templates/category.js: line 146, col 33, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 146, col 49, ['nextStart'] is better written in dot notation. +build/public/templates/category.js: line 148, col 33, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 148, col 49, ['set'] is better written in dot notation. +build/public/templates/category.js: line 150, col 22, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 152, col 106, Line is too long. +build/public/templates/category.js: line 152, col 25, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 152, col 41, ['config'] is better written in dot notation. +build/public/templates/category.js: line 152, col 54, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 152, col 70, ['config'] is better written in dot notation. +build/public/templates/category.js: line 152, col 80, ['usePagination'] is better written in dot notation. +build/public/templates/category.js: line 154, col 162, Line is too long. +build/public/templates/category.js: line 154, col 29, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 154, col 45, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 154, col 62, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 154, col 78, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 154, col 92, ['pages'] is better written in dot notation. +build/public/templates/category.js: line 154, col 104, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 154, col 120, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 154, col 134, ['pages'] is better written in dot notation. +build/public/templates/category.js: line 154, col 143, ['length'] is better written in dot notation. +build/public/templates/category.js: line 157, col 159, Line is too long. +build/public/templates/category.js: line 158, col 160, Line is too long. +build/public/templates/category.js: line 158, col 29, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 158, col 45, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 158, col 62, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 158, col 78, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 158, col 92, ['prev'] is better written in dot notation. +build/public/templates/category.js: line 158, col 103, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 158, col 119, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 158, col 133, ['prev'] is better written in dot notation. +build/public/templates/category.js: line 158, col 141, ['active'] is better written in dot notation. +build/public/templates/category.js: line 162, col 166, Line is too long. +build/public/templates/category.js: line 162, col 37, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 162, col 53, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 162, col 70, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 162, col 86, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 162, col 100, ['prev'] is better written in dot notation. +build/public/templates/category.js: line 162, col 111, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 162, col 127, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 162, col 141, ['prev'] is better written in dot notation. +build/public/templates/category.js: line 162, col 149, ['qs'] is better written in dot notation. +build/public/templates/category.js: line 164, col 168, Line is too long. +build/public/templates/category.js: line 164, col 37, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 164, col 53, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 164, col 70, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 164, col 86, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 164, col 100, ['prev'] is better written in dot notation. +build/public/templates/category.js: line 164, col 111, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 164, col 127, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 164, col 141, ['prev'] is better written in dot notation. +build/public/templates/category.js: line 164, col 149, ['page'] is better written in dot notation. +build/public/templates/category.js: line 165, col 118, Line is too long. +build/public/templates/category.js: line 168, col 160, Line is too long. +build/public/templates/category.js: line 168, col 29, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 168, col 45, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 168, col 62, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 168, col 78, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 168, col 92, ['next'] is better written in dot notation. +build/public/templates/category.js: line 168, col 103, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 168, col 119, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 168, col 133, ['next'] is better written in dot notation. +build/public/templates/category.js: line 168, col 141, ['active'] is better written in dot notation. +build/public/templates/category.js: line 172, col 166, Line is too long. +build/public/templates/category.js: line 172, col 37, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 172, col 53, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 172, col 70, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 172, col 86, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 172, col 100, ['next'] is better written in dot notation. +build/public/templates/category.js: line 172, col 111, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 172, col 127, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 172, col 141, ['next'] is better written in dot notation. +build/public/templates/category.js: line 172, col 149, ['qs'] is better written in dot notation. +build/public/templates/category.js: line 174, col 168, Line is too long. +build/public/templates/category.js: line 174, col 37, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 174, col 53, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 174, col 70, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 174, col 86, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 174, col 100, ['next'] is better written in dot notation. +build/public/templates/category.js: line 174, col 111, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 174, col 127, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 174, col 141, ['next'] is better written in dot notation. +build/public/templates/category.js: line 174, col 149, ['page'] is better written in dot notation. +build/public/templates/category.js: line 175, col 228, Line is too long. +build/public/templates/category.js: line 176, col 160, Line is too long. +build/public/templates/category.js: line 176, col 29, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 176, col 45, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 176, col 62, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 176, col 78, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 176, col 92, ['prev'] is better written in dot notation. +build/public/templates/category.js: line 176, col 103, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 176, col 119, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 176, col 133, ['prev'] is better written in dot notation. +build/public/templates/category.js: line 176, col 141, ['active'] is better written in dot notation. +build/public/templates/category.js: line 180, col 168, Line is too long. +build/public/templates/category.js: line 180, col 37, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 180, col 53, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 180, col 70, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 180, col 86, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 180, col 100, ['first'] is better written in dot notation. +build/public/templates/category.js: line 180, col 112, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 180, col 128, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 180, col 142, ['first'] is better written in dot notation. +build/public/templates/category.js: line 180, col 151, ['qs'] is better written in dot notation. +build/public/templates/category.js: line 181, col 162, Line is too long. +build/public/templates/category.js: line 182, col 160, Line is too long. +build/public/templates/category.js: line 182, col 29, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 182, col 45, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 182, col 62, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 182, col 78, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 182, col 92, ['prev'] is better written in dot notation. +build/public/templates/category.js: line 182, col 103, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 182, col 119, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 182, col 133, ['prev'] is better written in dot notation. +build/public/templates/category.js: line 182, col 141, ['active'] is better written in dot notation. +build/public/templates/category.js: line 186, col 166, Line is too long. +build/public/templates/category.js: line 186, col 37, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 186, col 53, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 186, col 70, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 186, col 86, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 186, col 100, ['prev'] is better written in dot notation. +build/public/templates/category.js: line 186, col 111, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 186, col 127, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 186, col 141, ['prev'] is better written in dot notation. +build/public/templates/category.js: line 186, col 149, ['qs'] is better written in dot notation. +build/public/templates/category.js: line 188, col 168, Line is too long. +build/public/templates/category.js: line 188, col 37, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 188, col 53, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 188, col 70, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 188, col 86, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 188, col 100, ['prev'] is better written in dot notation. +build/public/templates/category.js: line 188, col 111, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 188, col 127, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 188, col 141, ['prev'] is better written in dot notation. +build/public/templates/category.js: line 188, col 149, ['page'] is better written in dot notation. +build/public/templates/category.js: line 189, col 280, Line is too long. +build/public/templates/category.js: line 190, col 126, Line is too long. +build/public/templates/category.js: line 190, col 37, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 190, col 53, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 190, col 70, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 190, col 86, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 190, col 100, ['currentPage'] is better written in dot notation. +build/public/templates/category.js: line 192, col 124, Line is too long. +build/public/templates/category.js: line 192, col 37, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 192, col 53, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 192, col 70, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 192, col 86, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 192, col 100, ['pageCount'] is better written in dot notation. +build/public/templates/category.js: line 194, col 160, Line is too long. +build/public/templates/category.js: line 194, col 29, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 194, col 45, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 194, col 62, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 194, col 78, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 194, col 92, ['next'] is better written in dot notation. +build/public/templates/category.js: line 194, col 103, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 194, col 119, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 194, col 133, ['next'] is better written in dot notation. +build/public/templates/category.js: line 194, col 141, ['active'] is better written in dot notation. +build/public/templates/category.js: line 198, col 166, Line is too long. +build/public/templates/category.js: line 198, col 37, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 198, col 53, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 198, col 70, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 198, col 86, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 198, col 100, ['next'] is better written in dot notation. +build/public/templates/category.js: line 198, col 111, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 198, col 127, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 198, col 141, ['next'] is better written in dot notation. +build/public/templates/category.js: line 198, col 149, ['qs'] is better written in dot notation. +build/public/templates/category.js: line 200, col 168, Line is too long. +build/public/templates/category.js: line 200, col 37, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 200, col 53, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 200, col 70, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 200, col 86, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 200, col 100, ['next'] is better written in dot notation. +build/public/templates/category.js: line 200, col 111, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 200, col 127, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 200, col 141, ['next'] is better written in dot notation. +build/public/templates/category.js: line 200, col 149, ['page'] is better written in dot notation. +build/public/templates/category.js: line 201, col 140, Line is too long. +build/public/templates/category.js: line 202, col 160, Line is too long. +build/public/templates/category.js: line 202, col 29, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 202, col 45, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 202, col 62, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 202, col 78, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 202, col 92, ['next'] is better written in dot notation. +build/public/templates/category.js: line 202, col 103, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 202, col 119, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 202, col 133, ['next'] is better written in dot notation. +build/public/templates/category.js: line 202, col 141, ['active'] is better written in dot notation. +build/public/templates/category.js: line 206, col 166, Line is too long. +build/public/templates/category.js: line 206, col 37, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 206, col 53, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 206, col 70, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 206, col 86, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 206, col 100, ['last'] is better written in dot notation. +build/public/templates/category.js: line 206, col 111, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 206, col 127, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 206, col 141, ['last'] is better written in dot notation. +build/public/templates/category.js: line 206, col 149, ['qs'] is better written in dot notation. +build/public/templates/category.js: line 208, col 124, Line is too long. +build/public/templates/category.js: line 208, col 37, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 208, col 53, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 208, col 70, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 208, col 86, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 208, col 100, ['pageCount'] is better written in dot notation. +build/public/templates/category.js: line 209, col 128, Line is too long. +build/public/templates/category.js: line 212, col 153, Line is too long. +build/public/templates/category.js: line 212, col 25, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 212, col 41, ['widgets'] is better written in dot notation. +build/public/templates/category.js: line 212, col 55, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 212, col 71, ['widgets'] is better written in dot notation. +build/public/templates/category.js: line 212, col 82, ['sidebar'] is better written in dot notation. +build/public/templates/category.js: line 212, col 96, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 212, col 112, ['widgets'] is better written in dot notation. +build/public/templates/category.js: line 212, col 123, ['sidebar'] is better written in dot notation. +build/public/templates/category.js: line 212, col 134, ['length'] is better written in dot notation. +build/public/templates/category.js: line 220, col 106, Line is too long. +build/public/templates/category.js: line 220, col 25, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 220, col 41, ['config'] is better written in dot notation. +build/public/templates/category.js: line 220, col 54, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 220, col 70, ['config'] is better written in dot notation. +build/public/templates/category.js: line 220, col 80, ['usePagination'] is better written in dot notation. +build/public/templates/category.js: line 223, col 162, Line is too long. +build/public/templates/category.js: line 223, col 29, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 223, col 45, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 223, col 62, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 223, col 78, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 223, col 92, ['pages'] is better written in dot notation. +build/public/templates/category.js: line 223, col 104, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 223, col 120, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 223, col 134, ['pages'] is better written in dot notation. +build/public/templates/category.js: line 223, col 143, ['length'] is better written in dot notation. +build/public/templates/category.js: line 226, col 159, Line is too long. +build/public/templates/category.js: line 227, col 160, Line is too long. +build/public/templates/category.js: line 227, col 29, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 227, col 45, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 227, col 62, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 227, col 78, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 227, col 92, ['prev'] is better written in dot notation. +build/public/templates/category.js: line 227, col 103, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 227, col 119, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 227, col 133, ['prev'] is better written in dot notation. +build/public/templates/category.js: line 227, col 141, ['active'] is better written in dot notation. +build/public/templates/category.js: line 231, col 166, Line is too long. +build/public/templates/category.js: line 231, col 37, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 231, col 53, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 231, col 70, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 231, col 86, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 231, col 100, ['prev'] is better written in dot notation. +build/public/templates/category.js: line 231, col 111, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 231, col 127, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 231, col 141, ['prev'] is better written in dot notation. +build/public/templates/category.js: line 231, col 149, ['qs'] is better written in dot notation. +build/public/templates/category.js: line 233, col 168, Line is too long. +build/public/templates/category.js: line 233, col 37, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 233, col 53, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 233, col 70, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 233, col 86, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 233, col 100, ['prev'] is better written in dot notation. +build/public/templates/category.js: line 233, col 111, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 233, col 127, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 233, col 141, ['prev'] is better written in dot notation. +build/public/templates/category.js: line 233, col 149, ['page'] is better written in dot notation. +build/public/templates/category.js: line 234, col 118, Line is too long. +build/public/templates/category.js: line 235, col 157, Line is too long. +build/public/templates/category.js: line 235, col 33, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 235, col 49, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 235, col 66, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 235, col 82, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 235, col 96, ['pages'] is better written in dot notation. +build/public/templates/category.js: line 238, col 223, Line is too long. +build/public/templates/category.js: line 238, col 33, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 238, col 49, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 238, col 66, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 238, col 82, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 238, col 96, ['pages'] is better written in dot notation. +build/public/templates/category.js: line 238, col 108, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 238, col 124, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 238, col 138, ['pages'] is better written in dot notation. +build/public/templates/category.js: line 238, col 156, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 238, col 172, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 238, col 186, ['pages'] is better written in dot notation. +build/public/templates/category.js: line 238, col 201, ['separator'] is better written in dot notation. +build/public/templates/category.js: line 239, col 231, Line is too long. +build/public/templates/category.js: line 241, col 224, Line is too long. +build/public/templates/category.js: line 241, col 37, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 241, col 53, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 241, col 70, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 241, col 86, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 241, col 100, ['pages'] is better written in dot notation. +build/public/templates/category.js: line 241, col 112, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 241, col 128, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 241, col 142, ['pages'] is better written in dot notation. +build/public/templates/category.js: line 241, col 160, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 241, col 176, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 241, col 190, ['pages'] is better written in dot notation. +build/public/templates/category.js: line 241, col 205, ['active'] is better written in dot notation. +build/public/templates/category.js: line 245, col 230, Line is too long. +build/public/templates/category.js: line 245, col 45, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 245, col 61, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 245, col 78, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 245, col 94, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 245, col 108, ['pages'] is better written in dot notation. +build/public/templates/category.js: line 245, col 120, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 245, col 136, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 245, col 150, ['pages'] is better written in dot notation. +build/public/templates/category.js: line 245, col 168, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 245, col 184, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 245, col 198, ['pages'] is better written in dot notation. +build/public/templates/category.js: line 245, col 213, ['qs'] is better written in dot notation. +build/public/templates/category.js: line 247, col 232, Line is too long. +build/public/templates/category.js: line 247, col 45, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 247, col 61, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 247, col 78, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 247, col 94, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 247, col 108, ['pages'] is better written in dot notation. +build/public/templates/category.js: line 247, col 120, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 247, col 136, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 247, col 150, ['pages'] is better written in dot notation. +build/public/templates/category.js: line 247, col 168, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 247, col 184, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 247, col 198, ['pages'] is better written in dot notation. +build/public/templates/category.js: line 247, col 213, ['page'] is better written in dot notation. +build/public/templates/category.js: line 249, col 232, Line is too long. +build/public/templates/category.js: line 249, col 45, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 249, col 61, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 249, col 78, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 249, col 94, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 249, col 108, ['pages'] is better written in dot notation. +build/public/templates/category.js: line 249, col 120, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 249, col 136, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 249, col 150, ['pages'] is better written in dot notation. +build/public/templates/category.js: line 249, col 168, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 249, col 184, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 249, col 198, ['pages'] is better written in dot notation. +build/public/templates/category.js: line 249, col 213, ['page'] is better written in dot notation. +build/public/templates/category.js: line 251, col 232, Line is too long. +build/public/templates/category.js: line 251, col 45, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 251, col 61, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 251, col 78, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 251, col 94, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 251, col 108, ['pages'] is better written in dot notation. +build/public/templates/category.js: line 251, col 120, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 251, col 136, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 251, col 150, ['pages'] is better written in dot notation. +build/public/templates/category.js: line 251, col 168, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 251, col 184, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 251, col 198, ['pages'] is better written in dot notation. +build/public/templates/category.js: line 251, col 213, ['page'] is better written in dot notation. +build/public/templates/category.js: line 236, col 17, 'key' is defined but never used. +build/public/templates/category.js: line 235, col 150, 'value' is defined but never used. +build/public/templates/category.js: line 235, col 142, 'length' is defined but never used. +build/public/templates/category.js: line 235, col 135, 'index' is defined but never used. +build/public/templates/category.js: line 258, col 160, Line is too long. +build/public/templates/category.js: line 258, col 29, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 258, col 45, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 258, col 62, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 258, col 78, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 258, col 92, ['next'] is better written in dot notation. +build/public/templates/category.js: line 258, col 103, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 258, col 119, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 258, col 133, ['next'] is better written in dot notation. +build/public/templates/category.js: line 258, col 141, ['active'] is better written in dot notation. +build/public/templates/category.js: line 262, col 166, Line is too long. +build/public/templates/category.js: line 262, col 37, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 262, col 53, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 262, col 70, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 262, col 86, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 262, col 100, ['next'] is better written in dot notation. +build/public/templates/category.js: line 262, col 111, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 262, col 127, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 262, col 141, ['next'] is better written in dot notation. +build/public/templates/category.js: line 262, col 149, ['qs'] is better written in dot notation. +build/public/templates/category.js: line 264, col 168, Line is too long. +build/public/templates/category.js: line 264, col 37, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 264, col 53, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 264, col 70, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 264, col 86, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 264, col 100, ['next'] is better written in dot notation. +build/public/templates/category.js: line 264, col 111, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 264, col 127, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 264, col 141, ['next'] is better written in dot notation. +build/public/templates/category.js: line 264, col 149, ['page'] is better written in dot notation. +build/public/templates/category.js: line 265, col 228, Line is too long. +build/public/templates/category.js: line 266, col 160, Line is too long. +build/public/templates/category.js: line 266, col 29, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 266, col 45, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 266, col 62, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 266, col 78, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 266, col 92, ['prev'] is better written in dot notation. +build/public/templates/category.js: line 266, col 103, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 266, col 119, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 266, col 133, ['prev'] is better written in dot notation. +build/public/templates/category.js: line 266, col 141, ['active'] is better written in dot notation. +build/public/templates/category.js: line 270, col 168, Line is too long. +build/public/templates/category.js: line 270, col 37, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 270, col 53, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 270, col 70, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 270, col 86, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 270, col 100, ['first'] is better written in dot notation. +build/public/templates/category.js: line 270, col 112, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 270, col 128, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 270, col 142, ['first'] is better written in dot notation. +build/public/templates/category.js: line 270, col 151, ['qs'] is better written in dot notation. +build/public/templates/category.js: line 271, col 162, Line is too long. +build/public/templates/category.js: line 272, col 160, Line is too long. +build/public/templates/category.js: line 272, col 29, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 272, col 45, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 272, col 62, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 272, col 78, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 272, col 92, ['prev'] is better written in dot notation. +build/public/templates/category.js: line 272, col 103, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 272, col 119, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 272, col 133, ['prev'] is better written in dot notation. +build/public/templates/category.js: line 272, col 141, ['active'] is better written in dot notation. +build/public/templates/category.js: line 276, col 166, Line is too long. +build/public/templates/category.js: line 276, col 37, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 276, col 53, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 276, col 70, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 276, col 86, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 276, col 100, ['prev'] is better written in dot notation. +build/public/templates/category.js: line 276, col 111, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 276, col 127, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 276, col 141, ['prev'] is better written in dot notation. +build/public/templates/category.js: line 276, col 149, ['qs'] is better written in dot notation. +build/public/templates/category.js: line 278, col 168, Line is too long. +build/public/templates/category.js: line 278, col 37, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 278, col 53, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 278, col 70, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 278, col 86, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 278, col 100, ['prev'] is better written in dot notation. +build/public/templates/category.js: line 278, col 111, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 278, col 127, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 278, col 141, ['prev'] is better written in dot notation. +build/public/templates/category.js: line 278, col 149, ['page'] is better written in dot notation. +build/public/templates/category.js: line 279, col 280, Line is too long. +build/public/templates/category.js: line 280, col 126, Line is too long. +build/public/templates/category.js: line 280, col 37, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 280, col 53, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 280, col 70, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 280, col 86, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 280, col 100, ['currentPage'] is better written in dot notation. +build/public/templates/category.js: line 282, col 124, Line is too long. +build/public/templates/category.js: line 282, col 37, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 282, col 53, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 282, col 70, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 282, col 86, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 282, col 100, ['pageCount'] is better written in dot notation. +build/public/templates/category.js: line 284, col 160, Line is too long. +build/public/templates/category.js: line 284, col 29, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 284, col 45, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 284, col 62, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 284, col 78, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 284, col 92, ['next'] is better written in dot notation. +build/public/templates/category.js: line 284, col 103, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 284, col 119, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 284, col 133, ['next'] is better written in dot notation. +build/public/templates/category.js: line 284, col 141, ['active'] is better written in dot notation. +build/public/templates/category.js: line 288, col 166, Line is too long. +build/public/templates/category.js: line 288, col 37, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 288, col 53, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 288, col 70, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 288, col 86, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 288, col 100, ['next'] is better written in dot notation. +build/public/templates/category.js: line 288, col 111, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 288, col 127, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 288, col 141, ['next'] is better written in dot notation. +build/public/templates/category.js: line 288, col 149, ['qs'] is better written in dot notation. +build/public/templates/category.js: line 290, col 168, Line is too long. +build/public/templates/category.js: line 290, col 37, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 290, col 53, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 290, col 70, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 290, col 86, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 290, col 100, ['next'] is better written in dot notation. +build/public/templates/category.js: line 290, col 111, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 290, col 127, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 290, col 141, ['next'] is better written in dot notation. +build/public/templates/category.js: line 290, col 149, ['page'] is better written in dot notation. +build/public/templates/category.js: line 291, col 140, Line is too long. +build/public/templates/category.js: line 292, col 160, Line is too long. +build/public/templates/category.js: line 292, col 29, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 292, col 45, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 292, col 62, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 292, col 78, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 292, col 92, ['next'] is better written in dot notation. +build/public/templates/category.js: line 292, col 103, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 292, col 119, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 292, col 133, ['next'] is better written in dot notation. +build/public/templates/category.js: line 292, col 141, ['active'] is better written in dot notation. +build/public/templates/category.js: line 296, col 166, Line is too long. +build/public/templates/category.js: line 296, col 37, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 296, col 53, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 296, col 70, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 296, col 86, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 296, col 100, ['last'] is better written in dot notation. +build/public/templates/category.js: line 296, col 111, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 296, col 127, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 296, col 141, ['last'] is better written in dot notation. +build/public/templates/category.js: line 296, col 149, ['qs'] is better written in dot notation. +build/public/templates/category.js: line 298, col 124, Line is too long. +build/public/templates/category.js: line 298, col 37, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 298, col 53, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 298, col 70, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 298, col 86, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 298, col 100, ['pageCount'] is better written in dot notation. +build/public/templates/category.js: line 299, col 141, Line is too long. +build/public/templates/category.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/category.js: line 306, col 119, Line is too long. +build/public/templates/category.js: line 306, col 36, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 306, col 52, ['breadcrumbs'] is better written in dot notation. +build/public/templates/category.js: line 312, col 133, Line is too long. +build/public/templates/category.js: line 319, col 156, Line is too long. +build/public/templates/category.js: line 319, col 29, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 319, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/category.js: line 319, col 63, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 319, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/category.js: line 319, col 103, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 319, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/category.js: line 319, col 140, ['url'] is better written in dot notation. +build/public/templates/category.js: line 321, col 170, Line is too long. +build/public/templates/category.js: line 321, col 41, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 321, col 57, ['breadcrumbs'] is better written in dot notation. +build/public/templates/category.js: line 321, col 75, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 321, col 91, ['breadcrumbs'] is better written in dot notation. +build/public/templates/category.js: line 321, col 115, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 321, col 131, ['breadcrumbs'] is better written in dot notation. +build/public/templates/category.js: line 321, col 152, ['url'] is better written in dot notation. +build/public/templates/category.js: line 325, col 167, Line is too long. +build/public/templates/category.js: line 325, col 37, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 325, col 53, ['breadcrumbs'] is better written in dot notation. +build/public/templates/category.js: line 325, col 71, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 325, col 87, ['breadcrumbs'] is better written in dot notation. +build/public/templates/category.js: line 325, col 111, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 325, col 127, ['breadcrumbs'] is better written in dot notation. +build/public/templates/category.js: line 325, col 148, ['text'] is better written in dot notation. +build/public/templates/category.js: line 329, col 33, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 332, col 37, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 332, col 53, ['rssFeedUrl'] is better written in dot notation. +build/public/templates/category.js: line 334, col 49, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 334, col 65, ['rssFeedUrl'] is better written in dot notation. +build/public/templates/category.js: line 340, col 156, Line is too long. +build/public/templates/category.js: line 340, col 29, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 340, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/category.js: line 340, col 63, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 340, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/category.js: line 340, col 103, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 340, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/category.js: line 340, col 140, ['url'] is better written in dot notation. +build/public/templates/category.js: line 307, col 13, 'key' is defined but never used. +build/public/templates/category.js: line 306, col 112, 'value' is defined but never used. +build/public/templates/category.js: line 305, col 11, 'value' is defined but never used. +build/public/templates/category.js: line 303, col 72, 'helper' is defined but never used. +build/public/templates/category.js: line 351, col 155, Line is too long. +build/public/templates/category.js: line 351, col 36, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 351, col 52, ['widgets'] is better written in dot notation. +build/public/templates/category.js: line 351, col 66, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 351, col 82, ['widgets'] is better written in dot notation. +build/public/templates/category.js: line 351, col 93, ['header'] is better written in dot notation. +build/public/templates/category.js: line 354, col 205, Line is too long. +build/public/templates/category.js: line 354, col 28, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 354, col 44, ['widgets'] is better written in dot notation. +build/public/templates/category.js: line 354, col 58, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 354, col 74, ['widgets'] is better written in dot notation. +build/public/templates/category.js: line 354, col 85, ['header'] is better written in dot notation. +build/public/templates/category.js: line 354, col 98, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 354, col 114, ['widgets'] is better written in dot notation. +build/public/templates/category.js: line 354, col 125, ['header'] is better written in dot notation. +build/public/templates/category.js: line 354, col 144, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 354, col 160, ['widgets'] is better written in dot notation. +build/public/templates/category.js: line 354, col 171, ['header'] is better written in dot notation. +build/public/templates/category.js: line 354, col 187, ['html'] is better written in dot notation. +build/public/templates/category.js: line 352, col 13, 'key' is defined but never used. +build/public/templates/category.js: line 351, col 148, 'value' is defined but never used. +build/public/templates/category.js: line 351, col 140, 'length' is defined but never used. +build/public/templates/category.js: line 351, col 133, 'index' is defined but never used. +build/public/templates/category.js: line 349, col 11, '__escape' is defined but never used. +build/public/templates/category.js: line 350, col 11, 'value' is defined but never used. +build/public/templates/category.js: line 348, col 77, 'helper' is defined but never used. +build/public/templates/category.js: line 363, col 121, Line is too long. +build/public/templates/category.js: line 363, col 36, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 363, col 52, ['categoryItems'] is better written in dot notation. +build/public/templates/category.js: line 366, col 172, Line is too long. +build/public/templates/category.js: line 366, col 29, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 366, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/category.js: line 366, col 65, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 366, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/category.js: line 366, col 107, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 366, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/category.js: line 366, col 146, ['disabledClass'] is better written in dot notation. +build/public/templates/category.js: line 370, col 172, Line is too long. +build/public/templates/category.js: line 370, col 37, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 370, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/category.js: line 370, col 73, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 370, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/category.js: line 370, col 115, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 370, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/category.js: line 370, col 154, ['cid'] is better written in dot notation. +build/public/templates/category.js: line 372, col 173, Line is too long. +build/public/templates/category.js: line 372, col 37, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 372, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/category.js: line 372, col 73, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 372, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/category.js: line 372, col 115, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 372, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/category.js: line 372, col 154, ['name'] is better written in dot notation. +build/public/templates/category.js: line 374, col 178, Line is too long. +build/public/templates/category.js: line 374, col 37, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 374, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/category.js: line 374, col 73, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 374, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/category.js: line 374, col 115, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 374, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/category.js: line 374, col 154, ['parentCid'] is better written in dot notation. +build/public/templates/category.js: line 376, col 172, Line is too long. +build/public/templates/category.js: line 376, col 29, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 376, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/category.js: line 376, col 65, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 376, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/category.js: line 376, col 107, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 376, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/category.js: line 376, col 146, ['disabledClass'] is better written in dot notation. +build/public/templates/category.js: line 380, col 174, Line is too long. +build/public/templates/category.js: line 380, col 37, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 380, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/category.js: line 380, col 73, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 380, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/category.js: line 380, col 115, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 380, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/category.js: line 380, col 154, ['level'] is better written in dot notation. +build/public/templates/category.js: line 382, col 164, Line is too long. +build/public/templates/category.js: line 382, col 29, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 382, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/category.js: line 382, col 65, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 382, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/category.js: line 382, col 107, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 382, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/category.js: line 382, col 146, ['match'] is better written in dot notation. +build/public/templates/category.js: line 386, col 163, Line is too long. +build/public/templates/category.js: line 386, col 29, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 386, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/category.js: line 386, col 65, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 386, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/category.js: line 386, col 107, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 386, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/category.js: line 386, col 146, ['icon'] is better written in dot notation. +build/public/templates/category.js: line 388, col 114, Line is too long. +build/public/templates/category.js: line 392, col 173, Line is too long. +build/public/templates/category.js: line 392, col 37, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 392, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/category.js: line 392, col 73, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 392, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/category.js: line 392, col 115, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 392, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/category.js: line 392, col 154, ['name'] is better written in dot notation. +build/public/templates/category.js: line 364, col 13, 'key' is defined but never used. +build/public/templates/category.js: line 362, col 11, 'value' is defined but never used. +build/public/templates/category.js: line 401, col 116, Line is too long. +build/public/templates/category.js: line 401, col 36, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 401, col 52, ['children'] is better written in dot notation. +build/public/templates/category.js: line 404, col 157, Line is too long. +build/public/templates/category.js: line 404, col 37, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 404, col 53, ['children'] is better written in dot notation. +build/public/templates/category.js: line 404, col 68, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 404, col 84, ['children'] is better written in dot notation. +build/public/templates/category.js: line 404, col 105, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 404, col 121, ['children'] is better written in dot notation. +build/public/templates/category.js: line 404, col 139, ['cid'] is better written in dot notation. +build/public/templates/category.js: line 405, col 106, Line is too long. +build/public/templates/category.js: line 410, col 157, Line is too long. +build/public/templates/category.js: line 410, col 37, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 410, col 53, ['children'] is better written in dot notation. +build/public/templates/category.js: line 410, col 68, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 410, col 84, ['children'] is better written in dot notation. +build/public/templates/category.js: line 410, col 105, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 410, col 121, ['children'] is better written in dot notation. +build/public/templates/category.js: line 410, col 139, ['cid'] is better written in dot notation. +build/public/templates/category.js: line 412, col 166, Line is too long. +build/public/templates/category.js: line 412, col 37, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 412, col 53, ['children'] is better written in dot notation. +build/public/templates/category.js: line 412, col 68, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 412, col 84, ['children'] is better written in dot notation. +build/public/templates/category.js: line 412, col 105, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 412, col 121, ['children'] is better written in dot notation. +build/public/templates/category.js: line 414, col 158, Line is too long. +build/public/templates/category.js: line 414, col 37, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 414, col 53, ['children'] is better written in dot notation. +build/public/templates/category.js: line 414, col 68, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 414, col 84, ['children'] is better written in dot notation. +build/public/templates/category.js: line 414, col 105, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 414, col 121, ['children'] is better written in dot notation. +build/public/templates/category.js: line 414, col 139, ['name'] is better written in dot notation. +build/public/templates/category.js: line 416, col 110, Line is too long. +build/public/templates/category.js: line 417, col 152, Line is too long. +build/public/templates/category.js: line 418, col 153, Line is too long. +build/public/templates/category.js: line 418, col 29, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 418, col 45, ['children'] is better written in dot notation. +build/public/templates/category.js: line 418, col 60, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 418, col 76, ['children'] is better written in dot notation. +build/public/templates/category.js: line 418, col 97, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 418, col 113, ['children'] is better written in dot notation. +build/public/templates/category.js: line 418, col 131, ['isSection'] is better written in dot notation. +build/public/templates/category.js: line 420, col 162, Line is too long. +build/public/templates/category.js: line 420, col 41, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 420, col 57, ['children'] is better written in dot notation. +build/public/templates/category.js: line 420, col 72, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 420, col 88, ['children'] is better written in dot notation. +build/public/templates/category.js: line 420, col 109, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 420, col 125, ['children'] is better written in dot notation. +build/public/templates/category.js: line 420, col 143, ['name'] is better written in dot notation. +build/public/templates/category.js: line 423, col 152, Line is too long. +build/public/templates/category.js: line 423, col 33, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 423, col 49, ['children'] is better written in dot notation. +build/public/templates/category.js: line 423, col 64, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 423, col 80, ['children'] is better written in dot notation. +build/public/templates/category.js: line 423, col 101, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 423, col 117, ['children'] is better written in dot notation. +build/public/templates/category.js: line 423, col 135, ['link'] is better written in dot notation. +build/public/templates/category.js: line 425, col 166, Line is too long. +build/public/templates/category.js: line 425, col 45, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 425, col 61, ['children'] is better written in dot notation. +build/public/templates/category.js: line 425, col 76, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 425, col 92, ['children'] is better written in dot notation. +build/public/templates/category.js: line 425, col 113, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 425, col 129, ['children'] is better written in dot notation. +build/public/templates/category.js: line 425, col 147, ['link'] is better written in dot notation. +build/public/templates/category.js: line 428, col 128, Line is too long. +build/public/templates/category.js: line 428, col 45, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 428, col 61, ['config'] is better written in dot notation. +build/public/templates/category.js: line 428, col 74, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 428, col 90, ['config'] is better written in dot notation. +build/public/templates/category.js: line 428, col 100, ['relative_path'] is better written in dot notation. +build/public/templates/category.js: line 430, col 166, Line is too long. +build/public/templates/category.js: line 430, col 45, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 430, col 61, ['children'] is better written in dot notation. +build/public/templates/category.js: line 430, col 76, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 430, col 92, ['children'] is better written in dot notation. +build/public/templates/category.js: line 430, col 113, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 430, col 129, ['children'] is better written in dot notation. +build/public/templates/category.js: line 430, col 147, ['slug'] is better written in dot notation. +build/public/templates/category.js: line 433, col 162, Line is too long. +build/public/templates/category.js: line 433, col 41, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 433, col 57, ['children'] is better written in dot notation. +build/public/templates/category.js: line 433, col 72, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 433, col 88, ['children'] is better written in dot notation. +build/public/templates/category.js: line 433, col 109, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 433, col 125, ['children'] is better written in dot notation. +build/public/templates/category.js: line 433, col 143, ['name'] is better written in dot notation. +build/public/templates/category.js: line 436, col 161, Line is too long. +build/public/templates/category.js: line 436, col 29, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 436, col 45, ['children'] is better written in dot notation. +build/public/templates/category.js: line 436, col 60, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 436, col 76, ['children'] is better written in dot notation. +build/public/templates/category.js: line 436, col 97, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 436, col 113, ['children'] is better written in dot notation. +build/public/templates/category.js: line 436, col 131, ['descriptionParsed'] is better written in dot notation. +build/public/templates/category.js: line 438, col 175, Line is too long. +build/public/templates/category.js: line 438, col 41, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 438, col 57, ['children'] is better written in dot notation. +build/public/templates/category.js: line 438, col 72, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 438, col 88, ['children'] is better written in dot notation. +build/public/templates/category.js: line 438, col 109, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 438, col 125, ['children'] is better written in dot notation. +build/public/templates/category.js: line 438, col 143, ['descriptionParsed'] is better written in dot notation. +build/public/templates/category.js: line 442, col 213, Line is too long. +build/public/templates/category.js: line 442, col 29, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 442, col 45, ['children'] is better written in dot notation. +build/public/templates/category.js: line 442, col 60, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 442, col 76, ['children'] is better written in dot notation. +build/public/templates/category.js: line 442, col 97, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 442, col 113, ['children'] is better written in dot notation. +build/public/templates/category.js: line 442, col 131, ['teaser'] is better written in dot notation. +build/public/templates/category.js: line 442, col 144, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 442, col 160, ['children'] is better written in dot notation. +build/public/templates/category.js: line 442, col 178, ['teaser'] is better written in dot notation. +build/public/templates/category.js: line 442, col 188, ['timestampISO'] is better written in dot notation. +build/public/templates/category.js: line 443, col 104, Line is too long. +build/public/templates/category.js: line 444, col 227, Line is too long. +build/public/templates/category.js: line 444, col 41, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 444, col 57, ['children'] is better written in dot notation. +build/public/templates/category.js: line 444, col 72, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 444, col 88, ['children'] is better written in dot notation. +build/public/templates/category.js: line 444, col 109, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 444, col 125, ['children'] is better written in dot notation. +build/public/templates/category.js: line 444, col 143, ['teaser'] is better written in dot notation. +build/public/templates/category.js: line 444, col 156, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 444, col 172, ['children'] is better written in dot notation. +build/public/templates/category.js: line 444, col 190, ['teaser'] is better written in dot notation. +build/public/templates/category.js: line 444, col 200, ['timestampISO'] is better written in dot notation. +build/public/templates/category.js: line 446, col 218, Line is too long. +build/public/templates/category.js: line 446, col 41, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 446, col 57, ['children'] is better written in dot notation. +build/public/templates/category.js: line 446, col 72, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 446, col 88, ['children'] is better written in dot notation. +build/public/templates/category.js: line 446, col 109, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 446, col 125, ['children'] is better written in dot notation. +build/public/templates/category.js: line 446, col 143, ['teaser'] is better written in dot notation. +build/public/templates/category.js: line 446, col 156, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 446, col 172, ['children'] is better written in dot notation. +build/public/templates/category.js: line 446, col 190, ['teaser'] is better written in dot notation. +build/public/templates/category.js: line 446, col 200, ['url'] is better written in dot notation. +build/public/templates/category.js: line 450, col 114, Line is too long. +build/public/templates/category.js: line 450, col 29, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 450, col 45, ['config'] is better written in dot notation. +build/public/templates/category.js: line 450, col 58, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 450, col 74, ['config'] is better written in dot notation. +build/public/templates/category.js: line 450, col 84, ['hideSubCategories'] is better written in dot notation. +build/public/templates/category.js: line 453, col 215, Line is too long. +build/public/templates/category.js: line 453, col 33, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 453, col 49, ['children'] is better written in dot notation. +build/public/templates/category.js: line 453, col 64, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 453, col 80, ['children'] is better written in dot notation. +build/public/templates/category.js: line 453, col 101, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 453, col 117, ['children'] is better written in dot notation. +build/public/templates/category.js: line 453, col 135, ['children'] is better written in dot notation. +build/public/templates/category.js: line 453, col 150, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 453, col 166, ['children'] is better written in dot notation. +build/public/templates/category.js: line 453, col 184, ['children'] is better written in dot notation. +build/public/templates/category.js: line 453, col 196, ['length'] is better written in dot notation. +build/public/templates/category.js: line 454, col 115, Line is too long. +build/public/templates/category.js: line 455, col 207, Line is too long. +build/public/templates/category.js: line 455, col 41, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 455, col 57, ['children'] is better written in dot notation. +build/public/templates/category.js: line 455, col 72, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 455, col 88, ['children'] is better written in dot notation. +build/public/templates/category.js: line 455, col 109, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 455, col 125, ['children'] is better written in dot notation. +build/public/templates/category.js: line 455, col 143, ['children'] is better written in dot notation. +build/public/templates/category.js: line 458, col 287, Line is too long. +build/public/templates/category.js: line 458, col 41, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 458, col 57, ['children'] is better written in dot notation. +build/public/templates/category.js: line 458, col 72, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 458, col 88, ['children'] is better written in dot notation. +build/public/templates/category.js: line 458, col 109, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 458, col 125, ['children'] is better written in dot notation. +build/public/templates/category.js: line 458, col 143, ['children'] is better written in dot notation. +build/public/templates/category.js: line 458, col 158, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 458, col 174, ['children'] is better written in dot notation. +build/public/templates/category.js: line 458, col 192, ['children'] is better written in dot notation. +build/public/templates/category.js: line 458, col 213, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 458, col 229, ['children'] is better written in dot notation. +build/public/templates/category.js: line 458, col 247, ['children'] is better written in dot notation. +build/public/templates/category.js: line 458, col 265, ['isSection'] is better written in dot notation. +build/public/templates/category.js: line 460, col 108, Line is too long. +build/public/templates/category.js: line 461, col 126, Line is too long. +build/public/templates/category.js: line 463, col 286, Line is too long. +build/public/templates/category.js: line 463, col 45, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 463, col 61, ['children'] is better written in dot notation. +build/public/templates/category.js: line 463, col 76, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 463, col 92, ['children'] is better written in dot notation. +build/public/templates/category.js: line 463, col 113, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 463, col 129, ['children'] is better written in dot notation. +build/public/templates/category.js: line 463, col 147, ['children'] is better written in dot notation. +build/public/templates/category.js: line 463, col 162, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 463, col 178, ['children'] is better written in dot notation. +build/public/templates/category.js: line 463, col 196, ['children'] is better written in dot notation. +build/public/templates/category.js: line 463, col 217, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 463, col 233, ['children'] is better written in dot notation. +build/public/templates/category.js: line 463, col 251, ['children'] is better written in dot notation. +build/public/templates/category.js: line 463, col 269, ['link'] is better written in dot notation. +build/public/templates/category.js: line 464, col 297, Line is too long. +build/public/templates/category.js: line 464, col 55, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 464, col 71, ['children'] is better written in dot notation. +build/public/templates/category.js: line 464, col 86, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 464, col 102, ['children'] is better written in dot notation. +build/public/templates/category.js: line 464, col 123, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 464, col 139, ['children'] is better written in dot notation. +build/public/templates/category.js: line 464, col 157, ['children'] is better written in dot notation. +build/public/templates/category.js: line 464, col 172, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 464, col 188, ['children'] is better written in dot notation. +build/public/templates/category.js: line 464, col 206, ['children'] is better written in dot notation. +build/public/templates/category.js: line 464, col 227, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 464, col 243, ['children'] is better written in dot notation. +build/public/templates/category.js: line 464, col 261, ['children'] is better written in dot notation. +build/public/templates/category.js: line 464, col 279, ['link'] is better written in dot notation. +build/public/templates/category.js: line 465, col 138, Line is too long. +build/public/templates/category.js: line 465, col 55, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 465, col 71, ['config'] is better written in dot notation. +build/public/templates/category.js: line 465, col 84, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 465, col 100, ['config'] is better written in dot notation. +build/public/templates/category.js: line 465, col 110, ['relative_path'] is better written in dot notation. +build/public/templates/category.js: line 467, col 301, Line is too long. +build/public/templates/category.js: line 467, col 57, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 467, col 73, ['children'] is better written in dot notation. +build/public/templates/category.js: line 467, col 88, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 467, col 104, ['children'] is better written in dot notation. +build/public/templates/category.js: line 467, col 125, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 467, col 141, ['children'] is better written in dot notation. +build/public/templates/category.js: line 467, col 159, ['children'] is better written in dot notation. +build/public/templates/category.js: line 467, col 174, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 467, col 190, ['children'] is better written in dot notation. +build/public/templates/category.js: line 467, col 208, ['children'] is better written in dot notation. +build/public/templates/category.js: line 467, col 229, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 467, col 245, ['children'] is better written in dot notation. +build/public/templates/category.js: line 467, col 263, ['children'] is better written in dot notation. +build/public/templates/category.js: line 467, col 281, ['slug'] is better written in dot notation. +build/public/templates/category.js: line 469, col 296, Line is too long. +build/public/templates/category.js: line 469, col 53, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 469, col 69, ['children'] is better written in dot notation. +build/public/templates/category.js: line 469, col 84, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 469, col 100, ['children'] is better written in dot notation. +build/public/templates/category.js: line 469, col 121, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 469, col 137, ['children'] is better written in dot notation. +build/public/templates/category.js: line 469, col 155, ['children'] is better written in dot notation. +build/public/templates/category.js: line 469, col 170, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 469, col 186, ['children'] is better written in dot notation. +build/public/templates/category.js: line 469, col 204, ['children'] is better written in dot notation. +build/public/templates/category.js: line 469, col 225, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 469, col 241, ['children'] is better written in dot notation. +build/public/templates/category.js: line 469, col 259, ['children'] is better written in dot notation. +build/public/templates/category.js: line 469, col 277, ['name'] is better written in dot notation. +build/public/templates/category.js: line 456, col 25, 'key' is defined but never used. +build/public/templates/category.js: line 479, col 148, Line is too long. +build/public/templates/category.js: line 479, col 29, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 479, col 45, ['children'] is better written in dot notation. +build/public/templates/category.js: line 479, col 60, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 479, col 76, ['children'] is better written in dot notation. +build/public/templates/category.js: line 479, col 97, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 479, col 113, ['children'] is better written in dot notation. +build/public/templates/category.js: line 479, col 131, ['link'] is better written in dot notation. +build/public/templates/category.js: line 481, col 306, Line is too long. +build/public/templates/category.js: line 482, col 173, Line is too long. +build/public/templates/category.js: line 482, col 41, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 482, col 57, ['children'] is better written in dot notation. +build/public/templates/category.js: line 482, col 72, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 482, col 88, ['children'] is better written in dot notation. +build/public/templates/category.js: line 482, col 109, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 482, col 125, ['children'] is better written in dot notation. +build/public/templates/category.js: line 482, col 143, ['totalTopicCount'] is better written in dot notation. +build/public/templates/category.js: line 484, col 272, Line is too long. +build/public/templates/category.js: line 484, col 90, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 484, col 106, ['children'] is better written in dot notation. +build/public/templates/category.js: line 484, col 121, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 484, col 137, ['children'] is better written in dot notation. +build/public/templates/category.js: line 484, col 158, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 484, col 174, ['children'] is better written in dot notation. +build/public/templates/category.js: line 484, col 192, ['totalTopicCount'] is better written in dot notation. +build/public/templates/category.js: line 484, col 238, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 485, col 211, Line is too long. +build/public/templates/category.js: line 486, col 172, Line is too long. +build/public/templates/category.js: line 486, col 41, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 486, col 57, ['children'] is better written in dot notation. +build/public/templates/category.js: line 486, col 72, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 486, col 88, ['children'] is better written in dot notation. +build/public/templates/category.js: line 486, col 109, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 486, col 125, ['children'] is better written in dot notation. +build/public/templates/category.js: line 486, col 143, ['totalPostCount'] is better written in dot notation. +build/public/templates/category.js: line 488, col 271, Line is too long. +build/public/templates/category.js: line 488, col 90, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 488, col 106, ['children'] is better written in dot notation. +build/public/templates/category.js: line 488, col 121, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 488, col 137, ['children'] is better written in dot notation. +build/public/templates/category.js: line 488, col 158, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 488, col 174, ['children'] is better written in dot notation. +build/public/templates/category.js: line 488, col 192, ['totalPostCount'] is better written in dot notation. +build/public/templates/category.js: line 488, col 237, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 489, col 108, Line is too long. +build/public/templates/category.js: line 490, col 121, Line is too long. +build/public/templates/category.js: line 490, col 33, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 490, col 49, ['config'] is better written in dot notation. +build/public/templates/category.js: line 490, col 62, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 490, col 78, ['config'] is better written in dot notation. +build/public/templates/category.js: line 490, col 88, ['hideCategoryLastPost'] is better written in dot notation. +build/public/templates/category.js: line 492, col 188, Line is too long. +build/public/templates/category.js: line 493, col 169, Line is too long. +build/public/templates/category.js: line 493, col 45, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 493, col 61, ['children'] is better written in dot notation. +build/public/templates/category.js: line 493, col 76, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 493, col 92, ['children'] is better written in dot notation. +build/public/templates/category.js: line 493, col 113, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 493, col 129, ['children'] is better written in dot notation. +build/public/templates/category.js: line 493, col 147, ['bgColor'] is better written in dot notation. +build/public/templates/category.js: line 495, col 204, Line is too long. +build/public/templates/category.js: line 495, col 41, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 495, col 57, ['children'] is better written in dot notation. +build/public/templates/category.js: line 495, col 72, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 495, col 88, ['children'] is better written in dot notation. +build/public/templates/category.js: line 495, col 109, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 495, col 125, ['children'] is better written in dot notation. +build/public/templates/category.js: line 495, col 143, ['posts'] is better written in dot notation. +build/public/templates/category.js: line 499, col 221, Line is too long. +build/public/templates/category.js: line 500, col 362, Line is too long. +build/public/templates/category.js: line 500, col 53, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 500, col 69, ['children'] is better written in dot notation. +build/public/templates/category.js: line 500, col 84, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 500, col 100, ['children'] is better written in dot notation. +build/public/templates/category.js: line 500, col 121, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 500, col 137, ['children'] is better written in dot notation. +build/public/templates/category.js: line 500, col 155, ['posts'] is better written in dot notation. +build/public/templates/category.js: line 500, col 167, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 500, col 183, ['children'] is better written in dot notation. +build/public/templates/category.js: line 500, col 201, ['posts'] is better written in dot notation. +build/public/templates/category.js: line 500, col 219, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 500, col 235, ['children'] is better written in dot notation. +build/public/templates/category.js: line 500, col 253, ['posts'] is better written in dot notation. +build/public/templates/category.js: line 500, col 268, ['user'] is better written in dot notation. +build/public/templates/category.js: line 500, col 279, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 500, col 295, ['children'] is better written in dot notation. +build/public/templates/category.js: line 500, col 313, ['posts'] is better written in dot notation. +build/public/templates/category.js: line 500, col 328, ['user'] is better written in dot notation. +build/public/templates/category.js: line 500, col 336, ['displayname'] is better written in dot notation. +build/public/templates/category.js: line 502, col 136, Line is too long. +build/public/templates/category.js: line 502, col 53, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 502, col 69, ['config'] is better written in dot notation. +build/public/templates/category.js: line 502, col 82, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 502, col 98, ['config'] is better written in dot notation. +build/public/templates/category.js: line 502, col 108, ['relative_path'] is better written in dot notation. +build/public/templates/category.js: line 504, col 359, Line is too long. +build/public/templates/category.js: line 504, col 53, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 504, col 69, ['children'] is better written in dot notation. +build/public/templates/category.js: line 504, col 84, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 504, col 100, ['children'] is better written in dot notation. +build/public/templates/category.js: line 504, col 121, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 504, col 137, ['children'] is better written in dot notation. +build/public/templates/category.js: line 504, col 155, ['posts'] is better written in dot notation. +build/public/templates/category.js: line 504, col 167, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 504, col 183, ['children'] is better written in dot notation. +build/public/templates/category.js: line 504, col 201, ['posts'] is better written in dot notation. +build/public/templates/category.js: line 504, col 219, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 504, col 235, ['children'] is better written in dot notation. +build/public/templates/category.js: line 504, col 253, ['posts'] is better written in dot notation. +build/public/templates/category.js: line 504, col 268, ['user'] is better written in dot notation. +build/public/templates/category.js: line 504, col 279, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 504, col 295, ['children'] is better written in dot notation. +build/public/templates/category.js: line 504, col 313, ['posts'] is better written in dot notation. +build/public/templates/category.js: line 504, col 328, ['user'] is better written in dot notation. +build/public/templates/category.js: line 504, col 336, ['userslug'] is better written in dot notation. +build/public/templates/category.js: line 506, col 389, Line is too long. +build/public/templates/category.js: line 506, col 94, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 506, col 110, ['children'] is better written in dot notation. +build/public/templates/category.js: line 506, col 125, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 506, col 141, ['children'] is better written in dot notation. +build/public/templates/category.js: line 506, col 162, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 506, col 178, ['children'] is better written in dot notation. +build/public/templates/category.js: line 506, col 196, ['posts'] is better written in dot notation. +build/public/templates/category.js: line 506, col 208, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 506, col 224, ['children'] is better written in dot notation. +build/public/templates/category.js: line 506, col 242, ['posts'] is better written in dot notation. +build/public/templates/category.js: line 506, col 260, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 506, col 276, ['children'] is better written in dot notation. +build/public/templates/category.js: line 506, col 294, ['posts'] is better written in dot notation. +build/public/templates/category.js: line 506, col 309, ['user'] is better written in dot notation. +build/public/templates/category.js: line 506, col 352, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 508, col 136, Line is too long. +build/public/templates/category.js: line 508, col 53, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 508, col 69, ['config'] is better written in dot notation. +build/public/templates/category.js: line 508, col 82, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 508, col 98, ['config'] is better written in dot notation. +build/public/templates/category.js: line 508, col 108, ['relative_path'] is better written in dot notation. +build/public/templates/category.js: line 510, col 357, Line is too long. +build/public/templates/category.js: line 510, col 53, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 510, col 69, ['children'] is better written in dot notation. +build/public/templates/category.js: line 510, col 84, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 510, col 100, ['children'] is better written in dot notation. +build/public/templates/category.js: line 510, col 121, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 510, col 137, ['children'] is better written in dot notation. +build/public/templates/category.js: line 510, col 155, ['posts'] is better written in dot notation. +build/public/templates/category.js: line 510, col 167, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 510, col 183, ['children'] is better written in dot notation. +build/public/templates/category.js: line 510, col 201, ['posts'] is better written in dot notation. +build/public/templates/category.js: line 510, col 219, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 510, col 235, ['children'] is better written in dot notation. +build/public/templates/category.js: line 510, col 253, ['posts'] is better written in dot notation. +build/public/templates/category.js: line 510, col 268, ['topic'] is better written in dot notation. +build/public/templates/category.js: line 510, col 280, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 510, col 296, ['children'] is better written in dot notation. +build/public/templates/category.js: line 510, col 314, ['posts'] is better written in dot notation. +build/public/templates/category.js: line 510, col 329, ['topic'] is better written in dot notation. +build/public/templates/category.js: line 510, col 338, ['slug'] is better written in dot notation. +build/public/templates/category.js: line 511, col 278, Line is too long. +build/public/templates/category.js: line 511, col 45, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 511, col 61, ['children'] is better written in dot notation. +build/public/templates/category.js: line 511, col 76, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 511, col 92, ['children'] is better written in dot notation. +build/public/templates/category.js: line 511, col 113, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 511, col 129, ['children'] is better written in dot notation. +build/public/templates/category.js: line 511, col 147, ['posts'] is better written in dot notation. +build/public/templates/category.js: line 511, col 159, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 511, col 175, ['children'] is better written in dot notation. +build/public/templates/category.js: line 511, col 193, ['posts'] is better written in dot notation. +build/public/templates/category.js: line 511, col 211, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 511, col 227, ['children'] is better written in dot notation. +build/public/templates/category.js: line 511, col 245, ['posts'] is better written in dot notation. +build/public/templates/category.js: line 511, col 260, ['index'] is better written in dot notation. +build/public/templates/category.js: line 513, col 291, Line is too long. +build/public/templates/category.js: line 513, col 57, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 513, col 73, ['children'] is better written in dot notation. +build/public/templates/category.js: line 513, col 88, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 513, col 104, ['children'] is better written in dot notation. +build/public/templates/category.js: line 513, col 125, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 513, col 141, ['children'] is better written in dot notation. +build/public/templates/category.js: line 513, col 159, ['posts'] is better written in dot notation. +build/public/templates/category.js: line 513, col 171, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 513, col 187, ['children'] is better written in dot notation. +build/public/templates/category.js: line 513, col 205, ['posts'] is better written in dot notation. +build/public/templates/category.js: line 513, col 223, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 513, col 239, ['children'] is better written in dot notation. +build/public/templates/category.js: line 513, col 257, ['posts'] is better written in dot notation. +build/public/templates/category.js: line 513, col 272, ['index'] is better written in dot notation. +build/public/templates/category.js: line 516, col 295, Line is too long. +build/public/templates/category.js: line 516, col 53, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 516, col 69, ['children'] is better written in dot notation. +build/public/templates/category.js: line 516, col 84, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 516, col 100, ['children'] is better written in dot notation. +build/public/templates/category.js: line 516, col 121, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 516, col 137, ['children'] is better written in dot notation. +build/public/templates/category.js: line 516, col 155, ['posts'] is better written in dot notation. +build/public/templates/category.js: line 516, col 167, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 516, col 183, ['children'] is better written in dot notation. +build/public/templates/category.js: line 516, col 201, ['posts'] is better written in dot notation. +build/public/templates/category.js: line 516, col 219, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 516, col 235, ['children'] is better written in dot notation. +build/public/templates/category.js: line 516, col 253, ['posts'] is better written in dot notation. +build/public/templates/category.js: line 516, col 268, ['timestampISO'] is better written in dot notation. +build/public/templates/category.js: line 517, col 233, Line is too long. +build/public/templates/category.js: line 518, col 136, Line is too long. +build/public/templates/category.js: line 518, col 53, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 518, col 69, ['config'] is better written in dot notation. +build/public/templates/category.js: line 518, col 82, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 518, col 98, ['config'] is better written in dot notation. +build/public/templates/category.js: line 518, col 108, ['relative_path'] is better written in dot notation. +build/public/templates/category.js: line 520, col 357, Line is too long. +build/public/templates/category.js: line 520, col 53, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 520, col 69, ['children'] is better written in dot notation. +build/public/templates/category.js: line 520, col 84, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 520, col 100, ['children'] is better written in dot notation. +build/public/templates/category.js: line 520, col 121, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 520, col 137, ['children'] is better written in dot notation. +build/public/templates/category.js: line 520, col 155, ['posts'] is better written in dot notation. +build/public/templates/category.js: line 520, col 167, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 520, col 183, ['children'] is better written in dot notation. +build/public/templates/category.js: line 520, col 201, ['posts'] is better written in dot notation. +build/public/templates/category.js: line 520, col 219, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 520, col 235, ['children'] is better written in dot notation. +build/public/templates/category.js: line 520, col 253, ['posts'] is better written in dot notation. +build/public/templates/category.js: line 520, col 268, ['topic'] is better written in dot notation. +build/public/templates/category.js: line 520, col 280, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 520, col 296, ['children'] is better written in dot notation. +build/public/templates/category.js: line 520, col 314, ['posts'] is better written in dot notation. +build/public/templates/category.js: line 520, col 329, ['topic'] is better written in dot notation. +build/public/templates/category.js: line 520, col 338, ['slug'] is better written in dot notation. +build/public/templates/category.js: line 521, col 278, Line is too long. +build/public/templates/category.js: line 521, col 45, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 521, col 61, ['children'] is better written in dot notation. +build/public/templates/category.js: line 521, col 76, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 521, col 92, ['children'] is better written in dot notation. +build/public/templates/category.js: line 521, col 113, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 521, col 129, ['children'] is better written in dot notation. +build/public/templates/category.js: line 521, col 147, ['posts'] is better written in dot notation. +build/public/templates/category.js: line 521, col 159, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 521, col 175, ['children'] is better written in dot notation. +build/public/templates/category.js: line 521, col 193, ['posts'] is better written in dot notation. +build/public/templates/category.js: line 521, col 211, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 521, col 227, ['children'] is better written in dot notation. +build/public/templates/category.js: line 521, col 245, ['posts'] is better written in dot notation. +build/public/templates/category.js: line 521, col 260, ['index'] is better written in dot notation. +build/public/templates/category.js: line 523, col 291, Line is too long. +build/public/templates/category.js: line 523, col 57, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 523, col 73, ['children'] is better written in dot notation. +build/public/templates/category.js: line 523, col 88, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 523, col 104, ['children'] is better written in dot notation. +build/public/templates/category.js: line 523, col 125, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 523, col 141, ['children'] is better written in dot notation. +build/public/templates/category.js: line 523, col 159, ['posts'] is better written in dot notation. +build/public/templates/category.js: line 523, col 171, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 523, col 187, ['children'] is better written in dot notation. +build/public/templates/category.js: line 523, col 205, ['posts'] is better written in dot notation. +build/public/templates/category.js: line 523, col 223, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 523, col 239, ['children'] is better written in dot notation. +build/public/templates/category.js: line 523, col 257, ['posts'] is better written in dot notation. +build/public/templates/category.js: line 523, col 272, ['index'] is better written in dot notation. +build/public/templates/category.js: line 526, col 290, Line is too long. +build/public/templates/category.js: line 526, col 53, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 526, col 69, ['children'] is better written in dot notation. +build/public/templates/category.js: line 526, col 84, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 526, col 100, ['children'] is better written in dot notation. +build/public/templates/category.js: line 526, col 121, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 526, col 137, ['children'] is better written in dot notation. +build/public/templates/category.js: line 526, col 155, ['posts'] is better written in dot notation. +build/public/templates/category.js: line 526, col 167, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 526, col 183, ['children'] is better written in dot notation. +build/public/templates/category.js: line 526, col 201, ['posts'] is better written in dot notation. +build/public/templates/category.js: line 526, col 219, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 526, col 235, ['children'] is better written in dot notation. +build/public/templates/category.js: line 526, col 253, ['posts'] is better written in dot notation. +build/public/templates/category.js: line 526, col 268, ['content'] is better written in dot notation. +build/public/templates/category.js: line 496, col 25, 'key' is defined but never used. +build/public/templates/category.js: line 495, col 197, 'value' is defined but never used. +build/public/templates/category.js: line 495, col 189, 'length' is defined but never used. +build/public/templates/category.js: line 534, col 213, Line is too long. +build/public/templates/category.js: line 534, col 37, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 534, col 53, ['children'] is better written in dot notation. +build/public/templates/category.js: line 534, col 68, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 534, col 84, ['children'] is better written in dot notation. +build/public/templates/category.js: line 534, col 105, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 534, col 121, ['children'] is better written in dot notation. +build/public/templates/category.js: line 534, col 139, ['posts'] is better written in dot notation. +build/public/templates/category.js: line 534, col 151, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 534, col 167, ['children'] is better written in dot notation. +build/public/templates/category.js: line 534, col 185, ['posts'] is better written in dot notation. +build/public/templates/category.js: line 534, col 194, ['length'] is better written in dot notation. +build/public/templates/category.js: line 536, col 176, Line is too long. +build/public/templates/category.js: line 402, col 13, 'key' is defined but never used. +build/public/templates/category.js: line 400, col 11, 'value' is defined but never used. +build/public/templates/category.js: line 547, col 120, Line is too long. +build/public/templates/category.js: line 547, col 36, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 547, col 52, ['thread_tools'] is better written in dot notation. +build/public/templates/category.js: line 549, col 106, Line is too long. +build/public/templates/category.js: line 550, col 171, Line is too long. +build/public/templates/category.js: line 550, col 37, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 550, col 53, ['thread_tools'] is better written in dot notation. +build/public/templates/category.js: line 550, col 72, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 550, col 88, ['thread_tools'] is better written in dot notation. +build/public/templates/category.js: line 550, col 113, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 550, col 129, ['thread_tools'] is better written in dot notation. +build/public/templates/category.js: line 552, col 170, Line is too long. +build/public/templates/category.js: line 552, col 37, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 552, col 53, ['thread_tools'] is better written in dot notation. +build/public/templates/category.js: line 552, col 72, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 552, col 88, ['thread_tools'] is better written in dot notation. +build/public/templates/category.js: line 552, col 113, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 552, col 129, ['thread_tools'] is better written in dot notation. +build/public/templates/category.js: line 552, col 151, ['icon'] is better written in dot notation. +build/public/templates/category.js: line 554, col 171, Line is too long. +build/public/templates/category.js: line 554, col 37, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 554, col 53, ['thread_tools'] is better written in dot notation. +build/public/templates/category.js: line 554, col 72, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 554, col 88, ['thread_tools'] is better written in dot notation. +build/public/templates/category.js: line 554, col 113, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 554, col 129, ['thread_tools'] is better written in dot notation. +build/public/templates/category.js: line 554, col 151, ['title'] is better written in dot notation. +build/public/templates/category.js: line 548, col 13, 'key' is defined but never used. +build/public/templates/category.js: line 547, col 113, 'value' is defined but never used. +build/public/templates/category.js: line 547, col 105, 'length' is defined but never used. +build/public/templates/category.js: line 547, col 98, 'index' is defined but never used. +build/public/templates/category.js: line 546, col 11, 'value' is defined but never used. +build/public/templates/category.js: line 544, col 74, 'helper' is defined but never used. +build/public/templates/category.js: line 563, col 114, Line is too long. +build/public/templates/category.js: line 563, col 36, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 563, col 52, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 565, col 149, Line is too long. +build/public/templates/category.js: line 568, col 151, Line is too long. +build/public/templates/category.js: line 568, col 37, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 568, col 53, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 568, col 66, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 568, col 82, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 568, col 101, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 568, col 117, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 568, col 133, ['tid'] is better written in dot notation. +build/public/templates/category.js: line 570, col 153, Line is too long. +build/public/templates/category.js: line 570, col 37, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 570, col 53, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 570, col 66, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 570, col 82, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 570, col 101, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 570, col 117, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 570, col 133, ['index'] is better written in dot notation. +build/public/templates/category.js: line 572, col 151, Line is too long. +build/public/templates/category.js: line 572, col 37, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 572, col 53, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 572, col 66, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 572, col 82, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 572, col 101, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 572, col 117, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 572, col 133, ['cid'] is better written in dot notation. +build/public/templates/category.js: line 573, col 133, Line is too long. +build/public/templates/category.js: line 574, col 120, Line is too long. +build/public/templates/category.js: line 574, col 37, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 574, col 53, ['config'] is better written in dot notation. +build/public/templates/category.js: line 574, col 66, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 574, col 82, ['config'] is better written in dot notation. +build/public/templates/category.js: line 574, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/category.js: line 576, col 152, Line is too long. +build/public/templates/category.js: line 576, col 37, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 576, col 53, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 576, col 66, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 576, col 82, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 576, col 101, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 576, col 117, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 576, col 133, ['slug'] is better written in dot notation. +build/public/templates/category.js: line 578, col 194, Line is too long. +build/public/templates/category.js: line 578, col 76, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 578, col 92, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 578, col 105, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 578, col 121, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 578, col 140, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 578, col 156, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 578, col 172, ['title'] is better written in dot notation. +build/public/templates/category.js: line 579, col 120, Line is too long. +build/public/templates/category.js: line 580, col 199, Line is too long. +build/public/templates/category.js: line 580, col 76, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 580, col 92, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 580, col 105, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 580, col 121, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 580, col 140, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 580, col 156, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 580, col 172, ['index'] is better written in dot notation. +build/public/templates/category.js: line 582, col 153, Line is too long. +build/public/templates/category.js: line 582, col 37, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 582, col 53, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 582, col 66, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 582, col 82, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 582, col 101, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 582, col 117, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 582, col 133, ['index'] is better written in dot notation. +build/public/templates/category.js: line 584, col 153, Line is too long. +build/public/templates/category.js: line 584, col 37, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 584, col 53, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 584, col 66, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 584, col 82, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 584, col 101, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 584, col 117, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 584, col 133, ['index'] is better written in dot notation. +build/public/templates/category.js: line 585, col 129, Line is too long. +build/public/templates/category.js: line 586, col 162, Line is too long. +build/public/templates/category.js: line 586, col 29, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 586, col 45, ['config'] is better written in dot notation. +build/public/templates/category.js: line 586, col 58, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 586, col 74, ['config'] is better written in dot notation. +build/public/templates/category.js: line 586, col 84, ['theme'] is better written in dot notation. +build/public/templates/category.js: line 586, col 96, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 586, col 112, ['config'] is better written in dot notation. +build/public/templates/category.js: line 586, col 122, ['theme'] is better written in dot notation. +build/public/templates/category.js: line 586, col 131, ['mobileTopicTeasers'] is better written in dot notation. +build/public/templates/category.js: line 589, col 141, Line is too long. +build/public/templates/category.js: line 590, col 210, Line is too long. +build/public/templates/category.js: line 590, col 37, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 590, col 53, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 590, col 66, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 590, col 82, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 590, col 101, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 590, col 117, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 590, col 133, ['user'] is better written in dot notation. +build/public/templates/category.js: line 590, col 144, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 590, col 160, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 590, col 176, ['user'] is better written in dot notation. +build/public/templates/category.js: line 590, col 184, ['displayname'] is better written in dot notation. +build/public/templates/category.js: line 592, col 197, Line is too long. +build/public/templates/category.js: line 592, col 29, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 592, col 45, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 592, col 58, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 592, col 74, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 592, col 93, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 592, col 109, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 592, col 125, ['user'] is better written in dot notation. +build/public/templates/category.js: line 592, col 136, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 592, col 152, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 592, col 168, ['user'] is better written in dot notation. +build/public/templates/category.js: line 592, col 176, ['userslug'] is better written in dot notation. +build/public/templates/category.js: line 593, col 122, Line is too long. +build/public/templates/category.js: line 593, col 39, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 593, col 55, ['config'] is better written in dot notation. +build/public/templates/category.js: line 593, col 68, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 593, col 84, ['config'] is better written in dot notation. +build/public/templates/category.js: line 593, col 94, ['relative_path'] is better written in dot notation. +build/public/templates/category.js: line 595, col 210, Line is too long. +build/public/templates/category.js: line 595, col 41, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 595, col 57, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 595, col 70, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 595, col 86, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 595, col 105, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 595, col 121, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 595, col 137, ['user'] is better written in dot notation. +build/public/templates/category.js: line 595, col 148, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 595, col 164, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 595, col 180, ['user'] is better written in dot notation. +build/public/templates/category.js: line 595, col 188, ['userslug'] is better written in dot notation. +build/public/templates/category.js: line 598, col 254, Line is too long. +build/public/templates/category.js: line 598, col 78, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 598, col 94, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 598, col 107, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 598, col 123, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 598, col 142, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 598, col 158, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 598, col 174, ['user'] is better written in dot notation. +build/public/templates/category.js: line 598, col 217, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 600, col 29, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 600, col 45, ['showSelect'] is better written in dot notation. +build/public/templates/category.js: line 601, col 257, Line is too long. +build/public/templates/category.js: line 603, col 193, Line is too long. +build/public/templates/category.js: line 604, col 29, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 604, col 45, ['showSelect'] is better written in dot notation. +build/public/templates/category.js: line 608, col 146, Line is too long. +build/public/templates/category.js: line 608, col 29, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 608, col 45, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 608, col 58, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 608, col 74, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 608, col 93, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 608, col 109, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 608, col 125, ['noAnchor'] is better written in dot notation. +build/public/templates/category.js: line 610, col 122, Line is too long. +build/public/templates/category.js: line 610, col 39, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 610, col 55, ['config'] is better written in dot notation. +build/public/templates/category.js: line 610, col 68, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 610, col 84, ['config'] is better written in dot notation. +build/public/templates/category.js: line 610, col 94, ['relative_path'] is better written in dot notation. +build/public/templates/category.js: line 612, col 156, Line is too long. +build/public/templates/category.js: line 612, col 41, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 612, col 57, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 612, col 70, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 612, col 86, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 612, col 105, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 612, col 121, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 612, col 137, ['slug'] is better written in dot notation. +build/public/templates/category.js: line 613, col 150, Line is too long. +build/public/templates/category.js: line 613, col 33, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 613, col 49, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 613, col 62, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 613, col 78, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 613, col 97, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 613, col 113, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 613, col 129, ['bookmark'] is better written in dot notation. +build/public/templates/category.js: line 615, col 163, Line is too long. +build/public/templates/category.js: line 615, col 45, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 615, col 61, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 615, col 74, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 615, col 90, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 615, col 109, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 615, col 125, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 615, col 141, ['bookmark'] is better written in dot notation. +build/public/templates/category.js: line 618, col 153, Line is too long. +build/public/templates/category.js: line 618, col 37, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 618, col 53, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 618, col 66, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 618, col 82, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 618, col 101, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 618, col 117, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 618, col 133, ['title'] is better written in dot notation. +build/public/templates/category.js: line 619, col 201, Line is too long. +build/public/templates/category.js: line 620, col 146, Line is too long. +build/public/templates/category.js: line 620, col 29, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 620, col 45, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 620, col 58, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 620, col 74, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 620, col 93, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 620, col 109, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 620, col 125, ['followed'] is better written in dot notation. +build/public/templates/category.js: line 623, col 175, Line is too long. +build/public/templates/category.js: line 624, col 145, Line is too long. +build/public/templates/category.js: line 624, col 29, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 624, col 45, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 624, col 58, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 624, col 74, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 624, col 93, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 624, col 109, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 624, col 125, ['ignored'] is better written in dot notation. +build/public/templates/category.js: line 627, col 180, Line is too long. +build/public/templates/category.js: line 628, col 147, Line is too long. +build/public/templates/category.js: line 628, col 29, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 628, col 45, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 628, col 58, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 628, col 74, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 628, col 93, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 628, col 109, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 628, col 125, ['scheduled'] is better written in dot notation. +build/public/templates/category.js: line 631, col 176, Line is too long. +build/public/templates/category.js: line 632, col 285, Line is too long. +build/public/templates/category.js: line 632, col 30, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 632, col 46, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 632, col 59, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 632, col 75, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 632, col 94, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 632, col 110, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 632, col 126, ['scheduled'] is better written in dot notation. +build/public/templates/category.js: line 632, col 169, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 632, col 185, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 632, col 198, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 632, col 214, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 632, col 233, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 632, col 249, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 632, col 265, ['pinned'] is better written in dot notation. +build/public/templates/category.js: line 636, col 147, Line is too long. +build/public/templates/category.js: line 636, col 29, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 636, col 45, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 636, col 58, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 636, col 74, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 636, col 93, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 636, col 109, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 636, col 125, ['pinExpiry'] is better written in dot notation. +build/public/templates/category.js: line 638, col 311, Line is too long. +build/public/templates/category.js: line 638, col 92, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 638, col 108, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 638, col 121, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 638, col 137, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 638, col 156, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 638, col 172, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 638, col 188, ['pinExpiryISO'] is better written in dot notation. +build/public/templates/category.js: line 638, col 231, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 638, col 247, ['config'] is better written in dot notation. +build/public/templates/category.js: line 638, col 260, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 638, col 276, ['config'] is better written in dot notation. +build/public/templates/category.js: line 638, col 286, ['userLang'] is better written in dot notation. +build/public/templates/category.js: line 641, col 113, Line is too long. +build/public/templates/category.js: line 642, col 144, Line is too long. +build/public/templates/category.js: line 642, col 29, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 642, col 45, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 642, col 58, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 642, col 74, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 642, col 93, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 642, col 109, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 642, col 125, ['locked'] is better written in dot notation. +build/public/templates/category.js: line 645, col 169, Line is too long. +build/public/templates/category.js: line 646, col 144, Line is too long. +build/public/templates/category.js: line 646, col 29, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 646, col 45, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 646, col 58, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 646, col 74, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 646, col 93, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 646, col 109, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 646, col 125, ['oldCid'] is better written in dot notation. +build/public/templates/category.js: line 649, col 103, Line is too long. +build/public/templates/category.js: line 650, col 190, Line is too long. +build/public/templates/category.js: line 650, col 33, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 650, col 49, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 650, col 62, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 650, col 78, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 650, col 97, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 650, col 113, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 650, col 129, ['icons'] is better written in dot notation. +build/public/templates/category.js: line 651, col 17, 'key' is defined but never used. +build/public/templates/category.js: line 659, col 298, Line is too long. +build/public/templates/category.js: line 659, col 31, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 659, col 47, ['template'] is better written in dot notation. +build/public/templates/category.js: line 659, col 62, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 659, col 78, ['template'] is better written in dot notation. +build/public/templates/category.js: line 659, col 90, ['category'] is better written in dot notation. +build/public/templates/category.js: line 659, col 132, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 659, col 148, ['cid'] is better written in dot notation. +build/public/templates/category.js: line 659, col 184, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 659, col 200, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 659, col 213, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 659, col 229, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 659, col 248, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 659, col 264, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 659, col 280, ['cid'] is better written in dot notation. +build/public/templates/category.js: line 659, col 166, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 661, col 225, Line is too long. +build/public/templates/category.js: line 661, col 89, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 661, col 105, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 661, col 118, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 661, col 134, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 661, col 153, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 661, col 169, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 661, col 185, ['category'] is better written in dot notation. +build/public/templates/category.js: line 665, col 151, Line is too long. +build/public/templates/category.js: line 665, col 37, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 665, col 53, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 665, col 66, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 665, col 82, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 665, col 101, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 665, col 117, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 665, col 133, ['tid'] is better written in dot notation. +build/public/templates/category.js: line 667, col 195, Line is too long. +build/public/templates/category.js: line 667, col 29, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 667, col 45, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 667, col 58, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 667, col 74, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 667, col 93, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 667, col 109, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 667, col 125, ['tags'] is better written in dot notation. +build/public/templates/category.js: line 667, col 136, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 667, col 152, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 667, col 168, ['tags'] is better written in dot notation. +build/public/templates/category.js: line 667, col 176, ['length'] is better written in dot notation. +build/public/templates/category.js: line 671, col 189, Line is too long. +build/public/templates/category.js: line 671, col 33, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 671, col 49, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 671, col 62, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 671, col 78, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 671, col 97, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 671, col 113, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 671, col 129, ['tags'] is better written in dot notation. +build/public/templates/category.js: line 674, col 124, Line is too long. +build/public/templates/category.js: line 674, col 41, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 674, col 57, ['config'] is better written in dot notation. +build/public/templates/category.js: line 674, col 70, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 674, col 86, ['config'] is better written in dot notation. +build/public/templates/category.js: line 674, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/category.js: line 676, col 270, Line is too long. +build/public/templates/category.js: line 676, col 41, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 676, col 57, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 676, col 70, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 676, col 86, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 676, col 105, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 676, col 121, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 676, col 137, ['tags'] is better written in dot notation. +build/public/templates/category.js: line 676, col 148, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 676, col 164, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 676, col 180, ['tags'] is better written in dot notation. +build/public/templates/category.js: line 676, col 197, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 676, col 213, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 676, col 229, ['tags'] is better written in dot notation. +build/public/templates/category.js: line 676, col 243, ['valueEncoded'] is better written in dot notation. +build/public/templates/category.js: line 678, col 263, Line is too long. +build/public/templates/category.js: line 678, col 41, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 678, col 57, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 678, col 70, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 678, col 86, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 678, col 105, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 678, col 121, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 678, col 137, ['tags'] is better written in dot notation. +build/public/templates/category.js: line 678, col 148, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 678, col 164, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 678, col 180, ['tags'] is better written in dot notation. +build/public/templates/category.js: line 678, col 197, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 678, col 213, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 678, col 229, ['tags'] is better written in dot notation. +build/public/templates/category.js: line 680, col 263, Line is too long. +build/public/templates/category.js: line 680, col 41, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 680, col 57, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 680, col 70, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 680, col 86, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 680, col 105, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 680, col 121, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 680, col 137, ['tags'] is better written in dot notation. +build/public/templates/category.js: line 680, col 148, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 680, col 164, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 680, col 180, ['tags'] is better written in dot notation. +build/public/templates/category.js: line 680, col 197, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 680, col 213, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 680, col 229, ['tags'] is better written in dot notation. +build/public/templates/category.js: line 680, col 243, ['value'] is better written in dot notation. +build/public/templates/category.js: line 682, col 270, Line is too long. +build/public/templates/category.js: line 682, col 41, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 682, col 57, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 682, col 70, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 682, col 86, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 682, col 105, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 682, col 121, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 682, col 137, ['tags'] is better written in dot notation. +build/public/templates/category.js: line 682, col 148, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 682, col 164, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 682, col 180, ['tags'] is better written in dot notation. +build/public/templates/category.js: line 682, col 197, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 682, col 213, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 682, col 229, ['tags'] is better written in dot notation. +build/public/templates/category.js: line 682, col 243, ['valueEscaped'] is better written in dot notation. +build/public/templates/category.js: line 672, col 17, 'key' is defined but never used. +build/public/templates/category.js: line 671, col 182, 'value' is defined but never used. +build/public/templates/category.js: line 671, col 174, 'length' is defined but never used. +build/public/templates/category.js: line 671, col 167, 'index' is defined but never used. +build/public/templates/category.js: line 687, col 250, Line is too long. +build/public/templates/category.js: line 688, col 256, Line is too long. +build/public/templates/category.js: line 688, col 86, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 688, col 102, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 688, col 115, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 688, col 131, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 688, col 150, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 688, col 166, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 688, col 182, ['postcount'] is better written in dot notation. +build/public/templates/category.js: line 688, col 222, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 690, col 120, Line is too long. +build/public/templates/category.js: line 690, col 37, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 690, col 53, ['config'] is better written in dot notation. +build/public/templates/category.js: line 690, col 66, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 690, col 82, ['config'] is better written in dot notation. +build/public/templates/category.js: line 690, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/category.js: line 692, col 152, Line is too long. +build/public/templates/category.js: line 692, col 37, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 692, col 53, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 692, col 66, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 692, col 82, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 692, col 101, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 692, col 117, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 692, col 133, ['slug'] is better written in dot notation. +build/public/templates/category.js: line 693, col 361, Line is too long. +build/public/templates/category.js: line 693, col 30, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 693, col 46, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 693, col 59, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 693, col 75, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 693, col 94, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 693, col 110, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 693, col 126, ['teaser'] is better written in dot notation. +build/public/templates/category.js: line 693, col 139, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 693, col 155, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 693, col 171, ['teaser'] is better written in dot notation. +build/public/templates/category.js: line 693, col 181, ['timestampISO'] is better written in dot notation. +build/public/templates/category.js: line 693, col 227, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 693, col 243, ['config'] is better written in dot notation. +build/public/templates/category.js: line 693, col 256, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 693, col 272, ['config'] is better written in dot notation. +build/public/templates/category.js: line 693, col 282, ['theme'] is better written in dot notation. +build/public/templates/category.js: line 693, col 294, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 693, col 310, ['config'] is better written in dot notation. +build/public/templates/category.js: line 693, col 320, ['theme'] is better written in dot notation. +build/public/templates/category.js: line 693, col 329, ['mobileTopicTeasers'] is better written in dot notation. +build/public/templates/category.js: line 695, col 211, Line is too long. +build/public/templates/category.js: line 695, col 41, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 695, col 57, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 695, col 70, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 695, col 86, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 695, col 105, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 695, col 121, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 695, col 137, ['teaser'] is better written in dot notation. +build/public/templates/category.js: line 695, col 150, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 695, col 166, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 695, col 182, ['teaser'] is better written in dot notation. +build/public/templates/category.js: line 695, col 192, ['index'] is better written in dot notation. +build/public/templates/category.js: line 698, col 361, Line is too long. +build/public/templates/category.js: line 698, col 30, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 698, col 46, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 698, col 59, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 698, col 75, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 698, col 94, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 698, col 110, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 698, col 126, ['teaser'] is better written in dot notation. +build/public/templates/category.js: line 698, col 139, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 698, col 155, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 698, col 171, ['teaser'] is better written in dot notation. +build/public/templates/category.js: line 698, col 181, ['timestampISO'] is better written in dot notation. +build/public/templates/category.js: line 698, col 227, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 698, col 243, ['config'] is better written in dot notation. +build/public/templates/category.js: line 698, col 256, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 698, col 272, ['config'] is better written in dot notation. +build/public/templates/category.js: line 698, col 282, ['theme'] is better written in dot notation. +build/public/templates/category.js: line 698, col 294, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 698, col 310, ['config'] is better written in dot notation. +build/public/templates/category.js: line 698, col 320, ['theme'] is better written in dot notation. +build/public/templates/category.js: line 698, col 329, ['mobileTopicTeasers'] is better written in dot notation. +build/public/templates/category.js: line 699, col 216, Line is too long. +build/public/templates/category.js: line 699, col 39, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 699, col 55, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 699, col 68, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 699, col 84, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 699, col 103, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 699, col 119, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 699, col 135, ['teaser'] is better written in dot notation. +build/public/templates/category.js: line 699, col 148, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 699, col 164, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 699, col 180, ['teaser'] is better written in dot notation. +build/public/templates/category.js: line 699, col 190, ['timestampISO'] is better written in dot notation. +build/public/templates/category.js: line 700, col 163, Line is too long. +build/public/templates/category.js: line 700, col 39, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 700, col 55, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 700, col 68, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 700, col 84, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 700, col 103, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 700, col 119, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 700, col 135, ['timestampISO'] is better written in dot notation. +build/public/templates/category.js: line 702, col 120, Line is too long. +build/public/templates/category.js: line 702, col 37, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 702, col 53, ['config'] is better written in dot notation. +build/public/templates/category.js: line 702, col 66, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 702, col 82, ['config'] is better written in dot notation. +build/public/templates/category.js: line 702, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/category.js: line 704, col 152, Line is too long. +build/public/templates/category.js: line 704, col 37, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 704, col 53, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 704, col 66, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 704, col 82, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 704, col 101, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 704, col 117, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 704, col 133, ['slug'] is better written in dot notation. +build/public/templates/category.js: line 705, col 104, Line is too long. +build/public/templates/category.js: line 706, col 160, Line is too long. +build/public/templates/category.js: line 706, col 37, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 706, col 53, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 706, col 66, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 706, col 82, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 706, col 101, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 706, col 117, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 706, col 133, ['timestampISO'] is better written in dot notation. +build/public/templates/category.js: line 708, col 29, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 708, col 45, ['showSelect'] is better written in dot notation. +build/public/templates/category.js: line 709, col 219, Line is too long. +build/public/templates/category.js: line 712, col 199, Line is too long. +build/public/templates/category.js: line 712, col 29, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 712, col 45, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 712, col 58, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 712, col 74, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 712, col 93, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 712, col 109, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 712, col 125, ['thumbs'] is better written in dot notation. +build/public/templates/category.js: line 712, col 138, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 712, col 154, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 712, col 170, ['thumbs'] is better written in dot notation. +build/public/templates/category.js: line 712, col 180, ['length'] is better written in dot notation. +build/public/templates/category.js: line 713, col 123, Line is too long. +build/public/templates/category.js: line 714, col 124, Line is too long. +build/public/templates/category.js: line 714, col 41, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 714, col 57, ['config'] is better written in dot notation. +build/public/templates/category.js: line 714, col 70, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 714, col 86, ['config'] is better written in dot notation. +build/public/templates/category.js: line 714, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/category.js: line 716, col 156, Line is too long. +build/public/templates/category.js: line 716, col 41, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 716, col 57, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 716, col 70, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 716, col 86, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 716, col 105, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 716, col 121, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 716, col 137, ['slug'] is better written in dot notation. +build/public/templates/category.js: line 717, col 150, Line is too long. +build/public/templates/category.js: line 717, col 33, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 717, col 49, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 717, col 62, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 717, col 78, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 717, col 97, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 717, col 113, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 717, col 129, ['bookmark'] is better written in dot notation. +build/public/templates/category.js: line 719, col 163, Line is too long. +build/public/templates/category.js: line 719, col 45, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 719, col 61, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 719, col 74, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 719, col 90, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 719, col 109, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 719, col 125, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 719, col 141, ['bookmark'] is better written in dot notation. +build/public/templates/category.js: line 721, col 190, Line is too long. +build/public/templates/category.js: line 722, col 265, Line is too long. +build/public/templates/category.js: line 722, col 41, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 722, col 57, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 722, col 70, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 722, col 86, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 722, col 105, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 722, col 121, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 722, col 137, ['thumbs'] is better written in dot notation. +build/public/templates/category.js: line 722, col 150, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 722, col 166, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 722, col 182, ['thumbs'] is better written in dot notation. +build/public/templates/category.js: line 722, col 200, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 722, col 216, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 722, col 232, ['thumbs'] is better written in dot notation. +build/public/templates/category.js: line 722, col 247, ['url'] is better written in dot notation. +build/public/templates/category.js: line 724, col 213, Line is too long. +build/public/templates/category.js: line 724, col 41, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 724, col 57, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 724, col 70, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 724, col 86, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 724, col 105, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 724, col 121, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 724, col 137, ['thumbs'] is better written in dot notation. +build/public/templates/category.js: line 724, col 150, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 724, col 166, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 724, col 182, ['thumbs'] is better written in dot notation. +build/public/templates/category.js: line 724, col 192, ['length'] is better written in dot notation. +build/public/templates/category.js: line 725, col 231, Line is too long. +build/public/templates/category.js: line 726, col 213, Line is too long. +build/public/templates/category.js: line 726, col 41, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 726, col 57, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 726, col 70, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 726, col 86, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 726, col 105, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 726, col 121, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 726, col 137, ['thumbs'] is better written in dot notation. +build/public/templates/category.js: line 726, col 150, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 726, col 166, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 726, col 182, ['thumbs'] is better written in dot notation. +build/public/templates/category.js: line 726, col 192, ['length'] is better written in dot notation. +build/public/templates/category.js: line 729, col 193, Line is too long. +build/public/templates/category.js: line 730, col 29, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 734, col 29, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 736, col 131, Line is too long. +build/public/templates/category.js: line 737, col 157, Line is too long. +build/public/templates/category.js: line 737, col 41, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 737, col 57, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 737, col 70, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 737, col 86, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 737, col 105, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 737, col 121, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 737, col 137, ['votes'] is better written in dot notation. +build/public/templates/category.js: line 739, col 256, Line is too long. +build/public/templates/category.js: line 739, col 90, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 739, col 106, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 739, col 119, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 739, col 135, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 739, col 154, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 739, col 170, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 739, col 186, ['votes'] is better written in dot notation. +build/public/templates/category.js: line 739, col 222, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 740, col 200, Line is too long. +build/public/templates/category.js: line 741, col 133, Line is too long. +build/public/templates/category.js: line 742, col 157, Line is too long. +build/public/templates/category.js: line 742, col 37, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 742, col 53, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 742, col 66, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 742, col 82, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 742, col 101, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 742, col 117, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 742, col 133, ['postcount'] is better written in dot notation. +build/public/templates/category.js: line 744, col 256, Line is too long. +build/public/templates/category.js: line 744, col 86, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 744, col 102, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 744, col 115, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 744, col 131, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 744, col 150, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 744, col 166, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 744, col 182, ['postcount'] is better written in dot notation. +build/public/templates/category.js: line 744, col 222, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 745, col 316, Line is too long. +build/public/templates/category.js: line 746, col 157, Line is too long. +build/public/templates/category.js: line 746, col 37, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 746, col 53, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 746, col 66, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 746, col 82, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 746, col 101, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 746, col 117, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 746, col 133, ['viewcount'] is better written in dot notation. +build/public/templates/category.js: line 748, col 256, Line is too long. +build/public/templates/category.js: line 748, col 86, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 748, col 102, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 748, col 115, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 748, col 131, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 748, col 150, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 748, col 166, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 748, col 182, ['viewcount'] is better written in dot notation. +build/public/templates/category.js: line 748, col 222, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 749, col 264, Line is too long. +build/public/templates/category.js: line 750, col 162, Line is too long. +build/public/templates/category.js: line 750, col 29, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 750, col 45, ['config'] is better written in dot notation. +build/public/templates/category.js: line 750, col 58, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 750, col 74, ['config'] is better written in dot notation. +build/public/templates/category.js: line 750, col 84, ['theme'] is better written in dot notation. +build/public/templates/category.js: line 750, col 96, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 750, col 112, ['config'] is better written in dot notation. +build/public/templates/category.js: line 750, col 122, ['theme'] is better written in dot notation. +build/public/templates/category.js: line 750, col 131, ['mobileTopicTeasers'] is better written in dot notation. +build/public/templates/category.js: line 753, col 125, Line is too long. +build/public/templates/category.js: line 754, col 214, Line is too long. +build/public/templates/category.js: line 754, col 37, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 754, col 53, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 754, col 66, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 754, col 82, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 754, col 101, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 754, col 117, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 754, col 133, ['category'] is better written in dot notation. +build/public/templates/category.js: line 754, col 148, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 754, col 164, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 754, col 180, ['category'] is better written in dot notation. +build/public/templates/category.js: line 754, col 192, ['bgColor'] is better written in dot notation. +build/public/templates/category.js: line 756, col 147, Line is too long. +build/public/templates/category.js: line 756, col 29, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 756, col 45, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 756, col 58, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 756, col 74, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 756, col 93, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 756, col 109, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 756, col 125, ['unreplied'] is better written in dot notation. +build/public/templates/category.js: line 759, col 200, Line is too long. +build/public/templates/category.js: line 759, col 33, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 759, col 49, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 759, col 62, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 759, col 78, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 759, col 97, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 759, col 113, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 759, col 129, ['teaser'] is better written in dot notation. +build/public/templates/category.js: line 759, col 142, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 759, col 158, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 759, col 174, ['teaser'] is better written in dot notation. +build/public/templates/category.js: line 759, col 184, ['pid'] is better written in dot notation. +build/public/templates/category.js: line 761, col 270, Line is too long. +build/public/templates/category.js: line 761, col 37, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 761, col 53, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 761, col 66, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 761, col 82, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 761, col 101, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 761, col 117, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 761, col 133, ['teaser'] is better written in dot notation. +build/public/templates/category.js: line 761, col 146, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 761, col 162, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 761, col 178, ['teaser'] is better written in dot notation. +build/public/templates/category.js: line 761, col 188, ['user'] is better written in dot notation. +build/public/templates/category.js: line 761, col 199, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 761, col 215, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 761, col 231, ['teaser'] is better written in dot notation. +build/public/templates/category.js: line 761, col 241, ['user'] is better written in dot notation. +build/public/templates/category.js: line 761, col 249, ['userslug'] is better written in dot notation. +build/public/templates/category.js: line 762, col 130, Line is too long. +build/public/templates/category.js: line 762, col 47, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 762, col 63, ['config'] is better written in dot notation. +build/public/templates/category.js: line 762, col 76, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 762, col 92, ['config'] is better written in dot notation. +build/public/templates/category.js: line 762, col 102, ['relative_path'] is better written in dot notation. +build/public/templates/category.js: line 764, col 283, Line is too long. +build/public/templates/category.js: line 764, col 49, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 764, col 65, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 764, col 78, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 764, col 94, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 764, col 113, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 764, col 129, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 764, col 145, ['teaser'] is better written in dot notation. +build/public/templates/category.js: line 764, col 158, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 764, col 174, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 764, col 190, ['teaser'] is better written in dot notation. +build/public/templates/category.js: line 764, col 200, ['user'] is better written in dot notation. +build/public/templates/category.js: line 764, col 211, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 764, col 227, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 764, col 243, ['teaser'] is better written in dot notation. +build/public/templates/category.js: line 764, col 253, ['user'] is better written in dot notation. +build/public/templates/category.js: line 764, col 261, ['userslug'] is better written in dot notation. +build/public/templates/category.js: line 767, col 283, Line is too long. +build/public/templates/category.js: line 767, col 45, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 767, col 61, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 767, col 74, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 767, col 90, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 767, col 109, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 767, col 125, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 767, col 141, ['teaser'] is better written in dot notation. +build/public/templates/category.js: line 767, col 154, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 767, col 170, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 767, col 186, ['teaser'] is better written in dot notation. +build/public/templates/category.js: line 767, col 196, ['user'] is better written in dot notation. +build/public/templates/category.js: line 767, col 207, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 767, col 223, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 767, col 239, ['teaser'] is better written in dot notation. +build/public/templates/category.js: line 767, col 249, ['user'] is better written in dot notation. +build/public/templates/category.js: line 767, col 257, ['displayname'] is better written in dot notation. +build/public/templates/category.js: line 769, col 317, Line is too long. +build/public/templates/category.js: line 769, col 86, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 769, col 102, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 769, col 115, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 769, col 131, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 769, col 150, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 769, col 166, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 769, col 182, ['teaser'] is better written in dot notation. +build/public/templates/category.js: line 769, col 195, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 769, col 211, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 769, col 227, ['teaser'] is better written in dot notation. +build/public/templates/category.js: line 769, col 237, ['user'] is better written in dot notation. +build/public/templates/category.js: line 769, col 280, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 771, col 128, Line is too long. +build/public/templates/category.js: line 771, col 45, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 771, col 61, ['config'] is better written in dot notation. +build/public/templates/category.js: line 771, col 74, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 771, col 90, ['config'] is better written in dot notation. +build/public/templates/category.js: line 771, col 100, ['relative_path'] is better written in dot notation. +build/public/templates/category.js: line 773, col 160, Line is too long. +build/public/templates/category.js: line 773, col 45, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 773, col 61, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 773, col 74, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 773, col 90, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 773, col 109, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 773, col 125, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 773, col 141, ['slug'] is better written in dot notation. +build/public/templates/category.js: line 775, col 216, Line is too long. +build/public/templates/category.js: line 775, col 45, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 775, col 61, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 775, col 74, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 775, col 90, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 775, col 109, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 775, col 125, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 775, col 141, ['teaser'] is better written in dot notation. +build/public/templates/category.js: line 775, col 154, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 775, col 170, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 775, col 186, ['teaser'] is better written in dot notation. +build/public/templates/category.js: line 775, col 196, ['index'] is better written in dot notation. +build/public/templates/category.js: line 777, col 223, Line is too long. +build/public/templates/category.js: line 777, col 45, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 777, col 61, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 777, col 74, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 777, col 90, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 777, col 109, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 777, col 125, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 777, col 141, ['teaser'] is better written in dot notation. +build/public/templates/category.js: line 777, col 154, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 777, col 170, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 777, col 186, ['teaser'] is better written in dot notation. +build/public/templates/category.js: line 777, col 196, ['timestampISO'] is better written in dot notation. +build/public/templates/category.js: line 778, col 230, Line is too long. +build/public/templates/category.js: line 779, col 128, Line is too long. +build/public/templates/category.js: line 779, col 45, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 779, col 61, ['config'] is better written in dot notation. +build/public/templates/category.js: line 779, col 74, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 779, col 90, ['config'] is better written in dot notation. +build/public/templates/category.js: line 779, col 100, ['relative_path'] is better written in dot notation. +build/public/templates/category.js: line 781, col 160, Line is too long. +build/public/templates/category.js: line 781, col 45, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 781, col 61, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 781, col 74, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 781, col 90, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 781, col 109, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 781, col 125, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 781, col 141, ['slug'] is better written in dot notation. +build/public/templates/category.js: line 783, col 216, Line is too long. +build/public/templates/category.js: line 783, col 45, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 783, col 61, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 783, col 74, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 783, col 90, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 783, col 109, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 783, col 125, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 783, col 141, ['teaser'] is better written in dot notation. +build/public/templates/category.js: line 783, col 154, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 783, col 170, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 783, col 186, ['teaser'] is better written in dot notation. +build/public/templates/category.js: line 783, col 196, ['index'] is better written in dot notation. +build/public/templates/category.js: line 785, col 218, Line is too long. +build/public/templates/category.js: line 785, col 45, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 785, col 61, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 785, col 74, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 785, col 90, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 785, col 109, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 785, col 125, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 785, col 141, ['teaser'] is better written in dot notation. +build/public/templates/category.js: line 785, col 154, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 785, col 170, ['topics'] is better written in dot notation. +build/public/templates/category.js: line 785, col 186, ['teaser'] is better written in dot notation. +build/public/templates/category.js: line 785, col 196, ['content'] is better written in dot notation. +build/public/templates/category.js: line 564, col 13, 'key' is defined but never used. +build/public/templates/category.js: line 562, col 11, 'value' is defined but never used. +build/public/templates/category.js: line 797, col 160, Line is too long. +build/public/templates/category.js: line 797, col 36, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 797, col 52, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 797, col 69, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 797, col 85, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 797, col 99, ['pages'] is better written in dot notation. +build/public/templates/category.js: line 800, col 219, Line is too long. +build/public/templates/category.js: line 800, col 29, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 800, col 45, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 800, col 62, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 800, col 78, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 800, col 92, ['pages'] is better written in dot notation. +build/public/templates/category.js: line 800, col 104, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 800, col 120, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 800, col 134, ['pages'] is better written in dot notation. +build/public/templates/category.js: line 800, col 152, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 800, col 168, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 800, col 182, ['pages'] is better written in dot notation. +build/public/templates/category.js: line 800, col 197, ['separator'] is better written in dot notation. +build/public/templates/category.js: line 801, col 227, Line is too long. +build/public/templates/category.js: line 803, col 220, Line is too long. +build/public/templates/category.js: line 803, col 33, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 803, col 49, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 803, col 66, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 803, col 82, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 803, col 96, ['pages'] is better written in dot notation. +build/public/templates/category.js: line 803, col 108, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 803, col 124, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 803, col 138, ['pages'] is better written in dot notation. +build/public/templates/category.js: line 803, col 156, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 803, col 172, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 803, col 186, ['pages'] is better written in dot notation. +build/public/templates/category.js: line 803, col 201, ['active'] is better written in dot notation. +build/public/templates/category.js: line 807, col 226, Line is too long. +build/public/templates/category.js: line 807, col 41, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 807, col 57, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 807, col 74, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 807, col 90, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 807, col 104, ['pages'] is better written in dot notation. +build/public/templates/category.js: line 807, col 116, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 807, col 132, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 807, col 146, ['pages'] is better written in dot notation. +build/public/templates/category.js: line 807, col 164, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 807, col 180, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 807, col 194, ['pages'] is better written in dot notation. +build/public/templates/category.js: line 807, col 209, ['qs'] is better written in dot notation. +build/public/templates/category.js: line 809, col 228, Line is too long. +build/public/templates/category.js: line 809, col 41, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 809, col 57, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 809, col 74, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 809, col 90, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 809, col 104, ['pages'] is better written in dot notation. +build/public/templates/category.js: line 809, col 116, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 809, col 132, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 809, col 146, ['pages'] is better written in dot notation. +build/public/templates/category.js: line 809, col 164, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 809, col 180, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 809, col 194, ['pages'] is better written in dot notation. +build/public/templates/category.js: line 809, col 209, ['page'] is better written in dot notation. +build/public/templates/category.js: line 811, col 228, Line is too long. +build/public/templates/category.js: line 811, col 41, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 811, col 57, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 811, col 74, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 811, col 90, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 811, col 104, ['pages'] is better written in dot notation. +build/public/templates/category.js: line 811, col 116, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 811, col 132, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 811, col 146, ['pages'] is better written in dot notation. +build/public/templates/category.js: line 811, col 164, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 811, col 180, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 811, col 194, ['pages'] is better written in dot notation. +build/public/templates/category.js: line 811, col 209, ['page'] is better written in dot notation. +build/public/templates/category.js: line 813, col 228, Line is too long. +build/public/templates/category.js: line 813, col 41, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 813, col 57, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 813, col 74, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 813, col 90, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 813, col 104, ['pages'] is better written in dot notation. +build/public/templates/category.js: line 813, col 116, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 813, col 132, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 813, col 146, ['pages'] is better written in dot notation. +build/public/templates/category.js: line 813, col 164, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 813, col 180, ['pagination'] is better written in dot notation. +build/public/templates/category.js: line 813, col 194, ['pages'] is better written in dot notation. +build/public/templates/category.js: line 813, col 209, ['page'] is better written in dot notation. +build/public/templates/category.js: line 798, col 13, 'key' is defined but never used. +build/public/templates/category.js: line 797, col 153, 'value' is defined but never used. +build/public/templates/category.js: line 797, col 145, 'length' is defined but never used. +build/public/templates/category.js: line 797, col 138, 'index' is defined but never used. +build/public/templates/category.js: line 796, col 11, 'value' is defined but never used. +build/public/templates/category.js: line 794, col 81, 'helper' is defined but never used. +build/public/templates/category.js: line 823, col 156, Line is too long. +build/public/templates/category.js: line 823, col 36, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 823, col 52, ['widgets'] is better written in dot notation. +build/public/templates/category.js: line 823, col 66, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 823, col 82, ['widgets'] is better written in dot notation. +build/public/templates/category.js: line 823, col 93, ['sidebar'] is better written in dot notation. +build/public/templates/category.js: line 826, col 208, Line is too long. +build/public/templates/category.js: line 826, col 28, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 826, col 44, ['widgets'] is better written in dot notation. +build/public/templates/category.js: line 826, col 58, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 826, col 74, ['widgets'] is better written in dot notation. +build/public/templates/category.js: line 826, col 85, ['sidebar'] is better written in dot notation. +build/public/templates/category.js: line 826, col 99, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 826, col 115, ['widgets'] is better written in dot notation. +build/public/templates/category.js: line 826, col 126, ['sidebar'] is better written in dot notation. +build/public/templates/category.js: line 826, col 146, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 826, col 162, ['widgets'] is better written in dot notation. +build/public/templates/category.js: line 826, col 173, ['sidebar'] is better written in dot notation. +build/public/templates/category.js: line 826, col 190, ['html'] is better written in dot notation. +build/public/templates/category.js: line 824, col 13, 'key' is defined but never used. +build/public/templates/category.js: line 823, col 149, 'value' is defined but never used. +build/public/templates/category.js: line 823, col 141, 'length' is defined but never used. +build/public/templates/category.js: line 823, col 134, 'index' is defined but never used. +build/public/templates/category.js: line 821, col 11, '__escape' is defined but never used. +build/public/templates/category.js: line 822, col 11, 'value' is defined but never used. +build/public/templates/category.js: line 820, col 79, 'helper' is defined but never used. +build/public/templates/category.js: line 835, col 155, Line is too long. +build/public/templates/category.js: line 835, col 36, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 835, col 52, ['widgets'] is better written in dot notation. +build/public/templates/category.js: line 835, col 66, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 835, col 82, ['widgets'] is better written in dot notation. +build/public/templates/category.js: line 835, col 93, ['footer'] is better written in dot notation. +build/public/templates/category.js: line 838, col 205, Line is too long. +build/public/templates/category.js: line 838, col 28, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 838, col 44, ['widgets'] is better written in dot notation. +build/public/templates/category.js: line 838, col 58, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 838, col 74, ['widgets'] is better written in dot notation. +build/public/templates/category.js: line 838, col 85, ['footer'] is better written in dot notation. +build/public/templates/category.js: line 838, col 98, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 838, col 114, ['widgets'] is better written in dot notation. +build/public/templates/category.js: line 838, col 125, ['footer'] is better written in dot notation. +build/public/templates/category.js: line 838, col 144, Expected '!==' and instead saw '!='. +build/public/templates/category.js: line 838, col 160, ['widgets'] is better written in dot notation. +build/public/templates/category.js: line 838, col 171, ['footer'] is better written in dot notation. +build/public/templates/category.js: line 838, col 187, ['html'] is better written in dot notation. +build/public/templates/category.js: line 836, col 13, 'key' is defined but never used. +build/public/templates/category.js: line 835, col 148, 'value' is defined but never used. +build/public/templates/category.js: line 835, col 140, 'length' is defined but never used. +build/public/templates/category.js: line 835, col 133, 'index' is defined but never used. +build/public/templates/category.js: line 833, col 11, '__escape' is defined but never used. +build/public/templates/category.js: line 834, col 11, 'value' is defined but never used. +build/public/templates/category.js: line 832, col 77, 'helper' is defined but never used. +build/public/templates/category.js: line 847, col 3, Missing semicolon. +build/public/templates/category.js: line 5, col 46, 'define' is not defined. +build/public/templates/category.js: line 6, col 5, 'define' is not defined. + +build/public/templates/chat.js: line 12, col 497, Line is too long. +build/public/templates/chat.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 13, col 49, ['icon'] is better written in dot notation. +build/public/templates/chat.js: line 15, col 25, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 15, col 41, ['roomName'] is better written in dot notation. +build/public/templates/chat.js: line 17, col 37, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 17, col 53, ['icon'] is better written in dot notation. +build/public/templates/chat.js: line 19, col 37, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 19, col 53, ['roomName'] is better written in dot notation. +build/public/templates/chat.js: line 20, col 35, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 20, col 51, ['chatWithMessage'] is better written in dot notation. +build/public/templates/chat.js: line 21, col 1623, Line is too long. +build/public/templates/chat.js: line 22, col 33, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 22, col 49, ['notificationOptionsIcon'] is better written in dot notation. +build/public/templates/chat.js: line 23, col 114, Line is too long. +build/public/templates/chat.js: line 24, col 22, ['notificationOptions'] is better written in dot notation. +build/public/templates/chat.js: line 25, col 970, Line is too long. +build/public/templates/chat.js: line 26, col 25, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 26, col 41, ['isOwner'] is better written in dot notation. +build/public/templates/chat.js: line 27, col 232, Line is too long. +build/public/templates/chat.js: line 29, col 233, Line is too long. +build/public/templates/chat.js: line 30, col 118, Line is too long. +build/public/templates/chat.js: line 30, col 26, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 30, col 42, ['public'] is better written in dot notation. +build/public/templates/chat.js: line 30, col 81, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 30, col 97, ['isAdmin'] is better written in dot notation. +build/public/templates/chat.js: line 31, col 234, Line is too long. +build/public/templates/chat.js: line 34, col 25, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 34, col 41, ['users'] is better written in dot notation. +build/public/templates/chat.js: line 34, col 53, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 34, col 69, ['users'] is better written in dot notation. +build/public/templates/chat.js: line 34, col 78, ['length'] is better written in dot notation. +build/public/templates/chat.js: line 35, col 275, Line is too long. +build/public/templates/chat.js: line 36, col 29, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 36, col 45, ['users'] is better written in dot notation. +build/public/templates/chat.js: line 36, col 57, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 36, col 73, ['users'] is better written in dot notation. +build/public/templates/chat.js: line 38, col 124, Line is too long. +build/public/templates/chat.js: line 38, col 41, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 38, col 57, ['config'] is better written in dot notation. +build/public/templates/chat.js: line 38, col 70, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 38, col 86, ['config'] is better written in dot notation. +build/public/templates/chat.js: line 38, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/chat.js: line 40, col 155, Line is too long. +build/public/templates/chat.js: line 40, col 41, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 40, col 57, ['users'] is better written in dot notation. +build/public/templates/chat.js: line 40, col 69, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 40, col 85, ['users'] is better written in dot notation. +build/public/templates/chat.js: line 40, col 102, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 40, col 118, ['users'] is better written in dot notation. +build/public/templates/chat.js: line 40, col 132, ['userslug'] is better written in dot notation. +build/public/templates/chat.js: line 42, col 212, Line is too long. +build/public/templates/chat.js: line 42, col 82, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 42, col 98, ['users'] is better written in dot notation. +build/public/templates/chat.js: line 42, col 110, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 42, col 126, ['users'] is better written in dot notation. +build/public/templates/chat.js: line 42, col 175, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 46, col 29, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 46, col 45, ['users'] is better written in dot notation. +build/public/templates/chat.js: line 46, col 57, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 46, col 73, ['users'] is better written in dot notation. +build/public/templates/chat.js: line 48, col 124, Line is too long. +build/public/templates/chat.js: line 48, col 41, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 48, col 57, ['config'] is better written in dot notation. +build/public/templates/chat.js: line 48, col 70, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 48, col 86, ['config'] is better written in dot notation. +build/public/templates/chat.js: line 48, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/chat.js: line 50, col 155, Line is too long. +build/public/templates/chat.js: line 50, col 41, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 50, col 57, ['users'] is better written in dot notation. +build/public/templates/chat.js: line 50, col 69, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 50, col 85, ['users'] is better written in dot notation. +build/public/templates/chat.js: line 50, col 102, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 50, col 118, ['users'] is better written in dot notation. +build/public/templates/chat.js: line 50, col 132, ['userslug'] is better written in dot notation. +build/public/templates/chat.js: line 52, col 212, Line is too long. +build/public/templates/chat.js: line 52, col 82, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 52, col 98, ['users'] is better written in dot notation. +build/public/templates/chat.js: line 52, col 110, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 52, col 126, ['users'] is better written in dot notation. +build/public/templates/chat.js: line 52, col 175, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 56, col 29, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 56, col 45, ['users'] is better written in dot notation. +build/public/templates/chat.js: line 56, col 57, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 56, col 73, ['users'] is better written in dot notation. +build/public/templates/chat.js: line 58, col 124, Line is too long. +build/public/templates/chat.js: line 58, col 41, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 58, col 57, ['config'] is better written in dot notation. +build/public/templates/chat.js: line 58, col 70, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 58, col 86, ['config'] is better written in dot notation. +build/public/templates/chat.js: line 58, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/chat.js: line 60, col 155, Line is too long. +build/public/templates/chat.js: line 60, col 41, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 60, col 57, ['users'] is better written in dot notation. +build/public/templates/chat.js: line 60, col 69, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 60, col 85, ['users'] is better written in dot notation. +build/public/templates/chat.js: line 60, col 102, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 60, col 118, ['users'] is better written in dot notation. +build/public/templates/chat.js: line 60, col 132, ['userslug'] is better written in dot notation. +build/public/templates/chat.js: line 62, col 212, Line is too long. +build/public/templates/chat.js: line 62, col 82, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 62, col 98, ['users'] is better written in dot notation. +build/public/templates/chat.js: line 62, col 110, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 62, col 126, ['users'] is better written in dot notation. +build/public/templates/chat.js: line 62, col 175, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 66, col 124, Line is too long. +build/public/templates/chat.js: line 66, col 82, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 66, col 98, ['userCount'] is better written in dot notation. +build/public/templates/chat.js: line 69, col 774, Line is too long. +build/public/templates/chat.js: line 70, col 33, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 70, col 49, ['roomId'] is better written in dot notation. +build/public/templates/chat.js: line 71, col 154, Line is too long. +build/public/templates/chat.js: line 72, col 22, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 73, col 965, Line is too long. +build/public/templates/chat.js: line 74, col 25, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 74, col 41, ['canUpload'] is better written in dot notation. +build/public/templates/chat.js: line 75, col 215, Line is too long. +build/public/templates/chat.js: line 77, col 109, Line is too long. +build/public/templates/chat.js: line 78, col 25, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 78, col 41, ['roomName'] is better written in dot notation. +build/public/templates/chat.js: line 80, col 37, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 80, col 53, ['roomName'] is better written in dot notation. +build/public/templates/chat.js: line 83, col 242, Line is too long. +build/public/templates/chat.js: line 84, col 22, ['composerActions'] is better written in dot notation. +build/public/templates/chat.js: line 85, col 604, Line is too long. +build/public/templates/chat.js: line 86, col 33, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 86, col 49, ['maximumChatMessageLength'] is better written in dot notation. +build/public/templates/chat.js: line 87, col 337, Line is too long. +build/public/templates/chat.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/chat.js: line 94, col 127, Line is too long. +build/public/templates/chat.js: line 94, col 36, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 94, col 52, ['notificationOptions'] is better written in dot notation. +build/public/templates/chat.js: line 96, col 121, Line is too long. +build/public/templates/chat.js: line 97, col 192, Line is too long. +build/public/templates/chat.js: line 97, col 37, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 97, col 53, ['notificationOptions'] is better written in dot notation. +build/public/templates/chat.js: line 97, col 79, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 97, col 95, ['notificationOptions'] is better written in dot notation. +build/public/templates/chat.js: line 97, col 127, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 97, col 143, ['notificationOptions'] is better written in dot notation. +build/public/templates/chat.js: line 97, col 172, ['value'] is better written in dot notation. +build/public/templates/chat.js: line 99, col 191, Line is too long. +build/public/templates/chat.js: line 99, col 37, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 99, col 53, ['notificationOptions'] is better written in dot notation. +build/public/templates/chat.js: line 99, col 79, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 99, col 95, ['notificationOptions'] is better written in dot notation. +build/public/templates/chat.js: line 99, col 127, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 99, col 143, ['notificationOptions'] is better written in dot notation. +build/public/templates/chat.js: line 99, col 172, ['icon'] is better written in dot notation. +build/public/templates/chat.js: line 100, col 156, Line is too long. +build/public/templates/chat.js: line 101, col 192, Line is too long. +build/public/templates/chat.js: line 101, col 37, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 101, col 53, ['notificationOptions'] is better written in dot notation. +build/public/templates/chat.js: line 101, col 79, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 101, col 95, ['notificationOptions'] is better written in dot notation. +build/public/templates/chat.js: line 101, col 127, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 101, col 143, ['notificationOptions'] is better written in dot notation. +build/public/templates/chat.js: line 101, col 172, ['label'] is better written in dot notation. +build/public/templates/chat.js: line 103, col 185, Line is too long. +build/public/templates/chat.js: line 103, col 29, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 103, col 45, ['notificationOptions'] is better written in dot notation. +build/public/templates/chat.js: line 103, col 71, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 103, col 87, ['notificationOptions'] is better written in dot notation. +build/public/templates/chat.js: line 103, col 119, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 103, col 135, ['notificationOptions'] is better written in dot notation. +build/public/templates/chat.js: line 103, col 164, ['selected'] is better written in dot notation. +build/public/templates/chat.js: line 108, col 103, Line is too long. +build/public/templates/chat.js: line 109, col 199, Line is too long. +build/public/templates/chat.js: line 109, col 41, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 109, col 57, ['notificationOptions'] is better written in dot notation. +build/public/templates/chat.js: line 109, col 83, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 109, col 99, ['notificationOptions'] is better written in dot notation. +build/public/templates/chat.js: line 109, col 131, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 109, col 147, ['notificationOptions'] is better written in dot notation. +build/public/templates/chat.js: line 109, col 176, ['subLabel'] is better written in dot notation. +build/public/templates/chat.js: line 95, col 13, 'key' is defined but never used. +build/public/templates/chat.js: line 94, col 120, 'value' is defined but never used. +build/public/templates/chat.js: line 94, col 112, 'length' is defined but never used. +build/public/templates/chat.js: line 93, col 11, 'value' is defined but never used. +build/public/templates/chat.js: line 91, col 88, 'helper' is defined but never used. +build/public/templates/chat.js: line 124, col 116, Line is too long. +build/public/templates/chat.js: line 124, col 36, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 124, col 52, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 127, col 150, Line is too long. +build/public/templates/chat.js: line 127, col 29, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 127, col 45, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 127, col 60, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 127, col 76, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 127, col 97, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 127, col 113, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 127, col 131, ['system'] is better written in dot notation. +build/public/templates/chat.js: line 128, col 170, Line is too long. +build/public/templates/chat.js: line 129, col 167, Line is too long. +build/public/templates/chat.js: line 129, col 41, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 129, col 57, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 129, col 72, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 129, col 88, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 129, col 109, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 129, col 125, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 129, col 143, ['messageId'] is better written in dot notation. +build/public/templates/chat.js: line 131, col 165, Line is too long. +build/public/templates/chat.js: line 131, col 41, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 131, col 57, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 131, col 72, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 131, col 88, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 131, col 109, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 131, col 125, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 131, col 143, ['fromuid'] is better written in dot notation. +build/public/templates/chat.js: line 133, col 163, Line is too long. +build/public/templates/chat.js: line 133, col 41, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 133, col 57, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 133, col 72, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 133, col 88, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 133, col 109, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 133, col 125, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 133, col 143, ['index'] is better written in dot notation. +build/public/templates/chat.js: line 135, col 162, Line is too long. +build/public/templates/chat.js: line 135, col 41, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 135, col 57, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 135, col 72, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 135, col 88, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 135, col 109, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 135, col 125, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 135, col 143, ['self'] is better written in dot notation. +build/public/templates/chat.js: line 137, col 167, Line is too long. +build/public/templates/chat.js: line 137, col 41, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 137, col 57, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 137, col 72, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 137, col 88, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 137, col 109, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 137, col 125, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 137, col 143, ['timestamp'] is better written in dot notation. +build/public/templates/chat.js: line 138, col 112, Line is too long. +build/public/templates/chat.js: line 139, col 165, Line is too long. +build/public/templates/chat.js: line 139, col 41, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 139, col 57, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 139, col 72, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 139, col 88, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 139, col 109, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 139, col 125, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 139, col 143, ['content'] is better written in dot notation. +build/public/templates/chat.js: line 141, col 230, Line is too long. +build/public/templates/chat.js: line 141, col 41, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 141, col 57, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 141, col 72, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 141, col 88, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 141, col 109, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 141, col 125, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 141, col 143, ['fromUser'] is better written in dot notation. +build/public/templates/chat.js: line 141, col 158, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 141, col 174, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 141, col 192, ['fromUser'] is better written in dot notation. +build/public/templates/chat.js: line 141, col 204, ['displayname'] is better written in dot notation. +build/public/templates/chat.js: line 143, col 170, Line is too long. +build/public/templates/chat.js: line 143, col 41, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 143, col 57, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 143, col 72, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 143, col 88, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 143, col 109, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 143, col 125, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 143, col 143, ['timestampISO'] is better written in dot notation. +build/public/templates/chat.js: line 146, col 155, Line is too long. +build/public/templates/chat.js: line 146, col 33, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 146, col 49, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 146, col 64, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 146, col 80, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 146, col 101, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 146, col 117, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 146, col 135, ['deleted'] is better written in dot notation. +build/public/templates/chat.js: line 150, col 154, Line is too long. +build/public/templates/chat.js: line 150, col 33, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 150, col 49, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 150, col 64, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 150, col 80, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 150, col 101, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 150, col 117, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 150, col 135, ['pinned'] is better written in dot notation. +build/public/templates/chat.js: line 154, col 154, Line is too long. +build/public/templates/chat.js: line 154, col 33, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 154, col 49, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 154, col 64, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 154, col 80, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 154, col 101, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 154, col 117, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 154, col 135, ['newSet'] is better written in dot notation. +build/public/templates/chat.js: line 158, col 167, Line is too long. +build/public/templates/chat.js: line 158, col 41, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 158, col 57, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 158, col 72, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 158, col 88, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 158, col 109, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 158, col 125, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 158, col 143, ['messageId'] is better written in dot notation. +build/public/templates/chat.js: line 160, col 165, Line is too long. +build/public/templates/chat.js: line 160, col 41, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 160, col 57, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 160, col 72, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 160, col 88, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 160, col 109, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 160, col 125, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 160, col 143, ['fromuid'] is better written in dot notation. +build/public/templates/chat.js: line 162, col 163, Line is too long. +build/public/templates/chat.js: line 162, col 41, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 162, col 57, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 162, col 72, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 162, col 88, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 162, col 109, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 162, col 125, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 162, col 143, ['index'] is better written in dot notation. +build/public/templates/chat.js: line 164, col 162, Line is too long. +build/public/templates/chat.js: line 164, col 41, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 164, col 57, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 164, col 72, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 164, col 88, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 164, col 109, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 164, col 125, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 164, col 143, ['self'] is better written in dot notation. +build/public/templates/chat.js: line 166, col 164, Line is too long. +build/public/templates/chat.js: line 166, col 41, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 166, col 57, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 166, col 72, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 166, col 88, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 166, col 109, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 166, col 125, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 166, col 143, ['newSet'] is better written in dot notation. +build/public/templates/chat.js: line 168, col 167, Line is too long. +build/public/templates/chat.js: line 168, col 41, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 168, col 57, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 168, col 72, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 168, col 88, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 168, col 109, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 168, col 125, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 168, col 143, ['timestamp'] is better written in dot notation. +build/public/templates/chat.js: line 170, col 227, Line is too long. +build/public/templates/chat.js: line 170, col 41, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 170, col 57, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 170, col 72, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 170, col 88, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 170, col 109, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 170, col 125, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 170, col 143, ['fromUser'] is better written in dot notation. +build/public/templates/chat.js: line 170, col 158, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 170, col 174, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 170, col 192, ['fromUser'] is better written in dot notation. +build/public/templates/chat.js: line 170, col 204, ['username'] is better written in dot notation. +build/public/templates/chat.js: line 172, col 230, Line is too long. +build/public/templates/chat.js: line 172, col 41, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 172, col 57, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 172, col 72, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 172, col 88, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 172, col 109, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 172, col 125, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 172, col 143, ['fromUser'] is better written in dot notation. +build/public/templates/chat.js: line 172, col 158, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 172, col 174, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 172, col 192, ['fromUser'] is better written in dot notation. +build/public/templates/chat.js: line 172, col 204, ['displayname'] is better written in dot notation. +build/public/templates/chat.js: line 174, col 154, Line is too long. +build/public/templates/chat.js: line 174, col 33, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 174, col 49, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 174, col 64, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 174, col 80, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 174, col 101, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 174, col 117, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 174, col 135, ['parent'] is better written in dot notation. +build/public/templates/chat.js: line 175, col 133, Line is too long. +build/public/templates/chat.js: line 176, col 222, Line is too long. +build/public/templates/chat.js: line 176, col 45, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 176, col 61, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 176, col 76, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 176, col 92, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 176, col 113, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 176, col 129, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 176, col 147, ['parent'] is better written in dot notation. +build/public/templates/chat.js: line 176, col 160, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 176, col 176, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 176, col 194, ['parent'] is better written in dot notation. +build/public/templates/chat.js: line 176, col 204, ['mid'] is better written in dot notation. +build/public/templates/chat.js: line 178, col 226, Line is too long. +build/public/templates/chat.js: line 178, col 45, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 178, col 61, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 178, col 76, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 178, col 92, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 178, col 113, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 178, col 129, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 178, col 147, ['parent'] is better written in dot notation. +build/public/templates/chat.js: line 178, col 160, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 178, col 176, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 178, col 194, ['parent'] is better written in dot notation. +build/public/templates/chat.js: line 178, col 204, ['fromuid'] is better written in dot notation. +build/public/templates/chat.js: line 179, col 232, Line is too long. +build/public/templates/chat.js: line 180, col 128, Line is too long. +build/public/templates/chat.js: line 180, col 45, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 180, col 61, ['config'] is better written in dot notation. +build/public/templates/chat.js: line 180, col 74, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 180, col 90, ['config'] is better written in dot notation. +build/public/templates/chat.js: line 180, col 100, ['relative_path'] is better written in dot notation. +build/public/templates/chat.js: line 182, col 290, Line is too long. +build/public/templates/chat.js: line 182, col 45, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 182, col 61, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 182, col 76, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 182, col 92, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 182, col 113, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 182, col 129, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 182, col 147, ['parent'] is better written in dot notation. +build/public/templates/chat.js: line 182, col 160, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 182, col 176, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 182, col 194, ['parent'] is better written in dot notation. +build/public/templates/chat.js: line 182, col 204, ['user'] is better written in dot notation. +build/public/templates/chat.js: line 182, col 215, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 182, col 231, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 182, col 249, ['parent'] is better written in dot notation. +build/public/templates/chat.js: line 182, col 259, ['user'] is better written in dot notation. +build/public/templates/chat.js: line 182, col 267, ['userslug'] is better written in dot notation. +build/public/templates/chat.js: line 184, col 356, Line is too long. +build/public/templates/chat.js: line 184, col 86, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 184, col 102, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 184, col 117, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 184, col 133, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 184, col 154, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 184, col 170, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 184, col 188, ['parent'] is better written in dot notation. +build/public/templates/chat.js: line 184, col 201, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 184, col 217, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 184, col 235, ['parent'] is better written in dot notation. +build/public/templates/chat.js: line 184, col 245, ['user'] is better written in dot notation. +build/public/templates/chat.js: line 184, col 288, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 185, col 113, Line is too long. +build/public/templates/chat.js: line 186, col 128, Line is too long. +build/public/templates/chat.js: line 186, col 45, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 186, col 61, ['config'] is better written in dot notation. +build/public/templates/chat.js: line 186, col 74, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 186, col 90, ['config'] is better written in dot notation. +build/public/templates/chat.js: line 186, col 100, ['relative_path'] is better written in dot notation. +build/public/templates/chat.js: line 188, col 290, Line is too long. +build/public/templates/chat.js: line 188, col 45, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 188, col 61, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 188, col 76, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 188, col 92, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 188, col 113, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 188, col 129, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 188, col 147, ['parent'] is better written in dot notation. +build/public/templates/chat.js: line 188, col 160, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 188, col 176, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 188, col 194, ['parent'] is better written in dot notation. +build/public/templates/chat.js: line 188, col 204, ['user'] is better written in dot notation. +build/public/templates/chat.js: line 188, col 215, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 188, col 231, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 188, col 249, ['parent'] is better written in dot notation. +build/public/templates/chat.js: line 188, col 259, ['user'] is better written in dot notation. +build/public/templates/chat.js: line 188, col 267, ['userslug'] is better written in dot notation. +build/public/templates/chat.js: line 190, col 293, Line is too long. +build/public/templates/chat.js: line 190, col 45, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 190, col 61, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 190, col 76, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 190, col 92, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 190, col 113, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 190, col 129, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 190, col 147, ['parent'] is better written in dot notation. +build/public/templates/chat.js: line 190, col 160, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 190, col 176, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 190, col 194, ['parent'] is better written in dot notation. +build/public/templates/chat.js: line 190, col 204, ['user'] is better written in dot notation. +build/public/templates/chat.js: line 190, col 215, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 190, col 231, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 190, col 249, ['parent'] is better written in dot notation. +build/public/templates/chat.js: line 190, col 259, ['user'] is better written in dot notation. +build/public/templates/chat.js: line 190, col 267, ['displayname'] is better written in dot notation. +build/public/templates/chat.js: line 191, col 114, Line is too long. +build/public/templates/chat.js: line 192, col 231, Line is too long. +build/public/templates/chat.js: line 192, col 45, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 192, col 61, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 192, col 76, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 192, col 92, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 192, col 113, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 192, col 129, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 192, col 147, ['parent'] is better written in dot notation. +build/public/templates/chat.js: line 192, col 160, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 192, col 176, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 192, col 194, ['parent'] is better written in dot notation. +build/public/templates/chat.js: line 192, col 204, ['timestampISO'] is better written in dot notation. +build/public/templates/chat.js: line 193, col 141, Line is too long. +build/public/templates/chat.js: line 194, col 226, Line is too long. +build/public/templates/chat.js: line 194, col 45, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 194, col 61, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 194, col 76, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 194, col 92, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 194, col 113, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 194, col 129, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 194, col 147, ['parent'] is better written in dot notation. +build/public/templates/chat.js: line 194, col 160, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 194, col 176, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 194, col 194, ['parent'] is better written in dot notation. +build/public/templates/chat.js: line 194, col 204, ['content'] is better written in dot notation. +build/public/templates/chat.js: line 198, col 154, Line is too long. +build/public/templates/chat.js: line 198, col 33, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 198, col 49, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 198, col 64, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 198, col 80, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 198, col 101, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 198, col 117, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 198, col 135, ['newSet'] is better written in dot notation. +build/public/templates/chat.js: line 202, col 124, Line is too long. +build/public/templates/chat.js: line 202, col 41, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 202, col 57, ['config'] is better written in dot notation. +build/public/templates/chat.js: line 202, col 70, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 202, col 86, ['config'] is better written in dot notation. +build/public/templates/chat.js: line 202, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/chat.js: line 204, col 227, Line is too long. +build/public/templates/chat.js: line 204, col 41, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 204, col 57, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 204, col 72, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 204, col 88, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 204, col 109, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 204, col 125, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 204, col 143, ['fromUser'] is better written in dot notation. +build/public/templates/chat.js: line 204, col 158, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 204, col 174, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 204, col 192, ['fromUser'] is better written in dot notation. +build/public/templates/chat.js: line 204, col 204, ['userslug'] is better written in dot notation. +build/public/templates/chat.js: line 206, col 286, Line is too long. +build/public/templates/chat.js: line 206, col 82, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 206, col 98, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 206, col 113, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 206, col 129, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 206, col 150, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 206, col 166, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 206, col 184, ['fromUser'] is better written in dot notation. +build/public/templates/chat.js: line 206, col 231, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 208, col 124, Line is too long. +build/public/templates/chat.js: line 208, col 41, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 208, col 57, ['config'] is better written in dot notation. +build/public/templates/chat.js: line 208, col 70, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 208, col 86, ['config'] is better written in dot notation. +build/public/templates/chat.js: line 208, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/chat.js: line 210, col 227, Line is too long. +build/public/templates/chat.js: line 210, col 41, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 210, col 57, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 210, col 72, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 210, col 88, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 210, col 109, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 210, col 125, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 210, col 143, ['fromUser'] is better written in dot notation. +build/public/templates/chat.js: line 210, col 158, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 210, col 174, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 210, col 192, ['fromUser'] is better written in dot notation. +build/public/templates/chat.js: line 210, col 204, ['userslug'] is better written in dot notation. +build/public/templates/chat.js: line 212, col 230, Line is too long. +build/public/templates/chat.js: line 212, col 41, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 212, col 57, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 212, col 72, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 212, col 88, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 212, col 109, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 212, col 125, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 212, col 143, ['fromUser'] is better written in dot notation. +build/public/templates/chat.js: line 212, col 158, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 212, col 174, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 212, col 192, ['fromUser'] is better written in dot notation. +build/public/templates/chat.js: line 212, col 204, ['displayname'] is better written in dot notation. +build/public/templates/chat.js: line 214, col 215, Line is too long. +build/public/templates/chat.js: line 214, col 33, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 214, col 49, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 214, col 64, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 214, col 80, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 214, col 101, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 214, col 117, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 214, col 135, ['fromUser'] is better written in dot notation. +build/public/templates/chat.js: line 214, col 150, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 214, col 166, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 214, col 184, ['fromUser'] is better written in dot notation. +build/public/templates/chat.js: line 214, col 196, ['banned'] is better written in dot notation. +build/public/templates/chat.js: line 218, col 216, Line is too long. +build/public/templates/chat.js: line 218, col 33, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 218, col 49, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 218, col 64, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 218, col 80, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 218, col 101, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 218, col 117, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 218, col 135, ['fromUser'] is better written in dot notation. +build/public/templates/chat.js: line 218, col 150, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 218, col 166, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 218, col 184, ['fromUser'] is better written in dot notation. +build/public/templates/chat.js: line 218, col 196, ['deleted'] is better written in dot notation. +build/public/templates/chat.js: line 222, col 170, Line is too long. +build/public/templates/chat.js: line 222, col 41, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 222, col 57, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 222, col 72, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 222, col 88, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 222, col 109, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 222, col 125, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 222, col 143, ['timestampISO'] is better written in dot notation. +build/public/templates/chat.js: line 224, col 154, Line is too long. +build/public/templates/chat.js: line 224, col 33, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 224, col 49, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 224, col 64, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 224, col 80, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 224, col 101, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 224, col 117, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 224, col 135, ['edited'] is better written in dot notation. +build/public/templates/chat.js: line 228, col 314, Line is too long. +build/public/templates/chat.js: line 228, col 92, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 228, col 108, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 228, col 123, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 228, col 139, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 228, col 160, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 228, col 176, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 228, col 194, ['editedISO'] is better written in dot notation. +build/public/templates/chat.js: line 228, col 234, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 228, col 250, ['config'] is better written in dot notation. +build/public/templates/chat.js: line 228, col 263, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 228, col 279, ['config'] is better written in dot notation. +build/public/templates/chat.js: line 228, col 289, ['userLang'] is better written in dot notation. +build/public/templates/chat.js: line 229, col 210, Line is too long. +build/public/templates/chat.js: line 230, col 165, Line is too long. +build/public/templates/chat.js: line 230, col 41, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 230, col 57, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 230, col 72, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 230, col 88, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 230, col 109, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 230, col 125, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 230, col 143, ['content'] is better written in dot notation. +build/public/templates/chat.js: line 231, col 828, Line is too long. +build/public/templates/chat.js: line 232, col 337, Line is too long. +build/public/templates/chat.js: line 232, col 34, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 232, col 50, ['isAdminOrGlobalMod'] is better written in dot notation. +build/public/templates/chat.js: line 232, col 103, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 232, col 119, ['config'] is better written in dot notation. +build/public/templates/chat.js: line 232, col 132, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 232, col 148, ['config'] is better written in dot notation. +build/public/templates/chat.js: line 232, col 158, ['disableChatMessageEditing'] is better written in dot notation. +build/public/templates/chat.js: line 232, col 216, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 232, col 232, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 232, col 247, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 232, col 263, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 232, col 284, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 232, col 300, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 232, col 318, ['self'] is better written in dot notation. +build/public/templates/chat.js: line 233, col 721, Line is too long. +build/public/templates/chat.js: line 236, col 138, Line is too long. +build/public/templates/chat.js: line 236, col 34, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 236, col 50, ['isAdminOrGlobalMod'] is better written in dot notation. +build/public/templates/chat.js: line 236, col 101, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 236, col 117, ['isOwner'] is better written in dot notation. +build/public/templates/chat.js: line 237, col 569, Line is too long. +build/public/templates/chat.js: line 240, col 33, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 240, col 49, ['isAdminOrGlobalMod'] is better written in dot notation. +build/public/templates/chat.js: line 241, col 428, Line is too long. +build/public/templates/chat.js: line 243, col 112, Line is too long. +build/public/templates/chat.js: line 244, col 161, Line is too long. +build/public/templates/chat.js: line 244, col 41, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 244, col 57, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 244, col 72, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 244, col 88, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 244, col 109, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 244, col 125, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 244, col 143, ['mid'] is better written in dot notation. +build/public/templates/chat.js: line 245, col 278, Line is too long. +build/public/templates/chat.js: line 246, col 161, Line is too long. +build/public/templates/chat.js: line 246, col 41, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 246, col 57, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 246, col 72, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 246, col 88, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 246, col 109, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 246, col 125, ['messages'] is better written in dot notation. +build/public/templates/chat.js: line 246, col 143, ['mid'] is better written in dot notation. +build/public/templates/chat.js: line 247, col 234, Line is too long. +build/public/templates/chat.js: line 125, col 13, 'key' is defined but never used. +build/public/templates/chat.js: line 124, col 109, 'value' is defined but never used. +build/public/templates/chat.js: line 124, col 101, 'length' is defined but never used. +build/public/templates/chat.js: line 124, col 94, 'index' is defined but never used. +build/public/templates/chat.js: line 123, col 11, 'value' is defined but never used. +build/public/templates/chat.js: line 256, col 123, Line is too long. +build/public/templates/chat.js: line 256, col 36, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 256, col 52, ['composerActions'] is better written in dot notation. +build/public/templates/chat.js: line 259, col 181, Line is too long. +build/public/templates/chat.js: line 259, col 37, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 259, col 53, ['composerActions'] is better written in dot notation. +build/public/templates/chat.js: line 259, col 75, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 259, col 91, ['composerActions'] is better written in dot notation. +build/public/templates/chat.js: line 259, col 119, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 259, col 135, ['composerActions'] is better written in dot notation. +build/public/templates/chat.js: line 259, col 160, ['action'] is better written in dot notation. +build/public/templates/chat.js: line 261, col 180, Line is too long. +build/public/templates/chat.js: line 261, col 37, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 261, col 53, ['composerActions'] is better written in dot notation. +build/public/templates/chat.js: line 261, col 75, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 261, col 91, ['composerActions'] is better written in dot notation. +build/public/templates/chat.js: line 261, col 119, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 261, col 135, ['composerActions'] is better written in dot notation. +build/public/templates/chat.js: line 263, col 180, Line is too long. +build/public/templates/chat.js: line 263, col 37, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 263, col 53, ['composerActions'] is better written in dot notation. +build/public/templates/chat.js: line 263, col 75, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 263, col 91, ['composerActions'] is better written in dot notation. +build/public/templates/chat.js: line 263, col 119, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 263, col 135, ['composerActions'] is better written in dot notation. +build/public/templates/chat.js: line 263, col 160, ['title'] is better written in dot notation. +build/public/templates/chat.js: line 265, col 179, Line is too long. +build/public/templates/chat.js: line 265, col 37, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 265, col 53, ['composerActions'] is better written in dot notation. +build/public/templates/chat.js: line 265, col 75, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 265, col 91, ['composerActions'] is better written in dot notation. +build/public/templates/chat.js: line 265, col 119, Expected '!==' and instead saw '!='. +build/public/templates/chat.js: line 265, col 135, ['composerActions'] is better written in dot notation. +build/public/templates/chat.js: line 265, col 160, ['icon'] is better written in dot notation. +build/public/templates/chat.js: line 257, col 13, 'key' is defined but never used. +build/public/templates/chat.js: line 256, col 116, 'value' is defined but never used. +build/public/templates/chat.js: line 256, col 108, 'length' is defined but never used. +build/public/templates/chat.js: line 256, col 101, 'index' is defined but never used. +build/public/templates/chat.js: line 255, col 11, 'value' is defined but never used. +build/public/templates/chat.js: line 253, col 80, 'helper' is defined but never used. +build/public/templates/chat.js: line 274, col 3, Missing semicolon. +build/public/templates/chat.js: line 5, col 46, 'define' is not defined. +build/public/templates/chat.js: line 6, col 5, 'define' is not defined. + +build/public/templates/chats.js: line 13, col 153, Line is too long. +build/public/templates/chats.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 13, col 41, ['widgets'] is better written in dot notation. +build/public/templates/chats.js: line 13, col 55, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 13, col 71, ['widgets'] is better written in dot notation. +build/public/templates/chats.js: line 13, col 82, ['sidebar'] is better written in dot notation. +build/public/templates/chats.js: line 13, col 96, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 13, col 112, ['widgets'] is better written in dot notation. +build/public/templates/chats.js: line 13, col 123, ['sidebar'] is better written in dot notation. +build/public/templates/chats.js: line 13, col 134, ['length'] is better written in dot notation. +build/public/templates/chats.js: line 16, col 189, Line is too long. +build/public/templates/chats.js: line 17, col 25, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 17, col 41, ['roomId'] is better written in dot notation. +build/public/templates/chats.js: line 20, col 143, Line is too long. +build/public/templates/chats.js: line 21, col 109, Line is too long. +build/public/templates/chats.js: line 21, col 25, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 21, col 41, ['publicRooms'] is better written in dot notation. +build/public/templates/chats.js: line 21, col 59, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 21, col 75, ['publicRooms'] is better written in dot notation. +build/public/templates/chats.js: line 21, col 90, ['length'] is better written in dot notation. +build/public/templates/chats.js: line 22, col 515, Line is too long. +build/public/templates/chats.js: line 23, col 123, Line is too long. +build/public/templates/chats.js: line 23, col 37, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 23, col 53, ['publicRooms'] is better written in dot notation. +build/public/templates/chats.js: line 23, col 71, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 23, col 87, ['publicRooms'] is better written in dot notation. +build/public/templates/chats.js: line 23, col 102, ['length'] is better written in dot notation. +build/public/templates/chats.js: line 24, col 154, Line is too long. +build/public/templates/chats.js: line 25, col 26, ['publicRooms'] is better written in dot notation. +build/public/templates/chats.js: line 29, col 25, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 29, col 41, ['rooms'] is better written in dot notation. +build/public/templates/chats.js: line 29, col 53, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 29, col 69, ['rooms'] is better written in dot notation. +build/public/templates/chats.js: line 29, col 78, ['length'] is better written in dot notation. +build/public/templates/chats.js: line 30, col 453, Line is too long. +build/public/templates/chats.js: line 31, col 37, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 31, col 53, ['privateRoomCount'] is better written in dot notation. +build/public/templates/chats.js: line 34, col 170, Line is too long. +build/public/templates/chats.js: line 35, col 33, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 35, col 49, ['nextStart'] is better written in dot notation. +build/public/templates/chats.js: line 37, col 22, ['rooms'] is better written in dot notation. +build/public/templates/chats.js: line 38, col 181, Line is too long. +build/public/templates/chats.js: line 39, col 33, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 39, col 49, ['roomId'] is better written in dot notation. +build/public/templates/chats.js: line 41, col 151, Line is too long. +build/public/templates/chats.js: line 41, col 25, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 41, col 41, ['widgets'] is better written in dot notation. +build/public/templates/chats.js: line 41, col 55, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 41, col 71, ['widgets'] is better written in dot notation. +build/public/templates/chats.js: line 41, col 82, ['header'] is better written in dot notation. +build/public/templates/chats.js: line 41, col 95, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 41, col 111, ['widgets'] is better written in dot notation. +build/public/templates/chats.js: line 41, col 122, ['header'] is better written in dot notation. +build/public/templates/chats.js: line 41, col 132, ['length'] is better written in dot notation. +build/public/templates/chats.js: line 47, col 25, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 47, col 41, ['roomId'] is better written in dot notation. +build/public/templates/chats.js: line 48, col 427, Line is too long. +build/public/templates/chats.js: line 49, col 29, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 49, col 45, ['roomName'] is better written in dot notation. +build/public/templates/chats.js: line 51, col 41, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 51, col 57, ['icon'] is better written in dot notation. +build/public/templates/chats.js: line 53, col 41, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 53, col 57, ['roomName'] is better written in dot notation. +build/public/templates/chats.js: line 54, col 39, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 54, col 55, ['chatWithMessage'] is better written in dot notation. +build/public/templates/chats.js: line 55, col 1290, Line is too long. +build/public/templates/chats.js: line 56, col 37, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 56, col 53, ['notificationOptionsIcon'] is better written in dot notation. +build/public/templates/chats.js: line 57, col 118, Line is too long. +build/public/templates/chats.js: line 58, col 26, ['notificationOptions'] is better written in dot notation. +build/public/templates/chats.js: line 59, col 974, Line is too long. +build/public/templates/chats.js: line 60, col 29, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 60, col 45, ['isOwner'] is better written in dot notation. +build/public/templates/chats.js: line 61, col 236, Line is too long. +build/public/templates/chats.js: line 63, col 237, Line is too long. +build/public/templates/chats.js: line 64, col 122, Line is too long. +build/public/templates/chats.js: line 64, col 30, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 64, col 46, ['public'] is better written in dot notation. +build/public/templates/chats.js: line 64, col 85, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 64, col 101, ['isAdmin'] is better written in dot notation. +build/public/templates/chats.js: line 65, col 238, Line is too long. +build/public/templates/chats.js: line 68, col 101, Line is too long. +build/public/templates/chats.js: line 68, col 29, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 68, col 45, ['users'] is better written in dot notation. +build/public/templates/chats.js: line 68, col 57, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 68, col 73, ['users'] is better written in dot notation. +build/public/templates/chats.js: line 68, col 82, ['length'] is better written in dot notation. +build/public/templates/chats.js: line 69, col 279, Line is too long. +build/public/templates/chats.js: line 70, col 33, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 70, col 49, ['users'] is better written in dot notation. +build/public/templates/chats.js: line 70, col 61, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 70, col 77, ['users'] is better written in dot notation. +build/public/templates/chats.js: line 71, col 102, Line is too long. +build/public/templates/chats.js: line 72, col 128, Line is too long. +build/public/templates/chats.js: line 72, col 45, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 72, col 61, ['config'] is better written in dot notation. +build/public/templates/chats.js: line 72, col 74, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 72, col 90, ['config'] is better written in dot notation. +build/public/templates/chats.js: line 72, col 100, ['relative_path'] is better written in dot notation. +build/public/templates/chats.js: line 74, col 159, Line is too long. +build/public/templates/chats.js: line 74, col 45, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 74, col 61, ['users'] is better written in dot notation. +build/public/templates/chats.js: line 74, col 73, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 74, col 89, ['users'] is better written in dot notation. +build/public/templates/chats.js: line 74, col 106, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 74, col 122, ['users'] is better written in dot notation. +build/public/templates/chats.js: line 74, col 136, ['userslug'] is better written in dot notation. +build/public/templates/chats.js: line 76, col 216, Line is too long. +build/public/templates/chats.js: line 76, col 86, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 76, col 102, ['users'] is better written in dot notation. +build/public/templates/chats.js: line 76, col 114, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 76, col 130, ['users'] is better written in dot notation. +build/public/templates/chats.js: line 76, col 179, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 80, col 33, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 80, col 49, ['users'] is better written in dot notation. +build/public/templates/chats.js: line 80, col 61, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 80, col 77, ['users'] is better written in dot notation. +build/public/templates/chats.js: line 81, col 102, Line is too long. +build/public/templates/chats.js: line 82, col 128, Line is too long. +build/public/templates/chats.js: line 82, col 45, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 82, col 61, ['config'] is better written in dot notation. +build/public/templates/chats.js: line 82, col 74, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 82, col 90, ['config'] is better written in dot notation. +build/public/templates/chats.js: line 82, col 100, ['relative_path'] is better written in dot notation. +build/public/templates/chats.js: line 84, col 159, Line is too long. +build/public/templates/chats.js: line 84, col 45, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 84, col 61, ['users'] is better written in dot notation. +build/public/templates/chats.js: line 84, col 73, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 84, col 89, ['users'] is better written in dot notation. +build/public/templates/chats.js: line 84, col 106, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 84, col 122, ['users'] is better written in dot notation. +build/public/templates/chats.js: line 84, col 136, ['userslug'] is better written in dot notation. +build/public/templates/chats.js: line 86, col 216, Line is too long. +build/public/templates/chats.js: line 86, col 86, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 86, col 102, ['users'] is better written in dot notation. +build/public/templates/chats.js: line 86, col 114, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 86, col 130, ['users'] is better written in dot notation. +build/public/templates/chats.js: line 86, col 179, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 90, col 33, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 90, col 49, ['users'] is better written in dot notation. +build/public/templates/chats.js: line 90, col 61, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 90, col 77, ['users'] is better written in dot notation. +build/public/templates/chats.js: line 91, col 102, Line is too long. +build/public/templates/chats.js: line 92, col 128, Line is too long. +build/public/templates/chats.js: line 92, col 45, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 92, col 61, ['config'] is better written in dot notation. +build/public/templates/chats.js: line 92, col 74, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 92, col 90, ['config'] is better written in dot notation. +build/public/templates/chats.js: line 92, col 100, ['relative_path'] is better written in dot notation. +build/public/templates/chats.js: line 94, col 159, Line is too long. +build/public/templates/chats.js: line 94, col 45, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 94, col 61, ['users'] is better written in dot notation. +build/public/templates/chats.js: line 94, col 73, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 94, col 89, ['users'] is better written in dot notation. +build/public/templates/chats.js: line 94, col 106, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 94, col 122, ['users'] is better written in dot notation. +build/public/templates/chats.js: line 94, col 136, ['userslug'] is better written in dot notation. +build/public/templates/chats.js: line 96, col 216, Line is too long. +build/public/templates/chats.js: line 96, col 86, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 96, col 102, ['users'] is better written in dot notation. +build/public/templates/chats.js: line 96, col 114, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 96, col 130, ['users'] is better written in dot notation. +build/public/templates/chats.js: line 96, col 179, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 100, col 128, Line is too long. +build/public/templates/chats.js: line 100, col 86, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 100, col 102, ['userCount'] is better written in dot notation. +build/public/templates/chats.js: line 103, col 601, Line is too long. +build/public/templates/chats.js: line 104, col 37, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 104, col 53, ['roomId'] is better written in dot notation. +build/public/templates/chats.js: line 105, col 174, Line is too long. +build/public/templates/chats.js: line 106, col 26, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 107, col 969, Line is too long. +build/public/templates/chats.js: line 108, col 29, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 108, col 45, ['canUpload'] is better written in dot notation. +build/public/templates/chats.js: line 109, col 219, Line is too long. +build/public/templates/chats.js: line 111, col 113, Line is too long. +build/public/templates/chats.js: line 112, col 29, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 112, col 45, ['roomName'] is better written in dot notation. +build/public/templates/chats.js: line 114, col 41, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 114, col 57, ['roomName'] is better written in dot notation. +build/public/templates/chats.js: line 117, col 246, Line is too long. +build/public/templates/chats.js: line 118, col 26, ['composerActions'] is better written in dot notation. +build/public/templates/chats.js: line 119, col 608, Line is too long. +build/public/templates/chats.js: line 120, col 37, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 120, col 53, ['maximumChatMessageLength'] is better written in dot notation. +build/public/templates/chats.js: line 121, col 388, Line is too long. +build/public/templates/chats.js: line 122, col 26, ['users'] is better written in dot notation. +build/public/templates/chats.js: line 123, col 685, Line is too long. +build/public/templates/chats.js: line 124, col 215, Line is too long. +build/public/templates/chats.js: line 125, col 195, Line is too long. +build/public/templates/chats.js: line 126, col 153, Line is too long. +build/public/templates/chats.js: line 126, col 25, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 126, col 41, ['widgets'] is better written in dot notation. +build/public/templates/chats.js: line 126, col 55, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 126, col 71, ['widgets'] is better written in dot notation. +build/public/templates/chats.js: line 126, col 82, ['sidebar'] is better written in dot notation. +build/public/templates/chats.js: line 126, col 96, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 126, col 112, ['widgets'] is better written in dot notation. +build/public/templates/chats.js: line 126, col 123, ['sidebar'] is better written in dot notation. +build/public/templates/chats.js: line 126, col 134, ['length'] is better written in dot notation. +build/public/templates/chats.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/chats.js: line 138, col 119, Line is too long. +build/public/templates/chats.js: line 138, col 36, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 138, col 52, ['publicRooms'] is better written in dot notation. +build/public/templates/chats.js: line 140, col 139, Line is too long. +build/public/templates/chats.js: line 141, col 159, Line is too long. +build/public/templates/chats.js: line 141, col 29, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 141, col 45, ['publicRooms'] is better written in dot notation. +build/public/templates/chats.js: line 141, col 63, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 141, col 79, ['publicRooms'] is better written in dot notation. +build/public/templates/chats.js: line 141, col 103, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 141, col 119, ['publicRooms'] is better written in dot notation. +build/public/templates/chats.js: line 141, col 140, ['unread'] is better written in dot notation. +build/public/templates/chats.js: line 145, col 169, Line is too long. +build/public/templates/chats.js: line 145, col 37, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 145, col 53, ['publicRooms'] is better written in dot notation. +build/public/templates/chats.js: line 145, col 71, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 145, col 87, ['publicRooms'] is better written in dot notation. +build/public/templates/chats.js: line 145, col 111, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 145, col 127, ['publicRooms'] is better written in dot notation. +build/public/templates/chats.js: line 145, col 148, ['roomId'] is better written in dot notation. +build/public/templates/chats.js: line 147, col 167, Line is too long. +build/public/templates/chats.js: line 147, col 37, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 147, col 53, ['publicRooms'] is better written in dot notation. +build/public/templates/chats.js: line 147, col 71, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 147, col 87, ['publicRooms'] is better written in dot notation. +build/public/templates/chats.js: line 147, col 111, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 147, col 127, ['publicRooms'] is better written in dot notation. +build/public/templates/chats.js: line 147, col 148, ['icon'] is better written in dot notation. +build/public/templates/chats.js: line 149, col 171, Line is too long. +build/public/templates/chats.js: line 149, col 37, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 149, col 53, ['publicRooms'] is better written in dot notation. +build/public/templates/chats.js: line 149, col 71, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 149, col 87, ['publicRooms'] is better written in dot notation. +build/public/templates/chats.js: line 149, col 111, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 149, col 127, ['publicRooms'] is better written in dot notation. +build/public/templates/chats.js: line 149, col 148, ['roomName'] is better written in dot notation. +build/public/templates/chats.js: line 151, col 174, Line is too long. +build/public/templates/chats.js: line 151, col 37, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 151, col 53, ['publicRooms'] is better written in dot notation. +build/public/templates/chats.js: line 151, col 71, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 151, col 87, ['publicRooms'] is better written in dot notation. +build/public/templates/chats.js: line 151, col 111, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 151, col 127, ['publicRooms'] is better written in dot notation. +build/public/templates/chats.js: line 151, col 148, ['unreadCount'] is better written in dot notation. +build/public/templates/chats.js: line 153, col 164, Line is too long. +build/public/templates/chats.js: line 153, col 29, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 153, col 45, ['publicRooms'] is better written in dot notation. +build/public/templates/chats.js: line 153, col 63, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 153, col 79, ['publicRooms'] is better written in dot notation. +build/public/templates/chats.js: line 153, col 103, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 153, col 119, ['publicRooms'] is better written in dot notation. +build/public/templates/chats.js: line 153, col 140, ['unreadCount'] is better written in dot notation. +build/public/templates/chats.js: line 157, col 178, Line is too long. +build/public/templates/chats.js: line 157, col 37, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 157, col 53, ['publicRooms'] is better written in dot notation. +build/public/templates/chats.js: line 157, col 71, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 157, col 87, ['publicRooms'] is better written in dot notation. +build/public/templates/chats.js: line 157, col 111, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 157, col 127, ['publicRooms'] is better written in dot notation. +build/public/templates/chats.js: line 157, col 148, ['unreadCountText'] is better written in dot notation. +build/public/templates/chats.js: line 158, col 103, Line is too long. +build/public/templates/chats.js: line 159, col 29, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 159, col 45, ['isAdmin'] is better written in dot notation. +build/public/templates/chats.js: line 139, col 13, 'key' is defined but never used. +build/public/templates/chats.js: line 138, col 112, 'value' is defined but never used. +build/public/templates/chats.js: line 138, col 104, 'length' is defined but never used. +build/public/templates/chats.js: line 138, col 97, 'index' is defined but never used. +build/public/templates/chats.js: line 137, col 11, 'value' is defined but never used. +build/public/templates/chats.js: line 135, col 72, 'helper' is defined but never used. +build/public/templates/chats.js: line 170, col 113, Line is too long. +build/public/templates/chats.js: line 170, col 36, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 170, col 52, ['rooms'] is better written in dot notation. +build/public/templates/chats.js: line 173, col 30, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 173, col 46, ['loadingMore'] is better written in dot notation. +build/public/templates/chats.js: line 177, col 151, Line is too long. +build/public/templates/chats.js: line 177, col 37, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 177, col 53, ['rooms'] is better written in dot notation. +build/public/templates/chats.js: line 177, col 65, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 177, col 81, ['rooms'] is better written in dot notation. +build/public/templates/chats.js: line 177, col 99, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 177, col 115, ['rooms'] is better written in dot notation. +build/public/templates/chats.js: line 177, col 130, ['roomId'] is better written in dot notation. +build/public/templates/chats.js: line 179, col 141, Line is too long. +build/public/templates/chats.js: line 179, col 29, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 179, col 45, ['rooms'] is better written in dot notation. +build/public/templates/chats.js: line 179, col 57, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 179, col 73, ['rooms'] is better written in dot notation. +build/public/templates/chats.js: line 179, col 91, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 179, col 107, ['rooms'] is better written in dot notation. +build/public/templates/chats.js: line 179, col 122, ['unread'] is better written in dot notation. +build/public/templates/chats.js: line 182, col 266, Line is too long. +build/public/templates/chats.js: line 183, col 193, Line is too long. +build/public/templates/chats.js: line 183, col 29, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 183, col 45, ['rooms'] is better written in dot notation. +build/public/templates/chats.js: line 183, col 57, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 183, col 73, ['rooms'] is better written in dot notation. +build/public/templates/chats.js: line 183, col 91, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 183, col 107, ['rooms'] is better written in dot notation. +build/public/templates/chats.js: line 183, col 122, ['users'] is better written in dot notation. +build/public/templates/chats.js: line 183, col 134, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 183, col 150, ['rooms'] is better written in dot notation. +build/public/templates/chats.js: line 183, col 165, ['users'] is better written in dot notation. +build/public/templates/chats.js: line 183, col 174, ['length'] is better written in dot notation. +build/public/templates/chats.js: line 185, col 148, Line is too long. +build/public/templates/chats.js: line 185, col 33, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 185, col 49, ['rooms'] is better written in dot notation. +build/public/templates/chats.js: line 185, col 61, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 185, col 77, ['rooms'] is better written in dot notation. +build/public/templates/chats.js: line 185, col 95, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 185, col 111, ['rooms'] is better written in dot notation. +build/public/templates/chats.js: line 185, col 126, ['groupChat'] is better written in dot notation. +build/public/templates/chats.js: line 186, col 136, Line is too long. +build/public/templates/chats.js: line 187, col 128, Line is too long. +build/public/templates/chats.js: line 187, col 45, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 187, col 61, ['config'] is better written in dot notation. +build/public/templates/chats.js: line 187, col 74, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 187, col 90, ['config'] is better written in dot notation. +build/public/templates/chats.js: line 187, col 100, ['relative_path'] is better written in dot notation. +build/public/templates/chats.js: line 189, col 266, Line is too long. +build/public/templates/chats.js: line 189, col 45, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 189, col 61, ['rooms'] is better written in dot notation. +build/public/templates/chats.js: line 189, col 73, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 189, col 89, ['rooms'] is better written in dot notation. +build/public/templates/chats.js: line 189, col 107, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 189, col 123, ['rooms'] is better written in dot notation. +build/public/templates/chats.js: line 189, col 138, ['users'] is better written in dot notation. +build/public/templates/chats.js: line 189, col 150, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 189, col 166, ['rooms'] is better written in dot notation. +build/public/templates/chats.js: line 189, col 181, ['users'] is better written in dot notation. +build/public/templates/chats.js: line 189, col 198, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 189, col 214, ['rooms'] is better written in dot notation. +build/public/templates/chats.js: line 189, col 229, ['users'] is better written in dot notation. +build/public/templates/chats.js: line 189, col 243, ['userslug'] is better written in dot notation. +build/public/templates/chats.js: line 191, col 308, Line is too long. +build/public/templates/chats.js: line 191, col 86, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 191, col 102, ['rooms'] is better written in dot notation. +build/public/templates/chats.js: line 191, col 114, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 191, col 130, ['rooms'] is better written in dot notation. +build/public/templates/chats.js: line 191, col 148, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 191, col 164, ['rooms'] is better written in dot notation. +build/public/templates/chats.js: line 191, col 179, ['users'] is better written in dot notation. +build/public/templates/chats.js: line 191, col 191, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 191, col 207, ['rooms'] is better written in dot notation. +build/public/templates/chats.js: line 191, col 222, ['users'] is better written in dot notation. +build/public/templates/chats.js: line 191, col 271, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 193, col 128, Line is too long. +build/public/templates/chats.js: line 193, col 45, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 193, col 61, ['config'] is better written in dot notation. +build/public/templates/chats.js: line 193, col 74, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 193, col 90, ['config'] is better written in dot notation. +build/public/templates/chats.js: line 193, col 100, ['relative_path'] is better written in dot notation. +build/public/templates/chats.js: line 195, col 266, Line is too long. +build/public/templates/chats.js: line 195, col 45, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 195, col 61, ['rooms'] is better written in dot notation. +build/public/templates/chats.js: line 195, col 73, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 195, col 89, ['rooms'] is better written in dot notation. +build/public/templates/chats.js: line 195, col 107, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 195, col 123, ['rooms'] is better written in dot notation. +build/public/templates/chats.js: line 195, col 138, ['users'] is better written in dot notation. +build/public/templates/chats.js: line 195, col 150, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 195, col 166, ['rooms'] is better written in dot notation. +build/public/templates/chats.js: line 195, col 181, ['users'] is better written in dot notation. +build/public/templates/chats.js: line 195, col 198, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 195, col 214, ['rooms'] is better written in dot notation. +build/public/templates/chats.js: line 195, col 229, ['users'] is better written in dot notation. +build/public/templates/chats.js: line 195, col 243, ['userslug'] is better written in dot notation. +build/public/templates/chats.js: line 197, col 308, Line is too long. +build/public/templates/chats.js: line 197, col 86, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 197, col 102, ['rooms'] is better written in dot notation. +build/public/templates/chats.js: line 197, col 114, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 197, col 130, ['rooms'] is better written in dot notation. +build/public/templates/chats.js: line 197, col 148, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 197, col 164, ['rooms'] is better written in dot notation. +build/public/templates/chats.js: line 197, col 179, ['users'] is better written in dot notation. +build/public/templates/chats.js: line 197, col 191, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 197, col 207, ['rooms'] is better written in dot notation. +build/public/templates/chats.js: line 197, col 222, ['users'] is better written in dot notation. +build/public/templates/chats.js: line 197, col 271, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 200, col 128, Line is too long. +build/public/templates/chats.js: line 200, col 45, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 200, col 61, ['config'] is better written in dot notation. +build/public/templates/chats.js: line 200, col 74, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 200, col 90, ['config'] is better written in dot notation. +build/public/templates/chats.js: line 200, col 100, ['relative_path'] is better written in dot notation. +build/public/templates/chats.js: line 202, col 266, Line is too long. +build/public/templates/chats.js: line 202, col 45, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 202, col 61, ['rooms'] is better written in dot notation. +build/public/templates/chats.js: line 202, col 73, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 202, col 89, ['rooms'] is better written in dot notation. +build/public/templates/chats.js: line 202, col 107, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 202, col 123, ['rooms'] is better written in dot notation. +build/public/templates/chats.js: line 202, col 138, ['users'] is better written in dot notation. +build/public/templates/chats.js: line 202, col 150, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 202, col 166, ['rooms'] is better written in dot notation. +build/public/templates/chats.js: line 202, col 181, ['users'] is better written in dot notation. +build/public/templates/chats.js: line 202, col 198, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 202, col 214, ['rooms'] is better written in dot notation. +build/public/templates/chats.js: line 202, col 229, ['users'] is better written in dot notation. +build/public/templates/chats.js: line 202, col 243, ['userslug'] is better written in dot notation. +build/public/templates/chats.js: line 204, col 308, Line is too long. +build/public/templates/chats.js: line 204, col 86, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 204, col 102, ['rooms'] is better written in dot notation. +build/public/templates/chats.js: line 204, col 114, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 204, col 130, ['rooms'] is better written in dot notation. +build/public/templates/chats.js: line 204, col 148, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 204, col 164, ['rooms'] is better written in dot notation. +build/public/templates/chats.js: line 204, col 179, ['users'] is better written in dot notation. +build/public/templates/chats.js: line 204, col 191, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 204, col 207, ['rooms'] is better written in dot notation. +build/public/templates/chats.js: line 204, col 222, ['users'] is better written in dot notation. +build/public/templates/chats.js: line 204, col 271, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 207, col 141, Line is too long. +build/public/templates/chats.js: line 208, col 167, Line is too long. +build/public/templates/chats.js: line 209, col 143, Line is too long. +build/public/templates/chats.js: line 209, col 29, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 209, col 45, ['rooms'] is better written in dot notation. +build/public/templates/chats.js: line 209, col 57, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 209, col 73, ['rooms'] is better written in dot notation. +build/public/templates/chats.js: line 209, col 91, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 209, col 107, ['rooms'] is better written in dot notation. +build/public/templates/chats.js: line 209, col 122, ['roomName'] is better written in dot notation. +build/public/templates/chats.js: line 211, col 157, Line is too long. +build/public/templates/chats.js: line 211, col 41, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 211, col 57, ['rooms'] is better written in dot notation. +build/public/templates/chats.js: line 211, col 69, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 211, col 85, ['rooms'] is better written in dot notation. +build/public/templates/chats.js: line 211, col 103, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 211, col 119, ['rooms'] is better written in dot notation. +build/public/templates/chats.js: line 211, col 134, ['roomName'] is better written in dot notation. +build/public/templates/chats.js: line 214, col 200, Line is too long. +build/public/templates/chats.js: line 214, col 33, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 214, col 49, ['rooms'] is better written in dot notation. +build/public/templates/chats.js: line 214, col 61, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 214, col 77, ['rooms'] is better written in dot notation. +build/public/templates/chats.js: line 214, col 95, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 214, col 111, ['rooms'] is better written in dot notation. +build/public/templates/chats.js: line 214, col 126, ['lastUser'] is better written in dot notation. +build/public/templates/chats.js: line 214, col 141, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 214, col 157, ['rooms'] is better written in dot notation. +build/public/templates/chats.js: line 214, col 172, ['lastUser'] is better written in dot notation. +build/public/templates/chats.js: line 214, col 184, ['uid'] is better written in dot notation. +build/public/templates/chats.js: line 216, col 162, Line is too long. +build/public/templates/chats.js: line 216, col 45, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 216, col 61, ['rooms'] is better written in dot notation. +build/public/templates/chats.js: line 216, col 73, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 216, col 89, ['rooms'] is better written in dot notation. +build/public/templates/chats.js: line 216, col 107, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 216, col 123, ['rooms'] is better written in dot notation. +build/public/templates/chats.js: line 216, col 138, ['usernames'] is better written in dot notation. +build/public/templates/chats.js: line 221, col 141, Line is too long. +build/public/templates/chats.js: line 221, col 29, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 221, col 45, ['rooms'] is better written in dot notation. +build/public/templates/chats.js: line 221, col 57, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 221, col 73, ['rooms'] is better written in dot notation. +build/public/templates/chats.js: line 221, col 91, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 221, col 107, ['rooms'] is better written in dot notation. +build/public/templates/chats.js: line 221, col 122, ['teaser'] is better written in dot notation. +build/public/templates/chats.js: line 223, col 325, Line is too long. +build/public/templates/chats.js: line 223, col 82, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 223, col 98, ['rooms'] is better written in dot notation. +build/public/templates/chats.js: line 223, col 110, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 223, col 126, ['rooms'] is better written in dot notation. +build/public/templates/chats.js: line 223, col 144, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 223, col 160, ['rooms'] is better written in dot notation. +build/public/templates/chats.js: line 223, col 175, ['teaser'] is better written in dot notation. +build/public/templates/chats.js: line 223, col 188, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 223, col 204, ['rooms'] is better written in dot notation. +build/public/templates/chats.js: line 223, col 219, ['teaser'] is better written in dot notation. +build/public/templates/chats.js: line 223, col 229, ['user'] is better written in dot notation. +build/public/templates/chats.js: line 223, col 272, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 225, col 274, Line is too long. +build/public/templates/chats.js: line 225, col 41, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 225, col 57, ['rooms'] is better written in dot notation. +build/public/templates/chats.js: line 225, col 69, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 225, col 85, ['rooms'] is better written in dot notation. +build/public/templates/chats.js: line 225, col 103, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 225, col 119, ['rooms'] is better written in dot notation. +build/public/templates/chats.js: line 225, col 134, ['teaser'] is better written in dot notation. +build/public/templates/chats.js: line 225, col 147, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 225, col 163, ['rooms'] is better written in dot notation. +build/public/templates/chats.js: line 225, col 178, ['teaser'] is better written in dot notation. +build/public/templates/chats.js: line 225, col 188, ['user'] is better written in dot notation. +build/public/templates/chats.js: line 225, col 199, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 225, col 215, ['rooms'] is better written in dot notation. +build/public/templates/chats.js: line 225, col 230, ['teaser'] is better written in dot notation. +build/public/templates/chats.js: line 225, col 240, ['user'] is better written in dot notation. +build/public/templates/chats.js: line 225, col 248, ['displayname'] is better written in dot notation. +build/public/templates/chats.js: line 227, col 210, Line is too long. +build/public/templates/chats.js: line 227, col 41, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 227, col 57, ['rooms'] is better written in dot notation. +build/public/templates/chats.js: line 227, col 69, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 227, col 85, ['rooms'] is better written in dot notation. +build/public/templates/chats.js: line 227, col 103, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 227, col 119, ['rooms'] is better written in dot notation. +build/public/templates/chats.js: line 227, col 134, ['teaser'] is better written in dot notation. +build/public/templates/chats.js: line 227, col 147, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 227, col 163, ['rooms'] is better written in dot notation. +build/public/templates/chats.js: line 227, col 178, ['teaser'] is better written in dot notation. +build/public/templates/chats.js: line 227, col 188, ['content'] is better written in dot notation. +build/public/templates/chats.js: line 229, col 204, Line is too long. +build/public/templates/chats.js: line 229, col 33, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 229, col 49, ['rooms'] is better written in dot notation. +build/public/templates/chats.js: line 229, col 61, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 229, col 77, ['rooms'] is better written in dot notation. +build/public/templates/chats.js: line 229, col 95, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 229, col 111, ['rooms'] is better written in dot notation. +build/public/templates/chats.js: line 229, col 126, ['teaser'] is better written in dot notation. +build/public/templates/chats.js: line 229, col 139, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 229, col 155, ['rooms'] is better written in dot notation. +build/public/templates/chats.js: line 229, col 170, ['teaser'] is better written in dot notation. +build/public/templates/chats.js: line 229, col 180, ['timeagoLong'] is better written in dot notation. +build/public/templates/chats.js: line 230, col 215, Line is too long. +build/public/templates/chats.js: line 230, col 43, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 230, col 59, ['rooms'] is better written in dot notation. +build/public/templates/chats.js: line 230, col 71, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 230, col 87, ['rooms'] is better written in dot notation. +build/public/templates/chats.js: line 230, col 105, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 230, col 121, ['rooms'] is better written in dot notation. +build/public/templates/chats.js: line 230, col 136, ['teaser'] is better written in dot notation. +build/public/templates/chats.js: line 230, col 149, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 230, col 165, ['rooms'] is better written in dot notation. +build/public/templates/chats.js: line 230, col 180, ['teaser'] is better written in dot notation. +build/public/templates/chats.js: line 230, col 190, ['timeagoLong'] is better written in dot notation. +build/public/templates/chats.js: line 232, col 219, Line is too long. +build/public/templates/chats.js: line 232, col 45, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 232, col 61, ['rooms'] is better written in dot notation. +build/public/templates/chats.js: line 232, col 73, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 232, col 89, ['rooms'] is better written in dot notation. +build/public/templates/chats.js: line 232, col 107, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 232, col 123, ['rooms'] is better written in dot notation. +build/public/templates/chats.js: line 232, col 138, ['teaser'] is better written in dot notation. +build/public/templates/chats.js: line 232, col 151, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 232, col 167, ['rooms'] is better written in dot notation. +build/public/templates/chats.js: line 232, col 182, ['teaser'] is better written in dot notation. +build/public/templates/chats.js: line 232, col 192, ['timestampISO'] is better written in dot notation. +build/public/templates/chats.js: line 236, col 268, Line is too long. +build/public/templates/chats.js: line 237, col 141, Line is too long. +build/public/templates/chats.js: line 237, col 29, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 237, col 45, ['rooms'] is better written in dot notation. +build/public/templates/chats.js: line 237, col 57, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 237, col 73, ['rooms'] is better written in dot notation. +build/public/templates/chats.js: line 237, col 91, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 237, col 107, ['rooms'] is better written in dot notation. +build/public/templates/chats.js: line 237, col 122, ['unread'] is better written in dot notation. +build/public/templates/chats.js: line 240, col 116, Line is too long. +build/public/templates/chats.js: line 241, col 141, Line is too long. +build/public/templates/chats.js: line 241, col 29, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 241, col 45, ['rooms'] is better written in dot notation. +build/public/templates/chats.js: line 241, col 57, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 241, col 73, ['rooms'] is better written in dot notation. +build/public/templates/chats.js: line 241, col 91, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 241, col 107, ['rooms'] is better written in dot notation. +build/public/templates/chats.js: line 241, col 122, ['unread'] is better written in dot notation. +build/public/templates/chats.js: line 247, col 33, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 247, col 49, ['showBottomHr'] is better written in dot notation. +build/public/templates/chats.js: line 171, col 13, 'key' is defined but never used. +build/public/templates/chats.js: line 170, col 106, 'value' is defined but never used. +build/public/templates/chats.js: line 169, col 11, 'value' is defined but never used. +build/public/templates/chats.js: line 260, col 155, Line is too long. +build/public/templates/chats.js: line 260, col 36, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 260, col 52, ['widgets'] is better written in dot notation. +build/public/templates/chats.js: line 260, col 66, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 260, col 82, ['widgets'] is better written in dot notation. +build/public/templates/chats.js: line 260, col 93, ['header'] is better written in dot notation. +build/public/templates/chats.js: line 263, col 205, Line is too long. +build/public/templates/chats.js: line 263, col 28, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 263, col 44, ['widgets'] is better written in dot notation. +build/public/templates/chats.js: line 263, col 58, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 263, col 74, ['widgets'] is better written in dot notation. +build/public/templates/chats.js: line 263, col 85, ['header'] is better written in dot notation. +build/public/templates/chats.js: line 263, col 98, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 263, col 114, ['widgets'] is better written in dot notation. +build/public/templates/chats.js: line 263, col 125, ['header'] is better written in dot notation. +build/public/templates/chats.js: line 263, col 144, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 263, col 160, ['widgets'] is better written in dot notation. +build/public/templates/chats.js: line 263, col 171, ['header'] is better written in dot notation. +build/public/templates/chats.js: line 263, col 187, ['html'] is better written in dot notation. +build/public/templates/chats.js: line 261, col 13, 'key' is defined but never used. +build/public/templates/chats.js: line 260, col 148, 'value' is defined but never used. +build/public/templates/chats.js: line 260, col 140, 'length' is defined but never used. +build/public/templates/chats.js: line 260, col 133, 'index' is defined but never used. +build/public/templates/chats.js: line 258, col 11, '__escape' is defined but never used. +build/public/templates/chats.js: line 259, col 11, 'value' is defined but never used. +build/public/templates/chats.js: line 257, col 77, 'helper' is defined but never used. +build/public/templates/chats.js: line 272, col 127, Line is too long. +build/public/templates/chats.js: line 272, col 36, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 272, col 52, ['notificationOptions'] is better written in dot notation. +build/public/templates/chats.js: line 274, col 121, Line is too long. +build/public/templates/chats.js: line 275, col 192, Line is too long. +build/public/templates/chats.js: line 275, col 37, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 275, col 53, ['notificationOptions'] is better written in dot notation. +build/public/templates/chats.js: line 275, col 79, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 275, col 95, ['notificationOptions'] is better written in dot notation. +build/public/templates/chats.js: line 275, col 127, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 275, col 143, ['notificationOptions'] is better written in dot notation. +build/public/templates/chats.js: line 275, col 172, ['value'] is better written in dot notation. +build/public/templates/chats.js: line 277, col 191, Line is too long. +build/public/templates/chats.js: line 277, col 37, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 277, col 53, ['notificationOptions'] is better written in dot notation. +build/public/templates/chats.js: line 277, col 79, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 277, col 95, ['notificationOptions'] is better written in dot notation. +build/public/templates/chats.js: line 277, col 127, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 277, col 143, ['notificationOptions'] is better written in dot notation. +build/public/templates/chats.js: line 277, col 172, ['icon'] is better written in dot notation. +build/public/templates/chats.js: line 278, col 156, Line is too long. +build/public/templates/chats.js: line 279, col 192, Line is too long. +build/public/templates/chats.js: line 279, col 37, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 279, col 53, ['notificationOptions'] is better written in dot notation. +build/public/templates/chats.js: line 279, col 79, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 279, col 95, ['notificationOptions'] is better written in dot notation. +build/public/templates/chats.js: line 279, col 127, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 279, col 143, ['notificationOptions'] is better written in dot notation. +build/public/templates/chats.js: line 279, col 172, ['label'] is better written in dot notation. +build/public/templates/chats.js: line 281, col 185, Line is too long. +build/public/templates/chats.js: line 281, col 29, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 281, col 45, ['notificationOptions'] is better written in dot notation. +build/public/templates/chats.js: line 281, col 71, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 281, col 87, ['notificationOptions'] is better written in dot notation. +build/public/templates/chats.js: line 281, col 119, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 281, col 135, ['notificationOptions'] is better written in dot notation. +build/public/templates/chats.js: line 281, col 164, ['selected'] is better written in dot notation. +build/public/templates/chats.js: line 286, col 103, Line is too long. +build/public/templates/chats.js: line 287, col 199, Line is too long. +build/public/templates/chats.js: line 287, col 41, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 287, col 57, ['notificationOptions'] is better written in dot notation. +build/public/templates/chats.js: line 287, col 83, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 287, col 99, ['notificationOptions'] is better written in dot notation. +build/public/templates/chats.js: line 287, col 131, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 287, col 147, ['notificationOptions'] is better written in dot notation. +build/public/templates/chats.js: line 287, col 176, ['subLabel'] is better written in dot notation. +build/public/templates/chats.js: line 273, col 13, 'key' is defined but never used. +build/public/templates/chats.js: line 272, col 120, 'value' is defined but never used. +build/public/templates/chats.js: line 272, col 112, 'length' is defined but never used. +build/public/templates/chats.js: line 271, col 11, 'value' is defined but never used. +build/public/templates/chats.js: line 269, col 88, 'helper' is defined but never used. +build/public/templates/chats.js: line 302, col 116, Line is too long. +build/public/templates/chats.js: line 302, col 36, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 302, col 52, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 305, col 150, Line is too long. +build/public/templates/chats.js: line 305, col 29, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 305, col 45, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 305, col 60, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 305, col 76, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 305, col 97, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 305, col 113, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 305, col 131, ['system'] is better written in dot notation. +build/public/templates/chats.js: line 306, col 170, Line is too long. +build/public/templates/chats.js: line 307, col 167, Line is too long. +build/public/templates/chats.js: line 307, col 41, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 307, col 57, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 307, col 72, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 307, col 88, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 307, col 109, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 307, col 125, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 307, col 143, ['messageId'] is better written in dot notation. +build/public/templates/chats.js: line 309, col 165, Line is too long. +build/public/templates/chats.js: line 309, col 41, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 309, col 57, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 309, col 72, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 309, col 88, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 309, col 109, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 309, col 125, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 309, col 143, ['fromuid'] is better written in dot notation. +build/public/templates/chats.js: line 311, col 163, Line is too long. +build/public/templates/chats.js: line 311, col 41, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 311, col 57, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 311, col 72, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 311, col 88, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 311, col 109, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 311, col 125, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 311, col 143, ['index'] is better written in dot notation. +build/public/templates/chats.js: line 313, col 162, Line is too long. +build/public/templates/chats.js: line 313, col 41, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 313, col 57, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 313, col 72, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 313, col 88, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 313, col 109, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 313, col 125, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 313, col 143, ['self'] is better written in dot notation. +build/public/templates/chats.js: line 315, col 167, Line is too long. +build/public/templates/chats.js: line 315, col 41, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 315, col 57, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 315, col 72, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 315, col 88, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 315, col 109, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 315, col 125, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 315, col 143, ['timestamp'] is better written in dot notation. +build/public/templates/chats.js: line 316, col 112, Line is too long. +build/public/templates/chats.js: line 317, col 165, Line is too long. +build/public/templates/chats.js: line 317, col 41, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 317, col 57, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 317, col 72, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 317, col 88, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 317, col 109, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 317, col 125, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 317, col 143, ['content'] is better written in dot notation. +build/public/templates/chats.js: line 319, col 230, Line is too long. +build/public/templates/chats.js: line 319, col 41, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 319, col 57, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 319, col 72, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 319, col 88, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 319, col 109, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 319, col 125, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 319, col 143, ['fromUser'] is better written in dot notation. +build/public/templates/chats.js: line 319, col 158, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 319, col 174, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 319, col 192, ['fromUser'] is better written in dot notation. +build/public/templates/chats.js: line 319, col 204, ['displayname'] is better written in dot notation. +build/public/templates/chats.js: line 321, col 170, Line is too long. +build/public/templates/chats.js: line 321, col 41, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 321, col 57, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 321, col 72, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 321, col 88, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 321, col 109, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 321, col 125, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 321, col 143, ['timestampISO'] is better written in dot notation. +build/public/templates/chats.js: line 324, col 155, Line is too long. +build/public/templates/chats.js: line 324, col 33, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 324, col 49, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 324, col 64, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 324, col 80, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 324, col 101, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 324, col 117, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 324, col 135, ['deleted'] is better written in dot notation. +build/public/templates/chats.js: line 328, col 154, Line is too long. +build/public/templates/chats.js: line 328, col 33, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 328, col 49, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 328, col 64, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 328, col 80, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 328, col 101, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 328, col 117, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 328, col 135, ['pinned'] is better written in dot notation. +build/public/templates/chats.js: line 332, col 154, Line is too long. +build/public/templates/chats.js: line 332, col 33, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 332, col 49, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 332, col 64, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 332, col 80, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 332, col 101, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 332, col 117, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 332, col 135, ['newSet'] is better written in dot notation. +build/public/templates/chats.js: line 336, col 167, Line is too long. +build/public/templates/chats.js: line 336, col 41, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 336, col 57, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 336, col 72, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 336, col 88, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 336, col 109, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 336, col 125, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 336, col 143, ['messageId'] is better written in dot notation. +build/public/templates/chats.js: line 338, col 165, Line is too long. +build/public/templates/chats.js: line 338, col 41, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 338, col 57, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 338, col 72, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 338, col 88, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 338, col 109, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 338, col 125, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 338, col 143, ['fromuid'] is better written in dot notation. +build/public/templates/chats.js: line 340, col 163, Line is too long. +build/public/templates/chats.js: line 340, col 41, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 340, col 57, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 340, col 72, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 340, col 88, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 340, col 109, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 340, col 125, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 340, col 143, ['index'] is better written in dot notation. +build/public/templates/chats.js: line 342, col 162, Line is too long. +build/public/templates/chats.js: line 342, col 41, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 342, col 57, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 342, col 72, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 342, col 88, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 342, col 109, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 342, col 125, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 342, col 143, ['self'] is better written in dot notation. +build/public/templates/chats.js: line 344, col 164, Line is too long. +build/public/templates/chats.js: line 344, col 41, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 344, col 57, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 344, col 72, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 344, col 88, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 344, col 109, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 344, col 125, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 344, col 143, ['newSet'] is better written in dot notation. +build/public/templates/chats.js: line 346, col 167, Line is too long. +build/public/templates/chats.js: line 346, col 41, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 346, col 57, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 346, col 72, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 346, col 88, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 346, col 109, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 346, col 125, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 346, col 143, ['timestamp'] is better written in dot notation. +build/public/templates/chats.js: line 348, col 227, Line is too long. +build/public/templates/chats.js: line 348, col 41, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 348, col 57, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 348, col 72, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 348, col 88, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 348, col 109, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 348, col 125, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 348, col 143, ['fromUser'] is better written in dot notation. +build/public/templates/chats.js: line 348, col 158, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 348, col 174, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 348, col 192, ['fromUser'] is better written in dot notation. +build/public/templates/chats.js: line 348, col 204, ['username'] is better written in dot notation. +build/public/templates/chats.js: line 350, col 230, Line is too long. +build/public/templates/chats.js: line 350, col 41, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 350, col 57, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 350, col 72, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 350, col 88, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 350, col 109, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 350, col 125, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 350, col 143, ['fromUser'] is better written in dot notation. +build/public/templates/chats.js: line 350, col 158, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 350, col 174, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 350, col 192, ['fromUser'] is better written in dot notation. +build/public/templates/chats.js: line 350, col 204, ['displayname'] is better written in dot notation. +build/public/templates/chats.js: line 352, col 154, Line is too long. +build/public/templates/chats.js: line 352, col 33, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 352, col 49, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 352, col 64, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 352, col 80, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 352, col 101, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 352, col 117, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 352, col 135, ['parent'] is better written in dot notation. +build/public/templates/chats.js: line 353, col 133, Line is too long. +build/public/templates/chats.js: line 354, col 222, Line is too long. +build/public/templates/chats.js: line 354, col 45, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 354, col 61, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 354, col 76, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 354, col 92, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 354, col 113, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 354, col 129, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 354, col 147, ['parent'] is better written in dot notation. +build/public/templates/chats.js: line 354, col 160, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 354, col 176, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 354, col 194, ['parent'] is better written in dot notation. +build/public/templates/chats.js: line 354, col 204, ['mid'] is better written in dot notation. +build/public/templates/chats.js: line 356, col 226, Line is too long. +build/public/templates/chats.js: line 356, col 45, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 356, col 61, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 356, col 76, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 356, col 92, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 356, col 113, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 356, col 129, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 356, col 147, ['parent'] is better written in dot notation. +build/public/templates/chats.js: line 356, col 160, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 356, col 176, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 356, col 194, ['parent'] is better written in dot notation. +build/public/templates/chats.js: line 356, col 204, ['fromuid'] is better written in dot notation. +build/public/templates/chats.js: line 357, col 232, Line is too long. +build/public/templates/chats.js: line 358, col 128, Line is too long. +build/public/templates/chats.js: line 358, col 45, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 358, col 61, ['config'] is better written in dot notation. +build/public/templates/chats.js: line 358, col 74, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 358, col 90, ['config'] is better written in dot notation. +build/public/templates/chats.js: line 358, col 100, ['relative_path'] is better written in dot notation. +build/public/templates/chats.js: line 360, col 290, Line is too long. +build/public/templates/chats.js: line 360, col 45, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 360, col 61, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 360, col 76, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 360, col 92, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 360, col 113, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 360, col 129, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 360, col 147, ['parent'] is better written in dot notation. +build/public/templates/chats.js: line 360, col 160, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 360, col 176, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 360, col 194, ['parent'] is better written in dot notation. +build/public/templates/chats.js: line 360, col 204, ['user'] is better written in dot notation. +build/public/templates/chats.js: line 360, col 215, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 360, col 231, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 360, col 249, ['parent'] is better written in dot notation. +build/public/templates/chats.js: line 360, col 259, ['user'] is better written in dot notation. +build/public/templates/chats.js: line 360, col 267, ['userslug'] is better written in dot notation. +build/public/templates/chats.js: line 362, col 356, Line is too long. +build/public/templates/chats.js: line 362, col 86, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 362, col 102, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 362, col 117, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 362, col 133, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 362, col 154, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 362, col 170, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 362, col 188, ['parent'] is better written in dot notation. +build/public/templates/chats.js: line 362, col 201, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 362, col 217, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 362, col 235, ['parent'] is better written in dot notation. +build/public/templates/chats.js: line 362, col 245, ['user'] is better written in dot notation. +build/public/templates/chats.js: line 362, col 288, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 363, col 113, Line is too long. +build/public/templates/chats.js: line 364, col 128, Line is too long. +build/public/templates/chats.js: line 364, col 45, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 364, col 61, ['config'] is better written in dot notation. +build/public/templates/chats.js: line 364, col 74, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 364, col 90, ['config'] is better written in dot notation. +build/public/templates/chats.js: line 364, col 100, ['relative_path'] is better written in dot notation. +build/public/templates/chats.js: line 366, col 290, Line is too long. +build/public/templates/chats.js: line 366, col 45, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 366, col 61, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 366, col 76, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 366, col 92, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 366, col 113, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 366, col 129, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 366, col 147, ['parent'] is better written in dot notation. +build/public/templates/chats.js: line 366, col 160, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 366, col 176, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 366, col 194, ['parent'] is better written in dot notation. +build/public/templates/chats.js: line 366, col 204, ['user'] is better written in dot notation. +build/public/templates/chats.js: line 366, col 215, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 366, col 231, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 366, col 249, ['parent'] is better written in dot notation. +build/public/templates/chats.js: line 366, col 259, ['user'] is better written in dot notation. +build/public/templates/chats.js: line 366, col 267, ['userslug'] is better written in dot notation. +build/public/templates/chats.js: line 368, col 293, Line is too long. +build/public/templates/chats.js: line 368, col 45, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 368, col 61, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 368, col 76, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 368, col 92, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 368, col 113, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 368, col 129, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 368, col 147, ['parent'] is better written in dot notation. +build/public/templates/chats.js: line 368, col 160, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 368, col 176, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 368, col 194, ['parent'] is better written in dot notation. +build/public/templates/chats.js: line 368, col 204, ['user'] is better written in dot notation. +build/public/templates/chats.js: line 368, col 215, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 368, col 231, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 368, col 249, ['parent'] is better written in dot notation. +build/public/templates/chats.js: line 368, col 259, ['user'] is better written in dot notation. +build/public/templates/chats.js: line 368, col 267, ['displayname'] is better written in dot notation. +build/public/templates/chats.js: line 369, col 114, Line is too long. +build/public/templates/chats.js: line 370, col 231, Line is too long. +build/public/templates/chats.js: line 370, col 45, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 370, col 61, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 370, col 76, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 370, col 92, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 370, col 113, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 370, col 129, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 370, col 147, ['parent'] is better written in dot notation. +build/public/templates/chats.js: line 370, col 160, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 370, col 176, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 370, col 194, ['parent'] is better written in dot notation. +build/public/templates/chats.js: line 370, col 204, ['timestampISO'] is better written in dot notation. +build/public/templates/chats.js: line 371, col 141, Line is too long. +build/public/templates/chats.js: line 372, col 226, Line is too long. +build/public/templates/chats.js: line 372, col 45, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 372, col 61, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 372, col 76, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 372, col 92, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 372, col 113, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 372, col 129, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 372, col 147, ['parent'] is better written in dot notation. +build/public/templates/chats.js: line 372, col 160, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 372, col 176, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 372, col 194, ['parent'] is better written in dot notation. +build/public/templates/chats.js: line 372, col 204, ['content'] is better written in dot notation. +build/public/templates/chats.js: line 376, col 154, Line is too long. +build/public/templates/chats.js: line 376, col 33, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 376, col 49, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 376, col 64, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 376, col 80, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 376, col 101, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 376, col 117, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 376, col 135, ['newSet'] is better written in dot notation. +build/public/templates/chats.js: line 380, col 124, Line is too long. +build/public/templates/chats.js: line 380, col 41, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 380, col 57, ['config'] is better written in dot notation. +build/public/templates/chats.js: line 380, col 70, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 380, col 86, ['config'] is better written in dot notation. +build/public/templates/chats.js: line 380, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/chats.js: line 382, col 227, Line is too long. +build/public/templates/chats.js: line 382, col 41, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 382, col 57, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 382, col 72, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 382, col 88, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 382, col 109, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 382, col 125, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 382, col 143, ['fromUser'] is better written in dot notation. +build/public/templates/chats.js: line 382, col 158, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 382, col 174, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 382, col 192, ['fromUser'] is better written in dot notation. +build/public/templates/chats.js: line 382, col 204, ['userslug'] is better written in dot notation. +build/public/templates/chats.js: line 384, col 286, Line is too long. +build/public/templates/chats.js: line 384, col 82, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 384, col 98, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 384, col 113, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 384, col 129, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 384, col 150, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 384, col 166, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 384, col 184, ['fromUser'] is better written in dot notation. +build/public/templates/chats.js: line 384, col 231, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 386, col 124, Line is too long. +build/public/templates/chats.js: line 386, col 41, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 386, col 57, ['config'] is better written in dot notation. +build/public/templates/chats.js: line 386, col 70, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 386, col 86, ['config'] is better written in dot notation. +build/public/templates/chats.js: line 386, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/chats.js: line 388, col 227, Line is too long. +build/public/templates/chats.js: line 388, col 41, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 388, col 57, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 388, col 72, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 388, col 88, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 388, col 109, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 388, col 125, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 388, col 143, ['fromUser'] is better written in dot notation. +build/public/templates/chats.js: line 388, col 158, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 388, col 174, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 388, col 192, ['fromUser'] is better written in dot notation. +build/public/templates/chats.js: line 388, col 204, ['userslug'] is better written in dot notation. +build/public/templates/chats.js: line 390, col 230, Line is too long. +build/public/templates/chats.js: line 390, col 41, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 390, col 57, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 390, col 72, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 390, col 88, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 390, col 109, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 390, col 125, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 390, col 143, ['fromUser'] is better written in dot notation. +build/public/templates/chats.js: line 390, col 158, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 390, col 174, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 390, col 192, ['fromUser'] is better written in dot notation. +build/public/templates/chats.js: line 390, col 204, ['displayname'] is better written in dot notation. +build/public/templates/chats.js: line 392, col 215, Line is too long. +build/public/templates/chats.js: line 392, col 33, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 392, col 49, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 392, col 64, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 392, col 80, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 392, col 101, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 392, col 117, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 392, col 135, ['fromUser'] is better written in dot notation. +build/public/templates/chats.js: line 392, col 150, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 392, col 166, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 392, col 184, ['fromUser'] is better written in dot notation. +build/public/templates/chats.js: line 392, col 196, ['banned'] is better written in dot notation. +build/public/templates/chats.js: line 396, col 216, Line is too long. +build/public/templates/chats.js: line 396, col 33, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 396, col 49, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 396, col 64, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 396, col 80, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 396, col 101, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 396, col 117, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 396, col 135, ['fromUser'] is better written in dot notation. +build/public/templates/chats.js: line 396, col 150, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 396, col 166, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 396, col 184, ['fromUser'] is better written in dot notation. +build/public/templates/chats.js: line 396, col 196, ['deleted'] is better written in dot notation. +build/public/templates/chats.js: line 400, col 170, Line is too long. +build/public/templates/chats.js: line 400, col 41, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 400, col 57, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 400, col 72, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 400, col 88, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 400, col 109, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 400, col 125, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 400, col 143, ['timestampISO'] is better written in dot notation. +build/public/templates/chats.js: line 402, col 154, Line is too long. +build/public/templates/chats.js: line 402, col 33, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 402, col 49, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 402, col 64, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 402, col 80, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 402, col 101, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 402, col 117, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 402, col 135, ['edited'] is better written in dot notation. +build/public/templates/chats.js: line 406, col 314, Line is too long. +build/public/templates/chats.js: line 406, col 92, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 406, col 108, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 406, col 123, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 406, col 139, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 406, col 160, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 406, col 176, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 406, col 194, ['editedISO'] is better written in dot notation. +build/public/templates/chats.js: line 406, col 234, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 406, col 250, ['config'] is better written in dot notation. +build/public/templates/chats.js: line 406, col 263, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 406, col 279, ['config'] is better written in dot notation. +build/public/templates/chats.js: line 406, col 289, ['userLang'] is better written in dot notation. +build/public/templates/chats.js: line 407, col 210, Line is too long. +build/public/templates/chats.js: line 408, col 165, Line is too long. +build/public/templates/chats.js: line 408, col 41, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 408, col 57, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 408, col 72, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 408, col 88, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 408, col 109, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 408, col 125, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 408, col 143, ['content'] is better written in dot notation. +build/public/templates/chats.js: line 409, col 828, Line is too long. +build/public/templates/chats.js: line 410, col 337, Line is too long. +build/public/templates/chats.js: line 410, col 34, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 410, col 50, ['isAdminOrGlobalMod'] is better written in dot notation. +build/public/templates/chats.js: line 410, col 103, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 410, col 119, ['config'] is better written in dot notation. +build/public/templates/chats.js: line 410, col 132, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 410, col 148, ['config'] is better written in dot notation. +build/public/templates/chats.js: line 410, col 158, ['disableChatMessageEditing'] is better written in dot notation. +build/public/templates/chats.js: line 410, col 216, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 410, col 232, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 410, col 247, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 410, col 263, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 410, col 284, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 410, col 300, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 410, col 318, ['self'] is better written in dot notation. +build/public/templates/chats.js: line 411, col 721, Line is too long. +build/public/templates/chats.js: line 414, col 138, Line is too long. +build/public/templates/chats.js: line 414, col 34, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 414, col 50, ['isAdminOrGlobalMod'] is better written in dot notation. +build/public/templates/chats.js: line 414, col 101, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 414, col 117, ['isOwner'] is better written in dot notation. +build/public/templates/chats.js: line 415, col 569, Line is too long. +build/public/templates/chats.js: line 418, col 33, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 418, col 49, ['isAdminOrGlobalMod'] is better written in dot notation. +build/public/templates/chats.js: line 419, col 428, Line is too long. +build/public/templates/chats.js: line 421, col 112, Line is too long. +build/public/templates/chats.js: line 422, col 161, Line is too long. +build/public/templates/chats.js: line 422, col 41, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 422, col 57, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 422, col 72, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 422, col 88, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 422, col 109, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 422, col 125, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 422, col 143, ['mid'] is better written in dot notation. +build/public/templates/chats.js: line 423, col 278, Line is too long. +build/public/templates/chats.js: line 424, col 161, Line is too long. +build/public/templates/chats.js: line 424, col 41, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 424, col 57, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 424, col 72, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 424, col 88, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 424, col 109, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 424, col 125, ['messages'] is better written in dot notation. +build/public/templates/chats.js: line 424, col 143, ['mid'] is better written in dot notation. +build/public/templates/chats.js: line 425, col 234, Line is too long. +build/public/templates/chats.js: line 303, col 13, 'key' is defined but never used. +build/public/templates/chats.js: line 302, col 109, 'value' is defined but never used. +build/public/templates/chats.js: line 302, col 101, 'length' is defined but never used. +build/public/templates/chats.js: line 302, col 94, 'index' is defined but never used. +build/public/templates/chats.js: line 301, col 11, 'value' is defined but never used. +build/public/templates/chats.js: line 434, col 123, Line is too long. +build/public/templates/chats.js: line 434, col 36, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 434, col 52, ['composerActions'] is better written in dot notation. +build/public/templates/chats.js: line 437, col 181, Line is too long. +build/public/templates/chats.js: line 437, col 37, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 437, col 53, ['composerActions'] is better written in dot notation. +build/public/templates/chats.js: line 437, col 75, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 437, col 91, ['composerActions'] is better written in dot notation. +build/public/templates/chats.js: line 437, col 119, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 437, col 135, ['composerActions'] is better written in dot notation. +build/public/templates/chats.js: line 437, col 160, ['action'] is better written in dot notation. +build/public/templates/chats.js: line 439, col 180, Line is too long. +build/public/templates/chats.js: line 439, col 37, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 439, col 53, ['composerActions'] is better written in dot notation. +build/public/templates/chats.js: line 439, col 75, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 439, col 91, ['composerActions'] is better written in dot notation. +build/public/templates/chats.js: line 439, col 119, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 439, col 135, ['composerActions'] is better written in dot notation. +build/public/templates/chats.js: line 441, col 180, Line is too long. +build/public/templates/chats.js: line 441, col 37, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 441, col 53, ['composerActions'] is better written in dot notation. +build/public/templates/chats.js: line 441, col 75, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 441, col 91, ['composerActions'] is better written in dot notation. +build/public/templates/chats.js: line 441, col 119, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 441, col 135, ['composerActions'] is better written in dot notation. +build/public/templates/chats.js: line 441, col 160, ['title'] is better written in dot notation. +build/public/templates/chats.js: line 443, col 179, Line is too long. +build/public/templates/chats.js: line 443, col 37, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 443, col 53, ['composerActions'] is better written in dot notation. +build/public/templates/chats.js: line 443, col 75, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 443, col 91, ['composerActions'] is better written in dot notation. +build/public/templates/chats.js: line 443, col 119, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 443, col 135, ['composerActions'] is better written in dot notation. +build/public/templates/chats.js: line 443, col 160, ['icon'] is better written in dot notation. +build/public/templates/chats.js: line 435, col 13, 'key' is defined but never used. +build/public/templates/chats.js: line 434, col 116, 'value' is defined but never used. +build/public/templates/chats.js: line 434, col 108, 'length' is defined but never used. +build/public/templates/chats.js: line 434, col 101, 'index' is defined but never used. +build/public/templates/chats.js: line 433, col 11, 'value' is defined but never used. +build/public/templates/chats.js: line 431, col 80, 'helper' is defined but never used. +build/public/templates/chats.js: line 452, col 113, Line is too long. +build/public/templates/chats.js: line 452, col 36, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 452, col 52, ['users'] is better written in dot notation. +build/public/templates/chats.js: line 455, col 150, Line is too long. +build/public/templates/chats.js: line 455, col 37, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 455, col 53, ['users'] is better written in dot notation. +build/public/templates/chats.js: line 455, col 65, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 455, col 81, ['users'] is better written in dot notation. +build/public/templates/chats.js: line 455, col 99, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 455, col 115, ['users'] is better written in dot notation. +build/public/templates/chats.js: line 455, col 130, ['index'] is better written in dot notation. +build/public/templates/chats.js: line 457, col 148, Line is too long. +build/public/templates/chats.js: line 457, col 37, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 457, col 53, ['users'] is better written in dot notation. +build/public/templates/chats.js: line 457, col 65, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 457, col 81, ['users'] is better written in dot notation. +build/public/templates/chats.js: line 457, col 99, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 457, col 115, ['users'] is better written in dot notation. +build/public/templates/chats.js: line 457, col 130, ['uid'] is better written in dot notation. +build/public/templates/chats.js: line 458, col 121, Line is too long. +build/public/templates/chats.js: line 459, col 141, Line is too long. +build/public/templates/chats.js: line 459, col 29, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 459, col 45, ['users'] is better written in dot notation. +build/public/templates/chats.js: line 459, col 57, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 459, col 73, ['users'] is better written in dot notation. +build/public/templates/chats.js: line 459, col 91, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 459, col 107, ['users'] is better written in dot notation. +build/public/templates/chats.js: line 459, col 122, ['online'] is better written in dot notation. +build/public/templates/chats.js: line 463, col 120, Line is too long. +build/public/templates/chats.js: line 463, col 37, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 463, col 53, ['config'] is better written in dot notation. +build/public/templates/chats.js: line 463, col 66, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 463, col 82, ['config'] is better written in dot notation. +build/public/templates/chats.js: line 463, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/chats.js: line 465, col 148, Line is too long. +build/public/templates/chats.js: line 465, col 37, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 465, col 53, ['users'] is better written in dot notation. +build/public/templates/chats.js: line 465, col 65, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 465, col 81, ['users'] is better written in dot notation. +build/public/templates/chats.js: line 465, col 99, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 465, col 115, ['users'] is better written in dot notation. +build/public/templates/chats.js: line 465, col 130, ['uid'] is better written in dot notation. +build/public/templates/chats.js: line 467, col 209, Line is too long. +build/public/templates/chats.js: line 467, col 78, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 467, col 94, ['users'] is better written in dot notation. +build/public/templates/chats.js: line 467, col 106, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 467, col 122, ['users'] is better written in dot notation. +build/public/templates/chats.js: line 467, col 172, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 468, col 159, Line is too long. +build/public/templates/chats.js: line 469, col 156, Line is too long. +build/public/templates/chats.js: line 469, col 37, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 469, col 53, ['users'] is better written in dot notation. +build/public/templates/chats.js: line 469, col 65, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 469, col 81, ['users'] is better written in dot notation. +build/public/templates/chats.js: line 469, col 99, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 469, col 115, ['users'] is better written in dot notation. +build/public/templates/chats.js: line 469, col 130, ['displayname'] is better written in dot notation. +build/public/templates/chats.js: line 471, col 142, Line is too long. +build/public/templates/chats.js: line 471, col 29, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 471, col 45, ['users'] is better written in dot notation. +build/public/templates/chats.js: line 471, col 57, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 471, col 73, ['users'] is better written in dot notation. +build/public/templates/chats.js: line 471, col 91, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 471, col 107, ['users'] is better written in dot notation. +build/public/templates/chats.js: line 471, col 122, ['isOwner'] is better written in dot notation. +build/public/templates/chats.js: line 472, col 130, Line is too long. +build/public/templates/chats.js: line 453, col 13, 'key' is defined but never used. +build/public/templates/chats.js: line 452, col 106, 'value' is defined but never used. +build/public/templates/chats.js: line 452, col 98, 'length' is defined but never used. +build/public/templates/chats.js: line 452, col 91, 'index' is defined but never used. +build/public/templates/chats.js: line 451, col 11, 'value' is defined but never used. +build/public/templates/chats.js: line 482, col 156, Line is too long. +build/public/templates/chats.js: line 482, col 36, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 482, col 52, ['widgets'] is better written in dot notation. +build/public/templates/chats.js: line 482, col 66, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 482, col 82, ['widgets'] is better written in dot notation. +build/public/templates/chats.js: line 482, col 93, ['sidebar'] is better written in dot notation. +build/public/templates/chats.js: line 485, col 208, Line is too long. +build/public/templates/chats.js: line 485, col 28, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 485, col 44, ['widgets'] is better written in dot notation. +build/public/templates/chats.js: line 485, col 58, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 485, col 74, ['widgets'] is better written in dot notation. +build/public/templates/chats.js: line 485, col 85, ['sidebar'] is better written in dot notation. +build/public/templates/chats.js: line 485, col 99, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 485, col 115, ['widgets'] is better written in dot notation. +build/public/templates/chats.js: line 485, col 126, ['sidebar'] is better written in dot notation. +build/public/templates/chats.js: line 485, col 146, Expected '!==' and instead saw '!='. +build/public/templates/chats.js: line 485, col 162, ['widgets'] is better written in dot notation. +build/public/templates/chats.js: line 485, col 173, ['sidebar'] is better written in dot notation. +build/public/templates/chats.js: line 485, col 190, ['html'] is better written in dot notation. +build/public/templates/chats.js: line 483, col 13, 'key' is defined but never used. +build/public/templates/chats.js: line 482, col 149, 'value' is defined but never used. +build/public/templates/chats.js: line 482, col 141, 'length' is defined but never used. +build/public/templates/chats.js: line 482, col 134, 'index' is defined but never used. +build/public/templates/chats.js: line 480, col 11, '__escape' is defined but never used. +build/public/templates/chats.js: line 481, col 11, 'value' is defined but never used. +build/public/templates/chats.js: line 479, col 79, 'helper' is defined but never used. +build/public/templates/chats.js: line 494, col 3, Missing semicolon. +build/public/templates/chats.js: line 5, col 46, 'define' is not defined. +build/public/templates/chats.js: line 6, col 5, 'define' is not defined. + +build/public/templates/compose.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 13, col 41, ['resizable'] is better written in dot notation. +build/public/templates/compose.js: line 16, col 25, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 16, col 41, ['isTopicOrMain'] is better written in dot notation. +build/public/templates/compose.js: line 20, col 25, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 20, col 41, ['disabled'] is better written in dot notation. +build/public/templates/compose.js: line 23, col 125, Line is too long. +build/public/templates/compose.js: line 24, col 25, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 24, col 41, ['pid'] is better written in dot notation. +build/public/templates/compose.js: line 26, col 37, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 26, col 53, ['pid'] is better written in dot notation. +build/public/templates/compose.js: line 28, col 37, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 28, col 53, ['thumb'] is better written in dot notation. +build/public/templates/compose.js: line 32, col 25, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 32, col 41, ['tid'] is better written in dot notation. +build/public/templates/compose.js: line 34, col 37, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 34, col 53, ['tid'] is better written in dot notation. +build/public/templates/compose.js: line 38, col 25, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 38, col 41, ['cid'] is better written in dot notation. +build/public/templates/compose.js: line 40, col 37, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 40, col 53, ['cid'] is better written in dot notation. +build/public/templates/compose.js: line 44, col 113, Line is too long. +build/public/templates/compose.js: line 44, col 33, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 44, col 49, ['config'] is better written in dot notation. +build/public/templates/compose.js: line 44, col 62, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 44, col 78, ['config'] is better written in dot notation. +build/public/templates/compose.js: line 44, col 88, ['csrf_token'] is better written in dot notation. +build/public/templates/compose.js: line 46, col 25, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 46, col 41, ['isTopic'] is better written in dot notation. +build/public/templates/compose.js: line 48, col 108, Line is too long. +build/public/templates/compose.js: line 48, col 29, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 48, col 45, ['template'] is better written in dot notation. +build/public/templates/compose.js: line 48, col 60, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 48, col 76, ['template'] is better written in dot notation. +build/public/templates/compose.js: line 48, col 88, ['compose'] is better written in dot notation. +build/public/templates/compose.js: line 51, col 394, Line is too long. +build/public/templates/compose.js: line 52, col 149, Line is too long. +build/public/templates/compose.js: line 52, col 30, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 52, col 46, ['selectedCategory'] is better written in dot notation. +build/public/templates/compose.js: line 52, col 96, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 52, col 112, ['showCategorySelectLabel'] is better written in dot notation. +build/public/templates/compose.js: line 54, col 163, Line is too long. +build/public/templates/compose.js: line 54, col 88, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 54, col 104, ['selectedCategory'] is better written in dot notation. +build/public/templates/compose.js: line 56, col 135, Line is too long. +build/public/templates/compose.js: line 56, col 41, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 56, col 57, ['selectedCategory'] is better written in dot notation. +build/public/templates/compose.js: line 56, col 80, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 56, col 96, ['selectedCategory'] is better written in dot notation. +build/public/templates/compose.js: line 56, col 116, ['name'] is better written in dot notation. +build/public/templates/compose.js: line 59, col 33, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 59, col 49, ['selectCategoryIcon'] is better written in dot notation. +build/public/templates/compose.js: line 60, col 43, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 60, col 59, ['selectCategoryIcon'] is better written in dot notation. +build/public/templates/compose.js: line 62, col 105, Line is too long. +build/public/templates/compose.js: line 63, col 33, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 63, col 49, ['selectCategoryLabel'] is better written in dot notation. +build/public/templates/compose.js: line 64, col 43, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 64, col 59, ['selectCategoryLabel'] is better written in dot notation. +build/public/templates/compose.js: line 67, col 600, Line is too long. +build/public/templates/compose.js: line 68, col 26, ['categoryItems'] is better written in dot notation. +build/public/templates/compose.js: line 72, col 25, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 72, col 41, ['showHandleInput'] is better written in dot notation. +build/public/templates/compose.js: line 73, col 197, Line is too long. +build/public/templates/compose.js: line 74, col 37, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 74, col 53, ['handle'] is better written in dot notation. +build/public/templates/compose.js: line 77, col 113, Line is too long. +build/public/templates/compose.js: line 78, col 25, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 78, col 41, ['isTopicOrMain'] is better written in dot notation. +build/public/templates/compose.js: line 79, col 154, Line is too long. +build/public/templates/compose.js: line 80, col 37, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 80, col 53, ['topicTitle'] is better written in dot notation. +build/public/templates/compose.js: line 83, col 108, Line is too long. +build/public/templates/compose.js: line 83, col 29, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 83, col 45, ['template'] is better written in dot notation. +build/public/templates/compose.js: line 83, col 60, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 83, col 76, ['template'] is better written in dot notation. +build/public/templates/compose.js: line 83, col 88, ['compose'] is better written in dot notation. +build/public/templates/compose.js: line 87, col 29, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 87, col 45, ['isEditing'] is better written in dot notation. +build/public/templates/compose.js: line 89, col 41, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 89, col 57, ['topicTitle'] is better written in dot notation. +build/public/templates/compose.js: line 92, col 41, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 92, col 57, ['topicTitle'] is better written in dot notation. +build/public/templates/compose.js: line 95, col 296, Line is too long. +build/public/templates/compose.js: line 96, col 104, Line is too long. +build/public/templates/compose.js: line 96, col 25, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 96, col 41, ['template'] is better written in dot notation. +build/public/templates/compose.js: line 96, col 56, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 96, col 72, ['template'] is better written in dot notation. +build/public/templates/compose.js: line 96, col 84, ['compose'] is better written in dot notation. +build/public/templates/compose.js: line 99, col 601, Line is too long. +build/public/templates/compose.js: line 100, col 175, Line is too long. +build/public/templates/compose.js: line 100, col 26, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 100, col 42, ['submitOptions'] is better written in dot notation. +build/public/templates/compose.js: line 100, col 62, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 100, col 78, ['submitOptions'] is better written in dot notation. +build/public/templates/compose.js: line 100, col 95, ['length'] is better written in dot notation. +build/public/templates/compose.js: line 100, col 134, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 100, col 150, ['canSchedule'] is better written in dot notation. +build/public/templates/compose.js: line 103, col 269, Line is too long. +build/public/templates/compose.js: line 104, col 123, Line is too long. +build/public/templates/compose.js: line 104, col 33, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 104, col 49, ['submitOptions'] is better written in dot notation. +build/public/templates/compose.js: line 104, col 69, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 104, col 85, ['submitOptions'] is better written in dot notation. +build/public/templates/compose.js: line 104, col 102, ['length'] is better written in dot notation. +build/public/templates/compose.js: line 106, col 175, Line is too long. +build/public/templates/compose.js: line 106, col 26, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 106, col 42, ['submitOptions'] is better written in dot notation. +build/public/templates/compose.js: line 106, col 62, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 106, col 78, ['submitOptions'] is better written in dot notation. +build/public/templates/compose.js: line 106, col 95, ['length'] is better written in dot notation. +build/public/templates/compose.js: line 106, col 134, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 106, col 150, ['canSchedule'] is better written in dot notation. +build/public/templates/compose.js: line 109, col 399, Line is too long. +build/public/templates/compose.js: line 110, col 25, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 110, col 41, ['canSchedule'] is better written in dot notation. +build/public/templates/compose.js: line 113, col 205, Line is too long. +build/public/templates/compose.js: line 114, col 22, ['submitOptions'] is better written in dot notation. +build/public/templates/compose.js: line 115, col 223, Line is too long. +build/public/templates/compose.js: line 116, col 22, ['formatting'] is better written in dot notation. +build/public/templates/compose.js: line 118, col 25, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 118, col 41, ['canUploadImage'] is better written in dot notation. +build/public/templates/compose.js: line 119, col 263, Line is too long. +build/public/templates/compose.js: line 122, col 25, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 122, col 41, ['canUploadFile'] is better written in dot notation. +build/public/templates/compose.js: line 123, col 251, Line is too long. +build/public/templates/compose.js: line 125, col 286, Line is too long. +build/public/templates/compose.js: line 126, col 25, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 126, col 41, ['showAnonymousToggle'] is better written in dot notation. +build/public/templates/compose.js: line 127, col 216, Line is too long. +build/public/templates/compose.js: line 128, col 29, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 128, col 45, ['isAnonymous'] is better written in dot notation. +build/public/templates/compose.js: line 131, col 124, Line is too long. +build/public/templates/compose.js: line 133, col 330, Line is too long. +build/public/templates/compose.js: line 134, col 25, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 135, col 228, Line is too long. +build/public/templates/compose.js: line 137, col 685, Line is too long. +build/public/templates/compose.js: line 138, col 33, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 138, col 49, ['body'] is better written in dot notation. +build/public/templates/compose.js: line 139, col 156, Line is too long. +build/public/templates/compose.js: line 140, col 25, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 140, col 41, ['isTopicOrMain'] is better written in dot notation. +build/public/templates/compose.js: line 142, col 115, Line is too long. +build/public/templates/compose.js: line 142, col 29, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 142, col 45, ['tagWhitelist'] is better written in dot notation. +build/public/templates/compose.js: line 142, col 64, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 142, col 80, ['tagWhitelist'] is better written in dot notation. +build/public/templates/compose.js: line 142, col 96, ['length'] is better written in dot notation. +build/public/templates/compose.js: line 146, col 115, Line is too long. +build/public/templates/compose.js: line 146, col 29, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 146, col 45, ['tagWhitelist'] is better written in dot notation. +build/public/templates/compose.js: line 146, col 64, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 146, col 80, ['tagWhitelist'] is better written in dot notation. +build/public/templates/compose.js: line 146, col 96, ['length'] is better written in dot notation. +build/public/templates/compose.js: line 149, col 401, Line is too long. +build/public/templates/compose.js: line 150, col 26, ['tagWhitelist'] is better written in dot notation. +build/public/templates/compose.js: line 151, col 117, Line is too long. +build/public/templates/compose.js: line 152, col 37, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 152, col 53, ['minimumTagLength'] is better written in dot notation. +build/public/templates/compose.js: line 154, col 37, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 154, col 53, ['maximumTagLength'] is better written in dot notation. +build/public/templates/compose.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/compose.js: line 164, col 121, Line is too long. +build/public/templates/compose.js: line 164, col 36, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 164, col 52, ['categoryItems'] is better written in dot notation. +build/public/templates/compose.js: line 167, col 172, Line is too long. +build/public/templates/compose.js: line 167, col 29, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 167, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/compose.js: line 167, col 65, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 167, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/compose.js: line 167, col 107, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 167, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/compose.js: line 167, col 146, ['disabledClass'] is better written in dot notation. +build/public/templates/compose.js: line 171, col 172, Line is too long. +build/public/templates/compose.js: line 171, col 37, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 171, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/compose.js: line 171, col 73, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 171, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/compose.js: line 171, col 115, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 171, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/compose.js: line 171, col 154, ['cid'] is better written in dot notation. +build/public/templates/compose.js: line 173, col 173, Line is too long. +build/public/templates/compose.js: line 173, col 37, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 173, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/compose.js: line 173, col 73, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 173, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/compose.js: line 173, col 115, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 173, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/compose.js: line 173, col 154, ['name'] is better written in dot notation. +build/public/templates/compose.js: line 175, col 178, Line is too long. +build/public/templates/compose.js: line 175, col 37, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 175, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/compose.js: line 175, col 73, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 175, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/compose.js: line 175, col 115, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 175, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/compose.js: line 175, col 154, ['parentCid'] is better written in dot notation. +build/public/templates/compose.js: line 177, col 172, Line is too long. +build/public/templates/compose.js: line 177, col 29, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 177, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/compose.js: line 177, col 65, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 177, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/compose.js: line 177, col 107, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 177, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/compose.js: line 177, col 146, ['disabledClass'] is better written in dot notation. +build/public/templates/compose.js: line 181, col 174, Line is too long. +build/public/templates/compose.js: line 181, col 37, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 181, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/compose.js: line 181, col 73, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 181, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/compose.js: line 181, col 115, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 181, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/compose.js: line 181, col 154, ['level'] is better written in dot notation. +build/public/templates/compose.js: line 183, col 164, Line is too long. +build/public/templates/compose.js: line 183, col 29, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 183, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/compose.js: line 183, col 65, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 183, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/compose.js: line 183, col 107, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 183, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/compose.js: line 183, col 146, ['match'] is better written in dot notation. +build/public/templates/compose.js: line 187, col 163, Line is too long. +build/public/templates/compose.js: line 187, col 29, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 187, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/compose.js: line 187, col 65, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 187, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/compose.js: line 187, col 107, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 187, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/compose.js: line 187, col 146, ['icon'] is better written in dot notation. +build/public/templates/compose.js: line 189, col 114, Line is too long. +build/public/templates/compose.js: line 193, col 173, Line is too long. +build/public/templates/compose.js: line 193, col 37, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 193, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/compose.js: line 193, col 73, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 193, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/compose.js: line 193, col 115, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 193, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/compose.js: line 193, col 154, ['name'] is better written in dot notation. +build/public/templates/compose.js: line 165, col 13, 'key' is defined but never used. +build/public/templates/compose.js: line 163, col 11, 'value' is defined but never used. +build/public/templates/compose.js: line 202, col 121, Line is too long. +build/public/templates/compose.js: line 202, col 36, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 202, col 52, ['submitOptions'] is better written in dot notation. +build/public/templates/compose.js: line 205, col 175, Line is too long. +build/public/templates/compose.js: line 205, col 37, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 205, col 53, ['submitOptions'] is better written in dot notation. +build/public/templates/compose.js: line 205, col 73, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 205, col 89, ['submitOptions'] is better written in dot notation. +build/public/templates/compose.js: line 205, col 115, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 205, col 131, ['submitOptions'] is better written in dot notation. +build/public/templates/compose.js: line 205, col 154, ['action'] is better written in dot notation. +build/public/templates/compose.js: line 207, col 173, Line is too long. +build/public/templates/compose.js: line 207, col 37, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 207, col 53, ['submitOptions'] is better written in dot notation. +build/public/templates/compose.js: line 207, col 73, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 207, col 89, ['submitOptions'] is better written in dot notation. +build/public/templates/compose.js: line 207, col 115, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 207, col 131, ['submitOptions'] is better written in dot notation. +build/public/templates/compose.js: line 207, col 154, ['text'] is better written in dot notation. +build/public/templates/compose.js: line 203, col 13, 'key' is defined but never used. +build/public/templates/compose.js: line 202, col 114, 'value' is defined but never used. +build/public/templates/compose.js: line 202, col 106, 'length' is defined but never used. +build/public/templates/compose.js: line 202, col 99, 'index' is defined but never used. +build/public/templates/compose.js: line 201, col 11, 'value' is defined but never used. +build/public/templates/compose.js: line 199, col 76, 'helper' is defined but never used. +build/public/templates/compose.js: line 216, col 118, Line is too long. +build/public/templates/compose.js: line 216, col 36, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 216, col 52, ['formatting'] is better written in dot notation. +build/public/templates/compose.js: line 219, col 156, Line is too long. +build/public/templates/compose.js: line 219, col 29, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 219, col 45, ['formatting'] is better written in dot notation. +build/public/templates/compose.js: line 219, col 62, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 219, col 78, ['formatting'] is better written in dot notation. +build/public/templates/compose.js: line 219, col 101, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 219, col 117, ['formatting'] is better written in dot notation. +build/public/templates/compose.js: line 219, col 137, ['spacer'] is better written in dot notation. +build/public/templates/compose.js: line 222, col 786, Line is too long. +build/public/templates/compose.js: line 222, col 34, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 222, col 50, ['formatting'] is better written in dot notation. +build/public/templates/compose.js: line 222, col 67, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 222, col 83, ['formatting'] is better written in dot notation. +build/public/templates/compose.js: line 222, col 106, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 222, col 122, ['formatting'] is better written in dot notation. +build/public/templates/compose.js: line 222, col 142, ['visibility'] is better written in dot notation. +build/public/templates/compose.js: line 222, col 159, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 222, col 175, ['formatting'] is better written in dot notation. +build/public/templates/compose.js: line 222, col 195, ['visibility'] is better written in dot notation. +build/public/templates/compose.js: line 222, col 209, ['desktop'] is better written in dot notation. +build/public/templates/compose.js: line 222, col 251, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 222, col 267, ['isTopicOrMain'] is better written in dot notation. +build/public/templates/compose.js: line 222, col 313, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 222, col 329, ['formatting'] is better written in dot notation. +build/public/templates/compose.js: line 222, col 346, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 222, col 362, ['formatting'] is better written in dot notation. +build/public/templates/compose.js: line 222, col 385, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 222, col 401, ['formatting'] is better written in dot notation. +build/public/templates/compose.js: line 222, col 421, ['visibility'] is better written in dot notation. +build/public/templates/compose.js: line 222, col 438, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 222, col 454, ['formatting'] is better written in dot notation. +build/public/templates/compose.js: line 222, col 474, ['visibility'] is better written in dot notation. +build/public/templates/compose.js: line 222, col 488, ['main'] is better written in dot notation. +build/public/templates/compose.js: line 222, col 528, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 222, col 544, ['isTopicOrMain'] is better written in dot notation. +build/public/templates/compose.js: line 222, col 590, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 222, col 606, ['formatting'] is better written in dot notation. +build/public/templates/compose.js: line 222, col 623, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 222, col 639, ['formatting'] is better written in dot notation. +build/public/templates/compose.js: line 222, col 662, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 222, col 678, ['formatting'] is better written in dot notation. +build/public/templates/compose.js: line 222, col 698, ['visibility'] is better written in dot notation. +build/public/templates/compose.js: line 222, col 715, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 222, col 731, ['formatting'] is better written in dot notation. +build/public/templates/compose.js: line 222, col 751, ['visibility'] is better written in dot notation. +build/public/templates/compose.js: line 222, col 765, ['reply'] is better written in dot notation. +build/public/templates/compose.js: line 224, col 237, Line is too long. +build/public/templates/compose.js: line 224, col 37, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 224, col 53, ['formatting'] is better written in dot notation. +build/public/templates/compose.js: line 224, col 70, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 224, col 86, ['formatting'] is better written in dot notation. +build/public/templates/compose.js: line 224, col 109, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 224, col 125, ['formatting'] is better written in dot notation. +build/public/templates/compose.js: line 224, col 145, ['dropdownItems'] is better written in dot notation. +build/public/templates/compose.js: line 224, col 165, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 224, col 181, ['formatting'] is better written in dot notation. +build/public/templates/compose.js: line 224, col 201, ['dropdownItems'] is better written in dot notation. +build/public/templates/compose.js: line 224, col 218, ['length'] is better written in dot notation. +build/public/templates/compose.js: line 226, col 177, Line is too long. +build/public/templates/compose.js: line 226, col 49, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 226, col 65, ['formatting'] is better written in dot notation. +build/public/templates/compose.js: line 226, col 82, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 226, col 98, ['formatting'] is better written in dot notation. +build/public/templates/compose.js: line 226, col 121, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 226, col 137, ['formatting'] is better written in dot notation. +build/public/templates/compose.js: line 226, col 157, ['title'] is better written in dot notation. +build/public/templates/compose.js: line 227, col 169, Line is too long. +build/public/templates/compose.js: line 228, col 177, Line is too long. +build/public/templates/compose.js: line 228, col 49, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 228, col 65, ['formatting'] is better written in dot notation. +build/public/templates/compose.js: line 228, col 82, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 228, col 98, ['formatting'] is better written in dot notation. +build/public/templates/compose.js: line 228, col 121, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 228, col 137, ['formatting'] is better written in dot notation. +build/public/templates/compose.js: line 228, col 157, ['title'] is better written in dot notation. +build/public/templates/compose.js: line 230, col 181, Line is too long. +build/public/templates/compose.js: line 230, col 49, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 230, col 65, ['formatting'] is better written in dot notation. +build/public/templates/compose.js: line 230, col 82, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 230, col 98, ['formatting'] is better written in dot notation. +build/public/templates/compose.js: line 230, col 121, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 230, col 137, ['formatting'] is better written in dot notation. +build/public/templates/compose.js: line 230, col 157, ['className'] is better written in dot notation. +build/public/templates/compose.js: line 232, col 222, Line is too long. +build/public/templates/compose.js: line 232, col 45, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 232, col 61, ['formatting'] is better written in dot notation. +build/public/templates/compose.js: line 232, col 78, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 232, col 94, ['formatting'] is better written in dot notation. +build/public/templates/compose.js: line 232, col 117, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 232, col 133, ['formatting'] is better written in dot notation. +build/public/templates/compose.js: line 232, col 153, ['dropdownItems'] is better written in dot notation. +build/public/templates/compose.js: line 235, col 321, Line is too long. +build/public/templates/compose.js: line 235, col 53, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 235, col 69, ['formatting'] is better written in dot notation. +build/public/templates/compose.js: line 235, col 86, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 235, col 102, ['formatting'] is better written in dot notation. +build/public/templates/compose.js: line 235, col 125, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 235, col 141, ['formatting'] is better written in dot notation. +build/public/templates/compose.js: line 235, col 161, ['dropdownItems'] is better written in dot notation. +build/public/templates/compose.js: line 235, col 181, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 235, col 197, ['formatting'] is better written in dot notation. +build/public/templates/compose.js: line 235, col 217, ['dropdownItems'] is better written in dot notation. +build/public/templates/compose.js: line 235, col 243, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 235, col 259, ['formatting'] is better written in dot notation. +build/public/templates/compose.js: line 235, col 279, ['dropdownItems'] is better written in dot notation. +build/public/templates/compose.js: line 235, col 302, ['name'] is better written in dot notation. +build/public/templates/compose.js: line 236, col 117, Line is too long. +build/public/templates/compose.js: line 237, col 326, Line is too long. +build/public/templates/compose.js: line 237, col 53, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 237, col 69, ['formatting'] is better written in dot notation. +build/public/templates/compose.js: line 237, col 86, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 237, col 102, ['formatting'] is better written in dot notation. +build/public/templates/compose.js: line 237, col 125, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 237, col 141, ['formatting'] is better written in dot notation. +build/public/templates/compose.js: line 237, col 161, ['dropdownItems'] is better written in dot notation. +build/public/templates/compose.js: line 237, col 181, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 237, col 197, ['formatting'] is better written in dot notation. +build/public/templates/compose.js: line 237, col 217, ['dropdownItems'] is better written in dot notation. +build/public/templates/compose.js: line 237, col 243, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 237, col 259, ['formatting'] is better written in dot notation. +build/public/templates/compose.js: line 237, col 279, ['dropdownItems'] is better written in dot notation. +build/public/templates/compose.js: line 237, col 302, ['className'] is better written in dot notation. +build/public/templates/compose.js: line 239, col 321, Line is too long. +build/public/templates/compose.js: line 239, col 53, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 239, col 69, ['formatting'] is better written in dot notation. +build/public/templates/compose.js: line 239, col 86, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 239, col 102, ['formatting'] is better written in dot notation. +build/public/templates/compose.js: line 239, col 125, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 239, col 141, ['formatting'] is better written in dot notation. +build/public/templates/compose.js: line 239, col 161, ['dropdownItems'] is better written in dot notation. +build/public/templates/compose.js: line 239, col 181, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 239, col 197, ['formatting'] is better written in dot notation. +build/public/templates/compose.js: line 239, col 217, ['dropdownItems'] is better written in dot notation. +build/public/templates/compose.js: line 239, col 243, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 239, col 259, ['formatting'] is better written in dot notation. +build/public/templates/compose.js: line 239, col 279, ['dropdownItems'] is better written in dot notation. +build/public/templates/compose.js: line 239, col 302, ['text'] is better written in dot notation. +build/public/templates/compose.js: line 241, col 312, Line is too long. +build/public/templates/compose.js: line 241, col 45, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 241, col 61, ['formatting'] is better written in dot notation. +build/public/templates/compose.js: line 241, col 78, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 241, col 94, ['formatting'] is better written in dot notation. +build/public/templates/compose.js: line 241, col 117, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 241, col 133, ['formatting'] is better written in dot notation. +build/public/templates/compose.js: line 241, col 153, ['dropdownItems'] is better written in dot notation. +build/public/templates/compose.js: line 241, col 173, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 241, col 189, ['formatting'] is better written in dot notation. +build/public/templates/compose.js: line 241, col 209, ['dropdownItems'] is better written in dot notation. +build/public/templates/compose.js: line 241, col 235, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 241, col 251, ['formatting'] is better written in dot notation. +build/public/templates/compose.js: line 241, col 271, ['dropdownItems'] is better written in dot notation. +build/public/templates/compose.js: line 241, col 294, ['badge'] is better written in dot notation. +build/public/templates/compose.js: line 242, col 142, Line is too long. +build/public/templates/compose.js: line 233, col 29, 'key' is defined but never used. +build/public/templates/compose.js: line 232, col 215, 'value' is defined but never used. +build/public/templates/compose.js: line 232, col 207, 'length' is defined but never used. +build/public/templates/compose.js: line 232, col 200, 'index' is defined but never used. +build/public/templates/compose.js: line 250, col 177, Line is too long. +build/public/templates/compose.js: line 250, col 49, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 250, col 65, ['formatting'] is better written in dot notation. +build/public/templates/compose.js: line 250, col 82, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 250, col 98, ['formatting'] is better written in dot notation. +build/public/templates/compose.js: line 250, col 121, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 250, col 137, ['formatting'] is better written in dot notation. +build/public/templates/compose.js: line 250, col 157, ['title'] is better written in dot notation. +build/public/templates/compose.js: line 252, col 176, Line is too long. +build/public/templates/compose.js: line 252, col 49, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 252, col 65, ['formatting'] is better written in dot notation. +build/public/templates/compose.js: line 252, col 82, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 252, col 98, ['formatting'] is better written in dot notation. +build/public/templates/compose.js: line 252, col 121, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 252, col 137, ['formatting'] is better written in dot notation. +build/public/templates/compose.js: line 252, col 157, ['name'] is better written in dot notation. +build/public/templates/compose.js: line 253, col 102, Line is too long. +build/public/templates/compose.js: line 254, col 177, Line is too long. +build/public/templates/compose.js: line 254, col 49, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 254, col 65, ['formatting'] is better written in dot notation. +build/public/templates/compose.js: line 254, col 82, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 254, col 98, ['formatting'] is better written in dot notation. +build/public/templates/compose.js: line 254, col 121, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 254, col 137, ['formatting'] is better written in dot notation. +build/public/templates/compose.js: line 254, col 157, ['title'] is better written in dot notation. +build/public/templates/compose.js: line 256, col 181, Line is too long. +build/public/templates/compose.js: line 256, col 49, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 256, col 65, ['formatting'] is better written in dot notation. +build/public/templates/compose.js: line 256, col 82, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 256, col 98, ['formatting'] is better written in dot notation. +build/public/templates/compose.js: line 256, col 121, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 256, col 137, ['formatting'] is better written in dot notation. +build/public/templates/compose.js: line 256, col 157, ['className'] is better written in dot notation. +build/public/templates/compose.js: line 258, col 167, Line is too long. +build/public/templates/compose.js: line 258, col 41, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 258, col 57, ['formatting'] is better written in dot notation. +build/public/templates/compose.js: line 258, col 74, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 258, col 90, ['formatting'] is better written in dot notation. +build/public/templates/compose.js: line 258, col 113, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 258, col 129, ['formatting'] is better written in dot notation. +build/public/templates/compose.js: line 258, col 149, ['badge'] is better written in dot notation. +build/public/templates/compose.js: line 259, col 138, Line is too long. +build/public/templates/compose.js: line 217, col 13, 'key' is defined but never used. +build/public/templates/compose.js: line 216, col 111, 'value' is defined but never used. +build/public/templates/compose.js: line 216, col 103, 'length' is defined but never used. +build/public/templates/compose.js: line 216, col 96, 'index' is defined but never used. +build/public/templates/compose.js: line 215, col 11, 'value' is defined but never used. +build/public/templates/compose.js: line 213, col 70, 'helper' is defined but never used. +build/public/templates/compose.js: line 273, col 120, Line is too long. +build/public/templates/compose.js: line 273, col 36, Expected '!==' and instead saw '!='. +build/public/templates/compose.js: line 273, col 52, ['tagWhitelist'] is better written in dot notation. +build/public/templates/compose.js: line 274, col 13, 'key' is defined but never used. +build/public/templates/compose.js: line 272, col 11, 'value' is defined but never used. +build/public/templates/compose.js: line 270, col 74, 'helper' is defined but never used. +build/public/templates/compose.js: line 287, col 3, Missing semicolon. +build/public/templates/compose.js: line 5, col 46, 'define' is not defined. +build/public/templates/compose.js: line 6, col 5, 'define' is not defined. + +build/public/templates/composer.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 13, col 41, ['resizable'] is better written in dot notation. +build/public/templates/composer.js: line 16, col 25, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 16, col 41, ['isTopicOrMain'] is better written in dot notation. +build/public/templates/composer.js: line 19, col 539, Line is too long. +build/public/templates/composer.js: line 20, col 25, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 20, col 41, ['isTopic'] is better written in dot notation. +build/public/templates/composer.js: line 21, col 131, Line is too long. +build/public/templates/composer.js: line 24, col 25, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 24, col 41, ['isTopicOrMain'] is better written in dot notation. +build/public/templates/composer.js: line 27, col 29, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 27, col 45, ['isEditing'] is better written in dot notation. +build/public/templates/composer.js: line 29, col 41, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 29, col 57, ['topicTitle'] is better written in dot notation. +build/public/templates/composer.js: line 32, col 41, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 32, col 57, ['topicTitle'] is better written in dot notation. +build/public/templates/composer.js: line 36, col 25, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 36, col 41, ['canSchedule'] is better written in dot notation. +build/public/templates/composer.js: line 39, col 365, Line is too long. +build/public/templates/composer.js: line 40, col 25, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 40, col 41, ['isTopic'] is better written in dot notation. +build/public/templates/composer.js: line 42, col 108, Line is too long. +build/public/templates/composer.js: line 42, col 29, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 42, col 45, ['template'] is better written in dot notation. +build/public/templates/composer.js: line 42, col 60, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 42, col 76, ['template'] is better written in dot notation. +build/public/templates/composer.js: line 42, col 88, ['compose'] is better written in dot notation. +build/public/templates/composer.js: line 45, col 394, Line is too long. +build/public/templates/composer.js: line 46, col 149, Line is too long. +build/public/templates/composer.js: line 46, col 30, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 46, col 46, ['selectedCategory'] is better written in dot notation. +build/public/templates/composer.js: line 46, col 96, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 46, col 112, ['showCategorySelectLabel'] is better written in dot notation. +build/public/templates/composer.js: line 48, col 163, Line is too long. +build/public/templates/composer.js: line 48, col 88, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 48, col 104, ['selectedCategory'] is better written in dot notation. +build/public/templates/composer.js: line 50, col 135, Line is too long. +build/public/templates/composer.js: line 50, col 41, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 50, col 57, ['selectedCategory'] is better written in dot notation. +build/public/templates/composer.js: line 50, col 80, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 50, col 96, ['selectedCategory'] is better written in dot notation. +build/public/templates/composer.js: line 50, col 116, ['name'] is better written in dot notation. +build/public/templates/composer.js: line 53, col 33, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 53, col 49, ['selectCategoryIcon'] is better written in dot notation. +build/public/templates/composer.js: line 54, col 43, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 54, col 59, ['selectCategoryIcon'] is better written in dot notation. +build/public/templates/composer.js: line 56, col 105, Line is too long. +build/public/templates/composer.js: line 57, col 33, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 57, col 49, ['selectCategoryLabel'] is better written in dot notation. +build/public/templates/composer.js: line 58, col 43, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 58, col 59, ['selectCategoryLabel'] is better written in dot notation. +build/public/templates/composer.js: line 61, col 600, Line is too long. +build/public/templates/composer.js: line 62, col 26, ['categoryItems'] is better written in dot notation. +build/public/templates/composer.js: line 66, col 25, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 66, col 41, ['showHandleInput'] is better written in dot notation. +build/public/templates/composer.js: line 67, col 197, Line is too long. +build/public/templates/composer.js: line 68, col 37, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 68, col 53, ['handle'] is better written in dot notation. +build/public/templates/composer.js: line 71, col 113, Line is too long. +build/public/templates/composer.js: line 72, col 25, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 72, col 41, ['isTopicOrMain'] is better written in dot notation. +build/public/templates/composer.js: line 73, col 154, Line is too long. +build/public/templates/composer.js: line 74, col 37, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 74, col 53, ['topicTitle'] is better written in dot notation. +build/public/templates/composer.js: line 77, col 108, Line is too long. +build/public/templates/composer.js: line 77, col 29, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 77, col 45, ['template'] is better written in dot notation. +build/public/templates/composer.js: line 77, col 60, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 77, col 76, ['template'] is better written in dot notation. +build/public/templates/composer.js: line 77, col 88, ['compose'] is better written in dot notation. +build/public/templates/composer.js: line 81, col 29, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 81, col 45, ['isEditing'] is better written in dot notation. +build/public/templates/composer.js: line 83, col 41, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 83, col 57, ['topicTitle'] is better written in dot notation. +build/public/templates/composer.js: line 86, col 41, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 86, col 57, ['topicTitle'] is better written in dot notation. +build/public/templates/composer.js: line 89, col 296, Line is too long. +build/public/templates/composer.js: line 90, col 104, Line is too long. +build/public/templates/composer.js: line 90, col 25, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 90, col 41, ['template'] is better written in dot notation. +build/public/templates/composer.js: line 90, col 56, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 90, col 72, ['template'] is better written in dot notation. +build/public/templates/composer.js: line 90, col 84, ['compose'] is better written in dot notation. +build/public/templates/composer.js: line 93, col 601, Line is too long. +build/public/templates/composer.js: line 94, col 175, Line is too long. +build/public/templates/composer.js: line 94, col 26, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 94, col 42, ['submitOptions'] is better written in dot notation. +build/public/templates/composer.js: line 94, col 62, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 94, col 78, ['submitOptions'] is better written in dot notation. +build/public/templates/composer.js: line 94, col 95, ['length'] is better written in dot notation. +build/public/templates/composer.js: line 94, col 134, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 94, col 150, ['canSchedule'] is better written in dot notation. +build/public/templates/composer.js: line 97, col 269, Line is too long. +build/public/templates/composer.js: line 98, col 123, Line is too long. +build/public/templates/composer.js: line 98, col 33, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 98, col 49, ['submitOptions'] is better written in dot notation. +build/public/templates/composer.js: line 98, col 69, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 98, col 85, ['submitOptions'] is better written in dot notation. +build/public/templates/composer.js: line 98, col 102, ['length'] is better written in dot notation. +build/public/templates/composer.js: line 100, col 175, Line is too long. +build/public/templates/composer.js: line 100, col 26, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 100, col 42, ['submitOptions'] is better written in dot notation. +build/public/templates/composer.js: line 100, col 62, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 100, col 78, ['submitOptions'] is better written in dot notation. +build/public/templates/composer.js: line 100, col 95, ['length'] is better written in dot notation. +build/public/templates/composer.js: line 100, col 134, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 100, col 150, ['canSchedule'] is better written in dot notation. +build/public/templates/composer.js: line 103, col 399, Line is too long. +build/public/templates/composer.js: line 104, col 25, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 104, col 41, ['canSchedule'] is better written in dot notation. +build/public/templates/composer.js: line 107, col 205, Line is too long. +build/public/templates/composer.js: line 108, col 22, ['submitOptions'] is better written in dot notation. +build/public/templates/composer.js: line 109, col 223, Line is too long. +build/public/templates/composer.js: line 110, col 22, ['formatting'] is better written in dot notation. +build/public/templates/composer.js: line 112, col 25, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 112, col 41, ['canUploadImage'] is better written in dot notation. +build/public/templates/composer.js: line 113, col 263, Line is too long. +build/public/templates/composer.js: line 116, col 25, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 116, col 41, ['canUploadFile'] is better written in dot notation. +build/public/templates/composer.js: line 117, col 251, Line is too long. +build/public/templates/composer.js: line 119, col 286, Line is too long. +build/public/templates/composer.js: line 120, col 25, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 120, col 41, ['showAnonymousToggle'] is better written in dot notation. +build/public/templates/composer.js: line 121, col 216, Line is too long. +build/public/templates/composer.js: line 122, col 29, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 122, col 45, ['isAnonymous'] is better written in dot notation. +build/public/templates/composer.js: line 125, col 124, Line is too long. +build/public/templates/composer.js: line 127, col 330, Line is too long. +build/public/templates/composer.js: line 128, col 25, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 129, col 228, Line is too long. +build/public/templates/composer.js: line 131, col 685, Line is too long. +build/public/templates/composer.js: line 132, col 33, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 132, col 49, ['body'] is better written in dot notation. +build/public/templates/composer.js: line 133, col 156, Line is too long. +build/public/templates/composer.js: line 134, col 25, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 134, col 41, ['isTopicOrMain'] is better written in dot notation. +build/public/templates/composer.js: line 136, col 115, Line is too long. +build/public/templates/composer.js: line 136, col 29, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 136, col 45, ['tagWhitelist'] is better written in dot notation. +build/public/templates/composer.js: line 136, col 64, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 136, col 80, ['tagWhitelist'] is better written in dot notation. +build/public/templates/composer.js: line 136, col 96, ['length'] is better written in dot notation. +build/public/templates/composer.js: line 140, col 115, Line is too long. +build/public/templates/composer.js: line 140, col 29, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 140, col 45, ['tagWhitelist'] is better written in dot notation. +build/public/templates/composer.js: line 140, col 64, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 140, col 80, ['tagWhitelist'] is better written in dot notation. +build/public/templates/composer.js: line 140, col 96, ['length'] is better written in dot notation. +build/public/templates/composer.js: line 143, col 401, Line is too long. +build/public/templates/composer.js: line 144, col 26, ['tagWhitelist'] is better written in dot notation. +build/public/templates/composer.js: line 145, col 117, Line is too long. +build/public/templates/composer.js: line 146, col 37, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 146, col 53, ['minimumTagLength'] is better written in dot notation. +build/public/templates/composer.js: line 148, col 37, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 148, col 53, ['maximumTagLength'] is better written in dot notation. +build/public/templates/composer.js: line 151, col 359, Line is too long. +build/public/templates/composer.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/composer.js: line 158, col 121, Line is too long. +build/public/templates/composer.js: line 158, col 36, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 158, col 52, ['categoryItems'] is better written in dot notation. +build/public/templates/composer.js: line 161, col 172, Line is too long. +build/public/templates/composer.js: line 161, col 29, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 161, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/composer.js: line 161, col 65, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 161, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/composer.js: line 161, col 107, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 161, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/composer.js: line 161, col 146, ['disabledClass'] is better written in dot notation. +build/public/templates/composer.js: line 165, col 172, Line is too long. +build/public/templates/composer.js: line 165, col 37, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 165, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/composer.js: line 165, col 73, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 165, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/composer.js: line 165, col 115, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 165, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/composer.js: line 165, col 154, ['cid'] is better written in dot notation. +build/public/templates/composer.js: line 167, col 173, Line is too long. +build/public/templates/composer.js: line 167, col 37, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 167, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/composer.js: line 167, col 73, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 167, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/composer.js: line 167, col 115, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 167, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/composer.js: line 167, col 154, ['name'] is better written in dot notation. +build/public/templates/composer.js: line 169, col 178, Line is too long. +build/public/templates/composer.js: line 169, col 37, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 169, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/composer.js: line 169, col 73, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 169, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/composer.js: line 169, col 115, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 169, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/composer.js: line 169, col 154, ['parentCid'] is better written in dot notation. +build/public/templates/composer.js: line 171, col 172, Line is too long. +build/public/templates/composer.js: line 171, col 29, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 171, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/composer.js: line 171, col 65, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 171, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/composer.js: line 171, col 107, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 171, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/composer.js: line 171, col 146, ['disabledClass'] is better written in dot notation. +build/public/templates/composer.js: line 175, col 174, Line is too long. +build/public/templates/composer.js: line 175, col 37, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 175, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/composer.js: line 175, col 73, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 175, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/composer.js: line 175, col 115, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 175, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/composer.js: line 175, col 154, ['level'] is better written in dot notation. +build/public/templates/composer.js: line 177, col 164, Line is too long. +build/public/templates/composer.js: line 177, col 29, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 177, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/composer.js: line 177, col 65, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 177, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/composer.js: line 177, col 107, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 177, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/composer.js: line 177, col 146, ['match'] is better written in dot notation. +build/public/templates/composer.js: line 181, col 163, Line is too long. +build/public/templates/composer.js: line 181, col 29, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 181, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/composer.js: line 181, col 65, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 181, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/composer.js: line 181, col 107, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 181, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/composer.js: line 181, col 146, ['icon'] is better written in dot notation. +build/public/templates/composer.js: line 183, col 114, Line is too long. +build/public/templates/composer.js: line 187, col 173, Line is too long. +build/public/templates/composer.js: line 187, col 37, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 187, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/composer.js: line 187, col 73, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 187, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/composer.js: line 187, col 115, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 187, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/composer.js: line 187, col 154, ['name'] is better written in dot notation. +build/public/templates/composer.js: line 159, col 13, 'key' is defined but never used. +build/public/templates/composer.js: line 157, col 11, 'value' is defined but never used. +build/public/templates/composer.js: line 196, col 121, Line is too long. +build/public/templates/composer.js: line 196, col 36, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 196, col 52, ['submitOptions'] is better written in dot notation. +build/public/templates/composer.js: line 199, col 175, Line is too long. +build/public/templates/composer.js: line 199, col 37, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 199, col 53, ['submitOptions'] is better written in dot notation. +build/public/templates/composer.js: line 199, col 73, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 199, col 89, ['submitOptions'] is better written in dot notation. +build/public/templates/composer.js: line 199, col 115, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 199, col 131, ['submitOptions'] is better written in dot notation. +build/public/templates/composer.js: line 199, col 154, ['action'] is better written in dot notation. +build/public/templates/composer.js: line 201, col 173, Line is too long. +build/public/templates/composer.js: line 201, col 37, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 201, col 53, ['submitOptions'] is better written in dot notation. +build/public/templates/composer.js: line 201, col 73, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 201, col 89, ['submitOptions'] is better written in dot notation. +build/public/templates/composer.js: line 201, col 115, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 201, col 131, ['submitOptions'] is better written in dot notation. +build/public/templates/composer.js: line 201, col 154, ['text'] is better written in dot notation. +build/public/templates/composer.js: line 197, col 13, 'key' is defined but never used. +build/public/templates/composer.js: line 196, col 114, 'value' is defined but never used. +build/public/templates/composer.js: line 196, col 106, 'length' is defined but never used. +build/public/templates/composer.js: line 196, col 99, 'index' is defined but never used. +build/public/templates/composer.js: line 195, col 11, 'value' is defined but never used. +build/public/templates/composer.js: line 193, col 76, 'helper' is defined but never used. +build/public/templates/composer.js: line 210, col 118, Line is too long. +build/public/templates/composer.js: line 210, col 36, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 210, col 52, ['formatting'] is better written in dot notation. +build/public/templates/composer.js: line 213, col 156, Line is too long. +build/public/templates/composer.js: line 213, col 29, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 213, col 45, ['formatting'] is better written in dot notation. +build/public/templates/composer.js: line 213, col 62, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 213, col 78, ['formatting'] is better written in dot notation. +build/public/templates/composer.js: line 213, col 101, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 213, col 117, ['formatting'] is better written in dot notation. +build/public/templates/composer.js: line 213, col 137, ['spacer'] is better written in dot notation. +build/public/templates/composer.js: line 216, col 786, Line is too long. +build/public/templates/composer.js: line 216, col 34, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 216, col 50, ['formatting'] is better written in dot notation. +build/public/templates/composer.js: line 216, col 67, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 216, col 83, ['formatting'] is better written in dot notation. +build/public/templates/composer.js: line 216, col 106, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 216, col 122, ['formatting'] is better written in dot notation. +build/public/templates/composer.js: line 216, col 142, ['visibility'] is better written in dot notation. +build/public/templates/composer.js: line 216, col 159, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 216, col 175, ['formatting'] is better written in dot notation. +build/public/templates/composer.js: line 216, col 195, ['visibility'] is better written in dot notation. +build/public/templates/composer.js: line 216, col 209, ['desktop'] is better written in dot notation. +build/public/templates/composer.js: line 216, col 251, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 216, col 267, ['isTopicOrMain'] is better written in dot notation. +build/public/templates/composer.js: line 216, col 313, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 216, col 329, ['formatting'] is better written in dot notation. +build/public/templates/composer.js: line 216, col 346, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 216, col 362, ['formatting'] is better written in dot notation. +build/public/templates/composer.js: line 216, col 385, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 216, col 401, ['formatting'] is better written in dot notation. +build/public/templates/composer.js: line 216, col 421, ['visibility'] is better written in dot notation. +build/public/templates/composer.js: line 216, col 438, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 216, col 454, ['formatting'] is better written in dot notation. +build/public/templates/composer.js: line 216, col 474, ['visibility'] is better written in dot notation. +build/public/templates/composer.js: line 216, col 488, ['main'] is better written in dot notation. +build/public/templates/composer.js: line 216, col 528, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 216, col 544, ['isTopicOrMain'] is better written in dot notation. +build/public/templates/composer.js: line 216, col 590, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 216, col 606, ['formatting'] is better written in dot notation. +build/public/templates/composer.js: line 216, col 623, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 216, col 639, ['formatting'] is better written in dot notation. +build/public/templates/composer.js: line 216, col 662, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 216, col 678, ['formatting'] is better written in dot notation. +build/public/templates/composer.js: line 216, col 698, ['visibility'] is better written in dot notation. +build/public/templates/composer.js: line 216, col 715, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 216, col 731, ['formatting'] is better written in dot notation. +build/public/templates/composer.js: line 216, col 751, ['visibility'] is better written in dot notation. +build/public/templates/composer.js: line 216, col 765, ['reply'] is better written in dot notation. +build/public/templates/composer.js: line 218, col 237, Line is too long. +build/public/templates/composer.js: line 218, col 37, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 218, col 53, ['formatting'] is better written in dot notation. +build/public/templates/composer.js: line 218, col 70, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 218, col 86, ['formatting'] is better written in dot notation. +build/public/templates/composer.js: line 218, col 109, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 218, col 125, ['formatting'] is better written in dot notation. +build/public/templates/composer.js: line 218, col 145, ['dropdownItems'] is better written in dot notation. +build/public/templates/composer.js: line 218, col 165, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 218, col 181, ['formatting'] is better written in dot notation. +build/public/templates/composer.js: line 218, col 201, ['dropdownItems'] is better written in dot notation. +build/public/templates/composer.js: line 218, col 218, ['length'] is better written in dot notation. +build/public/templates/composer.js: line 220, col 177, Line is too long. +build/public/templates/composer.js: line 220, col 49, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 220, col 65, ['formatting'] is better written in dot notation. +build/public/templates/composer.js: line 220, col 82, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 220, col 98, ['formatting'] is better written in dot notation. +build/public/templates/composer.js: line 220, col 121, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 220, col 137, ['formatting'] is better written in dot notation. +build/public/templates/composer.js: line 220, col 157, ['title'] is better written in dot notation. +build/public/templates/composer.js: line 221, col 169, Line is too long. +build/public/templates/composer.js: line 222, col 177, Line is too long. +build/public/templates/composer.js: line 222, col 49, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 222, col 65, ['formatting'] is better written in dot notation. +build/public/templates/composer.js: line 222, col 82, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 222, col 98, ['formatting'] is better written in dot notation. +build/public/templates/composer.js: line 222, col 121, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 222, col 137, ['formatting'] is better written in dot notation. +build/public/templates/composer.js: line 222, col 157, ['title'] is better written in dot notation. +build/public/templates/composer.js: line 224, col 181, Line is too long. +build/public/templates/composer.js: line 224, col 49, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 224, col 65, ['formatting'] is better written in dot notation. +build/public/templates/composer.js: line 224, col 82, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 224, col 98, ['formatting'] is better written in dot notation. +build/public/templates/composer.js: line 224, col 121, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 224, col 137, ['formatting'] is better written in dot notation. +build/public/templates/composer.js: line 224, col 157, ['className'] is better written in dot notation. +build/public/templates/composer.js: line 226, col 222, Line is too long. +build/public/templates/composer.js: line 226, col 45, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 226, col 61, ['formatting'] is better written in dot notation. +build/public/templates/composer.js: line 226, col 78, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 226, col 94, ['formatting'] is better written in dot notation. +build/public/templates/composer.js: line 226, col 117, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 226, col 133, ['formatting'] is better written in dot notation. +build/public/templates/composer.js: line 226, col 153, ['dropdownItems'] is better written in dot notation. +build/public/templates/composer.js: line 229, col 321, Line is too long. +build/public/templates/composer.js: line 229, col 53, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 229, col 69, ['formatting'] is better written in dot notation. +build/public/templates/composer.js: line 229, col 86, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 229, col 102, ['formatting'] is better written in dot notation. +build/public/templates/composer.js: line 229, col 125, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 229, col 141, ['formatting'] is better written in dot notation. +build/public/templates/composer.js: line 229, col 161, ['dropdownItems'] is better written in dot notation. +build/public/templates/composer.js: line 229, col 181, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 229, col 197, ['formatting'] is better written in dot notation. +build/public/templates/composer.js: line 229, col 217, ['dropdownItems'] is better written in dot notation. +build/public/templates/composer.js: line 229, col 243, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 229, col 259, ['formatting'] is better written in dot notation. +build/public/templates/composer.js: line 229, col 279, ['dropdownItems'] is better written in dot notation. +build/public/templates/composer.js: line 229, col 302, ['name'] is better written in dot notation. +build/public/templates/composer.js: line 230, col 117, Line is too long. +build/public/templates/composer.js: line 231, col 326, Line is too long. +build/public/templates/composer.js: line 231, col 53, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 231, col 69, ['formatting'] is better written in dot notation. +build/public/templates/composer.js: line 231, col 86, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 231, col 102, ['formatting'] is better written in dot notation. +build/public/templates/composer.js: line 231, col 125, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 231, col 141, ['formatting'] is better written in dot notation. +build/public/templates/composer.js: line 231, col 161, ['dropdownItems'] is better written in dot notation. +build/public/templates/composer.js: line 231, col 181, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 231, col 197, ['formatting'] is better written in dot notation. +build/public/templates/composer.js: line 231, col 217, ['dropdownItems'] is better written in dot notation. +build/public/templates/composer.js: line 231, col 243, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 231, col 259, ['formatting'] is better written in dot notation. +build/public/templates/composer.js: line 231, col 279, ['dropdownItems'] is better written in dot notation. +build/public/templates/composer.js: line 231, col 302, ['className'] is better written in dot notation. +build/public/templates/composer.js: line 233, col 321, Line is too long. +build/public/templates/composer.js: line 233, col 53, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 233, col 69, ['formatting'] is better written in dot notation. +build/public/templates/composer.js: line 233, col 86, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 233, col 102, ['formatting'] is better written in dot notation. +build/public/templates/composer.js: line 233, col 125, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 233, col 141, ['formatting'] is better written in dot notation. +build/public/templates/composer.js: line 233, col 161, ['dropdownItems'] is better written in dot notation. +build/public/templates/composer.js: line 233, col 181, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 233, col 197, ['formatting'] is better written in dot notation. +build/public/templates/composer.js: line 233, col 217, ['dropdownItems'] is better written in dot notation. +build/public/templates/composer.js: line 233, col 243, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 233, col 259, ['formatting'] is better written in dot notation. +build/public/templates/composer.js: line 233, col 279, ['dropdownItems'] is better written in dot notation. +build/public/templates/composer.js: line 233, col 302, ['text'] is better written in dot notation. +build/public/templates/composer.js: line 235, col 312, Line is too long. +build/public/templates/composer.js: line 235, col 45, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 235, col 61, ['formatting'] is better written in dot notation. +build/public/templates/composer.js: line 235, col 78, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 235, col 94, ['formatting'] is better written in dot notation. +build/public/templates/composer.js: line 235, col 117, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 235, col 133, ['formatting'] is better written in dot notation. +build/public/templates/composer.js: line 235, col 153, ['dropdownItems'] is better written in dot notation. +build/public/templates/composer.js: line 235, col 173, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 235, col 189, ['formatting'] is better written in dot notation. +build/public/templates/composer.js: line 235, col 209, ['dropdownItems'] is better written in dot notation. +build/public/templates/composer.js: line 235, col 235, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 235, col 251, ['formatting'] is better written in dot notation. +build/public/templates/composer.js: line 235, col 271, ['dropdownItems'] is better written in dot notation. +build/public/templates/composer.js: line 235, col 294, ['badge'] is better written in dot notation. +build/public/templates/composer.js: line 236, col 142, Line is too long. +build/public/templates/composer.js: line 227, col 29, 'key' is defined but never used. +build/public/templates/composer.js: line 226, col 215, 'value' is defined but never used. +build/public/templates/composer.js: line 226, col 207, 'length' is defined but never used. +build/public/templates/composer.js: line 226, col 200, 'index' is defined but never used. +build/public/templates/composer.js: line 244, col 177, Line is too long. +build/public/templates/composer.js: line 244, col 49, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 244, col 65, ['formatting'] is better written in dot notation. +build/public/templates/composer.js: line 244, col 82, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 244, col 98, ['formatting'] is better written in dot notation. +build/public/templates/composer.js: line 244, col 121, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 244, col 137, ['formatting'] is better written in dot notation. +build/public/templates/composer.js: line 244, col 157, ['title'] is better written in dot notation. +build/public/templates/composer.js: line 246, col 176, Line is too long. +build/public/templates/composer.js: line 246, col 49, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 246, col 65, ['formatting'] is better written in dot notation. +build/public/templates/composer.js: line 246, col 82, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 246, col 98, ['formatting'] is better written in dot notation. +build/public/templates/composer.js: line 246, col 121, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 246, col 137, ['formatting'] is better written in dot notation. +build/public/templates/composer.js: line 246, col 157, ['name'] is better written in dot notation. +build/public/templates/composer.js: line 247, col 102, Line is too long. +build/public/templates/composer.js: line 248, col 177, Line is too long. +build/public/templates/composer.js: line 248, col 49, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 248, col 65, ['formatting'] is better written in dot notation. +build/public/templates/composer.js: line 248, col 82, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 248, col 98, ['formatting'] is better written in dot notation. +build/public/templates/composer.js: line 248, col 121, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 248, col 137, ['formatting'] is better written in dot notation. +build/public/templates/composer.js: line 248, col 157, ['title'] is better written in dot notation. +build/public/templates/composer.js: line 250, col 181, Line is too long. +build/public/templates/composer.js: line 250, col 49, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 250, col 65, ['formatting'] is better written in dot notation. +build/public/templates/composer.js: line 250, col 82, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 250, col 98, ['formatting'] is better written in dot notation. +build/public/templates/composer.js: line 250, col 121, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 250, col 137, ['formatting'] is better written in dot notation. +build/public/templates/composer.js: line 250, col 157, ['className'] is better written in dot notation. +build/public/templates/composer.js: line 252, col 167, Line is too long. +build/public/templates/composer.js: line 252, col 41, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 252, col 57, ['formatting'] is better written in dot notation. +build/public/templates/composer.js: line 252, col 74, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 252, col 90, ['formatting'] is better written in dot notation. +build/public/templates/composer.js: line 252, col 113, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 252, col 129, ['formatting'] is better written in dot notation. +build/public/templates/composer.js: line 252, col 149, ['badge'] is better written in dot notation. +build/public/templates/composer.js: line 253, col 138, Line is too long. +build/public/templates/composer.js: line 211, col 13, 'key' is defined but never used. +build/public/templates/composer.js: line 210, col 111, 'value' is defined but never used. +build/public/templates/composer.js: line 210, col 103, 'length' is defined but never used. +build/public/templates/composer.js: line 210, col 96, 'index' is defined but never used. +build/public/templates/composer.js: line 209, col 11, 'value' is defined but never used. +build/public/templates/composer.js: line 207, col 70, 'helper' is defined but never used. +build/public/templates/composer.js: line 267, col 120, Line is too long. +build/public/templates/composer.js: line 267, col 36, Expected '!==' and instead saw '!='. +build/public/templates/composer.js: line 267, col 52, ['tagWhitelist'] is better written in dot notation. +build/public/templates/composer.js: line 268, col 13, 'key' is defined but never used. +build/public/templates/composer.js: line 266, col 11, 'value' is defined but never used. +build/public/templates/composer.js: line 264, col 74, 'helper' is defined but never used. +build/public/templates/composer.js: line 281, col 3, Missing semicolon. +build/public/templates/composer.js: line 5, col 46, 'define' is not defined. +build/public/templates/composer.js: line 6, col 5, 'define' is not defined. + +build/public/templates/confirm.js: line 12, col 30, Expected '!==' and instead saw '!='. +build/public/templates/confirm.js: line 12, col 46, ['error'] is better written in dot notation. +build/public/templates/confirm.js: line 13, col 105, Line is too long. +build/public/templates/confirm.js: line 16, col 25, Expected '!==' and instead saw '!='. +build/public/templates/confirm.js: line 16, col 41, ['error'] is better written in dot notation. +build/public/templates/confirm.js: line 18, col 155, Line is too long. +build/public/templates/confirm.js: line 20, col 116, Line is too long. +build/public/templates/confirm.js: line 20, col 33, Expected '!==' and instead saw '!='. +build/public/templates/confirm.js: line 20, col 49, ['config'] is better written in dot notation. +build/public/templates/confirm.js: line 20, col 62, Expected '!==' and instead saw '!='. +build/public/templates/confirm.js: line 20, col 78, ['config'] is better written in dot notation. +build/public/templates/confirm.js: line 20, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/confirm.js: line 22, col 112, Line is too long. +build/public/templates/confirm.js: line 22, col 33, Expected '!==' and instead saw '!='. +build/public/templates/confirm.js: line 22, col 49, ['config'] is better written in dot notation. +build/public/templates/confirm.js: line 22, col 62, Expected '!==' and instead saw '!='. +build/public/templates/confirm.js: line 22, col 78, ['config'] is better written in dot notation. +build/public/templates/confirm.js: line 22, col 88, ['siteTitle'] is better written in dot notation. +build/public/templates/confirm.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/confirm.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/confirm.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/confirm.js: line 31, col 3, Missing semicolon. +build/public/templates/confirm.js: line 5, col 46, 'define' is not defined. +build/public/templates/confirm.js: line 6, col 5, 'define' is not defined. + +build/public/templates/emails/banned.js: line 12, col 5283, Line is too long. +build/public/templates/emails/banned.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/emails/banned.js: line 13, col 41, ['rtl'] is better written in dot notation. +build/public/templates/emails/banned.js: line 16, col 423, Line is too long. +build/public/templates/emails/banned.js: line 17, col 25, Expected '!==' and instead saw '!='. +build/public/templates/emails/banned.js: line 17, col 41, ['logo'] is better written in dot notation. +build/public/templates/emails/banned.js: line 17, col 52, Expected '!==' and instead saw '!='. +build/public/templates/emails/banned.js: line 17, col 68, ['logo'] is better written in dot notation. +build/public/templates/emails/banned.js: line 17, col 76, ['src'] is better written in dot notation. +build/public/templates/emails/banned.js: line 19, col 106, Line is too long. +build/public/templates/emails/banned.js: line 19, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/banned.js: line 19, col 53, ['logo'] is better written in dot notation. +build/public/templates/emails/banned.js: line 19, col 64, Expected '!==' and instead saw '!='. +build/public/templates/emails/banned.js: line 19, col 80, ['logo'] is better written in dot notation. +build/public/templates/emails/banned.js: line 19, col 88, ['src'] is better written in dot notation. +build/public/templates/emails/banned.js: line 21, col 108, Line is too long. +build/public/templates/emails/banned.js: line 21, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/banned.js: line 21, col 53, ['logo'] is better written in dot notation. +build/public/templates/emails/banned.js: line 21, col 64, Expected '!==' and instead saw '!='. +build/public/templates/emails/banned.js: line 21, col 80, ['logo'] is better written in dot notation. +build/public/templates/emails/banned.js: line 21, col 88, ['width'] is better written in dot notation. +build/public/templates/emails/banned.js: line 23, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/banned.js: line 23, col 53, ['site_title'] is better written in dot notation. +build/public/templates/emails/banned.js: line 25, col 108, Line is too long. +build/public/templates/emails/banned.js: line 25, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/banned.js: line 25, col 53, ['logo'] is better written in dot notation. +build/public/templates/emails/banned.js: line 25, col 64, Expected '!==' and instead saw '!='. +build/public/templates/emails/banned.js: line 25, col 80, ['logo'] is better written in dot notation. +build/public/templates/emails/banned.js: line 25, col 88, ['width'] is better written in dot notation. +build/public/templates/emails/banned.js: line 26, col 227, Line is too long. +build/public/templates/emails/banned.js: line 28, col 896, Line is too long. +build/public/templates/emails/banned.js: line 29, col 33, Expected '!==' and instead saw '!='. +build/public/templates/emails/banned.js: line 29, col 49, ['username'] is better written in dot notation. +build/public/templates/emails/banned.js: line 30, col 520, Line is too long. +build/public/templates/emails/banned.js: line 31, col 33, Expected '!==' and instead saw '!='. +build/public/templates/emails/banned.js: line 31, col 49, ['username'] is better written in dot notation. +build/public/templates/emails/banned.js: line 33, col 33, Expected '!==' and instead saw '!='. +build/public/templates/emails/banned.js: line 33, col 49, ['site_title'] is better written in dot notation. +build/public/templates/emails/banned.js: line 35, col 25, Expected '!==' and instead saw '!='. +build/public/templates/emails/banned.js: line 35, col 41, ['reason'] is better written in dot notation. +build/public/templates/emails/banned.js: line 36, col 525, Line is too long. +build/public/templates/emails/banned.js: line 37, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/banned.js: line 37, col 53, ['reason'] is better written in dot notation. +build/public/templates/emails/banned.js: line 41, col 25, Expected '!==' and instead saw '!='. +build/public/templates/emails/banned.js: line 41, col 41, ['until'] is better written in dot notation. +build/public/templates/emails/banned.js: line 42, col 289, Line is too long. +build/public/templates/emails/banned.js: line 43, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/banned.js: line 43, col 53, ['until'] is better written in dot notation. +build/public/templates/emails/banned.js: line 46, col 550, Line is too long. +build/public/templates/emails/banned.js: line 47, col 25, Expected '!==' and instead saw '!='. +build/public/templates/emails/banned.js: line 47, col 41, ['showUnsubscribe'] is better written in dot notation. +build/public/templates/emails/banned.js: line 49, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/banned.js: line 49, col 53, ['url'] is better written in dot notation. +build/public/templates/emails/banned.js: line 51, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/banned.js: line 51, col 53, ['uid'] is better written in dot notation. +build/public/templates/emails/banned.js: line 52, col 106, Line is too long. +build/public/templates/emails/banned.js: line 53, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/banned.js: line 53, col 53, ['unsubUrl'] is better written in dot notation. +build/public/templates/emails/banned.js: line 56, col 162, Line is too long. +build/public/templates/emails/banned.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/emails/banned.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/emails/banned.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/emails/banned.js: line 64, col 3, Missing semicolon. +build/public/templates/emails/banned.js: line 5, col 46, 'define' is not defined. +build/public/templates/emails/banned.js: line 6, col 5, 'define' is not defined. + +build/public/templates/emails/digest.js: line 12, col 5283, Line is too long. +build/public/templates/emails/digest.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 13, col 41, ['rtl'] is better written in dot notation. +build/public/templates/emails/digest.js: line 16, col 423, Line is too long. +build/public/templates/emails/digest.js: line 17, col 25, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 17, col 41, ['logo'] is better written in dot notation. +build/public/templates/emails/digest.js: line 17, col 52, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 17, col 68, ['logo'] is better written in dot notation. +build/public/templates/emails/digest.js: line 17, col 76, ['src'] is better written in dot notation. +build/public/templates/emails/digest.js: line 19, col 106, Line is too long. +build/public/templates/emails/digest.js: line 19, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 19, col 53, ['logo'] is better written in dot notation. +build/public/templates/emails/digest.js: line 19, col 64, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 19, col 80, ['logo'] is better written in dot notation. +build/public/templates/emails/digest.js: line 19, col 88, ['src'] is better written in dot notation. +build/public/templates/emails/digest.js: line 21, col 108, Line is too long. +build/public/templates/emails/digest.js: line 21, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 21, col 53, ['logo'] is better written in dot notation. +build/public/templates/emails/digest.js: line 21, col 64, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 21, col 80, ['logo'] is better written in dot notation. +build/public/templates/emails/digest.js: line 21, col 88, ['width'] is better written in dot notation. +build/public/templates/emails/digest.js: line 23, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 23, col 53, ['site_title'] is better written in dot notation. +build/public/templates/emails/digest.js: line 25, col 108, Line is too long. +build/public/templates/emails/digest.js: line 25, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 25, col 53, ['logo'] is better written in dot notation. +build/public/templates/emails/digest.js: line 25, col 64, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 25, col 80, ['logo'] is better written in dot notation. +build/public/templates/emails/digest.js: line 25, col 88, ['width'] is better written in dot notation. +build/public/templates/emails/digest.js: line 26, col 227, Line is too long. +build/public/templates/emails/digest.js: line 28, col 896, Line is too long. +build/public/templates/emails/digest.js: line 29, col 33, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 29, col 49, ['displayname'] is better written in dot notation. +build/public/templates/emails/digest.js: line 30, col 519, Line is too long. +build/public/templates/emails/digest.js: line 31, col 33, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 31, col 49, ['interval'] is better written in dot notation. +build/public/templates/emails/digest.js: line 33, col 113, Line is too long. +build/public/templates/emails/digest.js: line 33, col 25, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 33, col 41, ['notifications'] is better written in dot notation. +build/public/templates/emails/digest.js: line 33, col 61, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 33, col 77, ['notifications'] is better written in dot notation. +build/public/templates/emails/digest.js: line 33, col 94, ['length'] is better written in dot notation. +build/public/templates/emails/digest.js: line 34, col 279, Line is too long. +build/public/templates/emails/digest.js: line 35, col 26, ['notifications'] is better written in dot notation. +build/public/templates/emails/digest.js: line 39, col 109, Line is too long. +build/public/templates/emails/digest.js: line 39, col 25, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 39, col 41, ['publicRooms'] is better written in dot notation. +build/public/templates/emails/digest.js: line 39, col 59, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 39, col 75, ['publicRooms'] is better written in dot notation. +build/public/templates/emails/digest.js: line 39, col 90, ['length'] is better written in dot notation. +build/public/templates/emails/digest.js: line 40, col 557, Line is too long. +build/public/templates/emails/digest.js: line 41, col 26, ['publicRooms'] is better written in dot notation. +build/public/templates/emails/digest.js: line 45, col 105, Line is too long. +build/public/templates/emails/digest.js: line 45, col 25, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 45, col 41, ['topTopics'] is better written in dot notation. +build/public/templates/emails/digest.js: line 45, col 57, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 45, col 73, ['topTopics'] is better written in dot notation. +build/public/templates/emails/digest.js: line 45, col 86, ['length'] is better written in dot notation. +build/public/templates/emails/digest.js: line 46, col 509, Line is too long. +build/public/templates/emails/digest.js: line 47, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 47, col 53, ['site_title'] is better written in dot notation. +build/public/templates/emails/digest.js: line 49, col 26, ['topTopics'] is better written in dot notation. +build/public/templates/emails/digest.js: line 53, col 113, Line is too long. +build/public/templates/emails/digest.js: line 53, col 25, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 53, col 41, ['popularTopics'] is better written in dot notation. +build/public/templates/emails/digest.js: line 53, col 61, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 53, col 77, ['popularTopics'] is better written in dot notation. +build/public/templates/emails/digest.js: line 53, col 94, ['length'] is better written in dot notation. +build/public/templates/emails/digest.js: line 54, col 513, Line is too long. +build/public/templates/emails/digest.js: line 55, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 55, col 53, ['site_title'] is better written in dot notation. +build/public/templates/emails/digest.js: line 57, col 26, ['popularTopics'] is better written in dot notation. +build/public/templates/emails/digest.js: line 61, col 25, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 61, col 41, ['recent'] is better written in dot notation. +build/public/templates/emails/digest.js: line 61, col 54, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 61, col 70, ['recent'] is better written in dot notation. +build/public/templates/emails/digest.js: line 61, col 80, ['length'] is better written in dot notation. +build/public/templates/emails/digest.js: line 62, col 512, Line is too long. +build/public/templates/emails/digest.js: line 63, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 63, col 53, ['site_title'] is better written in dot notation. +build/public/templates/emails/digest.js: line 65, col 26, ['recent'] is better written in dot notation. +build/public/templates/emails/digest.js: line 68, col 498, Line is too long. +build/public/templates/emails/digest.js: line 69, col 33, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 69, col 49, ['url'] is better written in dot notation. +build/public/templates/emails/digest.js: line 70, col 432, Line is too long. +build/public/templates/emails/digest.js: line 71, col 33, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 71, col 49, ['site_title'] is better written in dot notation. +build/public/templates/emails/digest.js: line 72, col 633, Line is too long. +build/public/templates/emails/digest.js: line 73, col 25, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 73, col 41, ['showUnsubscribe'] is better written in dot notation. +build/public/templates/emails/digest.js: line 75, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 75, col 53, ['url'] is better written in dot notation. +build/public/templates/emails/digest.js: line 77, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 77, col 53, ['uid'] is better written in dot notation. +build/public/templates/emails/digest.js: line 78, col 106, Line is too long. +build/public/templates/emails/digest.js: line 79, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 79, col 53, ['unsubUrl'] is better written in dot notation. +build/public/templates/emails/digest.js: line 82, col 162, Line is too long. +build/public/templates/emails/digest.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/emails/digest.js: line 89, col 121, Line is too long. +build/public/templates/emails/digest.js: line 89, col 36, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 89, col 52, ['notifications'] is better written in dot notation. +build/public/templates/emails/digest.js: line 91, col 384, Line is too long. +build/public/templates/emails/digest.js: line 92, col 164, Line is too long. +build/public/templates/emails/digest.js: line 92, col 29, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 92, col 45, ['notifications'] is better written in dot notation. +build/public/templates/emails/digest.js: line 92, col 65, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 92, col 81, ['notifications'] is better written in dot notation. +build/public/templates/emails/digest.js: line 92, col 107, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 92, col 123, ['notifications'] is better written in dot notation. +build/public/templates/emails/digest.js: line 92, col 146, ['image'] is better written in dot notation. +build/public/templates/emails/digest.js: line 93, col 110, Line is too long. +build/public/templates/emails/digest.js: line 94, col 178, Line is too long. +build/public/templates/emails/digest.js: line 94, col 41, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 94, col 57, ['notifications'] is better written in dot notation. +build/public/templates/emails/digest.js: line 94, col 77, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 94, col 93, ['notifications'] is better written in dot notation. +build/public/templates/emails/digest.js: line 94, col 119, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 94, col 135, ['notifications'] is better written in dot notation. +build/public/templates/emails/digest.js: line 94, col 158, ['image'] is better written in dot notation. +build/public/templates/emails/digest.js: line 96, col 137, Line is too long. +build/public/templates/emails/digest.js: line 97, col 243, Line is too long. +build/public/templates/emails/digest.js: line 97, col 41, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 97, col 57, ['notifications'] is better written in dot notation. +build/public/templates/emails/digest.js: line 97, col 77, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 97, col 93, ['notifications'] is better written in dot notation. +build/public/templates/emails/digest.js: line 97, col 119, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 97, col 135, ['notifications'] is better written in dot notation. +build/public/templates/emails/digest.js: line 97, col 158, ['user'] is better written in dot notation. +build/public/templates/emails/digest.js: line 97, col 169, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 97, col 185, ['notifications'] is better written in dot notation. +build/public/templates/emails/digest.js: line 97, col 208, ['user'] is better written in dot notation. +build/public/templates/emails/digest.js: line 99, col 240, Line is too long. +build/public/templates/emails/digest.js: line 99, col 41, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 99, col 57, ['notifications'] is better written in dot notation. +build/public/templates/emails/digest.js: line 99, col 77, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 99, col 93, ['notifications'] is better written in dot notation. +build/public/templates/emails/digest.js: line 99, col 119, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 99, col 135, ['notifications'] is better written in dot notation. +build/public/templates/emails/digest.js: line 99, col 158, ['user'] is better written in dot notation. +build/public/templates/emails/digest.js: line 99, col 169, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 99, col 185, ['notifications'] is better written in dot notation. +build/public/templates/emails/digest.js: line 99, col 208, ['user'] is better written in dot notation. +build/public/templates/emails/digest.js: line 101, col 337, Line is too long. +build/public/templates/emails/digest.js: line 102, col 185, Line is too long. +build/public/templates/emails/digest.js: line 102, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 102, col 53, ['notifications'] is better written in dot notation. +build/public/templates/emails/digest.js: line 102, col 73, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 102, col 89, ['notifications'] is better written in dot notation. +build/public/templates/emails/digest.js: line 102, col 115, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 102, col 131, ['notifications'] is better written in dot notation. +build/public/templates/emails/digest.js: line 102, col 154, ['notification_url'] is better written in dot notation. +build/public/templates/emails/digest.js: line 104, col 178, Line is too long. +build/public/templates/emails/digest.js: line 104, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 104, col 53, ['notifications'] is better written in dot notation. +build/public/templates/emails/digest.js: line 104, col 73, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 104, col 89, ['notifications'] is better written in dot notation. +build/public/templates/emails/digest.js: line 104, col 115, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 104, col 131, ['notifications'] is better written in dot notation. +build/public/templates/emails/digest.js: line 104, col 154, ['bodyShort'] is better written in dot notation. +build/public/templates/emails/digest.js: line 90, col 13, 'key' is defined but never used. +build/public/templates/emails/digest.js: line 89, col 114, 'value' is defined but never used. +build/public/templates/emails/digest.js: line 89, col 106, 'length' is defined but never used. +build/public/templates/emails/digest.js: line 89, col 99, 'index' is defined but never used. +build/public/templates/emails/digest.js: line 88, col 11, 'value' is defined but never used. +build/public/templates/emails/digest.js: line 86, col 76, 'helper' is defined but never used. +build/public/templates/emails/digest.js: line 113, col 119, Line is too long. +build/public/templates/emails/digest.js: line 113, col 36, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 113, col 52, ['publicRooms'] is better written in dot notation. +build/public/templates/emails/digest.js: line 115, col 521, Line is too long. +build/public/templates/emails/digest.js: line 116, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 116, col 53, ['url'] is better written in dot notation. +build/public/templates/emails/digest.js: line 118, col 169, Line is too long. +build/public/templates/emails/digest.js: line 118, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 118, col 53, ['publicRooms'] is better written in dot notation. +build/public/templates/emails/digest.js: line 118, col 71, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 118, col 87, ['publicRooms'] is better written in dot notation. +build/public/templates/emails/digest.js: line 118, col 111, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 118, col 127, ['publicRooms'] is better written in dot notation. +build/public/templates/emails/digest.js: line 118, col 148, ['roomId'] is better written in dot notation. +build/public/templates/emails/digest.js: line 120, col 171, Line is too long. +build/public/templates/emails/digest.js: line 120, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 120, col 53, ['publicRooms'] is better written in dot notation. +build/public/templates/emails/digest.js: line 120, col 71, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 120, col 87, ['publicRooms'] is better written in dot notation. +build/public/templates/emails/digest.js: line 120, col 111, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 120, col 127, ['publicRooms'] is better written in dot notation. +build/public/templates/emails/digest.js: line 120, col 148, ['roomName'] is better written in dot notation. +build/public/templates/emails/digest.js: line 122, col 178, Line is too long. +build/public/templates/emails/digest.js: line 122, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 122, col 53, ['publicRooms'] is better written in dot notation. +build/public/templates/emails/digest.js: line 122, col 71, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 122, col 87, ['publicRooms'] is better written in dot notation. +build/public/templates/emails/digest.js: line 122, col 111, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 122, col 127, ['publicRooms'] is better written in dot notation. +build/public/templates/emails/digest.js: line 122, col 148, ['unreadCountText'] is better written in dot notation. +build/public/templates/emails/digest.js: line 114, col 13, 'key' is defined but never used. +build/public/templates/emails/digest.js: line 113, col 112, 'value' is defined but never used. +build/public/templates/emails/digest.js: line 113, col 104, 'length' is defined but never used. +build/public/templates/emails/digest.js: line 113, col 97, 'index' is defined but never used. +build/public/templates/emails/digest.js: line 112, col 11, 'value' is defined but never used. +build/public/templates/emails/digest.js: line 110, col 72, 'helper' is defined but never used. +build/public/templates/emails/digest.js: line 131, col 117, Line is too long. +build/public/templates/emails/digest.js: line 131, col 36, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 131, col 52, ['topTopics'] is better written in dot notation. +build/public/templates/emails/digest.js: line 133, col 410, Line is too long. +build/public/templates/emails/digest.js: line 135, col 339, Line is too long. +build/public/templates/emails/digest.js: line 136, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 136, col 53, ['url'] is better written in dot notation. +build/public/templates/emails/digest.js: line 138, col 161, Line is too long. +build/public/templates/emails/digest.js: line 138, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 138, col 53, ['topTopics'] is better written in dot notation. +build/public/templates/emails/digest.js: line 138, col 69, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 138, col 85, ['topTopics'] is better written in dot notation. +build/public/templates/emails/digest.js: line 138, col 107, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 138, col 123, ['topTopics'] is better written in dot notation. +build/public/templates/emails/digest.js: line 138, col 142, ['slug'] is better written in dot notation. +build/public/templates/emails/digest.js: line 140, col 162, Line is too long. +build/public/templates/emails/digest.js: line 140, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 140, col 53, ['topTopics'] is better written in dot notation. +build/public/templates/emails/digest.js: line 140, col 69, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 140, col 85, ['topTopics'] is better written in dot notation. +build/public/templates/emails/digest.js: line 140, col 107, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 140, col 123, ['topTopics'] is better written in dot notation. +build/public/templates/emails/digest.js: line 140, col 142, ['title'] is better written in dot notation. +build/public/templates/emails/digest.js: line 141, col 185, Line is too long. +build/public/templates/emails/digest.js: line 142, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 142, col 53, ['url'] is better written in dot notation. +build/public/templates/emails/digest.js: line 144, col 282, Line is too long. +build/public/templates/emails/digest.js: line 144, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 144, col 53, ['topTopics'] is better written in dot notation. +build/public/templates/emails/digest.js: line 144, col 69, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 144, col 85, ['topTopics'] is better written in dot notation. +build/public/templates/emails/digest.js: line 144, col 107, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 144, col 123, ['topTopics'] is better written in dot notation. +build/public/templates/emails/digest.js: line 144, col 142, ['teaser'] is better written in dot notation. +build/public/templates/emails/digest.js: line 144, col 155, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 144, col 171, ['topTopics'] is better written in dot notation. +build/public/templates/emails/digest.js: line 144, col 190, ['teaser'] is better written in dot notation. +build/public/templates/emails/digest.js: line 144, col 200, ['user'] is better written in dot notation. +build/public/templates/emails/digest.js: line 144, col 211, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 144, col 227, ['topTopics'] is better written in dot notation. +build/public/templates/emails/digest.js: line 144, col 246, ['teaser'] is better written in dot notation. +build/public/templates/emails/digest.js: line 144, col 256, ['user'] is better written in dot notation. +build/public/templates/emails/digest.js: line 144, col 264, ['uid'] is better written in dot notation. +build/public/templates/emails/digest.js: line 146, col 290, Line is too long. +build/public/templates/emails/digest.js: line 146, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 146, col 53, ['topTopics'] is better written in dot notation. +build/public/templates/emails/digest.js: line 146, col 69, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 146, col 85, ['topTopics'] is better written in dot notation. +build/public/templates/emails/digest.js: line 146, col 107, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 146, col 123, ['topTopics'] is better written in dot notation. +build/public/templates/emails/digest.js: line 146, col 142, ['teaser'] is better written in dot notation. +build/public/templates/emails/digest.js: line 146, col 155, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 146, col 171, ['topTopics'] is better written in dot notation. +build/public/templates/emails/digest.js: line 146, col 190, ['teaser'] is better written in dot notation. +build/public/templates/emails/digest.js: line 146, col 200, ['user'] is better written in dot notation. +build/public/templates/emails/digest.js: line 146, col 211, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 146, col 227, ['topTopics'] is better written in dot notation. +build/public/templates/emails/digest.js: line 146, col 246, ['teaser'] is better written in dot notation. +build/public/templates/emails/digest.js: line 146, col 256, ['user'] is better written in dot notation. +build/public/templates/emails/digest.js: line 146, col 264, ['displayname'] is better written in dot notation. +build/public/templates/emails/digest.js: line 147, col 496, Line is too long. +build/public/templates/emails/digest.js: line 148, col 222, Line is too long. +build/public/templates/emails/digest.js: line 148, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 148, col 53, ['topTopics'] is better written in dot notation. +build/public/templates/emails/digest.js: line 148, col 69, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 148, col 85, ['topTopics'] is better written in dot notation. +build/public/templates/emails/digest.js: line 148, col 107, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 148, col 123, ['topTopics'] is better written in dot notation. +build/public/templates/emails/digest.js: line 148, col 142, ['teaser'] is better written in dot notation. +build/public/templates/emails/digest.js: line 148, col 155, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 148, col 171, ['topTopics'] is better written in dot notation. +build/public/templates/emails/digest.js: line 148, col 190, ['teaser'] is better written in dot notation. +build/public/templates/emails/digest.js: line 148, col 200, ['content'] is better written in dot notation. +build/public/templates/emails/digest.js: line 149, col 354, Line is too long. +build/public/templates/emails/digest.js: line 150, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 150, col 53, ['url'] is better written in dot notation. +build/public/templates/emails/digest.js: line 152, col 161, Line is too long. +build/public/templates/emails/digest.js: line 152, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 152, col 53, ['topTopics'] is better written in dot notation. +build/public/templates/emails/digest.js: line 152, col 69, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 152, col 85, ['topTopics'] is better written in dot notation. +build/public/templates/emails/digest.js: line 152, col 107, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 152, col 123, ['topTopics'] is better written in dot notation. +build/public/templates/emails/digest.js: line 152, col 142, ['slug'] is better written in dot notation. +build/public/templates/emails/digest.js: line 153, col 165, Line is too long. +build/public/templates/emails/digest.js: line 156, col 148, Line is too long. +build/public/templates/emails/digest.js: line 132, col 13, 'key' is defined but never used. +build/public/templates/emails/digest.js: line 130, col 11, 'value' is defined but never used. +build/public/templates/emails/digest.js: line 165, col 121, Line is too long. +build/public/templates/emails/digest.js: line 165, col 36, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 165, col 52, ['popularTopics'] is better written in dot notation. +build/public/templates/emails/digest.js: line 167, col 410, Line is too long. +build/public/templates/emails/digest.js: line 169, col 339, Line is too long. +build/public/templates/emails/digest.js: line 170, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 170, col 53, ['url'] is better written in dot notation. +build/public/templates/emails/digest.js: line 172, col 173, Line is too long. +build/public/templates/emails/digest.js: line 172, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 172, col 53, ['popularTopics'] is better written in dot notation. +build/public/templates/emails/digest.js: line 172, col 73, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 172, col 89, ['popularTopics'] is better written in dot notation. +build/public/templates/emails/digest.js: line 172, col 115, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 172, col 131, ['popularTopics'] is better written in dot notation. +build/public/templates/emails/digest.js: line 172, col 154, ['slug'] is better written in dot notation. +build/public/templates/emails/digest.js: line 174, col 174, Line is too long. +build/public/templates/emails/digest.js: line 174, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 174, col 53, ['popularTopics'] is better written in dot notation. +build/public/templates/emails/digest.js: line 174, col 73, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 174, col 89, ['popularTopics'] is better written in dot notation. +build/public/templates/emails/digest.js: line 174, col 115, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 174, col 131, ['popularTopics'] is better written in dot notation. +build/public/templates/emails/digest.js: line 174, col 154, ['title'] is better written in dot notation. +build/public/templates/emails/digest.js: line 175, col 185, Line is too long. +build/public/templates/emails/digest.js: line 176, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 176, col 53, ['url'] is better written in dot notation. +build/public/templates/emails/digest.js: line 178, col 302, Line is too long. +build/public/templates/emails/digest.js: line 178, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 178, col 53, ['popularTopics'] is better written in dot notation. +build/public/templates/emails/digest.js: line 178, col 73, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 178, col 89, ['popularTopics'] is better written in dot notation. +build/public/templates/emails/digest.js: line 178, col 115, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 178, col 131, ['popularTopics'] is better written in dot notation. +build/public/templates/emails/digest.js: line 178, col 154, ['teaser'] is better written in dot notation. +build/public/templates/emails/digest.js: line 178, col 167, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 178, col 183, ['popularTopics'] is better written in dot notation. +build/public/templates/emails/digest.js: line 178, col 206, ['teaser'] is better written in dot notation. +build/public/templates/emails/digest.js: line 178, col 216, ['user'] is better written in dot notation. +build/public/templates/emails/digest.js: line 178, col 227, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 178, col 243, ['popularTopics'] is better written in dot notation. +build/public/templates/emails/digest.js: line 178, col 266, ['teaser'] is better written in dot notation. +build/public/templates/emails/digest.js: line 178, col 276, ['user'] is better written in dot notation. +build/public/templates/emails/digest.js: line 178, col 284, ['uid'] is better written in dot notation. +build/public/templates/emails/digest.js: line 180, col 310, Line is too long. +build/public/templates/emails/digest.js: line 180, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 180, col 53, ['popularTopics'] is better written in dot notation. +build/public/templates/emails/digest.js: line 180, col 73, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 180, col 89, ['popularTopics'] is better written in dot notation. +build/public/templates/emails/digest.js: line 180, col 115, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 180, col 131, ['popularTopics'] is better written in dot notation. +build/public/templates/emails/digest.js: line 180, col 154, ['teaser'] is better written in dot notation. +build/public/templates/emails/digest.js: line 180, col 167, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 180, col 183, ['popularTopics'] is better written in dot notation. +build/public/templates/emails/digest.js: line 180, col 206, ['teaser'] is better written in dot notation. +build/public/templates/emails/digest.js: line 180, col 216, ['user'] is better written in dot notation. +build/public/templates/emails/digest.js: line 180, col 227, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 180, col 243, ['popularTopics'] is better written in dot notation. +build/public/templates/emails/digest.js: line 180, col 266, ['teaser'] is better written in dot notation. +build/public/templates/emails/digest.js: line 180, col 276, ['user'] is better written in dot notation. +build/public/templates/emails/digest.js: line 180, col 284, ['displayname'] is better written in dot notation. +build/public/templates/emails/digest.js: line 181, col 496, Line is too long. +build/public/templates/emails/digest.js: line 182, col 238, Line is too long. +build/public/templates/emails/digest.js: line 182, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 182, col 53, ['popularTopics'] is better written in dot notation. +build/public/templates/emails/digest.js: line 182, col 73, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 182, col 89, ['popularTopics'] is better written in dot notation. +build/public/templates/emails/digest.js: line 182, col 115, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 182, col 131, ['popularTopics'] is better written in dot notation. +build/public/templates/emails/digest.js: line 182, col 154, ['teaser'] is better written in dot notation. +build/public/templates/emails/digest.js: line 182, col 167, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 182, col 183, ['popularTopics'] is better written in dot notation. +build/public/templates/emails/digest.js: line 182, col 206, ['teaser'] is better written in dot notation. +build/public/templates/emails/digest.js: line 182, col 216, ['content'] is better written in dot notation. +build/public/templates/emails/digest.js: line 183, col 354, Line is too long. +build/public/templates/emails/digest.js: line 184, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 184, col 53, ['url'] is better written in dot notation. +build/public/templates/emails/digest.js: line 186, col 173, Line is too long. +build/public/templates/emails/digest.js: line 186, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 186, col 53, ['popularTopics'] is better written in dot notation. +build/public/templates/emails/digest.js: line 186, col 73, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 186, col 89, ['popularTopics'] is better written in dot notation. +build/public/templates/emails/digest.js: line 186, col 115, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 186, col 131, ['popularTopics'] is better written in dot notation. +build/public/templates/emails/digest.js: line 186, col 154, ['slug'] is better written in dot notation. +build/public/templates/emails/digest.js: line 187, col 165, Line is too long. +build/public/templates/emails/digest.js: line 190, col 148, Line is too long. +build/public/templates/emails/digest.js: line 166, col 13, 'key' is defined but never used. +build/public/templates/emails/digest.js: line 164, col 11, 'value' is defined but never used. +build/public/templates/emails/digest.js: line 199, col 114, Line is too long. +build/public/templates/emails/digest.js: line 199, col 36, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 199, col 52, ['recent'] is better written in dot notation. +build/public/templates/emails/digest.js: line 201, col 410, Line is too long. +build/public/templates/emails/digest.js: line 203, col 339, Line is too long. +build/public/templates/emails/digest.js: line 204, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 204, col 53, ['url'] is better written in dot notation. +build/public/templates/emails/digest.js: line 206, col 152, Line is too long. +build/public/templates/emails/digest.js: line 206, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 206, col 53, ['recent'] is better written in dot notation. +build/public/templates/emails/digest.js: line 206, col 66, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 206, col 82, ['recent'] is better written in dot notation. +build/public/templates/emails/digest.js: line 206, col 101, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 206, col 117, ['recent'] is better written in dot notation. +build/public/templates/emails/digest.js: line 206, col 133, ['slug'] is better written in dot notation. +build/public/templates/emails/digest.js: line 208, col 153, Line is too long. +build/public/templates/emails/digest.js: line 208, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 208, col 53, ['recent'] is better written in dot notation. +build/public/templates/emails/digest.js: line 208, col 66, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 208, col 82, ['recent'] is better written in dot notation. +build/public/templates/emails/digest.js: line 208, col 101, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 208, col 117, ['recent'] is better written in dot notation. +build/public/templates/emails/digest.js: line 208, col 133, ['title'] is better written in dot notation. +build/public/templates/emails/digest.js: line 209, col 185, Line is too long. +build/public/templates/emails/digest.js: line 210, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 210, col 53, ['url'] is better written in dot notation. +build/public/templates/emails/digest.js: line 212, col 267, Line is too long. +build/public/templates/emails/digest.js: line 212, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 212, col 53, ['recent'] is better written in dot notation. +build/public/templates/emails/digest.js: line 212, col 66, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 212, col 82, ['recent'] is better written in dot notation. +build/public/templates/emails/digest.js: line 212, col 101, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 212, col 117, ['recent'] is better written in dot notation. +build/public/templates/emails/digest.js: line 212, col 133, ['teaser'] is better written in dot notation. +build/public/templates/emails/digest.js: line 212, col 146, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 212, col 162, ['recent'] is better written in dot notation. +build/public/templates/emails/digest.js: line 212, col 178, ['teaser'] is better written in dot notation. +build/public/templates/emails/digest.js: line 212, col 188, ['user'] is better written in dot notation. +build/public/templates/emails/digest.js: line 212, col 199, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 212, col 215, ['recent'] is better written in dot notation. +build/public/templates/emails/digest.js: line 212, col 231, ['teaser'] is better written in dot notation. +build/public/templates/emails/digest.js: line 212, col 241, ['user'] is better written in dot notation. +build/public/templates/emails/digest.js: line 212, col 249, ['uid'] is better written in dot notation. +build/public/templates/emails/digest.js: line 214, col 275, Line is too long. +build/public/templates/emails/digest.js: line 214, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 214, col 53, ['recent'] is better written in dot notation. +build/public/templates/emails/digest.js: line 214, col 66, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 214, col 82, ['recent'] is better written in dot notation. +build/public/templates/emails/digest.js: line 214, col 101, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 214, col 117, ['recent'] is better written in dot notation. +build/public/templates/emails/digest.js: line 214, col 133, ['teaser'] is better written in dot notation. +build/public/templates/emails/digest.js: line 214, col 146, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 214, col 162, ['recent'] is better written in dot notation. +build/public/templates/emails/digest.js: line 214, col 178, ['teaser'] is better written in dot notation. +build/public/templates/emails/digest.js: line 214, col 188, ['user'] is better written in dot notation. +build/public/templates/emails/digest.js: line 214, col 199, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 214, col 215, ['recent'] is better written in dot notation. +build/public/templates/emails/digest.js: line 214, col 231, ['teaser'] is better written in dot notation. +build/public/templates/emails/digest.js: line 214, col 241, ['user'] is better written in dot notation. +build/public/templates/emails/digest.js: line 214, col 249, ['displayname'] is better written in dot notation. +build/public/templates/emails/digest.js: line 215, col 496, Line is too long. +build/public/templates/emails/digest.js: line 216, col 210, Line is too long. +build/public/templates/emails/digest.js: line 216, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 216, col 53, ['recent'] is better written in dot notation. +build/public/templates/emails/digest.js: line 216, col 66, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 216, col 82, ['recent'] is better written in dot notation. +build/public/templates/emails/digest.js: line 216, col 101, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 216, col 117, ['recent'] is better written in dot notation. +build/public/templates/emails/digest.js: line 216, col 133, ['teaser'] is better written in dot notation. +build/public/templates/emails/digest.js: line 216, col 146, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 216, col 162, ['recent'] is better written in dot notation. +build/public/templates/emails/digest.js: line 216, col 178, ['teaser'] is better written in dot notation. +build/public/templates/emails/digest.js: line 216, col 188, ['content'] is better written in dot notation. +build/public/templates/emails/digest.js: line 217, col 354, Line is too long. +build/public/templates/emails/digest.js: line 218, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 218, col 53, ['url'] is better written in dot notation. +build/public/templates/emails/digest.js: line 220, col 152, Line is too long. +build/public/templates/emails/digest.js: line 220, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 220, col 53, ['recent'] is better written in dot notation. +build/public/templates/emails/digest.js: line 220, col 66, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 220, col 82, ['recent'] is better written in dot notation. +build/public/templates/emails/digest.js: line 220, col 101, Expected '!==' and instead saw '!='. +build/public/templates/emails/digest.js: line 220, col 117, ['recent'] is better written in dot notation. +build/public/templates/emails/digest.js: line 220, col 133, ['slug'] is better written in dot notation. +build/public/templates/emails/digest.js: line 221, col 165, Line is too long. +build/public/templates/emails/digest.js: line 224, col 148, Line is too long. +build/public/templates/emails/digest.js: line 200, col 13, 'key' is defined but never used. +build/public/templates/emails/digest.js: line 198, col 11, 'value' is defined but never used. +build/public/templates/emails/digest.js: line 233, col 3, Missing semicolon. +build/public/templates/emails/digest.js: line 5, col 46, 'define' is not defined. +build/public/templates/emails/digest.js: line 6, col 5, 'define' is not defined. + +build/public/templates/emails/invitation.js: line 12, col 5283, Line is too long. +build/public/templates/emails/invitation.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/emails/invitation.js: line 13, col 41, ['rtl'] is better written in dot notation. +build/public/templates/emails/invitation.js: line 16, col 423, Line is too long. +build/public/templates/emails/invitation.js: line 17, col 25, Expected '!==' and instead saw '!='. +build/public/templates/emails/invitation.js: line 17, col 41, ['logo'] is better written in dot notation. +build/public/templates/emails/invitation.js: line 17, col 52, Expected '!==' and instead saw '!='. +build/public/templates/emails/invitation.js: line 17, col 68, ['logo'] is better written in dot notation. +build/public/templates/emails/invitation.js: line 17, col 76, ['src'] is better written in dot notation. +build/public/templates/emails/invitation.js: line 19, col 106, Line is too long. +build/public/templates/emails/invitation.js: line 19, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/invitation.js: line 19, col 53, ['logo'] is better written in dot notation. +build/public/templates/emails/invitation.js: line 19, col 64, Expected '!==' and instead saw '!='. +build/public/templates/emails/invitation.js: line 19, col 80, ['logo'] is better written in dot notation. +build/public/templates/emails/invitation.js: line 19, col 88, ['src'] is better written in dot notation. +build/public/templates/emails/invitation.js: line 21, col 108, Line is too long. +build/public/templates/emails/invitation.js: line 21, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/invitation.js: line 21, col 53, ['logo'] is better written in dot notation. +build/public/templates/emails/invitation.js: line 21, col 64, Expected '!==' and instead saw '!='. +build/public/templates/emails/invitation.js: line 21, col 80, ['logo'] is better written in dot notation. +build/public/templates/emails/invitation.js: line 21, col 88, ['width'] is better written in dot notation. +build/public/templates/emails/invitation.js: line 23, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/invitation.js: line 23, col 53, ['site_title'] is better written in dot notation. +build/public/templates/emails/invitation.js: line 25, col 108, Line is too long. +build/public/templates/emails/invitation.js: line 25, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/invitation.js: line 25, col 53, ['logo'] is better written in dot notation. +build/public/templates/emails/invitation.js: line 25, col 64, Expected '!==' and instead saw '!='. +build/public/templates/emails/invitation.js: line 25, col 80, ['logo'] is better written in dot notation. +build/public/templates/emails/invitation.js: line 25, col 88, ['width'] is better written in dot notation. +build/public/templates/emails/invitation.js: line 26, col 227, Line is too long. +build/public/templates/emails/invitation.js: line 28, col 1405, Line is too long. +build/public/templates/emails/invitation.js: line 29, col 33, Expected '!==' and instead saw '!='. +build/public/templates/emails/invitation.js: line 29, col 49, ['username'] is better written in dot notation. +build/public/templates/emails/invitation.js: line 31, col 33, Expected '!==' and instead saw '!='. +build/public/templates/emails/invitation.js: line 31, col 49, ['site_title'] is better written in dot notation. +build/public/templates/emails/invitation.js: line 32, col 512, Line is too long. +build/public/templates/emails/invitation.js: line 33, col 33, Expected '!==' and instead saw '!='. +build/public/templates/emails/invitation.js: line 33, col 49, ['expireDays'] is better written in dot notation. +build/public/templates/emails/invitation.js: line 34, col 518, Line is too long. +build/public/templates/emails/invitation.js: line 35, col 33, Expected '!==' and instead saw '!='. +build/public/templates/emails/invitation.js: line 35, col 49, ['registerLink'] is better written in dot notation. +build/public/templates/emails/invitation.js: line 36, col 1056, Line is too long. +build/public/templates/emails/invitation.js: line 37, col 25, Expected '!==' and instead saw '!='. +build/public/templates/emails/invitation.js: line 37, col 41, ['showUnsubscribe'] is better written in dot notation. +build/public/templates/emails/invitation.js: line 39, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/invitation.js: line 39, col 53, ['url'] is better written in dot notation. +build/public/templates/emails/invitation.js: line 41, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/invitation.js: line 41, col 53, ['uid'] is better written in dot notation. +build/public/templates/emails/invitation.js: line 42, col 106, Line is too long. +build/public/templates/emails/invitation.js: line 43, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/invitation.js: line 43, col 53, ['unsubUrl'] is better written in dot notation. +build/public/templates/emails/invitation.js: line 46, col 162, Line is too long. +build/public/templates/emails/invitation.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/emails/invitation.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/emails/invitation.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/emails/invitation.js: line 54, col 3, Missing semicolon. +build/public/templates/emails/invitation.js: line 5, col 46, 'define' is not defined. +build/public/templates/emails/invitation.js: line 6, col 5, 'define' is not defined. + +build/public/templates/emails/notification.js: line 12, col 5283, Line is too long. +build/public/templates/emails/notification.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/emails/notification.js: line 13, col 41, ['rtl'] is better written in dot notation. +build/public/templates/emails/notification.js: line 16, col 423, Line is too long. +build/public/templates/emails/notification.js: line 17, col 25, Expected '!==' and instead saw '!='. +build/public/templates/emails/notification.js: line 17, col 41, ['logo'] is better written in dot notation. +build/public/templates/emails/notification.js: line 17, col 52, Expected '!==' and instead saw '!='. +build/public/templates/emails/notification.js: line 17, col 68, ['logo'] is better written in dot notation. +build/public/templates/emails/notification.js: line 17, col 76, ['src'] is better written in dot notation. +build/public/templates/emails/notification.js: line 19, col 106, Line is too long. +build/public/templates/emails/notification.js: line 19, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/notification.js: line 19, col 53, ['logo'] is better written in dot notation. +build/public/templates/emails/notification.js: line 19, col 64, Expected '!==' and instead saw '!='. +build/public/templates/emails/notification.js: line 19, col 80, ['logo'] is better written in dot notation. +build/public/templates/emails/notification.js: line 19, col 88, ['src'] is better written in dot notation. +build/public/templates/emails/notification.js: line 21, col 108, Line is too long. +build/public/templates/emails/notification.js: line 21, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/notification.js: line 21, col 53, ['logo'] is better written in dot notation. +build/public/templates/emails/notification.js: line 21, col 64, Expected '!==' and instead saw '!='. +build/public/templates/emails/notification.js: line 21, col 80, ['logo'] is better written in dot notation. +build/public/templates/emails/notification.js: line 21, col 88, ['width'] is better written in dot notation. +build/public/templates/emails/notification.js: line 23, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/notification.js: line 23, col 53, ['site_title'] is better written in dot notation. +build/public/templates/emails/notification.js: line 25, col 108, Line is too long. +build/public/templates/emails/notification.js: line 25, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/notification.js: line 25, col 53, ['logo'] is better written in dot notation. +build/public/templates/emails/notification.js: line 25, col 64, Expected '!==' and instead saw '!='. +build/public/templates/emails/notification.js: line 25, col 80, ['logo'] is better written in dot notation. +build/public/templates/emails/notification.js: line 25, col 88, ['width'] is better written in dot notation. +build/public/templates/emails/notification.js: line 26, col 227, Line is too long. +build/public/templates/emails/notification.js: line 28, col 896, Line is too long. +build/public/templates/emails/notification.js: line 29, col 33, Expected '!==' and instead saw '!='. +build/public/templates/emails/notification.js: line 29, col 49, ['username'] is better written in dot notation. +build/public/templates/emails/notification.js: line 30, col 498, Line is too long. +build/public/templates/emails/notification.js: line 31, col 33, Expected '!==' and instead saw '!='. +build/public/templates/emails/notification.js: line 31, col 49, ['intro'] is better written in dot notation. +build/public/templates/emails/notification.js: line 32, col 514, Line is too long. +build/public/templates/emails/notification.js: line 33, col 33, Expected '!==' and instead saw '!='. +build/public/templates/emails/notification.js: line 33, col 49, ['body'] is better written in dot notation. +build/public/templates/emails/notification.js: line 34, col 518, Line is too long. +build/public/templates/emails/notification.js: line 35, col 33, Expected '!==' and instead saw '!='. +build/public/templates/emails/notification.js: line 35, col 49, ['notification_url'] is better written in dot notation. +build/public/templates/emails/notification.js: line 36, col 429, Line is too long. +build/public/templates/emails/notification.js: line 37, col 113, Line is too long. +build/public/templates/emails/notification.js: line 37, col 25, Expected '!==' and instead saw '!='. +build/public/templates/emails/notification.js: line 37, col 41, ['notification'] is better written in dot notation. +build/public/templates/emails/notification.js: line 37, col 60, Expected '!==' and instead saw '!='. +build/public/templates/emails/notification.js: line 37, col 76, ['notification'] is better written in dot notation. +build/public/templates/emails/notification.js: line 39, col 126, Line is too long. +build/public/templates/emails/notification.js: line 39, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/notification.js: line 39, col 53, ['notification'] is better written in dot notation. +build/public/templates/emails/notification.js: line 39, col 72, Expected '!==' and instead saw '!='. +build/public/templates/emails/notification.js: line 39, col 88, ['notification'] is better written in dot notation. +build/public/templates/emails/notification.js: line 41, col 633, Line is too long. +build/public/templates/emails/notification.js: line 42, col 25, Expected '!==' and instead saw '!='. +build/public/templates/emails/notification.js: line 42, col 41, ['showUnsubscribe'] is better written in dot notation. +build/public/templates/emails/notification.js: line 44, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/notification.js: line 44, col 53, ['url'] is better written in dot notation. +build/public/templates/emails/notification.js: line 46, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/notification.js: line 46, col 53, ['uid'] is better written in dot notation. +build/public/templates/emails/notification.js: line 47, col 106, Line is too long. +build/public/templates/emails/notification.js: line 48, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/notification.js: line 48, col 53, ['unsubUrl'] is better written in dot notation. +build/public/templates/emails/notification.js: line 51, col 162, Line is too long. +build/public/templates/emails/notification.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/emails/notification.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/emails/notification.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/emails/notification.js: line 59, col 3, Missing semicolon. +build/public/templates/emails/notification.js: line 5, col 46, 'define' is not defined. +build/public/templates/emails/notification.js: line 6, col 5, 'define' is not defined. + +build/public/templates/emails/partials/footer.js: line 12, col 453, Line is too long. +build/public/templates/emails/partials/footer.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/emails/partials/footer.js: line 13, col 41, ['showUnsubscribe'] is better written in dot notation. +build/public/templates/emails/partials/footer.js: line 15, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/partials/footer.js: line 15, col 53, ['url'] is better written in dot notation. +build/public/templates/emails/partials/footer.js: line 17, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/partials/footer.js: line 17, col 53, ['uid'] is better written in dot notation. +build/public/templates/emails/partials/footer.js: line 18, col 106, Line is too long. +build/public/templates/emails/partials/footer.js: line 19, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/partials/footer.js: line 19, col 53, ['unsubUrl'] is better written in dot notation. +build/public/templates/emails/partials/footer.js: line 22, col 162, Line is too long. +build/public/templates/emails/partials/footer.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/emails/partials/footer.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/emails/partials/footer.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/emails/partials/footer.js: line 30, col 3, Missing semicolon. +build/public/templates/emails/partials/footer.js: line 5, col 46, 'define' is not defined. +build/public/templates/emails/partials/footer.js: line 6, col 5, 'define' is not defined. + +build/public/templates/emails/partials/header.js: line 12, col 5283, Line is too long. +build/public/templates/emails/partials/header.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/emails/partials/header.js: line 13, col 41, ['rtl'] is better written in dot notation. +build/public/templates/emails/partials/header.js: line 16, col 423, Line is too long. +build/public/templates/emails/partials/header.js: line 17, col 25, Expected '!==' and instead saw '!='. +build/public/templates/emails/partials/header.js: line 17, col 41, ['logo'] is better written in dot notation. +build/public/templates/emails/partials/header.js: line 17, col 52, Expected '!==' and instead saw '!='. +build/public/templates/emails/partials/header.js: line 17, col 68, ['logo'] is better written in dot notation. +build/public/templates/emails/partials/header.js: line 17, col 76, ['src'] is better written in dot notation. +build/public/templates/emails/partials/header.js: line 19, col 106, Line is too long. +build/public/templates/emails/partials/header.js: line 19, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/partials/header.js: line 19, col 53, ['logo'] is better written in dot notation. +build/public/templates/emails/partials/header.js: line 19, col 64, Expected '!==' and instead saw '!='. +build/public/templates/emails/partials/header.js: line 19, col 80, ['logo'] is better written in dot notation. +build/public/templates/emails/partials/header.js: line 19, col 88, ['src'] is better written in dot notation. +build/public/templates/emails/partials/header.js: line 21, col 108, Line is too long. +build/public/templates/emails/partials/header.js: line 21, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/partials/header.js: line 21, col 53, ['logo'] is better written in dot notation. +build/public/templates/emails/partials/header.js: line 21, col 64, Expected '!==' and instead saw '!='. +build/public/templates/emails/partials/header.js: line 21, col 80, ['logo'] is better written in dot notation. +build/public/templates/emails/partials/header.js: line 21, col 88, ['width'] is better written in dot notation. +build/public/templates/emails/partials/header.js: line 23, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/partials/header.js: line 23, col 53, ['site_title'] is better written in dot notation. +build/public/templates/emails/partials/header.js: line 25, col 108, Line is too long. +build/public/templates/emails/partials/header.js: line 25, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/partials/header.js: line 25, col 53, ['logo'] is better written in dot notation. +build/public/templates/emails/partials/header.js: line 25, col 64, Expected '!==' and instead saw '!='. +build/public/templates/emails/partials/header.js: line 25, col 80, ['logo'] is better written in dot notation. +build/public/templates/emails/partials/header.js: line 25, col 88, ['width'] is better written in dot notation. +build/public/templates/emails/partials/header.js: line 26, col 227, Line is too long. +build/public/templates/emails/partials/header.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/emails/partials/header.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/emails/partials/header.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/emails/partials/header.js: line 36, col 3, Missing semicolon. +build/public/templates/emails/partials/header.js: line 5, col 46, 'define' is not defined. +build/public/templates/emails/partials/header.js: line 6, col 5, 'define' is not defined. + +build/public/templates/emails/partials/post-queue-body.js: line 13, col 110, Line is too long. +build/public/templates/emails/partials/post-queue-body.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/emails/partials/post-queue-body.js: line 13, col 49, ['category'] is better written in dot notation. +build/public/templates/emails/partials/post-queue-body.js: line 13, col 64, Expected '!==' and instead saw '!='. +build/public/templates/emails/partials/post-queue-body.js: line 13, col 80, ['category'] is better written in dot notation. +build/public/templates/emails/partials/post-queue-body.js: line 13, col 92, ['url'] is better written in dot notation. +build/public/templates/emails/partials/post-queue-body.js: line 15, col 111, Line is too long. +build/public/templates/emails/partials/post-queue-body.js: line 15, col 33, Expected '!==' and instead saw '!='. +build/public/templates/emails/partials/post-queue-body.js: line 15, col 49, ['category'] is better written in dot notation. +build/public/templates/emails/partials/post-queue-body.js: line 15, col 64, Expected '!==' and instead saw '!='. +build/public/templates/emails/partials/post-queue-body.js: line 15, col 80, ['category'] is better written in dot notation. +build/public/templates/emails/partials/post-queue-body.js: line 15, col 92, ['name'] is better written in dot notation. +build/public/templates/emails/partials/post-queue-body.js: line 17, col 25, Expected '!==' and instead saw '!='. +build/public/templates/emails/partials/post-queue-body.js: line 17, col 41, ['topic'] is better written in dot notation. +build/public/templates/emails/partials/post-queue-body.js: line 17, col 53, Expected '!==' and instead saw '!='. +build/public/templates/emails/partials/post-queue-body.js: line 17, col 69, ['topic'] is better written in dot notation. +build/public/templates/emails/partials/post-queue-body.js: line 17, col 78, ['tid'] is better written in dot notation. +build/public/templates/emails/partials/post-queue-body.js: line 21, col 25, Expected '!==' and instead saw '!='. +build/public/templates/emails/partials/post-queue-body.js: line 21, col 41, ['topic'] is better written in dot notation. +build/public/templates/emails/partials/post-queue-body.js: line 21, col 53, Expected '!==' and instead saw '!='. +build/public/templates/emails/partials/post-queue-body.js: line 21, col 69, ['topic'] is better written in dot notation. +build/public/templates/emails/partials/post-queue-body.js: line 21, col 78, ['url'] is better written in dot notation. +build/public/templates/emails/partials/post-queue-body.js: line 23, col 108, Line is too long. +build/public/templates/emails/partials/post-queue-body.js: line 23, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/partials/post-queue-body.js: line 23, col 53, ['topic'] is better written in dot notation. +build/public/templates/emails/partials/post-queue-body.js: line 23, col 65, Expected '!==' and instead saw '!='. +build/public/templates/emails/partials/post-queue-body.js: line 23, col 81, ['topic'] is better written in dot notation. +build/public/templates/emails/partials/post-queue-body.js: line 23, col 90, ['url'] is better written in dot notation. +build/public/templates/emails/partials/post-queue-body.js: line 25, col 110, Line is too long. +build/public/templates/emails/partials/post-queue-body.js: line 25, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/partials/post-queue-body.js: line 25, col 53, ['topic'] is better written in dot notation. +build/public/templates/emails/partials/post-queue-body.js: line 25, col 65, Expected '!==' and instead saw '!='. +build/public/templates/emails/partials/post-queue-body.js: line 25, col 81, ['topic'] is better written in dot notation. +build/public/templates/emails/partials/post-queue-body.js: line 25, col 90, ['title'] is better written in dot notation. +build/public/templates/emails/partials/post-queue-body.js: line 27, col 109, Line is too long. +build/public/templates/emails/partials/post-queue-body.js: line 27, col 35, Expected '!==' and instead saw '!='. +build/public/templates/emails/partials/post-queue-body.js: line 27, col 51, ['topic'] is better written in dot notation. +build/public/templates/emails/partials/post-queue-body.js: line 27, col 63, Expected '!==' and instead saw '!='. +build/public/templates/emails/partials/post-queue-body.js: line 27, col 79, ['topic'] is better written in dot notation. +build/public/templates/emails/partials/post-queue-body.js: line 27, col 88, ['title'] is better written in dot notation. +build/public/templates/emails/partials/post-queue-body.js: line 29, col 25, Expected '!==' and instead saw '!='. +build/public/templates/emails/partials/post-queue-body.js: line 29, col 41, ['user'] is better written in dot notation. +build/public/templates/emails/partials/post-queue-body.js: line 29, col 52, Expected '!==' and instead saw '!='. +build/public/templates/emails/partials/post-queue-body.js: line 29, col 68, ['user'] is better written in dot notation. +build/public/templates/emails/partials/post-queue-body.js: line 29, col 76, ['url'] is better written in dot notation. +build/public/templates/emails/partials/post-queue-body.js: line 31, col 106, Line is too long. +build/public/templates/emails/partials/post-queue-body.js: line 31, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/partials/post-queue-body.js: line 31, col 53, ['user'] is better written in dot notation. +build/public/templates/emails/partials/post-queue-body.js: line 31, col 64, Expected '!==' and instead saw '!='. +build/public/templates/emails/partials/post-queue-body.js: line 31, col 80, ['user'] is better written in dot notation. +build/public/templates/emails/partials/post-queue-body.js: line 31, col 88, ['url'] is better written in dot notation. +build/public/templates/emails/partials/post-queue-body.js: line 33, col 111, Line is too long. +build/public/templates/emails/partials/post-queue-body.js: line 33, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/partials/post-queue-body.js: line 33, col 53, ['user'] is better written in dot notation. +build/public/templates/emails/partials/post-queue-body.js: line 33, col 64, Expected '!==' and instead saw '!='. +build/public/templates/emails/partials/post-queue-body.js: line 33, col 80, ['user'] is better written in dot notation. +build/public/templates/emails/partials/post-queue-body.js: line 33, col 88, ['username'] is better written in dot notation. +build/public/templates/emails/partials/post-queue-body.js: line 35, col 110, Line is too long. +build/public/templates/emails/partials/post-queue-body.js: line 35, col 35, Expected '!==' and instead saw '!='. +build/public/templates/emails/partials/post-queue-body.js: line 35, col 51, ['user'] is better written in dot notation. +build/public/templates/emails/partials/post-queue-body.js: line 35, col 62, Expected '!==' and instead saw '!='. +build/public/templates/emails/partials/post-queue-body.js: line 35, col 78, ['user'] is better written in dot notation. +build/public/templates/emails/partials/post-queue-body.js: line 35, col 86, ['username'] is better written in dot notation. +build/public/templates/emails/partials/post-queue-body.js: line 37, col 33, Expected '!==' and instead saw '!='. +build/public/templates/emails/partials/post-queue-body.js: line 37, col 49, ['content'] is better written in dot notation. +build/public/templates/emails/partials/post-queue-body.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/emails/partials/post-queue-body.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/emails/partials/post-queue-body.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/emails/partials/post-queue-body.js: line 46, col 3, Missing semicolon. +build/public/templates/emails/partials/post-queue-body.js: line 5, col 46, 'define' is not defined. +build/public/templates/emails/partials/post-queue-body.js: line 6, col 5, 'define' is not defined. + +build/public/templates/emails/registration_accepted.js: line 12, col 5283, Line is too long. +build/public/templates/emails/registration_accepted.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/emails/registration_accepted.js: line 13, col 41, ['rtl'] is better written in dot notation. +build/public/templates/emails/registration_accepted.js: line 16, col 423, Line is too long. +build/public/templates/emails/registration_accepted.js: line 17, col 25, Expected '!==' and instead saw '!='. +build/public/templates/emails/registration_accepted.js: line 17, col 41, ['logo'] is better written in dot notation. +build/public/templates/emails/registration_accepted.js: line 17, col 52, Expected '!==' and instead saw '!='. +build/public/templates/emails/registration_accepted.js: line 17, col 68, ['logo'] is better written in dot notation. +build/public/templates/emails/registration_accepted.js: line 17, col 76, ['src'] is better written in dot notation. +build/public/templates/emails/registration_accepted.js: line 19, col 106, Line is too long. +build/public/templates/emails/registration_accepted.js: line 19, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/registration_accepted.js: line 19, col 53, ['logo'] is better written in dot notation. +build/public/templates/emails/registration_accepted.js: line 19, col 64, Expected '!==' and instead saw '!='. +build/public/templates/emails/registration_accepted.js: line 19, col 80, ['logo'] is better written in dot notation. +build/public/templates/emails/registration_accepted.js: line 19, col 88, ['src'] is better written in dot notation. +build/public/templates/emails/registration_accepted.js: line 21, col 108, Line is too long. +build/public/templates/emails/registration_accepted.js: line 21, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/registration_accepted.js: line 21, col 53, ['logo'] is better written in dot notation. +build/public/templates/emails/registration_accepted.js: line 21, col 64, Expected '!==' and instead saw '!='. +build/public/templates/emails/registration_accepted.js: line 21, col 80, ['logo'] is better written in dot notation. +build/public/templates/emails/registration_accepted.js: line 21, col 88, ['width'] is better written in dot notation. +build/public/templates/emails/registration_accepted.js: line 23, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/registration_accepted.js: line 23, col 53, ['site_title'] is better written in dot notation. +build/public/templates/emails/registration_accepted.js: line 25, col 108, Line is too long. +build/public/templates/emails/registration_accepted.js: line 25, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/registration_accepted.js: line 25, col 53, ['logo'] is better written in dot notation. +build/public/templates/emails/registration_accepted.js: line 25, col 64, Expected '!==' and instead saw '!='. +build/public/templates/emails/registration_accepted.js: line 25, col 80, ['logo'] is better written in dot notation. +build/public/templates/emails/registration_accepted.js: line 25, col 88, ['width'] is better written in dot notation. +build/public/templates/emails/registration_accepted.js: line 26, col 227, Line is too long. +build/public/templates/emails/registration_accepted.js: line 28, col 891, Line is too long. +build/public/templates/emails/registration_accepted.js: line 29, col 33, Expected '!==' and instead saw '!='. +build/public/templates/emails/registration_accepted.js: line 29, col 49, ['site_title'] is better written in dot notation. +build/public/templates/emails/registration_accepted.js: line 30, col 1027, Line is too long. +build/public/templates/emails/registration_accepted.js: line 31, col 33, Expected '!==' and instead saw '!='. +build/public/templates/emails/registration_accepted.js: line 31, col 49, ['url'] is better written in dot notation. +build/public/templates/emails/registration_accepted.js: line 32, col 432, Line is too long. +build/public/templates/emails/registration_accepted.js: line 33, col 33, Expected '!==' and instead saw '!='. +build/public/templates/emails/registration_accepted.js: line 33, col 49, ['site_title'] is better written in dot notation. +build/public/templates/emails/registration_accepted.js: line 34, col 633, Line is too long. +build/public/templates/emails/registration_accepted.js: line 35, col 25, Expected '!==' and instead saw '!='. +build/public/templates/emails/registration_accepted.js: line 35, col 41, ['showUnsubscribe'] is better written in dot notation. +build/public/templates/emails/registration_accepted.js: line 37, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/registration_accepted.js: line 37, col 53, ['url'] is better written in dot notation. +build/public/templates/emails/registration_accepted.js: line 39, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/registration_accepted.js: line 39, col 53, ['uid'] is better written in dot notation. +build/public/templates/emails/registration_accepted.js: line 40, col 106, Line is too long. +build/public/templates/emails/registration_accepted.js: line 41, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/registration_accepted.js: line 41, col 53, ['unsubUrl'] is better written in dot notation. +build/public/templates/emails/registration_accepted.js: line 44, col 162, Line is too long. +build/public/templates/emails/registration_accepted.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/emails/registration_accepted.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/emails/registration_accepted.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/emails/registration_accepted.js: line 52, col 3, Missing semicolon. +build/public/templates/emails/registration_accepted.js: line 5, col 46, 'define' is not defined. +build/public/templates/emails/registration_accepted.js: line 6, col 5, 'define' is not defined. + +build/public/templates/emails/reset.js: line 12, col 5283, Line is too long. +build/public/templates/emails/reset.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/emails/reset.js: line 13, col 41, ['rtl'] is better written in dot notation. +build/public/templates/emails/reset.js: line 16, col 423, Line is too long. +build/public/templates/emails/reset.js: line 17, col 25, Expected '!==' and instead saw '!='. +build/public/templates/emails/reset.js: line 17, col 41, ['logo'] is better written in dot notation. +build/public/templates/emails/reset.js: line 17, col 52, Expected '!==' and instead saw '!='. +build/public/templates/emails/reset.js: line 17, col 68, ['logo'] is better written in dot notation. +build/public/templates/emails/reset.js: line 17, col 76, ['src'] is better written in dot notation. +build/public/templates/emails/reset.js: line 19, col 106, Line is too long. +build/public/templates/emails/reset.js: line 19, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/reset.js: line 19, col 53, ['logo'] is better written in dot notation. +build/public/templates/emails/reset.js: line 19, col 64, Expected '!==' and instead saw '!='. +build/public/templates/emails/reset.js: line 19, col 80, ['logo'] is better written in dot notation. +build/public/templates/emails/reset.js: line 19, col 88, ['src'] is better written in dot notation. +build/public/templates/emails/reset.js: line 21, col 108, Line is too long. +build/public/templates/emails/reset.js: line 21, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/reset.js: line 21, col 53, ['logo'] is better written in dot notation. +build/public/templates/emails/reset.js: line 21, col 64, Expected '!==' and instead saw '!='. +build/public/templates/emails/reset.js: line 21, col 80, ['logo'] is better written in dot notation. +build/public/templates/emails/reset.js: line 21, col 88, ['width'] is better written in dot notation. +build/public/templates/emails/reset.js: line 23, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/reset.js: line 23, col 53, ['site_title'] is better written in dot notation. +build/public/templates/emails/reset.js: line 25, col 108, Line is too long. +build/public/templates/emails/reset.js: line 25, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/reset.js: line 25, col 53, ['logo'] is better written in dot notation. +build/public/templates/emails/reset.js: line 25, col 64, Expected '!==' and instead saw '!='. +build/public/templates/emails/reset.js: line 25, col 80, ['logo'] is better written in dot notation. +build/public/templates/emails/reset.js: line 25, col 88, ['width'] is better written in dot notation. +build/public/templates/emails/reset.js: line 26, col 227, Line is too long. +build/public/templates/emails/reset.js: line 28, col 2201, Line is too long. +build/public/templates/emails/reset.js: line 29, col 33, Expected '!==' and instead saw '!='. +build/public/templates/emails/reset.js: line 29, col 49, ['reset_link'] is better written in dot notation. +build/public/templates/emails/reset.js: line 30, col 1051, Line is too long. +build/public/templates/emails/reset.js: line 31, col 25, Expected '!==' and instead saw '!='. +build/public/templates/emails/reset.js: line 31, col 41, ['showUnsubscribe'] is better written in dot notation. +build/public/templates/emails/reset.js: line 33, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/reset.js: line 33, col 53, ['url'] is better written in dot notation. +build/public/templates/emails/reset.js: line 35, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/reset.js: line 35, col 53, ['uid'] is better written in dot notation. +build/public/templates/emails/reset.js: line 36, col 106, Line is too long. +build/public/templates/emails/reset.js: line 37, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/reset.js: line 37, col 53, ['unsubUrl'] is better written in dot notation. +build/public/templates/emails/reset.js: line 40, col 162, Line is too long. +build/public/templates/emails/reset.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/emails/reset.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/emails/reset.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/emails/reset.js: line 48, col 3, Missing semicolon. +build/public/templates/emails/reset.js: line 5, col 46, 'define' is not defined. +build/public/templates/emails/reset.js: line 6, col 5, 'define' is not defined. + +build/public/templates/emails/reset_notify.js: line 12, col 5283, Line is too long. +build/public/templates/emails/reset_notify.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/emails/reset_notify.js: line 13, col 41, ['rtl'] is better written in dot notation. +build/public/templates/emails/reset_notify.js: line 16, col 423, Line is too long. +build/public/templates/emails/reset_notify.js: line 17, col 25, Expected '!==' and instead saw '!='. +build/public/templates/emails/reset_notify.js: line 17, col 41, ['logo'] is better written in dot notation. +build/public/templates/emails/reset_notify.js: line 17, col 52, Expected '!==' and instead saw '!='. +build/public/templates/emails/reset_notify.js: line 17, col 68, ['logo'] is better written in dot notation. +build/public/templates/emails/reset_notify.js: line 17, col 76, ['src'] is better written in dot notation. +build/public/templates/emails/reset_notify.js: line 19, col 106, Line is too long. +build/public/templates/emails/reset_notify.js: line 19, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/reset_notify.js: line 19, col 53, ['logo'] is better written in dot notation. +build/public/templates/emails/reset_notify.js: line 19, col 64, Expected '!==' and instead saw '!='. +build/public/templates/emails/reset_notify.js: line 19, col 80, ['logo'] is better written in dot notation. +build/public/templates/emails/reset_notify.js: line 19, col 88, ['src'] is better written in dot notation. +build/public/templates/emails/reset_notify.js: line 21, col 108, Line is too long. +build/public/templates/emails/reset_notify.js: line 21, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/reset_notify.js: line 21, col 53, ['logo'] is better written in dot notation. +build/public/templates/emails/reset_notify.js: line 21, col 64, Expected '!==' and instead saw '!='. +build/public/templates/emails/reset_notify.js: line 21, col 80, ['logo'] is better written in dot notation. +build/public/templates/emails/reset_notify.js: line 21, col 88, ['width'] is better written in dot notation. +build/public/templates/emails/reset_notify.js: line 23, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/reset_notify.js: line 23, col 53, ['site_title'] is better written in dot notation. +build/public/templates/emails/reset_notify.js: line 25, col 108, Line is too long. +build/public/templates/emails/reset_notify.js: line 25, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/reset_notify.js: line 25, col 53, ['logo'] is better written in dot notation. +build/public/templates/emails/reset_notify.js: line 25, col 64, Expected '!==' and instead saw '!='. +build/public/templates/emails/reset_notify.js: line 25, col 80, ['logo'] is better written in dot notation. +build/public/templates/emails/reset_notify.js: line 25, col 88, ['width'] is better written in dot notation. +build/public/templates/emails/reset_notify.js: line 26, col 227, Line is too long. +build/public/templates/emails/reset_notify.js: line 28, col 887, Line is too long. +build/public/templates/emails/reset_notify.js: line 29, col 33, Expected '!==' and instead saw '!='. +build/public/templates/emails/reset_notify.js: line 29, col 49, ['username'] is better written in dot notation. +build/public/templates/emails/reset_notify.js: line 30, col 526, Line is too long. +build/public/templates/emails/reset_notify.js: line 31, col 33, Expected '!==' and instead saw '!='. +build/public/templates/emails/reset_notify.js: line 31, col 49, ['date'] is better written in dot notation. +build/public/templates/emails/reset_notify.js: line 32, col 821, Line is too long. +build/public/templates/emails/reset_notify.js: line 33, col 33, Expected '!==' and instead saw '!='. +build/public/templates/emails/reset_notify.js: line 33, col 49, ['url'] is better written in dot notation. +build/public/templates/emails/reset_notify.js: line 34, col 432, Line is too long. +build/public/templates/emails/reset_notify.js: line 35, col 33, Expected '!==' and instead saw '!='. +build/public/templates/emails/reset_notify.js: line 35, col 49, ['site_title'] is better written in dot notation. +build/public/templates/emails/reset_notify.js: line 36, col 624, Line is too long. +build/public/templates/emails/reset_notify.js: line 37, col 25, Expected '!==' and instead saw '!='. +build/public/templates/emails/reset_notify.js: line 37, col 41, ['showUnsubscribe'] is better written in dot notation. +build/public/templates/emails/reset_notify.js: line 39, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/reset_notify.js: line 39, col 53, ['url'] is better written in dot notation. +build/public/templates/emails/reset_notify.js: line 41, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/reset_notify.js: line 41, col 53, ['uid'] is better written in dot notation. +build/public/templates/emails/reset_notify.js: line 42, col 106, Line is too long. +build/public/templates/emails/reset_notify.js: line 43, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/reset_notify.js: line 43, col 53, ['unsubUrl'] is better written in dot notation. +build/public/templates/emails/reset_notify.js: line 46, col 162, Line is too long. +build/public/templates/emails/reset_notify.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/emails/reset_notify.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/emails/reset_notify.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/emails/reset_notify.js: line 54, col 3, Missing semicolon. +build/public/templates/emails/reset_notify.js: line 5, col 46, 'define' is not defined. +build/public/templates/emails/reset_notify.js: line 6, col 5, 'define' is not defined. + +build/public/templates/emails/test.js: line 12, col 5283, Line is too long. +build/public/templates/emails/test.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/emails/test.js: line 13, col 41, ['rtl'] is better written in dot notation. +build/public/templates/emails/test.js: line 16, col 423, Line is too long. +build/public/templates/emails/test.js: line 17, col 25, Expected '!==' and instead saw '!='. +build/public/templates/emails/test.js: line 17, col 41, ['logo'] is better written in dot notation. +build/public/templates/emails/test.js: line 17, col 52, Expected '!==' and instead saw '!='. +build/public/templates/emails/test.js: line 17, col 68, ['logo'] is better written in dot notation. +build/public/templates/emails/test.js: line 17, col 76, ['src'] is better written in dot notation. +build/public/templates/emails/test.js: line 19, col 106, Line is too long. +build/public/templates/emails/test.js: line 19, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/test.js: line 19, col 53, ['logo'] is better written in dot notation. +build/public/templates/emails/test.js: line 19, col 64, Expected '!==' and instead saw '!='. +build/public/templates/emails/test.js: line 19, col 80, ['logo'] is better written in dot notation. +build/public/templates/emails/test.js: line 19, col 88, ['src'] is better written in dot notation. +build/public/templates/emails/test.js: line 21, col 108, Line is too long. +build/public/templates/emails/test.js: line 21, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/test.js: line 21, col 53, ['logo'] is better written in dot notation. +build/public/templates/emails/test.js: line 21, col 64, Expected '!==' and instead saw '!='. +build/public/templates/emails/test.js: line 21, col 80, ['logo'] is better written in dot notation. +build/public/templates/emails/test.js: line 21, col 88, ['width'] is better written in dot notation. +build/public/templates/emails/test.js: line 23, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/test.js: line 23, col 53, ['site_title'] is better written in dot notation. +build/public/templates/emails/test.js: line 25, col 108, Line is too long. +build/public/templates/emails/test.js: line 25, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/test.js: line 25, col 53, ['logo'] is better written in dot notation. +build/public/templates/emails/test.js: line 25, col 64, Expected '!==' and instead saw '!='. +build/public/templates/emails/test.js: line 25, col 80, ['logo'] is better written in dot notation. +build/public/templates/emails/test.js: line 25, col 88, ['width'] is better written in dot notation. +build/public/templates/emails/test.js: line 26, col 227, Line is too long. +build/public/templates/emails/test.js: line 28, col 1896, Line is too long. +build/public/templates/emails/test.js: line 29, col 33, Expected '!==' and instead saw '!='. +build/public/templates/emails/test.js: line 29, col 49, ['url'] is better written in dot notation. +build/public/templates/emails/test.js: line 30, col 432, Line is too long. +build/public/templates/emails/test.js: line 31, col 33, Expected '!==' and instead saw '!='. +build/public/templates/emails/test.js: line 31, col 49, ['site_title'] is better written in dot notation. +build/public/templates/emails/test.js: line 32, col 624, Line is too long. +build/public/templates/emails/test.js: line 33, col 25, Expected '!==' and instead saw '!='. +build/public/templates/emails/test.js: line 33, col 41, ['showUnsubscribe'] is better written in dot notation. +build/public/templates/emails/test.js: line 35, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/test.js: line 35, col 53, ['url'] is better written in dot notation. +build/public/templates/emails/test.js: line 37, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/test.js: line 37, col 53, ['uid'] is better written in dot notation. +build/public/templates/emails/test.js: line 38, col 106, Line is too long. +build/public/templates/emails/test.js: line 39, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/test.js: line 39, col 53, ['unsubUrl'] is better written in dot notation. +build/public/templates/emails/test.js: line 42, col 162, Line is too long. +build/public/templates/emails/test.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/emails/test.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/emails/test.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/emails/test.js: line 50, col 3, Missing semicolon. +build/public/templates/emails/test.js: line 5, col 46, 'define' is not defined. +build/public/templates/emails/test.js: line 6, col 5, 'define' is not defined. + +build/public/templates/emails/verify-email.js: line 12, col 5283, Line is too long. +build/public/templates/emails/verify-email.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/emails/verify-email.js: line 13, col 41, ['rtl'] is better written in dot notation. +build/public/templates/emails/verify-email.js: line 16, col 423, Line is too long. +build/public/templates/emails/verify-email.js: line 17, col 25, Expected '!==' and instead saw '!='. +build/public/templates/emails/verify-email.js: line 17, col 41, ['logo'] is better written in dot notation. +build/public/templates/emails/verify-email.js: line 17, col 52, Expected '!==' and instead saw '!='. +build/public/templates/emails/verify-email.js: line 17, col 68, ['logo'] is better written in dot notation. +build/public/templates/emails/verify-email.js: line 17, col 76, ['src'] is better written in dot notation. +build/public/templates/emails/verify-email.js: line 19, col 106, Line is too long. +build/public/templates/emails/verify-email.js: line 19, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/verify-email.js: line 19, col 53, ['logo'] is better written in dot notation. +build/public/templates/emails/verify-email.js: line 19, col 64, Expected '!==' and instead saw '!='. +build/public/templates/emails/verify-email.js: line 19, col 80, ['logo'] is better written in dot notation. +build/public/templates/emails/verify-email.js: line 19, col 88, ['src'] is better written in dot notation. +build/public/templates/emails/verify-email.js: line 21, col 108, Line is too long. +build/public/templates/emails/verify-email.js: line 21, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/verify-email.js: line 21, col 53, ['logo'] is better written in dot notation. +build/public/templates/emails/verify-email.js: line 21, col 64, Expected '!==' and instead saw '!='. +build/public/templates/emails/verify-email.js: line 21, col 80, ['logo'] is better written in dot notation. +build/public/templates/emails/verify-email.js: line 21, col 88, ['width'] is better written in dot notation. +build/public/templates/emails/verify-email.js: line 23, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/verify-email.js: line 23, col 53, ['site_title'] is better written in dot notation. +build/public/templates/emails/verify-email.js: line 25, col 108, Line is too long. +build/public/templates/emails/verify-email.js: line 25, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/verify-email.js: line 25, col 53, ['logo'] is better written in dot notation. +build/public/templates/emails/verify-email.js: line 25, col 64, Expected '!==' and instead saw '!='. +build/public/templates/emails/verify-email.js: line 25, col 80, ['logo'] is better written in dot notation. +build/public/templates/emails/verify-email.js: line 25, col 88, ['width'] is better written in dot notation. +build/public/templates/emails/verify-email.js: line 26, col 227, Line is too long. +build/public/templates/emails/verify-email.js: line 28, col 896, Line is too long. +build/public/templates/emails/verify-email.js: line 29, col 33, Expected '!==' and instead saw '!='. +build/public/templates/emails/verify-email.js: line 29, col 49, ['username'] is better written in dot notation. +build/public/templates/emails/verify-email.js: line 30, col 1129, Line is too long. +build/public/templates/emails/verify-email.js: line 31, col 33, Expected '!==' and instead saw '!='. +build/public/templates/emails/verify-email.js: line 31, col 49, ['email'] is better written in dot notation. +build/public/templates/emails/verify-email.js: line 32, col 520, Line is too long. +build/public/templates/emails/verify-email.js: line 33, col 33, Expected '!==' and instead saw '!='. +build/public/templates/emails/verify-email.js: line 33, col 49, ['confirm_link'] is better written in dot notation. +build/public/templates/emails/verify-email.js: line 34, col 1053, Line is too long. +build/public/templates/emails/verify-email.js: line 35, col 25, Expected '!==' and instead saw '!='. +build/public/templates/emails/verify-email.js: line 35, col 41, ['showUnsubscribe'] is better written in dot notation. +build/public/templates/emails/verify-email.js: line 37, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/verify-email.js: line 37, col 53, ['url'] is better written in dot notation. +build/public/templates/emails/verify-email.js: line 39, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/verify-email.js: line 39, col 53, ['uid'] is better written in dot notation. +build/public/templates/emails/verify-email.js: line 40, col 106, Line is too long. +build/public/templates/emails/verify-email.js: line 41, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/verify-email.js: line 41, col 53, ['unsubUrl'] is better written in dot notation. +build/public/templates/emails/verify-email.js: line 44, col 162, Line is too long. +build/public/templates/emails/verify-email.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/emails/verify-email.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/emails/verify-email.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/emails/verify-email.js: line 52, col 3, Missing semicolon. +build/public/templates/emails/verify-email.js: line 5, col 46, 'define' is not defined. +build/public/templates/emails/verify-email.js: line 6, col 5, 'define' is not defined. + +build/public/templates/emails/welcome.js: line 12, col 5283, Line is too long. +build/public/templates/emails/welcome.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/emails/welcome.js: line 13, col 41, ['rtl'] is better written in dot notation. +build/public/templates/emails/welcome.js: line 16, col 423, Line is too long. +build/public/templates/emails/welcome.js: line 17, col 25, Expected '!==' and instead saw '!='. +build/public/templates/emails/welcome.js: line 17, col 41, ['logo'] is better written in dot notation. +build/public/templates/emails/welcome.js: line 17, col 52, Expected '!==' and instead saw '!='. +build/public/templates/emails/welcome.js: line 17, col 68, ['logo'] is better written in dot notation. +build/public/templates/emails/welcome.js: line 17, col 76, ['src'] is better written in dot notation. +build/public/templates/emails/welcome.js: line 19, col 106, Line is too long. +build/public/templates/emails/welcome.js: line 19, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/welcome.js: line 19, col 53, ['logo'] is better written in dot notation. +build/public/templates/emails/welcome.js: line 19, col 64, Expected '!==' and instead saw '!='. +build/public/templates/emails/welcome.js: line 19, col 80, ['logo'] is better written in dot notation. +build/public/templates/emails/welcome.js: line 19, col 88, ['src'] is better written in dot notation. +build/public/templates/emails/welcome.js: line 21, col 108, Line is too long. +build/public/templates/emails/welcome.js: line 21, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/welcome.js: line 21, col 53, ['logo'] is better written in dot notation. +build/public/templates/emails/welcome.js: line 21, col 64, Expected '!==' and instead saw '!='. +build/public/templates/emails/welcome.js: line 21, col 80, ['logo'] is better written in dot notation. +build/public/templates/emails/welcome.js: line 21, col 88, ['width'] is better written in dot notation. +build/public/templates/emails/welcome.js: line 23, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/welcome.js: line 23, col 53, ['site_title'] is better written in dot notation. +build/public/templates/emails/welcome.js: line 25, col 108, Line is too long. +build/public/templates/emails/welcome.js: line 25, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/welcome.js: line 25, col 53, ['logo'] is better written in dot notation. +build/public/templates/emails/welcome.js: line 25, col 64, Expected '!==' and instead saw '!='. +build/public/templates/emails/welcome.js: line 25, col 80, ['logo'] is better written in dot notation. +build/public/templates/emails/welcome.js: line 25, col 88, ['width'] is better written in dot notation. +build/public/templates/emails/welcome.js: line 26, col 227, Line is too long. +build/public/templates/emails/welcome.js: line 28, col 886, Line is too long. +build/public/templates/emails/welcome.js: line 29, col 33, Expected '!==' and instead saw '!='. +build/public/templates/emails/welcome.js: line 29, col 49, ['site_title'] is better written in dot notation. +build/public/templates/emails/welcome.js: line 30, col 572, Line is too long. +build/public/templates/emails/welcome.js: line 31, col 33, Expected '!==' and instead saw '!='. +build/public/templates/emails/welcome.js: line 31, col 49, ['confirm_link'] is better written in dot notation. +build/public/templates/emails/welcome.js: line 32, col 1053, Line is too long. +build/public/templates/emails/welcome.js: line 33, col 25, Expected '!==' and instead saw '!='. +build/public/templates/emails/welcome.js: line 33, col 41, ['showUnsubscribe'] is better written in dot notation. +build/public/templates/emails/welcome.js: line 35, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/welcome.js: line 35, col 53, ['url'] is better written in dot notation. +build/public/templates/emails/welcome.js: line 37, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/welcome.js: line 37, col 53, ['uid'] is better written in dot notation. +build/public/templates/emails/welcome.js: line 38, col 106, Line is too long. +build/public/templates/emails/welcome.js: line 39, col 37, Expected '!==' and instead saw '!='. +build/public/templates/emails/welcome.js: line 39, col 53, ['unsubUrl'] is better written in dot notation. +build/public/templates/emails/welcome.js: line 42, col 162, Line is too long. +build/public/templates/emails/welcome.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/emails/welcome.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/emails/welcome.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/emails/welcome.js: line 50, col 3, Missing semicolon. +build/public/templates/emails/welcome.js: line 5, col 46, 'define' is not defined. +build/public/templates/emails/welcome.js: line 6, col 5, 'define' is not defined. + +build/public/templates/flags/detail.js: line 12, col 114, Line is too long. +build/public/templates/flags/detail.js: line 12, col 30, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 12, col 46, ['breadcrumbs'] is better written in dot notation. +build/public/templates/flags/detail.js: line 12, col 64, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 12, col 80, ['breadcrumbs'] is better written in dot notation. +build/public/templates/flags/detail.js: line 12, col 95, ['length'] is better written in dot notation. +build/public/templates/flags/detail.js: line 13, col 136, Line is too long. +build/public/templates/flags/detail.js: line 14, col 26, ['breadcrumbs'] is better written in dot notation. +build/public/templates/flags/detail.js: line 17, col 312, Line is too long. +build/public/templates/flags/detail.js: line 18, col 116, Line is too long. +build/public/templates/flags/detail.js: line 18, col 33, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 18, col 49, ['config'] is better written in dot notation. +build/public/templates/flags/detail.js: line 18, col 62, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 18, col 78, ['config'] is better written in dot notation. +build/public/templates/flags/detail.js: line 18, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/flags/detail.js: line 20, col 33, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 20, col 49, ['type_path'] is better written in dot notation. +build/public/templates/flags/detail.js: line 22, col 33, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 22, col 49, ['targetId'] is better written in dot notation. +build/public/templates/flags/detail.js: line 23, col 104, Line is too long. +build/public/templates/flags/detail.js: line 24, col 25, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 24, col 41, ['target'] is better written in dot notation. +build/public/templates/flags/detail.js: line 24, col 54, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 24, col 70, ['target'] is better written in dot notation. +build/public/templates/flags/detail.js: line 24, col 80, ['uid'] is better written in dot notation. +build/public/templates/flags/detail.js: line 26, col 110, Line is too long. +build/public/templates/flags/detail.js: line 26, col 37, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 26, col 53, ['target'] is better written in dot notation. +build/public/templates/flags/detail.js: line 26, col 66, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 26, col 82, ['target'] is better written in dot notation. +build/public/templates/flags/detail.js: line 26, col 92, ['uid'] is better written in dot notation. +build/public/templates/flags/detail.js: line 27, col 477, Line is too long. +build/public/templates/flags/detail.js: line 28, col 120, Line is too long. +build/public/templates/flags/detail.js: line 28, col 37, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 28, col 53, ['config'] is better written in dot notation. +build/public/templates/flags/detail.js: line 28, col 66, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 28, col 82, ['config'] is better written in dot notation. +build/public/templates/flags/detail.js: line 28, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/flags/detail.js: line 30, col 110, Line is too long. +build/public/templates/flags/detail.js: line 30, col 37, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 30, col 53, ['target'] is better written in dot notation. +build/public/templates/flags/detail.js: line 30, col 66, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 30, col 82, ['target'] is better written in dot notation. +build/public/templates/flags/detail.js: line 30, col 92, ['uid'] is better written in dot notation. +build/public/templates/flags/detail.js: line 32, col 108, Line is too long. +build/public/templates/flags/detail.js: line 32, col 29, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 32, col 45, ['config'] is better written in dot notation. +build/public/templates/flags/detail.js: line 32, col 58, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 32, col 74, ['config'] is better written in dot notation. +build/public/templates/flags/detail.js: line 32, col 84, ['disableChat'] is better written in dot notation. +build/public/templates/flags/detail.js: line 34, col 146, Line is too long. +build/public/templates/flags/detail.js: line 36, col 108, Line is too long. +build/public/templates/flags/detail.js: line 36, col 29, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 36, col 45, ['privileges'] is better written in dot notation. +build/public/templates/flags/detail.js: line 36, col 62, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 36, col 78, ['privileges'] is better written in dot notation. +build/public/templates/flags/detail.js: line 36, col 92, ['ban'] is better written in dot notation. +build/public/templates/flags/detail.js: line 38, col 152, Line is too long. +build/public/templates/flags/detail.js: line 38, col 33, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 38, col 49, ['target'] is better written in dot notation. +build/public/templates/flags/detail.js: line 38, col 62, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 38, col 78, ['target'] is better written in dot notation. +build/public/templates/flags/detail.js: line 38, col 88, ['user'] is better written in dot notation. +build/public/templates/flags/detail.js: line 38, col 99, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 38, col 115, ['target'] is better written in dot notation. +build/public/templates/flags/detail.js: line 38, col 125, ['user'] is better written in dot notation. +build/public/templates/flags/detail.js: line 38, col 133, ['banned'] is better written in dot notation. +build/public/templates/flags/detail.js: line 41, col 151, Line is too long. +build/public/templates/flags/detail.js: line 42, col 152, Line is too long. +build/public/templates/flags/detail.js: line 42, col 33, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 42, col 49, ['target'] is better written in dot notation. +build/public/templates/flags/detail.js: line 42, col 62, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 42, col 78, ['target'] is better written in dot notation. +build/public/templates/flags/detail.js: line 42, col 88, ['user'] is better written in dot notation. +build/public/templates/flags/detail.js: line 42, col 99, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 42, col 115, ['target'] is better written in dot notation. +build/public/templates/flags/detail.js: line 42, col 125, ['user'] is better written in dot notation. +build/public/templates/flags/detail.js: line 42, col 133, ['banned'] is better written in dot notation. +build/public/templates/flags/detail.js: line 45, col 142, Line is too long. +build/public/templates/flags/detail.js: line 48, col 109, Line is too long. +build/public/templates/flags/detail.js: line 48, col 29, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 48, col 45, ['privileges'] is better written in dot notation. +build/public/templates/flags/detail.js: line 48, col 62, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 48, col 78, ['privileges'] is better written in dot notation. +build/public/templates/flags/detail.js: line 48, col 92, ['mute'] is better written in dot notation. +build/public/templates/flags/detail.js: line 50, col 151, Line is too long. +build/public/templates/flags/detail.js: line 50, col 33, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 50, col 49, ['target'] is better written in dot notation. +build/public/templates/flags/detail.js: line 50, col 62, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 50, col 78, ['target'] is better written in dot notation. +build/public/templates/flags/detail.js: line 50, col 88, ['user'] is better written in dot notation. +build/public/templates/flags/detail.js: line 50, col 99, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 50, col 115, ['target'] is better written in dot notation. +build/public/templates/flags/detail.js: line 50, col 125, ['user'] is better written in dot notation. +build/public/templates/flags/detail.js: line 50, col 133, ['muted'] is better written in dot notation. +build/public/templates/flags/detail.js: line 53, col 153, Line is too long. +build/public/templates/flags/detail.js: line 54, col 151, Line is too long. +build/public/templates/flags/detail.js: line 54, col 33, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 54, col 49, ['target'] is better written in dot notation. +build/public/templates/flags/detail.js: line 54, col 62, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 54, col 78, ['target'] is better written in dot notation. +build/public/templates/flags/detail.js: line 54, col 88, ['user'] is better written in dot notation. +build/public/templates/flags/detail.js: line 54, col 99, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 54, col 115, ['target'] is better written in dot notation. +build/public/templates/flags/detail.js: line 54, col 125, ['user'] is better written in dot notation. +build/public/templates/flags/detail.js: line 54, col 133, ['muted'] is better written in dot notation. +build/public/templates/flags/detail.js: line 57, col 144, Line is too long. +build/public/templates/flags/detail.js: line 60, col 116, Line is too long. +build/public/templates/flags/detail.js: line 60, col 29, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 60, col 45, ['privileges'] is better written in dot notation. +build/public/templates/flags/detail.js: line 60, col 62, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 60, col 78, ['privileges'] is better written in dot notation. +build/public/templates/flags/detail.js: line 61, col 424, Line is too long. +build/public/templates/flags/detail.js: line 65, col 219, Line is too long. +build/public/templates/flags/detail.js: line 66, col 103, Line is too long. +build/public/templates/flags/detail.js: line 66, col 25, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 66, col 41, ['type_bool'] is better written in dot notation. +build/public/templates/flags/detail.js: line 66, col 57, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 66, col 73, ['type_bool'] is better written in dot notation. +build/public/templates/flags/detail.js: line 66, col 86, ['post'] is better written in dot notation. +build/public/templates/flags/detail.js: line 68, col 104, Line is too long. +build/public/templates/flags/detail.js: line 68, col 29, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 68, col 45, ['target'] is better written in dot notation. +build/public/templates/flags/detail.js: line 68, col 58, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 68, col 74, ['target'] is better written in dot notation. +build/public/templates/flags/detail.js: line 68, col 84, ['deleted'] is better written in dot notation. +build/public/templates/flags/detail.js: line 69, col 478, Line is too long. +build/public/templates/flags/detail.js: line 70, col 239, Line is too long. +build/public/templates/flags/detail.js: line 73, col 736, Line is too long. +build/public/templates/flags/detail.js: line 74, col 22, ['assignees'] is better written in dot notation. +build/public/templates/flags/detail.js: line 75, col 309, Line is too long. +build/public/templates/flags/detail.js: line 76, col 101, Line is too long. +build/public/templates/flags/detail.js: line 76, col 25, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 76, col 41, ['history'] is better written in dot notation. +build/public/templates/flags/detail.js: line 76, col 55, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 76, col 71, ['history'] is better written in dot notation. +build/public/templates/flags/detail.js: line 76, col 82, ['length'] is better written in dot notation. +build/public/templates/flags/detail.js: line 80, col 22, ['history'] is better written in dot notation. +build/public/templates/flags/detail.js: line 81, col 166, Line is too long. +build/public/templates/flags/detail.js: line 82, col 33, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 82, col 49, ['target_readable'] is better written in dot notation. +build/public/templates/flags/detail.js: line 83, col 108, Line is too long. +build/public/templates/flags/detail.js: line 84, col 103, Line is too long. +build/public/templates/flags/detail.js: line 84, col 25, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 84, col 41, ['type_bool'] is better written in dot notation. +build/public/templates/flags/detail.js: line 84, col 57, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 84, col 73, ['type_bool'] is better written in dot notation. +build/public/templates/flags/detail.js: line 84, col 86, ['post'] is better written in dot notation. +build/public/templates/flags/detail.js: line 85, col 112, Line is too long. +build/public/templates/flags/detail.js: line 86, col 120, Line is too long. +build/public/templates/flags/detail.js: line 86, col 37, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 86, col 53, ['config'] is better written in dot notation. +build/public/templates/flags/detail.js: line 86, col 66, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 86, col 82, ['config'] is better written in dot notation. +build/public/templates/flags/detail.js: line 86, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/flags/detail.js: line 88, col 160, Line is too long. +build/public/templates/flags/detail.js: line 88, col 37, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 88, col 53, ['target'] is better written in dot notation. +build/public/templates/flags/detail.js: line 88, col 66, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 88, col 82, ['target'] is better written in dot notation. +build/public/templates/flags/detail.js: line 88, col 92, ['user'] is better written in dot notation. +build/public/templates/flags/detail.js: line 88, col 103, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 88, col 119, ['target'] is better written in dot notation. +build/public/templates/flags/detail.js: line 88, col 129, ['user'] is better written in dot notation. +build/public/templates/flags/detail.js: line 88, col 137, ['userslug'] is better written in dot notation. +build/public/templates/flags/detail.js: line 90, col 213, Line is too long. +build/public/templates/flags/detail.js: line 90, col 78, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 90, col 94, ['target'] is better written in dot notation. +build/public/templates/flags/detail.js: line 90, col 107, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 90, col 123, ['target'] is better written in dot notation. +build/public/templates/flags/detail.js: line 90, col 133, ['user'] is better written in dot notation. +build/public/templates/flags/detail.js: line 90, col 176, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 92, col 120, Line is too long. +build/public/templates/flags/detail.js: line 92, col 37, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 92, col 53, ['config'] is better written in dot notation. +build/public/templates/flags/detail.js: line 92, col 66, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 92, col 82, ['config'] is better written in dot notation. +build/public/templates/flags/detail.js: line 92, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/flags/detail.js: line 94, col 160, Line is too long. +build/public/templates/flags/detail.js: line 94, col 37, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 94, col 53, ['target'] is better written in dot notation. +build/public/templates/flags/detail.js: line 94, col 66, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 94, col 82, ['target'] is better written in dot notation. +build/public/templates/flags/detail.js: line 94, col 92, ['user'] is better written in dot notation. +build/public/templates/flags/detail.js: line 94, col 103, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 94, col 119, ['target'] is better written in dot notation. +build/public/templates/flags/detail.js: line 94, col 129, ['user'] is better written in dot notation. +build/public/templates/flags/detail.js: line 94, col 137, ['userslug'] is better written in dot notation. +build/public/templates/flags/detail.js: line 96, col 160, Line is too long. +build/public/templates/flags/detail.js: line 96, col 37, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 96, col 53, ['target'] is better written in dot notation. +build/public/templates/flags/detail.js: line 96, col 66, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 96, col 82, ['target'] is better written in dot notation. +build/public/templates/flags/detail.js: line 96, col 92, ['user'] is better written in dot notation. +build/public/templates/flags/detail.js: line 96, col 103, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 96, col 119, ['target'] is better written in dot notation. +build/public/templates/flags/detail.js: line 96, col 129, ['user'] is better written in dot notation. +build/public/templates/flags/detail.js: line 96, col 137, ['username'] is better written in dot notation. +build/public/templates/flags/detail.js: line 98, col 119, Line is too long. +build/public/templates/flags/detail.js: line 98, col 37, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 98, col 53, ['target'] is better written in dot notation. +build/public/templates/flags/detail.js: line 98, col 66, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 98, col 82, ['target'] is better written in dot notation. +build/public/templates/flags/detail.js: line 98, col 92, ['timestampISO'] is better written in dot notation. +build/public/templates/flags/detail.js: line 100, col 114, Line is too long. +build/public/templates/flags/detail.js: line 100, col 37, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 100, col 53, ['target'] is better written in dot notation. +build/public/templates/flags/detail.js: line 100, col 66, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 100, col 82, ['target'] is better written in dot notation. +build/public/templates/flags/detail.js: line 100, col 92, ['content'] is better written in dot notation. +build/public/templates/flags/detail.js: line 104, col 103, Line is too long. +build/public/templates/flags/detail.js: line 104, col 25, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 104, col 41, ['type_bool'] is better written in dot notation. +build/public/templates/flags/detail.js: line 104, col 57, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 104, col 73, ['type_bool'] is better written in dot notation. +build/public/templates/flags/detail.js: line 104, col 86, ['user'] is better written in dot notation. +build/public/templates/flags/detail.js: line 106, col 120, Line is too long. +build/public/templates/flags/detail.js: line 106, col 37, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 106, col 53, ['config'] is better written in dot notation. +build/public/templates/flags/detail.js: line 106, col 66, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 106, col 82, ['config'] is better written in dot notation. +build/public/templates/flags/detail.js: line 106, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/flags/detail.js: line 108, col 115, Line is too long. +build/public/templates/flags/detail.js: line 108, col 37, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 108, col 53, ['target'] is better written in dot notation. +build/public/templates/flags/detail.js: line 108, col 66, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 108, col 82, ['target'] is better written in dot notation. +build/public/templates/flags/detail.js: line 108, col 92, ['userslug'] is better written in dot notation. +build/public/templates/flags/detail.js: line 110, col 176, Line is too long. +build/public/templates/flags/detail.js: line 110, col 78, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 110, col 94, ['target'] is better written in dot notation. +build/public/templates/flags/detail.js: line 110, col 139, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 112, col 120, Line is too long. +build/public/templates/flags/detail.js: line 112, col 37, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 112, col 53, ['config'] is better written in dot notation. +build/public/templates/flags/detail.js: line 112, col 66, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 112, col 82, ['config'] is better written in dot notation. +build/public/templates/flags/detail.js: line 112, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/flags/detail.js: line 114, col 115, Line is too long. +build/public/templates/flags/detail.js: line 114, col 37, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 114, col 53, ['target'] is better written in dot notation. +build/public/templates/flags/detail.js: line 114, col 66, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 114, col 82, ['target'] is better written in dot notation. +build/public/templates/flags/detail.js: line 114, col 92, ['userslug'] is better written in dot notation. +build/public/templates/flags/detail.js: line 116, col 115, Line is too long. +build/public/templates/flags/detail.js: line 116, col 37, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 116, col 53, ['target'] is better written in dot notation. +build/public/templates/flags/detail.js: line 116, col 66, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 116, col 82, ['target'] is better written in dot notation. +build/public/templates/flags/detail.js: line 116, col 92, ['username'] is better written in dot notation. +build/public/templates/flags/detail.js: line 118, col 104, Line is too long. +build/public/templates/flags/detail.js: line 118, col 29, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 118, col 45, ['target'] is better written in dot notation. +build/public/templates/flags/detail.js: line 118, col 58, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 118, col 74, ['target'] is better written in dot notation. +build/public/templates/flags/detail.js: line 118, col 84, ['aboutme'] is better written in dot notation. +build/public/templates/flags/detail.js: line 119, col 115, Line is too long. +build/public/templates/flags/detail.js: line 119, col 39, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 119, col 55, ['target'] is better written in dot notation. +build/public/templates/flags/detail.js: line 119, col 68, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 119, col 84, ['target'] is better written in dot notation. +build/public/templates/flags/detail.js: line 119, col 94, ['aboutme'] is better written in dot notation. +build/public/templates/flags/detail.js: line 124, col 104, Line is too long. +build/public/templates/flags/detail.js: line 124, col 25, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 124, col 41, ['type_bool'] is better written in dot notation. +build/public/templates/flags/detail.js: line 124, col 57, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 124, col 73, ['type_bool'] is better written in dot notation. +build/public/templates/flags/detail.js: line 124, col 86, ['empty'] is better written in dot notation. +build/public/templates/flags/detail.js: line 127, col 164, Line is too long. +build/public/templates/flags/detail.js: line 128, col 22, ['reports'] is better written in dot notation. +build/public/templates/flags/detail.js: line 129, col 344, Line is too long. +build/public/templates/flags/detail.js: line 130, col 25, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 130, col 41, ['notes'] is better written in dot notation. +build/public/templates/flags/detail.js: line 130, col 53, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 130, col 69, ['notes'] is better written in dot notation. +build/public/templates/flags/detail.js: line 130, col 78, ['length'] is better written in dot notation. +build/public/templates/flags/detail.js: line 134, col 22, ['notes'] is better written in dot notation. +build/public/templates/flags/detail.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/flags/detail.js: line 142, col 119, Line is too long. +build/public/templates/flags/detail.js: line 142, col 36, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 142, col 52, ['breadcrumbs'] is better written in dot notation. +build/public/templates/flags/detail.js: line 148, col 133, Line is too long. +build/public/templates/flags/detail.js: line 155, col 156, Line is too long. +build/public/templates/flags/detail.js: line 155, col 29, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 155, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/flags/detail.js: line 155, col 63, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 155, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/flags/detail.js: line 155, col 103, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 155, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/flags/detail.js: line 155, col 140, ['url'] is better written in dot notation. +build/public/templates/flags/detail.js: line 157, col 170, Line is too long. +build/public/templates/flags/detail.js: line 157, col 41, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 157, col 57, ['breadcrumbs'] is better written in dot notation. +build/public/templates/flags/detail.js: line 157, col 75, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 157, col 91, ['breadcrumbs'] is better written in dot notation. +build/public/templates/flags/detail.js: line 157, col 115, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 157, col 131, ['breadcrumbs'] is better written in dot notation. +build/public/templates/flags/detail.js: line 157, col 152, ['url'] is better written in dot notation. +build/public/templates/flags/detail.js: line 161, col 167, Line is too long. +build/public/templates/flags/detail.js: line 161, col 37, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 161, col 53, ['breadcrumbs'] is better written in dot notation. +build/public/templates/flags/detail.js: line 161, col 71, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 161, col 87, ['breadcrumbs'] is better written in dot notation. +build/public/templates/flags/detail.js: line 161, col 111, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 161, col 127, ['breadcrumbs'] is better written in dot notation. +build/public/templates/flags/detail.js: line 161, col 148, ['text'] is better written in dot notation. +build/public/templates/flags/detail.js: line 165, col 33, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 168, col 37, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 168, col 53, ['rssFeedUrl'] is better written in dot notation. +build/public/templates/flags/detail.js: line 170, col 49, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 170, col 65, ['rssFeedUrl'] is better written in dot notation. +build/public/templates/flags/detail.js: line 176, col 156, Line is too long. +build/public/templates/flags/detail.js: line 176, col 29, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 176, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/flags/detail.js: line 176, col 63, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 176, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/flags/detail.js: line 176, col 103, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 176, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/flags/detail.js: line 176, col 140, ['url'] is better written in dot notation. +build/public/templates/flags/detail.js: line 143, col 13, 'key' is defined but never used. +build/public/templates/flags/detail.js: line 142, col 112, 'value' is defined but never used. +build/public/templates/flags/detail.js: line 141, col 11, 'value' is defined but never used. +build/public/templates/flags/detail.js: line 139, col 72, 'helper' is defined but never used. +build/public/templates/flags/detail.js: line 187, col 117, Line is too long. +build/public/templates/flags/detail.js: line 187, col 36, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 187, col 52, ['assignees'] is better written in dot notation. +build/public/templates/flags/detail.js: line 190, col 160, Line is too long. +build/public/templates/flags/detail.js: line 190, col 37, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 190, col 53, ['assignees'] is better written in dot notation. +build/public/templates/flags/detail.js: line 190, col 69, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 190, col 85, ['assignees'] is better written in dot notation. +build/public/templates/flags/detail.js: line 190, col 107, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 190, col 123, ['assignees'] is better written in dot notation. +build/public/templates/flags/detail.js: line 190, col 142, ['uid'] is better written in dot notation. +build/public/templates/flags/detail.js: line 192, col 165, Line is too long. +build/public/templates/flags/detail.js: line 192, col 37, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 192, col 53, ['assignees'] is better written in dot notation. +build/public/templates/flags/detail.js: line 192, col 69, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 192, col 85, ['assignees'] is better written in dot notation. +build/public/templates/flags/detail.js: line 192, col 107, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 192, col 123, ['assignees'] is better written in dot notation. +build/public/templates/flags/detail.js: line 192, col 142, ['username'] is better written in dot notation. +build/public/templates/flags/detail.js: line 188, col 13, 'key' is defined but never used. +build/public/templates/flags/detail.js: line 187, col 110, 'value' is defined but never used. +build/public/templates/flags/detail.js: line 187, col 102, 'length' is defined but never used. +build/public/templates/flags/detail.js: line 187, col 95, 'index' is defined but never used. +build/public/templates/flags/detail.js: line 186, col 11, 'value' is defined but never used. +build/public/templates/flags/detail.js: line 184, col 68, 'helper' is defined but never used. +build/public/templates/flags/detail.js: line 201, col 115, Line is too long. +build/public/templates/flags/detail.js: line 201, col 36, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 201, col 52, ['history'] is better written in dot notation. +build/public/templates/flags/detail.js: line 203, col 161, Line is too long. +build/public/templates/flags/detail.js: line 204, col 120, Line is too long. +build/public/templates/flags/detail.js: line 204, col 37, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 204, col 53, ['config'] is better written in dot notation. +build/public/templates/flags/detail.js: line 204, col 66, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 204, col 82, ['config'] is better written in dot notation. +build/public/templates/flags/detail.js: line 204, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/flags/detail.js: line 206, col 211, Line is too long. +build/public/templates/flags/detail.js: line 206, col 37, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 206, col 53, ['history'] is better written in dot notation. +build/public/templates/flags/detail.js: line 206, col 67, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 206, col 83, ['history'] is better written in dot notation. +build/public/templates/flags/detail.js: line 206, col 103, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 206, col 119, ['history'] is better written in dot notation. +build/public/templates/flags/detail.js: line 206, col 136, ['user'] is better written in dot notation. +build/public/templates/flags/detail.js: line 206, col 147, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 206, col 163, ['history'] is better written in dot notation. +build/public/templates/flags/detail.js: line 206, col 180, ['user'] is better written in dot notation. +build/public/templates/flags/detail.js: line 206, col 188, ['userslug'] is better written in dot notation. +build/public/templates/flags/detail.js: line 208, col 257, Line is too long. +build/public/templates/flags/detail.js: line 208, col 78, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 208, col 94, ['history'] is better written in dot notation. +build/public/templates/flags/detail.js: line 208, col 108, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 208, col 124, ['history'] is better written in dot notation. +build/public/templates/flags/detail.js: line 208, col 144, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 208, col 160, ['history'] is better written in dot notation. +build/public/templates/flags/detail.js: line 208, col 177, ['user'] is better written in dot notation. +build/public/templates/flags/detail.js: line 208, col 220, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 210, col 120, Line is too long. +build/public/templates/flags/detail.js: line 210, col 37, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 210, col 53, ['config'] is better written in dot notation. +build/public/templates/flags/detail.js: line 210, col 66, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 210, col 82, ['config'] is better written in dot notation. +build/public/templates/flags/detail.js: line 210, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/flags/detail.js: line 212, col 211, Line is too long. +build/public/templates/flags/detail.js: line 212, col 37, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 212, col 53, ['history'] is better written in dot notation. +build/public/templates/flags/detail.js: line 212, col 67, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 212, col 83, ['history'] is better written in dot notation. +build/public/templates/flags/detail.js: line 212, col 103, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 212, col 119, ['history'] is better written in dot notation. +build/public/templates/flags/detail.js: line 212, col 136, ['user'] is better written in dot notation. +build/public/templates/flags/detail.js: line 212, col 147, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 212, col 163, ['history'] is better written in dot notation. +build/public/templates/flags/detail.js: line 212, col 180, ['user'] is better written in dot notation. +build/public/templates/flags/detail.js: line 212, col 188, ['userslug'] is better written in dot notation. +build/public/templates/flags/detail.js: line 214, col 211, Line is too long. +build/public/templates/flags/detail.js: line 214, col 37, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 214, col 53, ['history'] is better written in dot notation. +build/public/templates/flags/detail.js: line 214, col 67, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 214, col 83, ['history'] is better written in dot notation. +build/public/templates/flags/detail.js: line 214, col 103, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 214, col 119, ['history'] is better written in dot notation. +build/public/templates/flags/detail.js: line 214, col 136, ['user'] is better written in dot notation. +build/public/templates/flags/detail.js: line 214, col 147, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 214, col 163, ['history'] is better written in dot notation. +build/public/templates/flags/detail.js: line 214, col 180, ['user'] is better written in dot notation. +build/public/templates/flags/detail.js: line 214, col 188, ['username'] is better written in dot notation. +build/public/templates/flags/detail.js: line 216, col 162, Line is too long. +build/public/templates/flags/detail.js: line 216, col 37, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 216, col 53, ['history'] is better written in dot notation. +build/public/templates/flags/detail.js: line 216, col 67, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 216, col 83, ['history'] is better written in dot notation. +build/public/templates/flags/detail.js: line 216, col 103, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 216, col 119, ['history'] is better written in dot notation. +build/public/templates/flags/detail.js: line 216, col 136, ['datetimeISO'] is better written in dot notation. +build/public/templates/flags/detail.js: line 218, col 194, Line is too long. +build/public/templates/flags/detail.js: line 218, col 33, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 218, col 49, ['history'] is better written in dot notation. +build/public/templates/flags/detail.js: line 218, col 63, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 218, col 79, ['history'] is better written in dot notation. +build/public/templates/flags/detail.js: line 218, col 99, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 218, col 115, ['history'] is better written in dot notation. +build/public/templates/flags/detail.js: line 218, col 132, ['fields'] is better written in dot notation. +build/public/templates/flags/detail.js: line 233, col 192, Line is too long. +build/public/templates/flags/detail.js: line 233, col 33, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 233, col 49, ['history'] is better written in dot notation. +build/public/templates/flags/detail.js: line 233, col 63, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 233, col 79, ['history'] is better written in dot notation. +build/public/templates/flags/detail.js: line 233, col 99, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 233, col 115, ['history'] is better written in dot notation. +build/public/templates/flags/detail.js: line 233, col 132, ['meta'] is better written in dot notation. +build/public/templates/flags/detail.js: line 236, col 256, Line is too long. +build/public/templates/flags/detail.js: line 236, col 32, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 236, col 48, ['history'] is better written in dot notation. +build/public/templates/flags/detail.js: line 236, col 62, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 236, col 78, ['history'] is better written in dot notation. +build/public/templates/flags/detail.js: line 236, col 98, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 236, col 114, ['history'] is better written in dot notation. +build/public/templates/flags/detail.js: line 236, col 131, ['meta'] is better written in dot notation. +build/public/templates/flags/detail.js: line 236, col 142, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 236, col 158, ['history'] is better written in dot notation. +build/public/templates/flags/detail.js: line 236, col 175, ['meta'] is better written in dot notation. +build/public/templates/flags/detail.js: line 236, col 192, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 236, col 208, ['history'] is better written in dot notation. +build/public/templates/flags/detail.js: line 236, col 225, ['meta'] is better written in dot notation. +build/public/templates/flags/detail.js: line 236, col 239, ['key'] is better written in dot notation. +build/public/templates/flags/detail.js: line 237, col 258, Line is too long. +build/public/templates/flags/detail.js: line 237, col 33, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 237, col 49, ['history'] is better written in dot notation. +build/public/templates/flags/detail.js: line 237, col 63, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 237, col 79, ['history'] is better written in dot notation. +build/public/templates/flags/detail.js: line 237, col 99, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 237, col 115, ['history'] is better written in dot notation. +build/public/templates/flags/detail.js: line 237, col 132, ['meta'] is better written in dot notation. +build/public/templates/flags/detail.js: line 237, col 143, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 237, col 159, ['history'] is better written in dot notation. +build/public/templates/flags/detail.js: line 237, col 176, ['meta'] is better written in dot notation. +build/public/templates/flags/detail.js: line 237, col 193, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 237, col 209, ['history'] is better written in dot notation. +build/public/templates/flags/detail.js: line 237, col 226, ['meta'] is better written in dot notation. +build/public/templates/flags/detail.js: line 237, col 240, ['value'] is better written in dot notation. +build/public/templates/flags/detail.js: line 239, col 272, Line is too long. +build/public/templates/flags/detail.js: line 239, col 45, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 239, col 61, ['history'] is better written in dot notation. +build/public/templates/flags/detail.js: line 239, col 75, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 239, col 91, ['history'] is better written in dot notation. +build/public/templates/flags/detail.js: line 239, col 111, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 239, col 127, ['history'] is better written in dot notation. +build/public/templates/flags/detail.js: line 239, col 144, ['meta'] is better written in dot notation. +build/public/templates/flags/detail.js: line 239, col 155, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 239, col 171, ['history'] is better written in dot notation. +build/public/templates/flags/detail.js: line 239, col 188, ['meta'] is better written in dot notation. +build/public/templates/flags/detail.js: line 239, col 205, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 239, col 221, ['history'] is better written in dot notation. +build/public/templates/flags/detail.js: line 239, col 238, ['meta'] is better written in dot notation. +build/public/templates/flags/detail.js: line 239, col 252, ['value'] is better written in dot notation. +build/public/templates/flags/detail.js: line 234, col 17, 'key' is defined but never used. +build/public/templates/flags/detail.js: line 233, col 185, 'value' is defined but never used. +build/public/templates/flags/detail.js: line 233, col 177, 'length' is defined but never used. +build/public/templates/flags/detail.js: line 233, col 170, 'index' is defined but never used. +build/public/templates/flags/detail.js: line 202, col 13, 'key' is defined but never used. +build/public/templates/flags/detail.js: line 201, col 108, 'value' is defined but never used. +build/public/templates/flags/detail.js: line 201, col 100, 'length' is defined but never used. +build/public/templates/flags/detail.js: line 201, col 93, 'index' is defined but never used. +build/public/templates/flags/detail.js: line 200, col 11, 'value' is defined but never used. +build/public/templates/flags/detail.js: line 254, col 115, Line is too long. +build/public/templates/flags/detail.js: line 254, col 36, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 254, col 52, ['reports'] is better written in dot notation. +build/public/templates/flags/detail.js: line 256, col 104, Line is too long. +build/public/templates/flags/detail.js: line 257, col 160, Line is too long. +build/public/templates/flags/detail.js: line 257, col 37, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 257, col 53, ['reports'] is better written in dot notation. +build/public/templates/flags/detail.js: line 257, col 67, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 257, col 83, ['reports'] is better written in dot notation. +build/public/templates/flags/detail.js: line 257, col 103, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 257, col 119, ['reports'] is better written in dot notation. +build/public/templates/flags/detail.js: line 257, col 136, ['timestamp'] is better written in dot notation. +build/public/templates/flags/detail.js: line 258, col 117, Line is too long. +build/public/templates/flags/detail.js: line 259, col 120, Line is too long. +build/public/templates/flags/detail.js: line 259, col 37, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 259, col 53, ['config'] is better written in dot notation. +build/public/templates/flags/detail.js: line 259, col 66, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 259, col 82, ['config'] is better written in dot notation. +build/public/templates/flags/detail.js: line 259, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/flags/detail.js: line 261, col 219, Line is too long. +build/public/templates/flags/detail.js: line 261, col 37, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 261, col 53, ['reports'] is better written in dot notation. +build/public/templates/flags/detail.js: line 261, col 67, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 261, col 83, ['reports'] is better written in dot notation. +build/public/templates/flags/detail.js: line 261, col 103, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 261, col 119, ['reports'] is better written in dot notation. +build/public/templates/flags/detail.js: line 261, col 136, ['reporter'] is better written in dot notation. +build/public/templates/flags/detail.js: line 261, col 151, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 261, col 167, ['reports'] is better written in dot notation. +build/public/templates/flags/detail.js: line 261, col 184, ['reporter'] is better written in dot notation. +build/public/templates/flags/detail.js: line 261, col 196, ['userslug'] is better written in dot notation. +build/public/templates/flags/detail.js: line 263, col 261, Line is too long. +build/public/templates/flags/detail.js: line 263, col 78, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 263, col 94, ['reports'] is better written in dot notation. +build/public/templates/flags/detail.js: line 263, col 108, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 263, col 124, ['reports'] is better written in dot notation. +build/public/templates/flags/detail.js: line 263, col 144, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 263, col 160, ['reports'] is better written in dot notation. +build/public/templates/flags/detail.js: line 263, col 177, ['reporter'] is better written in dot notation. +build/public/templates/flags/detail.js: line 263, col 224, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 265, col 120, Line is too long. +build/public/templates/flags/detail.js: line 265, col 37, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 265, col 53, ['config'] is better written in dot notation. +build/public/templates/flags/detail.js: line 265, col 66, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 265, col 82, ['config'] is better written in dot notation. +build/public/templates/flags/detail.js: line 265, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/flags/detail.js: line 267, col 219, Line is too long. +build/public/templates/flags/detail.js: line 267, col 37, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 267, col 53, ['reports'] is better written in dot notation. +build/public/templates/flags/detail.js: line 267, col 67, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 267, col 83, ['reports'] is better written in dot notation. +build/public/templates/flags/detail.js: line 267, col 103, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 267, col 119, ['reports'] is better written in dot notation. +build/public/templates/flags/detail.js: line 267, col 136, ['reporter'] is better written in dot notation. +build/public/templates/flags/detail.js: line 267, col 151, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 267, col 167, ['reports'] is better written in dot notation. +build/public/templates/flags/detail.js: line 267, col 184, ['reporter'] is better written in dot notation. +build/public/templates/flags/detail.js: line 267, col 196, ['userslug'] is better written in dot notation. +build/public/templates/flags/detail.js: line 269, col 219, Line is too long. +build/public/templates/flags/detail.js: line 269, col 37, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 269, col 53, ['reports'] is better written in dot notation. +build/public/templates/flags/detail.js: line 269, col 67, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 269, col 83, ['reports'] is better written in dot notation. +build/public/templates/flags/detail.js: line 269, col 103, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 269, col 119, ['reports'] is better written in dot notation. +build/public/templates/flags/detail.js: line 269, col 136, ['reporter'] is better written in dot notation. +build/public/templates/flags/detail.js: line 269, col 151, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 269, col 167, ['reports'] is better written in dot notation. +build/public/templates/flags/detail.js: line 269, col 184, ['reporter'] is better written in dot notation. +build/public/templates/flags/detail.js: line 269, col 196, ['username'] is better written in dot notation. +build/public/templates/flags/detail.js: line 271, col 163, Line is too long. +build/public/templates/flags/detail.js: line 271, col 37, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 271, col 53, ['reports'] is better written in dot notation. +build/public/templates/flags/detail.js: line 271, col 67, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 271, col 83, ['reports'] is better written in dot notation. +build/public/templates/flags/detail.js: line 271, col 103, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 271, col 119, ['reports'] is better written in dot notation. +build/public/templates/flags/detail.js: line 271, col 136, ['timestampISO'] is better written in dot notation. +build/public/templates/flags/detail.js: line 273, col 156, Line is too long. +build/public/templates/flags/detail.js: line 273, col 37, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 273, col 53, ['reports'] is better written in dot notation. +build/public/templates/flags/detail.js: line 273, col 67, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 273, col 83, ['reports'] is better written in dot notation. +build/public/templates/flags/detail.js: line 273, col 103, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 273, col 119, ['reports'] is better written in dot notation. +build/public/templates/flags/detail.js: line 273, col 136, ['value'] is better written in dot notation. +build/public/templates/flags/detail.js: line 255, col 13, 'key' is defined but never used. +build/public/templates/flags/detail.js: line 254, col 108, 'value' is defined but never used. +build/public/templates/flags/detail.js: line 254, col 100, 'length' is defined but never used. +build/public/templates/flags/detail.js: line 254, col 93, 'index' is defined but never used. +build/public/templates/flags/detail.js: line 253, col 11, 'value' is defined but never used. +build/public/templates/flags/detail.js: line 282, col 113, Line is too long. +build/public/templates/flags/detail.js: line 282, col 36, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 282, col 52, ['notes'] is better written in dot notation. +build/public/templates/flags/detail.js: line 284, col 101, Line is too long. +build/public/templates/flags/detail.js: line 285, col 153, Line is too long. +build/public/templates/flags/detail.js: line 285, col 37, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 285, col 53, ['notes'] is better written in dot notation. +build/public/templates/flags/detail.js: line 285, col 65, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 285, col 81, ['notes'] is better written in dot notation. +build/public/templates/flags/detail.js: line 285, col 99, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 285, col 115, ['notes'] is better written in dot notation. +build/public/templates/flags/detail.js: line 285, col 130, ['datetime'] is better written in dot notation. +build/public/templates/flags/detail.js: line 289, col 120, Line is too long. +build/public/templates/flags/detail.js: line 289, col 37, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 289, col 53, ['config'] is better written in dot notation. +build/public/templates/flags/detail.js: line 289, col 66, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 289, col 82, ['config'] is better written in dot notation. +build/public/templates/flags/detail.js: line 289, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/flags/detail.js: line 291, col 203, Line is too long. +build/public/templates/flags/detail.js: line 291, col 37, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 291, col 53, ['notes'] is better written in dot notation. +build/public/templates/flags/detail.js: line 291, col 65, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 291, col 81, ['notes'] is better written in dot notation. +build/public/templates/flags/detail.js: line 291, col 99, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 291, col 115, ['notes'] is better written in dot notation. +build/public/templates/flags/detail.js: line 291, col 130, ['user'] is better written in dot notation. +build/public/templates/flags/detail.js: line 291, col 141, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 291, col 157, ['notes'] is better written in dot notation. +build/public/templates/flags/detail.js: line 291, col 172, ['user'] is better written in dot notation. +build/public/templates/flags/detail.js: line 291, col 180, ['userslug'] is better written in dot notation. +build/public/templates/flags/detail.js: line 293, col 251, Line is too long. +build/public/templates/flags/detail.js: line 293, col 78, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 293, col 94, ['notes'] is better written in dot notation. +build/public/templates/flags/detail.js: line 293, col 106, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 293, col 122, ['notes'] is better written in dot notation. +build/public/templates/flags/detail.js: line 293, col 140, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 293, col 156, ['notes'] is better written in dot notation. +build/public/templates/flags/detail.js: line 293, col 171, ['user'] is better written in dot notation. +build/public/templates/flags/detail.js: line 293, col 214, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 295, col 120, Line is too long. +build/public/templates/flags/detail.js: line 295, col 37, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 295, col 53, ['config'] is better written in dot notation. +build/public/templates/flags/detail.js: line 295, col 66, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 295, col 82, ['config'] is better written in dot notation. +build/public/templates/flags/detail.js: line 295, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/flags/detail.js: line 297, col 203, Line is too long. +build/public/templates/flags/detail.js: line 297, col 37, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 297, col 53, ['notes'] is better written in dot notation. +build/public/templates/flags/detail.js: line 297, col 65, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 297, col 81, ['notes'] is better written in dot notation. +build/public/templates/flags/detail.js: line 297, col 99, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 297, col 115, ['notes'] is better written in dot notation. +build/public/templates/flags/detail.js: line 297, col 130, ['user'] is better written in dot notation. +build/public/templates/flags/detail.js: line 297, col 141, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 297, col 157, ['notes'] is better written in dot notation. +build/public/templates/flags/detail.js: line 297, col 172, ['user'] is better written in dot notation. +build/public/templates/flags/detail.js: line 297, col 180, ['userslug'] is better written in dot notation. +build/public/templates/flags/detail.js: line 299, col 203, Line is too long. +build/public/templates/flags/detail.js: line 299, col 37, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 299, col 53, ['notes'] is better written in dot notation. +build/public/templates/flags/detail.js: line 299, col 65, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 299, col 81, ['notes'] is better written in dot notation. +build/public/templates/flags/detail.js: line 299, col 99, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 299, col 115, ['notes'] is better written in dot notation. +build/public/templates/flags/detail.js: line 299, col 130, ['user'] is better written in dot notation. +build/public/templates/flags/detail.js: line 299, col 141, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 299, col 157, ['notes'] is better written in dot notation. +build/public/templates/flags/detail.js: line 299, col 172, ['user'] is better written in dot notation. +build/public/templates/flags/detail.js: line 299, col 180, ['username'] is better written in dot notation. +build/public/templates/flags/detail.js: line 301, col 156, Line is too long. +build/public/templates/flags/detail.js: line 301, col 37, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 301, col 53, ['notes'] is better written in dot notation. +build/public/templates/flags/detail.js: line 301, col 65, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 301, col 81, ['notes'] is better written in dot notation. +build/public/templates/flags/detail.js: line 301, col 99, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 301, col 115, ['notes'] is better written in dot notation. +build/public/templates/flags/detail.js: line 301, col 130, ['datetimeISO'] is better written in dot notation. +build/public/templates/flags/detail.js: line 302, col 313, Line is too long. +build/public/templates/flags/detail.js: line 303, col 152, Line is too long. +build/public/templates/flags/detail.js: line 303, col 37, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 303, col 53, ['notes'] is better written in dot notation. +build/public/templates/flags/detail.js: line 303, col 65, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 303, col 81, ['notes'] is better written in dot notation. +build/public/templates/flags/detail.js: line 303, col 99, Expected '!==' and instead saw '!='. +build/public/templates/flags/detail.js: line 303, col 115, ['notes'] is better written in dot notation. +build/public/templates/flags/detail.js: line 303, col 130, ['content'] is better written in dot notation. +build/public/templates/flags/detail.js: line 283, col 13, 'key' is defined but never used. +build/public/templates/flags/detail.js: line 282, col 106, 'value' is defined but never used. +build/public/templates/flags/detail.js: line 282, col 98, 'length' is defined but never used. +build/public/templates/flags/detail.js: line 281, col 11, 'value' is defined but never used. +build/public/templates/flags/detail.js: line 312, col 3, Missing semicolon. +build/public/templates/flags/detail.js: line 5, col 46, 'define' is not defined. +build/public/templates/flags/detail.js: line 6, col 5, 'define' is not defined. + +build/public/templates/flags/list.js: line 12, col 114, Line is too long. +build/public/templates/flags/list.js: line 12, col 30, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 12, col 46, ['breadcrumbs'] is better written in dot notation. +build/public/templates/flags/list.js: line 12, col 64, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 12, col 80, ['breadcrumbs'] is better written in dot notation. +build/public/templates/flags/list.js: line 12, col 95, ['length'] is better written in dot notation. +build/public/templates/flags/list.js: line 13, col 136, Line is too long. +build/public/templates/flags/list.js: line 14, col 26, ['breadcrumbs'] is better written in dot notation. +build/public/templates/flags/list.js: line 17, col 232, Line is too long. +build/public/templates/flags/list.js: line 18, col 25, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 18, col 41, ['filters'] is better written in dot notation. +build/public/templates/flags/list.js: line 18, col 55, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 18, col 71, ['filters'] is better written in dot notation. +build/public/templates/flags/list.js: line 18, col 82, ['quick'] is better written in dot notation. +build/public/templates/flags/list.js: line 21, col 194, Line is too long. +build/public/templates/flags/list.js: line 22, col 25, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 22, col 41, ['filters'] is better written in dot notation. +build/public/templates/flags/list.js: line 22, col 55, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 22, col 71, ['filters'] is better written in dot notation. +build/public/templates/flags/list.js: line 22, col 82, ['quick'] is better written in dot notation. +build/public/templates/flags/list.js: line 24, col 114, Line is too long. +build/public/templates/flags/list.js: line 24, col 37, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 24, col 53, ['filters'] is better written in dot notation. +build/public/templates/flags/list.js: line 24, col 67, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 24, col 83, ['filters'] is better written in dot notation. +build/public/templates/flags/list.js: line 24, col 94, ['quick'] is better written in dot notation. +build/public/templates/flags/list.js: line 27, col 187, Line is too long. +build/public/templates/flags/list.js: line 28, col 116, Line is too long. +build/public/templates/flags/list.js: line 28, col 33, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 28, col 49, ['config'] is better written in dot notation. +build/public/templates/flags/list.js: line 28, col 62, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 28, col 78, ['config'] is better written in dot notation. +build/public/templates/flags/list.js: line 28, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/flags/list.js: line 29, col 291, Line is too long. +build/public/templates/flags/list.js: line 30, col 25, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 30, col 41, ['filters'] is better written in dot notation. +build/public/templates/flags/list.js: line 30, col 55, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 30, col 71, ['filters'] is better written in dot notation. +build/public/templates/flags/list.js: line 30, col 82, ['cid'] is better written in dot notation. +build/public/templates/flags/list.js: line 34, col 25, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 34, col 41, ['selectedCategory'] is better written in dot notation. +build/public/templates/flags/list.js: line 36, col 159, Line is too long. +build/public/templates/flags/list.js: line 36, col 84, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 36, col 100, ['selectedCategory'] is better written in dot notation. +build/public/templates/flags/list.js: line 38, col 131, Line is too long. +build/public/templates/flags/list.js: line 38, col 37, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 38, col 53, ['selectedCategory'] is better written in dot notation. +build/public/templates/flags/list.js: line 38, col 76, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 38, col 92, ['selectedCategory'] is better written in dot notation. +build/public/templates/flags/list.js: line 38, col 112, ['name'] is better written in dot notation. +build/public/templates/flags/list.js: line 40, col 102, Line is too long. +build/public/templates/flags/list.js: line 41, col 465, Line is too long. +build/public/templates/flags/list.js: line 42, col 22, ['categoryItems'] is better written in dot notation. +build/public/templates/flags/list.js: line 43, col 126, Line is too long. +build/public/templates/flags/list.js: line 44, col 26, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 44, col 42, ['sort'] is better written in dot notation. +build/public/templates/flags/list.js: line 44, col 61, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 47, col 194, Line is too long. +build/public/templates/flags/list.js: line 48, col 26, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 48, col 42, ['sort'] is better written in dot notation. +build/public/templates/flags/list.js: line 48, col 61, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 50, col 37, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 50, col 53, ['sort'] is better written in dot notation. +build/public/templates/flags/list.js: line 53, col 1139, Line is too long. +build/public/templates/flags/list.js: line 54, col 25, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 54, col 41, ['filters'] is better written in dot notation. +build/public/templates/flags/list.js: line 54, col 55, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 54, col 71, ['filters'] is better written in dot notation. +build/public/templates/flags/list.js: line 54, col 82, ['state'] is better written in dot notation. +build/public/templates/flags/list.js: line 57, col 194, Line is too long. +build/public/templates/flags/list.js: line 58, col 25, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 58, col 41, ['filters'] is better written in dot notation. +build/public/templates/flags/list.js: line 58, col 55, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 58, col 71, ['filters'] is better written in dot notation. +build/public/templates/flags/list.js: line 58, col 82, ['state'] is better written in dot notation. +build/public/templates/flags/list.js: line 60, col 114, Line is too long. +build/public/templates/flags/list.js: line 60, col 37, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 60, col 53, ['filters'] is better written in dot notation. +build/public/templates/flags/list.js: line 60, col 67, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 60, col 83, ['filters'] is better written in dot notation. +build/public/templates/flags/list.js: line 60, col 94, ['state'] is better written in dot notation. +build/public/templates/flags/list.js: line 63, col 748, Line is too long. +build/public/templates/flags/list.js: line 64, col 25, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 64, col 41, ['filters'] is better written in dot notation. +build/public/templates/flags/list.js: line 64, col 55, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 64, col 71, ['filters'] is better written in dot notation. +build/public/templates/flags/list.js: line 64, col 82, ['type'] is better written in dot notation. +build/public/templates/flags/list.js: line 67, col 194, Line is too long. +build/public/templates/flags/list.js: line 68, col 25, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 68, col 41, ['filters'] is better written in dot notation. +build/public/templates/flags/list.js: line 68, col 55, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 68, col 71, ['filters'] is better written in dot notation. +build/public/templates/flags/list.js: line 68, col 82, ['type'] is better written in dot notation. +build/public/templates/flags/list.js: line 70, col 113, Line is too long. +build/public/templates/flags/list.js: line 70, col 37, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 70, col 53, ['filters'] is better written in dot notation. +build/public/templates/flags/list.js: line 70, col 67, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 70, col 83, ['filters'] is better written in dot notation. +build/public/templates/flags/list.js: line 70, col 94, ['type'] is better written in dot notation. +build/public/templates/flags/list.js: line 73, col 722, Line is too long. +build/public/templates/flags/list.js: line 74, col 103, Line is too long. +build/public/templates/flags/list.js: line 74, col 25, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 74, col 41, ['filters'] is better written in dot notation. +build/public/templates/flags/list.js: line 74, col 55, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 74, col 71, ['filters'] is better written in dot notation. +build/public/templates/flags/list.js: line 74, col 82, ['assignee'] is better written in dot notation. +build/public/templates/flags/list.js: line 77, col 621, Line is too long. +build/public/templates/flags/list.js: line 79, col 102, Line is too long. +build/public/templates/flags/list.js: line 80, col 22, ['userFilterResults'] is better written in dot notation. +build/public/templates/flags/list.js: line 81, col 235, Line is too long. +build/public/templates/flags/list.js: line 82, col 105, Line is too long. +build/public/templates/flags/list.js: line 82, col 25, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 82, col 41, ['filters'] is better written in dot notation. +build/public/templates/flags/list.js: line 82, col 55, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 82, col 71, ['filters'] is better written in dot notation. +build/public/templates/flags/list.js: line 82, col 82, ['reporterId'] is better written in dot notation. +build/public/templates/flags/list.js: line 85, col 623, Line is too long. +build/public/templates/flags/list.js: line 87, col 102, Line is too long. +build/public/templates/flags/list.js: line 88, col 118, Line is too long. +build/public/templates/flags/list.js: line 88, col 29, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 88, col 45, ['userFilterResults'] is better written in dot notation. +build/public/templates/flags/list.js: line 91, col 184, Line is too long. +build/public/templates/flags/list.js: line 91, col 37, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 91, col 53, ['userFilterResults'] is better written in dot notation. +build/public/templates/flags/list.js: line 91, col 77, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 91, col 93, ['userFilterResults'] is better written in dot notation. +build/public/templates/flags/list.js: line 91, col 123, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 91, col 139, ['userFilterResults'] is better written in dot notation. +build/public/templates/flags/list.js: line 91, col 166, ['uid'] is better written in dot notation. +build/public/templates/flags/list.js: line 93, col 189, Line is too long. +build/public/templates/flags/list.js: line 93, col 37, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 93, col 53, ['userFilterResults'] is better written in dot notation. +build/public/templates/flags/list.js: line 93, col 77, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 93, col 93, ['userFilterResults'] is better written in dot notation. +build/public/templates/flags/list.js: line 93, col 123, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 93, col 139, ['userFilterResults'] is better written in dot notation. +build/public/templates/flags/list.js: line 93, col 166, ['username'] is better written in dot notation. +build/public/templates/flags/list.js: line 95, col 137, Line is too long. +build/public/templates/flags/list.js: line 95, col 100, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 97, col 189, Line is too long. +build/public/templates/flags/list.js: line 97, col 37, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 97, col 53, ['userFilterResults'] is better written in dot notation. +build/public/templates/flags/list.js: line 97, col 77, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 97, col 93, ['userFilterResults'] is better written in dot notation. +build/public/templates/flags/list.js: line 97, col 123, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 97, col 139, ['userFilterResults'] is better written in dot notation. +build/public/templates/flags/list.js: line 97, col 166, ['username'] is better written in dot notation. +build/public/templates/flags/list.js: line 89, col 13, 'key' is defined but never used. +build/public/templates/flags/list.js: line 102, col 233, Line is too long. +build/public/templates/flags/list.js: line 103, col 104, Line is too long. +build/public/templates/flags/list.js: line 103, col 25, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 103, col 41, ['filters'] is better written in dot notation. +build/public/templates/flags/list.js: line 103, col 55, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 103, col 71, ['filters'] is better written in dot notation. +build/public/templates/flags/list.js: line 103, col 82, ['targetUid'] is better written in dot notation. +build/public/templates/flags/list.js: line 106, col 616, Line is too long. +build/public/templates/flags/list.js: line 108, col 102, Line is too long. +build/public/templates/flags/list.js: line 109, col 118, Line is too long. +build/public/templates/flags/list.js: line 109, col 29, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 109, col 45, ['userFilterResults'] is better written in dot notation. +build/public/templates/flags/list.js: line 112, col 184, Line is too long. +build/public/templates/flags/list.js: line 112, col 37, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 112, col 53, ['userFilterResults'] is better written in dot notation. +build/public/templates/flags/list.js: line 112, col 77, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 112, col 93, ['userFilterResults'] is better written in dot notation. +build/public/templates/flags/list.js: line 112, col 123, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 112, col 139, ['userFilterResults'] is better written in dot notation. +build/public/templates/flags/list.js: line 112, col 166, ['uid'] is better written in dot notation. +build/public/templates/flags/list.js: line 114, col 189, Line is too long. +build/public/templates/flags/list.js: line 114, col 37, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 114, col 53, ['userFilterResults'] is better written in dot notation. +build/public/templates/flags/list.js: line 114, col 77, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 114, col 93, ['userFilterResults'] is better written in dot notation. +build/public/templates/flags/list.js: line 114, col 123, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 114, col 139, ['userFilterResults'] is better written in dot notation. +build/public/templates/flags/list.js: line 114, col 166, ['username'] is better written in dot notation. +build/public/templates/flags/list.js: line 116, col 137, Line is too long. +build/public/templates/flags/list.js: line 116, col 100, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 118, col 189, Line is too long. +build/public/templates/flags/list.js: line 118, col 37, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 118, col 53, ['userFilterResults'] is better written in dot notation. +build/public/templates/flags/list.js: line 118, col 77, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 118, col 93, ['userFilterResults'] is better written in dot notation. +build/public/templates/flags/list.js: line 118, col 123, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 118, col 139, ['userFilterResults'] is better written in dot notation. +build/public/templates/flags/list.js: line 118, col 166, ['username'] is better written in dot notation. +build/public/templates/flags/list.js: line 110, col 13, 'key' is defined but never used. +build/public/templates/flags/list.js: line 123, col 154, Line is too long. +build/public/templates/flags/list.js: line 124, col 25, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 124, col 41, ['hasFilter'] is better written in dot notation. +build/public/templates/flags/list.js: line 128, col 116, Line is too long. +build/public/templates/flags/list.js: line 128, col 33, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 128, col 49, ['config'] is better written in dot notation. +build/public/templates/flags/list.js: line 128, col 62, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 128, col 78, ['config'] is better written in dot notation. +build/public/templates/flags/list.js: line 128, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/flags/list.js: line 129, col 844, Line is too long. +build/public/templates/flags/list.js: line 130, col 33, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 130, col 49, ['sort'] is better written in dot notation. +build/public/templates/flags/list.js: line 132, col 110, Line is too long. +build/public/templates/flags/list.js: line 132, col 33, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 132, col 49, ['filters'] is better written in dot notation. +build/public/templates/flags/list.js: line 132, col 63, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 132, col 79, ['filters'] is better written in dot notation. +build/public/templates/flags/list.js: line 132, col 90, ['state'] is better written in dot notation. +build/public/templates/flags/list.js: line 134, col 109, Line is too long. +build/public/templates/flags/list.js: line 134, col 33, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 134, col 49, ['filters'] is better written in dot notation. +build/public/templates/flags/list.js: line 134, col 63, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 134, col 79, ['filters'] is better written in dot notation. +build/public/templates/flags/list.js: line 134, col 90, ['type'] is better written in dot notation. +build/public/templates/flags/list.js: line 135, col 148, Line is too long. +build/public/templates/flags/list.js: line 136, col 33, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 136, col 49, ['count'] is better written in dot notation. +build/public/templates/flags/list.js: line 137, col 403, Line is too long. +build/public/templates/flags/list.js: line 138, col 22, ['flags'] is better written in dot notation. +build/public/templates/flags/list.js: line 140, col 158, Line is too long. +build/public/templates/flags/list.js: line 140, col 25, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 140, col 41, ['pagination'] is better written in dot notation. +build/public/templates/flags/list.js: line 140, col 58, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 140, col 74, ['pagination'] is better written in dot notation. +build/public/templates/flags/list.js: line 140, col 88, ['pages'] is better written in dot notation. +build/public/templates/flags/list.js: line 140, col 100, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 140, col 116, ['pagination'] is better written in dot notation. +build/public/templates/flags/list.js: line 140, col 130, ['pages'] is better written in dot notation. +build/public/templates/flags/list.js: line 140, col 139, ['length'] is better written in dot notation. +build/public/templates/flags/list.js: line 143, col 155, Line is too long. +build/public/templates/flags/list.js: line 144, col 156, Line is too long. +build/public/templates/flags/list.js: line 144, col 25, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 144, col 41, ['pagination'] is better written in dot notation. +build/public/templates/flags/list.js: line 144, col 58, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 144, col 74, ['pagination'] is better written in dot notation. +build/public/templates/flags/list.js: line 144, col 88, ['prev'] is better written in dot notation. +build/public/templates/flags/list.js: line 144, col 99, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 144, col 115, ['pagination'] is better written in dot notation. +build/public/templates/flags/list.js: line 144, col 129, ['prev'] is better written in dot notation. +build/public/templates/flags/list.js: line 144, col 137, ['active'] is better written in dot notation. +build/public/templates/flags/list.js: line 148, col 162, Line is too long. +build/public/templates/flags/list.js: line 148, col 33, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 148, col 49, ['pagination'] is better written in dot notation. +build/public/templates/flags/list.js: line 148, col 66, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 148, col 82, ['pagination'] is better written in dot notation. +build/public/templates/flags/list.js: line 148, col 96, ['prev'] is better written in dot notation. +build/public/templates/flags/list.js: line 148, col 107, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 148, col 123, ['pagination'] is better written in dot notation. +build/public/templates/flags/list.js: line 148, col 137, ['prev'] is better written in dot notation. +build/public/templates/flags/list.js: line 148, col 145, ['qs'] is better written in dot notation. +build/public/templates/flags/list.js: line 150, col 164, Line is too long. +build/public/templates/flags/list.js: line 150, col 33, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 150, col 49, ['pagination'] is better written in dot notation. +build/public/templates/flags/list.js: line 150, col 66, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 150, col 82, ['pagination'] is better written in dot notation. +build/public/templates/flags/list.js: line 150, col 96, ['prev'] is better written in dot notation. +build/public/templates/flags/list.js: line 150, col 107, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 150, col 123, ['pagination'] is better written in dot notation. +build/public/templates/flags/list.js: line 150, col 137, ['prev'] is better written in dot notation. +build/public/templates/flags/list.js: line 150, col 145, ['page'] is better written in dot notation. +build/public/templates/flags/list.js: line 151, col 114, Line is too long. +build/public/templates/flags/list.js: line 154, col 156, Line is too long. +build/public/templates/flags/list.js: line 154, col 25, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 154, col 41, ['pagination'] is better written in dot notation. +build/public/templates/flags/list.js: line 154, col 58, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 154, col 74, ['pagination'] is better written in dot notation. +build/public/templates/flags/list.js: line 154, col 88, ['next'] is better written in dot notation. +build/public/templates/flags/list.js: line 154, col 99, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 154, col 115, ['pagination'] is better written in dot notation. +build/public/templates/flags/list.js: line 154, col 129, ['next'] is better written in dot notation. +build/public/templates/flags/list.js: line 154, col 137, ['active'] is better written in dot notation. +build/public/templates/flags/list.js: line 158, col 162, Line is too long. +build/public/templates/flags/list.js: line 158, col 33, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 158, col 49, ['pagination'] is better written in dot notation. +build/public/templates/flags/list.js: line 158, col 66, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 158, col 82, ['pagination'] is better written in dot notation. +build/public/templates/flags/list.js: line 158, col 96, ['next'] is better written in dot notation. +build/public/templates/flags/list.js: line 158, col 107, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 158, col 123, ['pagination'] is better written in dot notation. +build/public/templates/flags/list.js: line 158, col 137, ['next'] is better written in dot notation. +build/public/templates/flags/list.js: line 158, col 145, ['qs'] is better written in dot notation. +build/public/templates/flags/list.js: line 160, col 164, Line is too long. +build/public/templates/flags/list.js: line 160, col 33, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 160, col 49, ['pagination'] is better written in dot notation. +build/public/templates/flags/list.js: line 160, col 66, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 160, col 82, ['pagination'] is better written in dot notation. +build/public/templates/flags/list.js: line 160, col 96, ['next'] is better written in dot notation. +build/public/templates/flags/list.js: line 160, col 107, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 160, col 123, ['pagination'] is better written in dot notation. +build/public/templates/flags/list.js: line 160, col 137, ['next'] is better written in dot notation. +build/public/templates/flags/list.js: line 160, col 145, ['page'] is better written in dot notation. +build/public/templates/flags/list.js: line 161, col 224, Line is too long. +build/public/templates/flags/list.js: line 162, col 156, Line is too long. +build/public/templates/flags/list.js: line 162, col 25, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 162, col 41, ['pagination'] is better written in dot notation. +build/public/templates/flags/list.js: line 162, col 58, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 162, col 74, ['pagination'] is better written in dot notation. +build/public/templates/flags/list.js: line 162, col 88, ['prev'] is better written in dot notation. +build/public/templates/flags/list.js: line 162, col 99, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 162, col 115, ['pagination'] is better written in dot notation. +build/public/templates/flags/list.js: line 162, col 129, ['prev'] is better written in dot notation. +build/public/templates/flags/list.js: line 162, col 137, ['active'] is better written in dot notation. +build/public/templates/flags/list.js: line 166, col 164, Line is too long. +build/public/templates/flags/list.js: line 166, col 33, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 166, col 49, ['pagination'] is better written in dot notation. +build/public/templates/flags/list.js: line 166, col 66, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 166, col 82, ['pagination'] is better written in dot notation. +build/public/templates/flags/list.js: line 166, col 96, ['first'] is better written in dot notation. +build/public/templates/flags/list.js: line 166, col 108, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 166, col 124, ['pagination'] is better written in dot notation. +build/public/templates/flags/list.js: line 166, col 138, ['first'] is better written in dot notation. +build/public/templates/flags/list.js: line 166, col 147, ['qs'] is better written in dot notation. +build/public/templates/flags/list.js: line 167, col 158, Line is too long. +build/public/templates/flags/list.js: line 168, col 156, Line is too long. +build/public/templates/flags/list.js: line 168, col 25, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 168, col 41, ['pagination'] is better written in dot notation. +build/public/templates/flags/list.js: line 168, col 58, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 168, col 74, ['pagination'] is better written in dot notation. +build/public/templates/flags/list.js: line 168, col 88, ['prev'] is better written in dot notation. +build/public/templates/flags/list.js: line 168, col 99, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 168, col 115, ['pagination'] is better written in dot notation. +build/public/templates/flags/list.js: line 168, col 129, ['prev'] is better written in dot notation. +build/public/templates/flags/list.js: line 168, col 137, ['active'] is better written in dot notation. +build/public/templates/flags/list.js: line 172, col 162, Line is too long. +build/public/templates/flags/list.js: line 172, col 33, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 172, col 49, ['pagination'] is better written in dot notation. +build/public/templates/flags/list.js: line 172, col 66, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 172, col 82, ['pagination'] is better written in dot notation. +build/public/templates/flags/list.js: line 172, col 96, ['prev'] is better written in dot notation. +build/public/templates/flags/list.js: line 172, col 107, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 172, col 123, ['pagination'] is better written in dot notation. +build/public/templates/flags/list.js: line 172, col 137, ['prev'] is better written in dot notation. +build/public/templates/flags/list.js: line 172, col 145, ['qs'] is better written in dot notation. +build/public/templates/flags/list.js: line 174, col 164, Line is too long. +build/public/templates/flags/list.js: line 174, col 33, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 174, col 49, ['pagination'] is better written in dot notation. +build/public/templates/flags/list.js: line 174, col 66, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 174, col 82, ['pagination'] is better written in dot notation. +build/public/templates/flags/list.js: line 174, col 96, ['prev'] is better written in dot notation. +build/public/templates/flags/list.js: line 174, col 107, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 174, col 123, ['pagination'] is better written in dot notation. +build/public/templates/flags/list.js: line 174, col 137, ['prev'] is better written in dot notation. +build/public/templates/flags/list.js: line 174, col 145, ['page'] is better written in dot notation. +build/public/templates/flags/list.js: line 175, col 276, Line is too long. +build/public/templates/flags/list.js: line 176, col 122, Line is too long. +build/public/templates/flags/list.js: line 176, col 33, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 176, col 49, ['pagination'] is better written in dot notation. +build/public/templates/flags/list.js: line 176, col 66, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 176, col 82, ['pagination'] is better written in dot notation. +build/public/templates/flags/list.js: line 176, col 96, ['currentPage'] is better written in dot notation. +build/public/templates/flags/list.js: line 178, col 120, Line is too long. +build/public/templates/flags/list.js: line 178, col 33, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 178, col 49, ['pagination'] is better written in dot notation. +build/public/templates/flags/list.js: line 178, col 66, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 178, col 82, ['pagination'] is better written in dot notation. +build/public/templates/flags/list.js: line 178, col 96, ['pageCount'] is better written in dot notation. +build/public/templates/flags/list.js: line 180, col 156, Line is too long. +build/public/templates/flags/list.js: line 180, col 25, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 180, col 41, ['pagination'] is better written in dot notation. +build/public/templates/flags/list.js: line 180, col 58, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 180, col 74, ['pagination'] is better written in dot notation. +build/public/templates/flags/list.js: line 180, col 88, ['next'] is better written in dot notation. +build/public/templates/flags/list.js: line 180, col 99, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 180, col 115, ['pagination'] is better written in dot notation. +build/public/templates/flags/list.js: line 180, col 129, ['next'] is better written in dot notation. +build/public/templates/flags/list.js: line 180, col 137, ['active'] is better written in dot notation. +build/public/templates/flags/list.js: line 184, col 162, Line is too long. +build/public/templates/flags/list.js: line 184, col 33, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 184, col 49, ['pagination'] is better written in dot notation. +build/public/templates/flags/list.js: line 184, col 66, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 184, col 82, ['pagination'] is better written in dot notation. +build/public/templates/flags/list.js: line 184, col 96, ['next'] is better written in dot notation. +build/public/templates/flags/list.js: line 184, col 107, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 184, col 123, ['pagination'] is better written in dot notation. +build/public/templates/flags/list.js: line 184, col 137, ['next'] is better written in dot notation. +build/public/templates/flags/list.js: line 184, col 145, ['qs'] is better written in dot notation. +build/public/templates/flags/list.js: line 186, col 164, Line is too long. +build/public/templates/flags/list.js: line 186, col 33, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 186, col 49, ['pagination'] is better written in dot notation. +build/public/templates/flags/list.js: line 186, col 66, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 186, col 82, ['pagination'] is better written in dot notation. +build/public/templates/flags/list.js: line 186, col 96, ['next'] is better written in dot notation. +build/public/templates/flags/list.js: line 186, col 107, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 186, col 123, ['pagination'] is better written in dot notation. +build/public/templates/flags/list.js: line 186, col 137, ['next'] is better written in dot notation. +build/public/templates/flags/list.js: line 186, col 145, ['page'] is better written in dot notation. +build/public/templates/flags/list.js: line 187, col 136, Line is too long. +build/public/templates/flags/list.js: line 188, col 156, Line is too long. +build/public/templates/flags/list.js: line 188, col 25, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 188, col 41, ['pagination'] is better written in dot notation. +build/public/templates/flags/list.js: line 188, col 58, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 188, col 74, ['pagination'] is better written in dot notation. +build/public/templates/flags/list.js: line 188, col 88, ['next'] is better written in dot notation. +build/public/templates/flags/list.js: line 188, col 99, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 188, col 115, ['pagination'] is better written in dot notation. +build/public/templates/flags/list.js: line 188, col 129, ['next'] is better written in dot notation. +build/public/templates/flags/list.js: line 188, col 137, ['active'] is better written in dot notation. +build/public/templates/flags/list.js: line 192, col 162, Line is too long. +build/public/templates/flags/list.js: line 192, col 33, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 192, col 49, ['pagination'] is better written in dot notation. +build/public/templates/flags/list.js: line 192, col 66, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 192, col 82, ['pagination'] is better written in dot notation. +build/public/templates/flags/list.js: line 192, col 96, ['last'] is better written in dot notation. +build/public/templates/flags/list.js: line 192, col 107, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 192, col 123, ['pagination'] is better written in dot notation. +build/public/templates/flags/list.js: line 192, col 137, ['last'] is better written in dot notation. +build/public/templates/flags/list.js: line 192, col 145, ['qs'] is better written in dot notation. +build/public/templates/flags/list.js: line 194, col 120, Line is too long. +build/public/templates/flags/list.js: line 194, col 33, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 194, col 49, ['pagination'] is better written in dot notation. +build/public/templates/flags/list.js: line 194, col 66, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 194, col 82, ['pagination'] is better written in dot notation. +build/public/templates/flags/list.js: line 194, col 96, ['pageCount'] is better written in dot notation. +build/public/templates/flags/list.js: line 195, col 129, Line is too long. +build/public/templates/flags/list.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/flags/list.js: line 202, col 119, Line is too long. +build/public/templates/flags/list.js: line 202, col 36, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 202, col 52, ['breadcrumbs'] is better written in dot notation. +build/public/templates/flags/list.js: line 208, col 133, Line is too long. +build/public/templates/flags/list.js: line 215, col 156, Line is too long. +build/public/templates/flags/list.js: line 215, col 29, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 215, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/flags/list.js: line 215, col 63, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 215, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/flags/list.js: line 215, col 103, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 215, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/flags/list.js: line 215, col 140, ['url'] is better written in dot notation. +build/public/templates/flags/list.js: line 217, col 170, Line is too long. +build/public/templates/flags/list.js: line 217, col 41, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 217, col 57, ['breadcrumbs'] is better written in dot notation. +build/public/templates/flags/list.js: line 217, col 75, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 217, col 91, ['breadcrumbs'] is better written in dot notation. +build/public/templates/flags/list.js: line 217, col 115, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 217, col 131, ['breadcrumbs'] is better written in dot notation. +build/public/templates/flags/list.js: line 217, col 152, ['url'] is better written in dot notation. +build/public/templates/flags/list.js: line 221, col 167, Line is too long. +build/public/templates/flags/list.js: line 221, col 37, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 221, col 53, ['breadcrumbs'] is better written in dot notation. +build/public/templates/flags/list.js: line 221, col 71, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 221, col 87, ['breadcrumbs'] is better written in dot notation. +build/public/templates/flags/list.js: line 221, col 111, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 221, col 127, ['breadcrumbs'] is better written in dot notation. +build/public/templates/flags/list.js: line 221, col 148, ['text'] is better written in dot notation. +build/public/templates/flags/list.js: line 225, col 33, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 228, col 37, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 228, col 53, ['rssFeedUrl'] is better written in dot notation. +build/public/templates/flags/list.js: line 230, col 49, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 230, col 65, ['rssFeedUrl'] is better written in dot notation. +build/public/templates/flags/list.js: line 236, col 156, Line is too long. +build/public/templates/flags/list.js: line 236, col 29, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 236, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/flags/list.js: line 236, col 63, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 236, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/flags/list.js: line 236, col 103, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 236, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/flags/list.js: line 236, col 140, ['url'] is better written in dot notation. +build/public/templates/flags/list.js: line 203, col 13, 'key' is defined but never used. +build/public/templates/flags/list.js: line 202, col 112, 'value' is defined but never used. +build/public/templates/flags/list.js: line 201, col 11, 'value' is defined but never used. +build/public/templates/flags/list.js: line 199, col 72, 'helper' is defined but never used. +build/public/templates/flags/list.js: line 247, col 121, Line is too long. +build/public/templates/flags/list.js: line 247, col 36, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 247, col 52, ['categoryItems'] is better written in dot notation. +build/public/templates/flags/list.js: line 250, col 172, Line is too long. +build/public/templates/flags/list.js: line 250, col 29, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 250, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/flags/list.js: line 250, col 65, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 250, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/flags/list.js: line 250, col 107, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 250, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/flags/list.js: line 250, col 146, ['disabledClass'] is better written in dot notation. +build/public/templates/flags/list.js: line 254, col 172, Line is too long. +build/public/templates/flags/list.js: line 254, col 37, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 254, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/flags/list.js: line 254, col 73, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 254, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/flags/list.js: line 254, col 115, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 254, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/flags/list.js: line 254, col 154, ['cid'] is better written in dot notation. +build/public/templates/flags/list.js: line 256, col 178, Line is too long. +build/public/templates/flags/list.js: line 256, col 37, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 256, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/flags/list.js: line 256, col 73, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 256, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/flags/list.js: line 256, col 115, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 256, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/flags/list.js: line 256, col 154, ['parentCid'] is better written in dot notation. +build/public/templates/flags/list.js: line 258, col 173, Line is too long. +build/public/templates/flags/list.js: line 258, col 37, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 258, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/flags/list.js: line 258, col 73, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 258, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/flags/list.js: line 258, col 115, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 258, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/flags/list.js: line 258, col 154, ['name'] is better written in dot notation. +build/public/templates/flags/list.js: line 259, col 120, Line is too long. +build/public/templates/flags/list.js: line 260, col 174, Line is too long. +build/public/templates/flags/list.js: line 260, col 37, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 260, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/flags/list.js: line 260, col 73, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 260, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/flags/list.js: line 260, col 115, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 260, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/flags/list.js: line 260, col 154, ['level'] is better written in dot notation. +build/public/templates/flags/list.js: line 262, col 164, Line is too long. +build/public/templates/flags/list.js: line 262, col 29, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 262, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/flags/list.js: line 262, col 65, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 262, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/flags/list.js: line 262, col 107, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 262, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/flags/list.js: line 262, col 146, ['match'] is better written in dot notation. +build/public/templates/flags/list.js: line 266, col 163, Line is too long. +build/public/templates/flags/list.js: line 266, col 29, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 266, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/flags/list.js: line 266, col 65, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 266, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/flags/list.js: line 266, col 107, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 266, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/flags/list.js: line 266, col 146, ['icon'] is better written in dot notation. +build/public/templates/flags/list.js: line 268, col 114, Line is too long. +build/public/templates/flags/list.js: line 272, col 173, Line is too long. +build/public/templates/flags/list.js: line 272, col 37, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 272, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/flags/list.js: line 272, col 73, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 272, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/flags/list.js: line 272, col 115, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 272, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/flags/list.js: line 272, col 154, ['name'] is better written in dot notation. +build/public/templates/flags/list.js: line 273, col 112, Line is too long. +build/public/templates/flags/list.js: line 274, col 167, Line is too long. +build/public/templates/flags/list.js: line 274, col 29, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 274, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/flags/list.js: line 274, col 65, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 274, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/flags/list.js: line 274, col 107, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 274, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/flags/list.js: line 274, col 146, ['selected'] is better written in dot notation. +build/public/templates/flags/list.js: line 248, col 13, 'key' is defined but never used. +build/public/templates/flags/list.js: line 246, col 11, 'value' is defined but never used. +build/public/templates/flags/list.js: line 285, col 159, Line is too long. +build/public/templates/flags/list.js: line 285, col 36, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 285, col 52, ['selected'] is better written in dot notation. +build/public/templates/flags/list.js: line 285, col 67, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 285, col 83, ['selected'] is better written in dot notation. +build/public/templates/flags/list.js: line 285, col 95, ['assignee'] is better written in dot notation. +build/public/templates/flags/list.js: line 287, col 115, Line is too long. +build/public/templates/flags/list.js: line 288, col 137, Line is too long. +build/public/templates/flags/list.js: line 288, col 100, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 290, col 229, Line is too long. +build/public/templates/flags/list.js: line 290, col 37, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 290, col 53, ['selected'] is better written in dot notation. +build/public/templates/flags/list.js: line 290, col 68, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 290, col 84, ['selected'] is better written in dot notation. +build/public/templates/flags/list.js: line 290, col 96, ['assignee'] is better written in dot notation. +build/public/templates/flags/list.js: line 290, col 111, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 290, col 127, ['selected'] is better written in dot notation. +build/public/templates/flags/list.js: line 290, col 139, ['assignee'] is better written in dot notation. +build/public/templates/flags/list.js: line 290, col 160, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 290, col 176, ['selected'] is better written in dot notation. +build/public/templates/flags/list.js: line 290, col 188, ['assignee'] is better written in dot notation. +build/public/templates/flags/list.js: line 290, col 206, ['username'] is better written in dot notation. +build/public/templates/flags/list.js: line 292, col 224, Line is too long. +build/public/templates/flags/list.js: line 292, col 37, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 292, col 53, ['selected'] is better written in dot notation. +build/public/templates/flags/list.js: line 292, col 68, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 292, col 84, ['selected'] is better written in dot notation. +build/public/templates/flags/list.js: line 292, col 96, ['assignee'] is better written in dot notation. +build/public/templates/flags/list.js: line 292, col 111, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 292, col 127, ['selected'] is better written in dot notation. +build/public/templates/flags/list.js: line 292, col 139, ['assignee'] is better written in dot notation. +build/public/templates/flags/list.js: line 292, col 160, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 292, col 176, ['selected'] is better written in dot notation. +build/public/templates/flags/list.js: line 292, col 188, ['assignee'] is better written in dot notation. +build/public/templates/flags/list.js: line 292, col 206, ['uid'] is better written in dot notation. +build/public/templates/flags/list.js: line 293, col 108, Line is too long. +build/public/templates/flags/list.js: line 286, col 13, 'key' is defined but never used. +build/public/templates/flags/list.js: line 284, col 11, 'value' is defined but never used. +build/public/templates/flags/list.js: line 301, col 125, Line is too long. +build/public/templates/flags/list.js: line 301, col 36, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 301, col 52, ['userFilterResults'] is better written in dot notation. +build/public/templates/flags/list.js: line 304, col 184, Line is too long. +build/public/templates/flags/list.js: line 304, col 37, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 304, col 53, ['userFilterResults'] is better written in dot notation. +build/public/templates/flags/list.js: line 304, col 77, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 304, col 93, ['userFilterResults'] is better written in dot notation. +build/public/templates/flags/list.js: line 304, col 123, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 304, col 139, ['userFilterResults'] is better written in dot notation. +build/public/templates/flags/list.js: line 304, col 166, ['uid'] is better written in dot notation. +build/public/templates/flags/list.js: line 306, col 189, Line is too long. +build/public/templates/flags/list.js: line 306, col 37, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 306, col 53, ['userFilterResults'] is better written in dot notation. +build/public/templates/flags/list.js: line 306, col 77, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 306, col 93, ['userFilterResults'] is better written in dot notation. +build/public/templates/flags/list.js: line 306, col 123, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 306, col 139, ['userFilterResults'] is better written in dot notation. +build/public/templates/flags/list.js: line 306, col 166, ['username'] is better written in dot notation. +build/public/templates/flags/list.js: line 308, col 137, Line is too long. +build/public/templates/flags/list.js: line 308, col 100, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 310, col 189, Line is too long. +build/public/templates/flags/list.js: line 310, col 37, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 310, col 53, ['userFilterResults'] is better written in dot notation. +build/public/templates/flags/list.js: line 310, col 77, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 310, col 93, ['userFilterResults'] is better written in dot notation. +build/public/templates/flags/list.js: line 310, col 123, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 310, col 139, ['userFilterResults'] is better written in dot notation. +build/public/templates/flags/list.js: line 310, col 166, ['username'] is better written in dot notation. +build/public/templates/flags/list.js: line 302, col 13, 'key' is defined but never used. +build/public/templates/flags/list.js: line 300, col 11, 'value' is defined but never used. +build/public/templates/flags/list.js: line 319, col 161, Line is too long. +build/public/templates/flags/list.js: line 319, col 36, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 319, col 52, ['selected'] is better written in dot notation. +build/public/templates/flags/list.js: line 319, col 67, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 319, col 83, ['selected'] is better written in dot notation. +build/public/templates/flags/list.js: line 319, col 95, ['reporterId'] is better written in dot notation. +build/public/templates/flags/list.js: line 321, col 115, Line is too long. +build/public/templates/flags/list.js: line 322, col 137, Line is too long. +build/public/templates/flags/list.js: line 322, col 100, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 324, col 235, Line is too long. +build/public/templates/flags/list.js: line 324, col 37, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 324, col 53, ['selected'] is better written in dot notation. +build/public/templates/flags/list.js: line 324, col 68, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 324, col 84, ['selected'] is better written in dot notation. +build/public/templates/flags/list.js: line 324, col 96, ['reporterId'] is better written in dot notation. +build/public/templates/flags/list.js: line 324, col 113, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 324, col 129, ['selected'] is better written in dot notation. +build/public/templates/flags/list.js: line 324, col 141, ['reporterId'] is better written in dot notation. +build/public/templates/flags/list.js: line 324, col 164, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 324, col 180, ['selected'] is better written in dot notation. +build/public/templates/flags/list.js: line 324, col 192, ['reporterId'] is better written in dot notation. +build/public/templates/flags/list.js: line 324, col 212, ['username'] is better written in dot notation. +build/public/templates/flags/list.js: line 326, col 230, Line is too long. +build/public/templates/flags/list.js: line 326, col 37, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 326, col 53, ['selected'] is better written in dot notation. +build/public/templates/flags/list.js: line 326, col 68, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 326, col 84, ['selected'] is better written in dot notation. +build/public/templates/flags/list.js: line 326, col 96, ['reporterId'] is better written in dot notation. +build/public/templates/flags/list.js: line 326, col 113, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 326, col 129, ['selected'] is better written in dot notation. +build/public/templates/flags/list.js: line 326, col 141, ['reporterId'] is better written in dot notation. +build/public/templates/flags/list.js: line 326, col 164, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 326, col 180, ['selected'] is better written in dot notation. +build/public/templates/flags/list.js: line 326, col 192, ['reporterId'] is better written in dot notation. +build/public/templates/flags/list.js: line 326, col 212, ['uid'] is better written in dot notation. +build/public/templates/flags/list.js: line 327, col 108, Line is too long. +build/public/templates/flags/list.js: line 320, col 13, 'key' is defined but never used. +build/public/templates/flags/list.js: line 318, col 11, 'value' is defined but never used. +build/public/templates/flags/list.js: line 335, col 160, Line is too long. +build/public/templates/flags/list.js: line 335, col 36, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 335, col 52, ['selected'] is better written in dot notation. +build/public/templates/flags/list.js: line 335, col 67, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 335, col 83, ['selected'] is better written in dot notation. +build/public/templates/flags/list.js: line 335, col 95, ['targetUid'] is better written in dot notation. +build/public/templates/flags/list.js: line 337, col 115, Line is too long. +build/public/templates/flags/list.js: line 338, col 137, Line is too long. +build/public/templates/flags/list.js: line 338, col 100, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 340, col 232, Line is too long. +build/public/templates/flags/list.js: line 340, col 37, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 340, col 53, ['selected'] is better written in dot notation. +build/public/templates/flags/list.js: line 340, col 68, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 340, col 84, ['selected'] is better written in dot notation. +build/public/templates/flags/list.js: line 340, col 96, ['targetUid'] is better written in dot notation. +build/public/templates/flags/list.js: line 340, col 112, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 340, col 128, ['selected'] is better written in dot notation. +build/public/templates/flags/list.js: line 340, col 140, ['targetUid'] is better written in dot notation. +build/public/templates/flags/list.js: line 340, col 162, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 340, col 178, ['selected'] is better written in dot notation. +build/public/templates/flags/list.js: line 340, col 190, ['targetUid'] is better written in dot notation. +build/public/templates/flags/list.js: line 340, col 209, ['username'] is better written in dot notation. +build/public/templates/flags/list.js: line 342, col 227, Line is too long. +build/public/templates/flags/list.js: line 342, col 37, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 342, col 53, ['selected'] is better written in dot notation. +build/public/templates/flags/list.js: line 342, col 68, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 342, col 84, ['selected'] is better written in dot notation. +build/public/templates/flags/list.js: line 342, col 96, ['targetUid'] is better written in dot notation. +build/public/templates/flags/list.js: line 342, col 112, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 342, col 128, ['selected'] is better written in dot notation. +build/public/templates/flags/list.js: line 342, col 140, ['targetUid'] is better written in dot notation. +build/public/templates/flags/list.js: line 342, col 162, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 342, col 178, ['selected'] is better written in dot notation. +build/public/templates/flags/list.js: line 342, col 190, ['targetUid'] is better written in dot notation. +build/public/templates/flags/list.js: line 342, col 209, ['uid'] is better written in dot notation. +build/public/templates/flags/list.js: line 343, col 108, Line is too long. +build/public/templates/flags/list.js: line 336, col 13, 'key' is defined but never used. +build/public/templates/flags/list.js: line 334, col 11, 'value' is defined but never used. +build/public/templates/flags/list.js: line 351, col 113, Line is too long. +build/public/templates/flags/list.js: line 351, col 36, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 351, col 52, ['flags'] is better written in dot notation. +build/public/templates/flags/list.js: line 354, col 151, Line is too long. +build/public/templates/flags/list.js: line 354, col 37, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 354, col 53, ['flags'] is better written in dot notation. +build/public/templates/flags/list.js: line 354, col 65, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 354, col 81, ['flags'] is better written in dot notation. +build/public/templates/flags/list.js: line 354, col 99, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 354, col 115, ['flags'] is better written in dot notation. +build/public/templates/flags/list.js: line 354, col 130, ['flagId'] is better written in dot notation. +build/public/templates/flags/list.js: line 356, col 120, Line is too long. +build/public/templates/flags/list.js: line 356, col 37, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 356, col 53, ['config'] is better written in dot notation. +build/public/templates/flags/list.js: line 356, col 66, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 356, col 82, ['config'] is better written in dot notation. +build/public/templates/flags/list.js: line 356, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/flags/list.js: line 358, col 151, Line is too long. +build/public/templates/flags/list.js: line 358, col 37, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 358, col 53, ['flags'] is better written in dot notation. +build/public/templates/flags/list.js: line 358, col 65, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 358, col 81, ['flags'] is better written in dot notation. +build/public/templates/flags/list.js: line 358, col 99, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 358, col 115, ['flags'] is better written in dot notation. +build/public/templates/flags/list.js: line 358, col 130, ['flagId'] is better written in dot notation. +build/public/templates/flags/list.js: line 360, col 160, Line is too long. +build/public/templates/flags/list.js: line 360, col 37, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 360, col 53, ['flags'] is better written in dot notation. +build/public/templates/flags/list.js: line 360, col 65, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 360, col 81, ['flags'] is better written in dot notation. +build/public/templates/flags/list.js: line 360, col 99, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 360, col 115, ['flags'] is better written in dot notation. +build/public/templates/flags/list.js: line 360, col 130, ['target_readable'] is better written in dot notation. +build/public/templates/flags/list.js: line 362, col 149, Line is too long. +build/public/templates/flags/list.js: line 362, col 37, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 362, col 53, ['flags'] is better written in dot notation. +build/public/templates/flags/list.js: line 362, col 65, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 362, col 81, ['flags'] is better written in dot notation. +build/public/templates/flags/list.js: line 362, col 99, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 362, col 115, ['flags'] is better written in dot notation. +build/public/templates/flags/list.js: line 362, col 130, ['heat'] is better written in dot notation. +build/public/templates/flags/list.js: line 364, col 156, Line is too long. +build/public/templates/flags/list.js: line 364, col 37, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 364, col 53, ['flags'] is better written in dot notation. +build/public/templates/flags/list.js: line 364, col 65, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 364, col 81, ['flags'] is better written in dot notation. +build/public/templates/flags/list.js: line 364, col 99, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 364, col 115, ['flags'] is better written in dot notation. +build/public/templates/flags/list.js: line 364, col 130, ['datetimeISO'] is better written in dot notation. +build/public/templates/flags/list.js: line 366, col 155, Line is too long. +build/public/templates/flags/list.js: line 366, col 37, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 366, col 53, ['flags'] is better written in dot notation. +build/public/templates/flags/list.js: line 366, col 65, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 366, col 81, ['flags'] is better written in dot notation. +build/public/templates/flags/list.js: line 366, col 99, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 366, col 115, ['flags'] is better written in dot notation. +build/public/templates/flags/list.js: line 366, col 130, ['labelClass'] is better written in dot notation. +build/public/templates/flags/list.js: line 368, col 150, Line is too long. +build/public/templates/flags/list.js: line 368, col 37, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 368, col 53, ['flags'] is better written in dot notation. +build/public/templates/flags/list.js: line 368, col 65, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 368, col 81, ['flags'] is better written in dot notation. +build/public/templates/flags/list.js: line 368, col 99, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 368, col 115, ['flags'] is better written in dot notation. +build/public/templates/flags/list.js: line 368, col 130, ['state'] is better written in dot notation. +build/public/templates/flags/list.js: line 352, col 13, 'key' is defined but never used. +build/public/templates/flags/list.js: line 351, col 106, 'value' is defined but never used. +build/public/templates/flags/list.js: line 351, col 98, 'length' is defined but never used. +build/public/templates/flags/list.js: line 351, col 91, 'index' is defined but never used. +build/public/templates/flags/list.js: line 350, col 11, 'value' is defined but never used. +build/public/templates/flags/list.js: line 348, col 60, 'helper' is defined but never used. +build/public/templates/flags/list.js: line 377, col 160, Line is too long. +build/public/templates/flags/list.js: line 377, col 36, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 377, col 52, ['pagination'] is better written in dot notation. +build/public/templates/flags/list.js: line 377, col 69, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 377, col 85, ['pagination'] is better written in dot notation. +build/public/templates/flags/list.js: line 377, col 99, ['pages'] is better written in dot notation. +build/public/templates/flags/list.js: line 380, col 219, Line is too long. +build/public/templates/flags/list.js: line 380, col 29, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 380, col 45, ['pagination'] is better written in dot notation. +build/public/templates/flags/list.js: line 380, col 62, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 380, col 78, ['pagination'] is better written in dot notation. +build/public/templates/flags/list.js: line 380, col 92, ['pages'] is better written in dot notation. +build/public/templates/flags/list.js: line 380, col 104, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 380, col 120, ['pagination'] is better written in dot notation. +build/public/templates/flags/list.js: line 380, col 134, ['pages'] is better written in dot notation. +build/public/templates/flags/list.js: line 380, col 152, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 380, col 168, ['pagination'] is better written in dot notation. +build/public/templates/flags/list.js: line 380, col 182, ['pages'] is better written in dot notation. +build/public/templates/flags/list.js: line 380, col 197, ['separator'] is better written in dot notation. +build/public/templates/flags/list.js: line 381, col 227, Line is too long. +build/public/templates/flags/list.js: line 383, col 220, Line is too long. +build/public/templates/flags/list.js: line 383, col 33, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 383, col 49, ['pagination'] is better written in dot notation. +build/public/templates/flags/list.js: line 383, col 66, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 383, col 82, ['pagination'] is better written in dot notation. +build/public/templates/flags/list.js: line 383, col 96, ['pages'] is better written in dot notation. +build/public/templates/flags/list.js: line 383, col 108, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 383, col 124, ['pagination'] is better written in dot notation. +build/public/templates/flags/list.js: line 383, col 138, ['pages'] is better written in dot notation. +build/public/templates/flags/list.js: line 383, col 156, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 383, col 172, ['pagination'] is better written in dot notation. +build/public/templates/flags/list.js: line 383, col 186, ['pages'] is better written in dot notation. +build/public/templates/flags/list.js: line 383, col 201, ['active'] is better written in dot notation. +build/public/templates/flags/list.js: line 387, col 226, Line is too long. +build/public/templates/flags/list.js: line 387, col 41, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 387, col 57, ['pagination'] is better written in dot notation. +build/public/templates/flags/list.js: line 387, col 74, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 387, col 90, ['pagination'] is better written in dot notation. +build/public/templates/flags/list.js: line 387, col 104, ['pages'] is better written in dot notation. +build/public/templates/flags/list.js: line 387, col 116, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 387, col 132, ['pagination'] is better written in dot notation. +build/public/templates/flags/list.js: line 387, col 146, ['pages'] is better written in dot notation. +build/public/templates/flags/list.js: line 387, col 164, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 387, col 180, ['pagination'] is better written in dot notation. +build/public/templates/flags/list.js: line 387, col 194, ['pages'] is better written in dot notation. +build/public/templates/flags/list.js: line 387, col 209, ['qs'] is better written in dot notation. +build/public/templates/flags/list.js: line 389, col 228, Line is too long. +build/public/templates/flags/list.js: line 389, col 41, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 389, col 57, ['pagination'] is better written in dot notation. +build/public/templates/flags/list.js: line 389, col 74, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 389, col 90, ['pagination'] is better written in dot notation. +build/public/templates/flags/list.js: line 389, col 104, ['pages'] is better written in dot notation. +build/public/templates/flags/list.js: line 389, col 116, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 389, col 132, ['pagination'] is better written in dot notation. +build/public/templates/flags/list.js: line 389, col 146, ['pages'] is better written in dot notation. +build/public/templates/flags/list.js: line 389, col 164, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 389, col 180, ['pagination'] is better written in dot notation. +build/public/templates/flags/list.js: line 389, col 194, ['pages'] is better written in dot notation. +build/public/templates/flags/list.js: line 389, col 209, ['page'] is better written in dot notation. +build/public/templates/flags/list.js: line 391, col 228, Line is too long. +build/public/templates/flags/list.js: line 391, col 41, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 391, col 57, ['pagination'] is better written in dot notation. +build/public/templates/flags/list.js: line 391, col 74, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 391, col 90, ['pagination'] is better written in dot notation. +build/public/templates/flags/list.js: line 391, col 104, ['pages'] is better written in dot notation. +build/public/templates/flags/list.js: line 391, col 116, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 391, col 132, ['pagination'] is better written in dot notation. +build/public/templates/flags/list.js: line 391, col 146, ['pages'] is better written in dot notation. +build/public/templates/flags/list.js: line 391, col 164, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 391, col 180, ['pagination'] is better written in dot notation. +build/public/templates/flags/list.js: line 391, col 194, ['pages'] is better written in dot notation. +build/public/templates/flags/list.js: line 391, col 209, ['page'] is better written in dot notation. +build/public/templates/flags/list.js: line 393, col 228, Line is too long. +build/public/templates/flags/list.js: line 393, col 41, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 393, col 57, ['pagination'] is better written in dot notation. +build/public/templates/flags/list.js: line 393, col 74, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 393, col 90, ['pagination'] is better written in dot notation. +build/public/templates/flags/list.js: line 393, col 104, ['pages'] is better written in dot notation. +build/public/templates/flags/list.js: line 393, col 116, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 393, col 132, ['pagination'] is better written in dot notation. +build/public/templates/flags/list.js: line 393, col 146, ['pages'] is better written in dot notation. +build/public/templates/flags/list.js: line 393, col 164, Expected '!==' and instead saw '!='. +build/public/templates/flags/list.js: line 393, col 180, ['pagination'] is better written in dot notation. +build/public/templates/flags/list.js: line 393, col 194, ['pages'] is better written in dot notation. +build/public/templates/flags/list.js: line 393, col 209, ['page'] is better written in dot notation. +build/public/templates/flags/list.js: line 378, col 13, 'key' is defined but never used. +build/public/templates/flags/list.js: line 377, col 153, 'value' is defined but never used. +build/public/templates/flags/list.js: line 377, col 145, 'length' is defined but never used. +build/public/templates/flags/list.js: line 377, col 138, 'index' is defined but never used. +build/public/templates/flags/list.js: line 376, col 11, 'value' is defined but never used. +build/public/templates/flags/list.js: line 374, col 81, 'helper' is defined but never used. +build/public/templates/flags/list.js: line 403, col 3, Missing semicolon. +build/public/templates/flags/list.js: line 5, col 46, 'define' is not defined. +build/public/templates/flags/list.js: line 6, col 5, 'define' is not defined. + +build/public/templates/footer.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/footer.js: line 13, col 41, ['isSpider'] is better written in dot notation. +build/public/templates/footer.js: line 15, col 339, Line is too long. +build/public/templates/footer.js: line 16, col 116, Line is too long. +build/public/templates/footer.js: line 16, col 37, Expected '!==' and instead saw '!='. +build/public/templates/footer.js: line 16, col 53, ['config'] is better written in dot notation. +build/public/templates/footer.js: line 16, col 66, Expected '!==' and instead saw '!='. +build/public/templates/footer.js: line 16, col 82, ['config'] is better written in dot notation. +build/public/templates/footer.js: line 16, col 92, ['siteTitle'] is better written in dot notation. +build/public/templates/footer.js: line 18, col 186, Line is too long. +build/public/templates/footer.js: line 19, col 33, Expected '!==' and instead saw '!='. +build/public/templates/footer.js: line 19, col 49, ['relative_path'] is better written in dot notation. +build/public/templates/footer.js: line 21, col 115, Line is too long. +build/public/templates/footer.js: line 21, col 33, Expected '!==' and instead saw '!='. +build/public/templates/footer.js: line 21, col 49, ['config'] is better written in dot notation. +build/public/templates/footer.js: line 21, col 62, Expected '!==' and instead saw '!='. +build/public/templates/footer.js: line 21, col 78, ['config'] is better written in dot notation. +build/public/templates/footer.js: line 23, col 22, ['scripts'] is better written in dot notation. +build/public/templates/footer.js: line 24, col 187, Line is too long. +build/public/templates/footer.js: line 25, col 25, Expected '!==' and instead saw '!='. +build/public/templates/footer.js: line 25, col 41, ['useCustomJS'] is better written in dot notation. +build/public/templates/footer.js: line 27, col 28, Expected '!==' and instead saw '!='. +build/public/templates/footer.js: line 27, col 44, ['customJS'] is better written in dot notation. +build/public/templates/footer.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/footer.js: line 37, col 115, Line is too long. +build/public/templates/footer.js: line 37, col 36, Expected '!==' and instead saw '!='. +build/public/templates/footer.js: line 37, col 52, ['scripts'] is better written in dot notation. +build/public/templates/footer.js: line 40, col 154, Line is too long. +build/public/templates/footer.js: line 40, col 37, Expected '!==' and instead saw '!='. +build/public/templates/footer.js: line 40, col 53, ['scripts'] is better written in dot notation. +build/public/templates/footer.js: line 40, col 67, Expected '!==' and instead saw '!='. +build/public/templates/footer.js: line 40, col 83, ['scripts'] is better written in dot notation. +build/public/templates/footer.js: line 40, col 103, Expected '!==' and instead saw '!='. +build/public/templates/footer.js: line 40, col 119, ['scripts'] is better written in dot notation. +build/public/templates/footer.js: line 40, col 136, ['src'] is better written in dot notation. +build/public/templates/footer.js: line 38, col 13, 'key' is defined but never used. +build/public/templates/footer.js: line 37, col 108, 'value' is defined but never used. +build/public/templates/footer.js: line 37, col 100, 'length' is defined but never used. +build/public/templates/footer.js: line 37, col 93, 'index' is defined but never used. +build/public/templates/footer.js: line 36, col 11, 'value' is defined but never used. +build/public/templates/footer.js: line 34, col 64, 'helper' is defined but never used. +build/public/templates/footer.js: line 49, col 3, Missing semicolon. +build/public/templates/footer.js: line 5, col 46, 'define' is not defined. +build/public/templates/footer.js: line 6, col 5, 'define' is not defined. + +build/public/templates/groups/details.js: line 12, col 141, Line is too long. +build/public/templates/groups/details.js: line 13, col 110, Line is too long. +build/public/templates/groups/details.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 13, col 49, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 13, col 61, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 13, col 77, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 15, col 115, Line is too long. +build/public/templates/groups/details.js: line 15, col 33, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 15, col 49, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 15, col 61, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 15, col 77, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 17, col 25, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 17, col 41, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 17, col 53, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 17, col 69, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 17, col 78, ['isOwner'] is better written in dot notation. +build/public/templates/groups/details.js: line 18, col 459, Line is too long. +build/public/templates/groups/details.js: line 21, col 109, Line is too long. +build/public/templates/groups/details.js: line 21, col 25, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 21, col 41, ['breadcrumbs'] is better written in dot notation. +build/public/templates/groups/details.js: line 21, col 59, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 21, col 75, ['breadcrumbs'] is better written in dot notation. +build/public/templates/groups/details.js: line 21, col 90, ['length'] is better written in dot notation. +build/public/templates/groups/details.js: line 22, col 136, Line is too long. +build/public/templates/groups/details.js: line 23, col 26, ['breadcrumbs'] is better written in dot notation. +build/public/templates/groups/details.js: line 26, col 229, Line is too long. +build/public/templates/groups/details.js: line 27, col 112, Line is too long. +build/public/templates/groups/details.js: line 27, col 33, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 27, col 49, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 27, col 61, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 27, col 77, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 27, col 86, ['displayName'] is better written in dot notation. +build/public/templates/groups/details.js: line 29, col 118, Line is too long. +build/public/templates/groups/details.js: line 29, col 33, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 29, col 49, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 29, col 61, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 29, col 77, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 29, col 86, ['descriptionParsed'] is better written in dot notation. +build/public/templates/groups/details.js: line 31, col 25, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 31, col 41, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 31, col 53, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 31, col 69, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 31, col 78, ['private'] is better written in dot notation. +build/public/templates/groups/details.js: line 35, col 25, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 35, col 41, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 35, col 53, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 35, col 69, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 35, col 78, ['hidden'] is better written in dot notation. +build/public/templates/groups/details.js: line 39, col 25, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 39, col 41, ['loggedIn'] is better written in dot notation. +build/public/templates/groups/details.js: line 41, col 118, Line is too long. +build/public/templates/groups/details.js: line 41, col 80, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 41, col 96, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 45, col 25, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 45, col 41, ['isAdmin'] is better written in dot notation. +build/public/templates/groups/details.js: line 47, col 120, Line is too long. +build/public/templates/groups/details.js: line 47, col 37, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 47, col 53, ['config'] is better written in dot notation. +build/public/templates/groups/details.js: line 47, col 66, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 47, col 82, ['config'] is better written in dot notation. +build/public/templates/groups/details.js: line 47, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/groups/details.js: line 49, col 109, Line is too long. +build/public/templates/groups/details.js: line 49, col 37, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 49, col 53, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 49, col 65, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 49, col 81, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 49, col 90, ['slug'] is better written in dot notation. +build/public/templates/groups/details.js: line 50, col 107, Line is too long. +build/public/templates/groups/details.js: line 52, col 270, Line is too long. +build/public/templates/groups/details.js: line 53, col 111, Line is too long. +build/public/templates/groups/details.js: line 53, col 25, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 53, col 41, ['template'] is better written in dot notation. +build/public/templates/groups/details.js: line 53, col 56, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 53, col 72, ['template'] is better written in dot notation. +build/public/templates/groups/details.js: line 56, col 377, Line is too long. +build/public/templates/groups/details.js: line 57, col 112, Line is too long. +build/public/templates/groups/details.js: line 57, col 33, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 57, col 49, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 57, col 61, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 57, col 77, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 57, col 86, ['memberCount'] is better written in dot notation. +build/public/templates/groups/details.js: line 59, col 163, Line is too long. +build/public/templates/groups/details.js: line 59, col 82, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 59, col 98, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 59, col 110, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 59, col 126, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 59, col 135, ['memberCount'] is better written in dot notation. +build/public/templates/groups/details.js: line 61, col 25, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 61, col 41, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 61, col 53, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 61, col 69, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 61, col 78, ['isOwner'] is better written in dot notation. +build/public/templates/groups/details.js: line 62, col 323, Line is too long. +build/public/templates/groups/details.js: line 63, col 161, Line is too long. +build/public/templates/groups/details.js: line 63, col 37, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 63, col 53, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 63, col 65, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 63, col 81, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 63, col 90, ['pending'] is better written in dot notation. +build/public/templates/groups/details.js: line 63, col 104, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 63, col 120, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 63, col 129, ['pending'] is better written in dot notation. +build/public/templates/groups/details.js: line 63, col 140, ['length'] is better written in dot notation. +build/public/templates/groups/details.js: line 65, col 212, Line is too long. +build/public/templates/groups/details.js: line 65, col 86, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 65, col 102, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 65, col 114, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 65, col 130, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 65, col 139, ['pending'] is better written in dot notation. +build/public/templates/groups/details.js: line 65, col 153, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 65, col 169, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 65, col 178, ['pending'] is better written in dot notation. +build/public/templates/groups/details.js: line 65, col 189, ['length'] is better written in dot notation. +build/public/templates/groups/details.js: line 66, col 343, Line is too long. +build/public/templates/groups/details.js: line 67, col 161, Line is too long. +build/public/templates/groups/details.js: line 67, col 37, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 67, col 53, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 67, col 65, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 67, col 81, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 67, col 90, ['invited'] is better written in dot notation. +build/public/templates/groups/details.js: line 67, col 104, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 67, col 120, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 67, col 129, ['invited'] is better written in dot notation. +build/public/templates/groups/details.js: line 67, col 140, ['length'] is better written in dot notation. +build/public/templates/groups/details.js: line 69, col 212, Line is too long. +build/public/templates/groups/details.js: line 69, col 86, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 69, col 102, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 69, col 114, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 69, col 130, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 69, col 139, ['invited'] is better written in dot notation. +build/public/templates/groups/details.js: line 69, col 153, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 69, col 169, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 69, col 178, ['invited'] is better written in dot notation. +build/public/templates/groups/details.js: line 69, col 189, ['length'] is better written in dot notation. +build/public/templates/groups/details.js: line 70, col 262, Line is too long. +build/public/templates/groups/details.js: line 72, col 102, Line is too long. +build/public/templates/groups/details.js: line 74, col 237, Line is too long. +build/public/templates/groups/details.js: line 75, col 25, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 75, col 41, ['posts'] is better written in dot notation. +build/public/templates/groups/details.js: line 75, col 53, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 75, col 69, ['posts'] is better written in dot notation. +build/public/templates/groups/details.js: line 75, col 78, ['length'] is better written in dot notation. +build/public/templates/groups/details.js: line 79, col 33, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 79, col 49, ['nextStart'] is better written in dot notation. +build/public/templates/groups/details.js: line 81, col 22, ['posts'] is better written in dot notation. +build/public/templates/groups/details.js: line 82, col 328, Line is too long. +build/public/templates/groups/details.js: line 83, col 25, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 83, col 41, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 83, col 53, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 83, col 69, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 83, col 78, ['isOwner'] is better written in dot notation. +build/public/templates/groups/details.js: line 84, col 225, Line is too long. +build/public/templates/groups/details.js: line 86, col 349, Line is too long. +build/public/templates/groups/details.js: line 87, col 117, Line is too long. +build/public/templates/groups/details.js: line 87, col 33, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 87, col 49, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 87, col 61, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 87, col 77, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 87, col 86, ['membersNextStart'] is better written in dot notation. +build/public/templates/groups/details.js: line 88, col 107, Line is too long. +build/public/templates/groups/details.js: line 91, col 25, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 91, col 41, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 91, col 53, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 91, col 69, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 91, col 78, ['isOwner'] is better written in dot notation. +build/public/templates/groups/details.js: line 92, col 155, Line is too long. +build/public/templates/groups/details.js: line 93, col 151, Line is too long. +build/public/templates/groups/details.js: line 93, col 29, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 93, col 45, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 93, col 57, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 93, col 73, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 93, col 82, ['pending'] is better written in dot notation. +build/public/templates/groups/details.js: line 93, col 96, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 93, col 112, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 93, col 121, ['pending'] is better written in dot notation. +build/public/templates/groups/details.js: line 93, col 132, ['length'] is better written in dot notation. +build/public/templates/groups/details.js: line 94, col 294, Line is too long. +build/public/templates/groups/details.js: line 96, col 133, Line is too long. +build/public/templates/groups/details.js: line 97, col 151, Line is too long. +build/public/templates/groups/details.js: line 97, col 29, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 97, col 45, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 97, col 57, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 97, col 73, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 97, col 82, ['pending'] is better written in dot notation. +build/public/templates/groups/details.js: line 97, col 96, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 97, col 112, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 97, col 121, ['pending'] is better written in dot notation. +build/public/templates/groups/details.js: line 97, col 132, ['length'] is better written in dot notation. +build/public/templates/groups/details.js: line 100, col 124, Line is too long. +build/public/templates/groups/details.js: line 102, col 977, Line is too long. +build/public/templates/groups/details.js: line 103, col 151, Line is too long. +build/public/templates/groups/details.js: line 103, col 29, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 103, col 45, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 103, col 57, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 103, col 73, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 103, col 82, ['invited'] is better written in dot notation. +build/public/templates/groups/details.js: line 103, col 96, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 103, col 112, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 103, col 121, ['invited'] is better written in dot notation. +build/public/templates/groups/details.js: line 103, col 132, ['length'] is better written in dot notation. +build/public/templates/groups/details.js: line 106, col 124, Line is too long. +build/public/templates/groups/details.js: line 108, col 358, Line is too long. +build/public/templates/groups/details.js: line 109, col 101, Line is too long. +build/public/templates/groups/details.js: line 109, col 29, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 109, col 45, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 109, col 57, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 109, col 73, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 109, col 82, ['system'] is better written in dot notation. +build/public/templates/groups/details.js: line 113, col 116, Line is too long. +build/public/templates/groups/details.js: line 113, col 37, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 113, col 53, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 113, col 65, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 113, col 81, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 113, col 90, ['displayName'] is better written in dot notation. +build/public/templates/groups/details.js: line 114, col 245, Line is too long. +build/public/templates/groups/details.js: line 115, col 116, Line is too long. +build/public/templates/groups/details.js: line 115, col 37, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 115, col 53, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 115, col 65, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 115, col 81, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 115, col 90, ['description'] is better written in dot notation. +build/public/templates/groups/details.js: line 116, col 283, Line is too long. +build/public/templates/groups/details.js: line 117, col 119, Line is too long. +build/public/templates/groups/details.js: line 117, col 37, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 117, col 53, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 117, col 65, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 117, col 81, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 117, col 90, ['memberPostCids'] is better written in dot notation. +build/public/templates/groups/details.js: line 118, col 436, Line is too long. +build/public/templates/groups/details.js: line 119, col 149, Line is too long. +build/public/templates/groups/details.js: line 119, col 30, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 119, col 46, ['selectedCategory'] is better written in dot notation. +build/public/templates/groups/details.js: line 119, col 96, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 119, col 112, ['showCategorySelectLabel'] is better written in dot notation. +build/public/templates/groups/details.js: line 121, col 163, Line is too long. +build/public/templates/groups/details.js: line 121, col 88, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 121, col 104, ['selectedCategory'] is better written in dot notation. +build/public/templates/groups/details.js: line 123, col 135, Line is too long. +build/public/templates/groups/details.js: line 123, col 41, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 123, col 57, ['selectedCategory'] is better written in dot notation. +build/public/templates/groups/details.js: line 123, col 80, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 123, col 96, ['selectedCategory'] is better written in dot notation. +build/public/templates/groups/details.js: line 123, col 116, ['name'] is better written in dot notation. +build/public/templates/groups/details.js: line 126, col 33, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 126, col 49, ['selectCategoryIcon'] is better written in dot notation. +build/public/templates/groups/details.js: line 127, col 43, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 127, col 59, ['selectCategoryIcon'] is better written in dot notation. +build/public/templates/groups/details.js: line 129, col 105, Line is too long. +build/public/templates/groups/details.js: line 130, col 33, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 130, col 49, ['selectCategoryLabel'] is better written in dot notation. +build/public/templates/groups/details.js: line 131, col 43, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 131, col 59, ['selectCategoryLabel'] is better written in dot notation. +build/public/templates/groups/details.js: line 134, col 600, Line is too long. +build/public/templates/groups/details.js: line 135, col 26, ['categoryItems'] is better written in dot notation. +build/public/templates/groups/details.js: line 136, col 369, Line is too long. +build/public/templates/groups/details.js: line 137, col 121, Line is too long. +build/public/templates/groups/details.js: line 137, col 37, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 137, col 53, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 137, col 65, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 137, col 81, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 137, col 90, ['userTitleEscaped'] is better written in dot notation. +build/public/templates/groups/details.js: line 139, col 111, Line is too long. +build/public/templates/groups/details.js: line 139, col 29, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 139, col 45, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 139, col 57, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 139, col 73, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 139, col 82, ['userTitleEnabled'] is better written in dot notation. +build/public/templates/groups/details.js: line 142, col 163, Line is too long. +build/public/templates/groups/details.js: line 143, col 111, Line is too long. +build/public/templates/groups/details.js: line 143, col 29, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 143, col 45, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 143, col 57, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 143, col 73, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 143, col 82, ['userTitleEnabled'] is better written in dot notation. +build/public/templates/groups/details.js: line 146, col 306, Line is too long. +build/public/templates/groups/details.js: line 147, col 111, Line is too long. +build/public/templates/groups/details.js: line 147, col 29, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 147, col 45, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 147, col 57, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 147, col 73, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 147, col 82, ['userTitleEnabled'] is better written in dot notation. +build/public/templates/groups/details.js: line 151, col 114, Line is too long. +build/public/templates/groups/details.js: line 151, col 37, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 151, col 53, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 151, col 65, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 151, col 81, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 151, col 90, ['textColor'] is better written in dot notation. +build/public/templates/groups/details.js: line 153, col 115, Line is too long. +build/public/templates/groups/details.js: line 153, col 37, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 153, col 53, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 153, col 65, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 153, col 81, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 153, col 90, ['labelColor'] is better written in dot notation. +build/public/templates/groups/details.js: line 155, col 29, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 155, col 45, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 155, col 57, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 155, col 73, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 155, col 82, ['icon'] is better written in dot notation. +build/public/templates/groups/details.js: line 157, col 113, Line is too long. +build/public/templates/groups/details.js: line 157, col 41, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 157, col 57, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 157, col 69, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 157, col 85, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 157, col 94, ['icon'] is better written in dot notation. +build/public/templates/groups/details.js: line 158, col 108, Line is too long. +build/public/templates/groups/details.js: line 158, col 33, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 158, col 49, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 158, col 61, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 158, col 77, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 158, col 86, ['userTitle'] is better written in dot notation. +build/public/templates/groups/details.js: line 163, col 104, Line is too long. +build/public/templates/groups/details.js: line 163, col 29, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 163, col 45, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 163, col 57, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 163, col 73, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 163, col 82, ['userTitle'] is better written in dot notation. +build/public/templates/groups/details.js: line 164, col 115, Line is too long. +build/public/templates/groups/details.js: line 164, col 39, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 164, col 55, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 164, col 67, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 164, col 83, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 164, col 92, ['userTitle'] is better written in dot notation. +build/public/templates/groups/details.js: line 166, col 371, Line is too long. +build/public/templates/groups/details.js: line 167, col 105, Line is too long. +build/public/templates/groups/details.js: line 167, col 29, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 167, col 45, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 167, col 57, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 167, col 73, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 167, col 82, ['labelColor'] is better written in dot notation. +build/public/templates/groups/details.js: line 168, col 116, Line is too long. +build/public/templates/groups/details.js: line 168, col 39, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 168, col 55, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 168, col 67, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 168, col 83, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 168, col 92, ['labelColor'] is better written in dot notation. +build/public/templates/groups/details.js: line 170, col 308, Line is too long. +build/public/templates/groups/details.js: line 171, col 104, Line is too long. +build/public/templates/groups/details.js: line 171, col 29, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 171, col 45, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 171, col 57, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 171, col 73, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 171, col 82, ['textColor'] is better written in dot notation. +build/public/templates/groups/details.js: line 172, col 115, Line is too long. +build/public/templates/groups/details.js: line 172, col 39, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 172, col 55, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 172, col 67, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 172, col 83, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 172, col 92, ['textColor'] is better written in dot notation. +build/public/templates/groups/details.js: line 175, col 29, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 175, col 45, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 175, col 57, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 175, col 73, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 175, col 82, ['icon'] is better written in dot notation. +build/public/templates/groups/details.js: line 176, col 110, Line is too long. +build/public/templates/groups/details.js: line 176, col 39, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 176, col 55, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 176, col 67, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 176, col 83, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 176, col 92, ['icon'] is better written in dot notation. +build/public/templates/groups/details.js: line 178, col 446, Line is too long. +build/public/templates/groups/details.js: line 179, col 26, ['icons'] is better written in dot notation. +build/public/templates/groups/details.js: line 180, col 455, Line is too long. +build/public/templates/groups/details.js: line 181, col 111, Line is too long. +build/public/templates/groups/details.js: line 181, col 29, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 181, col 45, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 181, col 57, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 181, col 73, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 181, col 82, ['userTitleEnabled'] is better written in dot notation. +build/public/templates/groups/details.js: line 184, col 223, Line is too long. +build/public/templates/groups/details.js: line 185, col 102, Line is too long. +build/public/templates/groups/details.js: line 185, col 29, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 185, col 45, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 185, col 57, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 185, col 73, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 185, col 82, ['private'] is better written in dot notation. +build/public/templates/groups/details.js: line 189, col 29, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 189, col 45, ['allowPrivateGroups'] is better written in dot notation. +build/public/templates/groups/details.js: line 192, col 334, Line is too long. +build/public/templates/groups/details.js: line 193, col 114, Line is too long. +build/public/templates/groups/details.js: line 193, col 29, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 193, col 45, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 193, col 57, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 193, col 73, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 193, col 82, ['disableJoinRequests'] is better written in dot notation. +build/public/templates/groups/details.js: line 196, col 243, Line is too long. +build/public/templates/groups/details.js: line 197, col 107, Line is too long. +build/public/templates/groups/details.js: line 197, col 29, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 197, col 45, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 197, col 57, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 197, col 73, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 197, col 82, ['disableLeave'] is better written in dot notation. +build/public/templates/groups/details.js: line 200, col 219, Line is too long. +build/public/templates/groups/details.js: line 201, col 101, Line is too long. +build/public/templates/groups/details.js: line 201, col 29, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 201, col 45, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 201, col 57, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 201, col 73, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 201, col 82, ['hidden'] is better written in dot notation. +build/public/templates/groups/details.js: line 204, col 394, Line is too long. +build/public/templates/groups/details.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/groups/details.js: line 215, col 119, Line is too long. +build/public/templates/groups/details.js: line 215, col 36, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 215, col 52, ['breadcrumbs'] is better written in dot notation. +build/public/templates/groups/details.js: line 221, col 133, Line is too long. +build/public/templates/groups/details.js: line 228, col 156, Line is too long. +build/public/templates/groups/details.js: line 228, col 29, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 228, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/groups/details.js: line 228, col 63, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 228, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/groups/details.js: line 228, col 103, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 228, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/groups/details.js: line 228, col 140, ['url'] is better written in dot notation. +build/public/templates/groups/details.js: line 230, col 170, Line is too long. +build/public/templates/groups/details.js: line 230, col 41, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 230, col 57, ['breadcrumbs'] is better written in dot notation. +build/public/templates/groups/details.js: line 230, col 75, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 230, col 91, ['breadcrumbs'] is better written in dot notation. +build/public/templates/groups/details.js: line 230, col 115, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 230, col 131, ['breadcrumbs'] is better written in dot notation. +build/public/templates/groups/details.js: line 230, col 152, ['url'] is better written in dot notation. +build/public/templates/groups/details.js: line 234, col 167, Line is too long. +build/public/templates/groups/details.js: line 234, col 37, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 234, col 53, ['breadcrumbs'] is better written in dot notation. +build/public/templates/groups/details.js: line 234, col 71, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 234, col 87, ['breadcrumbs'] is better written in dot notation. +build/public/templates/groups/details.js: line 234, col 111, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 234, col 127, ['breadcrumbs'] is better written in dot notation. +build/public/templates/groups/details.js: line 234, col 148, ['text'] is better written in dot notation. +build/public/templates/groups/details.js: line 238, col 33, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 241, col 37, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 241, col 53, ['rssFeedUrl'] is better written in dot notation. +build/public/templates/groups/details.js: line 243, col 49, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 243, col 65, ['rssFeedUrl'] is better written in dot notation. +build/public/templates/groups/details.js: line 249, col 156, Line is too long. +build/public/templates/groups/details.js: line 249, col 29, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 249, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/groups/details.js: line 249, col 63, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 249, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/groups/details.js: line 249, col 103, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 249, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/groups/details.js: line 249, col 140, ['url'] is better written in dot notation. +build/public/templates/groups/details.js: line 216, col 13, 'key' is defined but never used. +build/public/templates/groups/details.js: line 215, col 112, 'value' is defined but never used. +build/public/templates/groups/details.js: line 214, col 11, 'value' is defined but never used. +build/public/templates/groups/details.js: line 212, col 72, 'helper' is defined but never used. +build/public/templates/groups/details.js: line 260, col 153, Line is too long. +build/public/templates/groups/details.js: line 260, col 36, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 260, col 52, ['widgets'] is better written in dot notation. +build/public/templates/groups/details.js: line 260, col 66, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 260, col 82, ['widgets'] is better written in dot notation. +build/public/templates/groups/details.js: line 260, col 93, ['left'] is better written in dot notation. +build/public/templates/groups/details.js: line 263, col 199, Line is too long. +build/public/templates/groups/details.js: line 263, col 28, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 263, col 44, ['widgets'] is better written in dot notation. +build/public/templates/groups/details.js: line 263, col 58, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 263, col 74, ['widgets'] is better written in dot notation. +build/public/templates/groups/details.js: line 263, col 85, ['left'] is better written in dot notation. +build/public/templates/groups/details.js: line 263, col 96, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 263, col 112, ['widgets'] is better written in dot notation. +build/public/templates/groups/details.js: line 263, col 123, ['left'] is better written in dot notation. +build/public/templates/groups/details.js: line 263, col 140, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 263, col 156, ['widgets'] is better written in dot notation. +build/public/templates/groups/details.js: line 263, col 167, ['left'] is better written in dot notation. +build/public/templates/groups/details.js: line 263, col 181, ['html'] is better written in dot notation. +build/public/templates/groups/details.js: line 261, col 13, 'key' is defined but never used. +build/public/templates/groups/details.js: line 260, col 146, 'value' is defined but never used. +build/public/templates/groups/details.js: line 260, col 138, 'length' is defined but never used. +build/public/templates/groups/details.js: line 260, col 131, 'index' is defined but never used. +build/public/templates/groups/details.js: line 258, col 11, '__escape' is defined but never used. +build/public/templates/groups/details.js: line 259, col 11, 'value' is defined but never used. +build/public/templates/groups/details.js: line 257, col 73, 'helper' is defined but never used. +build/public/templates/groups/details.js: line 272, col 113, Line is too long. +build/public/templates/groups/details.js: line 272, col 36, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 272, col 52, ['posts'] is better written in dot notation. +build/public/templates/groups/details.js: line 275, col 142, Line is too long. +build/public/templates/groups/details.js: line 275, col 29, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 275, col 45, ['posts'] is better written in dot notation. +build/public/templates/groups/details.js: line 275, col 57, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 275, col 73, ['posts'] is better written in dot notation. +build/public/templates/groups/details.js: line 275, col 91, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 275, col 107, ['posts'] is better written in dot notation. +build/public/templates/groups/details.js: line 275, col 122, ['deleted'] is better written in dot notation. +build/public/templates/groups/details.js: line 277, col 196, Line is too long. +build/public/templates/groups/details.js: line 277, col 31, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 277, col 47, ['posts'] is better written in dot notation. +build/public/templates/groups/details.js: line 277, col 59, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 277, col 75, ['posts'] is better written in dot notation. +build/public/templates/groups/details.js: line 277, col 93, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 277, col 109, ['posts'] is better written in dot notation. +build/public/templates/groups/details.js: line 277, col 124, ['topic'] is better written in dot notation. +build/public/templates/groups/details.js: line 277, col 136, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 277, col 152, ['posts'] is better written in dot notation. +build/public/templates/groups/details.js: line 277, col 167, ['topic'] is better written in dot notation. +build/public/templates/groups/details.js: line 277, col 176, ['deleted'] is better written in dot notation. +build/public/templates/groups/details.js: line 280, col 196, Line is too long. +build/public/templates/groups/details.js: line 280, col 29, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 280, col 45, ['posts'] is better written in dot notation. +build/public/templates/groups/details.js: line 280, col 57, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 280, col 73, ['posts'] is better written in dot notation. +build/public/templates/groups/details.js: line 280, col 91, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 280, col 107, ['posts'] is better written in dot notation. +build/public/templates/groups/details.js: line 280, col 122, ['topic'] is better written in dot notation. +build/public/templates/groups/details.js: line 280, col 134, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 280, col 150, ['posts'] is better written in dot notation. +build/public/templates/groups/details.js: line 280, col 165, ['topic'] is better written in dot notation. +build/public/templates/groups/details.js: line 280, col 174, ['scheduled'] is better written in dot notation. +build/public/templates/groups/details.js: line 284, col 148, Line is too long. +build/public/templates/groups/details.js: line 284, col 37, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 284, col 53, ['posts'] is better written in dot notation. +build/public/templates/groups/details.js: line 284, col 65, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 284, col 81, ['posts'] is better written in dot notation. +build/public/templates/groups/details.js: line 284, col 99, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 284, col 115, ['posts'] is better written in dot notation. +build/public/templates/groups/details.js: line 284, col 130, ['pid'] is better written in dot notation. +build/public/templates/groups/details.js: line 286, col 148, Line is too long. +build/public/templates/groups/details.js: line 286, col 37, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 286, col 53, ['posts'] is better written in dot notation. +build/public/templates/groups/details.js: line 286, col 65, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 286, col 81, ['posts'] is better written in dot notation. +build/public/templates/groups/details.js: line 286, col 99, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 286, col 115, ['posts'] is better written in dot notation. +build/public/templates/groups/details.js: line 286, col 130, ['uid'] is better written in dot notation. +build/public/templates/groups/details.js: line 287, col 121, Line is too long. +build/public/templates/groups/details.js: line 288, col 120, Line is too long. +build/public/templates/groups/details.js: line 288, col 37, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 288, col 53, ['config'] is better written in dot notation. +build/public/templates/groups/details.js: line 288, col 66, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 288, col 82, ['config'] is better written in dot notation. +build/public/templates/groups/details.js: line 288, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/groups/details.js: line 290, col 198, Line is too long. +build/public/templates/groups/details.js: line 290, col 85, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 290, col 101, ['posts'] is better written in dot notation. +build/public/templates/groups/details.js: line 290, col 113, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 290, col 129, ['posts'] is better written in dot notation. +build/public/templates/groups/details.js: line 290, col 147, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 290, col 163, ['posts'] is better written in dot notation. +build/public/templates/groups/details.js: line 290, col 178, ['pid'] is better written in dot notation. +build/public/templates/groups/details.js: line 292, col 145, Line is too long. +build/public/templates/groups/details.js: line 292, col 29, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 292, col 45, ['posts'] is better written in dot notation. +build/public/templates/groups/details.js: line 292, col 57, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 292, col 73, ['posts'] is better written in dot notation. +build/public/templates/groups/details.js: line 292, col 91, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 292, col 107, ['posts'] is better written in dot notation. +build/public/templates/groups/details.js: line 292, col 122, ['isMainPost'] is better written in dot notation. +build/public/templates/groups/details.js: line 295, col 202, Line is too long. +build/public/templates/groups/details.js: line 295, col 37, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 295, col 53, ['posts'] is better written in dot notation. +build/public/templates/groups/details.js: line 295, col 65, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 295, col 81, ['posts'] is better written in dot notation. +build/public/templates/groups/details.js: line 295, col 99, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 295, col 115, ['posts'] is better written in dot notation. +build/public/templates/groups/details.js: line 295, col 130, ['topic'] is better written in dot notation. +build/public/templates/groups/details.js: line 295, col 142, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 295, col 158, ['posts'] is better written in dot notation. +build/public/templates/groups/details.js: line 295, col 173, ['topic'] is better written in dot notation. +build/public/templates/groups/details.js: line 295, col 182, ['title'] is better written in dot notation. +build/public/templates/groups/details.js: line 297, col 152, Line is too long. +build/public/templates/groups/details.js: line 297, col 37, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 297, col 53, ['posts'] is better written in dot notation. +build/public/templates/groups/details.js: line 297, col 65, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 297, col 81, ['posts'] is better written in dot notation. +build/public/templates/groups/details.js: line 297, col 99, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 297, col 115, ['posts'] is better written in dot notation. +build/public/templates/groups/details.js: line 297, col 130, ['content'] is better written in dot notation. +build/public/templates/groups/details.js: line 298, col 133, Line is too long. +build/public/templates/groups/details.js: line 299, col 120, Line is too long. +build/public/templates/groups/details.js: line 299, col 37, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 299, col 53, ['config'] is better written in dot notation. +build/public/templates/groups/details.js: line 299, col 66, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 299, col 82, ['config'] is better written in dot notation. +build/public/templates/groups/details.js: line 299, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/groups/details.js: line 301, col 207, Line is too long. +build/public/templates/groups/details.js: line 301, col 37, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 301, col 53, ['posts'] is better written in dot notation. +build/public/templates/groups/details.js: line 301, col 65, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 301, col 81, ['posts'] is better written in dot notation. +build/public/templates/groups/details.js: line 301, col 99, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 301, col 115, ['posts'] is better written in dot notation. +build/public/templates/groups/details.js: line 301, col 130, ['category'] is better written in dot notation. +build/public/templates/groups/details.js: line 301, col 145, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 301, col 161, ['posts'] is better written in dot notation. +build/public/templates/groups/details.js: line 301, col 176, ['category'] is better written in dot notation. +build/public/templates/groups/details.js: line 301, col 188, ['slug'] is better written in dot notation. +build/public/templates/groups/details.js: line 303, col 207, Line is too long. +build/public/templates/groups/details.js: line 303, col 37, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 303, col 53, ['posts'] is better written in dot notation. +build/public/templates/groups/details.js: line 303, col 65, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 303, col 81, ['posts'] is better written in dot notation. +build/public/templates/groups/details.js: line 303, col 99, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 303, col 115, ['posts'] is better written in dot notation. +build/public/templates/groups/details.js: line 303, col 130, ['category'] is better written in dot notation. +build/public/templates/groups/details.js: line 303, col 145, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 303, col 161, ['posts'] is better written in dot notation. +build/public/templates/groups/details.js: line 303, col 176, ['category'] is better written in dot notation. +build/public/templates/groups/details.js: line 303, col 188, ['name'] is better written in dot notation. +build/public/templates/groups/details.js: line 305, col 145, Line is too long. +build/public/templates/groups/details.js: line 305, col 29, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 305, col 45, ['posts'] is better written in dot notation. +build/public/templates/groups/details.js: line 305, col 57, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 305, col 73, ['posts'] is better written in dot notation. +build/public/templates/groups/details.js: line 305, col 91, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 305, col 107, ['posts'] is better written in dot notation. +build/public/templates/groups/details.js: line 305, col 122, ['isMainPost'] is better written in dot notation. +build/public/templates/groups/details.js: line 307, col 256, Line is too long. +build/public/templates/groups/details.js: line 307, col 33, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 307, col 49, ['posts'] is better written in dot notation. +build/public/templates/groups/details.js: line 307, col 61, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 307, col 77, ['posts'] is better written in dot notation. +build/public/templates/groups/details.js: line 307, col 95, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 307, col 111, ['posts'] is better written in dot notation. +build/public/templates/groups/details.js: line 307, col 126, ['topic'] is better written in dot notation. +build/public/templates/groups/details.js: line 307, col 138, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 307, col 154, ['posts'] is better written in dot notation. +build/public/templates/groups/details.js: line 307, col 169, ['topic'] is better written in dot notation. +build/public/templates/groups/details.js: line 307, col 178, ['tags'] is better written in dot notation. +build/public/templates/groups/details.js: line 307, col 189, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 307, col 205, ['posts'] is better written in dot notation. +build/public/templates/groups/details.js: line 307, col 220, ['topic'] is better written in dot notation. +build/public/templates/groups/details.js: line 307, col 229, ['tags'] is better written in dot notation. +build/public/templates/groups/details.js: line 307, col 237, ['length'] is better written in dot notation. +build/public/templates/groups/details.js: line 309, col 246, Line is too long. +build/public/templates/groups/details.js: line 309, col 41, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 309, col 57, ['posts'] is better written in dot notation. +build/public/templates/groups/details.js: line 309, col 69, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 309, col 85, ['posts'] is better written in dot notation. +build/public/templates/groups/details.js: line 309, col 103, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 309, col 119, ['posts'] is better written in dot notation. +build/public/templates/groups/details.js: line 309, col 134, ['topic'] is better written in dot notation. +build/public/templates/groups/details.js: line 309, col 146, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 309, col 162, ['posts'] is better written in dot notation. +build/public/templates/groups/details.js: line 309, col 177, ['topic'] is better written in dot notation. +build/public/templates/groups/details.js: line 309, col 186, ['tags'] is better written in dot notation. +build/public/templates/groups/details.js: line 312, col 132, Line is too long. +build/public/templates/groups/details.js: line 312, col 49, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 312, col 65, ['config'] is better written in dot notation. +build/public/templates/groups/details.js: line 312, col 78, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 312, col 94, ['config'] is better written in dot notation. +build/public/templates/groups/details.js: line 312, col 104, ['relative_path'] is better written in dot notation. +build/public/templates/groups/details.js: line 314, col 343, Line is too long. +build/public/templates/groups/details.js: line 314, col 49, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 314, col 65, ['posts'] is better written in dot notation. +build/public/templates/groups/details.js: line 314, col 77, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 314, col 93, ['posts'] is better written in dot notation. +build/public/templates/groups/details.js: line 314, col 111, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 314, col 127, ['posts'] is better written in dot notation. +build/public/templates/groups/details.js: line 314, col 142, ['topic'] is better written in dot notation. +build/public/templates/groups/details.js: line 314, col 154, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 314, col 170, ['posts'] is better written in dot notation. +build/public/templates/groups/details.js: line 314, col 185, ['topic'] is better written in dot notation. +build/public/templates/groups/details.js: line 314, col 194, ['tags'] is better written in dot notation. +build/public/templates/groups/details.js: line 314, col 205, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 314, col 221, ['posts'] is better written in dot notation. +build/public/templates/groups/details.js: line 314, col 236, ['topic'] is better written in dot notation. +build/public/templates/groups/details.js: line 314, col 245, ['tags'] is better written in dot notation. +build/public/templates/groups/details.js: line 314, col 262, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 314, col 278, ['posts'] is better written in dot notation. +build/public/templates/groups/details.js: line 314, col 293, ['topic'] is better written in dot notation. +build/public/templates/groups/details.js: line 314, col 302, ['tags'] is better written in dot notation. +build/public/templates/groups/details.js: line 314, col 316, ['valueEncoded'] is better written in dot notation. +build/public/templates/groups/details.js: line 316, col 336, Line is too long. +build/public/templates/groups/details.js: line 316, col 49, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 316, col 65, ['posts'] is better written in dot notation. +build/public/templates/groups/details.js: line 316, col 77, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 316, col 93, ['posts'] is better written in dot notation. +build/public/templates/groups/details.js: line 316, col 111, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 316, col 127, ['posts'] is better written in dot notation. +build/public/templates/groups/details.js: line 316, col 142, ['topic'] is better written in dot notation. +build/public/templates/groups/details.js: line 316, col 154, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 316, col 170, ['posts'] is better written in dot notation. +build/public/templates/groups/details.js: line 316, col 185, ['topic'] is better written in dot notation. +build/public/templates/groups/details.js: line 316, col 194, ['tags'] is better written in dot notation. +build/public/templates/groups/details.js: line 316, col 205, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 316, col 221, ['posts'] is better written in dot notation. +build/public/templates/groups/details.js: line 316, col 236, ['topic'] is better written in dot notation. +build/public/templates/groups/details.js: line 316, col 245, ['tags'] is better written in dot notation. +build/public/templates/groups/details.js: line 316, col 262, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 316, col 278, ['posts'] is better written in dot notation. +build/public/templates/groups/details.js: line 316, col 293, ['topic'] is better written in dot notation. +build/public/templates/groups/details.js: line 316, col 302, ['tags'] is better written in dot notation. +build/public/templates/groups/details.js: line 318, col 343, Line is too long. +build/public/templates/groups/details.js: line 318, col 49, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 318, col 65, ['posts'] is better written in dot notation. +build/public/templates/groups/details.js: line 318, col 77, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 318, col 93, ['posts'] is better written in dot notation. +build/public/templates/groups/details.js: line 318, col 111, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 318, col 127, ['posts'] is better written in dot notation. +build/public/templates/groups/details.js: line 318, col 142, ['topic'] is better written in dot notation. +build/public/templates/groups/details.js: line 318, col 154, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 318, col 170, ['posts'] is better written in dot notation. +build/public/templates/groups/details.js: line 318, col 185, ['topic'] is better written in dot notation. +build/public/templates/groups/details.js: line 318, col 194, ['tags'] is better written in dot notation. +build/public/templates/groups/details.js: line 318, col 205, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 318, col 221, ['posts'] is better written in dot notation. +build/public/templates/groups/details.js: line 318, col 236, ['topic'] is better written in dot notation. +build/public/templates/groups/details.js: line 318, col 245, ['tags'] is better written in dot notation. +build/public/templates/groups/details.js: line 318, col 262, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 318, col 278, ['posts'] is better written in dot notation. +build/public/templates/groups/details.js: line 318, col 293, ['topic'] is better written in dot notation. +build/public/templates/groups/details.js: line 318, col 302, ['tags'] is better written in dot notation. +build/public/templates/groups/details.js: line 318, col 316, ['valueEscaped'] is better written in dot notation. +build/public/templates/groups/details.js: line 310, col 25, 'key' is defined but never used. +build/public/templates/groups/details.js: line 309, col 239, 'value' is defined but never used. +build/public/templates/groups/details.js: line 309, col 231, 'length' is defined but never used. +build/public/templates/groups/details.js: line 309, col 224, 'index' is defined but never used. +build/public/templates/groups/details.js: line 328, col 120, Line is too long. +build/public/templates/groups/details.js: line 328, col 37, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 328, col 53, ['config'] is better written in dot notation. +build/public/templates/groups/details.js: line 328, col 66, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 328, col 82, ['config'] is better written in dot notation. +build/public/templates/groups/details.js: line 328, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/groups/details.js: line 330, col 203, Line is too long. +build/public/templates/groups/details.js: line 330, col 37, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 330, col 53, ['posts'] is better written in dot notation. +build/public/templates/groups/details.js: line 330, col 65, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 330, col 81, ['posts'] is better written in dot notation. +build/public/templates/groups/details.js: line 330, col 99, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 330, col 115, ['posts'] is better written in dot notation. +build/public/templates/groups/details.js: line 330, col 130, ['user'] is better written in dot notation. +build/public/templates/groups/details.js: line 330, col 141, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 330, col 157, ['posts'] is better written in dot notation. +build/public/templates/groups/details.js: line 330, col 172, ['user'] is better written in dot notation. +build/public/templates/groups/details.js: line 330, col 180, ['userslug'] is better written in dot notation. +build/public/templates/groups/details.js: line 332, col 278, Line is too long. +build/public/templates/groups/details.js: line 332, col 78, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 332, col 94, ['posts'] is better written in dot notation. +build/public/templates/groups/details.js: line 332, col 106, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 332, col 122, ['posts'] is better written in dot notation. +build/public/templates/groups/details.js: line 332, col 140, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 332, col 156, ['posts'] is better written in dot notation. +build/public/templates/groups/details.js: line 332, col 171, ['user'] is better written in dot notation. +build/public/templates/groups/details.js: line 332, col 214, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 333, col 111, Line is too long. +build/public/templates/groups/details.js: line 334, col 120, Line is too long. +build/public/templates/groups/details.js: line 334, col 37, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 334, col 53, ['config'] is better written in dot notation. +build/public/templates/groups/details.js: line 334, col 66, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 334, col 82, ['config'] is better written in dot notation. +build/public/templates/groups/details.js: line 334, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/groups/details.js: line 336, col 203, Line is too long. +build/public/templates/groups/details.js: line 336, col 37, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 336, col 53, ['posts'] is better written in dot notation. +build/public/templates/groups/details.js: line 336, col 65, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 336, col 81, ['posts'] is better written in dot notation. +build/public/templates/groups/details.js: line 336, col 99, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 336, col 115, ['posts'] is better written in dot notation. +build/public/templates/groups/details.js: line 336, col 130, ['user'] is better written in dot notation. +build/public/templates/groups/details.js: line 336, col 141, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 336, col 157, ['posts'] is better written in dot notation. +build/public/templates/groups/details.js: line 336, col 172, ['user'] is better written in dot notation. +build/public/templates/groups/details.js: line 336, col 180, ['userslug'] is better written in dot notation. +build/public/templates/groups/details.js: line 338, col 206, Line is too long. +build/public/templates/groups/details.js: line 338, col 37, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 338, col 53, ['posts'] is better written in dot notation. +build/public/templates/groups/details.js: line 338, col 65, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 338, col 81, ['posts'] is better written in dot notation. +build/public/templates/groups/details.js: line 338, col 99, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 338, col 115, ['posts'] is better written in dot notation. +build/public/templates/groups/details.js: line 338, col 130, ['user'] is better written in dot notation. +build/public/templates/groups/details.js: line 338, col 141, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 338, col 157, ['posts'] is better written in dot notation. +build/public/templates/groups/details.js: line 338, col 172, ['user'] is better written in dot notation. +build/public/templates/groups/details.js: line 338, col 180, ['displayname'] is better written in dot notation. +build/public/templates/groups/details.js: line 340, col 157, Line is too long. +build/public/templates/groups/details.js: line 340, col 37, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 340, col 53, ['posts'] is better written in dot notation. +build/public/templates/groups/details.js: line 340, col 65, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 340, col 81, ['posts'] is better written in dot notation. +build/public/templates/groups/details.js: line 340, col 99, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 340, col 115, ['posts'] is better written in dot notation. +build/public/templates/groups/details.js: line 340, col 130, ['timestampISO'] is better written in dot notation. +build/public/templates/groups/details.js: line 273, col 13, 'key' is defined but never used. +build/public/templates/groups/details.js: line 272, col 106, 'value' is defined but never used. +build/public/templates/groups/details.js: line 272, col 98, 'length' is defined but never used. +build/public/templates/groups/details.js: line 272, col 91, 'index' is defined but never used. +build/public/templates/groups/details.js: line 271, col 11, 'value' is defined but never used. +build/public/templates/groups/details.js: line 349, col 152, Line is too long. +build/public/templates/groups/details.js: line 349, col 36, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 349, col 52, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 349, col 64, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 349, col 80, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 349, col 89, ['members'] is better written in dot notation. +build/public/templates/groups/details.js: line 352, col 209, Line is too long. +build/public/templates/groups/details.js: line 352, col 37, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 352, col 53, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 352, col 65, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 352, col 81, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 352, col 90, ['members'] is better written in dot notation. +build/public/templates/groups/details.js: line 352, col 104, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 352, col 120, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 352, col 129, ['members'] is better written in dot notation. +build/public/templates/groups/details.js: line 352, col 149, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 352, col 165, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 352, col 174, ['members'] is better written in dot notation. +build/public/templates/groups/details.js: line 352, col 191, ['uid'] is better written in dot notation. +build/public/templates/groups/details.js: line 354, col 203, Line is too long. +build/public/templates/groups/details.js: line 354, col 29, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 354, col 45, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 354, col 57, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 354, col 73, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 354, col 82, ['members'] is better written in dot notation. +build/public/templates/groups/details.js: line 354, col 96, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 354, col 112, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 354, col 121, ['members'] is better written in dot notation. +build/public/templates/groups/details.js: line 354, col 141, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 354, col 157, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 354, col 166, ['members'] is better written in dot notation. +build/public/templates/groups/details.js: line 354, col 183, ['isOwner'] is better written in dot notation. +build/public/templates/groups/details.js: line 357, col 216, Line is too long. +build/public/templates/groups/details.js: line 358, col 120, Line is too long. +build/public/templates/groups/details.js: line 358, col 37, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 358, col 53, ['config'] is better written in dot notation. +build/public/templates/groups/details.js: line 358, col 66, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 358, col 82, ['config'] is better written in dot notation. +build/public/templates/groups/details.js: line 358, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/groups/details.js: line 360, col 214, Line is too long. +build/public/templates/groups/details.js: line 360, col 37, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 360, col 53, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 360, col 65, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 360, col 81, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 360, col 90, ['members'] is better written in dot notation. +build/public/templates/groups/details.js: line 360, col 104, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 360, col 120, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 360, col 129, ['members'] is better written in dot notation. +build/public/templates/groups/details.js: line 360, col 149, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 360, col 165, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 360, col 174, ['members'] is better written in dot notation. +build/public/templates/groups/details.js: line 360, col 191, ['userslug'] is better written in dot notation. +build/public/templates/groups/details.js: line 362, col 259, Line is too long. +build/public/templates/groups/details.js: line 362, col 78, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 362, col 94, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 362, col 106, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 362, col 122, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 362, col 131, ['members'] is better written in dot notation. +build/public/templates/groups/details.js: line 362, col 145, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 362, col 161, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 362, col 170, ['members'] is better written in dot notation. +build/public/templates/groups/details.js: line 362, col 222, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 364, col 120, Line is too long. +build/public/templates/groups/details.js: line 364, col 37, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 364, col 53, ['config'] is better written in dot notation. +build/public/templates/groups/details.js: line 364, col 66, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 364, col 82, ['config'] is better written in dot notation. +build/public/templates/groups/details.js: line 364, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/groups/details.js: line 366, col 214, Line is too long. +build/public/templates/groups/details.js: line 366, col 37, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 366, col 53, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 366, col 65, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 366, col 81, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 366, col 90, ['members'] is better written in dot notation. +build/public/templates/groups/details.js: line 366, col 104, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 366, col 120, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 366, col 129, ['members'] is better written in dot notation. +build/public/templates/groups/details.js: line 366, col 149, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 366, col 165, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 366, col 174, ['members'] is better written in dot notation. +build/public/templates/groups/details.js: line 366, col 191, ['userslug'] is better written in dot notation. +build/public/templates/groups/details.js: line 368, col 214, Line is too long. +build/public/templates/groups/details.js: line 368, col 37, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 368, col 53, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 368, col 65, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 368, col 81, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 368, col 90, ['members'] is better written in dot notation. +build/public/templates/groups/details.js: line 368, col 104, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 368, col 120, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 368, col 129, ['members'] is better written in dot notation. +build/public/templates/groups/details.js: line 368, col 149, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 368, col 165, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 368, col 174, ['members'] is better written in dot notation. +build/public/templates/groups/details.js: line 368, col 191, ['username'] is better written in dot notation. +build/public/templates/groups/details.js: line 369, col 146, Line is too long. +build/public/templates/groups/details.js: line 370, col 203, Line is too long. +build/public/templates/groups/details.js: line 370, col 29, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 370, col 45, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 370, col 57, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 370, col 73, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 370, col 82, ['members'] is better written in dot notation. +build/public/templates/groups/details.js: line 370, col 96, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 370, col 112, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 370, col 121, ['members'] is better written in dot notation. +build/public/templates/groups/details.js: line 370, col 141, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 370, col 157, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 370, col 166, ['members'] is better written in dot notation. +build/public/templates/groups/details.js: line 370, col 183, ['isOwner'] is better written in dot notation. +build/public/templates/groups/details.js: line 374, col 102, Line is too long. +build/public/templates/groups/details.js: line 374, col 29, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 374, col 45, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 374, col 57, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 374, col 73, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 374, col 82, ['isOwner'] is better written in dot notation. +build/public/templates/groups/details.js: line 375, col 383, Line is too long. +build/public/templates/groups/details.js: line 350, col 13, 'key' is defined but never used. +build/public/templates/groups/details.js: line 349, col 145, 'value' is defined but never used. +build/public/templates/groups/details.js: line 349, col 137, 'length' is defined but never used. +build/public/templates/groups/details.js: line 349, col 130, 'index' is defined but never used. +build/public/templates/groups/details.js: line 348, col 11, 'value' is defined but never used. +build/public/templates/groups/details.js: line 385, col 152, Line is too long. +build/public/templates/groups/details.js: line 385, col 36, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 385, col 52, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 385, col 64, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 385, col 80, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 385, col 89, ['pending'] is better written in dot notation. +build/public/templates/groups/details.js: line 388, col 209, Line is too long. +build/public/templates/groups/details.js: line 388, col 37, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 388, col 53, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 388, col 65, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 388, col 81, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 388, col 90, ['pending'] is better written in dot notation. +build/public/templates/groups/details.js: line 388, col 104, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 388, col 120, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 388, col 129, ['pending'] is better written in dot notation. +build/public/templates/groups/details.js: line 388, col 149, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 388, col 165, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 388, col 174, ['pending'] is better written in dot notation. +build/public/templates/groups/details.js: line 388, col 191, ['uid'] is better written in dot notation. +build/public/templates/groups/details.js: line 389, col 196, Line is too long. +build/public/templates/groups/details.js: line 390, col 120, Line is too long. +build/public/templates/groups/details.js: line 390, col 37, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 390, col 53, ['config'] is better written in dot notation. +build/public/templates/groups/details.js: line 390, col 66, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 390, col 82, ['config'] is better written in dot notation. +build/public/templates/groups/details.js: line 390, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/groups/details.js: line 392, col 214, Line is too long. +build/public/templates/groups/details.js: line 392, col 37, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 392, col 53, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 392, col 65, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 392, col 81, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 392, col 90, ['pending'] is better written in dot notation. +build/public/templates/groups/details.js: line 392, col 104, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 392, col 120, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 392, col 129, ['pending'] is better written in dot notation. +build/public/templates/groups/details.js: line 392, col 149, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 392, col 165, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 392, col 174, ['pending'] is better written in dot notation. +build/public/templates/groups/details.js: line 392, col 191, ['userslug'] is better written in dot notation. +build/public/templates/groups/details.js: line 394, col 259, Line is too long. +build/public/templates/groups/details.js: line 394, col 78, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 394, col 94, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 394, col 106, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 394, col 122, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 394, col 131, ['pending'] is better written in dot notation. +build/public/templates/groups/details.js: line 394, col 145, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 394, col 161, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 394, col 170, ['pending'] is better written in dot notation. +build/public/templates/groups/details.js: line 394, col 222, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 396, col 120, Line is too long. +build/public/templates/groups/details.js: line 396, col 37, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 396, col 53, ['config'] is better written in dot notation. +build/public/templates/groups/details.js: line 396, col 66, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 396, col 82, ['config'] is better written in dot notation. +build/public/templates/groups/details.js: line 396, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/groups/details.js: line 398, col 214, Line is too long. +build/public/templates/groups/details.js: line 398, col 37, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 398, col 53, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 398, col 65, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 398, col 81, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 398, col 90, ['pending'] is better written in dot notation. +build/public/templates/groups/details.js: line 398, col 104, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 398, col 120, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 398, col 129, ['pending'] is better written in dot notation. +build/public/templates/groups/details.js: line 398, col 149, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 398, col 165, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 398, col 174, ['pending'] is better written in dot notation. +build/public/templates/groups/details.js: line 398, col 191, ['userslug'] is better written in dot notation. +build/public/templates/groups/details.js: line 400, col 214, Line is too long. +build/public/templates/groups/details.js: line 400, col 37, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 400, col 53, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 400, col 65, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 400, col 81, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 400, col 90, ['pending'] is better written in dot notation. +build/public/templates/groups/details.js: line 400, col 104, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 400, col 120, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 400, col 129, ['pending'] is better written in dot notation. +build/public/templates/groups/details.js: line 400, col 149, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 400, col 165, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 400, col 174, ['pending'] is better written in dot notation. +build/public/templates/groups/details.js: line 400, col 191, ['username'] is better written in dot notation. +build/public/templates/groups/details.js: line 401, col 278, Line is too long. +build/public/templates/groups/details.js: line 386, col 13, 'key' is defined but never used. +build/public/templates/groups/details.js: line 385, col 145, 'value' is defined but never used. +build/public/templates/groups/details.js: line 385, col 137, 'length' is defined but never used. +build/public/templates/groups/details.js: line 385, col 130, 'index' is defined but never used. +build/public/templates/groups/details.js: line 384, col 11, 'value' is defined but never used. +build/public/templates/groups/details.js: line 409, col 152, Line is too long. +build/public/templates/groups/details.js: line 409, col 36, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 409, col 52, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 409, col 64, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 409, col 80, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 409, col 89, ['invited'] is better written in dot notation. +build/public/templates/groups/details.js: line 412, col 209, Line is too long. +build/public/templates/groups/details.js: line 412, col 37, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 412, col 53, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 412, col 65, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 412, col 81, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 412, col 90, ['invited'] is better written in dot notation. +build/public/templates/groups/details.js: line 412, col 104, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 412, col 120, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 412, col 129, ['invited'] is better written in dot notation. +build/public/templates/groups/details.js: line 412, col 149, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 412, col 165, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 412, col 174, ['invited'] is better written in dot notation. +build/public/templates/groups/details.js: line 412, col 191, ['uid'] is better written in dot notation. +build/public/templates/groups/details.js: line 413, col 215, Line is too long. +build/public/templates/groups/details.js: line 414, col 120, Line is too long. +build/public/templates/groups/details.js: line 414, col 37, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 414, col 53, ['config'] is better written in dot notation. +build/public/templates/groups/details.js: line 414, col 66, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 414, col 82, ['config'] is better written in dot notation. +build/public/templates/groups/details.js: line 414, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/groups/details.js: line 416, col 214, Line is too long. +build/public/templates/groups/details.js: line 416, col 37, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 416, col 53, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 416, col 65, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 416, col 81, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 416, col 90, ['invited'] is better written in dot notation. +build/public/templates/groups/details.js: line 416, col 104, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 416, col 120, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 416, col 129, ['invited'] is better written in dot notation. +build/public/templates/groups/details.js: line 416, col 149, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 416, col 165, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 416, col 174, ['invited'] is better written in dot notation. +build/public/templates/groups/details.js: line 416, col 191, ['userslug'] is better written in dot notation. +build/public/templates/groups/details.js: line 418, col 259, Line is too long. +build/public/templates/groups/details.js: line 418, col 78, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 418, col 94, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 418, col 106, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 418, col 122, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 418, col 131, ['invited'] is better written in dot notation. +build/public/templates/groups/details.js: line 418, col 145, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 418, col 161, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 418, col 170, ['invited'] is better written in dot notation. +build/public/templates/groups/details.js: line 418, col 222, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 420, col 120, Line is too long. +build/public/templates/groups/details.js: line 420, col 37, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 420, col 53, ['config'] is better written in dot notation. +build/public/templates/groups/details.js: line 420, col 66, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 420, col 82, ['config'] is better written in dot notation. +build/public/templates/groups/details.js: line 420, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/groups/details.js: line 422, col 214, Line is too long. +build/public/templates/groups/details.js: line 422, col 37, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 422, col 53, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 422, col 65, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 422, col 81, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 422, col 90, ['invited'] is better written in dot notation. +build/public/templates/groups/details.js: line 422, col 104, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 422, col 120, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 422, col 129, ['invited'] is better written in dot notation. +build/public/templates/groups/details.js: line 422, col 149, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 422, col 165, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 422, col 174, ['invited'] is better written in dot notation. +build/public/templates/groups/details.js: line 422, col 191, ['userslug'] is better written in dot notation. +build/public/templates/groups/details.js: line 424, col 214, Line is too long. +build/public/templates/groups/details.js: line 424, col 37, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 424, col 53, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 424, col 65, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 424, col 81, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 424, col 90, ['invited'] is better written in dot notation. +build/public/templates/groups/details.js: line 424, col 104, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 424, col 120, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 424, col 129, ['invited'] is better written in dot notation. +build/public/templates/groups/details.js: line 424, col 149, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 424, col 165, ['group'] is better written in dot notation. +build/public/templates/groups/details.js: line 424, col 174, ['invited'] is better written in dot notation. +build/public/templates/groups/details.js: line 424, col 191, ['username'] is better written in dot notation. +build/public/templates/groups/details.js: line 425, col 172, Line is too long. +build/public/templates/groups/details.js: line 410, col 13, 'key' is defined but never used. +build/public/templates/groups/details.js: line 409, col 145, 'value' is defined but never used. +build/public/templates/groups/details.js: line 409, col 137, 'length' is defined but never used. +build/public/templates/groups/details.js: line 409, col 130, 'index' is defined but never used. +build/public/templates/groups/details.js: line 408, col 11, 'value' is defined but never used. +build/public/templates/groups/details.js: line 433, col 121, Line is too long. +build/public/templates/groups/details.js: line 433, col 36, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 433, col 52, ['categoryItems'] is better written in dot notation. +build/public/templates/groups/details.js: line 436, col 172, Line is too long. +build/public/templates/groups/details.js: line 436, col 29, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 436, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/groups/details.js: line 436, col 65, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 436, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/groups/details.js: line 436, col 107, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 436, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/groups/details.js: line 436, col 146, ['disabledClass'] is better written in dot notation. +build/public/templates/groups/details.js: line 440, col 172, Line is too long. +build/public/templates/groups/details.js: line 440, col 37, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 440, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/groups/details.js: line 440, col 73, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 440, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/groups/details.js: line 440, col 115, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 440, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/groups/details.js: line 440, col 154, ['cid'] is better written in dot notation. +build/public/templates/groups/details.js: line 442, col 173, Line is too long. +build/public/templates/groups/details.js: line 442, col 37, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 442, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/groups/details.js: line 442, col 73, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 442, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/groups/details.js: line 442, col 115, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 442, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/groups/details.js: line 442, col 154, ['name'] is better written in dot notation. +build/public/templates/groups/details.js: line 444, col 178, Line is too long. +build/public/templates/groups/details.js: line 444, col 37, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 444, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/groups/details.js: line 444, col 73, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 444, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/groups/details.js: line 444, col 115, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 444, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/groups/details.js: line 444, col 154, ['parentCid'] is better written in dot notation. +build/public/templates/groups/details.js: line 446, col 172, Line is too long. +build/public/templates/groups/details.js: line 446, col 29, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 446, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/groups/details.js: line 446, col 65, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 446, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/groups/details.js: line 446, col 107, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 446, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/groups/details.js: line 446, col 146, ['disabledClass'] is better written in dot notation. +build/public/templates/groups/details.js: line 450, col 174, Line is too long. +build/public/templates/groups/details.js: line 450, col 37, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 450, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/groups/details.js: line 450, col 73, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 450, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/groups/details.js: line 450, col 115, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 450, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/groups/details.js: line 450, col 154, ['level'] is better written in dot notation. +build/public/templates/groups/details.js: line 452, col 164, Line is too long. +build/public/templates/groups/details.js: line 452, col 29, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 452, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/groups/details.js: line 452, col 65, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 452, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/groups/details.js: line 452, col 107, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 452, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/groups/details.js: line 452, col 146, ['match'] is better written in dot notation. +build/public/templates/groups/details.js: line 456, col 163, Line is too long. +build/public/templates/groups/details.js: line 456, col 29, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 456, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/groups/details.js: line 456, col 65, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 456, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/groups/details.js: line 456, col 107, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 456, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/groups/details.js: line 456, col 146, ['icon'] is better written in dot notation. +build/public/templates/groups/details.js: line 458, col 114, Line is too long. +build/public/templates/groups/details.js: line 462, col 173, Line is too long. +build/public/templates/groups/details.js: line 462, col 37, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 462, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/groups/details.js: line 462, col 73, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 462, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/groups/details.js: line 462, col 115, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 462, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/groups/details.js: line 462, col 154, ['name'] is better written in dot notation. +build/public/templates/groups/details.js: line 434, col 13, 'key' is defined but never used. +build/public/templates/groups/details.js: line 432, col 11, 'value' is defined but never used. +build/public/templates/groups/details.js: line 471, col 113, Line is too long. +build/public/templates/groups/details.js: line 471, col 36, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 471, col 52, ['icons'] is better written in dot notation. +build/public/templates/groups/details.js: line 474, col 150, Line is too long. +build/public/templates/groups/details.js: line 474, col 37, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 474, col 53, ['icons'] is better written in dot notation. +build/public/templates/groups/details.js: line 474, col 65, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 474, col 81, ['icons'] is better written in dot notation. +build/public/templates/groups/details.js: line 474, col 99, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 474, col 115, ['icons'] is better written in dot notation. +build/public/templates/groups/details.js: line 474, col 130, ['style'] is better written in dot notation. +build/public/templates/groups/details.js: line 476, col 147, Line is too long. +build/public/templates/groups/details.js: line 476, col 37, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 476, col 53, ['icons'] is better written in dot notation. +build/public/templates/groups/details.js: line 476, col 65, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 476, col 81, ['icons'] is better written in dot notation. +build/public/templates/groups/details.js: line 476, col 99, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 476, col 115, ['icons'] is better written in dot notation. +build/public/templates/groups/details.js: line 476, col 130, ['id'] is better written in dot notation. +build/public/templates/groups/details.js: line 472, col 13, 'key' is defined but never used. +build/public/templates/groups/details.js: line 471, col 106, 'value' is defined but never used. +build/public/templates/groups/details.js: line 471, col 98, 'length' is defined but never used. +build/public/templates/groups/details.js: line 471, col 91, 'index' is defined but never used. +build/public/templates/groups/details.js: line 470, col 11, 'value' is defined but never used. +build/public/templates/groups/details.js: line 468, col 60, 'helper' is defined but never used. +build/public/templates/groups/details.js: line 485, col 154, Line is too long. +build/public/templates/groups/details.js: line 485, col 36, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 485, col 52, ['widgets'] is better written in dot notation. +build/public/templates/groups/details.js: line 485, col 66, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 485, col 82, ['widgets'] is better written in dot notation. +build/public/templates/groups/details.js: line 485, col 93, ['right'] is better written in dot notation. +build/public/templates/groups/details.js: line 488, col 202, Line is too long. +build/public/templates/groups/details.js: line 488, col 28, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 488, col 44, ['widgets'] is better written in dot notation. +build/public/templates/groups/details.js: line 488, col 58, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 488, col 74, ['widgets'] is better written in dot notation. +build/public/templates/groups/details.js: line 488, col 85, ['right'] is better written in dot notation. +build/public/templates/groups/details.js: line 488, col 97, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 488, col 113, ['widgets'] is better written in dot notation. +build/public/templates/groups/details.js: line 488, col 124, ['right'] is better written in dot notation. +build/public/templates/groups/details.js: line 488, col 142, Expected '!==' and instead saw '!='. +build/public/templates/groups/details.js: line 488, col 158, ['widgets'] is better written in dot notation. +build/public/templates/groups/details.js: line 488, col 169, ['right'] is better written in dot notation. +build/public/templates/groups/details.js: line 488, col 184, ['html'] is better written in dot notation. +build/public/templates/groups/details.js: line 486, col 13, 'key' is defined but never used. +build/public/templates/groups/details.js: line 485, col 147, 'value' is defined but never used. +build/public/templates/groups/details.js: line 485, col 139, 'length' is defined but never used. +build/public/templates/groups/details.js: line 485, col 132, 'index' is defined but never used. +build/public/templates/groups/details.js: line 483, col 11, '__escape' is defined but never used. +build/public/templates/groups/details.js: line 484, col 11, 'value' is defined but never used. +build/public/templates/groups/details.js: line 482, col 75, 'helper' is defined but never used. +build/public/templates/groups/details.js: line 497, col 3, Missing semicolon. +build/public/templates/groups/details.js: line 5, col 46, 'define' is not defined. +build/public/templates/groups/details.js: line 6, col 5, 'define' is not defined. + +build/public/templates/groups/list.js: line 12, col 114, Line is too long. +build/public/templates/groups/list.js: line 12, col 30, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 12, col 46, ['breadcrumbs'] is better written in dot notation. +build/public/templates/groups/list.js: line 12, col 64, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 12, col 80, ['breadcrumbs'] is better written in dot notation. +build/public/templates/groups/list.js: line 12, col 95, ['length'] is better written in dot notation. +build/public/templates/groups/list.js: line 13, col 136, Line is too long. +build/public/templates/groups/list.js: line 14, col 26, ['breadcrumbs'] is better written in dot notation. +build/public/templates/groups/list.js: line 19, col 140, Line is too long. +build/public/templates/groups/list.js: line 20, col 25, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 20, col 41, ['allowGroupCreation'] is better written in dot notation. +build/public/templates/groups/list.js: line 21, col 135, Line is too long. +build/public/templates/groups/list.js: line 23, col 723, Line is too long. +build/public/templates/groups/list.js: line 24, col 25, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 24, col 41, ['groups'] is better written in dot notation. +build/public/templates/groups/list.js: line 24, col 54, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 24, col 70, ['groups'] is better written in dot notation. +build/public/templates/groups/list.js: line 24, col 80, ['length'] is better written in dot notation. +build/public/templates/groups/list.js: line 26, col 26, ['groups'] is better written in dot notation. +build/public/templates/groups/list.js: line 28, col 121, Line is too long. +build/public/templates/groups/list.js: line 30, col 158, Line is too long. +build/public/templates/groups/list.js: line 30, col 25, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 30, col 41, ['pagination'] is better written in dot notation. +build/public/templates/groups/list.js: line 30, col 58, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 30, col 74, ['pagination'] is better written in dot notation. +build/public/templates/groups/list.js: line 30, col 88, ['pages'] is better written in dot notation. +build/public/templates/groups/list.js: line 30, col 100, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 30, col 116, ['pagination'] is better written in dot notation. +build/public/templates/groups/list.js: line 30, col 130, ['pages'] is better written in dot notation. +build/public/templates/groups/list.js: line 30, col 139, ['length'] is better written in dot notation. +build/public/templates/groups/list.js: line 33, col 155, Line is too long. +build/public/templates/groups/list.js: line 34, col 156, Line is too long. +build/public/templates/groups/list.js: line 34, col 25, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 34, col 41, ['pagination'] is better written in dot notation. +build/public/templates/groups/list.js: line 34, col 58, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 34, col 74, ['pagination'] is better written in dot notation. +build/public/templates/groups/list.js: line 34, col 88, ['prev'] is better written in dot notation. +build/public/templates/groups/list.js: line 34, col 99, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 34, col 115, ['pagination'] is better written in dot notation. +build/public/templates/groups/list.js: line 34, col 129, ['prev'] is better written in dot notation. +build/public/templates/groups/list.js: line 34, col 137, ['active'] is better written in dot notation. +build/public/templates/groups/list.js: line 38, col 162, Line is too long. +build/public/templates/groups/list.js: line 38, col 33, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 38, col 49, ['pagination'] is better written in dot notation. +build/public/templates/groups/list.js: line 38, col 66, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 38, col 82, ['pagination'] is better written in dot notation. +build/public/templates/groups/list.js: line 38, col 96, ['prev'] is better written in dot notation. +build/public/templates/groups/list.js: line 38, col 107, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 38, col 123, ['pagination'] is better written in dot notation. +build/public/templates/groups/list.js: line 38, col 137, ['prev'] is better written in dot notation. +build/public/templates/groups/list.js: line 38, col 145, ['qs'] is better written in dot notation. +build/public/templates/groups/list.js: line 40, col 164, Line is too long. +build/public/templates/groups/list.js: line 40, col 33, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 40, col 49, ['pagination'] is better written in dot notation. +build/public/templates/groups/list.js: line 40, col 66, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 40, col 82, ['pagination'] is better written in dot notation. +build/public/templates/groups/list.js: line 40, col 96, ['prev'] is better written in dot notation. +build/public/templates/groups/list.js: line 40, col 107, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 40, col 123, ['pagination'] is better written in dot notation. +build/public/templates/groups/list.js: line 40, col 137, ['prev'] is better written in dot notation. +build/public/templates/groups/list.js: line 40, col 145, ['page'] is better written in dot notation. +build/public/templates/groups/list.js: line 41, col 114, Line is too long. +build/public/templates/groups/list.js: line 44, col 156, Line is too long. +build/public/templates/groups/list.js: line 44, col 25, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 44, col 41, ['pagination'] is better written in dot notation. +build/public/templates/groups/list.js: line 44, col 58, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 44, col 74, ['pagination'] is better written in dot notation. +build/public/templates/groups/list.js: line 44, col 88, ['next'] is better written in dot notation. +build/public/templates/groups/list.js: line 44, col 99, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 44, col 115, ['pagination'] is better written in dot notation. +build/public/templates/groups/list.js: line 44, col 129, ['next'] is better written in dot notation. +build/public/templates/groups/list.js: line 44, col 137, ['active'] is better written in dot notation. +build/public/templates/groups/list.js: line 48, col 162, Line is too long. +build/public/templates/groups/list.js: line 48, col 33, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 48, col 49, ['pagination'] is better written in dot notation. +build/public/templates/groups/list.js: line 48, col 66, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 48, col 82, ['pagination'] is better written in dot notation. +build/public/templates/groups/list.js: line 48, col 96, ['next'] is better written in dot notation. +build/public/templates/groups/list.js: line 48, col 107, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 48, col 123, ['pagination'] is better written in dot notation. +build/public/templates/groups/list.js: line 48, col 137, ['next'] is better written in dot notation. +build/public/templates/groups/list.js: line 48, col 145, ['qs'] is better written in dot notation. +build/public/templates/groups/list.js: line 50, col 164, Line is too long. +build/public/templates/groups/list.js: line 50, col 33, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 50, col 49, ['pagination'] is better written in dot notation. +build/public/templates/groups/list.js: line 50, col 66, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 50, col 82, ['pagination'] is better written in dot notation. +build/public/templates/groups/list.js: line 50, col 96, ['next'] is better written in dot notation. +build/public/templates/groups/list.js: line 50, col 107, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 50, col 123, ['pagination'] is better written in dot notation. +build/public/templates/groups/list.js: line 50, col 137, ['next'] is better written in dot notation. +build/public/templates/groups/list.js: line 50, col 145, ['page'] is better written in dot notation. +build/public/templates/groups/list.js: line 51, col 224, Line is too long. +build/public/templates/groups/list.js: line 52, col 156, Line is too long. +build/public/templates/groups/list.js: line 52, col 25, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 52, col 41, ['pagination'] is better written in dot notation. +build/public/templates/groups/list.js: line 52, col 58, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 52, col 74, ['pagination'] is better written in dot notation. +build/public/templates/groups/list.js: line 52, col 88, ['prev'] is better written in dot notation. +build/public/templates/groups/list.js: line 52, col 99, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 52, col 115, ['pagination'] is better written in dot notation. +build/public/templates/groups/list.js: line 52, col 129, ['prev'] is better written in dot notation. +build/public/templates/groups/list.js: line 52, col 137, ['active'] is better written in dot notation. +build/public/templates/groups/list.js: line 56, col 164, Line is too long. +build/public/templates/groups/list.js: line 56, col 33, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 56, col 49, ['pagination'] is better written in dot notation. +build/public/templates/groups/list.js: line 56, col 66, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 56, col 82, ['pagination'] is better written in dot notation. +build/public/templates/groups/list.js: line 56, col 96, ['first'] is better written in dot notation. +build/public/templates/groups/list.js: line 56, col 108, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 56, col 124, ['pagination'] is better written in dot notation. +build/public/templates/groups/list.js: line 56, col 138, ['first'] is better written in dot notation. +build/public/templates/groups/list.js: line 56, col 147, ['qs'] is better written in dot notation. +build/public/templates/groups/list.js: line 57, col 158, Line is too long. +build/public/templates/groups/list.js: line 58, col 156, Line is too long. +build/public/templates/groups/list.js: line 58, col 25, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 58, col 41, ['pagination'] is better written in dot notation. +build/public/templates/groups/list.js: line 58, col 58, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 58, col 74, ['pagination'] is better written in dot notation. +build/public/templates/groups/list.js: line 58, col 88, ['prev'] is better written in dot notation. +build/public/templates/groups/list.js: line 58, col 99, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 58, col 115, ['pagination'] is better written in dot notation. +build/public/templates/groups/list.js: line 58, col 129, ['prev'] is better written in dot notation. +build/public/templates/groups/list.js: line 58, col 137, ['active'] is better written in dot notation. +build/public/templates/groups/list.js: line 62, col 162, Line is too long. +build/public/templates/groups/list.js: line 62, col 33, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 62, col 49, ['pagination'] is better written in dot notation. +build/public/templates/groups/list.js: line 62, col 66, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 62, col 82, ['pagination'] is better written in dot notation. +build/public/templates/groups/list.js: line 62, col 96, ['prev'] is better written in dot notation. +build/public/templates/groups/list.js: line 62, col 107, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 62, col 123, ['pagination'] is better written in dot notation. +build/public/templates/groups/list.js: line 62, col 137, ['prev'] is better written in dot notation. +build/public/templates/groups/list.js: line 62, col 145, ['qs'] is better written in dot notation. +build/public/templates/groups/list.js: line 64, col 164, Line is too long. +build/public/templates/groups/list.js: line 64, col 33, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 64, col 49, ['pagination'] is better written in dot notation. +build/public/templates/groups/list.js: line 64, col 66, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 64, col 82, ['pagination'] is better written in dot notation. +build/public/templates/groups/list.js: line 64, col 96, ['prev'] is better written in dot notation. +build/public/templates/groups/list.js: line 64, col 107, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 64, col 123, ['pagination'] is better written in dot notation. +build/public/templates/groups/list.js: line 64, col 137, ['prev'] is better written in dot notation. +build/public/templates/groups/list.js: line 64, col 145, ['page'] is better written in dot notation. +build/public/templates/groups/list.js: line 65, col 276, Line is too long. +build/public/templates/groups/list.js: line 66, col 122, Line is too long. +build/public/templates/groups/list.js: line 66, col 33, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 66, col 49, ['pagination'] is better written in dot notation. +build/public/templates/groups/list.js: line 66, col 66, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 66, col 82, ['pagination'] is better written in dot notation. +build/public/templates/groups/list.js: line 66, col 96, ['currentPage'] is better written in dot notation. +build/public/templates/groups/list.js: line 68, col 120, Line is too long. +build/public/templates/groups/list.js: line 68, col 33, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 68, col 49, ['pagination'] is better written in dot notation. +build/public/templates/groups/list.js: line 68, col 66, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 68, col 82, ['pagination'] is better written in dot notation. +build/public/templates/groups/list.js: line 68, col 96, ['pageCount'] is better written in dot notation. +build/public/templates/groups/list.js: line 70, col 156, Line is too long. +build/public/templates/groups/list.js: line 70, col 25, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 70, col 41, ['pagination'] is better written in dot notation. +build/public/templates/groups/list.js: line 70, col 58, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 70, col 74, ['pagination'] is better written in dot notation. +build/public/templates/groups/list.js: line 70, col 88, ['next'] is better written in dot notation. +build/public/templates/groups/list.js: line 70, col 99, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 70, col 115, ['pagination'] is better written in dot notation. +build/public/templates/groups/list.js: line 70, col 129, ['next'] is better written in dot notation. +build/public/templates/groups/list.js: line 70, col 137, ['active'] is better written in dot notation. +build/public/templates/groups/list.js: line 74, col 162, Line is too long. +build/public/templates/groups/list.js: line 74, col 33, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 74, col 49, ['pagination'] is better written in dot notation. +build/public/templates/groups/list.js: line 74, col 66, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 74, col 82, ['pagination'] is better written in dot notation. +build/public/templates/groups/list.js: line 74, col 96, ['next'] is better written in dot notation. +build/public/templates/groups/list.js: line 74, col 107, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 74, col 123, ['pagination'] is better written in dot notation. +build/public/templates/groups/list.js: line 74, col 137, ['next'] is better written in dot notation. +build/public/templates/groups/list.js: line 74, col 145, ['qs'] is better written in dot notation. +build/public/templates/groups/list.js: line 76, col 164, Line is too long. +build/public/templates/groups/list.js: line 76, col 33, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 76, col 49, ['pagination'] is better written in dot notation. +build/public/templates/groups/list.js: line 76, col 66, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 76, col 82, ['pagination'] is better written in dot notation. +build/public/templates/groups/list.js: line 76, col 96, ['next'] is better written in dot notation. +build/public/templates/groups/list.js: line 76, col 107, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 76, col 123, ['pagination'] is better written in dot notation. +build/public/templates/groups/list.js: line 76, col 137, ['next'] is better written in dot notation. +build/public/templates/groups/list.js: line 76, col 145, ['page'] is better written in dot notation. +build/public/templates/groups/list.js: line 77, col 136, Line is too long. +build/public/templates/groups/list.js: line 78, col 156, Line is too long. +build/public/templates/groups/list.js: line 78, col 25, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 78, col 41, ['pagination'] is better written in dot notation. +build/public/templates/groups/list.js: line 78, col 58, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 78, col 74, ['pagination'] is better written in dot notation. +build/public/templates/groups/list.js: line 78, col 88, ['next'] is better written in dot notation. +build/public/templates/groups/list.js: line 78, col 99, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 78, col 115, ['pagination'] is better written in dot notation. +build/public/templates/groups/list.js: line 78, col 129, ['next'] is better written in dot notation. +build/public/templates/groups/list.js: line 78, col 137, ['active'] is better written in dot notation. +build/public/templates/groups/list.js: line 82, col 162, Line is too long. +build/public/templates/groups/list.js: line 82, col 33, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 82, col 49, ['pagination'] is better written in dot notation. +build/public/templates/groups/list.js: line 82, col 66, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 82, col 82, ['pagination'] is better written in dot notation. +build/public/templates/groups/list.js: line 82, col 96, ['last'] is better written in dot notation. +build/public/templates/groups/list.js: line 82, col 107, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 82, col 123, ['pagination'] is better written in dot notation. +build/public/templates/groups/list.js: line 82, col 137, ['last'] is better written in dot notation. +build/public/templates/groups/list.js: line 82, col 145, ['qs'] is better written in dot notation. +build/public/templates/groups/list.js: line 84, col 120, Line is too long. +build/public/templates/groups/list.js: line 84, col 33, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 84, col 49, ['pagination'] is better written in dot notation. +build/public/templates/groups/list.js: line 84, col 66, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 84, col 82, ['pagination'] is better written in dot notation. +build/public/templates/groups/list.js: line 84, col 96, ['pageCount'] is better written in dot notation. +build/public/templates/groups/list.js: line 85, col 129, Line is too long. +build/public/templates/groups/list.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/groups/list.js: line 92, col 119, Line is too long. +build/public/templates/groups/list.js: line 92, col 36, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 92, col 52, ['breadcrumbs'] is better written in dot notation. +build/public/templates/groups/list.js: line 98, col 133, Line is too long. +build/public/templates/groups/list.js: line 105, col 156, Line is too long. +build/public/templates/groups/list.js: line 105, col 29, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 105, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/groups/list.js: line 105, col 63, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 105, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/groups/list.js: line 105, col 103, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 105, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/groups/list.js: line 105, col 140, ['url'] is better written in dot notation. +build/public/templates/groups/list.js: line 107, col 170, Line is too long. +build/public/templates/groups/list.js: line 107, col 41, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 107, col 57, ['breadcrumbs'] is better written in dot notation. +build/public/templates/groups/list.js: line 107, col 75, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 107, col 91, ['breadcrumbs'] is better written in dot notation. +build/public/templates/groups/list.js: line 107, col 115, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 107, col 131, ['breadcrumbs'] is better written in dot notation. +build/public/templates/groups/list.js: line 107, col 152, ['url'] is better written in dot notation. +build/public/templates/groups/list.js: line 111, col 167, Line is too long. +build/public/templates/groups/list.js: line 111, col 37, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 111, col 53, ['breadcrumbs'] is better written in dot notation. +build/public/templates/groups/list.js: line 111, col 71, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 111, col 87, ['breadcrumbs'] is better written in dot notation. +build/public/templates/groups/list.js: line 111, col 111, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 111, col 127, ['breadcrumbs'] is better written in dot notation. +build/public/templates/groups/list.js: line 111, col 148, ['text'] is better written in dot notation. +build/public/templates/groups/list.js: line 115, col 33, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 118, col 37, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 118, col 53, ['rssFeedUrl'] is better written in dot notation. +build/public/templates/groups/list.js: line 120, col 49, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 120, col 65, ['rssFeedUrl'] is better written in dot notation. +build/public/templates/groups/list.js: line 126, col 156, Line is too long. +build/public/templates/groups/list.js: line 126, col 29, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 126, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/groups/list.js: line 126, col 63, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 126, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/groups/list.js: line 126, col 103, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 126, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/groups/list.js: line 126, col 140, ['url'] is better written in dot notation. +build/public/templates/groups/list.js: line 93, col 13, 'key' is defined but never used. +build/public/templates/groups/list.js: line 92, col 112, 'value' is defined but never used. +build/public/templates/groups/list.js: line 91, col 11, 'value' is defined but never used. +build/public/templates/groups/list.js: line 89, col 72, 'helper' is defined but never used. +build/public/templates/groups/list.js: line 137, col 155, Line is too long. +build/public/templates/groups/list.js: line 137, col 36, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 137, col 52, ['widgets'] is better written in dot notation. +build/public/templates/groups/list.js: line 137, col 66, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 137, col 82, ['widgets'] is better written in dot notation. +build/public/templates/groups/list.js: line 137, col 93, ['header'] is better written in dot notation. +build/public/templates/groups/list.js: line 140, col 205, Line is too long. +build/public/templates/groups/list.js: line 140, col 28, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 140, col 44, ['widgets'] is better written in dot notation. +build/public/templates/groups/list.js: line 140, col 58, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 140, col 74, ['widgets'] is better written in dot notation. +build/public/templates/groups/list.js: line 140, col 85, ['header'] is better written in dot notation. +build/public/templates/groups/list.js: line 140, col 98, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 140, col 114, ['widgets'] is better written in dot notation. +build/public/templates/groups/list.js: line 140, col 125, ['header'] is better written in dot notation. +build/public/templates/groups/list.js: line 140, col 144, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 140, col 160, ['widgets'] is better written in dot notation. +build/public/templates/groups/list.js: line 140, col 171, ['header'] is better written in dot notation. +build/public/templates/groups/list.js: line 140, col 187, ['html'] is better written in dot notation. +build/public/templates/groups/list.js: line 138, col 13, 'key' is defined but never used. +build/public/templates/groups/list.js: line 137, col 148, 'value' is defined but never used. +build/public/templates/groups/list.js: line 137, col 140, 'length' is defined but never used. +build/public/templates/groups/list.js: line 137, col 133, 'index' is defined but never used. +build/public/templates/groups/list.js: line 135, col 11, '__escape' is defined but never used. +build/public/templates/groups/list.js: line 136, col 11, 'value' is defined but never used. +build/public/templates/groups/list.js: line 134, col 77, 'helper' is defined but never used. +build/public/templates/groups/list.js: line 149, col 114, Line is too long. +build/public/templates/groups/list.js: line 149, col 36, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 149, col 52, ['groups'] is better written in dot notation. +build/public/templates/groups/list.js: line 151, col 111, Line is too long. +build/public/templates/groups/list.js: line 152, col 152, Line is too long. +build/public/templates/groups/list.js: line 152, col 37, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 152, col 53, ['groups'] is better written in dot notation. +build/public/templates/groups/list.js: line 152, col 66, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 152, col 82, ['groups'] is better written in dot notation. +build/public/templates/groups/list.js: line 152, col 101, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 152, col 117, ['groups'] is better written in dot notation. +build/public/templates/groups/list.js: line 152, col 133, ['slug'] is better written in dot notation. +build/public/templates/groups/list.js: line 154, col 120, Line is too long. +build/public/templates/groups/list.js: line 154, col 37, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 154, col 53, ['config'] is better written in dot notation. +build/public/templates/groups/list.js: line 154, col 66, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 154, col 82, ['config'] is better written in dot notation. +build/public/templates/groups/list.js: line 154, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/groups/list.js: line 156, col 152, Line is too long. +build/public/templates/groups/list.js: line 156, col 37, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 156, col 53, ['groups'] is better written in dot notation. +build/public/templates/groups/list.js: line 156, col 66, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 156, col 82, ['groups'] is better written in dot notation. +build/public/templates/groups/list.js: line 156, col 101, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 156, col 117, ['groups'] is better written in dot notation. +build/public/templates/groups/list.js: line 156, col 133, ['slug'] is better written in dot notation. +build/public/templates/groups/list.js: line 158, col 153, Line is too long. +build/public/templates/groups/list.js: line 158, col 29, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 158, col 45, ['groups'] is better written in dot notation. +build/public/templates/groups/list.js: line 158, col 58, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 158, col 74, ['groups'] is better written in dot notation. +build/public/templates/groups/list.js: line 158, col 93, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 158, col 109, ['groups'] is better written in dot notation. +build/public/templates/groups/list.js: line 160, col 167, Line is too long. +build/public/templates/groups/list.js: line 160, col 41, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 160, col 57, ['groups'] is better written in dot notation. +build/public/templates/groups/list.js: line 160, col 70, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 160, col 86, ['groups'] is better written in dot notation. +build/public/templates/groups/list.js: line 160, col 105, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 160, col 121, ['groups'] is better written in dot notation. +build/public/templates/groups/list.js: line 162, col 165, Line is too long. +build/public/templates/groups/list.js: line 162, col 41, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 162, col 57, ['groups'] is better written in dot notation. +build/public/templates/groups/list.js: line 162, col 70, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 162, col 86, ['groups'] is better written in dot notation. +build/public/templates/groups/list.js: line 162, col 105, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 162, col 121, ['groups'] is better written in dot notation. +build/public/templates/groups/list.js: line 164, col 183, Line is too long. +build/public/templates/groups/list.js: line 165, col 159, Line is too long. +build/public/templates/groups/list.js: line 165, col 37, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 165, col 53, ['groups'] is better written in dot notation. +build/public/templates/groups/list.js: line 165, col 66, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 165, col 82, ['groups'] is better written in dot notation. +build/public/templates/groups/list.js: line 165, col 101, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 165, col 117, ['groups'] is better written in dot notation. +build/public/templates/groups/list.js: line 165, col 133, ['displayName'] is better written in dot notation. +build/public/templates/groups/list.js: line 167, col 206, Line is too long. +build/public/templates/groups/list.js: line 167, col 82, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 167, col 98, ['groups'] is better written in dot notation. +build/public/templates/groups/list.js: line 167, col 111, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 167, col 127, ['groups'] is better written in dot notation. +build/public/templates/groups/list.js: line 167, col 146, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 167, col 162, ['groups'] is better written in dot notation. +build/public/templates/groups/list.js: line 167, col 178, ['memberCount'] is better written in dot notation. +build/public/templates/groups/list.js: line 169, col 159, Line is too long. +build/public/templates/groups/list.js: line 169, col 37, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 169, col 53, ['groups'] is better written in dot notation. +build/public/templates/groups/list.js: line 169, col 66, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 169, col 82, ['groups'] is better written in dot notation. +build/public/templates/groups/list.js: line 169, col 101, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 169, col 117, ['groups'] is better written in dot notation. +build/public/templates/groups/list.js: line 169, col 133, ['description'] is better written in dot notation. +build/public/templates/groups/list.js: line 170, col 103, Line is too long. +build/public/templates/groups/list.js: line 171, col 192, Line is too long. +build/public/templates/groups/list.js: line 171, col 33, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 171, col 49, ['groups'] is better written in dot notation. +build/public/templates/groups/list.js: line 171, col 62, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 171, col 78, ['groups'] is better written in dot notation. +build/public/templates/groups/list.js: line 171, col 97, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 171, col 113, ['groups'] is better written in dot notation. +build/public/templates/groups/list.js: line 171, col 129, ['members'] is better written in dot notation. +build/public/templates/groups/list.js: line 174, col 124, Line is too long. +build/public/templates/groups/list.js: line 174, col 41, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 174, col 57, ['config'] is better written in dot notation. +build/public/templates/groups/list.js: line 174, col 70, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 174, col 86, ['config'] is better written in dot notation. +build/public/templates/groups/list.js: line 174, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/groups/list.js: line 176, col 275, Line is too long. +build/public/templates/groups/list.js: line 176, col 41, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 176, col 57, ['groups'] is better written in dot notation. +build/public/templates/groups/list.js: line 176, col 70, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 176, col 86, ['groups'] is better written in dot notation. +build/public/templates/groups/list.js: line 176, col 105, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 176, col 121, ['groups'] is better written in dot notation. +build/public/templates/groups/list.js: line 176, col 137, ['members'] is better written in dot notation. +build/public/templates/groups/list.js: line 176, col 151, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 176, col 167, ['groups'] is better written in dot notation. +build/public/templates/groups/list.js: line 176, col 183, ['members'] is better written in dot notation. +build/public/templates/groups/list.js: line 176, col 203, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 176, col 219, ['groups'] is better written in dot notation. +build/public/templates/groups/list.js: line 176, col 235, ['members'] is better written in dot notation. +build/public/templates/groups/list.js: line 176, col 252, ['userslug'] is better written in dot notation. +build/public/templates/groups/list.js: line 178, col 313, Line is too long. +build/public/templates/groups/list.js: line 178, col 82, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 178, col 98, ['groups'] is better written in dot notation. +build/public/templates/groups/list.js: line 178, col 111, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 178, col 127, ['groups'] is better written in dot notation. +build/public/templates/groups/list.js: line 178, col 146, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 178, col 162, ['groups'] is better written in dot notation. +build/public/templates/groups/list.js: line 178, col 178, ['members'] is better written in dot notation. +build/public/templates/groups/list.js: line 178, col 192, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 178, col 208, ['groups'] is better written in dot notation. +build/public/templates/groups/list.js: line 178, col 224, ['members'] is better written in dot notation. +build/public/templates/groups/list.js: line 178, col 276, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 172, col 17, 'key' is defined but never used. +build/public/templates/groups/list.js: line 171, col 185, 'value' is defined but never used. +build/public/templates/groups/list.js: line 171, col 177, 'length' is defined but never used. +build/public/templates/groups/list.js: line 171, col 170, 'index' is defined but never used. +build/public/templates/groups/list.js: line 150, col 13, 'key' is defined but never used. +build/public/templates/groups/list.js: line 149, col 107, 'value' is defined but never used. +build/public/templates/groups/list.js: line 149, col 99, 'length' is defined but never used. +build/public/templates/groups/list.js: line 149, col 92, 'index' is defined but never used. +build/public/templates/groups/list.js: line 148, col 11, 'value' is defined but never used. +build/public/templates/groups/list.js: line 191, col 160, Line is too long. +build/public/templates/groups/list.js: line 191, col 36, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 191, col 52, ['pagination'] is better written in dot notation. +build/public/templates/groups/list.js: line 191, col 69, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 191, col 85, ['pagination'] is better written in dot notation. +build/public/templates/groups/list.js: line 191, col 99, ['pages'] is better written in dot notation. +build/public/templates/groups/list.js: line 194, col 219, Line is too long. +build/public/templates/groups/list.js: line 194, col 29, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 194, col 45, ['pagination'] is better written in dot notation. +build/public/templates/groups/list.js: line 194, col 62, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 194, col 78, ['pagination'] is better written in dot notation. +build/public/templates/groups/list.js: line 194, col 92, ['pages'] is better written in dot notation. +build/public/templates/groups/list.js: line 194, col 104, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 194, col 120, ['pagination'] is better written in dot notation. +build/public/templates/groups/list.js: line 194, col 134, ['pages'] is better written in dot notation. +build/public/templates/groups/list.js: line 194, col 152, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 194, col 168, ['pagination'] is better written in dot notation. +build/public/templates/groups/list.js: line 194, col 182, ['pages'] is better written in dot notation. +build/public/templates/groups/list.js: line 194, col 197, ['separator'] is better written in dot notation. +build/public/templates/groups/list.js: line 195, col 227, Line is too long. +build/public/templates/groups/list.js: line 197, col 220, Line is too long. +build/public/templates/groups/list.js: line 197, col 33, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 197, col 49, ['pagination'] is better written in dot notation. +build/public/templates/groups/list.js: line 197, col 66, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 197, col 82, ['pagination'] is better written in dot notation. +build/public/templates/groups/list.js: line 197, col 96, ['pages'] is better written in dot notation. +build/public/templates/groups/list.js: line 197, col 108, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 197, col 124, ['pagination'] is better written in dot notation. +build/public/templates/groups/list.js: line 197, col 138, ['pages'] is better written in dot notation. +build/public/templates/groups/list.js: line 197, col 156, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 197, col 172, ['pagination'] is better written in dot notation. +build/public/templates/groups/list.js: line 197, col 186, ['pages'] is better written in dot notation. +build/public/templates/groups/list.js: line 197, col 201, ['active'] is better written in dot notation. +build/public/templates/groups/list.js: line 201, col 226, Line is too long. +build/public/templates/groups/list.js: line 201, col 41, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 201, col 57, ['pagination'] is better written in dot notation. +build/public/templates/groups/list.js: line 201, col 74, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 201, col 90, ['pagination'] is better written in dot notation. +build/public/templates/groups/list.js: line 201, col 104, ['pages'] is better written in dot notation. +build/public/templates/groups/list.js: line 201, col 116, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 201, col 132, ['pagination'] is better written in dot notation. +build/public/templates/groups/list.js: line 201, col 146, ['pages'] is better written in dot notation. +build/public/templates/groups/list.js: line 201, col 164, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 201, col 180, ['pagination'] is better written in dot notation. +build/public/templates/groups/list.js: line 201, col 194, ['pages'] is better written in dot notation. +build/public/templates/groups/list.js: line 201, col 209, ['qs'] is better written in dot notation. +build/public/templates/groups/list.js: line 203, col 228, Line is too long. +build/public/templates/groups/list.js: line 203, col 41, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 203, col 57, ['pagination'] is better written in dot notation. +build/public/templates/groups/list.js: line 203, col 74, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 203, col 90, ['pagination'] is better written in dot notation. +build/public/templates/groups/list.js: line 203, col 104, ['pages'] is better written in dot notation. +build/public/templates/groups/list.js: line 203, col 116, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 203, col 132, ['pagination'] is better written in dot notation. +build/public/templates/groups/list.js: line 203, col 146, ['pages'] is better written in dot notation. +build/public/templates/groups/list.js: line 203, col 164, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 203, col 180, ['pagination'] is better written in dot notation. +build/public/templates/groups/list.js: line 203, col 194, ['pages'] is better written in dot notation. +build/public/templates/groups/list.js: line 203, col 209, ['page'] is better written in dot notation. +build/public/templates/groups/list.js: line 205, col 228, Line is too long. +build/public/templates/groups/list.js: line 205, col 41, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 205, col 57, ['pagination'] is better written in dot notation. +build/public/templates/groups/list.js: line 205, col 74, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 205, col 90, ['pagination'] is better written in dot notation. +build/public/templates/groups/list.js: line 205, col 104, ['pages'] is better written in dot notation. +build/public/templates/groups/list.js: line 205, col 116, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 205, col 132, ['pagination'] is better written in dot notation. +build/public/templates/groups/list.js: line 205, col 146, ['pages'] is better written in dot notation. +build/public/templates/groups/list.js: line 205, col 164, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 205, col 180, ['pagination'] is better written in dot notation. +build/public/templates/groups/list.js: line 205, col 194, ['pages'] is better written in dot notation. +build/public/templates/groups/list.js: line 205, col 209, ['page'] is better written in dot notation. +build/public/templates/groups/list.js: line 207, col 228, Line is too long. +build/public/templates/groups/list.js: line 207, col 41, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 207, col 57, ['pagination'] is better written in dot notation. +build/public/templates/groups/list.js: line 207, col 74, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 207, col 90, ['pagination'] is better written in dot notation. +build/public/templates/groups/list.js: line 207, col 104, ['pages'] is better written in dot notation. +build/public/templates/groups/list.js: line 207, col 116, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 207, col 132, ['pagination'] is better written in dot notation. +build/public/templates/groups/list.js: line 207, col 146, ['pages'] is better written in dot notation. +build/public/templates/groups/list.js: line 207, col 164, Expected '!==' and instead saw '!='. +build/public/templates/groups/list.js: line 207, col 180, ['pagination'] is better written in dot notation. +build/public/templates/groups/list.js: line 207, col 194, ['pages'] is better written in dot notation. +build/public/templates/groups/list.js: line 207, col 209, ['page'] is better written in dot notation. +build/public/templates/groups/list.js: line 192, col 13, 'key' is defined but never used. +build/public/templates/groups/list.js: line 191, col 153, 'value' is defined but never used. +build/public/templates/groups/list.js: line 191, col 145, 'length' is defined but never used. +build/public/templates/groups/list.js: line 191, col 138, 'index' is defined but never used. +build/public/templates/groups/list.js: line 190, col 11, 'value' is defined but never used. +build/public/templates/groups/list.js: line 188, col 81, 'helper' is defined but never used. +build/public/templates/groups/list.js: line 217, col 3, Missing semicolon. +build/public/templates/groups/list.js: line 5, col 46, 'define' is not defined. +build/public/templates/groups/list.js: line 6, col 5, 'define' is not defined. + +build/public/templates/groups/members.js: line 12, col 114, Line is too long. +build/public/templates/groups/members.js: line 12, col 30, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 12, col 46, ['breadcrumbs'] is better written in dot notation. +build/public/templates/groups/members.js: line 12, col 64, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 12, col 80, ['breadcrumbs'] is better written in dot notation. +build/public/templates/groups/members.js: line 12, col 95, ['length'] is better written in dot notation. +build/public/templates/groups/members.js: line 13, col 136, Line is too long. +build/public/templates/groups/members.js: line 14, col 26, ['breadcrumbs'] is better written in dot notation. +build/public/templates/groups/members.js: line 17, col 128, Line is too long. +build/public/templates/groups/members.js: line 18, col 22, ['users'] is better written in dot notation. +build/public/templates/groups/members.js: line 20, col 25, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 20, col 41, ['anonymousUserCount'] is better written in dot notation. +build/public/templates/groups/members.js: line 21, col 280, Line is too long. +build/public/templates/groups/members.js: line 22, col 37, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 22, col 53, ['anonymousUserCount'] is better written in dot notation. +build/public/templates/groups/members.js: line 26, col 158, Line is too long. +build/public/templates/groups/members.js: line 26, col 25, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 26, col 41, ['pagination'] is better written in dot notation. +build/public/templates/groups/members.js: line 26, col 58, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 26, col 74, ['pagination'] is better written in dot notation. +build/public/templates/groups/members.js: line 26, col 88, ['pages'] is better written in dot notation. +build/public/templates/groups/members.js: line 26, col 100, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 26, col 116, ['pagination'] is better written in dot notation. +build/public/templates/groups/members.js: line 26, col 130, ['pages'] is better written in dot notation. +build/public/templates/groups/members.js: line 26, col 139, ['length'] is better written in dot notation. +build/public/templates/groups/members.js: line 29, col 155, Line is too long. +build/public/templates/groups/members.js: line 30, col 156, Line is too long. +build/public/templates/groups/members.js: line 30, col 25, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 30, col 41, ['pagination'] is better written in dot notation. +build/public/templates/groups/members.js: line 30, col 58, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 30, col 74, ['pagination'] is better written in dot notation. +build/public/templates/groups/members.js: line 30, col 88, ['prev'] is better written in dot notation. +build/public/templates/groups/members.js: line 30, col 99, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 30, col 115, ['pagination'] is better written in dot notation. +build/public/templates/groups/members.js: line 30, col 129, ['prev'] is better written in dot notation. +build/public/templates/groups/members.js: line 30, col 137, ['active'] is better written in dot notation. +build/public/templates/groups/members.js: line 34, col 162, Line is too long. +build/public/templates/groups/members.js: line 34, col 33, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 34, col 49, ['pagination'] is better written in dot notation. +build/public/templates/groups/members.js: line 34, col 66, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 34, col 82, ['pagination'] is better written in dot notation. +build/public/templates/groups/members.js: line 34, col 96, ['prev'] is better written in dot notation. +build/public/templates/groups/members.js: line 34, col 107, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 34, col 123, ['pagination'] is better written in dot notation. +build/public/templates/groups/members.js: line 34, col 137, ['prev'] is better written in dot notation. +build/public/templates/groups/members.js: line 34, col 145, ['qs'] is better written in dot notation. +build/public/templates/groups/members.js: line 36, col 164, Line is too long. +build/public/templates/groups/members.js: line 36, col 33, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 36, col 49, ['pagination'] is better written in dot notation. +build/public/templates/groups/members.js: line 36, col 66, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 36, col 82, ['pagination'] is better written in dot notation. +build/public/templates/groups/members.js: line 36, col 96, ['prev'] is better written in dot notation. +build/public/templates/groups/members.js: line 36, col 107, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 36, col 123, ['pagination'] is better written in dot notation. +build/public/templates/groups/members.js: line 36, col 137, ['prev'] is better written in dot notation. +build/public/templates/groups/members.js: line 36, col 145, ['page'] is better written in dot notation. +build/public/templates/groups/members.js: line 37, col 114, Line is too long. +build/public/templates/groups/members.js: line 40, col 156, Line is too long. +build/public/templates/groups/members.js: line 40, col 25, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 40, col 41, ['pagination'] is better written in dot notation. +build/public/templates/groups/members.js: line 40, col 58, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 40, col 74, ['pagination'] is better written in dot notation. +build/public/templates/groups/members.js: line 40, col 88, ['next'] is better written in dot notation. +build/public/templates/groups/members.js: line 40, col 99, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 40, col 115, ['pagination'] is better written in dot notation. +build/public/templates/groups/members.js: line 40, col 129, ['next'] is better written in dot notation. +build/public/templates/groups/members.js: line 40, col 137, ['active'] is better written in dot notation. +build/public/templates/groups/members.js: line 44, col 162, Line is too long. +build/public/templates/groups/members.js: line 44, col 33, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 44, col 49, ['pagination'] is better written in dot notation. +build/public/templates/groups/members.js: line 44, col 66, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 44, col 82, ['pagination'] is better written in dot notation. +build/public/templates/groups/members.js: line 44, col 96, ['next'] is better written in dot notation. +build/public/templates/groups/members.js: line 44, col 107, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 44, col 123, ['pagination'] is better written in dot notation. +build/public/templates/groups/members.js: line 44, col 137, ['next'] is better written in dot notation. +build/public/templates/groups/members.js: line 44, col 145, ['qs'] is better written in dot notation. +build/public/templates/groups/members.js: line 46, col 164, Line is too long. +build/public/templates/groups/members.js: line 46, col 33, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 46, col 49, ['pagination'] is better written in dot notation. +build/public/templates/groups/members.js: line 46, col 66, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 46, col 82, ['pagination'] is better written in dot notation. +build/public/templates/groups/members.js: line 46, col 96, ['next'] is better written in dot notation. +build/public/templates/groups/members.js: line 46, col 107, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 46, col 123, ['pagination'] is better written in dot notation. +build/public/templates/groups/members.js: line 46, col 137, ['next'] is better written in dot notation. +build/public/templates/groups/members.js: line 46, col 145, ['page'] is better written in dot notation. +build/public/templates/groups/members.js: line 47, col 224, Line is too long. +build/public/templates/groups/members.js: line 48, col 156, Line is too long. +build/public/templates/groups/members.js: line 48, col 25, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 48, col 41, ['pagination'] is better written in dot notation. +build/public/templates/groups/members.js: line 48, col 58, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 48, col 74, ['pagination'] is better written in dot notation. +build/public/templates/groups/members.js: line 48, col 88, ['prev'] is better written in dot notation. +build/public/templates/groups/members.js: line 48, col 99, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 48, col 115, ['pagination'] is better written in dot notation. +build/public/templates/groups/members.js: line 48, col 129, ['prev'] is better written in dot notation. +build/public/templates/groups/members.js: line 48, col 137, ['active'] is better written in dot notation. +build/public/templates/groups/members.js: line 52, col 164, Line is too long. +build/public/templates/groups/members.js: line 52, col 33, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 52, col 49, ['pagination'] is better written in dot notation. +build/public/templates/groups/members.js: line 52, col 66, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 52, col 82, ['pagination'] is better written in dot notation. +build/public/templates/groups/members.js: line 52, col 96, ['first'] is better written in dot notation. +build/public/templates/groups/members.js: line 52, col 108, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 52, col 124, ['pagination'] is better written in dot notation. +build/public/templates/groups/members.js: line 52, col 138, ['first'] is better written in dot notation. +build/public/templates/groups/members.js: line 52, col 147, ['qs'] is better written in dot notation. +build/public/templates/groups/members.js: line 53, col 158, Line is too long. +build/public/templates/groups/members.js: line 54, col 156, Line is too long. +build/public/templates/groups/members.js: line 54, col 25, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 54, col 41, ['pagination'] is better written in dot notation. +build/public/templates/groups/members.js: line 54, col 58, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 54, col 74, ['pagination'] is better written in dot notation. +build/public/templates/groups/members.js: line 54, col 88, ['prev'] is better written in dot notation. +build/public/templates/groups/members.js: line 54, col 99, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 54, col 115, ['pagination'] is better written in dot notation. +build/public/templates/groups/members.js: line 54, col 129, ['prev'] is better written in dot notation. +build/public/templates/groups/members.js: line 54, col 137, ['active'] is better written in dot notation. +build/public/templates/groups/members.js: line 58, col 162, Line is too long. +build/public/templates/groups/members.js: line 58, col 33, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 58, col 49, ['pagination'] is better written in dot notation. +build/public/templates/groups/members.js: line 58, col 66, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 58, col 82, ['pagination'] is better written in dot notation. +build/public/templates/groups/members.js: line 58, col 96, ['prev'] is better written in dot notation. +build/public/templates/groups/members.js: line 58, col 107, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 58, col 123, ['pagination'] is better written in dot notation. +build/public/templates/groups/members.js: line 58, col 137, ['prev'] is better written in dot notation. +build/public/templates/groups/members.js: line 58, col 145, ['qs'] is better written in dot notation. +build/public/templates/groups/members.js: line 60, col 164, Line is too long. +build/public/templates/groups/members.js: line 60, col 33, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 60, col 49, ['pagination'] is better written in dot notation. +build/public/templates/groups/members.js: line 60, col 66, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 60, col 82, ['pagination'] is better written in dot notation. +build/public/templates/groups/members.js: line 60, col 96, ['prev'] is better written in dot notation. +build/public/templates/groups/members.js: line 60, col 107, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 60, col 123, ['pagination'] is better written in dot notation. +build/public/templates/groups/members.js: line 60, col 137, ['prev'] is better written in dot notation. +build/public/templates/groups/members.js: line 60, col 145, ['page'] is better written in dot notation. +build/public/templates/groups/members.js: line 61, col 276, Line is too long. +build/public/templates/groups/members.js: line 62, col 122, Line is too long. +build/public/templates/groups/members.js: line 62, col 33, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 62, col 49, ['pagination'] is better written in dot notation. +build/public/templates/groups/members.js: line 62, col 66, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 62, col 82, ['pagination'] is better written in dot notation. +build/public/templates/groups/members.js: line 62, col 96, ['currentPage'] is better written in dot notation. +build/public/templates/groups/members.js: line 64, col 120, Line is too long. +build/public/templates/groups/members.js: line 64, col 33, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 64, col 49, ['pagination'] is better written in dot notation. +build/public/templates/groups/members.js: line 64, col 66, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 64, col 82, ['pagination'] is better written in dot notation. +build/public/templates/groups/members.js: line 64, col 96, ['pageCount'] is better written in dot notation. +build/public/templates/groups/members.js: line 66, col 156, Line is too long. +build/public/templates/groups/members.js: line 66, col 25, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 66, col 41, ['pagination'] is better written in dot notation. +build/public/templates/groups/members.js: line 66, col 58, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 66, col 74, ['pagination'] is better written in dot notation. +build/public/templates/groups/members.js: line 66, col 88, ['next'] is better written in dot notation. +build/public/templates/groups/members.js: line 66, col 99, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 66, col 115, ['pagination'] is better written in dot notation. +build/public/templates/groups/members.js: line 66, col 129, ['next'] is better written in dot notation. +build/public/templates/groups/members.js: line 66, col 137, ['active'] is better written in dot notation. +build/public/templates/groups/members.js: line 70, col 162, Line is too long. +build/public/templates/groups/members.js: line 70, col 33, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 70, col 49, ['pagination'] is better written in dot notation. +build/public/templates/groups/members.js: line 70, col 66, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 70, col 82, ['pagination'] is better written in dot notation. +build/public/templates/groups/members.js: line 70, col 96, ['next'] is better written in dot notation. +build/public/templates/groups/members.js: line 70, col 107, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 70, col 123, ['pagination'] is better written in dot notation. +build/public/templates/groups/members.js: line 70, col 137, ['next'] is better written in dot notation. +build/public/templates/groups/members.js: line 70, col 145, ['qs'] is better written in dot notation. +build/public/templates/groups/members.js: line 72, col 164, Line is too long. +build/public/templates/groups/members.js: line 72, col 33, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 72, col 49, ['pagination'] is better written in dot notation. +build/public/templates/groups/members.js: line 72, col 66, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 72, col 82, ['pagination'] is better written in dot notation. +build/public/templates/groups/members.js: line 72, col 96, ['next'] is better written in dot notation. +build/public/templates/groups/members.js: line 72, col 107, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 72, col 123, ['pagination'] is better written in dot notation. +build/public/templates/groups/members.js: line 72, col 137, ['next'] is better written in dot notation. +build/public/templates/groups/members.js: line 72, col 145, ['page'] is better written in dot notation. +build/public/templates/groups/members.js: line 73, col 136, Line is too long. +build/public/templates/groups/members.js: line 74, col 156, Line is too long. +build/public/templates/groups/members.js: line 74, col 25, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 74, col 41, ['pagination'] is better written in dot notation. +build/public/templates/groups/members.js: line 74, col 58, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 74, col 74, ['pagination'] is better written in dot notation. +build/public/templates/groups/members.js: line 74, col 88, ['next'] is better written in dot notation. +build/public/templates/groups/members.js: line 74, col 99, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 74, col 115, ['pagination'] is better written in dot notation. +build/public/templates/groups/members.js: line 74, col 129, ['next'] is better written in dot notation. +build/public/templates/groups/members.js: line 74, col 137, ['active'] is better written in dot notation. +build/public/templates/groups/members.js: line 78, col 162, Line is too long. +build/public/templates/groups/members.js: line 78, col 33, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 78, col 49, ['pagination'] is better written in dot notation. +build/public/templates/groups/members.js: line 78, col 66, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 78, col 82, ['pagination'] is better written in dot notation. +build/public/templates/groups/members.js: line 78, col 96, ['last'] is better written in dot notation. +build/public/templates/groups/members.js: line 78, col 107, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 78, col 123, ['pagination'] is better written in dot notation. +build/public/templates/groups/members.js: line 78, col 137, ['last'] is better written in dot notation. +build/public/templates/groups/members.js: line 78, col 145, ['qs'] is better written in dot notation. +build/public/templates/groups/members.js: line 80, col 120, Line is too long. +build/public/templates/groups/members.js: line 80, col 33, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 80, col 49, ['pagination'] is better written in dot notation. +build/public/templates/groups/members.js: line 80, col 66, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 80, col 82, ['pagination'] is better written in dot notation. +build/public/templates/groups/members.js: line 80, col 96, ['pageCount'] is better written in dot notation. +build/public/templates/groups/members.js: line 81, col 129, Line is too long. +build/public/templates/groups/members.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/groups/members.js: line 88, col 119, Line is too long. +build/public/templates/groups/members.js: line 88, col 36, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 88, col 52, ['breadcrumbs'] is better written in dot notation. +build/public/templates/groups/members.js: line 94, col 133, Line is too long. +build/public/templates/groups/members.js: line 101, col 156, Line is too long. +build/public/templates/groups/members.js: line 101, col 29, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 101, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/groups/members.js: line 101, col 63, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 101, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/groups/members.js: line 101, col 103, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 101, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/groups/members.js: line 101, col 140, ['url'] is better written in dot notation. +build/public/templates/groups/members.js: line 103, col 170, Line is too long. +build/public/templates/groups/members.js: line 103, col 41, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 103, col 57, ['breadcrumbs'] is better written in dot notation. +build/public/templates/groups/members.js: line 103, col 75, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 103, col 91, ['breadcrumbs'] is better written in dot notation. +build/public/templates/groups/members.js: line 103, col 115, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 103, col 131, ['breadcrumbs'] is better written in dot notation. +build/public/templates/groups/members.js: line 103, col 152, ['url'] is better written in dot notation. +build/public/templates/groups/members.js: line 107, col 167, Line is too long. +build/public/templates/groups/members.js: line 107, col 37, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 107, col 53, ['breadcrumbs'] is better written in dot notation. +build/public/templates/groups/members.js: line 107, col 71, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 107, col 87, ['breadcrumbs'] is better written in dot notation. +build/public/templates/groups/members.js: line 107, col 111, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 107, col 127, ['breadcrumbs'] is better written in dot notation. +build/public/templates/groups/members.js: line 107, col 148, ['text'] is better written in dot notation. +build/public/templates/groups/members.js: line 111, col 33, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 114, col 37, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 114, col 53, ['rssFeedUrl'] is better written in dot notation. +build/public/templates/groups/members.js: line 116, col 49, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 116, col 65, ['rssFeedUrl'] is better written in dot notation. +build/public/templates/groups/members.js: line 122, col 156, Line is too long. +build/public/templates/groups/members.js: line 122, col 29, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 122, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/groups/members.js: line 122, col 63, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 122, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/groups/members.js: line 122, col 103, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 122, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/groups/members.js: line 122, col 140, ['url'] is better written in dot notation. +build/public/templates/groups/members.js: line 89, col 13, 'key' is defined but never used. +build/public/templates/groups/members.js: line 88, col 112, 'value' is defined but never used. +build/public/templates/groups/members.js: line 87, col 11, 'value' is defined but never used. +build/public/templates/groups/members.js: line 85, col 72, 'helper' is defined but never used. +build/public/templates/groups/members.js: line 133, col 113, Line is too long. +build/public/templates/groups/members.js: line 133, col 36, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 133, col 52, ['users'] is better written in dot notation. +build/public/templates/groups/members.js: line 136, col 148, Line is too long. +build/public/templates/groups/members.js: line 136, col 37, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 136, col 53, ['users'] is better written in dot notation. +build/public/templates/groups/members.js: line 136, col 65, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 136, col 81, ['users'] is better written in dot notation. +build/public/templates/groups/members.js: line 136, col 99, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 136, col 115, ['users'] is better written in dot notation. +build/public/templates/groups/members.js: line 136, col 130, ['uid'] is better written in dot notation. +build/public/templates/groups/members.js: line 138, col 120, Line is too long. +build/public/templates/groups/members.js: line 138, col 37, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 138, col 53, ['config'] is better written in dot notation. +build/public/templates/groups/members.js: line 138, col 66, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 138, col 82, ['config'] is better written in dot notation. +build/public/templates/groups/members.js: line 138, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/groups/members.js: line 140, col 153, Line is too long. +build/public/templates/groups/members.js: line 140, col 37, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 140, col 53, ['users'] is better written in dot notation. +build/public/templates/groups/members.js: line 140, col 65, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 140, col 81, ['users'] is better written in dot notation. +build/public/templates/groups/members.js: line 140, col 99, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 140, col 115, ['users'] is better written in dot notation. +build/public/templates/groups/members.js: line 140, col 130, ['userslug'] is better written in dot notation. +build/public/templates/groups/members.js: line 142, col 209, Line is too long. +build/public/templates/groups/members.js: line 142, col 78, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 142, col 94, ['users'] is better written in dot notation. +build/public/templates/groups/members.js: line 142, col 106, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 142, col 122, ['users'] is better written in dot notation. +build/public/templates/groups/members.js: line 142, col 172, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 143, col 101, Line is too long. +build/public/templates/groups/members.js: line 144, col 120, Line is too long. +build/public/templates/groups/members.js: line 144, col 37, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 144, col 53, ['config'] is better written in dot notation. +build/public/templates/groups/members.js: line 144, col 66, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 144, col 82, ['config'] is better written in dot notation. +build/public/templates/groups/members.js: line 144, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/groups/members.js: line 146, col 153, Line is too long. +build/public/templates/groups/members.js: line 146, col 37, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 146, col 53, ['users'] is better written in dot notation. +build/public/templates/groups/members.js: line 146, col 65, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 146, col 81, ['users'] is better written in dot notation. +build/public/templates/groups/members.js: line 146, col 99, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 146, col 115, ['users'] is better written in dot notation. +build/public/templates/groups/members.js: line 146, col 130, ['userslug'] is better written in dot notation. +build/public/templates/groups/members.js: line 148, col 153, Line is too long. +build/public/templates/groups/members.js: line 148, col 37, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 148, col 53, ['users'] is better written in dot notation. +build/public/templates/groups/members.js: line 148, col 65, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 148, col 81, ['users'] is better written in dot notation. +build/public/templates/groups/members.js: line 148, col 99, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 148, col 115, ['users'] is better written in dot notation. +build/public/templates/groups/members.js: line 148, col 130, ['username'] is better written in dot notation. +build/public/templates/groups/members.js: line 150, col 29, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 150, col 45, ['section_online'] is better written in dot notation. +build/public/templates/groups/members.js: line 152, col 162, Line is too long. +build/public/templates/groups/members.js: line 152, col 41, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 152, col 57, ['users'] is better written in dot notation. +build/public/templates/groups/members.js: line 152, col 69, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 152, col 85, ['users'] is better written in dot notation. +build/public/templates/groups/members.js: line 152, col 103, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 152, col 119, ['users'] is better written in dot notation. +build/public/templates/groups/members.js: line 152, col 134, ['lastonlineISO'] is better written in dot notation. +build/public/templates/groups/members.js: line 156, col 29, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 156, col 45, ['section_joindate'] is better written in dot notation. +build/public/templates/groups/members.js: line 158, col 160, Line is too long. +build/public/templates/groups/members.js: line 158, col 41, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 158, col 57, ['users'] is better written in dot notation. +build/public/templates/groups/members.js: line 158, col 69, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 158, col 85, ['users'] is better written in dot notation. +build/public/templates/groups/members.js: line 158, col 103, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 158, col 119, ['users'] is better written in dot notation. +build/public/templates/groups/members.js: line 158, col 134, ['joindateISO'] is better written in dot notation. +build/public/templates/groups/members.js: line 162, col 29, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 164, col 206, Line is too long. +build/public/templates/groups/members.js: line 164, col 86, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 164, col 102, ['users'] is better written in dot notation. +build/public/templates/groups/members.js: line 164, col 114, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 164, col 130, ['users'] is better written in dot notation. +build/public/templates/groups/members.js: line 164, col 148, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 164, col 164, ['users'] is better written in dot notation. +build/public/templates/groups/members.js: line 164, col 179, ['reputation'] is better written in dot notation. +build/public/templates/groups/members.js: line 168, col 29, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 170, col 205, Line is too long. +build/public/templates/groups/members.js: line 170, col 86, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 170, col 102, ['users'] is better written in dot notation. +build/public/templates/groups/members.js: line 170, col 114, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 170, col 130, ['users'] is better written in dot notation. +build/public/templates/groups/members.js: line 170, col 148, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 170, col 164, ['users'] is better written in dot notation. +build/public/templates/groups/members.js: line 170, col 179, ['postcount'] is better written in dot notation. +build/public/templates/groups/members.js: line 174, col 29, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 174, col 45, ['section_flagged'] is better written in dot notation. +build/public/templates/groups/members.js: line 176, col 124, Line is too long. +build/public/templates/groups/members.js: line 176, col 41, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 176, col 57, ['config'] is better written in dot notation. +build/public/templates/groups/members.js: line 176, col 70, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 176, col 86, ['config'] is better written in dot notation. +build/public/templates/groups/members.js: line 176, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/groups/members.js: line 178, col 152, Line is too long. +build/public/templates/groups/members.js: line 178, col 41, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 178, col 57, ['users'] is better written in dot notation. +build/public/templates/groups/members.js: line 178, col 69, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 178, col 85, ['users'] is better written in dot notation. +build/public/templates/groups/members.js: line 178, col 103, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 178, col 119, ['users'] is better written in dot notation. +build/public/templates/groups/members.js: line 178, col 134, ['uid'] is better written in dot notation. +build/public/templates/groups/members.js: line 180, col 154, Line is too long. +build/public/templates/groups/members.js: line 180, col 41, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 180, col 57, ['users'] is better written in dot notation. +build/public/templates/groups/members.js: line 180, col 69, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 180, col 85, ['users'] is better written in dot notation. +build/public/templates/groups/members.js: line 180, col 103, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 180, col 119, ['users'] is better written in dot notation. +build/public/templates/groups/members.js: line 180, col 134, ['flags'] is better written in dot notation. +build/public/templates/groups/members.js: line 134, col 13, 'key' is defined but never used. +build/public/templates/groups/members.js: line 133, col 106, 'value' is defined but never used. +build/public/templates/groups/members.js: line 133, col 98, 'length' is defined but never used. +build/public/templates/groups/members.js: line 133, col 91, 'index' is defined but never used. +build/public/templates/groups/members.js: line 132, col 11, 'value' is defined but never used. +build/public/templates/groups/members.js: line 191, col 160, Line is too long. +build/public/templates/groups/members.js: line 191, col 36, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 191, col 52, ['pagination'] is better written in dot notation. +build/public/templates/groups/members.js: line 191, col 69, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 191, col 85, ['pagination'] is better written in dot notation. +build/public/templates/groups/members.js: line 191, col 99, ['pages'] is better written in dot notation. +build/public/templates/groups/members.js: line 194, col 219, Line is too long. +build/public/templates/groups/members.js: line 194, col 29, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 194, col 45, ['pagination'] is better written in dot notation. +build/public/templates/groups/members.js: line 194, col 62, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 194, col 78, ['pagination'] is better written in dot notation. +build/public/templates/groups/members.js: line 194, col 92, ['pages'] is better written in dot notation. +build/public/templates/groups/members.js: line 194, col 104, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 194, col 120, ['pagination'] is better written in dot notation. +build/public/templates/groups/members.js: line 194, col 134, ['pages'] is better written in dot notation. +build/public/templates/groups/members.js: line 194, col 152, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 194, col 168, ['pagination'] is better written in dot notation. +build/public/templates/groups/members.js: line 194, col 182, ['pages'] is better written in dot notation. +build/public/templates/groups/members.js: line 194, col 197, ['separator'] is better written in dot notation. +build/public/templates/groups/members.js: line 195, col 227, Line is too long. +build/public/templates/groups/members.js: line 197, col 220, Line is too long. +build/public/templates/groups/members.js: line 197, col 33, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 197, col 49, ['pagination'] is better written in dot notation. +build/public/templates/groups/members.js: line 197, col 66, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 197, col 82, ['pagination'] is better written in dot notation. +build/public/templates/groups/members.js: line 197, col 96, ['pages'] is better written in dot notation. +build/public/templates/groups/members.js: line 197, col 108, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 197, col 124, ['pagination'] is better written in dot notation. +build/public/templates/groups/members.js: line 197, col 138, ['pages'] is better written in dot notation. +build/public/templates/groups/members.js: line 197, col 156, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 197, col 172, ['pagination'] is better written in dot notation. +build/public/templates/groups/members.js: line 197, col 186, ['pages'] is better written in dot notation. +build/public/templates/groups/members.js: line 197, col 201, ['active'] is better written in dot notation. +build/public/templates/groups/members.js: line 201, col 226, Line is too long. +build/public/templates/groups/members.js: line 201, col 41, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 201, col 57, ['pagination'] is better written in dot notation. +build/public/templates/groups/members.js: line 201, col 74, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 201, col 90, ['pagination'] is better written in dot notation. +build/public/templates/groups/members.js: line 201, col 104, ['pages'] is better written in dot notation. +build/public/templates/groups/members.js: line 201, col 116, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 201, col 132, ['pagination'] is better written in dot notation. +build/public/templates/groups/members.js: line 201, col 146, ['pages'] is better written in dot notation. +build/public/templates/groups/members.js: line 201, col 164, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 201, col 180, ['pagination'] is better written in dot notation. +build/public/templates/groups/members.js: line 201, col 194, ['pages'] is better written in dot notation. +build/public/templates/groups/members.js: line 201, col 209, ['qs'] is better written in dot notation. +build/public/templates/groups/members.js: line 203, col 228, Line is too long. +build/public/templates/groups/members.js: line 203, col 41, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 203, col 57, ['pagination'] is better written in dot notation. +build/public/templates/groups/members.js: line 203, col 74, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 203, col 90, ['pagination'] is better written in dot notation. +build/public/templates/groups/members.js: line 203, col 104, ['pages'] is better written in dot notation. +build/public/templates/groups/members.js: line 203, col 116, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 203, col 132, ['pagination'] is better written in dot notation. +build/public/templates/groups/members.js: line 203, col 146, ['pages'] is better written in dot notation. +build/public/templates/groups/members.js: line 203, col 164, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 203, col 180, ['pagination'] is better written in dot notation. +build/public/templates/groups/members.js: line 203, col 194, ['pages'] is better written in dot notation. +build/public/templates/groups/members.js: line 203, col 209, ['page'] is better written in dot notation. +build/public/templates/groups/members.js: line 205, col 228, Line is too long. +build/public/templates/groups/members.js: line 205, col 41, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 205, col 57, ['pagination'] is better written in dot notation. +build/public/templates/groups/members.js: line 205, col 74, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 205, col 90, ['pagination'] is better written in dot notation. +build/public/templates/groups/members.js: line 205, col 104, ['pages'] is better written in dot notation. +build/public/templates/groups/members.js: line 205, col 116, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 205, col 132, ['pagination'] is better written in dot notation. +build/public/templates/groups/members.js: line 205, col 146, ['pages'] is better written in dot notation. +build/public/templates/groups/members.js: line 205, col 164, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 205, col 180, ['pagination'] is better written in dot notation. +build/public/templates/groups/members.js: line 205, col 194, ['pages'] is better written in dot notation. +build/public/templates/groups/members.js: line 205, col 209, ['page'] is better written in dot notation. +build/public/templates/groups/members.js: line 207, col 228, Line is too long. +build/public/templates/groups/members.js: line 207, col 41, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 207, col 57, ['pagination'] is better written in dot notation. +build/public/templates/groups/members.js: line 207, col 74, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 207, col 90, ['pagination'] is better written in dot notation. +build/public/templates/groups/members.js: line 207, col 104, ['pages'] is better written in dot notation. +build/public/templates/groups/members.js: line 207, col 116, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 207, col 132, ['pagination'] is better written in dot notation. +build/public/templates/groups/members.js: line 207, col 146, ['pages'] is better written in dot notation. +build/public/templates/groups/members.js: line 207, col 164, Expected '!==' and instead saw '!='. +build/public/templates/groups/members.js: line 207, col 180, ['pagination'] is better written in dot notation. +build/public/templates/groups/members.js: line 207, col 194, ['pages'] is better written in dot notation. +build/public/templates/groups/members.js: line 207, col 209, ['page'] is better written in dot notation. +build/public/templates/groups/members.js: line 192, col 13, 'key' is defined but never used. +build/public/templates/groups/members.js: line 191, col 153, 'value' is defined but never used. +build/public/templates/groups/members.js: line 191, col 145, 'length' is defined but never used. +build/public/templates/groups/members.js: line 191, col 138, 'index' is defined but never used. +build/public/templates/groups/members.js: line 190, col 11, 'value' is defined but never used. +build/public/templates/groups/members.js: line 188, col 81, 'helper' is defined but never used. +build/public/templates/groups/members.js: line 217, col 3, Missing semicolon. +build/public/templates/groups/members.js: line 5, col 46, 'define' is not defined. +build/public/templates/groups/members.js: line 6, col 5, 'define' is not defined. + +build/public/templates/header.js: line 13, col 174, Line is too long. +build/public/templates/header.js: line 13, col 75, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 13, col 91, ['userLang'] is better written in dot notation. +build/public/templates/header.js: line 13, col 130, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 13, col 146, ['defaultLang'] is better written in dot notation. +build/public/templates/header.js: line 15, col 25, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 15, col 41, ['languageDirection'] is better written in dot notation. +build/public/templates/header.js: line 17, col 37, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 17, col 53, ['languageDirection'] is better written in dot notation. +build/public/templates/header.js: line 19, col 37, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 19, col 53, ['languageDirection'] is better written in dot notation. +build/public/templates/header.js: line 23, col 33, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 23, col 49, ['browserTitle'] is better written in dot notation. +build/public/templates/header.js: line 25, col 22, ['metaTags'] is better written in dot notation. +build/public/templates/header.js: line 27, col 33, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 27, col 49, ['relative_path'] is better written in dot notation. +build/public/templates/header.js: line 29, col 25, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 29, col 41, ['bootswatchSkin'] is better written in dot notation. +build/public/templates/header.js: line 31, col 37, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 31, col 53, ['bootswatchSkin'] is better written in dot notation. +build/public/templates/header.js: line 33, col 26, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 33, col 42, ['languageDirection'] is better written in dot notation. +build/public/templates/header.js: line 33, col 74, Expected '===' and instead saw '=='. +build/public/templates/header.js: line 37, col 115, Line is too long. +build/public/templates/header.js: line 37, col 33, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 37, col 49, ['config'] is better written in dot notation. +build/public/templates/header.js: line 37, col 62, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 37, col 78, ['config'] is better written in dot notation. +build/public/templates/header.js: line 39, col 22, ['linkTags'] is better written in dot notation. +build/public/templates/header.js: line 41, col 24, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 41, col 40, ['configJSON'] is better written in dot notation. +build/public/templates/header.js: line 43, col 24, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 43, col 40, ['userJSON'] is better written in dot notation. +build/public/templates/header.js: line 44, col 142, Line is too long. +build/public/templates/header.js: line 45, col 25, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 45, col 41, ['useCustomHTML'] is better written in dot notation. +build/public/templates/header.js: line 47, col 28, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 47, col 44, ['customHTML'] is better written in dot notation. +build/public/templates/header.js: line 51, col 25, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 51, col 41, ['useCustomCSS'] is better written in dot notation. +build/public/templates/header.js: line 53, col 28, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 53, col 44, ['customCSS'] is better written in dot notation. +build/public/templates/header.js: line 57, col 33, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 57, col 49, ['bodyClass'] is better written in dot notation. +build/public/templates/header.js: line 59, col 25, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 59, col 41, ['bootswatchSkin'] is better written in dot notation. +build/public/templates/header.js: line 60, col 35, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 60, col 51, ['bootswatchSkin'] is better written in dot notation. +build/public/templates/header.js: line 62, col 270, Line is too long. +build/public/templates/header.js: line 63, col 101, Line is too long. +build/public/templates/header.js: line 63, col 25, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 63, col 41, ['config'] is better written in dot notation. +build/public/templates/header.js: line 63, col 54, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 63, col 70, ['config'] is better written in dot notation. +build/public/templates/header.js: line 63, col 80, ['loggedIn'] is better written in dot notation. +build/public/templates/header.js: line 64, col 266, Line is too long. +build/public/templates/header.js: line 65, col 129, Line is too long. +build/public/templates/header.js: line 65, col 37, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 65, col 53, ['unreadCount'] is better written in dot notation. +build/public/templates/header.js: line 65, col 71, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 65, col 87, ['unreadCount'] is better written in dot notation. +build/public/templates/header.js: line 65, col 102, ['notification'] is better written in dot notation. +build/public/templates/header.js: line 67, col 108, Line is too long. +build/public/templates/header.js: line 67, col 29, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 67, col 45, ['config'] is better written in dot notation. +build/public/templates/header.js: line 67, col 58, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 67, col 74, ['config'] is better written in dot notation. +build/public/templates/header.js: line 67, col 84, ['disableChat'] is better written in dot notation. +build/public/templates/header.js: line 69, col 220, Line is too long. +build/public/templates/header.js: line 70, col 125, Line is too long. +build/public/templates/header.js: line 70, col 41, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 70, col 57, ['unreadCount'] is better written in dot notation. +build/public/templates/header.js: line 70, col 75, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 70, col 91, ['unreadCount'] is better written in dot notation. +build/public/templates/header.js: line 70, col 106, ['chat'] is better written in dot notation. +build/public/templates/header.js: line 72, col 156, Line is too long. +build/public/templates/header.js: line 73, col 187, Line is too long. +build/public/templates/header.js: line 73, col 78, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 73, col 94, ['user'] is better written in dot notation. +build/public/templates/header.js: line 73, col 137, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 74, col 627, Line is too long. +build/public/templates/header.js: line 75, col 37, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 75, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/header.js: line 77, col 108, Line is too long. +build/public/templates/header.js: line 77, col 29, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 77, col 45, ['config'] is better written in dot notation. +build/public/templates/header.js: line 77, col 58, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 77, col 74, ['config'] is better written in dot notation. +build/public/templates/header.js: line 77, col 84, ['disableChat'] is better written in dot notation. +build/public/templates/header.js: line 79, col 312, Line is too long. +build/public/templates/header.js: line 80, col 41, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 80, col 57, ['relative_path'] is better written in dot notation. +build/public/templates/header.js: line 82, col 115, Line is too long. +build/public/templates/header.js: line 82, col 41, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 82, col 57, ['user'] is better written in dot notation. +build/public/templates/header.js: line 82, col 68, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 82, col 84, ['user'] is better written in dot notation. +build/public/templates/header.js: line 82, col 92, ['userslug'] is better written in dot notation. +build/public/templates/header.js: line 86, col 575, Line is too long. +build/public/templates/header.js: line 87, col 125, Line is too long. +build/public/templates/header.js: line 87, col 33, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 87, col 49, ['unreadCount'] is better written in dot notation. +build/public/templates/header.js: line 87, col 67, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 87, col 83, ['unreadCount'] is better written in dot notation. +build/public/templates/header.js: line 87, col 98, ['mobileUnread'] is better written in dot notation. +build/public/templates/header.js: line 89, col 122, Line is too long. +build/public/templates/header.js: line 89, col 33, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 89, col 49, ['unreadCount'] is better written in dot notation. +build/public/templates/header.js: line 89, col 67, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 89, col 83, ['unreadCount'] is better written in dot notation. +build/public/templates/header.js: line 89, col 98, ['unreadUrl'] is better written in dot notation. +build/public/templates/header.js: line 90, col 110, Line is too long. +build/public/templates/header.js: line 91, col 25, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 93, col 29, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 94, col 39, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 95, col 39, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 95, col 55, ['relative_path'] is better written in dot notation. +build/public/templates/header.js: line 98, col 37, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 100, col 37, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 102, col 37, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 104, col 119, Line is too long. +build/public/templates/header.js: line 104, col 37, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 104, col 53, ['config'] is better written in dot notation. +build/public/templates/header.js: line 104, col 66, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 104, col 82, ['config'] is better written in dot notation. +build/public/templates/header.js: line 108, col 106, Line is too long. +build/public/templates/header.js: line 108, col 25, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 108, col 41, ['config'] is better written in dot notation. +build/public/templates/header.js: line 108, col 54, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 108, col 70, ['config'] is better written in dot notation. +build/public/templates/header.js: line 108, col 80, ['showSiteTitle'] is better written in dot notation. +build/public/templates/header.js: line 110, col 29, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 111, col 39, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 112, col 39, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 112, col 55, ['relative_path'] is better written in dot notation. +build/public/templates/header.js: line 115, col 116, Line is too long. +build/public/templates/header.js: line 115, col 37, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 115, col 53, ['config'] is better written in dot notation. +build/public/templates/header.js: line 115, col 66, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 115, col 82, ['config'] is better written in dot notation. +build/public/templates/header.js: line 115, col 92, ['siteTitle'] is better written in dot notation. +build/public/templates/header.js: line 119, col 261, Line is too long. +build/public/templates/header.js: line 119, col 26, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 119, col 42, ['config'] is better written in dot notation. +build/public/templates/header.js: line 119, col 55, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 119, col 71, ['config'] is better written in dot notation. +build/public/templates/header.js: line 119, col 81, ['searchEnabled'] is better written in dot notation. +build/public/templates/header.js: line 119, col 127, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 119, col 143, ['user'] is better written in dot notation. +build/public/templates/header.js: line 119, col 154, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 119, col 170, ['user'] is better written in dot notation. +build/public/templates/header.js: line 119, col 178, ['privileges'] is better written in dot notation. +build/public/templates/header.js: line 119, col 195, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 119, col 211, ['user'] is better written in dot notation. +build/public/templates/header.js: line 119, col 219, ['privileges'] is better written in dot notation. +build/public/templates/header.js: line 121, col 120, Line is too long. +build/public/templates/header.js: line 121, col 37, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 121, col 53, ['config'] is better written in dot notation. +build/public/templates/header.js: line 121, col 66, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 121, col 82, ['config'] is better written in dot notation. +build/public/templates/header.js: line 121, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/header.js: line 122, col 426, Line is too long. +build/public/templates/header.js: line 123, col 127, Line is too long. +build/public/templates/header.js: line 123, col 37, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 123, col 53, ['config'] is better written in dot notation. +build/public/templates/header.js: line 123, col 66, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 123, col 82, ['config'] is better written in dot notation. +build/public/templates/header.js: line 123, col 92, ['searchDefaultInQuick'] is better written in dot notation. +build/public/templates/header.js: line 124, col 174, Line is too long. +build/public/templates/header.js: line 127, col 101, Line is too long. +build/public/templates/header.js: line 127, col 25, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 127, col 41, ['config'] is better written in dot notation. +build/public/templates/header.js: line 127, col 54, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 127, col 70, ['config'] is better written in dot notation. +build/public/templates/header.js: line 127, col 80, ['loggedIn'] is better written in dot notation. +build/public/templates/header.js: line 128, col 209, Line is too long. +build/public/templates/header.js: line 129, col 129, Line is too long. +build/public/templates/header.js: line 129, col 37, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 129, col 53, ['unreadCount'] is better written in dot notation. +build/public/templates/header.js: line 129, col 71, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 129, col 87, ['unreadCount'] is better written in dot notation. +build/public/templates/header.js: line 129, col 102, ['notification'] is better written in dot notation. +build/public/templates/header.js: line 130, col 134, Line is too long. +build/public/templates/header.js: line 131, col 121, Line is too long. +build/public/templates/header.js: line 131, col 37, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 131, col 53, ['unreadCount'] is better written in dot notation. +build/public/templates/header.js: line 131, col 71, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 131, col 87, ['unreadCount'] is better written in dot notation. +build/public/templates/header.js: line 131, col 102, ['chat'] is better written in dot notation. +build/public/templates/header.js: line 133, col 174, Line is too long. +build/public/templates/header.js: line 133, col 78, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 133, col 94, ['user'] is better written in dot notation. +build/public/templates/header.js: line 133, col 137, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 136, col 242, Line is too long. +build/public/templates/header.js: line 137, col 22, ['navigation'] is better written in dot notation. +build/public/templates/header.js: line 138, col 189, Line is too long. +build/public/templates/header.js: line 139, col 112, Line is too long. +build/public/templates/header.js: line 139, col 33, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 139, col 49, ['config'] is better written in dot notation. +build/public/templates/header.js: line 139, col 62, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 139, col 78, ['config'] is better written in dot notation. +build/public/templates/header.js: line 139, col 88, ['siteTitle'] is better written in dot notation. +build/public/templates/header.js: line 141, col 261, Line is too long. +build/public/templates/header.js: line 141, col 26, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 141, col 42, ['config'] is better written in dot notation. +build/public/templates/header.js: line 141, col 55, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 141, col 71, ['config'] is better written in dot notation. +build/public/templates/header.js: line 141, col 81, ['searchEnabled'] is better written in dot notation. +build/public/templates/header.js: line 141, col 127, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 141, col 143, ['user'] is better written in dot notation. +build/public/templates/header.js: line 141, col 154, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 141, col 170, ['user'] is better written in dot notation. +build/public/templates/header.js: line 141, col 178, ['privileges'] is better written in dot notation. +build/public/templates/header.js: line 141, col 195, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 141, col 211, ['user'] is better written in dot notation. +build/public/templates/header.js: line 141, col 219, ['privileges'] is better written in dot notation. +build/public/templates/header.js: line 142, col 465, Line is too long. +build/public/templates/header.js: line 143, col 120, Line is too long. +build/public/templates/header.js: line 143, col 37, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 143, col 53, ['config'] is better written in dot notation. +build/public/templates/header.js: line 143, col 66, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 143, col 82, ['config'] is better written in dot notation. +build/public/templates/header.js: line 143, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/header.js: line 144, col 918, Line is too long. +build/public/templates/header.js: line 147, col 25, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 147, col 41, ['maintenanceHeader'] is better written in dot notation. +build/public/templates/header.js: line 149, col 37, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 149, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/header.js: line 150, col 133, Line is too long. +build/public/templates/header.js: line 152, col 105, Line is too long. +build/public/templates/header.js: line 152, col 29, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 152, col 45, ['config'] is better written in dot notation. +build/public/templates/header.js: line 152, col 58, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 152, col 74, ['config'] is better written in dot notation. +build/public/templates/header.js: line 152, col 84, ['loggedIn'] is better written in dot notation. +build/public/templates/header.js: line 153, col 485, Line is too long. +build/public/templates/header.js: line 154, col 123, Line is too long. +build/public/templates/header.js: line 154, col 33, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 154, col 49, ['unreadCount'] is better written in dot notation. +build/public/templates/header.js: line 154, col 67, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 154, col 83, ['unreadCount'] is better written in dot notation. +build/public/templates/header.js: line 154, col 98, ['notification'] is better written in dot notation. +build/public/templates/header.js: line 158, col 133, Line is too long. +build/public/templates/header.js: line 158, col 41, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 158, col 57, ['unreadCount'] is better written in dot notation. +build/public/templates/header.js: line 158, col 75, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 158, col 91, ['unreadCount'] is better written in dot notation. +build/public/templates/header.js: line 158, col 106, ['notification'] is better written in dot notation. +build/public/templates/header.js: line 159, col 1672, Line is too long. +build/public/templates/header.js: line 160, col 41, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 160, col 57, ['relative_path'] is better written in dot notation. +build/public/templates/header.js: line 161, col 125, Line is too long. +build/public/templates/header.js: line 162, col 33, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 162, col 49, ['canChat'] is better written in dot notation. +build/public/templates/header.js: line 163, col 154, Line is too long. +build/public/templates/header.js: line 164, col 45, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 164, col 61, ['relative_path'] is better written in dot notation. +build/public/templates/header.js: line 166, col 119, Line is too long. +build/public/templates/header.js: line 166, col 45, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 166, col 61, ['user'] is better written in dot notation. +build/public/templates/header.js: line 166, col 72, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 166, col 88, ['user'] is better written in dot notation. +build/public/templates/header.js: line 166, col 96, ['userslug'] is better written in dot notation. +build/public/templates/header.js: line 167, col 207, Line is too long. +build/public/templates/header.js: line 168, col 119, Line is too long. +build/public/templates/header.js: line 168, col 37, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 168, col 53, ['unreadCount'] is better written in dot notation. +build/public/templates/header.js: line 168, col 71, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 168, col 87, ['unreadCount'] is better written in dot notation. +build/public/templates/header.js: line 168, col 102, ['chat'] is better written in dot notation. +build/public/templates/header.js: line 172, col 129, Line is too long. +build/public/templates/header.js: line 172, col 45, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 172, col 61, ['unreadCount'] is better written in dot notation. +build/public/templates/header.js: line 172, col 79, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 172, col 95, ['unreadCount'] is better written in dot notation. +build/public/templates/header.js: line 172, col 110, ['chat'] is better written in dot notation. +build/public/templates/header.js: line 173, col 1488, Line is too long. +build/public/templates/header.js: line 174, col 45, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 174, col 61, ['relative_path'] is better written in dot notation. +build/public/templates/header.js: line 176, col 119, Line is too long. +build/public/templates/header.js: line 176, col 45, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 176, col 61, ['user'] is better written in dot notation. +build/public/templates/header.js: line 176, col 72, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 176, col 88, ['user'] is better written in dot notation. +build/public/templates/header.js: line 176, col 96, ['userslug'] is better written in dot notation. +build/public/templates/header.js: line 177, col 123, Line is too long. +build/public/templates/header.js: line 179, col 302, Line is too long. +build/public/templates/header.js: line 180, col 178, Line is too long. +build/public/templates/header.js: line 180, col 82, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 180, col 98, ['user'] is better written in dot notation. +build/public/templates/header.js: line 180, col 141, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 182, col 115, Line is too long. +build/public/templates/header.js: line 182, col 41, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 182, col 57, ['user'] is better written in dot notation. +build/public/templates/header.js: line 182, col 68, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 182, col 84, ['user'] is better written in dot notation. +build/public/templates/header.js: line 182, col 92, ['username'] is better written in dot notation. +build/public/templates/header.js: line 183, col 434, Line is too long. +build/public/templates/header.js: line 184, col 41, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 184, col 57, ['relative_path'] is better written in dot notation. +build/public/templates/header.js: line 186, col 115, Line is too long. +build/public/templates/header.js: line 186, col 41, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 186, col 57, ['user'] is better written in dot notation. +build/public/templates/header.js: line 186, col 68, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 186, col 84, ['user'] is better written in dot notation. +build/public/templates/header.js: line 186, col 92, ['userslug'] is better written in dot notation. +build/public/templates/header.js: line 187, col 179, Line is too long. +build/public/templates/header.js: line 188, col 113, Line is too long. +build/public/templates/header.js: line 188, col 41, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 188, col 57, ['user'] is better written in dot notation. +build/public/templates/header.js: line 188, col 68, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 188, col 84, ['user'] is better written in dot notation. +build/public/templates/header.js: line 188, col 92, ['status'] is better written in dot notation. +build/public/templates/header.js: line 190, col 113, Line is too long. +build/public/templates/header.js: line 190, col 41, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 190, col 57, ['user'] is better written in dot notation. +build/public/templates/header.js: line 190, col 68, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 190, col 84, ['user'] is better written in dot notation. +build/public/templates/header.js: line 190, col 92, ['status'] is better written in dot notation. +build/public/templates/header.js: line 192, col 115, Line is too long. +build/public/templates/header.js: line 192, col 41, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 192, col 57, ['user'] is better written in dot notation. +build/public/templates/header.js: line 192, col 68, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 192, col 84, ['user'] is better written in dot notation. +build/public/templates/header.js: line 192, col 92, ['username'] is better written in dot notation. +build/public/templates/header.js: line 193, col 268, Line is too long. +build/public/templates/header.js: line 194, col 103, Line is too long. +build/public/templates/header.js: line 194, col 33, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 194, col 49, ['user'] is better written in dot notation. +build/public/templates/header.js: line 194, col 60, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 194, col 76, ['user'] is better written in dot notation. +build/public/templates/header.js: line 194, col 84, ['online'] is better written in dot notation. +build/public/templates/header.js: line 197, col 351, Line is too long. +build/public/templates/header.js: line 198, col 101, Line is too long. +build/public/templates/header.js: line 198, col 33, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 198, col 49, ['user'] is better written in dot notation. +build/public/templates/header.js: line 198, col 60, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 198, col 76, ['user'] is better written in dot notation. +build/public/templates/header.js: line 198, col 84, ['away'] is better written in dot notation. +build/public/templates/header.js: line 201, col 345, Line is too long. +build/public/templates/header.js: line 202, col 33, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 202, col 49, ['user'] is better written in dot notation. +build/public/templates/header.js: line 202, col 60, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 202, col 76, ['user'] is better written in dot notation. +build/public/templates/header.js: line 202, col 84, ['dnd'] is better written in dot notation. +build/public/templates/header.js: line 205, col 342, Line is too long. +build/public/templates/header.js: line 206, col 104, Line is too long. +build/public/templates/header.js: line 206, col 33, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 206, col 49, ['user'] is better written in dot notation. +build/public/templates/header.js: line 206, col 60, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 206, col 76, ['user'] is better written in dot notation. +build/public/templates/header.js: line 206, col 84, ['offline'] is better written in dot notation. +build/public/templates/header.js: line 209, col 360, Line is too long. +build/public/templates/header.js: line 210, col 41, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 210, col 57, ['relative_path'] is better written in dot notation. +build/public/templates/header.js: line 212, col 115, Line is too long. +build/public/templates/header.js: line 212, col 41, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 212, col 57, ['user'] is better written in dot notation. +build/public/templates/header.js: line 212, col 68, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 212, col 84, ['user'] is better written in dot notation. +build/public/templates/header.js: line 212, col 92, ['userslug'] is better written in dot notation. +build/public/templates/header.js: line 213, col 215, Line is too long. +build/public/templates/header.js: line 214, col 41, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 214, col 57, ['relative_path'] is better written in dot notation. +build/public/templates/header.js: line 216, col 115, Line is too long. +build/public/templates/header.js: line 216, col 41, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 216, col 57, ['user'] is better written in dot notation. +build/public/templates/header.js: line 216, col 68, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 216, col 84, ['user'] is better written in dot notation. +build/public/templates/header.js: line 216, col 92, ['userslug'] is better written in dot notation. +build/public/templates/header.js: line 217, col 213, Line is too long. +build/public/templates/header.js: line 218, col 41, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 218, col 57, ['relative_path'] is better written in dot notation. +build/public/templates/header.js: line 220, col 115, Line is too long. +build/public/templates/header.js: line 220, col 41, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 220, col 57, ['user'] is better written in dot notation. +build/public/templates/header.js: line 220, col 68, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 220, col 84, ['user'] is better written in dot notation. +build/public/templates/header.js: line 220, col 92, ['userslug'] is better written in dot notation. +build/public/templates/header.js: line 221, col 131, Line is too long. +build/public/templates/header.js: line 222, col 33, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 222, col 49, ['showModMenu'] is better written in dot notation. +build/public/templates/header.js: line 223, col 194, Line is too long. +build/public/templates/header.js: line 224, col 45, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 224, col 61, ['relative_path'] is better written in dot notation. +build/public/templates/header.js: line 225, col 180, Line is too long. +build/public/templates/header.js: line 226, col 45, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 226, col 61, ['relative_path'] is better written in dot notation. +build/public/templates/header.js: line 227, col 144, Line is too long. +build/public/templates/header.js: line 228, col 37, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 228, col 53, ['registrationQueueEnabled'] is better written in dot notation. +build/public/templates/header.js: line 230, col 49, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 230, col 65, ['relative_path'] is better written in dot notation. +build/public/templates/header.js: line 231, col 163, Line is too long. +build/public/templates/header.js: line 234, col 45, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 234, col 61, ['relative_path'] is better written in dot notation. +build/public/templates/header.js: line 235, col 142, Line is too long. +build/public/templates/header.js: line 237, col 37, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 237, col 53, ['postQueueEnabled'] is better written in dot notation. +build/public/templates/header.js: line 239, col 49, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 239, col 65, ['relative_path'] is better written in dot notation. +build/public/templates/header.js: line 240, col 147, Line is too long. +build/public/templates/header.js: line 243, col 144, Line is too long. +build/public/templates/header.js: line 244, col 41, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 244, col 57, ['relative_path'] is better written in dot notation. +build/public/templates/header.js: line 246, col 121, Line is too long. +build/public/templates/header.js: line 246, col 41, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 246, col 57, ['config'] is better written in dot notation. +build/public/templates/header.js: line 246, col 70, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 246, col 86, ['config'] is better written in dot notation. +build/public/templates/header.js: line 246, col 96, ['csrf_token'] is better written in dot notation. +build/public/templates/header.js: line 247, col 268, Line is too long. +build/public/templates/header.js: line 248, col 106, Line is too long. +build/public/templates/header.js: line 249, col 33, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 249, col 49, ['allowRegistration'] is better written in dot notation. +build/public/templates/header.js: line 251, col 45, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 251, col 61, ['relative_path'] is better written in dot notation. +build/public/templates/header.js: line 252, col 146, Line is too long. +build/public/templates/header.js: line 255, col 41, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 255, col 57, ['relative_path'] is better written in dot notation. +build/public/templates/header.js: line 256, col 146, Line is too long. +build/public/templates/header.js: line 258, col 666, Line is too long. +build/public/templates/header.js: line 259, col 25, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 259, col 41, ['noScriptMessage'] is better written in dot notation. +build/public/templates/header.js: line 261, col 37, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 261, col 53, ['noScriptMessage'] is better written in dot notation. +build/public/templates/header.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/header.js: line 270, col 116, Line is too long. +build/public/templates/header.js: line 270, col 36, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 270, col 52, ['metaTags'] is better written in dot notation. +build/public/templates/header.js: line 271, col 13, 'key' is defined but never used. +build/public/templates/header.js: line 269, col 11, 'value' is defined but never used. +build/public/templates/header.js: line 280, col 116, Line is too long. +build/public/templates/header.js: line 280, col 36, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 280, col 52, ['linkTags'] is better written in dot notation. +build/public/templates/header.js: line 281, col 13, 'key' is defined but never used. +build/public/templates/header.js: line 279, col 11, 'value' is defined but never used. +build/public/templates/header.js: line 290, col 118, Line is too long. +build/public/templates/header.js: line 290, col 36, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 290, col 52, ['navigation'] is better written in dot notation. +build/public/templates/header.js: line 295, col 169, Line is too long. +build/public/templates/header.js: line 295, col 41, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 295, col 57, ['navigation'] is better written in dot notation. +build/public/templates/header.js: line 295, col 74, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 295, col 90, ['navigation'] is better written in dot notation. +build/public/templates/header.js: line 295, col 113, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 295, col 129, ['navigation'] is better written in dot notation. +build/public/templates/header.js: line 296, col 162, Line is too long. +build/public/templates/header.js: line 296, col 33, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 296, col 49, ['navigation'] is better written in dot notation. +build/public/templates/header.js: line 296, col 66, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 296, col 82, ['navigation'] is better written in dot notation. +build/public/templates/header.js: line 296, col 105, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 296, col 121, ['navigation'] is better written in dot notation. +build/public/templates/header.js: line 296, col 141, ['dropdown'] is better written in dot notation. +build/public/templates/header.js: line 300, col 169, Line is too long. +build/public/templates/header.js: line 300, col 41, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 300, col 57, ['navigation'] is better written in dot notation. +build/public/templates/header.js: line 300, col 74, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 300, col 90, ['navigation'] is better written in dot notation. +build/public/templates/header.js: line 300, col 113, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 300, col 129, ['navigation'] is better written in dot notation. +build/public/templates/header.js: line 300, col 149, ['title'] is better written in dot notation. +build/public/templates/header.js: line 302, col 162, Line is too long. +build/public/templates/header.js: line 302, col 33, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 302, col 49, ['navigation'] is better written in dot notation. +build/public/templates/header.js: line 302, col 66, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 302, col 82, ['navigation'] is better written in dot notation. +build/public/templates/header.js: line 302, col 105, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 302, col 121, ['navigation'] is better written in dot notation. +build/public/templates/header.js: line 302, col 141, ['dropdown'] is better written in dot notation. +build/public/templates/header.js: line 306, col 162, Line is too long. +build/public/templates/header.js: line 306, col 33, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 306, col 49, ['navigation'] is better written in dot notation. +build/public/templates/header.js: line 306, col 66, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 306, col 82, ['navigation'] is better written in dot notation. +build/public/templates/header.js: line 306, col 105, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 306, col 121, ['navigation'] is better written in dot notation. +build/public/templates/header.js: line 306, col 141, ['dropdown'] is better written in dot notation. +build/public/templates/header.js: line 307, col 123, Line is too long. +build/public/templates/header.js: line 309, col 173, Line is too long. +build/public/templates/header.js: line 309, col 45, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 309, col 61, ['navigation'] is better written in dot notation. +build/public/templates/header.js: line 309, col 78, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 309, col 94, ['navigation'] is better written in dot notation. +build/public/templates/header.js: line 309, col 117, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 309, col 133, ['navigation'] is better written in dot notation. +build/public/templates/header.js: line 309, col 153, ['route'] is better written in dot notation. +build/public/templates/header.js: line 312, col 156, Line is too long. +build/public/templates/header.js: line 312, col 33, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 312, col 49, ['navigation'] is better written in dot notation. +build/public/templates/header.js: line 312, col 66, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 312, col 82, ['navigation'] is better written in dot notation. +build/public/templates/header.js: line 312, col 105, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 312, col 121, ['navigation'] is better written in dot notation. +build/public/templates/header.js: line 312, col 141, ['id'] is better written in dot notation. +build/public/templates/header.js: line 314, col 170, Line is too long. +build/public/templates/header.js: line 314, col 45, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 314, col 61, ['navigation'] is better written in dot notation. +build/public/templates/header.js: line 314, col 78, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 314, col 94, ['navigation'] is better written in dot notation. +build/public/templates/header.js: line 314, col 117, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 314, col 133, ['navigation'] is better written in dot notation. +build/public/templates/header.js: line 314, col 153, ['id'] is better written in dot notation. +build/public/templates/header.js: line 317, col 165, Line is too long. +build/public/templates/header.js: line 317, col 33, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 317, col 49, ['navigation'] is better written in dot notation. +build/public/templates/header.js: line 317, col 66, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 317, col 82, ['navigation'] is better written in dot notation. +build/public/templates/header.js: line 317, col 105, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 317, col 121, ['navigation'] is better written in dot notation. +build/public/templates/header.js: line 317, col 141, ['targetBlank'] is better written in dot notation. +build/public/templates/header.js: line 321, col 163, Line is too long. +build/public/templates/header.js: line 321, col 33, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 321, col 49, ['navigation'] is better written in dot notation. +build/public/templates/header.js: line 321, col 66, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 321, col 82, ['navigation'] is better written in dot notation. +build/public/templates/header.js: line 321, col 105, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 321, col 121, ['navigation'] is better written in dot notation. +build/public/templates/header.js: line 321, col 141, ['iconClass'] is better written in dot notation. +build/public/templates/header.js: line 323, col 177, Line is too long. +build/public/templates/header.js: line 323, col 45, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 323, col 61, ['navigation'] is better written in dot notation. +build/public/templates/header.js: line 323, col 78, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 323, col 94, ['navigation'] is better written in dot notation. +build/public/templates/header.js: line 323, col 117, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 323, col 133, ['navigation'] is better written in dot notation. +build/public/templates/header.js: line 323, col 153, ['iconClass'] is better written in dot notation. +build/public/templates/header.js: line 325, col 175, Line is too long. +build/public/templates/header.js: line 325, col 45, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 325, col 61, ['navigation'] is better written in dot notation. +build/public/templates/header.js: line 325, col 78, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 325, col 94, ['navigation'] is better written in dot notation. +build/public/templates/header.js: line 325, col 117, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 325, col 133, ['navigation'] is better written in dot notation. +build/public/templates/header.js: line 325, col 153, ['content'] is better written in dot notation. +build/public/templates/header.js: line 329, col 158, Line is too long. +build/public/templates/header.js: line 329, col 33, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 329, col 49, ['navigation'] is better written in dot notation. +build/public/templates/header.js: line 329, col 66, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 329, col 82, ['navigation'] is better written in dot notation. +build/public/templates/header.js: line 329, col 105, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 329, col 121, ['navigation'] is better written in dot notation. +build/public/templates/header.js: line 329, col 141, ['text'] is better written in dot notation. +build/public/templates/header.js: line 331, col 177, Line is too long. +build/public/templates/header.js: line 331, col 45, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 331, col 61, ['navigation'] is better written in dot notation. +build/public/templates/header.js: line 331, col 78, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 331, col 94, ['navigation'] is better written in dot notation. +build/public/templates/header.js: line 331, col 117, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 331, col 133, ['navigation'] is better written in dot notation. +build/public/templates/header.js: line 331, col 153, ['textClass'] is better written in dot notation. +build/public/templates/header.js: line 333, col 172, Line is too long. +build/public/templates/header.js: line 333, col 45, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 333, col 61, ['navigation'] is better written in dot notation. +build/public/templates/header.js: line 333, col 78, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 333, col 94, ['navigation'] is better written in dot notation. +build/public/templates/header.js: line 333, col 117, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 333, col 133, ['navigation'] is better written in dot notation. +build/public/templates/header.js: line 333, col 153, ['text'] is better written in dot notation. +build/public/templates/header.js: line 337, col 162, Line is too long. +build/public/templates/header.js: line 337, col 33, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 337, col 49, ['navigation'] is better written in dot notation. +build/public/templates/header.js: line 337, col 66, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 337, col 82, ['navigation'] is better written in dot notation. +build/public/templates/header.js: line 337, col 105, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 337, col 121, ['navigation'] is better written in dot notation. +build/public/templates/header.js: line 337, col 141, ['dropdown'] is better written in dot notation. +build/public/templates/header.js: line 341, col 162, Line is too long. +build/public/templates/header.js: line 341, col 33, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 341, col 49, ['navigation'] is better written in dot notation. +build/public/templates/header.js: line 341, col 66, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 341, col 82, ['navigation'] is better written in dot notation. +build/public/templates/header.js: line 341, col 105, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 341, col 121, ['navigation'] is better written in dot notation. +build/public/templates/header.js: line 341, col 141, ['dropdown'] is better written in dot notation. +build/public/templates/header.js: line 343, col 183, Line is too long. +build/public/templates/header.js: line 343, col 45, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 343, col 61, ['navigation'] is better written in dot notation. +build/public/templates/header.js: line 343, col 78, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 343, col 94, ['navigation'] is better written in dot notation. +build/public/templates/header.js: line 343, col 117, Expected '!==' and instead saw '!='. +build/public/templates/header.js: line 343, col 133, ['navigation'] is better written in dot notation. +build/public/templates/header.js: line 343, col 153, ['dropdownContent'] is better written in dot notation. +build/public/templates/header.js: line 291, col 13, 'key' is defined but never used. +build/public/templates/header.js: line 290, col 111, 'value' is defined but never used. +build/public/templates/header.js: line 290, col 103, 'length' is defined but never used. +build/public/templates/header.js: line 289, col 11, 'value' is defined but never used. +build/public/templates/header.js: line 356, col 3, Missing semicolon. +build/public/templates/header.js: line 5, col 46, 'define' is not defined. +build/public/templates/header.js: line 6, col 5, 'define' is not defined. + +build/public/templates/install/index.js: line 12, col 1336, Line is too long. +build/public/templates/install/index.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/install/index.js: line 13, col 41, ['installing'] is better written in dot notation. +build/public/templates/install/index.js: line 16, col 29, Expected '!==' and instead saw '!='. +build/public/templates/install/index.js: line 16, col 45, ['success'] is better written in dot notation. +build/public/templates/install/index.js: line 19, col 266, Line is too long. +build/public/templates/install/index.js: line 20, col 37, Expected '!==' and instead saw '!='. +build/public/templates/install/index.js: line 20, col 53, ['csrf_token'] is better written in dot notation. +build/public/templates/install/index.js: line 22, col 29, Expected '!==' and instead saw '!='. +build/public/templates/install/index.js: line 22, col 45, ['skipGeneralSetup'] is better written in dot notation. +build/public/templates/install/index.js: line 24, col 346, Line is too long. +build/public/templates/install/index.js: line 25, col 33, Expected '!==' and instead saw '!='. +build/public/templates/install/index.js: line 25, col 49, ['url'] is better written in dot notation. +build/public/templates/install/index.js: line 26, col 43, Expected '!==' and instead saw '!='. +build/public/templates/install/index.js: line 26, col 59, ['url'] is better written in dot notation. +build/public/templates/install/index.js: line 28, col 258, Line is too long. +build/public/templates/install/index.js: line 29, col 359, Line is too long. +build/public/templates/install/index.js: line 30, col 29, Expected '!==' and instead saw '!='. +build/public/templates/install/index.js: line 31, col 39, Expected '!==' and instead saw '!='. +build/public/templates/install/index.js: line 33, col 525, Line is too long. +build/public/templates/install/index.js: line 34, col 29, Expected '!==' and instead saw '!='. +build/public/templates/install/index.js: line 35, col 39, Expected '!==' and instead saw '!='. +build/public/templates/install/index.js: line 37, col 425, Line is too long. +build/public/templates/install/index.js: line 38, col 29, Expected '!==' and instead saw '!='. +build/public/templates/install/index.js: line 39, col 39, Expected '!==' and instead saw '!='. +build/public/templates/install/index.js: line 42, col 37, Expected '!==' and instead saw '!='. +build/public/templates/install/index.js: line 42, col 53, ['minimumPasswordStrength'] is better written in dot notation. +build/public/templates/install/index.js: line 44, col 37, Expected '!==' and instead saw '!='. +build/public/templates/install/index.js: line 44, col 53, ['minimumPasswordLength'] is better written in dot notation. +build/public/templates/install/index.js: line 45, col 243, Line is too long. +build/public/templates/install/index.js: line 46, col 37, Expected '!==' and instead saw '!='. +build/public/templates/install/index.js: line 46, col 53, ['minimumPasswordLength'] is better written in dot notation. +build/public/templates/install/index.js: line 47, col 322, Line is too long. +build/public/templates/install/index.js: line 48, col 29, Expected '!==' and instead saw '!='. +build/public/templates/install/index.js: line 49, col 39, Expected '!==' and instead saw '!='. +build/public/templates/install/index.js: line 51, col 185, Line is too long. +build/public/templates/install/index.js: line 52, col 29, Expected '!==' and instead saw '!='. +build/public/templates/install/index.js: line 52, col 45, ['skipDatabaseSetup'] is better written in dot notation. +build/public/templates/install/index.js: line 54, col 593, Line is too long. +build/public/templates/install/index.js: line 55, col 33, Expected '!==' and instead saw '!='. +build/public/templates/install/index.js: line 55, col 49, ['error'] is better written in dot notation. +build/public/templates/install/index.js: line 59, col 106, Line is too long. +build/public/templates/install/index.js: line 60, col 29, Expected '!==' and instead saw '!='. +build/public/templates/install/index.js: line 60, col 45, ['skipDatabaseSetup'] is better written in dot notation. +build/public/templates/install/index.js: line 62, col 235, Line is too long. +build/public/templates/install/index.js: line 63, col 482, Line is too long. +build/public/templates/install/index.js: line 65, col 25, Expected '!==' and instead saw '!='. +build/public/templates/install/index.js: line 65, col 41, ['installing'] is better written in dot notation. +build/public/templates/install/index.js: line 67, col 37, Expected '!==' and instead saw '!='. +build/public/templates/install/index.js: line 67, col 53, ['launchUrl'] is better written in dot notation. +build/public/templates/install/index.js: line 68, col 302, Line is too long. +build/public/templates/install/index.js: line 69, col 37, Expected '!==' and instead saw '!='. +build/public/templates/install/index.js: line 69, col 53, ['percentInstalled'] is better written in dot notation. +build/public/templates/install/index.js: line 71, col 37, Expected '!==' and instead saw '!='. +build/public/templates/install/index.js: line 71, col 53, ['percentInstalled'] is better written in dot notation. +build/public/templates/install/index.js: line 72, col 105, Line is too long. +build/public/templates/install/index.js: line 75, col 22, ['databases'] is better written in dot notation. +build/public/templates/install/index.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/install/index.js: line 83, col 117, Line is too long. +build/public/templates/install/index.js: line 83, col 36, Expected '!==' and instead saw '!='. +build/public/templates/install/index.js: line 83, col 52, ['databases'] is better written in dot notation. +build/public/templates/install/index.js: line 86, col 161, Line is too long. +build/public/templates/install/index.js: line 86, col 37, Expected '!==' and instead saw '!='. +build/public/templates/install/index.js: line 86, col 53, ['databases'] is better written in dot notation. +build/public/templates/install/index.js: line 86, col 69, Expected '!==' and instead saw '!='. +build/public/templates/install/index.js: line 86, col 85, ['databases'] is better written in dot notation. +build/public/templates/install/index.js: line 86, col 107, Expected '!==' and instead saw '!='. +build/public/templates/install/index.js: line 86, col 123, ['databases'] is better written in dot notation. +build/public/templates/install/index.js: line 86, col 142, ['name'] is better written in dot notation. +build/public/templates/install/index.js: line 88, col 203, Line is too long. +build/public/templates/install/index.js: line 88, col 33, Expected '!==' and instead saw '!='. +build/public/templates/install/index.js: line 88, col 49, ['databases'] is better written in dot notation. +build/public/templates/install/index.js: line 88, col 65, Expected '!==' and instead saw '!='. +build/public/templates/install/index.js: line 88, col 81, ['databases'] is better written in dot notation. +build/public/templates/install/index.js: line 88, col 103, Expected '!==' and instead saw '!='. +build/public/templates/install/index.js: line 88, col 119, ['databases'] is better written in dot notation. +build/public/templates/install/index.js: line 88, col 138, ['questions'] is better written in dot notation. +build/public/templates/install/index.js: line 90, col 136, Line is too long. +build/public/templates/install/index.js: line 91, col 292, Line is too long. +build/public/templates/install/index.js: line 91, col 41, Expected '!==' and instead saw '!='. +build/public/templates/install/index.js: line 91, col 57, ['databases'] is better written in dot notation. +build/public/templates/install/index.js: line 91, col 73, Expected '!==' and instead saw '!='. +build/public/templates/install/index.js: line 91, col 89, ['databases'] is better written in dot notation. +build/public/templates/install/index.js: line 91, col 111, Expected '!==' and instead saw '!='. +build/public/templates/install/index.js: line 91, col 127, ['databases'] is better written in dot notation. +build/public/templates/install/index.js: line 91, col 146, ['questions'] is better written in dot notation. +build/public/templates/install/index.js: line 91, col 162, Expected '!==' and instead saw '!='. +build/public/templates/install/index.js: line 91, col 178, ['databases'] is better written in dot notation. +build/public/templates/install/index.js: line 91, col 197, ['questions'] is better written in dot notation. +build/public/templates/install/index.js: line 91, col 219, Expected '!==' and instead saw '!='. +build/public/templates/install/index.js: line 91, col 235, ['databases'] is better written in dot notation. +build/public/templates/install/index.js: line 91, col 254, ['questions'] is better written in dot notation. +build/public/templates/install/index.js: line 91, col 273, ['name'] is better written in dot notation. +build/public/templates/install/index.js: line 93, col 299, Line is too long. +build/public/templates/install/index.js: line 93, col 41, Expected '!==' and instead saw '!='. +build/public/templates/install/index.js: line 93, col 57, ['databases'] is better written in dot notation. +build/public/templates/install/index.js: line 93, col 73, Expected '!==' and instead saw '!='. +build/public/templates/install/index.js: line 93, col 89, ['databases'] is better written in dot notation. +build/public/templates/install/index.js: line 93, col 111, Expected '!==' and instead saw '!='. +build/public/templates/install/index.js: line 93, col 127, ['databases'] is better written in dot notation. +build/public/templates/install/index.js: line 93, col 146, ['questions'] is better written in dot notation. +build/public/templates/install/index.js: line 93, col 162, Expected '!==' and instead saw '!='. +build/public/templates/install/index.js: line 93, col 178, ['databases'] is better written in dot notation. +build/public/templates/install/index.js: line 93, col 197, ['questions'] is better written in dot notation. +build/public/templates/install/index.js: line 93, col 219, Expected '!==' and instead saw '!='. +build/public/templates/install/index.js: line 93, col 235, ['databases'] is better written in dot notation. +build/public/templates/install/index.js: line 93, col 254, ['questions'] is better written in dot notation. +build/public/templates/install/index.js: line 93, col 273, ['description'] is better written in dot notation. +build/public/templates/install/index.js: line 95, col 292, Line is too long. +build/public/templates/install/index.js: line 95, col 41, Expected '!==' and instead saw '!='. +build/public/templates/install/index.js: line 95, col 57, ['databases'] is better written in dot notation. +build/public/templates/install/index.js: line 95, col 73, Expected '!==' and instead saw '!='. +build/public/templates/install/index.js: line 95, col 89, ['databases'] is better written in dot notation. +build/public/templates/install/index.js: line 95, col 111, Expected '!==' and instead saw '!='. +build/public/templates/install/index.js: line 95, col 127, ['databases'] is better written in dot notation. +build/public/templates/install/index.js: line 95, col 146, ['questions'] is better written in dot notation. +build/public/templates/install/index.js: line 95, col 162, Expected '!==' and instead saw '!='. +build/public/templates/install/index.js: line 95, col 178, ['databases'] is better written in dot notation. +build/public/templates/install/index.js: line 95, col 197, ['questions'] is better written in dot notation. +build/public/templates/install/index.js: line 95, col 219, Expected '!==' and instead saw '!='. +build/public/templates/install/index.js: line 95, col 235, ['databases'] is better written in dot notation. +build/public/templates/install/index.js: line 95, col 254, ['questions'] is better written in dot notation. +build/public/templates/install/index.js: line 95, col 273, ['name'] is better written in dot notation. +build/public/templates/install/index.js: line 97, col 33, Expected '!==' and instead saw '!='. +build/public/templates/install/index.js: line 97, col 49, ['hidden'] is better written in dot notation. +build/public/templates/install/index.js: line 101, col 292, Line is too long. +build/public/templates/install/index.js: line 101, col 41, Expected '!==' and instead saw '!='. +build/public/templates/install/index.js: line 101, col 57, ['databases'] is better written in dot notation. +build/public/templates/install/index.js: line 101, col 73, Expected '!==' and instead saw '!='. +build/public/templates/install/index.js: line 101, col 89, ['databases'] is better written in dot notation. +build/public/templates/install/index.js: line 101, col 111, Expected '!==' and instead saw '!='. +build/public/templates/install/index.js: line 101, col 127, ['databases'] is better written in dot notation. +build/public/templates/install/index.js: line 101, col 146, ['questions'] is better written in dot notation. +build/public/templates/install/index.js: line 101, col 162, Expected '!==' and instead saw '!='. +build/public/templates/install/index.js: line 101, col 178, ['databases'] is better written in dot notation. +build/public/templates/install/index.js: line 101, col 197, ['questions'] is better written in dot notation. +build/public/templates/install/index.js: line 101, col 219, Expected '!==' and instead saw '!='. +build/public/templates/install/index.js: line 101, col 235, ['databases'] is better written in dot notation. +build/public/templates/install/index.js: line 101, col 254, ['questions'] is better written in dot notation. +build/public/templates/install/index.js: line 101, col 273, ['name'] is better written in dot notation. +build/public/templates/install/index.js: line 103, col 295, Line is too long. +build/public/templates/install/index.js: line 103, col 41, Expected '!==' and instead saw '!='. +build/public/templates/install/index.js: line 103, col 57, ['databases'] is better written in dot notation. +build/public/templates/install/index.js: line 103, col 73, Expected '!==' and instead saw '!='. +build/public/templates/install/index.js: line 103, col 89, ['databases'] is better written in dot notation. +build/public/templates/install/index.js: line 103, col 111, Expected '!==' and instead saw '!='. +build/public/templates/install/index.js: line 103, col 127, ['databases'] is better written in dot notation. +build/public/templates/install/index.js: line 103, col 146, ['questions'] is better written in dot notation. +build/public/templates/install/index.js: line 103, col 162, Expected '!==' and instead saw '!='. +build/public/templates/install/index.js: line 103, col 178, ['databases'] is better written in dot notation. +build/public/templates/install/index.js: line 103, col 197, ['questions'] is better written in dot notation. +build/public/templates/install/index.js: line 103, col 219, Expected '!==' and instead saw '!='. +build/public/templates/install/index.js: line 103, col 235, ['databases'] is better written in dot notation. +build/public/templates/install/index.js: line 103, col 254, ['questions'] is better written in dot notation. +build/public/templates/install/index.js: line 105, col 295, Line is too long. +build/public/templates/install/index.js: line 105, col 41, Expected '!==' and instead saw '!='. +build/public/templates/install/index.js: line 105, col 57, ['databases'] is better written in dot notation. +build/public/templates/install/index.js: line 105, col 73, Expected '!==' and instead saw '!='. +build/public/templates/install/index.js: line 105, col 89, ['databases'] is better written in dot notation. +build/public/templates/install/index.js: line 105, col 111, Expected '!==' and instead saw '!='. +build/public/templates/install/index.js: line 105, col 127, ['databases'] is better written in dot notation. +build/public/templates/install/index.js: line 105, col 146, ['questions'] is better written in dot notation. +build/public/templates/install/index.js: line 105, col 162, Expected '!==' and instead saw '!='. +build/public/templates/install/index.js: line 105, col 178, ['databases'] is better written in dot notation. +build/public/templates/install/index.js: line 105, col 197, ['questions'] is better written in dot notation. +build/public/templates/install/index.js: line 105, col 219, Expected '!==' and instead saw '!='. +build/public/templates/install/index.js: line 105, col 235, ['databases'] is better written in dot notation. +build/public/templates/install/index.js: line 105, col 254, ['questions'] is better written in dot notation. +build/public/templates/install/index.js: line 89, col 17, 'key' is defined but never used. +build/public/templates/install/index.js: line 88, col 196, 'value' is defined but never used. +build/public/templates/install/index.js: line 88, col 188, 'length' is defined but never used. +build/public/templates/install/index.js: line 88, col 181, 'index' is defined but never used. +build/public/templates/install/index.js: line 84, col 13, 'key' is defined but never used. +build/public/templates/install/index.js: line 83, col 110, 'value' is defined but never used. +build/public/templates/install/index.js: line 83, col 102, 'length' is defined but never used. +build/public/templates/install/index.js: line 83, col 95, 'index' is defined but never used. +build/public/templates/install/index.js: line 82, col 11, 'value' is defined but never used. +build/public/templates/install/index.js: line 80, col 68, 'helper' is defined but never used. +build/public/templates/install/index.js: line 118, col 3, Missing semicolon. +build/public/templates/install/index.js: line 5, col 46, 'define' is not defined. +build/public/templates/install/index.js: line 6, col 5, 'define' is not defined. + +build/public/templates/ip-blacklist.js: line 12, col 473, Line is too long. +build/public/templates/ip-blacklist.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/ip-blacklist.js: line 13, col 49, ['rules'] is better written in dot notation. +build/public/templates/ip-blacklist.js: line 14, col 1252, Line is too long. +build/public/templates/ip-blacklist.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/ip-blacklist.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/ip-blacklist.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/ip-blacklist.js: line 22, col 3, Missing semicolon. +build/public/templates/ip-blacklist.js: line 5, col 46, 'define' is not defined. +build/public/templates/ip-blacklist.js: line 6, col 5, 'define' is not defined. + +build/public/templates/login.js: line 15, col 153, Line is too long. +build/public/templates/login.js: line 15, col 25, Expected '!==' and instead saw '!='. +build/public/templates/login.js: line 15, col 41, ['widgets'] is better written in dot notation. +build/public/templates/login.js: line 15, col 55, Expected '!==' and instead saw '!='. +build/public/templates/login.js: line 15, col 71, ['widgets'] is better written in dot notation. +build/public/templates/login.js: line 15, col 82, ['sidebar'] is better written in dot notation. +build/public/templates/login.js: line 15, col 96, Expected '!==' and instead saw '!='. +build/public/templates/login.js: line 15, col 112, ['widgets'] is better written in dot notation. +build/public/templates/login.js: line 15, col 123, ['sidebar'] is better written in dot notation. +build/public/templates/login.js: line 15, col 134, ['length'] is better written in dot notation. +build/public/templates/login.js: line 18, col 142, Line is too long. +build/public/templates/login.js: line 19, col 25, Expected '!==' and instead saw '!='. +build/public/templates/login.js: line 19, col 41, ['allowLocalLogin'] is better written in dot notation. +build/public/templates/login.js: line 20, col 256, Line is too long. +build/public/templates/login.js: line 21, col 37, Expected '!==' and instead saw '!='. +build/public/templates/login.js: line 21, col 53, ['allowLoginWith'] is better written in dot notation. +build/public/templates/login.js: line 23, col 37, Expected '!==' and instead saw '!='. +build/public/templates/login.js: line 23, col 53, ['allowLoginWith'] is better written in dot notation. +build/public/templates/login.js: line 24, col 129, Line is too long. +build/public/templates/login.js: line 25, col 37, Expected '!==' and instead saw '!='. +build/public/templates/login.js: line 25, col 53, ['username'] is better written in dot notation. +build/public/templates/login.js: line 26, col 583, Line is too long. +build/public/templates/login.js: line 27, col 29, Expected '!==' and instead saw '!='. +build/public/templates/login.js: line 27, col 45, ['allowPasswordReset'] is better written in dot notation. +build/public/templates/login.js: line 28, col 109, Line is too long. +build/public/templates/login.js: line 29, col 124, Line is too long. +build/public/templates/login.js: line 29, col 41, Expected '!==' and instead saw '!='. +build/public/templates/login.js: line 29, col 57, ['config'] is better written in dot notation. +build/public/templates/login.js: line 29, col 70, Expected '!==' and instead saw '!='. +build/public/templates/login.js: line 29, col 86, ['config'] is better written in dot notation. +build/public/templates/login.js: line 29, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/login.js: line 33, col 26, ['loginFormEntry'] is better written in dot notation. +build/public/templates/login.js: line 35, col 117, Line is too long. +build/public/templates/login.js: line 35, col 37, Expected '!==' and instead saw '!='. +build/public/templates/login.js: line 35, col 53, ['config'] is better written in dot notation. +build/public/templates/login.js: line 35, col 66, Expected '!==' and instead saw '!='. +build/public/templates/login.js: line 35, col 82, ['config'] is better written in dot notation. +build/public/templates/login.js: line 35, col 92, ['csrf_token'] is better written in dot notation. +build/public/templates/login.js: line 36, col 441, Line is too long. +build/public/templates/login.js: line 37, col 29, Expected '!==' and instead saw '!='. +build/public/templates/login.js: line 37, col 45, ['error'] is better written in dot notation. +build/public/templates/login.js: line 40, col 149, Line is too long. +build/public/templates/login.js: line 41, col 37, Expected '!==' and instead saw '!='. +build/public/templates/login.js: line 41, col 53, ['error'] is better written in dot notation. +build/public/templates/login.js: line 43, col 29, Expected '!==' and instead saw '!='. +build/public/templates/login.js: line 43, col 45, ['allowRegistration'] is better written in dot notation. +build/public/templates/login.js: line 44, col 131, Line is too long. +build/public/templates/login.js: line 45, col 124, Line is too long. +build/public/templates/login.js: line 45, col 41, Expected '!==' and instead saw '!='. +build/public/templates/login.js: line 45, col 57, ['config'] is better written in dot notation. +build/public/templates/login.js: line 45, col 70, Expected '!==' and instead saw '!='. +build/public/templates/login.js: line 45, col 86, ['config'] is better written in dot notation. +build/public/templates/login.js: line 45, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/login.js: line 51, col 25, Expected '!==' and instead saw '!='. +build/public/templates/login.js: line 51, col 41, ['alternate_logins'] is better written in dot notation. +build/public/templates/login.js: line 52, col 209, Line is too long. +build/public/templates/login.js: line 53, col 26, ['authentication'] is better written in dot notation. +build/public/templates/login.js: line 57, col 153, Line is too long. +build/public/templates/login.js: line 57, col 25, Expected '!==' and instead saw '!='. +build/public/templates/login.js: line 57, col 41, ['widgets'] is better written in dot notation. +build/public/templates/login.js: line 57, col 55, Expected '!==' and instead saw '!='. +build/public/templates/login.js: line 57, col 71, ['widgets'] is better written in dot notation. +build/public/templates/login.js: line 57, col 82, ['sidebar'] is better written in dot notation. +build/public/templates/login.js: line 57, col 96, Expected '!==' and instead saw '!='. +build/public/templates/login.js: line 57, col 112, ['widgets'] is better written in dot notation. +build/public/templates/login.js: line 57, col 123, ['sidebar'] is better written in dot notation. +build/public/templates/login.js: line 57, col 134, ['length'] is better written in dot notation. +build/public/templates/login.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/login.js: line 71, col 155, Line is too long. +build/public/templates/login.js: line 71, col 36, Expected '!==' and instead saw '!='. +build/public/templates/login.js: line 71, col 52, ['widgets'] is better written in dot notation. +build/public/templates/login.js: line 71, col 66, Expected '!==' and instead saw '!='. +build/public/templates/login.js: line 71, col 82, ['widgets'] is better written in dot notation. +build/public/templates/login.js: line 71, col 93, ['header'] is better written in dot notation. +build/public/templates/login.js: line 74, col 205, Line is too long. +build/public/templates/login.js: line 74, col 28, Expected '!==' and instead saw '!='. +build/public/templates/login.js: line 74, col 44, ['widgets'] is better written in dot notation. +build/public/templates/login.js: line 74, col 58, Expected '!==' and instead saw '!='. +build/public/templates/login.js: line 74, col 74, ['widgets'] is better written in dot notation. +build/public/templates/login.js: line 74, col 85, ['header'] is better written in dot notation. +build/public/templates/login.js: line 74, col 98, Expected '!==' and instead saw '!='. +build/public/templates/login.js: line 74, col 114, ['widgets'] is better written in dot notation. +build/public/templates/login.js: line 74, col 125, ['header'] is better written in dot notation. +build/public/templates/login.js: line 74, col 144, Expected '!==' and instead saw '!='. +build/public/templates/login.js: line 74, col 160, ['widgets'] is better written in dot notation. +build/public/templates/login.js: line 74, col 171, ['header'] is better written in dot notation. +build/public/templates/login.js: line 74, col 187, ['html'] is better written in dot notation. +build/public/templates/login.js: line 72, col 13, 'key' is defined but never used. +build/public/templates/login.js: line 71, col 148, 'value' is defined but never used. +build/public/templates/login.js: line 71, col 140, 'length' is defined but never used. +build/public/templates/login.js: line 71, col 133, 'index' is defined but never used. +build/public/templates/login.js: line 69, col 11, '__escape' is defined but never used. +build/public/templates/login.js: line 70, col 11, 'value' is defined but never used. +build/public/templates/login.js: line 68, col 77, 'helper' is defined but never used. +build/public/templates/login.js: line 83, col 122, Line is too long. +build/public/templates/login.js: line 83, col 36, Expected '!==' and instead saw '!='. +build/public/templates/login.js: line 83, col 52, ['loginFormEntry'] is better written in dot notation. +build/public/templates/login.js: line 86, col 181, Line is too long. +build/public/templates/login.js: line 86, col 37, Expected '!==' and instead saw '!='. +build/public/templates/login.js: line 86, col 53, ['loginFormEntry'] is better written in dot notation. +build/public/templates/login.js: line 86, col 74, Expected '!==' and instead saw '!='. +build/public/templates/login.js: line 86, col 90, ['loginFormEntry'] is better written in dot notation. +build/public/templates/login.js: line 86, col 117, Expected '!==' and instead saw '!='. +build/public/templates/login.js: line 86, col 133, ['loginFormEntry'] is better written in dot notation. +build/public/templates/login.js: line 86, col 157, ['styleName'] is better written in dot notation. +build/public/templates/login.js: line 88, col 179, Line is too long. +build/public/templates/login.js: line 88, col 37, Expected '!==' and instead saw '!='. +build/public/templates/login.js: line 88, col 53, ['loginFormEntry'] is better written in dot notation. +build/public/templates/login.js: line 88, col 74, Expected '!==' and instead saw '!='. +build/public/templates/login.js: line 88, col 90, ['loginFormEntry'] is better written in dot notation. +build/public/templates/login.js: line 88, col 117, Expected '!==' and instead saw '!='. +build/public/templates/login.js: line 88, col 133, ['loginFormEntry'] is better written in dot notation. +build/public/templates/login.js: line 88, col 157, ['inputId'] is better written in dot notation. +build/public/templates/login.js: line 90, col 177, Line is too long. +build/public/templates/login.js: line 90, col 37, Expected '!==' and instead saw '!='. +build/public/templates/login.js: line 90, col 53, ['loginFormEntry'] is better written in dot notation. +build/public/templates/login.js: line 90, col 74, Expected '!==' and instead saw '!='. +build/public/templates/login.js: line 90, col 90, ['loginFormEntry'] is better written in dot notation. +build/public/templates/login.js: line 90, col 117, Expected '!==' and instead saw '!='. +build/public/templates/login.js: line 90, col 133, ['loginFormEntry'] is better written in dot notation. +build/public/templates/login.js: line 90, col 157, ['label'] is better written in dot notation. +build/public/templates/login.js: line 92, col 166, Line is too long. +build/public/templates/login.js: line 92, col 28, Expected '!==' and instead saw '!='. +build/public/templates/login.js: line 92, col 44, ['loginFormEntry'] is better written in dot notation. +build/public/templates/login.js: line 92, col 65, Expected '!==' and instead saw '!='. +build/public/templates/login.js: line 92, col 81, ['loginFormEntry'] is better written in dot notation. +build/public/templates/login.js: line 92, col 108, Expected '!==' and instead saw '!='. +build/public/templates/login.js: line 92, col 124, ['loginFormEntry'] is better written in dot notation. +build/public/templates/login.js: line 92, col 148, ['html'] is better written in dot notation. +build/public/templates/login.js: line 84, col 13, 'key' is defined but never used. +build/public/templates/login.js: line 83, col 115, 'value' is defined but never used. +build/public/templates/login.js: line 83, col 107, 'length' is defined but never used. +build/public/templates/login.js: line 83, col 100, 'index' is defined but never used. +build/public/templates/login.js: line 82, col 11, 'value' is defined but never used. +build/public/templates/login.js: line 80, col 78, 'helper' is defined but never used. +build/public/templates/login.js: line 101, col 122, Line is too long. +build/public/templates/login.js: line 101, col 36, Expected '!==' and instead saw '!='. +build/public/templates/login.js: line 101, col 52, ['authentication'] is better written in dot notation. +build/public/templates/login.js: line 104, col 176, Line is too long. +build/public/templates/login.js: line 104, col 37, Expected '!==' and instead saw '!='. +build/public/templates/login.js: line 104, col 53, ['authentication'] is better written in dot notation. +build/public/templates/login.js: line 104, col 74, Expected '!==' and instead saw '!='. +build/public/templates/login.js: line 104, col 90, ['authentication'] is better written in dot notation. +build/public/templates/login.js: line 104, col 117, Expected '!==' and instead saw '!='. +build/public/templates/login.js: line 104, col 133, ['authentication'] is better written in dot notation. +build/public/templates/login.js: line 104, col 157, ['name'] is better written in dot notation. +build/public/templates/login.js: line 105, col 146, Line is too long. +build/public/templates/login.js: line 106, col 120, Line is too long. +build/public/templates/login.js: line 106, col 37, Expected '!==' and instead saw '!='. +build/public/templates/login.js: line 106, col 53, ['config'] is better written in dot notation. +build/public/templates/login.js: line 106, col 66, Expected '!==' and instead saw '!='. +build/public/templates/login.js: line 106, col 82, ['config'] is better written in dot notation. +build/public/templates/login.js: line 106, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/login.js: line 107, col 175, Line is too long. +build/public/templates/login.js: line 107, col 37, Expected '!==' and instead saw '!='. +build/public/templates/login.js: line 107, col 53, ['authentication'] is better written in dot notation. +build/public/templates/login.js: line 107, col 74, Expected '!==' and instead saw '!='. +build/public/templates/login.js: line 107, col 90, ['authentication'] is better written in dot notation. +build/public/templates/login.js: line 107, col 117, Expected '!==' and instead saw '!='. +build/public/templates/login.js: line 107, col 133, ['authentication'] is better written in dot notation. +build/public/templates/login.js: line 107, col 157, ['url'] is better written in dot notation. +build/public/templates/login.js: line 109, col 226, Line is too long. +build/public/templates/login.js: line 109, col 29, Expected '!==' and instead saw '!='. +build/public/templates/login.js: line 109, col 45, ['authentication'] is better written in dot notation. +build/public/templates/login.js: line 109, col 66, Expected '!==' and instead saw '!='. +build/public/templates/login.js: line 109, col 82, ['authentication'] is better written in dot notation. +build/public/templates/login.js: line 109, col 109, Expected '!==' and instead saw '!='. +build/public/templates/login.js: line 109, col 125, ['authentication'] is better written in dot notation. +build/public/templates/login.js: line 109, col 149, ['icons'] is better written in dot notation. +build/public/templates/login.js: line 109, col 161, Expected '!==' and instead saw '!='. +build/public/templates/login.js: line 109, col 177, ['authentication'] is better written in dot notation. +build/public/templates/login.js: line 109, col 201, ['icons'] is better written in dot notation. +build/public/templates/login.js: line 109, col 210, ['svg'] is better written in dot notation. +build/public/templates/login.js: line 111, col 240, Line is too long. +build/public/templates/login.js: line 111, col 41, Expected '!==' and instead saw '!='. +build/public/templates/login.js: line 111, col 57, ['authentication'] is better written in dot notation. +build/public/templates/login.js: line 111, col 78, Expected '!==' and instead saw '!='. +build/public/templates/login.js: line 111, col 94, ['authentication'] is better written in dot notation. +build/public/templates/login.js: line 111, col 121, Expected '!==' and instead saw '!='. +build/public/templates/login.js: line 111, col 137, ['authentication'] is better written in dot notation. +build/public/templates/login.js: line 111, col 161, ['icons'] is better written in dot notation. +build/public/templates/login.js: line 111, col 173, Expected '!==' and instead saw '!='. +build/public/templates/login.js: line 111, col 189, ['authentication'] is better written in dot notation. +build/public/templates/login.js: line 111, col 213, ['icons'] is better written in dot notation. +build/public/templates/login.js: line 111, col 222, ['svg'] is better written in dot notation. +build/public/templates/login.js: line 114, col 243, Line is too long. +build/public/templates/login.js: line 114, col 41, Expected '!==' and instead saw '!='. +build/public/templates/login.js: line 114, col 57, ['authentication'] is better written in dot notation. +build/public/templates/login.js: line 114, col 78, Expected '!==' and instead saw '!='. +build/public/templates/login.js: line 114, col 94, ['authentication'] is better written in dot notation. +build/public/templates/login.js: line 114, col 121, Expected '!==' and instead saw '!='. +build/public/templates/login.js: line 114, col 137, ['authentication'] is better written in dot notation. +build/public/templates/login.js: line 114, col 161, ['icons'] is better written in dot notation. +build/public/templates/login.js: line 114, col 173, Expected '!==' and instead saw '!='. +build/public/templates/login.js: line 114, col 189, ['authentication'] is better written in dot notation. +build/public/templates/login.js: line 114, col 213, ['icons'] is better written in dot notation. +build/public/templates/login.js: line 114, col 222, ['normal'] is better written in dot notation. +build/public/templates/login.js: line 116, col 181, Line is too long. +build/public/templates/login.js: line 116, col 41, Expected '!==' and instead saw '!='. +build/public/templates/login.js: line 116, col 57, ['authentication'] is better written in dot notation. +build/public/templates/login.js: line 116, col 78, Expected '!==' and instead saw '!='. +build/public/templates/login.js: line 116, col 94, ['authentication'] is better written in dot notation. +build/public/templates/login.js: line 116, col 121, Expected '!==' and instead saw '!='. +build/public/templates/login.js: line 116, col 137, ['authentication'] is better written in dot notation. +build/public/templates/login.js: line 116, col 161, ['color'] is better written in dot notation. +build/public/templates/login.js: line 119, col 230, Line is too long. +build/public/templates/login.js: line 119, col 29, Expected '!==' and instead saw '!='. +build/public/templates/login.js: line 119, col 45, ['authentication'] is better written in dot notation. +build/public/templates/login.js: line 119, col 66, Expected '!==' and instead saw '!='. +build/public/templates/login.js: line 119, col 82, ['authentication'] is better written in dot notation. +build/public/templates/login.js: line 119, col 109, Expected '!==' and instead saw '!='. +build/public/templates/login.js: line 119, col 125, ['authentication'] is better written in dot notation. +build/public/templates/login.js: line 119, col 149, ['labels'] is better written in dot notation. +build/public/templates/login.js: line 119, col 162, Expected '!==' and instead saw '!='. +build/public/templates/login.js: line 119, col 178, ['authentication'] is better written in dot notation. +build/public/templates/login.js: line 119, col 202, ['labels'] is better written in dot notation. +build/public/templates/login.js: line 119, col 212, ['login'] is better written in dot notation. +build/public/templates/login.js: line 121, col 244, Line is too long. +build/public/templates/login.js: line 121, col 41, Expected '!==' and instead saw '!='. +build/public/templates/login.js: line 121, col 57, ['authentication'] is better written in dot notation. +build/public/templates/login.js: line 121, col 78, Expected '!==' and instead saw '!='. +build/public/templates/login.js: line 121, col 94, ['authentication'] is better written in dot notation. +build/public/templates/login.js: line 121, col 121, Expected '!==' and instead saw '!='. +build/public/templates/login.js: line 121, col 137, ['authentication'] is better written in dot notation. +build/public/templates/login.js: line 121, col 161, ['labels'] is better written in dot notation. +build/public/templates/login.js: line 121, col 174, Expected '!==' and instead saw '!='. +build/public/templates/login.js: line 121, col 190, ['authentication'] is better written in dot notation. +build/public/templates/login.js: line 121, col 214, ['labels'] is better written in dot notation. +build/public/templates/login.js: line 121, col 224, ['login'] is better written in dot notation. +build/public/templates/login.js: line 102, col 13, 'key' is defined but never used. +build/public/templates/login.js: line 101, col 115, 'value' is defined but never used. +build/public/templates/login.js: line 101, col 107, 'length' is defined but never used. +build/public/templates/login.js: line 101, col 100, 'index' is defined but never used. +build/public/templates/login.js: line 100, col 11, 'value' is defined but never used. +build/public/templates/login.js: line 98, col 78, 'helper' is defined but never used. +build/public/templates/login.js: line 132, col 156, Line is too long. +build/public/templates/login.js: line 132, col 36, Expected '!==' and instead saw '!='. +build/public/templates/login.js: line 132, col 52, ['widgets'] is better written in dot notation. +build/public/templates/login.js: line 132, col 66, Expected '!==' and instead saw '!='. +build/public/templates/login.js: line 132, col 82, ['widgets'] is better written in dot notation. +build/public/templates/login.js: line 132, col 93, ['sidebar'] is better written in dot notation. +build/public/templates/login.js: line 135, col 208, Line is too long. +build/public/templates/login.js: line 135, col 28, Expected '!==' and instead saw '!='. +build/public/templates/login.js: line 135, col 44, ['widgets'] is better written in dot notation. +build/public/templates/login.js: line 135, col 58, Expected '!==' and instead saw '!='. +build/public/templates/login.js: line 135, col 74, ['widgets'] is better written in dot notation. +build/public/templates/login.js: line 135, col 85, ['sidebar'] is better written in dot notation. +build/public/templates/login.js: line 135, col 99, Expected '!==' and instead saw '!='. +build/public/templates/login.js: line 135, col 115, ['widgets'] is better written in dot notation. +build/public/templates/login.js: line 135, col 126, ['sidebar'] is better written in dot notation. +build/public/templates/login.js: line 135, col 146, Expected '!==' and instead saw '!='. +build/public/templates/login.js: line 135, col 162, ['widgets'] is better written in dot notation. +build/public/templates/login.js: line 135, col 173, ['sidebar'] is better written in dot notation. +build/public/templates/login.js: line 135, col 190, ['html'] is better written in dot notation. +build/public/templates/login.js: line 133, col 13, 'key' is defined but never used. +build/public/templates/login.js: line 132, col 149, 'value' is defined but never used. +build/public/templates/login.js: line 132, col 141, 'length' is defined but never used. +build/public/templates/login.js: line 132, col 134, 'index' is defined but never used. +build/public/templates/login.js: line 130, col 11, '__escape' is defined but never used. +build/public/templates/login.js: line 131, col 11, 'value' is defined but never used. +build/public/templates/login.js: line 129, col 79, 'helper' is defined but never used. +build/public/templates/login.js: line 144, col 155, Line is too long. +build/public/templates/login.js: line 144, col 36, Expected '!==' and instead saw '!='. +build/public/templates/login.js: line 144, col 52, ['widgets'] is better written in dot notation. +build/public/templates/login.js: line 144, col 66, Expected '!==' and instead saw '!='. +build/public/templates/login.js: line 144, col 82, ['widgets'] is better written in dot notation. +build/public/templates/login.js: line 144, col 93, ['footer'] is better written in dot notation. +build/public/templates/login.js: line 147, col 205, Line is too long. +build/public/templates/login.js: line 147, col 28, Expected '!==' and instead saw '!='. +build/public/templates/login.js: line 147, col 44, ['widgets'] is better written in dot notation. +build/public/templates/login.js: line 147, col 58, Expected '!==' and instead saw '!='. +build/public/templates/login.js: line 147, col 74, ['widgets'] is better written in dot notation. +build/public/templates/login.js: line 147, col 85, ['footer'] is better written in dot notation. +build/public/templates/login.js: line 147, col 98, Expected '!==' and instead saw '!='. +build/public/templates/login.js: line 147, col 114, ['widgets'] is better written in dot notation. +build/public/templates/login.js: line 147, col 125, ['footer'] is better written in dot notation. +build/public/templates/login.js: line 147, col 144, Expected '!==' and instead saw '!='. +build/public/templates/login.js: line 147, col 160, ['widgets'] is better written in dot notation. +build/public/templates/login.js: line 147, col 171, ['footer'] is better written in dot notation. +build/public/templates/login.js: line 147, col 187, ['html'] is better written in dot notation. +build/public/templates/login.js: line 145, col 13, 'key' is defined but never used. +build/public/templates/login.js: line 144, col 148, 'value' is defined but never used. +build/public/templates/login.js: line 144, col 140, 'length' is defined but never used. +build/public/templates/login.js: line 144, col 133, 'index' is defined but never used. +build/public/templates/login.js: line 142, col 11, '__escape' is defined but never used. +build/public/templates/login.js: line 143, col 11, 'value' is defined but never used. +build/public/templates/login.js: line 141, col 77, 'helper' is defined but never used. +build/public/templates/login.js: line 156, col 3, Missing semicolon. +build/public/templates/login.js: line 5, col 46, 'define' is not defined. +build/public/templates/login.js: line 6, col 5, 'define' is not defined. + +build/public/templates/modals/announcers.js: line 13, col 22, ['announcers'] is better written in dot notation. +build/public/templates/modals/announcers.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/modals/announcers.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/modals/announcers.js: line 21, col 118, Line is too long. +build/public/templates/modals/announcers.js: line 21, col 36, Expected '!==' and instead saw '!='. +build/public/templates/modals/announcers.js: line 21, col 52, ['announcers'] is better written in dot notation. +build/public/templates/modals/announcers.js: line 24, col 120, Line is too long. +build/public/templates/modals/announcers.js: line 24, col 37, Expected '!==' and instead saw '!='. +build/public/templates/modals/announcers.js: line 24, col 53, ['config'] is better written in dot notation. +build/public/templates/modals/announcers.js: line 24, col 66, Expected '!==' and instead saw '!='. +build/public/templates/modals/announcers.js: line 24, col 82, ['config'] is better written in dot notation. +build/public/templates/modals/announcers.js: line 24, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/modals/announcers.js: line 26, col 168, Line is too long. +build/public/templates/modals/announcers.js: line 26, col 37, Expected '!==' and instead saw '!='. +build/public/templates/modals/announcers.js: line 26, col 53, ['announcers'] is better written in dot notation. +build/public/templates/modals/announcers.js: line 26, col 70, Expected '!==' and instead saw '!='. +build/public/templates/modals/announcers.js: line 26, col 86, ['announcers'] is better written in dot notation. +build/public/templates/modals/announcers.js: line 26, col 109, Expected '!==' and instead saw '!='. +build/public/templates/modals/announcers.js: line 26, col 125, ['announcers'] is better written in dot notation. +build/public/templates/modals/announcers.js: line 26, col 145, ['userslug'] is better written in dot notation. +build/public/templates/modals/announcers.js: line 28, col 137, Line is too long. +build/public/templates/modals/announcers.js: line 28, col 100, Expected '!==' and instead saw '!='. +build/public/templates/modals/announcers.js: line 22, col 13, 'key' is defined but never used. +build/public/templates/modals/announcers.js: line 20, col 11, 'value' is defined but never used. +build/public/templates/modals/announcers.js: line 37, col 3, Missing semicolon. +build/public/templates/modals/announcers.js: line 5, col 46, 'define' is not defined. +build/public/templates/modals/announcers.js: line 6, col 5, 'define' is not defined. + +build/public/templates/modals/change-owner.js: line 12, col 831, Line is too long. +build/public/templates/modals/change-owner.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/modals/change-owner.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/modals/change-owner.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/modals/change-owner.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/modals/change-owner.js: line 9, col 39, 'guard' is defined but never used. +build/public/templates/modals/change-owner.js: line 20, col 3, Missing semicolon. +build/public/templates/modals/change-owner.js: line 5, col 46, 'define' is not defined. +build/public/templates/modals/change-owner.js: line 6, col 5, 'define' is not defined. + +build/public/templates/modals/change-picture.js: line 12, col 112, Line is too long. +build/public/templates/modals/change-picture.js: line 13, col 22, ['pictures'] is better written in dot notation. +build/public/templates/modals/change-picture.js: line 15, col 25, Expected '!==' and instead saw '!='. +build/public/templates/modals/change-picture.js: line 15, col 41, ['allowProfileImageUploads'] is better written in dot notation. +build/public/templates/modals/change-picture.js: line 16, col 129, Line is too long. +build/public/templates/modals/change-picture.js: line 18, col 141, Line is too long. +build/public/templates/modals/change-picture.js: line 19, col 25, Expected '!==' and instead saw '!='. +build/public/templates/modals/change-picture.js: line 19, col 41, ['uploaded'] is better written in dot notation. +build/public/templates/modals/change-picture.js: line 20, col 143, Line is too long. +build/public/templates/modals/change-picture.js: line 22, col 242, Line is too long. +build/public/templates/modals/change-picture.js: line 23, col 22, ['iconBackgrounds'] is better written in dot notation. +build/public/templates/modals/change-picture.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/modals/change-picture.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/modals/change-picture.js: line 31, col 116, Line is too long. +build/public/templates/modals/change-picture.js: line 31, col 36, Expected '!==' and instead saw '!='. +build/public/templates/modals/change-picture.js: line 31, col 52, ['pictures'] is better written in dot notation. +build/public/templates/modals/change-picture.js: line 34, col 158, Line is too long. +build/public/templates/modals/change-picture.js: line 34, col 37, Expected '!==' and instead saw '!='. +build/public/templates/modals/change-picture.js: line 34, col 53, ['pictures'] is better written in dot notation. +build/public/templates/modals/change-picture.js: line 34, col 68, Expected '!==' and instead saw '!='. +build/public/templates/modals/change-picture.js: line 34, col 84, ['pictures'] is better written in dot notation. +build/public/templates/modals/change-picture.js: line 34, col 105, Expected '!==' and instead saw '!='. +build/public/templates/modals/change-picture.js: line 34, col 121, ['pictures'] is better written in dot notation. +build/public/templates/modals/change-picture.js: line 34, col 139, ['type'] is better written in dot notation. +build/public/templates/modals/change-picture.js: line 36, col 215, Line is too long. +build/public/templates/modals/change-picture.js: line 36, col 78, Expected '!==' and instead saw '!='. +build/public/templates/modals/change-picture.js: line 36, col 94, ['pictures'] is better written in dot notation. +build/public/templates/modals/change-picture.js: line 36, col 109, Expected '!==' and instead saw '!='. +build/public/templates/modals/change-picture.js: line 36, col 125, ['pictures'] is better written in dot notation. +build/public/templates/modals/change-picture.js: line 36, col 178, Expected '!==' and instead saw '!='. +build/public/templates/modals/change-picture.js: line 38, col 162, Line is too long. +build/public/templates/modals/change-picture.js: line 38, col 37, Expected '!==' and instead saw '!='. +build/public/templates/modals/change-picture.js: line 38, col 53, ['pictures'] is better written in dot notation. +build/public/templates/modals/change-picture.js: line 38, col 68, Expected '!==' and instead saw '!='. +build/public/templates/modals/change-picture.js: line 38, col 84, ['pictures'] is better written in dot notation. +build/public/templates/modals/change-picture.js: line 38, col 105, Expected '!==' and instead saw '!='. +build/public/templates/modals/change-picture.js: line 38, col 121, ['pictures'] is better written in dot notation. +build/public/templates/modals/change-picture.js: line 38, col 139, ['username'] is better written in dot notation. +build/public/templates/modals/change-picture.js: line 32, col 13, 'key' is defined but never used. +build/public/templates/modals/change-picture.js: line 31, col 109, 'value' is defined but never used. +build/public/templates/modals/change-picture.js: line 31, col 101, 'length' is defined but never used. +build/public/templates/modals/change-picture.js: line 31, col 94, 'index' is defined but never used. +build/public/templates/modals/change-picture.js: line 30, col 11, 'value' is defined but never used. +build/public/templates/modals/change-picture.js: line 47, col 123, Line is too long. +build/public/templates/modals/change-picture.js: line 47, col 36, Expected '!==' and instead saw '!='. +build/public/templates/modals/change-picture.js: line 47, col 52, ['iconBackgrounds'] is better written in dot notation. +build/public/templates/modals/change-picture.js: line 48, col 13, 'key' is defined but never used. +build/public/templates/modals/change-picture.js: line 46, col 11, 'value' is defined but never used. +build/public/templates/modals/change-picture.js: line 44, col 80, 'helper' is defined but never used. +build/public/templates/modals/change-picture.js: line 61, col 3, Missing semicolon. +build/public/templates/modals/change-picture.js: line 5, col 46, 'define' is not defined. +build/public/templates/modals/change-picture.js: line 6, col 5, 'define' is not defined. + +build/public/templates/modals/create-room.js: line 12, col 954, Line is too long. +build/public/templates/modals/create-room.js: line 13, col 22, ['searchUsers'] is better written in dot notation. +build/public/templates/modals/create-room.js: line 15, col 22, ['selectedUsers'] is better written in dot notation. +build/public/templates/modals/create-room.js: line 17, col 25, Expected '!==' and instead saw '!='. +build/public/templates/modals/create-room.js: line 17, col 41, ['user'] is better written in dot notation. +build/public/templates/modals/create-room.js: line 17, col 52, Expected '!==' and instead saw '!='. +build/public/templates/modals/create-room.js: line 17, col 68, ['user'] is better written in dot notation. +build/public/templates/modals/create-room.js: line 17, col 76, ['isAdmin'] is better written in dot notation. +build/public/templates/modals/create-room.js: line 18, col 373, Line is too long. +build/public/templates/modals/create-room.js: line 19, col 26, ['groups'] is better written in dot notation. +build/public/templates/modals/create-room.js: line 20, col 103, Line is too long. +build/public/templates/modals/create-room.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/modals/create-room.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/modals/create-room.js: line 29, col 119, Line is too long. +build/public/templates/modals/create-room.js: line 29, col 36, Expected '!==' and instead saw '!='. +build/public/templates/modals/create-room.js: line 29, col 52, ['searchUsers'] is better written in dot notation. +build/public/templates/modals/create-room.js: line 32, col 166, Line is too long. +build/public/templates/modals/create-room.js: line 32, col 37, Expected '!==' and instead saw '!='. +build/public/templates/modals/create-room.js: line 32, col 53, ['searchUsers'] is better written in dot notation. +build/public/templates/modals/create-room.js: line 32, col 71, Expected '!==' and instead saw '!='. +build/public/templates/modals/create-room.js: line 32, col 87, ['searchUsers'] is better written in dot notation. +build/public/templates/modals/create-room.js: line 32, col 111, Expected '!==' and instead saw '!='. +build/public/templates/modals/create-room.js: line 32, col 127, ['searchUsers'] is better written in dot notation. +build/public/templates/modals/create-room.js: line 32, col 148, ['uid'] is better written in dot notation. +build/public/templates/modals/create-room.js: line 34, col 137, Line is too long. +build/public/templates/modals/create-room.js: line 34, col 100, Expected '!==' and instead saw '!='. +build/public/templates/modals/create-room.js: line 36, col 171, Line is too long. +build/public/templates/modals/create-room.js: line 36, col 37, Expected '!==' and instead saw '!='. +build/public/templates/modals/create-room.js: line 36, col 53, ['searchUsers'] is better written in dot notation. +build/public/templates/modals/create-room.js: line 36, col 71, Expected '!==' and instead saw '!='. +build/public/templates/modals/create-room.js: line 36, col 87, ['searchUsers'] is better written in dot notation. +build/public/templates/modals/create-room.js: line 36, col 111, Expected '!==' and instead saw '!='. +build/public/templates/modals/create-room.js: line 36, col 127, ['searchUsers'] is better written in dot notation. +build/public/templates/modals/create-room.js: line 36, col 148, ['username'] is better written in dot notation. +build/public/templates/modals/create-room.js: line 30, col 13, 'key' is defined but never used. +build/public/templates/modals/create-room.js: line 28, col 11, 'value' is defined but never used. +build/public/templates/modals/create-room.js: line 45, col 121, Line is too long. +build/public/templates/modals/create-room.js: line 45, col 36, Expected '!==' and instead saw '!='. +build/public/templates/modals/create-room.js: line 45, col 52, ['selectedUsers'] is better written in dot notation. +build/public/templates/modals/create-room.js: line 47, col 143, Line is too long. +build/public/templates/modals/create-room.js: line 48, col 172, Line is too long. +build/public/templates/modals/create-room.js: line 48, col 37, Expected '!==' and instead saw '!='. +build/public/templates/modals/create-room.js: line 48, col 53, ['selectedUsers'] is better written in dot notation. +build/public/templates/modals/create-room.js: line 48, col 73, Expected '!==' and instead saw '!='. +build/public/templates/modals/create-room.js: line 48, col 89, ['selectedUsers'] is better written in dot notation. +build/public/templates/modals/create-room.js: line 48, col 115, Expected '!==' and instead saw '!='. +build/public/templates/modals/create-room.js: line 48, col 131, ['selectedUsers'] is better written in dot notation. +build/public/templates/modals/create-room.js: line 48, col 154, ['uid'] is better written in dot notation. +build/public/templates/modals/create-room.js: line 50, col 137, Line is too long. +build/public/templates/modals/create-room.js: line 50, col 100, Expected '!==' and instead saw '!='. +build/public/templates/modals/create-room.js: line 52, col 177, Line is too long. +build/public/templates/modals/create-room.js: line 52, col 37, Expected '!==' and instead saw '!='. +build/public/templates/modals/create-room.js: line 52, col 53, ['selectedUsers'] is better written in dot notation. +build/public/templates/modals/create-room.js: line 52, col 73, Expected '!==' and instead saw '!='. +build/public/templates/modals/create-room.js: line 52, col 89, ['selectedUsers'] is better written in dot notation. +build/public/templates/modals/create-room.js: line 52, col 115, Expected '!==' and instead saw '!='. +build/public/templates/modals/create-room.js: line 52, col 131, ['selectedUsers'] is better written in dot notation. +build/public/templates/modals/create-room.js: line 52, col 154, ['username'] is better written in dot notation. +build/public/templates/modals/create-room.js: line 53, col 154, Line is too long. +build/public/templates/modals/create-room.js: line 46, col 13, 'key' is defined but never used. +build/public/templates/modals/create-room.js: line 44, col 11, 'value' is defined but never used. +build/public/templates/modals/create-room.js: line 61, col 114, Line is too long. +build/public/templates/modals/create-room.js: line 61, col 36, Expected '!==' and instead saw '!='. +build/public/templates/modals/create-room.js: line 61, col 52, ['groups'] is better written in dot notation. +build/public/templates/modals/create-room.js: line 64, col 159, Line is too long. +build/public/templates/modals/create-room.js: line 64, col 37, Expected '!==' and instead saw '!='. +build/public/templates/modals/create-room.js: line 64, col 53, ['groups'] is better written in dot notation. +build/public/templates/modals/create-room.js: line 64, col 66, Expected '!==' and instead saw '!='. +build/public/templates/modals/create-room.js: line 64, col 82, ['groups'] is better written in dot notation. +build/public/templates/modals/create-room.js: line 64, col 101, Expected '!==' and instead saw '!='. +build/public/templates/modals/create-room.js: line 64, col 117, ['groups'] is better written in dot notation. +build/public/templates/modals/create-room.js: line 64, col 133, ['displayName'] is better written in dot notation. +build/public/templates/modals/create-room.js: line 66, col 159, Line is too long. +build/public/templates/modals/create-room.js: line 66, col 37, Expected '!==' and instead saw '!='. +build/public/templates/modals/create-room.js: line 66, col 53, ['groups'] is better written in dot notation. +build/public/templates/modals/create-room.js: line 66, col 66, Expected '!==' and instead saw '!='. +build/public/templates/modals/create-room.js: line 66, col 82, ['groups'] is better written in dot notation. +build/public/templates/modals/create-room.js: line 66, col 101, Expected '!==' and instead saw '!='. +build/public/templates/modals/create-room.js: line 66, col 117, ['groups'] is better written in dot notation. +build/public/templates/modals/create-room.js: line 66, col 133, ['displayName'] is better written in dot notation. +build/public/templates/modals/create-room.js: line 62, col 13, 'key' is defined but never used. +build/public/templates/modals/create-room.js: line 61, col 107, 'value' is defined but never used. +build/public/templates/modals/create-room.js: line 61, col 99, 'length' is defined but never used. +build/public/templates/modals/create-room.js: line 61, col 92, 'index' is defined but never used. +build/public/templates/modals/create-room.js: line 60, col 11, 'value' is defined but never used. +build/public/templates/modals/create-room.js: line 58, col 62, 'helper' is defined but never used. +build/public/templates/modals/create-room.js: line 75, col 3, Missing semicolon. +build/public/templates/modals/create-room.js: line 5, col 46, 'define' is not defined. +build/public/templates/modals/create-room.js: line 6, col 5, 'define' is not defined. + +build/public/templates/modals/crop_picture.js: line 12, col 752, Line is too long. +build/public/templates/modals/crop_picture.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/modals/crop_picture.js: line 13, col 49, ['url'] is better written in dot notation. +build/public/templates/modals/crop_picture.js: line 14, col 880, Line is too long. +build/public/templates/modals/crop_picture.js: line 15, col 25, Expected '!==' and instead saw '!='. +build/public/templates/modals/crop_picture.js: line 15, col 41, ['allowSkippingCrop'] is better written in dot notation. +build/public/templates/modals/crop_picture.js: line 18, col 161, Line is too long. +build/public/templates/modals/crop_picture.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/modals/crop_picture.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/modals/crop_picture.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/modals/crop_picture.js: line 26, col 3, Missing semicolon. +build/public/templates/modals/crop_picture.js: line 5, col 46, 'define' is not defined. +build/public/templates/modals/crop_picture.js: line 6, col 5, 'define' is not defined. + +build/public/templates/modals/crosspost-topic.js: line 12, col 506, Line is too long. +build/public/templates/modals/crosspost-topic.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/modals/crosspost-topic.js: line 13, col 41, ['selectedCategory'] is better written in dot notation. +build/public/templates/modals/crosspost-topic.js: line 15, col 159, Line is too long. +build/public/templates/modals/crosspost-topic.js: line 15, col 84, Expected '!==' and instead saw '!='. +build/public/templates/modals/crosspost-topic.js: line 15, col 100, ['selectedCategory'] is better written in dot notation. +build/public/templates/modals/crosspost-topic.js: line 17, col 131, Line is too long. +build/public/templates/modals/crosspost-topic.js: line 17, col 37, Expected '!==' and instead saw '!='. +build/public/templates/modals/crosspost-topic.js: line 17, col 53, ['selectedCategory'] is better written in dot notation. +build/public/templates/modals/crosspost-topic.js: line 17, col 76, Expected '!==' and instead saw '!='. +build/public/templates/modals/crosspost-topic.js: line 17, col 92, ['selectedCategory'] is better written in dot notation. +build/public/templates/modals/crosspost-topic.js: line 17, col 112, ['name'] is better written in dot notation. +build/public/templates/modals/crosspost-topic.js: line 19, col 144, Line is too long. +build/public/templates/modals/crosspost-topic.js: line 20, col 410, Line is too long. +build/public/templates/modals/crosspost-topic.js: line 21, col 25, Expected '!==' and instead saw '!='. +build/public/templates/modals/crosspost-topic.js: line 21, col 41, ['hideAll'] is better written in dot notation. +build/public/templates/modals/crosspost-topic.js: line 23, col 173, Line is too long. +build/public/templates/modals/crosspost-topic.js: line 24, col 29, Expected '!==' and instead saw '!='. +build/public/templates/modals/crosspost-topic.js: line 24, col 45, ['allCategoriesUrl'] is better written in dot notation. +build/public/templates/modals/crosspost-topic.js: line 25, col 122, Line is too long. +build/public/templates/modals/crosspost-topic.js: line 25, col 39, Expected '!==' and instead saw '!='. +build/public/templates/modals/crosspost-topic.js: line 25, col 55, ['config'] is better written in dot notation. +build/public/templates/modals/crosspost-topic.js: line 25, col 68, Expected '!==' and instead saw '!='. +build/public/templates/modals/crosspost-topic.js: line 25, col 84, ['config'] is better written in dot notation. +build/public/templates/modals/crosspost-topic.js: line 25, col 94, ['relative_path'] is better written in dot notation. +build/public/templates/modals/crosspost-topic.js: line 27, col 41, Expected '!==' and instead saw '!='. +build/public/templates/modals/crosspost-topic.js: line 27, col 57, ['allCategoriesUrl'] is better written in dot notation. +build/public/templates/modals/crosspost-topic.js: line 29, col 158, Line is too long. +build/public/templates/modals/crosspost-topic.js: line 30, col 29, Expected '!==' and instead saw '!='. +build/public/templates/modals/crosspost-topic.js: line 30, col 45, ['selectedCategory'] is better written in dot notation. +build/public/templates/modals/crosspost-topic.js: line 35, col 22, ['categoryItems'] is better written in dot notation. +build/public/templates/modals/crosspost-topic.js: line 36, col 419, Line is too long. +build/public/templates/modals/crosspost-topic.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/modals/crosspost-topic.js: line 43, col 121, Line is too long. +build/public/templates/modals/crosspost-topic.js: line 43, col 36, Expected '!==' and instead saw '!='. +build/public/templates/modals/crosspost-topic.js: line 43, col 52, ['categoryItems'] is better written in dot notation. +build/public/templates/modals/crosspost-topic.js: line 46, col 172, Line is too long. +build/public/templates/modals/crosspost-topic.js: line 46, col 29, Expected '!==' and instead saw '!='. +build/public/templates/modals/crosspost-topic.js: line 46, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/modals/crosspost-topic.js: line 46, col 65, Expected '!==' and instead saw '!='. +build/public/templates/modals/crosspost-topic.js: line 46, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/modals/crosspost-topic.js: line 46, col 107, Expected '!==' and instead saw '!='. +build/public/templates/modals/crosspost-topic.js: line 46, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/modals/crosspost-topic.js: line 46, col 146, ['disabledClass'] is better written in dot notation. +build/public/templates/modals/crosspost-topic.js: line 50, col 172, Line is too long. +build/public/templates/modals/crosspost-topic.js: line 50, col 37, Expected '!==' and instead saw '!='. +build/public/templates/modals/crosspost-topic.js: line 50, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/modals/crosspost-topic.js: line 50, col 73, Expected '!==' and instead saw '!='. +build/public/templates/modals/crosspost-topic.js: line 50, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/modals/crosspost-topic.js: line 50, col 115, Expected '!==' and instead saw '!='. +build/public/templates/modals/crosspost-topic.js: line 50, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/modals/crosspost-topic.js: line 50, col 154, ['cid'] is better written in dot notation. +build/public/templates/modals/crosspost-topic.js: line 52, col 178, Line is too long. +build/public/templates/modals/crosspost-topic.js: line 52, col 37, Expected '!==' and instead saw '!='. +build/public/templates/modals/crosspost-topic.js: line 52, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/modals/crosspost-topic.js: line 52, col 73, Expected '!==' and instead saw '!='. +build/public/templates/modals/crosspost-topic.js: line 52, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/modals/crosspost-topic.js: line 52, col 115, Expected '!==' and instead saw '!='. +build/public/templates/modals/crosspost-topic.js: line 52, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/modals/crosspost-topic.js: line 52, col 154, ['parentCid'] is better written in dot notation. +build/public/templates/modals/crosspost-topic.js: line 54, col 173, Line is too long. +build/public/templates/modals/crosspost-topic.js: line 54, col 37, Expected '!==' and instead saw '!='. +build/public/templates/modals/crosspost-topic.js: line 54, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/modals/crosspost-topic.js: line 54, col 73, Expected '!==' and instead saw '!='. +build/public/templates/modals/crosspost-topic.js: line 54, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/modals/crosspost-topic.js: line 54, col 115, Expected '!==' and instead saw '!='. +build/public/templates/modals/crosspost-topic.js: line 54, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/modals/crosspost-topic.js: line 54, col 154, ['name'] is better written in dot notation. +build/public/templates/modals/crosspost-topic.js: line 56, col 172, Line is too long. +build/public/templates/modals/crosspost-topic.js: line 56, col 29, Expected '!==' and instead saw '!='. +build/public/templates/modals/crosspost-topic.js: line 56, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/modals/crosspost-topic.js: line 56, col 65, Expected '!==' and instead saw '!='. +build/public/templates/modals/crosspost-topic.js: line 56, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/modals/crosspost-topic.js: line 56, col 107, Expected '!==' and instead saw '!='. +build/public/templates/modals/crosspost-topic.js: line 56, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/modals/crosspost-topic.js: line 56, col 146, ['disabledClass'] is better written in dot notation. +build/public/templates/modals/crosspost-topic.js: line 60, col 174, Line is too long. +build/public/templates/modals/crosspost-topic.js: line 60, col 37, Expected '!==' and instead saw '!='. +build/public/templates/modals/crosspost-topic.js: line 60, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/modals/crosspost-topic.js: line 60, col 73, Expected '!==' and instead saw '!='. +build/public/templates/modals/crosspost-topic.js: line 60, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/modals/crosspost-topic.js: line 60, col 115, Expected '!==' and instead saw '!='. +build/public/templates/modals/crosspost-topic.js: line 60, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/modals/crosspost-topic.js: line 60, col 154, ['level'] is better written in dot notation. +build/public/templates/modals/crosspost-topic.js: line 62, col 164, Line is too long. +build/public/templates/modals/crosspost-topic.js: line 62, col 29, Expected '!==' and instead saw '!='. +build/public/templates/modals/crosspost-topic.js: line 62, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/modals/crosspost-topic.js: line 62, col 65, Expected '!==' and instead saw '!='. +build/public/templates/modals/crosspost-topic.js: line 62, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/modals/crosspost-topic.js: line 62, col 107, Expected '!==' and instead saw '!='. +build/public/templates/modals/crosspost-topic.js: line 62, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/modals/crosspost-topic.js: line 62, col 146, ['match'] is better written in dot notation. +build/public/templates/modals/crosspost-topic.js: line 66, col 163, Line is too long. +build/public/templates/modals/crosspost-topic.js: line 66, col 29, Expected '!==' and instead saw '!='. +build/public/templates/modals/crosspost-topic.js: line 66, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/modals/crosspost-topic.js: line 66, col 65, Expected '!==' and instead saw '!='. +build/public/templates/modals/crosspost-topic.js: line 66, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/modals/crosspost-topic.js: line 66, col 107, Expected '!==' and instead saw '!='. +build/public/templates/modals/crosspost-topic.js: line 66, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/modals/crosspost-topic.js: line 66, col 146, ['icon'] is better written in dot notation. +build/public/templates/modals/crosspost-topic.js: line 68, col 114, Line is too long. +build/public/templates/modals/crosspost-topic.js: line 72, col 173, Line is too long. +build/public/templates/modals/crosspost-topic.js: line 72, col 37, Expected '!==' and instead saw '!='. +build/public/templates/modals/crosspost-topic.js: line 72, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/modals/crosspost-topic.js: line 72, col 73, Expected '!==' and instead saw '!='. +build/public/templates/modals/crosspost-topic.js: line 72, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/modals/crosspost-topic.js: line 72, col 115, Expected '!==' and instead saw '!='. +build/public/templates/modals/crosspost-topic.js: line 72, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/modals/crosspost-topic.js: line 72, col 154, ['name'] is better written in dot notation. +build/public/templates/modals/crosspost-topic.js: line 73, col 112, Line is too long. +build/public/templates/modals/crosspost-topic.js: line 74, col 167, Line is too long. +build/public/templates/modals/crosspost-topic.js: line 74, col 29, Expected '!==' and instead saw '!='. +build/public/templates/modals/crosspost-topic.js: line 74, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/modals/crosspost-topic.js: line 74, col 65, Expected '!==' and instead saw '!='. +build/public/templates/modals/crosspost-topic.js: line 74, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/modals/crosspost-topic.js: line 74, col 107, Expected '!==' and instead saw '!='. +build/public/templates/modals/crosspost-topic.js: line 74, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/modals/crosspost-topic.js: line 74, col 146, ['selected'] is better written in dot notation. +build/public/templates/modals/crosspost-topic.js: line 44, col 13, 'key' is defined but never used. +build/public/templates/modals/crosspost-topic.js: line 42, col 11, 'value' is defined but never used. +build/public/templates/modals/crosspost-topic.js: line 85, col 3, Missing semicolon. +build/public/templates/modals/crosspost-topic.js: line 5, col 46, 'define' is not defined. +build/public/templates/modals/crosspost-topic.js: line 6, col 5, 'define' is not defined. + +build/public/templates/modals/crossposts.js: line 13, col 107, Line is too long. +build/public/templates/modals/crossposts.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/modals/crossposts.js: line 13, col 41, ['crossposts'] is better written in dot notation. +build/public/templates/modals/crossposts.js: line 13, col 58, Expected '!==' and instead saw '!='. +build/public/templates/modals/crossposts.js: line 13, col 74, ['crossposts'] is better written in dot notation. +build/public/templates/modals/crossposts.js: line 13, col 88, ['length'] is better written in dot notation. +build/public/templates/modals/crossposts.js: line 15, col 26, ['crossposts'] is better written in dot notation. +build/public/templates/modals/crossposts.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/modals/crossposts.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/modals/crossposts.js: line 25, col 118, Line is too long. +build/public/templates/modals/crossposts.js: line 25, col 36, Expected '!==' and instead saw '!='. +build/public/templates/modals/crossposts.js: line 25, col 52, ['crossposts'] is better written in dot notation. +build/public/templates/modals/crossposts.js: line 28, col 233, Line is too long. +build/public/templates/modals/crossposts.js: line 28, col 85, Expected '!==' and instead saw '!='. +build/public/templates/modals/crossposts.js: line 28, col 101, ['crossposts'] is better written in dot notation. +build/public/templates/modals/crossposts.js: line 28, col 118, Expected '!==' and instead saw '!='. +build/public/templates/modals/crossposts.js: line 28, col 134, ['crossposts'] is better written in dot notation. +build/public/templates/modals/crossposts.js: line 28, col 157, Expected '!==' and instead saw '!='. +build/public/templates/modals/crossposts.js: line 28, col 173, ['crossposts'] is better written in dot notation. +build/public/templates/modals/crossposts.js: line 28, col 193, ['category'] is better written in dot notation. +build/public/templates/modals/crossposts.js: line 26, col 13, 'key' is defined but never used. +build/public/templates/modals/crossposts.js: line 25, col 111, 'value' is defined but never used. +build/public/templates/modals/crossposts.js: line 25, col 103, 'length' is defined but never used. +build/public/templates/modals/crossposts.js: line 25, col 96, 'index' is defined but never used. +build/public/templates/modals/crossposts.js: line 24, col 11, 'value' is defined but never used. +build/public/templates/modals/crossposts.js: line 37, col 3, Missing semicolon. +build/public/templates/modals/crossposts.js: line 5, col 46, 'define' is not defined. +build/public/templates/modals/crossposts.js: line 6, col 5, 'define' is not defined. + +build/public/templates/modals/delete-posts.js: line 12, col 618, Line is too long. +build/public/templates/modals/delete-posts.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/modals/delete-posts.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/modals/delete-posts.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/modals/delete-posts.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/modals/delete-posts.js: line 9, col 39, 'guard' is defined but never used. +build/public/templates/modals/delete-posts.js: line 20, col 3, Missing semicolon. +build/public/templates/modals/delete-posts.js: line 5, col 46, 'define' is not defined. +build/public/templates/modals/delete-posts.js: line 6, col 5, 'define' is not defined. + +build/public/templates/modals/flag.js: line 12, col 466, Line is too long. +build/public/templates/modals/flag.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/modals/flag.js: line 13, col 49, ['type'] is better written in dot notation. +build/public/templates/modals/flag.js: line 15, col 33, Expected '!==' and instead saw '!='. +build/public/templates/modals/flag.js: line 15, col 49, ['id'] is better written in dot notation. +build/public/templates/modals/flag.js: line 16, col 878, Line is too long. +build/public/templates/modals/flag.js: line 17, col 25, Expected '!==' and instead saw '!='. +build/public/templates/modals/flag.js: line 17, col 41, ['remote'] is better written in dot notation. +build/public/templates/modals/flag.js: line 18, col 262, Line is too long. +build/public/templates/modals/flag.js: line 19, col 37, Expected '!==' and instead saw '!='. +build/public/templates/modals/flag.js: line 19, col 53, ['remote'] is better written in dot notation. +build/public/templates/modals/flag.js: line 22, col 157, Line is too long. +build/public/templates/modals/flag.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/modals/flag.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/modals/flag.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/modals/flag.js: line 30, col 3, Missing semicolon. +build/public/templates/modals/flag.js: line 5, col 46, 'define' is not defined. +build/public/templates/modals/flag.js: line 6, col 5, 'define' is not defined. + +build/public/templates/modals/fork-topic.js: line 12, col 878, Line is too long. +build/public/templates/modals/fork-topic.js: line 13, col 145, Line is too long. +build/public/templates/modals/fork-topic.js: line 13, col 26, Expected '!==' and instead saw '!='. +build/public/templates/modals/fork-topic.js: line 13, col 42, ['selectedCategory'] is better written in dot notation. +build/public/templates/modals/fork-topic.js: line 13, col 92, Expected '!==' and instead saw '!='. +build/public/templates/modals/fork-topic.js: line 13, col 108, ['showCategorySelectLabel'] is better written in dot notation. +build/public/templates/modals/fork-topic.js: line 15, col 159, Line is too long. +build/public/templates/modals/fork-topic.js: line 15, col 84, Expected '!==' and instead saw '!='. +build/public/templates/modals/fork-topic.js: line 15, col 100, ['selectedCategory'] is better written in dot notation. +build/public/templates/modals/fork-topic.js: line 17, col 131, Line is too long. +build/public/templates/modals/fork-topic.js: line 17, col 37, Expected '!==' and instead saw '!='. +build/public/templates/modals/fork-topic.js: line 17, col 53, ['selectedCategory'] is better written in dot notation. +build/public/templates/modals/fork-topic.js: line 17, col 76, Expected '!==' and instead saw '!='. +build/public/templates/modals/fork-topic.js: line 17, col 92, ['selectedCategory'] is better written in dot notation. +build/public/templates/modals/fork-topic.js: line 17, col 112, ['name'] is better written in dot notation. +build/public/templates/modals/fork-topic.js: line 20, col 29, Expected '!==' and instead saw '!='. +build/public/templates/modals/fork-topic.js: line 20, col 45, ['selectCategoryIcon'] is better written in dot notation. +build/public/templates/modals/fork-topic.js: line 21, col 39, Expected '!==' and instead saw '!='. +build/public/templates/modals/fork-topic.js: line 21, col 55, ['selectCategoryIcon'] is better written in dot notation. +build/public/templates/modals/fork-topic.js: line 23, col 101, Line is too long. +build/public/templates/modals/fork-topic.js: line 24, col 29, Expected '!==' and instead saw '!='. +build/public/templates/modals/fork-topic.js: line 24, col 45, ['selectCategoryLabel'] is better written in dot notation. +build/public/templates/modals/fork-topic.js: line 25, col 39, Expected '!==' and instead saw '!='. +build/public/templates/modals/fork-topic.js: line 25, col 55, ['selectCategoryLabel'] is better written in dot notation. +build/public/templates/modals/fork-topic.js: line 28, col 596, Line is too long. +build/public/templates/modals/fork-topic.js: line 29, col 22, ['categoryItems'] is better written in dot notation. +build/public/templates/modals/fork-topic.js: line 30, col 352, Line is too long. +build/public/templates/modals/fork-topic.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/modals/fork-topic.js: line 37, col 121, Line is too long. +build/public/templates/modals/fork-topic.js: line 37, col 36, Expected '!==' and instead saw '!='. +build/public/templates/modals/fork-topic.js: line 37, col 52, ['categoryItems'] is better written in dot notation. +build/public/templates/modals/fork-topic.js: line 40, col 172, Line is too long. +build/public/templates/modals/fork-topic.js: line 40, col 29, Expected '!==' and instead saw '!='. +build/public/templates/modals/fork-topic.js: line 40, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/modals/fork-topic.js: line 40, col 65, Expected '!==' and instead saw '!='. +build/public/templates/modals/fork-topic.js: line 40, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/modals/fork-topic.js: line 40, col 107, Expected '!==' and instead saw '!='. +build/public/templates/modals/fork-topic.js: line 40, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/modals/fork-topic.js: line 40, col 146, ['disabledClass'] is better written in dot notation. +build/public/templates/modals/fork-topic.js: line 44, col 172, Line is too long. +build/public/templates/modals/fork-topic.js: line 44, col 37, Expected '!==' and instead saw '!='. +build/public/templates/modals/fork-topic.js: line 44, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/modals/fork-topic.js: line 44, col 73, Expected '!==' and instead saw '!='. +build/public/templates/modals/fork-topic.js: line 44, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/modals/fork-topic.js: line 44, col 115, Expected '!==' and instead saw '!='. +build/public/templates/modals/fork-topic.js: line 44, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/modals/fork-topic.js: line 44, col 154, ['cid'] is better written in dot notation. +build/public/templates/modals/fork-topic.js: line 46, col 173, Line is too long. +build/public/templates/modals/fork-topic.js: line 46, col 37, Expected '!==' and instead saw '!='. +build/public/templates/modals/fork-topic.js: line 46, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/modals/fork-topic.js: line 46, col 73, Expected '!==' and instead saw '!='. +build/public/templates/modals/fork-topic.js: line 46, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/modals/fork-topic.js: line 46, col 115, Expected '!==' and instead saw '!='. +build/public/templates/modals/fork-topic.js: line 46, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/modals/fork-topic.js: line 46, col 154, ['name'] is better written in dot notation. +build/public/templates/modals/fork-topic.js: line 48, col 178, Line is too long. +build/public/templates/modals/fork-topic.js: line 48, col 37, Expected '!==' and instead saw '!='. +build/public/templates/modals/fork-topic.js: line 48, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/modals/fork-topic.js: line 48, col 73, Expected '!==' and instead saw '!='. +build/public/templates/modals/fork-topic.js: line 48, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/modals/fork-topic.js: line 48, col 115, Expected '!==' and instead saw '!='. +build/public/templates/modals/fork-topic.js: line 48, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/modals/fork-topic.js: line 48, col 154, ['parentCid'] is better written in dot notation. +build/public/templates/modals/fork-topic.js: line 50, col 172, Line is too long. +build/public/templates/modals/fork-topic.js: line 50, col 29, Expected '!==' and instead saw '!='. +build/public/templates/modals/fork-topic.js: line 50, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/modals/fork-topic.js: line 50, col 65, Expected '!==' and instead saw '!='. +build/public/templates/modals/fork-topic.js: line 50, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/modals/fork-topic.js: line 50, col 107, Expected '!==' and instead saw '!='. +build/public/templates/modals/fork-topic.js: line 50, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/modals/fork-topic.js: line 50, col 146, ['disabledClass'] is better written in dot notation. +build/public/templates/modals/fork-topic.js: line 54, col 174, Line is too long. +build/public/templates/modals/fork-topic.js: line 54, col 37, Expected '!==' and instead saw '!='. +build/public/templates/modals/fork-topic.js: line 54, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/modals/fork-topic.js: line 54, col 73, Expected '!==' and instead saw '!='. +build/public/templates/modals/fork-topic.js: line 54, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/modals/fork-topic.js: line 54, col 115, Expected '!==' and instead saw '!='. +build/public/templates/modals/fork-topic.js: line 54, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/modals/fork-topic.js: line 54, col 154, ['level'] is better written in dot notation. +build/public/templates/modals/fork-topic.js: line 56, col 164, Line is too long. +build/public/templates/modals/fork-topic.js: line 56, col 29, Expected '!==' and instead saw '!='. +build/public/templates/modals/fork-topic.js: line 56, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/modals/fork-topic.js: line 56, col 65, Expected '!==' and instead saw '!='. +build/public/templates/modals/fork-topic.js: line 56, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/modals/fork-topic.js: line 56, col 107, Expected '!==' and instead saw '!='. +build/public/templates/modals/fork-topic.js: line 56, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/modals/fork-topic.js: line 56, col 146, ['match'] is better written in dot notation. +build/public/templates/modals/fork-topic.js: line 60, col 163, Line is too long. +build/public/templates/modals/fork-topic.js: line 60, col 29, Expected '!==' and instead saw '!='. +build/public/templates/modals/fork-topic.js: line 60, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/modals/fork-topic.js: line 60, col 65, Expected '!==' and instead saw '!='. +build/public/templates/modals/fork-topic.js: line 60, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/modals/fork-topic.js: line 60, col 107, Expected '!==' and instead saw '!='. +build/public/templates/modals/fork-topic.js: line 60, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/modals/fork-topic.js: line 60, col 146, ['icon'] is better written in dot notation. +build/public/templates/modals/fork-topic.js: line 62, col 114, Line is too long. +build/public/templates/modals/fork-topic.js: line 66, col 173, Line is too long. +build/public/templates/modals/fork-topic.js: line 66, col 37, Expected '!==' and instead saw '!='. +build/public/templates/modals/fork-topic.js: line 66, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/modals/fork-topic.js: line 66, col 73, Expected '!==' and instead saw '!='. +build/public/templates/modals/fork-topic.js: line 66, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/modals/fork-topic.js: line 66, col 115, Expected '!==' and instead saw '!='. +build/public/templates/modals/fork-topic.js: line 66, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/modals/fork-topic.js: line 66, col 154, ['name'] is better written in dot notation. +build/public/templates/modals/fork-topic.js: line 38, col 13, 'key' is defined but never used. +build/public/templates/modals/fork-topic.js: line 36, col 11, 'value' is defined but never used. +build/public/templates/modals/fork-topic.js: line 75, col 3, Missing semicolon. +build/public/templates/modals/fork-topic.js: line 5, col 46, 'define' is not defined. +build/public/templates/modals/fork-topic.js: line 6, col 5, 'define' is not defined. + +build/public/templates/modals/invite.js: line 12, col 453, Line is too long. +build/public/templates/modals/invite.js: line 13, col 22, ['groups'] is better written in dot notation. +build/public/templates/modals/invite.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/modals/invite.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/modals/invite.js: line 21, col 114, Line is too long. +build/public/templates/modals/invite.js: line 21, col 36, Expected '!==' and instead saw '!='. +build/public/templates/modals/invite.js: line 21, col 52, ['groups'] is better written in dot notation. +build/public/templates/modals/invite.js: line 22, col 13, 'key' is defined but never used. +build/public/templates/modals/invite.js: line 20, col 11, 'value' is defined but never used. +build/public/templates/modals/invite.js: line 18, col 62, 'helper' is defined but never used. +build/public/templates/modals/invite.js: line 35, col 3, Missing semicolon. +build/public/templates/modals/invite.js: line 5, col 46, 'define' is not defined. +build/public/templates/modals/invite.js: line 6, col 5, 'define' is not defined. + +build/public/templates/modals/manage-editors.js: line 12, col 592, Line is too long. +build/public/templates/modals/manage-editors.js: line 13, col 22, ['editors'] is better written in dot notation. +build/public/templates/modals/manage-editors.js: line 14, col 277, Line is too long. +build/public/templates/modals/manage-editors.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/modals/manage-editors.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/modals/manage-editors.js: line 21, col 115, Line is too long. +build/public/templates/modals/manage-editors.js: line 21, col 36, Expected '!==' and instead saw '!='. +build/public/templates/modals/manage-editors.js: line 21, col 52, ['editors'] is better written in dot notation. +build/public/templates/modals/manage-editors.js: line 23, col 122, Line is too long. +build/public/templates/modals/manage-editors.js: line 24, col 154, Line is too long. +build/public/templates/modals/manage-editors.js: line 24, col 37, Expected '!==' and instead saw '!='. +build/public/templates/modals/manage-editors.js: line 24, col 53, ['editors'] is better written in dot notation. +build/public/templates/modals/manage-editors.js: line 24, col 67, Expected '!==' and instead saw '!='. +build/public/templates/modals/manage-editors.js: line 24, col 83, ['editors'] is better written in dot notation. +build/public/templates/modals/manage-editors.js: line 24, col 103, Expected '!==' and instead saw '!='. +build/public/templates/modals/manage-editors.js: line 24, col 119, ['editors'] is better written in dot notation. +build/public/templates/modals/manage-editors.js: line 24, col 136, ['uid'] is better written in dot notation. +build/public/templates/modals/manage-editors.js: line 26, col 137, Line is too long. +build/public/templates/modals/manage-editors.js: line 26, col 100, Expected '!==' and instead saw '!='. +build/public/templates/modals/manage-editors.js: line 28, col 120, Line is too long. +build/public/templates/modals/manage-editors.js: line 28, col 37, Expected '!==' and instead saw '!='. +build/public/templates/modals/manage-editors.js: line 28, col 53, ['config'] is better written in dot notation. +build/public/templates/modals/manage-editors.js: line 28, col 66, Expected '!==' and instead saw '!='. +build/public/templates/modals/manage-editors.js: line 28, col 82, ['config'] is better written in dot notation. +build/public/templates/modals/manage-editors.js: line 28, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/modals/manage-editors.js: line 30, col 159, Line is too long. +build/public/templates/modals/manage-editors.js: line 30, col 37, Expected '!==' and instead saw '!='. +build/public/templates/modals/manage-editors.js: line 30, col 53, ['editors'] is better written in dot notation. +build/public/templates/modals/manage-editors.js: line 30, col 67, Expected '!==' and instead saw '!='. +build/public/templates/modals/manage-editors.js: line 30, col 83, ['editors'] is better written in dot notation. +build/public/templates/modals/manage-editors.js: line 30, col 103, Expected '!==' and instead saw '!='. +build/public/templates/modals/manage-editors.js: line 30, col 119, ['editors'] is better written in dot notation. +build/public/templates/modals/manage-editors.js: line 30, col 136, ['userslug'] is better written in dot notation. +build/public/templates/modals/manage-editors.js: line 32, col 159, Line is too long. +build/public/templates/modals/manage-editors.js: line 32, col 37, Expected '!==' and instead saw '!='. +build/public/templates/modals/manage-editors.js: line 32, col 53, ['editors'] is better written in dot notation. +build/public/templates/modals/manage-editors.js: line 32, col 67, Expected '!==' and instead saw '!='. +build/public/templates/modals/manage-editors.js: line 32, col 83, ['editors'] is better written in dot notation. +build/public/templates/modals/manage-editors.js: line 32, col 103, Expected '!==' and instead saw '!='. +build/public/templates/modals/manage-editors.js: line 32, col 119, ['editors'] is better written in dot notation. +build/public/templates/modals/manage-editors.js: line 32, col 136, ['username'] is better written in dot notation. +build/public/templates/modals/manage-editors.js: line 33, col 137, Line is too long. +build/public/templates/modals/manage-editors.js: line 22, col 13, 'key' is defined but never used. +build/public/templates/modals/manage-editors.js: line 20, col 11, 'value' is defined but never used. +build/public/templates/modals/manage-editors.js: line 41, col 3, Missing semicolon. +build/public/templates/modals/manage-editors.js: line 5, col 46, 'define' is not defined. +build/public/templates/modals/manage-editors.js: line 6, col 5, 'define' is not defined. + +build/public/templates/modals/manage-room.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/modals/manage-room.js: line 13, col 41, ['user'] is better written in dot notation. +build/public/templates/modals/manage-room.js: line 13, col 52, Expected '!==' and instead saw '!='. +build/public/templates/modals/manage-room.js: line 13, col 68, ['user'] is better written in dot notation. +build/public/templates/modals/manage-room.js: line 13, col 76, ['isAdmin'] is better written in dot notation. +build/public/templates/modals/manage-room.js: line 14, col 296, Line is too long. +build/public/templates/modals/manage-room.js: line 15, col 121, Line is too long. +build/public/templates/modals/manage-room.js: line 15, col 30, Expected '!==' and instead saw '!='. +build/public/templates/modals/manage-room.js: line 15, col 46, ['room'] is better written in dot notation. +build/public/templates/modals/manage-room.js: line 15, col 57, Expected '!==' and instead saw '!='. +build/public/templates/modals/manage-room.js: line 15, col 73, ['room'] is better written in dot notation. +build/public/templates/modals/manage-room.js: line 15, col 81, ['notificationSetting'] is better written in dot notation. +build/public/templates/modals/manage-room.js: line 15, col 115, Expected '===' and instead saw '=='. +build/public/templates/modals/manage-room.js: line 19, col 121, Line is too long. +build/public/templates/modals/manage-room.js: line 19, col 30, Expected '!==' and instead saw '!='. +build/public/templates/modals/manage-room.js: line 19, col 46, ['room'] is better written in dot notation. +build/public/templates/modals/manage-room.js: line 19, col 57, Expected '!==' and instead saw '!='. +build/public/templates/modals/manage-room.js: line 19, col 73, ['room'] is better written in dot notation. +build/public/templates/modals/manage-room.js: line 19, col 81, ['notificationSetting'] is better written in dot notation. +build/public/templates/modals/manage-room.js: line 19, col 115, Expected '===' and instead saw '=='. +build/public/templates/modals/manage-room.js: line 23, col 121, Line is too long. +build/public/templates/modals/manage-room.js: line 23, col 30, Expected '!==' and instead saw '!='. +build/public/templates/modals/manage-room.js: line 23, col 46, ['room'] is better written in dot notation. +build/public/templates/modals/manage-room.js: line 23, col 57, Expected '!==' and instead saw '!='. +build/public/templates/modals/manage-room.js: line 23, col 73, ['room'] is better written in dot notation. +build/public/templates/modals/manage-room.js: line 23, col 81, ['notificationSetting'] is better written in dot notation. +build/public/templates/modals/manage-room.js: line 23, col 115, Expected '===' and instead saw '=='. +build/public/templates/modals/manage-room.js: line 26, col 360, Line is too long. +build/public/templates/modals/manage-room.js: line 27, col 110, Line is too long. +build/public/templates/modals/manage-room.js: line 27, col 29, Expected '!==' and instead saw '!='. +build/public/templates/modals/manage-room.js: line 27, col 45, ['room'] is better written in dot notation. +build/public/templates/modals/manage-room.js: line 27, col 56, Expected '!==' and instead saw '!='. +build/public/templates/modals/manage-room.js: line 27, col 72, ['room'] is better written in dot notation. +build/public/templates/modals/manage-room.js: line 27, col 80, ['joinLeaveMessages'] is better written in dot notation. +build/public/templates/modals/manage-room.js: line 32, col 351, Line is too long. +build/public/templates/modals/manage-room.js: line 33, col 188, Line is too long. +build/public/templates/modals/manage-room.js: line 33, col 26, Expected '!==' and instead saw '!='. +build/public/templates/modals/manage-room.js: line 33, col 42, ['user'] is better written in dot notation. +build/public/templates/modals/manage-room.js: line 33, col 53, Expected '!==' and instead saw '!='. +build/public/templates/modals/manage-room.js: line 33, col 69, ['user'] is better written in dot notation. +build/public/templates/modals/manage-room.js: line 33, col 77, ['isAdmin'] is better written in dot notation. +build/public/templates/modals/manage-room.js: line 33, col 117, Expected '!==' and instead saw '!='. +build/public/templates/modals/manage-room.js: line 33, col 133, ['room'] is better written in dot notation. +build/public/templates/modals/manage-room.js: line 33, col 144, Expected '!==' and instead saw '!='. +build/public/templates/modals/manage-room.js: line 33, col 160, ['room'] is better written in dot notation. +build/public/templates/modals/manage-room.js: line 33, col 168, ['public'] is better written in dot notation. +build/public/templates/modals/manage-room.js: line 36, col 443, Line is too long. +build/public/templates/modals/manage-room.js: line 37, col 188, Line is too long. +build/public/templates/modals/manage-room.js: line 37, col 26, Expected '!==' and instead saw '!='. +build/public/templates/modals/manage-room.js: line 37, col 42, ['user'] is better written in dot notation. +build/public/templates/modals/manage-room.js: line 37, col 53, Expected '!==' and instead saw '!='. +build/public/templates/modals/manage-room.js: line 37, col 69, ['user'] is better written in dot notation. +build/public/templates/modals/manage-room.js: line 37, col 77, ['isAdmin'] is better written in dot notation. +build/public/templates/modals/manage-room.js: line 37, col 117, Expected '!==' and instead saw '!='. +build/public/templates/modals/manage-room.js: line 37, col 133, ['room'] is better written in dot notation. +build/public/templates/modals/manage-room.js: line 37, col 144, Expected '!==' and instead saw '!='. +build/public/templates/modals/manage-room.js: line 37, col 160, ['room'] is better written in dot notation. +build/public/templates/modals/manage-room.js: line 37, col 168, ['public'] is better written in dot notation. +build/public/templates/modals/manage-room.js: line 38, col 217, Line is too long. +build/public/templates/modals/manage-room.js: line 39, col 26, ['groups'] is better written in dot notation. +build/public/templates/modals/manage-room.js: line 43, col 25, Expected '!==' and instead saw '!='. +build/public/templates/modals/manage-room.js: line 43, col 41, ['user'] is better written in dot notation. +build/public/templates/modals/manage-room.js: line 43, col 52, Expected '!==' and instead saw '!='. +build/public/templates/modals/manage-room.js: line 43, col 68, ['user'] is better written in dot notation. +build/public/templates/modals/manage-room.js: line 43, col 76, ['isAdmin'] is better written in dot notation. +build/public/templates/modals/manage-room.js: line 44, col 171, Line is too long. +build/public/templates/modals/manage-room.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/modals/manage-room.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/modals/manage-room.js: line 53, col 114, Line is too long. +build/public/templates/modals/manage-room.js: line 53, col 36, Expected '!==' and instead saw '!='. +build/public/templates/modals/manage-room.js: line 53, col 52, ['groups'] is better written in dot notation. +build/public/templates/modals/manage-room.js: line 56, col 159, Line is too long. +build/public/templates/modals/manage-room.js: line 56, col 37, Expected '!==' and instead saw '!='. +build/public/templates/modals/manage-room.js: line 56, col 53, ['groups'] is better written in dot notation. +build/public/templates/modals/manage-room.js: line 56, col 66, Expected '!==' and instead saw '!='. +build/public/templates/modals/manage-room.js: line 56, col 82, ['groups'] is better written in dot notation. +build/public/templates/modals/manage-room.js: line 56, col 101, Expected '!==' and instead saw '!='. +build/public/templates/modals/manage-room.js: line 56, col 117, ['groups'] is better written in dot notation. +build/public/templates/modals/manage-room.js: line 56, col 133, ['displayName'] is better written in dot notation. +build/public/templates/modals/manage-room.js: line 58, col 146, Line is too long. +build/public/templates/modals/manage-room.js: line 58, col 29, Expected '!==' and instead saw '!='. +build/public/templates/modals/manage-room.js: line 58, col 45, ['groups'] is better written in dot notation. +build/public/templates/modals/manage-room.js: line 58, col 58, Expected '!==' and instead saw '!='. +build/public/templates/modals/manage-room.js: line 58, col 74, ['groups'] is better written in dot notation. +build/public/templates/modals/manage-room.js: line 58, col 93, Expected '!==' and instead saw '!='. +build/public/templates/modals/manage-room.js: line 58, col 109, ['groups'] is better written in dot notation. +build/public/templates/modals/manage-room.js: line 58, col 125, ['selected'] is better written in dot notation. +build/public/templates/modals/manage-room.js: line 62, col 159, Line is too long. +build/public/templates/modals/manage-room.js: line 62, col 37, Expected '!==' and instead saw '!='. +build/public/templates/modals/manage-room.js: line 62, col 53, ['groups'] is better written in dot notation. +build/public/templates/modals/manage-room.js: line 62, col 66, Expected '!==' and instead saw '!='. +build/public/templates/modals/manage-room.js: line 62, col 82, ['groups'] is better written in dot notation. +build/public/templates/modals/manage-room.js: line 62, col 101, Expected '!==' and instead saw '!='. +build/public/templates/modals/manage-room.js: line 62, col 117, ['groups'] is better written in dot notation. +build/public/templates/modals/manage-room.js: line 62, col 133, ['displayName'] is better written in dot notation. +build/public/templates/modals/manage-room.js: line 54, col 13, 'key' is defined but never used. +build/public/templates/modals/manage-room.js: line 53, col 107, 'value' is defined but never used. +build/public/templates/modals/manage-room.js: line 53, col 99, 'length' is defined but never used. +build/public/templates/modals/manage-room.js: line 53, col 92, 'index' is defined but never used. +build/public/templates/modals/manage-room.js: line 52, col 11, 'value' is defined but never used. +build/public/templates/modals/manage-room.js: line 50, col 62, 'helper' is defined but never used. +build/public/templates/modals/manage-room.js: line 71, col 3, Missing semicolon. +build/public/templates/modals/manage-room.js: line 5, col 46, 'define' is not defined. +build/public/templates/modals/manage-room.js: line 6, col 5, 'define' is not defined. + +build/public/templates/modals/markdown-help.js: line 12, col 1909, Line is too long. +build/public/templates/modals/markdown-help.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/modals/markdown-help.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/modals/markdown-help.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/modals/markdown-help.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/modals/markdown-help.js: line 9, col 39, 'guard' is defined but never used. +build/public/templates/modals/markdown-help.js: line 20, col 3, Missing semicolon. +build/public/templates/modals/markdown-help.js: line 5, col 46, 'define' is not defined. +build/public/templates/modals/markdown-help.js: line 6, col 5, 'define' is not defined. + +build/public/templates/modals/merge-topic.js: line 12, col 723, Line is too long. +build/public/templates/modals/merge-topic.js: line 13, col 22, ['topics'] is better written in dot notation. +build/public/templates/modals/merge-topic.js: line 14, col 289, Line is too long. +build/public/templates/modals/merge-topic.js: line 15, col 107, Line is too long. +build/public/templates/modals/merge-topic.js: line 15, col 29, Expected '!==' and instead saw '!='. +build/public/templates/modals/merge-topic.js: line 15, col 45, ['topics'] is better written in dot notation. +build/public/templates/modals/merge-topic.js: line 18, col 151, Line is too long. +build/public/templates/modals/merge-topic.js: line 18, col 37, Expected '!==' and instead saw '!='. +build/public/templates/modals/merge-topic.js: line 18, col 53, ['topics'] is better written in dot notation. +build/public/templates/modals/merge-topic.js: line 18, col 66, Expected '!==' and instead saw '!='. +build/public/templates/modals/merge-topic.js: line 18, col 82, ['topics'] is better written in dot notation. +build/public/templates/modals/merge-topic.js: line 18, col 101, Expected '!==' and instead saw '!='. +build/public/templates/modals/merge-topic.js: line 18, col 117, ['topics'] is better written in dot notation. +build/public/templates/modals/merge-topic.js: line 18, col 133, ['tid'] is better written in dot notation. +build/public/templates/modals/merge-topic.js: line 20, col 153, Line is too long. +build/public/templates/modals/merge-topic.js: line 20, col 37, Expected '!==' and instead saw '!='. +build/public/templates/modals/merge-topic.js: line 20, col 53, ['topics'] is better written in dot notation. +build/public/templates/modals/merge-topic.js: line 20, col 66, Expected '!==' and instead saw '!='. +build/public/templates/modals/merge-topic.js: line 20, col 82, ['topics'] is better written in dot notation. +build/public/templates/modals/merge-topic.js: line 20, col 101, Expected '!==' and instead saw '!='. +build/public/templates/modals/merge-topic.js: line 20, col 117, ['topics'] is better written in dot notation. +build/public/templates/modals/merge-topic.js: line 20, col 133, ['title'] is better written in dot notation. +build/public/templates/modals/merge-topic.js: line 16, col 13, 'key' is defined but never used. +build/public/templates/modals/merge-topic.js: line 15, col 100, 'value' is defined but never used. +build/public/templates/modals/merge-topic.js: line 15, col 92, 'length' is defined but never used. +build/public/templates/modals/merge-topic.js: line 15, col 85, 'index' is defined but never used. +build/public/templates/modals/merge-topic.js: line 25, col 532, Line is too long. +build/public/templates/modals/merge-topic.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/modals/merge-topic.js: line 32, col 114, Line is too long. +build/public/templates/modals/merge-topic.js: line 32, col 36, Expected '!==' and instead saw '!='. +build/public/templates/modals/merge-topic.js: line 32, col 52, ['topics'] is better written in dot notation. +build/public/templates/modals/merge-topic.js: line 34, col 126, Line is too long. +build/public/templates/modals/merge-topic.js: line 35, col 120, Line is too long. +build/public/templates/modals/merge-topic.js: line 35, col 37, Expected '!==' and instead saw '!='. +build/public/templates/modals/merge-topic.js: line 35, col 53, ['config'] is better written in dot notation. +build/public/templates/modals/merge-topic.js: line 35, col 66, Expected '!==' and instead saw '!='. +build/public/templates/modals/merge-topic.js: line 35, col 82, ['config'] is better written in dot notation. +build/public/templates/modals/merge-topic.js: line 35, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/modals/merge-topic.js: line 37, col 151, Line is too long. +build/public/templates/modals/merge-topic.js: line 37, col 37, Expected '!==' and instead saw '!='. +build/public/templates/modals/merge-topic.js: line 37, col 53, ['topics'] is better written in dot notation. +build/public/templates/modals/merge-topic.js: line 37, col 66, Expected '!==' and instead saw '!='. +build/public/templates/modals/merge-topic.js: line 37, col 82, ['topics'] is better written in dot notation. +build/public/templates/modals/merge-topic.js: line 37, col 101, Expected '!==' and instead saw '!='. +build/public/templates/modals/merge-topic.js: line 37, col 117, ['topics'] is better written in dot notation. +build/public/templates/modals/merge-topic.js: line 37, col 133, ['tid'] is better written in dot notation. +build/public/templates/modals/merge-topic.js: line 39, col 153, Line is too long. +build/public/templates/modals/merge-topic.js: line 39, col 37, Expected '!==' and instead saw '!='. +build/public/templates/modals/merge-topic.js: line 39, col 53, ['topics'] is better written in dot notation. +build/public/templates/modals/merge-topic.js: line 39, col 66, Expected '!==' and instead saw '!='. +build/public/templates/modals/merge-topic.js: line 39, col 82, ['topics'] is better written in dot notation. +build/public/templates/modals/merge-topic.js: line 39, col 101, Expected '!==' and instead saw '!='. +build/public/templates/modals/merge-topic.js: line 39, col 117, ['topics'] is better written in dot notation. +build/public/templates/modals/merge-topic.js: line 39, col 133, ['title'] is better written in dot notation. +build/public/templates/modals/merge-topic.js: line 41, col 151, Line is too long. +build/public/templates/modals/merge-topic.js: line 41, col 37, Expected '!==' and instead saw '!='. +build/public/templates/modals/merge-topic.js: line 41, col 53, ['topics'] is better written in dot notation. +build/public/templates/modals/merge-topic.js: line 41, col 66, Expected '!==' and instead saw '!='. +build/public/templates/modals/merge-topic.js: line 41, col 82, ['topics'] is better written in dot notation. +build/public/templates/modals/merge-topic.js: line 41, col 101, Expected '!==' and instead saw '!='. +build/public/templates/modals/merge-topic.js: line 41, col 117, ['topics'] is better written in dot notation. +build/public/templates/modals/merge-topic.js: line 41, col 133, ['tid'] is better written in dot notation. +build/public/templates/modals/merge-topic.js: line 33, col 13, 'key' is defined but never used. +build/public/templates/modals/merge-topic.js: line 32, col 107, 'value' is defined but never used. +build/public/templates/modals/merge-topic.js: line 32, col 99, 'length' is defined but never used. +build/public/templates/modals/merge-topic.js: line 32, col 92, 'index' is defined but never used. +build/public/templates/modals/merge-topic.js: line 31, col 11, 'value' is defined but never used. +build/public/templates/modals/merge-topic.js: line 29, col 62, 'helper' is defined but never used. +build/public/templates/modals/merge-topic.js: line 50, col 3, Missing semicolon. +build/public/templates/modals/merge-topic.js: line 5, col 46, 'define' is not defined. +build/public/templates/modals/merge-topic.js: line 6, col 5, 'define' is not defined. + +build/public/templates/modals/move-post.js: line 12, col 680, Line is too long. +build/public/templates/modals/move-post.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/modals/move-post.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/modals/move-post.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/modals/move-post.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/modals/move-post.js: line 9, col 39, 'guard' is defined but never used. +build/public/templates/modals/move-post.js: line 20, col 3, Missing semicolon. +build/public/templates/modals/move-post.js: line 5, col 46, 'define' is not defined. +build/public/templates/modals/move-post.js: line 6, col 5, 'define' is not defined. + +build/public/templates/modals/move-topic.js: line 12, col 542, Line is too long. +build/public/templates/modals/move-topic.js: line 13, col 145, Line is too long. +build/public/templates/modals/move-topic.js: line 13, col 26, Expected '!==' and instead saw '!='. +build/public/templates/modals/move-topic.js: line 13, col 42, ['selectedCategory'] is better written in dot notation. +build/public/templates/modals/move-topic.js: line 13, col 92, Expected '!==' and instead saw '!='. +build/public/templates/modals/move-topic.js: line 13, col 108, ['showCategorySelectLabel'] is better written in dot notation. +build/public/templates/modals/move-topic.js: line 15, col 159, Line is too long. +build/public/templates/modals/move-topic.js: line 15, col 84, Expected '!==' and instead saw '!='. +build/public/templates/modals/move-topic.js: line 15, col 100, ['selectedCategory'] is better written in dot notation. +build/public/templates/modals/move-topic.js: line 17, col 131, Line is too long. +build/public/templates/modals/move-topic.js: line 17, col 37, Expected '!==' and instead saw '!='. +build/public/templates/modals/move-topic.js: line 17, col 53, ['selectedCategory'] is better written in dot notation. +build/public/templates/modals/move-topic.js: line 17, col 76, Expected '!==' and instead saw '!='. +build/public/templates/modals/move-topic.js: line 17, col 92, ['selectedCategory'] is better written in dot notation. +build/public/templates/modals/move-topic.js: line 17, col 112, ['name'] is better written in dot notation. +build/public/templates/modals/move-topic.js: line 20, col 29, Expected '!==' and instead saw '!='. +build/public/templates/modals/move-topic.js: line 20, col 45, ['selectCategoryIcon'] is better written in dot notation. +build/public/templates/modals/move-topic.js: line 21, col 39, Expected '!==' and instead saw '!='. +build/public/templates/modals/move-topic.js: line 21, col 55, ['selectCategoryIcon'] is better written in dot notation. +build/public/templates/modals/move-topic.js: line 23, col 101, Line is too long. +build/public/templates/modals/move-topic.js: line 24, col 29, Expected '!==' and instead saw '!='. +build/public/templates/modals/move-topic.js: line 24, col 45, ['selectCategoryLabel'] is better written in dot notation. +build/public/templates/modals/move-topic.js: line 25, col 39, Expected '!==' and instead saw '!='. +build/public/templates/modals/move-topic.js: line 25, col 55, ['selectCategoryLabel'] is better written in dot notation. +build/public/templates/modals/move-topic.js: line 28, col 596, Line is too long. +build/public/templates/modals/move-topic.js: line 29, col 22, ['categoryItems'] is better written in dot notation. +build/public/templates/modals/move-topic.js: line 30, col 346, Line is too long. +build/public/templates/modals/move-topic.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/modals/move-topic.js: line 37, col 121, Line is too long. +build/public/templates/modals/move-topic.js: line 37, col 36, Expected '!==' and instead saw '!='. +build/public/templates/modals/move-topic.js: line 37, col 52, ['categoryItems'] is better written in dot notation. +build/public/templates/modals/move-topic.js: line 40, col 172, Line is too long. +build/public/templates/modals/move-topic.js: line 40, col 29, Expected '!==' and instead saw '!='. +build/public/templates/modals/move-topic.js: line 40, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/modals/move-topic.js: line 40, col 65, Expected '!==' and instead saw '!='. +build/public/templates/modals/move-topic.js: line 40, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/modals/move-topic.js: line 40, col 107, Expected '!==' and instead saw '!='. +build/public/templates/modals/move-topic.js: line 40, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/modals/move-topic.js: line 40, col 146, ['disabledClass'] is better written in dot notation. +build/public/templates/modals/move-topic.js: line 44, col 172, Line is too long. +build/public/templates/modals/move-topic.js: line 44, col 37, Expected '!==' and instead saw '!='. +build/public/templates/modals/move-topic.js: line 44, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/modals/move-topic.js: line 44, col 73, Expected '!==' and instead saw '!='. +build/public/templates/modals/move-topic.js: line 44, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/modals/move-topic.js: line 44, col 115, Expected '!==' and instead saw '!='. +build/public/templates/modals/move-topic.js: line 44, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/modals/move-topic.js: line 44, col 154, ['cid'] is better written in dot notation. +build/public/templates/modals/move-topic.js: line 46, col 173, Line is too long. +build/public/templates/modals/move-topic.js: line 46, col 37, Expected '!==' and instead saw '!='. +build/public/templates/modals/move-topic.js: line 46, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/modals/move-topic.js: line 46, col 73, Expected '!==' and instead saw '!='. +build/public/templates/modals/move-topic.js: line 46, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/modals/move-topic.js: line 46, col 115, Expected '!==' and instead saw '!='. +build/public/templates/modals/move-topic.js: line 46, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/modals/move-topic.js: line 46, col 154, ['name'] is better written in dot notation. +build/public/templates/modals/move-topic.js: line 48, col 178, Line is too long. +build/public/templates/modals/move-topic.js: line 48, col 37, Expected '!==' and instead saw '!='. +build/public/templates/modals/move-topic.js: line 48, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/modals/move-topic.js: line 48, col 73, Expected '!==' and instead saw '!='. +build/public/templates/modals/move-topic.js: line 48, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/modals/move-topic.js: line 48, col 115, Expected '!==' and instead saw '!='. +build/public/templates/modals/move-topic.js: line 48, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/modals/move-topic.js: line 48, col 154, ['parentCid'] is better written in dot notation. +build/public/templates/modals/move-topic.js: line 50, col 172, Line is too long. +build/public/templates/modals/move-topic.js: line 50, col 29, Expected '!==' and instead saw '!='. +build/public/templates/modals/move-topic.js: line 50, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/modals/move-topic.js: line 50, col 65, Expected '!==' and instead saw '!='. +build/public/templates/modals/move-topic.js: line 50, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/modals/move-topic.js: line 50, col 107, Expected '!==' and instead saw '!='. +build/public/templates/modals/move-topic.js: line 50, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/modals/move-topic.js: line 50, col 146, ['disabledClass'] is better written in dot notation. +build/public/templates/modals/move-topic.js: line 54, col 174, Line is too long. +build/public/templates/modals/move-topic.js: line 54, col 37, Expected '!==' and instead saw '!='. +build/public/templates/modals/move-topic.js: line 54, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/modals/move-topic.js: line 54, col 73, Expected '!==' and instead saw '!='. +build/public/templates/modals/move-topic.js: line 54, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/modals/move-topic.js: line 54, col 115, Expected '!==' and instead saw '!='. +build/public/templates/modals/move-topic.js: line 54, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/modals/move-topic.js: line 54, col 154, ['level'] is better written in dot notation. +build/public/templates/modals/move-topic.js: line 56, col 164, Line is too long. +build/public/templates/modals/move-topic.js: line 56, col 29, Expected '!==' and instead saw '!='. +build/public/templates/modals/move-topic.js: line 56, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/modals/move-topic.js: line 56, col 65, Expected '!==' and instead saw '!='. +build/public/templates/modals/move-topic.js: line 56, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/modals/move-topic.js: line 56, col 107, Expected '!==' and instead saw '!='. +build/public/templates/modals/move-topic.js: line 56, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/modals/move-topic.js: line 56, col 146, ['match'] is better written in dot notation. +build/public/templates/modals/move-topic.js: line 60, col 163, Line is too long. +build/public/templates/modals/move-topic.js: line 60, col 29, Expected '!==' and instead saw '!='. +build/public/templates/modals/move-topic.js: line 60, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/modals/move-topic.js: line 60, col 65, Expected '!==' and instead saw '!='. +build/public/templates/modals/move-topic.js: line 60, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/modals/move-topic.js: line 60, col 107, Expected '!==' and instead saw '!='. +build/public/templates/modals/move-topic.js: line 60, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/modals/move-topic.js: line 60, col 146, ['icon'] is better written in dot notation. +build/public/templates/modals/move-topic.js: line 62, col 114, Line is too long. +build/public/templates/modals/move-topic.js: line 66, col 173, Line is too long. +build/public/templates/modals/move-topic.js: line 66, col 37, Expected '!==' and instead saw '!='. +build/public/templates/modals/move-topic.js: line 66, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/modals/move-topic.js: line 66, col 73, Expected '!==' and instead saw '!='. +build/public/templates/modals/move-topic.js: line 66, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/modals/move-topic.js: line 66, col 115, Expected '!==' and instead saw '!='. +build/public/templates/modals/move-topic.js: line 66, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/modals/move-topic.js: line 66, col 154, ['name'] is better written in dot notation. +build/public/templates/modals/move-topic.js: line 38, col 13, 'key' is defined but never used. +build/public/templates/modals/move-topic.js: line 36, col 11, 'value' is defined but never used. +build/public/templates/modals/move-topic.js: line 75, col 3, Missing semicolon. +build/public/templates/modals/move-topic.js: line 5, col 46, 'define' is not defined. +build/public/templates/modals/move-topic.js: line 6, col 5, 'define' is not defined. + +build/public/templates/modals/post-history.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/modals/post-history.js: line 13, col 41, ['numDiffs'] is better written in dot notation. +build/public/templates/modals/post-history.js: line 15, col 37, Expected '!==' and instead saw '!='. +build/public/templates/modals/post-history.js: line 15, col 53, ['numDiffs'] is better written in dot notation. +build/public/templates/modals/post-history.js: line 18, col 37, Expected '!==' and instead saw '!='. +build/public/templates/modals/post-history.js: line 18, col 53, ['numDiffs'] is better written in dot notation. +build/public/templates/modals/post-history.js: line 21, col 25, Expected '!==' and instead saw '!='. +build/public/templates/modals/post-history.js: line 21, col 41, ['numDiffs'] is better written in dot notation. +build/public/templates/modals/post-history.js: line 23, col 26, ['diffs'] is better written in dot notation. +build/public/templates/modals/post-history.js: line 25, col 29, Expected '!==' and instead saw '!='. +build/public/templates/modals/post-history.js: line 25, col 45, ['editable'] is better written in dot notation. +build/public/templates/modals/post-history.js: line 26, col 110, Line is too long. +build/public/templates/modals/post-history.js: line 29, col 29, Expected '!==' and instead saw '!='. +build/public/templates/modals/post-history.js: line 29, col 45, ['deletable'] is better written in dot notation. +build/public/templates/modals/post-history.js: line 30, col 107, Line is too long. +build/public/templates/modals/post-history.js: line 33, col 29, Expected '!==' and instead saw '!='. +build/public/templates/modals/post-history.js: line 33, col 45, ['editable'] is better written in dot notation. +build/public/templates/modals/post-history.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/modals/post-history.js: line 44, col 113, Line is too long. +build/public/templates/modals/post-history.js: line 44, col 36, Expected '!==' and instead saw '!='. +build/public/templates/modals/post-history.js: line 44, col 52, ['diffs'] is better written in dot notation. +build/public/templates/modals/post-history.js: line 47, col 154, Line is too long. +build/public/templates/modals/post-history.js: line 47, col 37, Expected '!==' and instead saw '!='. +build/public/templates/modals/post-history.js: line 47, col 53, ['diffs'] is better written in dot notation. +build/public/templates/modals/post-history.js: line 47, col 65, Expected '!==' and instead saw '!='. +build/public/templates/modals/post-history.js: line 47, col 81, ['diffs'] is better written in dot notation. +build/public/templates/modals/post-history.js: line 47, col 99, Expected '!==' and instead saw '!='. +build/public/templates/modals/post-history.js: line 47, col 115, ['diffs'] is better written in dot notation. +build/public/templates/modals/post-history.js: line 47, col 130, ['timestamp'] is better written in dot notation. +build/public/templates/modals/post-history.js: line 49, col 151, Line is too long. +build/public/templates/modals/post-history.js: line 49, col 37, Expected '!==' and instead saw '!='. +build/public/templates/modals/post-history.js: line 49, col 53, ['diffs'] is better written in dot notation. +build/public/templates/modals/post-history.js: line 49, col 65, Expected '!==' and instead saw '!='. +build/public/templates/modals/post-history.js: line 49, col 81, ['diffs'] is better written in dot notation. +build/public/templates/modals/post-history.js: line 49, col 99, Expected '!==' and instead saw '!='. +build/public/templates/modals/post-history.js: line 49, col 115, ['diffs'] is better written in dot notation. +build/public/templates/modals/post-history.js: line 49, col 130, ['pretty'] is better written in dot notation. +build/public/templates/modals/post-history.js: line 51, col 143, Line is too long. +build/public/templates/modals/post-history.js: line 51, col 29, Expected '!==' and instead saw '!='. +build/public/templates/modals/post-history.js: line 51, col 45, ['diffs'] is better written in dot notation. +build/public/templates/modals/post-history.js: line 51, col 57, Expected '!==' and instead saw '!='. +build/public/templates/modals/post-history.js: line 51, col 73, ['diffs'] is better written in dot notation. +build/public/templates/modals/post-history.js: line 51, col 91, Expected '!==' and instead saw '!='. +build/public/templates/modals/post-history.js: line 51, col 107, ['diffs'] is better written in dot notation. +build/public/templates/modals/post-history.js: line 51, col 122, ['username'] is better written in dot notation. +build/public/templates/modals/post-history.js: line 53, col 157, Line is too long. +build/public/templates/modals/post-history.js: line 53, col 41, Expected '!==' and instead saw '!='. +build/public/templates/modals/post-history.js: line 53, col 57, ['diffs'] is better written in dot notation. +build/public/templates/modals/post-history.js: line 53, col 69, Expected '!==' and instead saw '!='. +build/public/templates/modals/post-history.js: line 53, col 85, ['diffs'] is better written in dot notation. +build/public/templates/modals/post-history.js: line 53, col 103, Expected '!==' and instead saw '!='. +build/public/templates/modals/post-history.js: line 53, col 119, ['diffs'] is better written in dot notation. +build/public/templates/modals/post-history.js: line 53, col 134, ['username'] is better written in dot notation. +build/public/templates/modals/post-history.js: line 45, col 13, 'key' is defined but never used. +build/public/templates/modals/post-history.js: line 44, col 106, 'value' is defined but never used. +build/public/templates/modals/post-history.js: line 43, col 11, 'value' is defined but never used. +build/public/templates/modals/post-history.js: line 41, col 60, 'helper' is defined but never used. +build/public/templates/modals/post-history.js: line 72, col 3, Missing semicolon. +build/public/templates/modals/post-history.js: line 5, col 46, 'define' is not defined. +build/public/templates/modals/post-history.js: line 6, col 5, 'define' is not defined. + +build/public/templates/modals/rename-room.js: line 12, col 136, Line is too long. +build/public/templates/modals/rename-room.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/modals/rename-room.js: line 13, col 49, ['name'] is better written in dot notation. +build/public/templates/modals/rename-room.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/modals/rename-room.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/modals/rename-room.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/modals/rename-room.js: line 22, col 3, Missing semicolon. +build/public/templates/modals/rename-room.js: line 5, col 46, 'define' is not defined. +build/public/templates/modals/rename-room.js: line 6, col 5, 'define' is not defined. + +build/public/templates/modals/set-pin-expiry.js: line 12, col 352, Line is too long. +build/public/templates/modals/set-pin-expiry.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/modals/set-pin-expiry.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/modals/set-pin-expiry.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/modals/set-pin-expiry.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/modals/set-pin-expiry.js: line 9, col 39, 'guard' is defined but never used. +build/public/templates/modals/set-pin-expiry.js: line 20, col 3, Missing semicolon. +build/public/templates/modals/set-pin-expiry.js: line 5, col 46, 'define' is not defined. +build/public/templates/modals/set-pin-expiry.js: line 6, col 5, 'define' is not defined. + +build/public/templates/modals/tag-topic.js: line 12, col 171, Line is too long. +build/public/templates/modals/tag-topic.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/modals/tag-topic.js: line 13, col 41, ['tagWhitelist'] is better written in dot notation. +build/public/templates/modals/tag-topic.js: line 14, col 101, Line is too long. +build/public/templates/modals/tag-topic.js: line 15, col 26, ['tagWhitelist'] is better written in dot notation. +build/public/templates/modals/tag-topic.js: line 19, col 22, ['topics'] is better written in dot notation. +build/public/templates/modals/tag-topic.js: line 20, col 259, Line is too long. +build/public/templates/modals/tag-topic.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/modals/tag-topic.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/modals/tag-topic.js: line 27, col 120, Line is too long. +build/public/templates/modals/tag-topic.js: line 27, col 36, Expected '!==' and instead saw '!='. +build/public/templates/modals/tag-topic.js: line 27, col 52, ['tagWhitelist'] is better written in dot notation. +build/public/templates/modals/tag-topic.js: line 28, col 13, 'key' is defined but never used. +build/public/templates/modals/tag-topic.js: line 26, col 11, 'value' is defined but never used. +build/public/templates/modals/tag-topic.js: line 24, col 74, 'helper' is defined but never used. +build/public/templates/modals/tag-topic.js: line 39, col 114, Line is too long. +build/public/templates/modals/tag-topic.js: line 39, col 36, Expected '!==' and instead saw '!='. +build/public/templates/modals/tag-topic.js: line 39, col 52, ['topics'] is better written in dot notation. +build/public/templates/modals/tag-topic.js: line 42, col 153, Line is too long. +build/public/templates/modals/tag-topic.js: line 42, col 37, Expected '!==' and instead saw '!='. +build/public/templates/modals/tag-topic.js: line 42, col 53, ['topics'] is better written in dot notation. +build/public/templates/modals/tag-topic.js: line 42, col 66, Expected '!==' and instead saw '!='. +build/public/templates/modals/tag-topic.js: line 42, col 82, ['topics'] is better written in dot notation. +build/public/templates/modals/tag-topic.js: line 42, col 101, Expected '!==' and instead saw '!='. +build/public/templates/modals/tag-topic.js: line 42, col 117, ['topics'] is better written in dot notation. +build/public/templates/modals/tag-topic.js: line 42, col 133, ['title'] is better written in dot notation. +build/public/templates/modals/tag-topic.js: line 43, col 108, Line is too long. +build/public/templates/modals/tag-topic.js: line 44, col 123, Line is too long. +build/public/templates/modals/tag-topic.js: line 44, col 37, Expected '!==' and instead saw '!='. +build/public/templates/modals/tag-topic.js: line 44, col 53, ['config'] is better written in dot notation. +build/public/templates/modals/tag-topic.js: line 44, col 66, Expected '!==' and instead saw '!='. +build/public/templates/modals/tag-topic.js: line 44, col 82, ['config'] is better written in dot notation. +build/public/templates/modals/tag-topic.js: line 44, col 92, ['minimumTagLength'] is better written in dot notation. +build/public/templates/modals/tag-topic.js: line 46, col 123, Line is too long. +build/public/templates/modals/tag-topic.js: line 46, col 37, Expected '!==' and instead saw '!='. +build/public/templates/modals/tag-topic.js: line 46, col 53, ['config'] is better written in dot notation. +build/public/templates/modals/tag-topic.js: line 46, col 66, Expected '!==' and instead saw '!='. +build/public/templates/modals/tag-topic.js: line 46, col 82, ['config'] is better written in dot notation. +build/public/templates/modals/tag-topic.js: line 46, col 92, ['maximumTagLength'] is better written in dot notation. +build/public/templates/modals/tag-topic.js: line 40, col 13, 'key' is defined but never used. +build/public/templates/modals/tag-topic.js: line 39, col 107, 'value' is defined but never used. +build/public/templates/modals/tag-topic.js: line 39, col 99, 'length' is defined but never used. +build/public/templates/modals/tag-topic.js: line 39, col 92, 'index' is defined but never used. +build/public/templates/modals/tag-topic.js: line 38, col 11, 'value' is defined but never used. +build/public/templates/modals/tag-topic.js: line 36, col 62, 'helper' is defined but never used. +build/public/templates/modals/tag-topic.js: line 55, col 3, Missing semicolon. +build/public/templates/modals/tag-topic.js: line 5, col 46, 'define' is not defined. +build/public/templates/modals/tag-topic.js: line 6, col 5, 'define' is not defined. + +build/public/templates/modals/temporary-ban.js: line 12, col 1231, Line is too long. +build/public/templates/modals/temporary-ban.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/modals/temporary-ban.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/modals/temporary-ban.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/modals/temporary-ban.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/modals/temporary-ban.js: line 9, col 39, 'guard' is defined but never used. +build/public/templates/modals/temporary-ban.js: line 20, col 3, Missing semicolon. +build/public/templates/modals/temporary-ban.js: line 5, col 46, 'define' is not defined. +build/public/templates/modals/temporary-ban.js: line 6, col 5, 'define' is not defined. + +build/public/templates/modals/temporary-mute.js: line 12, col 1060, Line is too long. +build/public/templates/modals/temporary-mute.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/modals/temporary-mute.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/modals/temporary-mute.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/modals/temporary-mute.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/modals/temporary-mute.js: line 9, col 39, 'guard' is defined but never used. +build/public/templates/modals/temporary-mute.js: line 20, col 3, Missing semicolon. +build/public/templates/modals/temporary-mute.js: line 5, col 46, 'define' is not defined. +build/public/templates/modals/temporary-mute.js: line 6, col 5, 'define' is not defined. + +build/public/templates/modals/topic-scheduler.js: line 12, col 127, Line is too long. +build/public/templates/modals/topic-scheduler.js: line 15, col 152, Line is too long. +build/public/templates/modals/topic-scheduler.js: line 16, col 33, Expected '!==' and instead saw '!='. +build/public/templates/modals/topic-scheduler.js: line 18, col 33, Expected '!==' and instead saw '!='. +build/public/templates/modals/topic-scheduler.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/modals/topic-scheduler.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/modals/topic-scheduler.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/modals/topic-scheduler.js: line 27, col 3, Missing semicolon. +build/public/templates/modals/topic-scheduler.js: line 5, col 46, 'define' is not defined. +build/public/templates/modals/topic-scheduler.js: line 6, col 5, 'define' is not defined. + +build/public/templates/modals/topic-thumbs-view.js: line 12, col 258, Line is too long. +build/public/templates/modals/topic-thumbs-view.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/modals/topic-thumbs-view.js: line 13, col 49, ['src'] is better written in dot notation. +build/public/templates/modals/topic-thumbs-view.js: line 15, col 108, Line is too long. +build/public/templates/modals/topic-thumbs-view.js: line 15, col 26, Expected '!==' and instead saw '!='. +build/public/templates/modals/topic-thumbs-view.js: line 15, col 42, ['thumbs'] is better written in dot notation. +build/public/templates/modals/topic-thumbs-view.js: line 15, col 55, Expected '!==' and instead saw '!='. +build/public/templates/modals/topic-thumbs-view.js: line 15, col 71, ['thumbs'] is better written in dot notation. +build/public/templates/modals/topic-thumbs-view.js: line 15, col 81, ['length'] is better written in dot notation. +build/public/templates/modals/topic-thumbs-view.js: line 15, col 102, Expected '!==' and instead saw '!='. +build/public/templates/modals/topic-thumbs-view.js: line 17, col 26, ['thumbs'] is better written in dot notation. +build/public/templates/modals/topic-thumbs-view.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/modals/topic-thumbs-view.js: line 27, col 114, Line is too long. +build/public/templates/modals/topic-thumbs-view.js: line 27, col 36, Expected '!==' and instead saw '!='. +build/public/templates/modals/topic-thumbs-view.js: line 27, col 52, ['thumbs'] is better written in dot notation. +build/public/templates/modals/topic-thumbs-view.js: line 29, col 107, Line is too long. +build/public/templates/modals/topic-thumbs-view.js: line 30, col 146, Line is too long. +build/public/templates/modals/topic-thumbs-view.js: line 30, col 29, Expected '!==' and instead saw '!='. +build/public/templates/modals/topic-thumbs-view.js: line 30, col 45, ['thumbs'] is better written in dot notation. +build/public/templates/modals/topic-thumbs-view.js: line 30, col 58, Expected '!==' and instead saw '!='. +build/public/templates/modals/topic-thumbs-view.js: line 30, col 74, ['thumbs'] is better written in dot notation. +build/public/templates/modals/topic-thumbs-view.js: line 30, col 93, Expected '!==' and instead saw '!='. +build/public/templates/modals/topic-thumbs-view.js: line 30, col 109, ['thumbs'] is better written in dot notation. +build/public/templates/modals/topic-thumbs-view.js: line 30, col 125, ['selected'] is better written in dot notation. +build/public/templates/modals/topic-thumbs-view.js: line 34, col 151, Line is too long. +build/public/templates/modals/topic-thumbs-view.js: line 34, col 37, Expected '!==' and instead saw '!='. +build/public/templates/modals/topic-thumbs-view.js: line 34, col 53, ['thumbs'] is better written in dot notation. +build/public/templates/modals/topic-thumbs-view.js: line 34, col 66, Expected '!==' and instead saw '!='. +build/public/templates/modals/topic-thumbs-view.js: line 34, col 82, ['thumbs'] is better written in dot notation. +build/public/templates/modals/topic-thumbs-view.js: line 34, col 101, Expected '!==' and instead saw '!='. +build/public/templates/modals/topic-thumbs-view.js: line 34, col 117, ['thumbs'] is better written in dot notation. +build/public/templates/modals/topic-thumbs-view.js: line 34, col 133, ['url'] is better written in dot notation. +build/public/templates/modals/topic-thumbs-view.js: line 28, col 13, 'key' is defined but never used. +build/public/templates/modals/topic-thumbs-view.js: line 27, col 107, 'value' is defined but never used. +build/public/templates/modals/topic-thumbs-view.js: line 27, col 99, 'length' is defined but never used. +build/public/templates/modals/topic-thumbs-view.js: line 27, col 92, 'index' is defined but never used. +build/public/templates/modals/topic-thumbs-view.js: line 26, col 11, 'value' is defined but never used. +build/public/templates/modals/topic-thumbs-view.js: line 24, col 62, 'helper' is defined but never used. +build/public/templates/modals/topic-thumbs-view.js: line 43, col 3, Missing semicolon. +build/public/templates/modals/topic-thumbs-view.js: line 5, col 46, 'define' is not defined. +build/public/templates/modals/topic-thumbs-view.js: line 6, col 5, 'define' is not defined. + +build/public/templates/modals/topic-thumbs.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/modals/topic-thumbs.js: line 13, col 41, ['thumbs'] is better written in dot notation. +build/public/templates/modals/topic-thumbs.js: line 13, col 54, Expected '!==' and instead saw '!='. +build/public/templates/modals/topic-thumbs.js: line 13, col 70, ['thumbs'] is better written in dot notation. +build/public/templates/modals/topic-thumbs.js: line 13, col 80, ['length'] is better written in dot notation. +build/public/templates/modals/topic-thumbs.js: line 17, col 22, ['thumbs'] is better written in dot notation. +build/public/templates/modals/topic-thumbs.js: line 19, col 156, Line is too long. +build/public/templates/modals/topic-thumbs.js: line 19, col 33, Expected '!==' and instead saw '!='. +build/public/templates/modals/topic-thumbs.js: line 19, col 49, ['config'] is better written in dot notation. +build/public/templates/modals/topic-thumbs.js: line 19, col 62, Expected '!==' and instead saw '!='. +build/public/templates/modals/topic-thumbs.js: line 19, col 78, ['config'] is better written in dot notation. +build/public/templates/modals/topic-thumbs.js: line 19, col 88, ['thumbs'] is better written in dot notation. +build/public/templates/modals/topic-thumbs.js: line 19, col 101, Expected '!==' and instead saw '!='. +build/public/templates/modals/topic-thumbs.js: line 19, col 117, ['config'] is better written in dot notation. +build/public/templates/modals/topic-thumbs.js: line 19, col 127, ['thumbs'] is better written in dot notation. +build/public/templates/modals/topic-thumbs.js: line 19, col 137, ['size'] is better written in dot notation. +build/public/templates/modals/topic-thumbs.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/modals/topic-thumbs.js: line 27, col 114, Line is too long. +build/public/templates/modals/topic-thumbs.js: line 27, col 36, Expected '!==' and instead saw '!='. +build/public/templates/modals/topic-thumbs.js: line 27, col 52, ['thumbs'] is better written in dot notation. +build/public/templates/modals/topic-thumbs.js: line 31, col 125, Line is too long. +build/public/templates/modals/topic-thumbs.js: line 32, col 117, Line is too long. +build/public/templates/modals/topic-thumbs.js: line 32, col 37, Expected '!==' and instead saw '!='. +build/public/templates/modals/topic-thumbs.js: line 32, col 53, ['config'] is better written in dot notation. +build/public/templates/modals/topic-thumbs.js: line 32, col 66, Expected '!==' and instead saw '!='. +build/public/templates/modals/topic-thumbs.js: line 32, col 82, ['config'] is better written in dot notation. +build/public/templates/modals/topic-thumbs.js: line 32, col 92, ['upload_url'] is better written in dot notation. +build/public/templates/modals/topic-thumbs.js: line 34, col 117, Line is too long. +build/public/templates/modals/topic-thumbs.js: line 36, col 191, Line is too long. +build/public/templates/modals/topic-thumbs.js: line 28, col 13, 'key' is defined but never used. +build/public/templates/modals/topic-thumbs.js: line 26, col 11, 'value' is defined but never used. +build/public/templates/modals/topic-thumbs.js: line 44, col 3, Missing semicolon. +build/public/templates/modals/topic-thumbs.js: line 5, col 46, 'define' is not defined. +build/public/templates/modals/topic-thumbs.js: line 6, col 5, 'define' is not defined. + +build/public/templates/modals/unban.js: line 12, col 304, Line is too long. +build/public/templates/modals/unban.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/modals/unban.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/modals/unban.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/modals/unban.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/modals/unban.js: line 9, col 39, 'guard' is defined but never used. +build/public/templates/modals/unban.js: line 20, col 3, Missing semicolon. +build/public/templates/modals/unban.js: line 5, col 46, 'define' is not defined. +build/public/templates/modals/unban.js: line 6, col 5, 'define' is not defined. + +build/public/templates/modals/unmute.js: line 12, col 304, Line is too long. +build/public/templates/modals/unmute.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/modals/unmute.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/modals/unmute.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/modals/unmute.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/modals/unmute.js: line 9, col 39, 'guard' is defined but never used. +build/public/templates/modals/unmute.js: line 20, col 3, Missing semicolon. +build/public/templates/modals/unmute.js: line 5, col 46, 'define' is not defined. +build/public/templates/modals/unmute.js: line 6, col 5, 'define' is not defined. + +build/public/templates/modals/upload-file.js: line 12, col 241, Line is too long. +build/public/templates/modals/upload-file.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/modals/upload-file.js: line 13, col 49, ['title'] is better written in dot notation. +build/public/templates/modals/upload-file.js: line 14, col 264, Line is too long. +build/public/templates/modals/upload-file.js: line 15, col 25, Expected '!==' and instead saw '!='. +build/public/templates/modals/upload-file.js: line 15, col 41, ['description'] is better written in dot notation. +build/public/templates/modals/upload-file.js: line 17, col 37, Expected '!==' and instead saw '!='. +build/public/templates/modals/upload-file.js: line 17, col 53, ['description'] is better written in dot notation. +build/public/templates/modals/upload-file.js: line 21, col 25, Expected '!==' and instead saw '!='. +build/public/templates/modals/upload-file.js: line 21, col 41, ['accept'] is better written in dot notation. +build/public/templates/modals/upload-file.js: line 23, col 37, Expected '!==' and instead saw '!='. +build/public/templates/modals/upload-file.js: line 23, col 53, ['accept'] is better written in dot notation. +build/public/templates/modals/upload-file.js: line 27, col 25, Expected '!==' and instead saw '!='. +build/public/templates/modals/upload-file.js: line 27, col 41, ['showHelp'] is better written in dot notation. +build/public/templates/modals/upload-file.js: line 29, col 29, Expected '!==' and instead saw '!='. +build/public/templates/modals/upload-file.js: line 29, col 45, ['accept'] is better written in dot notation. +build/public/templates/modals/upload-file.js: line 31, col 41, Expected '!==' and instead saw '!='. +build/public/templates/modals/upload-file.js: line 31, col 57, ['accept'] is better written in dot notation. +build/public/templates/modals/upload-file.js: line 35, col 29, Expected '!==' and instead saw '!='. +build/public/templates/modals/upload-file.js: line 35, col 45, ['fileSize'] is better written in dot notation. +build/public/templates/modals/upload-file.js: line 37, col 41, Expected '!==' and instead saw '!='. +build/public/templates/modals/upload-file.js: line 37, col 57, ['fileSize'] is better written in dot notation. +build/public/templates/modals/upload-file.js: line 42, col 782, Line is too long. +build/public/templates/modals/upload-file.js: line 43, col 33, Expected '!==' and instead saw '!='. +build/public/templates/modals/upload-file.js: line 43, col 49, ['button'] is better written in dot notation. +build/public/templates/modals/upload-file.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/modals/upload-file.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/modals/upload-file.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/modals/upload-file.js: line 52, col 3, Missing semicolon. +build/public/templates/modals/upload-file.js: line 5, col 46, 'define' is not defined. +build/public/templates/modals/upload-file.js: line 6, col 5, 'define' is not defined. + +build/public/templates/modals/upload-picture-from-url.js: line 12, col 810, Line is too long. +build/public/templates/modals/upload-picture-from-url.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/modals/upload-picture-from-url.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/modals/upload-picture-from-url.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/modals/upload-picture-from-url.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/modals/upload-picture-from-url.js: line 9, col 39, 'guard' is defined but never used. +build/public/templates/modals/upload-picture-from-url.js: line 20, col 3, Missing semicolon. +build/public/templates/modals/upload-picture-from-url.js: line 5, col 46, 'define' is not defined. +build/public/templates/modals/upload-picture-from-url.js: line 6, col 5, 'define' is not defined. + +build/public/templates/modals/votes.js: line 12, col 30, Expected '!==' and instead saw '!='. +build/public/templates/modals/votes.js: line 12, col 46, ['showUpvotes'] is better written in dot notation. +build/public/templates/modals/votes.js: line 14, col 37, Expected '!==' and instead saw '!='. +build/public/templates/modals/votes.js: line 14, col 53, ['upvoteCount'] is better written in dot notation. +build/public/templates/modals/votes.js: line 16, col 26, ['upvoters'] is better written in dot notation. +build/public/templates/modals/votes.js: line 20, col 25, Expected '!==' and instead saw '!='. +build/public/templates/modals/votes.js: line 20, col 41, ['showDownvotes'] is better written in dot notation. +build/public/templates/modals/votes.js: line 22, col 37, Expected '!==' and instead saw '!='. +build/public/templates/modals/votes.js: line 22, col 53, ['downvoteCount'] is better written in dot notation. +build/public/templates/modals/votes.js: line 24, col 26, ['downvoters'] is better written in dot notation. +build/public/templates/modals/votes.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/modals/votes.js: line 33, col 116, Line is too long. +build/public/templates/modals/votes.js: line 33, col 36, Expected '!==' and instead saw '!='. +build/public/templates/modals/votes.js: line 33, col 52, ['upvoters'] is better written in dot notation. +build/public/templates/modals/votes.js: line 36, col 120, Line is too long. +build/public/templates/modals/votes.js: line 36, col 37, Expected '!==' and instead saw '!='. +build/public/templates/modals/votes.js: line 36, col 53, ['config'] is better written in dot notation. +build/public/templates/modals/votes.js: line 36, col 66, Expected '!==' and instead saw '!='. +build/public/templates/modals/votes.js: line 36, col 82, ['config'] is better written in dot notation. +build/public/templates/modals/votes.js: line 36, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/modals/votes.js: line 38, col 162, Line is too long. +build/public/templates/modals/votes.js: line 38, col 37, Expected '!==' and instead saw '!='. +build/public/templates/modals/votes.js: line 38, col 53, ['upvoters'] is better written in dot notation. +build/public/templates/modals/votes.js: line 38, col 68, Expected '!==' and instead saw '!='. +build/public/templates/modals/votes.js: line 38, col 84, ['upvoters'] is better written in dot notation. +build/public/templates/modals/votes.js: line 38, col 105, Expected '!==' and instead saw '!='. +build/public/templates/modals/votes.js: line 38, col 121, ['upvoters'] is better written in dot notation. +build/public/templates/modals/votes.js: line 38, col 139, ['userslug'] is better written in dot notation. +build/public/templates/modals/votes.js: line 40, col 137, Line is too long. +build/public/templates/modals/votes.js: line 40, col 100, Expected '!==' and instead saw '!='. +build/public/templates/modals/votes.js: line 34, col 13, 'key' is defined but never used. +build/public/templates/modals/votes.js: line 32, col 11, 'value' is defined but never used. +build/public/templates/modals/votes.js: line 49, col 118, Line is too long. +build/public/templates/modals/votes.js: line 49, col 36, Expected '!==' and instead saw '!='. +build/public/templates/modals/votes.js: line 49, col 52, ['downvoters'] is better written in dot notation. +build/public/templates/modals/votes.js: line 52, col 120, Line is too long. +build/public/templates/modals/votes.js: line 52, col 37, Expected '!==' and instead saw '!='. +build/public/templates/modals/votes.js: line 52, col 53, ['config'] is better written in dot notation. +build/public/templates/modals/votes.js: line 52, col 66, Expected '!==' and instead saw '!='. +build/public/templates/modals/votes.js: line 52, col 82, ['config'] is better written in dot notation. +build/public/templates/modals/votes.js: line 52, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/modals/votes.js: line 54, col 168, Line is too long. +build/public/templates/modals/votes.js: line 54, col 37, Expected '!==' and instead saw '!='. +build/public/templates/modals/votes.js: line 54, col 53, ['downvoters'] is better written in dot notation. +build/public/templates/modals/votes.js: line 54, col 70, Expected '!==' and instead saw '!='. +build/public/templates/modals/votes.js: line 54, col 86, ['downvoters'] is better written in dot notation. +build/public/templates/modals/votes.js: line 54, col 109, Expected '!==' and instead saw '!='. +build/public/templates/modals/votes.js: line 54, col 125, ['downvoters'] is better written in dot notation. +build/public/templates/modals/votes.js: line 54, col 145, ['userslug'] is better written in dot notation. +build/public/templates/modals/votes.js: line 56, col 137, Line is too long. +build/public/templates/modals/votes.js: line 56, col 100, Expected '!==' and instead saw '!='. +build/public/templates/modals/votes.js: line 50, col 13, 'key' is defined but never used. +build/public/templates/modals/votes.js: line 48, col 11, 'value' is defined but never used. +build/public/templates/modals/votes.js: line 65, col 3, Missing semicolon. +build/public/templates/modals/votes.js: line 5, col 46, 'define' is not defined. +build/public/templates/modals/votes.js: line 6, col 5, 'define' is not defined. + +build/public/templates/modules/taskbar.js: line 12, col 165, Line is too long. +build/public/templates/modules/taskbar.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/modules/taskbar.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/modules/taskbar.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/modules/taskbar.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/modules/taskbar.js: line 9, col 39, 'guard' is defined but never used. +build/public/templates/modules/taskbar.js: line 20, col 3, Missing semicolon. +build/public/templates/modules/taskbar.js: line 5, col 46, 'define' is not defined. +build/public/templates/modules/taskbar.js: line 6, col 5, 'define' is not defined. + +build/public/templates/modules/usercard.js: line 13, col 116, Line is too long. +build/public/templates/modules/usercard.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/modules/usercard.js: line 13, col 49, ['config'] is better written in dot notation. +build/public/templates/modules/usercard.js: line 13, col 62, Expected '!==' and instead saw '!='. +build/public/templates/modules/usercard.js: line 13, col 78, ['config'] is better written in dot notation. +build/public/templates/modules/usercard.js: line 13, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/modules/usercard.js: line 15, col 33, Expected '!==' and instead saw '!='. +build/public/templates/modules/usercard.js: line 15, col 49, ['userslug'] is better written in dot notation. +build/public/templates/modules/usercard.js: line 17, col 25, Expected '!==' and instead saw '!='. +build/public/templates/modules/usercard.js: line 17, col 41, ['picture'] is better written in dot notation. +build/public/templates/modules/usercard.js: line 19, col 37, Expected '!==' and instead saw '!='. +build/public/templates/modules/usercard.js: line 19, col 53, ['picture'] is better written in dot notation. +build/public/templates/modules/usercard.js: line 22, col 37, Expected '!==' and instead saw '!='. +build/public/templates/modules/usercard.js: line 24, col 37, Expected '!==' and instead saw '!='. +build/public/templates/modules/usercard.js: line 27, col 116, Line is too long. +build/public/templates/modules/usercard.js: line 27, col 33, Expected '!==' and instead saw '!='. +build/public/templates/modules/usercard.js: line 27, col 49, ['config'] is better written in dot notation. +build/public/templates/modules/usercard.js: line 27, col 62, Expected '!==' and instead saw '!='. +build/public/templates/modules/usercard.js: line 27, col 78, ['config'] is better written in dot notation. +build/public/templates/modules/usercard.js: line 27, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/modules/usercard.js: line 29, col 33, Expected '!==' and instead saw '!='. +build/public/templates/modules/usercard.js: line 29, col 49, ['userslug'] is better written in dot notation. +build/public/templates/modules/usercard.js: line 31, col 25, Expected '!==' and instead saw '!='. +build/public/templates/modules/usercard.js: line 31, col 41, ['fullname'] is better written in dot notation. +build/public/templates/modules/usercard.js: line 32, col 35, Expected '!==' and instead saw '!='. +build/public/templates/modules/usercard.js: line 32, col 51, ['fullname'] is better written in dot notation. +build/public/templates/modules/usercard.js: line 33, col 35, Expected '!==' and instead saw '!='. +build/public/templates/modules/usercard.js: line 33, col 51, ['username'] is better written in dot notation. +build/public/templates/modules/usercard.js: line 35, col 25, Expected '!==' and instead saw '!='. +build/public/templates/modules/usercard.js: line 35, col 41, ['banned'] is better written in dot notation. +build/public/templates/modules/usercard.js: line 38, col 37, Expected '!==' and instead saw '!='. +build/public/templates/modules/usercard.js: line 38, col 53, ['username'] is better written in dot notation. +build/public/templates/modules/usercard.js: line 40, col 25, Expected '!==' and instead saw '!='. +build/public/templates/modules/usercard.js: line 40, col 41, ['banned'] is better written in dot notation. +build/public/templates/modules/usercard.js: line 43, col 37, Expected '!==' and instead saw '!='. +build/public/templates/modules/usercard.js: line 43, col 53, ['status'] is better written in dot notation. +build/public/templates/modules/usercard.js: line 45, col 37, Expected '!==' and instead saw '!='. +build/public/templates/modules/usercard.js: line 45, col 53, ['status'] is better written in dot notation. +build/public/templates/modules/usercard.js: line 47, col 116, Line is too long. +build/public/templates/modules/usercard.js: line 48, col 124, Line is too long. +build/public/templates/modules/usercard.js: line 48, col 82, Expected '!==' and instead saw '!='. +build/public/templates/modules/usercard.js: line 48, col 98, ['postcount'] is better written in dot notation. +build/public/templates/modules/usercard.js: line 50, col 125, Line is too long. +build/public/templates/modules/usercard.js: line 50, col 82, Expected '!==' and instead saw '!='. +build/public/templates/modules/usercard.js: line 50, col 98, ['reputation'] is better written in dot notation. +build/public/templates/modules/usercard.js: line 52, col 25, Expected '!==' and instead saw '!='. +build/public/templates/modules/usercard.js: line 52, col 41, ['banned'] is better written in dot notation. +build/public/templates/modules/usercard.js: line 55, col 148, Line is too long. +build/public/templates/modules/usercard.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/modules/usercard.js: line 63, col 3, Missing semicolon. +build/public/templates/modules/usercard.js: line 5, col 46, 'define' is not defined. +build/public/templates/modules/usercard.js: line 6, col 5, 'define' is not defined. + +build/public/templates/notifications.js: line 13, col 109, Line is too long. +build/public/templates/notifications.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 13, col 41, ['breadcrumbs'] is better written in dot notation. +build/public/templates/notifications.js: line 13, col 59, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 13, col 75, ['breadcrumbs'] is better written in dot notation. +build/public/templates/notifications.js: line 13, col 90, ['length'] is better written in dot notation. +build/public/templates/notifications.js: line 14, col 136, Line is too long. +build/public/templates/notifications.js: line 15, col 26, ['breadcrumbs'] is better written in dot notation. +build/public/templates/notifications.js: line 18, col 260, Line is too long. +build/public/templates/notifications.js: line 19, col 25, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 19, col 41, ['selectedFilter'] is better written in dot notation. +build/public/templates/notifications.js: line 20, col 124, Line is too long. +build/public/templates/notifications.js: line 20, col 35, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 20, col 51, ['selectedFilter'] is better written in dot notation. +build/public/templates/notifications.js: line 20, col 72, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 20, col 88, ['selectedFilter'] is better written in dot notation. +build/public/templates/notifications.js: line 20, col 106, ['name'] is better written in dot notation. +build/public/templates/notifications.js: line 22, col 120, Line is too long. +build/public/templates/notifications.js: line 23, col 22, ['filters'] is better written in dot notation. +build/public/templates/notifications.js: line 24, col 241, Line is too long. +build/public/templates/notifications.js: line 25, col 113, Line is too long. +build/public/templates/notifications.js: line 25, col 25, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 25, col 41, ['notifications'] is better written in dot notation. +build/public/templates/notifications.js: line 25, col 61, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 25, col 77, ['notifications'] is better written in dot notation. +build/public/templates/notifications.js: line 25, col 94, ['length'] is better written in dot notation. +build/public/templates/notifications.js: line 28, col 150, Line is too long. +build/public/templates/notifications.js: line 29, col 33, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 29, col 49, ['nextStart'] is better written in dot notation. +build/public/templates/notifications.js: line 31, col 22, ['notifications'] is better written in dot notation. +build/public/templates/notifications.js: line 33, col 158, Line is too long. +build/public/templates/notifications.js: line 33, col 25, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 33, col 41, ['pagination'] is better written in dot notation. +build/public/templates/notifications.js: line 33, col 58, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 33, col 74, ['pagination'] is better written in dot notation. +build/public/templates/notifications.js: line 33, col 88, ['pages'] is better written in dot notation. +build/public/templates/notifications.js: line 33, col 100, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 33, col 116, ['pagination'] is better written in dot notation. +build/public/templates/notifications.js: line 33, col 130, ['pages'] is better written in dot notation. +build/public/templates/notifications.js: line 33, col 139, ['length'] is better written in dot notation. +build/public/templates/notifications.js: line 36, col 155, Line is too long. +build/public/templates/notifications.js: line 37, col 156, Line is too long. +build/public/templates/notifications.js: line 37, col 25, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 37, col 41, ['pagination'] is better written in dot notation. +build/public/templates/notifications.js: line 37, col 58, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 37, col 74, ['pagination'] is better written in dot notation. +build/public/templates/notifications.js: line 37, col 88, ['prev'] is better written in dot notation. +build/public/templates/notifications.js: line 37, col 99, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 37, col 115, ['pagination'] is better written in dot notation. +build/public/templates/notifications.js: line 37, col 129, ['prev'] is better written in dot notation. +build/public/templates/notifications.js: line 37, col 137, ['active'] is better written in dot notation. +build/public/templates/notifications.js: line 41, col 162, Line is too long. +build/public/templates/notifications.js: line 41, col 33, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 41, col 49, ['pagination'] is better written in dot notation. +build/public/templates/notifications.js: line 41, col 66, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 41, col 82, ['pagination'] is better written in dot notation. +build/public/templates/notifications.js: line 41, col 96, ['prev'] is better written in dot notation. +build/public/templates/notifications.js: line 41, col 107, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 41, col 123, ['pagination'] is better written in dot notation. +build/public/templates/notifications.js: line 41, col 137, ['prev'] is better written in dot notation. +build/public/templates/notifications.js: line 41, col 145, ['qs'] is better written in dot notation. +build/public/templates/notifications.js: line 43, col 164, Line is too long. +build/public/templates/notifications.js: line 43, col 33, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 43, col 49, ['pagination'] is better written in dot notation. +build/public/templates/notifications.js: line 43, col 66, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 43, col 82, ['pagination'] is better written in dot notation. +build/public/templates/notifications.js: line 43, col 96, ['prev'] is better written in dot notation. +build/public/templates/notifications.js: line 43, col 107, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 43, col 123, ['pagination'] is better written in dot notation. +build/public/templates/notifications.js: line 43, col 137, ['prev'] is better written in dot notation. +build/public/templates/notifications.js: line 43, col 145, ['page'] is better written in dot notation. +build/public/templates/notifications.js: line 44, col 114, Line is too long. +build/public/templates/notifications.js: line 47, col 156, Line is too long. +build/public/templates/notifications.js: line 47, col 25, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 47, col 41, ['pagination'] is better written in dot notation. +build/public/templates/notifications.js: line 47, col 58, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 47, col 74, ['pagination'] is better written in dot notation. +build/public/templates/notifications.js: line 47, col 88, ['next'] is better written in dot notation. +build/public/templates/notifications.js: line 47, col 99, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 47, col 115, ['pagination'] is better written in dot notation. +build/public/templates/notifications.js: line 47, col 129, ['next'] is better written in dot notation. +build/public/templates/notifications.js: line 47, col 137, ['active'] is better written in dot notation. +build/public/templates/notifications.js: line 51, col 162, Line is too long. +build/public/templates/notifications.js: line 51, col 33, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 51, col 49, ['pagination'] is better written in dot notation. +build/public/templates/notifications.js: line 51, col 66, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 51, col 82, ['pagination'] is better written in dot notation. +build/public/templates/notifications.js: line 51, col 96, ['next'] is better written in dot notation. +build/public/templates/notifications.js: line 51, col 107, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 51, col 123, ['pagination'] is better written in dot notation. +build/public/templates/notifications.js: line 51, col 137, ['next'] is better written in dot notation. +build/public/templates/notifications.js: line 51, col 145, ['qs'] is better written in dot notation. +build/public/templates/notifications.js: line 53, col 164, Line is too long. +build/public/templates/notifications.js: line 53, col 33, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 53, col 49, ['pagination'] is better written in dot notation. +build/public/templates/notifications.js: line 53, col 66, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 53, col 82, ['pagination'] is better written in dot notation. +build/public/templates/notifications.js: line 53, col 96, ['next'] is better written in dot notation. +build/public/templates/notifications.js: line 53, col 107, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 53, col 123, ['pagination'] is better written in dot notation. +build/public/templates/notifications.js: line 53, col 137, ['next'] is better written in dot notation. +build/public/templates/notifications.js: line 53, col 145, ['page'] is better written in dot notation. +build/public/templates/notifications.js: line 54, col 224, Line is too long. +build/public/templates/notifications.js: line 55, col 156, Line is too long. +build/public/templates/notifications.js: line 55, col 25, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 55, col 41, ['pagination'] is better written in dot notation. +build/public/templates/notifications.js: line 55, col 58, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 55, col 74, ['pagination'] is better written in dot notation. +build/public/templates/notifications.js: line 55, col 88, ['prev'] is better written in dot notation. +build/public/templates/notifications.js: line 55, col 99, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 55, col 115, ['pagination'] is better written in dot notation. +build/public/templates/notifications.js: line 55, col 129, ['prev'] is better written in dot notation. +build/public/templates/notifications.js: line 55, col 137, ['active'] is better written in dot notation. +build/public/templates/notifications.js: line 59, col 164, Line is too long. +build/public/templates/notifications.js: line 59, col 33, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 59, col 49, ['pagination'] is better written in dot notation. +build/public/templates/notifications.js: line 59, col 66, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 59, col 82, ['pagination'] is better written in dot notation. +build/public/templates/notifications.js: line 59, col 96, ['first'] is better written in dot notation. +build/public/templates/notifications.js: line 59, col 108, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 59, col 124, ['pagination'] is better written in dot notation. +build/public/templates/notifications.js: line 59, col 138, ['first'] is better written in dot notation. +build/public/templates/notifications.js: line 59, col 147, ['qs'] is better written in dot notation. +build/public/templates/notifications.js: line 60, col 158, Line is too long. +build/public/templates/notifications.js: line 61, col 156, Line is too long. +build/public/templates/notifications.js: line 61, col 25, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 61, col 41, ['pagination'] is better written in dot notation. +build/public/templates/notifications.js: line 61, col 58, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 61, col 74, ['pagination'] is better written in dot notation. +build/public/templates/notifications.js: line 61, col 88, ['prev'] is better written in dot notation. +build/public/templates/notifications.js: line 61, col 99, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 61, col 115, ['pagination'] is better written in dot notation. +build/public/templates/notifications.js: line 61, col 129, ['prev'] is better written in dot notation. +build/public/templates/notifications.js: line 61, col 137, ['active'] is better written in dot notation. +build/public/templates/notifications.js: line 65, col 162, Line is too long. +build/public/templates/notifications.js: line 65, col 33, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 65, col 49, ['pagination'] is better written in dot notation. +build/public/templates/notifications.js: line 65, col 66, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 65, col 82, ['pagination'] is better written in dot notation. +build/public/templates/notifications.js: line 65, col 96, ['prev'] is better written in dot notation. +build/public/templates/notifications.js: line 65, col 107, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 65, col 123, ['pagination'] is better written in dot notation. +build/public/templates/notifications.js: line 65, col 137, ['prev'] is better written in dot notation. +build/public/templates/notifications.js: line 65, col 145, ['qs'] is better written in dot notation. +build/public/templates/notifications.js: line 67, col 164, Line is too long. +build/public/templates/notifications.js: line 67, col 33, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 67, col 49, ['pagination'] is better written in dot notation. +build/public/templates/notifications.js: line 67, col 66, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 67, col 82, ['pagination'] is better written in dot notation. +build/public/templates/notifications.js: line 67, col 96, ['prev'] is better written in dot notation. +build/public/templates/notifications.js: line 67, col 107, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 67, col 123, ['pagination'] is better written in dot notation. +build/public/templates/notifications.js: line 67, col 137, ['prev'] is better written in dot notation. +build/public/templates/notifications.js: line 67, col 145, ['page'] is better written in dot notation. +build/public/templates/notifications.js: line 68, col 276, Line is too long. +build/public/templates/notifications.js: line 69, col 122, Line is too long. +build/public/templates/notifications.js: line 69, col 33, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 69, col 49, ['pagination'] is better written in dot notation. +build/public/templates/notifications.js: line 69, col 66, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 69, col 82, ['pagination'] is better written in dot notation. +build/public/templates/notifications.js: line 69, col 96, ['currentPage'] is better written in dot notation. +build/public/templates/notifications.js: line 71, col 120, Line is too long. +build/public/templates/notifications.js: line 71, col 33, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 71, col 49, ['pagination'] is better written in dot notation. +build/public/templates/notifications.js: line 71, col 66, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 71, col 82, ['pagination'] is better written in dot notation. +build/public/templates/notifications.js: line 71, col 96, ['pageCount'] is better written in dot notation. +build/public/templates/notifications.js: line 73, col 156, Line is too long. +build/public/templates/notifications.js: line 73, col 25, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 73, col 41, ['pagination'] is better written in dot notation. +build/public/templates/notifications.js: line 73, col 58, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 73, col 74, ['pagination'] is better written in dot notation. +build/public/templates/notifications.js: line 73, col 88, ['next'] is better written in dot notation. +build/public/templates/notifications.js: line 73, col 99, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 73, col 115, ['pagination'] is better written in dot notation. +build/public/templates/notifications.js: line 73, col 129, ['next'] is better written in dot notation. +build/public/templates/notifications.js: line 73, col 137, ['active'] is better written in dot notation. +build/public/templates/notifications.js: line 77, col 162, Line is too long. +build/public/templates/notifications.js: line 77, col 33, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 77, col 49, ['pagination'] is better written in dot notation. +build/public/templates/notifications.js: line 77, col 66, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 77, col 82, ['pagination'] is better written in dot notation. +build/public/templates/notifications.js: line 77, col 96, ['next'] is better written in dot notation. +build/public/templates/notifications.js: line 77, col 107, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 77, col 123, ['pagination'] is better written in dot notation. +build/public/templates/notifications.js: line 77, col 137, ['next'] is better written in dot notation. +build/public/templates/notifications.js: line 77, col 145, ['qs'] is better written in dot notation. +build/public/templates/notifications.js: line 79, col 164, Line is too long. +build/public/templates/notifications.js: line 79, col 33, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 79, col 49, ['pagination'] is better written in dot notation. +build/public/templates/notifications.js: line 79, col 66, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 79, col 82, ['pagination'] is better written in dot notation. +build/public/templates/notifications.js: line 79, col 96, ['next'] is better written in dot notation. +build/public/templates/notifications.js: line 79, col 107, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 79, col 123, ['pagination'] is better written in dot notation. +build/public/templates/notifications.js: line 79, col 137, ['next'] is better written in dot notation. +build/public/templates/notifications.js: line 79, col 145, ['page'] is better written in dot notation. +build/public/templates/notifications.js: line 80, col 136, Line is too long. +build/public/templates/notifications.js: line 81, col 156, Line is too long. +build/public/templates/notifications.js: line 81, col 25, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 81, col 41, ['pagination'] is better written in dot notation. +build/public/templates/notifications.js: line 81, col 58, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 81, col 74, ['pagination'] is better written in dot notation. +build/public/templates/notifications.js: line 81, col 88, ['next'] is better written in dot notation. +build/public/templates/notifications.js: line 81, col 99, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 81, col 115, ['pagination'] is better written in dot notation. +build/public/templates/notifications.js: line 81, col 129, ['next'] is better written in dot notation. +build/public/templates/notifications.js: line 81, col 137, ['active'] is better written in dot notation. +build/public/templates/notifications.js: line 85, col 162, Line is too long. +build/public/templates/notifications.js: line 85, col 33, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 85, col 49, ['pagination'] is better written in dot notation. +build/public/templates/notifications.js: line 85, col 66, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 85, col 82, ['pagination'] is better written in dot notation. +build/public/templates/notifications.js: line 85, col 96, ['last'] is better written in dot notation. +build/public/templates/notifications.js: line 85, col 107, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 85, col 123, ['pagination'] is better written in dot notation. +build/public/templates/notifications.js: line 85, col 137, ['last'] is better written in dot notation. +build/public/templates/notifications.js: line 85, col 145, ['qs'] is better written in dot notation. +build/public/templates/notifications.js: line 87, col 120, Line is too long. +build/public/templates/notifications.js: line 87, col 33, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 87, col 49, ['pagination'] is better written in dot notation. +build/public/templates/notifications.js: line 87, col 66, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 87, col 82, ['pagination'] is better written in dot notation. +build/public/templates/notifications.js: line 87, col 96, ['pageCount'] is better written in dot notation. +build/public/templates/notifications.js: line 88, col 129, Line is too long. +build/public/templates/notifications.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/notifications.js: line 95, col 119, Line is too long. +build/public/templates/notifications.js: line 95, col 36, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 95, col 52, ['breadcrumbs'] is better written in dot notation. +build/public/templates/notifications.js: line 101, col 133, Line is too long. +build/public/templates/notifications.js: line 108, col 156, Line is too long. +build/public/templates/notifications.js: line 108, col 29, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 108, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/notifications.js: line 108, col 63, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 108, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/notifications.js: line 108, col 103, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 108, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/notifications.js: line 108, col 140, ['url'] is better written in dot notation. +build/public/templates/notifications.js: line 110, col 170, Line is too long. +build/public/templates/notifications.js: line 110, col 41, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 110, col 57, ['breadcrumbs'] is better written in dot notation. +build/public/templates/notifications.js: line 110, col 75, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 110, col 91, ['breadcrumbs'] is better written in dot notation. +build/public/templates/notifications.js: line 110, col 115, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 110, col 131, ['breadcrumbs'] is better written in dot notation. +build/public/templates/notifications.js: line 110, col 152, ['url'] is better written in dot notation. +build/public/templates/notifications.js: line 114, col 167, Line is too long. +build/public/templates/notifications.js: line 114, col 37, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 114, col 53, ['breadcrumbs'] is better written in dot notation. +build/public/templates/notifications.js: line 114, col 71, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 114, col 87, ['breadcrumbs'] is better written in dot notation. +build/public/templates/notifications.js: line 114, col 111, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 114, col 127, ['breadcrumbs'] is better written in dot notation. +build/public/templates/notifications.js: line 114, col 148, ['text'] is better written in dot notation. +build/public/templates/notifications.js: line 118, col 33, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 121, col 37, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 121, col 53, ['rssFeedUrl'] is better written in dot notation. +build/public/templates/notifications.js: line 123, col 49, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 123, col 65, ['rssFeedUrl'] is better written in dot notation. +build/public/templates/notifications.js: line 129, col 156, Line is too long. +build/public/templates/notifications.js: line 129, col 29, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 129, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/notifications.js: line 129, col 63, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 129, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/notifications.js: line 129, col 103, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 129, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/notifications.js: line 129, col 140, ['url'] is better written in dot notation. +build/public/templates/notifications.js: line 96, col 13, 'key' is defined but never used. +build/public/templates/notifications.js: line 95, col 112, 'value' is defined but never used. +build/public/templates/notifications.js: line 94, col 11, 'value' is defined but never used. +build/public/templates/notifications.js: line 92, col 72, 'helper' is defined but never used. +build/public/templates/notifications.js: line 140, col 115, Line is too long. +build/public/templates/notifications.js: line 140, col 36, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 140, col 52, ['filters'] is better written in dot notation. +build/public/templates/notifications.js: line 143, col 150, Line is too long. +build/public/templates/notifications.js: line 143, col 29, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 143, col 45, ['filters'] is better written in dot notation. +build/public/templates/notifications.js: line 143, col 59, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 143, col 75, ['filters'] is better written in dot notation. +build/public/templates/notifications.js: line 143, col 95, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 143, col 111, ['filters'] is better written in dot notation. +build/public/templates/notifications.js: line 143, col 128, ['separator'] is better written in dot notation. +build/public/templates/notifications.js: line 145, col 184, Line is too long. +build/public/templates/notifications.js: line 146, col 124, Line is too long. +build/public/templates/notifications.js: line 146, col 41, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 146, col 57, ['config'] is better written in dot notation. +build/public/templates/notifications.js: line 146, col 70, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 146, col 86, ['config'] is better written in dot notation. +build/public/templates/notifications.js: line 146, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/notifications.js: line 148, col 161, Line is too long. +build/public/templates/notifications.js: line 148, col 41, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 148, col 57, ['filters'] is better written in dot notation. +build/public/templates/notifications.js: line 148, col 71, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 148, col 87, ['filters'] is better written in dot notation. +build/public/templates/notifications.js: line 148, col 107, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 148, col 123, ['filters'] is better written in dot notation. +build/public/templates/notifications.js: line 148, col 140, ['filter'] is better written in dot notation. +build/public/templates/notifications.js: line 150, col 153, Line is too long. +build/public/templates/notifications.js: line 150, col 33, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 150, col 49, ['filters'] is better written in dot notation. +build/public/templates/notifications.js: line 150, col 63, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 150, col 79, ['filters'] is better written in dot notation. +build/public/templates/notifications.js: line 150, col 99, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 150, col 115, ['filters'] is better written in dot notation. +build/public/templates/notifications.js: line 150, col 132, ['selected'] is better written in dot notation. +build/public/templates/notifications.js: line 154, col 159, Line is too long. +build/public/templates/notifications.js: line 154, col 41, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 154, col 57, ['filters'] is better written in dot notation. +build/public/templates/notifications.js: line 154, col 71, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 154, col 87, ['filters'] is better written in dot notation. +build/public/templates/notifications.js: line 154, col 107, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 154, col 123, ['filters'] is better written in dot notation. +build/public/templates/notifications.js: line 154, col 140, ['name'] is better written in dot notation. +build/public/templates/notifications.js: line 156, col 160, Line is too long. +build/public/templates/notifications.js: line 156, col 41, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 156, col 57, ['filters'] is better written in dot notation. +build/public/templates/notifications.js: line 156, col 71, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 156, col 87, ['filters'] is better written in dot notation. +build/public/templates/notifications.js: line 156, col 107, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 156, col 123, ['filters'] is better written in dot notation. +build/public/templates/notifications.js: line 156, col 140, ['count'] is better written in dot notation. +build/public/templates/notifications.js: line 141, col 13, 'key' is defined but never used. +build/public/templates/notifications.js: line 140, col 108, 'value' is defined but never used. +build/public/templates/notifications.js: line 140, col 100, 'length' is defined but never used. +build/public/templates/notifications.js: line 140, col 93, 'index' is defined but never used. +build/public/templates/notifications.js: line 139, col 11, 'value' is defined but never used. +build/public/templates/notifications.js: line 137, col 64, 'helper' is defined but never used. +build/public/templates/notifications.js: line 166, col 121, Line is too long. +build/public/templates/notifications.js: line 166, col 36, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 166, col 52, ['notifications'] is better written in dot notation. +build/public/templates/notifications.js: line 169, col 172, Line is too long. +build/public/templates/notifications.js: line 169, col 37, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 169, col 53, ['notifications'] is better written in dot notation. +build/public/templates/notifications.js: line 169, col 73, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 169, col 89, ['notifications'] is better written in dot notation. +build/public/templates/notifications.js: line 169, col 115, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 169, col 131, ['notifications'] is better written in dot notation. +build/public/templates/notifications.js: line 169, col 154, ['nid'] is better written in dot notation. +build/public/templates/notifications.js: line 171, col 178, Line is too long. +build/public/templates/notifications.js: line 171, col 37, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 171, col 53, ['notifications'] is better written in dot notation. +build/public/templates/notifications.js: line 171, col 73, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 171, col 89, ['notifications'] is better written in dot notation. +build/public/templates/notifications.js: line 171, col 115, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 171, col 131, ['notifications'] is better written in dot notation. +build/public/templates/notifications.js: line 171, col 154, ['readClass'] is better written in dot notation. +build/public/templates/notifications.js: line 173, col 163, Line is too long. +build/public/templates/notifications.js: line 173, col 29, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 173, col 45, ['notifications'] is better written in dot notation. +build/public/templates/notifications.js: line 173, col 65, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 173, col 81, ['notifications'] is better written in dot notation. +build/public/templates/notifications.js: line 173, col 107, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 173, col 123, ['notifications'] is better written in dot notation. +build/public/templates/notifications.js: line 173, col 146, ['read'] is better written in dot notation. +build/public/templates/notifications.js: line 176, col 104, Line is too long. +build/public/templates/notifications.js: line 177, col 163, Line is too long. +build/public/templates/notifications.js: line 177, col 29, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 177, col 45, ['notifications'] is better written in dot notation. +build/public/templates/notifications.js: line 177, col 65, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 177, col 81, ['notifications'] is better written in dot notation. +build/public/templates/notifications.js: line 177, col 107, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 177, col 123, ['notifications'] is better written in dot notation. +build/public/templates/notifications.js: line 177, col 146, ['from'] is better written in dot notation. +build/public/templates/notifications.js: line 179, col 279, Line is too long. +build/public/templates/notifications.js: line 179, col 82, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 179, col 98, ['notifications'] is better written in dot notation. +build/public/templates/notifications.js: line 179, col 118, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 179, col 134, ['notifications'] is better written in dot notation. +build/public/templates/notifications.js: line 179, col 160, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 179, col 176, ['notifications'] is better written in dot notation. +build/public/templates/notifications.js: line 179, col 199, ['user'] is better written in dot notation. +build/public/templates/notifications.js: line 179, col 242, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 182, col 168, Line is too long. +build/public/templates/notifications.js: line 182, col 33, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 182, col 49, ['notifications'] is better written in dot notation. +build/public/templates/notifications.js: line 182, col 69, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 182, col 85, ['notifications'] is better written in dot notation. +build/public/templates/notifications.js: line 182, col 111, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 182, col 127, ['notifications'] is better written in dot notation. +build/public/templates/notifications.js: line 182, col 150, ['image'] is better written in dot notation. +build/public/templates/notifications.js: line 184, col 182, Line is too long. +build/public/templates/notifications.js: line 184, col 45, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 184, col 61, ['notifications'] is better written in dot notation. +build/public/templates/notifications.js: line 184, col 81, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 184, col 97, ['notifications'] is better written in dot notation. +build/public/templates/notifications.js: line 184, col 123, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 184, col 139, ['notifications'] is better written in dot notation. +build/public/templates/notifications.js: line 184, col 162, ['image'] is better written in dot notation. +build/public/templates/notifications.js: line 188, col 148, Line is too long. +build/public/templates/notifications.js: line 189, col 173, Line is too long. +build/public/templates/notifications.js: line 189, col 37, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 189, col 53, ['notifications'] is better written in dot notation. +build/public/templates/notifications.js: line 189, col 73, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 189, col 89, ['notifications'] is better written in dot notation. +build/public/templates/notifications.js: line 189, col 115, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 189, col 131, ['notifications'] is better written in dot notation. +build/public/templates/notifications.js: line 189, col 154, ['path'] is better written in dot notation. +build/public/templates/notifications.js: line 191, col 178, Line is too long. +build/public/templates/notifications.js: line 191, col 37, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 191, col 53, ['notifications'] is better written in dot notation. +build/public/templates/notifications.js: line 191, col 73, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 191, col 89, ['notifications'] is better written in dot notation. +build/public/templates/notifications.js: line 191, col 115, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 191, col 131, ['notifications'] is better written in dot notation. +build/public/templates/notifications.js: line 191, col 154, ['bodyShort'] is better written in dot notation. +build/public/templates/notifications.js: line 193, col 180, Line is too long. +build/public/templates/notifications.js: line 193, col 37, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 193, col 53, ['notifications'] is better written in dot notation. +build/public/templates/notifications.js: line 193, col 73, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 193, col 89, ['notifications'] is better written in dot notation. +build/public/templates/notifications.js: line 193, col 115, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 193, col 131, ['notifications'] is better written in dot notation. +build/public/templates/notifications.js: line 193, col 154, ['datetimeISO'] is better written in dot notation. +build/public/templates/notifications.js: line 195, col 162, Line is too long. +build/public/templates/notifications.js: line 195, col 29, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 195, col 45, ['notifications'] is better written in dot notation. +build/public/templates/notifications.js: line 195, col 65, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 195, col 81, ['notifications'] is better written in dot notation. +build/public/templates/notifications.js: line 195, col 107, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 195, col 123, ['notifications'] is better written in dot notation. +build/public/templates/notifications.js: line 195, col 146, ['nid'] is better written in dot notation. +build/public/templates/notifications.js: line 196, col 241, Line is too long. +build/public/templates/notifications.js: line 197, col 167, Line is too long. +build/public/templates/notifications.js: line 197, col 33, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 197, col 49, ['notifications'] is better written in dot notation. +build/public/templates/notifications.js: line 197, col 69, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 197, col 85, ['notifications'] is better written in dot notation. +build/public/templates/notifications.js: line 197, col 111, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 197, col 127, ['notifications'] is better written in dot notation. +build/public/templates/notifications.js: line 197, col 150, ['read'] is better written in dot notation. +build/public/templates/notifications.js: line 200, col 120, Line is too long. +build/public/templates/notifications.js: line 201, col 167, Line is too long. +build/public/templates/notifications.js: line 201, col 33, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 201, col 49, ['notifications'] is better written in dot notation. +build/public/templates/notifications.js: line 201, col 69, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 201, col 85, ['notifications'] is better written in dot notation. +build/public/templates/notifications.js: line 201, col 111, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 201, col 127, ['notifications'] is better written in dot notation. +build/public/templates/notifications.js: line 201, col 150, ['read'] is better written in dot notation. +build/public/templates/notifications.js: line 167, col 13, 'key' is defined but never used. +build/public/templates/notifications.js: line 166, col 114, 'value' is defined but never used. +build/public/templates/notifications.js: line 166, col 106, 'length' is defined but never used. +build/public/templates/notifications.js: line 166, col 99, 'index' is defined but never used. +build/public/templates/notifications.js: line 165, col 11, 'value' is defined but never used. +build/public/templates/notifications.js: line 214, col 160, Line is too long. +build/public/templates/notifications.js: line 214, col 36, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 214, col 52, ['pagination'] is better written in dot notation. +build/public/templates/notifications.js: line 214, col 69, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 214, col 85, ['pagination'] is better written in dot notation. +build/public/templates/notifications.js: line 214, col 99, ['pages'] is better written in dot notation. +build/public/templates/notifications.js: line 217, col 219, Line is too long. +build/public/templates/notifications.js: line 217, col 29, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 217, col 45, ['pagination'] is better written in dot notation. +build/public/templates/notifications.js: line 217, col 62, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 217, col 78, ['pagination'] is better written in dot notation. +build/public/templates/notifications.js: line 217, col 92, ['pages'] is better written in dot notation. +build/public/templates/notifications.js: line 217, col 104, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 217, col 120, ['pagination'] is better written in dot notation. +build/public/templates/notifications.js: line 217, col 134, ['pages'] is better written in dot notation. +build/public/templates/notifications.js: line 217, col 152, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 217, col 168, ['pagination'] is better written in dot notation. +build/public/templates/notifications.js: line 217, col 182, ['pages'] is better written in dot notation. +build/public/templates/notifications.js: line 217, col 197, ['separator'] is better written in dot notation. +build/public/templates/notifications.js: line 218, col 227, Line is too long. +build/public/templates/notifications.js: line 220, col 220, Line is too long. +build/public/templates/notifications.js: line 220, col 33, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 220, col 49, ['pagination'] is better written in dot notation. +build/public/templates/notifications.js: line 220, col 66, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 220, col 82, ['pagination'] is better written in dot notation. +build/public/templates/notifications.js: line 220, col 96, ['pages'] is better written in dot notation. +build/public/templates/notifications.js: line 220, col 108, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 220, col 124, ['pagination'] is better written in dot notation. +build/public/templates/notifications.js: line 220, col 138, ['pages'] is better written in dot notation. +build/public/templates/notifications.js: line 220, col 156, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 220, col 172, ['pagination'] is better written in dot notation. +build/public/templates/notifications.js: line 220, col 186, ['pages'] is better written in dot notation. +build/public/templates/notifications.js: line 220, col 201, ['active'] is better written in dot notation. +build/public/templates/notifications.js: line 224, col 226, Line is too long. +build/public/templates/notifications.js: line 224, col 41, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 224, col 57, ['pagination'] is better written in dot notation. +build/public/templates/notifications.js: line 224, col 74, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 224, col 90, ['pagination'] is better written in dot notation. +build/public/templates/notifications.js: line 224, col 104, ['pages'] is better written in dot notation. +build/public/templates/notifications.js: line 224, col 116, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 224, col 132, ['pagination'] is better written in dot notation. +build/public/templates/notifications.js: line 224, col 146, ['pages'] is better written in dot notation. +build/public/templates/notifications.js: line 224, col 164, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 224, col 180, ['pagination'] is better written in dot notation. +build/public/templates/notifications.js: line 224, col 194, ['pages'] is better written in dot notation. +build/public/templates/notifications.js: line 224, col 209, ['qs'] is better written in dot notation. +build/public/templates/notifications.js: line 226, col 228, Line is too long. +build/public/templates/notifications.js: line 226, col 41, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 226, col 57, ['pagination'] is better written in dot notation. +build/public/templates/notifications.js: line 226, col 74, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 226, col 90, ['pagination'] is better written in dot notation. +build/public/templates/notifications.js: line 226, col 104, ['pages'] is better written in dot notation. +build/public/templates/notifications.js: line 226, col 116, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 226, col 132, ['pagination'] is better written in dot notation. +build/public/templates/notifications.js: line 226, col 146, ['pages'] is better written in dot notation. +build/public/templates/notifications.js: line 226, col 164, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 226, col 180, ['pagination'] is better written in dot notation. +build/public/templates/notifications.js: line 226, col 194, ['pages'] is better written in dot notation. +build/public/templates/notifications.js: line 226, col 209, ['page'] is better written in dot notation. +build/public/templates/notifications.js: line 228, col 228, Line is too long. +build/public/templates/notifications.js: line 228, col 41, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 228, col 57, ['pagination'] is better written in dot notation. +build/public/templates/notifications.js: line 228, col 74, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 228, col 90, ['pagination'] is better written in dot notation. +build/public/templates/notifications.js: line 228, col 104, ['pages'] is better written in dot notation. +build/public/templates/notifications.js: line 228, col 116, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 228, col 132, ['pagination'] is better written in dot notation. +build/public/templates/notifications.js: line 228, col 146, ['pages'] is better written in dot notation. +build/public/templates/notifications.js: line 228, col 164, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 228, col 180, ['pagination'] is better written in dot notation. +build/public/templates/notifications.js: line 228, col 194, ['pages'] is better written in dot notation. +build/public/templates/notifications.js: line 228, col 209, ['page'] is better written in dot notation. +build/public/templates/notifications.js: line 230, col 228, Line is too long. +build/public/templates/notifications.js: line 230, col 41, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 230, col 57, ['pagination'] is better written in dot notation. +build/public/templates/notifications.js: line 230, col 74, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 230, col 90, ['pagination'] is better written in dot notation. +build/public/templates/notifications.js: line 230, col 104, ['pages'] is better written in dot notation. +build/public/templates/notifications.js: line 230, col 116, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 230, col 132, ['pagination'] is better written in dot notation. +build/public/templates/notifications.js: line 230, col 146, ['pages'] is better written in dot notation. +build/public/templates/notifications.js: line 230, col 164, Expected '!==' and instead saw '!='. +build/public/templates/notifications.js: line 230, col 180, ['pagination'] is better written in dot notation. +build/public/templates/notifications.js: line 230, col 194, ['pages'] is better written in dot notation. +build/public/templates/notifications.js: line 230, col 209, ['page'] is better written in dot notation. +build/public/templates/notifications.js: line 215, col 13, 'key' is defined but never used. +build/public/templates/notifications.js: line 214, col 153, 'value' is defined but never used. +build/public/templates/notifications.js: line 214, col 145, 'length' is defined but never used. +build/public/templates/notifications.js: line 214, col 138, 'index' is defined but never used. +build/public/templates/notifications.js: line 213, col 11, 'value' is defined but never used. +build/public/templates/notifications.js: line 211, col 81, 'helper' is defined but never used. +build/public/templates/notifications.js: line 240, col 3, Missing semicolon. +build/public/templates/notifications.js: line 5, col 46, 'define' is not defined. +build/public/templates/notifications.js: line 6, col 5, 'define' is not defined. + +build/public/templates/outgoing.js: line 12, col 135, Line is too long. +build/public/templates/outgoing.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/outgoing.js: line 13, col 49, ['title'] is better written in dot notation. +build/public/templates/outgoing.js: line 14, col 335, Line is too long. +build/public/templates/outgoing.js: line 15, col 33, Expected '!==' and instead saw '!='. +build/public/templates/outgoing.js: line 15, col 49, ['outgoing'] is better written in dot notation. +build/public/templates/outgoing.js: line 16, col 106, Line is too long. +build/public/templates/outgoing.js: line 17, col 33, Expected '!==' and instead saw '!='. +build/public/templates/outgoing.js: line 17, col 49, ['outgoing'] is better written in dot notation. +build/public/templates/outgoing.js: line 18, col 125, Line is too long. +build/public/templates/outgoing.js: line 19, col 33, Expected '!==' and instead saw '!='. +build/public/templates/outgoing.js: line 19, col 49, ['title'] is better written in dot notation. +build/public/templates/outgoing.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/outgoing.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/outgoing.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/outgoing.js: line 28, col 3, Missing semicolon. +build/public/templates/outgoing.js: line 5, col 46, 'define' is not defined. +build/public/templates/outgoing.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/acceptTos.js: line 12, col 105, Line is too long. +build/public/templates/partials/acceptTos.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/acceptTos.js: line 13, col 49, ['termsOfUse'] is better written in dot notation. +build/public/templates/partials/acceptTos.js: line 14, col 251, Line is too long. +build/public/templates/partials/acceptTos.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/acceptTos.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/partials/acceptTos.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/partials/acceptTos.js: line 22, col 3, Missing semicolon. +build/public/templates/partials/acceptTos.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/acceptTos.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/account/category-item.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/category-item.js: line 13, col 49, ['cid'] is better written in dot notation. +build/public/templates/partials/account/category-item.js: line 15, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/category-item.js: line 15, col 49, ['parentCid'] is better written in dot notation. +build/public/templates/partials/account/category-item.js: line 17, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/category-item.js: line 17, col 49, ['cid'] is better written in dot notation. +build/public/templates/partials/account/category-item.js: line 19, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/category-item.js: line 19, col 49, ['name'] is better written in dot notation. +build/public/templates/partials/account/category-item.js: line 21, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/category-item.js: line 21, col 49, ['depth'] is better written in dot notation. +build/public/templates/partials/account/category-item.js: line 23, col 106, Line is too long. +build/public/templates/partials/account/category-item.js: line 25, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/category-item.js: line 25, col 41, ['isSection'] is better written in dot notation. +build/public/templates/partials/account/category-item.js: line 27, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/category-item.js: line 27, col 53, ['name'] is better written in dot notation. +build/public/templates/partials/account/category-item.js: line 30, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/category-item.js: line 30, col 45, ['link'] is better written in dot notation. +build/public/templates/partials/account/category-item.js: line 32, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/category-item.js: line 32, col 57, ['link'] is better written in dot notation. +build/public/templates/partials/account/category-item.js: line 35, col 124, Line is too long. +build/public/templates/partials/account/category-item.js: line 35, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/category-item.js: line 35, col 57, ['config'] is better written in dot notation. +build/public/templates/partials/account/category-item.js: line 35, col 70, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/category-item.js: line 35, col 86, ['config'] is better written in dot notation. +build/public/templates/partials/account/category-item.js: line 35, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/partials/account/category-item.js: line 37, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/category-item.js: line 37, col 57, ['slug'] is better written in dot notation. +build/public/templates/partials/account/category-item.js: line 40, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/category-item.js: line 40, col 53, ['name'] is better written in dot notation. +build/public/templates/partials/account/category-item.js: line 43, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/category-item.js: line 43, col 41, ['descriptionParsed'] is better written in dot notation. +build/public/templates/partials/account/category-item.js: line 45, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/category-item.js: line 45, col 53, ['descriptionParsed'] is better written in dot notation. +build/public/templates/partials/account/category-item.js: line 49, col 101, Line is too long. +build/public/templates/partials/account/category-item.js: line 49, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/category-item.js: line 49, col 41, ['config'] is better written in dot notation. +build/public/templates/partials/account/category-item.js: line 49, col 54, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/category-item.js: line 49, col 70, ['config'] is better written in dot notation. +build/public/templates/partials/account/category-item.js: line 49, col 80, ['loggedIn'] is better written in dot notation. +build/public/templates/partials/account/category-item.js: line 50, col 325, Line is too long. +build/public/templates/partials/account/category-item.js: line 51, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/category-item.js: line 51, col 45, ['isWatched'] is better written in dot notation. +build/public/templates/partials/account/category-item.js: line 54, col 252, Line is too long. +build/public/templates/partials/account/category-item.js: line 55, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/category-item.js: line 55, col 45, ['isTracked'] is better written in dot notation. +build/public/templates/partials/account/category-item.js: line 58, col 254, Line is too long. +build/public/templates/partials/account/category-item.js: line 59, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/category-item.js: line 59, col 45, ['isNotWatched'] is better written in dot notation. +build/public/templates/partials/account/category-item.js: line 62, col 257, Line is too long. +build/public/templates/partials/account/category-item.js: line 63, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/category-item.js: line 63, col 45, ['isIgnored'] is better written in dot notation. +build/public/templates/partials/account/category-item.js: line 66, col 220, Line is too long. +build/public/templates/partials/account/category-item.js: line 67, col 119, Line is too long. +build/public/templates/partials/account/category-item.js: line 67, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/category-item.js: line 67, col 45, ['template'] is better written in dot notation. +build/public/templates/partials/account/category-item.js: line 67, col 60, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/category-item.js: line 67, col 76, ['template'] is better written in dot notation. +build/public/templates/partials/account/category-item.js: line 70, col 629, Line is too long. +build/public/templates/partials/account/category-item.js: line 71, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/category-item.js: line 71, col 45, ['isWatched'] is better written in dot notation. +build/public/templates/partials/account/category-item.js: line 74, col 638, Line is too long. +build/public/templates/partials/account/category-item.js: line 75, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/category-item.js: line 75, col 45, ['isTracked'] is better written in dot notation. +build/public/templates/partials/account/category-item.js: line 78, col 657, Line is too long. +build/public/templates/partials/account/category-item.js: line 79, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/category-item.js: line 79, col 45, ['isNotWatched'] is better written in dot notation. +build/public/templates/partials/account/category-item.js: line 82, col 642, Line is too long. +build/public/templates/partials/account/category-item.js: line 83, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/category-item.js: line 83, col 45, ['isIgnored'] is better written in dot notation. +build/public/templates/partials/account/category-item.js: line 96, col 3, Missing semicolon. +build/public/templates/partials/account/category-item.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/account/category-item.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/account/footer.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/partials/account/footer.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/account/footer.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/partials/account/footer.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/partials/account/footer.js: line 9, col 39, 'guard' is defined but never used. +build/public/templates/partials/account/footer.js: line 20, col 3, Missing semicolon. +build/public/templates/partials/account/footer.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/account/footer.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/account/header.js: line 13, col 109, Line is too long. +build/public/templates/partials/account/header.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 13, col 41, ['breadcrumbs'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 13, col 59, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 13, col 75, ['breadcrumbs'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 13, col 90, ['length'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 14, col 136, Line is too long. +build/public/templates/partials/account/header.js: line 15, col 26, ['breadcrumbs'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 21, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 23, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 25, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 25, col 49, ['uid'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 27, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 27, col 41, ['picture'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 29, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 29, col 53, ['picture'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 32, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 34, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 34, col 53, ['username'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 36, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 38, col 122, Line is too long. +build/public/templates/partials/account/header.js: line 39, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 39, col 49, ['status'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 41, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 41, col 49, ['status'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 43, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 43, col 41, ['loggedIn'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 45, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 45, col 45, ['isSelf'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 48, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 48, col 49, ['isFollowing'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 52, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 52, col 49, ['isFollowing'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 55, col 137, Line is too long. +build/public/templates/partials/account/header.js: line 59, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 59, col 41, ['allowCoverPicture'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 61, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 61, col 45, ['canEdit'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 62, col 485, Line is too long. +build/public/templates/partials/account/header.js: line 66, col 331, Line is too long. +build/public/templates/partials/account/header.js: line 67, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 67, col 41, ['loggedIn'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 69, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 69, col 45, ['isSelf'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 72, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 72, col 49, ['banned'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 75, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 75, col 53, ['canChat'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 77, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 77, col 57, ['hasPrivateChat'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 80, col 133, Line is too long. +build/public/templates/partials/account/header.js: line 81, col 49, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 81, col 65, ['username'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 82, col 157, Line is too long. +build/public/templates/partials/account/header.js: line 83, col 49, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 83, col 65, ['username'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 87, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 87, col 53, ['flagId'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 90, col 147, Line is too long. +build/public/templates/partials/account/header.js: line 91, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 91, col 53, ['flagId'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 94, col 130, Line is too long. +build/public/templates/partials/account/header.js: line 95, col 45, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 95, col 61, ['flagId'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 97, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 97, col 53, ['isBlocked'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 100, col 146, Line is too long. +build/public/templates/partials/account/header.js: line 101, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 101, col 53, ['isBlocked'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 104, col 177, Line is too long. +build/public/templates/partials/account/header.js: line 109, col 116, Line is too long. +build/public/templates/partials/account/header.js: line 109, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 109, col 49, ['config'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 109, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 109, col 78, ['config'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 109, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 111, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 111, col 49, ['userslug'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 112, col 101, Line is too long. +build/public/templates/partials/account/header.js: line 113, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 113, col 41, ['canEdit'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 115, col 120, Line is too long. +build/public/templates/partials/account/header.js: line 115, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 115, col 53, ['config'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 115, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 115, col 82, ['config'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 115, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 117, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 117, col 53, ['userslug'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 118, col 103, Line is too long. +build/public/templates/partials/account/header.js: line 119, col 120, Line is too long. +build/public/templates/partials/account/header.js: line 119, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 119, col 53, ['config'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 119, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 119, col 82, ['config'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 119, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 121, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 121, col 53, ['userslug'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 125, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 125, col 41, ['isSelf'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 128, col 122, Line is too long. +build/public/templates/partials/account/header.js: line 128, col 30, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 128, col 46, ['canBan'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 128, col 85, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 128, col 101, ['canMute'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 129, col 140, Line is too long. +build/public/templates/partials/account/header.js: line 132, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 132, col 45, ['canBan'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 134, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 134, col 49, ['banned'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 137, col 151, Line is too long. +build/public/templates/partials/account/header.js: line 138, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 138, col 49, ['banned'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 141, col 142, Line is too long. +build/public/templates/partials/account/header.js: line 144, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 144, col 45, ['canMute'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 146, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 146, col 49, ['muted'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 149, col 153, Line is too long. +build/public/templates/partials/account/header.js: line 150, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 150, col 49, ['muted'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 153, col 144, Line is too long. +build/public/templates/partials/account/header.js: line 156, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 156, col 45, ['isAdmin'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 157, col 398, Line is too long. +build/public/templates/partials/account/header.js: line 160, col 158, Line is too long. +build/public/templates/partials/account/header.js: line 161, col 116, Line is too long. +build/public/templates/partials/account/header.js: line 161, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 161, col 49, ['config'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 161, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 161, col 78, ['config'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 161, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 163, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 163, col 49, ['userslug'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 164, col 122, Line is too long. +build/public/templates/partials/account/header.js: line 165, col 112, Line is too long. +build/public/templates/partials/account/header.js: line 165, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 165, col 49, ['counts'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 165, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 165, col 78, ['counts'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 165, col 88, ['following'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 167, col 159, Line is too long. +build/public/templates/partials/account/header.js: line 167, col 78, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 167, col 94, ['counts'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 167, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 167, col 123, ['counts'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 167, col 133, ['following'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 168, col 117, Line is too long. +build/public/templates/partials/account/header.js: line 169, col 116, Line is too long. +build/public/templates/partials/account/header.js: line 169, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 169, col 49, ['config'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 169, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 169, col 78, ['config'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 169, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 171, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 171, col 49, ['userslug'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 172, col 122, Line is too long. +build/public/templates/partials/account/header.js: line 173, col 112, Line is too long. +build/public/templates/partials/account/header.js: line 173, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 173, col 49, ['counts'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 173, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 173, col 78, ['counts'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 173, col 88, ['followers'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 175, col 159, Line is too long. +build/public/templates/partials/account/header.js: line 175, col 78, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 175, col 94, ['counts'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 175, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 175, col 123, ['counts'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 175, col 133, ['followers'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 177, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 177, col 41, ['canEdit'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 178, col 103, Line is too long. +build/public/templates/partials/account/header.js: line 179, col 120, Line is too long. +build/public/templates/partials/account/header.js: line 179, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 179, col 53, ['config'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 179, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 179, col 82, ['config'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 179, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 181, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 181, col 53, ['userslug'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 182, col 120, Line is too long. +build/public/templates/partials/account/header.js: line 183, col 113, Line is too long. +build/public/templates/partials/account/header.js: line 183, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 183, col 53, ['counts'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 183, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 183, col 82, ['counts'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 183, col 92, ['blocks'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 185, col 160, Line is too long. +build/public/templates/partials/account/header.js: line 185, col 82, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 185, col 98, ['counts'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 185, col 111, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 185, col 127, ['counts'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 185, col 137, ['blocks'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 188, col 158, Line is too long. +build/public/templates/partials/account/header.js: line 189, col 116, Line is too long. +build/public/templates/partials/account/header.js: line 189, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 189, col 49, ['config'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 189, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 189, col 78, ['config'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 189, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 191, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 191, col 49, ['userslug'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 192, col 118, Line is too long. +build/public/templates/partials/account/header.js: line 193, col 109, Line is too long. +build/public/templates/partials/account/header.js: line 193, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 193, col 49, ['counts'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 193, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 193, col 78, ['counts'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 193, col 88, ['topics'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 195, col 156, Line is too long. +build/public/templates/partials/account/header.js: line 195, col 78, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 195, col 94, ['counts'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 195, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 195, col 123, ['counts'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 195, col 133, ['topics'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 196, col 117, Line is too long. +build/public/templates/partials/account/header.js: line 197, col 116, Line is too long. +build/public/templates/partials/account/header.js: line 197, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 197, col 49, ['config'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 197, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 197, col 78, ['config'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 197, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 199, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 199, col 49, ['userslug'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 200, col 116, Line is too long. +build/public/templates/partials/account/header.js: line 201, col 108, Line is too long. +build/public/templates/partials/account/header.js: line 201, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 201, col 49, ['counts'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 201, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 201, col 78, ['counts'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 201, col 88, ['posts'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 203, col 155, Line is too long. +build/public/templates/partials/account/header.js: line 203, col 78, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 203, col 94, ['counts'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 203, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 203, col 123, ['counts'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 203, col 133, ['posts'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 204, col 117, Line is too long. +build/public/templates/partials/account/header.js: line 205, col 116, Line is too long. +build/public/templates/partials/account/header.js: line 205, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 205, col 49, ['config'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 205, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 205, col 78, ['config'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 205, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 207, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 207, col 49, ['userslug'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 208, col 125, Line is too long. +build/public/templates/partials/account/header.js: line 209, col 109, Line is too long. +build/public/templates/partials/account/header.js: line 209, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 209, col 49, ['counts'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 209, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 209, col 78, ['counts'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 209, col 88, ['groups'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 211, col 156, Line is too long. +build/public/templates/partials/account/header.js: line 211, col 78, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 211, col 94, ['counts'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 211, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 211, col 123, ['counts'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 211, col 133, ['groups'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 213, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 213, col 41, ['canEdit'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 214, col 103, Line is too long. +build/public/templates/partials/account/header.js: line 215, col 120, Line is too long. +build/public/templates/partials/account/header.js: line 215, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 215, col 53, ['config'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 215, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 215, col 82, ['config'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 215, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 217, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 217, col 53, ['userslug'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 218, col 136, Line is too long. +build/public/templates/partials/account/header.js: line 219, col 124, Line is too long. +build/public/templates/partials/account/header.js: line 219, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 219, col 53, ['counts'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 219, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 219, col 82, ['counts'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 219, col 92, ['categoriesWatched'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 221, col 171, Line is too long. +build/public/templates/partials/account/header.js: line 221, col 82, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 221, col 98, ['counts'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 221, col 111, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 221, col 127, ['counts'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 221, col 137, ['categoriesWatched'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 223, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 223, col 45, ['isSelf'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 224, col 107, Line is too long. +build/public/templates/partials/account/header.js: line 225, col 124, Line is too long. +build/public/templates/partials/account/header.js: line 225, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 225, col 57, ['config'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 225, col 70, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 225, col 86, ['config'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 225, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 227, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 227, col 57, ['userslug'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 228, col 130, Line is too long. +build/public/templates/partials/account/header.js: line 229, col 122, Line is too long. +build/public/templates/partials/account/header.js: line 229, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 229, col 57, ['counts'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 229, col 70, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 229, col 86, ['counts'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 229, col 96, ['tagsWatched'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 231, col 169, Line is too long. +build/public/templates/partials/account/header.js: line 231, col 86, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 231, col 102, ['counts'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 231, col 115, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 231, col 131, ['counts'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 231, col 141, ['tagsWatched'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 234, col 105, Line is too long. +build/public/templates/partials/account/header.js: line 235, col 120, Line is too long. +build/public/templates/partials/account/header.js: line 235, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 235, col 53, ['config'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 235, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 235, col 82, ['config'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 235, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 237, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 237, col 53, ['userslug'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 238, col 124, Line is too long. +build/public/templates/partials/account/header.js: line 239, col 115, Line is too long. +build/public/templates/partials/account/header.js: line 239, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 239, col 53, ['counts'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 239, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 239, col 82, ['counts'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 239, col 92, ['uploaded'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 241, col 162, Line is too long. +build/public/templates/partials/account/header.js: line 241, col 82, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 241, col 98, ['counts'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 241, col 111, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 241, col 127, ['counts'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 241, col 137, ['uploaded'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 245, col 22, ['profile_links'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/account/header.js: line 253, col 119, Line is too long. +build/public/templates/partials/account/header.js: line 253, col 36, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 253, col 52, ['breadcrumbs'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 259, col 133, Line is too long. +build/public/templates/partials/account/header.js: line 266, col 156, Line is too long. +build/public/templates/partials/account/header.js: line 266, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 266, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 266, col 63, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 266, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 266, col 103, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 266, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 266, col 140, ['url'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 268, col 170, Line is too long. +build/public/templates/partials/account/header.js: line 268, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 268, col 57, ['breadcrumbs'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 268, col 75, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 268, col 91, ['breadcrumbs'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 268, col 115, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 268, col 131, ['breadcrumbs'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 268, col 152, ['url'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 272, col 167, Line is too long. +build/public/templates/partials/account/header.js: line 272, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 272, col 53, ['breadcrumbs'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 272, col 71, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 272, col 87, ['breadcrumbs'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 272, col 111, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 272, col 127, ['breadcrumbs'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 272, col 148, ['text'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 276, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 279, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 279, col 53, ['rssFeedUrl'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 281, col 49, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 281, col 65, ['rssFeedUrl'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 287, col 156, Line is too long. +build/public/templates/partials/account/header.js: line 287, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 287, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 287, col 63, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 287, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 287, col 103, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 287, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 287, col 140, ['url'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 254, col 13, 'key' is defined but never used. +build/public/templates/partials/account/header.js: line 253, col 112, 'value' is defined but never used. +build/public/templates/partials/account/header.js: line 252, col 11, 'value' is defined but never used. +build/public/templates/partials/account/header.js: line 250, col 72, 'helper' is defined but never used. +build/public/templates/partials/account/header.js: line 298, col 155, Line is too long. +build/public/templates/partials/account/header.js: line 298, col 36, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 298, col 52, ['widgets'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 298, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 298, col 82, ['widgets'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 298, col 93, ['header'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 301, col 205, Line is too long. +build/public/templates/partials/account/header.js: line 301, col 28, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 301, col 44, ['widgets'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 301, col 58, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 301, col 74, ['widgets'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 301, col 85, ['header'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 301, col 98, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 301, col 114, ['widgets'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 301, col 125, ['header'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 301, col 144, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 301, col 160, ['widgets'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 301, col 171, ['header'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 301, col 187, ['html'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 299, col 13, 'key' is defined but never used. +build/public/templates/partials/account/header.js: line 298, col 148, 'value' is defined but never used. +build/public/templates/partials/account/header.js: line 298, col 140, 'length' is defined but never used. +build/public/templates/partials/account/header.js: line 298, col 133, 'index' is defined but never used. +build/public/templates/partials/account/header.js: line 296, col 11, '__escape' is defined but never used. +build/public/templates/partials/account/header.js: line 297, col 11, 'value' is defined but never used. +build/public/templates/partials/account/header.js: line 295, col 77, 'helper' is defined but never used. +build/public/templates/partials/account/header.js: line 310, col 121, Line is too long. +build/public/templates/partials/account/header.js: line 310, col 36, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 310, col 52, ['profile_links'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 317, col 171, Line is too long. +build/public/templates/partials/account/header.js: line 317, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 317, col 53, ['profile_links'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 317, col 73, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 317, col 89, ['profile_links'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 317, col 115, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 317, col 131, ['profile_links'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 317, col 154, ['id'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 319, col 165, Line is too long. +build/public/templates/partials/account/header.js: line 319, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 319, col 45, ['profile_links'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 319, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 319, col 81, ['profile_links'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 319, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 319, col 123, ['profile_links'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 319, col 146, ['public'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 323, col 120, Line is too long. +build/public/templates/partials/account/header.js: line 323, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 323, col 53, ['config'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 323, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 323, col 82, ['config'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 323, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 325, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 325, col 53, ['userslug'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 327, col 174, Line is too long. +build/public/templates/partials/account/header.js: line 327, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 327, col 53, ['profile_links'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 327, col 73, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 327, col 89, ['profile_links'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 327, col 115, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 327, col 131, ['profile_links'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 327, col 154, ['route'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 329, col 163, Line is too long. +build/public/templates/partials/account/header.js: line 329, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 329, col 45, ['profile_links'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 329, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 329, col 81, ['profile_links'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 329, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 329, col 123, ['profile_links'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 329, col 146, ['icon'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 331, col 177, Line is too long. +build/public/templates/partials/account/header.js: line 331, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 331, col 57, ['profile_links'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 331, col 77, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 331, col 93, ['profile_links'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 331, col 119, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 331, col 135, ['profile_links'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 331, col 158, ['icon'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 334, col 173, Line is too long. +build/public/templates/partials/account/header.js: line 334, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 334, col 53, ['profile_links'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 334, col 73, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 334, col 89, ['profile_links'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 334, col 115, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/header.js: line 334, col 131, ['profile_links'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 334, col 154, ['name'] is better written in dot notation. +build/public/templates/partials/account/header.js: line 311, col 13, 'key' is defined but never used. +build/public/templates/partials/account/header.js: line 310, col 114, 'value' is defined but never used. +build/public/templates/partials/account/header.js: line 310, col 106, 'length' is defined but never used. +build/public/templates/partials/account/header.js: line 309, col 11, 'value' is defined but never used. +build/public/templates/partials/account/header.js: line 307, col 76, 'helper' is defined but never used. +build/public/templates/partials/account/header.js: line 343, col 3, Missing semicolon. +build/public/templates/partials/account/header.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/account/header.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/account/menu.js: line 12, col 334, Line is too long. +build/public/templates/partials/account/menu.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 13, col 41, ['loggedIn'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 15, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 15, col 45, ['isSelf'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 18, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 18, col 49, ['banned'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 21, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 21, col 53, ['canChat'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 23, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 23, col 57, ['hasPrivateChat'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 26, col 133, Line is too long. +build/public/templates/partials/account/menu.js: line 27, col 49, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 27, col 65, ['username'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 28, col 157, Line is too long. +build/public/templates/partials/account/menu.js: line 29, col 49, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 29, col 65, ['username'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 33, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 33, col 53, ['flagId'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 36, col 147, Line is too long. +build/public/templates/partials/account/menu.js: line 37, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 37, col 53, ['flagId'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 40, col 130, Line is too long. +build/public/templates/partials/account/menu.js: line 41, col 45, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 41, col 61, ['flagId'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 43, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 43, col 53, ['isBlocked'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 46, col 146, Line is too long. +build/public/templates/partials/account/menu.js: line 47, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 47, col 53, ['isBlocked'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 50, col 177, Line is too long. +build/public/templates/partials/account/menu.js: line 55, col 116, Line is too long. +build/public/templates/partials/account/menu.js: line 55, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 55, col 49, ['config'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 55, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 55, col 78, ['config'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 55, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 57, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 57, col 49, ['userslug'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 58, col 101, Line is too long. +build/public/templates/partials/account/menu.js: line 59, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 59, col 41, ['canEdit'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 61, col 120, Line is too long. +build/public/templates/partials/account/menu.js: line 61, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 61, col 53, ['config'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 61, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 61, col 82, ['config'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 61, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 63, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 63, col 53, ['userslug'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 64, col 103, Line is too long. +build/public/templates/partials/account/menu.js: line 65, col 120, Line is too long. +build/public/templates/partials/account/menu.js: line 65, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 65, col 53, ['config'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 65, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 65, col 82, ['config'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 65, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 67, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 67, col 53, ['userslug'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 71, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 71, col 41, ['isSelf'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 74, col 122, Line is too long. +build/public/templates/partials/account/menu.js: line 74, col 30, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 74, col 46, ['canBan'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 74, col 85, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 74, col 101, ['canMute'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 75, col 140, Line is too long. +build/public/templates/partials/account/menu.js: line 78, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 78, col 45, ['canBan'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 80, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 80, col 49, ['banned'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 83, col 151, Line is too long. +build/public/templates/partials/account/menu.js: line 84, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 84, col 49, ['banned'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 87, col 142, Line is too long. +build/public/templates/partials/account/menu.js: line 90, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 90, col 45, ['canMute'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 92, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 92, col 49, ['muted'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 95, col 153, Line is too long. +build/public/templates/partials/account/menu.js: line 96, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 96, col 49, ['muted'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 99, col 144, Line is too long. +build/public/templates/partials/account/menu.js: line 102, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 102, col 45, ['isAdmin'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 103, col 398, Line is too long. +build/public/templates/partials/account/menu.js: line 106, col 158, Line is too long. +build/public/templates/partials/account/menu.js: line 107, col 116, Line is too long. +build/public/templates/partials/account/menu.js: line 107, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 107, col 49, ['config'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 107, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 107, col 78, ['config'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 107, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 109, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 109, col 49, ['userslug'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 110, col 122, Line is too long. +build/public/templates/partials/account/menu.js: line 111, col 112, Line is too long. +build/public/templates/partials/account/menu.js: line 111, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 111, col 49, ['counts'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 111, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 111, col 78, ['counts'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 111, col 88, ['following'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 113, col 159, Line is too long. +build/public/templates/partials/account/menu.js: line 113, col 78, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 113, col 94, ['counts'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 113, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 113, col 123, ['counts'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 113, col 133, ['following'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 114, col 117, Line is too long. +build/public/templates/partials/account/menu.js: line 115, col 116, Line is too long. +build/public/templates/partials/account/menu.js: line 115, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 115, col 49, ['config'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 115, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 115, col 78, ['config'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 115, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 117, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 117, col 49, ['userslug'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 118, col 122, Line is too long. +build/public/templates/partials/account/menu.js: line 119, col 112, Line is too long. +build/public/templates/partials/account/menu.js: line 119, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 119, col 49, ['counts'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 119, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 119, col 78, ['counts'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 119, col 88, ['followers'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 121, col 159, Line is too long. +build/public/templates/partials/account/menu.js: line 121, col 78, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 121, col 94, ['counts'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 121, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 121, col 123, ['counts'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 121, col 133, ['followers'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 123, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 123, col 41, ['canEdit'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 124, col 103, Line is too long. +build/public/templates/partials/account/menu.js: line 125, col 120, Line is too long. +build/public/templates/partials/account/menu.js: line 125, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 125, col 53, ['config'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 125, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 125, col 82, ['config'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 125, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 127, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 127, col 53, ['userslug'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 128, col 120, Line is too long. +build/public/templates/partials/account/menu.js: line 129, col 113, Line is too long. +build/public/templates/partials/account/menu.js: line 129, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 129, col 53, ['counts'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 129, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 129, col 82, ['counts'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 129, col 92, ['blocks'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 131, col 160, Line is too long. +build/public/templates/partials/account/menu.js: line 131, col 82, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 131, col 98, ['counts'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 131, col 111, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 131, col 127, ['counts'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 131, col 137, ['blocks'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 134, col 158, Line is too long. +build/public/templates/partials/account/menu.js: line 135, col 116, Line is too long. +build/public/templates/partials/account/menu.js: line 135, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 135, col 49, ['config'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 135, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 135, col 78, ['config'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 135, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 137, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 137, col 49, ['userslug'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 138, col 118, Line is too long. +build/public/templates/partials/account/menu.js: line 139, col 109, Line is too long. +build/public/templates/partials/account/menu.js: line 139, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 139, col 49, ['counts'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 139, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 139, col 78, ['counts'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 139, col 88, ['topics'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 141, col 156, Line is too long. +build/public/templates/partials/account/menu.js: line 141, col 78, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 141, col 94, ['counts'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 141, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 141, col 123, ['counts'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 141, col 133, ['topics'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 142, col 117, Line is too long. +build/public/templates/partials/account/menu.js: line 143, col 116, Line is too long. +build/public/templates/partials/account/menu.js: line 143, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 143, col 49, ['config'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 143, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 143, col 78, ['config'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 143, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 145, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 145, col 49, ['userslug'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 146, col 116, Line is too long. +build/public/templates/partials/account/menu.js: line 147, col 108, Line is too long. +build/public/templates/partials/account/menu.js: line 147, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 147, col 49, ['counts'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 147, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 147, col 78, ['counts'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 147, col 88, ['posts'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 149, col 155, Line is too long. +build/public/templates/partials/account/menu.js: line 149, col 78, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 149, col 94, ['counts'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 149, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 149, col 123, ['counts'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 149, col 133, ['posts'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 150, col 117, Line is too long. +build/public/templates/partials/account/menu.js: line 151, col 116, Line is too long. +build/public/templates/partials/account/menu.js: line 151, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 151, col 49, ['config'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 151, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 151, col 78, ['config'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 151, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 153, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 153, col 49, ['userslug'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 154, col 125, Line is too long. +build/public/templates/partials/account/menu.js: line 155, col 109, Line is too long. +build/public/templates/partials/account/menu.js: line 155, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 155, col 49, ['counts'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 155, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 155, col 78, ['counts'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 155, col 88, ['groups'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 157, col 156, Line is too long. +build/public/templates/partials/account/menu.js: line 157, col 78, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 157, col 94, ['counts'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 157, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 157, col 123, ['counts'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 157, col 133, ['groups'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 159, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 159, col 41, ['canEdit'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 160, col 103, Line is too long. +build/public/templates/partials/account/menu.js: line 161, col 120, Line is too long. +build/public/templates/partials/account/menu.js: line 161, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 161, col 53, ['config'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 161, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 161, col 82, ['config'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 161, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 163, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 163, col 53, ['userslug'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 164, col 136, Line is too long. +build/public/templates/partials/account/menu.js: line 165, col 124, Line is too long. +build/public/templates/partials/account/menu.js: line 165, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 165, col 53, ['counts'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 165, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 165, col 82, ['counts'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 165, col 92, ['categoriesWatched'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 167, col 171, Line is too long. +build/public/templates/partials/account/menu.js: line 167, col 82, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 167, col 98, ['counts'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 167, col 111, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 167, col 127, ['counts'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 167, col 137, ['categoriesWatched'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 169, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 169, col 45, ['isSelf'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 170, col 107, Line is too long. +build/public/templates/partials/account/menu.js: line 171, col 124, Line is too long. +build/public/templates/partials/account/menu.js: line 171, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 171, col 57, ['config'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 171, col 70, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 171, col 86, ['config'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 171, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 173, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 173, col 57, ['userslug'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 174, col 130, Line is too long. +build/public/templates/partials/account/menu.js: line 175, col 122, Line is too long. +build/public/templates/partials/account/menu.js: line 175, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 175, col 57, ['counts'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 175, col 70, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 175, col 86, ['counts'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 175, col 96, ['tagsWatched'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 177, col 169, Line is too long. +build/public/templates/partials/account/menu.js: line 177, col 86, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 177, col 102, ['counts'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 177, col 115, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 177, col 131, ['counts'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 177, col 141, ['tagsWatched'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 180, col 105, Line is too long. +build/public/templates/partials/account/menu.js: line 181, col 120, Line is too long. +build/public/templates/partials/account/menu.js: line 181, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 181, col 53, ['config'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 181, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 181, col 82, ['config'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 181, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 183, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 183, col 53, ['userslug'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 184, col 124, Line is too long. +build/public/templates/partials/account/menu.js: line 185, col 115, Line is too long. +build/public/templates/partials/account/menu.js: line 185, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 185, col 53, ['counts'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 185, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 185, col 82, ['counts'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 185, col 92, ['uploaded'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 187, col 162, Line is too long. +build/public/templates/partials/account/menu.js: line 187, col 82, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 187, col 98, ['counts'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 187, col 111, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 187, col 127, ['counts'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 187, col 137, ['uploaded'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 191, col 22, ['profile_links'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/account/menu.js: line 199, col 121, Line is too long. +build/public/templates/partials/account/menu.js: line 199, col 36, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 199, col 52, ['profile_links'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 206, col 171, Line is too long. +build/public/templates/partials/account/menu.js: line 206, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 206, col 53, ['profile_links'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 206, col 73, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 206, col 89, ['profile_links'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 206, col 115, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 206, col 131, ['profile_links'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 206, col 154, ['id'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 208, col 165, Line is too long. +build/public/templates/partials/account/menu.js: line 208, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 208, col 45, ['profile_links'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 208, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 208, col 81, ['profile_links'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 208, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 208, col 123, ['profile_links'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 208, col 146, ['public'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 212, col 120, Line is too long. +build/public/templates/partials/account/menu.js: line 212, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 212, col 53, ['config'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 212, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 212, col 82, ['config'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 212, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 214, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 214, col 53, ['userslug'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 216, col 174, Line is too long. +build/public/templates/partials/account/menu.js: line 216, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 216, col 53, ['profile_links'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 216, col 73, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 216, col 89, ['profile_links'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 216, col 115, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 216, col 131, ['profile_links'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 216, col 154, ['route'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 218, col 163, Line is too long. +build/public/templates/partials/account/menu.js: line 218, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 218, col 45, ['profile_links'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 218, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 218, col 81, ['profile_links'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 218, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 218, col 123, ['profile_links'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 218, col 146, ['icon'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 220, col 177, Line is too long. +build/public/templates/partials/account/menu.js: line 220, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 220, col 57, ['profile_links'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 220, col 77, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 220, col 93, ['profile_links'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 220, col 119, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 220, col 135, ['profile_links'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 220, col 158, ['icon'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 223, col 173, Line is too long. +build/public/templates/partials/account/menu.js: line 223, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 223, col 53, ['profile_links'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 223, col 73, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 223, col 89, ['profile_links'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 223, col 115, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/menu.js: line 223, col 131, ['profile_links'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 223, col 154, ['name'] is better written in dot notation. +build/public/templates/partials/account/menu.js: line 200, col 13, 'key' is defined but never used. +build/public/templates/partials/account/menu.js: line 199, col 114, 'value' is defined but never used. +build/public/templates/partials/account/menu.js: line 199, col 106, 'length' is defined but never used. +build/public/templates/partials/account/menu.js: line 198, col 11, 'value' is defined but never used. +build/public/templates/partials/account/menu.js: line 196, col 76, 'helper' is defined but never used. +build/public/templates/partials/account/menu.js: line 232, col 3, Missing semicolon. +build/public/templates/partials/account/menu.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/account/menu.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/account/session-list.js: line 12, col 27, ['sessions'] is better written in dot notation. +build/public/templates/partials/account/session-list.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/partials/account/session-list.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/account/session-list.js: line 19, col 116, Line is too long. +build/public/templates/partials/account/session-list.js: line 19, col 36, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/session-list.js: line 19, col 52, ['sessions'] is better written in dot notation. +build/public/templates/partials/account/session-list.js: line 22, col 158, Line is too long. +build/public/templates/partials/account/session-list.js: line 22, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/session-list.js: line 22, col 53, ['sessions'] is better written in dot notation. +build/public/templates/partials/account/session-list.js: line 22, col 68, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/session-list.js: line 22, col 84, ['sessions'] is better written in dot notation. +build/public/templates/partials/account/session-list.js: line 22, col 105, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/session-list.js: line 22, col 121, ['sessions'] is better written in dot notation. +build/public/templates/partials/account/session-list.js: line 22, col 139, ['uuid'] is better written in dot notation. +build/public/templates/partials/account/session-list.js: line 24, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/session-list.js: line 24, col 45, ['isSelfOrAdminOrGlobalModerator'] is better written in dot notation. +build/public/templates/partials/account/session-list.js: line 26, col 155, Line is too long. +build/public/templates/partials/account/session-list.js: line 26, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/session-list.js: line 26, col 49, ['sessions'] is better written in dot notation. +build/public/templates/partials/account/session-list.js: line 26, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/session-list.js: line 26, col 80, ['sessions'] is better written in dot notation. +build/public/templates/partials/account/session-list.js: line 26, col 101, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/session-list.js: line 26, col 117, ['sessions'] is better written in dot notation. +build/public/templates/partials/account/session-list.js: line 26, col 135, ['current'] is better written in dot notation. +build/public/templates/partials/account/session-list.js: line 28, col 155, Line is too long. +build/public/templates/partials/account/session-list.js: line 34, col 151, Line is too long. +build/public/templates/partials/account/session-list.js: line 34, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/session-list.js: line 34, col 45, ['sessions'] is better written in dot notation. +build/public/templates/partials/account/session-list.js: line 34, col 60, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/session-list.js: line 34, col 76, ['sessions'] is better written in dot notation. +build/public/templates/partials/account/session-list.js: line 34, col 97, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/session-list.js: line 34, col 113, ['sessions'] is better written in dot notation. +build/public/templates/partials/account/session-list.js: line 34, col 131, ['current'] is better written in dot notation. +build/public/templates/partials/account/session-list.js: line 38, col 161, Line is too long. +build/public/templates/partials/account/session-list.js: line 38, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/session-list.js: line 38, col 53, ['sessions'] is better written in dot notation. +build/public/templates/partials/account/session-list.js: line 38, col 68, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/session-list.js: line 38, col 84, ['sessions'] is better written in dot notation. +build/public/templates/partials/account/session-list.js: line 38, col 105, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/session-list.js: line 38, col 121, ['sessions'] is better written in dot notation. +build/public/templates/partials/account/session-list.js: line 38, col 139, ['browser'] is better written in dot notation. +build/public/templates/partials/account/session-list.js: line 40, col 161, Line is too long. +build/public/templates/partials/account/session-list.js: line 40, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/session-list.js: line 40, col 53, ['sessions'] is better written in dot notation. +build/public/templates/partials/account/session-list.js: line 40, col 68, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/session-list.js: line 40, col 84, ['sessions'] is better written in dot notation. +build/public/templates/partials/account/session-list.js: line 40, col 105, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/session-list.js: line 40, col 121, ['sessions'] is better written in dot notation. +build/public/templates/partials/account/session-list.js: line 40, col 139, ['version'] is better written in dot notation. +build/public/templates/partials/account/session-list.js: line 42, col 162, Line is too long. +build/public/templates/partials/account/session-list.js: line 42, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/session-list.js: line 42, col 53, ['sessions'] is better written in dot notation. +build/public/templates/partials/account/session-list.js: line 42, col 68, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/session-list.js: line 42, col 84, ['sessions'] is better written in dot notation. +build/public/templates/partials/account/session-list.js: line 42, col 105, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/session-list.js: line 42, col 121, ['sessions'] is better written in dot notation. +build/public/templates/partials/account/session-list.js: line 42, col 139, ['platform'] is better written in dot notation. +build/public/templates/partials/account/session-list.js: line 44, col 165, Line is too long. +build/public/templates/partials/account/session-list.js: line 44, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/session-list.js: line 44, col 53, ['sessions'] is better written in dot notation. +build/public/templates/partials/account/session-list.js: line 44, col 68, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/session-list.js: line 44, col 84, ['sessions'] is better written in dot notation. +build/public/templates/partials/account/session-list.js: line 44, col 105, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/session-list.js: line 44, col 121, ['sessions'] is better written in dot notation. +build/public/templates/partials/account/session-list.js: line 44, col 139, ['datetimeISO'] is better written in dot notation. +build/public/templates/partials/account/session-list.js: line 46, col 156, Line is too long. +build/public/templates/partials/account/session-list.js: line 46, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/session-list.js: line 46, col 53, ['sessions'] is better written in dot notation. +build/public/templates/partials/account/session-list.js: line 46, col 68, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/session-list.js: line 46, col 84, ['sessions'] is better written in dot notation. +build/public/templates/partials/account/session-list.js: line 46, col 105, Expected '!==' and instead saw '!='. +build/public/templates/partials/account/session-list.js: line 46, col 121, ['sessions'] is better written in dot notation. +build/public/templates/partials/account/session-list.js: line 46, col 139, ['ip'] is better written in dot notation. +build/public/templates/partials/account/session-list.js: line 20, col 13, 'key' is defined but never used. +build/public/templates/partials/account/session-list.js: line 18, col 11, 'value' is defined but never used. +build/public/templates/partials/account/session-list.js: line 55, col 3, Missing semicolon. +build/public/templates/partials/account/session-list.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/account/session-list.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/breadcrumbs.js: line 12, col 114, Line is too long. +build/public/templates/partials/breadcrumbs.js: line 12, col 30, Expected '!==' and instead saw '!='. +build/public/templates/partials/breadcrumbs.js: line 12, col 46, ['breadcrumbs'] is better written in dot notation. +build/public/templates/partials/breadcrumbs.js: line 12, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/breadcrumbs.js: line 12, col 80, ['breadcrumbs'] is better written in dot notation. +build/public/templates/partials/breadcrumbs.js: line 12, col 95, ['length'] is better written in dot notation. +build/public/templates/partials/breadcrumbs.js: line 13, col 136, Line is too long. +build/public/templates/partials/breadcrumbs.js: line 14, col 26, ['breadcrumbs'] is better written in dot notation. +build/public/templates/partials/breadcrumbs.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/partials/breadcrumbs.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/breadcrumbs.js: line 23, col 119, Line is too long. +build/public/templates/partials/breadcrumbs.js: line 23, col 36, Expected '!==' and instead saw '!='. +build/public/templates/partials/breadcrumbs.js: line 23, col 52, ['breadcrumbs'] is better written in dot notation. +build/public/templates/partials/breadcrumbs.js: line 29, col 133, Line is too long. +build/public/templates/partials/breadcrumbs.js: line 36, col 156, Line is too long. +build/public/templates/partials/breadcrumbs.js: line 36, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/breadcrumbs.js: line 36, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/partials/breadcrumbs.js: line 36, col 63, Expected '!==' and instead saw '!='. +build/public/templates/partials/breadcrumbs.js: line 36, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/partials/breadcrumbs.js: line 36, col 103, Expected '!==' and instead saw '!='. +build/public/templates/partials/breadcrumbs.js: line 36, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/partials/breadcrumbs.js: line 36, col 140, ['url'] is better written in dot notation. +build/public/templates/partials/breadcrumbs.js: line 38, col 170, Line is too long. +build/public/templates/partials/breadcrumbs.js: line 38, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/breadcrumbs.js: line 38, col 57, ['breadcrumbs'] is better written in dot notation. +build/public/templates/partials/breadcrumbs.js: line 38, col 75, Expected '!==' and instead saw '!='. +build/public/templates/partials/breadcrumbs.js: line 38, col 91, ['breadcrumbs'] is better written in dot notation. +build/public/templates/partials/breadcrumbs.js: line 38, col 115, Expected '!==' and instead saw '!='. +build/public/templates/partials/breadcrumbs.js: line 38, col 131, ['breadcrumbs'] is better written in dot notation. +build/public/templates/partials/breadcrumbs.js: line 38, col 152, ['url'] is better written in dot notation. +build/public/templates/partials/breadcrumbs.js: line 42, col 167, Line is too long. +build/public/templates/partials/breadcrumbs.js: line 42, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/breadcrumbs.js: line 42, col 53, ['breadcrumbs'] is better written in dot notation. +build/public/templates/partials/breadcrumbs.js: line 42, col 71, Expected '!==' and instead saw '!='. +build/public/templates/partials/breadcrumbs.js: line 42, col 87, ['breadcrumbs'] is better written in dot notation. +build/public/templates/partials/breadcrumbs.js: line 42, col 111, Expected '!==' and instead saw '!='. +build/public/templates/partials/breadcrumbs.js: line 42, col 127, ['breadcrumbs'] is better written in dot notation. +build/public/templates/partials/breadcrumbs.js: line 42, col 148, ['text'] is better written in dot notation. +build/public/templates/partials/breadcrumbs.js: line 46, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/breadcrumbs.js: line 49, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/breadcrumbs.js: line 49, col 53, ['rssFeedUrl'] is better written in dot notation. +build/public/templates/partials/breadcrumbs.js: line 51, col 49, Expected '!==' and instead saw '!='. +build/public/templates/partials/breadcrumbs.js: line 51, col 65, ['rssFeedUrl'] is better written in dot notation. +build/public/templates/partials/breadcrumbs.js: line 57, col 156, Line is too long. +build/public/templates/partials/breadcrumbs.js: line 57, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/breadcrumbs.js: line 57, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/partials/breadcrumbs.js: line 57, col 63, Expected '!==' and instead saw '!='. +build/public/templates/partials/breadcrumbs.js: line 57, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/partials/breadcrumbs.js: line 57, col 103, Expected '!==' and instead saw '!='. +build/public/templates/partials/breadcrumbs.js: line 57, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/partials/breadcrumbs.js: line 57, col 140, ['url'] is better written in dot notation. +build/public/templates/partials/breadcrumbs.js: line 24, col 13, 'key' is defined but never used. +build/public/templates/partials/breadcrumbs.js: line 23, col 112, 'value' is defined but never used. +build/public/templates/partials/breadcrumbs.js: line 22, col 11, 'value' is defined but never used. +build/public/templates/partials/breadcrumbs.js: line 20, col 72, 'helper' is defined but never used. +build/public/templates/partials/breadcrumbs.js: line 68, col 3, Missing semicolon. +build/public/templates/partials/breadcrumbs.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/breadcrumbs.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/buttons/newTopic.js: line 12, col 488, Line is too long. +build/public/templates/partials/buttons/newTopic.js: line 13, col 22, ['categories'] is better written in dot notation. +build/public/templates/partials/buttons/newTopic.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/partials/buttons/newTopic.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/buttons/newTopic.js: line 21, col 118, Line is too long. +build/public/templates/partials/buttons/newTopic.js: line 21, col 36, Expected '!==' and instead saw '!='. +build/public/templates/partials/buttons/newTopic.js: line 21, col 52, ['categories'] is better written in dot notation. +build/public/templates/partials/buttons/newTopic.js: line 24, col 163, Line is too long. +build/public/templates/partials/buttons/newTopic.js: line 24, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/buttons/newTopic.js: line 24, col 45, ['categories'] is better written in dot notation. +build/public/templates/partials/buttons/newTopic.js: line 24, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/buttons/newTopic.js: line 24, col 78, ['categories'] is better written in dot notation. +build/public/templates/partials/buttons/newTopic.js: line 24, col 101, Expected '!==' and instead saw '!='. +build/public/templates/partials/buttons/newTopic.js: line 24, col 117, ['categories'] is better written in dot notation. +build/public/templates/partials/buttons/newTopic.js: line 24, col 137, ['disabledClass'] is better written in dot notation. +build/public/templates/partials/buttons/newTopic.js: line 28, col 120, Line is too long. +build/public/templates/partials/buttons/newTopic.js: line 28, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/buttons/newTopic.js: line 28, col 53, ['config'] is better written in dot notation. +build/public/templates/partials/buttons/newTopic.js: line 28, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/buttons/newTopic.js: line 28, col 82, ['config'] is better written in dot notation. +build/public/templates/partials/buttons/newTopic.js: line 28, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/partials/buttons/newTopic.js: line 30, col 163, Line is too long. +build/public/templates/partials/buttons/newTopic.js: line 30, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/buttons/newTopic.js: line 30, col 53, ['categories'] is better written in dot notation. +build/public/templates/partials/buttons/newTopic.js: line 30, col 70, Expected '!==' and instead saw '!='. +build/public/templates/partials/buttons/newTopic.js: line 30, col 86, ['categories'] is better written in dot notation. +build/public/templates/partials/buttons/newTopic.js: line 30, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/buttons/newTopic.js: line 30, col 125, ['categories'] is better written in dot notation. +build/public/templates/partials/buttons/newTopic.js: line 30, col 145, ['cid'] is better written in dot notation. +build/public/templates/partials/buttons/newTopic.js: line 32, col 165, Line is too long. +build/public/templates/partials/buttons/newTopic.js: line 32, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/buttons/newTopic.js: line 32, col 53, ['categories'] is better written in dot notation. +build/public/templates/partials/buttons/newTopic.js: line 32, col 70, Expected '!==' and instead saw '!='. +build/public/templates/partials/buttons/newTopic.js: line 32, col 86, ['categories'] is better written in dot notation. +build/public/templates/partials/buttons/newTopic.js: line 32, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/buttons/newTopic.js: line 32, col 125, ['categories'] is better written in dot notation. +build/public/templates/partials/buttons/newTopic.js: line 32, col 145, ['level'] is better written in dot notation. +build/public/templates/partials/buttons/newTopic.js: line 33, col 101, Line is too long. +build/public/templates/partials/buttons/newTopic.js: line 34, col 110, Line is too long. +build/public/templates/partials/buttons/newTopic.js: line 36, col 164, Line is too long. +build/public/templates/partials/buttons/newTopic.js: line 36, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/buttons/newTopic.js: line 36, col 53, ['categories'] is better written in dot notation. +build/public/templates/partials/buttons/newTopic.js: line 36, col 70, Expected '!==' and instead saw '!='. +build/public/templates/partials/buttons/newTopic.js: line 36, col 86, ['categories'] is better written in dot notation. +build/public/templates/partials/buttons/newTopic.js: line 36, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/buttons/newTopic.js: line 36, col 125, ['categories'] is better written in dot notation. +build/public/templates/partials/buttons/newTopic.js: line 36, col 145, ['name'] is better written in dot notation. +build/public/templates/partials/buttons/newTopic.js: line 22, col 13, 'key' is defined but never used. +build/public/templates/partials/buttons/newTopic.js: line 20, col 11, 'value' is defined but never used. +build/public/templates/partials/buttons/newTopic.js: line 45, col 3, Missing semicolon. +build/public/templates/partials/buttons/newTopic.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/buttons/newTopic.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/categories/item.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 13, col 49, ['cid'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 14, col 102, Line is too long. +build/public/templates/partials/categories/item.js: line 19, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 19, col 49, ['cid'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 21, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 23, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 23, col 49, ['name'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 25, col 106, Line is too long. +build/public/templates/partials/categories/item.js: line 26, col 148, Line is too long. +build/public/templates/partials/categories/item.js: line 27, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 27, col 41, ['isSection'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 29, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 29, col 53, ['name'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 32, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 32, col 45, ['link'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 34, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 34, col 57, ['link'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 37, col 124, Line is too long. +build/public/templates/partials/categories/item.js: line 37, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 37, col 57, ['config'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 37, col 70, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 37, col 86, ['config'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 37, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 39, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 39, col 57, ['slug'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 42, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 42, col 53, ['name'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 45, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 45, col 41, ['descriptionParsed'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 47, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 47, col 53, ['descriptionParsed'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 51, col 105, Line is too long. +build/public/templates/partials/categories/item.js: line 51, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 51, col 41, ['teaser'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 51, col 54, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 51, col 70, ['teaser'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 51, col 80, ['timestampISO'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 53, col 119, Line is too long. +build/public/templates/partials/categories/item.js: line 53, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 53, col 53, ['teaser'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 53, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 53, col 82, ['teaser'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 53, col 92, ['timestampISO'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 55, col 110, Line is too long. +build/public/templates/partials/categories/item.js: line 55, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 55, col 53, ['teaser'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 55, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 55, col 82, ['teaser'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 55, col 92, ['url'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 59, col 110, Line is too long. +build/public/templates/partials/categories/item.js: line 59, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 59, col 41, ['config'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 59, col 54, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 59, col 70, ['config'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 59, col 80, ['hideSubCategories'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 62, col 107, Line is too long. +build/public/templates/partials/categories/item.js: line 62, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 62, col 45, ['children'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 62, col 60, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 62, col 76, ['children'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 62, col 88, ['length'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 63, col 111, Line is too long. +build/public/templates/partials/categories/item.js: line 69, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 69, col 41, ['link'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 71, col 302, Line is too long. +build/public/templates/partials/categories/item.js: line 72, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 72, col 53, ['totalTopicCount'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 74, col 182, Line is too long. +build/public/templates/partials/categories/item.js: line 74, col 86, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 74, col 102, ['totalTopicCount'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 74, col 148, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 75, col 207, Line is too long. +build/public/templates/partials/categories/item.js: line 76, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 76, col 53, ['totalPostCount'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 78, col 181, Line is too long. +build/public/templates/partials/categories/item.js: line 78, col 86, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 78, col 102, ['totalPostCount'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 78, col 147, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 79, col 104, Line is too long. +build/public/templates/partials/categories/item.js: line 80, col 117, Line is too long. +build/public/templates/partials/categories/item.js: line 80, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 80, col 45, ['config'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 80, col 58, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 80, col 74, ['config'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 80, col 84, ['hideCategoryLastPost'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 82, col 184, Line is too long. +build/public/templates/partials/categories/item.js: line 83, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 83, col 57, ['bgColor'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 87, col 105, Line is too long. +build/public/templates/partials/categories/item.js: line 87, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 87, col 49, ['posts'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 87, col 61, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 87, col 77, ['posts'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 87, col 86, ['length'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 89, col 172, Line is too long. +build/public/templates/partials/categories/item.js: line 99, col 116, Line is too long. +build/public/templates/partials/categories/item.js: line 99, col 36, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 99, col 52, ['children'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 102, col 153, Line is too long. +build/public/templates/partials/categories/item.js: line 102, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 102, col 45, ['children'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 102, col 60, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 102, col 76, ['children'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 102, col 97, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 102, col 113, ['children'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 102, col 131, ['isSection'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 105, col 114, Line is too long. +build/public/templates/partials/categories/item.js: line 107, col 152, Line is too long. +build/public/templates/partials/categories/item.js: line 107, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 107, col 49, ['children'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 107, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 107, col 80, ['children'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 107, col 101, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 107, col 117, ['children'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 107, col 135, ['link'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 108, col 163, Line is too long. +build/public/templates/partials/categories/item.js: line 108, col 43, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 108, col 59, ['children'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 108, col 74, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 108, col 90, ['children'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 108, col 111, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 108, col 127, ['children'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 108, col 145, ['link'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 109, col 126, Line is too long. +build/public/templates/partials/categories/item.js: line 109, col 43, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 109, col 59, ['config'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 109, col 72, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 109, col 88, ['config'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 109, col 98, ['relative_path'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 111, col 167, Line is too long. +build/public/templates/partials/categories/item.js: line 111, col 45, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 111, col 61, ['children'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 111, col 76, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 111, col 92, ['children'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 111, col 113, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 111, col 129, ['children'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 111, col 147, ['slug'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 113, col 162, Line is too long. +build/public/templates/partials/categories/item.js: line 113, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 113, col 57, ['children'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 113, col 72, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 113, col 88, ['children'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 113, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 113, col 125, ['children'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 113, col 143, ['name'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 100, col 13, 'key' is defined but never used. +build/public/templates/partials/categories/item.js: line 98, col 11, 'value' is defined but never used. +build/public/templates/partials/categories/item.js: line 123, col 113, Line is too long. +build/public/templates/partials/categories/item.js: line 123, col 36, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 123, col 52, ['posts'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 127, col 209, Line is too long. +build/public/templates/partials/categories/item.js: line 128, col 210, Line is too long. +build/public/templates/partials/categories/item.js: line 128, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 128, col 57, ['posts'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 128, col 69, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 128, col 85, ['posts'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 128, col 103, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 128, col 119, ['posts'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 128, col 134, ['user'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 128, col 145, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 128, col 161, ['posts'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 128, col 176, ['user'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 128, col 184, ['displayname'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 130, col 124, Line is too long. +build/public/templates/partials/categories/item.js: line 130, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 130, col 57, ['config'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 130, col 70, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 130, col 86, ['config'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 130, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 132, col 207, Line is too long. +build/public/templates/partials/categories/item.js: line 132, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 132, col 57, ['posts'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 132, col 69, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 132, col 85, ['posts'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 132, col 103, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 132, col 119, ['posts'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 132, col 134, ['user'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 132, col 145, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 132, col 161, ['posts'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 132, col 176, ['user'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 132, col 184, ['userslug'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 134, col 255, Line is too long. +build/public/templates/partials/categories/item.js: line 134, col 82, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 134, col 98, ['posts'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 134, col 110, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 134, col 126, ['posts'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 134, col 144, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 134, col 160, ['posts'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 134, col 175, ['user'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 134, col 218, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 136, col 124, Line is too long. +build/public/templates/partials/categories/item.js: line 136, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 136, col 57, ['config'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 136, col 70, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 136, col 86, ['config'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 136, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 138, col 205, Line is too long. +build/public/templates/partials/categories/item.js: line 138, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 138, col 57, ['posts'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 138, col 69, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 138, col 85, ['posts'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 138, col 103, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 138, col 119, ['posts'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 138, col 134, ['topic'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 138, col 146, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 138, col 162, ['posts'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 138, col 177, ['topic'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 138, col 186, ['slug'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 139, col 144, Line is too long. +build/public/templates/partials/categories/item.js: line 139, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 139, col 49, ['posts'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 139, col 61, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 139, col 77, ['posts'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 139, col 95, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 139, col 111, ['posts'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 139, col 126, ['index'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 141, col 157, Line is too long. +build/public/templates/partials/categories/item.js: line 141, col 45, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 141, col 61, ['posts'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 141, col 73, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 141, col 89, ['posts'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 141, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 141, col 123, ['posts'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 141, col 138, ['index'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 144, col 161, Line is too long. +build/public/templates/partials/categories/item.js: line 144, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 144, col 57, ['posts'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 144, col 69, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 144, col 85, ['posts'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 144, col 103, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 144, col 119, ['posts'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 144, col 134, ['timestampISO'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 145, col 221, Line is too long. +build/public/templates/partials/categories/item.js: line 146, col 124, Line is too long. +build/public/templates/partials/categories/item.js: line 146, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 146, col 57, ['config'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 146, col 70, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 146, col 86, ['config'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 146, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 148, col 205, Line is too long. +build/public/templates/partials/categories/item.js: line 148, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 148, col 57, ['posts'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 148, col 69, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 148, col 85, ['posts'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 148, col 103, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 148, col 119, ['posts'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 148, col 134, ['topic'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 148, col 146, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 148, col 162, ['posts'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 148, col 177, ['topic'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 148, col 186, ['slug'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 149, col 144, Line is too long. +build/public/templates/partials/categories/item.js: line 149, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 149, col 49, ['posts'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 149, col 61, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 149, col 77, ['posts'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 149, col 95, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 149, col 111, ['posts'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 149, col 126, ['index'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 151, col 157, Line is too long. +build/public/templates/partials/categories/item.js: line 151, col 45, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 151, col 61, ['posts'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 151, col 73, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 151, col 89, ['posts'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 151, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 151, col 123, ['posts'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 151, col 138, ['index'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 154, col 156, Line is too long. +build/public/templates/partials/categories/item.js: line 154, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 154, col 57, ['posts'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 154, col 69, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 154, col 85, ['posts'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 154, col 103, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/item.js: line 154, col 119, ['posts'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 154, col 134, ['content'] is better written in dot notation. +build/public/templates/partials/categories/item.js: line 124, col 13, 'key' is defined but never used. +build/public/templates/partials/categories/item.js: line 123, col 106, 'value' is defined but never used. +build/public/templates/partials/categories/item.js: line 123, col 98, 'length' is defined but never used. +build/public/templates/partials/categories/item.js: line 122, col 11, 'value' is defined but never used. +build/public/templates/partials/categories/item.js: line 165, col 3, Missing semicolon. +build/public/templates/partials/categories/item.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/categories/item.js: line 6, col 5, 'define' is not defined. +build/public/templates/partials/categories/item.js: line 15, col 8, 'index' is not defined. + +build/public/templates/partials/categories/lastpost.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/lastpost.js: line 13, col 49, ['bgColor'] is better written in dot notation. +build/public/templates/partials/categories/lastpost.js: line 17, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/lastpost.js: line 17, col 41, ['posts'] is better written in dot notation. +build/public/templates/partials/categories/lastpost.js: line 17, col 53, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/lastpost.js: line 17, col 69, ['posts'] is better written in dot notation. +build/public/templates/partials/categories/lastpost.js: line 17, col 78, ['length'] is better written in dot notation. +build/public/templates/partials/categories/lastpost.js: line 19, col 164, Line is too long. +build/public/templates/partials/categories/lastpost.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/categories/lastpost.js: line 27, col 113, Line is too long. +build/public/templates/partials/categories/lastpost.js: line 27, col 36, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/lastpost.js: line 27, col 52, ['posts'] is better written in dot notation. +build/public/templates/partials/categories/lastpost.js: line 31, col 209, Line is too long. +build/public/templates/partials/categories/lastpost.js: line 32, col 210, Line is too long. +build/public/templates/partials/categories/lastpost.js: line 32, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/lastpost.js: line 32, col 57, ['posts'] is better written in dot notation. +build/public/templates/partials/categories/lastpost.js: line 32, col 69, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/lastpost.js: line 32, col 85, ['posts'] is better written in dot notation. +build/public/templates/partials/categories/lastpost.js: line 32, col 103, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/lastpost.js: line 32, col 119, ['posts'] is better written in dot notation. +build/public/templates/partials/categories/lastpost.js: line 32, col 134, ['user'] is better written in dot notation. +build/public/templates/partials/categories/lastpost.js: line 32, col 145, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/lastpost.js: line 32, col 161, ['posts'] is better written in dot notation. +build/public/templates/partials/categories/lastpost.js: line 32, col 176, ['user'] is better written in dot notation. +build/public/templates/partials/categories/lastpost.js: line 32, col 184, ['displayname'] is better written in dot notation. +build/public/templates/partials/categories/lastpost.js: line 34, col 124, Line is too long. +build/public/templates/partials/categories/lastpost.js: line 34, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/lastpost.js: line 34, col 57, ['config'] is better written in dot notation. +build/public/templates/partials/categories/lastpost.js: line 34, col 70, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/lastpost.js: line 34, col 86, ['config'] is better written in dot notation. +build/public/templates/partials/categories/lastpost.js: line 34, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/partials/categories/lastpost.js: line 36, col 207, Line is too long. +build/public/templates/partials/categories/lastpost.js: line 36, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/lastpost.js: line 36, col 57, ['posts'] is better written in dot notation. +build/public/templates/partials/categories/lastpost.js: line 36, col 69, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/lastpost.js: line 36, col 85, ['posts'] is better written in dot notation. +build/public/templates/partials/categories/lastpost.js: line 36, col 103, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/lastpost.js: line 36, col 119, ['posts'] is better written in dot notation. +build/public/templates/partials/categories/lastpost.js: line 36, col 134, ['user'] is better written in dot notation. +build/public/templates/partials/categories/lastpost.js: line 36, col 145, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/lastpost.js: line 36, col 161, ['posts'] is better written in dot notation. +build/public/templates/partials/categories/lastpost.js: line 36, col 176, ['user'] is better written in dot notation. +build/public/templates/partials/categories/lastpost.js: line 36, col 184, ['userslug'] is better written in dot notation. +build/public/templates/partials/categories/lastpost.js: line 38, col 255, Line is too long. +build/public/templates/partials/categories/lastpost.js: line 38, col 82, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/lastpost.js: line 38, col 98, ['posts'] is better written in dot notation. +build/public/templates/partials/categories/lastpost.js: line 38, col 110, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/lastpost.js: line 38, col 126, ['posts'] is better written in dot notation. +build/public/templates/partials/categories/lastpost.js: line 38, col 144, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/lastpost.js: line 38, col 160, ['posts'] is better written in dot notation. +build/public/templates/partials/categories/lastpost.js: line 38, col 175, ['user'] is better written in dot notation. +build/public/templates/partials/categories/lastpost.js: line 38, col 218, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/lastpost.js: line 40, col 124, Line is too long. +build/public/templates/partials/categories/lastpost.js: line 40, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/lastpost.js: line 40, col 57, ['config'] is better written in dot notation. +build/public/templates/partials/categories/lastpost.js: line 40, col 70, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/lastpost.js: line 40, col 86, ['config'] is better written in dot notation. +build/public/templates/partials/categories/lastpost.js: line 40, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/partials/categories/lastpost.js: line 42, col 205, Line is too long. +build/public/templates/partials/categories/lastpost.js: line 42, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/lastpost.js: line 42, col 57, ['posts'] is better written in dot notation. +build/public/templates/partials/categories/lastpost.js: line 42, col 69, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/lastpost.js: line 42, col 85, ['posts'] is better written in dot notation. +build/public/templates/partials/categories/lastpost.js: line 42, col 103, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/lastpost.js: line 42, col 119, ['posts'] is better written in dot notation. +build/public/templates/partials/categories/lastpost.js: line 42, col 134, ['topic'] is better written in dot notation. +build/public/templates/partials/categories/lastpost.js: line 42, col 146, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/lastpost.js: line 42, col 162, ['posts'] is better written in dot notation. +build/public/templates/partials/categories/lastpost.js: line 42, col 177, ['topic'] is better written in dot notation. +build/public/templates/partials/categories/lastpost.js: line 42, col 186, ['slug'] is better written in dot notation. +build/public/templates/partials/categories/lastpost.js: line 43, col 144, Line is too long. +build/public/templates/partials/categories/lastpost.js: line 43, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/lastpost.js: line 43, col 49, ['posts'] is better written in dot notation. +build/public/templates/partials/categories/lastpost.js: line 43, col 61, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/lastpost.js: line 43, col 77, ['posts'] is better written in dot notation. +build/public/templates/partials/categories/lastpost.js: line 43, col 95, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/lastpost.js: line 43, col 111, ['posts'] is better written in dot notation. +build/public/templates/partials/categories/lastpost.js: line 43, col 126, ['index'] is better written in dot notation. +build/public/templates/partials/categories/lastpost.js: line 45, col 157, Line is too long. +build/public/templates/partials/categories/lastpost.js: line 45, col 45, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/lastpost.js: line 45, col 61, ['posts'] is better written in dot notation. +build/public/templates/partials/categories/lastpost.js: line 45, col 73, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/lastpost.js: line 45, col 89, ['posts'] is better written in dot notation. +build/public/templates/partials/categories/lastpost.js: line 45, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/lastpost.js: line 45, col 123, ['posts'] is better written in dot notation. +build/public/templates/partials/categories/lastpost.js: line 45, col 138, ['index'] is better written in dot notation. +build/public/templates/partials/categories/lastpost.js: line 48, col 161, Line is too long. +build/public/templates/partials/categories/lastpost.js: line 48, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/lastpost.js: line 48, col 57, ['posts'] is better written in dot notation. +build/public/templates/partials/categories/lastpost.js: line 48, col 69, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/lastpost.js: line 48, col 85, ['posts'] is better written in dot notation. +build/public/templates/partials/categories/lastpost.js: line 48, col 103, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/lastpost.js: line 48, col 119, ['posts'] is better written in dot notation. +build/public/templates/partials/categories/lastpost.js: line 48, col 134, ['timestampISO'] is better written in dot notation. +build/public/templates/partials/categories/lastpost.js: line 49, col 221, Line is too long. +build/public/templates/partials/categories/lastpost.js: line 50, col 124, Line is too long. +build/public/templates/partials/categories/lastpost.js: line 50, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/lastpost.js: line 50, col 57, ['config'] is better written in dot notation. +build/public/templates/partials/categories/lastpost.js: line 50, col 70, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/lastpost.js: line 50, col 86, ['config'] is better written in dot notation. +build/public/templates/partials/categories/lastpost.js: line 50, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/partials/categories/lastpost.js: line 52, col 205, Line is too long. +build/public/templates/partials/categories/lastpost.js: line 52, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/lastpost.js: line 52, col 57, ['posts'] is better written in dot notation. +build/public/templates/partials/categories/lastpost.js: line 52, col 69, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/lastpost.js: line 52, col 85, ['posts'] is better written in dot notation. +build/public/templates/partials/categories/lastpost.js: line 52, col 103, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/lastpost.js: line 52, col 119, ['posts'] is better written in dot notation. +build/public/templates/partials/categories/lastpost.js: line 52, col 134, ['topic'] is better written in dot notation. +build/public/templates/partials/categories/lastpost.js: line 52, col 146, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/lastpost.js: line 52, col 162, ['posts'] is better written in dot notation. +build/public/templates/partials/categories/lastpost.js: line 52, col 177, ['topic'] is better written in dot notation. +build/public/templates/partials/categories/lastpost.js: line 52, col 186, ['slug'] is better written in dot notation. +build/public/templates/partials/categories/lastpost.js: line 53, col 144, Line is too long. +build/public/templates/partials/categories/lastpost.js: line 53, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/lastpost.js: line 53, col 49, ['posts'] is better written in dot notation. +build/public/templates/partials/categories/lastpost.js: line 53, col 61, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/lastpost.js: line 53, col 77, ['posts'] is better written in dot notation. +build/public/templates/partials/categories/lastpost.js: line 53, col 95, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/lastpost.js: line 53, col 111, ['posts'] is better written in dot notation. +build/public/templates/partials/categories/lastpost.js: line 53, col 126, ['index'] is better written in dot notation. +build/public/templates/partials/categories/lastpost.js: line 55, col 157, Line is too long. +build/public/templates/partials/categories/lastpost.js: line 55, col 45, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/lastpost.js: line 55, col 61, ['posts'] is better written in dot notation. +build/public/templates/partials/categories/lastpost.js: line 55, col 73, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/lastpost.js: line 55, col 89, ['posts'] is better written in dot notation. +build/public/templates/partials/categories/lastpost.js: line 55, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/lastpost.js: line 55, col 123, ['posts'] is better written in dot notation. +build/public/templates/partials/categories/lastpost.js: line 55, col 138, ['index'] is better written in dot notation. +build/public/templates/partials/categories/lastpost.js: line 58, col 156, Line is too long. +build/public/templates/partials/categories/lastpost.js: line 58, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/lastpost.js: line 58, col 57, ['posts'] is better written in dot notation. +build/public/templates/partials/categories/lastpost.js: line 58, col 69, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/lastpost.js: line 58, col 85, ['posts'] is better written in dot notation. +build/public/templates/partials/categories/lastpost.js: line 58, col 103, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/lastpost.js: line 58, col 119, ['posts'] is better written in dot notation. +build/public/templates/partials/categories/lastpost.js: line 58, col 134, ['content'] is better written in dot notation. +build/public/templates/partials/categories/lastpost.js: line 28, col 13, 'key' is defined but never used. +build/public/templates/partials/categories/lastpost.js: line 27, col 106, 'value' is defined but never used. +build/public/templates/partials/categories/lastpost.js: line 27, col 98, 'length' is defined but never used. +build/public/templates/partials/categories/lastpost.js: line 26, col 11, 'value' is defined but never used. +build/public/templates/partials/categories/lastpost.js: line 69, col 3, Missing semicolon. +build/public/templates/partials/categories/lastpost.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/categories/lastpost.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/categories/link.js: line 12, col 30, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/link.js: line 12, col 46, ['isSection'] is better written in dot notation. +build/public/templates/partials/categories/link.js: line 14, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/link.js: line 14, col 53, ['name'] is better written in dot notation. +build/public/templates/partials/categories/link.js: line 17, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/link.js: line 17, col 45, ['link'] is better written in dot notation. +build/public/templates/partials/categories/link.js: line 19, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/link.js: line 19, col 57, ['link'] is better written in dot notation. +build/public/templates/partials/categories/link.js: line 22, col 124, Line is too long. +build/public/templates/partials/categories/link.js: line 22, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/link.js: line 22, col 57, ['config'] is better written in dot notation. +build/public/templates/partials/categories/link.js: line 22, col 70, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/link.js: line 22, col 86, ['config'] is better written in dot notation. +build/public/templates/partials/categories/link.js: line 22, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/partials/categories/link.js: line 24, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/link.js: line 24, col 57, ['slug'] is better written in dot notation. +build/public/templates/partials/categories/link.js: line 27, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/categories/link.js: line 27, col 53, ['name'] is better written in dot notation. +build/public/templates/partials/categories/link.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/categories/link.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/partials/categories/link.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/partials/categories/link.js: line 36, col 3, Missing semicolon. +build/public/templates/partials/categories/link.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/categories/link.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/category/filter-dropdown-content.js: line 12, col 216, Line is too long. +build/public/templates/partials/category/filter-dropdown-content.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-content.js: line 13, col 41, ['selectedCategory'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-content.js: line 15, col 159, Line is too long. +build/public/templates/partials/category/filter-dropdown-content.js: line 15, col 84, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-content.js: line 15, col 100, ['selectedCategory'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-content.js: line 17, col 131, Line is too long. +build/public/templates/partials/category/filter-dropdown-content.js: line 17, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-content.js: line 17, col 53, ['selectedCategory'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-content.js: line 17, col 76, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-content.js: line 17, col 92, ['selectedCategory'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-content.js: line 17, col 112, ['name'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-content.js: line 19, col 144, Line is too long. +build/public/templates/partials/category/filter-dropdown-content.js: line 20, col 410, Line is too long. +build/public/templates/partials/category/filter-dropdown-content.js: line 21, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-content.js: line 21, col 41, ['hideAll'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-content.js: line 23, col 173, Line is too long. +build/public/templates/partials/category/filter-dropdown-content.js: line 24, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-content.js: line 24, col 45, ['allCategoriesUrl'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-content.js: line 25, col 122, Line is too long. +build/public/templates/partials/category/filter-dropdown-content.js: line 25, col 39, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-content.js: line 25, col 55, ['config'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-content.js: line 25, col 68, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-content.js: line 25, col 84, ['config'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-content.js: line 25, col 94, ['relative_path'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-content.js: line 27, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-content.js: line 27, col 57, ['allCategoriesUrl'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-content.js: line 29, col 158, Line is too long. +build/public/templates/partials/category/filter-dropdown-content.js: line 30, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-content.js: line 30, col 45, ['selectedCategory'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-content.js: line 35, col 22, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-content.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/category/filter-dropdown-content.js: line 43, col 121, Line is too long. +build/public/templates/partials/category/filter-dropdown-content.js: line 43, col 36, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-content.js: line 43, col 52, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-content.js: line 46, col 172, Line is too long. +build/public/templates/partials/category/filter-dropdown-content.js: line 46, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-content.js: line 46, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-content.js: line 46, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-content.js: line 46, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-content.js: line 46, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-content.js: line 46, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-content.js: line 46, col 146, ['disabledClass'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-content.js: line 50, col 172, Line is too long. +build/public/templates/partials/category/filter-dropdown-content.js: line 50, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-content.js: line 50, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-content.js: line 50, col 73, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-content.js: line 50, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-content.js: line 50, col 115, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-content.js: line 50, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-content.js: line 50, col 154, ['cid'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-content.js: line 52, col 178, Line is too long. +build/public/templates/partials/category/filter-dropdown-content.js: line 52, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-content.js: line 52, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-content.js: line 52, col 73, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-content.js: line 52, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-content.js: line 52, col 115, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-content.js: line 52, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-content.js: line 52, col 154, ['parentCid'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-content.js: line 54, col 173, Line is too long. +build/public/templates/partials/category/filter-dropdown-content.js: line 54, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-content.js: line 54, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-content.js: line 54, col 73, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-content.js: line 54, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-content.js: line 54, col 115, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-content.js: line 54, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-content.js: line 54, col 154, ['name'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-content.js: line 56, col 172, Line is too long. +build/public/templates/partials/category/filter-dropdown-content.js: line 56, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-content.js: line 56, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-content.js: line 56, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-content.js: line 56, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-content.js: line 56, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-content.js: line 56, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-content.js: line 56, col 146, ['disabledClass'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-content.js: line 60, col 174, Line is too long. +build/public/templates/partials/category/filter-dropdown-content.js: line 60, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-content.js: line 60, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-content.js: line 60, col 73, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-content.js: line 60, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-content.js: line 60, col 115, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-content.js: line 60, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-content.js: line 60, col 154, ['level'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-content.js: line 62, col 164, Line is too long. +build/public/templates/partials/category/filter-dropdown-content.js: line 62, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-content.js: line 62, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-content.js: line 62, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-content.js: line 62, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-content.js: line 62, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-content.js: line 62, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-content.js: line 62, col 146, ['match'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-content.js: line 66, col 163, Line is too long. +build/public/templates/partials/category/filter-dropdown-content.js: line 66, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-content.js: line 66, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-content.js: line 66, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-content.js: line 66, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-content.js: line 66, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-content.js: line 66, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-content.js: line 66, col 146, ['icon'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-content.js: line 68, col 114, Line is too long. +build/public/templates/partials/category/filter-dropdown-content.js: line 72, col 173, Line is too long. +build/public/templates/partials/category/filter-dropdown-content.js: line 72, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-content.js: line 72, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-content.js: line 72, col 73, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-content.js: line 72, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-content.js: line 72, col 115, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-content.js: line 72, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-content.js: line 72, col 154, ['name'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-content.js: line 73, col 112, Line is too long. +build/public/templates/partials/category/filter-dropdown-content.js: line 74, col 167, Line is too long. +build/public/templates/partials/category/filter-dropdown-content.js: line 74, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-content.js: line 74, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-content.js: line 74, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-content.js: line 74, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-content.js: line 74, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-content.js: line 74, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-content.js: line 74, col 146, ['selected'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-content.js: line 44, col 13, 'key' is defined but never used. +build/public/templates/partials/category/filter-dropdown-content.js: line 42, col 11, 'value' is defined but never used. +build/public/templates/partials/category/filter-dropdown-content.js: line 85, col 3, Missing semicolon. +build/public/templates/partials/category/filter-dropdown-content.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/category/filter-dropdown-content.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/category/filter-dropdown-left.js: line 12, col 330, Line is too long. +build/public/templates/partials/category/filter-dropdown-left.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-left.js: line 13, col 41, ['selectedCategory'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-left.js: line 15, col 159, Line is too long. +build/public/templates/partials/category/filter-dropdown-left.js: line 15, col 84, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-left.js: line 15, col 100, ['selectedCategory'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-left.js: line 17, col 131, Line is too long. +build/public/templates/partials/category/filter-dropdown-left.js: line 17, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-left.js: line 17, col 53, ['selectedCategory'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-left.js: line 17, col 76, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-left.js: line 17, col 92, ['selectedCategory'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-left.js: line 17, col 112, ['name'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-left.js: line 19, col 144, Line is too long. +build/public/templates/partials/category/filter-dropdown-left.js: line 20, col 410, Line is too long. +build/public/templates/partials/category/filter-dropdown-left.js: line 21, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-left.js: line 21, col 41, ['hideAll'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-left.js: line 23, col 173, Line is too long. +build/public/templates/partials/category/filter-dropdown-left.js: line 24, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-left.js: line 24, col 45, ['allCategoriesUrl'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-left.js: line 25, col 122, Line is too long. +build/public/templates/partials/category/filter-dropdown-left.js: line 25, col 39, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-left.js: line 25, col 55, ['config'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-left.js: line 25, col 68, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-left.js: line 25, col 84, ['config'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-left.js: line 25, col 94, ['relative_path'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-left.js: line 27, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-left.js: line 27, col 57, ['allCategoriesUrl'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-left.js: line 29, col 158, Line is too long. +build/public/templates/partials/category/filter-dropdown-left.js: line 30, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-left.js: line 30, col 45, ['selectedCategory'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-left.js: line 35, col 22, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-left.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/category/filter-dropdown-left.js: line 43, col 121, Line is too long. +build/public/templates/partials/category/filter-dropdown-left.js: line 43, col 36, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-left.js: line 43, col 52, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-left.js: line 46, col 172, Line is too long. +build/public/templates/partials/category/filter-dropdown-left.js: line 46, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-left.js: line 46, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-left.js: line 46, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-left.js: line 46, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-left.js: line 46, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-left.js: line 46, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-left.js: line 46, col 146, ['disabledClass'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-left.js: line 50, col 172, Line is too long. +build/public/templates/partials/category/filter-dropdown-left.js: line 50, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-left.js: line 50, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-left.js: line 50, col 73, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-left.js: line 50, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-left.js: line 50, col 115, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-left.js: line 50, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-left.js: line 50, col 154, ['cid'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-left.js: line 52, col 178, Line is too long. +build/public/templates/partials/category/filter-dropdown-left.js: line 52, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-left.js: line 52, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-left.js: line 52, col 73, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-left.js: line 52, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-left.js: line 52, col 115, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-left.js: line 52, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-left.js: line 52, col 154, ['parentCid'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-left.js: line 54, col 173, Line is too long. +build/public/templates/partials/category/filter-dropdown-left.js: line 54, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-left.js: line 54, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-left.js: line 54, col 73, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-left.js: line 54, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-left.js: line 54, col 115, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-left.js: line 54, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-left.js: line 54, col 154, ['name'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-left.js: line 56, col 172, Line is too long. +build/public/templates/partials/category/filter-dropdown-left.js: line 56, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-left.js: line 56, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-left.js: line 56, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-left.js: line 56, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-left.js: line 56, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-left.js: line 56, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-left.js: line 56, col 146, ['disabledClass'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-left.js: line 60, col 174, Line is too long. +build/public/templates/partials/category/filter-dropdown-left.js: line 60, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-left.js: line 60, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-left.js: line 60, col 73, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-left.js: line 60, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-left.js: line 60, col 115, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-left.js: line 60, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-left.js: line 60, col 154, ['level'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-left.js: line 62, col 164, Line is too long. +build/public/templates/partials/category/filter-dropdown-left.js: line 62, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-left.js: line 62, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-left.js: line 62, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-left.js: line 62, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-left.js: line 62, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-left.js: line 62, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-left.js: line 62, col 146, ['match'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-left.js: line 66, col 163, Line is too long. +build/public/templates/partials/category/filter-dropdown-left.js: line 66, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-left.js: line 66, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-left.js: line 66, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-left.js: line 66, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-left.js: line 66, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-left.js: line 66, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-left.js: line 66, col 146, ['icon'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-left.js: line 68, col 114, Line is too long. +build/public/templates/partials/category/filter-dropdown-left.js: line 72, col 173, Line is too long. +build/public/templates/partials/category/filter-dropdown-left.js: line 72, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-left.js: line 72, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-left.js: line 72, col 73, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-left.js: line 72, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-left.js: line 72, col 115, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-left.js: line 72, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-left.js: line 72, col 154, ['name'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-left.js: line 73, col 112, Line is too long. +build/public/templates/partials/category/filter-dropdown-left.js: line 74, col 167, Line is too long. +build/public/templates/partials/category/filter-dropdown-left.js: line 74, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-left.js: line 74, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-left.js: line 74, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-left.js: line 74, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-left.js: line 74, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-left.js: line 74, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-left.js: line 74, col 146, ['selected'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-left.js: line 44, col 13, 'key' is defined but never used. +build/public/templates/partials/category/filter-dropdown-left.js: line 42, col 11, 'value' is defined but never used. +build/public/templates/partials/category/filter-dropdown-left.js: line 85, col 3, Missing semicolon. +build/public/templates/partials/category/filter-dropdown-left.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/category/filter-dropdown-left.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/category/filter-dropdown-right.js: line 12, col 331, Line is too long. +build/public/templates/partials/category/filter-dropdown-right.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-right.js: line 13, col 41, ['selectedCategory'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-right.js: line 15, col 159, Line is too long. +build/public/templates/partials/category/filter-dropdown-right.js: line 15, col 84, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-right.js: line 15, col 100, ['selectedCategory'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-right.js: line 17, col 131, Line is too long. +build/public/templates/partials/category/filter-dropdown-right.js: line 17, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-right.js: line 17, col 53, ['selectedCategory'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-right.js: line 17, col 76, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-right.js: line 17, col 92, ['selectedCategory'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-right.js: line 17, col 112, ['name'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-right.js: line 19, col 144, Line is too long. +build/public/templates/partials/category/filter-dropdown-right.js: line 20, col 410, Line is too long. +build/public/templates/partials/category/filter-dropdown-right.js: line 21, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-right.js: line 21, col 41, ['hideAll'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-right.js: line 23, col 173, Line is too long. +build/public/templates/partials/category/filter-dropdown-right.js: line 24, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-right.js: line 24, col 45, ['allCategoriesUrl'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-right.js: line 25, col 122, Line is too long. +build/public/templates/partials/category/filter-dropdown-right.js: line 25, col 39, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-right.js: line 25, col 55, ['config'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-right.js: line 25, col 68, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-right.js: line 25, col 84, ['config'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-right.js: line 25, col 94, ['relative_path'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-right.js: line 27, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-right.js: line 27, col 57, ['allCategoriesUrl'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-right.js: line 29, col 158, Line is too long. +build/public/templates/partials/category/filter-dropdown-right.js: line 30, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-right.js: line 30, col 45, ['selectedCategory'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-right.js: line 35, col 22, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-right.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/category/filter-dropdown-right.js: line 43, col 121, Line is too long. +build/public/templates/partials/category/filter-dropdown-right.js: line 43, col 36, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-right.js: line 43, col 52, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-right.js: line 46, col 172, Line is too long. +build/public/templates/partials/category/filter-dropdown-right.js: line 46, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-right.js: line 46, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-right.js: line 46, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-right.js: line 46, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-right.js: line 46, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-right.js: line 46, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-right.js: line 46, col 146, ['disabledClass'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-right.js: line 50, col 172, Line is too long. +build/public/templates/partials/category/filter-dropdown-right.js: line 50, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-right.js: line 50, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-right.js: line 50, col 73, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-right.js: line 50, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-right.js: line 50, col 115, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-right.js: line 50, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-right.js: line 50, col 154, ['cid'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-right.js: line 52, col 178, Line is too long. +build/public/templates/partials/category/filter-dropdown-right.js: line 52, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-right.js: line 52, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-right.js: line 52, col 73, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-right.js: line 52, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-right.js: line 52, col 115, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-right.js: line 52, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-right.js: line 52, col 154, ['parentCid'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-right.js: line 54, col 173, Line is too long. +build/public/templates/partials/category/filter-dropdown-right.js: line 54, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-right.js: line 54, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-right.js: line 54, col 73, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-right.js: line 54, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-right.js: line 54, col 115, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-right.js: line 54, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-right.js: line 54, col 154, ['name'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-right.js: line 56, col 172, Line is too long. +build/public/templates/partials/category/filter-dropdown-right.js: line 56, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-right.js: line 56, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-right.js: line 56, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-right.js: line 56, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-right.js: line 56, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-right.js: line 56, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-right.js: line 56, col 146, ['disabledClass'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-right.js: line 60, col 174, Line is too long. +build/public/templates/partials/category/filter-dropdown-right.js: line 60, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-right.js: line 60, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-right.js: line 60, col 73, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-right.js: line 60, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-right.js: line 60, col 115, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-right.js: line 60, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-right.js: line 60, col 154, ['level'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-right.js: line 62, col 164, Line is too long. +build/public/templates/partials/category/filter-dropdown-right.js: line 62, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-right.js: line 62, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-right.js: line 62, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-right.js: line 62, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-right.js: line 62, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-right.js: line 62, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-right.js: line 62, col 146, ['match'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-right.js: line 66, col 163, Line is too long. +build/public/templates/partials/category/filter-dropdown-right.js: line 66, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-right.js: line 66, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-right.js: line 66, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-right.js: line 66, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-right.js: line 66, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-right.js: line 66, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-right.js: line 66, col 146, ['icon'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-right.js: line 68, col 114, Line is too long. +build/public/templates/partials/category/filter-dropdown-right.js: line 72, col 173, Line is too long. +build/public/templates/partials/category/filter-dropdown-right.js: line 72, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-right.js: line 72, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-right.js: line 72, col 73, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-right.js: line 72, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-right.js: line 72, col 115, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-right.js: line 72, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-right.js: line 72, col 154, ['name'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-right.js: line 73, col 112, Line is too long. +build/public/templates/partials/category/filter-dropdown-right.js: line 74, col 167, Line is too long. +build/public/templates/partials/category/filter-dropdown-right.js: line 74, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-right.js: line 74, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-right.js: line 74, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-right.js: line 74, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-right.js: line 74, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/filter-dropdown-right.js: line 74, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-right.js: line 74, col 146, ['selected'] is better written in dot notation. +build/public/templates/partials/category/filter-dropdown-right.js: line 44, col 13, 'key' is defined but never used. +build/public/templates/partials/category/filter-dropdown-right.js: line 42, col 11, 'value' is defined but never used. +build/public/templates/partials/category/filter-dropdown-right.js: line 85, col 3, Missing semicolon. +build/public/templates/partials/category/filter-dropdown-right.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/category/filter-dropdown-right.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/category/selector-dropdown-content.js: line 12, col 258, Line is too long. +build/public/templates/partials/category/selector-dropdown-content.js: line 13, col 145, Line is too long. +build/public/templates/partials/category/selector-dropdown-content.js: line 13, col 26, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-content.js: line 13, col 42, ['selectedCategory'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-content.js: line 13, col 92, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-content.js: line 13, col 108, ['showCategorySelectLabel'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-content.js: line 15, col 159, Line is too long. +build/public/templates/partials/category/selector-dropdown-content.js: line 15, col 84, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-content.js: line 15, col 100, ['selectedCategory'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-content.js: line 17, col 131, Line is too long. +build/public/templates/partials/category/selector-dropdown-content.js: line 17, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-content.js: line 17, col 53, ['selectedCategory'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-content.js: line 17, col 76, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-content.js: line 17, col 92, ['selectedCategory'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-content.js: line 17, col 112, ['name'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-content.js: line 20, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-content.js: line 20, col 45, ['selectCategoryIcon'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-content.js: line 21, col 39, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-content.js: line 21, col 55, ['selectCategoryIcon'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-content.js: line 23, col 101, Line is too long. +build/public/templates/partials/category/selector-dropdown-content.js: line 24, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-content.js: line 24, col 45, ['selectCategoryLabel'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-content.js: line 25, col 39, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-content.js: line 25, col 55, ['selectCategoryLabel'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-content.js: line 28, col 596, Line is too long. +build/public/templates/partials/category/selector-dropdown-content.js: line 29, col 22, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-content.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/category/selector-dropdown-content.js: line 37, col 121, Line is too long. +build/public/templates/partials/category/selector-dropdown-content.js: line 37, col 36, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-content.js: line 37, col 52, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-content.js: line 40, col 172, Line is too long. +build/public/templates/partials/category/selector-dropdown-content.js: line 40, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-content.js: line 40, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-content.js: line 40, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-content.js: line 40, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-content.js: line 40, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-content.js: line 40, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-content.js: line 40, col 146, ['disabledClass'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-content.js: line 44, col 172, Line is too long. +build/public/templates/partials/category/selector-dropdown-content.js: line 44, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-content.js: line 44, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-content.js: line 44, col 73, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-content.js: line 44, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-content.js: line 44, col 115, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-content.js: line 44, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-content.js: line 44, col 154, ['cid'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-content.js: line 46, col 173, Line is too long. +build/public/templates/partials/category/selector-dropdown-content.js: line 46, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-content.js: line 46, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-content.js: line 46, col 73, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-content.js: line 46, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-content.js: line 46, col 115, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-content.js: line 46, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-content.js: line 46, col 154, ['name'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-content.js: line 48, col 178, Line is too long. +build/public/templates/partials/category/selector-dropdown-content.js: line 48, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-content.js: line 48, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-content.js: line 48, col 73, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-content.js: line 48, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-content.js: line 48, col 115, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-content.js: line 48, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-content.js: line 48, col 154, ['parentCid'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-content.js: line 50, col 172, Line is too long. +build/public/templates/partials/category/selector-dropdown-content.js: line 50, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-content.js: line 50, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-content.js: line 50, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-content.js: line 50, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-content.js: line 50, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-content.js: line 50, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-content.js: line 50, col 146, ['disabledClass'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-content.js: line 54, col 174, Line is too long. +build/public/templates/partials/category/selector-dropdown-content.js: line 54, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-content.js: line 54, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-content.js: line 54, col 73, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-content.js: line 54, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-content.js: line 54, col 115, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-content.js: line 54, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-content.js: line 54, col 154, ['level'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-content.js: line 56, col 164, Line is too long. +build/public/templates/partials/category/selector-dropdown-content.js: line 56, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-content.js: line 56, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-content.js: line 56, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-content.js: line 56, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-content.js: line 56, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-content.js: line 56, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-content.js: line 56, col 146, ['match'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-content.js: line 60, col 163, Line is too long. +build/public/templates/partials/category/selector-dropdown-content.js: line 60, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-content.js: line 60, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-content.js: line 60, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-content.js: line 60, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-content.js: line 60, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-content.js: line 60, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-content.js: line 60, col 146, ['icon'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-content.js: line 62, col 114, Line is too long. +build/public/templates/partials/category/selector-dropdown-content.js: line 66, col 173, Line is too long. +build/public/templates/partials/category/selector-dropdown-content.js: line 66, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-content.js: line 66, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-content.js: line 66, col 73, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-content.js: line 66, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-content.js: line 66, col 115, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-content.js: line 66, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-content.js: line 66, col 154, ['name'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-content.js: line 38, col 13, 'key' is defined but never used. +build/public/templates/partials/category/selector-dropdown-content.js: line 36, col 11, 'value' is defined but never used. +build/public/templates/partials/category/selector-dropdown-content.js: line 75, col 3, Missing semicolon. +build/public/templates/partials/category/selector-dropdown-content.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/category/selector-dropdown-content.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/category/selector-dropdown-left.js: line 12, col 372, Line is too long. +build/public/templates/partials/category/selector-dropdown-left.js: line 13, col 145, Line is too long. +build/public/templates/partials/category/selector-dropdown-left.js: line 13, col 26, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-left.js: line 13, col 42, ['selectedCategory'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-left.js: line 13, col 92, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-left.js: line 13, col 108, ['showCategorySelectLabel'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-left.js: line 15, col 159, Line is too long. +build/public/templates/partials/category/selector-dropdown-left.js: line 15, col 84, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-left.js: line 15, col 100, ['selectedCategory'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-left.js: line 17, col 131, Line is too long. +build/public/templates/partials/category/selector-dropdown-left.js: line 17, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-left.js: line 17, col 53, ['selectedCategory'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-left.js: line 17, col 76, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-left.js: line 17, col 92, ['selectedCategory'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-left.js: line 17, col 112, ['name'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-left.js: line 20, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-left.js: line 20, col 45, ['selectCategoryIcon'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-left.js: line 21, col 39, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-left.js: line 21, col 55, ['selectCategoryIcon'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-left.js: line 23, col 101, Line is too long. +build/public/templates/partials/category/selector-dropdown-left.js: line 24, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-left.js: line 24, col 45, ['selectCategoryLabel'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-left.js: line 25, col 39, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-left.js: line 25, col 55, ['selectCategoryLabel'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-left.js: line 28, col 596, Line is too long. +build/public/templates/partials/category/selector-dropdown-left.js: line 29, col 22, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-left.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/category/selector-dropdown-left.js: line 37, col 121, Line is too long. +build/public/templates/partials/category/selector-dropdown-left.js: line 37, col 36, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-left.js: line 37, col 52, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-left.js: line 40, col 172, Line is too long. +build/public/templates/partials/category/selector-dropdown-left.js: line 40, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-left.js: line 40, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-left.js: line 40, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-left.js: line 40, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-left.js: line 40, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-left.js: line 40, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-left.js: line 40, col 146, ['disabledClass'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-left.js: line 44, col 172, Line is too long. +build/public/templates/partials/category/selector-dropdown-left.js: line 44, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-left.js: line 44, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-left.js: line 44, col 73, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-left.js: line 44, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-left.js: line 44, col 115, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-left.js: line 44, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-left.js: line 44, col 154, ['cid'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-left.js: line 46, col 173, Line is too long. +build/public/templates/partials/category/selector-dropdown-left.js: line 46, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-left.js: line 46, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-left.js: line 46, col 73, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-left.js: line 46, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-left.js: line 46, col 115, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-left.js: line 46, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-left.js: line 46, col 154, ['name'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-left.js: line 48, col 178, Line is too long. +build/public/templates/partials/category/selector-dropdown-left.js: line 48, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-left.js: line 48, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-left.js: line 48, col 73, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-left.js: line 48, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-left.js: line 48, col 115, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-left.js: line 48, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-left.js: line 48, col 154, ['parentCid'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-left.js: line 50, col 172, Line is too long. +build/public/templates/partials/category/selector-dropdown-left.js: line 50, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-left.js: line 50, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-left.js: line 50, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-left.js: line 50, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-left.js: line 50, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-left.js: line 50, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-left.js: line 50, col 146, ['disabledClass'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-left.js: line 54, col 174, Line is too long. +build/public/templates/partials/category/selector-dropdown-left.js: line 54, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-left.js: line 54, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-left.js: line 54, col 73, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-left.js: line 54, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-left.js: line 54, col 115, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-left.js: line 54, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-left.js: line 54, col 154, ['level'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-left.js: line 56, col 164, Line is too long. +build/public/templates/partials/category/selector-dropdown-left.js: line 56, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-left.js: line 56, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-left.js: line 56, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-left.js: line 56, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-left.js: line 56, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-left.js: line 56, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-left.js: line 56, col 146, ['match'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-left.js: line 60, col 163, Line is too long. +build/public/templates/partials/category/selector-dropdown-left.js: line 60, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-left.js: line 60, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-left.js: line 60, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-left.js: line 60, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-left.js: line 60, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-left.js: line 60, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-left.js: line 60, col 146, ['icon'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-left.js: line 62, col 114, Line is too long. +build/public/templates/partials/category/selector-dropdown-left.js: line 66, col 173, Line is too long. +build/public/templates/partials/category/selector-dropdown-left.js: line 66, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-left.js: line 66, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-left.js: line 66, col 73, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-left.js: line 66, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-left.js: line 66, col 115, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-left.js: line 66, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-left.js: line 66, col 154, ['name'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-left.js: line 38, col 13, 'key' is defined but never used. +build/public/templates/partials/category/selector-dropdown-left.js: line 36, col 11, 'value' is defined but never used. +build/public/templates/partials/category/selector-dropdown-left.js: line 75, col 3, Missing semicolon. +build/public/templates/partials/category/selector-dropdown-left.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/category/selector-dropdown-left.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/category/selector-dropdown-right.js: line 12, col 373, Line is too long. +build/public/templates/partials/category/selector-dropdown-right.js: line 13, col 145, Line is too long. +build/public/templates/partials/category/selector-dropdown-right.js: line 13, col 26, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-right.js: line 13, col 42, ['selectedCategory'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-right.js: line 13, col 92, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-right.js: line 13, col 108, ['showCategorySelectLabel'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-right.js: line 15, col 159, Line is too long. +build/public/templates/partials/category/selector-dropdown-right.js: line 15, col 84, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-right.js: line 15, col 100, ['selectedCategory'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-right.js: line 17, col 131, Line is too long. +build/public/templates/partials/category/selector-dropdown-right.js: line 17, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-right.js: line 17, col 53, ['selectedCategory'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-right.js: line 17, col 76, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-right.js: line 17, col 92, ['selectedCategory'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-right.js: line 17, col 112, ['name'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-right.js: line 20, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-right.js: line 20, col 45, ['selectCategoryIcon'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-right.js: line 21, col 39, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-right.js: line 21, col 55, ['selectCategoryIcon'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-right.js: line 23, col 101, Line is too long. +build/public/templates/partials/category/selector-dropdown-right.js: line 24, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-right.js: line 24, col 45, ['selectCategoryLabel'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-right.js: line 25, col 39, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-right.js: line 25, col 55, ['selectCategoryLabel'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-right.js: line 28, col 596, Line is too long. +build/public/templates/partials/category/selector-dropdown-right.js: line 29, col 22, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-right.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/category/selector-dropdown-right.js: line 37, col 121, Line is too long. +build/public/templates/partials/category/selector-dropdown-right.js: line 37, col 36, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-right.js: line 37, col 52, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-right.js: line 40, col 172, Line is too long. +build/public/templates/partials/category/selector-dropdown-right.js: line 40, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-right.js: line 40, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-right.js: line 40, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-right.js: line 40, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-right.js: line 40, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-right.js: line 40, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-right.js: line 40, col 146, ['disabledClass'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-right.js: line 44, col 172, Line is too long. +build/public/templates/partials/category/selector-dropdown-right.js: line 44, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-right.js: line 44, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-right.js: line 44, col 73, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-right.js: line 44, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-right.js: line 44, col 115, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-right.js: line 44, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-right.js: line 44, col 154, ['cid'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-right.js: line 46, col 173, Line is too long. +build/public/templates/partials/category/selector-dropdown-right.js: line 46, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-right.js: line 46, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-right.js: line 46, col 73, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-right.js: line 46, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-right.js: line 46, col 115, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-right.js: line 46, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-right.js: line 46, col 154, ['name'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-right.js: line 48, col 178, Line is too long. +build/public/templates/partials/category/selector-dropdown-right.js: line 48, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-right.js: line 48, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-right.js: line 48, col 73, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-right.js: line 48, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-right.js: line 48, col 115, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-right.js: line 48, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-right.js: line 48, col 154, ['parentCid'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-right.js: line 50, col 172, Line is too long. +build/public/templates/partials/category/selector-dropdown-right.js: line 50, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-right.js: line 50, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-right.js: line 50, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-right.js: line 50, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-right.js: line 50, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-right.js: line 50, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-right.js: line 50, col 146, ['disabledClass'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-right.js: line 54, col 174, Line is too long. +build/public/templates/partials/category/selector-dropdown-right.js: line 54, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-right.js: line 54, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-right.js: line 54, col 73, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-right.js: line 54, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-right.js: line 54, col 115, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-right.js: line 54, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-right.js: line 54, col 154, ['level'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-right.js: line 56, col 164, Line is too long. +build/public/templates/partials/category/selector-dropdown-right.js: line 56, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-right.js: line 56, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-right.js: line 56, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-right.js: line 56, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-right.js: line 56, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-right.js: line 56, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-right.js: line 56, col 146, ['match'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-right.js: line 60, col 163, Line is too long. +build/public/templates/partials/category/selector-dropdown-right.js: line 60, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-right.js: line 60, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-right.js: line 60, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-right.js: line 60, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-right.js: line 60, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-right.js: line 60, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-right.js: line 60, col 146, ['icon'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-right.js: line 62, col 114, Line is too long. +build/public/templates/partials/category/selector-dropdown-right.js: line 66, col 173, Line is too long. +build/public/templates/partials/category/selector-dropdown-right.js: line 66, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-right.js: line 66, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-right.js: line 66, col 73, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-right.js: line 66, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-right.js: line 66, col 115, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/selector-dropdown-right.js: line 66, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-right.js: line 66, col 154, ['name'] is better written in dot notation. +build/public/templates/partials/category/selector-dropdown-right.js: line 38, col 13, 'key' is defined but never used. +build/public/templates/partials/category/selector-dropdown-right.js: line 36, col 11, 'value' is defined but never used. +build/public/templates/partials/category/selector-dropdown-right.js: line 75, col 3, Missing semicolon. +build/public/templates/partials/category/selector-dropdown-right.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/category/selector-dropdown-right.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/category/sort.js: line 12, col 312, Line is too long. +build/public/templates/partials/category/sort.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/sort.js: line 13, col 49, ['sortOptionLabel'] is better written in dot notation. +build/public/templates/partials/category/sort.js: line 14, col 131, Line is too long. +build/public/templates/partials/category/sort.js: line 15, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/sort.js: line 15, col 49, ['sortOptionLabel'] is better written in dot notation. +build/public/templates/partials/category/sort.js: line 16, col 1412, Line is too long. +build/public/templates/partials/category/sort.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/category/sort.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/partials/category/sort.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/partials/category/sort.js: line 24, col 3, Missing semicolon. +build/public/templates/partials/category/sort.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/category/sort.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/category/subcategory.js: line 12, col 179, Line is too long. +build/public/templates/partials/category/subcategory.js: line 12, col 31, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 12, col 47, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 12, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 12, col 78, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 12, col 90, ['length'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 12, col 129, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 12, col 145, ['hasMoreSubCategories'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 14, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 14, col 45, ['hasMoreSubCategories'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 15, col 395, Line is too long. +build/public/templates/partials/category/subcategory.js: line 16, col 153, Line is too long. +build/public/templates/partials/category/subcategory.js: line 16, col 34, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 16, col 50, ['selectedCategory'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 16, col 100, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 16, col 116, ['showCategorySelectLabel'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 18, col 167, Line is too long. +build/public/templates/partials/category/subcategory.js: line 18, col 92, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 18, col 108, ['selectedCategory'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 20, col 139, Line is too long. +build/public/templates/partials/category/subcategory.js: line 20, col 45, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 20, col 61, ['selectedCategory'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 20, col 84, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 20, col 100, ['selectedCategory'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 20, col 120, ['name'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 23, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 23, col 53, ['selectCategoryIcon'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 24, col 47, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 24, col 63, ['selectCategoryIcon'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 26, col 109, Line is too long. +build/public/templates/partials/category/subcategory.js: line 27, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 27, col 53, ['selectCategoryLabel'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 28, col 47, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 28, col 63, ['selectCategoryLabel'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 31, col 604, Line is too long. +build/public/templates/partials/category/subcategory.js: line 32, col 30, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 35, col 157, Line is too long. +build/public/templates/partials/category/subcategory.js: line 36, col 26, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 38, col 178, Line is too long. +build/public/templates/partials/category/subcategory.js: line 38, col 30, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 38, col 46, ['hasMoreSubCategories'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 38, col 99, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 38, col 115, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 38, col 130, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 38, col 146, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 38, col 158, ['length'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 39, col 140, Line is too long. +build/public/templates/partials/category/subcategory.js: line 40, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 40, col 57, ['subCategoriesLeft'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/category/subcategory.js: line 51, col 121, Line is too long. +build/public/templates/partials/category/subcategory.js: line 51, col 36, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 51, col 52, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 54, col 172, Line is too long. +build/public/templates/partials/category/subcategory.js: line 54, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 54, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 54, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 54, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 54, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 54, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 54, col 146, ['disabledClass'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 58, col 172, Line is too long. +build/public/templates/partials/category/subcategory.js: line 58, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 58, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 58, col 73, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 58, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 58, col 115, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 58, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 58, col 154, ['cid'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 60, col 173, Line is too long. +build/public/templates/partials/category/subcategory.js: line 60, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 60, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 60, col 73, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 60, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 60, col 115, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 60, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 60, col 154, ['name'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 62, col 178, Line is too long. +build/public/templates/partials/category/subcategory.js: line 62, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 62, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 62, col 73, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 62, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 62, col 115, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 62, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 62, col 154, ['parentCid'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 64, col 172, Line is too long. +build/public/templates/partials/category/subcategory.js: line 64, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 64, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 64, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 64, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 64, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 64, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 64, col 146, ['disabledClass'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 68, col 174, Line is too long. +build/public/templates/partials/category/subcategory.js: line 68, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 68, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 68, col 73, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 68, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 68, col 115, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 68, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 68, col 154, ['level'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 70, col 164, Line is too long. +build/public/templates/partials/category/subcategory.js: line 70, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 70, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 70, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 70, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 70, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 70, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 70, col 146, ['match'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 74, col 163, Line is too long. +build/public/templates/partials/category/subcategory.js: line 74, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 74, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 74, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 74, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 74, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 74, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 74, col 146, ['icon'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 76, col 114, Line is too long. +build/public/templates/partials/category/subcategory.js: line 80, col 173, Line is too long. +build/public/templates/partials/category/subcategory.js: line 80, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 80, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 80, col 73, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 80, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 80, col 115, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 80, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 80, col 154, ['name'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 52, col 13, 'key' is defined but never used. +build/public/templates/partials/category/subcategory.js: line 50, col 11, 'value' is defined but never used. +build/public/templates/partials/category/subcategory.js: line 89, col 116, Line is too long. +build/public/templates/partials/category/subcategory.js: line 89, col 36, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 89, col 52, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 92, col 157, Line is too long. +build/public/templates/partials/category/subcategory.js: line 92, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 92, col 53, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 92, col 68, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 92, col 84, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 92, col 105, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 92, col 121, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 92, col 139, ['cid'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 93, col 106, Line is too long. +build/public/templates/partials/category/subcategory.js: line 98, col 157, Line is too long. +build/public/templates/partials/category/subcategory.js: line 98, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 98, col 53, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 98, col 68, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 98, col 84, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 98, col 105, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 98, col 121, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 98, col 139, ['cid'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 100, col 166, Line is too long. +build/public/templates/partials/category/subcategory.js: line 100, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 100, col 53, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 100, col 68, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 100, col 84, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 100, col 105, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 100, col 121, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 102, col 158, Line is too long. +build/public/templates/partials/category/subcategory.js: line 102, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 102, col 53, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 102, col 68, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 102, col 84, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 102, col 105, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 102, col 121, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 102, col 139, ['name'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 104, col 110, Line is too long. +build/public/templates/partials/category/subcategory.js: line 105, col 152, Line is too long. +build/public/templates/partials/category/subcategory.js: line 106, col 153, Line is too long. +build/public/templates/partials/category/subcategory.js: line 106, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 106, col 45, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 106, col 60, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 106, col 76, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 106, col 97, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 106, col 113, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 106, col 131, ['isSection'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 108, col 162, Line is too long. +build/public/templates/partials/category/subcategory.js: line 108, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 108, col 57, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 108, col 72, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 108, col 88, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 108, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 108, col 125, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 108, col 143, ['name'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 111, col 152, Line is too long. +build/public/templates/partials/category/subcategory.js: line 111, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 111, col 49, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 111, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 111, col 80, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 111, col 101, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 111, col 117, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 111, col 135, ['link'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 113, col 166, Line is too long. +build/public/templates/partials/category/subcategory.js: line 113, col 45, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 113, col 61, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 113, col 76, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 113, col 92, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 113, col 113, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 113, col 129, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 113, col 147, ['link'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 116, col 128, Line is too long. +build/public/templates/partials/category/subcategory.js: line 116, col 45, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 116, col 61, ['config'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 116, col 74, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 116, col 90, ['config'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 116, col 100, ['relative_path'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 118, col 166, Line is too long. +build/public/templates/partials/category/subcategory.js: line 118, col 45, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 118, col 61, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 118, col 76, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 118, col 92, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 118, col 113, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 118, col 129, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 118, col 147, ['slug'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 121, col 162, Line is too long. +build/public/templates/partials/category/subcategory.js: line 121, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 121, col 57, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 121, col 72, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 121, col 88, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 121, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 121, col 125, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 121, col 143, ['name'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 124, col 161, Line is too long. +build/public/templates/partials/category/subcategory.js: line 124, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 124, col 45, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 124, col 60, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 124, col 76, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 124, col 97, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 124, col 113, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 124, col 131, ['descriptionParsed'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 126, col 175, Line is too long. +build/public/templates/partials/category/subcategory.js: line 126, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 126, col 57, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 126, col 72, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 126, col 88, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 126, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 126, col 125, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 126, col 143, ['descriptionParsed'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 130, col 213, Line is too long. +build/public/templates/partials/category/subcategory.js: line 130, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 130, col 45, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 130, col 60, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 130, col 76, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 130, col 97, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 130, col 113, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 130, col 131, ['teaser'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 130, col 144, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 130, col 160, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 130, col 178, ['teaser'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 130, col 188, ['timestampISO'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 131, col 104, Line is too long. +build/public/templates/partials/category/subcategory.js: line 132, col 227, Line is too long. +build/public/templates/partials/category/subcategory.js: line 132, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 132, col 57, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 132, col 72, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 132, col 88, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 132, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 132, col 125, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 132, col 143, ['teaser'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 132, col 156, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 132, col 172, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 132, col 190, ['teaser'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 132, col 200, ['timestampISO'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 134, col 218, Line is too long. +build/public/templates/partials/category/subcategory.js: line 134, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 134, col 57, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 134, col 72, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 134, col 88, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 134, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 134, col 125, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 134, col 143, ['teaser'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 134, col 156, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 134, col 172, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 134, col 190, ['teaser'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 134, col 200, ['url'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 138, col 114, Line is too long. +build/public/templates/partials/category/subcategory.js: line 138, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 138, col 45, ['config'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 138, col 58, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 138, col 74, ['config'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 138, col 84, ['hideSubCategories'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 141, col 215, Line is too long. +build/public/templates/partials/category/subcategory.js: line 141, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 141, col 49, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 141, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 141, col 80, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 141, col 101, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 141, col 117, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 141, col 135, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 141, col 150, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 141, col 166, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 141, col 184, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 141, col 196, ['length'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 142, col 115, Line is too long. +build/public/templates/partials/category/subcategory.js: line 143, col 207, Line is too long. +build/public/templates/partials/category/subcategory.js: line 143, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 143, col 57, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 143, col 72, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 143, col 88, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 143, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 143, col 125, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 143, col 143, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 146, col 287, Line is too long. +build/public/templates/partials/category/subcategory.js: line 146, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 146, col 57, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 146, col 72, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 146, col 88, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 146, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 146, col 125, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 146, col 143, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 146, col 158, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 146, col 174, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 146, col 192, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 146, col 213, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 146, col 229, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 146, col 247, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 146, col 265, ['isSection'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 148, col 108, Line is too long. +build/public/templates/partials/category/subcategory.js: line 149, col 126, Line is too long. +build/public/templates/partials/category/subcategory.js: line 151, col 286, Line is too long. +build/public/templates/partials/category/subcategory.js: line 151, col 45, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 151, col 61, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 151, col 76, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 151, col 92, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 151, col 113, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 151, col 129, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 151, col 147, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 151, col 162, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 151, col 178, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 151, col 196, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 151, col 217, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 151, col 233, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 151, col 251, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 151, col 269, ['link'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 152, col 297, Line is too long. +build/public/templates/partials/category/subcategory.js: line 152, col 55, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 152, col 71, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 152, col 86, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 152, col 102, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 152, col 123, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 152, col 139, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 152, col 157, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 152, col 172, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 152, col 188, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 152, col 206, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 152, col 227, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 152, col 243, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 152, col 261, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 152, col 279, ['link'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 153, col 138, Line is too long. +build/public/templates/partials/category/subcategory.js: line 153, col 55, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 153, col 71, ['config'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 153, col 84, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 153, col 100, ['config'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 153, col 110, ['relative_path'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 155, col 301, Line is too long. +build/public/templates/partials/category/subcategory.js: line 155, col 57, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 155, col 73, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 155, col 88, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 155, col 104, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 155, col 125, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 155, col 141, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 155, col 159, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 155, col 174, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 155, col 190, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 155, col 208, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 155, col 229, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 155, col 245, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 155, col 263, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 155, col 281, ['slug'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 157, col 296, Line is too long. +build/public/templates/partials/category/subcategory.js: line 157, col 53, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 157, col 69, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 157, col 84, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 157, col 100, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 157, col 121, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 157, col 137, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 157, col 155, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 157, col 170, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 157, col 186, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 157, col 204, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 157, col 225, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 157, col 241, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 157, col 259, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 157, col 277, ['name'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 144, col 25, 'key' is defined but never used. +build/public/templates/partials/category/subcategory.js: line 167, col 148, Line is too long. +build/public/templates/partials/category/subcategory.js: line 167, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 167, col 45, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 167, col 60, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 167, col 76, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 167, col 97, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 167, col 113, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 167, col 131, ['link'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 169, col 306, Line is too long. +build/public/templates/partials/category/subcategory.js: line 170, col 173, Line is too long. +build/public/templates/partials/category/subcategory.js: line 170, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 170, col 57, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 170, col 72, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 170, col 88, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 170, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 170, col 125, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 170, col 143, ['totalTopicCount'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 172, col 272, Line is too long. +build/public/templates/partials/category/subcategory.js: line 172, col 90, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 172, col 106, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 172, col 121, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 172, col 137, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 172, col 158, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 172, col 174, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 172, col 192, ['totalTopicCount'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 172, col 238, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 173, col 211, Line is too long. +build/public/templates/partials/category/subcategory.js: line 174, col 172, Line is too long. +build/public/templates/partials/category/subcategory.js: line 174, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 174, col 57, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 174, col 72, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 174, col 88, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 174, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 174, col 125, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 174, col 143, ['totalPostCount'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 176, col 271, Line is too long. +build/public/templates/partials/category/subcategory.js: line 176, col 90, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 176, col 106, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 176, col 121, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 176, col 137, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 176, col 158, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 176, col 174, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 176, col 192, ['totalPostCount'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 176, col 237, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 177, col 108, Line is too long. +build/public/templates/partials/category/subcategory.js: line 178, col 121, Line is too long. +build/public/templates/partials/category/subcategory.js: line 178, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 178, col 49, ['config'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 178, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 178, col 78, ['config'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 178, col 88, ['hideCategoryLastPost'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 180, col 188, Line is too long. +build/public/templates/partials/category/subcategory.js: line 181, col 169, Line is too long. +build/public/templates/partials/category/subcategory.js: line 181, col 45, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 181, col 61, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 181, col 76, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 181, col 92, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 181, col 113, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 181, col 129, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 181, col 147, ['bgColor'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 183, col 204, Line is too long. +build/public/templates/partials/category/subcategory.js: line 183, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 183, col 57, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 183, col 72, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 183, col 88, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 183, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 183, col 125, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 183, col 143, ['posts'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 187, col 221, Line is too long. +build/public/templates/partials/category/subcategory.js: line 188, col 362, Line is too long. +build/public/templates/partials/category/subcategory.js: line 188, col 53, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 188, col 69, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 188, col 84, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 188, col 100, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 188, col 121, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 188, col 137, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 188, col 155, ['posts'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 188, col 167, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 188, col 183, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 188, col 201, ['posts'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 188, col 219, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 188, col 235, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 188, col 253, ['posts'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 188, col 268, ['user'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 188, col 279, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 188, col 295, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 188, col 313, ['posts'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 188, col 328, ['user'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 188, col 336, ['displayname'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 190, col 136, Line is too long. +build/public/templates/partials/category/subcategory.js: line 190, col 53, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 190, col 69, ['config'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 190, col 82, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 190, col 98, ['config'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 190, col 108, ['relative_path'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 192, col 359, Line is too long. +build/public/templates/partials/category/subcategory.js: line 192, col 53, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 192, col 69, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 192, col 84, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 192, col 100, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 192, col 121, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 192, col 137, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 192, col 155, ['posts'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 192, col 167, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 192, col 183, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 192, col 201, ['posts'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 192, col 219, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 192, col 235, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 192, col 253, ['posts'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 192, col 268, ['user'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 192, col 279, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 192, col 295, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 192, col 313, ['posts'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 192, col 328, ['user'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 192, col 336, ['userslug'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 194, col 389, Line is too long. +build/public/templates/partials/category/subcategory.js: line 194, col 94, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 194, col 110, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 194, col 125, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 194, col 141, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 194, col 162, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 194, col 178, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 194, col 196, ['posts'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 194, col 208, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 194, col 224, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 194, col 242, ['posts'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 194, col 260, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 194, col 276, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 194, col 294, ['posts'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 194, col 309, ['user'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 194, col 352, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 196, col 136, Line is too long. +build/public/templates/partials/category/subcategory.js: line 196, col 53, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 196, col 69, ['config'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 196, col 82, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 196, col 98, ['config'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 196, col 108, ['relative_path'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 198, col 357, Line is too long. +build/public/templates/partials/category/subcategory.js: line 198, col 53, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 198, col 69, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 198, col 84, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 198, col 100, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 198, col 121, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 198, col 137, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 198, col 155, ['posts'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 198, col 167, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 198, col 183, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 198, col 201, ['posts'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 198, col 219, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 198, col 235, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 198, col 253, ['posts'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 198, col 268, ['topic'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 198, col 280, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 198, col 296, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 198, col 314, ['posts'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 198, col 329, ['topic'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 198, col 338, ['slug'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 199, col 278, Line is too long. +build/public/templates/partials/category/subcategory.js: line 199, col 45, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 199, col 61, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 199, col 76, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 199, col 92, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 199, col 113, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 199, col 129, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 199, col 147, ['posts'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 199, col 159, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 199, col 175, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 199, col 193, ['posts'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 199, col 211, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 199, col 227, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 199, col 245, ['posts'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 199, col 260, ['index'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 201, col 291, Line is too long. +build/public/templates/partials/category/subcategory.js: line 201, col 57, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 201, col 73, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 201, col 88, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 201, col 104, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 201, col 125, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 201, col 141, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 201, col 159, ['posts'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 201, col 171, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 201, col 187, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 201, col 205, ['posts'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 201, col 223, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 201, col 239, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 201, col 257, ['posts'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 201, col 272, ['index'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 204, col 295, Line is too long. +build/public/templates/partials/category/subcategory.js: line 204, col 53, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 204, col 69, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 204, col 84, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 204, col 100, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 204, col 121, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 204, col 137, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 204, col 155, ['posts'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 204, col 167, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 204, col 183, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 204, col 201, ['posts'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 204, col 219, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 204, col 235, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 204, col 253, ['posts'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 204, col 268, ['timestampISO'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 205, col 233, Line is too long. +build/public/templates/partials/category/subcategory.js: line 206, col 136, Line is too long. +build/public/templates/partials/category/subcategory.js: line 206, col 53, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 206, col 69, ['config'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 206, col 82, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 206, col 98, ['config'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 206, col 108, ['relative_path'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 208, col 357, Line is too long. +build/public/templates/partials/category/subcategory.js: line 208, col 53, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 208, col 69, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 208, col 84, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 208, col 100, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 208, col 121, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 208, col 137, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 208, col 155, ['posts'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 208, col 167, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 208, col 183, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 208, col 201, ['posts'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 208, col 219, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 208, col 235, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 208, col 253, ['posts'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 208, col 268, ['topic'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 208, col 280, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 208, col 296, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 208, col 314, ['posts'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 208, col 329, ['topic'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 208, col 338, ['slug'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 209, col 278, Line is too long. +build/public/templates/partials/category/subcategory.js: line 209, col 45, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 209, col 61, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 209, col 76, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 209, col 92, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 209, col 113, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 209, col 129, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 209, col 147, ['posts'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 209, col 159, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 209, col 175, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 209, col 193, ['posts'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 209, col 211, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 209, col 227, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 209, col 245, ['posts'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 209, col 260, ['index'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 211, col 291, Line is too long. +build/public/templates/partials/category/subcategory.js: line 211, col 57, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 211, col 73, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 211, col 88, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 211, col 104, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 211, col 125, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 211, col 141, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 211, col 159, ['posts'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 211, col 171, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 211, col 187, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 211, col 205, ['posts'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 211, col 223, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 211, col 239, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 211, col 257, ['posts'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 211, col 272, ['index'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 214, col 290, Line is too long. +build/public/templates/partials/category/subcategory.js: line 214, col 53, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 214, col 69, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 214, col 84, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 214, col 100, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 214, col 121, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 214, col 137, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 214, col 155, ['posts'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 214, col 167, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 214, col 183, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 214, col 201, ['posts'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 214, col 219, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 214, col 235, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 214, col 253, ['posts'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 214, col 268, ['content'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 184, col 25, 'key' is defined but never used. +build/public/templates/partials/category/subcategory.js: line 183, col 197, 'value' is defined but never used. +build/public/templates/partials/category/subcategory.js: line 183, col 189, 'length' is defined but never used. +build/public/templates/partials/category/subcategory.js: line 222, col 213, Line is too long. +build/public/templates/partials/category/subcategory.js: line 222, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 222, col 53, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 222, col 68, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 222, col 84, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 222, col 105, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 222, col 121, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 222, col 139, ['posts'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 222, col 151, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/subcategory.js: line 222, col 167, ['children'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 222, col 185, ['posts'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 222, col 194, ['length'] is better written in dot notation. +build/public/templates/partials/category/subcategory.js: line 224, col 176, Line is too long. +build/public/templates/partials/category/subcategory.js: line 90, col 13, 'key' is defined but never used. +build/public/templates/partials/category/subcategory.js: line 88, col 11, 'value' is defined but never used. +build/public/templates/partials/category/subcategory.js: line 235, col 3, Missing semicolon. +build/public/templates/partials/category/subcategory.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/category/subcategory.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/category/tags.js: line 12, col 27, ['tags'] is better written in dot notation. +build/public/templates/partials/category/tags.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/partials/category/tags.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/category/tags.js: line 19, col 112, Line is too long. +build/public/templates/partials/category/tags.js: line 19, col 36, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/tags.js: line 19, col 52, ['tags'] is better written in dot notation. +build/public/templates/partials/category/tags.js: line 22, col 120, Line is too long. +build/public/templates/partials/category/tags.js: line 22, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/tags.js: line 22, col 53, ['config'] is better written in dot notation. +build/public/templates/partials/category/tags.js: line 22, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/tags.js: line 22, col 82, ['config'] is better written in dot notation. +build/public/templates/partials/category/tags.js: line 22, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/partials/category/tags.js: line 24, col 154, Line is too long. +build/public/templates/partials/category/tags.js: line 24, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/tags.js: line 24, col 53, ['tags'] is better written in dot notation. +build/public/templates/partials/category/tags.js: line 24, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/tags.js: line 24, col 80, ['tags'] is better written in dot notation. +build/public/templates/partials/category/tags.js: line 24, col 97, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/tags.js: line 24, col 113, ['tags'] is better written in dot notation. +build/public/templates/partials/category/tags.js: line 24, col 127, ['valueEncoded'] is better written in dot notation. +build/public/templates/partials/category/tags.js: line 26, col 147, Line is too long. +build/public/templates/partials/category/tags.js: line 26, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/tags.js: line 26, col 53, ['tags'] is better written in dot notation. +build/public/templates/partials/category/tags.js: line 26, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/tags.js: line 26, col 80, ['tags'] is better written in dot notation. +build/public/templates/partials/category/tags.js: line 26, col 97, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/tags.js: line 26, col 113, ['tags'] is better written in dot notation. +build/public/templates/partials/category/tags.js: line 28, col 147, Line is too long. +build/public/templates/partials/category/tags.js: line 28, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/tags.js: line 28, col 53, ['tags'] is better written in dot notation. +build/public/templates/partials/category/tags.js: line 28, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/tags.js: line 28, col 80, ['tags'] is better written in dot notation. +build/public/templates/partials/category/tags.js: line 28, col 97, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/tags.js: line 28, col 113, ['tags'] is better written in dot notation. +build/public/templates/partials/category/tags.js: line 28, col 127, ['value'] is better written in dot notation. +build/public/templates/partials/category/tags.js: line 30, col 154, Line is too long. +build/public/templates/partials/category/tags.js: line 30, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/tags.js: line 30, col 53, ['tags'] is better written in dot notation. +build/public/templates/partials/category/tags.js: line 30, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/tags.js: line 30, col 80, ['tags'] is better written in dot notation. +build/public/templates/partials/category/tags.js: line 30, col 97, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/tags.js: line 30, col 113, ['tags'] is better written in dot notation. +build/public/templates/partials/category/tags.js: line 30, col 127, ['valueEscaped'] is better written in dot notation. +build/public/templates/partials/category/tags.js: line 20, col 13, 'key' is defined but never used. +build/public/templates/partials/category/tags.js: line 19, col 105, 'value' is defined but never used. +build/public/templates/partials/category/tags.js: line 19, col 97, 'length' is defined but never used. +build/public/templates/partials/category/tags.js: line 19, col 90, 'index' is defined but never used. +build/public/templates/partials/category/tags.js: line 18, col 11, 'value' is defined but never used. +build/public/templates/partials/category/tags.js: line 16, col 58, 'helper' is defined but never used. +build/public/templates/partials/category/tags.js: line 39, col 3, Missing semicolon. +build/public/templates/partials/category/tags.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/category/tags.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/category/tools-dropdown-content.js: line 12, col 1939, Line is too long. +build/public/templates/partials/category/tools-dropdown-content.js: line 13, col 105, Line is too long. +build/public/templates/partials/category/tools-dropdown-content.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/tools-dropdown-content.js: line 13, col 41, ['template'] is better written in dot notation. +build/public/templates/partials/category/tools-dropdown-content.js: line 13, col 56, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/tools-dropdown-content.js: line 13, col 72, ['template'] is better written in dot notation. +build/public/templates/partials/category/tools-dropdown-content.js: line 13, col 84, ['category'] is better written in dot notation. +build/public/templates/partials/category/tools-dropdown-content.js: line 14, col 247, Line is too long. +build/public/templates/partials/category/tools-dropdown-content.js: line 16, col 1140, Line is too long. +build/public/templates/partials/category/tools-dropdown-content.js: line 17, col 22, ['thread_tools'] is better written in dot notation. +build/public/templates/partials/category/tools-dropdown-content.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/partials/category/tools-dropdown-content.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/category/tools-dropdown-content.js: line 25, col 120, Line is too long. +build/public/templates/partials/category/tools-dropdown-content.js: line 25, col 36, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/tools-dropdown-content.js: line 25, col 52, ['thread_tools'] is better written in dot notation. +build/public/templates/partials/category/tools-dropdown-content.js: line 27, col 106, Line is too long. +build/public/templates/partials/category/tools-dropdown-content.js: line 28, col 171, Line is too long. +build/public/templates/partials/category/tools-dropdown-content.js: line 28, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/tools-dropdown-content.js: line 28, col 53, ['thread_tools'] is better written in dot notation. +build/public/templates/partials/category/tools-dropdown-content.js: line 28, col 72, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/tools-dropdown-content.js: line 28, col 88, ['thread_tools'] is better written in dot notation. +build/public/templates/partials/category/tools-dropdown-content.js: line 28, col 113, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/tools-dropdown-content.js: line 28, col 129, ['thread_tools'] is better written in dot notation. +build/public/templates/partials/category/tools-dropdown-content.js: line 30, col 170, Line is too long. +build/public/templates/partials/category/tools-dropdown-content.js: line 30, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/tools-dropdown-content.js: line 30, col 53, ['thread_tools'] is better written in dot notation. +build/public/templates/partials/category/tools-dropdown-content.js: line 30, col 72, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/tools-dropdown-content.js: line 30, col 88, ['thread_tools'] is better written in dot notation. +build/public/templates/partials/category/tools-dropdown-content.js: line 30, col 113, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/tools-dropdown-content.js: line 30, col 129, ['thread_tools'] is better written in dot notation. +build/public/templates/partials/category/tools-dropdown-content.js: line 30, col 151, ['icon'] is better written in dot notation. +build/public/templates/partials/category/tools-dropdown-content.js: line 32, col 171, Line is too long. +build/public/templates/partials/category/tools-dropdown-content.js: line 32, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/tools-dropdown-content.js: line 32, col 53, ['thread_tools'] is better written in dot notation. +build/public/templates/partials/category/tools-dropdown-content.js: line 32, col 72, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/tools-dropdown-content.js: line 32, col 88, ['thread_tools'] is better written in dot notation. +build/public/templates/partials/category/tools-dropdown-content.js: line 32, col 113, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/tools-dropdown-content.js: line 32, col 129, ['thread_tools'] is better written in dot notation. +build/public/templates/partials/category/tools-dropdown-content.js: line 32, col 151, ['title'] is better written in dot notation. +build/public/templates/partials/category/tools-dropdown-content.js: line 26, col 13, 'key' is defined but never used. +build/public/templates/partials/category/tools-dropdown-content.js: line 25, col 113, 'value' is defined but never used. +build/public/templates/partials/category/tools-dropdown-content.js: line 25, col 105, 'length' is defined but never used. +build/public/templates/partials/category/tools-dropdown-content.js: line 25, col 98, 'index' is defined but never used. +build/public/templates/partials/category/tools-dropdown-content.js: line 24, col 11, 'value' is defined but never used. +build/public/templates/partials/category/tools-dropdown-content.js: line 22, col 74, 'helper' is defined but never used. +build/public/templates/partials/category/tools-dropdown-content.js: line 41, col 3, Missing semicolon. +build/public/templates/partials/category/tools-dropdown-content.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/category/tools-dropdown-content.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/category/tools-dropdown-left.js: line 12, col 30, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/tools-dropdown-left.js: line 12, col 46, ['showTopicTools'] is better written in dot notation. +build/public/templates/partials/category/tools-dropdown-left.js: line 13, col 2005, Line is too long. +build/public/templates/partials/category/tools-dropdown-left.js: line 14, col 109, Line is too long. +build/public/templates/partials/category/tools-dropdown-left.js: line 14, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/tools-dropdown-left.js: line 14, col 45, ['template'] is better written in dot notation. +build/public/templates/partials/category/tools-dropdown-left.js: line 14, col 60, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/tools-dropdown-left.js: line 14, col 76, ['template'] is better written in dot notation. +build/public/templates/partials/category/tools-dropdown-left.js: line 14, col 88, ['category'] is better written in dot notation. +build/public/templates/partials/category/tools-dropdown-left.js: line 15, col 251, Line is too long. +build/public/templates/partials/category/tools-dropdown-left.js: line 17, col 1144, Line is too long. +build/public/templates/partials/category/tools-dropdown-left.js: line 18, col 26, ['thread_tools'] is better written in dot notation. +build/public/templates/partials/category/tools-dropdown-left.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/partials/category/tools-dropdown-left.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/category/tools-dropdown-left.js: line 27, col 120, Line is too long. +build/public/templates/partials/category/tools-dropdown-left.js: line 27, col 36, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/tools-dropdown-left.js: line 27, col 52, ['thread_tools'] is better written in dot notation. +build/public/templates/partials/category/tools-dropdown-left.js: line 29, col 106, Line is too long. +build/public/templates/partials/category/tools-dropdown-left.js: line 30, col 171, Line is too long. +build/public/templates/partials/category/tools-dropdown-left.js: line 30, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/tools-dropdown-left.js: line 30, col 53, ['thread_tools'] is better written in dot notation. +build/public/templates/partials/category/tools-dropdown-left.js: line 30, col 72, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/tools-dropdown-left.js: line 30, col 88, ['thread_tools'] is better written in dot notation. +build/public/templates/partials/category/tools-dropdown-left.js: line 30, col 113, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/tools-dropdown-left.js: line 30, col 129, ['thread_tools'] is better written in dot notation. +build/public/templates/partials/category/tools-dropdown-left.js: line 32, col 170, Line is too long. +build/public/templates/partials/category/tools-dropdown-left.js: line 32, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/tools-dropdown-left.js: line 32, col 53, ['thread_tools'] is better written in dot notation. +build/public/templates/partials/category/tools-dropdown-left.js: line 32, col 72, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/tools-dropdown-left.js: line 32, col 88, ['thread_tools'] is better written in dot notation. +build/public/templates/partials/category/tools-dropdown-left.js: line 32, col 113, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/tools-dropdown-left.js: line 32, col 129, ['thread_tools'] is better written in dot notation. +build/public/templates/partials/category/tools-dropdown-left.js: line 32, col 151, ['icon'] is better written in dot notation. +build/public/templates/partials/category/tools-dropdown-left.js: line 34, col 171, Line is too long. +build/public/templates/partials/category/tools-dropdown-left.js: line 34, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/tools-dropdown-left.js: line 34, col 53, ['thread_tools'] is better written in dot notation. +build/public/templates/partials/category/tools-dropdown-left.js: line 34, col 72, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/tools-dropdown-left.js: line 34, col 88, ['thread_tools'] is better written in dot notation. +build/public/templates/partials/category/tools-dropdown-left.js: line 34, col 113, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/tools-dropdown-left.js: line 34, col 129, ['thread_tools'] is better written in dot notation. +build/public/templates/partials/category/tools-dropdown-left.js: line 34, col 151, ['title'] is better written in dot notation. +build/public/templates/partials/category/tools-dropdown-left.js: line 28, col 13, 'key' is defined but never used. +build/public/templates/partials/category/tools-dropdown-left.js: line 27, col 113, 'value' is defined but never used. +build/public/templates/partials/category/tools-dropdown-left.js: line 27, col 105, 'length' is defined but never used. +build/public/templates/partials/category/tools-dropdown-left.js: line 27, col 98, 'index' is defined but never used. +build/public/templates/partials/category/tools-dropdown-left.js: line 26, col 11, 'value' is defined but never used. +build/public/templates/partials/category/tools-dropdown-left.js: line 24, col 74, 'helper' is defined but never used. +build/public/templates/partials/category/tools-dropdown-left.js: line 43, col 3, Missing semicolon. +build/public/templates/partials/category/tools-dropdown-left.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/category/tools-dropdown-left.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/category/tools-dropdown-right.js: line 12, col 30, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/tools-dropdown-right.js: line 12, col 46, ['showTopicTools'] is better written in dot notation. +build/public/templates/partials/category/tools-dropdown-right.js: line 13, col 2006, Line is too long. +build/public/templates/partials/category/tools-dropdown-right.js: line 14, col 109, Line is too long. +build/public/templates/partials/category/tools-dropdown-right.js: line 14, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/tools-dropdown-right.js: line 14, col 45, ['template'] is better written in dot notation. +build/public/templates/partials/category/tools-dropdown-right.js: line 14, col 60, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/tools-dropdown-right.js: line 14, col 76, ['template'] is better written in dot notation. +build/public/templates/partials/category/tools-dropdown-right.js: line 14, col 88, ['category'] is better written in dot notation. +build/public/templates/partials/category/tools-dropdown-right.js: line 15, col 251, Line is too long. +build/public/templates/partials/category/tools-dropdown-right.js: line 17, col 1144, Line is too long. +build/public/templates/partials/category/tools-dropdown-right.js: line 18, col 26, ['thread_tools'] is better written in dot notation. +build/public/templates/partials/category/tools-dropdown-right.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/partials/category/tools-dropdown-right.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/category/tools-dropdown-right.js: line 27, col 120, Line is too long. +build/public/templates/partials/category/tools-dropdown-right.js: line 27, col 36, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/tools-dropdown-right.js: line 27, col 52, ['thread_tools'] is better written in dot notation. +build/public/templates/partials/category/tools-dropdown-right.js: line 29, col 106, Line is too long. +build/public/templates/partials/category/tools-dropdown-right.js: line 30, col 171, Line is too long. +build/public/templates/partials/category/tools-dropdown-right.js: line 30, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/tools-dropdown-right.js: line 30, col 53, ['thread_tools'] is better written in dot notation. +build/public/templates/partials/category/tools-dropdown-right.js: line 30, col 72, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/tools-dropdown-right.js: line 30, col 88, ['thread_tools'] is better written in dot notation. +build/public/templates/partials/category/tools-dropdown-right.js: line 30, col 113, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/tools-dropdown-right.js: line 30, col 129, ['thread_tools'] is better written in dot notation. +build/public/templates/partials/category/tools-dropdown-right.js: line 32, col 170, Line is too long. +build/public/templates/partials/category/tools-dropdown-right.js: line 32, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/tools-dropdown-right.js: line 32, col 53, ['thread_tools'] is better written in dot notation. +build/public/templates/partials/category/tools-dropdown-right.js: line 32, col 72, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/tools-dropdown-right.js: line 32, col 88, ['thread_tools'] is better written in dot notation. +build/public/templates/partials/category/tools-dropdown-right.js: line 32, col 113, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/tools-dropdown-right.js: line 32, col 129, ['thread_tools'] is better written in dot notation. +build/public/templates/partials/category/tools-dropdown-right.js: line 32, col 151, ['icon'] is better written in dot notation. +build/public/templates/partials/category/tools-dropdown-right.js: line 34, col 171, Line is too long. +build/public/templates/partials/category/tools-dropdown-right.js: line 34, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/tools-dropdown-right.js: line 34, col 53, ['thread_tools'] is better written in dot notation. +build/public/templates/partials/category/tools-dropdown-right.js: line 34, col 72, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/tools-dropdown-right.js: line 34, col 88, ['thread_tools'] is better written in dot notation. +build/public/templates/partials/category/tools-dropdown-right.js: line 34, col 113, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/tools-dropdown-right.js: line 34, col 129, ['thread_tools'] is better written in dot notation. +build/public/templates/partials/category/tools-dropdown-right.js: line 34, col 151, ['title'] is better written in dot notation. +build/public/templates/partials/category/tools-dropdown-right.js: line 28, col 13, 'key' is defined but never used. +build/public/templates/partials/category/tools-dropdown-right.js: line 27, col 113, 'value' is defined but never used. +build/public/templates/partials/category/tools-dropdown-right.js: line 27, col 105, 'length' is defined but never used. +build/public/templates/partials/category/tools-dropdown-right.js: line 27, col 98, 'index' is defined but never used. +build/public/templates/partials/category/tools-dropdown-right.js: line 26, col 11, 'value' is defined but never used. +build/public/templates/partials/category/tools-dropdown-right.js: line 24, col 74, 'helper' is defined but never used. +build/public/templates/partials/category/tools-dropdown-right.js: line 43, col 3, Missing semicolon. +build/public/templates/partials/category/tools-dropdown-right.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/category/tools-dropdown-right.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/category/watch.js: line 12, col 106, Line is too long. +build/public/templates/partials/category/watch.js: line 12, col 30, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/watch.js: line 12, col 46, ['config'] is better written in dot notation. +build/public/templates/partials/category/watch.js: line 12, col 59, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/watch.js: line 12, col 75, ['config'] is better written in dot notation. +build/public/templates/partials/category/watch.js: line 12, col 85, ['loggedIn'] is better written in dot notation. +build/public/templates/partials/category/watch.js: line 13, col 325, Line is too long. +build/public/templates/partials/category/watch.js: line 14, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/watch.js: line 14, col 45, ['isWatched'] is better written in dot notation. +build/public/templates/partials/category/watch.js: line 17, col 252, Line is too long. +build/public/templates/partials/category/watch.js: line 18, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/watch.js: line 18, col 45, ['isTracked'] is better written in dot notation. +build/public/templates/partials/category/watch.js: line 21, col 254, Line is too long. +build/public/templates/partials/category/watch.js: line 22, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/watch.js: line 22, col 45, ['isNotWatched'] is better written in dot notation. +build/public/templates/partials/category/watch.js: line 25, col 257, Line is too long. +build/public/templates/partials/category/watch.js: line 26, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/watch.js: line 26, col 45, ['isIgnored'] is better written in dot notation. +build/public/templates/partials/category/watch.js: line 29, col 220, Line is too long. +build/public/templates/partials/category/watch.js: line 30, col 119, Line is too long. +build/public/templates/partials/category/watch.js: line 30, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/watch.js: line 30, col 45, ['template'] is better written in dot notation. +build/public/templates/partials/category/watch.js: line 30, col 60, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/watch.js: line 30, col 76, ['template'] is better written in dot notation. +build/public/templates/partials/category/watch.js: line 33, col 629, Line is too long. +build/public/templates/partials/category/watch.js: line 34, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/watch.js: line 34, col 45, ['isWatched'] is better written in dot notation. +build/public/templates/partials/category/watch.js: line 37, col 638, Line is too long. +build/public/templates/partials/category/watch.js: line 38, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/watch.js: line 38, col 45, ['isTracked'] is better written in dot notation. +build/public/templates/partials/category/watch.js: line 41, col 657, Line is too long. +build/public/templates/partials/category/watch.js: line 42, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/watch.js: line 42, col 45, ['isNotWatched'] is better written in dot notation. +build/public/templates/partials/category/watch.js: line 45, col 642, Line is too long. +build/public/templates/partials/category/watch.js: line 46, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/category/watch.js: line 46, col 45, ['isIgnored'] is better written in dot notation. +build/public/templates/partials/category/watch.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/partials/category/watch.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/category/watch.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/partials/category/watch.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/partials/category/watch.js: line 58, col 3, Missing semicolon. +build/public/templates/partials/category/watch.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/category/watch.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/chats/add-reaction.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/partials/chats/add-reaction.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/chats/add-reaction.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/partials/chats/add-reaction.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/partials/chats/add-reaction.js: line 9, col 39, 'guard' is defined but never used. +build/public/templates/partials/chats/add-reaction.js: line 20, col 3, Missing semicolon. +build/public/templates/partials/chats/add-reaction.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/chats/add-reaction.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/chats/composer.js: line 12, col 571, Line is too long. +build/public/templates/partials/chats/composer.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/composer.js: line 13, col 41, ['canUpload'] is better written in dot notation. +build/public/templates/partials/chats/composer.js: line 14, col 215, Line is too long. +build/public/templates/partials/chats/composer.js: line 16, col 109, Line is too long. +build/public/templates/partials/chats/composer.js: line 17, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/composer.js: line 17, col 41, ['roomName'] is better written in dot notation. +build/public/templates/partials/chats/composer.js: line 19, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/composer.js: line 19, col 53, ['roomName'] is better written in dot notation. +build/public/templates/partials/chats/composer.js: line 22, col 242, Line is too long. +build/public/templates/partials/chats/composer.js: line 23, col 22, ['composerActions'] is better written in dot notation. +build/public/templates/partials/chats/composer.js: line 24, col 604, Line is too long. +build/public/templates/partials/chats/composer.js: line 25, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/composer.js: line 25, col 49, ['maximumChatMessageLength'] is better written in dot notation. +build/public/templates/partials/chats/composer.js: line 26, col 206, Line is too long. +build/public/templates/partials/chats/composer.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/chats/composer.js: line 33, col 123, Line is too long. +build/public/templates/partials/chats/composer.js: line 33, col 36, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/composer.js: line 33, col 52, ['composerActions'] is better written in dot notation. +build/public/templates/partials/chats/composer.js: line 36, col 181, Line is too long. +build/public/templates/partials/chats/composer.js: line 36, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/composer.js: line 36, col 53, ['composerActions'] is better written in dot notation. +build/public/templates/partials/chats/composer.js: line 36, col 75, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/composer.js: line 36, col 91, ['composerActions'] is better written in dot notation. +build/public/templates/partials/chats/composer.js: line 36, col 119, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/composer.js: line 36, col 135, ['composerActions'] is better written in dot notation. +build/public/templates/partials/chats/composer.js: line 36, col 160, ['action'] is better written in dot notation. +build/public/templates/partials/chats/composer.js: line 38, col 180, Line is too long. +build/public/templates/partials/chats/composer.js: line 38, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/composer.js: line 38, col 53, ['composerActions'] is better written in dot notation. +build/public/templates/partials/chats/composer.js: line 38, col 75, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/composer.js: line 38, col 91, ['composerActions'] is better written in dot notation. +build/public/templates/partials/chats/composer.js: line 38, col 119, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/composer.js: line 38, col 135, ['composerActions'] is better written in dot notation. +build/public/templates/partials/chats/composer.js: line 40, col 180, Line is too long. +build/public/templates/partials/chats/composer.js: line 40, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/composer.js: line 40, col 53, ['composerActions'] is better written in dot notation. +build/public/templates/partials/chats/composer.js: line 40, col 75, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/composer.js: line 40, col 91, ['composerActions'] is better written in dot notation. +build/public/templates/partials/chats/composer.js: line 40, col 119, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/composer.js: line 40, col 135, ['composerActions'] is better written in dot notation. +build/public/templates/partials/chats/composer.js: line 40, col 160, ['title'] is better written in dot notation. +build/public/templates/partials/chats/composer.js: line 42, col 179, Line is too long. +build/public/templates/partials/chats/composer.js: line 42, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/composer.js: line 42, col 53, ['composerActions'] is better written in dot notation. +build/public/templates/partials/chats/composer.js: line 42, col 75, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/composer.js: line 42, col 91, ['composerActions'] is better written in dot notation. +build/public/templates/partials/chats/composer.js: line 42, col 119, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/composer.js: line 42, col 135, ['composerActions'] is better written in dot notation. +build/public/templates/partials/chats/composer.js: line 42, col 160, ['icon'] is better written in dot notation. +build/public/templates/partials/chats/composer.js: line 34, col 13, 'key' is defined but never used. +build/public/templates/partials/chats/composer.js: line 33, col 116, 'value' is defined but never used. +build/public/templates/partials/chats/composer.js: line 33, col 108, 'length' is defined but never used. +build/public/templates/partials/chats/composer.js: line 33, col 101, 'index' is defined but never used. +build/public/templates/partials/chats/composer.js: line 32, col 11, 'value' is defined but never used. +build/public/templates/partials/chats/composer.js: line 30, col 80, 'helper' is defined but never used. +build/public/templates/partials/chats/composer.js: line 51, col 3, Missing semicolon. +build/public/templates/partials/chats/composer.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/chats/composer.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/chats/dropdown.js: line 12, col 102, Line is too long. +build/public/templates/partials/chats/dropdown.js: line 12, col 30, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 12, col 46, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 12, col 58, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 12, col 74, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 12, col 83, ['length'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 14, col 231, Line is too long. +build/public/templates/partials/chats/dropdown.js: line 16, col 22, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/partials/chats/dropdown.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/chats/dropdown.js: line 23, col 113, Line is too long. +build/public/templates/partials/chats/dropdown.js: line 23, col 36, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 23, col 52, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 26, col 30, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 26, col 46, ['loadingMore'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 30, col 151, Line is too long. +build/public/templates/partials/chats/dropdown.js: line 30, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 30, col 53, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 30, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 30, col 81, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 30, col 99, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 30, col 115, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 30, col 130, ['roomId'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 32, col 141, Line is too long. +build/public/templates/partials/chats/dropdown.js: line 32, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 32, col 45, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 32, col 57, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 32, col 73, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 32, col 91, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 32, col 107, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 32, col 122, ['unread'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 35, col 266, Line is too long. +build/public/templates/partials/chats/dropdown.js: line 36, col 193, Line is too long. +build/public/templates/partials/chats/dropdown.js: line 36, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 36, col 45, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 36, col 57, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 36, col 73, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 36, col 91, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 36, col 107, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 36, col 122, ['users'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 36, col 134, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 36, col 150, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 36, col 165, ['users'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 36, col 174, ['length'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 38, col 148, Line is too long. +build/public/templates/partials/chats/dropdown.js: line 38, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 38, col 49, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 38, col 61, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 38, col 77, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 38, col 95, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 38, col 111, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 38, col 126, ['groupChat'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 39, col 136, Line is too long. +build/public/templates/partials/chats/dropdown.js: line 40, col 128, Line is too long. +build/public/templates/partials/chats/dropdown.js: line 40, col 45, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 40, col 61, ['config'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 40, col 74, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 40, col 90, ['config'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 40, col 100, ['relative_path'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 42, col 266, Line is too long. +build/public/templates/partials/chats/dropdown.js: line 42, col 45, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 42, col 61, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 42, col 73, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 42, col 89, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 42, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 42, col 123, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 42, col 138, ['users'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 42, col 150, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 42, col 166, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 42, col 181, ['users'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 42, col 198, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 42, col 214, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 42, col 229, ['users'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 42, col 243, ['userslug'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 44, col 308, Line is too long. +build/public/templates/partials/chats/dropdown.js: line 44, col 86, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 44, col 102, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 44, col 114, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 44, col 130, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 44, col 148, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 44, col 164, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 44, col 179, ['users'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 44, col 191, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 44, col 207, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 44, col 222, ['users'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 44, col 271, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 46, col 128, Line is too long. +build/public/templates/partials/chats/dropdown.js: line 46, col 45, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 46, col 61, ['config'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 46, col 74, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 46, col 90, ['config'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 46, col 100, ['relative_path'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 48, col 266, Line is too long. +build/public/templates/partials/chats/dropdown.js: line 48, col 45, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 48, col 61, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 48, col 73, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 48, col 89, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 48, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 48, col 123, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 48, col 138, ['users'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 48, col 150, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 48, col 166, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 48, col 181, ['users'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 48, col 198, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 48, col 214, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 48, col 229, ['users'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 48, col 243, ['userslug'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 50, col 308, Line is too long. +build/public/templates/partials/chats/dropdown.js: line 50, col 86, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 50, col 102, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 50, col 114, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 50, col 130, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 50, col 148, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 50, col 164, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 50, col 179, ['users'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 50, col 191, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 50, col 207, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 50, col 222, ['users'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 50, col 271, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 53, col 128, Line is too long. +build/public/templates/partials/chats/dropdown.js: line 53, col 45, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 53, col 61, ['config'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 53, col 74, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 53, col 90, ['config'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 53, col 100, ['relative_path'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 55, col 266, Line is too long. +build/public/templates/partials/chats/dropdown.js: line 55, col 45, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 55, col 61, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 55, col 73, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 55, col 89, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 55, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 55, col 123, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 55, col 138, ['users'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 55, col 150, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 55, col 166, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 55, col 181, ['users'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 55, col 198, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 55, col 214, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 55, col 229, ['users'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 55, col 243, ['userslug'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 57, col 308, Line is too long. +build/public/templates/partials/chats/dropdown.js: line 57, col 86, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 57, col 102, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 57, col 114, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 57, col 130, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 57, col 148, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 57, col 164, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 57, col 179, ['users'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 57, col 191, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 57, col 207, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 57, col 222, ['users'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 57, col 271, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 60, col 141, Line is too long. +build/public/templates/partials/chats/dropdown.js: line 61, col 167, Line is too long. +build/public/templates/partials/chats/dropdown.js: line 62, col 143, Line is too long. +build/public/templates/partials/chats/dropdown.js: line 62, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 62, col 45, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 62, col 57, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 62, col 73, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 62, col 91, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 62, col 107, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 62, col 122, ['roomName'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 64, col 157, Line is too long. +build/public/templates/partials/chats/dropdown.js: line 64, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 64, col 57, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 64, col 69, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 64, col 85, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 64, col 103, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 64, col 119, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 64, col 134, ['roomName'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 67, col 200, Line is too long. +build/public/templates/partials/chats/dropdown.js: line 67, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 67, col 49, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 67, col 61, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 67, col 77, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 67, col 95, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 67, col 111, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 67, col 126, ['lastUser'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 67, col 141, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 67, col 157, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 67, col 172, ['lastUser'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 67, col 184, ['uid'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 69, col 162, Line is too long. +build/public/templates/partials/chats/dropdown.js: line 69, col 45, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 69, col 61, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 69, col 73, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 69, col 89, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 69, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 69, col 123, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 69, col 138, ['usernames'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 74, col 141, Line is too long. +build/public/templates/partials/chats/dropdown.js: line 74, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 74, col 45, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 74, col 57, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 74, col 73, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 74, col 91, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 74, col 107, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 74, col 122, ['teaser'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 76, col 325, Line is too long. +build/public/templates/partials/chats/dropdown.js: line 76, col 82, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 76, col 98, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 76, col 110, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 76, col 126, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 76, col 144, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 76, col 160, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 76, col 175, ['teaser'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 76, col 188, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 76, col 204, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 76, col 219, ['teaser'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 76, col 229, ['user'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 76, col 272, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 78, col 274, Line is too long. +build/public/templates/partials/chats/dropdown.js: line 78, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 78, col 57, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 78, col 69, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 78, col 85, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 78, col 103, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 78, col 119, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 78, col 134, ['teaser'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 78, col 147, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 78, col 163, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 78, col 178, ['teaser'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 78, col 188, ['user'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 78, col 199, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 78, col 215, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 78, col 230, ['teaser'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 78, col 240, ['user'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 78, col 248, ['displayname'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 80, col 210, Line is too long. +build/public/templates/partials/chats/dropdown.js: line 80, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 80, col 57, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 80, col 69, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 80, col 85, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 80, col 103, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 80, col 119, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 80, col 134, ['teaser'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 80, col 147, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 80, col 163, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 80, col 178, ['teaser'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 80, col 188, ['content'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 82, col 204, Line is too long. +build/public/templates/partials/chats/dropdown.js: line 82, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 82, col 49, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 82, col 61, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 82, col 77, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 82, col 95, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 82, col 111, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 82, col 126, ['teaser'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 82, col 139, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 82, col 155, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 82, col 170, ['teaser'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 82, col 180, ['timeagoLong'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 83, col 215, Line is too long. +build/public/templates/partials/chats/dropdown.js: line 83, col 43, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 83, col 59, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 83, col 71, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 83, col 87, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 83, col 105, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 83, col 121, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 83, col 136, ['teaser'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 83, col 149, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 83, col 165, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 83, col 180, ['teaser'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 83, col 190, ['timeagoLong'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 85, col 219, Line is too long. +build/public/templates/partials/chats/dropdown.js: line 85, col 45, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 85, col 61, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 85, col 73, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 85, col 89, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 85, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 85, col 123, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 85, col 138, ['teaser'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 85, col 151, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 85, col 167, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 85, col 182, ['teaser'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 85, col 192, ['timestampISO'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 89, col 268, Line is too long. +build/public/templates/partials/chats/dropdown.js: line 90, col 141, Line is too long. +build/public/templates/partials/chats/dropdown.js: line 90, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 90, col 45, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 90, col 57, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 90, col 73, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 90, col 91, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 90, col 107, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 90, col 122, ['unread'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 93, col 116, Line is too long. +build/public/templates/partials/chats/dropdown.js: line 94, col 141, Line is too long. +build/public/templates/partials/chats/dropdown.js: line 94, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 94, col 45, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 94, col 57, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 94, col 73, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 94, col 91, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 94, col 107, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 94, col 122, ['unread'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 100, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/dropdown.js: line 100, col 49, ['showBottomHr'] is better written in dot notation. +build/public/templates/partials/chats/dropdown.js: line 24, col 13, 'key' is defined but never used. +build/public/templates/partials/chats/dropdown.js: line 23, col 106, 'value' is defined but never used. +build/public/templates/partials/chats/dropdown.js: line 22, col 11, 'value' is defined but never used. +build/public/templates/partials/chats/dropdown.js: line 113, col 3, Missing semicolon. +build/public/templates/partials/chats/dropdown.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/chats/dropdown.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/chats/edit-message.js: line 12, col 154, Line is too long. +build/public/templates/partials/chats/edit-message.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/edit-message.js: line 13, col 49, ['rawContent'] is better written in dot notation. +build/public/templates/partials/chats/edit-message.js: line 14, col 271, Line is too long. +build/public/templates/partials/chats/edit-message.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/chats/edit-message.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/partials/chats/edit-message.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/partials/chats/edit-message.js: line 22, col 3, Missing semicolon. +build/public/templates/partials/chats/edit-message.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/chats/edit-message.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/chats/manage-room-users.js: line 12, col 27, ['users'] is better written in dot notation. +build/public/templates/partials/chats/manage-room-users.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/partials/chats/manage-room-users.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/chats/manage-room-users.js: line 19, col 113, Line is too long. +build/public/templates/partials/chats/manage-room-users.js: line 19, col 36, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/manage-room-users.js: line 19, col 52, ['users'] is better written in dot notation. +build/public/templates/partials/chats/manage-room-users.js: line 21, col 113, Line is too long. +build/public/templates/partials/chats/manage-room-users.js: line 22, col 148, Line is too long. +build/public/templates/partials/chats/manage-room-users.js: line 22, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/manage-room-users.js: line 22, col 53, ['users'] is better written in dot notation. +build/public/templates/partials/chats/manage-room-users.js: line 22, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/manage-room-users.js: line 22, col 81, ['users'] is better written in dot notation. +build/public/templates/partials/chats/manage-room-users.js: line 22, col 99, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/manage-room-users.js: line 22, col 115, ['users'] is better written in dot notation. +build/public/templates/partials/chats/manage-room-users.js: line 22, col 130, ['uid'] is better written in dot notation. +build/public/templates/partials/chats/manage-room-users.js: line 24, col 150, Line is too long. +build/public/templates/partials/chats/manage-room-users.js: line 24, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/manage-room-users.js: line 24, col 53, ['users'] is better written in dot notation. +build/public/templates/partials/chats/manage-room-users.js: line 24, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/manage-room-users.js: line 24, col 81, ['users'] is better written in dot notation. +build/public/templates/partials/chats/manage-room-users.js: line 24, col 99, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/manage-room-users.js: line 24, col 115, ['users'] is better written in dot notation. +build/public/templates/partials/chats/manage-room-users.js: line 24, col 130, ['index'] is better written in dot notation. +build/public/templates/partials/chats/manage-room-users.js: line 26, col 209, Line is too long. +build/public/templates/partials/chats/manage-room-users.js: line 26, col 78, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/manage-room-users.js: line 26, col 94, ['users'] is better written in dot notation. +build/public/templates/partials/chats/manage-room-users.js: line 26, col 106, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/manage-room-users.js: line 26, col 122, ['users'] is better written in dot notation. +build/public/templates/partials/chats/manage-room-users.js: line 26, col 172, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/manage-room-users.js: line 28, col 153, Line is too long. +build/public/templates/partials/chats/manage-room-users.js: line 28, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/manage-room-users.js: line 28, col 53, ['users'] is better written in dot notation. +build/public/templates/partials/chats/manage-room-users.js: line 28, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/manage-room-users.js: line 28, col 81, ['users'] is better written in dot notation. +build/public/templates/partials/chats/manage-room-users.js: line 28, col 99, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/manage-room-users.js: line 28, col 115, ['users'] is better written in dot notation. +build/public/templates/partials/chats/manage-room-users.js: line 28, col 130, ['username'] is better written in dot notation. +build/public/templates/partials/chats/manage-room-users.js: line 30, col 142, Line is too long. +build/public/templates/partials/chats/manage-room-users.js: line 30, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/manage-room-users.js: line 30, col 45, ['users'] is better written in dot notation. +build/public/templates/partials/chats/manage-room-users.js: line 30, col 57, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/manage-room-users.js: line 30, col 73, ['users'] is better written in dot notation. +build/public/templates/partials/chats/manage-room-users.js: line 30, col 91, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/manage-room-users.js: line 30, col 107, ['users'] is better written in dot notation. +build/public/templates/partials/chats/manage-room-users.js: line 30, col 122, ['isOwner'] is better written in dot notation. +build/public/templates/partials/chats/manage-room-users.js: line 33, col 129, Line is too long. +build/public/templates/partials/chats/manage-room-users.js: line 34, col 149, Line is too long. +build/public/templates/partials/chats/manage-room-users.js: line 34, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/manage-room-users.js: line 34, col 45, ['users'] is better written in dot notation. +build/public/templates/partials/chats/manage-room-users.js: line 34, col 57, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/manage-room-users.js: line 34, col 73, ['users'] is better written in dot notation. +build/public/templates/partials/chats/manage-room-users.js: line 34, col 91, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/manage-room-users.js: line 34, col 107, ['users'] is better written in dot notation. +build/public/templates/partials/chats/manage-room-users.js: line 34, col 122, ['canToggleOwner'] is better written in dot notation. +build/public/templates/partials/chats/manage-room-users.js: line 35, col 124, Line is too long. +build/public/templates/partials/chats/manage-room-users.js: line 36, col 152, Line is too long. +build/public/templates/partials/chats/manage-room-users.js: line 36, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/manage-room-users.js: line 36, col 57, ['users'] is better written in dot notation. +build/public/templates/partials/chats/manage-room-users.js: line 36, col 69, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/manage-room-users.js: line 36, col 85, ['users'] is better written in dot notation. +build/public/templates/partials/chats/manage-room-users.js: line 36, col 103, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/manage-room-users.js: line 36, col 119, ['users'] is better written in dot notation. +build/public/templates/partials/chats/manage-room-users.js: line 36, col 134, ['uid'] is better written in dot notation. +build/public/templates/partials/chats/manage-room-users.js: line 37, col 124, Line is too long. +build/public/templates/partials/chats/manage-room-users.js: line 40, col 142, Line is too long. +build/public/templates/partials/chats/manage-room-users.js: line 40, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/manage-room-users.js: line 40, col 45, ['users'] is better written in dot notation. +build/public/templates/partials/chats/manage-room-users.js: line 40, col 57, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/manage-room-users.js: line 40, col 73, ['users'] is better written in dot notation. +build/public/templates/partials/chats/manage-room-users.js: line 40, col 91, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/manage-room-users.js: line 40, col 107, ['users'] is better written in dot notation. +build/public/templates/partials/chats/manage-room-users.js: line 40, col 122, ['canKick'] is better written in dot notation. +build/public/templates/partials/chats/manage-room-users.js: line 42, col 152, Line is too long. +build/public/templates/partials/chats/manage-room-users.js: line 42, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/manage-room-users.js: line 42, col 57, ['users'] is better written in dot notation. +build/public/templates/partials/chats/manage-room-users.js: line 42, col 69, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/manage-room-users.js: line 42, col 85, ['users'] is better written in dot notation. +build/public/templates/partials/chats/manage-room-users.js: line 42, col 103, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/manage-room-users.js: line 42, col 119, ['users'] is better written in dot notation. +build/public/templates/partials/chats/manage-room-users.js: line 42, col 134, ['uid'] is better written in dot notation. +build/public/templates/partials/chats/manage-room-users.js: line 43, col 130, Line is too long. +build/public/templates/partials/chats/manage-room-users.js: line 20, col 13, 'key' is defined but never used. +build/public/templates/partials/chats/manage-room-users.js: line 19, col 106, 'value' is defined but never used. +build/public/templates/partials/chats/manage-room-users.js: line 19, col 98, 'length' is defined but never used. +build/public/templates/partials/chats/manage-room-users.js: line 19, col 91, 'index' is defined but never used. +build/public/templates/partials/chats/manage-room-users.js: line 18, col 11, 'value' is defined but never used. +build/public/templates/partials/chats/manage-room-users.js: line 53, col 3, Missing semicolon. +build/public/templates/partials/chats/manage-room-users.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/chats/manage-room-users.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/chats/message-window.js: line 13, col 151, Line is too long. +build/public/templates/partials/chats/message-window.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 13, col 41, ['widgets'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 13, col 55, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 13, col 71, ['widgets'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 13, col 82, ['header'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 13, col 95, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 13, col 111, ['widgets'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 13, col 122, ['header'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 13, col 132, ['length'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 19, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 19, col 41, ['roomId'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 20, col 427, Line is too long. +build/public/templates/partials/chats/message-window.js: line 21, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 21, col 45, ['roomName'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 23, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 23, col 57, ['icon'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 25, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 25, col 57, ['roomName'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 26, col 39, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 26, col 55, ['chatWithMessage'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 27, col 1290, Line is too long. +build/public/templates/partials/chats/message-window.js: line 28, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 28, col 53, ['notificationOptionsIcon'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 29, col 118, Line is too long. +build/public/templates/partials/chats/message-window.js: line 30, col 26, ['notificationOptions'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 31, col 974, Line is too long. +build/public/templates/partials/chats/message-window.js: line 32, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 32, col 45, ['isOwner'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 33, col 236, Line is too long. +build/public/templates/partials/chats/message-window.js: line 35, col 237, Line is too long. +build/public/templates/partials/chats/message-window.js: line 36, col 122, Line is too long. +build/public/templates/partials/chats/message-window.js: line 36, col 30, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 36, col 46, ['public'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 36, col 85, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 36, col 101, ['isAdmin'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 37, col 238, Line is too long. +build/public/templates/partials/chats/message-window.js: line 40, col 101, Line is too long. +build/public/templates/partials/chats/message-window.js: line 40, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 40, col 45, ['users'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 40, col 57, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 40, col 73, ['users'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 40, col 82, ['length'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 41, col 279, Line is too long. +build/public/templates/partials/chats/message-window.js: line 42, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 42, col 49, ['users'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 42, col 61, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 42, col 77, ['users'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 43, col 102, Line is too long. +build/public/templates/partials/chats/message-window.js: line 44, col 128, Line is too long. +build/public/templates/partials/chats/message-window.js: line 44, col 45, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 44, col 61, ['config'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 44, col 74, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 44, col 90, ['config'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 44, col 100, ['relative_path'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 46, col 159, Line is too long. +build/public/templates/partials/chats/message-window.js: line 46, col 45, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 46, col 61, ['users'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 46, col 73, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 46, col 89, ['users'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 46, col 106, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 46, col 122, ['users'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 46, col 136, ['userslug'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 48, col 216, Line is too long. +build/public/templates/partials/chats/message-window.js: line 48, col 86, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 48, col 102, ['users'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 48, col 114, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 48, col 130, ['users'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 48, col 179, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 52, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 52, col 49, ['users'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 52, col 61, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 52, col 77, ['users'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 53, col 102, Line is too long. +build/public/templates/partials/chats/message-window.js: line 54, col 128, Line is too long. +build/public/templates/partials/chats/message-window.js: line 54, col 45, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 54, col 61, ['config'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 54, col 74, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 54, col 90, ['config'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 54, col 100, ['relative_path'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 56, col 159, Line is too long. +build/public/templates/partials/chats/message-window.js: line 56, col 45, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 56, col 61, ['users'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 56, col 73, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 56, col 89, ['users'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 56, col 106, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 56, col 122, ['users'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 56, col 136, ['userslug'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 58, col 216, Line is too long. +build/public/templates/partials/chats/message-window.js: line 58, col 86, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 58, col 102, ['users'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 58, col 114, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 58, col 130, ['users'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 58, col 179, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 62, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 62, col 49, ['users'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 62, col 61, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 62, col 77, ['users'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 63, col 102, Line is too long. +build/public/templates/partials/chats/message-window.js: line 64, col 128, Line is too long. +build/public/templates/partials/chats/message-window.js: line 64, col 45, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 64, col 61, ['config'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 64, col 74, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 64, col 90, ['config'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 64, col 100, ['relative_path'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 66, col 159, Line is too long. +build/public/templates/partials/chats/message-window.js: line 66, col 45, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 66, col 61, ['users'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 66, col 73, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 66, col 89, ['users'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 66, col 106, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 66, col 122, ['users'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 66, col 136, ['userslug'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 68, col 216, Line is too long. +build/public/templates/partials/chats/message-window.js: line 68, col 86, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 68, col 102, ['users'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 68, col 114, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 68, col 130, ['users'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 68, col 179, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 72, col 128, Line is too long. +build/public/templates/partials/chats/message-window.js: line 72, col 86, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 72, col 102, ['userCount'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 75, col 601, Line is too long. +build/public/templates/partials/chats/message-window.js: line 76, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 76, col 53, ['roomId'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 77, col 174, Line is too long. +build/public/templates/partials/chats/message-window.js: line 78, col 26, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 79, col 969, Line is too long. +build/public/templates/partials/chats/message-window.js: line 80, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 80, col 45, ['canUpload'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 81, col 219, Line is too long. +build/public/templates/partials/chats/message-window.js: line 83, col 113, Line is too long. +build/public/templates/partials/chats/message-window.js: line 84, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 84, col 45, ['roomName'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 86, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 86, col 57, ['roomName'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 89, col 246, Line is too long. +build/public/templates/partials/chats/message-window.js: line 90, col 26, ['composerActions'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 91, col 608, Line is too long. +build/public/templates/partials/chats/message-window.js: line 92, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 92, col 53, ['maximumChatMessageLength'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 93, col 388, Line is too long. +build/public/templates/partials/chats/message-window.js: line 94, col 26, ['users'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 95, col 685, Line is too long. +build/public/templates/partials/chats/message-window.js: line 96, col 215, Line is too long. +build/public/templates/partials/chats/message-window.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/chats/message-window.js: line 104, col 155, Line is too long. +build/public/templates/partials/chats/message-window.js: line 104, col 36, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 104, col 52, ['widgets'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 104, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 104, col 82, ['widgets'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 104, col 93, ['header'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 107, col 205, Line is too long. +build/public/templates/partials/chats/message-window.js: line 107, col 28, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 107, col 44, ['widgets'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 107, col 58, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 107, col 74, ['widgets'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 107, col 85, ['header'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 107, col 98, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 107, col 114, ['widgets'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 107, col 125, ['header'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 107, col 144, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 107, col 160, ['widgets'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 107, col 171, ['header'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 107, col 187, ['html'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 105, col 13, 'key' is defined but never used. +build/public/templates/partials/chats/message-window.js: line 104, col 148, 'value' is defined but never used. +build/public/templates/partials/chats/message-window.js: line 104, col 140, 'length' is defined but never used. +build/public/templates/partials/chats/message-window.js: line 104, col 133, 'index' is defined but never used. +build/public/templates/partials/chats/message-window.js: line 102, col 11, '__escape' is defined but never used. +build/public/templates/partials/chats/message-window.js: line 103, col 11, 'value' is defined but never used. +build/public/templates/partials/chats/message-window.js: line 101, col 77, 'helper' is defined but never used. +build/public/templates/partials/chats/message-window.js: line 116, col 127, Line is too long. +build/public/templates/partials/chats/message-window.js: line 116, col 36, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 116, col 52, ['notificationOptions'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 118, col 121, Line is too long. +build/public/templates/partials/chats/message-window.js: line 119, col 192, Line is too long. +build/public/templates/partials/chats/message-window.js: line 119, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 119, col 53, ['notificationOptions'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 119, col 79, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 119, col 95, ['notificationOptions'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 119, col 127, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 119, col 143, ['notificationOptions'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 119, col 172, ['value'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 121, col 191, Line is too long. +build/public/templates/partials/chats/message-window.js: line 121, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 121, col 53, ['notificationOptions'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 121, col 79, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 121, col 95, ['notificationOptions'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 121, col 127, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 121, col 143, ['notificationOptions'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 121, col 172, ['icon'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 122, col 156, Line is too long. +build/public/templates/partials/chats/message-window.js: line 123, col 192, Line is too long. +build/public/templates/partials/chats/message-window.js: line 123, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 123, col 53, ['notificationOptions'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 123, col 79, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 123, col 95, ['notificationOptions'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 123, col 127, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 123, col 143, ['notificationOptions'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 123, col 172, ['label'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 125, col 185, Line is too long. +build/public/templates/partials/chats/message-window.js: line 125, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 125, col 45, ['notificationOptions'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 125, col 71, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 125, col 87, ['notificationOptions'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 125, col 119, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 125, col 135, ['notificationOptions'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 125, col 164, ['selected'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 130, col 103, Line is too long. +build/public/templates/partials/chats/message-window.js: line 131, col 199, Line is too long. +build/public/templates/partials/chats/message-window.js: line 131, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 131, col 57, ['notificationOptions'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 131, col 83, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 131, col 99, ['notificationOptions'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 131, col 131, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 131, col 147, ['notificationOptions'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 131, col 176, ['subLabel'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 117, col 13, 'key' is defined but never used. +build/public/templates/partials/chats/message-window.js: line 116, col 120, 'value' is defined but never used. +build/public/templates/partials/chats/message-window.js: line 116, col 112, 'length' is defined but never used. +build/public/templates/partials/chats/message-window.js: line 115, col 11, 'value' is defined but never used. +build/public/templates/partials/chats/message-window.js: line 113, col 88, 'helper' is defined but never used. +build/public/templates/partials/chats/message-window.js: line 146, col 116, Line is too long. +build/public/templates/partials/chats/message-window.js: line 146, col 36, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 146, col 52, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 149, col 150, Line is too long. +build/public/templates/partials/chats/message-window.js: line 149, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 149, col 45, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 149, col 60, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 149, col 76, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 149, col 97, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 149, col 113, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 149, col 131, ['system'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 150, col 170, Line is too long. +build/public/templates/partials/chats/message-window.js: line 151, col 167, Line is too long. +build/public/templates/partials/chats/message-window.js: line 151, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 151, col 57, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 151, col 72, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 151, col 88, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 151, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 151, col 125, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 151, col 143, ['messageId'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 153, col 165, Line is too long. +build/public/templates/partials/chats/message-window.js: line 153, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 153, col 57, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 153, col 72, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 153, col 88, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 153, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 153, col 125, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 153, col 143, ['fromuid'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 155, col 163, Line is too long. +build/public/templates/partials/chats/message-window.js: line 155, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 155, col 57, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 155, col 72, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 155, col 88, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 155, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 155, col 125, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 155, col 143, ['index'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 157, col 162, Line is too long. +build/public/templates/partials/chats/message-window.js: line 157, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 157, col 57, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 157, col 72, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 157, col 88, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 157, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 157, col 125, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 157, col 143, ['self'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 159, col 167, Line is too long. +build/public/templates/partials/chats/message-window.js: line 159, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 159, col 57, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 159, col 72, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 159, col 88, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 159, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 159, col 125, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 159, col 143, ['timestamp'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 160, col 112, Line is too long. +build/public/templates/partials/chats/message-window.js: line 161, col 165, Line is too long. +build/public/templates/partials/chats/message-window.js: line 161, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 161, col 57, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 161, col 72, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 161, col 88, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 161, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 161, col 125, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 161, col 143, ['content'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 163, col 230, Line is too long. +build/public/templates/partials/chats/message-window.js: line 163, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 163, col 57, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 163, col 72, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 163, col 88, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 163, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 163, col 125, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 163, col 143, ['fromUser'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 163, col 158, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 163, col 174, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 163, col 192, ['fromUser'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 163, col 204, ['displayname'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 165, col 170, Line is too long. +build/public/templates/partials/chats/message-window.js: line 165, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 165, col 57, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 165, col 72, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 165, col 88, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 165, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 165, col 125, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 165, col 143, ['timestampISO'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 168, col 155, Line is too long. +build/public/templates/partials/chats/message-window.js: line 168, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 168, col 49, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 168, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 168, col 80, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 168, col 101, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 168, col 117, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 168, col 135, ['deleted'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 172, col 154, Line is too long. +build/public/templates/partials/chats/message-window.js: line 172, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 172, col 49, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 172, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 172, col 80, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 172, col 101, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 172, col 117, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 172, col 135, ['pinned'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 176, col 154, Line is too long. +build/public/templates/partials/chats/message-window.js: line 176, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 176, col 49, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 176, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 176, col 80, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 176, col 101, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 176, col 117, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 176, col 135, ['newSet'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 180, col 167, Line is too long. +build/public/templates/partials/chats/message-window.js: line 180, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 180, col 57, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 180, col 72, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 180, col 88, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 180, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 180, col 125, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 180, col 143, ['messageId'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 182, col 165, Line is too long. +build/public/templates/partials/chats/message-window.js: line 182, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 182, col 57, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 182, col 72, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 182, col 88, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 182, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 182, col 125, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 182, col 143, ['fromuid'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 184, col 163, Line is too long. +build/public/templates/partials/chats/message-window.js: line 184, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 184, col 57, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 184, col 72, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 184, col 88, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 184, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 184, col 125, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 184, col 143, ['index'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 186, col 162, Line is too long. +build/public/templates/partials/chats/message-window.js: line 186, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 186, col 57, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 186, col 72, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 186, col 88, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 186, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 186, col 125, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 186, col 143, ['self'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 188, col 164, Line is too long. +build/public/templates/partials/chats/message-window.js: line 188, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 188, col 57, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 188, col 72, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 188, col 88, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 188, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 188, col 125, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 188, col 143, ['newSet'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 190, col 167, Line is too long. +build/public/templates/partials/chats/message-window.js: line 190, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 190, col 57, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 190, col 72, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 190, col 88, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 190, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 190, col 125, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 190, col 143, ['timestamp'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 192, col 227, Line is too long. +build/public/templates/partials/chats/message-window.js: line 192, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 192, col 57, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 192, col 72, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 192, col 88, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 192, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 192, col 125, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 192, col 143, ['fromUser'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 192, col 158, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 192, col 174, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 192, col 192, ['fromUser'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 192, col 204, ['username'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 194, col 230, Line is too long. +build/public/templates/partials/chats/message-window.js: line 194, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 194, col 57, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 194, col 72, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 194, col 88, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 194, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 194, col 125, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 194, col 143, ['fromUser'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 194, col 158, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 194, col 174, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 194, col 192, ['fromUser'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 194, col 204, ['displayname'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 196, col 154, Line is too long. +build/public/templates/partials/chats/message-window.js: line 196, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 196, col 49, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 196, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 196, col 80, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 196, col 101, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 196, col 117, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 196, col 135, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 197, col 133, Line is too long. +build/public/templates/partials/chats/message-window.js: line 198, col 222, Line is too long. +build/public/templates/partials/chats/message-window.js: line 198, col 45, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 198, col 61, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 198, col 76, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 198, col 92, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 198, col 113, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 198, col 129, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 198, col 147, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 198, col 160, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 198, col 176, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 198, col 194, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 198, col 204, ['mid'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 200, col 226, Line is too long. +build/public/templates/partials/chats/message-window.js: line 200, col 45, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 200, col 61, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 200, col 76, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 200, col 92, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 200, col 113, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 200, col 129, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 200, col 147, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 200, col 160, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 200, col 176, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 200, col 194, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 200, col 204, ['fromuid'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 201, col 232, Line is too long. +build/public/templates/partials/chats/message-window.js: line 202, col 128, Line is too long. +build/public/templates/partials/chats/message-window.js: line 202, col 45, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 202, col 61, ['config'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 202, col 74, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 202, col 90, ['config'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 202, col 100, ['relative_path'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 204, col 290, Line is too long. +build/public/templates/partials/chats/message-window.js: line 204, col 45, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 204, col 61, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 204, col 76, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 204, col 92, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 204, col 113, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 204, col 129, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 204, col 147, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 204, col 160, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 204, col 176, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 204, col 194, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 204, col 204, ['user'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 204, col 215, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 204, col 231, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 204, col 249, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 204, col 259, ['user'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 204, col 267, ['userslug'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 206, col 356, Line is too long. +build/public/templates/partials/chats/message-window.js: line 206, col 86, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 206, col 102, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 206, col 117, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 206, col 133, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 206, col 154, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 206, col 170, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 206, col 188, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 206, col 201, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 206, col 217, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 206, col 235, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 206, col 245, ['user'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 206, col 288, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 207, col 113, Line is too long. +build/public/templates/partials/chats/message-window.js: line 208, col 128, Line is too long. +build/public/templates/partials/chats/message-window.js: line 208, col 45, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 208, col 61, ['config'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 208, col 74, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 208, col 90, ['config'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 208, col 100, ['relative_path'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 210, col 290, Line is too long. +build/public/templates/partials/chats/message-window.js: line 210, col 45, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 210, col 61, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 210, col 76, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 210, col 92, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 210, col 113, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 210, col 129, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 210, col 147, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 210, col 160, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 210, col 176, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 210, col 194, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 210, col 204, ['user'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 210, col 215, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 210, col 231, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 210, col 249, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 210, col 259, ['user'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 210, col 267, ['userslug'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 212, col 293, Line is too long. +build/public/templates/partials/chats/message-window.js: line 212, col 45, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 212, col 61, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 212, col 76, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 212, col 92, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 212, col 113, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 212, col 129, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 212, col 147, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 212, col 160, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 212, col 176, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 212, col 194, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 212, col 204, ['user'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 212, col 215, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 212, col 231, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 212, col 249, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 212, col 259, ['user'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 212, col 267, ['displayname'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 213, col 114, Line is too long. +build/public/templates/partials/chats/message-window.js: line 214, col 231, Line is too long. +build/public/templates/partials/chats/message-window.js: line 214, col 45, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 214, col 61, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 214, col 76, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 214, col 92, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 214, col 113, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 214, col 129, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 214, col 147, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 214, col 160, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 214, col 176, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 214, col 194, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 214, col 204, ['timestampISO'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 215, col 141, Line is too long. +build/public/templates/partials/chats/message-window.js: line 216, col 226, Line is too long. +build/public/templates/partials/chats/message-window.js: line 216, col 45, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 216, col 61, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 216, col 76, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 216, col 92, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 216, col 113, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 216, col 129, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 216, col 147, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 216, col 160, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 216, col 176, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 216, col 194, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 216, col 204, ['content'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 220, col 154, Line is too long. +build/public/templates/partials/chats/message-window.js: line 220, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 220, col 49, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 220, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 220, col 80, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 220, col 101, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 220, col 117, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 220, col 135, ['newSet'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 224, col 124, Line is too long. +build/public/templates/partials/chats/message-window.js: line 224, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 224, col 57, ['config'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 224, col 70, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 224, col 86, ['config'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 224, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 226, col 227, Line is too long. +build/public/templates/partials/chats/message-window.js: line 226, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 226, col 57, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 226, col 72, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 226, col 88, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 226, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 226, col 125, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 226, col 143, ['fromUser'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 226, col 158, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 226, col 174, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 226, col 192, ['fromUser'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 226, col 204, ['userslug'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 228, col 286, Line is too long. +build/public/templates/partials/chats/message-window.js: line 228, col 82, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 228, col 98, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 228, col 113, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 228, col 129, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 228, col 150, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 228, col 166, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 228, col 184, ['fromUser'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 228, col 231, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 230, col 124, Line is too long. +build/public/templates/partials/chats/message-window.js: line 230, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 230, col 57, ['config'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 230, col 70, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 230, col 86, ['config'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 230, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 232, col 227, Line is too long. +build/public/templates/partials/chats/message-window.js: line 232, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 232, col 57, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 232, col 72, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 232, col 88, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 232, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 232, col 125, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 232, col 143, ['fromUser'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 232, col 158, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 232, col 174, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 232, col 192, ['fromUser'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 232, col 204, ['userslug'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 234, col 230, Line is too long. +build/public/templates/partials/chats/message-window.js: line 234, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 234, col 57, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 234, col 72, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 234, col 88, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 234, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 234, col 125, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 234, col 143, ['fromUser'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 234, col 158, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 234, col 174, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 234, col 192, ['fromUser'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 234, col 204, ['displayname'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 236, col 215, Line is too long. +build/public/templates/partials/chats/message-window.js: line 236, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 236, col 49, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 236, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 236, col 80, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 236, col 101, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 236, col 117, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 236, col 135, ['fromUser'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 236, col 150, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 236, col 166, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 236, col 184, ['fromUser'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 236, col 196, ['banned'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 240, col 216, Line is too long. +build/public/templates/partials/chats/message-window.js: line 240, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 240, col 49, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 240, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 240, col 80, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 240, col 101, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 240, col 117, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 240, col 135, ['fromUser'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 240, col 150, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 240, col 166, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 240, col 184, ['fromUser'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 240, col 196, ['deleted'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 244, col 170, Line is too long. +build/public/templates/partials/chats/message-window.js: line 244, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 244, col 57, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 244, col 72, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 244, col 88, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 244, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 244, col 125, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 244, col 143, ['timestampISO'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 246, col 154, Line is too long. +build/public/templates/partials/chats/message-window.js: line 246, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 246, col 49, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 246, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 246, col 80, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 246, col 101, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 246, col 117, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 246, col 135, ['edited'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 250, col 314, Line is too long. +build/public/templates/partials/chats/message-window.js: line 250, col 92, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 250, col 108, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 250, col 123, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 250, col 139, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 250, col 160, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 250, col 176, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 250, col 194, ['editedISO'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 250, col 234, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 250, col 250, ['config'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 250, col 263, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 250, col 279, ['config'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 250, col 289, ['userLang'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 251, col 210, Line is too long. +build/public/templates/partials/chats/message-window.js: line 252, col 165, Line is too long. +build/public/templates/partials/chats/message-window.js: line 252, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 252, col 57, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 252, col 72, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 252, col 88, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 252, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 252, col 125, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 252, col 143, ['content'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 253, col 828, Line is too long. +build/public/templates/partials/chats/message-window.js: line 254, col 337, Line is too long. +build/public/templates/partials/chats/message-window.js: line 254, col 34, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 254, col 50, ['isAdminOrGlobalMod'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 254, col 103, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 254, col 119, ['config'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 254, col 132, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 254, col 148, ['config'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 254, col 158, ['disableChatMessageEditing'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 254, col 216, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 254, col 232, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 254, col 247, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 254, col 263, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 254, col 284, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 254, col 300, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 254, col 318, ['self'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 255, col 721, Line is too long. +build/public/templates/partials/chats/message-window.js: line 258, col 138, Line is too long. +build/public/templates/partials/chats/message-window.js: line 258, col 34, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 258, col 50, ['isAdminOrGlobalMod'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 258, col 101, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 258, col 117, ['isOwner'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 259, col 569, Line is too long. +build/public/templates/partials/chats/message-window.js: line 262, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 262, col 49, ['isAdminOrGlobalMod'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 263, col 428, Line is too long. +build/public/templates/partials/chats/message-window.js: line 265, col 112, Line is too long. +build/public/templates/partials/chats/message-window.js: line 266, col 161, Line is too long. +build/public/templates/partials/chats/message-window.js: line 266, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 266, col 57, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 266, col 72, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 266, col 88, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 266, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 266, col 125, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 266, col 143, ['mid'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 267, col 278, Line is too long. +build/public/templates/partials/chats/message-window.js: line 268, col 161, Line is too long. +build/public/templates/partials/chats/message-window.js: line 268, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 268, col 57, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 268, col 72, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 268, col 88, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 268, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 268, col 125, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 268, col 143, ['mid'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 269, col 234, Line is too long. +build/public/templates/partials/chats/message-window.js: line 147, col 13, 'key' is defined but never used. +build/public/templates/partials/chats/message-window.js: line 146, col 109, 'value' is defined but never used. +build/public/templates/partials/chats/message-window.js: line 146, col 101, 'length' is defined but never used. +build/public/templates/partials/chats/message-window.js: line 146, col 94, 'index' is defined but never used. +build/public/templates/partials/chats/message-window.js: line 145, col 11, 'value' is defined but never used. +build/public/templates/partials/chats/message-window.js: line 278, col 123, Line is too long. +build/public/templates/partials/chats/message-window.js: line 278, col 36, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 278, col 52, ['composerActions'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 281, col 181, Line is too long. +build/public/templates/partials/chats/message-window.js: line 281, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 281, col 53, ['composerActions'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 281, col 75, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 281, col 91, ['composerActions'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 281, col 119, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 281, col 135, ['composerActions'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 281, col 160, ['action'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 283, col 180, Line is too long. +build/public/templates/partials/chats/message-window.js: line 283, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 283, col 53, ['composerActions'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 283, col 75, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 283, col 91, ['composerActions'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 283, col 119, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 283, col 135, ['composerActions'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 285, col 180, Line is too long. +build/public/templates/partials/chats/message-window.js: line 285, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 285, col 53, ['composerActions'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 285, col 75, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 285, col 91, ['composerActions'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 285, col 119, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 285, col 135, ['composerActions'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 285, col 160, ['title'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 287, col 179, Line is too long. +build/public/templates/partials/chats/message-window.js: line 287, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 287, col 53, ['composerActions'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 287, col 75, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 287, col 91, ['composerActions'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 287, col 119, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 287, col 135, ['composerActions'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 287, col 160, ['icon'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 279, col 13, 'key' is defined but never used. +build/public/templates/partials/chats/message-window.js: line 278, col 116, 'value' is defined but never used. +build/public/templates/partials/chats/message-window.js: line 278, col 108, 'length' is defined but never used. +build/public/templates/partials/chats/message-window.js: line 278, col 101, 'index' is defined but never used. +build/public/templates/partials/chats/message-window.js: line 277, col 11, 'value' is defined but never used. +build/public/templates/partials/chats/message-window.js: line 275, col 80, 'helper' is defined but never used. +build/public/templates/partials/chats/message-window.js: line 296, col 113, Line is too long. +build/public/templates/partials/chats/message-window.js: line 296, col 36, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 296, col 52, ['users'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 299, col 150, Line is too long. +build/public/templates/partials/chats/message-window.js: line 299, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 299, col 53, ['users'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 299, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 299, col 81, ['users'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 299, col 99, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 299, col 115, ['users'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 299, col 130, ['index'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 301, col 148, Line is too long. +build/public/templates/partials/chats/message-window.js: line 301, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 301, col 53, ['users'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 301, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 301, col 81, ['users'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 301, col 99, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 301, col 115, ['users'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 301, col 130, ['uid'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 302, col 121, Line is too long. +build/public/templates/partials/chats/message-window.js: line 303, col 141, Line is too long. +build/public/templates/partials/chats/message-window.js: line 303, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 303, col 45, ['users'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 303, col 57, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 303, col 73, ['users'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 303, col 91, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 303, col 107, ['users'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 303, col 122, ['online'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 307, col 120, Line is too long. +build/public/templates/partials/chats/message-window.js: line 307, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 307, col 53, ['config'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 307, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 307, col 82, ['config'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 307, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 309, col 148, Line is too long. +build/public/templates/partials/chats/message-window.js: line 309, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 309, col 53, ['users'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 309, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 309, col 81, ['users'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 309, col 99, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 309, col 115, ['users'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 309, col 130, ['uid'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 311, col 209, Line is too long. +build/public/templates/partials/chats/message-window.js: line 311, col 78, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 311, col 94, ['users'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 311, col 106, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 311, col 122, ['users'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 311, col 172, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 312, col 159, Line is too long. +build/public/templates/partials/chats/message-window.js: line 313, col 156, Line is too long. +build/public/templates/partials/chats/message-window.js: line 313, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 313, col 53, ['users'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 313, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 313, col 81, ['users'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 313, col 99, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 313, col 115, ['users'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 313, col 130, ['displayname'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 315, col 142, Line is too long. +build/public/templates/partials/chats/message-window.js: line 315, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 315, col 45, ['users'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 315, col 57, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 315, col 73, ['users'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 315, col 91, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message-window.js: line 315, col 107, ['users'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 315, col 122, ['isOwner'] is better written in dot notation. +build/public/templates/partials/chats/message-window.js: line 316, col 130, Line is too long. +build/public/templates/partials/chats/message-window.js: line 297, col 13, 'key' is defined but never used. +build/public/templates/partials/chats/message-window.js: line 296, col 106, 'value' is defined but never used. +build/public/templates/partials/chats/message-window.js: line 296, col 98, 'length' is defined but never used. +build/public/templates/partials/chats/message-window.js: line 296, col 91, 'index' is defined but never used. +build/public/templates/partials/chats/message-window.js: line 295, col 11, 'value' is defined but never used. +build/public/templates/partials/chats/message-window.js: line 326, col 3, Missing semicolon. +build/public/templates/partials/chats/message-window.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/chats/message-window.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/chats/message.js: line 13, col 104, Line is too long. +build/public/templates/partials/chats/message.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 13, col 41, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 13, col 56, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 13, col 72, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 13, col 84, ['deleted'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 17, col 103, Line is too long. +build/public/templates/partials/chats/message.js: line 17, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 17, col 41, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 17, col 56, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 17, col 72, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 17, col 84, ['pinned'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 21, col 103, Line is too long. +build/public/templates/partials/chats/message.js: line 21, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 21, col 41, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 21, col 56, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 21, col 72, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 21, col 84, ['newSet'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 25, col 116, Line is too long. +build/public/templates/partials/chats/message.js: line 25, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 25, col 49, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 25, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 25, col 80, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 25, col 92, ['messageId'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 27, col 114, Line is too long. +build/public/templates/partials/chats/message.js: line 27, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 27, col 49, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 27, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 27, col 80, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 27, col 92, ['fromuid'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 29, col 112, Line is too long. +build/public/templates/partials/chats/message.js: line 29, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 29, col 49, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 29, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 29, col 80, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 29, col 92, ['index'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 31, col 111, Line is too long. +build/public/templates/partials/chats/message.js: line 31, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 31, col 49, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 31, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 31, col 80, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 31, col 92, ['self'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 33, col 113, Line is too long. +build/public/templates/partials/chats/message.js: line 33, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 33, col 49, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 33, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 33, col 80, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 33, col 92, ['newSet'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 35, col 116, Line is too long. +build/public/templates/partials/chats/message.js: line 35, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 35, col 49, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 35, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 35, col 80, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 35, col 92, ['timestamp'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 37, col 170, Line is too long. +build/public/templates/partials/chats/message.js: line 37, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 37, col 49, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 37, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 37, col 80, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 37, col 92, ['fromUser'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 37, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 37, col 123, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 37, col 135, ['fromUser'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 37, col 147, ['username'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 39, col 173, Line is too long. +build/public/templates/partials/chats/message.js: line 39, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 39, col 49, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 39, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 39, col 80, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 39, col 92, ['fromUser'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 39, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 39, col 123, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 39, col 135, ['fromUser'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 39, col 147, ['displayname'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 41, col 103, Line is too long. +build/public/templates/partials/chats/message.js: line 41, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 41, col 41, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 41, col 56, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 41, col 72, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 41, col 84, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 42, col 125, Line is too long. +build/public/templates/partials/chats/message.js: line 43, col 165, Line is too long. +build/public/templates/partials/chats/message.js: line 43, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 43, col 53, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 43, col 68, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 43, col 84, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 43, col 96, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 43, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 43, col 125, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 43, col 137, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 43, col 147, ['mid'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 45, col 169, Line is too long. +build/public/templates/partials/chats/message.js: line 45, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 45, col 53, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 45, col 68, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 45, col 84, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 45, col 96, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 45, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 45, col 125, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 45, col 137, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 45, col 147, ['fromuid'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 46, col 224, Line is too long. +build/public/templates/partials/chats/message.js: line 47, col 120, Line is too long. +build/public/templates/partials/chats/message.js: line 47, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 47, col 53, ['config'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 47, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 47, col 82, ['config'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 47, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 49, col 227, Line is too long. +build/public/templates/partials/chats/message.js: line 49, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 49, col 53, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 49, col 68, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 49, col 84, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 49, col 96, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 49, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 49, col 125, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 49, col 137, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 49, col 147, ['user'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 49, col 158, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 49, col 174, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 49, col 186, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 49, col 196, ['user'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 49, col 204, ['userslug'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 51, col 299, Line is too long. +build/public/templates/partials/chats/message.js: line 51, col 78, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 51, col 94, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 51, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 51, col 125, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 51, col 137, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 51, col 150, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 51, col 166, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 51, col 178, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 51, col 188, ['user'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 51, col 231, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 52, col 105, Line is too long. +build/public/templates/partials/chats/message.js: line 53, col 120, Line is too long. +build/public/templates/partials/chats/message.js: line 53, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 53, col 53, ['config'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 53, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 53, col 82, ['config'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 53, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 55, col 227, Line is too long. +build/public/templates/partials/chats/message.js: line 55, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 55, col 53, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 55, col 68, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 55, col 84, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 55, col 96, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 55, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 55, col 125, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 55, col 137, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 55, col 147, ['user'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 55, col 158, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 55, col 174, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 55, col 186, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 55, col 196, ['user'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 55, col 204, ['userslug'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 57, col 230, Line is too long. +build/public/templates/partials/chats/message.js: line 57, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 57, col 53, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 57, col 68, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 57, col 84, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 57, col 96, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 57, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 57, col 125, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 57, col 137, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 57, col 147, ['user'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 57, col 158, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 57, col 174, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 57, col 186, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 57, col 196, ['user'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 57, col 204, ['displayname'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 58, col 106, Line is too long. +build/public/templates/partials/chats/message.js: line 59, col 174, Line is too long. +build/public/templates/partials/chats/message.js: line 59, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 59, col 53, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 59, col 68, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 59, col 84, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 59, col 96, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 59, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 59, col 125, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 59, col 137, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 59, col 147, ['timestampISO'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 60, col 133, Line is too long. +build/public/templates/partials/chats/message.js: line 61, col 169, Line is too long. +build/public/templates/partials/chats/message.js: line 61, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 61, col 53, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 61, col 68, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 61, col 84, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 61, col 96, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 61, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 61, col 125, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 61, col 137, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 61, col 147, ['content'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 65, col 103, Line is too long. +build/public/templates/partials/chats/message.js: line 65, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 65, col 41, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 65, col 56, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 65, col 72, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 65, col 84, ['newSet'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 69, col 116, Line is too long. +build/public/templates/partials/chats/message.js: line 69, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 69, col 49, ['config'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 69, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 69, col 78, ['config'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 69, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 71, col 170, Line is too long. +build/public/templates/partials/chats/message.js: line 71, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 71, col 49, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 71, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 71, col 80, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 71, col 92, ['fromUser'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 71, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 71, col 123, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 71, col 135, ['fromUser'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 71, col 147, ['userslug'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 73, col 235, Line is too long. +build/public/templates/partials/chats/message.js: line 73, col 74, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 73, col 90, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 73, col 105, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 73, col 121, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 73, col 133, ['fromUser'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 73, col 180, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 75, col 116, Line is too long. +build/public/templates/partials/chats/message.js: line 75, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 75, col 49, ['config'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 75, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 75, col 78, ['config'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 75, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 77, col 170, Line is too long. +build/public/templates/partials/chats/message.js: line 77, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 77, col 49, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 77, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 77, col 80, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 77, col 92, ['fromUser'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 77, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 77, col 123, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 77, col 135, ['fromUser'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 77, col 147, ['userslug'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 79, col 173, Line is too long. +build/public/templates/partials/chats/message.js: line 79, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 79, col 49, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 79, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 79, col 80, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 79, col 92, ['fromUser'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 79, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 79, col 123, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 79, col 135, ['fromUser'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 79, col 147, ['displayname'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 81, col 158, Line is too long. +build/public/templates/partials/chats/message.js: line 81, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 81, col 41, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 81, col 56, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 81, col 72, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 81, col 84, ['fromUser'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 81, col 99, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 81, col 115, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 81, col 127, ['fromUser'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 81, col 139, ['banned'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 85, col 159, Line is too long. +build/public/templates/partials/chats/message.js: line 85, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 85, col 41, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 85, col 56, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 85, col 72, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 85, col 84, ['fromUser'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 85, col 99, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 85, col 115, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 85, col 127, ['fromUser'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 85, col 139, ['deleted'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 89, col 119, Line is too long. +build/public/templates/partials/chats/message.js: line 89, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 89, col 49, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 89, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 89, col 80, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 89, col 92, ['timestampISO'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 91, col 103, Line is too long. +build/public/templates/partials/chats/message.js: line 91, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 91, col 41, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 91, col 56, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 91, col 72, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 91, col 84, ['edited'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 95, col 263, Line is too long. +build/public/templates/partials/chats/message.js: line 95, col 84, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 95, col 100, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 95, col 115, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 95, col 131, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 95, col 143, ['editedISO'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 95, col 183, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 95, col 199, ['config'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 95, col 212, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 95, col 228, ['config'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 95, col 238, ['userLang'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 96, col 202, Line is too long. +build/public/templates/partials/chats/message.js: line 97, col 114, Line is too long. +build/public/templates/partials/chats/message.js: line 97, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 97, col 49, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 97, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 97, col 80, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 97, col 92, ['content'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 98, col 820, Line is too long. +build/public/templates/partials/chats/message.js: line 99, col 286, Line is too long. +build/public/templates/partials/chats/message.js: line 99, col 26, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 99, col 42, ['isAdminOrGlobalMod'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 99, col 95, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 99, col 111, ['config'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 99, col 124, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 99, col 140, ['config'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 99, col 150, ['disableChatMessageEditing'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 99, col 208, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 99, col 224, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 99, col 239, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 99, col 255, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 99, col 267, ['self'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 100, col 713, Line is too long. +build/public/templates/partials/chats/message.js: line 103, col 130, Line is too long. +build/public/templates/partials/chats/message.js: line 103, col 26, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 103, col 42, ['isAdminOrGlobalMod'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 103, col 93, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 103, col 109, ['isOwner'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 104, col 561, Line is too long. +build/public/templates/partials/chats/message.js: line 107, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 107, col 41, ['isAdminOrGlobalMod'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 108, col 420, Line is too long. +build/public/templates/partials/chats/message.js: line 110, col 104, Line is too long. +build/public/templates/partials/chats/message.js: line 111, col 110, Line is too long. +build/public/templates/partials/chats/message.js: line 111, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 111, col 49, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 111, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 111, col 80, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 111, col 92, ['mid'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 112, col 270, Line is too long. +build/public/templates/partials/chats/message.js: line 113, col 110, Line is too long. +build/public/templates/partials/chats/message.js: line 113, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 113, col 49, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 113, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/message.js: line 113, col 80, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 113, col 92, ['mid'] is better written in dot notation. +build/public/templates/partials/chats/message.js: line 114, col 221, Line is too long. +build/public/templates/partials/chats/message.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/chats/message.js: line 122, col 3, Missing semicolon. +build/public/templates/partials/chats/message.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/chats/message.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/chats/messages.js: line 12, col 27, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/partials/chats/messages.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/chats/messages.js: line 19, col 116, Line is too long. +build/public/templates/partials/chats/messages.js: line 19, col 36, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 19, col 52, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 22, col 150, Line is too long. +build/public/templates/partials/chats/messages.js: line 22, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 22, col 45, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 22, col 60, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 22, col 76, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 22, col 97, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 22, col 113, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 22, col 131, ['system'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 23, col 170, Line is too long. +build/public/templates/partials/chats/messages.js: line 24, col 167, Line is too long. +build/public/templates/partials/chats/messages.js: line 24, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 24, col 57, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 24, col 72, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 24, col 88, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 24, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 24, col 125, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 24, col 143, ['messageId'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 26, col 165, Line is too long. +build/public/templates/partials/chats/messages.js: line 26, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 26, col 57, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 26, col 72, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 26, col 88, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 26, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 26, col 125, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 26, col 143, ['fromuid'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 28, col 163, Line is too long. +build/public/templates/partials/chats/messages.js: line 28, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 28, col 57, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 28, col 72, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 28, col 88, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 28, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 28, col 125, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 28, col 143, ['index'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 30, col 162, Line is too long. +build/public/templates/partials/chats/messages.js: line 30, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 30, col 57, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 30, col 72, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 30, col 88, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 30, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 30, col 125, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 30, col 143, ['self'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 32, col 167, Line is too long. +build/public/templates/partials/chats/messages.js: line 32, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 32, col 57, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 32, col 72, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 32, col 88, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 32, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 32, col 125, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 32, col 143, ['timestamp'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 33, col 112, Line is too long. +build/public/templates/partials/chats/messages.js: line 34, col 165, Line is too long. +build/public/templates/partials/chats/messages.js: line 34, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 34, col 57, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 34, col 72, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 34, col 88, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 34, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 34, col 125, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 34, col 143, ['content'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 36, col 230, Line is too long. +build/public/templates/partials/chats/messages.js: line 36, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 36, col 57, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 36, col 72, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 36, col 88, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 36, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 36, col 125, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 36, col 143, ['fromUser'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 36, col 158, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 36, col 174, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 36, col 192, ['fromUser'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 36, col 204, ['displayname'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 38, col 170, Line is too long. +build/public/templates/partials/chats/messages.js: line 38, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 38, col 57, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 38, col 72, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 38, col 88, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 38, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 38, col 125, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 38, col 143, ['timestampISO'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 41, col 155, Line is too long. +build/public/templates/partials/chats/messages.js: line 41, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 41, col 49, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 41, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 41, col 80, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 41, col 101, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 41, col 117, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 41, col 135, ['deleted'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 45, col 154, Line is too long. +build/public/templates/partials/chats/messages.js: line 45, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 45, col 49, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 45, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 45, col 80, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 45, col 101, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 45, col 117, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 45, col 135, ['pinned'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 49, col 154, Line is too long. +build/public/templates/partials/chats/messages.js: line 49, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 49, col 49, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 49, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 49, col 80, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 49, col 101, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 49, col 117, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 49, col 135, ['newSet'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 53, col 167, Line is too long. +build/public/templates/partials/chats/messages.js: line 53, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 53, col 57, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 53, col 72, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 53, col 88, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 53, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 53, col 125, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 53, col 143, ['messageId'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 55, col 165, Line is too long. +build/public/templates/partials/chats/messages.js: line 55, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 55, col 57, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 55, col 72, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 55, col 88, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 55, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 55, col 125, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 55, col 143, ['fromuid'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 57, col 163, Line is too long. +build/public/templates/partials/chats/messages.js: line 57, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 57, col 57, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 57, col 72, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 57, col 88, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 57, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 57, col 125, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 57, col 143, ['index'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 59, col 162, Line is too long. +build/public/templates/partials/chats/messages.js: line 59, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 59, col 57, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 59, col 72, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 59, col 88, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 59, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 59, col 125, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 59, col 143, ['self'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 61, col 164, Line is too long. +build/public/templates/partials/chats/messages.js: line 61, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 61, col 57, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 61, col 72, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 61, col 88, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 61, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 61, col 125, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 61, col 143, ['newSet'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 63, col 167, Line is too long. +build/public/templates/partials/chats/messages.js: line 63, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 63, col 57, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 63, col 72, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 63, col 88, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 63, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 63, col 125, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 63, col 143, ['timestamp'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 65, col 227, Line is too long. +build/public/templates/partials/chats/messages.js: line 65, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 65, col 57, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 65, col 72, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 65, col 88, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 65, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 65, col 125, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 65, col 143, ['fromUser'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 65, col 158, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 65, col 174, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 65, col 192, ['fromUser'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 65, col 204, ['username'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 67, col 230, Line is too long. +build/public/templates/partials/chats/messages.js: line 67, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 67, col 57, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 67, col 72, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 67, col 88, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 67, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 67, col 125, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 67, col 143, ['fromUser'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 67, col 158, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 67, col 174, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 67, col 192, ['fromUser'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 67, col 204, ['displayname'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 69, col 154, Line is too long. +build/public/templates/partials/chats/messages.js: line 69, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 69, col 49, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 69, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 69, col 80, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 69, col 101, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 69, col 117, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 69, col 135, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 70, col 133, Line is too long. +build/public/templates/partials/chats/messages.js: line 71, col 222, Line is too long. +build/public/templates/partials/chats/messages.js: line 71, col 45, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 71, col 61, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 71, col 76, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 71, col 92, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 71, col 113, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 71, col 129, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 71, col 147, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 71, col 160, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 71, col 176, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 71, col 194, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 71, col 204, ['mid'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 73, col 226, Line is too long. +build/public/templates/partials/chats/messages.js: line 73, col 45, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 73, col 61, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 73, col 76, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 73, col 92, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 73, col 113, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 73, col 129, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 73, col 147, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 73, col 160, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 73, col 176, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 73, col 194, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 73, col 204, ['fromuid'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 74, col 232, Line is too long. +build/public/templates/partials/chats/messages.js: line 75, col 128, Line is too long. +build/public/templates/partials/chats/messages.js: line 75, col 45, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 75, col 61, ['config'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 75, col 74, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 75, col 90, ['config'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 75, col 100, ['relative_path'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 77, col 290, Line is too long. +build/public/templates/partials/chats/messages.js: line 77, col 45, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 77, col 61, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 77, col 76, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 77, col 92, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 77, col 113, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 77, col 129, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 77, col 147, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 77, col 160, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 77, col 176, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 77, col 194, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 77, col 204, ['user'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 77, col 215, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 77, col 231, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 77, col 249, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 77, col 259, ['user'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 77, col 267, ['userslug'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 79, col 356, Line is too long. +build/public/templates/partials/chats/messages.js: line 79, col 86, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 79, col 102, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 79, col 117, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 79, col 133, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 79, col 154, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 79, col 170, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 79, col 188, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 79, col 201, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 79, col 217, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 79, col 235, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 79, col 245, ['user'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 79, col 288, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 80, col 113, Line is too long. +build/public/templates/partials/chats/messages.js: line 81, col 128, Line is too long. +build/public/templates/partials/chats/messages.js: line 81, col 45, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 81, col 61, ['config'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 81, col 74, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 81, col 90, ['config'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 81, col 100, ['relative_path'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 83, col 290, Line is too long. +build/public/templates/partials/chats/messages.js: line 83, col 45, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 83, col 61, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 83, col 76, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 83, col 92, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 83, col 113, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 83, col 129, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 83, col 147, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 83, col 160, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 83, col 176, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 83, col 194, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 83, col 204, ['user'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 83, col 215, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 83, col 231, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 83, col 249, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 83, col 259, ['user'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 83, col 267, ['userslug'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 85, col 293, Line is too long. +build/public/templates/partials/chats/messages.js: line 85, col 45, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 85, col 61, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 85, col 76, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 85, col 92, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 85, col 113, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 85, col 129, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 85, col 147, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 85, col 160, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 85, col 176, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 85, col 194, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 85, col 204, ['user'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 85, col 215, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 85, col 231, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 85, col 249, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 85, col 259, ['user'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 85, col 267, ['displayname'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 86, col 114, Line is too long. +build/public/templates/partials/chats/messages.js: line 87, col 231, Line is too long. +build/public/templates/partials/chats/messages.js: line 87, col 45, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 87, col 61, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 87, col 76, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 87, col 92, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 87, col 113, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 87, col 129, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 87, col 147, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 87, col 160, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 87, col 176, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 87, col 194, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 87, col 204, ['timestampISO'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 88, col 141, Line is too long. +build/public/templates/partials/chats/messages.js: line 89, col 226, Line is too long. +build/public/templates/partials/chats/messages.js: line 89, col 45, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 89, col 61, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 89, col 76, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 89, col 92, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 89, col 113, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 89, col 129, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 89, col 147, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 89, col 160, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 89, col 176, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 89, col 194, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 89, col 204, ['content'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 93, col 154, Line is too long. +build/public/templates/partials/chats/messages.js: line 93, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 93, col 49, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 93, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 93, col 80, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 93, col 101, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 93, col 117, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 93, col 135, ['newSet'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 97, col 124, Line is too long. +build/public/templates/partials/chats/messages.js: line 97, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 97, col 57, ['config'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 97, col 70, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 97, col 86, ['config'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 97, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 99, col 227, Line is too long. +build/public/templates/partials/chats/messages.js: line 99, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 99, col 57, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 99, col 72, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 99, col 88, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 99, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 99, col 125, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 99, col 143, ['fromUser'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 99, col 158, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 99, col 174, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 99, col 192, ['fromUser'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 99, col 204, ['userslug'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 101, col 286, Line is too long. +build/public/templates/partials/chats/messages.js: line 101, col 82, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 101, col 98, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 101, col 113, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 101, col 129, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 101, col 150, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 101, col 166, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 101, col 184, ['fromUser'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 101, col 231, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 103, col 124, Line is too long. +build/public/templates/partials/chats/messages.js: line 103, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 103, col 57, ['config'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 103, col 70, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 103, col 86, ['config'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 103, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 105, col 227, Line is too long. +build/public/templates/partials/chats/messages.js: line 105, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 105, col 57, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 105, col 72, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 105, col 88, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 105, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 105, col 125, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 105, col 143, ['fromUser'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 105, col 158, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 105, col 174, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 105, col 192, ['fromUser'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 105, col 204, ['userslug'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 107, col 230, Line is too long. +build/public/templates/partials/chats/messages.js: line 107, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 107, col 57, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 107, col 72, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 107, col 88, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 107, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 107, col 125, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 107, col 143, ['fromUser'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 107, col 158, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 107, col 174, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 107, col 192, ['fromUser'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 107, col 204, ['displayname'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 109, col 215, Line is too long. +build/public/templates/partials/chats/messages.js: line 109, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 109, col 49, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 109, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 109, col 80, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 109, col 101, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 109, col 117, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 109, col 135, ['fromUser'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 109, col 150, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 109, col 166, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 109, col 184, ['fromUser'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 109, col 196, ['banned'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 113, col 216, Line is too long. +build/public/templates/partials/chats/messages.js: line 113, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 113, col 49, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 113, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 113, col 80, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 113, col 101, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 113, col 117, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 113, col 135, ['fromUser'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 113, col 150, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 113, col 166, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 113, col 184, ['fromUser'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 113, col 196, ['deleted'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 117, col 170, Line is too long. +build/public/templates/partials/chats/messages.js: line 117, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 117, col 57, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 117, col 72, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 117, col 88, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 117, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 117, col 125, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 117, col 143, ['timestampISO'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 119, col 154, Line is too long. +build/public/templates/partials/chats/messages.js: line 119, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 119, col 49, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 119, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 119, col 80, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 119, col 101, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 119, col 117, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 119, col 135, ['edited'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 123, col 314, Line is too long. +build/public/templates/partials/chats/messages.js: line 123, col 92, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 123, col 108, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 123, col 123, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 123, col 139, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 123, col 160, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 123, col 176, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 123, col 194, ['editedISO'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 123, col 234, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 123, col 250, ['config'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 123, col 263, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 123, col 279, ['config'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 123, col 289, ['userLang'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 124, col 210, Line is too long. +build/public/templates/partials/chats/messages.js: line 125, col 165, Line is too long. +build/public/templates/partials/chats/messages.js: line 125, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 125, col 57, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 125, col 72, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 125, col 88, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 125, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 125, col 125, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 125, col 143, ['content'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 126, col 828, Line is too long. +build/public/templates/partials/chats/messages.js: line 127, col 337, Line is too long. +build/public/templates/partials/chats/messages.js: line 127, col 34, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 127, col 50, ['isAdminOrGlobalMod'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 127, col 103, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 127, col 119, ['config'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 127, col 132, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 127, col 148, ['config'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 127, col 158, ['disableChatMessageEditing'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 127, col 216, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 127, col 232, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 127, col 247, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 127, col 263, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 127, col 284, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 127, col 300, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 127, col 318, ['self'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 128, col 721, Line is too long. +build/public/templates/partials/chats/messages.js: line 131, col 138, Line is too long. +build/public/templates/partials/chats/messages.js: line 131, col 34, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 131, col 50, ['isAdminOrGlobalMod'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 131, col 101, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 131, col 117, ['isOwner'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 132, col 569, Line is too long. +build/public/templates/partials/chats/messages.js: line 135, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 135, col 49, ['isAdminOrGlobalMod'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 136, col 428, Line is too long. +build/public/templates/partials/chats/messages.js: line 138, col 112, Line is too long. +build/public/templates/partials/chats/messages.js: line 139, col 161, Line is too long. +build/public/templates/partials/chats/messages.js: line 139, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 139, col 57, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 139, col 72, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 139, col 88, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 139, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 139, col 125, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 139, col 143, ['mid'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 140, col 278, Line is too long. +build/public/templates/partials/chats/messages.js: line 141, col 161, Line is too long. +build/public/templates/partials/chats/messages.js: line 141, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 141, col 57, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 141, col 72, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 141, col 88, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 141, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/messages.js: line 141, col 125, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 141, col 143, ['mid'] is better written in dot notation. +build/public/templates/partials/chats/messages.js: line 142, col 234, Line is too long. +build/public/templates/partials/chats/messages.js: line 20, col 13, 'key' is defined but never used. +build/public/templates/partials/chats/messages.js: line 19, col 109, 'value' is defined but never used. +build/public/templates/partials/chats/messages.js: line 19, col 101, 'length' is defined but never used. +build/public/templates/partials/chats/messages.js: line 19, col 94, 'index' is defined but never used. +build/public/templates/partials/chats/messages.js: line 18, col 11, 'value' is defined but never used. +build/public/templates/partials/chats/messages.js: line 151, col 3, Missing semicolon. +build/public/templates/partials/chats/messages.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/chats/messages.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/chats/options.js: line 12, col 1282, Line is too long. +build/public/templates/partials/chats/options.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/options.js: line 13, col 49, ['notificationOptionsIcon'] is better written in dot notation. +build/public/templates/partials/chats/options.js: line 14, col 114, Line is too long. +build/public/templates/partials/chats/options.js: line 15, col 22, ['notificationOptions'] is better written in dot notation. +build/public/templates/partials/chats/options.js: line 16, col 970, Line is too long. +build/public/templates/partials/chats/options.js: line 17, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/options.js: line 17, col 41, ['isOwner'] is better written in dot notation. +build/public/templates/partials/chats/options.js: line 18, col 232, Line is too long. +build/public/templates/partials/chats/options.js: line 20, col 233, Line is too long. +build/public/templates/partials/chats/options.js: line 21, col 118, Line is too long. +build/public/templates/partials/chats/options.js: line 21, col 26, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/options.js: line 21, col 42, ['public'] is better written in dot notation. +build/public/templates/partials/chats/options.js: line 21, col 81, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/options.js: line 21, col 97, ['isAdmin'] is better written in dot notation. +build/public/templates/partials/chats/options.js: line 22, col 234, Line is too long. +build/public/templates/partials/chats/options.js: line 25, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/options.js: line 25, col 41, ['users'] is better written in dot notation. +build/public/templates/partials/chats/options.js: line 25, col 53, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/options.js: line 25, col 69, ['users'] is better written in dot notation. +build/public/templates/partials/chats/options.js: line 25, col 78, ['length'] is better written in dot notation. +build/public/templates/partials/chats/options.js: line 26, col 275, Line is too long. +build/public/templates/partials/chats/options.js: line 27, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/options.js: line 27, col 45, ['users'] is better written in dot notation. +build/public/templates/partials/chats/options.js: line 27, col 57, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/options.js: line 27, col 73, ['users'] is better written in dot notation. +build/public/templates/partials/chats/options.js: line 29, col 124, Line is too long. +build/public/templates/partials/chats/options.js: line 29, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/options.js: line 29, col 57, ['config'] is better written in dot notation. +build/public/templates/partials/chats/options.js: line 29, col 70, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/options.js: line 29, col 86, ['config'] is better written in dot notation. +build/public/templates/partials/chats/options.js: line 29, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/partials/chats/options.js: line 31, col 155, Line is too long. +build/public/templates/partials/chats/options.js: line 31, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/options.js: line 31, col 57, ['users'] is better written in dot notation. +build/public/templates/partials/chats/options.js: line 31, col 69, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/options.js: line 31, col 85, ['users'] is better written in dot notation. +build/public/templates/partials/chats/options.js: line 31, col 102, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/options.js: line 31, col 118, ['users'] is better written in dot notation. +build/public/templates/partials/chats/options.js: line 31, col 132, ['userslug'] is better written in dot notation. +build/public/templates/partials/chats/options.js: line 33, col 212, Line is too long. +build/public/templates/partials/chats/options.js: line 33, col 82, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/options.js: line 33, col 98, ['users'] is better written in dot notation. +build/public/templates/partials/chats/options.js: line 33, col 110, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/options.js: line 33, col 126, ['users'] is better written in dot notation. +build/public/templates/partials/chats/options.js: line 33, col 175, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/options.js: line 37, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/options.js: line 37, col 45, ['users'] is better written in dot notation. +build/public/templates/partials/chats/options.js: line 37, col 57, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/options.js: line 37, col 73, ['users'] is better written in dot notation. +build/public/templates/partials/chats/options.js: line 39, col 124, Line is too long. +build/public/templates/partials/chats/options.js: line 39, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/options.js: line 39, col 57, ['config'] is better written in dot notation. +build/public/templates/partials/chats/options.js: line 39, col 70, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/options.js: line 39, col 86, ['config'] is better written in dot notation. +build/public/templates/partials/chats/options.js: line 39, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/partials/chats/options.js: line 41, col 155, Line is too long. +build/public/templates/partials/chats/options.js: line 41, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/options.js: line 41, col 57, ['users'] is better written in dot notation. +build/public/templates/partials/chats/options.js: line 41, col 69, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/options.js: line 41, col 85, ['users'] is better written in dot notation. +build/public/templates/partials/chats/options.js: line 41, col 102, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/options.js: line 41, col 118, ['users'] is better written in dot notation. +build/public/templates/partials/chats/options.js: line 41, col 132, ['userslug'] is better written in dot notation. +build/public/templates/partials/chats/options.js: line 43, col 212, Line is too long. +build/public/templates/partials/chats/options.js: line 43, col 82, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/options.js: line 43, col 98, ['users'] is better written in dot notation. +build/public/templates/partials/chats/options.js: line 43, col 110, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/options.js: line 43, col 126, ['users'] is better written in dot notation. +build/public/templates/partials/chats/options.js: line 43, col 175, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/options.js: line 47, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/options.js: line 47, col 45, ['users'] is better written in dot notation. +build/public/templates/partials/chats/options.js: line 47, col 57, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/options.js: line 47, col 73, ['users'] is better written in dot notation. +build/public/templates/partials/chats/options.js: line 49, col 124, Line is too long. +build/public/templates/partials/chats/options.js: line 49, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/options.js: line 49, col 57, ['config'] is better written in dot notation. +build/public/templates/partials/chats/options.js: line 49, col 70, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/options.js: line 49, col 86, ['config'] is better written in dot notation. +build/public/templates/partials/chats/options.js: line 49, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/partials/chats/options.js: line 51, col 155, Line is too long. +build/public/templates/partials/chats/options.js: line 51, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/options.js: line 51, col 57, ['users'] is better written in dot notation. +build/public/templates/partials/chats/options.js: line 51, col 69, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/options.js: line 51, col 85, ['users'] is better written in dot notation. +build/public/templates/partials/chats/options.js: line 51, col 102, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/options.js: line 51, col 118, ['users'] is better written in dot notation. +build/public/templates/partials/chats/options.js: line 51, col 132, ['userslug'] is better written in dot notation. +build/public/templates/partials/chats/options.js: line 53, col 212, Line is too long. +build/public/templates/partials/chats/options.js: line 53, col 82, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/options.js: line 53, col 98, ['users'] is better written in dot notation. +build/public/templates/partials/chats/options.js: line 53, col 110, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/options.js: line 53, col 126, ['users'] is better written in dot notation. +build/public/templates/partials/chats/options.js: line 53, col 175, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/options.js: line 57, col 124, Line is too long. +build/public/templates/partials/chats/options.js: line 57, col 82, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/options.js: line 57, col 98, ['userCount'] is better written in dot notation. +build/public/templates/partials/chats/options.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/chats/options.js: line 67, col 127, Line is too long. +build/public/templates/partials/chats/options.js: line 67, col 36, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/options.js: line 67, col 52, ['notificationOptions'] is better written in dot notation. +build/public/templates/partials/chats/options.js: line 69, col 121, Line is too long. +build/public/templates/partials/chats/options.js: line 70, col 192, Line is too long. +build/public/templates/partials/chats/options.js: line 70, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/options.js: line 70, col 53, ['notificationOptions'] is better written in dot notation. +build/public/templates/partials/chats/options.js: line 70, col 79, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/options.js: line 70, col 95, ['notificationOptions'] is better written in dot notation. +build/public/templates/partials/chats/options.js: line 70, col 127, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/options.js: line 70, col 143, ['notificationOptions'] is better written in dot notation. +build/public/templates/partials/chats/options.js: line 70, col 172, ['value'] is better written in dot notation. +build/public/templates/partials/chats/options.js: line 72, col 191, Line is too long. +build/public/templates/partials/chats/options.js: line 72, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/options.js: line 72, col 53, ['notificationOptions'] is better written in dot notation. +build/public/templates/partials/chats/options.js: line 72, col 79, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/options.js: line 72, col 95, ['notificationOptions'] is better written in dot notation. +build/public/templates/partials/chats/options.js: line 72, col 127, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/options.js: line 72, col 143, ['notificationOptions'] is better written in dot notation. +build/public/templates/partials/chats/options.js: line 72, col 172, ['icon'] is better written in dot notation. +build/public/templates/partials/chats/options.js: line 73, col 156, Line is too long. +build/public/templates/partials/chats/options.js: line 74, col 192, Line is too long. +build/public/templates/partials/chats/options.js: line 74, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/options.js: line 74, col 53, ['notificationOptions'] is better written in dot notation. +build/public/templates/partials/chats/options.js: line 74, col 79, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/options.js: line 74, col 95, ['notificationOptions'] is better written in dot notation. +build/public/templates/partials/chats/options.js: line 74, col 127, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/options.js: line 74, col 143, ['notificationOptions'] is better written in dot notation. +build/public/templates/partials/chats/options.js: line 74, col 172, ['label'] is better written in dot notation. +build/public/templates/partials/chats/options.js: line 76, col 185, Line is too long. +build/public/templates/partials/chats/options.js: line 76, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/options.js: line 76, col 45, ['notificationOptions'] is better written in dot notation. +build/public/templates/partials/chats/options.js: line 76, col 71, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/options.js: line 76, col 87, ['notificationOptions'] is better written in dot notation. +build/public/templates/partials/chats/options.js: line 76, col 119, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/options.js: line 76, col 135, ['notificationOptions'] is better written in dot notation. +build/public/templates/partials/chats/options.js: line 76, col 164, ['selected'] is better written in dot notation. +build/public/templates/partials/chats/options.js: line 81, col 103, Line is too long. +build/public/templates/partials/chats/options.js: line 82, col 199, Line is too long. +build/public/templates/partials/chats/options.js: line 82, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/options.js: line 82, col 57, ['notificationOptions'] is better written in dot notation. +build/public/templates/partials/chats/options.js: line 82, col 83, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/options.js: line 82, col 99, ['notificationOptions'] is better written in dot notation. +build/public/templates/partials/chats/options.js: line 82, col 131, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/options.js: line 82, col 147, ['notificationOptions'] is better written in dot notation. +build/public/templates/partials/chats/options.js: line 82, col 176, ['subLabel'] is better written in dot notation. +build/public/templates/partials/chats/options.js: line 68, col 13, 'key' is defined but never used. +build/public/templates/partials/chats/options.js: line 67, col 120, 'value' is defined but never used. +build/public/templates/partials/chats/options.js: line 67, col 112, 'length' is defined but never used. +build/public/templates/partials/chats/options.js: line 66, col 11, 'value' is defined but never used. +build/public/templates/partials/chats/options.js: line 64, col 88, 'helper' is defined but never used. +build/public/templates/partials/chats/options.js: line 97, col 3, Missing semicolon. +build/public/templates/partials/chats/options.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/chats/options.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/chats/parent.js: line 12, col 126, Line is too long. +build/public/templates/partials/chats/parent.js: line 13, col 161, Line is too long. +build/public/templates/partials/chats/parent.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/parent.js: line 13, col 49, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/parent.js: line 13, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/parent.js: line 13, col 80, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/parent.js: line 13, col 92, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/parent.js: line 13, col 105, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/parent.js: line 13, col 121, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/parent.js: line 13, col 133, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/parent.js: line 13, col 143, ['mid'] is better written in dot notation. +build/public/templates/partials/chats/parent.js: line 15, col 165, Line is too long. +build/public/templates/partials/chats/parent.js: line 15, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/parent.js: line 15, col 49, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/parent.js: line 15, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/parent.js: line 15, col 80, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/parent.js: line 15, col 92, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/parent.js: line 15, col 105, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/parent.js: line 15, col 121, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/parent.js: line 15, col 133, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/parent.js: line 15, col 143, ['fromuid'] is better written in dot notation. +build/public/templates/partials/chats/parent.js: line 16, col 220, Line is too long. +build/public/templates/partials/chats/parent.js: line 17, col 116, Line is too long. +build/public/templates/partials/chats/parent.js: line 17, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/parent.js: line 17, col 49, ['config'] is better written in dot notation. +build/public/templates/partials/chats/parent.js: line 17, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/parent.js: line 17, col 78, ['config'] is better written in dot notation. +build/public/templates/partials/chats/parent.js: line 17, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/partials/chats/parent.js: line 19, col 223, Line is too long. +build/public/templates/partials/chats/parent.js: line 19, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/parent.js: line 19, col 49, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/parent.js: line 19, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/parent.js: line 19, col 80, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/parent.js: line 19, col 92, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/parent.js: line 19, col 105, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/parent.js: line 19, col 121, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/parent.js: line 19, col 133, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/parent.js: line 19, col 143, ['user'] is better written in dot notation. +build/public/templates/partials/chats/parent.js: line 19, col 154, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/parent.js: line 19, col 170, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/parent.js: line 19, col 182, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/parent.js: line 19, col 192, ['user'] is better written in dot notation. +build/public/templates/partials/chats/parent.js: line 19, col 200, ['userslug'] is better written in dot notation. +build/public/templates/partials/chats/parent.js: line 21, col 295, Line is too long. +build/public/templates/partials/chats/parent.js: line 21, col 74, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/parent.js: line 21, col 90, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/parent.js: line 21, col 105, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/parent.js: line 21, col 121, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/parent.js: line 21, col 133, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/parent.js: line 21, col 146, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/parent.js: line 21, col 162, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/parent.js: line 21, col 174, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/parent.js: line 21, col 184, ['user'] is better written in dot notation. +build/public/templates/partials/chats/parent.js: line 21, col 227, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/parent.js: line 22, col 101, Line is too long. +build/public/templates/partials/chats/parent.js: line 23, col 116, Line is too long. +build/public/templates/partials/chats/parent.js: line 23, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/parent.js: line 23, col 49, ['config'] is better written in dot notation. +build/public/templates/partials/chats/parent.js: line 23, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/parent.js: line 23, col 78, ['config'] is better written in dot notation. +build/public/templates/partials/chats/parent.js: line 23, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/partials/chats/parent.js: line 25, col 223, Line is too long. +build/public/templates/partials/chats/parent.js: line 25, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/parent.js: line 25, col 49, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/parent.js: line 25, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/parent.js: line 25, col 80, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/parent.js: line 25, col 92, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/parent.js: line 25, col 105, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/parent.js: line 25, col 121, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/parent.js: line 25, col 133, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/parent.js: line 25, col 143, ['user'] is better written in dot notation. +build/public/templates/partials/chats/parent.js: line 25, col 154, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/parent.js: line 25, col 170, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/parent.js: line 25, col 182, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/parent.js: line 25, col 192, ['user'] is better written in dot notation. +build/public/templates/partials/chats/parent.js: line 25, col 200, ['userslug'] is better written in dot notation. +build/public/templates/partials/chats/parent.js: line 27, col 226, Line is too long. +build/public/templates/partials/chats/parent.js: line 27, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/parent.js: line 27, col 49, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/parent.js: line 27, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/parent.js: line 27, col 80, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/parent.js: line 27, col 92, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/parent.js: line 27, col 105, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/parent.js: line 27, col 121, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/parent.js: line 27, col 133, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/parent.js: line 27, col 143, ['user'] is better written in dot notation. +build/public/templates/partials/chats/parent.js: line 27, col 154, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/parent.js: line 27, col 170, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/parent.js: line 27, col 182, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/parent.js: line 27, col 192, ['user'] is better written in dot notation. +build/public/templates/partials/chats/parent.js: line 27, col 200, ['displayname'] is better written in dot notation. +build/public/templates/partials/chats/parent.js: line 28, col 102, Line is too long. +build/public/templates/partials/chats/parent.js: line 29, col 170, Line is too long. +build/public/templates/partials/chats/parent.js: line 29, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/parent.js: line 29, col 49, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/parent.js: line 29, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/parent.js: line 29, col 80, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/parent.js: line 29, col 92, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/parent.js: line 29, col 105, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/parent.js: line 29, col 121, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/parent.js: line 29, col 133, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/parent.js: line 29, col 143, ['timestampISO'] is better written in dot notation. +build/public/templates/partials/chats/parent.js: line 30, col 129, Line is too long. +build/public/templates/partials/chats/parent.js: line 31, col 165, Line is too long. +build/public/templates/partials/chats/parent.js: line 31, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/parent.js: line 31, col 49, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/parent.js: line 31, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/parent.js: line 31, col 80, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/parent.js: line 31, col 92, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/parent.js: line 31, col 105, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/parent.js: line 31, col 121, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/parent.js: line 31, col 133, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/parent.js: line 31, col 143, ['content'] is better written in dot notation. +build/public/templates/partials/chats/parent.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/chats/parent.js: line 40, col 3, Missing semicolon. +build/public/templates/partials/chats/parent.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/chats/parent.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/chats/pinned-messages-list.js: line 12, col 27, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/partials/chats/pinned-messages-list.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/chats/pinned-messages-list.js: line 19, col 116, Line is too long. +build/public/templates/partials/chats/pinned-messages-list.js: line 19, col 36, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 19, col 52, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 22, col 151, Line is too long. +build/public/templates/partials/chats/pinned-messages-list.js: line 22, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 22, col 45, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 22, col 60, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 22, col 76, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 22, col 97, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 22, col 113, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 22, col 131, ['deleted'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 26, col 150, Line is too long. +build/public/templates/partials/chats/pinned-messages-list.js: line 26, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 26, col 45, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 26, col 60, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 26, col 76, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 26, col 97, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 26, col 113, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 26, col 131, ['pinned'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 30, col 163, Line is too long. +build/public/templates/partials/chats/pinned-messages-list.js: line 30, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 30, col 53, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 30, col 68, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 30, col 84, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 30, col 105, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 30, col 121, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 30, col 139, ['messageId'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 32, col 161, Line is too long. +build/public/templates/partials/chats/pinned-messages-list.js: line 32, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 32, col 53, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 32, col 68, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 32, col 84, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 32, col 105, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 32, col 121, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 32, col 139, ['fromuid'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 34, col 158, Line is too long. +build/public/templates/partials/chats/pinned-messages-list.js: line 34, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 34, col 53, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 34, col 68, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 34, col 84, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 34, col 105, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 34, col 121, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 34, col 139, ['self'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 36, col 163, Line is too long. +build/public/templates/partials/chats/pinned-messages-list.js: line 36, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 36, col 53, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 36, col 68, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 36, col 84, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 36, col 105, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 36, col 121, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 36, col 139, ['timestamp'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 38, col 223, Line is too long. +build/public/templates/partials/chats/pinned-messages-list.js: line 38, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 38, col 53, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 38, col 68, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 38, col 84, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 38, col 105, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 38, col 121, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 38, col 139, ['fromUser'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 38, col 154, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 38, col 170, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 38, col 188, ['fromUser'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 38, col 200, ['username'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 40, col 159, Line is too long. +build/public/templates/partials/chats/pinned-messages-list.js: line 40, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 40, col 53, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 40, col 68, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 40, col 84, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 40, col 105, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 40, col 121, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 40, col 139, ['index'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 42, col 150, Line is too long. +build/public/templates/partials/chats/pinned-messages-list.js: line 42, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 42, col 45, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 42, col 60, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 42, col 76, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 42, col 97, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 42, col 113, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 42, col 131, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 43, col 129, Line is too long. +build/public/templates/partials/chats/pinned-messages-list.js: line 44, col 218, Line is too long. +build/public/templates/partials/chats/pinned-messages-list.js: line 44, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 44, col 57, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 44, col 72, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 44, col 88, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 44, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 44, col 125, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 44, col 143, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 44, col 156, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 44, col 172, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 44, col 190, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 44, col 200, ['mid'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 46, col 222, Line is too long. +build/public/templates/partials/chats/pinned-messages-list.js: line 46, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 46, col 57, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 46, col 72, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 46, col 88, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 46, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 46, col 125, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 46, col 143, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 46, col 156, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 46, col 172, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 46, col 190, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 46, col 200, ['fromuid'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 47, col 228, Line is too long. +build/public/templates/partials/chats/pinned-messages-list.js: line 48, col 124, Line is too long. +build/public/templates/partials/chats/pinned-messages-list.js: line 48, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 48, col 57, ['config'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 48, col 70, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 48, col 86, ['config'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 48, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 50, col 286, Line is too long. +build/public/templates/partials/chats/pinned-messages-list.js: line 50, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 50, col 57, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 50, col 72, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 50, col 88, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 50, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 50, col 125, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 50, col 143, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 50, col 156, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 50, col 172, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 50, col 190, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 50, col 200, ['user'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 50, col 211, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 50, col 227, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 50, col 245, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 50, col 255, ['user'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 50, col 263, ['userslug'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 52, col 352, Line is too long. +build/public/templates/partials/chats/pinned-messages-list.js: line 52, col 82, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 52, col 98, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 52, col 113, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 52, col 129, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 52, col 150, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 52, col 166, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 52, col 184, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 52, col 197, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 52, col 213, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 52, col 231, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 52, col 241, ['user'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 52, col 284, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 53, col 109, Line is too long. +build/public/templates/partials/chats/pinned-messages-list.js: line 54, col 124, Line is too long. +build/public/templates/partials/chats/pinned-messages-list.js: line 54, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 54, col 57, ['config'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 54, col 70, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 54, col 86, ['config'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 54, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 56, col 286, Line is too long. +build/public/templates/partials/chats/pinned-messages-list.js: line 56, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 56, col 57, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 56, col 72, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 56, col 88, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 56, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 56, col 125, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 56, col 143, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 56, col 156, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 56, col 172, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 56, col 190, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 56, col 200, ['user'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 56, col 211, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 56, col 227, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 56, col 245, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 56, col 255, ['user'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 56, col 263, ['userslug'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 58, col 289, Line is too long. +build/public/templates/partials/chats/pinned-messages-list.js: line 58, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 58, col 57, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 58, col 72, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 58, col 88, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 58, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 58, col 125, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 58, col 143, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 58, col 156, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 58, col 172, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 58, col 190, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 58, col 200, ['user'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 58, col 211, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 58, col 227, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 58, col 245, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 58, col 255, ['user'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 58, col 263, ['displayname'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 59, col 110, Line is too long. +build/public/templates/partials/chats/pinned-messages-list.js: line 60, col 227, Line is too long. +build/public/templates/partials/chats/pinned-messages-list.js: line 60, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 60, col 57, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 60, col 72, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 60, col 88, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 60, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 60, col 125, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 60, col 143, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 60, col 156, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 60, col 172, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 60, col 190, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 60, col 200, ['timestampISO'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 61, col 137, Line is too long. +build/public/templates/partials/chats/pinned-messages-list.js: line 62, col 222, Line is too long. +build/public/templates/partials/chats/pinned-messages-list.js: line 62, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 62, col 57, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 62, col 72, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 62, col 88, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 62, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 62, col 125, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 62, col 143, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 62, col 156, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 62, col 172, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 62, col 190, ['parent'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 62, col 200, ['content'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 65, col 109, Line is too long. +build/public/templates/partials/chats/pinned-messages-list.js: line 66, col 120, Line is too long. +build/public/templates/partials/chats/pinned-messages-list.js: line 66, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 66, col 53, ['config'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 66, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 66, col 82, ['config'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 66, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 68, col 223, Line is too long. +build/public/templates/partials/chats/pinned-messages-list.js: line 68, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 68, col 53, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 68, col 68, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 68, col 84, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 68, col 105, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 68, col 121, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 68, col 139, ['fromUser'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 68, col 154, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 68, col 170, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 68, col 188, ['fromUser'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 68, col 200, ['userslug'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 70, col 282, Line is too long. +build/public/templates/partials/chats/pinned-messages-list.js: line 70, col 78, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 70, col 94, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 70, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 70, col 125, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 70, col 146, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 70, col 162, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 70, col 180, ['fromUser'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 70, col 227, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 72, col 120, Line is too long. +build/public/templates/partials/chats/pinned-messages-list.js: line 72, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 72, col 53, ['config'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 72, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 72, col 82, ['config'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 72, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 74, col 223, Line is too long. +build/public/templates/partials/chats/pinned-messages-list.js: line 74, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 74, col 53, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 74, col 68, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 74, col 84, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 74, col 105, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 74, col 121, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 74, col 139, ['fromUser'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 74, col 154, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 74, col 170, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 74, col 188, ['fromUser'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 74, col 200, ['userslug'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 76, col 226, Line is too long. +build/public/templates/partials/chats/pinned-messages-list.js: line 76, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 76, col 53, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 76, col 68, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 76, col 84, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 76, col 105, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 76, col 121, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 76, col 139, ['fromUser'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 76, col 154, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 76, col 170, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 76, col 188, ['fromUser'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 76, col 200, ['displayname'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 78, col 166, Line is too long. +build/public/templates/partials/chats/pinned-messages-list.js: line 78, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 78, col 53, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 78, col 68, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 78, col 84, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 78, col 105, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 78, col 121, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 78, col 139, ['timestampISO'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 80, col 150, Line is too long. +build/public/templates/partials/chats/pinned-messages-list.js: line 80, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 80, col 45, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 80, col 60, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 80, col 76, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 80, col 97, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 80, col 113, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 80, col 131, ['edited'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 84, col 310, Line is too long. +build/public/templates/partials/chats/pinned-messages-list.js: line 84, col 88, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 84, col 104, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 84, col 119, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 84, col 135, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 84, col 156, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 84, col 172, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 84, col 190, ['editedISO'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 84, col 230, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 84, col 246, ['config'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 84, col 259, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 84, col 275, ['config'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 84, col 285, ['userLang'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 85, col 206, Line is too long. +build/public/templates/partials/chats/pinned-messages-list.js: line 86, col 161, Line is too long. +build/public/templates/partials/chats/pinned-messages-list.js: line 86, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 86, col 53, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 86, col 68, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 86, col 84, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 86, col 105, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 86, col 121, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 86, col 139, ['content'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 87, col 204, Line is too long. +build/public/templates/partials/chats/pinned-messages-list.js: line 88, col 333, Line is too long. +build/public/templates/partials/chats/pinned-messages-list.js: line 88, col 30, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 88, col 46, ['isAdminOrGlobalMod'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 88, col 99, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 88, col 115, ['config'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 88, col 128, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 88, col 144, ['config'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 88, col 154, ['disableChatMessageEditing'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 88, col 212, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 88, col 228, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 88, col 243, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 88, col 259, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 88, col 280, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 88, col 296, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 88, col 314, ['self'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 89, col 143, Line is too long. +build/public/templates/partials/chats/pinned-messages-list.js: line 92, col 134, Line is too long. +build/public/templates/partials/chats/pinned-messages-list.js: line 92, col 30, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 92, col 46, ['isAdminOrGlobalMod'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 92, col 97, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/pinned-messages-list.js: line 92, col 113, ['isOwner'] is better written in dot notation. +build/public/templates/partials/chats/pinned-messages-list.js: line 93, col 317, Line is too long. +build/public/templates/partials/chats/pinned-messages-list.js: line 20, col 13, 'key' is defined but never used. +build/public/templates/partials/chats/pinned-messages-list.js: line 19, col 109, 'value' is defined but never used. +build/public/templates/partials/chats/pinned-messages-list.js: line 19, col 101, 'length' is defined but never used. +build/public/templates/partials/chats/pinned-messages-list.js: line 19, col 94, 'index' is defined but never used. +build/public/templates/partials/chats/pinned-messages-list.js: line 18, col 11, 'value' is defined but never used. +build/public/templates/partials/chats/pinned-messages-list.js: line 103, col 3, Missing semicolon. +build/public/templates/partials/chats/pinned-messages-list.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/chats/pinned-messages-list.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/chats/pinned-messages.js: line 12, col 665, Line is too long. +build/public/templates/partials/chats/pinned-messages.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/partials/chats/pinned-messages.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/chats/pinned-messages.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/partials/chats/pinned-messages.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/partials/chats/pinned-messages.js: line 9, col 39, 'guard' is defined but never used. +build/public/templates/partials/chats/pinned-messages.js: line 20, col 3, Missing semicolon. +build/public/templates/partials/chats/pinned-messages.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/chats/pinned-messages.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/chats/reactions.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/partials/chats/reactions.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/chats/reactions.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/partials/chats/reactions.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/partials/chats/reactions.js: line 9, col 39, 'guard' is defined but never used. +build/public/templates/partials/chats/reactions.js: line 20, col 3, Missing semicolon. +build/public/templates/partials/chats/reactions.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/chats/reactions.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/chats/recent_room.js: line 12, col 31, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/recent_room.js: line 12, col 47, ['loadingMore'] is better written in dot notation. +build/public/templates/partials/chats/recent_room.js: line 16, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/recent_room.js: line 16, col 49, ['roomId'] is better written in dot notation. +build/public/templates/partials/chats/recent_room.js: line 18, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/recent_room.js: line 18, col 41, ['unread'] is better written in dot notation. +build/public/templates/partials/chats/recent_room.js: line 21, col 262, Line is too long. +build/public/templates/partials/chats/recent_room.js: line 22, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/recent_room.js: line 22, col 41, ['users'] is better written in dot notation. +build/public/templates/partials/chats/recent_room.js: line 22, col 53, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/recent_room.js: line 22, col 69, ['users'] is better written in dot notation. +build/public/templates/partials/chats/recent_room.js: line 22, col 78, ['length'] is better written in dot notation. +build/public/templates/partials/chats/recent_room.js: line 24, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/recent_room.js: line 24, col 45, ['groupChat'] is better written in dot notation. +build/public/templates/partials/chats/recent_room.js: line 25, col 132, Line is too long. +build/public/templates/partials/chats/recent_room.js: line 26, col 124, Line is too long. +build/public/templates/partials/chats/recent_room.js: line 26, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/recent_room.js: line 26, col 57, ['config'] is better written in dot notation. +build/public/templates/partials/chats/recent_room.js: line 26, col 70, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/recent_room.js: line 26, col 86, ['config'] is better written in dot notation. +build/public/templates/partials/chats/recent_room.js: line 26, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/partials/chats/recent_room.js: line 28, col 155, Line is too long. +build/public/templates/partials/chats/recent_room.js: line 28, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/recent_room.js: line 28, col 57, ['users'] is better written in dot notation. +build/public/templates/partials/chats/recent_room.js: line 28, col 69, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/recent_room.js: line 28, col 85, ['users'] is better written in dot notation. +build/public/templates/partials/chats/recent_room.js: line 28, col 102, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/recent_room.js: line 28, col 118, ['users'] is better written in dot notation. +build/public/templates/partials/chats/recent_room.js: line 28, col 132, ['userslug'] is better written in dot notation. +build/public/templates/partials/chats/recent_room.js: line 30, col 212, Line is too long. +build/public/templates/partials/chats/recent_room.js: line 30, col 82, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/recent_room.js: line 30, col 98, ['users'] is better written in dot notation. +build/public/templates/partials/chats/recent_room.js: line 30, col 110, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/recent_room.js: line 30, col 126, ['users'] is better written in dot notation. +build/public/templates/partials/chats/recent_room.js: line 30, col 175, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/recent_room.js: line 32, col 124, Line is too long. +build/public/templates/partials/chats/recent_room.js: line 32, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/recent_room.js: line 32, col 57, ['config'] is better written in dot notation. +build/public/templates/partials/chats/recent_room.js: line 32, col 70, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/recent_room.js: line 32, col 86, ['config'] is better written in dot notation. +build/public/templates/partials/chats/recent_room.js: line 32, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/partials/chats/recent_room.js: line 34, col 155, Line is too long. +build/public/templates/partials/chats/recent_room.js: line 34, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/recent_room.js: line 34, col 57, ['users'] is better written in dot notation. +build/public/templates/partials/chats/recent_room.js: line 34, col 69, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/recent_room.js: line 34, col 85, ['users'] is better written in dot notation. +build/public/templates/partials/chats/recent_room.js: line 34, col 102, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/recent_room.js: line 34, col 118, ['users'] is better written in dot notation. +build/public/templates/partials/chats/recent_room.js: line 34, col 132, ['userslug'] is better written in dot notation. +build/public/templates/partials/chats/recent_room.js: line 36, col 212, Line is too long. +build/public/templates/partials/chats/recent_room.js: line 36, col 82, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/recent_room.js: line 36, col 98, ['users'] is better written in dot notation. +build/public/templates/partials/chats/recent_room.js: line 36, col 110, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/recent_room.js: line 36, col 126, ['users'] is better written in dot notation. +build/public/templates/partials/chats/recent_room.js: line 36, col 175, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/recent_room.js: line 39, col 124, Line is too long. +build/public/templates/partials/chats/recent_room.js: line 39, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/recent_room.js: line 39, col 57, ['config'] is better written in dot notation. +build/public/templates/partials/chats/recent_room.js: line 39, col 70, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/recent_room.js: line 39, col 86, ['config'] is better written in dot notation. +build/public/templates/partials/chats/recent_room.js: line 39, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/partials/chats/recent_room.js: line 41, col 155, Line is too long. +build/public/templates/partials/chats/recent_room.js: line 41, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/recent_room.js: line 41, col 57, ['users'] is better written in dot notation. +build/public/templates/partials/chats/recent_room.js: line 41, col 69, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/recent_room.js: line 41, col 85, ['users'] is better written in dot notation. +build/public/templates/partials/chats/recent_room.js: line 41, col 102, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/recent_room.js: line 41, col 118, ['users'] is better written in dot notation. +build/public/templates/partials/chats/recent_room.js: line 41, col 132, ['userslug'] is better written in dot notation. +build/public/templates/partials/chats/recent_room.js: line 43, col 212, Line is too long. +build/public/templates/partials/chats/recent_room.js: line 43, col 82, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/recent_room.js: line 43, col 98, ['users'] is better written in dot notation. +build/public/templates/partials/chats/recent_room.js: line 43, col 110, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/recent_room.js: line 43, col 126, ['users'] is better written in dot notation. +build/public/templates/partials/chats/recent_room.js: line 43, col 175, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/recent_room.js: line 46, col 137, Line is too long. +build/public/templates/partials/chats/recent_room.js: line 47, col 163, Line is too long. +build/public/templates/partials/chats/recent_room.js: line 48, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/recent_room.js: line 48, col 41, ['roomName'] is better written in dot notation. +build/public/templates/partials/chats/recent_room.js: line 50, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/recent_room.js: line 50, col 53, ['roomName'] is better written in dot notation. +build/public/templates/partials/chats/recent_room.js: line 53, col 104, Line is too long. +build/public/templates/partials/chats/recent_room.js: line 53, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/recent_room.js: line 53, col 45, ['lastUser'] is better written in dot notation. +build/public/templates/partials/chats/recent_room.js: line 53, col 60, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/recent_room.js: line 53, col 76, ['lastUser'] is better written in dot notation. +build/public/templates/partials/chats/recent_room.js: line 53, col 88, ['uid'] is better written in dot notation. +build/public/templates/partials/chats/recent_room.js: line 55, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/recent_room.js: line 55, col 57, ['usernames'] is better written in dot notation. +build/public/templates/partials/chats/recent_room.js: line 60, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/recent_room.js: line 60, col 41, ['teaser'] is better written in dot notation. +build/public/templates/partials/chats/recent_room.js: line 62, col 229, Line is too long. +build/public/templates/partials/chats/recent_room.js: line 62, col 78, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/recent_room.js: line 62, col 94, ['teaser'] is better written in dot notation. +build/public/templates/partials/chats/recent_room.js: line 62, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/recent_room.js: line 62, col 123, ['teaser'] is better written in dot notation. +build/public/templates/partials/chats/recent_room.js: line 62, col 133, ['user'] is better written in dot notation. +build/public/templates/partials/chats/recent_room.js: line 62, col 176, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/recent_room.js: line 64, col 163, Line is too long. +build/public/templates/partials/chats/recent_room.js: line 64, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/recent_room.js: line 64, col 53, ['teaser'] is better written in dot notation. +build/public/templates/partials/chats/recent_room.js: line 64, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/recent_room.js: line 64, col 82, ['teaser'] is better written in dot notation. +build/public/templates/partials/chats/recent_room.js: line 64, col 92, ['user'] is better written in dot notation. +build/public/templates/partials/chats/recent_room.js: line 64, col 103, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/recent_room.js: line 64, col 119, ['teaser'] is better written in dot notation. +build/public/templates/partials/chats/recent_room.js: line 64, col 129, ['user'] is better written in dot notation. +build/public/templates/partials/chats/recent_room.js: line 64, col 137, ['displayname'] is better written in dot notation. +build/public/templates/partials/chats/recent_room.js: line 66, col 114, Line is too long. +build/public/templates/partials/chats/recent_room.js: line 66, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/recent_room.js: line 66, col 53, ['teaser'] is better written in dot notation. +build/public/templates/partials/chats/recent_room.js: line 66, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/recent_room.js: line 66, col 82, ['teaser'] is better written in dot notation. +build/public/templates/partials/chats/recent_room.js: line 66, col 92, ['content'] is better written in dot notation. +build/public/templates/partials/chats/recent_room.js: line 68, col 108, Line is too long. +build/public/templates/partials/chats/recent_room.js: line 68, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/recent_room.js: line 68, col 45, ['teaser'] is better written in dot notation. +build/public/templates/partials/chats/recent_room.js: line 68, col 58, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/recent_room.js: line 68, col 74, ['teaser'] is better written in dot notation. +build/public/templates/partials/chats/recent_room.js: line 68, col 84, ['timeagoLong'] is better written in dot notation. +build/public/templates/partials/chats/recent_room.js: line 69, col 119, Line is too long. +build/public/templates/partials/chats/recent_room.js: line 69, col 39, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/recent_room.js: line 69, col 55, ['teaser'] is better written in dot notation. +build/public/templates/partials/chats/recent_room.js: line 69, col 68, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/recent_room.js: line 69, col 84, ['teaser'] is better written in dot notation. +build/public/templates/partials/chats/recent_room.js: line 69, col 94, ['timeagoLong'] is better written in dot notation. +build/public/templates/partials/chats/recent_room.js: line 71, col 123, Line is too long. +build/public/templates/partials/chats/recent_room.js: line 71, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/recent_room.js: line 71, col 57, ['teaser'] is better written in dot notation. +build/public/templates/partials/chats/recent_room.js: line 71, col 70, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/recent_room.js: line 71, col 86, ['teaser'] is better written in dot notation. +build/public/templates/partials/chats/recent_room.js: line 71, col 96, ['timestampISO'] is better written in dot notation. +build/public/templates/partials/chats/recent_room.js: line 75, col 264, Line is too long. +build/public/templates/partials/chats/recent_room.js: line 76, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/recent_room.js: line 76, col 41, ['unread'] is better written in dot notation. +build/public/templates/partials/chats/recent_room.js: line 79, col 112, Line is too long. +build/public/templates/partials/chats/recent_room.js: line 80, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/recent_room.js: line 80, col 41, ['unread'] is better written in dot notation. +build/public/templates/partials/chats/recent_room.js: line 86, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/recent_room.js: line 86, col 45, ['showBottomHr'] is better written in dot notation. +build/public/templates/partials/chats/recent_room.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/chats/recent_room.js: line 98, col 3, Missing semicolon. +build/public/templates/partials/chats/recent_room.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/chats/recent_room.js: line 6, col 5, 'define' is not defined. +build/public/templates/partials/chats/recent_room.js: line 12, col 74, 'index' is not defined. +build/public/templates/partials/chats/recent_room.js: line 84, col 8, 'index' is not defined. + +build/public/templates/partials/chats/room-teaser.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/room-teaser.js: line 13, col 41, ['teaser'] is better written in dot notation. +build/public/templates/partials/chats/room-teaser.js: line 15, col 229, Line is too long. +build/public/templates/partials/chats/room-teaser.js: line 15, col 78, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/room-teaser.js: line 15, col 94, ['teaser'] is better written in dot notation. +build/public/templates/partials/chats/room-teaser.js: line 15, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/room-teaser.js: line 15, col 123, ['teaser'] is better written in dot notation. +build/public/templates/partials/chats/room-teaser.js: line 15, col 133, ['user'] is better written in dot notation. +build/public/templates/partials/chats/room-teaser.js: line 15, col 176, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/room-teaser.js: line 17, col 163, Line is too long. +build/public/templates/partials/chats/room-teaser.js: line 17, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/room-teaser.js: line 17, col 53, ['teaser'] is better written in dot notation. +build/public/templates/partials/chats/room-teaser.js: line 17, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/room-teaser.js: line 17, col 82, ['teaser'] is better written in dot notation. +build/public/templates/partials/chats/room-teaser.js: line 17, col 92, ['user'] is better written in dot notation. +build/public/templates/partials/chats/room-teaser.js: line 17, col 103, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/room-teaser.js: line 17, col 119, ['teaser'] is better written in dot notation. +build/public/templates/partials/chats/room-teaser.js: line 17, col 129, ['user'] is better written in dot notation. +build/public/templates/partials/chats/room-teaser.js: line 17, col 137, ['displayname'] is better written in dot notation. +build/public/templates/partials/chats/room-teaser.js: line 19, col 114, Line is too long. +build/public/templates/partials/chats/room-teaser.js: line 19, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/room-teaser.js: line 19, col 53, ['teaser'] is better written in dot notation. +build/public/templates/partials/chats/room-teaser.js: line 19, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/room-teaser.js: line 19, col 82, ['teaser'] is better written in dot notation. +build/public/templates/partials/chats/room-teaser.js: line 19, col 92, ['content'] is better written in dot notation. +build/public/templates/partials/chats/room-teaser.js: line 21, col 108, Line is too long. +build/public/templates/partials/chats/room-teaser.js: line 21, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/room-teaser.js: line 21, col 45, ['teaser'] is better written in dot notation. +build/public/templates/partials/chats/room-teaser.js: line 21, col 58, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/room-teaser.js: line 21, col 74, ['teaser'] is better written in dot notation. +build/public/templates/partials/chats/room-teaser.js: line 21, col 84, ['timeagoLong'] is better written in dot notation. +build/public/templates/partials/chats/room-teaser.js: line 22, col 119, Line is too long. +build/public/templates/partials/chats/room-teaser.js: line 22, col 39, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/room-teaser.js: line 22, col 55, ['teaser'] is better written in dot notation. +build/public/templates/partials/chats/room-teaser.js: line 22, col 68, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/room-teaser.js: line 22, col 84, ['teaser'] is better written in dot notation. +build/public/templates/partials/chats/room-teaser.js: line 22, col 94, ['timeagoLong'] is better written in dot notation. +build/public/templates/partials/chats/room-teaser.js: line 24, col 123, Line is too long. +build/public/templates/partials/chats/room-teaser.js: line 24, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/room-teaser.js: line 24, col 57, ['teaser'] is better written in dot notation. +build/public/templates/partials/chats/room-teaser.js: line 24, col 70, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/room-teaser.js: line 24, col 86, ['teaser'] is better written in dot notation. +build/public/templates/partials/chats/room-teaser.js: line 24, col 96, ['timestampISO'] is better written in dot notation. +build/public/templates/partials/chats/room-teaser.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/chats/room-teaser.js: line 36, col 3, Missing semicolon. +build/public/templates/partials/chats/room-teaser.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/chats/room-teaser.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/chats/scroll-up-alert.js: line 12, col 374, Line is too long. +build/public/templates/partials/chats/scroll-up-alert.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/partials/chats/scroll-up-alert.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/chats/scroll-up-alert.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/partials/chats/scroll-up-alert.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/partials/chats/scroll-up-alert.js: line 9, col 39, 'guard' is defined but never used. +build/public/templates/partials/chats/scroll-up-alert.js: line 20, col 3, Missing semicolon. +build/public/templates/partials/chats/scroll-up-alert.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/chats/scroll-up-alert.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/chats/system-message.js: line 12, col 167, Line is too long. +build/public/templates/partials/chats/system-message.js: line 13, col 116, Line is too long. +build/public/templates/partials/chats/system-message.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/system-message.js: line 13, col 49, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/system-message.js: line 13, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/system-message.js: line 13, col 80, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/system-message.js: line 13, col 92, ['messageId'] is better written in dot notation. +build/public/templates/partials/chats/system-message.js: line 15, col 114, Line is too long. +build/public/templates/partials/chats/system-message.js: line 15, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/system-message.js: line 15, col 49, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/system-message.js: line 15, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/system-message.js: line 15, col 80, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/system-message.js: line 15, col 92, ['fromuid'] is better written in dot notation. +build/public/templates/partials/chats/system-message.js: line 17, col 112, Line is too long. +build/public/templates/partials/chats/system-message.js: line 17, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/system-message.js: line 17, col 49, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/system-message.js: line 17, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/system-message.js: line 17, col 80, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/system-message.js: line 17, col 92, ['index'] is better written in dot notation. +build/public/templates/partials/chats/system-message.js: line 19, col 111, Line is too long. +build/public/templates/partials/chats/system-message.js: line 19, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/system-message.js: line 19, col 49, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/system-message.js: line 19, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/system-message.js: line 19, col 80, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/system-message.js: line 19, col 92, ['self'] is better written in dot notation. +build/public/templates/partials/chats/system-message.js: line 21, col 116, Line is too long. +build/public/templates/partials/chats/system-message.js: line 21, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/system-message.js: line 21, col 49, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/system-message.js: line 21, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/system-message.js: line 21, col 80, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/system-message.js: line 21, col 92, ['timestamp'] is better written in dot notation. +build/public/templates/partials/chats/system-message.js: line 22, col 104, Line is too long. +build/public/templates/partials/chats/system-message.js: line 23, col 114, Line is too long. +build/public/templates/partials/chats/system-message.js: line 23, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/system-message.js: line 23, col 49, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/system-message.js: line 23, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/system-message.js: line 23, col 80, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/system-message.js: line 23, col 92, ['content'] is better written in dot notation. +build/public/templates/partials/chats/system-message.js: line 25, col 173, Line is too long. +build/public/templates/partials/chats/system-message.js: line 25, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/system-message.js: line 25, col 49, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/system-message.js: line 25, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/system-message.js: line 25, col 80, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/system-message.js: line 25, col 92, ['fromUser'] is better written in dot notation. +build/public/templates/partials/chats/system-message.js: line 25, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/system-message.js: line 25, col 123, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/system-message.js: line 25, col 135, ['fromUser'] is better written in dot notation. +build/public/templates/partials/chats/system-message.js: line 25, col 147, ['displayname'] is better written in dot notation. +build/public/templates/partials/chats/system-message.js: line 27, col 119, Line is too long. +build/public/templates/partials/chats/system-message.js: line 27, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/system-message.js: line 27, col 49, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/system-message.js: line 27, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/system-message.js: line 27, col 80, ['messages'] is better written in dot notation. +build/public/templates/partials/chats/system-message.js: line 27, col 92, ['timestampISO'] is better written in dot notation. +build/public/templates/partials/chats/system-message.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/chats/system-message.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/partials/chats/system-message.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/partials/chats/system-message.js: line 36, col 3, Missing semicolon. +build/public/templates/partials/chats/system-message.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/chats/system-message.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/chats/user-list.js: line 12, col 182, Line is too long. +build/public/templates/partials/chats/user-list.js: line 13, col 22, ['users'] is better written in dot notation. +build/public/templates/partials/chats/user-list.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/partials/chats/user-list.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/chats/user-list.js: line 21, col 113, Line is too long. +build/public/templates/partials/chats/user-list.js: line 21, col 36, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/user-list.js: line 21, col 52, ['users'] is better written in dot notation. +build/public/templates/partials/chats/user-list.js: line 24, col 150, Line is too long. +build/public/templates/partials/chats/user-list.js: line 24, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/user-list.js: line 24, col 53, ['users'] is better written in dot notation. +build/public/templates/partials/chats/user-list.js: line 24, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/user-list.js: line 24, col 81, ['users'] is better written in dot notation. +build/public/templates/partials/chats/user-list.js: line 24, col 99, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/user-list.js: line 24, col 115, ['users'] is better written in dot notation. +build/public/templates/partials/chats/user-list.js: line 24, col 130, ['index'] is better written in dot notation. +build/public/templates/partials/chats/user-list.js: line 26, col 148, Line is too long. +build/public/templates/partials/chats/user-list.js: line 26, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/user-list.js: line 26, col 53, ['users'] is better written in dot notation. +build/public/templates/partials/chats/user-list.js: line 26, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/user-list.js: line 26, col 81, ['users'] is better written in dot notation. +build/public/templates/partials/chats/user-list.js: line 26, col 99, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/user-list.js: line 26, col 115, ['users'] is better written in dot notation. +build/public/templates/partials/chats/user-list.js: line 26, col 130, ['uid'] is better written in dot notation. +build/public/templates/partials/chats/user-list.js: line 27, col 121, Line is too long. +build/public/templates/partials/chats/user-list.js: line 28, col 141, Line is too long. +build/public/templates/partials/chats/user-list.js: line 28, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/user-list.js: line 28, col 45, ['users'] is better written in dot notation. +build/public/templates/partials/chats/user-list.js: line 28, col 57, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/user-list.js: line 28, col 73, ['users'] is better written in dot notation. +build/public/templates/partials/chats/user-list.js: line 28, col 91, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/user-list.js: line 28, col 107, ['users'] is better written in dot notation. +build/public/templates/partials/chats/user-list.js: line 28, col 122, ['online'] is better written in dot notation. +build/public/templates/partials/chats/user-list.js: line 32, col 120, Line is too long. +build/public/templates/partials/chats/user-list.js: line 32, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/user-list.js: line 32, col 53, ['config'] is better written in dot notation. +build/public/templates/partials/chats/user-list.js: line 32, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/user-list.js: line 32, col 82, ['config'] is better written in dot notation. +build/public/templates/partials/chats/user-list.js: line 32, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/partials/chats/user-list.js: line 34, col 148, Line is too long. +build/public/templates/partials/chats/user-list.js: line 34, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/user-list.js: line 34, col 53, ['users'] is better written in dot notation. +build/public/templates/partials/chats/user-list.js: line 34, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/user-list.js: line 34, col 81, ['users'] is better written in dot notation. +build/public/templates/partials/chats/user-list.js: line 34, col 99, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/user-list.js: line 34, col 115, ['users'] is better written in dot notation. +build/public/templates/partials/chats/user-list.js: line 34, col 130, ['uid'] is better written in dot notation. +build/public/templates/partials/chats/user-list.js: line 36, col 209, Line is too long. +build/public/templates/partials/chats/user-list.js: line 36, col 78, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/user-list.js: line 36, col 94, ['users'] is better written in dot notation. +build/public/templates/partials/chats/user-list.js: line 36, col 106, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/user-list.js: line 36, col 122, ['users'] is better written in dot notation. +build/public/templates/partials/chats/user-list.js: line 36, col 172, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/user-list.js: line 37, col 159, Line is too long. +build/public/templates/partials/chats/user-list.js: line 38, col 156, Line is too long. +build/public/templates/partials/chats/user-list.js: line 38, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/user-list.js: line 38, col 53, ['users'] is better written in dot notation. +build/public/templates/partials/chats/user-list.js: line 38, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/user-list.js: line 38, col 81, ['users'] is better written in dot notation. +build/public/templates/partials/chats/user-list.js: line 38, col 99, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/user-list.js: line 38, col 115, ['users'] is better written in dot notation. +build/public/templates/partials/chats/user-list.js: line 38, col 130, ['displayname'] is better written in dot notation. +build/public/templates/partials/chats/user-list.js: line 40, col 142, Line is too long. +build/public/templates/partials/chats/user-list.js: line 40, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/user-list.js: line 40, col 45, ['users'] is better written in dot notation. +build/public/templates/partials/chats/user-list.js: line 40, col 57, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/user-list.js: line 40, col 73, ['users'] is better written in dot notation. +build/public/templates/partials/chats/user-list.js: line 40, col 91, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/user-list.js: line 40, col 107, ['users'] is better written in dot notation. +build/public/templates/partials/chats/user-list.js: line 40, col 122, ['isOwner'] is better written in dot notation. +build/public/templates/partials/chats/user-list.js: line 41, col 130, Line is too long. +build/public/templates/partials/chats/user-list.js: line 22, col 13, 'key' is defined but never used. +build/public/templates/partials/chats/user-list.js: line 21, col 106, 'value' is defined but never used. +build/public/templates/partials/chats/user-list.js: line 21, col 98, 'length' is defined but never used. +build/public/templates/partials/chats/user-list.js: line 21, col 91, 'index' is defined but never used. +build/public/templates/partials/chats/user-list.js: line 20, col 11, 'value' is defined but never used. +build/public/templates/partials/chats/user-list.js: line 51, col 3, Missing semicolon. +build/public/templates/partials/chats/user-list.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/chats/user-list.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/chats/user.js: line 13, col 116, Line is too long. +build/public/templates/partials/chats/user.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/user.js: line 13, col 49, ['config'] is better written in dot notation. +build/public/templates/partials/chats/user.js: line 13, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/user.js: line 13, col 78, ['config'] is better written in dot notation. +build/public/templates/partials/chats/user.js: line 13, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/partials/chats/user.js: line 15, col 155, Line is too long. +build/public/templates/partials/chats/user.js: line 15, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/user.js: line 15, col 49, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/user.js: line 15, col 61, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/user.js: line 15, col 77, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/user.js: line 15, col 86, ['users'] is better written in dot notation. +build/public/templates/partials/chats/user.js: line 15, col 98, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/user.js: line 15, col 114, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/user.js: line 15, col 123, ['users'] is better written in dot notation. +build/public/templates/partials/chats/user.js: line 15, col 132, ['userslug'] is better written in dot notation. +build/public/templates/partials/chats/user.js: line 17, col 208, Line is too long. +build/public/templates/partials/chats/user.js: line 17, col 74, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/user.js: line 17, col 90, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/user.js: line 17, col 102, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/user.js: line 17, col 118, ['rooms'] is better written in dot notation. +build/public/templates/partials/chats/user.js: line 17, col 127, ['users'] is better written in dot notation. +build/public/templates/partials/chats/user.js: line 17, col 171, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats/user.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/chats/user.js: line 26, col 3, Missing semicolon. +build/public/templates/partials/chats/user.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/chats/user.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/chats-menu.js: line 12, col 106, Line is too long. +build/public/templates/partials/chats-menu.js: line 12, col 30, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats-menu.js: line 12, col 46, ['config'] is better written in dot notation. +build/public/templates/partials/chats-menu.js: line 12, col 59, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats-menu.js: line 12, col 75, ['config'] is better written in dot notation. +build/public/templates/partials/chats-menu.js: line 12, col 85, ['loggedIn'] is better written in dot notation. +build/public/templates/partials/chats-menu.js: line 13, col 266, Line is too long. +build/public/templates/partials/chats-menu.js: line 14, col 129, Line is too long. +build/public/templates/partials/chats-menu.js: line 14, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats-menu.js: line 14, col 53, ['unreadCount'] is better written in dot notation. +build/public/templates/partials/chats-menu.js: line 14, col 71, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats-menu.js: line 14, col 87, ['unreadCount'] is better written in dot notation. +build/public/templates/partials/chats-menu.js: line 14, col 102, ['notification'] is better written in dot notation. +build/public/templates/partials/chats-menu.js: line 16, col 108, Line is too long. +build/public/templates/partials/chats-menu.js: line 16, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats-menu.js: line 16, col 45, ['config'] is better written in dot notation. +build/public/templates/partials/chats-menu.js: line 16, col 58, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats-menu.js: line 16, col 74, ['config'] is better written in dot notation. +build/public/templates/partials/chats-menu.js: line 16, col 84, ['disableChat'] is better written in dot notation. +build/public/templates/partials/chats-menu.js: line 18, col 220, Line is too long. +build/public/templates/partials/chats-menu.js: line 19, col 125, Line is too long. +build/public/templates/partials/chats-menu.js: line 19, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats-menu.js: line 19, col 57, ['unreadCount'] is better written in dot notation. +build/public/templates/partials/chats-menu.js: line 19, col 75, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats-menu.js: line 19, col 91, ['unreadCount'] is better written in dot notation. +build/public/templates/partials/chats-menu.js: line 19, col 106, ['chat'] is better written in dot notation. +build/public/templates/partials/chats-menu.js: line 21, col 156, Line is too long. +build/public/templates/partials/chats-menu.js: line 22, col 187, Line is too long. +build/public/templates/partials/chats-menu.js: line 22, col 78, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats-menu.js: line 22, col 94, ['user'] is better written in dot notation. +build/public/templates/partials/chats-menu.js: line 22, col 137, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats-menu.js: line 23, col 627, Line is too long. +build/public/templates/partials/chats-menu.js: line 24, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats-menu.js: line 24, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/partials/chats-menu.js: line 26, col 108, Line is too long. +build/public/templates/partials/chats-menu.js: line 26, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats-menu.js: line 26, col 45, ['config'] is better written in dot notation. +build/public/templates/partials/chats-menu.js: line 26, col 58, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats-menu.js: line 26, col 74, ['config'] is better written in dot notation. +build/public/templates/partials/chats-menu.js: line 26, col 84, ['disableChat'] is better written in dot notation. +build/public/templates/partials/chats-menu.js: line 28, col 312, Line is too long. +build/public/templates/partials/chats-menu.js: line 29, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats-menu.js: line 29, col 57, ['relative_path'] is better written in dot notation. +build/public/templates/partials/chats-menu.js: line 31, col 115, Line is too long. +build/public/templates/partials/chats-menu.js: line 31, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats-menu.js: line 31, col 57, ['user'] is better written in dot notation. +build/public/templates/partials/chats-menu.js: line 31, col 68, Expected '!==' and instead saw '!='. +build/public/templates/partials/chats-menu.js: line 31, col 84, ['user'] is better written in dot notation. +build/public/templates/partials/chats-menu.js: line 31, col 92, ['userslug'] is better written in dot notation. +build/public/templates/partials/chats-menu.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/chats-menu.js: line 42, col 3, Missing semicolon. +build/public/templates/partials/chats-menu.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/chats-menu.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/composer-formatting.js: line 12, col 187, Line is too long. +build/public/templates/partials/composer-formatting.js: line 13, col 22, ['formatting'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 15, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-formatting.js: line 15, col 41, ['canUploadImage'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 16, col 263, Line is too long. +build/public/templates/partials/composer-formatting.js: line 19, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-formatting.js: line 19, col 41, ['canUploadFile'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 20, col 251, Line is too long. +build/public/templates/partials/composer-formatting.js: line 22, col 286, Line is too long. +build/public/templates/partials/composer-formatting.js: line 23, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-formatting.js: line 23, col 41, ['showAnonymousToggle'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 24, col 216, Line is too long. +build/public/templates/partials/composer-formatting.js: line 25, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-formatting.js: line 25, col 45, ['isAnonymous'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 28, col 124, Line is too long. +build/public/templates/partials/composer-formatting.js: line 30, col 330, Line is too long. +build/public/templates/partials/composer-formatting.js: line 31, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-formatting.js: line 32, col 228, Line is too long. +build/public/templates/partials/composer-formatting.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/partials/composer-formatting.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/composer-formatting.js: line 41, col 118, Line is too long. +build/public/templates/partials/composer-formatting.js: line 41, col 36, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-formatting.js: line 41, col 52, ['formatting'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 44, col 156, Line is too long. +build/public/templates/partials/composer-formatting.js: line 44, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-formatting.js: line 44, col 45, ['formatting'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 44, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-formatting.js: line 44, col 78, ['formatting'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 44, col 101, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-formatting.js: line 44, col 117, ['formatting'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 44, col 137, ['spacer'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 47, col 786, Line is too long. +build/public/templates/partials/composer-formatting.js: line 47, col 34, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-formatting.js: line 47, col 50, ['formatting'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 47, col 67, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-formatting.js: line 47, col 83, ['formatting'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 47, col 106, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-formatting.js: line 47, col 122, ['formatting'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 47, col 142, ['visibility'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 47, col 159, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-formatting.js: line 47, col 175, ['formatting'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 47, col 195, ['visibility'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 47, col 209, ['desktop'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 47, col 251, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-formatting.js: line 47, col 267, ['isTopicOrMain'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 47, col 313, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-formatting.js: line 47, col 329, ['formatting'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 47, col 346, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-formatting.js: line 47, col 362, ['formatting'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 47, col 385, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-formatting.js: line 47, col 401, ['formatting'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 47, col 421, ['visibility'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 47, col 438, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-formatting.js: line 47, col 454, ['formatting'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 47, col 474, ['visibility'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 47, col 488, ['main'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 47, col 528, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-formatting.js: line 47, col 544, ['isTopicOrMain'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 47, col 590, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-formatting.js: line 47, col 606, ['formatting'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 47, col 623, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-formatting.js: line 47, col 639, ['formatting'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 47, col 662, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-formatting.js: line 47, col 678, ['formatting'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 47, col 698, ['visibility'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 47, col 715, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-formatting.js: line 47, col 731, ['formatting'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 47, col 751, ['visibility'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 47, col 765, ['reply'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 49, col 237, Line is too long. +build/public/templates/partials/composer-formatting.js: line 49, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-formatting.js: line 49, col 53, ['formatting'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 49, col 70, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-formatting.js: line 49, col 86, ['formatting'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 49, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-formatting.js: line 49, col 125, ['formatting'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 49, col 145, ['dropdownItems'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 49, col 165, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-formatting.js: line 49, col 181, ['formatting'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 49, col 201, ['dropdownItems'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 49, col 218, ['length'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 51, col 177, Line is too long. +build/public/templates/partials/composer-formatting.js: line 51, col 49, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-formatting.js: line 51, col 65, ['formatting'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 51, col 82, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-formatting.js: line 51, col 98, ['formatting'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 51, col 121, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-formatting.js: line 51, col 137, ['formatting'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 51, col 157, ['title'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 52, col 169, Line is too long. +build/public/templates/partials/composer-formatting.js: line 53, col 177, Line is too long. +build/public/templates/partials/composer-formatting.js: line 53, col 49, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-formatting.js: line 53, col 65, ['formatting'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 53, col 82, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-formatting.js: line 53, col 98, ['formatting'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 53, col 121, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-formatting.js: line 53, col 137, ['formatting'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 53, col 157, ['title'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 55, col 181, Line is too long. +build/public/templates/partials/composer-formatting.js: line 55, col 49, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-formatting.js: line 55, col 65, ['formatting'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 55, col 82, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-formatting.js: line 55, col 98, ['formatting'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 55, col 121, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-formatting.js: line 55, col 137, ['formatting'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 55, col 157, ['className'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 57, col 222, Line is too long. +build/public/templates/partials/composer-formatting.js: line 57, col 45, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-formatting.js: line 57, col 61, ['formatting'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 57, col 78, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-formatting.js: line 57, col 94, ['formatting'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 57, col 117, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-formatting.js: line 57, col 133, ['formatting'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 57, col 153, ['dropdownItems'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 60, col 321, Line is too long. +build/public/templates/partials/composer-formatting.js: line 60, col 53, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-formatting.js: line 60, col 69, ['formatting'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 60, col 86, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-formatting.js: line 60, col 102, ['formatting'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 60, col 125, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-formatting.js: line 60, col 141, ['formatting'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 60, col 161, ['dropdownItems'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 60, col 181, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-formatting.js: line 60, col 197, ['formatting'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 60, col 217, ['dropdownItems'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 60, col 243, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-formatting.js: line 60, col 259, ['formatting'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 60, col 279, ['dropdownItems'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 60, col 302, ['name'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 61, col 117, Line is too long. +build/public/templates/partials/composer-formatting.js: line 62, col 326, Line is too long. +build/public/templates/partials/composer-formatting.js: line 62, col 53, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-formatting.js: line 62, col 69, ['formatting'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 62, col 86, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-formatting.js: line 62, col 102, ['formatting'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 62, col 125, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-formatting.js: line 62, col 141, ['formatting'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 62, col 161, ['dropdownItems'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 62, col 181, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-formatting.js: line 62, col 197, ['formatting'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 62, col 217, ['dropdownItems'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 62, col 243, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-formatting.js: line 62, col 259, ['formatting'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 62, col 279, ['dropdownItems'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 62, col 302, ['className'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 64, col 321, Line is too long. +build/public/templates/partials/composer-formatting.js: line 64, col 53, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-formatting.js: line 64, col 69, ['formatting'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 64, col 86, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-formatting.js: line 64, col 102, ['formatting'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 64, col 125, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-formatting.js: line 64, col 141, ['formatting'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 64, col 161, ['dropdownItems'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 64, col 181, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-formatting.js: line 64, col 197, ['formatting'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 64, col 217, ['dropdownItems'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 64, col 243, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-formatting.js: line 64, col 259, ['formatting'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 64, col 279, ['dropdownItems'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 64, col 302, ['text'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 66, col 312, Line is too long. +build/public/templates/partials/composer-formatting.js: line 66, col 45, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-formatting.js: line 66, col 61, ['formatting'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 66, col 78, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-formatting.js: line 66, col 94, ['formatting'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 66, col 117, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-formatting.js: line 66, col 133, ['formatting'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 66, col 153, ['dropdownItems'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 66, col 173, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-formatting.js: line 66, col 189, ['formatting'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 66, col 209, ['dropdownItems'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 66, col 235, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-formatting.js: line 66, col 251, ['formatting'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 66, col 271, ['dropdownItems'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 66, col 294, ['badge'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 67, col 142, Line is too long. +build/public/templates/partials/composer-formatting.js: line 58, col 29, 'key' is defined but never used. +build/public/templates/partials/composer-formatting.js: line 57, col 215, 'value' is defined but never used. +build/public/templates/partials/composer-formatting.js: line 57, col 207, 'length' is defined but never used. +build/public/templates/partials/composer-formatting.js: line 57, col 200, 'index' is defined but never used. +build/public/templates/partials/composer-formatting.js: line 75, col 177, Line is too long. +build/public/templates/partials/composer-formatting.js: line 75, col 49, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-formatting.js: line 75, col 65, ['formatting'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 75, col 82, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-formatting.js: line 75, col 98, ['formatting'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 75, col 121, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-formatting.js: line 75, col 137, ['formatting'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 75, col 157, ['title'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 77, col 176, Line is too long. +build/public/templates/partials/composer-formatting.js: line 77, col 49, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-formatting.js: line 77, col 65, ['formatting'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 77, col 82, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-formatting.js: line 77, col 98, ['formatting'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 77, col 121, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-formatting.js: line 77, col 137, ['formatting'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 77, col 157, ['name'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 78, col 102, Line is too long. +build/public/templates/partials/composer-formatting.js: line 79, col 177, Line is too long. +build/public/templates/partials/composer-formatting.js: line 79, col 49, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-formatting.js: line 79, col 65, ['formatting'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 79, col 82, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-formatting.js: line 79, col 98, ['formatting'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 79, col 121, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-formatting.js: line 79, col 137, ['formatting'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 79, col 157, ['title'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 81, col 181, Line is too long. +build/public/templates/partials/composer-formatting.js: line 81, col 49, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-formatting.js: line 81, col 65, ['formatting'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 81, col 82, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-formatting.js: line 81, col 98, ['formatting'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 81, col 121, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-formatting.js: line 81, col 137, ['formatting'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 81, col 157, ['className'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 83, col 167, Line is too long. +build/public/templates/partials/composer-formatting.js: line 83, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-formatting.js: line 83, col 57, ['formatting'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 83, col 74, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-formatting.js: line 83, col 90, ['formatting'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 83, col 113, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-formatting.js: line 83, col 129, ['formatting'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 83, col 149, ['badge'] is better written in dot notation. +build/public/templates/partials/composer-formatting.js: line 84, col 138, Line is too long. +build/public/templates/partials/composer-formatting.js: line 42, col 13, 'key' is defined but never used. +build/public/templates/partials/composer-formatting.js: line 41, col 111, 'value' is defined but never used. +build/public/templates/partials/composer-formatting.js: line 41, col 103, 'length' is defined but never used. +build/public/templates/partials/composer-formatting.js: line 41, col 96, 'index' is defined but never used. +build/public/templates/partials/composer-formatting.js: line 40, col 11, 'value' is defined but never used. +build/public/templates/partials/composer-formatting.js: line 38, col 70, 'helper' is defined but never used. +build/public/templates/partials/composer-formatting.js: line 98, col 3, Missing semicolon. +build/public/templates/partials/composer-formatting.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/composer-formatting.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/composer-tags.js: line 13, col 111, Line is too long. +build/public/templates/partials/composer-tags.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-tags.js: line 13, col 41, ['tagWhitelist'] is better written in dot notation. +build/public/templates/partials/composer-tags.js: line 13, col 60, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-tags.js: line 13, col 76, ['tagWhitelist'] is better written in dot notation. +build/public/templates/partials/composer-tags.js: line 13, col 92, ['length'] is better written in dot notation. +build/public/templates/partials/composer-tags.js: line 17, col 111, Line is too long. +build/public/templates/partials/composer-tags.js: line 17, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-tags.js: line 17, col 41, ['tagWhitelist'] is better written in dot notation. +build/public/templates/partials/composer-tags.js: line 17, col 60, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-tags.js: line 17, col 76, ['tagWhitelist'] is better written in dot notation. +build/public/templates/partials/composer-tags.js: line 17, col 92, ['length'] is better written in dot notation. +build/public/templates/partials/composer-tags.js: line 20, col 397, Line is too long. +build/public/templates/partials/composer-tags.js: line 21, col 22, ['tagWhitelist'] is better written in dot notation. +build/public/templates/partials/composer-tags.js: line 22, col 113, Line is too long. +build/public/templates/partials/composer-tags.js: line 23, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-tags.js: line 23, col 49, ['minimumTagLength'] is better written in dot notation. +build/public/templates/partials/composer-tags.js: line 25, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-tags.js: line 25, col 49, ['maximumTagLength'] is better written in dot notation. +build/public/templates/partials/composer-tags.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/composer-tags.js: line 33, col 120, Line is too long. +build/public/templates/partials/composer-tags.js: line 33, col 36, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-tags.js: line 33, col 52, ['tagWhitelist'] is better written in dot notation. +build/public/templates/partials/composer-tags.js: line 34, col 13, 'key' is defined but never used. +build/public/templates/partials/composer-tags.js: line 32, col 11, 'value' is defined but never used. +build/public/templates/partials/composer-tags.js: line 30, col 74, 'helper' is defined but never used. +build/public/templates/partials/composer-tags.js: line 47, col 3, Missing semicolon. +build/public/templates/partials/composer-tags.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/composer-tags.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/composer-title-container.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-title-container.js: line 13, col 41, ['isTopic'] is better written in dot notation. +build/public/templates/partials/composer-title-container.js: line 15, col 108, Line is too long. +build/public/templates/partials/composer-title-container.js: line 15, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-title-container.js: line 15, col 45, ['template'] is better written in dot notation. +build/public/templates/partials/composer-title-container.js: line 15, col 60, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-title-container.js: line 15, col 76, ['template'] is better written in dot notation. +build/public/templates/partials/composer-title-container.js: line 15, col 88, ['compose'] is better written in dot notation. +build/public/templates/partials/composer-title-container.js: line 18, col 394, Line is too long. +build/public/templates/partials/composer-title-container.js: line 19, col 149, Line is too long. +build/public/templates/partials/composer-title-container.js: line 19, col 30, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-title-container.js: line 19, col 46, ['selectedCategory'] is better written in dot notation. +build/public/templates/partials/composer-title-container.js: line 19, col 96, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-title-container.js: line 19, col 112, ['showCategorySelectLabel'] is better written in dot notation. +build/public/templates/partials/composer-title-container.js: line 21, col 163, Line is too long. +build/public/templates/partials/composer-title-container.js: line 21, col 88, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-title-container.js: line 21, col 104, ['selectedCategory'] is better written in dot notation. +build/public/templates/partials/composer-title-container.js: line 23, col 135, Line is too long. +build/public/templates/partials/composer-title-container.js: line 23, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-title-container.js: line 23, col 57, ['selectedCategory'] is better written in dot notation. +build/public/templates/partials/composer-title-container.js: line 23, col 80, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-title-container.js: line 23, col 96, ['selectedCategory'] is better written in dot notation. +build/public/templates/partials/composer-title-container.js: line 23, col 116, ['name'] is better written in dot notation. +build/public/templates/partials/composer-title-container.js: line 26, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-title-container.js: line 26, col 49, ['selectCategoryIcon'] is better written in dot notation. +build/public/templates/partials/composer-title-container.js: line 27, col 43, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-title-container.js: line 27, col 59, ['selectCategoryIcon'] is better written in dot notation. +build/public/templates/partials/composer-title-container.js: line 29, col 105, Line is too long. +build/public/templates/partials/composer-title-container.js: line 30, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-title-container.js: line 30, col 49, ['selectCategoryLabel'] is better written in dot notation. +build/public/templates/partials/composer-title-container.js: line 31, col 43, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-title-container.js: line 31, col 59, ['selectCategoryLabel'] is better written in dot notation. +build/public/templates/partials/composer-title-container.js: line 34, col 600, Line is too long. +build/public/templates/partials/composer-title-container.js: line 35, col 26, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/composer-title-container.js: line 39, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-title-container.js: line 39, col 41, ['showHandleInput'] is better written in dot notation. +build/public/templates/partials/composer-title-container.js: line 40, col 197, Line is too long. +build/public/templates/partials/composer-title-container.js: line 41, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-title-container.js: line 41, col 53, ['handle'] is better written in dot notation. +build/public/templates/partials/composer-title-container.js: line 44, col 113, Line is too long. +build/public/templates/partials/composer-title-container.js: line 45, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-title-container.js: line 45, col 41, ['isTopicOrMain'] is better written in dot notation. +build/public/templates/partials/composer-title-container.js: line 46, col 154, Line is too long. +build/public/templates/partials/composer-title-container.js: line 47, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-title-container.js: line 47, col 53, ['topicTitle'] is better written in dot notation. +build/public/templates/partials/composer-title-container.js: line 50, col 108, Line is too long. +build/public/templates/partials/composer-title-container.js: line 50, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-title-container.js: line 50, col 45, ['template'] is better written in dot notation. +build/public/templates/partials/composer-title-container.js: line 50, col 60, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-title-container.js: line 50, col 76, ['template'] is better written in dot notation. +build/public/templates/partials/composer-title-container.js: line 50, col 88, ['compose'] is better written in dot notation. +build/public/templates/partials/composer-title-container.js: line 54, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-title-container.js: line 54, col 45, ['isEditing'] is better written in dot notation. +build/public/templates/partials/composer-title-container.js: line 56, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-title-container.js: line 56, col 57, ['topicTitle'] is better written in dot notation. +build/public/templates/partials/composer-title-container.js: line 59, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-title-container.js: line 59, col 57, ['topicTitle'] is better written in dot notation. +build/public/templates/partials/composer-title-container.js: line 62, col 296, Line is too long. +build/public/templates/partials/composer-title-container.js: line 63, col 104, Line is too long. +build/public/templates/partials/composer-title-container.js: line 63, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-title-container.js: line 63, col 41, ['template'] is better written in dot notation. +build/public/templates/partials/composer-title-container.js: line 63, col 56, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-title-container.js: line 63, col 72, ['template'] is better written in dot notation. +build/public/templates/partials/composer-title-container.js: line 63, col 84, ['compose'] is better written in dot notation. +build/public/templates/partials/composer-title-container.js: line 66, col 601, Line is too long. +build/public/templates/partials/composer-title-container.js: line 67, col 175, Line is too long. +build/public/templates/partials/composer-title-container.js: line 67, col 26, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-title-container.js: line 67, col 42, ['submitOptions'] is better written in dot notation. +build/public/templates/partials/composer-title-container.js: line 67, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-title-container.js: line 67, col 78, ['submitOptions'] is better written in dot notation. +build/public/templates/partials/composer-title-container.js: line 67, col 95, ['length'] is better written in dot notation. +build/public/templates/partials/composer-title-container.js: line 67, col 134, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-title-container.js: line 67, col 150, ['canSchedule'] is better written in dot notation. +build/public/templates/partials/composer-title-container.js: line 70, col 269, Line is too long. +build/public/templates/partials/composer-title-container.js: line 71, col 123, Line is too long. +build/public/templates/partials/composer-title-container.js: line 71, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-title-container.js: line 71, col 49, ['submitOptions'] is better written in dot notation. +build/public/templates/partials/composer-title-container.js: line 71, col 69, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-title-container.js: line 71, col 85, ['submitOptions'] is better written in dot notation. +build/public/templates/partials/composer-title-container.js: line 71, col 102, ['length'] is better written in dot notation. +build/public/templates/partials/composer-title-container.js: line 73, col 175, Line is too long. +build/public/templates/partials/composer-title-container.js: line 73, col 26, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-title-container.js: line 73, col 42, ['submitOptions'] is better written in dot notation. +build/public/templates/partials/composer-title-container.js: line 73, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-title-container.js: line 73, col 78, ['submitOptions'] is better written in dot notation. +build/public/templates/partials/composer-title-container.js: line 73, col 95, ['length'] is better written in dot notation. +build/public/templates/partials/composer-title-container.js: line 73, col 134, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-title-container.js: line 73, col 150, ['canSchedule'] is better written in dot notation. +build/public/templates/partials/composer-title-container.js: line 76, col 399, Line is too long. +build/public/templates/partials/composer-title-container.js: line 77, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-title-container.js: line 77, col 41, ['canSchedule'] is better written in dot notation. +build/public/templates/partials/composer-title-container.js: line 80, col 205, Line is too long. +build/public/templates/partials/composer-title-container.js: line 81, col 22, ['submitOptions'] is better written in dot notation. +build/public/templates/partials/composer-title-container.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/composer-title-container.js: line 89, col 121, Line is too long. +build/public/templates/partials/composer-title-container.js: line 89, col 36, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-title-container.js: line 89, col 52, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/composer-title-container.js: line 92, col 172, Line is too long. +build/public/templates/partials/composer-title-container.js: line 92, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-title-container.js: line 92, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/composer-title-container.js: line 92, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-title-container.js: line 92, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/composer-title-container.js: line 92, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-title-container.js: line 92, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/composer-title-container.js: line 92, col 146, ['disabledClass'] is better written in dot notation. +build/public/templates/partials/composer-title-container.js: line 96, col 172, Line is too long. +build/public/templates/partials/composer-title-container.js: line 96, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-title-container.js: line 96, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/composer-title-container.js: line 96, col 73, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-title-container.js: line 96, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/composer-title-container.js: line 96, col 115, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-title-container.js: line 96, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/composer-title-container.js: line 96, col 154, ['cid'] is better written in dot notation. +build/public/templates/partials/composer-title-container.js: line 98, col 173, Line is too long. +build/public/templates/partials/composer-title-container.js: line 98, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-title-container.js: line 98, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/composer-title-container.js: line 98, col 73, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-title-container.js: line 98, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/composer-title-container.js: line 98, col 115, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-title-container.js: line 98, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/composer-title-container.js: line 98, col 154, ['name'] is better written in dot notation. +build/public/templates/partials/composer-title-container.js: line 100, col 178, Line is too long. +build/public/templates/partials/composer-title-container.js: line 100, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-title-container.js: line 100, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/composer-title-container.js: line 100, col 73, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-title-container.js: line 100, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/composer-title-container.js: line 100, col 115, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-title-container.js: line 100, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/composer-title-container.js: line 100, col 154, ['parentCid'] is better written in dot notation. +build/public/templates/partials/composer-title-container.js: line 102, col 172, Line is too long. +build/public/templates/partials/composer-title-container.js: line 102, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-title-container.js: line 102, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/composer-title-container.js: line 102, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-title-container.js: line 102, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/composer-title-container.js: line 102, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-title-container.js: line 102, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/composer-title-container.js: line 102, col 146, ['disabledClass'] is better written in dot notation. +build/public/templates/partials/composer-title-container.js: line 106, col 174, Line is too long. +build/public/templates/partials/composer-title-container.js: line 106, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-title-container.js: line 106, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/composer-title-container.js: line 106, col 73, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-title-container.js: line 106, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/composer-title-container.js: line 106, col 115, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-title-container.js: line 106, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/composer-title-container.js: line 106, col 154, ['level'] is better written in dot notation. +build/public/templates/partials/composer-title-container.js: line 108, col 164, Line is too long. +build/public/templates/partials/composer-title-container.js: line 108, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-title-container.js: line 108, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/composer-title-container.js: line 108, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-title-container.js: line 108, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/composer-title-container.js: line 108, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-title-container.js: line 108, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/composer-title-container.js: line 108, col 146, ['match'] is better written in dot notation. +build/public/templates/partials/composer-title-container.js: line 112, col 163, Line is too long. +build/public/templates/partials/composer-title-container.js: line 112, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-title-container.js: line 112, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/composer-title-container.js: line 112, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-title-container.js: line 112, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/composer-title-container.js: line 112, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-title-container.js: line 112, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/composer-title-container.js: line 112, col 146, ['icon'] is better written in dot notation. +build/public/templates/partials/composer-title-container.js: line 114, col 114, Line is too long. +build/public/templates/partials/composer-title-container.js: line 118, col 173, Line is too long. +build/public/templates/partials/composer-title-container.js: line 118, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-title-container.js: line 118, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/composer-title-container.js: line 118, col 73, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-title-container.js: line 118, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/composer-title-container.js: line 118, col 115, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-title-container.js: line 118, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/composer-title-container.js: line 118, col 154, ['name'] is better written in dot notation. +build/public/templates/partials/composer-title-container.js: line 90, col 13, 'key' is defined but never used. +build/public/templates/partials/composer-title-container.js: line 88, col 11, 'value' is defined but never used. +build/public/templates/partials/composer-title-container.js: line 127, col 121, Line is too long. +build/public/templates/partials/composer-title-container.js: line 127, col 36, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-title-container.js: line 127, col 52, ['submitOptions'] is better written in dot notation. +build/public/templates/partials/composer-title-container.js: line 130, col 175, Line is too long. +build/public/templates/partials/composer-title-container.js: line 130, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-title-container.js: line 130, col 53, ['submitOptions'] is better written in dot notation. +build/public/templates/partials/composer-title-container.js: line 130, col 73, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-title-container.js: line 130, col 89, ['submitOptions'] is better written in dot notation. +build/public/templates/partials/composer-title-container.js: line 130, col 115, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-title-container.js: line 130, col 131, ['submitOptions'] is better written in dot notation. +build/public/templates/partials/composer-title-container.js: line 130, col 154, ['action'] is better written in dot notation. +build/public/templates/partials/composer-title-container.js: line 132, col 173, Line is too long. +build/public/templates/partials/composer-title-container.js: line 132, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-title-container.js: line 132, col 53, ['submitOptions'] is better written in dot notation. +build/public/templates/partials/composer-title-container.js: line 132, col 73, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-title-container.js: line 132, col 89, ['submitOptions'] is better written in dot notation. +build/public/templates/partials/composer-title-container.js: line 132, col 115, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-title-container.js: line 132, col 131, ['submitOptions'] is better written in dot notation. +build/public/templates/partials/composer-title-container.js: line 132, col 154, ['text'] is better written in dot notation. +build/public/templates/partials/composer-title-container.js: line 128, col 13, 'key' is defined but never used. +build/public/templates/partials/composer-title-container.js: line 127, col 114, 'value' is defined but never used. +build/public/templates/partials/composer-title-container.js: line 127, col 106, 'length' is defined but never used. +build/public/templates/partials/composer-title-container.js: line 127, col 99, 'index' is defined but never used. +build/public/templates/partials/composer-title-container.js: line 126, col 11, 'value' is defined but never used. +build/public/templates/partials/composer-title-container.js: line 124, col 76, 'helper' is defined but never used. +build/public/templates/partials/composer-title-container.js: line 141, col 3, Missing semicolon. +build/public/templates/partials/composer-title-container.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/composer-title-container.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/composer-write-preview.js: line 12, col 672, Line is too long. +build/public/templates/partials/composer-write-preview.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/composer-write-preview.js: line 13, col 49, ['body'] is better written in dot notation. +build/public/templates/partials/composer-write-preview.js: line 14, col 152, Line is too long. +build/public/templates/partials/composer-write-preview.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/composer-write-preview.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/partials/composer-write-preview.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/partials/composer-write-preview.js: line 22, col 3, Missing semicolon. +build/public/templates/partials/composer-write-preview.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/composer-write-preview.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/cookie-consent.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/cookie-consent.js: line 13, col 49, ['dismiss'] is better written in dot notation. +build/public/templates/partials/cookie-consent.js: line 15, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/cookie-consent.js: line 15, col 49, ['message'] is better written in dot notation. +build/public/templates/partials/cookie-consent.js: line 17, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/cookie-consent.js: line 17, col 49, ['link_url'] is better written in dot notation. +build/public/templates/partials/cookie-consent.js: line 19, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/cookie-consent.js: line 19, col 49, ['link'] is better written in dot notation. +build/public/templates/partials/cookie-consent.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/cookie-consent.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/partials/cookie-consent.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/partials/cookie-consent.js: line 28, col 3, Missing semicolon. +build/public/templates/partials/cookie-consent.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/cookie-consent.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/data/category.js: line 13, col 106, Line is too long. +build/public/templates/partials/data/category.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/data/category.js: line 13, col 49, ['topics'] is better written in dot notation. +build/public/templates/partials/data/category.js: line 13, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/data/category.js: line 13, col 78, ['topics'] is better written in dot notation. +build/public/templates/partials/data/category.js: line 13, col 88, ['tid'] is better written in dot notation. +build/public/templates/partials/data/category.js: line 15, col 108, Line is too long. +build/public/templates/partials/data/category.js: line 15, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/data/category.js: line 15, col 49, ['topics'] is better written in dot notation. +build/public/templates/partials/data/category.js: line 15, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/data/category.js: line 15, col 78, ['topics'] is better written in dot notation. +build/public/templates/partials/data/category.js: line 15, col 88, ['index'] is better written in dot notation. +build/public/templates/partials/data/category.js: line 17, col 106, Line is too long. +build/public/templates/partials/data/category.js: line 17, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/data/category.js: line 17, col 49, ['topics'] is better written in dot notation. +build/public/templates/partials/data/category.js: line 17, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/data/category.js: line 17, col 78, ['topics'] is better written in dot notation. +build/public/templates/partials/data/category.js: line 17, col 88, ['cid'] is better written in dot notation. +build/public/templates/partials/data/category.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/data/category.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/partials/data/category.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/partials/data/category.js: line 26, col 3, Missing semicolon. +build/public/templates/partials/data/category.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/data/category.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/data/topic.js: line 13, col 106, Line is too long. +build/public/templates/partials/data/topic.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/data/topic.js: line 13, col 49, ['posts'] is better written in dot notation. +build/public/templates/partials/data/topic.js: line 13, col 61, Expected '!==' and instead saw '!='. +build/public/templates/partials/data/topic.js: line 13, col 77, ['posts'] is better written in dot notation. +build/public/templates/partials/data/topic.js: line 13, col 86, ['index'] is better written in dot notation. +build/public/templates/partials/data/topic.js: line 15, col 104, Line is too long. +build/public/templates/partials/data/topic.js: line 15, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/data/topic.js: line 15, col 49, ['posts'] is better written in dot notation. +build/public/templates/partials/data/topic.js: line 15, col 61, Expected '!==' and instead saw '!='. +build/public/templates/partials/data/topic.js: line 15, col 77, ['posts'] is better written in dot notation. +build/public/templates/partials/data/topic.js: line 15, col 86, ['pid'] is better written in dot notation. +build/public/templates/partials/data/topic.js: line 17, col 104, Line is too long. +build/public/templates/partials/data/topic.js: line 17, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/data/topic.js: line 17, col 49, ['posts'] is better written in dot notation. +build/public/templates/partials/data/topic.js: line 17, col 61, Expected '!==' and instead saw '!='. +build/public/templates/partials/data/topic.js: line 17, col 77, ['posts'] is better written in dot notation. +build/public/templates/partials/data/topic.js: line 17, col 86, ['uid'] is better written in dot notation. +build/public/templates/partials/data/topic.js: line 19, col 110, Line is too long. +build/public/templates/partials/data/topic.js: line 19, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/data/topic.js: line 19, col 49, ['posts'] is better written in dot notation. +build/public/templates/partials/data/topic.js: line 19, col 61, Expected '!==' and instead saw '!='. +build/public/templates/partials/data/topic.js: line 19, col 77, ['posts'] is better written in dot notation. +build/public/templates/partials/data/topic.js: line 19, col 86, ['timestamp'] is better written in dot notation. +build/public/templates/partials/data/topic.js: line 21, col 153, Line is too long. +build/public/templates/partials/data/topic.js: line 21, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/data/topic.js: line 21, col 49, ['posts'] is better written in dot notation. +build/public/templates/partials/data/topic.js: line 21, col 61, Expected '!==' and instead saw '!='. +build/public/templates/partials/data/topic.js: line 21, col 77, ['posts'] is better written in dot notation. +build/public/templates/partials/data/topic.js: line 21, col 86, ['user'] is better written in dot notation. +build/public/templates/partials/data/topic.js: line 21, col 97, Expected '!==' and instead saw '!='. +build/public/templates/partials/data/topic.js: line 21, col 113, ['posts'] is better written in dot notation. +build/public/templates/partials/data/topic.js: line 21, col 122, ['user'] is better written in dot notation. +build/public/templates/partials/data/topic.js: line 21, col 130, ['username'] is better written in dot notation. +build/public/templates/partials/data/topic.js: line 23, col 153, Line is too long. +build/public/templates/partials/data/topic.js: line 23, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/data/topic.js: line 23, col 49, ['posts'] is better written in dot notation. +build/public/templates/partials/data/topic.js: line 23, col 61, Expected '!==' and instead saw '!='. +build/public/templates/partials/data/topic.js: line 23, col 77, ['posts'] is better written in dot notation. +build/public/templates/partials/data/topic.js: line 23, col 86, ['user'] is better written in dot notation. +build/public/templates/partials/data/topic.js: line 23, col 97, Expected '!==' and instead saw '!='. +build/public/templates/partials/data/topic.js: line 23, col 113, ['posts'] is better written in dot notation. +build/public/templates/partials/data/topic.js: line 23, col 122, ['user'] is better written in dot notation. +build/public/templates/partials/data/topic.js: line 23, col 130, ['userslug'] is better written in dot notation. +build/public/templates/partials/data/topic.js: line 25, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/data/topic.js: line 25, col 41, ['posts'] is better written in dot notation. +build/public/templates/partials/data/topic.js: line 25, col 53, Expected '!==' and instead saw '!='. +build/public/templates/partials/data/topic.js: line 25, col 69, ['posts'] is better written in dot notation. +build/public/templates/partials/data/topic.js: line 25, col 78, ['allowDupe'] is better written in dot notation. +build/public/templates/partials/data/topic.js: line 28, col 106, Line is too long. +build/public/templates/partials/data/topic.js: line 28, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/data/topic.js: line 28, col 41, ['posts'] is better written in dot notation. +build/public/templates/partials/data/topic.js: line 28, col 53, Expected '!==' and instead saw '!='. +build/public/templates/partials/data/topic.js: line 28, col 69, ['posts'] is better written in dot notation. +build/public/templates/partials/data/topic.js: line 28, col 78, ['navigatorIgnore'] is better written in dot notation. +build/public/templates/partials/data/topic.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/data/topic.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/partials/data/topic.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/partials/data/topic.js: line 39, col 3, Missing semicolon. +build/public/templates/partials/data/topic.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/data/topic.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/email_update.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/email_update.js: line 13, col 41, ['hasPending'] is better written in dot notation. +build/public/templates/partials/email_update.js: line 17, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/email_update.js: line 17, col 41, ['requireEmailAddress'] is better written in dot notation. +build/public/templates/partials/email_update.js: line 20, col 189, Line is too long. +build/public/templates/partials/email_update.js: line 21, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/email_update.js: line 21, col 49, ['email'] is better written in dot notation. +build/public/templates/partials/email_update.js: line 23, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/email_update.js: line 23, col 49, ['email'] is better written in dot notation. +build/public/templates/partials/email_update.js: line 25, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/email_update.js: line 25, col 41, ['issuePasswordChallenge'] is better written in dot notation. +build/public/templates/partials/email_update.js: line 26, col 274, Line is too long. +build/public/templates/partials/email_update.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/email_update.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/partials/email_update.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/partials/email_update.js: line 36, col 3, Missing semicolon. +build/public/templates/partials/email_update.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/email_update.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/flags/bulk-actions.js: line 12, col 677, Line is too long. +build/public/templates/partials/flags/bulk-actions.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/partials/flags/bulk-actions.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/flags/bulk-actions.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/partials/flags/bulk-actions.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/partials/flags/bulk-actions.js: line 9, col 39, 'guard' is defined but never used. +build/public/templates/partials/flags/bulk-actions.js: line 20, col 3, Missing semicolon. +build/public/templates/partials/flags/bulk-actions.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/flags/bulk-actions.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/flags/filters.js: line 12, col 193, Line is too long. +build/public/templates/partials/flags/filters.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 13, col 41, ['filters'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 13, col 55, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 13, col 71, ['filters'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 13, col 82, ['quick'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 16, col 194, Line is too long. +build/public/templates/partials/flags/filters.js: line 17, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 17, col 41, ['filters'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 17, col 55, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 17, col 71, ['filters'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 17, col 82, ['quick'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 19, col 114, Line is too long. +build/public/templates/partials/flags/filters.js: line 19, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 19, col 53, ['filters'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 19, col 67, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 19, col 83, ['filters'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 19, col 94, ['quick'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 22, col 187, Line is too long. +build/public/templates/partials/flags/filters.js: line 23, col 116, Line is too long. +build/public/templates/partials/flags/filters.js: line 23, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 23, col 49, ['config'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 23, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 23, col 78, ['config'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 23, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 24, col 291, Line is too long. +build/public/templates/partials/flags/filters.js: line 25, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 25, col 41, ['filters'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 25, col 55, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 25, col 71, ['filters'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 25, col 82, ['cid'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 29, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 29, col 41, ['selectedCategory'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 31, col 159, Line is too long. +build/public/templates/partials/flags/filters.js: line 31, col 84, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 31, col 100, ['selectedCategory'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 33, col 131, Line is too long. +build/public/templates/partials/flags/filters.js: line 33, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 33, col 53, ['selectedCategory'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 33, col 76, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 33, col 92, ['selectedCategory'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 33, col 112, ['name'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 35, col 102, Line is too long. +build/public/templates/partials/flags/filters.js: line 36, col 465, Line is too long. +build/public/templates/partials/flags/filters.js: line 37, col 22, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 38, col 126, Line is too long. +build/public/templates/partials/flags/filters.js: line 39, col 26, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 39, col 42, ['sort'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 39, col 61, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 42, col 194, Line is too long. +build/public/templates/partials/flags/filters.js: line 43, col 26, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 43, col 42, ['sort'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 43, col 61, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 45, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 45, col 53, ['sort'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 48, col 1139, Line is too long. +build/public/templates/partials/flags/filters.js: line 49, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 49, col 41, ['filters'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 49, col 55, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 49, col 71, ['filters'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 49, col 82, ['state'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 52, col 194, Line is too long. +build/public/templates/partials/flags/filters.js: line 53, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 53, col 41, ['filters'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 53, col 55, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 53, col 71, ['filters'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 53, col 82, ['state'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 55, col 114, Line is too long. +build/public/templates/partials/flags/filters.js: line 55, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 55, col 53, ['filters'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 55, col 67, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 55, col 83, ['filters'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 55, col 94, ['state'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 58, col 748, Line is too long. +build/public/templates/partials/flags/filters.js: line 59, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 59, col 41, ['filters'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 59, col 55, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 59, col 71, ['filters'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 59, col 82, ['type'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 62, col 194, Line is too long. +build/public/templates/partials/flags/filters.js: line 63, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 63, col 41, ['filters'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 63, col 55, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 63, col 71, ['filters'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 63, col 82, ['type'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 65, col 113, Line is too long. +build/public/templates/partials/flags/filters.js: line 65, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 65, col 53, ['filters'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 65, col 67, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 65, col 83, ['filters'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 65, col 94, ['type'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 68, col 722, Line is too long. +build/public/templates/partials/flags/filters.js: line 69, col 103, Line is too long. +build/public/templates/partials/flags/filters.js: line 69, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 69, col 41, ['filters'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 69, col 55, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 69, col 71, ['filters'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 69, col 82, ['assignee'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 72, col 621, Line is too long. +build/public/templates/partials/flags/filters.js: line 74, col 102, Line is too long. +build/public/templates/partials/flags/filters.js: line 75, col 22, ['userFilterResults'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 76, col 235, Line is too long. +build/public/templates/partials/flags/filters.js: line 77, col 105, Line is too long. +build/public/templates/partials/flags/filters.js: line 77, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 77, col 41, ['filters'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 77, col 55, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 77, col 71, ['filters'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 77, col 82, ['reporterId'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 80, col 623, Line is too long. +build/public/templates/partials/flags/filters.js: line 82, col 102, Line is too long. +build/public/templates/partials/flags/filters.js: line 83, col 118, Line is too long. +build/public/templates/partials/flags/filters.js: line 83, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 83, col 45, ['userFilterResults'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 86, col 184, Line is too long. +build/public/templates/partials/flags/filters.js: line 86, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 86, col 53, ['userFilterResults'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 86, col 77, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 86, col 93, ['userFilterResults'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 86, col 123, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 86, col 139, ['userFilterResults'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 86, col 166, ['uid'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 88, col 189, Line is too long. +build/public/templates/partials/flags/filters.js: line 88, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 88, col 53, ['userFilterResults'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 88, col 77, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 88, col 93, ['userFilterResults'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 88, col 123, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 88, col 139, ['userFilterResults'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 88, col 166, ['username'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 90, col 137, Line is too long. +build/public/templates/partials/flags/filters.js: line 90, col 100, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 92, col 189, Line is too long. +build/public/templates/partials/flags/filters.js: line 92, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 92, col 53, ['userFilterResults'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 92, col 77, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 92, col 93, ['userFilterResults'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 92, col 123, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 92, col 139, ['userFilterResults'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 92, col 166, ['username'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 84, col 13, 'key' is defined but never used. +build/public/templates/partials/flags/filters.js: line 97, col 233, Line is too long. +build/public/templates/partials/flags/filters.js: line 98, col 104, Line is too long. +build/public/templates/partials/flags/filters.js: line 98, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 98, col 41, ['filters'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 98, col 55, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 98, col 71, ['filters'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 98, col 82, ['targetUid'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 101, col 616, Line is too long. +build/public/templates/partials/flags/filters.js: line 103, col 102, Line is too long. +build/public/templates/partials/flags/filters.js: line 104, col 118, Line is too long. +build/public/templates/partials/flags/filters.js: line 104, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 104, col 45, ['userFilterResults'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 107, col 184, Line is too long. +build/public/templates/partials/flags/filters.js: line 107, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 107, col 53, ['userFilterResults'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 107, col 77, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 107, col 93, ['userFilterResults'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 107, col 123, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 107, col 139, ['userFilterResults'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 107, col 166, ['uid'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 109, col 189, Line is too long. +build/public/templates/partials/flags/filters.js: line 109, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 109, col 53, ['userFilterResults'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 109, col 77, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 109, col 93, ['userFilterResults'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 109, col 123, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 109, col 139, ['userFilterResults'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 109, col 166, ['username'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 111, col 137, Line is too long. +build/public/templates/partials/flags/filters.js: line 111, col 100, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 113, col 189, Line is too long. +build/public/templates/partials/flags/filters.js: line 113, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 113, col 53, ['userFilterResults'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 113, col 77, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 113, col 93, ['userFilterResults'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 113, col 123, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 113, col 139, ['userFilterResults'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 113, col 166, ['username'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 105, col 13, 'key' is defined but never used. +build/public/templates/partials/flags/filters.js: line 118, col 154, Line is too long. +build/public/templates/partials/flags/filters.js: line 119, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 119, col 41, ['hasFilter'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 123, col 116, Line is too long. +build/public/templates/partials/flags/filters.js: line 123, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 123, col 49, ['config'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 123, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 123, col 78, ['config'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 123, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 124, col 844, Line is too long. +build/public/templates/partials/flags/filters.js: line 125, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 125, col 49, ['sort'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 127, col 110, Line is too long. +build/public/templates/partials/flags/filters.js: line 127, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 127, col 49, ['filters'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 127, col 63, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 127, col 79, ['filters'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 127, col 90, ['state'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 129, col 109, Line is too long. +build/public/templates/partials/flags/filters.js: line 129, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 129, col 49, ['filters'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 129, col 63, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 129, col 79, ['filters'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 129, col 90, ['type'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/flags/filters.js: line 137, col 121, Line is too long. +build/public/templates/partials/flags/filters.js: line 137, col 36, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 137, col 52, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 140, col 172, Line is too long. +build/public/templates/partials/flags/filters.js: line 140, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 140, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 140, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 140, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 140, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 140, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 140, col 146, ['disabledClass'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 144, col 172, Line is too long. +build/public/templates/partials/flags/filters.js: line 144, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 144, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 144, col 73, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 144, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 144, col 115, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 144, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 144, col 154, ['cid'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 146, col 178, Line is too long. +build/public/templates/partials/flags/filters.js: line 146, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 146, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 146, col 73, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 146, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 146, col 115, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 146, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 146, col 154, ['parentCid'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 148, col 173, Line is too long. +build/public/templates/partials/flags/filters.js: line 148, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 148, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 148, col 73, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 148, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 148, col 115, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 148, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 148, col 154, ['name'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 149, col 120, Line is too long. +build/public/templates/partials/flags/filters.js: line 150, col 174, Line is too long. +build/public/templates/partials/flags/filters.js: line 150, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 150, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 150, col 73, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 150, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 150, col 115, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 150, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 150, col 154, ['level'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 152, col 164, Line is too long. +build/public/templates/partials/flags/filters.js: line 152, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 152, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 152, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 152, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 152, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 152, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 152, col 146, ['match'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 156, col 163, Line is too long. +build/public/templates/partials/flags/filters.js: line 156, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 156, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 156, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 156, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 156, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 156, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 156, col 146, ['icon'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 158, col 114, Line is too long. +build/public/templates/partials/flags/filters.js: line 162, col 173, Line is too long. +build/public/templates/partials/flags/filters.js: line 162, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 162, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 162, col 73, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 162, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 162, col 115, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 162, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 162, col 154, ['name'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 163, col 112, Line is too long. +build/public/templates/partials/flags/filters.js: line 164, col 167, Line is too long. +build/public/templates/partials/flags/filters.js: line 164, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 164, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 164, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 164, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 164, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 164, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 164, col 146, ['selected'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 138, col 13, 'key' is defined but never used. +build/public/templates/partials/flags/filters.js: line 136, col 11, 'value' is defined but never used. +build/public/templates/partials/flags/filters.js: line 175, col 159, Line is too long. +build/public/templates/partials/flags/filters.js: line 175, col 36, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 175, col 52, ['selected'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 175, col 67, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 175, col 83, ['selected'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 175, col 95, ['assignee'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 177, col 115, Line is too long. +build/public/templates/partials/flags/filters.js: line 178, col 137, Line is too long. +build/public/templates/partials/flags/filters.js: line 178, col 100, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 180, col 229, Line is too long. +build/public/templates/partials/flags/filters.js: line 180, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 180, col 53, ['selected'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 180, col 68, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 180, col 84, ['selected'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 180, col 96, ['assignee'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 180, col 111, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 180, col 127, ['selected'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 180, col 139, ['assignee'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 180, col 160, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 180, col 176, ['selected'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 180, col 188, ['assignee'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 180, col 206, ['username'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 182, col 224, Line is too long. +build/public/templates/partials/flags/filters.js: line 182, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 182, col 53, ['selected'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 182, col 68, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 182, col 84, ['selected'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 182, col 96, ['assignee'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 182, col 111, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 182, col 127, ['selected'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 182, col 139, ['assignee'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 182, col 160, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 182, col 176, ['selected'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 182, col 188, ['assignee'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 182, col 206, ['uid'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 183, col 108, Line is too long. +build/public/templates/partials/flags/filters.js: line 176, col 13, 'key' is defined but never used. +build/public/templates/partials/flags/filters.js: line 174, col 11, 'value' is defined but never used. +build/public/templates/partials/flags/filters.js: line 191, col 125, Line is too long. +build/public/templates/partials/flags/filters.js: line 191, col 36, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 191, col 52, ['userFilterResults'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 194, col 184, Line is too long. +build/public/templates/partials/flags/filters.js: line 194, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 194, col 53, ['userFilterResults'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 194, col 77, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 194, col 93, ['userFilterResults'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 194, col 123, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 194, col 139, ['userFilterResults'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 194, col 166, ['uid'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 196, col 189, Line is too long. +build/public/templates/partials/flags/filters.js: line 196, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 196, col 53, ['userFilterResults'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 196, col 77, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 196, col 93, ['userFilterResults'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 196, col 123, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 196, col 139, ['userFilterResults'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 196, col 166, ['username'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 198, col 137, Line is too long. +build/public/templates/partials/flags/filters.js: line 198, col 100, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 200, col 189, Line is too long. +build/public/templates/partials/flags/filters.js: line 200, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 200, col 53, ['userFilterResults'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 200, col 77, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 200, col 93, ['userFilterResults'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 200, col 123, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 200, col 139, ['userFilterResults'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 200, col 166, ['username'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 192, col 13, 'key' is defined but never used. +build/public/templates/partials/flags/filters.js: line 190, col 11, 'value' is defined but never used. +build/public/templates/partials/flags/filters.js: line 209, col 161, Line is too long. +build/public/templates/partials/flags/filters.js: line 209, col 36, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 209, col 52, ['selected'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 209, col 67, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 209, col 83, ['selected'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 209, col 95, ['reporterId'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 211, col 115, Line is too long. +build/public/templates/partials/flags/filters.js: line 212, col 137, Line is too long. +build/public/templates/partials/flags/filters.js: line 212, col 100, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 214, col 235, Line is too long. +build/public/templates/partials/flags/filters.js: line 214, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 214, col 53, ['selected'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 214, col 68, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 214, col 84, ['selected'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 214, col 96, ['reporterId'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 214, col 113, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 214, col 129, ['selected'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 214, col 141, ['reporterId'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 214, col 164, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 214, col 180, ['selected'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 214, col 192, ['reporterId'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 214, col 212, ['username'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 216, col 230, Line is too long. +build/public/templates/partials/flags/filters.js: line 216, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 216, col 53, ['selected'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 216, col 68, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 216, col 84, ['selected'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 216, col 96, ['reporterId'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 216, col 113, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 216, col 129, ['selected'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 216, col 141, ['reporterId'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 216, col 164, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 216, col 180, ['selected'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 216, col 192, ['reporterId'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 216, col 212, ['uid'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 217, col 108, Line is too long. +build/public/templates/partials/flags/filters.js: line 210, col 13, 'key' is defined but never used. +build/public/templates/partials/flags/filters.js: line 208, col 11, 'value' is defined but never used. +build/public/templates/partials/flags/filters.js: line 225, col 160, Line is too long. +build/public/templates/partials/flags/filters.js: line 225, col 36, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 225, col 52, ['selected'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 225, col 67, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 225, col 83, ['selected'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 225, col 95, ['targetUid'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 227, col 115, Line is too long. +build/public/templates/partials/flags/filters.js: line 228, col 137, Line is too long. +build/public/templates/partials/flags/filters.js: line 228, col 100, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 230, col 232, Line is too long. +build/public/templates/partials/flags/filters.js: line 230, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 230, col 53, ['selected'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 230, col 68, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 230, col 84, ['selected'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 230, col 96, ['targetUid'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 230, col 112, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 230, col 128, ['selected'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 230, col 140, ['targetUid'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 230, col 162, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 230, col 178, ['selected'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 230, col 190, ['targetUid'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 230, col 209, ['username'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 232, col 227, Line is too long. +build/public/templates/partials/flags/filters.js: line 232, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 232, col 53, ['selected'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 232, col 68, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 232, col 84, ['selected'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 232, col 96, ['targetUid'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 232, col 112, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 232, col 128, ['selected'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 232, col 140, ['targetUid'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 232, col 162, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/filters.js: line 232, col 178, ['selected'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 232, col 190, ['targetUid'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 232, col 209, ['uid'] is better written in dot notation. +build/public/templates/partials/flags/filters.js: line 233, col 108, Line is too long. +build/public/templates/partials/flags/filters.js: line 226, col 13, 'key' is defined but never used. +build/public/templates/partials/flags/filters.js: line 224, col 11, 'value' is defined but never used. +build/public/templates/partials/flags/filters.js: line 241, col 3, Missing semicolon. +build/public/templates/partials/flags/filters.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/flags/filters.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/flags/results.js: line 12, col 129, Line is too long. +build/public/templates/partials/flags/results.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 13, col 49, ['count'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 14, col 403, Line is too long. +build/public/templates/partials/flags/results.js: line 15, col 22, ['flags'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 17, col 158, Line is too long. +build/public/templates/partials/flags/results.js: line 17, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 17, col 41, ['pagination'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 17, col 58, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 17, col 74, ['pagination'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 17, col 88, ['pages'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 17, col 100, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 17, col 116, ['pagination'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 17, col 130, ['pages'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 17, col 139, ['length'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 20, col 155, Line is too long. +build/public/templates/partials/flags/results.js: line 21, col 156, Line is too long. +build/public/templates/partials/flags/results.js: line 21, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 21, col 41, ['pagination'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 21, col 58, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 21, col 74, ['pagination'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 21, col 88, ['prev'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 21, col 99, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 21, col 115, ['pagination'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 21, col 129, ['prev'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 21, col 137, ['active'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 25, col 162, Line is too long. +build/public/templates/partials/flags/results.js: line 25, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 25, col 49, ['pagination'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 25, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 25, col 82, ['pagination'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 25, col 96, ['prev'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 25, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 25, col 123, ['pagination'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 25, col 137, ['prev'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 25, col 145, ['qs'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 27, col 164, Line is too long. +build/public/templates/partials/flags/results.js: line 27, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 27, col 49, ['pagination'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 27, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 27, col 82, ['pagination'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 27, col 96, ['prev'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 27, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 27, col 123, ['pagination'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 27, col 137, ['prev'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 27, col 145, ['page'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 28, col 114, Line is too long. +build/public/templates/partials/flags/results.js: line 31, col 156, Line is too long. +build/public/templates/partials/flags/results.js: line 31, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 31, col 41, ['pagination'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 31, col 58, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 31, col 74, ['pagination'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 31, col 88, ['next'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 31, col 99, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 31, col 115, ['pagination'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 31, col 129, ['next'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 31, col 137, ['active'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 35, col 162, Line is too long. +build/public/templates/partials/flags/results.js: line 35, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 35, col 49, ['pagination'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 35, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 35, col 82, ['pagination'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 35, col 96, ['next'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 35, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 35, col 123, ['pagination'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 35, col 137, ['next'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 35, col 145, ['qs'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 37, col 164, Line is too long. +build/public/templates/partials/flags/results.js: line 37, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 37, col 49, ['pagination'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 37, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 37, col 82, ['pagination'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 37, col 96, ['next'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 37, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 37, col 123, ['pagination'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 37, col 137, ['next'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 37, col 145, ['page'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 38, col 224, Line is too long. +build/public/templates/partials/flags/results.js: line 39, col 156, Line is too long. +build/public/templates/partials/flags/results.js: line 39, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 39, col 41, ['pagination'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 39, col 58, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 39, col 74, ['pagination'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 39, col 88, ['prev'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 39, col 99, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 39, col 115, ['pagination'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 39, col 129, ['prev'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 39, col 137, ['active'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 43, col 164, Line is too long. +build/public/templates/partials/flags/results.js: line 43, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 43, col 49, ['pagination'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 43, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 43, col 82, ['pagination'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 43, col 96, ['first'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 43, col 108, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 43, col 124, ['pagination'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 43, col 138, ['first'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 43, col 147, ['qs'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 44, col 158, Line is too long. +build/public/templates/partials/flags/results.js: line 45, col 156, Line is too long. +build/public/templates/partials/flags/results.js: line 45, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 45, col 41, ['pagination'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 45, col 58, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 45, col 74, ['pagination'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 45, col 88, ['prev'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 45, col 99, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 45, col 115, ['pagination'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 45, col 129, ['prev'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 45, col 137, ['active'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 49, col 162, Line is too long. +build/public/templates/partials/flags/results.js: line 49, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 49, col 49, ['pagination'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 49, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 49, col 82, ['pagination'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 49, col 96, ['prev'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 49, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 49, col 123, ['pagination'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 49, col 137, ['prev'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 49, col 145, ['qs'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 51, col 164, Line is too long. +build/public/templates/partials/flags/results.js: line 51, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 51, col 49, ['pagination'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 51, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 51, col 82, ['pagination'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 51, col 96, ['prev'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 51, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 51, col 123, ['pagination'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 51, col 137, ['prev'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 51, col 145, ['page'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 52, col 276, Line is too long. +build/public/templates/partials/flags/results.js: line 53, col 122, Line is too long. +build/public/templates/partials/flags/results.js: line 53, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 53, col 49, ['pagination'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 53, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 53, col 82, ['pagination'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 53, col 96, ['currentPage'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 55, col 120, Line is too long. +build/public/templates/partials/flags/results.js: line 55, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 55, col 49, ['pagination'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 55, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 55, col 82, ['pagination'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 55, col 96, ['pageCount'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 57, col 156, Line is too long. +build/public/templates/partials/flags/results.js: line 57, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 57, col 41, ['pagination'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 57, col 58, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 57, col 74, ['pagination'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 57, col 88, ['next'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 57, col 99, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 57, col 115, ['pagination'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 57, col 129, ['next'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 57, col 137, ['active'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 61, col 162, Line is too long. +build/public/templates/partials/flags/results.js: line 61, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 61, col 49, ['pagination'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 61, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 61, col 82, ['pagination'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 61, col 96, ['next'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 61, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 61, col 123, ['pagination'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 61, col 137, ['next'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 61, col 145, ['qs'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 63, col 164, Line is too long. +build/public/templates/partials/flags/results.js: line 63, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 63, col 49, ['pagination'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 63, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 63, col 82, ['pagination'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 63, col 96, ['next'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 63, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 63, col 123, ['pagination'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 63, col 137, ['next'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 63, col 145, ['page'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 64, col 136, Line is too long. +build/public/templates/partials/flags/results.js: line 65, col 156, Line is too long. +build/public/templates/partials/flags/results.js: line 65, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 65, col 41, ['pagination'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 65, col 58, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 65, col 74, ['pagination'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 65, col 88, ['next'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 65, col 99, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 65, col 115, ['pagination'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 65, col 129, ['next'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 65, col 137, ['active'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 69, col 162, Line is too long. +build/public/templates/partials/flags/results.js: line 69, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 69, col 49, ['pagination'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 69, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 69, col 82, ['pagination'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 69, col 96, ['last'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 69, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 69, col 123, ['pagination'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 69, col 137, ['last'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 69, col 145, ['qs'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 71, col 120, Line is too long. +build/public/templates/partials/flags/results.js: line 71, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 71, col 49, ['pagination'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 71, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 71, col 82, ['pagination'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 71, col 96, ['pageCount'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 72, col 121, Line is too long. +build/public/templates/partials/flags/results.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/flags/results.js: line 79, col 113, Line is too long. +build/public/templates/partials/flags/results.js: line 79, col 36, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 79, col 52, ['flags'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 82, col 151, Line is too long. +build/public/templates/partials/flags/results.js: line 82, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 82, col 53, ['flags'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 82, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 82, col 81, ['flags'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 82, col 99, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 82, col 115, ['flags'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 82, col 130, ['flagId'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 84, col 120, Line is too long. +build/public/templates/partials/flags/results.js: line 84, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 84, col 53, ['config'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 84, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 84, col 82, ['config'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 84, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 86, col 151, Line is too long. +build/public/templates/partials/flags/results.js: line 86, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 86, col 53, ['flags'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 86, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 86, col 81, ['flags'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 86, col 99, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 86, col 115, ['flags'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 86, col 130, ['flagId'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 88, col 160, Line is too long. +build/public/templates/partials/flags/results.js: line 88, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 88, col 53, ['flags'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 88, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 88, col 81, ['flags'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 88, col 99, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 88, col 115, ['flags'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 88, col 130, ['target_readable'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 90, col 149, Line is too long. +build/public/templates/partials/flags/results.js: line 90, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 90, col 53, ['flags'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 90, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 90, col 81, ['flags'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 90, col 99, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 90, col 115, ['flags'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 90, col 130, ['heat'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 92, col 156, Line is too long. +build/public/templates/partials/flags/results.js: line 92, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 92, col 53, ['flags'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 92, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 92, col 81, ['flags'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 92, col 99, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 92, col 115, ['flags'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 92, col 130, ['datetimeISO'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 94, col 155, Line is too long. +build/public/templates/partials/flags/results.js: line 94, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 94, col 53, ['flags'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 94, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 94, col 81, ['flags'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 94, col 99, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 94, col 115, ['flags'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 94, col 130, ['labelClass'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 96, col 150, Line is too long. +build/public/templates/partials/flags/results.js: line 96, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 96, col 53, ['flags'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 96, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 96, col 81, ['flags'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 96, col 99, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 96, col 115, ['flags'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 96, col 130, ['state'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 80, col 13, 'key' is defined but never used. +build/public/templates/partials/flags/results.js: line 79, col 106, 'value' is defined but never used. +build/public/templates/partials/flags/results.js: line 79, col 98, 'length' is defined but never used. +build/public/templates/partials/flags/results.js: line 79, col 91, 'index' is defined but never used. +build/public/templates/partials/flags/results.js: line 78, col 11, 'value' is defined but never used. +build/public/templates/partials/flags/results.js: line 76, col 60, 'helper' is defined but never used. +build/public/templates/partials/flags/results.js: line 105, col 160, Line is too long. +build/public/templates/partials/flags/results.js: line 105, col 36, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 105, col 52, ['pagination'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 105, col 69, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 105, col 85, ['pagination'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 105, col 99, ['pages'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 108, col 219, Line is too long. +build/public/templates/partials/flags/results.js: line 108, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 108, col 45, ['pagination'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 108, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 108, col 78, ['pagination'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 108, col 92, ['pages'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 108, col 104, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 108, col 120, ['pagination'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 108, col 134, ['pages'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 108, col 152, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 108, col 168, ['pagination'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 108, col 182, ['pages'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 108, col 197, ['separator'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 109, col 227, Line is too long. +build/public/templates/partials/flags/results.js: line 111, col 220, Line is too long. +build/public/templates/partials/flags/results.js: line 111, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 111, col 49, ['pagination'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 111, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 111, col 82, ['pagination'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 111, col 96, ['pages'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 111, col 108, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 111, col 124, ['pagination'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 111, col 138, ['pages'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 111, col 156, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 111, col 172, ['pagination'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 111, col 186, ['pages'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 111, col 201, ['active'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 115, col 226, Line is too long. +build/public/templates/partials/flags/results.js: line 115, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 115, col 57, ['pagination'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 115, col 74, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 115, col 90, ['pagination'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 115, col 104, ['pages'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 115, col 116, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 115, col 132, ['pagination'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 115, col 146, ['pages'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 115, col 164, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 115, col 180, ['pagination'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 115, col 194, ['pages'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 115, col 209, ['qs'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 117, col 228, Line is too long. +build/public/templates/partials/flags/results.js: line 117, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 117, col 57, ['pagination'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 117, col 74, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 117, col 90, ['pagination'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 117, col 104, ['pages'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 117, col 116, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 117, col 132, ['pagination'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 117, col 146, ['pages'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 117, col 164, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 117, col 180, ['pagination'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 117, col 194, ['pages'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 117, col 209, ['page'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 119, col 228, Line is too long. +build/public/templates/partials/flags/results.js: line 119, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 119, col 57, ['pagination'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 119, col 74, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 119, col 90, ['pagination'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 119, col 104, ['pages'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 119, col 116, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 119, col 132, ['pagination'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 119, col 146, ['pages'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 119, col 164, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 119, col 180, ['pagination'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 119, col 194, ['pages'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 119, col 209, ['page'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 121, col 228, Line is too long. +build/public/templates/partials/flags/results.js: line 121, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 121, col 57, ['pagination'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 121, col 74, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 121, col 90, ['pagination'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 121, col 104, ['pages'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 121, col 116, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 121, col 132, ['pagination'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 121, col 146, ['pages'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 121, col 164, Expected '!==' and instead saw '!='. +build/public/templates/partials/flags/results.js: line 121, col 180, ['pagination'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 121, col 194, ['pages'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 121, col 209, ['page'] is better written in dot notation. +build/public/templates/partials/flags/results.js: line 106, col 13, 'key' is defined but never used. +build/public/templates/partials/flags/results.js: line 105, col 153, 'value' is defined but never used. +build/public/templates/partials/flags/results.js: line 105, col 145, 'length' is defined but never used. +build/public/templates/partials/flags/results.js: line 105, col 138, 'index' is defined but never used. +build/public/templates/partials/flags/results.js: line 104, col 11, 'value' is defined but never used. +build/public/templates/partials/flags/results.js: line 102, col 81, 'helper' is defined but never used. +build/public/templates/partials/flags/results.js: line 131, col 3, Missing semicolon. +build/public/templates/partials/flags/results.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/flags/results.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/fontawesome.js: line 12, col 329, Line is too long. +build/public/templates/partials/fontawesome.js: line 13, col 22, ['icons'] is better written in dot notation. +build/public/templates/partials/fontawesome.js: line 14, col 174, Line is too long. +build/public/templates/partials/fontawesome.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/partials/fontawesome.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/fontawesome.js: line 21, col 113, Line is too long. +build/public/templates/partials/fontawesome.js: line 21, col 36, Expected '!==' and instead saw '!='. +build/public/templates/partials/fontawesome.js: line 21, col 52, ['icons'] is better written in dot notation. +build/public/templates/partials/fontawesome.js: line 24, col 150, Line is too long. +build/public/templates/partials/fontawesome.js: line 24, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/fontawesome.js: line 24, col 53, ['icons'] is better written in dot notation. +build/public/templates/partials/fontawesome.js: line 24, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/fontawesome.js: line 24, col 81, ['icons'] is better written in dot notation. +build/public/templates/partials/fontawesome.js: line 24, col 99, Expected '!==' and instead saw '!='. +build/public/templates/partials/fontawesome.js: line 24, col 115, ['icons'] is better written in dot notation. +build/public/templates/partials/fontawesome.js: line 24, col 130, ['style'] is better written in dot notation. +build/public/templates/partials/fontawesome.js: line 26, col 147, Line is too long. +build/public/templates/partials/fontawesome.js: line 26, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/fontawesome.js: line 26, col 53, ['icons'] is better written in dot notation. +build/public/templates/partials/fontawesome.js: line 26, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/fontawesome.js: line 26, col 81, ['icons'] is better written in dot notation. +build/public/templates/partials/fontawesome.js: line 26, col 99, Expected '!==' and instead saw '!='. +build/public/templates/partials/fontawesome.js: line 26, col 115, ['icons'] is better written in dot notation. +build/public/templates/partials/fontawesome.js: line 26, col 130, ['id'] is better written in dot notation. +build/public/templates/partials/fontawesome.js: line 22, col 13, 'key' is defined but never used. +build/public/templates/partials/fontawesome.js: line 21, col 106, 'value' is defined but never used. +build/public/templates/partials/fontawesome.js: line 21, col 98, 'length' is defined but never used. +build/public/templates/partials/fontawesome.js: line 21, col 91, 'index' is defined but never used. +build/public/templates/partials/fontawesome.js: line 20, col 11, 'value' is defined but never used. +build/public/templates/partials/fontawesome.js: line 18, col 60, 'helper' is defined but never used. +build/public/templates/partials/fontawesome.js: line 35, col 3, Missing semicolon. +build/public/templates/partials/fontawesome.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/fontawesome.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/footer/js.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/footer/js.js: line 13, col 49, ['relative_path'] is better written in dot notation. +build/public/templates/partials/footer/js.js: line 15, col 115, Line is too long. +build/public/templates/partials/footer/js.js: line 15, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/footer/js.js: line 15, col 49, ['config'] is better written in dot notation. +build/public/templates/partials/footer/js.js: line 15, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/footer/js.js: line 15, col 78, ['config'] is better written in dot notation. +build/public/templates/partials/footer/js.js: line 17, col 22, ['scripts'] is better written in dot notation. +build/public/templates/partials/footer/js.js: line 18, col 187, Line is too long. +build/public/templates/partials/footer/js.js: line 19, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/footer/js.js: line 19, col 41, ['useCustomJS'] is better written in dot notation. +build/public/templates/partials/footer/js.js: line 21, col 28, Expected '!==' and instead saw '!='. +build/public/templates/partials/footer/js.js: line 21, col 44, ['customJS'] is better written in dot notation. +build/public/templates/partials/footer/js.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/footer/js.js: line 31, col 115, Line is too long. +build/public/templates/partials/footer/js.js: line 31, col 36, Expected '!==' and instead saw '!='. +build/public/templates/partials/footer/js.js: line 31, col 52, ['scripts'] is better written in dot notation. +build/public/templates/partials/footer/js.js: line 34, col 154, Line is too long. +build/public/templates/partials/footer/js.js: line 34, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/footer/js.js: line 34, col 53, ['scripts'] is better written in dot notation. +build/public/templates/partials/footer/js.js: line 34, col 67, Expected '!==' and instead saw '!='. +build/public/templates/partials/footer/js.js: line 34, col 83, ['scripts'] is better written in dot notation. +build/public/templates/partials/footer/js.js: line 34, col 103, Expected '!==' and instead saw '!='. +build/public/templates/partials/footer/js.js: line 34, col 119, ['scripts'] is better written in dot notation. +build/public/templates/partials/footer/js.js: line 34, col 136, ['src'] is better written in dot notation. +build/public/templates/partials/footer/js.js: line 32, col 13, 'key' is defined but never used. +build/public/templates/partials/footer/js.js: line 31, col 108, 'value' is defined but never used. +build/public/templates/partials/footer/js.js: line 31, col 100, 'length' is defined but never used. +build/public/templates/partials/footer/js.js: line 31, col 93, 'index' is defined but never used. +build/public/templates/partials/footer/js.js: line 30, col 11, 'value' is defined but never used. +build/public/templates/partials/footer/js.js: line 28, col 64, 'helper' is defined but never used. +build/public/templates/partials/footer/js.js: line 43, col 3, Missing semicolon. +build/public/templates/partials/footer/js.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/footer/js.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/gdpr_consent.js: line 12, col 404, Line is too long. +build/public/templates/partials/gdpr_consent.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/gdpr_consent.js: line 13, col 41, ['digestEnabled'] is better written in dot notation. +build/public/templates/partials/gdpr_consent.js: line 15, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/gdpr_consent.js: line 15, col 53, ['digestFrequency'] is better written in dot notation. +build/public/templates/partials/gdpr_consent.js: line 18, col 277, Line is too long. +build/public/templates/partials/gdpr_consent.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/gdpr_consent.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/partials/gdpr_consent.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/partials/gdpr_consent.js: line 26, col 3, Missing semicolon. +build/public/templates/partials/gdpr_consent.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/gdpr_consent.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/groups/admin.js: line 12, col 177, Line is too long. +build/public/templates/partials/groups/admin.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 13, col 41, ['group'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 13, col 53, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 13, col 69, ['group'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 13, col 78, ['system'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 17, col 112, Line is too long. +build/public/templates/partials/groups/admin.js: line 17, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 17, col 49, ['group'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 17, col 61, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 17, col 77, ['group'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 17, col 86, ['displayName'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 18, col 241, Line is too long. +build/public/templates/partials/groups/admin.js: line 19, col 112, Line is too long. +build/public/templates/partials/groups/admin.js: line 19, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 19, col 49, ['group'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 19, col 61, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 19, col 77, ['group'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 19, col 86, ['description'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 20, col 279, Line is too long. +build/public/templates/partials/groups/admin.js: line 21, col 115, Line is too long. +build/public/templates/partials/groups/admin.js: line 21, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 21, col 49, ['group'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 21, col 61, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 21, col 77, ['group'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 21, col 86, ['memberPostCids'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 22, col 432, Line is too long. +build/public/templates/partials/groups/admin.js: line 23, col 145, Line is too long. +build/public/templates/partials/groups/admin.js: line 23, col 26, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 23, col 42, ['selectedCategory'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 23, col 92, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 23, col 108, ['showCategorySelectLabel'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 25, col 159, Line is too long. +build/public/templates/partials/groups/admin.js: line 25, col 84, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 25, col 100, ['selectedCategory'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 27, col 131, Line is too long. +build/public/templates/partials/groups/admin.js: line 27, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 27, col 53, ['selectedCategory'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 27, col 76, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 27, col 92, ['selectedCategory'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 27, col 112, ['name'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 30, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 30, col 45, ['selectCategoryIcon'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 31, col 39, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 31, col 55, ['selectCategoryIcon'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 33, col 101, Line is too long. +build/public/templates/partials/groups/admin.js: line 34, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 34, col 45, ['selectCategoryLabel'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 35, col 39, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 35, col 55, ['selectCategoryLabel'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 38, col 596, Line is too long. +build/public/templates/partials/groups/admin.js: line 39, col 22, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 40, col 365, Line is too long. +build/public/templates/partials/groups/admin.js: line 41, col 117, Line is too long. +build/public/templates/partials/groups/admin.js: line 41, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 41, col 49, ['group'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 41, col 61, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 41, col 77, ['group'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 41, col 86, ['userTitleEscaped'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 43, col 107, Line is too long. +build/public/templates/partials/groups/admin.js: line 43, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 43, col 41, ['group'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 43, col 53, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 43, col 69, ['group'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 43, col 78, ['userTitleEnabled'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 46, col 159, Line is too long. +build/public/templates/partials/groups/admin.js: line 47, col 107, Line is too long. +build/public/templates/partials/groups/admin.js: line 47, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 47, col 41, ['group'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 47, col 53, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 47, col 69, ['group'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 47, col 78, ['userTitleEnabled'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 50, col 302, Line is too long. +build/public/templates/partials/groups/admin.js: line 51, col 107, Line is too long. +build/public/templates/partials/groups/admin.js: line 51, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 51, col 41, ['group'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 51, col 53, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 51, col 69, ['group'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 51, col 78, ['userTitleEnabled'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 55, col 110, Line is too long. +build/public/templates/partials/groups/admin.js: line 55, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 55, col 49, ['group'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 55, col 61, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 55, col 77, ['group'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 55, col 86, ['textColor'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 57, col 111, Line is too long. +build/public/templates/partials/groups/admin.js: line 57, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 57, col 49, ['group'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 57, col 61, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 57, col 77, ['group'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 57, col 86, ['labelColor'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 59, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 59, col 41, ['group'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 59, col 53, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 59, col 69, ['group'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 59, col 78, ['icon'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 61, col 109, Line is too long. +build/public/templates/partials/groups/admin.js: line 61, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 61, col 53, ['group'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 61, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 61, col 81, ['group'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 61, col 90, ['icon'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 62, col 104, Line is too long. +build/public/templates/partials/groups/admin.js: line 62, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 62, col 45, ['group'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 62, col 57, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 62, col 73, ['group'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 62, col 82, ['userTitle'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 67, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 67, col 41, ['group'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 67, col 53, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 67, col 69, ['group'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 67, col 78, ['userTitle'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 68, col 111, Line is too long. +build/public/templates/partials/groups/admin.js: line 68, col 35, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 68, col 51, ['group'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 68, col 63, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 68, col 79, ['group'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 68, col 88, ['userTitle'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 70, col 367, Line is too long. +build/public/templates/partials/groups/admin.js: line 71, col 101, Line is too long. +build/public/templates/partials/groups/admin.js: line 71, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 71, col 41, ['group'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 71, col 53, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 71, col 69, ['group'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 71, col 78, ['labelColor'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 72, col 112, Line is too long. +build/public/templates/partials/groups/admin.js: line 72, col 35, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 72, col 51, ['group'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 72, col 63, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 72, col 79, ['group'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 72, col 88, ['labelColor'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 74, col 304, Line is too long. +build/public/templates/partials/groups/admin.js: line 75, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 75, col 41, ['group'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 75, col 53, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 75, col 69, ['group'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 75, col 78, ['textColor'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 76, col 111, Line is too long. +build/public/templates/partials/groups/admin.js: line 76, col 35, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 76, col 51, ['group'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 76, col 63, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 76, col 79, ['group'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 76, col 88, ['textColor'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 79, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 79, col 41, ['group'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 79, col 53, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 79, col 69, ['group'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 79, col 78, ['icon'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 80, col 106, Line is too long. +build/public/templates/partials/groups/admin.js: line 80, col 35, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 80, col 51, ['group'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 80, col 63, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 80, col 79, ['group'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 80, col 88, ['icon'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 82, col 442, Line is too long. +build/public/templates/partials/groups/admin.js: line 83, col 22, ['icons'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 84, col 451, Line is too long. +build/public/templates/partials/groups/admin.js: line 85, col 107, Line is too long. +build/public/templates/partials/groups/admin.js: line 85, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 85, col 41, ['group'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 85, col 53, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 85, col 69, ['group'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 85, col 78, ['userTitleEnabled'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 88, col 219, Line is too long. +build/public/templates/partials/groups/admin.js: line 89, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 89, col 41, ['group'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 89, col 53, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 89, col 69, ['group'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 89, col 78, ['private'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 93, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 93, col 41, ['allowPrivateGroups'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 96, col 330, Line is too long. +build/public/templates/partials/groups/admin.js: line 97, col 110, Line is too long. +build/public/templates/partials/groups/admin.js: line 97, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 97, col 41, ['group'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 97, col 53, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 97, col 69, ['group'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 97, col 78, ['disableJoinRequests'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 100, col 239, Line is too long. +build/public/templates/partials/groups/admin.js: line 101, col 103, Line is too long. +build/public/templates/partials/groups/admin.js: line 101, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 101, col 41, ['group'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 101, col 53, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 101, col 69, ['group'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 101, col 78, ['disableLeave'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 104, col 215, Line is too long. +build/public/templates/partials/groups/admin.js: line 105, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 105, col 41, ['group'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 105, col 53, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 105, col 69, ['group'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 105, col 78, ['hidden'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 108, col 379, Line is too long. +build/public/templates/partials/groups/admin.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/groups/admin.js: line 115, col 121, Line is too long. +build/public/templates/partials/groups/admin.js: line 115, col 36, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 115, col 52, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 118, col 172, Line is too long. +build/public/templates/partials/groups/admin.js: line 118, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 118, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 118, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 118, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 118, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 118, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 118, col 146, ['disabledClass'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 122, col 172, Line is too long. +build/public/templates/partials/groups/admin.js: line 122, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 122, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 122, col 73, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 122, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 122, col 115, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 122, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 122, col 154, ['cid'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 124, col 173, Line is too long. +build/public/templates/partials/groups/admin.js: line 124, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 124, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 124, col 73, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 124, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 124, col 115, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 124, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 124, col 154, ['name'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 126, col 178, Line is too long. +build/public/templates/partials/groups/admin.js: line 126, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 126, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 126, col 73, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 126, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 126, col 115, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 126, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 126, col 154, ['parentCid'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 128, col 172, Line is too long. +build/public/templates/partials/groups/admin.js: line 128, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 128, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 128, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 128, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 128, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 128, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 128, col 146, ['disabledClass'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 132, col 174, Line is too long. +build/public/templates/partials/groups/admin.js: line 132, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 132, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 132, col 73, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 132, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 132, col 115, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 132, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 132, col 154, ['level'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 134, col 164, Line is too long. +build/public/templates/partials/groups/admin.js: line 134, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 134, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 134, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 134, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 134, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 134, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 134, col 146, ['match'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 138, col 163, Line is too long. +build/public/templates/partials/groups/admin.js: line 138, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 138, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 138, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 138, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 138, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 138, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 138, col 146, ['icon'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 140, col 114, Line is too long. +build/public/templates/partials/groups/admin.js: line 144, col 173, Line is too long. +build/public/templates/partials/groups/admin.js: line 144, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 144, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 144, col 73, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 144, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 144, col 115, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 144, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 144, col 154, ['name'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 116, col 13, 'key' is defined but never used. +build/public/templates/partials/groups/admin.js: line 114, col 11, 'value' is defined but never used. +build/public/templates/partials/groups/admin.js: line 153, col 113, Line is too long. +build/public/templates/partials/groups/admin.js: line 153, col 36, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 153, col 52, ['icons'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 156, col 150, Line is too long. +build/public/templates/partials/groups/admin.js: line 156, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 156, col 53, ['icons'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 156, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 156, col 81, ['icons'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 156, col 99, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 156, col 115, ['icons'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 156, col 130, ['style'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 158, col 147, Line is too long. +build/public/templates/partials/groups/admin.js: line 158, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 158, col 53, ['icons'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 158, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 158, col 81, ['icons'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 158, col 99, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/admin.js: line 158, col 115, ['icons'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 158, col 130, ['id'] is better written in dot notation. +build/public/templates/partials/groups/admin.js: line 154, col 13, 'key' is defined but never used. +build/public/templates/partials/groups/admin.js: line 153, col 106, 'value' is defined but never used. +build/public/templates/partials/groups/admin.js: line 153, col 98, 'length' is defined but never used. +build/public/templates/partials/groups/admin.js: line 153, col 91, 'index' is defined but never used. +build/public/templates/partials/groups/admin.js: line 152, col 11, 'value' is defined but never used. +build/public/templates/partials/groups/admin.js: line 150, col 60, 'helper' is defined but never used. +build/public/templates/partials/groups/admin.js: line 167, col 3, Missing semicolon. +build/public/templates/partials/groups/admin.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/groups/admin.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/groups/badge.js: line 13, col 116, Line is too long. +build/public/templates/partials/groups/badge.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/badge.js: line 13, col 49, ['config'] is better written in dot notation. +build/public/templates/partials/groups/badge.js: line 13, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/badge.js: line 13, col 78, ['config'] is better written in dot notation. +build/public/templates/partials/groups/badge.js: line 13, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/partials/groups/badge.js: line 15, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/badge.js: line 15, col 49, ['slug'] is better written in dot notation. +build/public/templates/partials/groups/badge.js: line 17, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/badge.js: line 17, col 49, ['textColor'] is better written in dot notation. +build/public/templates/partials/groups/badge.js: line 19, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/badge.js: line 19, col 49, ['labelColor'] is better written in dot notation. +build/public/templates/partials/groups/badge.js: line 21, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/badge.js: line 21, col 41, ['icon'] is better written in dot notation. +build/public/templates/partials/groups/badge.js: line 22, col 35, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/badge.js: line 22, col 51, ['icon'] is better written in dot notation. +build/public/templates/partials/groups/badge.js: line 23, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/badge.js: line 23, col 45, ['userTitle'] is better written in dot notation. +build/public/templates/partials/groups/badge.js: line 28, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/badge.js: line 28, col 41, ['userTitle'] is better written in dot notation. +build/public/templates/partials/groups/badge.js: line 29, col 35, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/badge.js: line 29, col 51, ['userTitle'] is better written in dot notation. +build/public/templates/partials/groups/badge.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/groups/badge.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/partials/groups/badge.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/partials/groups/badge.js: line 39, col 3, Missing semicolon. +build/public/templates/partials/groups/badge.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/groups/badge.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/groups/filter-dropdown-content.js: line 12, col 216, Line is too long. +build/public/templates/partials/groups/filter-dropdown-content.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/filter-dropdown-content.js: line 13, col 41, ['selectedGroup'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-content.js: line 15, col 132, Line is too long. +build/public/templates/partials/groups/filter-dropdown-content.js: line 15, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/filter-dropdown-content.js: line 15, col 53, ['selectedGroup'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-content.js: line 15, col 73, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/filter-dropdown-content.js: line 15, col 89, ['selectedGroup'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-content.js: line 15, col 106, ['displayName'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-content.js: line 18, col 173, Line is too long. +build/public/templates/partials/groups/filter-dropdown-content.js: line 19, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/filter-dropdown-content.js: line 19, col 41, ['selectedGroup'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-content.js: line 22, col 110, Line is too long. +build/public/templates/partials/groups/filter-dropdown-content.js: line 23, col 116, Line is too long. +build/public/templates/partials/groups/filter-dropdown-content.js: line 23, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/filter-dropdown-content.js: line 23, col 49, ['config'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-content.js: line 23, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/filter-dropdown-content.js: line 23, col 78, ['config'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-content.js: line 23, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-content.js: line 25, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/filter-dropdown-content.js: line 25, col 49, ['allGroupsUrl'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-content.js: line 26, col 106, Line is too long. +build/public/templates/partials/groups/filter-dropdown-content.js: line 27, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/filter-dropdown-content.js: line 27, col 41, ['selectedGroup'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-content.js: line 31, col 22, ['groups'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-content.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/groups/filter-dropdown-content.js: line 39, col 114, Line is too long. +build/public/templates/partials/groups/filter-dropdown-content.js: line 39, col 36, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/filter-dropdown-content.js: line 39, col 52, ['groups'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-content.js: line 42, col 146, Line is too long. +build/public/templates/partials/groups/filter-dropdown-content.js: line 42, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/filter-dropdown-content.js: line 42, col 45, ['groups'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-content.js: line 42, col 58, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/filter-dropdown-content.js: line 42, col 74, ['groups'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-content.js: line 42, col 93, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/filter-dropdown-content.js: line 42, col 109, ['groups'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-content.js: line 42, col 125, ['selected'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-content.js: line 45, col 114, Line is too long. +build/public/templates/partials/groups/filter-dropdown-content.js: line 46, col 120, Line is too long. +build/public/templates/partials/groups/filter-dropdown-content.js: line 46, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/filter-dropdown-content.js: line 46, col 53, ['config'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-content.js: line 46, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/filter-dropdown-content.js: line 46, col 82, ['config'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-content.js: line 46, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-content.js: line 48, col 151, Line is too long. +build/public/templates/partials/groups/filter-dropdown-content.js: line 48, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/filter-dropdown-content.js: line 48, col 53, ['groups'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-content.js: line 48, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/filter-dropdown-content.js: line 48, col 82, ['groups'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-content.js: line 48, col 101, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/filter-dropdown-content.js: line 48, col 117, ['groups'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-content.js: line 48, col 133, ['url'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-content.js: line 50, col 159, Line is too long. +build/public/templates/partials/groups/filter-dropdown-content.js: line 50, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/filter-dropdown-content.js: line 50, col 53, ['groups'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-content.js: line 50, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/filter-dropdown-content.js: line 50, col 82, ['groups'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-content.js: line 50, col 101, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/filter-dropdown-content.js: line 50, col 117, ['groups'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-content.js: line 50, col 133, ['displayName'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-content.js: line 52, col 146, Line is too long. +build/public/templates/partials/groups/filter-dropdown-content.js: line 52, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/filter-dropdown-content.js: line 52, col 45, ['groups'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-content.js: line 52, col 58, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/filter-dropdown-content.js: line 52, col 74, ['groups'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-content.js: line 52, col 93, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/filter-dropdown-content.js: line 52, col 109, ['groups'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-content.js: line 52, col 125, ['selected'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-content.js: line 40, col 13, 'key' is defined but never used. +build/public/templates/partials/groups/filter-dropdown-content.js: line 39, col 107, 'value' is defined but never used. +build/public/templates/partials/groups/filter-dropdown-content.js: line 39, col 99, 'length' is defined but never used. +build/public/templates/partials/groups/filter-dropdown-content.js: line 39, col 92, 'index' is defined but never used. +build/public/templates/partials/groups/filter-dropdown-content.js: line 38, col 11, 'value' is defined but never used. +build/public/templates/partials/groups/filter-dropdown-content.js: line 36, col 62, 'helper' is defined but never used. +build/public/templates/partials/groups/filter-dropdown-content.js: line 63, col 3, Missing semicolon. +build/public/templates/partials/groups/filter-dropdown-content.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/groups/filter-dropdown-content.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/groups/filter-dropdown-left.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/filter-dropdown-left.js: line 13, col 41, ['groups'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-left.js: line 13, col 54, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/filter-dropdown-left.js: line 13, col 70, ['groups'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-left.js: line 13, col 80, ['length'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-left.js: line 16, col 216, Line is too long. +build/public/templates/partials/groups/filter-dropdown-left.js: line 17, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/filter-dropdown-left.js: line 17, col 41, ['selectedGroup'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-left.js: line 19, col 132, Line is too long. +build/public/templates/partials/groups/filter-dropdown-left.js: line 19, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/filter-dropdown-left.js: line 19, col 53, ['selectedGroup'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-left.js: line 19, col 73, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/filter-dropdown-left.js: line 19, col 89, ['selectedGroup'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-left.js: line 19, col 106, ['displayName'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-left.js: line 22, col 173, Line is too long. +build/public/templates/partials/groups/filter-dropdown-left.js: line 23, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/filter-dropdown-left.js: line 23, col 41, ['selectedGroup'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-left.js: line 26, col 110, Line is too long. +build/public/templates/partials/groups/filter-dropdown-left.js: line 27, col 116, Line is too long. +build/public/templates/partials/groups/filter-dropdown-left.js: line 27, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/filter-dropdown-left.js: line 27, col 49, ['config'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-left.js: line 27, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/filter-dropdown-left.js: line 27, col 78, ['config'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-left.js: line 27, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-left.js: line 29, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/filter-dropdown-left.js: line 29, col 49, ['allGroupsUrl'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-left.js: line 30, col 106, Line is too long. +build/public/templates/partials/groups/filter-dropdown-left.js: line 31, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/filter-dropdown-left.js: line 31, col 41, ['selectedGroup'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-left.js: line 35, col 22, ['groups'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-left.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/groups/filter-dropdown-left.js: line 43, col 114, Line is too long. +build/public/templates/partials/groups/filter-dropdown-left.js: line 43, col 36, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/filter-dropdown-left.js: line 43, col 52, ['groups'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-left.js: line 46, col 146, Line is too long. +build/public/templates/partials/groups/filter-dropdown-left.js: line 46, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/filter-dropdown-left.js: line 46, col 45, ['groups'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-left.js: line 46, col 58, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/filter-dropdown-left.js: line 46, col 74, ['groups'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-left.js: line 46, col 93, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/filter-dropdown-left.js: line 46, col 109, ['groups'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-left.js: line 46, col 125, ['selected'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-left.js: line 49, col 114, Line is too long. +build/public/templates/partials/groups/filter-dropdown-left.js: line 50, col 120, Line is too long. +build/public/templates/partials/groups/filter-dropdown-left.js: line 50, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/filter-dropdown-left.js: line 50, col 53, ['config'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-left.js: line 50, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/filter-dropdown-left.js: line 50, col 82, ['config'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-left.js: line 50, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-left.js: line 52, col 151, Line is too long. +build/public/templates/partials/groups/filter-dropdown-left.js: line 52, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/filter-dropdown-left.js: line 52, col 53, ['groups'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-left.js: line 52, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/filter-dropdown-left.js: line 52, col 82, ['groups'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-left.js: line 52, col 101, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/filter-dropdown-left.js: line 52, col 117, ['groups'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-left.js: line 52, col 133, ['url'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-left.js: line 54, col 159, Line is too long. +build/public/templates/partials/groups/filter-dropdown-left.js: line 54, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/filter-dropdown-left.js: line 54, col 53, ['groups'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-left.js: line 54, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/filter-dropdown-left.js: line 54, col 82, ['groups'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-left.js: line 54, col 101, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/filter-dropdown-left.js: line 54, col 117, ['groups'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-left.js: line 54, col 133, ['displayName'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-left.js: line 56, col 146, Line is too long. +build/public/templates/partials/groups/filter-dropdown-left.js: line 56, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/filter-dropdown-left.js: line 56, col 45, ['groups'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-left.js: line 56, col 58, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/filter-dropdown-left.js: line 56, col 74, ['groups'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-left.js: line 56, col 93, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/filter-dropdown-left.js: line 56, col 109, ['groups'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-left.js: line 56, col 125, ['selected'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-left.js: line 44, col 13, 'key' is defined but never used. +build/public/templates/partials/groups/filter-dropdown-left.js: line 43, col 107, 'value' is defined but never used. +build/public/templates/partials/groups/filter-dropdown-left.js: line 43, col 99, 'length' is defined but never used. +build/public/templates/partials/groups/filter-dropdown-left.js: line 43, col 92, 'index' is defined but never used. +build/public/templates/partials/groups/filter-dropdown-left.js: line 42, col 11, 'value' is defined but never used. +build/public/templates/partials/groups/filter-dropdown-left.js: line 40, col 62, 'helper' is defined but never used. +build/public/templates/partials/groups/filter-dropdown-left.js: line 67, col 3, Missing semicolon. +build/public/templates/partials/groups/filter-dropdown-left.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/groups/filter-dropdown-left.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/groups/filter-dropdown-right.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/filter-dropdown-right.js: line 13, col 41, ['groups'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-right.js: line 13, col 54, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/filter-dropdown-right.js: line 13, col 70, ['groups'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-right.js: line 13, col 80, ['length'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-right.js: line 16, col 216, Line is too long. +build/public/templates/partials/groups/filter-dropdown-right.js: line 17, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/filter-dropdown-right.js: line 17, col 41, ['selectedGroup'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-right.js: line 19, col 132, Line is too long. +build/public/templates/partials/groups/filter-dropdown-right.js: line 19, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/filter-dropdown-right.js: line 19, col 53, ['selectedGroup'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-right.js: line 19, col 73, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/filter-dropdown-right.js: line 19, col 89, ['selectedGroup'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-right.js: line 19, col 106, ['displayName'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-right.js: line 22, col 173, Line is too long. +build/public/templates/partials/groups/filter-dropdown-right.js: line 23, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/filter-dropdown-right.js: line 23, col 41, ['selectedGroup'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-right.js: line 26, col 110, Line is too long. +build/public/templates/partials/groups/filter-dropdown-right.js: line 27, col 116, Line is too long. +build/public/templates/partials/groups/filter-dropdown-right.js: line 27, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/filter-dropdown-right.js: line 27, col 49, ['config'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-right.js: line 27, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/filter-dropdown-right.js: line 27, col 78, ['config'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-right.js: line 27, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-right.js: line 29, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/filter-dropdown-right.js: line 29, col 49, ['allGroupsUrl'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-right.js: line 30, col 106, Line is too long. +build/public/templates/partials/groups/filter-dropdown-right.js: line 31, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/filter-dropdown-right.js: line 31, col 41, ['selectedGroup'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-right.js: line 35, col 22, ['groups'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-right.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/groups/filter-dropdown-right.js: line 43, col 114, Line is too long. +build/public/templates/partials/groups/filter-dropdown-right.js: line 43, col 36, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/filter-dropdown-right.js: line 43, col 52, ['groups'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-right.js: line 46, col 146, Line is too long. +build/public/templates/partials/groups/filter-dropdown-right.js: line 46, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/filter-dropdown-right.js: line 46, col 45, ['groups'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-right.js: line 46, col 58, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/filter-dropdown-right.js: line 46, col 74, ['groups'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-right.js: line 46, col 93, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/filter-dropdown-right.js: line 46, col 109, ['groups'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-right.js: line 46, col 125, ['selected'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-right.js: line 49, col 114, Line is too long. +build/public/templates/partials/groups/filter-dropdown-right.js: line 50, col 120, Line is too long. +build/public/templates/partials/groups/filter-dropdown-right.js: line 50, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/filter-dropdown-right.js: line 50, col 53, ['config'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-right.js: line 50, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/filter-dropdown-right.js: line 50, col 82, ['config'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-right.js: line 50, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-right.js: line 52, col 151, Line is too long. +build/public/templates/partials/groups/filter-dropdown-right.js: line 52, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/filter-dropdown-right.js: line 52, col 53, ['groups'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-right.js: line 52, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/filter-dropdown-right.js: line 52, col 82, ['groups'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-right.js: line 52, col 101, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/filter-dropdown-right.js: line 52, col 117, ['groups'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-right.js: line 52, col 133, ['url'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-right.js: line 54, col 159, Line is too long. +build/public/templates/partials/groups/filter-dropdown-right.js: line 54, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/filter-dropdown-right.js: line 54, col 53, ['groups'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-right.js: line 54, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/filter-dropdown-right.js: line 54, col 82, ['groups'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-right.js: line 54, col 101, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/filter-dropdown-right.js: line 54, col 117, ['groups'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-right.js: line 54, col 133, ['displayName'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-right.js: line 56, col 146, Line is too long. +build/public/templates/partials/groups/filter-dropdown-right.js: line 56, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/filter-dropdown-right.js: line 56, col 45, ['groups'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-right.js: line 56, col 58, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/filter-dropdown-right.js: line 56, col 74, ['groups'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-right.js: line 56, col 93, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/filter-dropdown-right.js: line 56, col 109, ['groups'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-right.js: line 56, col 125, ['selected'] is better written in dot notation. +build/public/templates/partials/groups/filter-dropdown-right.js: line 44, col 13, 'key' is defined but never used. +build/public/templates/partials/groups/filter-dropdown-right.js: line 43, col 107, 'value' is defined but never used. +build/public/templates/partials/groups/filter-dropdown-right.js: line 43, col 99, 'length' is defined but never used. +build/public/templates/partials/groups/filter-dropdown-right.js: line 43, col 92, 'index' is defined but never used. +build/public/templates/partials/groups/filter-dropdown-right.js: line 42, col 11, 'value' is defined but never used. +build/public/templates/partials/groups/filter-dropdown-right.js: line 40, col 62, 'helper' is defined but never used. +build/public/templates/partials/groups/filter-dropdown-right.js: line 67, col 3, Missing semicolon. +build/public/templates/partials/groups/filter-dropdown-right.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/groups/filter-dropdown-right.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/groups/invited.js: line 12, col 800, Line is too long. +build/public/templates/partials/groups/invited.js: line 13, col 147, Line is too long. +build/public/templates/partials/groups/invited.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/invited.js: line 13, col 41, ['group'] is better written in dot notation. +build/public/templates/partials/groups/invited.js: line 13, col 53, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/invited.js: line 13, col 69, ['group'] is better written in dot notation. +build/public/templates/partials/groups/invited.js: line 13, col 78, ['invited'] is better written in dot notation. +build/public/templates/partials/groups/invited.js: line 13, col 92, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/invited.js: line 13, col 108, ['group'] is better written in dot notation. +build/public/templates/partials/groups/invited.js: line 13, col 117, ['invited'] is better written in dot notation. +build/public/templates/partials/groups/invited.js: line 13, col 128, ['length'] is better written in dot notation. +build/public/templates/partials/groups/invited.js: line 16, col 120, Line is too long. +build/public/templates/partials/groups/invited.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/partials/groups/invited.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/groups/invited.js: line 25, col 152, Line is too long. +build/public/templates/partials/groups/invited.js: line 25, col 36, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/invited.js: line 25, col 52, ['group'] is better written in dot notation. +build/public/templates/partials/groups/invited.js: line 25, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/invited.js: line 25, col 80, ['group'] is better written in dot notation. +build/public/templates/partials/groups/invited.js: line 25, col 89, ['invited'] is better written in dot notation. +build/public/templates/partials/groups/invited.js: line 28, col 209, Line is too long. +build/public/templates/partials/groups/invited.js: line 28, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/invited.js: line 28, col 53, ['group'] is better written in dot notation. +build/public/templates/partials/groups/invited.js: line 28, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/invited.js: line 28, col 81, ['group'] is better written in dot notation. +build/public/templates/partials/groups/invited.js: line 28, col 90, ['invited'] is better written in dot notation. +build/public/templates/partials/groups/invited.js: line 28, col 104, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/invited.js: line 28, col 120, ['group'] is better written in dot notation. +build/public/templates/partials/groups/invited.js: line 28, col 129, ['invited'] is better written in dot notation. +build/public/templates/partials/groups/invited.js: line 28, col 149, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/invited.js: line 28, col 165, ['group'] is better written in dot notation. +build/public/templates/partials/groups/invited.js: line 28, col 174, ['invited'] is better written in dot notation. +build/public/templates/partials/groups/invited.js: line 28, col 191, ['uid'] is better written in dot notation. +build/public/templates/partials/groups/invited.js: line 29, col 215, Line is too long. +build/public/templates/partials/groups/invited.js: line 30, col 120, Line is too long. +build/public/templates/partials/groups/invited.js: line 30, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/invited.js: line 30, col 53, ['config'] is better written in dot notation. +build/public/templates/partials/groups/invited.js: line 30, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/invited.js: line 30, col 82, ['config'] is better written in dot notation. +build/public/templates/partials/groups/invited.js: line 30, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/partials/groups/invited.js: line 32, col 214, Line is too long. +build/public/templates/partials/groups/invited.js: line 32, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/invited.js: line 32, col 53, ['group'] is better written in dot notation. +build/public/templates/partials/groups/invited.js: line 32, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/invited.js: line 32, col 81, ['group'] is better written in dot notation. +build/public/templates/partials/groups/invited.js: line 32, col 90, ['invited'] is better written in dot notation. +build/public/templates/partials/groups/invited.js: line 32, col 104, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/invited.js: line 32, col 120, ['group'] is better written in dot notation. +build/public/templates/partials/groups/invited.js: line 32, col 129, ['invited'] is better written in dot notation. +build/public/templates/partials/groups/invited.js: line 32, col 149, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/invited.js: line 32, col 165, ['group'] is better written in dot notation. +build/public/templates/partials/groups/invited.js: line 32, col 174, ['invited'] is better written in dot notation. +build/public/templates/partials/groups/invited.js: line 32, col 191, ['userslug'] is better written in dot notation. +build/public/templates/partials/groups/invited.js: line 34, col 259, Line is too long. +build/public/templates/partials/groups/invited.js: line 34, col 78, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/invited.js: line 34, col 94, ['group'] is better written in dot notation. +build/public/templates/partials/groups/invited.js: line 34, col 106, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/invited.js: line 34, col 122, ['group'] is better written in dot notation. +build/public/templates/partials/groups/invited.js: line 34, col 131, ['invited'] is better written in dot notation. +build/public/templates/partials/groups/invited.js: line 34, col 145, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/invited.js: line 34, col 161, ['group'] is better written in dot notation. +build/public/templates/partials/groups/invited.js: line 34, col 170, ['invited'] is better written in dot notation. +build/public/templates/partials/groups/invited.js: line 34, col 222, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/invited.js: line 36, col 120, Line is too long. +build/public/templates/partials/groups/invited.js: line 36, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/invited.js: line 36, col 53, ['config'] is better written in dot notation. +build/public/templates/partials/groups/invited.js: line 36, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/invited.js: line 36, col 82, ['config'] is better written in dot notation. +build/public/templates/partials/groups/invited.js: line 36, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/partials/groups/invited.js: line 38, col 214, Line is too long. +build/public/templates/partials/groups/invited.js: line 38, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/invited.js: line 38, col 53, ['group'] is better written in dot notation. +build/public/templates/partials/groups/invited.js: line 38, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/invited.js: line 38, col 81, ['group'] is better written in dot notation. +build/public/templates/partials/groups/invited.js: line 38, col 90, ['invited'] is better written in dot notation. +build/public/templates/partials/groups/invited.js: line 38, col 104, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/invited.js: line 38, col 120, ['group'] is better written in dot notation. +build/public/templates/partials/groups/invited.js: line 38, col 129, ['invited'] is better written in dot notation. +build/public/templates/partials/groups/invited.js: line 38, col 149, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/invited.js: line 38, col 165, ['group'] is better written in dot notation. +build/public/templates/partials/groups/invited.js: line 38, col 174, ['invited'] is better written in dot notation. +build/public/templates/partials/groups/invited.js: line 38, col 191, ['userslug'] is better written in dot notation. +build/public/templates/partials/groups/invited.js: line 40, col 214, Line is too long. +build/public/templates/partials/groups/invited.js: line 40, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/invited.js: line 40, col 53, ['group'] is better written in dot notation. +build/public/templates/partials/groups/invited.js: line 40, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/invited.js: line 40, col 81, ['group'] is better written in dot notation. +build/public/templates/partials/groups/invited.js: line 40, col 90, ['invited'] is better written in dot notation. +build/public/templates/partials/groups/invited.js: line 40, col 104, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/invited.js: line 40, col 120, ['group'] is better written in dot notation. +build/public/templates/partials/groups/invited.js: line 40, col 129, ['invited'] is better written in dot notation. +build/public/templates/partials/groups/invited.js: line 40, col 149, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/invited.js: line 40, col 165, ['group'] is better written in dot notation. +build/public/templates/partials/groups/invited.js: line 40, col 174, ['invited'] is better written in dot notation. +build/public/templates/partials/groups/invited.js: line 40, col 191, ['username'] is better written in dot notation. +build/public/templates/partials/groups/invited.js: line 41, col 172, Line is too long. +build/public/templates/partials/groups/invited.js: line 26, col 13, 'key' is defined but never used. +build/public/templates/partials/groups/invited.js: line 25, col 145, 'value' is defined but never used. +build/public/templates/partials/groups/invited.js: line 25, col 137, 'length' is defined but never used. +build/public/templates/partials/groups/invited.js: line 25, col 130, 'index' is defined but never used. +build/public/templates/partials/groups/invited.js: line 24, col 11, 'value' is defined but never used. +build/public/templates/partials/groups/invited.js: line 49, col 3, Missing semicolon. +build/public/templates/partials/groups/invited.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/groups/invited.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/groups/list.js: line 12, col 27, ['groups'] is better written in dot notation. +build/public/templates/partials/groups/list.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/partials/groups/list.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/groups/list.js: line 19, col 114, Line is too long. +build/public/templates/partials/groups/list.js: line 19, col 36, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/list.js: line 19, col 52, ['groups'] is better written in dot notation. +build/public/templates/partials/groups/list.js: line 21, col 111, Line is too long. +build/public/templates/partials/groups/list.js: line 22, col 152, Line is too long. +build/public/templates/partials/groups/list.js: line 22, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/list.js: line 22, col 53, ['groups'] is better written in dot notation. +build/public/templates/partials/groups/list.js: line 22, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/list.js: line 22, col 82, ['groups'] is better written in dot notation. +build/public/templates/partials/groups/list.js: line 22, col 101, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/list.js: line 22, col 117, ['groups'] is better written in dot notation. +build/public/templates/partials/groups/list.js: line 22, col 133, ['slug'] is better written in dot notation. +build/public/templates/partials/groups/list.js: line 24, col 120, Line is too long. +build/public/templates/partials/groups/list.js: line 24, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/list.js: line 24, col 53, ['config'] is better written in dot notation. +build/public/templates/partials/groups/list.js: line 24, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/list.js: line 24, col 82, ['config'] is better written in dot notation. +build/public/templates/partials/groups/list.js: line 24, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/partials/groups/list.js: line 26, col 152, Line is too long. +build/public/templates/partials/groups/list.js: line 26, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/list.js: line 26, col 53, ['groups'] is better written in dot notation. +build/public/templates/partials/groups/list.js: line 26, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/list.js: line 26, col 82, ['groups'] is better written in dot notation. +build/public/templates/partials/groups/list.js: line 26, col 101, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/list.js: line 26, col 117, ['groups'] is better written in dot notation. +build/public/templates/partials/groups/list.js: line 26, col 133, ['slug'] is better written in dot notation. +build/public/templates/partials/groups/list.js: line 28, col 153, Line is too long. +build/public/templates/partials/groups/list.js: line 28, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/list.js: line 28, col 45, ['groups'] is better written in dot notation. +build/public/templates/partials/groups/list.js: line 28, col 58, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/list.js: line 28, col 74, ['groups'] is better written in dot notation. +build/public/templates/partials/groups/list.js: line 28, col 93, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/list.js: line 28, col 109, ['groups'] is better written in dot notation. +build/public/templates/partials/groups/list.js: line 30, col 167, Line is too long. +build/public/templates/partials/groups/list.js: line 30, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/list.js: line 30, col 57, ['groups'] is better written in dot notation. +build/public/templates/partials/groups/list.js: line 30, col 70, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/list.js: line 30, col 86, ['groups'] is better written in dot notation. +build/public/templates/partials/groups/list.js: line 30, col 105, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/list.js: line 30, col 121, ['groups'] is better written in dot notation. +build/public/templates/partials/groups/list.js: line 32, col 165, Line is too long. +build/public/templates/partials/groups/list.js: line 32, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/list.js: line 32, col 57, ['groups'] is better written in dot notation. +build/public/templates/partials/groups/list.js: line 32, col 70, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/list.js: line 32, col 86, ['groups'] is better written in dot notation. +build/public/templates/partials/groups/list.js: line 32, col 105, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/list.js: line 32, col 121, ['groups'] is better written in dot notation. +build/public/templates/partials/groups/list.js: line 34, col 183, Line is too long. +build/public/templates/partials/groups/list.js: line 35, col 159, Line is too long. +build/public/templates/partials/groups/list.js: line 35, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/list.js: line 35, col 53, ['groups'] is better written in dot notation. +build/public/templates/partials/groups/list.js: line 35, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/list.js: line 35, col 82, ['groups'] is better written in dot notation. +build/public/templates/partials/groups/list.js: line 35, col 101, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/list.js: line 35, col 117, ['groups'] is better written in dot notation. +build/public/templates/partials/groups/list.js: line 35, col 133, ['displayName'] is better written in dot notation. +build/public/templates/partials/groups/list.js: line 37, col 206, Line is too long. +build/public/templates/partials/groups/list.js: line 37, col 82, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/list.js: line 37, col 98, ['groups'] is better written in dot notation. +build/public/templates/partials/groups/list.js: line 37, col 111, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/list.js: line 37, col 127, ['groups'] is better written in dot notation. +build/public/templates/partials/groups/list.js: line 37, col 146, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/list.js: line 37, col 162, ['groups'] is better written in dot notation. +build/public/templates/partials/groups/list.js: line 37, col 178, ['memberCount'] is better written in dot notation. +build/public/templates/partials/groups/list.js: line 39, col 159, Line is too long. +build/public/templates/partials/groups/list.js: line 39, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/list.js: line 39, col 53, ['groups'] is better written in dot notation. +build/public/templates/partials/groups/list.js: line 39, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/list.js: line 39, col 82, ['groups'] is better written in dot notation. +build/public/templates/partials/groups/list.js: line 39, col 101, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/list.js: line 39, col 117, ['groups'] is better written in dot notation. +build/public/templates/partials/groups/list.js: line 39, col 133, ['description'] is better written in dot notation. +build/public/templates/partials/groups/list.js: line 40, col 103, Line is too long. +build/public/templates/partials/groups/list.js: line 41, col 192, Line is too long. +build/public/templates/partials/groups/list.js: line 41, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/list.js: line 41, col 49, ['groups'] is better written in dot notation. +build/public/templates/partials/groups/list.js: line 41, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/list.js: line 41, col 78, ['groups'] is better written in dot notation. +build/public/templates/partials/groups/list.js: line 41, col 97, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/list.js: line 41, col 113, ['groups'] is better written in dot notation. +build/public/templates/partials/groups/list.js: line 41, col 129, ['members'] is better written in dot notation. +build/public/templates/partials/groups/list.js: line 44, col 124, Line is too long. +build/public/templates/partials/groups/list.js: line 44, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/list.js: line 44, col 57, ['config'] is better written in dot notation. +build/public/templates/partials/groups/list.js: line 44, col 70, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/list.js: line 44, col 86, ['config'] is better written in dot notation. +build/public/templates/partials/groups/list.js: line 44, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/partials/groups/list.js: line 46, col 275, Line is too long. +build/public/templates/partials/groups/list.js: line 46, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/list.js: line 46, col 57, ['groups'] is better written in dot notation. +build/public/templates/partials/groups/list.js: line 46, col 70, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/list.js: line 46, col 86, ['groups'] is better written in dot notation. +build/public/templates/partials/groups/list.js: line 46, col 105, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/list.js: line 46, col 121, ['groups'] is better written in dot notation. +build/public/templates/partials/groups/list.js: line 46, col 137, ['members'] is better written in dot notation. +build/public/templates/partials/groups/list.js: line 46, col 151, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/list.js: line 46, col 167, ['groups'] is better written in dot notation. +build/public/templates/partials/groups/list.js: line 46, col 183, ['members'] is better written in dot notation. +build/public/templates/partials/groups/list.js: line 46, col 203, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/list.js: line 46, col 219, ['groups'] is better written in dot notation. +build/public/templates/partials/groups/list.js: line 46, col 235, ['members'] is better written in dot notation. +build/public/templates/partials/groups/list.js: line 46, col 252, ['userslug'] is better written in dot notation. +build/public/templates/partials/groups/list.js: line 48, col 313, Line is too long. +build/public/templates/partials/groups/list.js: line 48, col 82, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/list.js: line 48, col 98, ['groups'] is better written in dot notation. +build/public/templates/partials/groups/list.js: line 48, col 111, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/list.js: line 48, col 127, ['groups'] is better written in dot notation. +build/public/templates/partials/groups/list.js: line 48, col 146, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/list.js: line 48, col 162, ['groups'] is better written in dot notation. +build/public/templates/partials/groups/list.js: line 48, col 178, ['members'] is better written in dot notation. +build/public/templates/partials/groups/list.js: line 48, col 192, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/list.js: line 48, col 208, ['groups'] is better written in dot notation. +build/public/templates/partials/groups/list.js: line 48, col 224, ['members'] is better written in dot notation. +build/public/templates/partials/groups/list.js: line 48, col 276, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/list.js: line 42, col 17, 'key' is defined but never used. +build/public/templates/partials/groups/list.js: line 41, col 185, 'value' is defined but never used. +build/public/templates/partials/groups/list.js: line 41, col 177, 'length' is defined but never used. +build/public/templates/partials/groups/list.js: line 41, col 170, 'index' is defined but never used. +build/public/templates/partials/groups/list.js: line 20, col 13, 'key' is defined but never used. +build/public/templates/partials/groups/list.js: line 19, col 107, 'value' is defined but never used. +build/public/templates/partials/groups/list.js: line 19, col 99, 'length' is defined but never used. +build/public/templates/partials/groups/list.js: line 19, col 92, 'index' is defined but never used. +build/public/templates/partials/groups/list.js: line 18, col 11, 'value' is defined but never used. +build/public/templates/partials/groups/list.js: line 61, col 3, Missing semicolon. +build/public/templates/partials/groups/list.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/groups/list.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/groups/memberlist.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/memberlist.js: line 13, col 41, ['group'] is better written in dot notation. +build/public/templates/partials/groups/memberlist.js: line 13, col 53, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/memberlist.js: line 13, col 69, ['group'] is better written in dot notation. +build/public/templates/partials/groups/memberlist.js: line 13, col 78, ['isOwner'] is better written in dot notation. +build/public/templates/partials/groups/memberlist.js: line 14, col 225, Line is too long. +build/public/templates/partials/groups/memberlist.js: line 16, col 349, Line is too long. +build/public/templates/partials/groups/memberlist.js: line 17, col 117, Line is too long. +build/public/templates/partials/groups/memberlist.js: line 17, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/memberlist.js: line 17, col 49, ['group'] is better written in dot notation. +build/public/templates/partials/groups/memberlist.js: line 17, col 61, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/memberlist.js: line 17, col 77, ['group'] is better written in dot notation. +build/public/templates/partials/groups/memberlist.js: line 17, col 86, ['membersNextStart'] is better written in dot notation. +build/public/templates/partials/groups/memberlist.js: line 18, col 107, Line is too long. +build/public/templates/partials/groups/memberlist.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/groups/memberlist.js: line 27, col 152, Line is too long. +build/public/templates/partials/groups/memberlist.js: line 27, col 36, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/memberlist.js: line 27, col 52, ['group'] is better written in dot notation. +build/public/templates/partials/groups/memberlist.js: line 27, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/memberlist.js: line 27, col 80, ['group'] is better written in dot notation. +build/public/templates/partials/groups/memberlist.js: line 27, col 89, ['members'] is better written in dot notation. +build/public/templates/partials/groups/memberlist.js: line 30, col 209, Line is too long. +build/public/templates/partials/groups/memberlist.js: line 30, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/memberlist.js: line 30, col 53, ['group'] is better written in dot notation. +build/public/templates/partials/groups/memberlist.js: line 30, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/memberlist.js: line 30, col 81, ['group'] is better written in dot notation. +build/public/templates/partials/groups/memberlist.js: line 30, col 90, ['members'] is better written in dot notation. +build/public/templates/partials/groups/memberlist.js: line 30, col 104, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/memberlist.js: line 30, col 120, ['group'] is better written in dot notation. +build/public/templates/partials/groups/memberlist.js: line 30, col 129, ['members'] is better written in dot notation. +build/public/templates/partials/groups/memberlist.js: line 30, col 149, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/memberlist.js: line 30, col 165, ['group'] is better written in dot notation. +build/public/templates/partials/groups/memberlist.js: line 30, col 174, ['members'] is better written in dot notation. +build/public/templates/partials/groups/memberlist.js: line 30, col 191, ['uid'] is better written in dot notation. +build/public/templates/partials/groups/memberlist.js: line 32, col 203, Line is too long. +build/public/templates/partials/groups/memberlist.js: line 32, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/memberlist.js: line 32, col 45, ['group'] is better written in dot notation. +build/public/templates/partials/groups/memberlist.js: line 32, col 57, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/memberlist.js: line 32, col 73, ['group'] is better written in dot notation. +build/public/templates/partials/groups/memberlist.js: line 32, col 82, ['members'] is better written in dot notation. +build/public/templates/partials/groups/memberlist.js: line 32, col 96, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/memberlist.js: line 32, col 112, ['group'] is better written in dot notation. +build/public/templates/partials/groups/memberlist.js: line 32, col 121, ['members'] is better written in dot notation. +build/public/templates/partials/groups/memberlist.js: line 32, col 141, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/memberlist.js: line 32, col 157, ['group'] is better written in dot notation. +build/public/templates/partials/groups/memberlist.js: line 32, col 166, ['members'] is better written in dot notation. +build/public/templates/partials/groups/memberlist.js: line 32, col 183, ['isOwner'] is better written in dot notation. +build/public/templates/partials/groups/memberlist.js: line 35, col 216, Line is too long. +build/public/templates/partials/groups/memberlist.js: line 36, col 120, Line is too long. +build/public/templates/partials/groups/memberlist.js: line 36, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/memberlist.js: line 36, col 53, ['config'] is better written in dot notation. +build/public/templates/partials/groups/memberlist.js: line 36, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/memberlist.js: line 36, col 82, ['config'] is better written in dot notation. +build/public/templates/partials/groups/memberlist.js: line 36, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/partials/groups/memberlist.js: line 38, col 214, Line is too long. +build/public/templates/partials/groups/memberlist.js: line 38, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/memberlist.js: line 38, col 53, ['group'] is better written in dot notation. +build/public/templates/partials/groups/memberlist.js: line 38, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/memberlist.js: line 38, col 81, ['group'] is better written in dot notation. +build/public/templates/partials/groups/memberlist.js: line 38, col 90, ['members'] is better written in dot notation. +build/public/templates/partials/groups/memberlist.js: line 38, col 104, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/memberlist.js: line 38, col 120, ['group'] is better written in dot notation. +build/public/templates/partials/groups/memberlist.js: line 38, col 129, ['members'] is better written in dot notation. +build/public/templates/partials/groups/memberlist.js: line 38, col 149, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/memberlist.js: line 38, col 165, ['group'] is better written in dot notation. +build/public/templates/partials/groups/memberlist.js: line 38, col 174, ['members'] is better written in dot notation. +build/public/templates/partials/groups/memberlist.js: line 38, col 191, ['userslug'] is better written in dot notation. +build/public/templates/partials/groups/memberlist.js: line 40, col 259, Line is too long. +build/public/templates/partials/groups/memberlist.js: line 40, col 78, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/memberlist.js: line 40, col 94, ['group'] is better written in dot notation. +build/public/templates/partials/groups/memberlist.js: line 40, col 106, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/memberlist.js: line 40, col 122, ['group'] is better written in dot notation. +build/public/templates/partials/groups/memberlist.js: line 40, col 131, ['members'] is better written in dot notation. +build/public/templates/partials/groups/memberlist.js: line 40, col 145, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/memberlist.js: line 40, col 161, ['group'] is better written in dot notation. +build/public/templates/partials/groups/memberlist.js: line 40, col 170, ['members'] is better written in dot notation. +build/public/templates/partials/groups/memberlist.js: line 40, col 222, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/memberlist.js: line 42, col 120, Line is too long. +build/public/templates/partials/groups/memberlist.js: line 42, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/memberlist.js: line 42, col 53, ['config'] is better written in dot notation. +build/public/templates/partials/groups/memberlist.js: line 42, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/memberlist.js: line 42, col 82, ['config'] is better written in dot notation. +build/public/templates/partials/groups/memberlist.js: line 42, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/partials/groups/memberlist.js: line 44, col 214, Line is too long. +build/public/templates/partials/groups/memberlist.js: line 44, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/memberlist.js: line 44, col 53, ['group'] is better written in dot notation. +build/public/templates/partials/groups/memberlist.js: line 44, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/memberlist.js: line 44, col 81, ['group'] is better written in dot notation. +build/public/templates/partials/groups/memberlist.js: line 44, col 90, ['members'] is better written in dot notation. +build/public/templates/partials/groups/memberlist.js: line 44, col 104, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/memberlist.js: line 44, col 120, ['group'] is better written in dot notation. +build/public/templates/partials/groups/memberlist.js: line 44, col 129, ['members'] is better written in dot notation. +build/public/templates/partials/groups/memberlist.js: line 44, col 149, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/memberlist.js: line 44, col 165, ['group'] is better written in dot notation. +build/public/templates/partials/groups/memberlist.js: line 44, col 174, ['members'] is better written in dot notation. +build/public/templates/partials/groups/memberlist.js: line 44, col 191, ['userslug'] is better written in dot notation. +build/public/templates/partials/groups/memberlist.js: line 46, col 214, Line is too long. +build/public/templates/partials/groups/memberlist.js: line 46, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/memberlist.js: line 46, col 53, ['group'] is better written in dot notation. +build/public/templates/partials/groups/memberlist.js: line 46, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/memberlist.js: line 46, col 81, ['group'] is better written in dot notation. +build/public/templates/partials/groups/memberlist.js: line 46, col 90, ['members'] is better written in dot notation. +build/public/templates/partials/groups/memberlist.js: line 46, col 104, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/memberlist.js: line 46, col 120, ['group'] is better written in dot notation. +build/public/templates/partials/groups/memberlist.js: line 46, col 129, ['members'] is better written in dot notation. +build/public/templates/partials/groups/memberlist.js: line 46, col 149, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/memberlist.js: line 46, col 165, ['group'] is better written in dot notation. +build/public/templates/partials/groups/memberlist.js: line 46, col 174, ['members'] is better written in dot notation. +build/public/templates/partials/groups/memberlist.js: line 46, col 191, ['username'] is better written in dot notation. +build/public/templates/partials/groups/memberlist.js: line 47, col 146, Line is too long. +build/public/templates/partials/groups/memberlist.js: line 48, col 203, Line is too long. +build/public/templates/partials/groups/memberlist.js: line 48, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/memberlist.js: line 48, col 45, ['group'] is better written in dot notation. +build/public/templates/partials/groups/memberlist.js: line 48, col 57, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/memberlist.js: line 48, col 73, ['group'] is better written in dot notation. +build/public/templates/partials/groups/memberlist.js: line 48, col 82, ['members'] is better written in dot notation. +build/public/templates/partials/groups/memberlist.js: line 48, col 96, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/memberlist.js: line 48, col 112, ['group'] is better written in dot notation. +build/public/templates/partials/groups/memberlist.js: line 48, col 121, ['members'] is better written in dot notation. +build/public/templates/partials/groups/memberlist.js: line 48, col 141, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/memberlist.js: line 48, col 157, ['group'] is better written in dot notation. +build/public/templates/partials/groups/memberlist.js: line 48, col 166, ['members'] is better written in dot notation. +build/public/templates/partials/groups/memberlist.js: line 48, col 183, ['isOwner'] is better written in dot notation. +build/public/templates/partials/groups/memberlist.js: line 52, col 102, Line is too long. +build/public/templates/partials/groups/memberlist.js: line 52, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/memberlist.js: line 52, col 45, ['group'] is better written in dot notation. +build/public/templates/partials/groups/memberlist.js: line 52, col 57, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/memberlist.js: line 52, col 73, ['group'] is better written in dot notation. +build/public/templates/partials/groups/memberlist.js: line 52, col 82, ['isOwner'] is better written in dot notation. +build/public/templates/partials/groups/memberlist.js: line 53, col 383, Line is too long. +build/public/templates/partials/groups/memberlist.js: line 28, col 13, 'key' is defined but never used. +build/public/templates/partials/groups/memberlist.js: line 27, col 145, 'value' is defined but never used. +build/public/templates/partials/groups/memberlist.js: line 27, col 137, 'length' is defined but never used. +build/public/templates/partials/groups/memberlist.js: line 27, col 130, 'index' is defined but never used. +build/public/templates/partials/groups/memberlist.js: line 26, col 11, 'value' is defined but never used. +build/public/templates/partials/groups/memberlist.js: line 63, col 3, Missing semicolon. +build/public/templates/partials/groups/memberlist.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/groups/memberlist.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/groups/pending.js: line 12, col 152, Line is too long. +build/public/templates/partials/groups/pending.js: line 12, col 30, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/pending.js: line 12, col 46, ['group'] is better written in dot notation. +build/public/templates/partials/groups/pending.js: line 12, col 58, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/pending.js: line 12, col 74, ['group'] is better written in dot notation. +build/public/templates/partials/groups/pending.js: line 12, col 83, ['pending'] is better written in dot notation. +build/public/templates/partials/groups/pending.js: line 12, col 97, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/pending.js: line 12, col 113, ['group'] is better written in dot notation. +build/public/templates/partials/groups/pending.js: line 12, col 122, ['pending'] is better written in dot notation. +build/public/templates/partials/groups/pending.js: line 12, col 133, ['length'] is better written in dot notation. +build/public/templates/partials/groups/pending.js: line 13, col 290, Line is too long. +build/public/templates/partials/groups/pending.js: line 15, col 129, Line is too long. +build/public/templates/partials/groups/pending.js: line 16, col 147, Line is too long. +build/public/templates/partials/groups/pending.js: line 16, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/pending.js: line 16, col 41, ['group'] is better written in dot notation. +build/public/templates/partials/groups/pending.js: line 16, col 53, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/pending.js: line 16, col 69, ['group'] is better written in dot notation. +build/public/templates/partials/groups/pending.js: line 16, col 78, ['pending'] is better written in dot notation. +build/public/templates/partials/groups/pending.js: line 16, col 92, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/pending.js: line 16, col 108, ['group'] is better written in dot notation. +build/public/templates/partials/groups/pending.js: line 16, col 117, ['pending'] is better written in dot notation. +build/public/templates/partials/groups/pending.js: line 16, col 128, ['length'] is better written in dot notation. +build/public/templates/partials/groups/pending.js: line 19, col 120, Line is too long. +build/public/templates/partials/groups/pending.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/partials/groups/pending.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/groups/pending.js: line 28, col 152, Line is too long. +build/public/templates/partials/groups/pending.js: line 28, col 36, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/pending.js: line 28, col 52, ['group'] is better written in dot notation. +build/public/templates/partials/groups/pending.js: line 28, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/pending.js: line 28, col 80, ['group'] is better written in dot notation. +build/public/templates/partials/groups/pending.js: line 28, col 89, ['pending'] is better written in dot notation. +build/public/templates/partials/groups/pending.js: line 31, col 209, Line is too long. +build/public/templates/partials/groups/pending.js: line 31, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/pending.js: line 31, col 53, ['group'] is better written in dot notation. +build/public/templates/partials/groups/pending.js: line 31, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/pending.js: line 31, col 81, ['group'] is better written in dot notation. +build/public/templates/partials/groups/pending.js: line 31, col 90, ['pending'] is better written in dot notation. +build/public/templates/partials/groups/pending.js: line 31, col 104, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/pending.js: line 31, col 120, ['group'] is better written in dot notation. +build/public/templates/partials/groups/pending.js: line 31, col 129, ['pending'] is better written in dot notation. +build/public/templates/partials/groups/pending.js: line 31, col 149, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/pending.js: line 31, col 165, ['group'] is better written in dot notation. +build/public/templates/partials/groups/pending.js: line 31, col 174, ['pending'] is better written in dot notation. +build/public/templates/partials/groups/pending.js: line 31, col 191, ['uid'] is better written in dot notation. +build/public/templates/partials/groups/pending.js: line 32, col 196, Line is too long. +build/public/templates/partials/groups/pending.js: line 33, col 120, Line is too long. +build/public/templates/partials/groups/pending.js: line 33, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/pending.js: line 33, col 53, ['config'] is better written in dot notation. +build/public/templates/partials/groups/pending.js: line 33, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/pending.js: line 33, col 82, ['config'] is better written in dot notation. +build/public/templates/partials/groups/pending.js: line 33, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/partials/groups/pending.js: line 35, col 214, Line is too long. +build/public/templates/partials/groups/pending.js: line 35, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/pending.js: line 35, col 53, ['group'] is better written in dot notation. +build/public/templates/partials/groups/pending.js: line 35, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/pending.js: line 35, col 81, ['group'] is better written in dot notation. +build/public/templates/partials/groups/pending.js: line 35, col 90, ['pending'] is better written in dot notation. +build/public/templates/partials/groups/pending.js: line 35, col 104, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/pending.js: line 35, col 120, ['group'] is better written in dot notation. +build/public/templates/partials/groups/pending.js: line 35, col 129, ['pending'] is better written in dot notation. +build/public/templates/partials/groups/pending.js: line 35, col 149, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/pending.js: line 35, col 165, ['group'] is better written in dot notation. +build/public/templates/partials/groups/pending.js: line 35, col 174, ['pending'] is better written in dot notation. +build/public/templates/partials/groups/pending.js: line 35, col 191, ['userslug'] is better written in dot notation. +build/public/templates/partials/groups/pending.js: line 37, col 259, Line is too long. +build/public/templates/partials/groups/pending.js: line 37, col 78, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/pending.js: line 37, col 94, ['group'] is better written in dot notation. +build/public/templates/partials/groups/pending.js: line 37, col 106, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/pending.js: line 37, col 122, ['group'] is better written in dot notation. +build/public/templates/partials/groups/pending.js: line 37, col 131, ['pending'] is better written in dot notation. +build/public/templates/partials/groups/pending.js: line 37, col 145, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/pending.js: line 37, col 161, ['group'] is better written in dot notation. +build/public/templates/partials/groups/pending.js: line 37, col 170, ['pending'] is better written in dot notation. +build/public/templates/partials/groups/pending.js: line 37, col 222, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/pending.js: line 39, col 120, Line is too long. +build/public/templates/partials/groups/pending.js: line 39, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/pending.js: line 39, col 53, ['config'] is better written in dot notation. +build/public/templates/partials/groups/pending.js: line 39, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/pending.js: line 39, col 82, ['config'] is better written in dot notation. +build/public/templates/partials/groups/pending.js: line 39, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/partials/groups/pending.js: line 41, col 214, Line is too long. +build/public/templates/partials/groups/pending.js: line 41, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/pending.js: line 41, col 53, ['group'] is better written in dot notation. +build/public/templates/partials/groups/pending.js: line 41, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/pending.js: line 41, col 81, ['group'] is better written in dot notation. +build/public/templates/partials/groups/pending.js: line 41, col 90, ['pending'] is better written in dot notation. +build/public/templates/partials/groups/pending.js: line 41, col 104, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/pending.js: line 41, col 120, ['group'] is better written in dot notation. +build/public/templates/partials/groups/pending.js: line 41, col 129, ['pending'] is better written in dot notation. +build/public/templates/partials/groups/pending.js: line 41, col 149, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/pending.js: line 41, col 165, ['group'] is better written in dot notation. +build/public/templates/partials/groups/pending.js: line 41, col 174, ['pending'] is better written in dot notation. +build/public/templates/partials/groups/pending.js: line 41, col 191, ['userslug'] is better written in dot notation. +build/public/templates/partials/groups/pending.js: line 43, col 214, Line is too long. +build/public/templates/partials/groups/pending.js: line 43, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/pending.js: line 43, col 53, ['group'] is better written in dot notation. +build/public/templates/partials/groups/pending.js: line 43, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/pending.js: line 43, col 81, ['group'] is better written in dot notation. +build/public/templates/partials/groups/pending.js: line 43, col 90, ['pending'] is better written in dot notation. +build/public/templates/partials/groups/pending.js: line 43, col 104, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/pending.js: line 43, col 120, ['group'] is better written in dot notation. +build/public/templates/partials/groups/pending.js: line 43, col 129, ['pending'] is better written in dot notation. +build/public/templates/partials/groups/pending.js: line 43, col 149, Expected '!==' and instead saw '!='. +build/public/templates/partials/groups/pending.js: line 43, col 165, ['group'] is better written in dot notation. +build/public/templates/partials/groups/pending.js: line 43, col 174, ['pending'] is better written in dot notation. +build/public/templates/partials/groups/pending.js: line 43, col 191, ['username'] is better written in dot notation. +build/public/templates/partials/groups/pending.js: line 44, col 278, Line is too long. +build/public/templates/partials/groups/pending.js: line 29, col 13, 'key' is defined but never used. +build/public/templates/partials/groups/pending.js: line 28, col 145, 'value' is defined but never used. +build/public/templates/partials/groups/pending.js: line 28, col 137, 'length' is defined but never used. +build/public/templates/partials/groups/pending.js: line 28, col 130, 'index' is defined but never used. +build/public/templates/partials/groups/pending.js: line 27, col 11, 'value' is defined but never used. +build/public/templates/partials/groups/pending.js: line 52, col 3, Missing semicolon. +build/public/templates/partials/groups/pending.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/groups/pending.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/header/chats.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/header/chats.js: line 13, col 49, ['relative_path'] is better written in dot notation. +build/public/templates/partials/header/chats.js: line 15, col 107, Line is too long. +build/public/templates/partials/header/chats.js: line 15, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/header/chats.js: line 15, col 49, ['user'] is better written in dot notation. +build/public/templates/partials/header/chats.js: line 15, col 60, Expected '!==' and instead saw '!='. +build/public/templates/partials/header/chats.js: line 15, col 76, ['user'] is better written in dot notation. +build/public/templates/partials/header/chats.js: line 15, col 84, ['userslug'] is better written in dot notation. +build/public/templates/partials/header/chats.js: line 16, col 195, Line is too long. +build/public/templates/partials/header/chats.js: line 17, col 107, Line is too long. +build/public/templates/partials/header/chats.js: line 17, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/header/chats.js: line 17, col 41, ['unreadCount'] is better written in dot notation. +build/public/templates/partials/header/chats.js: line 17, col 59, Expected '!==' and instead saw '!='. +build/public/templates/partials/header/chats.js: line 17, col 75, ['unreadCount'] is better written in dot notation. +build/public/templates/partials/header/chats.js: line 17, col 90, ['chat'] is better written in dot notation. +build/public/templates/partials/header/chats.js: line 21, col 117, Line is too long. +build/public/templates/partials/header/chats.js: line 21, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/header/chats.js: line 21, col 49, ['unreadCount'] is better written in dot notation. +build/public/templates/partials/header/chats.js: line 21, col 67, Expected '!==' and instead saw '!='. +build/public/templates/partials/header/chats.js: line 21, col 83, ['unreadCount'] is better written in dot notation. +build/public/templates/partials/header/chats.js: line 21, col 98, ['chat'] is better written in dot notation. +build/public/templates/partials/header/chats.js: line 22, col 1476, Line is too long. +build/public/templates/partials/header/chats.js: line 23, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/header/chats.js: line 23, col 49, ['relative_path'] is better written in dot notation. +build/public/templates/partials/header/chats.js: line 25, col 107, Line is too long. +build/public/templates/partials/header/chats.js: line 25, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/header/chats.js: line 25, col 49, ['user'] is better written in dot notation. +build/public/templates/partials/header/chats.js: line 25, col 60, Expected '!==' and instead saw '!='. +build/public/templates/partials/header/chats.js: line 25, col 76, ['user'] is better written in dot notation. +build/public/templates/partials/header/chats.js: line 25, col 84, ['userslug'] is better written in dot notation. +build/public/templates/partials/header/chats.js: line 26, col 101, Line is too long. +build/public/templates/partials/header/chats.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/header/chats.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/partials/header/chats.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/partials/header/chats.js: line 34, col 3, Missing semicolon. +build/public/templates/partials/header/chats.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/header/chats.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/header/notifications.js: line 12, col 260, Line is too long. +build/public/templates/partials/header/notifications.js: line 13, col 115, Line is too long. +build/public/templates/partials/header/notifications.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/header/notifications.js: line 13, col 41, ['unreadCount'] is better written in dot notation. +build/public/templates/partials/header/notifications.js: line 13, col 59, Expected '!==' and instead saw '!='. +build/public/templates/partials/header/notifications.js: line 13, col 75, ['unreadCount'] is better written in dot notation. +build/public/templates/partials/header/notifications.js: line 13, col 90, ['notification'] is better written in dot notation. +build/public/templates/partials/header/notifications.js: line 17, col 125, Line is too long. +build/public/templates/partials/header/notifications.js: line 17, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/header/notifications.js: line 17, col 49, ['unreadCount'] is better written in dot notation. +build/public/templates/partials/header/notifications.js: line 17, col 67, Expected '!==' and instead saw '!='. +build/public/templates/partials/header/notifications.js: line 17, col 83, ['unreadCount'] is better written in dot notation. +build/public/templates/partials/header/notifications.js: line 17, col 98, ['notification'] is better written in dot notation. +build/public/templates/partials/header/notifications.js: line 18, col 1664, Line is too long. +build/public/templates/partials/header/notifications.js: line 19, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/header/notifications.js: line 19, col 49, ['relative_path'] is better written in dot notation. +build/public/templates/partials/header/notifications.js: line 20, col 106, Line is too long. +build/public/templates/partials/header/notifications.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/header/notifications.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/partials/header/notifications.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/partials/header/notifications.js: line 28, col 3, Missing semicolon. +build/public/templates/partials/header/notifications.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/header/notifications.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/header/search.js: line 12, col 407, Line is too long. +build/public/templates/partials/header/search.js: line 13, col 116, Line is too long. +build/public/templates/partials/header/search.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/header/search.js: line 13, col 49, ['config'] is better written in dot notation. +build/public/templates/partials/header/search.js: line 13, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/header/search.js: line 13, col 78, ['config'] is better written in dot notation. +build/public/templates/partials/header/search.js: line 13, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/partials/header/search.js: line 14, col 903, Line is too long. +build/public/templates/partials/header/search.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/header/search.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/partials/header/search.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/partials/header/search.js: line 22, col 3, Missing semicolon. +build/public/templates/partials/header/search.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/header/search.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/header/user-menu.js: line 12, col 297, Line is too long. +build/public/templates/partials/header/user-menu.js: line 13, col 170, Line is too long. +build/public/templates/partials/header/user-menu.js: line 13, col 74, Expected '!==' and instead saw '!='. +build/public/templates/partials/header/user-menu.js: line 13, col 90, ['user'] is better written in dot notation. +build/public/templates/partials/header/user-menu.js: line 13, col 133, Expected '!==' and instead saw '!='. +build/public/templates/partials/header/user-menu.js: line 15, col 107, Line is too long. +build/public/templates/partials/header/user-menu.js: line 15, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/header/user-menu.js: line 15, col 49, ['user'] is better written in dot notation. +build/public/templates/partials/header/user-menu.js: line 15, col 60, Expected '!==' and instead saw '!='. +build/public/templates/partials/header/user-menu.js: line 15, col 76, ['user'] is better written in dot notation. +build/public/templates/partials/header/user-menu.js: line 15, col 84, ['username'] is better written in dot notation. +build/public/templates/partials/header/user-menu.js: line 16, col 426, Line is too long. +build/public/templates/partials/header/user-menu.js: line 17, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/header/user-menu.js: line 17, col 49, ['relative_path'] is better written in dot notation. +build/public/templates/partials/header/user-menu.js: line 19, col 107, Line is too long. +build/public/templates/partials/header/user-menu.js: line 19, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/header/user-menu.js: line 19, col 49, ['user'] is better written in dot notation. +build/public/templates/partials/header/user-menu.js: line 19, col 60, Expected '!==' and instead saw '!='. +build/public/templates/partials/header/user-menu.js: line 19, col 76, ['user'] is better written in dot notation. +build/public/templates/partials/header/user-menu.js: line 19, col 84, ['userslug'] is better written in dot notation. +build/public/templates/partials/header/user-menu.js: line 20, col 171, Line is too long. +build/public/templates/partials/header/user-menu.js: line 21, col 105, Line is too long. +build/public/templates/partials/header/user-menu.js: line 21, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/header/user-menu.js: line 21, col 49, ['user'] is better written in dot notation. +build/public/templates/partials/header/user-menu.js: line 21, col 60, Expected '!==' and instead saw '!='. +build/public/templates/partials/header/user-menu.js: line 21, col 76, ['user'] is better written in dot notation. +build/public/templates/partials/header/user-menu.js: line 21, col 84, ['status'] is better written in dot notation. +build/public/templates/partials/header/user-menu.js: line 23, col 105, Line is too long. +build/public/templates/partials/header/user-menu.js: line 23, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/header/user-menu.js: line 23, col 49, ['user'] is better written in dot notation. +build/public/templates/partials/header/user-menu.js: line 23, col 60, Expected '!==' and instead saw '!='. +build/public/templates/partials/header/user-menu.js: line 23, col 76, ['user'] is better written in dot notation. +build/public/templates/partials/header/user-menu.js: line 23, col 84, ['status'] is better written in dot notation. +build/public/templates/partials/header/user-menu.js: line 25, col 107, Line is too long. +build/public/templates/partials/header/user-menu.js: line 25, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/header/user-menu.js: line 25, col 49, ['user'] is better written in dot notation. +build/public/templates/partials/header/user-menu.js: line 25, col 60, Expected '!==' and instead saw '!='. +build/public/templates/partials/header/user-menu.js: line 25, col 76, ['user'] is better written in dot notation. +build/public/templates/partials/header/user-menu.js: line 25, col 84, ['username'] is better written in dot notation. +build/public/templates/partials/header/user-menu.js: line 26, col 260, Line is too long. +build/public/templates/partials/header/user-menu.js: line 27, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/header/user-menu.js: line 27, col 41, ['user'] is better written in dot notation. +build/public/templates/partials/header/user-menu.js: line 27, col 52, Expected '!==' and instead saw '!='. +build/public/templates/partials/header/user-menu.js: line 27, col 68, ['user'] is better written in dot notation. +build/public/templates/partials/header/user-menu.js: line 27, col 76, ['online'] is better written in dot notation. +build/public/templates/partials/header/user-menu.js: line 30, col 343, Line is too long. +build/public/templates/partials/header/user-menu.js: line 31, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/header/user-menu.js: line 31, col 41, ['user'] is better written in dot notation. +build/public/templates/partials/header/user-menu.js: line 31, col 52, Expected '!==' and instead saw '!='. +build/public/templates/partials/header/user-menu.js: line 31, col 68, ['user'] is better written in dot notation. +build/public/templates/partials/header/user-menu.js: line 31, col 76, ['away'] is better written in dot notation. +build/public/templates/partials/header/user-menu.js: line 34, col 337, Line is too long. +build/public/templates/partials/header/user-menu.js: line 35, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/header/user-menu.js: line 35, col 41, ['user'] is better written in dot notation. +build/public/templates/partials/header/user-menu.js: line 35, col 52, Expected '!==' and instead saw '!='. +build/public/templates/partials/header/user-menu.js: line 35, col 68, ['user'] is better written in dot notation. +build/public/templates/partials/header/user-menu.js: line 35, col 76, ['dnd'] is better written in dot notation. +build/public/templates/partials/header/user-menu.js: line 38, col 334, Line is too long. +build/public/templates/partials/header/user-menu.js: line 39, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/header/user-menu.js: line 39, col 41, ['user'] is better written in dot notation. +build/public/templates/partials/header/user-menu.js: line 39, col 52, Expected '!==' and instead saw '!='. +build/public/templates/partials/header/user-menu.js: line 39, col 68, ['user'] is better written in dot notation. +build/public/templates/partials/header/user-menu.js: line 39, col 76, ['offline'] is better written in dot notation. +build/public/templates/partials/header/user-menu.js: line 42, col 352, Line is too long. +build/public/templates/partials/header/user-menu.js: line 43, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/header/user-menu.js: line 43, col 49, ['relative_path'] is better written in dot notation. +build/public/templates/partials/header/user-menu.js: line 45, col 107, Line is too long. +build/public/templates/partials/header/user-menu.js: line 45, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/header/user-menu.js: line 45, col 49, ['user'] is better written in dot notation. +build/public/templates/partials/header/user-menu.js: line 45, col 60, Expected '!==' and instead saw '!='. +build/public/templates/partials/header/user-menu.js: line 45, col 76, ['user'] is better written in dot notation. +build/public/templates/partials/header/user-menu.js: line 45, col 84, ['userslug'] is better written in dot notation. +build/public/templates/partials/header/user-menu.js: line 46, col 207, Line is too long. +build/public/templates/partials/header/user-menu.js: line 47, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/header/user-menu.js: line 47, col 49, ['relative_path'] is better written in dot notation. +build/public/templates/partials/header/user-menu.js: line 49, col 107, Line is too long. +build/public/templates/partials/header/user-menu.js: line 49, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/header/user-menu.js: line 49, col 49, ['user'] is better written in dot notation. +build/public/templates/partials/header/user-menu.js: line 49, col 60, Expected '!==' and instead saw '!='. +build/public/templates/partials/header/user-menu.js: line 49, col 76, ['user'] is better written in dot notation. +build/public/templates/partials/header/user-menu.js: line 49, col 84, ['userslug'] is better written in dot notation. +build/public/templates/partials/header/user-menu.js: line 50, col 205, Line is too long. +build/public/templates/partials/header/user-menu.js: line 51, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/header/user-menu.js: line 51, col 49, ['relative_path'] is better written in dot notation. +build/public/templates/partials/header/user-menu.js: line 53, col 107, Line is too long. +build/public/templates/partials/header/user-menu.js: line 53, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/header/user-menu.js: line 53, col 49, ['user'] is better written in dot notation. +build/public/templates/partials/header/user-menu.js: line 53, col 60, Expected '!==' and instead saw '!='. +build/public/templates/partials/header/user-menu.js: line 53, col 76, ['user'] is better written in dot notation. +build/public/templates/partials/header/user-menu.js: line 53, col 84, ['userslug'] is better written in dot notation. +build/public/templates/partials/header/user-menu.js: line 54, col 123, Line is too long. +build/public/templates/partials/header/user-menu.js: line 55, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/header/user-menu.js: line 55, col 41, ['showModMenu'] is better written in dot notation. +build/public/templates/partials/header/user-menu.js: line 56, col 186, Line is too long. +build/public/templates/partials/header/user-menu.js: line 57, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/header/user-menu.js: line 57, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/partials/header/user-menu.js: line 58, col 172, Line is too long. +build/public/templates/partials/header/user-menu.js: line 59, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/header/user-menu.js: line 59, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/partials/header/user-menu.js: line 60, col 136, Line is too long. +build/public/templates/partials/header/user-menu.js: line 61, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/header/user-menu.js: line 61, col 45, ['registrationQueueEnabled'] is better written in dot notation. +build/public/templates/partials/header/user-menu.js: line 63, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/header/user-menu.js: line 63, col 57, ['relative_path'] is better written in dot notation. +build/public/templates/partials/header/user-menu.js: line 64, col 155, Line is too long. +build/public/templates/partials/header/user-menu.js: line 67, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/header/user-menu.js: line 67, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/partials/header/user-menu.js: line 68, col 134, Line is too long. +build/public/templates/partials/header/user-menu.js: line 70, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/header/user-menu.js: line 70, col 45, ['postQueueEnabled'] is better written in dot notation. +build/public/templates/partials/header/user-menu.js: line 72, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/header/user-menu.js: line 72, col 57, ['relative_path'] is better written in dot notation. +build/public/templates/partials/header/user-menu.js: line 73, col 139, Line is too long. +build/public/templates/partials/header/user-menu.js: line 76, col 136, Line is too long. +build/public/templates/partials/header/user-menu.js: line 77, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/header/user-menu.js: line 77, col 49, ['relative_path'] is better written in dot notation. +build/public/templates/partials/header/user-menu.js: line 79, col 113, Line is too long. +build/public/templates/partials/header/user-menu.js: line 79, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/header/user-menu.js: line 79, col 49, ['config'] is better written in dot notation. +build/public/templates/partials/header/user-menu.js: line 79, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/header/user-menu.js: line 79, col 78, ['config'] is better written in dot notation. +build/public/templates/partials/header/user-menu.js: line 79, col 88, ['csrf_token'] is better written in dot notation. +build/public/templates/partials/header/user-menu.js: line 80, col 250, Line is too long. +build/public/templates/partials/header/user-menu.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/header/user-menu.js: line 88, col 3, Missing semicolon. +build/public/templates/partials/header/user-menu.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/header/user-menu.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/menu.js: line 12, col 333, Line is too long. +build/public/templates/partials/menu.js: line 13, col 125, Line is too long. +build/public/templates/partials/menu.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 13, col 49, ['unreadCount'] is better written in dot notation. +build/public/templates/partials/menu.js: line 13, col 67, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 13, col 83, ['unreadCount'] is better written in dot notation. +build/public/templates/partials/menu.js: line 13, col 98, ['mobileUnread'] is better written in dot notation. +build/public/templates/partials/menu.js: line 15, col 122, Line is too long. +build/public/templates/partials/menu.js: line 15, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 15, col 49, ['unreadCount'] is better written in dot notation. +build/public/templates/partials/menu.js: line 15, col 67, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 15, col 83, ['unreadCount'] is better written in dot notation. +build/public/templates/partials/menu.js: line 15, col 98, ['unreadUrl'] is better written in dot notation. +build/public/templates/partials/menu.js: line 16, col 110, Line is too long. +build/public/templates/partials/menu.js: line 17, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 19, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 20, col 39, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 21, col 39, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 21, col 55, ['relative_path'] is better written in dot notation. +build/public/templates/partials/menu.js: line 24, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 26, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 28, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 30, col 119, Line is too long. +build/public/templates/partials/menu.js: line 30, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 30, col 53, ['config'] is better written in dot notation. +build/public/templates/partials/menu.js: line 30, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 30, col 82, ['config'] is better written in dot notation. +build/public/templates/partials/menu.js: line 34, col 106, Line is too long. +build/public/templates/partials/menu.js: line 34, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 34, col 41, ['config'] is better written in dot notation. +build/public/templates/partials/menu.js: line 34, col 54, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 34, col 70, ['config'] is better written in dot notation. +build/public/templates/partials/menu.js: line 34, col 80, ['showSiteTitle'] is better written in dot notation. +build/public/templates/partials/menu.js: line 36, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 37, col 39, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 38, col 39, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 38, col 55, ['relative_path'] is better written in dot notation. +build/public/templates/partials/menu.js: line 41, col 116, Line is too long. +build/public/templates/partials/menu.js: line 41, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 41, col 53, ['config'] is better written in dot notation. +build/public/templates/partials/menu.js: line 41, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 41, col 82, ['config'] is better written in dot notation. +build/public/templates/partials/menu.js: line 41, col 92, ['siteTitle'] is better written in dot notation. +build/public/templates/partials/menu.js: line 45, col 261, Line is too long. +build/public/templates/partials/menu.js: line 45, col 26, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 45, col 42, ['config'] is better written in dot notation. +build/public/templates/partials/menu.js: line 45, col 55, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 45, col 71, ['config'] is better written in dot notation. +build/public/templates/partials/menu.js: line 45, col 81, ['searchEnabled'] is better written in dot notation. +build/public/templates/partials/menu.js: line 45, col 127, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 45, col 143, ['user'] is better written in dot notation. +build/public/templates/partials/menu.js: line 45, col 154, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 45, col 170, ['user'] is better written in dot notation. +build/public/templates/partials/menu.js: line 45, col 178, ['privileges'] is better written in dot notation. +build/public/templates/partials/menu.js: line 45, col 195, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 45, col 211, ['user'] is better written in dot notation. +build/public/templates/partials/menu.js: line 45, col 219, ['privileges'] is better written in dot notation. +build/public/templates/partials/menu.js: line 47, col 120, Line is too long. +build/public/templates/partials/menu.js: line 47, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 47, col 53, ['config'] is better written in dot notation. +build/public/templates/partials/menu.js: line 47, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 47, col 82, ['config'] is better written in dot notation. +build/public/templates/partials/menu.js: line 47, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/partials/menu.js: line 48, col 426, Line is too long. +build/public/templates/partials/menu.js: line 49, col 127, Line is too long. +build/public/templates/partials/menu.js: line 49, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 49, col 53, ['config'] is better written in dot notation. +build/public/templates/partials/menu.js: line 49, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 49, col 82, ['config'] is better written in dot notation. +build/public/templates/partials/menu.js: line 49, col 92, ['searchDefaultInQuick'] is better written in dot notation. +build/public/templates/partials/menu.js: line 50, col 174, Line is too long. +build/public/templates/partials/menu.js: line 53, col 101, Line is too long. +build/public/templates/partials/menu.js: line 53, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 53, col 41, ['config'] is better written in dot notation. +build/public/templates/partials/menu.js: line 53, col 54, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 53, col 70, ['config'] is better written in dot notation. +build/public/templates/partials/menu.js: line 53, col 80, ['loggedIn'] is better written in dot notation. +build/public/templates/partials/menu.js: line 54, col 209, Line is too long. +build/public/templates/partials/menu.js: line 55, col 129, Line is too long. +build/public/templates/partials/menu.js: line 55, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 55, col 53, ['unreadCount'] is better written in dot notation. +build/public/templates/partials/menu.js: line 55, col 71, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 55, col 87, ['unreadCount'] is better written in dot notation. +build/public/templates/partials/menu.js: line 55, col 102, ['notification'] is better written in dot notation. +build/public/templates/partials/menu.js: line 56, col 134, Line is too long. +build/public/templates/partials/menu.js: line 57, col 121, Line is too long. +build/public/templates/partials/menu.js: line 57, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 57, col 53, ['unreadCount'] is better written in dot notation. +build/public/templates/partials/menu.js: line 57, col 71, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 57, col 87, ['unreadCount'] is better written in dot notation. +build/public/templates/partials/menu.js: line 57, col 102, ['chat'] is better written in dot notation. +build/public/templates/partials/menu.js: line 59, col 174, Line is too long. +build/public/templates/partials/menu.js: line 59, col 78, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 59, col 94, ['user'] is better written in dot notation. +build/public/templates/partials/menu.js: line 59, col 137, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 62, col 242, Line is too long. +build/public/templates/partials/menu.js: line 63, col 22, ['navigation'] is better written in dot notation. +build/public/templates/partials/menu.js: line 64, col 189, Line is too long. +build/public/templates/partials/menu.js: line 65, col 112, Line is too long. +build/public/templates/partials/menu.js: line 65, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 65, col 49, ['config'] is better written in dot notation. +build/public/templates/partials/menu.js: line 65, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 65, col 78, ['config'] is better written in dot notation. +build/public/templates/partials/menu.js: line 65, col 88, ['siteTitle'] is better written in dot notation. +build/public/templates/partials/menu.js: line 67, col 261, Line is too long. +build/public/templates/partials/menu.js: line 67, col 26, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 67, col 42, ['config'] is better written in dot notation. +build/public/templates/partials/menu.js: line 67, col 55, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 67, col 71, ['config'] is better written in dot notation. +build/public/templates/partials/menu.js: line 67, col 81, ['searchEnabled'] is better written in dot notation. +build/public/templates/partials/menu.js: line 67, col 127, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 67, col 143, ['user'] is better written in dot notation. +build/public/templates/partials/menu.js: line 67, col 154, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 67, col 170, ['user'] is better written in dot notation. +build/public/templates/partials/menu.js: line 67, col 178, ['privileges'] is better written in dot notation. +build/public/templates/partials/menu.js: line 67, col 195, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 67, col 211, ['user'] is better written in dot notation. +build/public/templates/partials/menu.js: line 67, col 219, ['privileges'] is better written in dot notation. +build/public/templates/partials/menu.js: line 68, col 465, Line is too long. +build/public/templates/partials/menu.js: line 69, col 120, Line is too long. +build/public/templates/partials/menu.js: line 69, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 69, col 53, ['config'] is better written in dot notation. +build/public/templates/partials/menu.js: line 69, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 69, col 82, ['config'] is better written in dot notation. +build/public/templates/partials/menu.js: line 69, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/partials/menu.js: line 70, col 918, Line is too long. +build/public/templates/partials/menu.js: line 73, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 73, col 41, ['maintenanceHeader'] is better written in dot notation. +build/public/templates/partials/menu.js: line 75, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 75, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/partials/menu.js: line 76, col 133, Line is too long. +build/public/templates/partials/menu.js: line 78, col 105, Line is too long. +build/public/templates/partials/menu.js: line 78, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 78, col 45, ['config'] is better written in dot notation. +build/public/templates/partials/menu.js: line 78, col 58, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 78, col 74, ['config'] is better written in dot notation. +build/public/templates/partials/menu.js: line 78, col 84, ['loggedIn'] is better written in dot notation. +build/public/templates/partials/menu.js: line 79, col 485, Line is too long. +build/public/templates/partials/menu.js: line 80, col 123, Line is too long. +build/public/templates/partials/menu.js: line 80, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 80, col 49, ['unreadCount'] is better written in dot notation. +build/public/templates/partials/menu.js: line 80, col 67, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 80, col 83, ['unreadCount'] is better written in dot notation. +build/public/templates/partials/menu.js: line 80, col 98, ['notification'] is better written in dot notation. +build/public/templates/partials/menu.js: line 84, col 133, Line is too long. +build/public/templates/partials/menu.js: line 84, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 84, col 57, ['unreadCount'] is better written in dot notation. +build/public/templates/partials/menu.js: line 84, col 75, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 84, col 91, ['unreadCount'] is better written in dot notation. +build/public/templates/partials/menu.js: line 84, col 106, ['notification'] is better written in dot notation. +build/public/templates/partials/menu.js: line 85, col 1672, Line is too long. +build/public/templates/partials/menu.js: line 86, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 86, col 57, ['relative_path'] is better written in dot notation. +build/public/templates/partials/menu.js: line 87, col 125, Line is too long. +build/public/templates/partials/menu.js: line 88, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 88, col 49, ['canChat'] is better written in dot notation. +build/public/templates/partials/menu.js: line 89, col 154, Line is too long. +build/public/templates/partials/menu.js: line 90, col 45, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 90, col 61, ['relative_path'] is better written in dot notation. +build/public/templates/partials/menu.js: line 92, col 119, Line is too long. +build/public/templates/partials/menu.js: line 92, col 45, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 92, col 61, ['user'] is better written in dot notation. +build/public/templates/partials/menu.js: line 92, col 72, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 92, col 88, ['user'] is better written in dot notation. +build/public/templates/partials/menu.js: line 92, col 96, ['userslug'] is better written in dot notation. +build/public/templates/partials/menu.js: line 93, col 207, Line is too long. +build/public/templates/partials/menu.js: line 94, col 119, Line is too long. +build/public/templates/partials/menu.js: line 94, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 94, col 53, ['unreadCount'] is better written in dot notation. +build/public/templates/partials/menu.js: line 94, col 71, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 94, col 87, ['unreadCount'] is better written in dot notation. +build/public/templates/partials/menu.js: line 94, col 102, ['chat'] is better written in dot notation. +build/public/templates/partials/menu.js: line 98, col 129, Line is too long. +build/public/templates/partials/menu.js: line 98, col 45, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 98, col 61, ['unreadCount'] is better written in dot notation. +build/public/templates/partials/menu.js: line 98, col 79, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 98, col 95, ['unreadCount'] is better written in dot notation. +build/public/templates/partials/menu.js: line 98, col 110, ['chat'] is better written in dot notation. +build/public/templates/partials/menu.js: line 99, col 1488, Line is too long. +build/public/templates/partials/menu.js: line 100, col 45, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 100, col 61, ['relative_path'] is better written in dot notation. +build/public/templates/partials/menu.js: line 102, col 119, Line is too long. +build/public/templates/partials/menu.js: line 102, col 45, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 102, col 61, ['user'] is better written in dot notation. +build/public/templates/partials/menu.js: line 102, col 72, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 102, col 88, ['user'] is better written in dot notation. +build/public/templates/partials/menu.js: line 102, col 96, ['userslug'] is better written in dot notation. +build/public/templates/partials/menu.js: line 103, col 123, Line is too long. +build/public/templates/partials/menu.js: line 105, col 302, Line is too long. +build/public/templates/partials/menu.js: line 106, col 178, Line is too long. +build/public/templates/partials/menu.js: line 106, col 82, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 106, col 98, ['user'] is better written in dot notation. +build/public/templates/partials/menu.js: line 106, col 141, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 108, col 115, Line is too long. +build/public/templates/partials/menu.js: line 108, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 108, col 57, ['user'] is better written in dot notation. +build/public/templates/partials/menu.js: line 108, col 68, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 108, col 84, ['user'] is better written in dot notation. +build/public/templates/partials/menu.js: line 108, col 92, ['username'] is better written in dot notation. +build/public/templates/partials/menu.js: line 109, col 434, Line is too long. +build/public/templates/partials/menu.js: line 110, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 110, col 57, ['relative_path'] is better written in dot notation. +build/public/templates/partials/menu.js: line 112, col 115, Line is too long. +build/public/templates/partials/menu.js: line 112, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 112, col 57, ['user'] is better written in dot notation. +build/public/templates/partials/menu.js: line 112, col 68, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 112, col 84, ['user'] is better written in dot notation. +build/public/templates/partials/menu.js: line 112, col 92, ['userslug'] is better written in dot notation. +build/public/templates/partials/menu.js: line 113, col 179, Line is too long. +build/public/templates/partials/menu.js: line 114, col 113, Line is too long. +build/public/templates/partials/menu.js: line 114, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 114, col 57, ['user'] is better written in dot notation. +build/public/templates/partials/menu.js: line 114, col 68, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 114, col 84, ['user'] is better written in dot notation. +build/public/templates/partials/menu.js: line 114, col 92, ['status'] is better written in dot notation. +build/public/templates/partials/menu.js: line 116, col 113, Line is too long. +build/public/templates/partials/menu.js: line 116, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 116, col 57, ['user'] is better written in dot notation. +build/public/templates/partials/menu.js: line 116, col 68, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 116, col 84, ['user'] is better written in dot notation. +build/public/templates/partials/menu.js: line 116, col 92, ['status'] is better written in dot notation. +build/public/templates/partials/menu.js: line 118, col 115, Line is too long. +build/public/templates/partials/menu.js: line 118, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 118, col 57, ['user'] is better written in dot notation. +build/public/templates/partials/menu.js: line 118, col 68, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 118, col 84, ['user'] is better written in dot notation. +build/public/templates/partials/menu.js: line 118, col 92, ['username'] is better written in dot notation. +build/public/templates/partials/menu.js: line 119, col 268, Line is too long. +build/public/templates/partials/menu.js: line 120, col 103, Line is too long. +build/public/templates/partials/menu.js: line 120, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 120, col 49, ['user'] is better written in dot notation. +build/public/templates/partials/menu.js: line 120, col 60, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 120, col 76, ['user'] is better written in dot notation. +build/public/templates/partials/menu.js: line 120, col 84, ['online'] is better written in dot notation. +build/public/templates/partials/menu.js: line 123, col 351, Line is too long. +build/public/templates/partials/menu.js: line 124, col 101, Line is too long. +build/public/templates/partials/menu.js: line 124, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 124, col 49, ['user'] is better written in dot notation. +build/public/templates/partials/menu.js: line 124, col 60, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 124, col 76, ['user'] is better written in dot notation. +build/public/templates/partials/menu.js: line 124, col 84, ['away'] is better written in dot notation. +build/public/templates/partials/menu.js: line 127, col 345, Line is too long. +build/public/templates/partials/menu.js: line 128, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 128, col 49, ['user'] is better written in dot notation. +build/public/templates/partials/menu.js: line 128, col 60, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 128, col 76, ['user'] is better written in dot notation. +build/public/templates/partials/menu.js: line 128, col 84, ['dnd'] is better written in dot notation. +build/public/templates/partials/menu.js: line 131, col 342, Line is too long. +build/public/templates/partials/menu.js: line 132, col 104, Line is too long. +build/public/templates/partials/menu.js: line 132, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 132, col 49, ['user'] is better written in dot notation. +build/public/templates/partials/menu.js: line 132, col 60, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 132, col 76, ['user'] is better written in dot notation. +build/public/templates/partials/menu.js: line 132, col 84, ['offline'] is better written in dot notation. +build/public/templates/partials/menu.js: line 135, col 360, Line is too long. +build/public/templates/partials/menu.js: line 136, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 136, col 57, ['relative_path'] is better written in dot notation. +build/public/templates/partials/menu.js: line 138, col 115, Line is too long. +build/public/templates/partials/menu.js: line 138, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 138, col 57, ['user'] is better written in dot notation. +build/public/templates/partials/menu.js: line 138, col 68, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 138, col 84, ['user'] is better written in dot notation. +build/public/templates/partials/menu.js: line 138, col 92, ['userslug'] is better written in dot notation. +build/public/templates/partials/menu.js: line 139, col 215, Line is too long. +build/public/templates/partials/menu.js: line 140, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 140, col 57, ['relative_path'] is better written in dot notation. +build/public/templates/partials/menu.js: line 142, col 115, Line is too long. +build/public/templates/partials/menu.js: line 142, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 142, col 57, ['user'] is better written in dot notation. +build/public/templates/partials/menu.js: line 142, col 68, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 142, col 84, ['user'] is better written in dot notation. +build/public/templates/partials/menu.js: line 142, col 92, ['userslug'] is better written in dot notation. +build/public/templates/partials/menu.js: line 143, col 213, Line is too long. +build/public/templates/partials/menu.js: line 144, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 144, col 57, ['relative_path'] is better written in dot notation. +build/public/templates/partials/menu.js: line 146, col 115, Line is too long. +build/public/templates/partials/menu.js: line 146, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 146, col 57, ['user'] is better written in dot notation. +build/public/templates/partials/menu.js: line 146, col 68, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 146, col 84, ['user'] is better written in dot notation. +build/public/templates/partials/menu.js: line 146, col 92, ['userslug'] is better written in dot notation. +build/public/templates/partials/menu.js: line 147, col 131, Line is too long. +build/public/templates/partials/menu.js: line 148, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 148, col 49, ['showModMenu'] is better written in dot notation. +build/public/templates/partials/menu.js: line 149, col 194, Line is too long. +build/public/templates/partials/menu.js: line 150, col 45, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 150, col 61, ['relative_path'] is better written in dot notation. +build/public/templates/partials/menu.js: line 151, col 180, Line is too long. +build/public/templates/partials/menu.js: line 152, col 45, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 152, col 61, ['relative_path'] is better written in dot notation. +build/public/templates/partials/menu.js: line 153, col 144, Line is too long. +build/public/templates/partials/menu.js: line 154, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 154, col 53, ['registrationQueueEnabled'] is better written in dot notation. +build/public/templates/partials/menu.js: line 156, col 49, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 156, col 65, ['relative_path'] is better written in dot notation. +build/public/templates/partials/menu.js: line 157, col 163, Line is too long. +build/public/templates/partials/menu.js: line 160, col 45, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 160, col 61, ['relative_path'] is better written in dot notation. +build/public/templates/partials/menu.js: line 161, col 142, Line is too long. +build/public/templates/partials/menu.js: line 163, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 163, col 53, ['postQueueEnabled'] is better written in dot notation. +build/public/templates/partials/menu.js: line 165, col 49, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 165, col 65, ['relative_path'] is better written in dot notation. +build/public/templates/partials/menu.js: line 166, col 147, Line is too long. +build/public/templates/partials/menu.js: line 169, col 144, Line is too long. +build/public/templates/partials/menu.js: line 170, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 170, col 57, ['relative_path'] is better written in dot notation. +build/public/templates/partials/menu.js: line 172, col 121, Line is too long. +build/public/templates/partials/menu.js: line 172, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 172, col 57, ['config'] is better written in dot notation. +build/public/templates/partials/menu.js: line 172, col 70, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 172, col 86, ['config'] is better written in dot notation. +build/public/templates/partials/menu.js: line 172, col 96, ['csrf_token'] is better written in dot notation. +build/public/templates/partials/menu.js: line 173, col 268, Line is too long. +build/public/templates/partials/menu.js: line 174, col 106, Line is too long. +build/public/templates/partials/menu.js: line 175, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 175, col 49, ['allowRegistration'] is better written in dot notation. +build/public/templates/partials/menu.js: line 177, col 45, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 177, col 61, ['relative_path'] is better written in dot notation. +build/public/templates/partials/menu.js: line 178, col 146, Line is too long. +build/public/templates/partials/menu.js: line 181, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 181, col 57, ['relative_path'] is better written in dot notation. +build/public/templates/partials/menu.js: line 182, col 146, Line is too long. +build/public/templates/partials/menu.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/menu.js: line 191, col 118, Line is too long. +build/public/templates/partials/menu.js: line 191, col 36, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 191, col 52, ['navigation'] is better written in dot notation. +build/public/templates/partials/menu.js: line 196, col 169, Line is too long. +build/public/templates/partials/menu.js: line 196, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 196, col 57, ['navigation'] is better written in dot notation. +build/public/templates/partials/menu.js: line 196, col 74, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 196, col 90, ['navigation'] is better written in dot notation. +build/public/templates/partials/menu.js: line 196, col 113, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 196, col 129, ['navigation'] is better written in dot notation. +build/public/templates/partials/menu.js: line 197, col 162, Line is too long. +build/public/templates/partials/menu.js: line 197, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 197, col 49, ['navigation'] is better written in dot notation. +build/public/templates/partials/menu.js: line 197, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 197, col 82, ['navigation'] is better written in dot notation. +build/public/templates/partials/menu.js: line 197, col 105, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 197, col 121, ['navigation'] is better written in dot notation. +build/public/templates/partials/menu.js: line 197, col 141, ['dropdown'] is better written in dot notation. +build/public/templates/partials/menu.js: line 201, col 169, Line is too long. +build/public/templates/partials/menu.js: line 201, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 201, col 57, ['navigation'] is better written in dot notation. +build/public/templates/partials/menu.js: line 201, col 74, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 201, col 90, ['navigation'] is better written in dot notation. +build/public/templates/partials/menu.js: line 201, col 113, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 201, col 129, ['navigation'] is better written in dot notation. +build/public/templates/partials/menu.js: line 201, col 149, ['title'] is better written in dot notation. +build/public/templates/partials/menu.js: line 203, col 162, Line is too long. +build/public/templates/partials/menu.js: line 203, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 203, col 49, ['navigation'] is better written in dot notation. +build/public/templates/partials/menu.js: line 203, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 203, col 82, ['navigation'] is better written in dot notation. +build/public/templates/partials/menu.js: line 203, col 105, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 203, col 121, ['navigation'] is better written in dot notation. +build/public/templates/partials/menu.js: line 203, col 141, ['dropdown'] is better written in dot notation. +build/public/templates/partials/menu.js: line 207, col 162, Line is too long. +build/public/templates/partials/menu.js: line 207, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 207, col 49, ['navigation'] is better written in dot notation. +build/public/templates/partials/menu.js: line 207, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 207, col 82, ['navigation'] is better written in dot notation. +build/public/templates/partials/menu.js: line 207, col 105, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 207, col 121, ['navigation'] is better written in dot notation. +build/public/templates/partials/menu.js: line 207, col 141, ['dropdown'] is better written in dot notation. +build/public/templates/partials/menu.js: line 208, col 123, Line is too long. +build/public/templates/partials/menu.js: line 210, col 173, Line is too long. +build/public/templates/partials/menu.js: line 210, col 45, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 210, col 61, ['navigation'] is better written in dot notation. +build/public/templates/partials/menu.js: line 210, col 78, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 210, col 94, ['navigation'] is better written in dot notation. +build/public/templates/partials/menu.js: line 210, col 117, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 210, col 133, ['navigation'] is better written in dot notation. +build/public/templates/partials/menu.js: line 210, col 153, ['route'] is better written in dot notation. +build/public/templates/partials/menu.js: line 213, col 156, Line is too long. +build/public/templates/partials/menu.js: line 213, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 213, col 49, ['navigation'] is better written in dot notation. +build/public/templates/partials/menu.js: line 213, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 213, col 82, ['navigation'] is better written in dot notation. +build/public/templates/partials/menu.js: line 213, col 105, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 213, col 121, ['navigation'] is better written in dot notation. +build/public/templates/partials/menu.js: line 213, col 141, ['id'] is better written in dot notation. +build/public/templates/partials/menu.js: line 215, col 170, Line is too long. +build/public/templates/partials/menu.js: line 215, col 45, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 215, col 61, ['navigation'] is better written in dot notation. +build/public/templates/partials/menu.js: line 215, col 78, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 215, col 94, ['navigation'] is better written in dot notation. +build/public/templates/partials/menu.js: line 215, col 117, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 215, col 133, ['navigation'] is better written in dot notation. +build/public/templates/partials/menu.js: line 215, col 153, ['id'] is better written in dot notation. +build/public/templates/partials/menu.js: line 218, col 165, Line is too long. +build/public/templates/partials/menu.js: line 218, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 218, col 49, ['navigation'] is better written in dot notation. +build/public/templates/partials/menu.js: line 218, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 218, col 82, ['navigation'] is better written in dot notation. +build/public/templates/partials/menu.js: line 218, col 105, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 218, col 121, ['navigation'] is better written in dot notation. +build/public/templates/partials/menu.js: line 218, col 141, ['targetBlank'] is better written in dot notation. +build/public/templates/partials/menu.js: line 222, col 163, Line is too long. +build/public/templates/partials/menu.js: line 222, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 222, col 49, ['navigation'] is better written in dot notation. +build/public/templates/partials/menu.js: line 222, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 222, col 82, ['navigation'] is better written in dot notation. +build/public/templates/partials/menu.js: line 222, col 105, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 222, col 121, ['navigation'] is better written in dot notation. +build/public/templates/partials/menu.js: line 222, col 141, ['iconClass'] is better written in dot notation. +build/public/templates/partials/menu.js: line 224, col 177, Line is too long. +build/public/templates/partials/menu.js: line 224, col 45, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 224, col 61, ['navigation'] is better written in dot notation. +build/public/templates/partials/menu.js: line 224, col 78, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 224, col 94, ['navigation'] is better written in dot notation. +build/public/templates/partials/menu.js: line 224, col 117, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 224, col 133, ['navigation'] is better written in dot notation. +build/public/templates/partials/menu.js: line 224, col 153, ['iconClass'] is better written in dot notation. +build/public/templates/partials/menu.js: line 226, col 175, Line is too long. +build/public/templates/partials/menu.js: line 226, col 45, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 226, col 61, ['navigation'] is better written in dot notation. +build/public/templates/partials/menu.js: line 226, col 78, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 226, col 94, ['navigation'] is better written in dot notation. +build/public/templates/partials/menu.js: line 226, col 117, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 226, col 133, ['navigation'] is better written in dot notation. +build/public/templates/partials/menu.js: line 226, col 153, ['content'] is better written in dot notation. +build/public/templates/partials/menu.js: line 230, col 158, Line is too long. +build/public/templates/partials/menu.js: line 230, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 230, col 49, ['navigation'] is better written in dot notation. +build/public/templates/partials/menu.js: line 230, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 230, col 82, ['navigation'] is better written in dot notation. +build/public/templates/partials/menu.js: line 230, col 105, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 230, col 121, ['navigation'] is better written in dot notation. +build/public/templates/partials/menu.js: line 230, col 141, ['text'] is better written in dot notation. +build/public/templates/partials/menu.js: line 232, col 177, Line is too long. +build/public/templates/partials/menu.js: line 232, col 45, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 232, col 61, ['navigation'] is better written in dot notation. +build/public/templates/partials/menu.js: line 232, col 78, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 232, col 94, ['navigation'] is better written in dot notation. +build/public/templates/partials/menu.js: line 232, col 117, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 232, col 133, ['navigation'] is better written in dot notation. +build/public/templates/partials/menu.js: line 232, col 153, ['textClass'] is better written in dot notation. +build/public/templates/partials/menu.js: line 234, col 172, Line is too long. +build/public/templates/partials/menu.js: line 234, col 45, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 234, col 61, ['navigation'] is better written in dot notation. +build/public/templates/partials/menu.js: line 234, col 78, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 234, col 94, ['navigation'] is better written in dot notation. +build/public/templates/partials/menu.js: line 234, col 117, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 234, col 133, ['navigation'] is better written in dot notation. +build/public/templates/partials/menu.js: line 234, col 153, ['text'] is better written in dot notation. +build/public/templates/partials/menu.js: line 238, col 162, Line is too long. +build/public/templates/partials/menu.js: line 238, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 238, col 49, ['navigation'] is better written in dot notation. +build/public/templates/partials/menu.js: line 238, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 238, col 82, ['navigation'] is better written in dot notation. +build/public/templates/partials/menu.js: line 238, col 105, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 238, col 121, ['navigation'] is better written in dot notation. +build/public/templates/partials/menu.js: line 238, col 141, ['dropdown'] is better written in dot notation. +build/public/templates/partials/menu.js: line 242, col 162, Line is too long. +build/public/templates/partials/menu.js: line 242, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 242, col 49, ['navigation'] is better written in dot notation. +build/public/templates/partials/menu.js: line 242, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 242, col 82, ['navigation'] is better written in dot notation. +build/public/templates/partials/menu.js: line 242, col 105, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 242, col 121, ['navigation'] is better written in dot notation. +build/public/templates/partials/menu.js: line 242, col 141, ['dropdown'] is better written in dot notation. +build/public/templates/partials/menu.js: line 244, col 183, Line is too long. +build/public/templates/partials/menu.js: line 244, col 45, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 244, col 61, ['navigation'] is better written in dot notation. +build/public/templates/partials/menu.js: line 244, col 78, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 244, col 94, ['navigation'] is better written in dot notation. +build/public/templates/partials/menu.js: line 244, col 117, Expected '!==' and instead saw '!='. +build/public/templates/partials/menu.js: line 244, col 133, ['navigation'] is better written in dot notation. +build/public/templates/partials/menu.js: line 244, col 153, ['dropdownContent'] is better written in dot notation. +build/public/templates/partials/menu.js: line 192, col 13, 'key' is defined but never used. +build/public/templates/partials/menu.js: line 191, col 111, 'value' is defined but never used. +build/public/templates/partials/menu.js: line 191, col 103, 'length' is defined but never used. +build/public/templates/partials/menu.js: line 190, col 11, 'value' is defined but never used. +build/public/templates/partials/menu.js: line 257, col 3, Missing semicolon. +build/public/templates/partials/menu.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/menu.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/noscript/message.js: line 12, col 30, Expected '!==' and instead saw '!='. +build/public/templates/partials/noscript/message.js: line 12, col 46, ['noScriptMessage'] is better written in dot notation. +build/public/templates/partials/noscript/message.js: line 14, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/noscript/message.js: line 14, col 53, ['noScriptMessage'] is better written in dot notation. +build/public/templates/partials/noscript/message.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/noscript/message.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/partials/noscript/message.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/partials/noscript/message.js: line 24, col 3, Missing semicolon. +build/public/templates/partials/noscript/message.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/noscript/message.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/noscript/warning.js: line 12, col 372, Line is too long. +build/public/templates/partials/noscript/warning.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/partials/noscript/warning.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/noscript/warning.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/partials/noscript/warning.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/partials/noscript/warning.js: line 9, col 39, 'guard' is defined but never used. +build/public/templates/partials/noscript/warning.js: line 20, col 3, Missing semicolon. +build/public/templates/partials/noscript/warning.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/noscript/warning.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/notifications_list.js: line 12, col 118, Line is too long. +build/public/templates/partials/notifications_list.js: line 12, col 30, Expected '!==' and instead saw '!='. +build/public/templates/partials/notifications_list.js: line 12, col 46, ['notifications'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 12, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/notifications_list.js: line 12, col 82, ['notifications'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 12, col 99, ['length'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 14, col 244, Line is too long. +build/public/templates/partials/notifications_list.js: line 16, col 22, ['notifications'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/partials/notifications_list.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/notifications_list.js: line 23, col 121, Line is too long. +build/public/templates/partials/notifications_list.js: line 23, col 36, Expected '!==' and instead saw '!='. +build/public/templates/partials/notifications_list.js: line 23, col 52, ['notifications'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 26, col 178, Line is too long. +build/public/templates/partials/notifications_list.js: line 26, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/notifications_list.js: line 26, col 53, ['notifications'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 26, col 73, Expected '!==' and instead saw '!='. +build/public/templates/partials/notifications_list.js: line 26, col 89, ['notifications'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 26, col 115, Expected '!==' and instead saw '!='. +build/public/templates/partials/notifications_list.js: line 26, col 131, ['notifications'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 26, col 154, ['readClass'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 28, col 172, Line is too long. +build/public/templates/partials/notifications_list.js: line 28, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/notifications_list.js: line 28, col 53, ['notifications'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 28, col 73, Expected '!==' and instead saw '!='. +build/public/templates/partials/notifications_list.js: line 28, col 89, ['notifications'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 28, col 115, Expected '!==' and instead saw '!='. +build/public/templates/partials/notifications_list.js: line 28, col 131, ['notifications'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 28, col 154, ['nid'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 30, col 173, Line is too long. +build/public/templates/partials/notifications_list.js: line 30, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/notifications_list.js: line 30, col 53, ['notifications'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 30, col 73, Expected '!==' and instead saw '!='. +build/public/templates/partials/notifications_list.js: line 30, col 89, ['notifications'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 30, col 115, Expected '!==' and instead saw '!='. +build/public/templates/partials/notifications_list.js: line 30, col 131, ['notifications'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 30, col 154, ['path'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 32, col 162, Line is too long. +build/public/templates/partials/notifications_list.js: line 32, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/notifications_list.js: line 32, col 45, ['notifications'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 32, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/notifications_list.js: line 32, col 81, ['notifications'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 32, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/notifications_list.js: line 32, col 123, ['notifications'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 32, col 146, ['pid'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 34, col 176, Line is too long. +build/public/templates/partials/notifications_list.js: line 34, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/notifications_list.js: line 34, col 57, ['notifications'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 34, col 77, Expected '!==' and instead saw '!='. +build/public/templates/partials/notifications_list.js: line 34, col 93, ['notifications'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 34, col 119, Expected '!==' and instead saw '!='. +build/public/templates/partials/notifications_list.js: line 34, col 135, ['notifications'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 34, col 158, ['pid'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 37, col 162, Line is too long. +build/public/templates/partials/notifications_list.js: line 37, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/notifications_list.js: line 37, col 45, ['notifications'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 37, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/notifications_list.js: line 37, col 81, ['notifications'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 37, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/notifications_list.js: line 37, col 123, ['notifications'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 37, col 146, ['tid'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 39, col 176, Line is too long. +build/public/templates/partials/notifications_list.js: line 39, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/notifications_list.js: line 39, col 57, ['notifications'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 39, col 77, Expected '!==' and instead saw '!='. +build/public/templates/partials/notifications_list.js: line 39, col 93, ['notifications'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 39, col 119, Expected '!==' and instead saw '!='. +build/public/templates/partials/notifications_list.js: line 39, col 135, ['notifications'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 39, col 158, ['tid'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 42, col 210, Line is too long. +build/public/templates/partials/notifications_list.js: line 43, col 225, Line is too long. +build/public/templates/partials/notifications_list.js: line 43, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/notifications_list.js: line 43, col 45, ['notifications'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 43, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/notifications_list.js: line 43, col 81, ['notifications'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 43, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/notifications_list.js: line 43, col 123, ['notifications'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 43, col 146, ['user'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 43, col 157, Expected '!==' and instead saw '!='. +build/public/templates/partials/notifications_list.js: line 43, col 173, ['notifications'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 43, col 196, ['user'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 43, col 204, ['userslug'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 44, col 122, Line is too long. +build/public/templates/partials/notifications_list.js: line 44, col 39, Expected '!==' and instead saw '!='. +build/public/templates/partials/notifications_list.js: line 44, col 55, ['config'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 44, col 68, Expected '!==' and instead saw '!='. +build/public/templates/partials/notifications_list.js: line 44, col 84, ['config'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 44, col 94, ['relative_path'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 46, col 238, Line is too long. +build/public/templates/partials/notifications_list.js: line 46, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/notifications_list.js: line 46, col 57, ['notifications'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 46, col 77, Expected '!==' and instead saw '!='. +build/public/templates/partials/notifications_list.js: line 46, col 93, ['notifications'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 46, col 119, Expected '!==' and instead saw '!='. +build/public/templates/partials/notifications_list.js: line 46, col 135, ['notifications'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 46, col 158, ['user'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 46, col 169, Expected '!==' and instead saw '!='. +build/public/templates/partials/notifications_list.js: line 46, col 185, ['notifications'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 46, col 208, ['user'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 46, col 216, ['userslug'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 49, col 320, Line is too long. +build/public/templates/partials/notifications_list.js: line 49, col 30, Expected '!==' and instead saw '!='. +build/public/templates/partials/notifications_list.js: line 49, col 46, ['notifications'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 49, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/notifications_list.js: line 49, col 82, ['notifications'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 49, col 108, Expected '!==' and instead saw '!='. +build/public/templates/partials/notifications_list.js: line 49, col 124, ['notifications'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 49, col 147, ['image'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 49, col 185, Expected '!==' and instead saw '!='. +build/public/templates/partials/notifications_list.js: line 49, col 201, ['notifications'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 49, col 221, Expected '!==' and instead saw '!='. +build/public/templates/partials/notifications_list.js: line 49, col 237, ['notifications'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 49, col 263, Expected '!==' and instead saw '!='. +build/public/templates/partials/notifications_list.js: line 49, col 279, ['notifications'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 49, col 302, ['from'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 51, col 178, Line is too long. +build/public/templates/partials/notifications_list.js: line 51, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/notifications_list.js: line 51, col 57, ['notifications'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 51, col 77, Expected '!==' and instead saw '!='. +build/public/templates/partials/notifications_list.js: line 51, col 93, ['notifications'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 51, col 119, Expected '!==' and instead saw '!='. +build/public/templates/partials/notifications_list.js: line 51, col 135, ['notifications'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 51, col 158, ['image'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 54, col 167, Line is too long. +build/public/templates/partials/notifications_list.js: line 54, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/notifications_list.js: line 54, col 49, ['notifications'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 54, col 69, Expected '!==' and instead saw '!='. +build/public/templates/partials/notifications_list.js: line 54, col 85, ['notifications'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 54, col 111, Expected '!==' and instead saw '!='. +build/public/templates/partials/notifications_list.js: line 54, col 127, ['notifications'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 54, col 150, ['icon'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 55, col 120, Line is too long. +build/public/templates/partials/notifications_list.js: line 56, col 181, Line is too long. +build/public/templates/partials/notifications_list.js: line 56, col 45, Expected '!==' and instead saw '!='. +build/public/templates/partials/notifications_list.js: line 56, col 61, ['notifications'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 56, col 81, Expected '!==' and instead saw '!='. +build/public/templates/partials/notifications_list.js: line 56, col 97, ['notifications'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 56, col 123, Expected '!==' and instead saw '!='. +build/public/templates/partials/notifications_list.js: line 56, col 139, ['notifications'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 56, col 162, ['icon'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 58, col 107, Line is too long. +build/public/templates/partials/notifications_list.js: line 59, col 247, Line is too long. +build/public/templates/partials/notifications_list.js: line 59, col 45, Expected '!==' and instead saw '!='. +build/public/templates/partials/notifications_list.js: line 59, col 61, ['notifications'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 59, col 81, Expected '!==' and instead saw '!='. +build/public/templates/partials/notifications_list.js: line 59, col 97, ['notifications'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 59, col 123, Expected '!==' and instead saw '!='. +build/public/templates/partials/notifications_list.js: line 59, col 139, ['notifications'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 59, col 162, ['user'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 59, col 173, Expected '!==' and instead saw '!='. +build/public/templates/partials/notifications_list.js: line 59, col 189, ['notifications'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 59, col 212, ['user'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 61, col 244, Line is too long. +build/public/templates/partials/notifications_list.js: line 61, col 45, Expected '!==' and instead saw '!='. +build/public/templates/partials/notifications_list.js: line 61, col 61, ['notifications'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 61, col 81, Expected '!==' and instead saw '!='. +build/public/templates/partials/notifications_list.js: line 61, col 97, ['notifications'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 61, col 123, Expected '!==' and instead saw '!='. +build/public/templates/partials/notifications_list.js: line 61, col 139, ['notifications'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 61, col 162, ['user'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 61, col 173, Expected '!==' and instead saw '!='. +build/public/templates/partials/notifications_list.js: line 61, col 189, ['notifications'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 61, col 212, ['user'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 64, col 117, Line is too long. +build/public/templates/partials/notifications_list.js: line 65, col 173, Line is too long. +build/public/templates/partials/notifications_list.js: line 65, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/notifications_list.js: line 65, col 53, ['notifications'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 65, col 73, Expected '!==' and instead saw '!='. +build/public/templates/partials/notifications_list.js: line 65, col 89, ['notifications'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 65, col 115, Expected '!==' and instead saw '!='. +build/public/templates/partials/notifications_list.js: line 65, col 131, ['notifications'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 65, col 154, ['path'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 66, col 157, Line is too long. +build/public/templates/partials/notifications_list.js: line 67, col 178, Line is too long. +build/public/templates/partials/notifications_list.js: line 67, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/notifications_list.js: line 67, col 53, ['notifications'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 67, col 73, Expected '!==' and instead saw '!='. +build/public/templates/partials/notifications_list.js: line 67, col 89, ['notifications'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 67, col 115, Expected '!==' and instead saw '!='. +build/public/templates/partials/notifications_list.js: line 67, col 131, ['notifications'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 67, col 154, ['bodyShort'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 69, col 170, Line is too long. +build/public/templates/partials/notifications_list.js: line 69, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/notifications_list.js: line 69, col 45, ['notifications'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 69, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/notifications_list.js: line 69, col 81, ['notifications'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 69, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/notifications_list.js: line 69, col 123, ['notifications'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 69, col 146, ['timeagoLong'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 70, col 181, Line is too long. +build/public/templates/partials/notifications_list.js: line 70, col 39, Expected '!==' and instead saw '!='. +build/public/templates/partials/notifications_list.js: line 70, col 55, ['notifications'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 70, col 75, Expected '!==' and instead saw '!='. +build/public/templates/partials/notifications_list.js: line 70, col 91, ['notifications'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 70, col 117, Expected '!==' and instead saw '!='. +build/public/templates/partials/notifications_list.js: line 70, col 133, ['notifications'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 70, col 156, ['timeagoLong'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 72, col 184, Line is too long. +build/public/templates/partials/notifications_list.js: line 72, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/notifications_list.js: line 72, col 57, ['notifications'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 72, col 77, Expected '!==' and instead saw '!='. +build/public/templates/partials/notifications_list.js: line 72, col 93, ['notifications'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 72, col 119, Expected '!==' and instead saw '!='. +build/public/templates/partials/notifications_list.js: line 72, col 135, ['notifications'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 72, col 158, ['datetimeISO'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 75, col 162, Line is too long. +build/public/templates/partials/notifications_list.js: line 75, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/notifications_list.js: line 75, col 45, ['notifications'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 75, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/notifications_list.js: line 75, col 81, ['notifications'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 75, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/notifications_list.js: line 75, col 123, ['notifications'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 75, col 146, ['nid'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 76, col 192, Line is too long. +build/public/templates/partials/notifications_list.js: line 77, col 167, Line is too long. +build/public/templates/partials/notifications_list.js: line 77, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/notifications_list.js: line 77, col 49, ['notifications'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 77, col 69, Expected '!==' and instead saw '!='. +build/public/templates/partials/notifications_list.js: line 77, col 85, ['notifications'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 77, col 111, Expected '!==' and instead saw '!='. +build/public/templates/partials/notifications_list.js: line 77, col 127, ['notifications'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 77, col 150, ['read'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 80, col 120, Line is too long. +build/public/templates/partials/notifications_list.js: line 81, col 167, Line is too long. +build/public/templates/partials/notifications_list.js: line 81, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/notifications_list.js: line 81, col 49, ['notifications'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 81, col 69, Expected '!==' and instead saw '!='. +build/public/templates/partials/notifications_list.js: line 81, col 85, ['notifications'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 81, col 111, Expected '!==' and instead saw '!='. +build/public/templates/partials/notifications_list.js: line 81, col 127, ['notifications'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 81, col 150, ['read'] is better written in dot notation. +build/public/templates/partials/notifications_list.js: line 24, col 13, 'key' is defined but never used. +build/public/templates/partials/notifications_list.js: line 23, col 114, 'value' is defined but never used. +build/public/templates/partials/notifications_list.js: line 22, col 11, 'value' is defined but never used. +build/public/templates/partials/notifications_list.js: line 20, col 76, 'helper' is defined but never used. +build/public/templates/partials/notifications_list.js: line 98, col 3, Missing semicolon. +build/public/templates/partials/notifications_list.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/notifications_list.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/paginator.js: line 13, col 158, Line is too long. +build/public/templates/partials/paginator.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/paginator.js: line 13, col 41, ['pagination'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 13, col 58, Expected '!==' and instead saw '!='. +build/public/templates/partials/paginator.js: line 13, col 74, ['pagination'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 13, col 88, ['pages'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 13, col 100, Expected '!==' and instead saw '!='. +build/public/templates/partials/paginator.js: line 13, col 116, ['pagination'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 13, col 130, ['pages'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 13, col 139, ['length'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 16, col 155, Line is too long. +build/public/templates/partials/paginator.js: line 17, col 156, Line is too long. +build/public/templates/partials/paginator.js: line 17, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/paginator.js: line 17, col 41, ['pagination'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 17, col 58, Expected '!==' and instead saw '!='. +build/public/templates/partials/paginator.js: line 17, col 74, ['pagination'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 17, col 88, ['prev'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 17, col 99, Expected '!==' and instead saw '!='. +build/public/templates/partials/paginator.js: line 17, col 115, ['pagination'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 17, col 129, ['prev'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 17, col 137, ['active'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 21, col 162, Line is too long. +build/public/templates/partials/paginator.js: line 21, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/paginator.js: line 21, col 49, ['pagination'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 21, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/paginator.js: line 21, col 82, ['pagination'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 21, col 96, ['prev'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 21, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/paginator.js: line 21, col 123, ['pagination'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 21, col 137, ['prev'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 21, col 145, ['qs'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 23, col 164, Line is too long. +build/public/templates/partials/paginator.js: line 23, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/paginator.js: line 23, col 49, ['pagination'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 23, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/paginator.js: line 23, col 82, ['pagination'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 23, col 96, ['prev'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 23, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/paginator.js: line 23, col 123, ['pagination'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 23, col 137, ['prev'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 23, col 145, ['page'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 24, col 114, Line is too long. +build/public/templates/partials/paginator.js: line 27, col 156, Line is too long. +build/public/templates/partials/paginator.js: line 27, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/paginator.js: line 27, col 41, ['pagination'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 27, col 58, Expected '!==' and instead saw '!='. +build/public/templates/partials/paginator.js: line 27, col 74, ['pagination'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 27, col 88, ['next'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 27, col 99, Expected '!==' and instead saw '!='. +build/public/templates/partials/paginator.js: line 27, col 115, ['pagination'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 27, col 129, ['next'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 27, col 137, ['active'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 31, col 162, Line is too long. +build/public/templates/partials/paginator.js: line 31, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/paginator.js: line 31, col 49, ['pagination'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 31, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/paginator.js: line 31, col 82, ['pagination'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 31, col 96, ['next'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 31, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/paginator.js: line 31, col 123, ['pagination'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 31, col 137, ['next'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 31, col 145, ['qs'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 33, col 164, Line is too long. +build/public/templates/partials/paginator.js: line 33, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/paginator.js: line 33, col 49, ['pagination'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 33, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/paginator.js: line 33, col 82, ['pagination'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 33, col 96, ['next'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 33, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/paginator.js: line 33, col 123, ['pagination'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 33, col 137, ['next'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 33, col 145, ['page'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 34, col 224, Line is too long. +build/public/templates/partials/paginator.js: line 35, col 156, Line is too long. +build/public/templates/partials/paginator.js: line 35, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/paginator.js: line 35, col 41, ['pagination'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 35, col 58, Expected '!==' and instead saw '!='. +build/public/templates/partials/paginator.js: line 35, col 74, ['pagination'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 35, col 88, ['prev'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 35, col 99, Expected '!==' and instead saw '!='. +build/public/templates/partials/paginator.js: line 35, col 115, ['pagination'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 35, col 129, ['prev'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 35, col 137, ['active'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 39, col 164, Line is too long. +build/public/templates/partials/paginator.js: line 39, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/paginator.js: line 39, col 49, ['pagination'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 39, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/paginator.js: line 39, col 82, ['pagination'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 39, col 96, ['first'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 39, col 108, Expected '!==' and instead saw '!='. +build/public/templates/partials/paginator.js: line 39, col 124, ['pagination'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 39, col 138, ['first'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 39, col 147, ['qs'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 40, col 158, Line is too long. +build/public/templates/partials/paginator.js: line 41, col 156, Line is too long. +build/public/templates/partials/paginator.js: line 41, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/paginator.js: line 41, col 41, ['pagination'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 41, col 58, Expected '!==' and instead saw '!='. +build/public/templates/partials/paginator.js: line 41, col 74, ['pagination'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 41, col 88, ['prev'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 41, col 99, Expected '!==' and instead saw '!='. +build/public/templates/partials/paginator.js: line 41, col 115, ['pagination'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 41, col 129, ['prev'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 41, col 137, ['active'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 45, col 162, Line is too long. +build/public/templates/partials/paginator.js: line 45, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/paginator.js: line 45, col 49, ['pagination'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 45, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/paginator.js: line 45, col 82, ['pagination'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 45, col 96, ['prev'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 45, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/paginator.js: line 45, col 123, ['pagination'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 45, col 137, ['prev'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 45, col 145, ['qs'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 47, col 164, Line is too long. +build/public/templates/partials/paginator.js: line 47, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/paginator.js: line 47, col 49, ['pagination'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 47, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/paginator.js: line 47, col 82, ['pagination'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 47, col 96, ['prev'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 47, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/paginator.js: line 47, col 123, ['pagination'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 47, col 137, ['prev'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 47, col 145, ['page'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 48, col 276, Line is too long. +build/public/templates/partials/paginator.js: line 49, col 122, Line is too long. +build/public/templates/partials/paginator.js: line 49, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/paginator.js: line 49, col 49, ['pagination'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 49, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/paginator.js: line 49, col 82, ['pagination'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 49, col 96, ['currentPage'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 51, col 120, Line is too long. +build/public/templates/partials/paginator.js: line 51, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/paginator.js: line 51, col 49, ['pagination'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 51, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/paginator.js: line 51, col 82, ['pagination'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 51, col 96, ['pageCount'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 53, col 156, Line is too long. +build/public/templates/partials/paginator.js: line 53, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/paginator.js: line 53, col 41, ['pagination'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 53, col 58, Expected '!==' and instead saw '!='. +build/public/templates/partials/paginator.js: line 53, col 74, ['pagination'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 53, col 88, ['next'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 53, col 99, Expected '!==' and instead saw '!='. +build/public/templates/partials/paginator.js: line 53, col 115, ['pagination'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 53, col 129, ['next'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 53, col 137, ['active'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 57, col 162, Line is too long. +build/public/templates/partials/paginator.js: line 57, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/paginator.js: line 57, col 49, ['pagination'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 57, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/paginator.js: line 57, col 82, ['pagination'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 57, col 96, ['next'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 57, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/paginator.js: line 57, col 123, ['pagination'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 57, col 137, ['next'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 57, col 145, ['qs'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 59, col 164, Line is too long. +build/public/templates/partials/paginator.js: line 59, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/paginator.js: line 59, col 49, ['pagination'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 59, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/paginator.js: line 59, col 82, ['pagination'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 59, col 96, ['next'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 59, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/paginator.js: line 59, col 123, ['pagination'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 59, col 137, ['next'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 59, col 145, ['page'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 60, col 136, Line is too long. +build/public/templates/partials/paginator.js: line 61, col 156, Line is too long. +build/public/templates/partials/paginator.js: line 61, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/paginator.js: line 61, col 41, ['pagination'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 61, col 58, Expected '!==' and instead saw '!='. +build/public/templates/partials/paginator.js: line 61, col 74, ['pagination'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 61, col 88, ['next'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 61, col 99, Expected '!==' and instead saw '!='. +build/public/templates/partials/paginator.js: line 61, col 115, ['pagination'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 61, col 129, ['next'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 61, col 137, ['active'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 65, col 162, Line is too long. +build/public/templates/partials/paginator.js: line 65, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/paginator.js: line 65, col 49, ['pagination'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 65, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/paginator.js: line 65, col 82, ['pagination'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 65, col 96, ['last'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 65, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/paginator.js: line 65, col 123, ['pagination'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 65, col 137, ['last'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 65, col 145, ['qs'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 67, col 120, Line is too long. +build/public/templates/partials/paginator.js: line 67, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/paginator.js: line 67, col 49, ['pagination'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 67, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/paginator.js: line 67, col 82, ['pagination'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 67, col 96, ['pageCount'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 68, col 121, Line is too long. +build/public/templates/partials/paginator.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/paginator.js: line 75, col 160, Line is too long. +build/public/templates/partials/paginator.js: line 75, col 36, Expected '!==' and instead saw '!='. +build/public/templates/partials/paginator.js: line 75, col 52, ['pagination'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 75, col 69, Expected '!==' and instead saw '!='. +build/public/templates/partials/paginator.js: line 75, col 85, ['pagination'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 75, col 99, ['pages'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 78, col 219, Line is too long. +build/public/templates/partials/paginator.js: line 78, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/paginator.js: line 78, col 45, ['pagination'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 78, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/paginator.js: line 78, col 78, ['pagination'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 78, col 92, ['pages'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 78, col 104, Expected '!==' and instead saw '!='. +build/public/templates/partials/paginator.js: line 78, col 120, ['pagination'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 78, col 134, ['pages'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 78, col 152, Expected '!==' and instead saw '!='. +build/public/templates/partials/paginator.js: line 78, col 168, ['pagination'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 78, col 182, ['pages'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 78, col 197, ['separator'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 79, col 227, Line is too long. +build/public/templates/partials/paginator.js: line 81, col 220, Line is too long. +build/public/templates/partials/paginator.js: line 81, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/paginator.js: line 81, col 49, ['pagination'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 81, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/paginator.js: line 81, col 82, ['pagination'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 81, col 96, ['pages'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 81, col 108, Expected '!==' and instead saw '!='. +build/public/templates/partials/paginator.js: line 81, col 124, ['pagination'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 81, col 138, ['pages'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 81, col 156, Expected '!==' and instead saw '!='. +build/public/templates/partials/paginator.js: line 81, col 172, ['pagination'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 81, col 186, ['pages'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 81, col 201, ['active'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 85, col 226, Line is too long. +build/public/templates/partials/paginator.js: line 85, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/paginator.js: line 85, col 57, ['pagination'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 85, col 74, Expected '!==' and instead saw '!='. +build/public/templates/partials/paginator.js: line 85, col 90, ['pagination'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 85, col 104, ['pages'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 85, col 116, Expected '!==' and instead saw '!='. +build/public/templates/partials/paginator.js: line 85, col 132, ['pagination'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 85, col 146, ['pages'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 85, col 164, Expected '!==' and instead saw '!='. +build/public/templates/partials/paginator.js: line 85, col 180, ['pagination'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 85, col 194, ['pages'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 85, col 209, ['qs'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 87, col 228, Line is too long. +build/public/templates/partials/paginator.js: line 87, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/paginator.js: line 87, col 57, ['pagination'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 87, col 74, Expected '!==' and instead saw '!='. +build/public/templates/partials/paginator.js: line 87, col 90, ['pagination'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 87, col 104, ['pages'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 87, col 116, Expected '!==' and instead saw '!='. +build/public/templates/partials/paginator.js: line 87, col 132, ['pagination'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 87, col 146, ['pages'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 87, col 164, Expected '!==' and instead saw '!='. +build/public/templates/partials/paginator.js: line 87, col 180, ['pagination'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 87, col 194, ['pages'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 87, col 209, ['page'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 89, col 228, Line is too long. +build/public/templates/partials/paginator.js: line 89, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/paginator.js: line 89, col 57, ['pagination'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 89, col 74, Expected '!==' and instead saw '!='. +build/public/templates/partials/paginator.js: line 89, col 90, ['pagination'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 89, col 104, ['pages'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 89, col 116, Expected '!==' and instead saw '!='. +build/public/templates/partials/paginator.js: line 89, col 132, ['pagination'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 89, col 146, ['pages'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 89, col 164, Expected '!==' and instead saw '!='. +build/public/templates/partials/paginator.js: line 89, col 180, ['pagination'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 89, col 194, ['pages'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 89, col 209, ['page'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 91, col 228, Line is too long. +build/public/templates/partials/paginator.js: line 91, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/paginator.js: line 91, col 57, ['pagination'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 91, col 74, Expected '!==' and instead saw '!='. +build/public/templates/partials/paginator.js: line 91, col 90, ['pagination'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 91, col 104, ['pages'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 91, col 116, Expected '!==' and instead saw '!='. +build/public/templates/partials/paginator.js: line 91, col 132, ['pagination'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 91, col 146, ['pages'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 91, col 164, Expected '!==' and instead saw '!='. +build/public/templates/partials/paginator.js: line 91, col 180, ['pagination'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 91, col 194, ['pages'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 91, col 209, ['page'] is better written in dot notation. +build/public/templates/partials/paginator.js: line 76, col 13, 'key' is defined but never used. +build/public/templates/partials/paginator.js: line 75, col 153, 'value' is defined but never used. +build/public/templates/partials/paginator.js: line 75, col 145, 'length' is defined but never used. +build/public/templates/partials/paginator.js: line 75, col 138, 'index' is defined but never used. +build/public/templates/partials/paginator.js: line 74, col 11, 'value' is defined but never used. +build/public/templates/partials/paginator.js: line 72, col 81, 'helper' is defined but never used. +build/public/templates/partials/paginator.js: line 101, col 3, Missing semicolon. +build/public/templates/partials/paginator.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/paginator.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/post_bar.js: line 12, col 259, Line is too long. +build/public/templates/partials/post_bar.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/post_bar.js: line 13, col 41, ['loggedIn'] is better written in dot notation. +build/public/templates/partials/post_bar.js: line 14, col 182, Line is too long. +build/public/templates/partials/post_bar.js: line 17, col 101, Line is too long. +build/public/templates/partials/post_bar.js: line 17, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/post_bar.js: line 17, col 41, ['config'] is better written in dot notation. +build/public/templates/partials/post_bar.js: line 17, col 54, Expected '!==' and instead saw '!='. +build/public/templates/partials/post_bar.js: line 17, col 70, ['config'] is better written in dot notation. +build/public/templates/partials/post_bar.js: line 17, col 80, ['loggedIn'] is better written in dot notation. +build/public/templates/partials/post_bar.js: line 18, col 108, Line is too long. +build/public/templates/partials/post_bar.js: line 19, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/post_bar.js: line 19, col 45, ['isFollowing'] is better written in dot notation. +build/public/templates/partials/post_bar.js: line 23, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/post_bar.js: line 23, col 45, ['isNotFollowing'] is better written in dot notation. +build/public/templates/partials/post_bar.js: line 27, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/post_bar.js: line 27, col 45, ['isIgnoring'] is better written in dot notation. +build/public/templates/partials/post_bar.js: line 30, col 224, Line is too long. +build/public/templates/partials/post_bar.js: line 31, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/post_bar.js: line 31, col 45, ['isFollowing'] is better written in dot notation. +build/public/templates/partials/post_bar.js: line 34, col 106, Line is too long. +build/public/templates/partials/post_bar.js: line 35, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/post_bar.js: line 35, col 45, ['isNotFollowing'] is better written in dot notation. +build/public/templates/partials/post_bar.js: line 38, col 107, Line is too long. +build/public/templates/partials/post_bar.js: line 39, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/post_bar.js: line 39, col 45, ['isIgnoring'] is better written in dot notation. +build/public/templates/partials/post_bar.js: line 42, col 710, Line is too long. +build/public/templates/partials/post_bar.js: line 43, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/post_bar.js: line 43, col 45, ['isFollowing'] is better written in dot notation. +build/public/templates/partials/post_bar.js: line 46, col 627, Line is too long. +build/public/templates/partials/post_bar.js: line 47, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/post_bar.js: line 47, col 45, ['isNotFollowing'] is better written in dot notation. +build/public/templates/partials/post_bar.js: line 50, col 606, Line is too long. +build/public/templates/partials/post_bar.js: line 51, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/post_bar.js: line 51, col 45, ['isIgnoring'] is better written in dot notation. +build/public/templates/partials/post_bar.js: line 56, col 285, Line is too long. +build/public/templates/partials/post_bar.js: line 57, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/post_bar.js: line 57, col 49, ['sortOptionLabel'] is better written in dot notation. +build/public/templates/partials/post_bar.js: line 58, col 1057, Line is too long. +build/public/templates/partials/post_bar.js: line 59, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/post_bar.js: line 59, col 41, ['loggedIn'] is better written in dot notation. +build/public/templates/partials/post_bar.js: line 60, col 200, Line is too long. +build/public/templates/partials/post_bar.js: line 63, col 118, Line is too long. +build/public/templates/partials/post_bar.js: line 63, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/post_bar.js: line 63, col 41, ['privileges'] is better written in dot notation. +build/public/templates/partials/post_bar.js: line 63, col 58, Expected '!==' and instead saw '!='. +build/public/templates/partials/post_bar.js: line 63, col 74, ['privileges'] is better written in dot notation. +build/public/templates/partials/post_bar.js: line 63, col 88, ['view_thread_tools'] is better written in dot notation. +build/public/templates/partials/post_bar.js: line 64, col 395, Line is too long. +build/public/templates/partials/post_bar.js: line 67, col 113, Line is too long. +build/public/templates/partials/post_bar.js: line 67, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/post_bar.js: line 67, col 41, ['privileges'] is better written in dot notation. +build/public/templates/partials/post_bar.js: line 67, col 58, Expected '!==' and instead saw '!='. +build/public/templates/partials/post_bar.js: line 67, col 74, ['privileges'] is better written in dot notation. +build/public/templates/partials/post_bar.js: line 71, col 116, Line is too long. +build/public/templates/partials/post_bar.js: line 71, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/post_bar.js: line 71, col 49, ['config'] is better written in dot notation. +build/public/templates/partials/post_bar.js: line 71, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/post_bar.js: line 71, col 78, ['config'] is better written in dot notation. +build/public/templates/partials/post_bar.js: line 71, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/partials/post_bar.js: line 73, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/post_bar.js: line 73, col 49, ['tid'] is better written in dot notation. +build/public/templates/partials/post_bar.js: line 74, col 657, Line is too long. +build/public/templates/partials/post_bar.js: line 75, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/post_bar.js: line 75, col 41, ['loggedIn'] is better written in dot notation. +build/public/templates/partials/post_bar.js: line 77, col 117, Line is too long. +build/public/templates/partials/post_bar.js: line 77, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/post_bar.js: line 77, col 45, ['privileges'] is better written in dot notation. +build/public/templates/partials/post_bar.js: line 77, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/post_bar.js: line 77, col 78, ['privileges'] is better written in dot notation. +build/public/templates/partials/post_bar.js: line 80, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/post_bar.js: line 80, col 49, ['locked'] is better written in dot notation. +build/public/templates/partials/post_bar.js: line 81, col 151, Line is too long. +build/public/templates/partials/post_bar.js: line 85, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/post_bar.js: line 85, col 45, ['locked'] is better written in dot notation. +build/public/templates/partials/post_bar.js: line 87, col 156, Line is too long. +build/public/templates/partials/post_bar.js: line 90, col 117, Line is too long. +build/public/templates/partials/post_bar.js: line 90, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/post_bar.js: line 90, col 45, ['privileges'] is better written in dot notation. +build/public/templates/partials/post_bar.js: line 90, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/post_bar.js: line 90, col 78, ['privileges'] is better written in dot notation. +build/public/templates/partials/post_bar.js: line 93, col 124, Line is too long. +build/public/templates/partials/post_bar.js: line 93, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/post_bar.js: line 93, col 57, ['config'] is better written in dot notation. +build/public/templates/partials/post_bar.js: line 93, col 70, Expected '!==' and instead saw '!='. +build/public/templates/partials/post_bar.js: line 93, col 86, ['config'] is better written in dot notation. +build/public/templates/partials/post_bar.js: line 93, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/partials/post_bar.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/post_bar.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/partials/post_bar.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/partials/post_bar.js: line 104, col 3, Missing semicolon. +build/public/templates/partials/post_bar.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/post_bar.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/posts_list.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 13, col 49, ['nextStart'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 15, col 22, ['posts'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 16, col 147, Line is too long. +build/public/templates/partials/posts_list.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/posts_list.js: line 23, col 113, Line is too long. +build/public/templates/partials/posts_list.js: line 23, col 36, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 23, col 52, ['posts'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 26, col 142, Line is too long. +build/public/templates/partials/posts_list.js: line 26, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 26, col 45, ['posts'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 26, col 57, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 26, col 73, ['posts'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 26, col 91, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 26, col 107, ['posts'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 26, col 122, ['deleted'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 28, col 196, Line is too long. +build/public/templates/partials/posts_list.js: line 28, col 31, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 28, col 47, ['posts'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 28, col 59, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 28, col 75, ['posts'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 28, col 93, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 28, col 109, ['posts'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 28, col 124, ['topic'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 28, col 136, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 28, col 152, ['posts'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 28, col 167, ['topic'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 28, col 176, ['deleted'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 31, col 196, Line is too long. +build/public/templates/partials/posts_list.js: line 31, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 31, col 45, ['posts'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 31, col 57, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 31, col 73, ['posts'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 31, col 91, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 31, col 107, ['posts'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 31, col 122, ['topic'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 31, col 134, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 31, col 150, ['posts'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 31, col 165, ['topic'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 31, col 174, ['scheduled'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 35, col 148, Line is too long. +build/public/templates/partials/posts_list.js: line 35, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 35, col 53, ['posts'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 35, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 35, col 81, ['posts'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 35, col 99, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 35, col 115, ['posts'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 35, col 130, ['pid'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 37, col 148, Line is too long. +build/public/templates/partials/posts_list.js: line 37, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 37, col 53, ['posts'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 37, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 37, col 81, ['posts'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 37, col 99, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 37, col 115, ['posts'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 37, col 130, ['uid'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 38, col 121, Line is too long. +build/public/templates/partials/posts_list.js: line 39, col 120, Line is too long. +build/public/templates/partials/posts_list.js: line 39, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 39, col 53, ['config'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 39, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 39, col 82, ['config'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 39, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 41, col 198, Line is too long. +build/public/templates/partials/posts_list.js: line 41, col 85, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 41, col 101, ['posts'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 41, col 113, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 41, col 129, ['posts'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 41, col 147, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 41, col 163, ['posts'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 41, col 178, ['pid'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 43, col 145, Line is too long. +build/public/templates/partials/posts_list.js: line 43, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 43, col 45, ['posts'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 43, col 57, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 43, col 73, ['posts'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 43, col 91, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 43, col 107, ['posts'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 43, col 122, ['isMainPost'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 46, col 202, Line is too long. +build/public/templates/partials/posts_list.js: line 46, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 46, col 53, ['posts'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 46, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 46, col 81, ['posts'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 46, col 99, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 46, col 115, ['posts'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 46, col 130, ['topic'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 46, col 142, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 46, col 158, ['posts'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 46, col 173, ['topic'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 46, col 182, ['title'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 48, col 152, Line is too long. +build/public/templates/partials/posts_list.js: line 48, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 48, col 53, ['posts'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 48, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 48, col 81, ['posts'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 48, col 99, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 48, col 115, ['posts'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 48, col 130, ['content'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 49, col 133, Line is too long. +build/public/templates/partials/posts_list.js: line 50, col 120, Line is too long. +build/public/templates/partials/posts_list.js: line 50, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 50, col 53, ['config'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 50, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 50, col 82, ['config'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 50, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 52, col 207, Line is too long. +build/public/templates/partials/posts_list.js: line 52, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 52, col 53, ['posts'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 52, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 52, col 81, ['posts'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 52, col 99, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 52, col 115, ['posts'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 52, col 130, ['category'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 52, col 145, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 52, col 161, ['posts'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 52, col 176, ['category'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 52, col 188, ['slug'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 54, col 207, Line is too long. +build/public/templates/partials/posts_list.js: line 54, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 54, col 53, ['posts'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 54, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 54, col 81, ['posts'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 54, col 99, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 54, col 115, ['posts'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 54, col 130, ['category'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 54, col 145, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 54, col 161, ['posts'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 54, col 176, ['category'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 54, col 188, ['name'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 56, col 145, Line is too long. +build/public/templates/partials/posts_list.js: line 56, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 56, col 45, ['posts'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 56, col 57, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 56, col 73, ['posts'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 56, col 91, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 56, col 107, ['posts'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 56, col 122, ['isMainPost'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 58, col 256, Line is too long. +build/public/templates/partials/posts_list.js: line 58, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 58, col 49, ['posts'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 58, col 61, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 58, col 77, ['posts'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 58, col 95, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 58, col 111, ['posts'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 58, col 126, ['topic'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 58, col 138, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 58, col 154, ['posts'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 58, col 169, ['topic'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 58, col 178, ['tags'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 58, col 189, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 58, col 205, ['posts'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 58, col 220, ['topic'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 58, col 229, ['tags'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 58, col 237, ['length'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 60, col 246, Line is too long. +build/public/templates/partials/posts_list.js: line 60, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 60, col 57, ['posts'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 60, col 69, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 60, col 85, ['posts'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 60, col 103, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 60, col 119, ['posts'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 60, col 134, ['topic'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 60, col 146, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 60, col 162, ['posts'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 60, col 177, ['topic'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 60, col 186, ['tags'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 63, col 132, Line is too long. +build/public/templates/partials/posts_list.js: line 63, col 49, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 63, col 65, ['config'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 63, col 78, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 63, col 94, ['config'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 63, col 104, ['relative_path'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 65, col 343, Line is too long. +build/public/templates/partials/posts_list.js: line 65, col 49, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 65, col 65, ['posts'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 65, col 77, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 65, col 93, ['posts'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 65, col 111, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 65, col 127, ['posts'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 65, col 142, ['topic'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 65, col 154, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 65, col 170, ['posts'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 65, col 185, ['topic'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 65, col 194, ['tags'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 65, col 205, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 65, col 221, ['posts'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 65, col 236, ['topic'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 65, col 245, ['tags'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 65, col 262, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 65, col 278, ['posts'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 65, col 293, ['topic'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 65, col 302, ['tags'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 65, col 316, ['valueEncoded'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 67, col 336, Line is too long. +build/public/templates/partials/posts_list.js: line 67, col 49, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 67, col 65, ['posts'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 67, col 77, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 67, col 93, ['posts'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 67, col 111, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 67, col 127, ['posts'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 67, col 142, ['topic'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 67, col 154, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 67, col 170, ['posts'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 67, col 185, ['topic'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 67, col 194, ['tags'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 67, col 205, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 67, col 221, ['posts'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 67, col 236, ['topic'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 67, col 245, ['tags'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 67, col 262, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 67, col 278, ['posts'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 67, col 293, ['topic'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 67, col 302, ['tags'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 69, col 343, Line is too long. +build/public/templates/partials/posts_list.js: line 69, col 49, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 69, col 65, ['posts'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 69, col 77, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 69, col 93, ['posts'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 69, col 111, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 69, col 127, ['posts'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 69, col 142, ['topic'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 69, col 154, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 69, col 170, ['posts'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 69, col 185, ['topic'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 69, col 194, ['tags'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 69, col 205, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 69, col 221, ['posts'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 69, col 236, ['topic'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 69, col 245, ['tags'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 69, col 262, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 69, col 278, ['posts'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 69, col 293, ['topic'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 69, col 302, ['tags'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 69, col 316, ['valueEscaped'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 61, col 25, 'key' is defined but never used. +build/public/templates/partials/posts_list.js: line 60, col 239, 'value' is defined but never used. +build/public/templates/partials/posts_list.js: line 60, col 231, 'length' is defined but never used. +build/public/templates/partials/posts_list.js: line 60, col 224, 'index' is defined but never used. +build/public/templates/partials/posts_list.js: line 79, col 120, Line is too long. +build/public/templates/partials/posts_list.js: line 79, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 79, col 53, ['config'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 79, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 79, col 82, ['config'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 79, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 81, col 203, Line is too long. +build/public/templates/partials/posts_list.js: line 81, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 81, col 53, ['posts'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 81, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 81, col 81, ['posts'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 81, col 99, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 81, col 115, ['posts'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 81, col 130, ['user'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 81, col 141, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 81, col 157, ['posts'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 81, col 172, ['user'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 81, col 180, ['userslug'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 83, col 278, Line is too long. +build/public/templates/partials/posts_list.js: line 83, col 78, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 83, col 94, ['posts'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 83, col 106, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 83, col 122, ['posts'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 83, col 140, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 83, col 156, ['posts'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 83, col 171, ['user'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 83, col 214, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 84, col 111, Line is too long. +build/public/templates/partials/posts_list.js: line 85, col 120, Line is too long. +build/public/templates/partials/posts_list.js: line 85, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 85, col 53, ['config'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 85, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 85, col 82, ['config'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 85, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 87, col 203, Line is too long. +build/public/templates/partials/posts_list.js: line 87, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 87, col 53, ['posts'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 87, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 87, col 81, ['posts'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 87, col 99, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 87, col 115, ['posts'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 87, col 130, ['user'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 87, col 141, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 87, col 157, ['posts'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 87, col 172, ['user'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 87, col 180, ['userslug'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 89, col 206, Line is too long. +build/public/templates/partials/posts_list.js: line 89, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 89, col 53, ['posts'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 89, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 89, col 81, ['posts'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 89, col 99, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 89, col 115, ['posts'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 89, col 130, ['user'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 89, col 141, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 89, col 157, ['posts'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 89, col 172, ['user'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 89, col 180, ['displayname'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 91, col 157, Line is too long. +build/public/templates/partials/posts_list.js: line 91, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 91, col 53, ['posts'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 91, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 91, col 81, ['posts'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 91, col 99, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list.js: line 91, col 115, ['posts'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 91, col 130, ['timestampISO'] is better written in dot notation. +build/public/templates/partials/posts_list.js: line 24, col 13, 'key' is defined but never used. +build/public/templates/partials/posts_list.js: line 23, col 106, 'value' is defined but never used. +build/public/templates/partials/posts_list.js: line 23, col 98, 'length' is defined but never used. +build/public/templates/partials/posts_list.js: line 23, col 91, 'index' is defined but never used. +build/public/templates/partials/posts_list.js: line 22, col 11, 'value' is defined but never used. +build/public/templates/partials/posts_list.js: line 100, col 3, Missing semicolon. +build/public/templates/partials/posts_list.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/posts_list.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/posts_list_item.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list_item.js: line 13, col 41, ['deleted'] is better written in dot notation. +build/public/templates/partials/posts_list_item.js: line 15, col 27, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list_item.js: line 15, col 43, ['topic'] is better written in dot notation. +build/public/templates/partials/posts_list_item.js: line 15, col 55, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list_item.js: line 15, col 71, ['topic'] is better written in dot notation. +build/public/templates/partials/posts_list_item.js: line 15, col 80, ['deleted'] is better written in dot notation. +build/public/templates/partials/posts_list_item.js: line 18, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list_item.js: line 18, col 41, ['topic'] is better written in dot notation. +build/public/templates/partials/posts_list_item.js: line 18, col 53, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list_item.js: line 18, col 69, ['topic'] is better written in dot notation. +build/public/templates/partials/posts_list_item.js: line 18, col 78, ['scheduled'] is better written in dot notation. +build/public/templates/partials/posts_list_item.js: line 22, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list_item.js: line 22, col 49, ['pid'] is better written in dot notation. +build/public/templates/partials/posts_list_item.js: line 24, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list_item.js: line 24, col 49, ['uid'] is better written in dot notation. +build/public/templates/partials/posts_list_item.js: line 25, col 117, Line is too long. +build/public/templates/partials/posts_list_item.js: line 26, col 116, Line is too long. +build/public/templates/partials/posts_list_item.js: line 26, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list_item.js: line 26, col 49, ['config'] is better written in dot notation. +build/public/templates/partials/posts_list_item.js: line 26, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list_item.js: line 26, col 78, ['config'] is better written in dot notation. +build/public/templates/partials/posts_list_item.js: line 26, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/partials/posts_list_item.js: line 28, col 117, Line is too long. +build/public/templates/partials/posts_list_item.js: line 28, col 81, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list_item.js: line 28, col 97, ['pid'] is better written in dot notation. +build/public/templates/partials/posts_list_item.js: line 30, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list_item.js: line 30, col 41, ['isMainPost'] is better written in dot notation. +build/public/templates/partials/posts_list_item.js: line 33, col 106, Line is too long. +build/public/templates/partials/posts_list_item.js: line 33, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list_item.js: line 33, col 49, ['topic'] is better written in dot notation. +build/public/templates/partials/posts_list_item.js: line 33, col 61, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list_item.js: line 33, col 77, ['topic'] is better written in dot notation. +build/public/templates/partials/posts_list_item.js: line 33, col 86, ['title'] is better written in dot notation. +build/public/templates/partials/posts_list_item.js: line 35, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list_item.js: line 35, col 49, ['content'] is better written in dot notation. +build/public/templates/partials/posts_list_item.js: line 36, col 129, Line is too long. +build/public/templates/partials/posts_list_item.js: line 37, col 116, Line is too long. +build/public/templates/partials/posts_list_item.js: line 37, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list_item.js: line 37, col 49, ['config'] is better written in dot notation. +build/public/templates/partials/posts_list_item.js: line 37, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list_item.js: line 37, col 78, ['config'] is better written in dot notation. +build/public/templates/partials/posts_list_item.js: line 37, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/partials/posts_list_item.js: line 39, col 111, Line is too long. +build/public/templates/partials/posts_list_item.js: line 39, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list_item.js: line 39, col 49, ['category'] is better written in dot notation. +build/public/templates/partials/posts_list_item.js: line 39, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list_item.js: line 39, col 80, ['category'] is better written in dot notation. +build/public/templates/partials/posts_list_item.js: line 39, col 92, ['slug'] is better written in dot notation. +build/public/templates/partials/posts_list_item.js: line 41, col 111, Line is too long. +build/public/templates/partials/posts_list_item.js: line 41, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list_item.js: line 41, col 49, ['category'] is better written in dot notation. +build/public/templates/partials/posts_list_item.js: line 41, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list_item.js: line 41, col 80, ['category'] is better written in dot notation. +build/public/templates/partials/posts_list_item.js: line 41, col 92, ['name'] is better written in dot notation. +build/public/templates/partials/posts_list_item.js: line 43, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list_item.js: line 43, col 41, ['isMainPost'] is better written in dot notation. +build/public/templates/partials/posts_list_item.js: line 45, col 145, Line is too long. +build/public/templates/partials/posts_list_item.js: line 45, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list_item.js: line 45, col 45, ['topic'] is better written in dot notation. +build/public/templates/partials/posts_list_item.js: line 45, col 57, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list_item.js: line 45, col 73, ['topic'] is better written in dot notation. +build/public/templates/partials/posts_list_item.js: line 45, col 82, ['tags'] is better written in dot notation. +build/public/templates/partials/posts_list_item.js: line 45, col 93, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list_item.js: line 45, col 109, ['topic'] is better written in dot notation. +build/public/templates/partials/posts_list_item.js: line 45, col 118, ['tags'] is better written in dot notation. +build/public/templates/partials/posts_list_item.js: line 45, col 126, ['length'] is better written in dot notation. +build/public/templates/partials/posts_list_item.js: line 53, col 116, Line is too long. +build/public/templates/partials/posts_list_item.js: line 53, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list_item.js: line 53, col 49, ['config'] is better written in dot notation. +build/public/templates/partials/posts_list_item.js: line 53, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list_item.js: line 53, col 78, ['config'] is better written in dot notation. +build/public/templates/partials/posts_list_item.js: line 53, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/partials/posts_list_item.js: line 55, col 107, Line is too long. +build/public/templates/partials/posts_list_item.js: line 55, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list_item.js: line 55, col 49, ['user'] is better written in dot notation. +build/public/templates/partials/posts_list_item.js: line 55, col 60, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list_item.js: line 55, col 76, ['user'] is better written in dot notation. +build/public/templates/partials/posts_list_item.js: line 55, col 84, ['userslug'] is better written in dot notation. +build/public/templates/partials/posts_list_item.js: line 57, col 197, Line is too long. +build/public/templates/partials/posts_list_item.js: line 57, col 74, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list_item.js: line 57, col 90, ['user'] is better written in dot notation. +build/public/templates/partials/posts_list_item.js: line 57, col 133, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list_item.js: line 58, col 107, Line is too long. +build/public/templates/partials/posts_list_item.js: line 59, col 116, Line is too long. +build/public/templates/partials/posts_list_item.js: line 59, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list_item.js: line 59, col 49, ['config'] is better written in dot notation. +build/public/templates/partials/posts_list_item.js: line 59, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list_item.js: line 59, col 78, ['config'] is better written in dot notation. +build/public/templates/partials/posts_list_item.js: line 59, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/partials/posts_list_item.js: line 61, col 107, Line is too long. +build/public/templates/partials/posts_list_item.js: line 61, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list_item.js: line 61, col 49, ['user'] is better written in dot notation. +build/public/templates/partials/posts_list_item.js: line 61, col 60, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list_item.js: line 61, col 76, ['user'] is better written in dot notation. +build/public/templates/partials/posts_list_item.js: line 61, col 84, ['userslug'] is better written in dot notation. +build/public/templates/partials/posts_list_item.js: line 63, col 110, Line is too long. +build/public/templates/partials/posts_list_item.js: line 63, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list_item.js: line 63, col 49, ['user'] is better written in dot notation. +build/public/templates/partials/posts_list_item.js: line 63, col 60, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list_item.js: line 63, col 76, ['user'] is better written in dot notation. +build/public/templates/partials/posts_list_item.js: line 63, col 84, ['displayname'] is better written in dot notation. +build/public/templates/partials/posts_list_item.js: line 65, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list_item.js: line 65, col 49, ['timestampISO'] is better written in dot notation. +build/public/templates/partials/posts_list_item.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/posts_list_item.js: line 73, col 149, Line is too long. +build/public/templates/partials/posts_list_item.js: line 73, col 36, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list_item.js: line 73, col 52, ['topic'] is better written in dot notation. +build/public/templates/partials/posts_list_item.js: line 73, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list_item.js: line 73, col 80, ['topic'] is better written in dot notation. +build/public/templates/partials/posts_list_item.js: line 73, col 89, ['tags'] is better written in dot notation. +build/public/templates/partials/posts_list_item.js: line 76, col 120, Line is too long. +build/public/templates/partials/posts_list_item.js: line 76, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list_item.js: line 76, col 53, ['config'] is better written in dot notation. +build/public/templates/partials/posts_list_item.js: line 76, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list_item.js: line 76, col 82, ['config'] is better written in dot notation. +build/public/templates/partials/posts_list_item.js: line 76, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/partials/posts_list_item.js: line 78, col 209, Line is too long. +build/public/templates/partials/posts_list_item.js: line 78, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list_item.js: line 78, col 53, ['topic'] is better written in dot notation. +build/public/templates/partials/posts_list_item.js: line 78, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list_item.js: line 78, col 81, ['topic'] is better written in dot notation. +build/public/templates/partials/posts_list_item.js: line 78, col 90, ['tags'] is better written in dot notation. +build/public/templates/partials/posts_list_item.js: line 78, col 101, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list_item.js: line 78, col 117, ['topic'] is better written in dot notation. +build/public/templates/partials/posts_list_item.js: line 78, col 126, ['tags'] is better written in dot notation. +build/public/templates/partials/posts_list_item.js: line 78, col 143, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list_item.js: line 78, col 159, ['topic'] is better written in dot notation. +build/public/templates/partials/posts_list_item.js: line 78, col 168, ['tags'] is better written in dot notation. +build/public/templates/partials/posts_list_item.js: line 78, col 182, ['valueEncoded'] is better written in dot notation. +build/public/templates/partials/posts_list_item.js: line 80, col 202, Line is too long. +build/public/templates/partials/posts_list_item.js: line 80, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list_item.js: line 80, col 53, ['topic'] is better written in dot notation. +build/public/templates/partials/posts_list_item.js: line 80, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list_item.js: line 80, col 81, ['topic'] is better written in dot notation. +build/public/templates/partials/posts_list_item.js: line 80, col 90, ['tags'] is better written in dot notation. +build/public/templates/partials/posts_list_item.js: line 80, col 101, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list_item.js: line 80, col 117, ['topic'] is better written in dot notation. +build/public/templates/partials/posts_list_item.js: line 80, col 126, ['tags'] is better written in dot notation. +build/public/templates/partials/posts_list_item.js: line 80, col 143, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list_item.js: line 80, col 159, ['topic'] is better written in dot notation. +build/public/templates/partials/posts_list_item.js: line 80, col 168, ['tags'] is better written in dot notation. +build/public/templates/partials/posts_list_item.js: line 82, col 209, Line is too long. +build/public/templates/partials/posts_list_item.js: line 82, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list_item.js: line 82, col 53, ['topic'] is better written in dot notation. +build/public/templates/partials/posts_list_item.js: line 82, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list_item.js: line 82, col 81, ['topic'] is better written in dot notation. +build/public/templates/partials/posts_list_item.js: line 82, col 90, ['tags'] is better written in dot notation. +build/public/templates/partials/posts_list_item.js: line 82, col 101, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list_item.js: line 82, col 117, ['topic'] is better written in dot notation. +build/public/templates/partials/posts_list_item.js: line 82, col 126, ['tags'] is better written in dot notation. +build/public/templates/partials/posts_list_item.js: line 82, col 143, Expected '!==' and instead saw '!='. +build/public/templates/partials/posts_list_item.js: line 82, col 159, ['topic'] is better written in dot notation. +build/public/templates/partials/posts_list_item.js: line 82, col 168, ['tags'] is better written in dot notation. +build/public/templates/partials/posts_list_item.js: line 82, col 182, ['valueEscaped'] is better written in dot notation. +build/public/templates/partials/posts_list_item.js: line 74, col 13, 'key' is defined but never used. +build/public/templates/partials/posts_list_item.js: line 73, col 142, 'value' is defined but never used. +build/public/templates/partials/posts_list_item.js: line 73, col 134, 'length' is defined but never used. +build/public/templates/partials/posts_list_item.js: line 73, col 127, 'index' is defined but never used. +build/public/templates/partials/posts_list_item.js: line 72, col 11, 'value' is defined but never used. +build/public/templates/partials/posts_list_item.js: line 70, col 72, 'helper' is defined but never used. +build/public/templates/partials/posts_list_item.js: line 91, col 3, Missing semicolon. +build/public/templates/partials/posts_list_item.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/posts_list_item.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/quick-category-search-results.js: line 12, col 222, Line is too long. +build/public/templates/partials/quick-category-search-results.js: line 12, col 31, Expected '!==' and instead saw '!='. +build/public/templates/partials/quick-category-search-results.js: line 12, col 47, ['multiplePages'] is better written in dot notation. +build/public/templates/partials/quick-category-search-results.js: line 12, col 94, Expected '!==' and instead saw '!='. +build/public/templates/partials/quick-category-search-results.js: line 12, col 110, ['config'] is better written in dot notation. +build/public/templates/partials/quick-category-search-results.js: line 12, col 123, Expected '!==' and instead saw '!='. +build/public/templates/partials/quick-category-search-results.js: line 12, col 139, ['config'] is better written in dot notation. +build/public/templates/partials/quick-category-search-results.js: line 12, col 149, ['theme'] is better written in dot notation. +build/public/templates/partials/quick-category-search-results.js: line 12, col 161, Expected '!==' and instead saw '!='. +build/public/templates/partials/quick-category-search-results.js: line 12, col 177, ['config'] is better written in dot notation. +build/public/templates/partials/quick-category-search-results.js: line 12, col 187, ['theme'] is better written in dot notation. +build/public/templates/partials/quick-category-search-results.js: line 12, col 196, ['topMobilebar'] is better written in dot notation. +build/public/templates/partials/quick-category-search-results.js: line 13, col 109, Line is too long. +build/public/templates/partials/quick-category-search-results.js: line 14, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/quick-category-search-results.js: line 14, col 53, ['url'] is better written in dot notation. +build/public/templates/partials/quick-category-search-results.js: line 16, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/quick-category-search-results.js: line 16, col 53, ['matchCount'] is better written in dot notation. +build/public/templates/partials/quick-category-search-results.js: line 17, col 113, Line is too long. +build/public/templates/partials/quick-category-search-results.js: line 19, col 189, Line is too long. +build/public/templates/partials/quick-category-search-results.js: line 20, col 115, Line is too long. +build/public/templates/partials/quick-category-search-results.js: line 20, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/quick-category-search-results.js: line 20, col 49, ['dropdown'] is better written in dot notation. +build/public/templates/partials/quick-category-search-results.js: line 20, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/quick-category-search-results.js: line 20, col 80, ['dropdown'] is better written in dot notation. +build/public/templates/partials/quick-category-search-results.js: line 20, col 92, ['maxWidth'] is better written in dot notation. +build/public/templates/partials/quick-category-search-results.js: line 22, col 116, Line is too long. +build/public/templates/partials/quick-category-search-results.js: line 22, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/quick-category-search-results.js: line 22, col 49, ['dropdown'] is better written in dot notation. +build/public/templates/partials/quick-category-search-results.js: line 22, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/quick-category-search-results.js: line 22, col 80, ['dropdown'] is better written in dot notation. +build/public/templates/partials/quick-category-search-results.js: line 22, col 92, ['maxHeight'] is better written in dot notation. +build/public/templates/partials/quick-category-search-results.js: line 24, col 22, ['categories'] is better written in dot notation. +build/public/templates/partials/quick-category-search-results.js: line 26, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/quick-category-search-results.js: line 26, col 41, ['multiplePages'] is better written in dot notation. +build/public/templates/partials/quick-category-search-results.js: line 28, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/quick-category-search-results.js: line 28, col 53, ['url'] is better written in dot notation. +build/public/templates/partials/quick-category-search-results.js: line 30, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/quick-category-search-results.js: line 30, col 53, ['matchCount'] is better written in dot notation. +build/public/templates/partials/quick-category-search-results.js: line 34, col 216, Line is too long. +build/public/templates/partials/quick-category-search-results.js: line 34, col 26, Expected '!==' and instead saw '!='. +build/public/templates/partials/quick-category-search-results.js: line 34, col 42, ['multiplePages'] is better written in dot notation. +build/public/templates/partials/quick-category-search-results.js: line 34, col 88, Expected '!==' and instead saw '!='. +build/public/templates/partials/quick-category-search-results.js: line 34, col 104, ['config'] is better written in dot notation. +build/public/templates/partials/quick-category-search-results.js: line 34, col 117, Expected '!==' and instead saw '!='. +build/public/templates/partials/quick-category-search-results.js: line 34, col 133, ['config'] is better written in dot notation. +build/public/templates/partials/quick-category-search-results.js: line 34, col 143, ['theme'] is better written in dot notation. +build/public/templates/partials/quick-category-search-results.js: line 34, col 155, Expected '!==' and instead saw '!='. +build/public/templates/partials/quick-category-search-results.js: line 34, col 171, ['config'] is better written in dot notation. +build/public/templates/partials/quick-category-search-results.js: line 34, col 181, ['theme'] is better written in dot notation. +build/public/templates/partials/quick-category-search-results.js: line 34, col 190, ['topMobilebar'] is better written in dot notation. +build/public/templates/partials/quick-category-search-results.js: line 36, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/quick-category-search-results.js: line 36, col 53, ['url'] is better written in dot notation. +build/public/templates/partials/quick-category-search-results.js: line 38, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/quick-category-search-results.js: line 38, col 53, ['matchCount'] is better written in dot notation. +build/public/templates/partials/quick-category-search-results.js: line 42, col 107, Line is too long. +build/public/templates/partials/quick-category-search-results.js: line 42, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/quick-category-search-results.js: line 42, col 41, ['categories'] is better written in dot notation. +build/public/templates/partials/quick-category-search-results.js: line 42, col 58, Expected '!==' and instead saw '!='. +build/public/templates/partials/quick-category-search-results.js: line 42, col 74, ['categories'] is better written in dot notation. +build/public/templates/partials/quick-category-search-results.js: line 42, col 88, ['length'] is better written in dot notation. +build/public/templates/partials/quick-category-search-results.js: line 44, col 168, Line is too long. +build/public/templates/partials/quick-category-search-results.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/quick-category-search-results.js: line 51, col 118, Line is too long. +build/public/templates/partials/quick-category-search-results.js: line 51, col 36, Expected '!==' and instead saw '!='. +build/public/templates/partials/quick-category-search-results.js: line 51, col 52, ['categories'] is better written in dot notation. +build/public/templates/partials/quick-category-search-results.js: line 54, col 163, Line is too long. +build/public/templates/partials/quick-category-search-results.js: line 54, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/quick-category-search-results.js: line 54, col 53, ['categories'] is better written in dot notation. +build/public/templates/partials/quick-category-search-results.js: line 54, col 70, Expected '!==' and instead saw '!='. +build/public/templates/partials/quick-category-search-results.js: line 54, col 86, ['categories'] is better written in dot notation. +build/public/templates/partials/quick-category-search-results.js: line 54, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/quick-category-search-results.js: line 54, col 125, ['categories'] is better written in dot notation. +build/public/templates/partials/quick-category-search-results.js: line 54, col 145, ['cid'] is better written in dot notation. +build/public/templates/partials/quick-category-search-results.js: line 55, col 249, Line is too long. +build/public/templates/partials/quick-category-search-results.js: line 56, col 110, Line is too long. +build/public/templates/partials/quick-category-search-results.js: line 58, col 120, Line is too long. +build/public/templates/partials/quick-category-search-results.js: line 58, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/quick-category-search-results.js: line 58, col 53, ['config'] is better written in dot notation. +build/public/templates/partials/quick-category-search-results.js: line 58, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/quick-category-search-results.js: line 58, col 82, ['config'] is better written in dot notation. +build/public/templates/partials/quick-category-search-results.js: line 58, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/partials/quick-category-search-results.js: line 60, col 164, Line is too long. +build/public/templates/partials/quick-category-search-results.js: line 60, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/quick-category-search-results.js: line 60, col 53, ['categories'] is better written in dot notation. +build/public/templates/partials/quick-category-search-results.js: line 60, col 70, Expected '!==' and instead saw '!='. +build/public/templates/partials/quick-category-search-results.js: line 60, col 86, ['categories'] is better written in dot notation. +build/public/templates/partials/quick-category-search-results.js: line 60, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/quick-category-search-results.js: line 60, col 125, ['categories'] is better written in dot notation. +build/public/templates/partials/quick-category-search-results.js: line 60, col 145, ['slug'] is better written in dot notation. +build/public/templates/partials/quick-category-search-results.js: line 62, col 164, Line is too long. +build/public/templates/partials/quick-category-search-results.js: line 62, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/quick-category-search-results.js: line 62, col 53, ['categories'] is better written in dot notation. +build/public/templates/partials/quick-category-search-results.js: line 62, col 70, Expected '!==' and instead saw '!='. +build/public/templates/partials/quick-category-search-results.js: line 62, col 86, ['categories'] is better written in dot notation. +build/public/templates/partials/quick-category-search-results.js: line 62, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/quick-category-search-results.js: line 62, col 125, ['categories'] is better written in dot notation. +build/public/templates/partials/quick-category-search-results.js: line 62, col 145, ['name'] is better written in dot notation. +build/public/templates/partials/quick-category-search-results.js: line 64, col 155, Line is too long. +build/public/templates/partials/quick-category-search-results.js: line 64, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/quick-category-search-results.js: line 64, col 45, ['categories'] is better written in dot notation. +build/public/templates/partials/quick-category-search-results.js: line 64, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/quick-category-search-results.js: line 64, col 78, ['categories'] is better written in dot notation. +build/public/templates/partials/quick-category-search-results.js: line 64, col 101, Expected '!==' and instead saw '!='. +build/public/templates/partials/quick-category-search-results.js: line 64, col 117, ['categories'] is better written in dot notation. +build/public/templates/partials/quick-category-search-results.js: line 64, col 137, ['inbox'] is better written in dot notation. +build/public/templates/partials/quick-category-search-results.js: line 66, col 168, Line is too long. +build/public/templates/partials/quick-category-search-results.js: line 66, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/quick-category-search-results.js: line 66, col 57, ['categories'] is better written in dot notation. +build/public/templates/partials/quick-category-search-results.js: line 66, col 74, Expected '!==' and instead saw '!='. +build/public/templates/partials/quick-category-search-results.js: line 66, col 90, ['categories'] is better written in dot notation. +build/public/templates/partials/quick-category-search-results.js: line 66, col 113, Expected '!==' and instead saw '!='. +build/public/templates/partials/quick-category-search-results.js: line 66, col 129, ['categories'] is better written in dot notation. +build/public/templates/partials/quick-category-search-results.js: line 66, col 149, ['slug'] is better written in dot notation. +build/public/templates/partials/quick-category-search-results.js: line 69, col 128, Line is too long. +build/public/templates/partials/quick-category-search-results.js: line 70, col 177, Line is too long. +build/public/templates/partials/quick-category-search-results.js: line 70, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/quick-category-search-results.js: line 70, col 53, ['categories'] is better written in dot notation. +build/public/templates/partials/quick-category-search-results.js: line 70, col 70, Expected '!==' and instead saw '!='. +build/public/templates/partials/quick-category-search-results.js: line 70, col 86, ['categories'] is better written in dot notation. +build/public/templates/partials/quick-category-search-results.js: line 70, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/quick-category-search-results.js: line 70, col 125, ['categories'] is better written in dot notation. +build/public/templates/partials/quick-category-search-results.js: line 70, col 145, ['descriptionParsed'] is better written in dot notation. +build/public/templates/partials/quick-category-search-results.js: line 52, col 13, 'key' is defined but never used. +build/public/templates/partials/quick-category-search-results.js: line 50, col 11, 'value' is defined but never used. +build/public/templates/partials/quick-category-search-results.js: line 83, col 3, Missing semicolon. +build/public/templates/partials/quick-category-search-results.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/quick-category-search-results.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/quick-search-results.js: line 12, col 151, Line is too long. +build/public/templates/partials/quick-search-results.js: line 13, col 115, Line is too long. +build/public/templates/partials/quick-search-results.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/quick-search-results.js: line 13, col 49, ['dropdown'] is better written in dot notation. +build/public/templates/partials/quick-search-results.js: line 13, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/quick-search-results.js: line 13, col 80, ['dropdown'] is better written in dot notation. +build/public/templates/partials/quick-search-results.js: line 13, col 92, ['maxWidth'] is better written in dot notation. +build/public/templates/partials/quick-search-results.js: line 15, col 116, Line is too long. +build/public/templates/partials/quick-search-results.js: line 15, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/quick-search-results.js: line 15, col 49, ['dropdown'] is better written in dot notation. +build/public/templates/partials/quick-search-results.js: line 15, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/quick-search-results.js: line 15, col 80, ['dropdown'] is better written in dot notation. +build/public/templates/partials/quick-search-results.js: line 15, col 92, ['maxHeight'] is better written in dot notation. +build/public/templates/partials/quick-search-results.js: line 17, col 22, ['posts'] is better written in dot notation. +build/public/templates/partials/quick-search-results.js: line 19, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/quick-search-results.js: line 19, col 41, ['multiplePages'] is better written in dot notation. +build/public/templates/partials/quick-search-results.js: line 21, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/quick-search-results.js: line 21, col 53, ['url'] is better written in dot notation. +build/public/templates/partials/quick-search-results.js: line 23, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/quick-search-results.js: line 23, col 53, ['matchCount'] is better written in dot notation. +build/public/templates/partials/quick-search-results.js: line 27, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/quick-search-results.js: line 27, col 41, ['posts'] is better written in dot notation. +build/public/templates/partials/quick-search-results.js: line 27, col 53, Expected '!==' and instead saw '!='. +build/public/templates/partials/quick-search-results.js: line 27, col 69, ['posts'] is better written in dot notation. +build/public/templates/partials/quick-search-results.js: line 27, col 78, ['length'] is better written in dot notation. +build/public/templates/partials/quick-search-results.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/quick-search-results.js: line 36, col 113, Line is too long. +build/public/templates/partials/quick-search-results.js: line 36, col 36, Expected '!==' and instead saw '!='. +build/public/templates/partials/quick-search-results.js: line 36, col 52, ['posts'] is better written in dot notation. +build/public/templates/partials/quick-search-results.js: line 39, col 200, Line is too long. +build/public/templates/partials/quick-search-results.js: line 39, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/quick-search-results.js: line 39, col 53, ['posts'] is better written in dot notation. +build/public/templates/partials/quick-search-results.js: line 39, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/quick-search-results.js: line 39, col 81, ['posts'] is better written in dot notation. +build/public/templates/partials/quick-search-results.js: line 39, col 99, Expected '!==' and instead saw '!='. +build/public/templates/partials/quick-search-results.js: line 39, col 115, ['posts'] is better written in dot notation. +build/public/templates/partials/quick-search-results.js: line 39, col 130, ['topic'] is better written in dot notation. +build/public/templates/partials/quick-search-results.js: line 39, col 142, Expected '!==' and instead saw '!='. +build/public/templates/partials/quick-search-results.js: line 39, col 158, ['posts'] is better written in dot notation. +build/public/templates/partials/quick-search-results.js: line 39, col 173, ['topic'] is better written in dot notation. +build/public/templates/partials/quick-search-results.js: line 39, col 182, ['tid'] is better written in dot notation. +build/public/templates/partials/quick-search-results.js: line 41, col 148, Line is too long. +build/public/templates/partials/quick-search-results.js: line 41, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/quick-search-results.js: line 41, col 53, ['posts'] is better written in dot notation. +build/public/templates/partials/quick-search-results.js: line 41, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/quick-search-results.js: line 41, col 81, ['posts'] is better written in dot notation. +build/public/templates/partials/quick-search-results.js: line 41, col 99, Expected '!==' and instead saw '!='. +build/public/templates/partials/quick-search-results.js: line 41, col 115, ['posts'] is better written in dot notation. +build/public/templates/partials/quick-search-results.js: line 41, col 130, ['pid'] is better written in dot notation. +build/public/templates/partials/quick-search-results.js: line 43, col 120, Line is too long. +build/public/templates/partials/quick-search-results.js: line 43, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/quick-search-results.js: line 43, col 53, ['config'] is better written in dot notation. +build/public/templates/partials/quick-search-results.js: line 43, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/quick-search-results.js: line 43, col 82, ['config'] is better written in dot notation. +build/public/templates/partials/quick-search-results.js: line 43, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/partials/quick-search-results.js: line 45, col 198, Line is too long. +build/public/templates/partials/quick-search-results.js: line 45, col 85, Expected '!==' and instead saw '!='. +build/public/templates/partials/quick-search-results.js: line 45, col 101, ['posts'] is better written in dot notation. +build/public/templates/partials/quick-search-results.js: line 45, col 113, Expected '!==' and instead saw '!='. +build/public/templates/partials/quick-search-results.js: line 45, col 129, ['posts'] is better written in dot notation. +build/public/templates/partials/quick-search-results.js: line 45, col 147, Expected '!==' and instead saw '!='. +build/public/templates/partials/quick-search-results.js: line 45, col 163, ['posts'] is better written in dot notation. +build/public/templates/partials/quick-search-results.js: line 45, col 178, ['pid'] is better written in dot notation. +build/public/templates/partials/quick-search-results.js: line 46, col 104, Line is too long. +build/public/templates/partials/quick-search-results.js: line 47, col 251, Line is too long. +build/public/templates/partials/quick-search-results.js: line 47, col 78, Expected '!==' and instead saw '!='. +build/public/templates/partials/quick-search-results.js: line 47, col 94, ['posts'] is better written in dot notation. +build/public/templates/partials/quick-search-results.js: line 47, col 106, Expected '!==' and instead saw '!='. +build/public/templates/partials/quick-search-results.js: line 47, col 122, ['posts'] is better written in dot notation. +build/public/templates/partials/quick-search-results.js: line 47, col 140, Expected '!==' and instead saw '!='. +build/public/templates/partials/quick-search-results.js: line 47, col 156, ['posts'] is better written in dot notation. +build/public/templates/partials/quick-search-results.js: line 47, col 171, ['user'] is better written in dot notation. +build/public/templates/partials/quick-search-results.js: line 47, col 214, Expected '!==' and instead saw '!='. +build/public/templates/partials/quick-search-results.js: line 49, col 202, Line is too long. +build/public/templates/partials/quick-search-results.js: line 49, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/quick-search-results.js: line 49, col 53, ['posts'] is better written in dot notation. +build/public/templates/partials/quick-search-results.js: line 49, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/quick-search-results.js: line 49, col 81, ['posts'] is better written in dot notation. +build/public/templates/partials/quick-search-results.js: line 49, col 99, Expected '!==' and instead saw '!='. +build/public/templates/partials/quick-search-results.js: line 49, col 115, ['posts'] is better written in dot notation. +build/public/templates/partials/quick-search-results.js: line 49, col 130, ['topic'] is better written in dot notation. +build/public/templates/partials/quick-search-results.js: line 49, col 142, Expected '!==' and instead saw '!='. +build/public/templates/partials/quick-search-results.js: line 49, col 158, ['posts'] is better written in dot notation. +build/public/templates/partials/quick-search-results.js: line 49, col 173, ['topic'] is better written in dot notation. +build/public/templates/partials/quick-search-results.js: line 49, col 182, ['title'] is better written in dot notation. +build/public/templates/partials/quick-search-results.js: line 51, col 152, Line is too long. +build/public/templates/partials/quick-search-results.js: line 51, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/quick-search-results.js: line 51, col 53, ['posts'] is better written in dot notation. +build/public/templates/partials/quick-search-results.js: line 51, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/quick-search-results.js: line 51, col 81, ['posts'] is better written in dot notation. +build/public/templates/partials/quick-search-results.js: line 51, col 99, Expected '!==' and instead saw '!='. +build/public/templates/partials/quick-search-results.js: line 51, col 115, ['posts'] is better written in dot notation. +build/public/templates/partials/quick-search-results.js: line 51, col 130, ['snippet'] is better written in dot notation. +build/public/templates/partials/quick-search-results.js: line 52, col 108, Line is too long. +build/public/templates/partials/quick-search-results.js: line 53, col 228, Line is too long. +build/public/templates/partials/quick-search-results.js: line 53, col 84, Expected '!==' and instead saw '!='. +build/public/templates/partials/quick-search-results.js: line 53, col 100, ['posts'] is better written in dot notation. +build/public/templates/partials/quick-search-results.js: line 53, col 112, Expected '!==' and instead saw '!='. +build/public/templates/partials/quick-search-results.js: line 53, col 128, ['posts'] is better written in dot notation. +build/public/templates/partials/quick-search-results.js: line 53, col 146, Expected '!==' and instead saw '!='. +build/public/templates/partials/quick-search-results.js: line 53, col 162, ['posts'] is better written in dot notation. +build/public/templates/partials/quick-search-results.js: line 53, col 177, ['category'] is better written in dot notation. +build/public/templates/partials/quick-search-results.js: line 55, col 207, Line is too long. +build/public/templates/partials/quick-search-results.js: line 55, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/quick-search-results.js: line 55, col 53, ['posts'] is better written in dot notation. +build/public/templates/partials/quick-search-results.js: line 55, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/quick-search-results.js: line 55, col 81, ['posts'] is better written in dot notation. +build/public/templates/partials/quick-search-results.js: line 55, col 99, Expected '!==' and instead saw '!='. +build/public/templates/partials/quick-search-results.js: line 55, col 115, ['posts'] is better written in dot notation. +build/public/templates/partials/quick-search-results.js: line 55, col 130, ['category'] is better written in dot notation. +build/public/templates/partials/quick-search-results.js: line 55, col 145, Expected '!==' and instead saw '!='. +build/public/templates/partials/quick-search-results.js: line 55, col 161, ['posts'] is better written in dot notation. +build/public/templates/partials/quick-search-results.js: line 55, col 176, ['category'] is better written in dot notation. +build/public/templates/partials/quick-search-results.js: line 55, col 188, ['name'] is better written in dot notation. +build/public/templates/partials/quick-search-results.js: line 57, col 157, Line is too long. +build/public/templates/partials/quick-search-results.js: line 57, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/quick-search-results.js: line 57, col 53, ['posts'] is better written in dot notation. +build/public/templates/partials/quick-search-results.js: line 57, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/quick-search-results.js: line 57, col 81, ['posts'] is better written in dot notation. +build/public/templates/partials/quick-search-results.js: line 57, col 99, Expected '!==' and instead saw '!='. +build/public/templates/partials/quick-search-results.js: line 57, col 115, ['posts'] is better written in dot notation. +build/public/templates/partials/quick-search-results.js: line 57, col 130, ['timestampISO'] is better written in dot notation. +build/public/templates/partials/quick-search-results.js: line 37, col 13, 'key' is defined but never used. +build/public/templates/partials/quick-search-results.js: line 36, col 106, 'value' is defined but never used. +build/public/templates/partials/quick-search-results.js: line 35, col 11, 'value' is defined but never used. +build/public/templates/partials/quick-search-results.js: line 70, col 3, Missing semicolon. +build/public/templates/partials/quick-search-results.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/quick-search-results.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/reconnect-alert.js: line 12, col 283, Line is too long. +build/public/templates/partials/reconnect-alert.js: line 13, col 112, Line is too long. +build/public/templates/partials/reconnect-alert.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/reconnect-alert.js: line 13, col 49, ['config'] is better written in dot notation. +build/public/templates/partials/reconnect-alert.js: line 13, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/reconnect-alert.js: line 13, col 78, ['config'] is better written in dot notation. +build/public/templates/partials/reconnect-alert.js: line 13, col 88, ['siteTitle'] is better written in dot notation. +build/public/templates/partials/reconnect-alert.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/reconnect-alert.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/partials/reconnect-alert.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/partials/reconnect-alert.js: line 22, col 3, Missing semicolon. +build/public/templates/partials/reconnect-alert.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/reconnect-alert.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/search-filters.js: line 12, col 337, Line is too long. +build/public/templates/partials/search-filters.js: line 13, col 159, Line is too long. +build/public/templates/partials/search-filters.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-filters.js: line 13, col 41, ['filters'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 13, col 55, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-filters.js: line 13, col 71, ['filters'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 13, col 82, ['categories'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 13, col 99, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-filters.js: line 13, col 115, ['filters'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 13, col 126, ['categories'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 13, col 140, ['active'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 16, col 194, Line is too long. +build/public/templates/partials/search-filters.js: line 17, col 159, Line is too long. +build/public/templates/partials/search-filters.js: line 17, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-filters.js: line 17, col 41, ['filters'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 17, col 55, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-filters.js: line 17, col 71, ['filters'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 17, col 82, ['categories'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 17, col 99, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-filters.js: line 17, col 115, ['filters'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 17, col 126, ['categories'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 17, col 140, ['active'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 18, col 169, Line is too long. +build/public/templates/partials/search-filters.js: line 18, col 35, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-filters.js: line 18, col 51, ['filters'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 18, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-filters.js: line 18, col 81, ['filters'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 18, col 92, ['categories'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 18, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-filters.js: line 18, col 125, ['filters'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 18, col 136, ['categories'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 18, col 150, ['label'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 20, col 993, Line is too long. +build/public/templates/partials/search-filters.js: line 21, col 147, Line is too long. +build/public/templates/partials/search-filters.js: line 21, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-filters.js: line 21, col 41, ['filters'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 21, col 55, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-filters.js: line 21, col 71, ['filters'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 21, col 82, ['tags'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 21, col 93, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-filters.js: line 21, col 109, ['filters'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 21, col 120, ['tags'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 21, col 128, ['active'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 24, col 194, Line is too long. +build/public/templates/partials/search-filters.js: line 25, col 147, Line is too long. +build/public/templates/partials/search-filters.js: line 25, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-filters.js: line 25, col 41, ['filters'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 25, col 55, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-filters.js: line 25, col 71, ['filters'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 25, col 82, ['tags'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 25, col 93, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-filters.js: line 25, col 109, ['filters'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 25, col 120, ['tags'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 25, col 128, ['active'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 26, col 157, Line is too long. +build/public/templates/partials/search-filters.js: line 26, col 35, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-filters.js: line 26, col 51, ['filters'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 26, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-filters.js: line 26, col 81, ['filters'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 26, col 92, ['tags'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 26, col 103, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-filters.js: line 26, col 119, ['filters'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 26, col 130, ['tags'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 26, col 138, ['label'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 28, col 418, Line is too long. +build/public/templates/partials/search-filters.js: line 29, col 22, ['tagFilterSelected'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 30, col 116, Line is too long. +build/public/templates/partials/search-filters.js: line 31, col 22, ['tagFilterResults'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 32, col 273, Line is too long. +build/public/templates/partials/search-filters.js: line 33, col 149, Line is too long. +build/public/templates/partials/search-filters.js: line 33, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-filters.js: line 33, col 41, ['filters'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 33, col 55, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-filters.js: line 33, col 71, ['filters'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 33, col 82, ['users'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 33, col 94, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-filters.js: line 33, col 110, ['filters'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 33, col 121, ['users'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 33, col 130, ['active'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 36, col 194, Line is too long. +build/public/templates/partials/search-filters.js: line 37, col 149, Line is too long. +build/public/templates/partials/search-filters.js: line 37, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-filters.js: line 37, col 41, ['filters'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 37, col 55, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-filters.js: line 37, col 71, ['filters'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 37, col 82, ['users'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 37, col 94, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-filters.js: line 37, col 110, ['filters'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 37, col 121, ['users'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 37, col 130, ['active'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 38, col 159, Line is too long. +build/public/templates/partials/search-filters.js: line 38, col 35, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-filters.js: line 38, col 51, ['filters'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 38, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-filters.js: line 38, col 81, ['filters'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 38, col 92, ['users'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 38, col 104, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-filters.js: line 38, col 120, ['filters'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 38, col 131, ['users'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 38, col 140, ['label'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 40, col 425, Line is too long. +build/public/templates/partials/search-filters.js: line 41, col 22, ['userFilterSelected'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 42, col 117, Line is too long. +build/public/templates/partials/search-filters.js: line 43, col 22, ['userFilterResults'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 44, col 245, Line is too long. +build/public/templates/partials/search-filters.js: line 45, col 153, Line is too long. +build/public/templates/partials/search-filters.js: line 45, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-filters.js: line 45, col 41, ['filters'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 45, col 55, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-filters.js: line 45, col 71, ['filters'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 45, col 82, ['replies'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 45, col 96, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-filters.js: line 45, col 112, ['filters'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 45, col 123, ['replies'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 45, col 134, ['active'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 48, col 163, Line is too long. +build/public/templates/partials/search-filters.js: line 49, col 153, Line is too long. +build/public/templates/partials/search-filters.js: line 49, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-filters.js: line 49, col 41, ['filters'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 49, col 55, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-filters.js: line 49, col 71, ['filters'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 49, col 82, ['replies'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 49, col 96, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-filters.js: line 49, col 112, ['filters'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 49, col 123, ['replies'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 49, col 134, ['active'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 50, col 163, Line is too long. +build/public/templates/partials/search-filters.js: line 50, col 35, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-filters.js: line 50, col 51, ['filters'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 50, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-filters.js: line 50, col 81, ['filters'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 50, col 92, ['replies'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 50, col 106, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-filters.js: line 50, col 122, ['filters'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 50, col 133, ['replies'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 50, col 144, ['label'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 52, col 713, Line is too long. +build/public/templates/partials/search-filters.js: line 53, col 147, Line is too long. +build/public/templates/partials/search-filters.js: line 53, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-filters.js: line 53, col 41, ['filters'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 53, col 55, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-filters.js: line 53, col 71, ['filters'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 53, col 82, ['time'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 53, col 93, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-filters.js: line 53, col 109, ['filters'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 53, col 120, ['time'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 53, col 128, ['active'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 56, col 163, Line is too long. +build/public/templates/partials/search-filters.js: line 57, col 147, Line is too long. +build/public/templates/partials/search-filters.js: line 57, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-filters.js: line 57, col 41, ['filters'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 57, col 55, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-filters.js: line 57, col 71, ['filters'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 57, col 82, ['time'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 57, col 93, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-filters.js: line 57, col 109, ['filters'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 57, col 120, ['time'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 57, col 128, ['active'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 58, col 157, Line is too long. +build/public/templates/partials/search-filters.js: line 58, col 35, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-filters.js: line 58, col 51, ['filters'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 58, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-filters.js: line 58, col 81, ['filters'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 58, col 92, ['time'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 58, col 103, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-filters.js: line 58, col 119, ['filters'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 58, col 130, ['time'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 58, col 138, ['label'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 60, col 1146, Line is too long. +build/public/templates/partials/search-filters.js: line 61, col 147, Line is too long. +build/public/templates/partials/search-filters.js: line 61, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-filters.js: line 61, col 41, ['filters'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 61, col 55, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-filters.js: line 61, col 71, ['filters'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 61, col 82, ['sort'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 61, col 93, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-filters.js: line 61, col 109, ['filters'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 61, col 120, ['sort'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 61, col 128, ['active'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 64, col 163, Line is too long. +build/public/templates/partials/search-filters.js: line 65, col 147, Line is too long. +build/public/templates/partials/search-filters.js: line 65, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-filters.js: line 65, col 41, ['filters'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 65, col 55, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-filters.js: line 65, col 71, ['filters'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 65, col 82, ['sort'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 65, col 93, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-filters.js: line 65, col 109, ['filters'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 65, col 120, ['sort'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 65, col 128, ['active'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 66, col 157, Line is too long. +build/public/templates/partials/search-filters.js: line 66, col 35, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-filters.js: line 66, col 51, ['filters'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 66, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-filters.js: line 66, col 81, ['filters'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 66, col 92, ['sort'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 66, col 103, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-filters.js: line 66, col 119, ['filters'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 66, col 130, ['sort'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 66, col 138, ['label'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 68, col 1947, Line is too long. +build/public/templates/partials/search-filters.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/search-filters.js: line 75, col 125, Line is too long. +build/public/templates/partials/search-filters.js: line 75, col 36, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-filters.js: line 75, col 52, ['tagFilterSelected'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 77, col 120, Line is too long. +build/public/templates/partials/search-filters.js: line 78, col 193, Line is too long. +build/public/templates/partials/search-filters.js: line 78, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-filters.js: line 78, col 53, ['tagFilterSelected'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 78, col 77, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-filters.js: line 78, col 93, ['tagFilterSelected'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 78, col 123, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-filters.js: line 78, col 139, ['tagFilterSelected'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 78, col 166, ['valueEscaped'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 80, col 193, Line is too long. +build/public/templates/partials/search-filters.js: line 80, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-filters.js: line 80, col 53, ['tagFilterSelected'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 80, col 77, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-filters.js: line 80, col 93, ['tagFilterSelected'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 80, col 123, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-filters.js: line 80, col 139, ['tagFilterSelected'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 80, col 166, ['valueEscaped'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 81, col 108, Line is too long. +build/public/templates/partials/search-filters.js: line 76, col 13, 'key' is defined but never used. +build/public/templates/partials/search-filters.js: line 75, col 118, 'value' is defined but never used. +build/public/templates/partials/search-filters.js: line 75, col 110, 'length' is defined but never used. +build/public/templates/partials/search-filters.js: line 75, col 103, 'index' is defined but never used. +build/public/templates/partials/search-filters.js: line 74, col 11, 'value' is defined but never used. +build/public/templates/partials/search-filters.js: line 72, col 84, 'helper' is defined but never used. +build/public/templates/partials/search-filters.js: line 89, col 124, Line is too long. +build/public/templates/partials/search-filters.js: line 89, col 36, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-filters.js: line 89, col 52, ['tagFilterResults'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 92, col 190, Line is too long. +build/public/templates/partials/search-filters.js: line 92, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-filters.js: line 92, col 53, ['tagFilterResults'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 92, col 76, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-filters.js: line 92, col 92, ['tagFilterResults'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 92, col 121, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-filters.js: line 92, col 137, ['tagFilterResults'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 92, col 163, ['valueEscaped'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 94, col 190, Line is too long. +build/public/templates/partials/search-filters.js: line 94, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-filters.js: line 94, col 53, ['tagFilterResults'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 94, col 76, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-filters.js: line 94, col 92, ['tagFilterResults'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 94, col 121, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-filters.js: line 94, col 137, ['tagFilterResults'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 94, col 163, ['valueEscaped'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 90, col 13, 'key' is defined but never used. +build/public/templates/partials/search-filters.js: line 89, col 117, 'value' is defined but never used. +build/public/templates/partials/search-filters.js: line 89, col 109, 'length' is defined but never used. +build/public/templates/partials/search-filters.js: line 89, col 102, 'index' is defined but never used. +build/public/templates/partials/search-filters.js: line 88, col 11, 'value' is defined but never used. +build/public/templates/partials/search-filters.js: line 86, col 82, 'helper' is defined but never used. +build/public/templates/partials/search-filters.js: line 103, col 126, Line is too long. +build/public/templates/partials/search-filters.js: line 103, col 36, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-filters.js: line 103, col 52, ['userFilterSelected'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 105, col 115, Line is too long. +build/public/templates/partials/search-filters.js: line 106, col 137, Line is too long. +build/public/templates/partials/search-filters.js: line 106, col 100, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-filters.js: line 108, col 192, Line is too long. +build/public/templates/partials/search-filters.js: line 108, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-filters.js: line 108, col 53, ['userFilterSelected'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 108, col 78, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-filters.js: line 108, col 94, ['userFilterSelected'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 108, col 125, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-filters.js: line 108, col 141, ['userFilterSelected'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 108, col 169, ['username'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 110, col 187, Line is too long. +build/public/templates/partials/search-filters.js: line 110, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-filters.js: line 110, col 53, ['userFilterSelected'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 110, col 78, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-filters.js: line 110, col 94, ['userFilterSelected'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 110, col 125, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-filters.js: line 110, col 141, ['userFilterSelected'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 110, col 169, ['uid'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 111, col 108, Line is too long. +build/public/templates/partials/search-filters.js: line 104, col 13, 'key' is defined but never used. +build/public/templates/partials/search-filters.js: line 102, col 11, 'value' is defined but never used. +build/public/templates/partials/search-filters.js: line 119, col 125, Line is too long. +build/public/templates/partials/search-filters.js: line 119, col 36, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-filters.js: line 119, col 52, ['userFilterResults'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 122, col 184, Line is too long. +build/public/templates/partials/search-filters.js: line 122, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-filters.js: line 122, col 53, ['userFilterResults'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 122, col 77, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-filters.js: line 122, col 93, ['userFilterResults'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 122, col 123, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-filters.js: line 122, col 139, ['userFilterResults'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 122, col 166, ['uid'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 124, col 189, Line is too long. +build/public/templates/partials/search-filters.js: line 124, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-filters.js: line 124, col 53, ['userFilterResults'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 124, col 77, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-filters.js: line 124, col 93, ['userFilterResults'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 124, col 123, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-filters.js: line 124, col 139, ['userFilterResults'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 124, col 166, ['username'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 126, col 137, Line is too long. +build/public/templates/partials/search-filters.js: line 126, col 100, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-filters.js: line 128, col 189, Line is too long. +build/public/templates/partials/search-filters.js: line 128, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-filters.js: line 128, col 53, ['userFilterResults'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 128, col 77, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-filters.js: line 128, col 93, ['userFilterResults'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 128, col 123, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-filters.js: line 128, col 139, ['userFilterResults'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 128, col 166, ['username'] is better written in dot notation. +build/public/templates/partials/search-filters.js: line 120, col 13, 'key' is defined but never used. +build/public/templates/partials/search-filters.js: line 118, col 11, 'value' is defined but never used. +build/public/templates/partials/search-filters.js: line 137, col 3, Missing semicolon. +build/public/templates/partials/search-filters.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/search-filters.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/search-results.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 13, col 49, ['search_query'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 15, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 15, col 41, ['matchCount'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 17, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 17, col 53, ['matchCount'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 19, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 19, col 53, ['search_query'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 21, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 21, col 53, ['time'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 24, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 24, col 45, ['search_query'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 29, col 22, ['posts'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 31, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 31, col 41, ['users'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 31, col 53, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 31, col 69, ['users'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 31, col 78, ['length'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 32, col 107, Line is too long. +build/public/templates/partials/search-results.js: line 33, col 26, ['users'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 35, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 35, col 45, ['anonymousUserCount'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 36, col 284, Line is too long. +build/public/templates/partials/search-results.js: line 37, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 37, col 57, ['anonymousUserCount'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 43, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 43, col 41, ['tags'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 43, col 52, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 43, col 68, ['tags'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 43, col 76, ['length'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 45, col 26, ['tags'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 49, col 107, Line is too long. +build/public/templates/partials/search-results.js: line 49, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 49, col 41, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 49, col 58, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 49, col 74, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 49, col 88, ['length'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 51, col 26, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 55, col 158, Line is too long. +build/public/templates/partials/search-results.js: line 55, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 55, col 41, ['pagination'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 55, col 58, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 55, col 74, ['pagination'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 55, col 88, ['pages'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 55, col 100, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 55, col 116, ['pagination'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 55, col 130, ['pages'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 55, col 139, ['length'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 58, col 155, Line is too long. +build/public/templates/partials/search-results.js: line 59, col 156, Line is too long. +build/public/templates/partials/search-results.js: line 59, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 59, col 41, ['pagination'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 59, col 58, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 59, col 74, ['pagination'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 59, col 88, ['prev'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 59, col 99, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 59, col 115, ['pagination'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 59, col 129, ['prev'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 59, col 137, ['active'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 63, col 162, Line is too long. +build/public/templates/partials/search-results.js: line 63, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 63, col 49, ['pagination'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 63, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 63, col 82, ['pagination'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 63, col 96, ['prev'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 63, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 63, col 123, ['pagination'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 63, col 137, ['prev'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 63, col 145, ['qs'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 65, col 164, Line is too long. +build/public/templates/partials/search-results.js: line 65, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 65, col 49, ['pagination'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 65, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 65, col 82, ['pagination'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 65, col 96, ['prev'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 65, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 65, col 123, ['pagination'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 65, col 137, ['prev'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 65, col 145, ['page'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 66, col 114, Line is too long. +build/public/templates/partials/search-results.js: line 69, col 156, Line is too long. +build/public/templates/partials/search-results.js: line 69, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 69, col 41, ['pagination'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 69, col 58, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 69, col 74, ['pagination'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 69, col 88, ['next'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 69, col 99, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 69, col 115, ['pagination'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 69, col 129, ['next'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 69, col 137, ['active'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 73, col 162, Line is too long. +build/public/templates/partials/search-results.js: line 73, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 73, col 49, ['pagination'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 73, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 73, col 82, ['pagination'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 73, col 96, ['next'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 73, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 73, col 123, ['pagination'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 73, col 137, ['next'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 73, col 145, ['qs'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 75, col 164, Line is too long. +build/public/templates/partials/search-results.js: line 75, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 75, col 49, ['pagination'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 75, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 75, col 82, ['pagination'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 75, col 96, ['next'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 75, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 75, col 123, ['pagination'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 75, col 137, ['next'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 75, col 145, ['page'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 76, col 224, Line is too long. +build/public/templates/partials/search-results.js: line 77, col 156, Line is too long. +build/public/templates/partials/search-results.js: line 77, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 77, col 41, ['pagination'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 77, col 58, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 77, col 74, ['pagination'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 77, col 88, ['prev'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 77, col 99, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 77, col 115, ['pagination'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 77, col 129, ['prev'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 77, col 137, ['active'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 81, col 164, Line is too long. +build/public/templates/partials/search-results.js: line 81, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 81, col 49, ['pagination'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 81, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 81, col 82, ['pagination'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 81, col 96, ['first'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 81, col 108, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 81, col 124, ['pagination'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 81, col 138, ['first'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 81, col 147, ['qs'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 82, col 158, Line is too long. +build/public/templates/partials/search-results.js: line 83, col 156, Line is too long. +build/public/templates/partials/search-results.js: line 83, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 83, col 41, ['pagination'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 83, col 58, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 83, col 74, ['pagination'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 83, col 88, ['prev'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 83, col 99, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 83, col 115, ['pagination'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 83, col 129, ['prev'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 83, col 137, ['active'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 87, col 162, Line is too long. +build/public/templates/partials/search-results.js: line 87, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 87, col 49, ['pagination'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 87, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 87, col 82, ['pagination'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 87, col 96, ['prev'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 87, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 87, col 123, ['pagination'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 87, col 137, ['prev'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 87, col 145, ['qs'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 89, col 164, Line is too long. +build/public/templates/partials/search-results.js: line 89, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 89, col 49, ['pagination'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 89, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 89, col 82, ['pagination'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 89, col 96, ['prev'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 89, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 89, col 123, ['pagination'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 89, col 137, ['prev'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 89, col 145, ['page'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 90, col 276, Line is too long. +build/public/templates/partials/search-results.js: line 91, col 122, Line is too long. +build/public/templates/partials/search-results.js: line 91, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 91, col 49, ['pagination'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 91, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 91, col 82, ['pagination'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 91, col 96, ['currentPage'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 93, col 120, Line is too long. +build/public/templates/partials/search-results.js: line 93, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 93, col 49, ['pagination'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 93, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 93, col 82, ['pagination'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 93, col 96, ['pageCount'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 95, col 156, Line is too long. +build/public/templates/partials/search-results.js: line 95, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 95, col 41, ['pagination'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 95, col 58, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 95, col 74, ['pagination'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 95, col 88, ['next'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 95, col 99, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 95, col 115, ['pagination'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 95, col 129, ['next'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 95, col 137, ['active'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 99, col 162, Line is too long. +build/public/templates/partials/search-results.js: line 99, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 99, col 49, ['pagination'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 99, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 99, col 82, ['pagination'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 99, col 96, ['next'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 99, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 99, col 123, ['pagination'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 99, col 137, ['next'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 99, col 145, ['qs'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 101, col 164, Line is too long. +build/public/templates/partials/search-results.js: line 101, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 101, col 49, ['pagination'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 101, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 101, col 82, ['pagination'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 101, col 96, ['next'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 101, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 101, col 123, ['pagination'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 101, col 137, ['next'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 101, col 145, ['page'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 102, col 136, Line is too long. +build/public/templates/partials/search-results.js: line 103, col 156, Line is too long. +build/public/templates/partials/search-results.js: line 103, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 103, col 41, ['pagination'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 103, col 58, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 103, col 74, ['pagination'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 103, col 88, ['next'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 103, col 99, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 103, col 115, ['pagination'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 103, col 129, ['next'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 103, col 137, ['active'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 107, col 162, Line is too long. +build/public/templates/partials/search-results.js: line 107, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 107, col 49, ['pagination'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 107, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 107, col 82, ['pagination'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 107, col 96, ['last'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 107, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 107, col 123, ['pagination'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 107, col 137, ['last'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 107, col 145, ['qs'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 109, col 120, Line is too long. +build/public/templates/partials/search-results.js: line 109, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 109, col 49, ['pagination'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 109, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 109, col 82, ['pagination'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 109, col 96, ['pageCount'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 110, col 129, Line is too long. +build/public/templates/partials/search-results.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/search-results.js: line 117, col 113, Line is too long. +build/public/templates/partials/search-results.js: line 117, col 36, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 117, col 52, ['posts'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 119, col 127, Line is too long. +build/public/templates/partials/search-results.js: line 120, col 120, Line is too long. +build/public/templates/partials/search-results.js: line 120, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 120, col 53, ['config'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 120, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 120, col 82, ['config'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 120, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 122, col 203, Line is too long. +build/public/templates/partials/search-results.js: line 122, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 122, col 53, ['posts'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 122, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 122, col 81, ['posts'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 122, col 99, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 122, col 115, ['posts'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 122, col 130, ['user'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 122, col 141, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 122, col 157, ['posts'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 122, col 172, ['user'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 122, col 180, ['userslug'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 124, col 251, Line is too long. +build/public/templates/partials/search-results.js: line 124, col 78, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 124, col 94, ['posts'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 124, col 106, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 124, col 122, ['posts'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 124, col 140, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 124, col 156, ['posts'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 124, col 171, ['user'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 124, col 214, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 126, col 120, Line is too long. +build/public/templates/partials/search-results.js: line 126, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 126, col 53, ['config'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 126, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 126, col 82, ['config'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 126, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 128, col 198, Line is too long. +build/public/templates/partials/search-results.js: line 128, col 85, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 128, col 101, ['posts'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 128, col 113, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 128, col 129, ['posts'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 128, col 147, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 128, col 163, ['posts'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 128, col 178, ['pid'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 130, col 202, Line is too long. +build/public/templates/partials/search-results.js: line 130, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 130, col 53, ['posts'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 130, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 130, col 81, ['posts'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 130, col 99, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 130, col 115, ['posts'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 130, col 130, ['topic'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 130, col 142, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 130, col 158, ['posts'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 130, col 173, ['topic'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 130, col 182, ['title'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 132, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 132, col 45, ['showAsPosts'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 134, col 156, Line is too long. +build/public/templates/partials/search-results.js: line 134, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 134, col 57, ['posts'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 134, col 69, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 134, col 85, ['posts'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 134, col 103, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 134, col 119, ['posts'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 134, col 134, ['content'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 138, col 120, Line is too long. +build/public/templates/partials/search-results.js: line 138, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 138, col 53, ['config'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 138, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 138, col 82, ['config'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 138, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 140, col 207, Line is too long. +build/public/templates/partials/search-results.js: line 140, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 140, col 53, ['posts'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 140, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 140, col 81, ['posts'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 140, col 99, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 140, col 115, ['posts'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 140, col 130, ['category'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 140, col 145, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 140, col 161, ['posts'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 140, col 176, ['category'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 140, col 188, ['slug'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 142, col 228, Line is too long. +build/public/templates/partials/search-results.js: line 142, col 84, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 142, col 100, ['posts'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 142, col 112, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 142, col 128, ['posts'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 142, col 146, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 142, col 162, ['posts'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 142, col 177, ['category'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 144, col 207, Line is too long. +build/public/templates/partials/search-results.js: line 144, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 144, col 53, ['posts'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 144, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 144, col 81, ['posts'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 144, col 99, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 144, col 115, ['posts'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 144, col 130, ['category'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 144, col 145, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 144, col 161, ['posts'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 144, col 176, ['category'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 144, col 188, ['name'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 146, col 157, Line is too long. +build/public/templates/partials/search-results.js: line 146, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 146, col 53, ['posts'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 146, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 146, col 81, ['posts'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 146, col 99, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 146, col 115, ['posts'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 146, col 130, ['timestampISO'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 118, col 13, 'key' is defined but never used. +build/public/templates/partials/search-results.js: line 117, col 106, 'value' is defined but never used. +build/public/templates/partials/search-results.js: line 117, col 98, 'length' is defined but never used. +build/public/templates/partials/search-results.js: line 117, col 91, 'index' is defined but never used. +build/public/templates/partials/search-results.js: line 116, col 11, 'value' is defined but never used. +build/public/templates/partials/search-results.js: line 155, col 113, Line is too long. +build/public/templates/partials/search-results.js: line 155, col 36, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 155, col 52, ['users'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 158, col 148, Line is too long. +build/public/templates/partials/search-results.js: line 158, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 158, col 53, ['users'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 158, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 158, col 81, ['users'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 158, col 99, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 158, col 115, ['users'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 158, col 130, ['uid'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 160, col 120, Line is too long. +build/public/templates/partials/search-results.js: line 160, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 160, col 53, ['config'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 160, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 160, col 82, ['config'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 160, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 162, col 153, Line is too long. +build/public/templates/partials/search-results.js: line 162, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 162, col 53, ['users'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 162, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 162, col 81, ['users'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 162, col 99, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 162, col 115, ['users'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 162, col 130, ['userslug'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 164, col 209, Line is too long. +build/public/templates/partials/search-results.js: line 164, col 78, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 164, col 94, ['users'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 164, col 106, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 164, col 122, ['users'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 164, col 172, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 165, col 101, Line is too long. +build/public/templates/partials/search-results.js: line 166, col 120, Line is too long. +build/public/templates/partials/search-results.js: line 166, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 166, col 53, ['config'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 166, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 166, col 82, ['config'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 166, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 168, col 153, Line is too long. +build/public/templates/partials/search-results.js: line 168, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 168, col 53, ['users'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 168, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 168, col 81, ['users'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 168, col 99, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 168, col 115, ['users'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 168, col 130, ['userslug'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 170, col 153, Line is too long. +build/public/templates/partials/search-results.js: line 170, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 170, col 53, ['users'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 170, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 170, col 81, ['users'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 170, col 99, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 170, col 115, ['users'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 170, col 130, ['username'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 172, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 172, col 45, ['section_online'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 174, col 162, Line is too long. +build/public/templates/partials/search-results.js: line 174, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 174, col 57, ['users'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 174, col 69, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 174, col 85, ['users'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 174, col 103, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 174, col 119, ['users'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 174, col 134, ['lastonlineISO'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 178, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 178, col 45, ['section_joindate'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 180, col 160, Line is too long. +build/public/templates/partials/search-results.js: line 180, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 180, col 57, ['users'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 180, col 69, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 180, col 85, ['users'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 180, col 103, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 180, col 119, ['users'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 180, col 134, ['joindateISO'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 184, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 186, col 206, Line is too long. +build/public/templates/partials/search-results.js: line 186, col 86, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 186, col 102, ['users'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 186, col 114, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 186, col 130, ['users'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 186, col 148, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 186, col 164, ['users'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 186, col 179, ['reputation'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 190, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 192, col 205, Line is too long. +build/public/templates/partials/search-results.js: line 192, col 86, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 192, col 102, ['users'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 192, col 114, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 192, col 130, ['users'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 192, col 148, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 192, col 164, ['users'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 192, col 179, ['postcount'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 196, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 196, col 45, ['section_flagged'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 198, col 124, Line is too long. +build/public/templates/partials/search-results.js: line 198, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 198, col 57, ['config'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 198, col 70, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 198, col 86, ['config'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 198, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 200, col 152, Line is too long. +build/public/templates/partials/search-results.js: line 200, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 200, col 57, ['users'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 200, col 69, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 200, col 85, ['users'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 200, col 103, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 200, col 119, ['users'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 200, col 134, ['uid'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 202, col 154, Line is too long. +build/public/templates/partials/search-results.js: line 202, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 202, col 57, ['users'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 202, col 69, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 202, col 85, ['users'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 202, col 103, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 202, col 119, ['users'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 202, col 134, ['flags'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 156, col 13, 'key' is defined but never used. +build/public/templates/partials/search-results.js: line 155, col 106, 'value' is defined but never used. +build/public/templates/partials/search-results.js: line 155, col 98, 'length' is defined but never used. +build/public/templates/partials/search-results.js: line 155, col 91, 'index' is defined but never used. +build/public/templates/partials/search-results.js: line 154, col 11, 'value' is defined but never used. +build/public/templates/partials/search-results.js: line 213, col 112, Line is too long. +build/public/templates/partials/search-results.js: line 213, col 36, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 213, col 52, ['tags'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 216, col 120, Line is too long. +build/public/templates/partials/search-results.js: line 216, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 216, col 53, ['config'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 216, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 216, col 82, ['config'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 216, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 218, col 154, Line is too long. +build/public/templates/partials/search-results.js: line 218, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 218, col 53, ['tags'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 218, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 218, col 80, ['tags'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 218, col 97, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 218, col 113, ['tags'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 218, col 127, ['valueEncoded'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 220, col 154, Line is too long. +build/public/templates/partials/search-results.js: line 220, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 220, col 53, ['tags'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 220, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 220, col 80, ['tags'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 220, col 97, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 220, col 113, ['tags'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 220, col 127, ['valueEscaped'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 222, col 147, Line is too long. +build/public/templates/partials/search-results.js: line 222, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 222, col 53, ['tags'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 222, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 222, col 80, ['tags'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 222, col 97, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 222, col 113, ['tags'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 224, col 154, Line is too long. +build/public/templates/partials/search-results.js: line 224, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 224, col 53, ['tags'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 224, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 224, col 80, ['tags'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 224, col 97, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 224, col 113, ['tags'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 224, col 127, ['valueEscaped'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 226, col 154, Line is too long. +build/public/templates/partials/search-results.js: line 226, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 226, col 53, ['tags'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 226, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 226, col 80, ['tags'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 226, col 97, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 226, col 113, ['tags'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 226, col 127, ['valueEscaped'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 228, col 147, Line is too long. +build/public/templates/partials/search-results.js: line 228, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 228, col 53, ['tags'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 228, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 228, col 80, ['tags'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 228, col 97, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 228, col 113, ['tags'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 228, col 127, ['score'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 230, col 194, Line is too long. +build/public/templates/partials/search-results.js: line 230, col 82, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 230, col 98, ['tags'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 230, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 230, col 125, ['tags'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 230, col 142, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 230, col 158, ['tags'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 230, col 172, ['score'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 214, col 13, 'key' is defined but never used. +build/public/templates/partials/search-results.js: line 213, col 105, 'value' is defined but never used. +build/public/templates/partials/search-results.js: line 213, col 97, 'length' is defined but never used. +build/public/templates/partials/search-results.js: line 213, col 90, 'index' is defined but never used. +build/public/templates/partials/search-results.js: line 212, col 11, 'value' is defined but never used. +build/public/templates/partials/search-results.js: line 239, col 118, Line is too long. +build/public/templates/partials/search-results.js: line 239, col 36, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 239, col 52, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 242, col 163, Line is too long. +build/public/templates/partials/search-results.js: line 242, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 242, col 53, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 242, col 70, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 242, col 86, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 242, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 242, col 125, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 242, col 145, ['cid'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 243, col 106, Line is too long. +build/public/templates/partials/search-results.js: line 248, col 163, Line is too long. +build/public/templates/partials/search-results.js: line 248, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 248, col 53, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 248, col 70, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 248, col 86, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 248, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 248, col 125, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 248, col 145, ['cid'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 250, col 172, Line is too long. +build/public/templates/partials/search-results.js: line 250, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 250, col 53, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 250, col 70, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 250, col 86, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 250, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 250, col 125, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 252, col 164, Line is too long. +build/public/templates/partials/search-results.js: line 252, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 252, col 53, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 252, col 70, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 252, col 86, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 252, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 252, col 125, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 252, col 145, ['name'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 254, col 110, Line is too long. +build/public/templates/partials/search-results.js: line 255, col 152, Line is too long. +build/public/templates/partials/search-results.js: line 256, col 159, Line is too long. +build/public/templates/partials/search-results.js: line 256, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 256, col 45, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 256, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 256, col 78, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 256, col 101, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 256, col 117, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 256, col 137, ['isSection'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 258, col 168, Line is too long. +build/public/templates/partials/search-results.js: line 258, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 258, col 57, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 258, col 74, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 258, col 90, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 258, col 113, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 258, col 129, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 258, col 149, ['name'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 261, col 158, Line is too long. +build/public/templates/partials/search-results.js: line 261, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 261, col 49, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 261, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 261, col 82, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 261, col 105, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 261, col 121, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 261, col 141, ['link'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 263, col 172, Line is too long. +build/public/templates/partials/search-results.js: line 263, col 45, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 263, col 61, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 263, col 78, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 263, col 94, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 263, col 117, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 263, col 133, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 263, col 153, ['link'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 266, col 128, Line is too long. +build/public/templates/partials/search-results.js: line 266, col 45, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 266, col 61, ['config'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 266, col 74, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 266, col 90, ['config'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 266, col 100, ['relative_path'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 268, col 172, Line is too long. +build/public/templates/partials/search-results.js: line 268, col 45, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 268, col 61, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 268, col 78, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 268, col 94, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 268, col 117, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 268, col 133, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 268, col 153, ['slug'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 271, col 168, Line is too long. +build/public/templates/partials/search-results.js: line 271, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 271, col 57, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 271, col 74, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 271, col 90, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 271, col 113, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 271, col 129, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 271, col 149, ['name'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 274, col 167, Line is too long. +build/public/templates/partials/search-results.js: line 274, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 274, col 45, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 274, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 274, col 78, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 274, col 101, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 274, col 117, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 274, col 137, ['descriptionParsed'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 276, col 181, Line is too long. +build/public/templates/partials/search-results.js: line 276, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 276, col 57, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 276, col 74, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 276, col 90, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 276, col 113, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 276, col 129, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 276, col 149, ['descriptionParsed'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 280, col 221, Line is too long. +build/public/templates/partials/search-results.js: line 280, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 280, col 45, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 280, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 280, col 78, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 280, col 101, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 280, col 117, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 280, col 137, ['teaser'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 280, col 150, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 280, col 166, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 280, col 186, ['teaser'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 280, col 196, ['timestampISO'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 281, col 104, Line is too long. +build/public/templates/partials/search-results.js: line 282, col 235, Line is too long. +build/public/templates/partials/search-results.js: line 282, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 282, col 57, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 282, col 74, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 282, col 90, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 282, col 113, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 282, col 129, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 282, col 149, ['teaser'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 282, col 162, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 282, col 178, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 282, col 198, ['teaser'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 282, col 208, ['timestampISO'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 284, col 226, Line is too long. +build/public/templates/partials/search-results.js: line 284, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 284, col 57, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 284, col 74, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 284, col 90, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 284, col 113, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 284, col 129, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 284, col 149, ['teaser'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 284, col 162, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 284, col 178, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 284, col 198, ['teaser'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 284, col 208, ['url'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 288, col 114, Line is too long. +build/public/templates/partials/search-results.js: line 288, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 288, col 45, ['config'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 288, col 58, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 288, col 74, ['config'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 288, col 84, ['hideSubCategories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 291, col 223, Line is too long. +build/public/templates/partials/search-results.js: line 291, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 291, col 49, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 291, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 291, col 82, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 291, col 105, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 291, col 121, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 291, col 141, ['children'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 291, col 156, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 291, col 172, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 291, col 192, ['children'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 291, col 204, ['length'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 292, col 115, Line is too long. +build/public/templates/partials/search-results.js: line 293, col 213, Line is too long. +build/public/templates/partials/search-results.js: line 293, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 293, col 57, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 293, col 74, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 293, col 90, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 293, col 113, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 293, col 129, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 293, col 149, ['children'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 296, col 297, Line is too long. +build/public/templates/partials/search-results.js: line 296, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 296, col 57, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 296, col 74, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 296, col 90, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 296, col 113, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 296, col 129, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 296, col 149, ['children'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 296, col 164, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 296, col 180, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 296, col 200, ['children'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 296, col 221, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 296, col 237, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 296, col 257, ['children'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 296, col 275, ['isSection'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 298, col 108, Line is too long. +build/public/templates/partials/search-results.js: line 299, col 126, Line is too long. +build/public/templates/partials/search-results.js: line 301, col 296, Line is too long. +build/public/templates/partials/search-results.js: line 301, col 45, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 301, col 61, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 301, col 78, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 301, col 94, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 301, col 117, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 301, col 133, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 301, col 153, ['children'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 301, col 168, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 301, col 184, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 301, col 204, ['children'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 301, col 225, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 301, col 241, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 301, col 261, ['children'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 301, col 279, ['link'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 302, col 307, Line is too long. +build/public/templates/partials/search-results.js: line 302, col 55, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 302, col 71, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 302, col 88, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 302, col 104, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 302, col 127, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 302, col 143, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 302, col 163, ['children'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 302, col 178, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 302, col 194, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 302, col 214, ['children'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 302, col 235, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 302, col 251, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 302, col 271, ['children'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 302, col 289, ['link'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 303, col 138, Line is too long. +build/public/templates/partials/search-results.js: line 303, col 55, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 303, col 71, ['config'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 303, col 84, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 303, col 100, ['config'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 303, col 110, ['relative_path'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 305, col 311, Line is too long. +build/public/templates/partials/search-results.js: line 305, col 57, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 305, col 73, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 305, col 90, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 305, col 106, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 305, col 129, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 305, col 145, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 305, col 165, ['children'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 305, col 180, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 305, col 196, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 305, col 216, ['children'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 305, col 237, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 305, col 253, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 305, col 273, ['children'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 305, col 291, ['slug'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 307, col 306, Line is too long. +build/public/templates/partials/search-results.js: line 307, col 53, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 307, col 69, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 307, col 86, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 307, col 102, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 307, col 125, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 307, col 141, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 307, col 161, ['children'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 307, col 176, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 307, col 192, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 307, col 212, ['children'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 307, col 233, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 307, col 249, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 307, col 269, ['children'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 307, col 287, ['name'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 294, col 25, 'key' is defined but never used. +build/public/templates/partials/search-results.js: line 317, col 154, Line is too long. +build/public/templates/partials/search-results.js: line 317, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 317, col 45, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 317, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 317, col 78, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 317, col 101, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 317, col 117, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 317, col 137, ['link'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 319, col 306, Line is too long. +build/public/templates/partials/search-results.js: line 320, col 179, Line is too long. +build/public/templates/partials/search-results.js: line 320, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 320, col 57, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 320, col 74, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 320, col 90, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 320, col 113, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 320, col 129, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 320, col 149, ['totalTopicCount'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 322, col 278, Line is too long. +build/public/templates/partials/search-results.js: line 322, col 90, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 322, col 106, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 322, col 123, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 322, col 139, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 322, col 162, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 322, col 178, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 322, col 198, ['totalTopicCount'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 322, col 244, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 323, col 211, Line is too long. +build/public/templates/partials/search-results.js: line 324, col 178, Line is too long. +build/public/templates/partials/search-results.js: line 324, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 324, col 57, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 324, col 74, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 324, col 90, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 324, col 113, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 324, col 129, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 324, col 149, ['totalPostCount'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 326, col 277, Line is too long. +build/public/templates/partials/search-results.js: line 326, col 90, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 326, col 106, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 326, col 123, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 326, col 139, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 326, col 162, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 326, col 178, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 326, col 198, ['totalPostCount'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 326, col 243, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 327, col 108, Line is too long. +build/public/templates/partials/search-results.js: line 328, col 121, Line is too long. +build/public/templates/partials/search-results.js: line 328, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 328, col 49, ['config'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 328, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 328, col 78, ['config'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 328, col 88, ['hideCategoryLastPost'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 330, col 188, Line is too long. +build/public/templates/partials/search-results.js: line 331, col 175, Line is too long. +build/public/templates/partials/search-results.js: line 331, col 45, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 331, col 61, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 331, col 78, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 331, col 94, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 331, col 117, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 331, col 133, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 331, col 153, ['bgColor'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 333, col 210, Line is too long. +build/public/templates/partials/search-results.js: line 333, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 333, col 57, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 333, col 74, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 333, col 90, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 333, col 113, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 333, col 129, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 333, col 149, ['posts'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 337, col 221, Line is too long. +build/public/templates/partials/search-results.js: line 338, col 374, Line is too long. +build/public/templates/partials/search-results.js: line 338, col 53, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 338, col 69, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 338, col 86, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 338, col 102, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 338, col 125, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 338, col 141, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 338, col 161, ['posts'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 338, col 173, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 338, col 189, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 338, col 209, ['posts'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 338, col 227, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 338, col 243, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 338, col 263, ['posts'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 338, col 278, ['user'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 338, col 289, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 338, col 305, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 338, col 325, ['posts'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 338, col 340, ['user'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 338, col 348, ['displayname'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 340, col 136, Line is too long. +build/public/templates/partials/search-results.js: line 340, col 53, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 340, col 69, ['config'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 340, col 82, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 340, col 98, ['config'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 340, col 108, ['relative_path'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 342, col 371, Line is too long. +build/public/templates/partials/search-results.js: line 342, col 53, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 342, col 69, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 342, col 86, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 342, col 102, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 342, col 125, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 342, col 141, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 342, col 161, ['posts'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 342, col 173, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 342, col 189, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 342, col 209, ['posts'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 342, col 227, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 342, col 243, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 342, col 263, ['posts'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 342, col 278, ['user'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 342, col 289, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 342, col 305, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 342, col 325, ['posts'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 342, col 340, ['user'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 342, col 348, ['userslug'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 344, col 399, Line is too long. +build/public/templates/partials/search-results.js: line 344, col 94, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 344, col 110, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 344, col 127, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 344, col 143, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 344, col 166, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 344, col 182, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 344, col 202, ['posts'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 344, col 214, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 344, col 230, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 344, col 250, ['posts'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 344, col 268, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 344, col 284, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 344, col 304, ['posts'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 344, col 319, ['user'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 344, col 362, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 346, col 136, Line is too long. +build/public/templates/partials/search-results.js: line 346, col 53, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 346, col 69, ['config'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 346, col 82, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 346, col 98, ['config'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 346, col 108, ['relative_path'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 348, col 369, Line is too long. +build/public/templates/partials/search-results.js: line 348, col 53, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 348, col 69, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 348, col 86, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 348, col 102, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 348, col 125, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 348, col 141, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 348, col 161, ['posts'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 348, col 173, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 348, col 189, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 348, col 209, ['posts'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 348, col 227, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 348, col 243, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 348, col 263, ['posts'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 348, col 278, ['topic'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 348, col 290, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 348, col 306, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 348, col 326, ['posts'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 348, col 341, ['topic'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 348, col 350, ['slug'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 349, col 288, Line is too long. +build/public/templates/partials/search-results.js: line 349, col 45, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 349, col 61, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 349, col 78, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 349, col 94, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 349, col 117, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 349, col 133, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 349, col 153, ['posts'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 349, col 165, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 349, col 181, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 349, col 201, ['posts'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 349, col 219, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 349, col 235, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 349, col 255, ['posts'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 349, col 270, ['index'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 351, col 301, Line is too long. +build/public/templates/partials/search-results.js: line 351, col 57, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 351, col 73, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 351, col 90, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 351, col 106, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 351, col 129, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 351, col 145, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 351, col 165, ['posts'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 351, col 177, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 351, col 193, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 351, col 213, ['posts'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 351, col 231, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 351, col 247, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 351, col 267, ['posts'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 351, col 282, ['index'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 354, col 305, Line is too long. +build/public/templates/partials/search-results.js: line 354, col 53, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 354, col 69, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 354, col 86, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 354, col 102, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 354, col 125, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 354, col 141, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 354, col 161, ['posts'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 354, col 173, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 354, col 189, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 354, col 209, ['posts'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 354, col 227, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 354, col 243, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 354, col 263, ['posts'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 354, col 278, ['timestampISO'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 355, col 233, Line is too long. +build/public/templates/partials/search-results.js: line 356, col 136, Line is too long. +build/public/templates/partials/search-results.js: line 356, col 53, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 356, col 69, ['config'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 356, col 82, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 356, col 98, ['config'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 356, col 108, ['relative_path'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 358, col 369, Line is too long. +build/public/templates/partials/search-results.js: line 358, col 53, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 358, col 69, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 358, col 86, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 358, col 102, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 358, col 125, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 358, col 141, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 358, col 161, ['posts'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 358, col 173, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 358, col 189, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 358, col 209, ['posts'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 358, col 227, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 358, col 243, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 358, col 263, ['posts'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 358, col 278, ['topic'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 358, col 290, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 358, col 306, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 358, col 326, ['posts'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 358, col 341, ['topic'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 358, col 350, ['slug'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 359, col 288, Line is too long. +build/public/templates/partials/search-results.js: line 359, col 45, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 359, col 61, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 359, col 78, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 359, col 94, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 359, col 117, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 359, col 133, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 359, col 153, ['posts'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 359, col 165, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 359, col 181, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 359, col 201, ['posts'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 359, col 219, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 359, col 235, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 359, col 255, ['posts'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 359, col 270, ['index'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 361, col 301, Line is too long. +build/public/templates/partials/search-results.js: line 361, col 57, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 361, col 73, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 361, col 90, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 361, col 106, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 361, col 129, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 361, col 145, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 361, col 165, ['posts'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 361, col 177, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 361, col 193, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 361, col 213, ['posts'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 361, col 231, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 361, col 247, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 361, col 267, ['posts'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 361, col 282, ['index'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 364, col 300, Line is too long. +build/public/templates/partials/search-results.js: line 364, col 53, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 364, col 69, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 364, col 86, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 364, col 102, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 364, col 125, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 364, col 141, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 364, col 161, ['posts'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 364, col 173, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 364, col 189, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 364, col 209, ['posts'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 364, col 227, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 364, col 243, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 364, col 263, ['posts'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 364, col 278, ['content'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 334, col 25, 'key' is defined but never used. +build/public/templates/partials/search-results.js: line 333, col 203, 'value' is defined but never used. +build/public/templates/partials/search-results.js: line 333, col 195, 'length' is defined but never used. +build/public/templates/partials/search-results.js: line 372, col 221, Line is too long. +build/public/templates/partials/search-results.js: line 372, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 372, col 53, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 372, col 70, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 372, col 86, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 372, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 372, col 125, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 372, col 145, ['posts'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 372, col 157, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 372, col 173, ['categories'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 372, col 193, ['posts'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 372, col 202, ['length'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 374, col 176, Line is too long. +build/public/templates/partials/search-results.js: line 240, col 13, 'key' is defined but never used. +build/public/templates/partials/search-results.js: line 238, col 11, 'value' is defined but never used. +build/public/templates/partials/search-results.js: line 385, col 160, Line is too long. +build/public/templates/partials/search-results.js: line 385, col 36, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 385, col 52, ['pagination'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 385, col 69, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 385, col 85, ['pagination'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 385, col 99, ['pages'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 388, col 219, Line is too long. +build/public/templates/partials/search-results.js: line 388, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 388, col 45, ['pagination'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 388, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 388, col 78, ['pagination'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 388, col 92, ['pages'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 388, col 104, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 388, col 120, ['pagination'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 388, col 134, ['pages'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 388, col 152, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 388, col 168, ['pagination'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 388, col 182, ['pages'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 388, col 197, ['separator'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 389, col 227, Line is too long. +build/public/templates/partials/search-results.js: line 391, col 220, Line is too long. +build/public/templates/partials/search-results.js: line 391, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 391, col 49, ['pagination'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 391, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 391, col 82, ['pagination'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 391, col 96, ['pages'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 391, col 108, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 391, col 124, ['pagination'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 391, col 138, ['pages'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 391, col 156, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 391, col 172, ['pagination'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 391, col 186, ['pages'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 391, col 201, ['active'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 395, col 226, Line is too long. +build/public/templates/partials/search-results.js: line 395, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 395, col 57, ['pagination'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 395, col 74, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 395, col 90, ['pagination'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 395, col 104, ['pages'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 395, col 116, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 395, col 132, ['pagination'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 395, col 146, ['pages'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 395, col 164, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 395, col 180, ['pagination'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 395, col 194, ['pages'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 395, col 209, ['qs'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 397, col 228, Line is too long. +build/public/templates/partials/search-results.js: line 397, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 397, col 57, ['pagination'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 397, col 74, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 397, col 90, ['pagination'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 397, col 104, ['pages'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 397, col 116, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 397, col 132, ['pagination'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 397, col 146, ['pages'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 397, col 164, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 397, col 180, ['pagination'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 397, col 194, ['pages'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 397, col 209, ['page'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 399, col 228, Line is too long. +build/public/templates/partials/search-results.js: line 399, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 399, col 57, ['pagination'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 399, col 74, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 399, col 90, ['pagination'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 399, col 104, ['pages'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 399, col 116, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 399, col 132, ['pagination'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 399, col 146, ['pages'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 399, col 164, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 399, col 180, ['pagination'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 399, col 194, ['pages'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 399, col 209, ['page'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 401, col 228, Line is too long. +build/public/templates/partials/search-results.js: line 401, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 401, col 57, ['pagination'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 401, col 74, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 401, col 90, ['pagination'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 401, col 104, ['pages'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 401, col 116, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 401, col 132, ['pagination'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 401, col 146, ['pages'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 401, col 164, Expected '!==' and instead saw '!='. +build/public/templates/partials/search-results.js: line 401, col 180, ['pagination'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 401, col 194, ['pages'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 401, col 209, ['page'] is better written in dot notation. +build/public/templates/partials/search-results.js: line 386, col 13, 'key' is defined but never used. +build/public/templates/partials/search-results.js: line 385, col 153, 'value' is defined but never used. +build/public/templates/partials/search-results.js: line 385, col 145, 'length' is defined but never used. +build/public/templates/partials/search-results.js: line 385, col 138, 'index' is defined but never used. +build/public/templates/partials/search-results.js: line 384, col 11, 'value' is defined but never used. +build/public/templates/partials/search-results.js: line 382, col 81, 'helper' is defined but never used. +build/public/templates/partials/search-results.js: line 411, col 3, Missing semicolon. +build/public/templates/partials/search-results.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/search-results.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/slideout-menu.js: line 12, col 152, Line is too long. +build/public/templates/partials/slideout-menu.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/partials/slideout-menu.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/slideout-menu.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/partials/slideout-menu.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/partials/slideout-menu.js: line 9, col 39, 'guard' is defined but never used. +build/public/templates/partials/slideout-menu.js: line 20, col 3, Missing semicolon. +build/public/templates/partials/slideout-menu.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/slideout-menu.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/tags/filter-dropdown-content.js: line 12, col 216, Line is too long. +build/public/templates/partials/tags/filter-dropdown-content.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/tags/filter-dropdown-content.js: line 13, col 41, ['selectedTag'] is better written in dot notation. +build/public/templates/partials/tags/filter-dropdown-content.js: line 14, col 185, Line is too long. +build/public/templates/partials/tags/filter-dropdown-content.js: line 15, col 122, Line is too long. +build/public/templates/partials/tags/filter-dropdown-content.js: line 15, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/tags/filter-dropdown-content.js: line 15, col 53, ['selectedTag'] is better written in dot notation. +build/public/templates/partials/tags/filter-dropdown-content.js: line 15, col 71, Expected '!==' and instead saw '!='. +build/public/templates/partials/tags/filter-dropdown-content.js: line 15, col 87, ['selectedTag'] is better written in dot notation. +build/public/templates/partials/tags/filter-dropdown-content.js: line 15, col 102, ['label'] is better written in dot notation. +build/public/templates/partials/tags/filter-dropdown-content.js: line 17, col 155, Line is too long. +build/public/templates/partials/tags/filter-dropdown-content.js: line 18, col 708, Line is too long. +build/public/templates/partials/tags/filter-dropdown-content.js: line 19, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/tags/filter-dropdown-content.js: line 19, col 41, ['selectedTag'] is better written in dot notation. +build/public/templates/partials/tags/filter-dropdown-content.js: line 23, col 22, ['tagItems'] is better written in dot notation. +build/public/templates/partials/tags/filter-dropdown-content.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/tags/filter-dropdown-content.js: line 31, col 116, Line is too long. +build/public/templates/partials/tags/filter-dropdown-content.js: line 31, col 36, Expected '!==' and instead saw '!='. +build/public/templates/partials/tags/filter-dropdown-content.js: line 31, col 52, ['tagItems'] is better written in dot notation. +build/public/templates/partials/tags/filter-dropdown-content.js: line 34, col 166, Line is too long. +build/public/templates/partials/tags/filter-dropdown-content.js: line 34, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/tags/filter-dropdown-content.js: line 34, col 53, ['tagItems'] is better written in dot notation. +build/public/templates/partials/tags/filter-dropdown-content.js: line 34, col 68, Expected '!==' and instead saw '!='. +build/public/templates/partials/tags/filter-dropdown-content.js: line 34, col 84, ['tagItems'] is better written in dot notation. +build/public/templates/partials/tags/filter-dropdown-content.js: line 34, col 105, Expected '!==' and instead saw '!='. +build/public/templates/partials/tags/filter-dropdown-content.js: line 34, col 121, ['tagItems'] is better written in dot notation. +build/public/templates/partials/tags/filter-dropdown-content.js: line 34, col 139, ['valueEscaped'] is better written in dot notation. +build/public/templates/partials/tags/filter-dropdown-content.js: line 35, col 231, Line is too long. +build/public/templates/partials/tags/filter-dropdown-content.js: line 36, col 166, Line is too long. +build/public/templates/partials/tags/filter-dropdown-content.js: line 36, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/tags/filter-dropdown-content.js: line 36, col 53, ['tagItems'] is better written in dot notation. +build/public/templates/partials/tags/filter-dropdown-content.js: line 36, col 68, Expected '!==' and instead saw '!='. +build/public/templates/partials/tags/filter-dropdown-content.js: line 36, col 84, ['tagItems'] is better written in dot notation. +build/public/templates/partials/tags/filter-dropdown-content.js: line 36, col 105, Expected '!==' and instead saw '!='. +build/public/templates/partials/tags/filter-dropdown-content.js: line 36, col 121, ['tagItems'] is better written in dot notation. +build/public/templates/partials/tags/filter-dropdown-content.js: line 36, col 139, ['valueEscaped'] is better written in dot notation. +build/public/templates/partials/tags/filter-dropdown-content.js: line 37, col 107, Line is too long. +build/public/templates/partials/tags/filter-dropdown-content.js: line 38, col 152, Line is too long. +build/public/templates/partials/tags/filter-dropdown-content.js: line 38, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/tags/filter-dropdown-content.js: line 38, col 45, ['tagItems'] is better written in dot notation. +build/public/templates/partials/tags/filter-dropdown-content.js: line 38, col 60, Expected '!==' and instead saw '!='. +build/public/templates/partials/tags/filter-dropdown-content.js: line 38, col 76, ['tagItems'] is better written in dot notation. +build/public/templates/partials/tags/filter-dropdown-content.js: line 38, col 97, Expected '!==' and instead saw '!='. +build/public/templates/partials/tags/filter-dropdown-content.js: line 38, col 113, ['tagItems'] is better written in dot notation. +build/public/templates/partials/tags/filter-dropdown-content.js: line 38, col 131, ['selected'] is better written in dot notation. +build/public/templates/partials/tags/filter-dropdown-content.js: line 32, col 13, 'key' is defined but never used. +build/public/templates/partials/tags/filter-dropdown-content.js: line 31, col 109, 'value' is defined but never used. +build/public/templates/partials/tags/filter-dropdown-content.js: line 31, col 101, 'length' is defined but never used. +build/public/templates/partials/tags/filter-dropdown-content.js: line 31, col 94, 'index' is defined but never used. +build/public/templates/partials/tags/filter-dropdown-content.js: line 30, col 11, 'value' is defined but never used. +build/public/templates/partials/tags/filter-dropdown-content.js: line 28, col 66, 'helper' is defined but never used. +build/public/templates/partials/tags/filter-dropdown-content.js: line 49, col 3, Missing semicolon. +build/public/templates/partials/tags/filter-dropdown-content.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/tags/filter-dropdown-content.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/tags/filter-dropdown-left.js: line 12, col 304, Line is too long. +build/public/templates/partials/tags/filter-dropdown-left.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/tags/filter-dropdown-left.js: line 13, col 41, ['selectedTag'] is better written in dot notation. +build/public/templates/partials/tags/filter-dropdown-left.js: line 14, col 185, Line is too long. +build/public/templates/partials/tags/filter-dropdown-left.js: line 15, col 122, Line is too long. +build/public/templates/partials/tags/filter-dropdown-left.js: line 15, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/tags/filter-dropdown-left.js: line 15, col 53, ['selectedTag'] is better written in dot notation. +build/public/templates/partials/tags/filter-dropdown-left.js: line 15, col 71, Expected '!==' and instead saw '!='. +build/public/templates/partials/tags/filter-dropdown-left.js: line 15, col 87, ['selectedTag'] is better written in dot notation. +build/public/templates/partials/tags/filter-dropdown-left.js: line 15, col 102, ['label'] is better written in dot notation. +build/public/templates/partials/tags/filter-dropdown-left.js: line 17, col 155, Line is too long. +build/public/templates/partials/tags/filter-dropdown-left.js: line 18, col 708, Line is too long. +build/public/templates/partials/tags/filter-dropdown-left.js: line 19, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/tags/filter-dropdown-left.js: line 19, col 41, ['selectedTag'] is better written in dot notation. +build/public/templates/partials/tags/filter-dropdown-left.js: line 23, col 22, ['tagItems'] is better written in dot notation. +build/public/templates/partials/tags/filter-dropdown-left.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/tags/filter-dropdown-left.js: line 31, col 116, Line is too long. +build/public/templates/partials/tags/filter-dropdown-left.js: line 31, col 36, Expected '!==' and instead saw '!='. +build/public/templates/partials/tags/filter-dropdown-left.js: line 31, col 52, ['tagItems'] is better written in dot notation. +build/public/templates/partials/tags/filter-dropdown-left.js: line 34, col 166, Line is too long. +build/public/templates/partials/tags/filter-dropdown-left.js: line 34, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/tags/filter-dropdown-left.js: line 34, col 53, ['tagItems'] is better written in dot notation. +build/public/templates/partials/tags/filter-dropdown-left.js: line 34, col 68, Expected '!==' and instead saw '!='. +build/public/templates/partials/tags/filter-dropdown-left.js: line 34, col 84, ['tagItems'] is better written in dot notation. +build/public/templates/partials/tags/filter-dropdown-left.js: line 34, col 105, Expected '!==' and instead saw '!='. +build/public/templates/partials/tags/filter-dropdown-left.js: line 34, col 121, ['tagItems'] is better written in dot notation. +build/public/templates/partials/tags/filter-dropdown-left.js: line 34, col 139, ['valueEscaped'] is better written in dot notation. +build/public/templates/partials/tags/filter-dropdown-left.js: line 35, col 231, Line is too long. +build/public/templates/partials/tags/filter-dropdown-left.js: line 36, col 166, Line is too long. +build/public/templates/partials/tags/filter-dropdown-left.js: line 36, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/tags/filter-dropdown-left.js: line 36, col 53, ['tagItems'] is better written in dot notation. +build/public/templates/partials/tags/filter-dropdown-left.js: line 36, col 68, Expected '!==' and instead saw '!='. +build/public/templates/partials/tags/filter-dropdown-left.js: line 36, col 84, ['tagItems'] is better written in dot notation. +build/public/templates/partials/tags/filter-dropdown-left.js: line 36, col 105, Expected '!==' and instead saw '!='. +build/public/templates/partials/tags/filter-dropdown-left.js: line 36, col 121, ['tagItems'] is better written in dot notation. +build/public/templates/partials/tags/filter-dropdown-left.js: line 36, col 139, ['valueEscaped'] is better written in dot notation. +build/public/templates/partials/tags/filter-dropdown-left.js: line 37, col 107, Line is too long. +build/public/templates/partials/tags/filter-dropdown-left.js: line 38, col 152, Line is too long. +build/public/templates/partials/tags/filter-dropdown-left.js: line 38, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/tags/filter-dropdown-left.js: line 38, col 45, ['tagItems'] is better written in dot notation. +build/public/templates/partials/tags/filter-dropdown-left.js: line 38, col 60, Expected '!==' and instead saw '!='. +build/public/templates/partials/tags/filter-dropdown-left.js: line 38, col 76, ['tagItems'] is better written in dot notation. +build/public/templates/partials/tags/filter-dropdown-left.js: line 38, col 97, Expected '!==' and instead saw '!='. +build/public/templates/partials/tags/filter-dropdown-left.js: line 38, col 113, ['tagItems'] is better written in dot notation. +build/public/templates/partials/tags/filter-dropdown-left.js: line 38, col 131, ['selected'] is better written in dot notation. +build/public/templates/partials/tags/filter-dropdown-left.js: line 32, col 13, 'key' is defined but never used. +build/public/templates/partials/tags/filter-dropdown-left.js: line 31, col 109, 'value' is defined but never used. +build/public/templates/partials/tags/filter-dropdown-left.js: line 31, col 101, 'length' is defined but never used. +build/public/templates/partials/tags/filter-dropdown-left.js: line 31, col 94, 'index' is defined but never used. +build/public/templates/partials/tags/filter-dropdown-left.js: line 30, col 11, 'value' is defined but never used. +build/public/templates/partials/tags/filter-dropdown-left.js: line 28, col 66, 'helper' is defined but never used. +build/public/templates/partials/tags/filter-dropdown-left.js: line 49, col 3, Missing semicolon. +build/public/templates/partials/tags/filter-dropdown-left.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/tags/filter-dropdown-left.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/tags/filter-dropdown-right.js: line 12, col 305, Line is too long. +build/public/templates/partials/tags/filter-dropdown-right.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/tags/filter-dropdown-right.js: line 13, col 41, ['selectedTag'] is better written in dot notation. +build/public/templates/partials/tags/filter-dropdown-right.js: line 14, col 185, Line is too long. +build/public/templates/partials/tags/filter-dropdown-right.js: line 15, col 122, Line is too long. +build/public/templates/partials/tags/filter-dropdown-right.js: line 15, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/tags/filter-dropdown-right.js: line 15, col 53, ['selectedTag'] is better written in dot notation. +build/public/templates/partials/tags/filter-dropdown-right.js: line 15, col 71, Expected '!==' and instead saw '!='. +build/public/templates/partials/tags/filter-dropdown-right.js: line 15, col 87, ['selectedTag'] is better written in dot notation. +build/public/templates/partials/tags/filter-dropdown-right.js: line 15, col 102, ['label'] is better written in dot notation. +build/public/templates/partials/tags/filter-dropdown-right.js: line 17, col 155, Line is too long. +build/public/templates/partials/tags/filter-dropdown-right.js: line 18, col 708, Line is too long. +build/public/templates/partials/tags/filter-dropdown-right.js: line 19, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/tags/filter-dropdown-right.js: line 19, col 41, ['selectedTag'] is better written in dot notation. +build/public/templates/partials/tags/filter-dropdown-right.js: line 23, col 22, ['tagItems'] is better written in dot notation. +build/public/templates/partials/tags/filter-dropdown-right.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/tags/filter-dropdown-right.js: line 31, col 116, Line is too long. +build/public/templates/partials/tags/filter-dropdown-right.js: line 31, col 36, Expected '!==' and instead saw '!='. +build/public/templates/partials/tags/filter-dropdown-right.js: line 31, col 52, ['tagItems'] is better written in dot notation. +build/public/templates/partials/tags/filter-dropdown-right.js: line 34, col 166, Line is too long. +build/public/templates/partials/tags/filter-dropdown-right.js: line 34, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/tags/filter-dropdown-right.js: line 34, col 53, ['tagItems'] is better written in dot notation. +build/public/templates/partials/tags/filter-dropdown-right.js: line 34, col 68, Expected '!==' and instead saw '!='. +build/public/templates/partials/tags/filter-dropdown-right.js: line 34, col 84, ['tagItems'] is better written in dot notation. +build/public/templates/partials/tags/filter-dropdown-right.js: line 34, col 105, Expected '!==' and instead saw '!='. +build/public/templates/partials/tags/filter-dropdown-right.js: line 34, col 121, ['tagItems'] is better written in dot notation. +build/public/templates/partials/tags/filter-dropdown-right.js: line 34, col 139, ['valueEscaped'] is better written in dot notation. +build/public/templates/partials/tags/filter-dropdown-right.js: line 35, col 231, Line is too long. +build/public/templates/partials/tags/filter-dropdown-right.js: line 36, col 166, Line is too long. +build/public/templates/partials/tags/filter-dropdown-right.js: line 36, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/tags/filter-dropdown-right.js: line 36, col 53, ['tagItems'] is better written in dot notation. +build/public/templates/partials/tags/filter-dropdown-right.js: line 36, col 68, Expected '!==' and instead saw '!='. +build/public/templates/partials/tags/filter-dropdown-right.js: line 36, col 84, ['tagItems'] is better written in dot notation. +build/public/templates/partials/tags/filter-dropdown-right.js: line 36, col 105, Expected '!==' and instead saw '!='. +build/public/templates/partials/tags/filter-dropdown-right.js: line 36, col 121, ['tagItems'] is better written in dot notation. +build/public/templates/partials/tags/filter-dropdown-right.js: line 36, col 139, ['valueEscaped'] is better written in dot notation. +build/public/templates/partials/tags/filter-dropdown-right.js: line 37, col 107, Line is too long. +build/public/templates/partials/tags/filter-dropdown-right.js: line 38, col 152, Line is too long. +build/public/templates/partials/tags/filter-dropdown-right.js: line 38, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/tags/filter-dropdown-right.js: line 38, col 45, ['tagItems'] is better written in dot notation. +build/public/templates/partials/tags/filter-dropdown-right.js: line 38, col 60, Expected '!==' and instead saw '!='. +build/public/templates/partials/tags/filter-dropdown-right.js: line 38, col 76, ['tagItems'] is better written in dot notation. +build/public/templates/partials/tags/filter-dropdown-right.js: line 38, col 97, Expected '!==' and instead saw '!='. +build/public/templates/partials/tags/filter-dropdown-right.js: line 38, col 113, ['tagItems'] is better written in dot notation. +build/public/templates/partials/tags/filter-dropdown-right.js: line 38, col 131, ['selected'] is better written in dot notation. +build/public/templates/partials/tags/filter-dropdown-right.js: line 32, col 13, 'key' is defined but never used. +build/public/templates/partials/tags/filter-dropdown-right.js: line 31, col 109, 'value' is defined but never used. +build/public/templates/partials/tags/filter-dropdown-right.js: line 31, col 101, 'length' is defined but never used. +build/public/templates/partials/tags/filter-dropdown-right.js: line 31, col 94, 'index' is defined but never used. +build/public/templates/partials/tags/filter-dropdown-right.js: line 30, col 11, 'value' is defined but never used. +build/public/templates/partials/tags/filter-dropdown-right.js: line 28, col 66, 'helper' is defined but never used. +build/public/templates/partials/tags/filter-dropdown-right.js: line 49, col 3, Missing semicolon. +build/public/templates/partials/tags/filter-dropdown-right.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/tags/filter-dropdown-right.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/tags/watch.js: line 12, col 106, Line is too long. +build/public/templates/partials/tags/watch.js: line 12, col 30, Expected '!==' and instead saw '!='. +build/public/templates/partials/tags/watch.js: line 12, col 46, ['config'] is better written in dot notation. +build/public/templates/partials/tags/watch.js: line 12, col 59, Expected '!==' and instead saw '!='. +build/public/templates/partials/tags/watch.js: line 12, col 75, ['config'] is better written in dot notation. +build/public/templates/partials/tags/watch.js: line 12, col 85, ['loggedIn'] is better written in dot notation. +build/public/templates/partials/tags/watch.js: line 13, col 350, Line is too long. +build/public/templates/partials/tags/watch.js: line 14, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/tags/watch.js: line 14, col 45, ['isFollowing'] is better written in dot notation. +build/public/templates/partials/tags/watch.js: line 17, col 249, Line is too long. +build/public/templates/partials/tags/watch.js: line 18, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/tags/watch.js: line 18, col 45, ['isFollowing'] is better written in dot notation. +build/public/templates/partials/tags/watch.js: line 21, col 780, Line is too long. +build/public/templates/partials/tags/watch.js: line 22, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/tags/watch.js: line 22, col 45, ['isFollowing'] is better written in dot notation. +build/public/templates/partials/tags/watch.js: line 25, col 602, Line is too long. +build/public/templates/partials/tags/watch.js: line 26, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/tags/watch.js: line 26, col 45, ['isFollowing'] is better written in dot notation. +build/public/templates/partials/tags/watch.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/partials/tags/watch.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/tags/watch.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/partials/tags/watch.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/partials/tags/watch.js: line 38, col 3, Missing semicolon. +build/public/templates/partials/tags/watch.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/tags/watch.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/tags_list.js: line 12, col 27, ['tags'] is better written in dot notation. +build/public/templates/partials/tags_list.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/partials/tags_list.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/tags_list.js: line 19, col 112, Line is too long. +build/public/templates/partials/tags_list.js: line 19, col 36, Expected '!==' and instead saw '!='. +build/public/templates/partials/tags_list.js: line 19, col 52, ['tags'] is better written in dot notation. +build/public/templates/partials/tags_list.js: line 22, col 120, Line is too long. +build/public/templates/partials/tags_list.js: line 22, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/tags_list.js: line 22, col 53, ['config'] is better written in dot notation. +build/public/templates/partials/tags_list.js: line 22, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/tags_list.js: line 22, col 82, ['config'] is better written in dot notation. +build/public/templates/partials/tags_list.js: line 22, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/partials/tags_list.js: line 24, col 154, Line is too long. +build/public/templates/partials/tags_list.js: line 24, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/tags_list.js: line 24, col 53, ['tags'] is better written in dot notation. +build/public/templates/partials/tags_list.js: line 24, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/tags_list.js: line 24, col 80, ['tags'] is better written in dot notation. +build/public/templates/partials/tags_list.js: line 24, col 97, Expected '!==' and instead saw '!='. +build/public/templates/partials/tags_list.js: line 24, col 113, ['tags'] is better written in dot notation. +build/public/templates/partials/tags_list.js: line 24, col 127, ['valueEncoded'] is better written in dot notation. +build/public/templates/partials/tags_list.js: line 26, col 154, Line is too long. +build/public/templates/partials/tags_list.js: line 26, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/tags_list.js: line 26, col 53, ['tags'] is better written in dot notation. +build/public/templates/partials/tags_list.js: line 26, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/tags_list.js: line 26, col 80, ['tags'] is better written in dot notation. +build/public/templates/partials/tags_list.js: line 26, col 97, Expected '!==' and instead saw '!='. +build/public/templates/partials/tags_list.js: line 26, col 113, ['tags'] is better written in dot notation. +build/public/templates/partials/tags_list.js: line 26, col 127, ['valueEscaped'] is better written in dot notation. +build/public/templates/partials/tags_list.js: line 28, col 147, Line is too long. +build/public/templates/partials/tags_list.js: line 28, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/tags_list.js: line 28, col 53, ['tags'] is better written in dot notation. +build/public/templates/partials/tags_list.js: line 28, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/tags_list.js: line 28, col 80, ['tags'] is better written in dot notation. +build/public/templates/partials/tags_list.js: line 28, col 97, Expected '!==' and instead saw '!='. +build/public/templates/partials/tags_list.js: line 28, col 113, ['tags'] is better written in dot notation. +build/public/templates/partials/tags_list.js: line 30, col 154, Line is too long. +build/public/templates/partials/tags_list.js: line 30, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/tags_list.js: line 30, col 53, ['tags'] is better written in dot notation. +build/public/templates/partials/tags_list.js: line 30, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/tags_list.js: line 30, col 80, ['tags'] is better written in dot notation. +build/public/templates/partials/tags_list.js: line 30, col 97, Expected '!==' and instead saw '!='. +build/public/templates/partials/tags_list.js: line 30, col 113, ['tags'] is better written in dot notation. +build/public/templates/partials/tags_list.js: line 30, col 127, ['valueEscaped'] is better written in dot notation. +build/public/templates/partials/tags_list.js: line 32, col 154, Line is too long. +build/public/templates/partials/tags_list.js: line 32, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/tags_list.js: line 32, col 53, ['tags'] is better written in dot notation. +build/public/templates/partials/tags_list.js: line 32, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/tags_list.js: line 32, col 80, ['tags'] is better written in dot notation. +build/public/templates/partials/tags_list.js: line 32, col 97, Expected '!==' and instead saw '!='. +build/public/templates/partials/tags_list.js: line 32, col 113, ['tags'] is better written in dot notation. +build/public/templates/partials/tags_list.js: line 32, col 127, ['valueEscaped'] is better written in dot notation. +build/public/templates/partials/tags_list.js: line 34, col 147, Line is too long. +build/public/templates/partials/tags_list.js: line 34, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/tags_list.js: line 34, col 53, ['tags'] is better written in dot notation. +build/public/templates/partials/tags_list.js: line 34, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/tags_list.js: line 34, col 80, ['tags'] is better written in dot notation. +build/public/templates/partials/tags_list.js: line 34, col 97, Expected '!==' and instead saw '!='. +build/public/templates/partials/tags_list.js: line 34, col 113, ['tags'] is better written in dot notation. +build/public/templates/partials/tags_list.js: line 34, col 127, ['score'] is better written in dot notation. +build/public/templates/partials/tags_list.js: line 36, col 194, Line is too long. +build/public/templates/partials/tags_list.js: line 36, col 82, Expected '!==' and instead saw '!='. +build/public/templates/partials/tags_list.js: line 36, col 98, ['tags'] is better written in dot notation. +build/public/templates/partials/tags_list.js: line 36, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/tags_list.js: line 36, col 125, ['tags'] is better written in dot notation. +build/public/templates/partials/tags_list.js: line 36, col 142, Expected '!==' and instead saw '!='. +build/public/templates/partials/tags_list.js: line 36, col 158, ['tags'] is better written in dot notation. +build/public/templates/partials/tags_list.js: line 36, col 172, ['score'] is better written in dot notation. +build/public/templates/partials/tags_list.js: line 20, col 13, 'key' is defined but never used. +build/public/templates/partials/tags_list.js: line 19, col 105, 'value' is defined but never used. +build/public/templates/partials/tags_list.js: line 19, col 97, 'length' is defined but never used. +build/public/templates/partials/tags_list.js: line 19, col 90, 'index' is defined but never used. +build/public/templates/partials/tags_list.js: line 18, col 11, 'value' is defined but never used. +build/public/templates/partials/tags_list.js: line 45, col 3, Missing semicolon. +build/public/templates/partials/tags_list.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/tags_list.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/toast.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/toast.js: line 13, col 49, ['alert_id'] is better written in dot notation. +build/public/templates/partials/toast.js: line 15, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/toast.js: line 15, col 49, ['type'] is better written in dot notation. +build/public/templates/partials/toast.js: line 16, col 225, Line is too long. +build/public/templates/partials/toast.js: line 17, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/toast.js: line 17, col 41, ['image'] is better written in dot notation. +build/public/templates/partials/toast.js: line 19, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/toast.js: line 19, col 53, ['image'] is better written in dot notation. +build/public/templates/partials/toast.js: line 23, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/toast.js: line 23, col 41, ['title'] is better written in dot notation. +build/public/templates/partials/toast.js: line 25, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/toast.js: line 25, col 53, ['title'] is better written in dot notation. +build/public/templates/partials/toast.js: line 29, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/toast.js: line 29, col 41, ['message'] is better written in dot notation. +build/public/templates/partials/toast.js: line 31, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/toast.js: line 31, col 53, ['message'] is better written in dot notation. +build/public/templates/partials/toast.js: line 34, col 135, Line is too long. +build/public/templates/partials/toast.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/toast.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/partials/toast.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/partials/toast.js: line 42, col 3, Missing semicolon. +build/public/templates/partials/toast.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/toast.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/topic/browsing-users.js: line 12, col 105, Line is too long. +build/public/templates/partials/topic/browsing-users.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/partials/topic/browsing-users.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/topic/browsing-users.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/partials/topic/browsing-users.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/partials/topic/browsing-users.js: line 9, col 39, 'guard' is defined but never used. +build/public/templates/partials/topic/browsing-users.js: line 20, col 3, Missing semicolon. +build/public/templates/partials/topic/browsing-users.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/topic/browsing-users.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/topic/deleted-message.js: line 12, col 125, Line is too long. +build/public/templates/partials/topic/deleted-message.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/deleted-message.js: line 13, col 41, ['deleted'] is better written in dot notation. +build/public/templates/partials/topic/deleted-message.js: line 17, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/deleted-message.js: line 17, col 41, ['deleter'] is better written in dot notation. +build/public/templates/partials/topic/deleted-message.js: line 19, col 120, Line is too long. +build/public/templates/partials/topic/deleted-message.js: line 19, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/deleted-message.js: line 19, col 53, ['config'] is better written in dot notation. +build/public/templates/partials/topic/deleted-message.js: line 19, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/deleted-message.js: line 19, col 82, ['config'] is better written in dot notation. +build/public/templates/partials/topic/deleted-message.js: line 19, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/partials/topic/deleted-message.js: line 21, col 117, Line is too long. +build/public/templates/partials/topic/deleted-message.js: line 21, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/deleted-message.js: line 21, col 53, ['deleter'] is better written in dot notation. +build/public/templates/partials/topic/deleted-message.js: line 21, col 67, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/deleted-message.js: line 21, col 83, ['deleter'] is better written in dot notation. +build/public/templates/partials/topic/deleted-message.js: line 21, col 94, ['userslug'] is better written in dot notation. +build/public/templates/partials/topic/deleted-message.js: line 23, col 117, Line is too long. +build/public/templates/partials/topic/deleted-message.js: line 23, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/deleted-message.js: line 23, col 53, ['deleter'] is better written in dot notation. +build/public/templates/partials/topic/deleted-message.js: line 23, col 67, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/deleted-message.js: line 23, col 83, ['deleter'] is better written in dot notation. +build/public/templates/partials/topic/deleted-message.js: line 23, col 94, ['username'] is better written in dot notation. +build/public/templates/partials/topic/deleted-message.js: line 25, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/deleted-message.js: line 25, col 53, ['deletedTimestampISO'] is better written in dot notation. +build/public/templates/partials/topic/deleted-message.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/topic/deleted-message.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/partials/topic/deleted-message.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/partials/topic/deleted-message.js: line 36, col 3, Missing semicolon. +build/public/templates/partials/topic/deleted-message.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/topic/deleted-message.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/topic/event.js: line 12, col 104, Line is too long. +build/public/templates/partials/topic/event.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/event.js: line 13, col 49, ['id'] is better written in dot notation. +build/public/templates/partials/topic/event.js: line 15, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/event.js: line 15, col 49, ['type'] is better written in dot notation. +build/public/templates/partials/topic/event.js: line 17, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/event.js: line 17, col 41, ['icon'] is better written in dot notation. +build/public/templates/partials/topic/event.js: line 18, col 35, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/event.js: line 18, col 51, ['icon'] is better written in dot notation. +build/public/templates/partials/topic/event.js: line 21, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/event.js: line 21, col 49, ['text'] is better written in dot notation. +build/public/templates/partials/topic/event.js: line 23, col 166, Line is too long. +build/public/templates/partials/topic/event.js: line 23, col 26, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/event.js: line 23, col 42, ['privileges'] is better written in dot notation. +build/public/templates/partials/topic/event.js: line 23, col 59, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/event.js: line 23, col 75, ['privileges'] is better written in dot notation. +build/public/templates/partials/topic/event.js: line 23, col 89, ['isAdminOrMod'] is better written in dot notation. +build/public/templates/partials/topic/event.js: line 23, col 134, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/event.js: line 23, col 150, ['id'] is better written in dot notation. +build/public/templates/partials/topic/event.js: line 25, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/event.js: line 25, col 53, ['id'] is better written in dot notation. +build/public/templates/partials/topic/event.js: line 27, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/event.js: line 27, col 53, ['type'] is better written in dot notation. +build/public/templates/partials/topic/event.js: line 28, col 120, Line is too long. +build/public/templates/partials/topic/event.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/topic/event.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/partials/topic/event.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/partials/topic/event.js: line 38, col 3, Missing semicolon. +build/public/templates/partials/topic/event.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/topic/event.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/topic/forked-message.js: line 12, col 156, Line is too long. +build/public/templates/partials/topic/forked-message.js: line 13, col 116, Line is too long. +build/public/templates/partials/topic/forked-message.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/forked-message.js: line 13, col 49, ['config'] is better written in dot notation. +build/public/templates/partials/topic/forked-message.js: line 13, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/forked-message.js: line 13, col 78, ['config'] is better written in dot notation. +build/public/templates/partials/topic/forked-message.js: line 13, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/partials/topic/forked-message.js: line 15, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/forked-message.js: line 15, col 49, ['forkedFromTid'] is better written in dot notation. +build/public/templates/partials/topic/forked-message.js: line 17, col 118, Line is too long. +build/public/templates/partials/topic/forked-message.js: line 17, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/forked-message.js: line 17, col 49, ['forker'] is better written in dot notation. +build/public/templates/partials/topic/forked-message.js: line 17, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/forked-message.js: line 17, col 78, ['forker'] is better written in dot notation. +build/public/templates/partials/topic/forked-message.js: line 17, col 88, ['forkedFromTitle'] is better written in dot notation. +build/public/templates/partials/topic/forked-message.js: line 19, col 116, Line is too long. +build/public/templates/partials/topic/forked-message.js: line 19, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/forked-message.js: line 19, col 49, ['config'] is better written in dot notation. +build/public/templates/partials/topic/forked-message.js: line 19, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/forked-message.js: line 19, col 78, ['config'] is better written in dot notation. +build/public/templates/partials/topic/forked-message.js: line 19, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/partials/topic/forked-message.js: line 21, col 111, Line is too long. +build/public/templates/partials/topic/forked-message.js: line 21, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/forked-message.js: line 21, col 49, ['forker'] is better written in dot notation. +build/public/templates/partials/topic/forked-message.js: line 21, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/forked-message.js: line 21, col 78, ['forker'] is better written in dot notation. +build/public/templates/partials/topic/forked-message.js: line 21, col 88, ['userslug'] is better written in dot notation. +build/public/templates/partials/topic/forked-message.js: line 23, col 111, Line is too long. +build/public/templates/partials/topic/forked-message.js: line 23, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/forked-message.js: line 23, col 49, ['forker'] is better written in dot notation. +build/public/templates/partials/topic/forked-message.js: line 23, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/forked-message.js: line 23, col 78, ['forker'] is better written in dot notation. +build/public/templates/partials/topic/forked-message.js: line 23, col 88, ['username'] is better written in dot notation. +build/public/templates/partials/topic/forked-message.js: line 25, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/forked-message.js: line 25, col 49, ['forkTimestampISO'] is better written in dot notation. +build/public/templates/partials/topic/forked-message.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/topic/forked-message.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/partials/topic/forked-message.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/partials/topic/forked-message.js: line 34, col 3, Missing semicolon. +build/public/templates/partials/topic/forked-message.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/topic/forked-message.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/topic/merged-message.js: line 12, col 156, Line is too long. +build/public/templates/partials/topic/merged-message.js: line 13, col 116, Line is too long. +build/public/templates/partials/topic/merged-message.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/merged-message.js: line 13, col 49, ['config'] is better written in dot notation. +build/public/templates/partials/topic/merged-message.js: line 13, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/merged-message.js: line 13, col 78, ['config'] is better written in dot notation. +build/public/templates/partials/topic/merged-message.js: line 13, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/partials/topic/merged-message.js: line 15, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/merged-message.js: line 15, col 49, ['mergeIntoTid'] is better written in dot notation. +build/public/templates/partials/topic/merged-message.js: line 17, col 118, Line is too long. +build/public/templates/partials/topic/merged-message.js: line 17, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/merged-message.js: line 17, col 49, ['merger'] is better written in dot notation. +build/public/templates/partials/topic/merged-message.js: line 17, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/merged-message.js: line 17, col 78, ['merger'] is better written in dot notation. +build/public/templates/partials/topic/merged-message.js: line 17, col 88, ['mergedIntoTitle'] is better written in dot notation. +build/public/templates/partials/topic/merged-message.js: line 19, col 116, Line is too long. +build/public/templates/partials/topic/merged-message.js: line 19, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/merged-message.js: line 19, col 49, ['config'] is better written in dot notation. +build/public/templates/partials/topic/merged-message.js: line 19, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/merged-message.js: line 19, col 78, ['config'] is better written in dot notation. +build/public/templates/partials/topic/merged-message.js: line 19, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/partials/topic/merged-message.js: line 21, col 111, Line is too long. +build/public/templates/partials/topic/merged-message.js: line 21, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/merged-message.js: line 21, col 49, ['merger'] is better written in dot notation. +build/public/templates/partials/topic/merged-message.js: line 21, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/merged-message.js: line 21, col 78, ['merger'] is better written in dot notation. +build/public/templates/partials/topic/merged-message.js: line 21, col 88, ['userslug'] is better written in dot notation. +build/public/templates/partials/topic/merged-message.js: line 23, col 111, Line is too long. +build/public/templates/partials/topic/merged-message.js: line 23, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/merged-message.js: line 23, col 49, ['merger'] is better written in dot notation. +build/public/templates/partials/topic/merged-message.js: line 23, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/merged-message.js: line 23, col 78, ['merger'] is better written in dot notation. +build/public/templates/partials/topic/merged-message.js: line 23, col 88, ['username'] is better written in dot notation. +build/public/templates/partials/topic/merged-message.js: line 25, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/merged-message.js: line 25, col 49, ['mergedTimestampISO'] is better written in dot notation. +build/public/templates/partials/topic/merged-message.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/topic/merged-message.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/partials/topic/merged-message.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/partials/topic/merged-message.js: line 34, col 3, Missing semicolon. +build/public/templates/partials/topic/merged-message.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/topic/merged-message.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/topic/navigation-post.js: line 13, col 140, Line is too long. +build/public/templates/partials/topic/navigation-post.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/navigation-post.js: line 13, col 41, ['post'] is better written in dot notation. +build/public/templates/partials/topic/navigation-post.js: line 13, col 52, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/navigation-post.js: line 13, col 68, ['post'] is better written in dot notation. +build/public/templates/partials/topic/navigation-post.js: line 13, col 76, ['user'] is better written in dot notation. +build/public/templates/partials/topic/navigation-post.js: line 13, col 87, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/navigation-post.js: line 13, col 103, ['post'] is better written in dot notation. +build/public/templates/partials/topic/navigation-post.js: line 13, col 111, ['user'] is better written in dot notation. +build/public/templates/partials/topic/navigation-post.js: line 13, col 119, ['userslug'] is better written in dot notation. +build/public/templates/partials/topic/navigation-post.js: line 14, col 118, Line is too long. +build/public/templates/partials/topic/navigation-post.js: line 14, col 35, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/navigation-post.js: line 14, col 51, ['config'] is better written in dot notation. +build/public/templates/partials/topic/navigation-post.js: line 14, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/navigation-post.js: line 14, col 80, ['config'] is better written in dot notation. +build/public/templates/partials/topic/navigation-post.js: line 14, col 90, ['relative_path'] is better written in dot notation. +build/public/templates/partials/topic/navigation-post.js: line 16, col 153, Line is too long. +build/public/templates/partials/topic/navigation-post.js: line 16, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/navigation-post.js: line 16, col 53, ['post'] is better written in dot notation. +build/public/templates/partials/topic/navigation-post.js: line 16, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/navigation-post.js: line 16, col 80, ['post'] is better written in dot notation. +build/public/templates/partials/topic/navigation-post.js: line 16, col 88, ['user'] is better written in dot notation. +build/public/templates/partials/topic/navigation-post.js: line 16, col 99, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/navigation-post.js: line 16, col 115, ['post'] is better written in dot notation. +build/public/templates/partials/topic/navigation-post.js: line 16, col 123, ['user'] is better written in dot notation. +build/public/templates/partials/topic/navigation-post.js: line 16, col 131, ['userslug'] is better written in dot notation. +build/public/templates/partials/topic/navigation-post.js: line 19, col 225, Line is too long. +build/public/templates/partials/topic/navigation-post.js: line 19, col 74, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/navigation-post.js: line 19, col 90, ['post'] is better written in dot notation. +build/public/templates/partials/topic/navigation-post.js: line 19, col 101, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/navigation-post.js: line 19, col 117, ['post'] is better written in dot notation. +build/public/templates/partials/topic/navigation-post.js: line 19, col 125, ['user'] is better written in dot notation. +build/public/templates/partials/topic/navigation-post.js: line 19, col 168, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/navigation-post.js: line 21, col 150, Line is too long. +build/public/templates/partials/topic/navigation-post.js: line 21, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/navigation-post.js: line 21, col 49, ['post'] is better written in dot notation. +build/public/templates/partials/topic/navigation-post.js: line 21, col 60, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/navigation-post.js: line 21, col 76, ['post'] is better written in dot notation. +build/public/templates/partials/topic/navigation-post.js: line 21, col 84, ['user'] is better written in dot notation. +build/public/templates/partials/topic/navigation-post.js: line 21, col 95, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/navigation-post.js: line 21, col 111, ['post'] is better written in dot notation. +build/public/templates/partials/topic/navigation-post.js: line 21, col 119, ['user'] is better written in dot notation. +build/public/templates/partials/topic/navigation-post.js: line 21, col 127, ['username'] is better written in dot notation. +build/public/templates/partials/topic/navigation-post.js: line 23, col 111, Line is too long. +build/public/templates/partials/topic/navigation-post.js: line 23, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/navigation-post.js: line 23, col 49, ['post'] is better written in dot notation. +build/public/templates/partials/topic/navigation-post.js: line 23, col 60, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/navigation-post.js: line 23, col 76, ['post'] is better written in dot notation. +build/public/templates/partials/topic/navigation-post.js: line 23, col 84, ['timestampISO'] is better written in dot notation. +build/public/templates/partials/topic/navigation-post.js: line 25, col 106, Line is too long. +build/public/templates/partials/topic/navigation-post.js: line 25, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/navigation-post.js: line 25, col 49, ['post'] is better written in dot notation. +build/public/templates/partials/topic/navigation-post.js: line 25, col 60, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/navigation-post.js: line 25, col 76, ['post'] is better written in dot notation. +build/public/templates/partials/topic/navigation-post.js: line 25, col 84, ['content'] is better written in dot notation. +build/public/templates/partials/topic/navigation-post.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/topic/navigation-post.js: line 34, col 3, Missing semicolon. +build/public/templates/partials/topic/navigation-post.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/topic/navigation-post.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/topic/navigator.js: line 12, col 1500, Line is too long. +build/public/templates/partials/topic/navigator.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/partials/topic/navigator.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/topic/navigator.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/partials/topic/navigator.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/partials/topic/navigator.js: line 9, col 39, 'guard' is defined but never used. +build/public/templates/partials/topic/navigator.js: line 20, col 3, Missing semicolon. +build/public/templates/partials/topic/navigator.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/topic/navigator.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/topic/necro-post.js: line 12, col 130, Line is too long. +build/public/templates/partials/topic/necro-post.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/necro-post.js: line 13, col 49, ['text'] is better written in dot notation. +build/public/templates/partials/topic/necro-post.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/topic/necro-post.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/partials/topic/necro-post.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/partials/topic/necro-post.js: line 22, col 3, Missing semicolon. +build/public/templates/partials/topic/necro-post.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/topic/necro-post.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/topic/post-editor.js: line 13, col 111, Line is too long. +build/public/templates/partials/topic/post-editor.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-editor.js: line 13, col 49, ['editor'] is better written in dot notation. +build/public/templates/partials/topic/post-editor.js: line 13, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-editor.js: line 13, col 78, ['editor'] is better written in dot notation. +build/public/templates/partials/topic/post-editor.js: line 13, col 88, ['userslug'] is better written in dot notation. +build/public/templates/partials/topic/post-editor.js: line 15, col 111, Line is too long. +build/public/templates/partials/topic/post-editor.js: line 15, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-editor.js: line 15, col 49, ['editor'] is better written in dot notation. +build/public/templates/partials/topic/post-editor.js: line 15, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-editor.js: line 15, col 78, ['editor'] is better written in dot notation. +build/public/templates/partials/topic/post-editor.js: line 15, col 88, ['username'] is better written in dot notation. +build/public/templates/partials/topic/post-editor.js: line 17, col 220, Line is too long. +build/public/templates/partials/topic/post-editor.js: line 17, col 84, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-editor.js: line 17, col 100, ['editedISO'] is better written in dot notation. +build/public/templates/partials/topic/post-editor.js: line 17, col 140, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-editor.js: line 17, col 156, ['config'] is better written in dot notation. +build/public/templates/partials/topic/post-editor.js: line 17, col 169, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-editor.js: line 17, col 185, ['config'] is better written in dot notation. +build/public/templates/partials/topic/post-editor.js: line 17, col 195, ['userLang'] is better written in dot notation. +build/public/templates/partials/topic/post-editor.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/topic/post-editor.js: line 26, col 3, Missing semicolon. +build/public/templates/partials/topic/post-editor.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/topic/post-editor.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/topic/post-menu-list.js: line 12, col 119, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 12, col 30, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 12, col 46, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 12, col 58, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 12, col 74, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 12, col 83, ['display_moderator_tools'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 13, col 259, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 14, col 115, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 14, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 14, col 45, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 14, col 57, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 14, col 73, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 14, col 82, ['display_delete_tools'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 16, col 106, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 16, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 16, col 49, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 16, col 61, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 16, col 77, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 16, col 86, ['deleted'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 19, col 154, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 20, col 106, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 20, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 20, col 49, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 20, col 61, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 20, col 77, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 20, col 86, ['deleted'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 23, col 145, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 24, col 106, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 24, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 24, col 49, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 24, col 61, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 24, col 77, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 24, col 86, ['deleted'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 27, col 155, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 28, col 106, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 28, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 28, col 49, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 28, col 61, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 28, col 77, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 28, col 86, ['deleted'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 31, col 141, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 34, col 114, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 34, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 34, col 45, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 34, col 57, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 34, col 73, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 34, col 82, ['display_purge_tools'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 36, col 106, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 36, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 36, col 49, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 36, col 61, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 36, col 77, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 36, col 86, ['deleted'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 39, col 153, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 40, col 106, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 40, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 40, col 49, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 40, col 61, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 40, col 77, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 40, col 86, ['deleted'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 43, col 138, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 46, col 113, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 46, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 46, col 45, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 46, col 57, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 46, col 73, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 46, col 82, ['display_move_tools'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 47, col 262, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 50, col 121, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 50, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 50, col 45, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 50, col 57, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 50, col 73, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 50, col 82, ['display_change_owner_tools'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 51, col 276, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 54, col 123, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 54, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 54, col 45, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 54, col 57, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 54, col 73, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 54, col 82, ['display_manage_editors_tools'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 55, col 284, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 58, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 58, col 45, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 58, col 57, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 58, col 73, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 58, col 82, ['ip'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 59, col 172, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 60, col 111, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 60, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 60, col 57, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 60, col 69, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 60, col 85, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 60, col 94, ['ip'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 61, col 126, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 62, col 111, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 62, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 62, col 57, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 62, col 69, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 62, col 85, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 62, col 94, ['ip'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 64, col 113, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 64, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 64, col 49, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 64, col 61, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 64, col 77, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 64, col 86, ['display_ip_ban'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 65, col 163, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 66, col 115, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 66, col 45, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 66, col 61, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 66, col 73, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 66, col 89, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 66, col 98, ['ip'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 67, col 127, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 68, col 115, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 68, col 45, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 68, col 61, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 68, col 73, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 68, col 89, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 68, col 98, ['ip'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 78, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 78, col 41, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 78, col 53, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 78, col 69, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 78, col 78, ['deleted'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 81, col 110, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 81, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 81, col 45, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 81, col 57, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 81, col 73, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 81, col 82, ['display_history'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 82, col 279, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 85, col 105, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 85, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 85, col 45, ['config'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 85, col 58, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 85, col 74, ['config'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 85, col 84, ['loggedIn'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 86, col 169, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 87, col 119, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 87, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 87, col 57, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 87, col 69, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 87, col 85, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 87, col 94, ['bookmarked'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 88, col 130, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 89, col 109, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 89, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 89, col 49, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 89, col 61, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 89, col 77, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 89, col 86, ['bookmarked'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 92, col 109, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 93, col 109, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 93, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 93, col 49, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 93, col 61, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 93, col 77, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 93, col 86, ['bookmarked'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 96, col 194, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 97, col 118, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 97, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 97, col 57, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 97, col 69, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 97, col 85, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 97, col 94, ['bookmarks'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 99, col 118, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 99, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 99, col 57, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 99, col 69, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 99, col 85, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 99, col 94, ['bookmarks'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 103, col 116, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 103, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 103, col 45, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 103, col 57, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 103, col 73, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 103, col 82, ['display_endorse_tools'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 104, col 166, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 105, col 117, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 105, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 105, col 57, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 105, col 69, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 105, col 85, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 105, col 94, ['endorsed'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 106, col 133, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 107, col 107, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 107, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 107, col 49, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 107, col 61, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 107, col 77, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 107, col 86, ['endorsed'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 110, col 112, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 111, col 107, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 111, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 111, col 49, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 111, col 61, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 111, col 77, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 111, col 86, ['endorsed'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 115, col 107, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 115, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 115, col 49, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 115, col 61, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 115, col 77, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 115, col 86, ['endorsed'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 121, col 115, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 121, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 121, col 45, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 121, col 57, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 121, col 73, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 121, col 82, ['display_original_url'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 122, col 145, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 123, col 102, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 123, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 123, col 49, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 123, col 61, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 123, col 77, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 123, col 86, ['url'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 124, col 113, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 124, col 43, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 124, col 59, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 124, col 71, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 124, col 87, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 124, col 96, ['url'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 125, col 115, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 125, col 43, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 125, col 59, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 125, col 71, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 125, col 87, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 125, col 96, ['pid'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 126, col 230, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 127, col 102, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 127, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 127, col 49, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 127, col 61, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 127, col 77, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 127, col 86, ['url'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 128, col 113, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 128, col 43, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 128, col 59, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 128, col 71, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 128, col 87, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 128, col 96, ['url'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 129, col 115, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 129, col 43, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 129, col 59, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 129, col 71, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 129, col 87, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 129, col 96, ['pid'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 130, col 121, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 131, col 145, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 132, col 121, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 132, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 132, col 57, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 132, col 69, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 132, col 85, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 132, col 94, ['absolute_url'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 133, col 114, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 135, col 113, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 135, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 135, col 45, ['postSharing'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 135, col 63, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 135, col 79, ['postSharing'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 135, col 94, ['length'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 137, col 109, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 137, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 137, col 49, ['config'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 137, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 137, col 78, ['config'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 137, col 88, ['loggedIn'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 143, col 26, ['postSharing'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 146, col 109, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 146, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 146, col 41, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 146, col 53, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 146, col 69, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 146, col 78, ['display_flag_tools'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 148, col 148, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 148, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 148, col 45, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 148, col 57, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 148, col 73, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 148, col 82, ['flags'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 148, col 94, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 148, col 110, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 148, col 119, ['flags'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 148, col 128, ['flagged'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 151, col 226, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 152, col 148, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 152, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 152, col 45, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 152, col 57, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 152, col 73, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 152, col 82, ['flags'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 152, col 94, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 152, col 110, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 152, col 119, ['flags'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 152, col 128, ['flagged'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 155, col 200, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 156, col 111, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 156, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 156, col 53, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 156, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 156, col 81, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 156, col 90, ['flagId'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 157, col 106, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 158, col 195, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 158, col 31, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 158, col 47, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 158, col 59, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 158, col 75, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 158, col 84, ['selfPost'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 158, col 125, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 158, col 141, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 158, col 153, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 158, col 169, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 158, col 178, ['uid'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 159, col 232, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 164, col 114, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 164, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 164, col 41, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 164, col 53, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 164, col 69, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 164, col 78, ['display_moderator_tools'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 166, col 147, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 166, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 166, col 45, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 166, col 57, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 166, col 73, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 166, col 82, ['flags'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 166, col 94, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 166, col 110, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 166, col 119, ['flags'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 166, col 128, ['exists'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 167, col 119, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 168, col 124, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 168, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 168, col 57, ['config'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 168, col 70, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 168, col 86, ['config'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 168, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 170, col 161, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 170, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 170, col 57, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 170, col 69, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 170, col 85, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 170, col 94, ['flags'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 170, col 106, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 170, col 122, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 170, col 131, ['flags'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 170, col 140, ['flagId'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 171, col 125, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 172, col 162, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 172, col 34, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 172, col 50, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 172, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 172, col 78, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 172, col 87, ['flags'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 172, col 99, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 172, col 115, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 172, col 124, ['flags'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 172, col 133, ['state'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 172, col 153, Expected '===' and instead saw '=='. +build/public/templates/partials/topic/post-menu-list.js: line 173, col 143, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 174, col 165, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 174, col 45, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 174, col 61, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 174, col 73, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 174, col 89, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 174, col 98, ['flags'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 174, col 110, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 174, col 126, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 174, col 135, ['flags'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 174, col 144, ['flagId'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 175, col 140, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/topic/post-menu-list.js: line 187, col 150, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 187, col 36, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 187, col 52, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 187, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 187, col 80, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 187, col 89, ['tools'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 190, col 198, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 190, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 190, col 45, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 190, col 57, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 190, col 73, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 190, col 82, ['tools'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 190, col 94, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 190, col 110, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 190, col 119, ['tools'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 190, col 137, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 190, col 153, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 190, col 162, ['tools'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 190, col 177, ['disabled'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 194, col 196, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 194, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 194, col 45, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 194, col 57, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 194, col 73, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 194, col 82, ['tools'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 194, col 94, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 194, col 110, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 194, col 119, ['tools'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 194, col 137, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 194, col 153, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 194, col 162, ['tools'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 194, col 177, ['action'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 196, col 210, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 196, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 196, col 57, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 196, col 69, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 196, col 85, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 196, col 94, ['tools'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 196, col 106, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 196, col 122, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 196, col 131, ['tools'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 196, col 149, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 196, col 165, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 196, col 174, ['tools'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 196, col 189, ['action'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 200, col 194, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 200, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 200, col 45, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 200, col 57, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 200, col 73, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 200, col 82, ['tools'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 200, col 94, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 200, col 110, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 200, col 119, ['tools'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 200, col 137, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 200, col 153, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 200, col 162, ['tools'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 200, col 177, ['href'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 201, col 205, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 201, col 39, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 201, col 55, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 201, col 67, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 201, col 83, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 201, col 92, ['tools'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 201, col 104, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 201, col 120, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 201, col 129, ['tools'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 201, col 147, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 201, col 163, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 201, col 172, ['tools'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 201, col 187, ['href'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 204, col 204, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 204, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 204, col 53, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 204, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 204, col 81, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 204, col 90, ['tools'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 204, col 102, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 204, col 118, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 204, col 127, ['tools'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 204, col 145, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 204, col 161, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 204, col 170, ['tools'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 204, col 185, ['icon'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 206, col 194, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 206, col 28, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 206, col 44, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 206, col 56, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 206, col 72, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 206, col 81, ['tools'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 206, col 93, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 206, col 109, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 206, col 118, ['tools'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 206, col 136, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 206, col 152, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 206, col 161, ['tools'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 206, col 176, ['html'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 188, col 13, 'key' is defined but never used. +build/public/templates/partials/topic/post-menu-list.js: line 187, col 143, 'value' is defined but never used. +build/public/templates/partials/topic/post-menu-list.js: line 187, col 135, 'length' is defined but never used. +build/public/templates/partials/topic/post-menu-list.js: line 187, col 128, 'index' is defined but never used. +build/public/templates/partials/topic/post-menu-list.js: line 186, col 11, 'value' is defined but never used. +build/public/templates/partials/topic/post-menu-list.js: line 184, col 71, 'helper' is defined but never used. +build/public/templates/partials/topic/post-menu-list.js: line 215, col 119, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 215, col 36, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 215, col 52, ['postSharing'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 217, col 138, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 218, col 165, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 218, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 218, col 53, ['postSharing'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 218, col 71, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 218, col 87, ['postSharing'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 218, col 111, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 218, col 127, ['postSharing'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 218, col 148, ['id'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 220, col 167, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 220, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 220, col 53, ['postSharing'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 220, col 71, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 220, col 87, ['postSharing'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 220, col 111, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 220, col 127, ['postSharing'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 220, col 148, ['name'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 222, col 168, Line is too long. +build/public/templates/partials/topic/post-menu-list.js: line 222, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 222, col 53, ['postSharing'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 222, col 71, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 222, col 87, ['postSharing'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 222, col 111, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu-list.js: line 222, col 127, ['postSharing'] is better written in dot notation. +build/public/templates/partials/topic/post-menu-list.js: line 216, col 13, 'key' is defined but never used. +build/public/templates/partials/topic/post-menu-list.js: line 215, col 112, 'value' is defined but never used. +build/public/templates/partials/topic/post-menu-list.js: line 215, col 104, 'length' is defined but never used. +build/public/templates/partials/topic/post-menu-list.js: line 215, col 97, 'index' is defined but never used. +build/public/templates/partials/topic/post-menu-list.js: line 214, col 11, 'value' is defined but never used. +build/public/templates/partials/topic/post-menu-list.js: line 212, col 72, 'helper' is defined but never used. +build/public/templates/partials/topic/post-menu-list.js: line 231, col 3, Missing semicolon. +build/public/templates/partials/topic/post-menu-list.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/topic/post-menu-list.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/topic/post-menu.js: line 13, col 108, Line is too long. +build/public/templates/partials/topic/post-menu.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu.js: line 13, col 41, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu.js: line 13, col 53, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-menu.js: line 13, col 69, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post-menu.js: line 13, col 78, ['display_post_menu'] is better written in dot notation. +build/public/templates/partials/topic/post-menu.js: line 16, col 281, Line is too long. +build/public/templates/partials/topic/post-menu.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/partials/topic/post-menu.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/topic/post-menu.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/partials/topic/post-menu.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/partials/topic/post-menu.js: line 24, col 3, Missing semicolon. +build/public/templates/partials/topic/post-menu.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/topic/post-menu.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/topic/post-parent.js: line 13, col 106, Line is too long. +build/public/templates/partials/topic/post-parent.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-parent.js: line 13, col 49, ['parent'] is better written in dot notation. +build/public/templates/partials/topic/post-parent.js: line 13, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-parent.js: line 13, col 78, ['parent'] is better written in dot notation. +build/public/templates/partials/topic/post-parent.js: line 13, col 88, ['pid'] is better written in dot notation. +build/public/templates/partials/topic/post-parent.js: line 15, col 106, Line is too long. +build/public/templates/partials/topic/post-parent.js: line 15, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-parent.js: line 15, col 49, ['parent'] is better written in dot notation. +build/public/templates/partials/topic/post-parent.js: line 15, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-parent.js: line 15, col 78, ['parent'] is better written in dot notation. +build/public/templates/partials/topic/post-parent.js: line 15, col 88, ['uid'] is better written in dot notation. +build/public/templates/partials/topic/post-parent.js: line 16, col 215, Line is too long. +build/public/templates/partials/topic/post-parent.js: line 17, col 104, Line is too long. +build/public/templates/partials/topic/post-parent.js: line 17, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-parent.js: line 17, col 41, ['parent'] is better written in dot notation. +build/public/templates/partials/topic/post-parent.js: line 17, col 54, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-parent.js: line 17, col 70, ['parent'] is better written in dot notation. +build/public/templates/partials/topic/post-parent.js: line 17, col 80, ['isAnonymous'] is better written in dot notation. +build/public/templates/partials/topic/post-parent.js: line 19, col 244, Line is too long. +build/public/templates/partials/topic/post-parent.js: line 19, col 78, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-parent.js: line 19, col 94, ['parent'] is better written in dot notation. +build/public/templates/partials/topic/post-parent.js: line 19, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-parent.js: line 19, col 123, ['parent'] is better written in dot notation. +build/public/templates/partials/topic/post-parent.js: line 19, col 133, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post-parent.js: line 19, col 176, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-parent.js: line 21, col 163, Line is too long. +build/public/templates/partials/topic/post-parent.js: line 21, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-parent.js: line 21, col 53, ['parent'] is better written in dot notation. +build/public/templates/partials/topic/post-parent.js: line 21, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-parent.js: line 21, col 82, ['parent'] is better written in dot notation. +build/public/templates/partials/topic/post-parent.js: line 21, col 92, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post-parent.js: line 21, col 103, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-parent.js: line 21, col 119, ['parent'] is better written in dot notation. +build/public/templates/partials/topic/post-parent.js: line 21, col 129, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post-parent.js: line 21, col 137, ['displayname'] is better written in dot notation. +build/public/templates/partials/topic/post-parent.js: line 24, col 120, Line is too long. +build/public/templates/partials/topic/post-parent.js: line 24, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-parent.js: line 24, col 53, ['config'] is better written in dot notation. +build/public/templates/partials/topic/post-parent.js: line 24, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-parent.js: line 24, col 82, ['config'] is better written in dot notation. +build/public/templates/partials/topic/post-parent.js: line 24, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/partials/topic/post-parent.js: line 26, col 160, Line is too long. +build/public/templates/partials/topic/post-parent.js: line 26, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-parent.js: line 26, col 53, ['parent'] is better written in dot notation. +build/public/templates/partials/topic/post-parent.js: line 26, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-parent.js: line 26, col 82, ['parent'] is better written in dot notation. +build/public/templates/partials/topic/post-parent.js: line 26, col 92, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post-parent.js: line 26, col 103, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-parent.js: line 26, col 119, ['parent'] is better written in dot notation. +build/public/templates/partials/topic/post-parent.js: line 26, col 129, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post-parent.js: line 26, col 137, ['userslug'] is better written in dot notation. +build/public/templates/partials/topic/post-parent.js: line 28, col 244, Line is too long. +build/public/templates/partials/topic/post-parent.js: line 28, col 78, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-parent.js: line 28, col 94, ['parent'] is better written in dot notation. +build/public/templates/partials/topic/post-parent.js: line 28, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-parent.js: line 28, col 123, ['parent'] is better written in dot notation. +build/public/templates/partials/topic/post-parent.js: line 28, col 133, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post-parent.js: line 28, col 176, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-parent.js: line 30, col 120, Line is too long. +build/public/templates/partials/topic/post-parent.js: line 30, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-parent.js: line 30, col 53, ['config'] is better written in dot notation. +build/public/templates/partials/topic/post-parent.js: line 30, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-parent.js: line 30, col 82, ['config'] is better written in dot notation. +build/public/templates/partials/topic/post-parent.js: line 30, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/partials/topic/post-parent.js: line 32, col 160, Line is too long. +build/public/templates/partials/topic/post-parent.js: line 32, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-parent.js: line 32, col 53, ['parent'] is better written in dot notation. +build/public/templates/partials/topic/post-parent.js: line 32, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-parent.js: line 32, col 82, ['parent'] is better written in dot notation. +build/public/templates/partials/topic/post-parent.js: line 32, col 92, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post-parent.js: line 32, col 103, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-parent.js: line 32, col 119, ['parent'] is better written in dot notation. +build/public/templates/partials/topic/post-parent.js: line 32, col 129, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post-parent.js: line 32, col 137, ['userslug'] is better written in dot notation. +build/public/templates/partials/topic/post-parent.js: line 34, col 163, Line is too long. +build/public/templates/partials/topic/post-parent.js: line 34, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-parent.js: line 34, col 53, ['parent'] is better written in dot notation. +build/public/templates/partials/topic/post-parent.js: line 34, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-parent.js: line 34, col 82, ['parent'] is better written in dot notation. +build/public/templates/partials/topic/post-parent.js: line 34, col 92, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post-parent.js: line 34, col 103, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-parent.js: line 34, col 119, ['parent'] is better written in dot notation. +build/public/templates/partials/topic/post-parent.js: line 34, col 129, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post-parent.js: line 34, col 137, ['displayname'] is better written in dot notation. +build/public/templates/partials/topic/post-parent.js: line 37, col 116, Line is too long. +build/public/templates/partials/topic/post-parent.js: line 37, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-parent.js: line 37, col 49, ['config'] is better written in dot notation. +build/public/templates/partials/topic/post-parent.js: line 37, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-parent.js: line 37, col 78, ['config'] is better written in dot notation. +build/public/templates/partials/topic/post-parent.js: line 37, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/partials/topic/post-parent.js: line 39, col 156, Line is too long. +build/public/templates/partials/topic/post-parent.js: line 39, col 81, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-parent.js: line 39, col 97, ['parent'] is better written in dot notation. +build/public/templates/partials/topic/post-parent.js: line 39, col 110, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-parent.js: line 39, col 126, ['parent'] is better written in dot notation. +build/public/templates/partials/topic/post-parent.js: line 39, col 136, ['pid'] is better written in dot notation. +build/public/templates/partials/topic/post-parent.js: line 41, col 115, Line is too long. +build/public/templates/partials/topic/post-parent.js: line 41, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-parent.js: line 41, col 49, ['parent'] is better written in dot notation. +build/public/templates/partials/topic/post-parent.js: line 41, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-parent.js: line 41, col 78, ['parent'] is better written in dot notation. +build/public/templates/partials/topic/post-parent.js: line 41, col 88, ['timestampISO'] is better written in dot notation. +build/public/templates/partials/topic/post-parent.js: line 42, col 118, Line is too long. +build/public/templates/partials/topic/post-parent.js: line 43, col 110, Line is too long. +build/public/templates/partials/topic/post-parent.js: line 43, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-parent.js: line 43, col 49, ['parent'] is better written in dot notation. +build/public/templates/partials/topic/post-parent.js: line 43, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-parent.js: line 43, col 78, ['parent'] is better written in dot notation. +build/public/templates/partials/topic/post-parent.js: line 43, col 88, ['content'] is better written in dot notation. +build/public/templates/partials/topic/post-parent.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/topic/post-parent.js: line 52, col 3, Missing semicolon. +build/public/templates/partials/topic/post-parent.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/topic/post-parent.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/topic/post-preview.js: line 12, col 223, Line is too long. +build/public/templates/partials/topic/post-preview.js: line 13, col 140, Line is too long. +build/public/templates/partials/topic/post-preview.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-preview.js: line 13, col 41, ['post'] is better written in dot notation. +build/public/templates/partials/topic/post-preview.js: line 13, col 52, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-preview.js: line 13, col 68, ['post'] is better written in dot notation. +build/public/templates/partials/topic/post-preview.js: line 13, col 76, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post-preview.js: line 13, col 87, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-preview.js: line 13, col 103, ['post'] is better written in dot notation. +build/public/templates/partials/topic/post-preview.js: line 13, col 111, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post-preview.js: line 13, col 119, ['userslug'] is better written in dot notation. +build/public/templates/partials/topic/post-preview.js: line 14, col 118, Line is too long. +build/public/templates/partials/topic/post-preview.js: line 14, col 35, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-preview.js: line 14, col 51, ['config'] is better written in dot notation. +build/public/templates/partials/topic/post-preview.js: line 14, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-preview.js: line 14, col 80, ['config'] is better written in dot notation. +build/public/templates/partials/topic/post-preview.js: line 14, col 90, ['relative_path'] is better written in dot notation. +build/public/templates/partials/topic/post-preview.js: line 16, col 153, Line is too long. +build/public/templates/partials/topic/post-preview.js: line 16, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-preview.js: line 16, col 53, ['post'] is better written in dot notation. +build/public/templates/partials/topic/post-preview.js: line 16, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-preview.js: line 16, col 80, ['post'] is better written in dot notation. +build/public/templates/partials/topic/post-preview.js: line 16, col 88, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post-preview.js: line 16, col 99, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-preview.js: line 16, col 115, ['post'] is better written in dot notation. +build/public/templates/partials/topic/post-preview.js: line 16, col 123, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post-preview.js: line 16, col 131, ['userslug'] is better written in dot notation. +build/public/templates/partials/topic/post-preview.js: line 19, col 225, Line is too long. +build/public/templates/partials/topic/post-preview.js: line 19, col 74, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-preview.js: line 19, col 90, ['post'] is better written in dot notation. +build/public/templates/partials/topic/post-preview.js: line 19, col 101, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-preview.js: line 19, col 117, ['post'] is better written in dot notation. +build/public/templates/partials/topic/post-preview.js: line 19, col 125, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post-preview.js: line 19, col 168, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-preview.js: line 21, col 140, Line is too long. +build/public/templates/partials/topic/post-preview.js: line 21, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-preview.js: line 21, col 41, ['post'] is better written in dot notation. +build/public/templates/partials/topic/post-preview.js: line 21, col 52, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-preview.js: line 21, col 68, ['post'] is better written in dot notation. +build/public/templates/partials/topic/post-preview.js: line 21, col 76, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post-preview.js: line 21, col 87, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-preview.js: line 21, col 103, ['post'] is better written in dot notation. +build/public/templates/partials/topic/post-preview.js: line 21, col 111, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post-preview.js: line 21, col 119, ['userslug'] is better written in dot notation. +build/public/templates/partials/topic/post-preview.js: line 22, col 118, Line is too long. +build/public/templates/partials/topic/post-preview.js: line 22, col 35, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-preview.js: line 22, col 51, ['config'] is better written in dot notation. +build/public/templates/partials/topic/post-preview.js: line 22, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-preview.js: line 22, col 80, ['config'] is better written in dot notation. +build/public/templates/partials/topic/post-preview.js: line 22, col 90, ['relative_path'] is better written in dot notation. +build/public/templates/partials/topic/post-preview.js: line 24, col 153, Line is too long. +build/public/templates/partials/topic/post-preview.js: line 24, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-preview.js: line 24, col 53, ['post'] is better written in dot notation. +build/public/templates/partials/topic/post-preview.js: line 24, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-preview.js: line 24, col 80, ['post'] is better written in dot notation. +build/public/templates/partials/topic/post-preview.js: line 24, col 88, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post-preview.js: line 24, col 99, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-preview.js: line 24, col 115, ['post'] is better written in dot notation. +build/public/templates/partials/topic/post-preview.js: line 24, col 123, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post-preview.js: line 24, col 131, ['userslug'] is better written in dot notation. +build/public/templates/partials/topic/post-preview.js: line 27, col 150, Line is too long. +build/public/templates/partials/topic/post-preview.js: line 27, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-preview.js: line 27, col 49, ['post'] is better written in dot notation. +build/public/templates/partials/topic/post-preview.js: line 27, col 60, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-preview.js: line 27, col 76, ['post'] is better written in dot notation. +build/public/templates/partials/topic/post-preview.js: line 27, col 84, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post-preview.js: line 27, col 95, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-preview.js: line 27, col 111, ['post'] is better written in dot notation. +build/public/templates/partials/topic/post-preview.js: line 27, col 119, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post-preview.js: line 27, col 127, ['username'] is better written in dot notation. +build/public/templates/partials/topic/post-preview.js: line 29, col 116, Line is too long. +build/public/templates/partials/topic/post-preview.js: line 29, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-preview.js: line 29, col 49, ['config'] is better written in dot notation. +build/public/templates/partials/topic/post-preview.js: line 29, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-preview.js: line 29, col 78, ['config'] is better written in dot notation. +build/public/templates/partials/topic/post-preview.js: line 29, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/partials/topic/post-preview.js: line 31, col 102, Line is too long. +build/public/templates/partials/topic/post-preview.js: line 31, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-preview.js: line 31, col 49, ['post'] is better written in dot notation. +build/public/templates/partials/topic/post-preview.js: line 31, col 60, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-preview.js: line 31, col 76, ['post'] is better written in dot notation. +build/public/templates/partials/topic/post-preview.js: line 31, col 84, ['pid'] is better written in dot notation. +build/public/templates/partials/topic/post-preview.js: line 32, col 102, Line is too long. +build/public/templates/partials/topic/post-preview.js: line 33, col 111, Line is too long. +build/public/templates/partials/topic/post-preview.js: line 33, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-preview.js: line 33, col 49, ['post'] is better written in dot notation. +build/public/templates/partials/topic/post-preview.js: line 33, col 60, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-preview.js: line 33, col 76, ['post'] is better written in dot notation. +build/public/templates/partials/topic/post-preview.js: line 33, col 84, ['timestampISO'] is better written in dot notation. +build/public/templates/partials/topic/post-preview.js: line 34, col 121, Line is too long. +build/public/templates/partials/topic/post-preview.js: line 35, col 106, Line is too long. +build/public/templates/partials/topic/post-preview.js: line 35, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-preview.js: line 35, col 49, ['post'] is better written in dot notation. +build/public/templates/partials/topic/post-preview.js: line 35, col 60, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post-preview.js: line 35, col 76, ['post'] is better written in dot notation. +build/public/templates/partials/topic/post-preview.js: line 35, col 84, ['content'] is better written in dot notation. +build/public/templates/partials/topic/post-preview.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/topic/post-preview.js: line 44, col 3, Missing semicolon. +build/public/templates/partials/topic/post-preview.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/topic/post-preview.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/topic/post.js: line 12, col 231, Line is too long. +build/public/templates/partials/topic/post.js: line 12, col 32, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 12, col 48, ['index'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 12, col 86, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 12, col 102, ['widgets'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 12, col 116, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 12, col 132, ['widgets'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 12, col 165, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 12, col 181, ['widgets'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 12, col 211, ['length'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 18, col 143, Line is too long. +build/public/templates/partials/topic/post.js: line 18, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 18, col 41, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 18, col 53, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 18, col 69, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 18, col 78, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 18, col 89, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 18, col 105, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 18, col 114, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 18, col 122, ['userslug'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 19, col 118, Line is too long. +build/public/templates/partials/topic/post.js: line 19, col 35, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 19, col 51, ['config'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 19, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 19, col 80, ['config'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 19, col 90, ['relative_path'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 21, col 156, Line is too long. +build/public/templates/partials/topic/post.js: line 21, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 21, col 53, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 21, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 21, col 81, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 21, col 90, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 21, col 101, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 21, col 117, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 21, col 126, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 21, col 134, ['userslug'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 24, col 227, Line is too long. +build/public/templates/partials/topic/post.js: line 24, col 74, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 24, col 90, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 24, col 102, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 24, col 118, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 24, col 127, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 24, col 170, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 26, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 26, col 41, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 26, col 52, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 26, col 68, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 26, col 76, ['isLocal'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 27, col 142, Line is too long. +build/public/templates/partials/topic/post.js: line 28, col 155, Line is too long. +build/public/templates/partials/topic/post.js: line 28, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 28, col 53, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 28, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 28, col 81, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 28, col 90, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 28, col 101, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 28, col 117, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 28, col 126, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 28, col 134, ['status'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 30, col 155, Line is too long. +build/public/templates/partials/topic/post.js: line 30, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 30, col 53, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 30, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 30, col 81, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 30, col 90, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 30, col 101, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 30, col 117, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 30, col 126, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 30, col 134, ['status'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 32, col 289, Line is too long. +build/public/templates/partials/topic/post.js: line 33, col 253, Line is too long. +build/public/templates/partials/topic/post.js: line 34, col 107, Line is too long. +build/public/templates/partials/topic/post.js: line 34, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 34, col 49, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 34, col 60, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 34, col 76, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 34, col 84, ['username'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 36, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 36, col 41, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 36, col 52, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 36, col 68, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 36, col 76, ['userslug'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 38, col 120, Line is too long. +build/public/templates/partials/topic/post.js: line 38, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 38, col 53, ['config'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 38, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 38, col 82, ['config'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 38, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 40, col 111, Line is too long. +build/public/templates/partials/topic/post.js: line 40, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 40, col 53, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 40, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 40, col 80, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 40, col 88, ['userslug'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 44, col 143, Line is too long. +build/public/templates/partials/topic/post.js: line 44, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 44, col 41, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 44, col 53, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 44, col 69, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 44, col 78, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 44, col 89, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 44, col 105, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 44, col 114, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 44, col 122, ['userslug'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 45, col 118, Line is too long. +build/public/templates/partials/topic/post.js: line 45, col 35, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 45, col 51, ['config'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 45, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 45, col 80, ['config'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 45, col 90, ['relative_path'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 47, col 156, Line is too long. +build/public/templates/partials/topic/post.js: line 47, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 47, col 53, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 47, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 47, col 81, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 47, col 90, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 47, col 101, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 47, col 117, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 47, col 126, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 47, col 134, ['userslug'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 50, col 153, Line is too long. +build/public/templates/partials/topic/post.js: line 50, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 50, col 49, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 50, col 61, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 50, col 77, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 50, col 86, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 50, col 97, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 50, col 113, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 50, col 122, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 50, col 130, ['username'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 52, col 148, Line is too long. +build/public/templates/partials/topic/post.js: line 52, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 52, col 49, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 52, col 61, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 52, col 77, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 52, col 86, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 52, col 97, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 52, col 113, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 52, col 122, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 52, col 130, ['uid'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 54, col 156, Line is too long. +build/public/templates/partials/topic/post.js: line 54, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 54, col 49, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 54, col 61, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 54, col 77, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 54, col 86, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 54, col 97, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 54, col 113, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 54, col 122, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 54, col 130, ['displayname'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 58, col 141, Line is too long. +build/public/templates/partials/topic/post.js: line 58, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 58, col 41, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 58, col 53, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 58, col 69, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 58, col 78, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 58, col 89, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 58, col 105, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 58, col 114, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 58, col 122, ['banned'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 61, col 127, Line is too long. +build/public/templates/partials/topic/post.js: line 62, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 62, col 41, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 62, col 53, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 62, col 69, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 62, col 78, ['toPid'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 63, col 116, Line is too long. +build/public/templates/partials/topic/post.js: line 64, col 110, Line is too long. +build/public/templates/partials/topic/post.js: line 64, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 64, col 53, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 64, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 64, col 81, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 64, col 90, ['toPid'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 66, col 120, Line is too long. +build/public/templates/partials/topic/post.js: line 66, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 66, col 53, ['config'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 66, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 66, col 82, ['config'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 66, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 68, col 160, Line is too long. +build/public/templates/partials/topic/post.js: line 68, col 85, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 68, col 101, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 68, col 113, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 68, col 129, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 68, col 138, ['toPid'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 70, col 205, Line is too long. +build/public/templates/partials/topic/post.js: line 70, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 70, col 45, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 70, col 57, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 70, col 73, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 70, col 82, ['parent'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 70, col 95, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 70, col 111, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 70, col 120, ['parent'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 70, col 130, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 70, col 141, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 70, col 157, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 70, col 166, ['parent'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 70, col 176, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 70, col 184, ['userslug'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 71, col 216, Line is too long. +build/public/templates/partials/topic/post.js: line 71, col 39, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 71, col 55, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 71, col 67, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 71, col 83, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 71, col 92, ['parent'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 71, col 105, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 71, col 121, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 71, col 130, ['parent'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 71, col 140, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 71, col 151, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 71, col 167, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 71, col 176, ['parent'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 71, col 186, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 71, col 194, ['username'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 76, col 223, Line is too long. +build/public/templates/partials/topic/post.js: line 76, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 76, col 41, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 76, col 53, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 76, col 69, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 76, col 78, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 76, col 89, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 76, col 105, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 76, col 114, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 76, col 122, ['custom_profile_info'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 76, col 148, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 76, col 164, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 76, col 173, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 76, col 181, ['custom_profile_info'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 76, col 204, ['length'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 78, col 101, Line is too long. +build/public/templates/partials/topic/post.js: line 81, col 184, Line is too long. +build/public/templates/partials/topic/post.js: line 82, col 114, Line is too long. +build/public/templates/partials/topic/post.js: line 82, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 82, col 41, ['privileges'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 82, col 58, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 82, col 74, ['privileges'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 86, col 147, Line is too long. +build/public/templates/partials/topic/post.js: line 86, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 86, col 41, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 86, col 53, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 86, col 69, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 86, col 78, ['editor'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 86, col 91, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 86, col 107, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 86, col 116, ['editor'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 86, col 126, ['username'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 90, col 157, Line is too long. +build/public/templates/partials/topic/post.js: line 90, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 90, col 49, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 90, col 61, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 90, col 77, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 90, col 86, ['editor'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 90, col 99, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 90, col 115, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 90, col 124, ['editor'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 90, col 134, ['userslug'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 92, col 157, Line is too long. +build/public/templates/partials/topic/post.js: line 92, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 92, col 49, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 92, col 61, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 92, col 77, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 92, col 86, ['editor'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 92, col 99, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 92, col 115, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 92, col 124, ['editor'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 92, col 134, ['username'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 94, col 257, Line is too long. +build/public/templates/partials/topic/post.js: line 94, col 84, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 94, col 100, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 94, col 112, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 94, col 128, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 94, col 137, ['editedISO'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 94, col 177, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 94, col 193, ['config'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 94, col 206, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 94, col 222, ['config'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 94, col 232, ['userLang'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 95, col 185, Line is too long. +build/public/templates/partials/topic/post.js: line 96, col 116, Line is too long. +build/public/templates/partials/topic/post.js: line 96, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 96, col 49, ['config'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 96, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 96, col 78, ['config'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 96, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 98, col 154, Line is too long. +build/public/templates/partials/topic/post.js: line 98, col 81, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 98, col 97, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 98, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 98, col 125, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 98, col 134, ['pid'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 100, col 113, Line is too long. +build/public/templates/partials/topic/post.js: line 100, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 100, col 49, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 100, col 61, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 100, col 77, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 100, col 86, ['timestampISO'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 101, col 227, Line is too long. +build/public/templates/partials/topic/post.js: line 102, col 108, Line is too long. +build/public/templates/partials/topic/post.js: line 102, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 102, col 49, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 102, col 61, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 102, col 77, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 102, col 86, ['content'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 104, col 144, Line is too long. +build/public/templates/partials/topic/post.js: line 104, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 104, col 41, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 104, col 53, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 104, col 69, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 104, col 78, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 104, col 89, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 104, col 105, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 104, col 114, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 104, col 122, ['signature'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 106, col 152, Line is too long. +build/public/templates/partials/topic/post.js: line 106, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 106, col 53, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 106, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 106, col 81, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 106, col 90, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 106, col 101, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 106, col 117, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 106, col 126, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 106, col 134, ['uid'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 108, col 158, Line is too long. +build/public/templates/partials/topic/post.js: line 108, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 108, col 53, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 108, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 108, col 81, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 108, col 90, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 108, col 101, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 108, col 117, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 108, col 126, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 108, col 134, ['signature'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 112, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 112, col 41, ['hideReplies'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 114, col 174, Line is too long. +build/public/templates/partials/topic/post.js: line 115, col 140, Line is too long. +build/public/templates/partials/topic/post.js: line 115, col 31, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 115, col 47, ['replies'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 118, col 127, Line is too long. +build/public/templates/partials/topic/post.js: line 119, col 152, Line is too long. +build/public/templates/partials/topic/post.js: line 119, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 119, col 45, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 119, col 57, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 119, col 73, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 119, col 82, ['replies'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 119, col 96, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 119, col 112, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 119, col 121, ['replies'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 119, col 132, ['hasMore'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 125, col 152, Line is too long. +build/public/templates/partials/topic/post.js: line 125, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 125, col 45, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 125, col 57, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 125, col 73, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 125, col 82, ['replies'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 125, col 96, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 125, col 112, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 125, col 121, ['replies'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 125, col 132, ['hasMore'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 128, col 113, Line is too long. +build/public/templates/partials/topic/post.js: line 129, col 160, Line is too long. +build/public/templates/partials/topic/post.js: line 129, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 129, col 53, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 129, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 129, col 81, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 129, col 90, ['replies'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 129, col 104, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 129, col 120, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 129, col 129, ['replies'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 129, col 140, ['count'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 131, col 159, Line is too long. +build/public/templates/partials/topic/post.js: line 131, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 131, col 53, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 131, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 131, col 81, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 131, col 90, ['replies'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 131, col 104, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 131, col 120, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 131, col 129, ['replies'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 131, col 140, ['text'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 132, col 127, Line is too long. +build/public/templates/partials/topic/post.js: line 133, col 167, Line is too long. +build/public/templates/partials/topic/post.js: line 133, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 133, col 53, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 133, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 133, col 81, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 133, col 90, ['replies'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 133, col 104, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 133, col 120, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 133, col 129, ['replies'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 133, col 140, ['timestampISO'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 134, col 117, Line is too long. +build/public/templates/partials/topic/post.js: line 135, col 312, Line is too long. +build/public/templates/partials/topic/post.js: line 136, col 113, Line is too long. +build/public/templates/partials/topic/post.js: line 136, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 136, col 41, ['privileges'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 136, col 58, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 136, col 74, ['privileges'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 139, col 119, Line is too long. +build/public/templates/partials/topic/post.js: line 140, col 113, Line is too long. +build/public/templates/partials/topic/post.js: line 140, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 140, col 41, ['privileges'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 140, col 58, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 140, col 74, ['privileges'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 144, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 144, col 41, ['announces'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 145, col 164, Line is too long. +build/public/templates/partials/topic/post.js: line 146, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 146, col 53, ['announces'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 150, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 152, col 107, Line is too long. +build/public/templates/partials/topic/post.js: line 153, col 102, Line is too long. +build/public/templates/partials/topic/post.js: line 153, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 153, col 45, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 153, col 57, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 153, col 73, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 153, col 82, ['upvoted'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 156, col 141, Line is too long. +build/public/templates/partials/topic/post.js: line 157, col 110, Line is too long. +build/public/templates/partials/topic/post.js: line 157, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 157, col 53, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 157, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 157, col 81, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 157, col 90, ['votes'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 159, col 110, Line is too long. +build/public/templates/partials/topic/post.js: line 159, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 159, col 53, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 159, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 159, col 81, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 159, col 90, ['votes'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 161, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 164, col 108, Line is too long. +build/public/templates/partials/topic/post.js: line 164, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 164, col 49, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 164, col 61, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 164, col 77, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 164, col 86, ['downvoted'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 170, col 108, Line is too long. +build/public/templates/partials/topic/post.js: line 170, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 170, col 41, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 170, col 53, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 170, col 69, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 170, col 78, ['display_post_menu'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 173, col 361, Line is too long. +build/public/templates/partials/topic/post.js: line 174, col 226, Line is too long. +build/public/templates/partials/topic/post.js: line 174, col 27, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 174, col 43, ['index'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 174, col 81, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 174, col 97, ['widgets'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 174, col 111, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 174, col 127, ['widgets'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 174, col 160, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 174, col 176, ['widgets'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 174, col 206, ['length'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 182, col 102, Line is too long. +build/public/templates/partials/topic/post.js: line 185, col 164, Line is too long. +build/public/templates/partials/topic/post.js: line 185, col 36, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 185, col 52, ['widgets'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 185, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 185, col 82, ['widgets'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 188, col 242, Line is too long. +build/public/templates/partials/topic/post.js: line 188, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 188, col 53, ['widgets'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 188, col 67, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 188, col 83, ['widgets'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 188, col 116, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 188, col 132, ['widgets'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 188, col 171, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 188, col 187, ['widgets'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 188, col 223, ['html'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 186, col 13, 'key' is defined but never used. +build/public/templates/partials/topic/post.js: line 185, col 157, 'value' is defined but never used. +build/public/templates/partials/topic/post.js: line 185, col 149, 'length' is defined but never used. +build/public/templates/partials/topic/post.js: line 185, col 142, 'index' is defined but never used. +build/public/templates/partials/topic/post.js: line 184, col 11, 'value' is defined but never used. +build/public/templates/partials/topic/post.js: line 182, col 94, 'helper' is defined but never used. +build/public/templates/partials/topic/post.js: line 194, col 106, Line is too long. +build/public/templates/partials/topic/post.js: line 197, col 203, Line is too long. +build/public/templates/partials/topic/post.js: line 197, col 36, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 197, col 52, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 197, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 197, col 80, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 197, col 89, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 197, col 100, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 197, col 116, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 197, col 125, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 197, col 133, ['selectedGroups'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 200, col 281, Line is too long. +build/public/templates/partials/topic/post.js: line 200, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 200, col 45, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 200, col 57, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 200, col 73, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 200, col 82, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 200, col 93, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 200, col 109, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 200, col 118, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 200, col 126, ['selectedGroups'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 200, col 147, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 200, col 163, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 200, col 172, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 200, col 180, ['selectedGroups'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 200, col 207, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 200, col 223, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 200, col 232, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 200, col 240, ['selectedGroups'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 200, col 264, ['slug'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 202, col 124, Line is too long. +build/public/templates/partials/topic/post.js: line 202, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 202, col 57, ['config'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 202, col 70, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 202, col 86, ['config'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 202, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 204, col 295, Line is too long. +build/public/templates/partials/topic/post.js: line 204, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 204, col 57, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 204, col 69, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 204, col 85, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 204, col 94, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 204, col 105, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 204, col 121, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 204, col 130, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 204, col 138, ['selectedGroups'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 204, col 159, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 204, col 175, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 204, col 184, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 204, col 192, ['selectedGroups'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 204, col 219, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 204, col 235, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 204, col 244, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 204, col 252, ['selectedGroups'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 204, col 276, ['slug'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 205, col 108, Line is too long. +build/public/templates/partials/topic/post.js: line 206, col 300, Line is too long. +build/public/templates/partials/topic/post.js: line 206, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 206, col 57, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 206, col 69, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 206, col 85, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 206, col 94, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 206, col 105, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 206, col 121, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 206, col 130, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 206, col 138, ['selectedGroups'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 206, col 159, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 206, col 175, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 206, col 184, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 206, col 192, ['selectedGroups'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 206, col 219, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 206, col 235, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 206, col 244, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 206, col 252, ['selectedGroups'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 206, col 276, ['textColor'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 208, col 301, Line is too long. +build/public/templates/partials/topic/post.js: line 208, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 208, col 57, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 208, col 69, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 208, col 85, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 208, col 94, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 208, col 105, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 208, col 121, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 208, col 130, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 208, col 138, ['selectedGroups'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 208, col 159, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 208, col 175, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 208, col 184, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 208, col 192, ['selectedGroups'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 208, col 219, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 208, col 235, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 208, col 244, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 208, col 252, ['selectedGroups'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 208, col 276, ['labelColor'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 210, col 285, Line is too long. +build/public/templates/partials/topic/post.js: line 210, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 210, col 49, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 210, col 61, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 210, col 77, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 210, col 86, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 210, col 97, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 210, col 113, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 210, col 122, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 210, col 130, ['selectedGroups'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 210, col 151, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 210, col 167, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 210, col 176, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 210, col 184, ['selectedGroups'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 210, col 211, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 210, col 227, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 210, col 236, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 210, col 244, ['selectedGroups'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 210, col 268, ['icon'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 211, col 297, Line is too long. +build/public/templates/partials/topic/post.js: line 211, col 43, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 211, col 59, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 211, col 71, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 211, col 87, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 211, col 96, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 211, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 211, col 123, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 211, col 132, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 211, col 140, ['selectedGroups'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 211, col 161, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 211, col 177, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 211, col 186, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 211, col 194, ['selectedGroups'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 211, col 221, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 211, col 237, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 211, col 246, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 211, col 254, ['selectedGroups'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 211, col 278, ['icon'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 212, col 294, Line is too long. +build/public/templates/partials/topic/post.js: line 212, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 212, col 53, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 212, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 212, col 81, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 212, col 90, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 212, col 101, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 212, col 117, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 212, col 126, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 212, col 134, ['selectedGroups'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 212, col 155, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 212, col 171, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 212, col 180, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 212, col 188, ['selectedGroups'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 212, col 215, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 212, col 231, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 212, col 240, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 212, col 248, ['selectedGroups'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 212, col 272, ['userTitle'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 217, col 290, Line is too long. +build/public/templates/partials/topic/post.js: line 217, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 217, col 49, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 217, col 61, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 217, col 77, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 217, col 86, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 217, col 97, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 217, col 113, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 217, col 122, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 217, col 130, ['selectedGroups'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 217, col 151, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 217, col 167, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 217, col 176, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 217, col 184, ['selectedGroups'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 217, col 211, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 217, col 227, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 217, col 236, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 217, col 244, ['selectedGroups'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 217, col 268, ['userTitle'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 218, col 301, Line is too long. +build/public/templates/partials/topic/post.js: line 218, col 43, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 218, col 59, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 218, col 71, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 218, col 87, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 218, col 96, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 218, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 218, col 123, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 218, col 132, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 218, col 140, ['selectedGroups'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 218, col 161, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 218, col 177, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 218, col 186, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 218, col 194, ['selectedGroups'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 218, col 221, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 218, col 237, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 218, col 246, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 218, col 254, ['selectedGroups'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 218, col 278, ['userTitle'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 198, col 13, 'key' is defined but never used. +build/public/templates/partials/topic/post.js: line 197, col 196, 'value' is defined but never used. +build/public/templates/partials/topic/post.js: line 197, col 188, 'length' is defined but never used. +build/public/templates/partials/topic/post.js: line 197, col 181, 'index' is defined but never used. +build/public/templates/partials/topic/post.js: line 196, col 11, 'value' is defined but never used. +build/public/templates/partials/topic/post.js: line 194, col 98, 'helper' is defined but never used. +build/public/templates/partials/topic/post.js: line 227, col 116, Line is too long. +build/public/templates/partials/topic/post.js: line 230, col 208, Line is too long. +build/public/templates/partials/topic/post.js: line 230, col 36, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 230, col 52, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 230, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 230, col 80, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 230, col 89, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 230, col 100, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 230, col 116, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 230, col 125, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 230, col 133, ['custom_profile_info'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 233, col 309, Line is too long. +build/public/templates/partials/topic/post.js: line 233, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 233, col 53, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 233, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 233, col 81, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 233, col 90, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 233, col 101, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 233, col 117, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 233, col 126, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 233, col 134, ['custom_profile_info'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 233, col 160, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 233, col 176, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 233, col 185, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 233, col 193, ['custom_profile_info'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 233, col 225, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 233, col 241, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 233, col 250, ['user'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 233, col 258, ['custom_profile_info'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 233, col 287, ['content'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 231, col 13, 'key' is defined but never used. +build/public/templates/partials/topic/post.js: line 230, col 201, 'value' is defined but never used. +build/public/templates/partials/topic/post.js: line 230, col 193, 'length' is defined but never used. +build/public/templates/partials/topic/post.js: line 230, col 186, 'index' is defined but never used. +build/public/templates/partials/topic/post.js: line 229, col 11, 'value' is defined but never used. +build/public/templates/partials/topic/post.js: line 227, col 108, 'helper' is defined but never used. +build/public/templates/partials/topic/post.js: line 242, col 200, Line is too long. +build/public/templates/partials/topic/post.js: line 242, col 36, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 242, col 52, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 242, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 242, col 80, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 242, col 89, ['replies'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 242, col 103, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 242, col 119, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 242, col 128, ['replies'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 242, col 139, ['users'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 245, col 320, Line is too long. +build/public/templates/partials/topic/post.js: line 245, col 78, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 245, col 94, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 245, col 106, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 245, col 122, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 245, col 131, ['replies'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 245, col 145, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 245, col 161, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 245, col 170, ['replies'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 245, col 181, ['users'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 245, col 193, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 245, col 209, ['posts'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 245, col 218, ['replies'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 245, col 229, ['users'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 245, col 279, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 243, col 13, 'key' is defined but never used. +build/public/templates/partials/topic/post.js: line 242, col 193, 'value' is defined but never used. +build/public/templates/partials/topic/post.js: line 242, col 185, 'length' is defined but never used. +build/public/templates/partials/topic/post.js: line 242, col 178, 'index' is defined but never used. +build/public/templates/partials/topic/post.js: line 241, col 11, 'value' is defined but never used. +build/public/templates/partials/topic/post.js: line 251, col 102, Line is too long. +build/public/templates/partials/topic/post.js: line 254, col 164, Line is too long. +build/public/templates/partials/topic/post.js: line 254, col 36, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 254, col 52, ['widgets'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 254, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 254, col 82, ['widgets'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 257, col 242, Line is too long. +build/public/templates/partials/topic/post.js: line 257, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 257, col 53, ['widgets'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 257, col 67, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 257, col 83, ['widgets'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 257, col 116, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 257, col 132, ['widgets'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 257, col 171, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/post.js: line 257, col 187, ['widgets'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 257, col 223, ['html'] is better written in dot notation. +build/public/templates/partials/topic/post.js: line 255, col 13, 'key' is defined but never used. +build/public/templates/partials/topic/post.js: line 254, col 157, 'value' is defined but never used. +build/public/templates/partials/topic/post.js: line 254, col 149, 'length' is defined but never used. +build/public/templates/partials/topic/post.js: line 254, col 142, 'index' is defined but never used. +build/public/templates/partials/topic/post.js: line 253, col 11, 'value' is defined but never used. +build/public/templates/partials/topic/post.js: line 251, col 94, 'helper' is defined but never used. +build/public/templates/partials/topic/post.js: line 266, col 3, Missing semicolon. +build/public/templates/partials/topic/post.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/topic/post.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/topic/quickreply.js: line 12, col 118, Line is too long. +build/public/templates/partials/topic/quickreply.js: line 12, col 30, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/quickreply.js: line 12, col 46, ['privileges'] is better written in dot notation. +build/public/templates/partials/topic/quickreply.js: line 12, col 63, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/quickreply.js: line 12, col 79, ['privileges'] is better written in dot notation. +build/public/templates/partials/topic/quickreply.js: line 13, col 188, Line is too long. +build/public/templates/partials/topic/quickreply.js: line 14, col 117, Line is too long. +build/public/templates/partials/topic/quickreply.js: line 14, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/quickreply.js: line 14, col 45, ['loggedInUser'] is better written in dot notation. +build/public/templates/partials/topic/quickreply.js: line 14, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/quickreply.js: line 14, col 80, ['loggedInUser'] is better written in dot notation. +build/public/templates/partials/topic/quickreply.js: line 14, col 96, ['userslug'] is better written in dot notation. +build/public/templates/partials/topic/quickreply.js: line 15, col 122, Line is too long. +build/public/templates/partials/topic/quickreply.js: line 15, col 39, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/quickreply.js: line 15, col 55, ['config'] is better written in dot notation. +build/public/templates/partials/topic/quickreply.js: line 15, col 68, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/quickreply.js: line 15, col 84, ['config'] is better written in dot notation. +build/public/templates/partials/topic/quickreply.js: line 15, col 94, ['relative_path'] is better written in dot notation. +build/public/templates/partials/topic/quickreply.js: line 17, col 130, Line is too long. +build/public/templates/partials/topic/quickreply.js: line 17, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/quickreply.js: line 17, col 57, ['loggedInUser'] is better written in dot notation. +build/public/templates/partials/topic/quickreply.js: line 17, col 76, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/quickreply.js: line 17, col 92, ['loggedInUser'] is better written in dot notation. +build/public/templates/partials/topic/quickreply.js: line 17, col 108, ['userslug'] is better written in dot notation. +build/public/templates/partials/topic/quickreply.js: line 20, col 202, Line is too long. +build/public/templates/partials/topic/quickreply.js: line 20, col 78, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/quickreply.js: line 20, col 94, ['loggedInUser'] is better written in dot notation. +build/public/templates/partials/topic/quickreply.js: line 20, col 145, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/quickreply.js: line 21, col 109, Line is too long. +build/public/templates/partials/topic/quickreply.js: line 22, col 120, Line is too long. +build/public/templates/partials/topic/quickreply.js: line 22, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/quickreply.js: line 22, col 53, ['config'] is better written in dot notation. +build/public/templates/partials/topic/quickreply.js: line 22, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/quickreply.js: line 22, col 82, ['config'] is better written in dot notation. +build/public/templates/partials/topic/quickreply.js: line 22, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/partials/topic/quickreply.js: line 24, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/quickreply.js: line 24, col 53, ['tid'] is better written in dot notation. +build/public/templates/partials/topic/quickreply.js: line 26, col 117, Line is too long. +build/public/templates/partials/topic/quickreply.js: line 26, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/quickreply.js: line 26, col 53, ['config'] is better written in dot notation. +build/public/templates/partials/topic/quickreply.js: line 26, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/quickreply.js: line 26, col 82, ['config'] is better written in dot notation. +build/public/templates/partials/topic/quickreply.js: line 26, col 92, ['csrf_token'] is better written in dot notation. +build/public/templates/partials/topic/quickreply.js: line 27, col 1076, Line is too long. +build/public/templates/partials/topic/quickreply.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/topic/quickreply.js: line 36, col 3, Missing semicolon. +build/public/templates/partials/topic/quickreply.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/topic/quickreply.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/topic/reactions.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/partials/topic/reactions.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/topic/reactions.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/partials/topic/reactions.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/partials/topic/reactions.js: line 9, col 39, 'guard' is defined but never used. +build/public/templates/partials/topic/reactions.js: line 20, col 3, Missing semicolon. +build/public/templates/partials/topic/reactions.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/topic/reactions.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/topic/reply-button.js: line 13, col 113, Line is too long. +build/public/templates/partials/topic/reply-button.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/reply-button.js: line 13, col 41, ['privileges'] is better written in dot notation. +build/public/templates/partials/topic/reply-button.js: line 13, col 58, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/reply-button.js: line 13, col 74, ['privileges'] is better written in dot notation. +build/public/templates/partials/topic/reply-button.js: line 17, col 116, Line is too long. +build/public/templates/partials/topic/reply-button.js: line 17, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/reply-button.js: line 17, col 49, ['config'] is better written in dot notation. +build/public/templates/partials/topic/reply-button.js: line 17, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/reply-button.js: line 17, col 78, ['config'] is better written in dot notation. +build/public/templates/partials/topic/reply-button.js: line 17, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/partials/topic/reply-button.js: line 19, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/reply-button.js: line 19, col 49, ['tid'] is better written in dot notation. +build/public/templates/partials/topic/reply-button.js: line 20, col 657, Line is too long. +build/public/templates/partials/topic/reply-button.js: line 21, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/reply-button.js: line 21, col 41, ['loggedIn'] is better written in dot notation. +build/public/templates/partials/topic/reply-button.js: line 23, col 117, Line is too long. +build/public/templates/partials/topic/reply-button.js: line 23, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/reply-button.js: line 23, col 45, ['privileges'] is better written in dot notation. +build/public/templates/partials/topic/reply-button.js: line 23, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/reply-button.js: line 23, col 78, ['privileges'] is better written in dot notation. +build/public/templates/partials/topic/reply-button.js: line 26, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/reply-button.js: line 26, col 49, ['locked'] is better written in dot notation. +build/public/templates/partials/topic/reply-button.js: line 27, col 151, Line is too long. +build/public/templates/partials/topic/reply-button.js: line 31, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/reply-button.js: line 31, col 45, ['locked'] is better written in dot notation. +build/public/templates/partials/topic/reply-button.js: line 33, col 156, Line is too long. +build/public/templates/partials/topic/reply-button.js: line 36, col 117, Line is too long. +build/public/templates/partials/topic/reply-button.js: line 36, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/reply-button.js: line 36, col 45, ['privileges'] is better written in dot notation. +build/public/templates/partials/topic/reply-button.js: line 36, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/reply-button.js: line 36, col 78, ['privileges'] is better written in dot notation. +build/public/templates/partials/topic/reply-button.js: line 39, col 124, Line is too long. +build/public/templates/partials/topic/reply-button.js: line 39, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/reply-button.js: line 39, col 57, ['config'] is better written in dot notation. +build/public/templates/partials/topic/reply-button.js: line 39, col 70, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/reply-button.js: line 39, col 86, ['config'] is better written in dot notation. +build/public/templates/partials/topic/reply-button.js: line 39, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/partials/topic/reply-button.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/topic/reply-button.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/partials/topic/reply-button.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/partials/topic/reply-button.js: line 49, col 3, Missing semicolon. +build/public/templates/partials/topic/reply-button.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/topic/reply-button.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/topic/selection-tooltip.js: line 12, col 294, Line is too long. +build/public/templates/partials/topic/selection-tooltip.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/partials/topic/selection-tooltip.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/topic/selection-tooltip.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/partials/topic/selection-tooltip.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/partials/topic/selection-tooltip.js: line 9, col 39, 'guard' is defined but never used. +build/public/templates/partials/topic/selection-tooltip.js: line 20, col 3, Missing semicolon. +build/public/templates/partials/topic/selection-tooltip.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/topic/selection-tooltip.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/topic/sort.js: line 12, col 288, Line is too long. +build/public/templates/partials/topic/sort.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/sort.js: line 13, col 49, ['sortOptionLabel'] is better written in dot notation. +build/public/templates/partials/topic/sort.js: line 14, col 1053, Line is too long. +build/public/templates/partials/topic/sort.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/topic/sort.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/partials/topic/sort.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/partials/topic/sort.js: line 22, col 3, Missing semicolon. +build/public/templates/partials/topic/sort.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/topic/sort.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/topic/stats.js: line 12, col 112, Line is too long. +build/public/templates/partials/topic/stats.js: line 12, col 30, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/stats.js: line 12, col 46, ['crossposts'] is better written in dot notation. +build/public/templates/partials/topic/stats.js: line 12, col 63, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/stats.js: line 12, col 79, ['crossposts'] is better written in dot notation. +build/public/templates/partials/topic/stats.js: line 12, col 93, ['length'] is better written in dot notation. +build/public/templates/partials/topic/stats.js: line 13, col 249, Line is too long. +build/public/templates/partials/topic/stats.js: line 14, col 121, Line is too long. +build/public/templates/partials/topic/stats.js: line 14, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/stats.js: line 14, col 53, ['crossposts'] is better written in dot notation. +build/public/templates/partials/topic/stats.js: line 14, col 70, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/stats.js: line 14, col 86, ['crossposts'] is better written in dot notation. +build/public/templates/partials/topic/stats.js: line 14, col 100, ['length'] is better written in dot notation. +build/public/templates/partials/topic/stats.js: line 16, col 172, Line is too long. +build/public/templates/partials/topic/stats.js: line 16, col 86, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/stats.js: line 16, col 102, ['crossposts'] is better written in dot notation. +build/public/templates/partials/topic/stats.js: line 16, col 119, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/stats.js: line 16, col 135, ['crossposts'] is better written in dot notation. +build/public/templates/partials/topic/stats.js: line 16, col 149, ['length'] is better written in dot notation. +build/public/templates/partials/topic/stats.js: line 17, col 221, Line is too long. +build/public/templates/partials/topic/stats.js: line 19, col 221, Line is too long. +build/public/templates/partials/topic/stats.js: line 20, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/stats.js: line 20, col 49, ['postcount'] is better written in dot notation. +build/public/templates/partials/topic/stats.js: line 22, col 124, Line is too long. +build/public/templates/partials/topic/stats.js: line 22, col 82, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/stats.js: line 22, col 98, ['postcount'] is better written in dot notation. +build/public/templates/partials/topic/stats.js: line 23, col 273, Line is too long. +build/public/templates/partials/topic/stats.js: line 24, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/stats.js: line 24, col 49, ['postercount'] is better written in dot notation. +build/public/templates/partials/topic/stats.js: line 26, col 126, Line is too long. +build/public/templates/partials/topic/stats.js: line 26, col 82, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/stats.js: line 26, col 98, ['postercount'] is better written in dot notation. +build/public/templates/partials/topic/stats.js: line 27, col 290, Line is too long. +build/public/templates/partials/topic/stats.js: line 28, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/stats.js: line 28, col 49, ['viewcount'] is better written in dot notation. +build/public/templates/partials/topic/stats.js: line 30, col 124, Line is too long. +build/public/templates/partials/topic/stats.js: line 30, col 82, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/stats.js: line 30, col 98, ['viewcount'] is better written in dot notation. +build/public/templates/partials/topic/stats.js: line 31, col 105, Line is too long. +build/public/templates/partials/topic/stats.js: line 32, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/stats.js: line 32, col 41, ['followercount'] is better written in dot notation. +build/public/templates/partials/topic/stats.js: line 33, col 204, Line is too long. +build/public/templates/partials/topic/stats.js: line 34, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/stats.js: line 34, col 53, ['viewcount'] is better written in dot notation. +build/public/templates/partials/topic/stats.js: line 36, col 132, Line is too long. +build/public/templates/partials/topic/stats.js: line 36, col 86, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/stats.js: line 36, col 102, ['followercount'] is better written in dot notation. +build/public/templates/partials/topic/stats.js: line 37, col 111, Line is too long. +build/public/templates/partials/topic/stats.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/topic/stats.js: line 46, col 3, Missing semicolon. +build/public/templates/partials/topic/stats.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/topic/stats.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/topic/tag.js: line 13, col 116, Line is too long. +build/public/templates/partials/topic/tag.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/tag.js: line 13, col 49, ['config'] is better written in dot notation. +build/public/templates/partials/topic/tag.js: line 13, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/tag.js: line 13, col 78, ['config'] is better written in dot notation. +build/public/templates/partials/topic/tag.js: line 13, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/partials/topic/tag.js: line 15, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/tag.js: line 15, col 49, ['valueEncoded'] is better written in dot notation. +build/public/templates/partials/topic/tag.js: line 17, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/tag.js: line 19, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/tag.js: line 19, col 49, ['value'] is better written in dot notation. +build/public/templates/partials/topic/tag.js: line 21, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/tag.js: line 21, col 49, ['valueEscaped'] is better written in dot notation. +build/public/templates/partials/topic/tag.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/topic/tag.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/partials/topic/tag.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/partials/topic/tag.js: line 30, col 3, Missing semicolon. +build/public/templates/partials/topic/tag.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/topic/tag.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/topic/tags.js: line 12, col 27, ['tags'] is better written in dot notation. +build/public/templates/partials/topic/tags.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/partials/topic/tags.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/topic/tags.js: line 19, col 112, Line is too long. +build/public/templates/partials/topic/tags.js: line 19, col 36, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/tags.js: line 19, col 52, ['tags'] is better written in dot notation. +build/public/templates/partials/topic/tags.js: line 22, col 120, Line is too long. +build/public/templates/partials/topic/tags.js: line 22, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/tags.js: line 22, col 53, ['config'] is better written in dot notation. +build/public/templates/partials/topic/tags.js: line 22, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/tags.js: line 22, col 82, ['config'] is better written in dot notation. +build/public/templates/partials/topic/tags.js: line 22, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/partials/topic/tags.js: line 24, col 154, Line is too long. +build/public/templates/partials/topic/tags.js: line 24, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/tags.js: line 24, col 53, ['tags'] is better written in dot notation. +build/public/templates/partials/topic/tags.js: line 24, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/tags.js: line 24, col 80, ['tags'] is better written in dot notation. +build/public/templates/partials/topic/tags.js: line 24, col 97, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/tags.js: line 24, col 113, ['tags'] is better written in dot notation. +build/public/templates/partials/topic/tags.js: line 24, col 127, ['valueEncoded'] is better written in dot notation. +build/public/templates/partials/topic/tags.js: line 26, col 147, Line is too long. +build/public/templates/partials/topic/tags.js: line 26, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/tags.js: line 26, col 53, ['tags'] is better written in dot notation. +build/public/templates/partials/topic/tags.js: line 26, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/tags.js: line 26, col 80, ['tags'] is better written in dot notation. +build/public/templates/partials/topic/tags.js: line 26, col 97, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/tags.js: line 26, col 113, ['tags'] is better written in dot notation. +build/public/templates/partials/topic/tags.js: line 28, col 147, Line is too long. +build/public/templates/partials/topic/tags.js: line 28, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/tags.js: line 28, col 53, ['tags'] is better written in dot notation. +build/public/templates/partials/topic/tags.js: line 28, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/tags.js: line 28, col 80, ['tags'] is better written in dot notation. +build/public/templates/partials/topic/tags.js: line 28, col 97, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/tags.js: line 28, col 113, ['tags'] is better written in dot notation. +build/public/templates/partials/topic/tags.js: line 28, col 127, ['value'] is better written in dot notation. +build/public/templates/partials/topic/tags.js: line 30, col 154, Line is too long. +build/public/templates/partials/topic/tags.js: line 30, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/tags.js: line 30, col 53, ['tags'] is better written in dot notation. +build/public/templates/partials/topic/tags.js: line 30, col 64, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/tags.js: line 30, col 80, ['tags'] is better written in dot notation. +build/public/templates/partials/topic/tags.js: line 30, col 97, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/tags.js: line 30, col 113, ['tags'] is better written in dot notation. +build/public/templates/partials/topic/tags.js: line 30, col 127, ['valueEscaped'] is better written in dot notation. +build/public/templates/partials/topic/tags.js: line 20, col 13, 'key' is defined but never used. +build/public/templates/partials/topic/tags.js: line 19, col 105, 'value' is defined but never used. +build/public/templates/partials/topic/tags.js: line 19, col 97, 'length' is defined but never used. +build/public/templates/partials/topic/tags.js: line 19, col 90, 'index' is defined but never used. +build/public/templates/partials/topic/tags.js: line 18, col 11, 'value' is defined but never used. +build/public/templates/partials/topic/tags.js: line 16, col 58, 'helper' is defined but never used. +build/public/templates/partials/topic/tags.js: line 39, col 3, Missing semicolon. +build/public/templates/partials/topic/tags.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/topic/tags.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/topic/thumbs.js: line 12, col 27, ['thumbs'] is better written in dot notation. +build/public/templates/partials/topic/thumbs.js: line 13, col 147, Line is too long. +build/public/templates/partials/topic/thumbs.js: line 13, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/thumbs.js: line 13, col 82, ['thumbs'] is better written in dot notation. +build/public/templates/partials/topic/thumbs.js: line 13, col 95, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/thumbs.js: line 13, col 111, ['thumbs'] is better written in dot notation. +build/public/templates/partials/topic/thumbs.js: line 13, col 121, ['length'] is better written in dot notation. +build/public/templates/partials/topic/thumbs.js: line 14, col 178, Line is too long. +build/public/templates/partials/topic/thumbs.js: line 15, col 160, Line is too long. +build/public/templates/partials/topic/thumbs.js: line 15, col 76, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/thumbs.js: line 15, col 92, ['thumbs'] is better written in dot notation. +build/public/templates/partials/topic/thumbs.js: line 15, col 105, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/thumbs.js: line 15, col 121, ['thumbs'] is better written in dot notation. +build/public/templates/partials/topic/thumbs.js: line 15, col 131, ['length'] is better written in dot notation. +build/public/templates/partials/topic/thumbs.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/topic/thumbs.js: line 24, col 114, Line is too long. +build/public/templates/partials/topic/thumbs.js: line 24, col 36, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/thumbs.js: line 24, col 52, ['thumbs'] is better written in dot notation. +build/public/templates/partials/topic/thumbs.js: line 27, col 151, Line is too long. +build/public/templates/partials/topic/thumbs.js: line 27, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/thumbs.js: line 27, col 53, ['thumbs'] is better written in dot notation. +build/public/templates/partials/topic/thumbs.js: line 27, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/thumbs.js: line 27, col 82, ['thumbs'] is better written in dot notation. +build/public/templates/partials/topic/thumbs.js: line 27, col 101, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/thumbs.js: line 27, col 117, ['thumbs'] is better written in dot notation. +build/public/templates/partials/topic/thumbs.js: line 27, col 133, ['url'] is better written in dot notation. +build/public/templates/partials/topic/thumbs.js: line 28, col 136, Line is too long. +build/public/templates/partials/topic/thumbs.js: line 29, col 151, Line is too long. +build/public/templates/partials/topic/thumbs.js: line 29, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/thumbs.js: line 29, col 53, ['thumbs'] is better written in dot notation. +build/public/templates/partials/topic/thumbs.js: line 29, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/thumbs.js: line 29, col 82, ['thumbs'] is better written in dot notation. +build/public/templates/partials/topic/thumbs.js: line 29, col 101, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/thumbs.js: line 29, col 117, ['thumbs'] is better written in dot notation. +build/public/templates/partials/topic/thumbs.js: line 29, col 133, ['url'] is better written in dot notation. +build/public/templates/partials/topic/thumbs.js: line 25, col 13, 'key' is defined but never used. +build/public/templates/partials/topic/thumbs.js: line 24, col 107, 'value' is defined but never used. +build/public/templates/partials/topic/thumbs.js: line 24, col 99, 'length' is defined but never used. +build/public/templates/partials/topic/thumbs.js: line 24, col 92, 'index' is defined but never used. +build/public/templates/partials/topic/thumbs.js: line 23, col 11, 'value' is defined but never used. +build/public/templates/partials/topic/thumbs.js: line 21, col 62, 'helper' is defined but never used. +build/public/templates/partials/topic/thumbs.js: line 38, col 3, Missing semicolon. +build/public/templates/partials/topic/thumbs.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/topic/thumbs.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/topic/tools-right.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/partials/topic/tools-right.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/topic/tools-right.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/partials/topic/tools-right.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/partials/topic/tools-right.js: line 9, col 39, 'guard' is defined but never used. +build/public/templates/partials/topic/tools-right.js: line 20, col 3, Missing semicolon. +build/public/templates/partials/topic/tools-right.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/topic/tools-right.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/topic/tools.js: line 12, col 123, Line is too long. +build/public/templates/partials/topic/tools.js: line 12, col 30, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/tools.js: line 12, col 46, ['privileges'] is better written in dot notation. +build/public/templates/partials/topic/tools.js: line 12, col 63, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/tools.js: line 12, col 79, ['privileges'] is better written in dot notation. +build/public/templates/partials/topic/tools.js: line 12, col 93, ['view_thread_tools'] is better written in dot notation. +build/public/templates/partials/topic/tools.js: line 13, col 395, Line is too long. +build/public/templates/partials/topic/tools.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/partials/topic/tools.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/topic/tools.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/partials/topic/tools.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/partials/topic/tools.js: line 22, col 3, Missing semicolon. +build/public/templates/partials/topic/tools.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/topic/tools.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/topic/topic-menu-list.js: line 12, col 114, Line is too long. +build/public/templates/partials/topic/topic-menu-list.js: line 12, col 30, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/topic-menu-list.js: line 12, col 46, ['privileges'] is better written in dot notation. +build/public/templates/partials/topic/topic-menu-list.js: line 12, col 63, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/topic-menu-list.js: line 12, col 79, ['privileges'] is better written in dot notation. +build/public/templates/partials/topic/topic-menu-list.js: line 12, col 93, ['editable'] is better written in dot notation. +build/public/templates/partials/topic/topic-menu-list.js: line 14, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/topic-menu-list.js: line 14, col 45, ['locked'] is better written in dot notation. +build/public/templates/partials/topic/topic-menu-list.js: line 17, col 121, Line is too long. +build/public/templates/partials/topic/topic-menu-list.js: line 18, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/topic-menu-list.js: line 18, col 45, ['locked'] is better written in dot notation. +build/public/templates/partials/topic/topic-menu-list.js: line 21, col 130, Line is too long. +build/public/templates/partials/topic/topic-menu-list.js: line 22, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/topic-menu-list.js: line 22, col 45, ['locked'] is better written in dot notation. +build/public/templates/partials/topic/topic-menu-list.js: line 25, col 123, Line is too long. +build/public/templates/partials/topic/topic-menu-list.js: line 26, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/topic-menu-list.js: line 26, col 45, ['locked'] is better written in dot notation. +build/public/templates/partials/topic/topic-menu-list.js: line 29, col 134, Line is too long. +build/public/templates/partials/topic/topic-menu-list.js: line 30, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/topic-menu-list.js: line 30, col 45, ['pinned'] is better written in dot notation. +build/public/templates/partials/topic/topic-menu-list.js: line 33, col 120, Line is too long. +build/public/templates/partials/topic/topic-menu-list.js: line 34, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/topic-menu-list.js: line 34, col 45, ['pinned'] is better written in dot notation. +build/public/templates/partials/topic/topic-menu-list.js: line 37, col 135, Line is too long. +build/public/templates/partials/topic/topic-menu-list.js: line 38, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/topic-menu-list.js: line 38, col 45, ['pinned'] is better written in dot notation. +build/public/templates/partials/topic/topic-menu-list.js: line 41, col 122, Line is too long. +build/public/templates/partials/topic/topic-menu-list.js: line 42, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/topic-menu-list.js: line 42, col 45, ['pinned'] is better written in dot notation. +build/public/templates/partials/topic/topic-menu-list.js: line 45, col 146, Line is too long. +build/public/templates/partials/topic/topic-menu-list.js: line 46, col 101, Line is too long. +build/public/templates/partials/topic/topic-menu-list.js: line 46, col 67, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/topic-menu-list.js: line 46, col 83, ['cid'] is better written in dot notation. +build/public/templates/partials/topic/topic-menu-list.js: line 47, col 239, Line is too long. +build/public/templates/partials/topic/topic-menu-list.js: line 49, col 683, Line is too long. +build/public/templates/partials/topic/topic-menu-list.js: line 50, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/topic-menu-list.js: line 50, col 45, ['scheduled'] is better written in dot notation. +build/public/templates/partials/topic/topic-menu-list.js: line 52, col 253, Line is too long. +build/public/templates/partials/topic/topic-menu-list.js: line 53, col 303, Line is too long. +build/public/templates/partials/topic/topic-menu-list.js: line 56, col 110, Line is too long. +build/public/templates/partials/topic/topic-menu-list.js: line 56, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/topic-menu-list.js: line 56, col 41, ['privileges'] is better written in dot notation. +build/public/templates/partials/topic/topic-menu-list.js: line 56, col 58, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/topic-menu-list.js: line 56, col 74, ['privileges'] is better written in dot notation. +build/public/templates/partials/topic/topic-menu-list.js: line 56, col 88, ['deletable'] is better written in dot notation. +build/public/templates/partials/topic/topic-menu-list.js: line 58, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/topic-menu-list.js: line 58, col 45, ['deleted'] is better written in dot notation. +build/public/templates/partials/topic/topic-menu-list.js: line 61, col 123, Line is too long. +build/public/templates/partials/topic/topic-menu-list.js: line 62, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/topic-menu-list.js: line 62, col 45, ['deleted'] is better written in dot notation. +build/public/templates/partials/topic/topic-menu-list.js: line 65, col 131, Line is too long. +build/public/templates/partials/topic/topic-menu-list.js: line 66, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/topic-menu-list.js: line 66, col 45, ['scheduled'] is better written in dot notation. +build/public/templates/partials/topic/topic-menu-list.js: line 69, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/topic-menu-list.js: line 69, col 49, ['deleted'] is better written in dot notation. +build/public/templates/partials/topic/topic-menu-list.js: line 72, col 128, Line is too long. +build/public/templates/partials/topic/topic-menu-list.js: line 73, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/topic-menu-list.js: line 73, col 49, ['deleted'] is better written in dot notation. +build/public/templates/partials/topic/topic-menu-list.js: line 76, col 137, Line is too long. +build/public/templates/partials/topic/topic-menu-list.js: line 78, col 110, Line is too long. +build/public/templates/partials/topic/topic-menu-list.js: line 78, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/topic-menu-list.js: line 78, col 45, ['privileges'] is better written in dot notation. +build/public/templates/partials/topic/topic-menu-list.js: line 78, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/topic-menu-list.js: line 78, col 78, ['privileges'] is better written in dot notation. +build/public/templates/partials/topic/topic-menu-list.js: line 78, col 92, ['purge'] is better written in dot notation. +build/public/templates/partials/topic/topic-menu-list.js: line 80, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/topic-menu-list.js: line 80, col 49, ['deleted'] is better written in dot notation. +build/public/templates/partials/topic/topic-menu-list.js: line 83, col 126, Line is too long. +build/public/templates/partials/topic/topic-menu-list.js: line 84, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/topic-menu-list.js: line 84, col 49, ['deleted'] is better written in dot notation. +build/public/templates/partials/topic/topic-menu-list.js: line 87, col 132, Line is too long. +build/public/templates/partials/topic/topic-menu-list.js: line 90, col 117, Line is too long. +build/public/templates/partials/topic/topic-menu-list.js: line 90, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/topic-menu-list.js: line 90, col 45, ['privileges'] is better written in dot notation. +build/public/templates/partials/topic/topic-menu-list.js: line 90, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/topic-menu-list.js: line 90, col 78, ['privileges'] is better written in dot notation. +build/public/templates/partials/topic/topic-menu-list.js: line 90, col 92, ['isAdminOrMod'] is better written in dot notation. +build/public/templates/partials/topic/topic-menu-list.js: line 91, col 256, Line is too long. +build/public/templates/partials/topic/topic-menu-list.js: line 96, col 22, ['thread_tools'] is better written in dot notation. +build/public/templates/partials/topic/topic-menu-list.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/partials/topic/topic-menu-list.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/topic/topic-menu-list.js: line 103, col 120, Line is too long. +build/public/templates/partials/topic/topic-menu-list.js: line 103, col 36, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/topic-menu-list.js: line 103, col 52, ['thread_tools'] is better written in dot notation. +build/public/templates/partials/topic/topic-menu-list.js: line 105, col 106, Line is too long. +build/public/templates/partials/topic/topic-menu-list.js: line 106, col 171, Line is too long. +build/public/templates/partials/topic/topic-menu-list.js: line 106, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/topic-menu-list.js: line 106, col 53, ['thread_tools'] is better written in dot notation. +build/public/templates/partials/topic/topic-menu-list.js: line 106, col 72, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/topic-menu-list.js: line 106, col 88, ['thread_tools'] is better written in dot notation. +build/public/templates/partials/topic/topic-menu-list.js: line 106, col 113, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/topic-menu-list.js: line 106, col 129, ['thread_tools'] is better written in dot notation. +build/public/templates/partials/topic/topic-menu-list.js: line 108, col 170, Line is too long. +build/public/templates/partials/topic/topic-menu-list.js: line 108, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/topic-menu-list.js: line 108, col 53, ['thread_tools'] is better written in dot notation. +build/public/templates/partials/topic/topic-menu-list.js: line 108, col 72, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/topic-menu-list.js: line 108, col 88, ['thread_tools'] is better written in dot notation. +build/public/templates/partials/topic/topic-menu-list.js: line 108, col 113, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/topic-menu-list.js: line 108, col 129, ['thread_tools'] is better written in dot notation. +build/public/templates/partials/topic/topic-menu-list.js: line 108, col 151, ['icon'] is better written in dot notation. +build/public/templates/partials/topic/topic-menu-list.js: line 110, col 171, Line is too long. +build/public/templates/partials/topic/topic-menu-list.js: line 110, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/topic-menu-list.js: line 110, col 53, ['thread_tools'] is better written in dot notation. +build/public/templates/partials/topic/topic-menu-list.js: line 110, col 72, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/topic-menu-list.js: line 110, col 88, ['thread_tools'] is better written in dot notation. +build/public/templates/partials/topic/topic-menu-list.js: line 110, col 113, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/topic-menu-list.js: line 110, col 129, ['thread_tools'] is better written in dot notation. +build/public/templates/partials/topic/topic-menu-list.js: line 110, col 151, ['title'] is better written in dot notation. +build/public/templates/partials/topic/topic-menu-list.js: line 104, col 13, 'key' is defined but never used. +build/public/templates/partials/topic/topic-menu-list.js: line 103, col 113, 'value' is defined but never used. +build/public/templates/partials/topic/topic-menu-list.js: line 103, col 105, 'length' is defined but never used. +build/public/templates/partials/topic/topic-menu-list.js: line 103, col 98, 'index' is defined but never used. +build/public/templates/partials/topic/topic-menu-list.js: line 102, col 11, 'value' is defined but never used. +build/public/templates/partials/topic/topic-menu-list.js: line 100, col 74, 'helper' is defined but never used. +build/public/templates/partials/topic/topic-menu-list.js: line 119, col 3, Missing semicolon. +build/public/templates/partials/topic/topic-menu-list.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/topic/topic-menu-list.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/topic/watch.js: line 12, col 106, Line is too long. +build/public/templates/partials/topic/watch.js: line 12, col 30, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/watch.js: line 12, col 46, ['config'] is better written in dot notation. +build/public/templates/partials/topic/watch.js: line 12, col 59, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/watch.js: line 12, col 75, ['config'] is better written in dot notation. +build/public/templates/partials/topic/watch.js: line 12, col 85, ['loggedIn'] is better written in dot notation. +build/public/templates/partials/topic/watch.js: line 13, col 108, Line is too long. +build/public/templates/partials/topic/watch.js: line 14, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/watch.js: line 14, col 45, ['isFollowing'] is better written in dot notation. +build/public/templates/partials/topic/watch.js: line 18, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/watch.js: line 18, col 45, ['isNotFollowing'] is better written in dot notation. +build/public/templates/partials/topic/watch.js: line 22, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/watch.js: line 22, col 45, ['isIgnoring'] is better written in dot notation. +build/public/templates/partials/topic/watch.js: line 25, col 224, Line is too long. +build/public/templates/partials/topic/watch.js: line 26, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/watch.js: line 26, col 45, ['isFollowing'] is better written in dot notation. +build/public/templates/partials/topic/watch.js: line 29, col 106, Line is too long. +build/public/templates/partials/topic/watch.js: line 30, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/watch.js: line 30, col 45, ['isNotFollowing'] is better written in dot notation. +build/public/templates/partials/topic/watch.js: line 33, col 107, Line is too long. +build/public/templates/partials/topic/watch.js: line 34, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/watch.js: line 34, col 45, ['isIgnoring'] is better written in dot notation. +build/public/templates/partials/topic/watch.js: line 37, col 710, Line is too long. +build/public/templates/partials/topic/watch.js: line 38, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/watch.js: line 38, col 45, ['isFollowing'] is better written in dot notation. +build/public/templates/partials/topic/watch.js: line 41, col 627, Line is too long. +build/public/templates/partials/topic/watch.js: line 42, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/watch.js: line 42, col 45, ['isNotFollowing'] is better written in dot notation. +build/public/templates/partials/topic/watch.js: line 45, col 606, Line is too long. +build/public/templates/partials/topic/watch.js: line 46, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic/watch.js: line 46, col 45, ['isIgnoring'] is better written in dot notation. +build/public/templates/partials/topic/watch.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/partials/topic/watch.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/topic/watch.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/partials/topic/watch.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/partials/topic/watch.js: line 58, col 3, Missing semicolon. +build/public/templates/partials/topic/watch.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/topic/watch.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/topic-filters.js: line 13, col 101, Line is too long. +build/public/templates/partials/topic-filters.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic-filters.js: line 13, col 41, ['filters'] is better written in dot notation. +build/public/templates/partials/topic-filters.js: line 13, col 55, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic-filters.js: line 13, col 71, ['filters'] is better written in dot notation. +build/public/templates/partials/topic-filters.js: line 13, col 82, ['length'] is better written in dot notation. +build/public/templates/partials/topic-filters.js: line 16, col 324, Line is too long. +build/public/templates/partials/topic-filters.js: line 17, col 123, Line is too long. +build/public/templates/partials/topic-filters.js: line 17, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic-filters.js: line 17, col 49, ['selectedFilter'] is better written in dot notation. +build/public/templates/partials/topic-filters.js: line 17, col 70, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic-filters.js: line 17, col 86, ['selectedFilter'] is better written in dot notation. +build/public/templates/partials/topic-filters.js: line 17, col 104, ['name'] is better written in dot notation. +build/public/templates/partials/topic-filters.js: line 19, col 22, ['filters'] is better written in dot notation. +build/public/templates/partials/topic-filters.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/topic-filters.js: line 27, col 115, Line is too long. +build/public/templates/partials/topic-filters.js: line 27, col 36, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic-filters.js: line 27, col 52, ['filters'] is better written in dot notation. +build/public/templates/partials/topic-filters.js: line 30, col 149, Line is too long. +build/public/templates/partials/topic-filters.js: line 30, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic-filters.js: line 30, col 45, ['filters'] is better written in dot notation. +build/public/templates/partials/topic-filters.js: line 30, col 59, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic-filters.js: line 30, col 75, ['filters'] is better written in dot notation. +build/public/templates/partials/topic-filters.js: line 30, col 95, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic-filters.js: line 30, col 111, ['filters'] is better written in dot notation. +build/public/templates/partials/topic-filters.js: line 30, col 128, ['selected'] is better written in dot notation. +build/public/templates/partials/topic-filters.js: line 33, col 114, Line is too long. +build/public/templates/partials/topic-filters.js: line 34, col 120, Line is too long. +build/public/templates/partials/topic-filters.js: line 34, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic-filters.js: line 34, col 53, ['config'] is better written in dot notation. +build/public/templates/partials/topic-filters.js: line 34, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic-filters.js: line 34, col 82, ['config'] is better written in dot notation. +build/public/templates/partials/topic-filters.js: line 34, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/partials/topic-filters.js: line 36, col 154, Line is too long. +build/public/templates/partials/topic-filters.js: line 36, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic-filters.js: line 36, col 53, ['filters'] is better written in dot notation. +build/public/templates/partials/topic-filters.js: line 36, col 67, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic-filters.js: line 36, col 83, ['filters'] is better written in dot notation. +build/public/templates/partials/topic-filters.js: line 36, col 103, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic-filters.js: line 36, col 119, ['filters'] is better written in dot notation. +build/public/templates/partials/topic-filters.js: line 36, col 136, ['url'] is better written in dot notation. +build/public/templates/partials/topic-filters.js: line 38, col 155, Line is too long. +build/public/templates/partials/topic-filters.js: line 38, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic-filters.js: line 38, col 53, ['filters'] is better written in dot notation. +build/public/templates/partials/topic-filters.js: line 38, col 67, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic-filters.js: line 38, col 83, ['filters'] is better written in dot notation. +build/public/templates/partials/topic-filters.js: line 38, col 103, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic-filters.js: line 38, col 119, ['filters'] is better written in dot notation. +build/public/templates/partials/topic-filters.js: line 38, col 136, ['name'] is better written in dot notation. +build/public/templates/partials/topic-filters.js: line 40, col 149, Line is too long. +build/public/templates/partials/topic-filters.js: line 40, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic-filters.js: line 40, col 45, ['filters'] is better written in dot notation. +build/public/templates/partials/topic-filters.js: line 40, col 59, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic-filters.js: line 40, col 75, ['filters'] is better written in dot notation. +build/public/templates/partials/topic-filters.js: line 40, col 95, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic-filters.js: line 40, col 111, ['filters'] is better written in dot notation. +build/public/templates/partials/topic-filters.js: line 40, col 128, ['selected'] is better written in dot notation. +build/public/templates/partials/topic-filters.js: line 28, col 13, 'key' is defined but never used. +build/public/templates/partials/topic-filters.js: line 27, col 108, 'value' is defined but never used. +build/public/templates/partials/topic-filters.js: line 27, col 100, 'length' is defined but never used. +build/public/templates/partials/topic-filters.js: line 27, col 93, 'index' is defined but never used. +build/public/templates/partials/topic-filters.js: line 26, col 11, 'value' is defined but never used. +build/public/templates/partials/topic-filters.js: line 24, col 64, 'helper' is defined but never used. +build/public/templates/partials/topic-filters.js: line 51, col 3, Missing semicolon. +build/public/templates/partials/topic-filters.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/topic-filters.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/topic-terms.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic-terms.js: line 13, col 41, ['terms'] is better written in dot notation. +build/public/templates/partials/topic-terms.js: line 13, col 53, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic-terms.js: line 13, col 69, ['terms'] is better written in dot notation. +build/public/templates/partials/topic-terms.js: line 13, col 78, ['length'] is better written in dot notation. +build/public/templates/partials/topic-terms.js: line 16, col 323, Line is too long. +build/public/templates/partials/topic-terms.js: line 17, col 119, Line is too long. +build/public/templates/partials/topic-terms.js: line 17, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic-terms.js: line 17, col 49, ['selectedTerm'] is better written in dot notation. +build/public/templates/partials/topic-terms.js: line 17, col 68, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic-terms.js: line 17, col 84, ['selectedTerm'] is better written in dot notation. +build/public/templates/partials/topic-terms.js: line 17, col 100, ['name'] is better written in dot notation. +build/public/templates/partials/topic-terms.js: line 19, col 22, ['terms'] is better written in dot notation. +build/public/templates/partials/topic-terms.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/topic-terms.js: line 27, col 113, Line is too long. +build/public/templates/partials/topic-terms.js: line 27, col 36, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic-terms.js: line 27, col 52, ['terms'] is better written in dot notation. +build/public/templates/partials/topic-terms.js: line 30, col 143, Line is too long. +build/public/templates/partials/topic-terms.js: line 30, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic-terms.js: line 30, col 45, ['terms'] is better written in dot notation. +build/public/templates/partials/topic-terms.js: line 30, col 57, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic-terms.js: line 30, col 73, ['terms'] is better written in dot notation. +build/public/templates/partials/topic-terms.js: line 30, col 91, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic-terms.js: line 30, col 107, ['terms'] is better written in dot notation. +build/public/templates/partials/topic-terms.js: line 30, col 122, ['selected'] is better written in dot notation. +build/public/templates/partials/topic-terms.js: line 33, col 114, Line is too long. +build/public/templates/partials/topic-terms.js: line 34, col 120, Line is too long. +build/public/templates/partials/topic-terms.js: line 34, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic-terms.js: line 34, col 53, ['config'] is better written in dot notation. +build/public/templates/partials/topic-terms.js: line 34, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic-terms.js: line 34, col 82, ['config'] is better written in dot notation. +build/public/templates/partials/topic-terms.js: line 34, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/partials/topic-terms.js: line 36, col 148, Line is too long. +build/public/templates/partials/topic-terms.js: line 36, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic-terms.js: line 36, col 53, ['terms'] is better written in dot notation. +build/public/templates/partials/topic-terms.js: line 36, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic-terms.js: line 36, col 81, ['terms'] is better written in dot notation. +build/public/templates/partials/topic-terms.js: line 36, col 99, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic-terms.js: line 36, col 115, ['terms'] is better written in dot notation. +build/public/templates/partials/topic-terms.js: line 36, col 130, ['url'] is better written in dot notation. +build/public/templates/partials/topic-terms.js: line 38, col 149, Line is too long. +build/public/templates/partials/topic-terms.js: line 38, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic-terms.js: line 38, col 53, ['terms'] is better written in dot notation. +build/public/templates/partials/topic-terms.js: line 38, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic-terms.js: line 38, col 81, ['terms'] is better written in dot notation. +build/public/templates/partials/topic-terms.js: line 38, col 99, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic-terms.js: line 38, col 115, ['terms'] is better written in dot notation. +build/public/templates/partials/topic-terms.js: line 38, col 130, ['name'] is better written in dot notation. +build/public/templates/partials/topic-terms.js: line 40, col 143, Line is too long. +build/public/templates/partials/topic-terms.js: line 40, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic-terms.js: line 40, col 45, ['terms'] is better written in dot notation. +build/public/templates/partials/topic-terms.js: line 40, col 57, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic-terms.js: line 40, col 73, ['terms'] is better written in dot notation. +build/public/templates/partials/topic-terms.js: line 40, col 91, Expected '!==' and instead saw '!='. +build/public/templates/partials/topic-terms.js: line 40, col 107, ['terms'] is better written in dot notation. +build/public/templates/partials/topic-terms.js: line 40, col 122, ['selected'] is better written in dot notation. +build/public/templates/partials/topic-terms.js: line 28, col 13, 'key' is defined but never used. +build/public/templates/partials/topic-terms.js: line 27, col 106, 'value' is defined but never used. +build/public/templates/partials/topic-terms.js: line 27, col 98, 'length' is defined but never used. +build/public/templates/partials/topic-terms.js: line 27, col 91, 'index' is defined but never used. +build/public/templates/partials/topic-terms.js: line 26, col 11, 'value' is defined but never used. +build/public/templates/partials/topic-terms.js: line 24, col 60, 'helper' is defined but never used. +build/public/templates/partials/topic-terms.js: line 51, col 3, Missing semicolon. +build/public/templates/partials/topic-terms.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/topic-terms.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/topics_list.js: line 12, col 150, Line is too long. +build/public/templates/partials/topics_list.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 13, col 49, ['nextStart'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 15, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 15, col 49, ['set'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 17, col 22, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/topics_list.js: line 25, col 114, Line is too long. +build/public/templates/partials/topics_list.js: line 25, col 36, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 25, col 52, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 27, col 149, Line is too long. +build/public/templates/partials/topics_list.js: line 30, col 151, Line is too long. +build/public/templates/partials/topics_list.js: line 30, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 30, col 53, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 30, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 30, col 82, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 30, col 101, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 30, col 117, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 30, col 133, ['tid'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 32, col 153, Line is too long. +build/public/templates/partials/topics_list.js: line 32, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 32, col 53, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 32, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 32, col 82, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 32, col 101, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 32, col 117, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 32, col 133, ['index'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 34, col 151, Line is too long. +build/public/templates/partials/topics_list.js: line 34, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 34, col 53, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 34, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 34, col 82, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 34, col 101, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 34, col 117, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 34, col 133, ['cid'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 35, col 133, Line is too long. +build/public/templates/partials/topics_list.js: line 36, col 120, Line is too long. +build/public/templates/partials/topics_list.js: line 36, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 36, col 53, ['config'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 36, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 36, col 82, ['config'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 36, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 38, col 152, Line is too long. +build/public/templates/partials/topics_list.js: line 38, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 38, col 53, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 38, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 38, col 82, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 38, col 101, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 38, col 117, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 38, col 133, ['slug'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 40, col 194, Line is too long. +build/public/templates/partials/topics_list.js: line 40, col 76, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 40, col 92, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 40, col 105, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 40, col 121, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 40, col 140, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 40, col 156, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 40, col 172, ['title'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 41, col 120, Line is too long. +build/public/templates/partials/topics_list.js: line 42, col 199, Line is too long. +build/public/templates/partials/topics_list.js: line 42, col 76, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 42, col 92, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 42, col 105, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 42, col 121, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 42, col 140, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 42, col 156, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 42, col 172, ['index'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 44, col 153, Line is too long. +build/public/templates/partials/topics_list.js: line 44, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 44, col 53, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 44, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 44, col 82, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 44, col 101, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 44, col 117, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 44, col 133, ['index'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 46, col 153, Line is too long. +build/public/templates/partials/topics_list.js: line 46, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 46, col 53, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 46, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 46, col 82, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 46, col 101, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 46, col 117, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 46, col 133, ['index'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 47, col 129, Line is too long. +build/public/templates/partials/topics_list.js: line 48, col 162, Line is too long. +build/public/templates/partials/topics_list.js: line 48, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 48, col 45, ['config'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 48, col 58, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 48, col 74, ['config'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 48, col 84, ['theme'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 48, col 96, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 48, col 112, ['config'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 48, col 122, ['theme'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 48, col 131, ['mobileTopicTeasers'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 51, col 141, Line is too long. +build/public/templates/partials/topics_list.js: line 52, col 210, Line is too long. +build/public/templates/partials/topics_list.js: line 52, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 52, col 53, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 52, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 52, col 82, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 52, col 101, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 52, col 117, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 52, col 133, ['user'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 52, col 144, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 52, col 160, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 52, col 176, ['user'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 52, col 184, ['displayname'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 54, col 197, Line is too long. +build/public/templates/partials/topics_list.js: line 54, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 54, col 45, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 54, col 58, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 54, col 74, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 54, col 93, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 54, col 109, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 54, col 125, ['user'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 54, col 136, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 54, col 152, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 54, col 168, ['user'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 54, col 176, ['userslug'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 55, col 122, Line is too long. +build/public/templates/partials/topics_list.js: line 55, col 39, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 55, col 55, ['config'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 55, col 68, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 55, col 84, ['config'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 55, col 94, ['relative_path'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 57, col 210, Line is too long. +build/public/templates/partials/topics_list.js: line 57, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 57, col 57, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 57, col 70, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 57, col 86, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 57, col 105, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 57, col 121, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 57, col 137, ['user'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 57, col 148, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 57, col 164, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 57, col 180, ['user'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 57, col 188, ['userslug'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 60, col 254, Line is too long. +build/public/templates/partials/topics_list.js: line 60, col 78, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 60, col 94, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 60, col 107, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 60, col 123, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 60, col 142, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 60, col 158, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 60, col 174, ['user'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 60, col 217, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 62, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 62, col 45, ['showSelect'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 63, col 257, Line is too long. +build/public/templates/partials/topics_list.js: line 65, col 193, Line is too long. +build/public/templates/partials/topics_list.js: line 66, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 66, col 45, ['showSelect'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 70, col 146, Line is too long. +build/public/templates/partials/topics_list.js: line 70, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 70, col 45, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 70, col 58, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 70, col 74, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 70, col 93, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 70, col 109, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 70, col 125, ['noAnchor'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 72, col 122, Line is too long. +build/public/templates/partials/topics_list.js: line 72, col 39, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 72, col 55, ['config'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 72, col 68, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 72, col 84, ['config'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 72, col 94, ['relative_path'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 74, col 156, Line is too long. +build/public/templates/partials/topics_list.js: line 74, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 74, col 57, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 74, col 70, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 74, col 86, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 74, col 105, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 74, col 121, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 74, col 137, ['slug'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 75, col 150, Line is too long. +build/public/templates/partials/topics_list.js: line 75, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 75, col 49, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 75, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 75, col 78, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 75, col 97, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 75, col 113, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 75, col 129, ['bookmark'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 77, col 163, Line is too long. +build/public/templates/partials/topics_list.js: line 77, col 45, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 77, col 61, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 77, col 74, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 77, col 90, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 77, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 77, col 125, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 77, col 141, ['bookmark'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 80, col 153, Line is too long. +build/public/templates/partials/topics_list.js: line 80, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 80, col 53, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 80, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 80, col 82, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 80, col 101, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 80, col 117, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 80, col 133, ['title'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 81, col 201, Line is too long. +build/public/templates/partials/topics_list.js: line 82, col 146, Line is too long. +build/public/templates/partials/topics_list.js: line 82, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 82, col 45, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 82, col 58, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 82, col 74, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 82, col 93, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 82, col 109, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 82, col 125, ['followed'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 85, col 175, Line is too long. +build/public/templates/partials/topics_list.js: line 86, col 145, Line is too long. +build/public/templates/partials/topics_list.js: line 86, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 86, col 45, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 86, col 58, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 86, col 74, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 86, col 93, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 86, col 109, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 86, col 125, ['ignored'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 89, col 180, Line is too long. +build/public/templates/partials/topics_list.js: line 90, col 147, Line is too long. +build/public/templates/partials/topics_list.js: line 90, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 90, col 45, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 90, col 58, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 90, col 74, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 90, col 93, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 90, col 109, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 90, col 125, ['scheduled'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 93, col 176, Line is too long. +build/public/templates/partials/topics_list.js: line 94, col 285, Line is too long. +build/public/templates/partials/topics_list.js: line 94, col 30, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 94, col 46, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 94, col 59, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 94, col 75, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 94, col 94, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 94, col 110, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 94, col 126, ['scheduled'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 94, col 169, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 94, col 185, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 94, col 198, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 94, col 214, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 94, col 233, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 94, col 249, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 94, col 265, ['pinned'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 98, col 147, Line is too long. +build/public/templates/partials/topics_list.js: line 98, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 98, col 45, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 98, col 58, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 98, col 74, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 98, col 93, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 98, col 109, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 98, col 125, ['pinExpiry'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 100, col 311, Line is too long. +build/public/templates/partials/topics_list.js: line 100, col 92, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 100, col 108, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 100, col 121, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 100, col 137, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 100, col 156, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 100, col 172, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 100, col 188, ['pinExpiryISO'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 100, col 231, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 100, col 247, ['config'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 100, col 260, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 100, col 276, ['config'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 100, col 286, ['userLang'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 103, col 113, Line is too long. +build/public/templates/partials/topics_list.js: line 104, col 144, Line is too long. +build/public/templates/partials/topics_list.js: line 104, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 104, col 45, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 104, col 58, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 104, col 74, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 104, col 93, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 104, col 109, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 104, col 125, ['locked'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 107, col 169, Line is too long. +build/public/templates/partials/topics_list.js: line 108, col 144, Line is too long. +build/public/templates/partials/topics_list.js: line 108, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 108, col 45, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 108, col 58, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 108, col 74, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 108, col 93, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 108, col 109, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 108, col 125, ['oldCid'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 111, col 103, Line is too long. +build/public/templates/partials/topics_list.js: line 112, col 190, Line is too long. +build/public/templates/partials/topics_list.js: line 112, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 112, col 49, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 112, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 112, col 78, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 112, col 97, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 112, col 113, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 112, col 129, ['icons'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 113, col 17, 'key' is defined but never used. +build/public/templates/partials/topics_list.js: line 121, col 298, Line is too long. +build/public/templates/partials/topics_list.js: line 121, col 31, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 121, col 47, ['template'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 121, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 121, col 78, ['template'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 121, col 90, ['category'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 121, col 132, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 121, col 148, ['cid'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 121, col 184, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 121, col 200, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 121, col 213, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 121, col 229, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 121, col 248, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 121, col 264, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 121, col 280, ['cid'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 121, col 166, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 123, col 225, Line is too long. +build/public/templates/partials/topics_list.js: line 123, col 89, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 123, col 105, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 123, col 118, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 123, col 134, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 123, col 153, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 123, col 169, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 123, col 185, ['category'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 127, col 151, Line is too long. +build/public/templates/partials/topics_list.js: line 127, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 127, col 53, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 127, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 127, col 82, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 127, col 101, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 127, col 117, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 127, col 133, ['tid'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 129, col 195, Line is too long. +build/public/templates/partials/topics_list.js: line 129, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 129, col 45, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 129, col 58, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 129, col 74, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 129, col 93, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 129, col 109, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 129, col 125, ['tags'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 129, col 136, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 129, col 152, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 129, col 168, ['tags'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 129, col 176, ['length'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 133, col 189, Line is too long. +build/public/templates/partials/topics_list.js: line 133, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 133, col 49, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 133, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 133, col 78, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 133, col 97, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 133, col 113, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 133, col 129, ['tags'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 136, col 124, Line is too long. +build/public/templates/partials/topics_list.js: line 136, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 136, col 57, ['config'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 136, col 70, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 136, col 86, ['config'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 136, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 138, col 270, Line is too long. +build/public/templates/partials/topics_list.js: line 138, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 138, col 57, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 138, col 70, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 138, col 86, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 138, col 105, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 138, col 121, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 138, col 137, ['tags'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 138, col 148, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 138, col 164, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 138, col 180, ['tags'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 138, col 197, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 138, col 213, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 138, col 229, ['tags'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 138, col 243, ['valueEncoded'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 140, col 263, Line is too long. +build/public/templates/partials/topics_list.js: line 140, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 140, col 57, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 140, col 70, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 140, col 86, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 140, col 105, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 140, col 121, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 140, col 137, ['tags'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 140, col 148, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 140, col 164, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 140, col 180, ['tags'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 140, col 197, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 140, col 213, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 140, col 229, ['tags'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 142, col 263, Line is too long. +build/public/templates/partials/topics_list.js: line 142, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 142, col 57, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 142, col 70, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 142, col 86, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 142, col 105, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 142, col 121, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 142, col 137, ['tags'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 142, col 148, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 142, col 164, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 142, col 180, ['tags'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 142, col 197, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 142, col 213, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 142, col 229, ['tags'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 142, col 243, ['value'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 144, col 270, Line is too long. +build/public/templates/partials/topics_list.js: line 144, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 144, col 57, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 144, col 70, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 144, col 86, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 144, col 105, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 144, col 121, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 144, col 137, ['tags'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 144, col 148, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 144, col 164, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 144, col 180, ['tags'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 144, col 197, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 144, col 213, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 144, col 229, ['tags'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 144, col 243, ['valueEscaped'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 134, col 17, 'key' is defined but never used. +build/public/templates/partials/topics_list.js: line 133, col 182, 'value' is defined but never used. +build/public/templates/partials/topics_list.js: line 133, col 174, 'length' is defined but never used. +build/public/templates/partials/topics_list.js: line 133, col 167, 'index' is defined but never used. +build/public/templates/partials/topics_list.js: line 149, col 250, Line is too long. +build/public/templates/partials/topics_list.js: line 150, col 256, Line is too long. +build/public/templates/partials/topics_list.js: line 150, col 86, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 150, col 102, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 150, col 115, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 150, col 131, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 150, col 150, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 150, col 166, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 150, col 182, ['postcount'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 150, col 222, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 152, col 120, Line is too long. +build/public/templates/partials/topics_list.js: line 152, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 152, col 53, ['config'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 152, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 152, col 82, ['config'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 152, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 154, col 152, Line is too long. +build/public/templates/partials/topics_list.js: line 154, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 154, col 53, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 154, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 154, col 82, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 154, col 101, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 154, col 117, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 154, col 133, ['slug'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 155, col 361, Line is too long. +build/public/templates/partials/topics_list.js: line 155, col 30, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 155, col 46, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 155, col 59, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 155, col 75, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 155, col 94, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 155, col 110, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 155, col 126, ['teaser'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 155, col 139, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 155, col 155, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 155, col 171, ['teaser'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 155, col 181, ['timestampISO'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 155, col 227, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 155, col 243, ['config'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 155, col 256, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 155, col 272, ['config'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 155, col 282, ['theme'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 155, col 294, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 155, col 310, ['config'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 155, col 320, ['theme'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 155, col 329, ['mobileTopicTeasers'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 157, col 211, Line is too long. +build/public/templates/partials/topics_list.js: line 157, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 157, col 57, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 157, col 70, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 157, col 86, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 157, col 105, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 157, col 121, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 157, col 137, ['teaser'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 157, col 150, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 157, col 166, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 157, col 182, ['teaser'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 157, col 192, ['index'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 160, col 361, Line is too long. +build/public/templates/partials/topics_list.js: line 160, col 30, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 160, col 46, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 160, col 59, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 160, col 75, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 160, col 94, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 160, col 110, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 160, col 126, ['teaser'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 160, col 139, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 160, col 155, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 160, col 171, ['teaser'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 160, col 181, ['timestampISO'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 160, col 227, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 160, col 243, ['config'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 160, col 256, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 160, col 272, ['config'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 160, col 282, ['theme'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 160, col 294, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 160, col 310, ['config'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 160, col 320, ['theme'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 160, col 329, ['mobileTopicTeasers'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 161, col 216, Line is too long. +build/public/templates/partials/topics_list.js: line 161, col 39, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 161, col 55, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 161, col 68, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 161, col 84, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 161, col 103, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 161, col 119, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 161, col 135, ['teaser'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 161, col 148, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 161, col 164, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 161, col 180, ['teaser'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 161, col 190, ['timestampISO'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 162, col 163, Line is too long. +build/public/templates/partials/topics_list.js: line 162, col 39, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 162, col 55, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 162, col 68, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 162, col 84, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 162, col 103, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 162, col 119, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 162, col 135, ['timestampISO'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 164, col 120, Line is too long. +build/public/templates/partials/topics_list.js: line 164, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 164, col 53, ['config'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 164, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 164, col 82, ['config'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 164, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 166, col 152, Line is too long. +build/public/templates/partials/topics_list.js: line 166, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 166, col 53, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 166, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 166, col 82, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 166, col 101, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 166, col 117, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 166, col 133, ['slug'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 167, col 104, Line is too long. +build/public/templates/partials/topics_list.js: line 168, col 160, Line is too long. +build/public/templates/partials/topics_list.js: line 168, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 168, col 53, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 168, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 168, col 82, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 168, col 101, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 168, col 117, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 168, col 133, ['timestampISO'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 170, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 170, col 45, ['showSelect'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 171, col 219, Line is too long. +build/public/templates/partials/topics_list.js: line 174, col 199, Line is too long. +build/public/templates/partials/topics_list.js: line 174, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 174, col 45, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 174, col 58, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 174, col 74, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 174, col 93, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 174, col 109, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 174, col 125, ['thumbs'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 174, col 138, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 174, col 154, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 174, col 170, ['thumbs'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 174, col 180, ['length'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 175, col 123, Line is too long. +build/public/templates/partials/topics_list.js: line 176, col 124, Line is too long. +build/public/templates/partials/topics_list.js: line 176, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 176, col 57, ['config'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 176, col 70, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 176, col 86, ['config'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 176, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 178, col 156, Line is too long. +build/public/templates/partials/topics_list.js: line 178, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 178, col 57, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 178, col 70, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 178, col 86, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 178, col 105, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 178, col 121, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 178, col 137, ['slug'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 179, col 150, Line is too long. +build/public/templates/partials/topics_list.js: line 179, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 179, col 49, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 179, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 179, col 78, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 179, col 97, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 179, col 113, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 179, col 129, ['bookmark'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 181, col 163, Line is too long. +build/public/templates/partials/topics_list.js: line 181, col 45, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 181, col 61, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 181, col 74, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 181, col 90, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 181, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 181, col 125, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 181, col 141, ['bookmark'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 183, col 190, Line is too long. +build/public/templates/partials/topics_list.js: line 184, col 265, Line is too long. +build/public/templates/partials/topics_list.js: line 184, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 184, col 57, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 184, col 70, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 184, col 86, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 184, col 105, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 184, col 121, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 184, col 137, ['thumbs'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 184, col 150, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 184, col 166, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 184, col 182, ['thumbs'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 184, col 200, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 184, col 216, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 184, col 232, ['thumbs'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 184, col 247, ['url'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 186, col 213, Line is too long. +build/public/templates/partials/topics_list.js: line 186, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 186, col 57, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 186, col 70, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 186, col 86, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 186, col 105, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 186, col 121, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 186, col 137, ['thumbs'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 186, col 150, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 186, col 166, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 186, col 182, ['thumbs'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 186, col 192, ['length'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 187, col 231, Line is too long. +build/public/templates/partials/topics_list.js: line 188, col 213, Line is too long. +build/public/templates/partials/topics_list.js: line 188, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 188, col 57, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 188, col 70, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 188, col 86, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 188, col 105, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 188, col 121, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 188, col 137, ['thumbs'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 188, col 150, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 188, col 166, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 188, col 182, ['thumbs'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 188, col 192, ['length'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 191, col 193, Line is too long. +build/public/templates/partials/topics_list.js: line 192, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 196, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 198, col 131, Line is too long. +build/public/templates/partials/topics_list.js: line 199, col 157, Line is too long. +build/public/templates/partials/topics_list.js: line 199, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 199, col 57, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 199, col 70, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 199, col 86, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 199, col 105, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 199, col 121, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 199, col 137, ['votes'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 201, col 256, Line is too long. +build/public/templates/partials/topics_list.js: line 201, col 90, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 201, col 106, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 201, col 119, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 201, col 135, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 201, col 154, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 201, col 170, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 201, col 186, ['votes'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 201, col 222, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 202, col 200, Line is too long. +build/public/templates/partials/topics_list.js: line 203, col 133, Line is too long. +build/public/templates/partials/topics_list.js: line 204, col 157, Line is too long. +build/public/templates/partials/topics_list.js: line 204, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 204, col 53, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 204, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 204, col 82, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 204, col 101, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 204, col 117, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 204, col 133, ['postcount'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 206, col 256, Line is too long. +build/public/templates/partials/topics_list.js: line 206, col 86, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 206, col 102, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 206, col 115, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 206, col 131, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 206, col 150, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 206, col 166, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 206, col 182, ['postcount'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 206, col 222, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 207, col 316, Line is too long. +build/public/templates/partials/topics_list.js: line 208, col 157, Line is too long. +build/public/templates/partials/topics_list.js: line 208, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 208, col 53, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 208, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 208, col 82, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 208, col 101, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 208, col 117, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 208, col 133, ['viewcount'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 210, col 256, Line is too long. +build/public/templates/partials/topics_list.js: line 210, col 86, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 210, col 102, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 210, col 115, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 210, col 131, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 210, col 150, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 210, col 166, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 210, col 182, ['viewcount'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 210, col 222, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 211, col 264, Line is too long. +build/public/templates/partials/topics_list.js: line 212, col 162, Line is too long. +build/public/templates/partials/topics_list.js: line 212, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 212, col 45, ['config'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 212, col 58, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 212, col 74, ['config'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 212, col 84, ['theme'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 212, col 96, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 212, col 112, ['config'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 212, col 122, ['theme'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 212, col 131, ['mobileTopicTeasers'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 215, col 125, Line is too long. +build/public/templates/partials/topics_list.js: line 216, col 214, Line is too long. +build/public/templates/partials/topics_list.js: line 216, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 216, col 53, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 216, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 216, col 82, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 216, col 101, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 216, col 117, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 216, col 133, ['category'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 216, col 148, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 216, col 164, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 216, col 180, ['category'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 216, col 192, ['bgColor'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 218, col 147, Line is too long. +build/public/templates/partials/topics_list.js: line 218, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 218, col 45, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 218, col 58, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 218, col 74, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 218, col 93, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 218, col 109, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 218, col 125, ['unreplied'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 221, col 200, Line is too long. +build/public/templates/partials/topics_list.js: line 221, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 221, col 49, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 221, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 221, col 78, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 221, col 97, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 221, col 113, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 221, col 129, ['teaser'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 221, col 142, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 221, col 158, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 221, col 174, ['teaser'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 221, col 184, ['pid'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 223, col 270, Line is too long. +build/public/templates/partials/topics_list.js: line 223, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 223, col 53, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 223, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 223, col 82, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 223, col 101, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 223, col 117, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 223, col 133, ['teaser'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 223, col 146, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 223, col 162, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 223, col 178, ['teaser'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 223, col 188, ['user'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 223, col 199, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 223, col 215, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 223, col 231, ['teaser'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 223, col 241, ['user'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 223, col 249, ['userslug'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 224, col 130, Line is too long. +build/public/templates/partials/topics_list.js: line 224, col 47, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 224, col 63, ['config'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 224, col 76, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 224, col 92, ['config'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 224, col 102, ['relative_path'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 226, col 283, Line is too long. +build/public/templates/partials/topics_list.js: line 226, col 49, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 226, col 65, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 226, col 78, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 226, col 94, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 226, col 113, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 226, col 129, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 226, col 145, ['teaser'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 226, col 158, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 226, col 174, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 226, col 190, ['teaser'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 226, col 200, ['user'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 226, col 211, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 226, col 227, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 226, col 243, ['teaser'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 226, col 253, ['user'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 226, col 261, ['userslug'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 229, col 283, Line is too long. +build/public/templates/partials/topics_list.js: line 229, col 45, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 229, col 61, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 229, col 74, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 229, col 90, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 229, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 229, col 125, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 229, col 141, ['teaser'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 229, col 154, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 229, col 170, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 229, col 186, ['teaser'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 229, col 196, ['user'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 229, col 207, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 229, col 223, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 229, col 239, ['teaser'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 229, col 249, ['user'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 229, col 257, ['displayname'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 231, col 317, Line is too long. +build/public/templates/partials/topics_list.js: line 231, col 86, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 231, col 102, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 231, col 115, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 231, col 131, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 231, col 150, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 231, col 166, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 231, col 182, ['teaser'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 231, col 195, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 231, col 211, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 231, col 227, ['teaser'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 231, col 237, ['user'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 231, col 280, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 233, col 128, Line is too long. +build/public/templates/partials/topics_list.js: line 233, col 45, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 233, col 61, ['config'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 233, col 74, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 233, col 90, ['config'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 233, col 100, ['relative_path'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 235, col 160, Line is too long. +build/public/templates/partials/topics_list.js: line 235, col 45, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 235, col 61, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 235, col 74, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 235, col 90, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 235, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 235, col 125, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 235, col 141, ['slug'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 237, col 216, Line is too long. +build/public/templates/partials/topics_list.js: line 237, col 45, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 237, col 61, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 237, col 74, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 237, col 90, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 237, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 237, col 125, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 237, col 141, ['teaser'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 237, col 154, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 237, col 170, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 237, col 186, ['teaser'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 237, col 196, ['index'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 239, col 223, Line is too long. +build/public/templates/partials/topics_list.js: line 239, col 45, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 239, col 61, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 239, col 74, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 239, col 90, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 239, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 239, col 125, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 239, col 141, ['teaser'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 239, col 154, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 239, col 170, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 239, col 186, ['teaser'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 239, col 196, ['timestampISO'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 240, col 230, Line is too long. +build/public/templates/partials/topics_list.js: line 241, col 128, Line is too long. +build/public/templates/partials/topics_list.js: line 241, col 45, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 241, col 61, ['config'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 241, col 74, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 241, col 90, ['config'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 241, col 100, ['relative_path'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 243, col 160, Line is too long. +build/public/templates/partials/topics_list.js: line 243, col 45, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 243, col 61, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 243, col 74, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 243, col 90, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 243, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 243, col 125, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 243, col 141, ['slug'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 245, col 216, Line is too long. +build/public/templates/partials/topics_list.js: line 245, col 45, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 245, col 61, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 245, col 74, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 245, col 90, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 245, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 245, col 125, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 245, col 141, ['teaser'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 245, col 154, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 245, col 170, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 245, col 186, ['teaser'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 245, col 196, ['index'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 247, col 218, Line is too long. +build/public/templates/partials/topics_list.js: line 247, col 45, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 247, col 61, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 247, col 74, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 247, col 90, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 247, col 109, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 247, col 125, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 247, col 141, ['teaser'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 247, col 154, Expected '!==' and instead saw '!='. +build/public/templates/partials/topics_list.js: line 247, col 170, ['topics'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 247, col 186, ['teaser'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 247, col 196, ['content'] is better written in dot notation. +build/public/templates/partials/topics_list.js: line 26, col 13, 'key' is defined but never used. +build/public/templates/partials/topics_list.js: line 24, col 11, 'value' is defined but never used. +build/public/templates/partials/topics_list.js: line 259, col 3, Missing semicolon. +build/public/templates/partials/topics_list.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/topics_list.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/userFilter-placeholders.js: line 12, col 298, Line is too long. +build/public/templates/partials/userFilter-placeholders.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/partials/userFilter-placeholders.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/userFilter-placeholders.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/partials/userFilter-placeholders.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/partials/userFilter-placeholders.js: line 9, col 39, 'guard' is defined but never used. +build/public/templates/partials/userFilter-placeholders.js: line 20, col 3, Missing semicolon. +build/public/templates/partials/userFilter-placeholders.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/userFilter-placeholders.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/users/filter-dropdown-content.js: line 12, col 209, Line is too long. +build/public/templates/partials/users/filter-dropdown-content.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/filter-dropdown-content.js: line 13, col 41, ['selectedUser'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-content.js: line 15, col 200, Line is too long. +build/public/templates/partials/users/filter-dropdown-content.js: line 15, col 78, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/filter-dropdown-content.js: line 15, col 94, ['selectedUser'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-content.js: line 15, col 145, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/filter-dropdown-content.js: line 17, col 127, Line is too long. +build/public/templates/partials/users/filter-dropdown-content.js: line 17, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/filter-dropdown-content.js: line 17, col 53, ['selectedUser'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-content.js: line 17, col 72, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/filter-dropdown-content.js: line 17, col 88, ['selectedUser'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-content.js: line 17, col 104, ['username'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-content.js: line 20, col 173, Line is too long. +build/public/templates/partials/users/filter-dropdown-content.js: line 21, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/filter-dropdown-content.js: line 21, col 41, ['selectedUser'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-content.js: line 24, col 110, Line is too long. +build/public/templates/partials/users/filter-dropdown-content.js: line 25, col 116, Line is too long. +build/public/templates/partials/users/filter-dropdown-content.js: line 25, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/filter-dropdown-content.js: line 25, col 49, ['config'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-content.js: line 25, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/filter-dropdown-content.js: line 25, col 78, ['config'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-content.js: line 25, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-content.js: line 27, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/filter-dropdown-content.js: line 27, col 49, ['allUsersUrl'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-content.js: line 28, col 104, Line is too long. +build/public/templates/partials/users/filter-dropdown-content.js: line 29, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/filter-dropdown-content.js: line 29, col 41, ['selectedUser'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-content.js: line 33, col 22, ['users'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-content.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/users/filter-dropdown-content.js: line 41, col 113, Line is too long. +build/public/templates/partials/users/filter-dropdown-content.js: line 41, col 36, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/filter-dropdown-content.js: line 41, col 52, ['users'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-content.js: line 44, col 143, Line is too long. +build/public/templates/partials/users/filter-dropdown-content.js: line 44, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/filter-dropdown-content.js: line 44, col 45, ['users'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-content.js: line 44, col 57, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/filter-dropdown-content.js: line 44, col 73, ['users'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-content.js: line 44, col 91, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/filter-dropdown-content.js: line 44, col 107, ['users'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-content.js: line 44, col 122, ['selected'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-content.js: line 47, col 114, Line is too long. +build/public/templates/partials/users/filter-dropdown-content.js: line 48, col 120, Line is too long. +build/public/templates/partials/users/filter-dropdown-content.js: line 48, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/filter-dropdown-content.js: line 48, col 53, ['config'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-content.js: line 48, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/filter-dropdown-content.js: line 48, col 82, ['config'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-content.js: line 48, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-content.js: line 50, col 148, Line is too long. +build/public/templates/partials/users/filter-dropdown-content.js: line 50, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/filter-dropdown-content.js: line 50, col 53, ['users'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-content.js: line 50, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/filter-dropdown-content.js: line 50, col 81, ['users'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-content.js: line 50, col 99, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/filter-dropdown-content.js: line 50, col 115, ['users'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-content.js: line 50, col 130, ['url'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-content.js: line 52, col 155, Line is too long. +build/public/templates/partials/users/filter-dropdown-content.js: line 52, col 100, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/filter-dropdown-content.js: line 54, col 153, Line is too long. +build/public/templates/partials/users/filter-dropdown-content.js: line 54, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/filter-dropdown-content.js: line 54, col 53, ['users'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-content.js: line 54, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/filter-dropdown-content.js: line 54, col 81, ['users'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-content.js: line 54, col 99, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/filter-dropdown-content.js: line 54, col 115, ['users'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-content.js: line 54, col 130, ['username'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-content.js: line 56, col 143, Line is too long. +build/public/templates/partials/users/filter-dropdown-content.js: line 56, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/filter-dropdown-content.js: line 56, col 45, ['users'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-content.js: line 56, col 57, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/filter-dropdown-content.js: line 56, col 73, ['users'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-content.js: line 56, col 91, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/filter-dropdown-content.js: line 56, col 107, ['users'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-content.js: line 56, col 122, ['selected'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-content.js: line 42, col 13, 'key' is defined but never used. +build/public/templates/partials/users/filter-dropdown-content.js: line 40, col 11, 'value' is defined but never used. +build/public/templates/partials/users/filter-dropdown-content.js: line 67, col 3, Missing semicolon. +build/public/templates/partials/users/filter-dropdown-content.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/users/filter-dropdown-content.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/users/filter-dropdown-left.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/filter-dropdown-left.js: line 13, col 41, ['users'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-left.js: line 13, col 53, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/filter-dropdown-left.js: line 13, col 69, ['users'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-left.js: line 13, col 78, ['length'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-left.js: line 16, col 209, Line is too long. +build/public/templates/partials/users/filter-dropdown-left.js: line 17, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/filter-dropdown-left.js: line 17, col 41, ['selectedUser'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-left.js: line 19, col 200, Line is too long. +build/public/templates/partials/users/filter-dropdown-left.js: line 19, col 78, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/filter-dropdown-left.js: line 19, col 94, ['selectedUser'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-left.js: line 19, col 145, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/filter-dropdown-left.js: line 21, col 127, Line is too long. +build/public/templates/partials/users/filter-dropdown-left.js: line 21, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/filter-dropdown-left.js: line 21, col 53, ['selectedUser'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-left.js: line 21, col 72, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/filter-dropdown-left.js: line 21, col 88, ['selectedUser'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-left.js: line 21, col 104, ['username'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-left.js: line 24, col 173, Line is too long. +build/public/templates/partials/users/filter-dropdown-left.js: line 25, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/filter-dropdown-left.js: line 25, col 41, ['selectedUser'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-left.js: line 28, col 110, Line is too long. +build/public/templates/partials/users/filter-dropdown-left.js: line 29, col 116, Line is too long. +build/public/templates/partials/users/filter-dropdown-left.js: line 29, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/filter-dropdown-left.js: line 29, col 49, ['config'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-left.js: line 29, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/filter-dropdown-left.js: line 29, col 78, ['config'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-left.js: line 29, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-left.js: line 31, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/filter-dropdown-left.js: line 31, col 49, ['allUsersUrl'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-left.js: line 32, col 104, Line is too long. +build/public/templates/partials/users/filter-dropdown-left.js: line 33, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/filter-dropdown-left.js: line 33, col 41, ['selectedUser'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-left.js: line 37, col 22, ['users'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-left.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/users/filter-dropdown-left.js: line 45, col 113, Line is too long. +build/public/templates/partials/users/filter-dropdown-left.js: line 45, col 36, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/filter-dropdown-left.js: line 45, col 52, ['users'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-left.js: line 48, col 143, Line is too long. +build/public/templates/partials/users/filter-dropdown-left.js: line 48, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/filter-dropdown-left.js: line 48, col 45, ['users'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-left.js: line 48, col 57, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/filter-dropdown-left.js: line 48, col 73, ['users'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-left.js: line 48, col 91, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/filter-dropdown-left.js: line 48, col 107, ['users'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-left.js: line 48, col 122, ['selected'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-left.js: line 51, col 114, Line is too long. +build/public/templates/partials/users/filter-dropdown-left.js: line 52, col 120, Line is too long. +build/public/templates/partials/users/filter-dropdown-left.js: line 52, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/filter-dropdown-left.js: line 52, col 53, ['config'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-left.js: line 52, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/filter-dropdown-left.js: line 52, col 82, ['config'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-left.js: line 52, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-left.js: line 54, col 148, Line is too long. +build/public/templates/partials/users/filter-dropdown-left.js: line 54, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/filter-dropdown-left.js: line 54, col 53, ['users'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-left.js: line 54, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/filter-dropdown-left.js: line 54, col 81, ['users'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-left.js: line 54, col 99, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/filter-dropdown-left.js: line 54, col 115, ['users'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-left.js: line 54, col 130, ['url'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-left.js: line 56, col 155, Line is too long. +build/public/templates/partials/users/filter-dropdown-left.js: line 56, col 100, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/filter-dropdown-left.js: line 58, col 153, Line is too long. +build/public/templates/partials/users/filter-dropdown-left.js: line 58, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/filter-dropdown-left.js: line 58, col 53, ['users'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-left.js: line 58, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/filter-dropdown-left.js: line 58, col 81, ['users'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-left.js: line 58, col 99, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/filter-dropdown-left.js: line 58, col 115, ['users'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-left.js: line 58, col 130, ['username'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-left.js: line 60, col 143, Line is too long. +build/public/templates/partials/users/filter-dropdown-left.js: line 60, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/filter-dropdown-left.js: line 60, col 45, ['users'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-left.js: line 60, col 57, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/filter-dropdown-left.js: line 60, col 73, ['users'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-left.js: line 60, col 91, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/filter-dropdown-left.js: line 60, col 107, ['users'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-left.js: line 60, col 122, ['selected'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-left.js: line 46, col 13, 'key' is defined but never used. +build/public/templates/partials/users/filter-dropdown-left.js: line 44, col 11, 'value' is defined but never used. +build/public/templates/partials/users/filter-dropdown-left.js: line 71, col 3, Missing semicolon. +build/public/templates/partials/users/filter-dropdown-left.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/users/filter-dropdown-left.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/users/filter-dropdown-right.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/filter-dropdown-right.js: line 13, col 41, ['users'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-right.js: line 13, col 53, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/filter-dropdown-right.js: line 13, col 69, ['users'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-right.js: line 13, col 78, ['length'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-right.js: line 16, col 209, Line is too long. +build/public/templates/partials/users/filter-dropdown-right.js: line 17, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/filter-dropdown-right.js: line 17, col 41, ['selectedUser'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-right.js: line 19, col 200, Line is too long. +build/public/templates/partials/users/filter-dropdown-right.js: line 19, col 78, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/filter-dropdown-right.js: line 19, col 94, ['selectedUser'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-right.js: line 19, col 145, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/filter-dropdown-right.js: line 21, col 127, Line is too long. +build/public/templates/partials/users/filter-dropdown-right.js: line 21, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/filter-dropdown-right.js: line 21, col 53, ['selectedUser'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-right.js: line 21, col 72, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/filter-dropdown-right.js: line 21, col 88, ['selectedUser'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-right.js: line 21, col 104, ['username'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-right.js: line 24, col 173, Line is too long. +build/public/templates/partials/users/filter-dropdown-right.js: line 25, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/filter-dropdown-right.js: line 25, col 41, ['selectedUser'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-right.js: line 28, col 110, Line is too long. +build/public/templates/partials/users/filter-dropdown-right.js: line 29, col 116, Line is too long. +build/public/templates/partials/users/filter-dropdown-right.js: line 29, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/filter-dropdown-right.js: line 29, col 49, ['config'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-right.js: line 29, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/filter-dropdown-right.js: line 29, col 78, ['config'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-right.js: line 29, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-right.js: line 31, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/filter-dropdown-right.js: line 31, col 49, ['allUsersUrl'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-right.js: line 32, col 104, Line is too long. +build/public/templates/partials/users/filter-dropdown-right.js: line 33, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/filter-dropdown-right.js: line 33, col 41, ['selectedUser'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-right.js: line 37, col 22, ['users'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-right.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/users/filter-dropdown-right.js: line 45, col 113, Line is too long. +build/public/templates/partials/users/filter-dropdown-right.js: line 45, col 36, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/filter-dropdown-right.js: line 45, col 52, ['users'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-right.js: line 48, col 143, Line is too long. +build/public/templates/partials/users/filter-dropdown-right.js: line 48, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/filter-dropdown-right.js: line 48, col 45, ['users'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-right.js: line 48, col 57, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/filter-dropdown-right.js: line 48, col 73, ['users'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-right.js: line 48, col 91, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/filter-dropdown-right.js: line 48, col 107, ['users'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-right.js: line 48, col 122, ['selected'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-right.js: line 51, col 114, Line is too long. +build/public/templates/partials/users/filter-dropdown-right.js: line 52, col 120, Line is too long. +build/public/templates/partials/users/filter-dropdown-right.js: line 52, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/filter-dropdown-right.js: line 52, col 53, ['config'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-right.js: line 52, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/filter-dropdown-right.js: line 52, col 82, ['config'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-right.js: line 52, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-right.js: line 54, col 148, Line is too long. +build/public/templates/partials/users/filter-dropdown-right.js: line 54, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/filter-dropdown-right.js: line 54, col 53, ['users'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-right.js: line 54, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/filter-dropdown-right.js: line 54, col 81, ['users'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-right.js: line 54, col 99, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/filter-dropdown-right.js: line 54, col 115, ['users'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-right.js: line 54, col 130, ['url'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-right.js: line 56, col 155, Line is too long. +build/public/templates/partials/users/filter-dropdown-right.js: line 56, col 100, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/filter-dropdown-right.js: line 58, col 153, Line is too long. +build/public/templates/partials/users/filter-dropdown-right.js: line 58, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/filter-dropdown-right.js: line 58, col 53, ['users'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-right.js: line 58, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/filter-dropdown-right.js: line 58, col 81, ['users'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-right.js: line 58, col 99, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/filter-dropdown-right.js: line 58, col 115, ['users'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-right.js: line 58, col 130, ['username'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-right.js: line 60, col 143, Line is too long. +build/public/templates/partials/users/filter-dropdown-right.js: line 60, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/filter-dropdown-right.js: line 60, col 45, ['users'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-right.js: line 60, col 57, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/filter-dropdown-right.js: line 60, col 73, ['users'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-right.js: line 60, col 91, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/filter-dropdown-right.js: line 60, col 107, ['users'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-right.js: line 60, col 122, ['selected'] is better written in dot notation. +build/public/templates/partials/users/filter-dropdown-right.js: line 46, col 13, 'key' is defined but never used. +build/public/templates/partials/users/filter-dropdown-right.js: line 44, col 11, 'value' is defined but never used. +build/public/templates/partials/users/filter-dropdown-right.js: line 71, col 3, Missing semicolon. +build/public/templates/partials/users/filter-dropdown-right.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/users/filter-dropdown-right.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/users/item.js: line 13, col 104, Line is too long. +build/public/templates/partials/users/item.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/item.js: line 13, col 49, ['users'] is better written in dot notation. +build/public/templates/partials/users/item.js: line 13, col 61, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/item.js: line 13, col 77, ['users'] is better written in dot notation. +build/public/templates/partials/users/item.js: line 13, col 86, ['uid'] is better written in dot notation. +build/public/templates/partials/users/item.js: line 15, col 116, Line is too long. +build/public/templates/partials/users/item.js: line 15, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/item.js: line 15, col 49, ['config'] is better written in dot notation. +build/public/templates/partials/users/item.js: line 15, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/item.js: line 15, col 78, ['config'] is better written in dot notation. +build/public/templates/partials/users/item.js: line 15, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/partials/users/item.js: line 17, col 109, Line is too long. +build/public/templates/partials/users/item.js: line 17, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/item.js: line 17, col 49, ['users'] is better written in dot notation. +build/public/templates/partials/users/item.js: line 17, col 61, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/item.js: line 17, col 77, ['users'] is better written in dot notation. +build/public/templates/partials/users/item.js: line 17, col 86, ['userslug'] is better written in dot notation. +build/public/templates/partials/users/item.js: line 19, col 171, Line is too long. +build/public/templates/partials/users/item.js: line 19, col 74, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/item.js: line 19, col 90, ['users'] is better written in dot notation. +build/public/templates/partials/users/item.js: line 19, col 134, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/item.js: line 21, col 116, Line is too long. +build/public/templates/partials/users/item.js: line 21, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/item.js: line 21, col 49, ['config'] is better written in dot notation. +build/public/templates/partials/users/item.js: line 21, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/item.js: line 21, col 78, ['config'] is better written in dot notation. +build/public/templates/partials/users/item.js: line 21, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/partials/users/item.js: line 23, col 109, Line is too long. +build/public/templates/partials/users/item.js: line 23, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/item.js: line 23, col 49, ['users'] is better written in dot notation. +build/public/templates/partials/users/item.js: line 23, col 61, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/item.js: line 23, col 77, ['users'] is better written in dot notation. +build/public/templates/partials/users/item.js: line 23, col 86, ['userslug'] is better written in dot notation. +build/public/templates/partials/users/item.js: line 25, col 109, Line is too long. +build/public/templates/partials/users/item.js: line 25, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/item.js: line 25, col 49, ['users'] is better written in dot notation. +build/public/templates/partials/users/item.js: line 25, col 61, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/item.js: line 25, col 77, ['users'] is better written in dot notation. +build/public/templates/partials/users/item.js: line 25, col 86, ['username'] is better written in dot notation. +build/public/templates/partials/users/item.js: line 27, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/item.js: line 27, col 41, ['section_online'] is better written in dot notation. +build/public/templates/partials/users/item.js: line 29, col 118, Line is too long. +build/public/templates/partials/users/item.js: line 29, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/item.js: line 29, col 53, ['users'] is better written in dot notation. +build/public/templates/partials/users/item.js: line 29, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/item.js: line 29, col 81, ['users'] is better written in dot notation. +build/public/templates/partials/users/item.js: line 29, col 90, ['lastonlineISO'] is better written in dot notation. +build/public/templates/partials/users/item.js: line 33, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/item.js: line 33, col 41, ['section_joindate'] is better written in dot notation. +build/public/templates/partials/users/item.js: line 35, col 116, Line is too long. +build/public/templates/partials/users/item.js: line 35, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/item.js: line 35, col 53, ['users'] is better written in dot notation. +build/public/templates/partials/users/item.js: line 35, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/item.js: line 35, col 81, ['users'] is better written in dot notation. +build/public/templates/partials/users/item.js: line 35, col 90, ['joindateISO'] is better written in dot notation. +build/public/templates/partials/users/item.js: line 39, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/item.js: line 41, col 162, Line is too long. +build/public/templates/partials/users/item.js: line 41, col 82, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/item.js: line 41, col 98, ['users'] is better written in dot notation. +build/public/templates/partials/users/item.js: line 41, col 110, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/item.js: line 41, col 126, ['users'] is better written in dot notation. +build/public/templates/partials/users/item.js: line 41, col 135, ['reputation'] is better written in dot notation. +build/public/templates/partials/users/item.js: line 45, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/item.js: line 47, col 161, Line is too long. +build/public/templates/partials/users/item.js: line 47, col 82, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/item.js: line 47, col 98, ['users'] is better written in dot notation. +build/public/templates/partials/users/item.js: line 47, col 110, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/item.js: line 47, col 126, ['users'] is better written in dot notation. +build/public/templates/partials/users/item.js: line 47, col 135, ['postcount'] is better written in dot notation. +build/public/templates/partials/users/item.js: line 51, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/item.js: line 51, col 41, ['section_flagged'] is better written in dot notation. +build/public/templates/partials/users/item.js: line 53, col 120, Line is too long. +build/public/templates/partials/users/item.js: line 53, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/item.js: line 53, col 53, ['config'] is better written in dot notation. +build/public/templates/partials/users/item.js: line 53, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/item.js: line 53, col 82, ['config'] is better written in dot notation. +build/public/templates/partials/users/item.js: line 53, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/partials/users/item.js: line 55, col 108, Line is too long. +build/public/templates/partials/users/item.js: line 55, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/item.js: line 55, col 53, ['users'] is better written in dot notation. +build/public/templates/partials/users/item.js: line 55, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/item.js: line 55, col 81, ['users'] is better written in dot notation. +build/public/templates/partials/users/item.js: line 55, col 90, ['uid'] is better written in dot notation. +build/public/templates/partials/users/item.js: line 57, col 110, Line is too long. +build/public/templates/partials/users/item.js: line 57, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/item.js: line 57, col 53, ['users'] is better written in dot notation. +build/public/templates/partials/users/item.js: line 57, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/users/item.js: line 57, col 81, ['users'] is better written in dot notation. +build/public/templates/partials/users/item.js: line 57, col 90, ['flags'] is better written in dot notation. +build/public/templates/partials/users/item.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/users/item.js: line 68, col 3, Missing semicolon. +build/public/templates/partials/users/item.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/users/item.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/users_list.js: line 12, col 108, Line is too long. +build/public/templates/partials/users_list.js: line 13, col 22, ['users'] is better written in dot notation. +build/public/templates/partials/users_list.js: line 15, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/users_list.js: line 15, col 41, ['anonymousUserCount'] is better written in dot notation. +build/public/templates/partials/users_list.js: line 16, col 280, Line is too long. +build/public/templates/partials/users_list.js: line 17, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/users_list.js: line 17, col 53, ['anonymousUserCount'] is better written in dot notation. +build/public/templates/partials/users_list.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/users_list.js: line 27, col 113, Line is too long. +build/public/templates/partials/users_list.js: line 27, col 36, Expected '!==' and instead saw '!='. +build/public/templates/partials/users_list.js: line 27, col 52, ['users'] is better written in dot notation. +build/public/templates/partials/users_list.js: line 30, col 148, Line is too long. +build/public/templates/partials/users_list.js: line 30, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/users_list.js: line 30, col 53, ['users'] is better written in dot notation. +build/public/templates/partials/users_list.js: line 30, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/users_list.js: line 30, col 81, ['users'] is better written in dot notation. +build/public/templates/partials/users_list.js: line 30, col 99, Expected '!==' and instead saw '!='. +build/public/templates/partials/users_list.js: line 30, col 115, ['users'] is better written in dot notation. +build/public/templates/partials/users_list.js: line 30, col 130, ['uid'] is better written in dot notation. +build/public/templates/partials/users_list.js: line 32, col 120, Line is too long. +build/public/templates/partials/users_list.js: line 32, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/users_list.js: line 32, col 53, ['config'] is better written in dot notation. +build/public/templates/partials/users_list.js: line 32, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/users_list.js: line 32, col 82, ['config'] is better written in dot notation. +build/public/templates/partials/users_list.js: line 32, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/partials/users_list.js: line 34, col 153, Line is too long. +build/public/templates/partials/users_list.js: line 34, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/users_list.js: line 34, col 53, ['users'] is better written in dot notation. +build/public/templates/partials/users_list.js: line 34, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/users_list.js: line 34, col 81, ['users'] is better written in dot notation. +build/public/templates/partials/users_list.js: line 34, col 99, Expected '!==' and instead saw '!='. +build/public/templates/partials/users_list.js: line 34, col 115, ['users'] is better written in dot notation. +build/public/templates/partials/users_list.js: line 34, col 130, ['userslug'] is better written in dot notation. +build/public/templates/partials/users_list.js: line 36, col 209, Line is too long. +build/public/templates/partials/users_list.js: line 36, col 78, Expected '!==' and instead saw '!='. +build/public/templates/partials/users_list.js: line 36, col 94, ['users'] is better written in dot notation. +build/public/templates/partials/users_list.js: line 36, col 106, Expected '!==' and instead saw '!='. +build/public/templates/partials/users_list.js: line 36, col 122, ['users'] is better written in dot notation. +build/public/templates/partials/users_list.js: line 36, col 172, Expected '!==' and instead saw '!='. +build/public/templates/partials/users_list.js: line 37, col 101, Line is too long. +build/public/templates/partials/users_list.js: line 38, col 120, Line is too long. +build/public/templates/partials/users_list.js: line 38, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/users_list.js: line 38, col 53, ['config'] is better written in dot notation. +build/public/templates/partials/users_list.js: line 38, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/users_list.js: line 38, col 82, ['config'] is better written in dot notation. +build/public/templates/partials/users_list.js: line 38, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/partials/users_list.js: line 40, col 153, Line is too long. +build/public/templates/partials/users_list.js: line 40, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/users_list.js: line 40, col 53, ['users'] is better written in dot notation. +build/public/templates/partials/users_list.js: line 40, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/users_list.js: line 40, col 81, ['users'] is better written in dot notation. +build/public/templates/partials/users_list.js: line 40, col 99, Expected '!==' and instead saw '!='. +build/public/templates/partials/users_list.js: line 40, col 115, ['users'] is better written in dot notation. +build/public/templates/partials/users_list.js: line 40, col 130, ['userslug'] is better written in dot notation. +build/public/templates/partials/users_list.js: line 42, col 153, Line is too long. +build/public/templates/partials/users_list.js: line 42, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/users_list.js: line 42, col 53, ['users'] is better written in dot notation. +build/public/templates/partials/users_list.js: line 42, col 65, Expected '!==' and instead saw '!='. +build/public/templates/partials/users_list.js: line 42, col 81, ['users'] is better written in dot notation. +build/public/templates/partials/users_list.js: line 42, col 99, Expected '!==' and instead saw '!='. +build/public/templates/partials/users_list.js: line 42, col 115, ['users'] is better written in dot notation. +build/public/templates/partials/users_list.js: line 42, col 130, ['username'] is better written in dot notation. +build/public/templates/partials/users_list.js: line 44, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/users_list.js: line 44, col 45, ['section_online'] is better written in dot notation. +build/public/templates/partials/users_list.js: line 46, col 162, Line is too long. +build/public/templates/partials/users_list.js: line 46, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/users_list.js: line 46, col 57, ['users'] is better written in dot notation. +build/public/templates/partials/users_list.js: line 46, col 69, Expected '!==' and instead saw '!='. +build/public/templates/partials/users_list.js: line 46, col 85, ['users'] is better written in dot notation. +build/public/templates/partials/users_list.js: line 46, col 103, Expected '!==' and instead saw '!='. +build/public/templates/partials/users_list.js: line 46, col 119, ['users'] is better written in dot notation. +build/public/templates/partials/users_list.js: line 46, col 134, ['lastonlineISO'] is better written in dot notation. +build/public/templates/partials/users_list.js: line 50, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/users_list.js: line 50, col 45, ['section_joindate'] is better written in dot notation. +build/public/templates/partials/users_list.js: line 52, col 160, Line is too long. +build/public/templates/partials/users_list.js: line 52, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/users_list.js: line 52, col 57, ['users'] is better written in dot notation. +build/public/templates/partials/users_list.js: line 52, col 69, Expected '!==' and instead saw '!='. +build/public/templates/partials/users_list.js: line 52, col 85, ['users'] is better written in dot notation. +build/public/templates/partials/users_list.js: line 52, col 103, Expected '!==' and instead saw '!='. +build/public/templates/partials/users_list.js: line 52, col 119, ['users'] is better written in dot notation. +build/public/templates/partials/users_list.js: line 52, col 134, ['joindateISO'] is better written in dot notation. +build/public/templates/partials/users_list.js: line 56, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/users_list.js: line 58, col 206, Line is too long. +build/public/templates/partials/users_list.js: line 58, col 86, Expected '!==' and instead saw '!='. +build/public/templates/partials/users_list.js: line 58, col 102, ['users'] is better written in dot notation. +build/public/templates/partials/users_list.js: line 58, col 114, Expected '!==' and instead saw '!='. +build/public/templates/partials/users_list.js: line 58, col 130, ['users'] is better written in dot notation. +build/public/templates/partials/users_list.js: line 58, col 148, Expected '!==' and instead saw '!='. +build/public/templates/partials/users_list.js: line 58, col 164, ['users'] is better written in dot notation. +build/public/templates/partials/users_list.js: line 58, col 179, ['reputation'] is better written in dot notation. +build/public/templates/partials/users_list.js: line 62, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/users_list.js: line 64, col 205, Line is too long. +build/public/templates/partials/users_list.js: line 64, col 86, Expected '!==' and instead saw '!='. +build/public/templates/partials/users_list.js: line 64, col 102, ['users'] is better written in dot notation. +build/public/templates/partials/users_list.js: line 64, col 114, Expected '!==' and instead saw '!='. +build/public/templates/partials/users_list.js: line 64, col 130, ['users'] is better written in dot notation. +build/public/templates/partials/users_list.js: line 64, col 148, Expected '!==' and instead saw '!='. +build/public/templates/partials/users_list.js: line 64, col 164, ['users'] is better written in dot notation. +build/public/templates/partials/users_list.js: line 64, col 179, ['postcount'] is better written in dot notation. +build/public/templates/partials/users_list.js: line 68, col 29, Expected '!==' and instead saw '!='. +build/public/templates/partials/users_list.js: line 68, col 45, ['section_flagged'] is better written in dot notation. +build/public/templates/partials/users_list.js: line 70, col 124, Line is too long. +build/public/templates/partials/users_list.js: line 70, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/users_list.js: line 70, col 57, ['config'] is better written in dot notation. +build/public/templates/partials/users_list.js: line 70, col 70, Expected '!==' and instead saw '!='. +build/public/templates/partials/users_list.js: line 70, col 86, ['config'] is better written in dot notation. +build/public/templates/partials/users_list.js: line 70, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/partials/users_list.js: line 72, col 152, Line is too long. +build/public/templates/partials/users_list.js: line 72, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/users_list.js: line 72, col 57, ['users'] is better written in dot notation. +build/public/templates/partials/users_list.js: line 72, col 69, Expected '!==' and instead saw '!='. +build/public/templates/partials/users_list.js: line 72, col 85, ['users'] is better written in dot notation. +build/public/templates/partials/users_list.js: line 72, col 103, Expected '!==' and instead saw '!='. +build/public/templates/partials/users_list.js: line 72, col 119, ['users'] is better written in dot notation. +build/public/templates/partials/users_list.js: line 72, col 134, ['uid'] is better written in dot notation. +build/public/templates/partials/users_list.js: line 74, col 154, Line is too long. +build/public/templates/partials/users_list.js: line 74, col 41, Expected '!==' and instead saw '!='. +build/public/templates/partials/users_list.js: line 74, col 57, ['users'] is better written in dot notation. +build/public/templates/partials/users_list.js: line 74, col 69, Expected '!==' and instead saw '!='. +build/public/templates/partials/users_list.js: line 74, col 85, ['users'] is better written in dot notation. +build/public/templates/partials/users_list.js: line 74, col 103, Expected '!==' and instead saw '!='. +build/public/templates/partials/users_list.js: line 74, col 119, ['users'] is better written in dot notation. +build/public/templates/partials/users_list.js: line 74, col 134, ['flags'] is better written in dot notation. +build/public/templates/partials/users_list.js: line 28, col 13, 'key' is defined but never used. +build/public/templates/partials/users_list.js: line 27, col 106, 'value' is defined but never used. +build/public/templates/partials/users_list.js: line 27, col 98, 'length' is defined but never used. +build/public/templates/partials/users_list.js: line 27, col 91, 'index' is defined but never used. +build/public/templates/partials/users_list.js: line 26, col 11, 'value' is defined but never used. +build/public/templates/partials/users_list.js: line 85, col 3, Missing semicolon. +build/public/templates/partials/users_list.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/users_list.js: line 6, col 5, 'define' is not defined. + +build/public/templates/partials/users_list_menu.js: line 12, col 166, Line is too long. +build/public/templates/partials/users_list_menu.js: line 13, col 116, Line is too long. +build/public/templates/partials/users_list_menu.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/users_list_menu.js: line 13, col 49, ['config'] is better written in dot notation. +build/public/templates/partials/users_list_menu.js: line 13, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/users_list_menu.js: line 13, col 78, ['config'] is better written in dot notation. +build/public/templates/partials/users_list_menu.js: line 13, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/partials/users_list_menu.js: line 14, col 112, Line is too long. +build/public/templates/partials/users_list_menu.js: line 15, col 116, Line is too long. +build/public/templates/partials/users_list_menu.js: line 15, col 33, Expected '!==' and instead saw '!='. +build/public/templates/partials/users_list_menu.js: line 15, col 49, ['config'] is better written in dot notation. +build/public/templates/partials/users_list_menu.js: line 15, col 62, Expected '!==' and instead saw '!='. +build/public/templates/partials/users_list_menu.js: line 15, col 78, ['config'] is better written in dot notation. +build/public/templates/partials/users_list_menu.js: line 15, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/partials/users_list_menu.js: line 17, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/users_list_menu.js: line 20, col 120, Line is too long. +build/public/templates/partials/users_list_menu.js: line 20, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/users_list_menu.js: line 20, col 53, ['config'] is better written in dot notation. +build/public/templates/partials/users_list_menu.js: line 20, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/users_list_menu.js: line 20, col 82, ['config'] is better written in dot notation. +build/public/templates/partials/users_list_menu.js: line 20, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/partials/users_list_menu.js: line 23, col 25, Expected '!==' and instead saw '!='. +build/public/templates/partials/users_list_menu.js: line 23, col 41, ['isAdminOrGlobalMod'] is better written in dot notation. +build/public/templates/partials/users_list_menu.js: line 25, col 120, Line is too long. +build/public/templates/partials/users_list_menu.js: line 25, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/users_list_menu.js: line 25, col 53, ['config'] is better written in dot notation. +build/public/templates/partials/users_list_menu.js: line 25, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/users_list_menu.js: line 25, col 82, ['config'] is better written in dot notation. +build/public/templates/partials/users_list_menu.js: line 25, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/partials/users_list_menu.js: line 26, col 120, Line is too long. +build/public/templates/partials/users_list_menu.js: line 27, col 120, Line is too long. +build/public/templates/partials/users_list_menu.js: line 27, col 37, Expected '!==' and instead saw '!='. +build/public/templates/partials/users_list_menu.js: line 27, col 53, ['config'] is better written in dot notation. +build/public/templates/partials/users_list_menu.js: line 27, col 66, Expected '!==' and instead saw '!='. +build/public/templates/partials/users_list_menu.js: line 27, col 82, ['config'] is better written in dot notation. +build/public/templates/partials/users_list_menu.js: line 27, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/partials/users_list_menu.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/partials/users_list_menu.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/partials/users_list_menu.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/partials/users_list_menu.js: line 38, col 3, Missing semicolon. +build/public/templates/partials/users_list_menu.js: line 5, col 46, 'define' is not defined. +build/public/templates/partials/users_list_menu.js: line 6, col 5, 'define' is not defined. + +build/public/templates/popular.js: line 12, col 114, Line is too long. +build/public/templates/popular.js: line 12, col 30, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 12, col 46, ['breadcrumbs'] is better written in dot notation. +build/public/templates/popular.js: line 12, col 64, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 12, col 80, ['breadcrumbs'] is better written in dot notation. +build/public/templates/popular.js: line 12, col 95, ['length'] is better written in dot notation. +build/public/templates/popular.js: line 13, col 136, Line is too long. +build/public/templates/popular.js: line 14, col 26, ['breadcrumbs'] is better written in dot notation. +build/public/templates/popular.js: line 19, col 198, Line is too long. +build/public/templates/popular.js: line 20, col 25, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 20, col 41, ['canPost'] is better written in dot notation. +build/public/templates/popular.js: line 21, col 487, Line is too long. +build/public/templates/popular.js: line 22, col 26, ['categories'] is better written in dot notation. +build/public/templates/popular.js: line 25, col 120, Line is too long. +build/public/templates/popular.js: line 25, col 37, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 25, col 53, ['config'] is better written in dot notation. +build/public/templates/popular.js: line 25, col 66, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 25, col 82, ['config'] is better written in dot notation. +build/public/templates/popular.js: line 25, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/popular.js: line 28, col 25, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 28, col 41, ['terms'] is better written in dot notation. +build/public/templates/popular.js: line 28, col 53, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 28, col 69, ['terms'] is better written in dot notation. +build/public/templates/popular.js: line 28, col 78, ['length'] is better written in dot notation. +build/public/templates/popular.js: line 31, col 323, Line is too long. +build/public/templates/popular.js: line 32, col 119, Line is too long. +build/public/templates/popular.js: line 32, col 33, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 32, col 49, ['selectedTerm'] is better written in dot notation. +build/public/templates/popular.js: line 32, col 68, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 32, col 84, ['selectedTerm'] is better written in dot notation. +build/public/templates/popular.js: line 32, col 100, ['name'] is better written in dot notation. +build/public/templates/popular.js: line 34, col 22, ['terms'] is better written in dot notation. +build/public/templates/popular.js: line 36, col 101, Line is too long. +build/public/templates/popular.js: line 36, col 25, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 36, col 41, ['filters'] is better written in dot notation. +build/public/templates/popular.js: line 36, col 55, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 36, col 71, ['filters'] is better written in dot notation. +build/public/templates/popular.js: line 36, col 82, ['length'] is better written in dot notation. +build/public/templates/popular.js: line 39, col 324, Line is too long. +build/public/templates/popular.js: line 40, col 123, Line is too long. +build/public/templates/popular.js: line 40, col 33, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 40, col 49, ['selectedFilter'] is better written in dot notation. +build/public/templates/popular.js: line 40, col 70, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 40, col 86, ['selectedFilter'] is better written in dot notation. +build/public/templates/popular.js: line 40, col 104, ['name'] is better written in dot notation. +build/public/templates/popular.js: line 42, col 22, ['filters'] is better written in dot notation. +build/public/templates/popular.js: line 43, col 343, Line is too long. +build/public/templates/popular.js: line 44, col 25, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 44, col 41, ['selectedCategory'] is better written in dot notation. +build/public/templates/popular.js: line 46, col 159, Line is too long. +build/public/templates/popular.js: line 46, col 84, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 46, col 100, ['selectedCategory'] is better written in dot notation. +build/public/templates/popular.js: line 48, col 131, Line is too long. +build/public/templates/popular.js: line 48, col 37, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 48, col 53, ['selectedCategory'] is better written in dot notation. +build/public/templates/popular.js: line 48, col 76, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 48, col 92, ['selectedCategory'] is better written in dot notation. +build/public/templates/popular.js: line 48, col 112, ['name'] is better written in dot notation. +build/public/templates/popular.js: line 50, col 144, Line is too long. +build/public/templates/popular.js: line 51, col 410, Line is too long. +build/public/templates/popular.js: line 52, col 25, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 52, col 41, ['hideAll'] is better written in dot notation. +build/public/templates/popular.js: line 54, col 173, Line is too long. +build/public/templates/popular.js: line 55, col 29, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 55, col 45, ['allCategoriesUrl'] is better written in dot notation. +build/public/templates/popular.js: line 56, col 122, Line is too long. +build/public/templates/popular.js: line 56, col 39, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 56, col 55, ['config'] is better written in dot notation. +build/public/templates/popular.js: line 56, col 68, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 56, col 84, ['config'] is better written in dot notation. +build/public/templates/popular.js: line 56, col 94, ['relative_path'] is better written in dot notation. +build/public/templates/popular.js: line 58, col 41, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 58, col 57, ['allCategoriesUrl'] is better written in dot notation. +build/public/templates/popular.js: line 60, col 158, Line is too long. +build/public/templates/popular.js: line 61, col 29, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 61, col 45, ['selectedCategory'] is better written in dot notation. +build/public/templates/popular.js: line 66, col 22, ['categoryItems'] is better written in dot notation. +build/public/templates/popular.js: line 68, col 25, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 68, col 41, ['showTopicTools'] is better written in dot notation. +build/public/templates/popular.js: line 69, col 2006, Line is too long. +build/public/templates/popular.js: line 70, col 109, Line is too long. +build/public/templates/popular.js: line 70, col 29, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 70, col 45, ['template'] is better written in dot notation. +build/public/templates/popular.js: line 70, col 60, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 70, col 76, ['template'] is better written in dot notation. +build/public/templates/popular.js: line 70, col 88, ['category'] is better written in dot notation. +build/public/templates/popular.js: line 71, col 251, Line is too long. +build/public/templates/popular.js: line 73, col 1144, Line is too long. +build/public/templates/popular.js: line 74, col 26, ['thread_tools'] is better written in dot notation. +build/public/templates/popular.js: line 78, col 25, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 78, col 41, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 78, col 54, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 78, col 70, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 78, col 80, ['length'] is better written in dot notation. +build/public/templates/popular.js: line 80, col 113, Line is too long. +build/public/templates/popular.js: line 81, col 147, Line is too long. +build/public/templates/popular.js: line 82, col 33, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 82, col 49, ['nextStart'] is better written in dot notation. +build/public/templates/popular.js: line 84, col 33, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 84, col 49, ['set'] is better written in dot notation. +build/public/templates/popular.js: line 86, col 22, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 88, col 106, Line is too long. +build/public/templates/popular.js: line 88, col 25, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 88, col 41, ['config'] is better written in dot notation. +build/public/templates/popular.js: line 88, col 54, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 88, col 70, ['config'] is better written in dot notation. +build/public/templates/popular.js: line 88, col 80, ['usePagination'] is better written in dot notation. +build/public/templates/popular.js: line 90, col 162, Line is too long. +build/public/templates/popular.js: line 90, col 29, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 90, col 45, ['pagination'] is better written in dot notation. +build/public/templates/popular.js: line 90, col 62, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 90, col 78, ['pagination'] is better written in dot notation. +build/public/templates/popular.js: line 90, col 92, ['pages'] is better written in dot notation. +build/public/templates/popular.js: line 90, col 104, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 90, col 120, ['pagination'] is better written in dot notation. +build/public/templates/popular.js: line 90, col 134, ['pages'] is better written in dot notation. +build/public/templates/popular.js: line 90, col 143, ['length'] is better written in dot notation. +build/public/templates/popular.js: line 93, col 159, Line is too long. +build/public/templates/popular.js: line 94, col 160, Line is too long. +build/public/templates/popular.js: line 94, col 29, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 94, col 45, ['pagination'] is better written in dot notation. +build/public/templates/popular.js: line 94, col 62, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 94, col 78, ['pagination'] is better written in dot notation. +build/public/templates/popular.js: line 94, col 92, ['prev'] is better written in dot notation. +build/public/templates/popular.js: line 94, col 103, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 94, col 119, ['pagination'] is better written in dot notation. +build/public/templates/popular.js: line 94, col 133, ['prev'] is better written in dot notation. +build/public/templates/popular.js: line 94, col 141, ['active'] is better written in dot notation. +build/public/templates/popular.js: line 98, col 166, Line is too long. +build/public/templates/popular.js: line 98, col 37, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 98, col 53, ['pagination'] is better written in dot notation. +build/public/templates/popular.js: line 98, col 70, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 98, col 86, ['pagination'] is better written in dot notation. +build/public/templates/popular.js: line 98, col 100, ['prev'] is better written in dot notation. +build/public/templates/popular.js: line 98, col 111, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 98, col 127, ['pagination'] is better written in dot notation. +build/public/templates/popular.js: line 98, col 141, ['prev'] is better written in dot notation. +build/public/templates/popular.js: line 98, col 149, ['qs'] is better written in dot notation. +build/public/templates/popular.js: line 100, col 168, Line is too long. +build/public/templates/popular.js: line 100, col 37, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 100, col 53, ['pagination'] is better written in dot notation. +build/public/templates/popular.js: line 100, col 70, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 100, col 86, ['pagination'] is better written in dot notation. +build/public/templates/popular.js: line 100, col 100, ['prev'] is better written in dot notation. +build/public/templates/popular.js: line 100, col 111, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 100, col 127, ['pagination'] is better written in dot notation. +build/public/templates/popular.js: line 100, col 141, ['prev'] is better written in dot notation. +build/public/templates/popular.js: line 100, col 149, ['page'] is better written in dot notation. +build/public/templates/popular.js: line 101, col 118, Line is too long. +build/public/templates/popular.js: line 104, col 160, Line is too long. +build/public/templates/popular.js: line 104, col 29, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 104, col 45, ['pagination'] is better written in dot notation. +build/public/templates/popular.js: line 104, col 62, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 104, col 78, ['pagination'] is better written in dot notation. +build/public/templates/popular.js: line 104, col 92, ['next'] is better written in dot notation. +build/public/templates/popular.js: line 104, col 103, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 104, col 119, ['pagination'] is better written in dot notation. +build/public/templates/popular.js: line 104, col 133, ['next'] is better written in dot notation. +build/public/templates/popular.js: line 104, col 141, ['active'] is better written in dot notation. +build/public/templates/popular.js: line 108, col 166, Line is too long. +build/public/templates/popular.js: line 108, col 37, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 108, col 53, ['pagination'] is better written in dot notation. +build/public/templates/popular.js: line 108, col 70, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 108, col 86, ['pagination'] is better written in dot notation. +build/public/templates/popular.js: line 108, col 100, ['next'] is better written in dot notation. +build/public/templates/popular.js: line 108, col 111, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 108, col 127, ['pagination'] is better written in dot notation. +build/public/templates/popular.js: line 108, col 141, ['next'] is better written in dot notation. +build/public/templates/popular.js: line 108, col 149, ['qs'] is better written in dot notation. +build/public/templates/popular.js: line 110, col 168, Line is too long. +build/public/templates/popular.js: line 110, col 37, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 110, col 53, ['pagination'] is better written in dot notation. +build/public/templates/popular.js: line 110, col 70, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 110, col 86, ['pagination'] is better written in dot notation. +build/public/templates/popular.js: line 110, col 100, ['next'] is better written in dot notation. +build/public/templates/popular.js: line 110, col 111, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 110, col 127, ['pagination'] is better written in dot notation. +build/public/templates/popular.js: line 110, col 141, ['next'] is better written in dot notation. +build/public/templates/popular.js: line 110, col 149, ['page'] is better written in dot notation. +build/public/templates/popular.js: line 111, col 228, Line is too long. +build/public/templates/popular.js: line 112, col 160, Line is too long. +build/public/templates/popular.js: line 112, col 29, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 112, col 45, ['pagination'] is better written in dot notation. +build/public/templates/popular.js: line 112, col 62, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 112, col 78, ['pagination'] is better written in dot notation. +build/public/templates/popular.js: line 112, col 92, ['prev'] is better written in dot notation. +build/public/templates/popular.js: line 112, col 103, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 112, col 119, ['pagination'] is better written in dot notation. +build/public/templates/popular.js: line 112, col 133, ['prev'] is better written in dot notation. +build/public/templates/popular.js: line 112, col 141, ['active'] is better written in dot notation. +build/public/templates/popular.js: line 116, col 168, Line is too long. +build/public/templates/popular.js: line 116, col 37, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 116, col 53, ['pagination'] is better written in dot notation. +build/public/templates/popular.js: line 116, col 70, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 116, col 86, ['pagination'] is better written in dot notation. +build/public/templates/popular.js: line 116, col 100, ['first'] is better written in dot notation. +build/public/templates/popular.js: line 116, col 112, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 116, col 128, ['pagination'] is better written in dot notation. +build/public/templates/popular.js: line 116, col 142, ['first'] is better written in dot notation. +build/public/templates/popular.js: line 116, col 151, ['qs'] is better written in dot notation. +build/public/templates/popular.js: line 117, col 162, Line is too long. +build/public/templates/popular.js: line 118, col 160, Line is too long. +build/public/templates/popular.js: line 118, col 29, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 118, col 45, ['pagination'] is better written in dot notation. +build/public/templates/popular.js: line 118, col 62, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 118, col 78, ['pagination'] is better written in dot notation. +build/public/templates/popular.js: line 118, col 92, ['prev'] is better written in dot notation. +build/public/templates/popular.js: line 118, col 103, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 118, col 119, ['pagination'] is better written in dot notation. +build/public/templates/popular.js: line 118, col 133, ['prev'] is better written in dot notation. +build/public/templates/popular.js: line 118, col 141, ['active'] is better written in dot notation. +build/public/templates/popular.js: line 122, col 166, Line is too long. +build/public/templates/popular.js: line 122, col 37, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 122, col 53, ['pagination'] is better written in dot notation. +build/public/templates/popular.js: line 122, col 70, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 122, col 86, ['pagination'] is better written in dot notation. +build/public/templates/popular.js: line 122, col 100, ['prev'] is better written in dot notation. +build/public/templates/popular.js: line 122, col 111, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 122, col 127, ['pagination'] is better written in dot notation. +build/public/templates/popular.js: line 122, col 141, ['prev'] is better written in dot notation. +build/public/templates/popular.js: line 122, col 149, ['qs'] is better written in dot notation. +build/public/templates/popular.js: line 124, col 168, Line is too long. +build/public/templates/popular.js: line 124, col 37, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 124, col 53, ['pagination'] is better written in dot notation. +build/public/templates/popular.js: line 124, col 70, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 124, col 86, ['pagination'] is better written in dot notation. +build/public/templates/popular.js: line 124, col 100, ['prev'] is better written in dot notation. +build/public/templates/popular.js: line 124, col 111, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 124, col 127, ['pagination'] is better written in dot notation. +build/public/templates/popular.js: line 124, col 141, ['prev'] is better written in dot notation. +build/public/templates/popular.js: line 124, col 149, ['page'] is better written in dot notation. +build/public/templates/popular.js: line 125, col 280, Line is too long. +build/public/templates/popular.js: line 126, col 126, Line is too long. +build/public/templates/popular.js: line 126, col 37, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 126, col 53, ['pagination'] is better written in dot notation. +build/public/templates/popular.js: line 126, col 70, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 126, col 86, ['pagination'] is better written in dot notation. +build/public/templates/popular.js: line 126, col 100, ['currentPage'] is better written in dot notation. +build/public/templates/popular.js: line 128, col 124, Line is too long. +build/public/templates/popular.js: line 128, col 37, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 128, col 53, ['pagination'] is better written in dot notation. +build/public/templates/popular.js: line 128, col 70, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 128, col 86, ['pagination'] is better written in dot notation. +build/public/templates/popular.js: line 128, col 100, ['pageCount'] is better written in dot notation. +build/public/templates/popular.js: line 130, col 160, Line is too long. +build/public/templates/popular.js: line 130, col 29, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 130, col 45, ['pagination'] is better written in dot notation. +build/public/templates/popular.js: line 130, col 62, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 130, col 78, ['pagination'] is better written in dot notation. +build/public/templates/popular.js: line 130, col 92, ['next'] is better written in dot notation. +build/public/templates/popular.js: line 130, col 103, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 130, col 119, ['pagination'] is better written in dot notation. +build/public/templates/popular.js: line 130, col 133, ['next'] is better written in dot notation. +build/public/templates/popular.js: line 130, col 141, ['active'] is better written in dot notation. +build/public/templates/popular.js: line 134, col 166, Line is too long. +build/public/templates/popular.js: line 134, col 37, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 134, col 53, ['pagination'] is better written in dot notation. +build/public/templates/popular.js: line 134, col 70, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 134, col 86, ['pagination'] is better written in dot notation. +build/public/templates/popular.js: line 134, col 100, ['next'] is better written in dot notation. +build/public/templates/popular.js: line 134, col 111, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 134, col 127, ['pagination'] is better written in dot notation. +build/public/templates/popular.js: line 134, col 141, ['next'] is better written in dot notation. +build/public/templates/popular.js: line 134, col 149, ['qs'] is better written in dot notation. +build/public/templates/popular.js: line 136, col 168, Line is too long. +build/public/templates/popular.js: line 136, col 37, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 136, col 53, ['pagination'] is better written in dot notation. +build/public/templates/popular.js: line 136, col 70, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 136, col 86, ['pagination'] is better written in dot notation. +build/public/templates/popular.js: line 136, col 100, ['next'] is better written in dot notation. +build/public/templates/popular.js: line 136, col 111, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 136, col 127, ['pagination'] is better written in dot notation. +build/public/templates/popular.js: line 136, col 141, ['next'] is better written in dot notation. +build/public/templates/popular.js: line 136, col 149, ['page'] is better written in dot notation. +build/public/templates/popular.js: line 137, col 140, Line is too long. +build/public/templates/popular.js: line 138, col 160, Line is too long. +build/public/templates/popular.js: line 138, col 29, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 138, col 45, ['pagination'] is better written in dot notation. +build/public/templates/popular.js: line 138, col 62, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 138, col 78, ['pagination'] is better written in dot notation. +build/public/templates/popular.js: line 138, col 92, ['next'] is better written in dot notation. +build/public/templates/popular.js: line 138, col 103, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 138, col 119, ['pagination'] is better written in dot notation. +build/public/templates/popular.js: line 138, col 133, ['next'] is better written in dot notation. +build/public/templates/popular.js: line 138, col 141, ['active'] is better written in dot notation. +build/public/templates/popular.js: line 142, col 166, Line is too long. +build/public/templates/popular.js: line 142, col 37, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 142, col 53, ['pagination'] is better written in dot notation. +build/public/templates/popular.js: line 142, col 70, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 142, col 86, ['pagination'] is better written in dot notation. +build/public/templates/popular.js: line 142, col 100, ['last'] is better written in dot notation. +build/public/templates/popular.js: line 142, col 111, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 142, col 127, ['pagination'] is better written in dot notation. +build/public/templates/popular.js: line 142, col 141, ['last'] is better written in dot notation. +build/public/templates/popular.js: line 142, col 149, ['qs'] is better written in dot notation. +build/public/templates/popular.js: line 144, col 124, Line is too long. +build/public/templates/popular.js: line 144, col 37, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 144, col 53, ['pagination'] is better written in dot notation. +build/public/templates/popular.js: line 144, col 70, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 144, col 86, ['pagination'] is better written in dot notation. +build/public/templates/popular.js: line 144, col 100, ['pageCount'] is better written in dot notation. +build/public/templates/popular.js: line 145, col 128, Line is too long. +build/public/templates/popular.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/popular.js: line 154, col 119, Line is too long. +build/public/templates/popular.js: line 154, col 36, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 154, col 52, ['breadcrumbs'] is better written in dot notation. +build/public/templates/popular.js: line 160, col 133, Line is too long. +build/public/templates/popular.js: line 167, col 156, Line is too long. +build/public/templates/popular.js: line 167, col 29, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 167, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/popular.js: line 167, col 63, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 167, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/popular.js: line 167, col 103, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 167, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/popular.js: line 167, col 140, ['url'] is better written in dot notation. +build/public/templates/popular.js: line 169, col 170, Line is too long. +build/public/templates/popular.js: line 169, col 41, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 169, col 57, ['breadcrumbs'] is better written in dot notation. +build/public/templates/popular.js: line 169, col 75, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 169, col 91, ['breadcrumbs'] is better written in dot notation. +build/public/templates/popular.js: line 169, col 115, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 169, col 131, ['breadcrumbs'] is better written in dot notation. +build/public/templates/popular.js: line 169, col 152, ['url'] is better written in dot notation. +build/public/templates/popular.js: line 173, col 167, Line is too long. +build/public/templates/popular.js: line 173, col 37, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 173, col 53, ['breadcrumbs'] is better written in dot notation. +build/public/templates/popular.js: line 173, col 71, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 173, col 87, ['breadcrumbs'] is better written in dot notation. +build/public/templates/popular.js: line 173, col 111, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 173, col 127, ['breadcrumbs'] is better written in dot notation. +build/public/templates/popular.js: line 173, col 148, ['text'] is better written in dot notation. +build/public/templates/popular.js: line 177, col 33, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 180, col 37, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 180, col 53, ['rssFeedUrl'] is better written in dot notation. +build/public/templates/popular.js: line 182, col 49, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 182, col 65, ['rssFeedUrl'] is better written in dot notation. +build/public/templates/popular.js: line 188, col 156, Line is too long. +build/public/templates/popular.js: line 188, col 29, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 188, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/popular.js: line 188, col 63, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 188, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/popular.js: line 188, col 103, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 188, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/popular.js: line 188, col 140, ['url'] is better written in dot notation. +build/public/templates/popular.js: line 155, col 13, 'key' is defined but never used. +build/public/templates/popular.js: line 154, col 112, 'value' is defined but never used. +build/public/templates/popular.js: line 153, col 11, 'value' is defined but never used. +build/public/templates/popular.js: line 151, col 72, 'helper' is defined but never used. +build/public/templates/popular.js: line 199, col 155, Line is too long. +build/public/templates/popular.js: line 199, col 36, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 199, col 52, ['widgets'] is better written in dot notation. +build/public/templates/popular.js: line 199, col 66, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 199, col 82, ['widgets'] is better written in dot notation. +build/public/templates/popular.js: line 199, col 93, ['header'] is better written in dot notation. +build/public/templates/popular.js: line 202, col 205, Line is too long. +build/public/templates/popular.js: line 202, col 28, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 202, col 44, ['widgets'] is better written in dot notation. +build/public/templates/popular.js: line 202, col 58, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 202, col 74, ['widgets'] is better written in dot notation. +build/public/templates/popular.js: line 202, col 85, ['header'] is better written in dot notation. +build/public/templates/popular.js: line 202, col 98, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 202, col 114, ['widgets'] is better written in dot notation. +build/public/templates/popular.js: line 202, col 125, ['header'] is better written in dot notation. +build/public/templates/popular.js: line 202, col 144, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 202, col 160, ['widgets'] is better written in dot notation. +build/public/templates/popular.js: line 202, col 171, ['header'] is better written in dot notation. +build/public/templates/popular.js: line 202, col 187, ['html'] is better written in dot notation. +build/public/templates/popular.js: line 200, col 13, 'key' is defined but never used. +build/public/templates/popular.js: line 199, col 148, 'value' is defined but never used. +build/public/templates/popular.js: line 199, col 140, 'length' is defined but never used. +build/public/templates/popular.js: line 199, col 133, 'index' is defined but never used. +build/public/templates/popular.js: line 197, col 11, '__escape' is defined but never used. +build/public/templates/popular.js: line 198, col 11, 'value' is defined but never used. +build/public/templates/popular.js: line 196, col 77, 'helper' is defined but never used. +build/public/templates/popular.js: line 211, col 118, Line is too long. +build/public/templates/popular.js: line 211, col 36, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 211, col 52, ['categories'] is better written in dot notation. +build/public/templates/popular.js: line 214, col 163, Line is too long. +build/public/templates/popular.js: line 214, col 29, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 214, col 45, ['categories'] is better written in dot notation. +build/public/templates/popular.js: line 214, col 62, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 214, col 78, ['categories'] is better written in dot notation. +build/public/templates/popular.js: line 214, col 101, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 214, col 117, ['categories'] is better written in dot notation. +build/public/templates/popular.js: line 214, col 137, ['disabledClass'] is better written in dot notation. +build/public/templates/popular.js: line 218, col 120, Line is too long. +build/public/templates/popular.js: line 218, col 37, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 218, col 53, ['config'] is better written in dot notation. +build/public/templates/popular.js: line 218, col 66, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 218, col 82, ['config'] is better written in dot notation. +build/public/templates/popular.js: line 218, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/popular.js: line 220, col 163, Line is too long. +build/public/templates/popular.js: line 220, col 37, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 220, col 53, ['categories'] is better written in dot notation. +build/public/templates/popular.js: line 220, col 70, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 220, col 86, ['categories'] is better written in dot notation. +build/public/templates/popular.js: line 220, col 109, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 220, col 125, ['categories'] is better written in dot notation. +build/public/templates/popular.js: line 220, col 145, ['cid'] is better written in dot notation. +build/public/templates/popular.js: line 222, col 165, Line is too long. +build/public/templates/popular.js: line 222, col 37, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 222, col 53, ['categories'] is better written in dot notation. +build/public/templates/popular.js: line 222, col 70, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 222, col 86, ['categories'] is better written in dot notation. +build/public/templates/popular.js: line 222, col 109, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 222, col 125, ['categories'] is better written in dot notation. +build/public/templates/popular.js: line 222, col 145, ['level'] is better written in dot notation. +build/public/templates/popular.js: line 223, col 101, Line is too long. +build/public/templates/popular.js: line 224, col 110, Line is too long. +build/public/templates/popular.js: line 226, col 164, Line is too long. +build/public/templates/popular.js: line 226, col 37, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 226, col 53, ['categories'] is better written in dot notation. +build/public/templates/popular.js: line 226, col 70, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 226, col 86, ['categories'] is better written in dot notation. +build/public/templates/popular.js: line 226, col 109, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 226, col 125, ['categories'] is better written in dot notation. +build/public/templates/popular.js: line 226, col 145, ['name'] is better written in dot notation. +build/public/templates/popular.js: line 212, col 13, 'key' is defined but never used. +build/public/templates/popular.js: line 210, col 11, 'value' is defined but never used. +build/public/templates/popular.js: line 235, col 113, Line is too long. +build/public/templates/popular.js: line 235, col 36, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 235, col 52, ['terms'] is better written in dot notation. +build/public/templates/popular.js: line 238, col 143, Line is too long. +build/public/templates/popular.js: line 238, col 29, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 238, col 45, ['terms'] is better written in dot notation. +build/public/templates/popular.js: line 238, col 57, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 238, col 73, ['terms'] is better written in dot notation. +build/public/templates/popular.js: line 238, col 91, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 238, col 107, ['terms'] is better written in dot notation. +build/public/templates/popular.js: line 238, col 122, ['selected'] is better written in dot notation. +build/public/templates/popular.js: line 241, col 114, Line is too long. +build/public/templates/popular.js: line 242, col 120, Line is too long. +build/public/templates/popular.js: line 242, col 37, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 242, col 53, ['config'] is better written in dot notation. +build/public/templates/popular.js: line 242, col 66, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 242, col 82, ['config'] is better written in dot notation. +build/public/templates/popular.js: line 242, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/popular.js: line 244, col 148, Line is too long. +build/public/templates/popular.js: line 244, col 37, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 244, col 53, ['terms'] is better written in dot notation. +build/public/templates/popular.js: line 244, col 65, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 244, col 81, ['terms'] is better written in dot notation. +build/public/templates/popular.js: line 244, col 99, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 244, col 115, ['terms'] is better written in dot notation. +build/public/templates/popular.js: line 244, col 130, ['url'] is better written in dot notation. +build/public/templates/popular.js: line 246, col 149, Line is too long. +build/public/templates/popular.js: line 246, col 37, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 246, col 53, ['terms'] is better written in dot notation. +build/public/templates/popular.js: line 246, col 65, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 246, col 81, ['terms'] is better written in dot notation. +build/public/templates/popular.js: line 246, col 99, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 246, col 115, ['terms'] is better written in dot notation. +build/public/templates/popular.js: line 246, col 130, ['name'] is better written in dot notation. +build/public/templates/popular.js: line 248, col 143, Line is too long. +build/public/templates/popular.js: line 248, col 29, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 248, col 45, ['terms'] is better written in dot notation. +build/public/templates/popular.js: line 248, col 57, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 248, col 73, ['terms'] is better written in dot notation. +build/public/templates/popular.js: line 248, col 91, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 248, col 107, ['terms'] is better written in dot notation. +build/public/templates/popular.js: line 248, col 122, ['selected'] is better written in dot notation. +build/public/templates/popular.js: line 236, col 13, 'key' is defined but never used. +build/public/templates/popular.js: line 235, col 106, 'value' is defined but never used. +build/public/templates/popular.js: line 235, col 98, 'length' is defined but never used. +build/public/templates/popular.js: line 235, col 91, 'index' is defined but never used. +build/public/templates/popular.js: line 234, col 11, 'value' is defined but never used. +build/public/templates/popular.js: line 232, col 60, 'helper' is defined but never used. +build/public/templates/popular.js: line 259, col 115, Line is too long. +build/public/templates/popular.js: line 259, col 36, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 259, col 52, ['filters'] is better written in dot notation. +build/public/templates/popular.js: line 262, col 149, Line is too long. +build/public/templates/popular.js: line 262, col 29, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 262, col 45, ['filters'] is better written in dot notation. +build/public/templates/popular.js: line 262, col 59, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 262, col 75, ['filters'] is better written in dot notation. +build/public/templates/popular.js: line 262, col 95, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 262, col 111, ['filters'] is better written in dot notation. +build/public/templates/popular.js: line 262, col 128, ['selected'] is better written in dot notation. +build/public/templates/popular.js: line 265, col 114, Line is too long. +build/public/templates/popular.js: line 266, col 120, Line is too long. +build/public/templates/popular.js: line 266, col 37, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 266, col 53, ['config'] is better written in dot notation. +build/public/templates/popular.js: line 266, col 66, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 266, col 82, ['config'] is better written in dot notation. +build/public/templates/popular.js: line 266, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/popular.js: line 268, col 154, Line is too long. +build/public/templates/popular.js: line 268, col 37, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 268, col 53, ['filters'] is better written in dot notation. +build/public/templates/popular.js: line 268, col 67, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 268, col 83, ['filters'] is better written in dot notation. +build/public/templates/popular.js: line 268, col 103, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 268, col 119, ['filters'] is better written in dot notation. +build/public/templates/popular.js: line 268, col 136, ['url'] is better written in dot notation. +build/public/templates/popular.js: line 270, col 155, Line is too long. +build/public/templates/popular.js: line 270, col 37, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 270, col 53, ['filters'] is better written in dot notation. +build/public/templates/popular.js: line 270, col 67, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 270, col 83, ['filters'] is better written in dot notation. +build/public/templates/popular.js: line 270, col 103, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 270, col 119, ['filters'] is better written in dot notation. +build/public/templates/popular.js: line 270, col 136, ['name'] is better written in dot notation. +build/public/templates/popular.js: line 272, col 149, Line is too long. +build/public/templates/popular.js: line 272, col 29, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 272, col 45, ['filters'] is better written in dot notation. +build/public/templates/popular.js: line 272, col 59, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 272, col 75, ['filters'] is better written in dot notation. +build/public/templates/popular.js: line 272, col 95, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 272, col 111, ['filters'] is better written in dot notation. +build/public/templates/popular.js: line 272, col 128, ['selected'] is better written in dot notation. +build/public/templates/popular.js: line 260, col 13, 'key' is defined but never used. +build/public/templates/popular.js: line 259, col 108, 'value' is defined but never used. +build/public/templates/popular.js: line 259, col 100, 'length' is defined but never used. +build/public/templates/popular.js: line 259, col 93, 'index' is defined but never used. +build/public/templates/popular.js: line 258, col 11, 'value' is defined but never used. +build/public/templates/popular.js: line 256, col 64, 'helper' is defined but never used. +build/public/templates/popular.js: line 283, col 121, Line is too long. +build/public/templates/popular.js: line 283, col 36, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 283, col 52, ['categoryItems'] is better written in dot notation. +build/public/templates/popular.js: line 286, col 172, Line is too long. +build/public/templates/popular.js: line 286, col 29, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 286, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/popular.js: line 286, col 65, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 286, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/popular.js: line 286, col 107, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 286, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/popular.js: line 286, col 146, ['disabledClass'] is better written in dot notation. +build/public/templates/popular.js: line 290, col 172, Line is too long. +build/public/templates/popular.js: line 290, col 37, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 290, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/popular.js: line 290, col 73, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 290, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/popular.js: line 290, col 115, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 290, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/popular.js: line 290, col 154, ['cid'] is better written in dot notation. +build/public/templates/popular.js: line 292, col 178, Line is too long. +build/public/templates/popular.js: line 292, col 37, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 292, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/popular.js: line 292, col 73, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 292, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/popular.js: line 292, col 115, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 292, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/popular.js: line 292, col 154, ['parentCid'] is better written in dot notation. +build/public/templates/popular.js: line 294, col 173, Line is too long. +build/public/templates/popular.js: line 294, col 37, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 294, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/popular.js: line 294, col 73, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 294, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/popular.js: line 294, col 115, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 294, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/popular.js: line 294, col 154, ['name'] is better written in dot notation. +build/public/templates/popular.js: line 296, col 172, Line is too long. +build/public/templates/popular.js: line 296, col 29, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 296, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/popular.js: line 296, col 65, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 296, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/popular.js: line 296, col 107, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 296, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/popular.js: line 296, col 146, ['disabledClass'] is better written in dot notation. +build/public/templates/popular.js: line 300, col 174, Line is too long. +build/public/templates/popular.js: line 300, col 37, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 300, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/popular.js: line 300, col 73, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 300, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/popular.js: line 300, col 115, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 300, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/popular.js: line 300, col 154, ['level'] is better written in dot notation. +build/public/templates/popular.js: line 302, col 164, Line is too long. +build/public/templates/popular.js: line 302, col 29, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 302, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/popular.js: line 302, col 65, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 302, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/popular.js: line 302, col 107, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 302, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/popular.js: line 302, col 146, ['match'] is better written in dot notation. +build/public/templates/popular.js: line 306, col 163, Line is too long. +build/public/templates/popular.js: line 306, col 29, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 306, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/popular.js: line 306, col 65, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 306, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/popular.js: line 306, col 107, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 306, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/popular.js: line 306, col 146, ['icon'] is better written in dot notation. +build/public/templates/popular.js: line 308, col 114, Line is too long. +build/public/templates/popular.js: line 312, col 173, Line is too long. +build/public/templates/popular.js: line 312, col 37, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 312, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/popular.js: line 312, col 73, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 312, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/popular.js: line 312, col 115, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 312, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/popular.js: line 312, col 154, ['name'] is better written in dot notation. +build/public/templates/popular.js: line 313, col 112, Line is too long. +build/public/templates/popular.js: line 314, col 167, Line is too long. +build/public/templates/popular.js: line 314, col 29, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 314, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/popular.js: line 314, col 65, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 314, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/popular.js: line 314, col 107, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 314, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/popular.js: line 314, col 146, ['selected'] is better written in dot notation. +build/public/templates/popular.js: line 284, col 13, 'key' is defined but never used. +build/public/templates/popular.js: line 282, col 11, 'value' is defined but never used. +build/public/templates/popular.js: line 325, col 120, Line is too long. +build/public/templates/popular.js: line 325, col 36, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 325, col 52, ['thread_tools'] is better written in dot notation. +build/public/templates/popular.js: line 327, col 106, Line is too long. +build/public/templates/popular.js: line 328, col 171, Line is too long. +build/public/templates/popular.js: line 328, col 37, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 328, col 53, ['thread_tools'] is better written in dot notation. +build/public/templates/popular.js: line 328, col 72, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 328, col 88, ['thread_tools'] is better written in dot notation. +build/public/templates/popular.js: line 328, col 113, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 328, col 129, ['thread_tools'] is better written in dot notation. +build/public/templates/popular.js: line 330, col 170, Line is too long. +build/public/templates/popular.js: line 330, col 37, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 330, col 53, ['thread_tools'] is better written in dot notation. +build/public/templates/popular.js: line 330, col 72, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 330, col 88, ['thread_tools'] is better written in dot notation. +build/public/templates/popular.js: line 330, col 113, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 330, col 129, ['thread_tools'] is better written in dot notation. +build/public/templates/popular.js: line 330, col 151, ['icon'] is better written in dot notation. +build/public/templates/popular.js: line 332, col 171, Line is too long. +build/public/templates/popular.js: line 332, col 37, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 332, col 53, ['thread_tools'] is better written in dot notation. +build/public/templates/popular.js: line 332, col 72, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 332, col 88, ['thread_tools'] is better written in dot notation. +build/public/templates/popular.js: line 332, col 113, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 332, col 129, ['thread_tools'] is better written in dot notation. +build/public/templates/popular.js: line 332, col 151, ['title'] is better written in dot notation. +build/public/templates/popular.js: line 326, col 13, 'key' is defined but never used. +build/public/templates/popular.js: line 325, col 113, 'value' is defined but never used. +build/public/templates/popular.js: line 325, col 105, 'length' is defined but never used. +build/public/templates/popular.js: line 325, col 98, 'index' is defined but never used. +build/public/templates/popular.js: line 324, col 11, 'value' is defined but never used. +build/public/templates/popular.js: line 322, col 74, 'helper' is defined but never used. +build/public/templates/popular.js: line 341, col 114, Line is too long. +build/public/templates/popular.js: line 341, col 36, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 341, col 52, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 343, col 149, Line is too long. +build/public/templates/popular.js: line 346, col 151, Line is too long. +build/public/templates/popular.js: line 346, col 37, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 346, col 53, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 346, col 66, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 346, col 82, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 346, col 101, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 346, col 117, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 346, col 133, ['tid'] is better written in dot notation. +build/public/templates/popular.js: line 348, col 153, Line is too long. +build/public/templates/popular.js: line 348, col 37, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 348, col 53, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 348, col 66, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 348, col 82, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 348, col 101, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 348, col 117, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 348, col 133, ['index'] is better written in dot notation. +build/public/templates/popular.js: line 350, col 151, Line is too long. +build/public/templates/popular.js: line 350, col 37, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 350, col 53, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 350, col 66, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 350, col 82, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 350, col 101, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 350, col 117, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 350, col 133, ['cid'] is better written in dot notation. +build/public/templates/popular.js: line 351, col 133, Line is too long. +build/public/templates/popular.js: line 352, col 120, Line is too long. +build/public/templates/popular.js: line 352, col 37, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 352, col 53, ['config'] is better written in dot notation. +build/public/templates/popular.js: line 352, col 66, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 352, col 82, ['config'] is better written in dot notation. +build/public/templates/popular.js: line 352, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/popular.js: line 354, col 152, Line is too long. +build/public/templates/popular.js: line 354, col 37, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 354, col 53, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 354, col 66, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 354, col 82, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 354, col 101, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 354, col 117, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 354, col 133, ['slug'] is better written in dot notation. +build/public/templates/popular.js: line 356, col 194, Line is too long. +build/public/templates/popular.js: line 356, col 76, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 356, col 92, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 356, col 105, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 356, col 121, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 356, col 140, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 356, col 156, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 356, col 172, ['title'] is better written in dot notation. +build/public/templates/popular.js: line 357, col 120, Line is too long. +build/public/templates/popular.js: line 358, col 199, Line is too long. +build/public/templates/popular.js: line 358, col 76, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 358, col 92, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 358, col 105, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 358, col 121, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 358, col 140, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 358, col 156, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 358, col 172, ['index'] is better written in dot notation. +build/public/templates/popular.js: line 360, col 153, Line is too long. +build/public/templates/popular.js: line 360, col 37, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 360, col 53, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 360, col 66, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 360, col 82, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 360, col 101, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 360, col 117, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 360, col 133, ['index'] is better written in dot notation. +build/public/templates/popular.js: line 362, col 153, Line is too long. +build/public/templates/popular.js: line 362, col 37, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 362, col 53, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 362, col 66, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 362, col 82, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 362, col 101, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 362, col 117, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 362, col 133, ['index'] is better written in dot notation. +build/public/templates/popular.js: line 363, col 129, Line is too long. +build/public/templates/popular.js: line 364, col 162, Line is too long. +build/public/templates/popular.js: line 364, col 29, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 364, col 45, ['config'] is better written in dot notation. +build/public/templates/popular.js: line 364, col 58, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 364, col 74, ['config'] is better written in dot notation. +build/public/templates/popular.js: line 364, col 84, ['theme'] is better written in dot notation. +build/public/templates/popular.js: line 364, col 96, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 364, col 112, ['config'] is better written in dot notation. +build/public/templates/popular.js: line 364, col 122, ['theme'] is better written in dot notation. +build/public/templates/popular.js: line 364, col 131, ['mobileTopicTeasers'] is better written in dot notation. +build/public/templates/popular.js: line 367, col 141, Line is too long. +build/public/templates/popular.js: line 368, col 210, Line is too long. +build/public/templates/popular.js: line 368, col 37, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 368, col 53, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 368, col 66, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 368, col 82, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 368, col 101, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 368, col 117, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 368, col 133, ['user'] is better written in dot notation. +build/public/templates/popular.js: line 368, col 144, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 368, col 160, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 368, col 176, ['user'] is better written in dot notation. +build/public/templates/popular.js: line 368, col 184, ['displayname'] is better written in dot notation. +build/public/templates/popular.js: line 370, col 197, Line is too long. +build/public/templates/popular.js: line 370, col 29, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 370, col 45, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 370, col 58, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 370, col 74, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 370, col 93, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 370, col 109, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 370, col 125, ['user'] is better written in dot notation. +build/public/templates/popular.js: line 370, col 136, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 370, col 152, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 370, col 168, ['user'] is better written in dot notation. +build/public/templates/popular.js: line 370, col 176, ['userslug'] is better written in dot notation. +build/public/templates/popular.js: line 371, col 122, Line is too long. +build/public/templates/popular.js: line 371, col 39, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 371, col 55, ['config'] is better written in dot notation. +build/public/templates/popular.js: line 371, col 68, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 371, col 84, ['config'] is better written in dot notation. +build/public/templates/popular.js: line 371, col 94, ['relative_path'] is better written in dot notation. +build/public/templates/popular.js: line 373, col 210, Line is too long. +build/public/templates/popular.js: line 373, col 41, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 373, col 57, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 373, col 70, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 373, col 86, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 373, col 105, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 373, col 121, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 373, col 137, ['user'] is better written in dot notation. +build/public/templates/popular.js: line 373, col 148, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 373, col 164, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 373, col 180, ['user'] is better written in dot notation. +build/public/templates/popular.js: line 373, col 188, ['userslug'] is better written in dot notation. +build/public/templates/popular.js: line 376, col 254, Line is too long. +build/public/templates/popular.js: line 376, col 78, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 376, col 94, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 376, col 107, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 376, col 123, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 376, col 142, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 376, col 158, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 376, col 174, ['user'] is better written in dot notation. +build/public/templates/popular.js: line 376, col 217, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 378, col 29, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 378, col 45, ['showSelect'] is better written in dot notation. +build/public/templates/popular.js: line 379, col 257, Line is too long. +build/public/templates/popular.js: line 381, col 193, Line is too long. +build/public/templates/popular.js: line 382, col 29, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 382, col 45, ['showSelect'] is better written in dot notation. +build/public/templates/popular.js: line 386, col 146, Line is too long. +build/public/templates/popular.js: line 386, col 29, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 386, col 45, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 386, col 58, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 386, col 74, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 386, col 93, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 386, col 109, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 386, col 125, ['noAnchor'] is better written in dot notation. +build/public/templates/popular.js: line 388, col 122, Line is too long. +build/public/templates/popular.js: line 388, col 39, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 388, col 55, ['config'] is better written in dot notation. +build/public/templates/popular.js: line 388, col 68, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 388, col 84, ['config'] is better written in dot notation. +build/public/templates/popular.js: line 388, col 94, ['relative_path'] is better written in dot notation. +build/public/templates/popular.js: line 390, col 156, Line is too long. +build/public/templates/popular.js: line 390, col 41, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 390, col 57, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 390, col 70, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 390, col 86, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 390, col 105, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 390, col 121, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 390, col 137, ['slug'] is better written in dot notation. +build/public/templates/popular.js: line 391, col 150, Line is too long. +build/public/templates/popular.js: line 391, col 33, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 391, col 49, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 391, col 62, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 391, col 78, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 391, col 97, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 391, col 113, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 391, col 129, ['bookmark'] is better written in dot notation. +build/public/templates/popular.js: line 393, col 163, Line is too long. +build/public/templates/popular.js: line 393, col 45, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 393, col 61, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 393, col 74, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 393, col 90, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 393, col 109, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 393, col 125, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 393, col 141, ['bookmark'] is better written in dot notation. +build/public/templates/popular.js: line 396, col 153, Line is too long. +build/public/templates/popular.js: line 396, col 37, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 396, col 53, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 396, col 66, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 396, col 82, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 396, col 101, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 396, col 117, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 396, col 133, ['title'] is better written in dot notation. +build/public/templates/popular.js: line 397, col 201, Line is too long. +build/public/templates/popular.js: line 398, col 146, Line is too long. +build/public/templates/popular.js: line 398, col 29, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 398, col 45, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 398, col 58, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 398, col 74, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 398, col 93, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 398, col 109, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 398, col 125, ['followed'] is better written in dot notation. +build/public/templates/popular.js: line 401, col 175, Line is too long. +build/public/templates/popular.js: line 402, col 145, Line is too long. +build/public/templates/popular.js: line 402, col 29, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 402, col 45, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 402, col 58, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 402, col 74, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 402, col 93, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 402, col 109, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 402, col 125, ['ignored'] is better written in dot notation. +build/public/templates/popular.js: line 405, col 180, Line is too long. +build/public/templates/popular.js: line 406, col 147, Line is too long. +build/public/templates/popular.js: line 406, col 29, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 406, col 45, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 406, col 58, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 406, col 74, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 406, col 93, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 406, col 109, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 406, col 125, ['scheduled'] is better written in dot notation. +build/public/templates/popular.js: line 409, col 176, Line is too long. +build/public/templates/popular.js: line 410, col 285, Line is too long. +build/public/templates/popular.js: line 410, col 30, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 410, col 46, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 410, col 59, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 410, col 75, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 410, col 94, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 410, col 110, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 410, col 126, ['scheduled'] is better written in dot notation. +build/public/templates/popular.js: line 410, col 169, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 410, col 185, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 410, col 198, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 410, col 214, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 410, col 233, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 410, col 249, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 410, col 265, ['pinned'] is better written in dot notation. +build/public/templates/popular.js: line 414, col 147, Line is too long. +build/public/templates/popular.js: line 414, col 29, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 414, col 45, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 414, col 58, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 414, col 74, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 414, col 93, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 414, col 109, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 414, col 125, ['pinExpiry'] is better written in dot notation. +build/public/templates/popular.js: line 416, col 311, Line is too long. +build/public/templates/popular.js: line 416, col 92, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 416, col 108, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 416, col 121, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 416, col 137, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 416, col 156, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 416, col 172, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 416, col 188, ['pinExpiryISO'] is better written in dot notation. +build/public/templates/popular.js: line 416, col 231, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 416, col 247, ['config'] is better written in dot notation. +build/public/templates/popular.js: line 416, col 260, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 416, col 276, ['config'] is better written in dot notation. +build/public/templates/popular.js: line 416, col 286, ['userLang'] is better written in dot notation. +build/public/templates/popular.js: line 419, col 113, Line is too long. +build/public/templates/popular.js: line 420, col 144, Line is too long. +build/public/templates/popular.js: line 420, col 29, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 420, col 45, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 420, col 58, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 420, col 74, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 420, col 93, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 420, col 109, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 420, col 125, ['locked'] is better written in dot notation. +build/public/templates/popular.js: line 423, col 169, Line is too long. +build/public/templates/popular.js: line 424, col 144, Line is too long. +build/public/templates/popular.js: line 424, col 29, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 424, col 45, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 424, col 58, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 424, col 74, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 424, col 93, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 424, col 109, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 424, col 125, ['oldCid'] is better written in dot notation. +build/public/templates/popular.js: line 427, col 103, Line is too long. +build/public/templates/popular.js: line 428, col 190, Line is too long. +build/public/templates/popular.js: line 428, col 33, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 428, col 49, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 428, col 62, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 428, col 78, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 428, col 97, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 428, col 113, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 428, col 129, ['icons'] is better written in dot notation. +build/public/templates/popular.js: line 429, col 17, 'key' is defined but never used. +build/public/templates/popular.js: line 437, col 298, Line is too long. +build/public/templates/popular.js: line 437, col 31, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 437, col 47, ['template'] is better written in dot notation. +build/public/templates/popular.js: line 437, col 62, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 437, col 78, ['template'] is better written in dot notation. +build/public/templates/popular.js: line 437, col 90, ['category'] is better written in dot notation. +build/public/templates/popular.js: line 437, col 132, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 437, col 148, ['cid'] is better written in dot notation. +build/public/templates/popular.js: line 437, col 184, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 437, col 200, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 437, col 213, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 437, col 229, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 437, col 248, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 437, col 264, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 437, col 280, ['cid'] is better written in dot notation. +build/public/templates/popular.js: line 437, col 166, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 439, col 225, Line is too long. +build/public/templates/popular.js: line 439, col 89, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 439, col 105, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 439, col 118, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 439, col 134, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 439, col 153, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 439, col 169, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 439, col 185, ['category'] is better written in dot notation. +build/public/templates/popular.js: line 443, col 151, Line is too long. +build/public/templates/popular.js: line 443, col 37, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 443, col 53, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 443, col 66, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 443, col 82, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 443, col 101, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 443, col 117, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 443, col 133, ['tid'] is better written in dot notation. +build/public/templates/popular.js: line 445, col 195, Line is too long. +build/public/templates/popular.js: line 445, col 29, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 445, col 45, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 445, col 58, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 445, col 74, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 445, col 93, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 445, col 109, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 445, col 125, ['tags'] is better written in dot notation. +build/public/templates/popular.js: line 445, col 136, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 445, col 152, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 445, col 168, ['tags'] is better written in dot notation. +build/public/templates/popular.js: line 445, col 176, ['length'] is better written in dot notation. +build/public/templates/popular.js: line 449, col 189, Line is too long. +build/public/templates/popular.js: line 449, col 33, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 449, col 49, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 449, col 62, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 449, col 78, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 449, col 97, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 449, col 113, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 449, col 129, ['tags'] is better written in dot notation. +build/public/templates/popular.js: line 452, col 124, Line is too long. +build/public/templates/popular.js: line 452, col 41, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 452, col 57, ['config'] is better written in dot notation. +build/public/templates/popular.js: line 452, col 70, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 452, col 86, ['config'] is better written in dot notation. +build/public/templates/popular.js: line 452, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/popular.js: line 454, col 270, Line is too long. +build/public/templates/popular.js: line 454, col 41, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 454, col 57, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 454, col 70, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 454, col 86, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 454, col 105, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 454, col 121, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 454, col 137, ['tags'] is better written in dot notation. +build/public/templates/popular.js: line 454, col 148, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 454, col 164, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 454, col 180, ['tags'] is better written in dot notation. +build/public/templates/popular.js: line 454, col 197, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 454, col 213, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 454, col 229, ['tags'] is better written in dot notation. +build/public/templates/popular.js: line 454, col 243, ['valueEncoded'] is better written in dot notation. +build/public/templates/popular.js: line 456, col 263, Line is too long. +build/public/templates/popular.js: line 456, col 41, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 456, col 57, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 456, col 70, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 456, col 86, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 456, col 105, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 456, col 121, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 456, col 137, ['tags'] is better written in dot notation. +build/public/templates/popular.js: line 456, col 148, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 456, col 164, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 456, col 180, ['tags'] is better written in dot notation. +build/public/templates/popular.js: line 456, col 197, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 456, col 213, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 456, col 229, ['tags'] is better written in dot notation. +build/public/templates/popular.js: line 458, col 263, Line is too long. +build/public/templates/popular.js: line 458, col 41, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 458, col 57, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 458, col 70, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 458, col 86, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 458, col 105, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 458, col 121, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 458, col 137, ['tags'] is better written in dot notation. +build/public/templates/popular.js: line 458, col 148, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 458, col 164, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 458, col 180, ['tags'] is better written in dot notation. +build/public/templates/popular.js: line 458, col 197, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 458, col 213, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 458, col 229, ['tags'] is better written in dot notation. +build/public/templates/popular.js: line 458, col 243, ['value'] is better written in dot notation. +build/public/templates/popular.js: line 460, col 270, Line is too long. +build/public/templates/popular.js: line 460, col 41, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 460, col 57, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 460, col 70, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 460, col 86, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 460, col 105, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 460, col 121, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 460, col 137, ['tags'] is better written in dot notation. +build/public/templates/popular.js: line 460, col 148, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 460, col 164, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 460, col 180, ['tags'] is better written in dot notation. +build/public/templates/popular.js: line 460, col 197, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 460, col 213, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 460, col 229, ['tags'] is better written in dot notation. +build/public/templates/popular.js: line 460, col 243, ['valueEscaped'] is better written in dot notation. +build/public/templates/popular.js: line 450, col 17, 'key' is defined but never used. +build/public/templates/popular.js: line 449, col 182, 'value' is defined but never used. +build/public/templates/popular.js: line 449, col 174, 'length' is defined but never used. +build/public/templates/popular.js: line 449, col 167, 'index' is defined but never used. +build/public/templates/popular.js: line 465, col 250, Line is too long. +build/public/templates/popular.js: line 466, col 256, Line is too long. +build/public/templates/popular.js: line 466, col 86, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 466, col 102, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 466, col 115, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 466, col 131, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 466, col 150, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 466, col 166, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 466, col 182, ['postcount'] is better written in dot notation. +build/public/templates/popular.js: line 466, col 222, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 468, col 120, Line is too long. +build/public/templates/popular.js: line 468, col 37, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 468, col 53, ['config'] is better written in dot notation. +build/public/templates/popular.js: line 468, col 66, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 468, col 82, ['config'] is better written in dot notation. +build/public/templates/popular.js: line 468, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/popular.js: line 470, col 152, Line is too long. +build/public/templates/popular.js: line 470, col 37, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 470, col 53, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 470, col 66, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 470, col 82, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 470, col 101, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 470, col 117, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 470, col 133, ['slug'] is better written in dot notation. +build/public/templates/popular.js: line 471, col 361, Line is too long. +build/public/templates/popular.js: line 471, col 30, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 471, col 46, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 471, col 59, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 471, col 75, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 471, col 94, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 471, col 110, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 471, col 126, ['teaser'] is better written in dot notation. +build/public/templates/popular.js: line 471, col 139, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 471, col 155, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 471, col 171, ['teaser'] is better written in dot notation. +build/public/templates/popular.js: line 471, col 181, ['timestampISO'] is better written in dot notation. +build/public/templates/popular.js: line 471, col 227, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 471, col 243, ['config'] is better written in dot notation. +build/public/templates/popular.js: line 471, col 256, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 471, col 272, ['config'] is better written in dot notation. +build/public/templates/popular.js: line 471, col 282, ['theme'] is better written in dot notation. +build/public/templates/popular.js: line 471, col 294, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 471, col 310, ['config'] is better written in dot notation. +build/public/templates/popular.js: line 471, col 320, ['theme'] is better written in dot notation. +build/public/templates/popular.js: line 471, col 329, ['mobileTopicTeasers'] is better written in dot notation. +build/public/templates/popular.js: line 473, col 211, Line is too long. +build/public/templates/popular.js: line 473, col 41, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 473, col 57, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 473, col 70, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 473, col 86, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 473, col 105, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 473, col 121, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 473, col 137, ['teaser'] is better written in dot notation. +build/public/templates/popular.js: line 473, col 150, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 473, col 166, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 473, col 182, ['teaser'] is better written in dot notation. +build/public/templates/popular.js: line 473, col 192, ['index'] is better written in dot notation. +build/public/templates/popular.js: line 476, col 361, Line is too long. +build/public/templates/popular.js: line 476, col 30, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 476, col 46, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 476, col 59, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 476, col 75, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 476, col 94, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 476, col 110, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 476, col 126, ['teaser'] is better written in dot notation. +build/public/templates/popular.js: line 476, col 139, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 476, col 155, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 476, col 171, ['teaser'] is better written in dot notation. +build/public/templates/popular.js: line 476, col 181, ['timestampISO'] is better written in dot notation. +build/public/templates/popular.js: line 476, col 227, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 476, col 243, ['config'] is better written in dot notation. +build/public/templates/popular.js: line 476, col 256, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 476, col 272, ['config'] is better written in dot notation. +build/public/templates/popular.js: line 476, col 282, ['theme'] is better written in dot notation. +build/public/templates/popular.js: line 476, col 294, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 476, col 310, ['config'] is better written in dot notation. +build/public/templates/popular.js: line 476, col 320, ['theme'] is better written in dot notation. +build/public/templates/popular.js: line 476, col 329, ['mobileTopicTeasers'] is better written in dot notation. +build/public/templates/popular.js: line 477, col 216, Line is too long. +build/public/templates/popular.js: line 477, col 39, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 477, col 55, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 477, col 68, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 477, col 84, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 477, col 103, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 477, col 119, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 477, col 135, ['teaser'] is better written in dot notation. +build/public/templates/popular.js: line 477, col 148, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 477, col 164, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 477, col 180, ['teaser'] is better written in dot notation. +build/public/templates/popular.js: line 477, col 190, ['timestampISO'] is better written in dot notation. +build/public/templates/popular.js: line 478, col 163, Line is too long. +build/public/templates/popular.js: line 478, col 39, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 478, col 55, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 478, col 68, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 478, col 84, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 478, col 103, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 478, col 119, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 478, col 135, ['timestampISO'] is better written in dot notation. +build/public/templates/popular.js: line 480, col 120, Line is too long. +build/public/templates/popular.js: line 480, col 37, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 480, col 53, ['config'] is better written in dot notation. +build/public/templates/popular.js: line 480, col 66, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 480, col 82, ['config'] is better written in dot notation. +build/public/templates/popular.js: line 480, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/popular.js: line 482, col 152, Line is too long. +build/public/templates/popular.js: line 482, col 37, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 482, col 53, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 482, col 66, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 482, col 82, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 482, col 101, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 482, col 117, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 482, col 133, ['slug'] is better written in dot notation. +build/public/templates/popular.js: line 483, col 104, Line is too long. +build/public/templates/popular.js: line 484, col 160, Line is too long. +build/public/templates/popular.js: line 484, col 37, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 484, col 53, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 484, col 66, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 484, col 82, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 484, col 101, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 484, col 117, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 484, col 133, ['timestampISO'] is better written in dot notation. +build/public/templates/popular.js: line 486, col 29, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 486, col 45, ['showSelect'] is better written in dot notation. +build/public/templates/popular.js: line 487, col 219, Line is too long. +build/public/templates/popular.js: line 490, col 199, Line is too long. +build/public/templates/popular.js: line 490, col 29, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 490, col 45, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 490, col 58, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 490, col 74, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 490, col 93, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 490, col 109, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 490, col 125, ['thumbs'] is better written in dot notation. +build/public/templates/popular.js: line 490, col 138, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 490, col 154, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 490, col 170, ['thumbs'] is better written in dot notation. +build/public/templates/popular.js: line 490, col 180, ['length'] is better written in dot notation. +build/public/templates/popular.js: line 491, col 123, Line is too long. +build/public/templates/popular.js: line 492, col 124, Line is too long. +build/public/templates/popular.js: line 492, col 41, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 492, col 57, ['config'] is better written in dot notation. +build/public/templates/popular.js: line 492, col 70, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 492, col 86, ['config'] is better written in dot notation. +build/public/templates/popular.js: line 492, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/popular.js: line 494, col 156, Line is too long. +build/public/templates/popular.js: line 494, col 41, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 494, col 57, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 494, col 70, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 494, col 86, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 494, col 105, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 494, col 121, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 494, col 137, ['slug'] is better written in dot notation. +build/public/templates/popular.js: line 495, col 150, Line is too long. +build/public/templates/popular.js: line 495, col 33, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 495, col 49, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 495, col 62, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 495, col 78, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 495, col 97, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 495, col 113, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 495, col 129, ['bookmark'] is better written in dot notation. +build/public/templates/popular.js: line 497, col 163, Line is too long. +build/public/templates/popular.js: line 497, col 45, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 497, col 61, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 497, col 74, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 497, col 90, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 497, col 109, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 497, col 125, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 497, col 141, ['bookmark'] is better written in dot notation. +build/public/templates/popular.js: line 499, col 190, Line is too long. +build/public/templates/popular.js: line 500, col 265, Line is too long. +build/public/templates/popular.js: line 500, col 41, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 500, col 57, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 500, col 70, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 500, col 86, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 500, col 105, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 500, col 121, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 500, col 137, ['thumbs'] is better written in dot notation. +build/public/templates/popular.js: line 500, col 150, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 500, col 166, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 500, col 182, ['thumbs'] is better written in dot notation. +build/public/templates/popular.js: line 500, col 200, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 500, col 216, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 500, col 232, ['thumbs'] is better written in dot notation. +build/public/templates/popular.js: line 500, col 247, ['url'] is better written in dot notation. +build/public/templates/popular.js: line 502, col 213, Line is too long. +build/public/templates/popular.js: line 502, col 41, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 502, col 57, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 502, col 70, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 502, col 86, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 502, col 105, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 502, col 121, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 502, col 137, ['thumbs'] is better written in dot notation. +build/public/templates/popular.js: line 502, col 150, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 502, col 166, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 502, col 182, ['thumbs'] is better written in dot notation. +build/public/templates/popular.js: line 502, col 192, ['length'] is better written in dot notation. +build/public/templates/popular.js: line 503, col 231, Line is too long. +build/public/templates/popular.js: line 504, col 213, Line is too long. +build/public/templates/popular.js: line 504, col 41, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 504, col 57, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 504, col 70, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 504, col 86, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 504, col 105, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 504, col 121, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 504, col 137, ['thumbs'] is better written in dot notation. +build/public/templates/popular.js: line 504, col 150, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 504, col 166, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 504, col 182, ['thumbs'] is better written in dot notation. +build/public/templates/popular.js: line 504, col 192, ['length'] is better written in dot notation. +build/public/templates/popular.js: line 507, col 193, Line is too long. +build/public/templates/popular.js: line 508, col 29, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 512, col 29, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 514, col 131, Line is too long. +build/public/templates/popular.js: line 515, col 157, Line is too long. +build/public/templates/popular.js: line 515, col 41, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 515, col 57, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 515, col 70, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 515, col 86, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 515, col 105, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 515, col 121, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 515, col 137, ['votes'] is better written in dot notation. +build/public/templates/popular.js: line 517, col 256, Line is too long. +build/public/templates/popular.js: line 517, col 90, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 517, col 106, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 517, col 119, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 517, col 135, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 517, col 154, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 517, col 170, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 517, col 186, ['votes'] is better written in dot notation. +build/public/templates/popular.js: line 517, col 222, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 518, col 200, Line is too long. +build/public/templates/popular.js: line 519, col 133, Line is too long. +build/public/templates/popular.js: line 520, col 157, Line is too long. +build/public/templates/popular.js: line 520, col 37, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 520, col 53, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 520, col 66, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 520, col 82, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 520, col 101, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 520, col 117, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 520, col 133, ['postcount'] is better written in dot notation. +build/public/templates/popular.js: line 522, col 256, Line is too long. +build/public/templates/popular.js: line 522, col 86, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 522, col 102, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 522, col 115, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 522, col 131, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 522, col 150, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 522, col 166, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 522, col 182, ['postcount'] is better written in dot notation. +build/public/templates/popular.js: line 522, col 222, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 523, col 316, Line is too long. +build/public/templates/popular.js: line 524, col 157, Line is too long. +build/public/templates/popular.js: line 524, col 37, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 524, col 53, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 524, col 66, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 524, col 82, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 524, col 101, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 524, col 117, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 524, col 133, ['viewcount'] is better written in dot notation. +build/public/templates/popular.js: line 526, col 256, Line is too long. +build/public/templates/popular.js: line 526, col 86, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 526, col 102, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 526, col 115, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 526, col 131, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 526, col 150, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 526, col 166, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 526, col 182, ['viewcount'] is better written in dot notation. +build/public/templates/popular.js: line 526, col 222, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 527, col 264, Line is too long. +build/public/templates/popular.js: line 528, col 162, Line is too long. +build/public/templates/popular.js: line 528, col 29, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 528, col 45, ['config'] is better written in dot notation. +build/public/templates/popular.js: line 528, col 58, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 528, col 74, ['config'] is better written in dot notation. +build/public/templates/popular.js: line 528, col 84, ['theme'] is better written in dot notation. +build/public/templates/popular.js: line 528, col 96, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 528, col 112, ['config'] is better written in dot notation. +build/public/templates/popular.js: line 528, col 122, ['theme'] is better written in dot notation. +build/public/templates/popular.js: line 528, col 131, ['mobileTopicTeasers'] is better written in dot notation. +build/public/templates/popular.js: line 531, col 125, Line is too long. +build/public/templates/popular.js: line 532, col 214, Line is too long. +build/public/templates/popular.js: line 532, col 37, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 532, col 53, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 532, col 66, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 532, col 82, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 532, col 101, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 532, col 117, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 532, col 133, ['category'] is better written in dot notation. +build/public/templates/popular.js: line 532, col 148, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 532, col 164, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 532, col 180, ['category'] is better written in dot notation. +build/public/templates/popular.js: line 532, col 192, ['bgColor'] is better written in dot notation. +build/public/templates/popular.js: line 534, col 147, Line is too long. +build/public/templates/popular.js: line 534, col 29, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 534, col 45, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 534, col 58, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 534, col 74, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 534, col 93, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 534, col 109, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 534, col 125, ['unreplied'] is better written in dot notation. +build/public/templates/popular.js: line 537, col 200, Line is too long. +build/public/templates/popular.js: line 537, col 33, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 537, col 49, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 537, col 62, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 537, col 78, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 537, col 97, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 537, col 113, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 537, col 129, ['teaser'] is better written in dot notation. +build/public/templates/popular.js: line 537, col 142, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 537, col 158, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 537, col 174, ['teaser'] is better written in dot notation. +build/public/templates/popular.js: line 537, col 184, ['pid'] is better written in dot notation. +build/public/templates/popular.js: line 539, col 270, Line is too long. +build/public/templates/popular.js: line 539, col 37, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 539, col 53, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 539, col 66, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 539, col 82, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 539, col 101, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 539, col 117, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 539, col 133, ['teaser'] is better written in dot notation. +build/public/templates/popular.js: line 539, col 146, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 539, col 162, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 539, col 178, ['teaser'] is better written in dot notation. +build/public/templates/popular.js: line 539, col 188, ['user'] is better written in dot notation. +build/public/templates/popular.js: line 539, col 199, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 539, col 215, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 539, col 231, ['teaser'] is better written in dot notation. +build/public/templates/popular.js: line 539, col 241, ['user'] is better written in dot notation. +build/public/templates/popular.js: line 539, col 249, ['userslug'] is better written in dot notation. +build/public/templates/popular.js: line 540, col 130, Line is too long. +build/public/templates/popular.js: line 540, col 47, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 540, col 63, ['config'] is better written in dot notation. +build/public/templates/popular.js: line 540, col 76, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 540, col 92, ['config'] is better written in dot notation. +build/public/templates/popular.js: line 540, col 102, ['relative_path'] is better written in dot notation. +build/public/templates/popular.js: line 542, col 283, Line is too long. +build/public/templates/popular.js: line 542, col 49, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 542, col 65, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 542, col 78, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 542, col 94, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 542, col 113, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 542, col 129, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 542, col 145, ['teaser'] is better written in dot notation. +build/public/templates/popular.js: line 542, col 158, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 542, col 174, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 542, col 190, ['teaser'] is better written in dot notation. +build/public/templates/popular.js: line 542, col 200, ['user'] is better written in dot notation. +build/public/templates/popular.js: line 542, col 211, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 542, col 227, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 542, col 243, ['teaser'] is better written in dot notation. +build/public/templates/popular.js: line 542, col 253, ['user'] is better written in dot notation. +build/public/templates/popular.js: line 542, col 261, ['userslug'] is better written in dot notation. +build/public/templates/popular.js: line 545, col 283, Line is too long. +build/public/templates/popular.js: line 545, col 45, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 545, col 61, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 545, col 74, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 545, col 90, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 545, col 109, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 545, col 125, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 545, col 141, ['teaser'] is better written in dot notation. +build/public/templates/popular.js: line 545, col 154, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 545, col 170, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 545, col 186, ['teaser'] is better written in dot notation. +build/public/templates/popular.js: line 545, col 196, ['user'] is better written in dot notation. +build/public/templates/popular.js: line 545, col 207, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 545, col 223, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 545, col 239, ['teaser'] is better written in dot notation. +build/public/templates/popular.js: line 545, col 249, ['user'] is better written in dot notation. +build/public/templates/popular.js: line 545, col 257, ['displayname'] is better written in dot notation. +build/public/templates/popular.js: line 547, col 317, Line is too long. +build/public/templates/popular.js: line 547, col 86, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 547, col 102, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 547, col 115, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 547, col 131, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 547, col 150, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 547, col 166, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 547, col 182, ['teaser'] is better written in dot notation. +build/public/templates/popular.js: line 547, col 195, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 547, col 211, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 547, col 227, ['teaser'] is better written in dot notation. +build/public/templates/popular.js: line 547, col 237, ['user'] is better written in dot notation. +build/public/templates/popular.js: line 547, col 280, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 549, col 128, Line is too long. +build/public/templates/popular.js: line 549, col 45, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 549, col 61, ['config'] is better written in dot notation. +build/public/templates/popular.js: line 549, col 74, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 549, col 90, ['config'] is better written in dot notation. +build/public/templates/popular.js: line 549, col 100, ['relative_path'] is better written in dot notation. +build/public/templates/popular.js: line 551, col 160, Line is too long. +build/public/templates/popular.js: line 551, col 45, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 551, col 61, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 551, col 74, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 551, col 90, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 551, col 109, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 551, col 125, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 551, col 141, ['slug'] is better written in dot notation. +build/public/templates/popular.js: line 553, col 216, Line is too long. +build/public/templates/popular.js: line 553, col 45, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 553, col 61, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 553, col 74, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 553, col 90, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 553, col 109, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 553, col 125, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 553, col 141, ['teaser'] is better written in dot notation. +build/public/templates/popular.js: line 553, col 154, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 553, col 170, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 553, col 186, ['teaser'] is better written in dot notation. +build/public/templates/popular.js: line 553, col 196, ['index'] is better written in dot notation. +build/public/templates/popular.js: line 555, col 223, Line is too long. +build/public/templates/popular.js: line 555, col 45, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 555, col 61, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 555, col 74, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 555, col 90, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 555, col 109, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 555, col 125, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 555, col 141, ['teaser'] is better written in dot notation. +build/public/templates/popular.js: line 555, col 154, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 555, col 170, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 555, col 186, ['teaser'] is better written in dot notation. +build/public/templates/popular.js: line 555, col 196, ['timestampISO'] is better written in dot notation. +build/public/templates/popular.js: line 556, col 230, Line is too long. +build/public/templates/popular.js: line 557, col 128, Line is too long. +build/public/templates/popular.js: line 557, col 45, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 557, col 61, ['config'] is better written in dot notation. +build/public/templates/popular.js: line 557, col 74, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 557, col 90, ['config'] is better written in dot notation. +build/public/templates/popular.js: line 557, col 100, ['relative_path'] is better written in dot notation. +build/public/templates/popular.js: line 559, col 160, Line is too long. +build/public/templates/popular.js: line 559, col 45, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 559, col 61, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 559, col 74, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 559, col 90, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 559, col 109, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 559, col 125, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 559, col 141, ['slug'] is better written in dot notation. +build/public/templates/popular.js: line 561, col 216, Line is too long. +build/public/templates/popular.js: line 561, col 45, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 561, col 61, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 561, col 74, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 561, col 90, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 561, col 109, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 561, col 125, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 561, col 141, ['teaser'] is better written in dot notation. +build/public/templates/popular.js: line 561, col 154, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 561, col 170, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 561, col 186, ['teaser'] is better written in dot notation. +build/public/templates/popular.js: line 561, col 196, ['index'] is better written in dot notation. +build/public/templates/popular.js: line 563, col 218, Line is too long. +build/public/templates/popular.js: line 563, col 45, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 563, col 61, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 563, col 74, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 563, col 90, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 563, col 109, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 563, col 125, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 563, col 141, ['teaser'] is better written in dot notation. +build/public/templates/popular.js: line 563, col 154, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 563, col 170, ['topics'] is better written in dot notation. +build/public/templates/popular.js: line 563, col 186, ['teaser'] is better written in dot notation. +build/public/templates/popular.js: line 563, col 196, ['content'] is better written in dot notation. +build/public/templates/popular.js: line 342, col 13, 'key' is defined but never used. +build/public/templates/popular.js: line 340, col 11, 'value' is defined but never used. +build/public/templates/popular.js: line 575, col 160, Line is too long. +build/public/templates/popular.js: line 575, col 36, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 575, col 52, ['pagination'] is better written in dot notation. +build/public/templates/popular.js: line 575, col 69, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 575, col 85, ['pagination'] is better written in dot notation. +build/public/templates/popular.js: line 575, col 99, ['pages'] is better written in dot notation. +build/public/templates/popular.js: line 578, col 219, Line is too long. +build/public/templates/popular.js: line 578, col 29, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 578, col 45, ['pagination'] is better written in dot notation. +build/public/templates/popular.js: line 578, col 62, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 578, col 78, ['pagination'] is better written in dot notation. +build/public/templates/popular.js: line 578, col 92, ['pages'] is better written in dot notation. +build/public/templates/popular.js: line 578, col 104, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 578, col 120, ['pagination'] is better written in dot notation. +build/public/templates/popular.js: line 578, col 134, ['pages'] is better written in dot notation. +build/public/templates/popular.js: line 578, col 152, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 578, col 168, ['pagination'] is better written in dot notation. +build/public/templates/popular.js: line 578, col 182, ['pages'] is better written in dot notation. +build/public/templates/popular.js: line 578, col 197, ['separator'] is better written in dot notation. +build/public/templates/popular.js: line 579, col 227, Line is too long. +build/public/templates/popular.js: line 581, col 220, Line is too long. +build/public/templates/popular.js: line 581, col 33, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 581, col 49, ['pagination'] is better written in dot notation. +build/public/templates/popular.js: line 581, col 66, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 581, col 82, ['pagination'] is better written in dot notation. +build/public/templates/popular.js: line 581, col 96, ['pages'] is better written in dot notation. +build/public/templates/popular.js: line 581, col 108, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 581, col 124, ['pagination'] is better written in dot notation. +build/public/templates/popular.js: line 581, col 138, ['pages'] is better written in dot notation. +build/public/templates/popular.js: line 581, col 156, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 581, col 172, ['pagination'] is better written in dot notation. +build/public/templates/popular.js: line 581, col 186, ['pages'] is better written in dot notation. +build/public/templates/popular.js: line 581, col 201, ['active'] is better written in dot notation. +build/public/templates/popular.js: line 585, col 226, Line is too long. +build/public/templates/popular.js: line 585, col 41, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 585, col 57, ['pagination'] is better written in dot notation. +build/public/templates/popular.js: line 585, col 74, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 585, col 90, ['pagination'] is better written in dot notation. +build/public/templates/popular.js: line 585, col 104, ['pages'] is better written in dot notation. +build/public/templates/popular.js: line 585, col 116, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 585, col 132, ['pagination'] is better written in dot notation. +build/public/templates/popular.js: line 585, col 146, ['pages'] is better written in dot notation. +build/public/templates/popular.js: line 585, col 164, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 585, col 180, ['pagination'] is better written in dot notation. +build/public/templates/popular.js: line 585, col 194, ['pages'] is better written in dot notation. +build/public/templates/popular.js: line 585, col 209, ['qs'] is better written in dot notation. +build/public/templates/popular.js: line 587, col 228, Line is too long. +build/public/templates/popular.js: line 587, col 41, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 587, col 57, ['pagination'] is better written in dot notation. +build/public/templates/popular.js: line 587, col 74, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 587, col 90, ['pagination'] is better written in dot notation. +build/public/templates/popular.js: line 587, col 104, ['pages'] is better written in dot notation. +build/public/templates/popular.js: line 587, col 116, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 587, col 132, ['pagination'] is better written in dot notation. +build/public/templates/popular.js: line 587, col 146, ['pages'] is better written in dot notation. +build/public/templates/popular.js: line 587, col 164, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 587, col 180, ['pagination'] is better written in dot notation. +build/public/templates/popular.js: line 587, col 194, ['pages'] is better written in dot notation. +build/public/templates/popular.js: line 587, col 209, ['page'] is better written in dot notation. +build/public/templates/popular.js: line 589, col 228, Line is too long. +build/public/templates/popular.js: line 589, col 41, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 589, col 57, ['pagination'] is better written in dot notation. +build/public/templates/popular.js: line 589, col 74, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 589, col 90, ['pagination'] is better written in dot notation. +build/public/templates/popular.js: line 589, col 104, ['pages'] is better written in dot notation. +build/public/templates/popular.js: line 589, col 116, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 589, col 132, ['pagination'] is better written in dot notation. +build/public/templates/popular.js: line 589, col 146, ['pages'] is better written in dot notation. +build/public/templates/popular.js: line 589, col 164, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 589, col 180, ['pagination'] is better written in dot notation. +build/public/templates/popular.js: line 589, col 194, ['pages'] is better written in dot notation. +build/public/templates/popular.js: line 589, col 209, ['page'] is better written in dot notation. +build/public/templates/popular.js: line 591, col 228, Line is too long. +build/public/templates/popular.js: line 591, col 41, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 591, col 57, ['pagination'] is better written in dot notation. +build/public/templates/popular.js: line 591, col 74, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 591, col 90, ['pagination'] is better written in dot notation. +build/public/templates/popular.js: line 591, col 104, ['pages'] is better written in dot notation. +build/public/templates/popular.js: line 591, col 116, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 591, col 132, ['pagination'] is better written in dot notation. +build/public/templates/popular.js: line 591, col 146, ['pages'] is better written in dot notation. +build/public/templates/popular.js: line 591, col 164, Expected '!==' and instead saw '!='. +build/public/templates/popular.js: line 591, col 180, ['pagination'] is better written in dot notation. +build/public/templates/popular.js: line 591, col 194, ['pages'] is better written in dot notation. +build/public/templates/popular.js: line 591, col 209, ['page'] is better written in dot notation. +build/public/templates/popular.js: line 576, col 13, 'key' is defined but never used. +build/public/templates/popular.js: line 575, col 153, 'value' is defined but never used. +build/public/templates/popular.js: line 575, col 145, 'length' is defined but never used. +build/public/templates/popular.js: line 575, col 138, 'index' is defined but never used. +build/public/templates/popular.js: line 574, col 11, 'value' is defined but never used. +build/public/templates/popular.js: line 572, col 81, 'helper' is defined but never used. +build/public/templates/popular.js: line 601, col 3, Missing semicolon. +build/public/templates/popular.js: line 5, col 46, 'define' is not defined. +build/public/templates/popular.js: line 6, col 5, 'define' is not defined. + +build/public/templates/post-queue.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 13, col 41, ['isAdmin'] is better written in dot notation. +build/public/templates/post-queue.js: line 15, col 29, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 15, col 45, ['enabled'] is better written in dot notation. +build/public/templates/post-queue.js: line 18, col 124, Line is too long. +build/public/templates/post-queue.js: line 18, col 41, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 18, col 57, ['config'] is better written in dot notation. +build/public/templates/post-queue.js: line 18, col 70, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 18, col 86, ['config'] is better written in dot notation. +build/public/templates/post-queue.js: line 18, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/post-queue.js: line 21, col 132, Line is too long. +build/public/templates/post-queue.js: line 23, col 159, Line is too long. +build/public/templates/post-queue.js: line 23, col 27, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 23, col 43, ['singlePost'] is better written in dot notation. +build/public/templates/post-queue.js: line 23, col 86, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 23, col 102, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 23, col 114, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 23, col 130, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 23, col 139, ['length'] is better written in dot notation. +build/public/templates/post-queue.js: line 24, col 406, Line is too long. +build/public/templates/post-queue.js: line 25, col 29, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 25, col 45, ['selectedCategory'] is better written in dot notation. +build/public/templates/post-queue.js: line 27, col 163, Line is too long. +build/public/templates/post-queue.js: line 27, col 88, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 27, col 104, ['selectedCategory'] is better written in dot notation. +build/public/templates/post-queue.js: line 29, col 135, Line is too long. +build/public/templates/post-queue.js: line 29, col 41, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 29, col 57, ['selectedCategory'] is better written in dot notation. +build/public/templates/post-queue.js: line 29, col 80, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 29, col 96, ['selectedCategory'] is better written in dot notation. +build/public/templates/post-queue.js: line 29, col 116, ['name'] is better written in dot notation. +build/public/templates/post-queue.js: line 31, col 148, Line is too long. +build/public/templates/post-queue.js: line 32, col 414, Line is too long. +build/public/templates/post-queue.js: line 33, col 29, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 33, col 45, ['hideAll'] is better written in dot notation. +build/public/templates/post-queue.js: line 35, col 177, Line is too long. +build/public/templates/post-queue.js: line 36, col 33, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 36, col 49, ['allCategoriesUrl'] is better written in dot notation. +build/public/templates/post-queue.js: line 37, col 126, Line is too long. +build/public/templates/post-queue.js: line 37, col 43, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 37, col 59, ['config'] is better written in dot notation. +build/public/templates/post-queue.js: line 37, col 72, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 37, col 88, ['config'] is better written in dot notation. +build/public/templates/post-queue.js: line 37, col 98, ['relative_path'] is better written in dot notation. +build/public/templates/post-queue.js: line 39, col 45, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 39, col 61, ['allCategoriesUrl'] is better written in dot notation. +build/public/templates/post-queue.js: line 41, col 162, Line is too long. +build/public/templates/post-queue.js: line 42, col 33, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 42, col 49, ['selectedCategory'] is better written in dot notation. +build/public/templates/post-queue.js: line 47, col 26, ['categoryItems'] is better written in dot notation. +build/public/templates/post-queue.js: line 48, col 532, Line is too long. +build/public/templates/post-queue.js: line 49, col 29, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 49, col 45, ['canAccept'] is better written in dot notation. +build/public/templates/post-queue.js: line 50, col 608, Line is too long. +build/public/templates/post-queue.js: line 51, col 296, Line is too long. +build/public/templates/post-queue.js: line 55, col 25, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 55, col 41, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 55, col 53, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 55, col 69, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 55, col 78, ['length'] is better written in dot notation. +build/public/templates/post-queue.js: line 58, col 29, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 58, col 45, ['singlePost'] is better written in dot notation. +build/public/templates/post-queue.js: line 59, col 323, Line is too long. +build/public/templates/post-queue.js: line 60, col 292, Line is too long. +build/public/templates/post-queue.js: line 63, col 22, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 65, col 158, Line is too long. +build/public/templates/post-queue.js: line 65, col 25, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 65, col 41, ['pagination'] is better written in dot notation. +build/public/templates/post-queue.js: line 65, col 58, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 65, col 74, ['pagination'] is better written in dot notation. +build/public/templates/post-queue.js: line 65, col 88, ['pages'] is better written in dot notation. +build/public/templates/post-queue.js: line 65, col 100, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 65, col 116, ['pagination'] is better written in dot notation. +build/public/templates/post-queue.js: line 65, col 130, ['pages'] is better written in dot notation. +build/public/templates/post-queue.js: line 65, col 139, ['length'] is better written in dot notation. +build/public/templates/post-queue.js: line 68, col 155, Line is too long. +build/public/templates/post-queue.js: line 69, col 156, Line is too long. +build/public/templates/post-queue.js: line 69, col 25, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 69, col 41, ['pagination'] is better written in dot notation. +build/public/templates/post-queue.js: line 69, col 58, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 69, col 74, ['pagination'] is better written in dot notation. +build/public/templates/post-queue.js: line 69, col 88, ['prev'] is better written in dot notation. +build/public/templates/post-queue.js: line 69, col 99, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 69, col 115, ['pagination'] is better written in dot notation. +build/public/templates/post-queue.js: line 69, col 129, ['prev'] is better written in dot notation. +build/public/templates/post-queue.js: line 69, col 137, ['active'] is better written in dot notation. +build/public/templates/post-queue.js: line 73, col 162, Line is too long. +build/public/templates/post-queue.js: line 73, col 33, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 73, col 49, ['pagination'] is better written in dot notation. +build/public/templates/post-queue.js: line 73, col 66, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 73, col 82, ['pagination'] is better written in dot notation. +build/public/templates/post-queue.js: line 73, col 96, ['prev'] is better written in dot notation. +build/public/templates/post-queue.js: line 73, col 107, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 73, col 123, ['pagination'] is better written in dot notation. +build/public/templates/post-queue.js: line 73, col 137, ['prev'] is better written in dot notation. +build/public/templates/post-queue.js: line 73, col 145, ['qs'] is better written in dot notation. +build/public/templates/post-queue.js: line 75, col 164, Line is too long. +build/public/templates/post-queue.js: line 75, col 33, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 75, col 49, ['pagination'] is better written in dot notation. +build/public/templates/post-queue.js: line 75, col 66, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 75, col 82, ['pagination'] is better written in dot notation. +build/public/templates/post-queue.js: line 75, col 96, ['prev'] is better written in dot notation. +build/public/templates/post-queue.js: line 75, col 107, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 75, col 123, ['pagination'] is better written in dot notation. +build/public/templates/post-queue.js: line 75, col 137, ['prev'] is better written in dot notation. +build/public/templates/post-queue.js: line 75, col 145, ['page'] is better written in dot notation. +build/public/templates/post-queue.js: line 76, col 114, Line is too long. +build/public/templates/post-queue.js: line 79, col 156, Line is too long. +build/public/templates/post-queue.js: line 79, col 25, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 79, col 41, ['pagination'] is better written in dot notation. +build/public/templates/post-queue.js: line 79, col 58, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 79, col 74, ['pagination'] is better written in dot notation. +build/public/templates/post-queue.js: line 79, col 88, ['next'] is better written in dot notation. +build/public/templates/post-queue.js: line 79, col 99, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 79, col 115, ['pagination'] is better written in dot notation. +build/public/templates/post-queue.js: line 79, col 129, ['next'] is better written in dot notation. +build/public/templates/post-queue.js: line 79, col 137, ['active'] is better written in dot notation. +build/public/templates/post-queue.js: line 83, col 162, Line is too long. +build/public/templates/post-queue.js: line 83, col 33, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 83, col 49, ['pagination'] is better written in dot notation. +build/public/templates/post-queue.js: line 83, col 66, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 83, col 82, ['pagination'] is better written in dot notation. +build/public/templates/post-queue.js: line 83, col 96, ['next'] is better written in dot notation. +build/public/templates/post-queue.js: line 83, col 107, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 83, col 123, ['pagination'] is better written in dot notation. +build/public/templates/post-queue.js: line 83, col 137, ['next'] is better written in dot notation. +build/public/templates/post-queue.js: line 83, col 145, ['qs'] is better written in dot notation. +build/public/templates/post-queue.js: line 85, col 164, Line is too long. +build/public/templates/post-queue.js: line 85, col 33, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 85, col 49, ['pagination'] is better written in dot notation. +build/public/templates/post-queue.js: line 85, col 66, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 85, col 82, ['pagination'] is better written in dot notation. +build/public/templates/post-queue.js: line 85, col 96, ['next'] is better written in dot notation. +build/public/templates/post-queue.js: line 85, col 107, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 85, col 123, ['pagination'] is better written in dot notation. +build/public/templates/post-queue.js: line 85, col 137, ['next'] is better written in dot notation. +build/public/templates/post-queue.js: line 85, col 145, ['page'] is better written in dot notation. +build/public/templates/post-queue.js: line 86, col 224, Line is too long. +build/public/templates/post-queue.js: line 87, col 156, Line is too long. +build/public/templates/post-queue.js: line 87, col 25, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 87, col 41, ['pagination'] is better written in dot notation. +build/public/templates/post-queue.js: line 87, col 58, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 87, col 74, ['pagination'] is better written in dot notation. +build/public/templates/post-queue.js: line 87, col 88, ['prev'] is better written in dot notation. +build/public/templates/post-queue.js: line 87, col 99, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 87, col 115, ['pagination'] is better written in dot notation. +build/public/templates/post-queue.js: line 87, col 129, ['prev'] is better written in dot notation. +build/public/templates/post-queue.js: line 87, col 137, ['active'] is better written in dot notation. +build/public/templates/post-queue.js: line 91, col 164, Line is too long. +build/public/templates/post-queue.js: line 91, col 33, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 91, col 49, ['pagination'] is better written in dot notation. +build/public/templates/post-queue.js: line 91, col 66, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 91, col 82, ['pagination'] is better written in dot notation. +build/public/templates/post-queue.js: line 91, col 96, ['first'] is better written in dot notation. +build/public/templates/post-queue.js: line 91, col 108, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 91, col 124, ['pagination'] is better written in dot notation. +build/public/templates/post-queue.js: line 91, col 138, ['first'] is better written in dot notation. +build/public/templates/post-queue.js: line 91, col 147, ['qs'] is better written in dot notation. +build/public/templates/post-queue.js: line 92, col 158, Line is too long. +build/public/templates/post-queue.js: line 93, col 156, Line is too long. +build/public/templates/post-queue.js: line 93, col 25, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 93, col 41, ['pagination'] is better written in dot notation. +build/public/templates/post-queue.js: line 93, col 58, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 93, col 74, ['pagination'] is better written in dot notation. +build/public/templates/post-queue.js: line 93, col 88, ['prev'] is better written in dot notation. +build/public/templates/post-queue.js: line 93, col 99, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 93, col 115, ['pagination'] is better written in dot notation. +build/public/templates/post-queue.js: line 93, col 129, ['prev'] is better written in dot notation. +build/public/templates/post-queue.js: line 93, col 137, ['active'] is better written in dot notation. +build/public/templates/post-queue.js: line 97, col 162, Line is too long. +build/public/templates/post-queue.js: line 97, col 33, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 97, col 49, ['pagination'] is better written in dot notation. +build/public/templates/post-queue.js: line 97, col 66, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 97, col 82, ['pagination'] is better written in dot notation. +build/public/templates/post-queue.js: line 97, col 96, ['prev'] is better written in dot notation. +build/public/templates/post-queue.js: line 97, col 107, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 97, col 123, ['pagination'] is better written in dot notation. +build/public/templates/post-queue.js: line 97, col 137, ['prev'] is better written in dot notation. +build/public/templates/post-queue.js: line 97, col 145, ['qs'] is better written in dot notation. +build/public/templates/post-queue.js: line 99, col 164, Line is too long. +build/public/templates/post-queue.js: line 99, col 33, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 99, col 49, ['pagination'] is better written in dot notation. +build/public/templates/post-queue.js: line 99, col 66, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 99, col 82, ['pagination'] is better written in dot notation. +build/public/templates/post-queue.js: line 99, col 96, ['prev'] is better written in dot notation. +build/public/templates/post-queue.js: line 99, col 107, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 99, col 123, ['pagination'] is better written in dot notation. +build/public/templates/post-queue.js: line 99, col 137, ['prev'] is better written in dot notation. +build/public/templates/post-queue.js: line 99, col 145, ['page'] is better written in dot notation. +build/public/templates/post-queue.js: line 100, col 276, Line is too long. +build/public/templates/post-queue.js: line 101, col 122, Line is too long. +build/public/templates/post-queue.js: line 101, col 33, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 101, col 49, ['pagination'] is better written in dot notation. +build/public/templates/post-queue.js: line 101, col 66, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 101, col 82, ['pagination'] is better written in dot notation. +build/public/templates/post-queue.js: line 101, col 96, ['currentPage'] is better written in dot notation. +build/public/templates/post-queue.js: line 103, col 120, Line is too long. +build/public/templates/post-queue.js: line 103, col 33, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 103, col 49, ['pagination'] is better written in dot notation. +build/public/templates/post-queue.js: line 103, col 66, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 103, col 82, ['pagination'] is better written in dot notation. +build/public/templates/post-queue.js: line 103, col 96, ['pageCount'] is better written in dot notation. +build/public/templates/post-queue.js: line 105, col 156, Line is too long. +build/public/templates/post-queue.js: line 105, col 25, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 105, col 41, ['pagination'] is better written in dot notation. +build/public/templates/post-queue.js: line 105, col 58, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 105, col 74, ['pagination'] is better written in dot notation. +build/public/templates/post-queue.js: line 105, col 88, ['next'] is better written in dot notation. +build/public/templates/post-queue.js: line 105, col 99, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 105, col 115, ['pagination'] is better written in dot notation. +build/public/templates/post-queue.js: line 105, col 129, ['next'] is better written in dot notation. +build/public/templates/post-queue.js: line 105, col 137, ['active'] is better written in dot notation. +build/public/templates/post-queue.js: line 109, col 162, Line is too long. +build/public/templates/post-queue.js: line 109, col 33, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 109, col 49, ['pagination'] is better written in dot notation. +build/public/templates/post-queue.js: line 109, col 66, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 109, col 82, ['pagination'] is better written in dot notation. +build/public/templates/post-queue.js: line 109, col 96, ['next'] is better written in dot notation. +build/public/templates/post-queue.js: line 109, col 107, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 109, col 123, ['pagination'] is better written in dot notation. +build/public/templates/post-queue.js: line 109, col 137, ['next'] is better written in dot notation. +build/public/templates/post-queue.js: line 109, col 145, ['qs'] is better written in dot notation. +build/public/templates/post-queue.js: line 111, col 164, Line is too long. +build/public/templates/post-queue.js: line 111, col 33, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 111, col 49, ['pagination'] is better written in dot notation. +build/public/templates/post-queue.js: line 111, col 66, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 111, col 82, ['pagination'] is better written in dot notation. +build/public/templates/post-queue.js: line 111, col 96, ['next'] is better written in dot notation. +build/public/templates/post-queue.js: line 111, col 107, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 111, col 123, ['pagination'] is better written in dot notation. +build/public/templates/post-queue.js: line 111, col 137, ['next'] is better written in dot notation. +build/public/templates/post-queue.js: line 111, col 145, ['page'] is better written in dot notation. +build/public/templates/post-queue.js: line 112, col 136, Line is too long. +build/public/templates/post-queue.js: line 113, col 156, Line is too long. +build/public/templates/post-queue.js: line 113, col 25, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 113, col 41, ['pagination'] is better written in dot notation. +build/public/templates/post-queue.js: line 113, col 58, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 113, col 74, ['pagination'] is better written in dot notation. +build/public/templates/post-queue.js: line 113, col 88, ['next'] is better written in dot notation. +build/public/templates/post-queue.js: line 113, col 99, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 113, col 115, ['pagination'] is better written in dot notation. +build/public/templates/post-queue.js: line 113, col 129, ['next'] is better written in dot notation. +build/public/templates/post-queue.js: line 113, col 137, ['active'] is better written in dot notation. +build/public/templates/post-queue.js: line 117, col 162, Line is too long. +build/public/templates/post-queue.js: line 117, col 33, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 117, col 49, ['pagination'] is better written in dot notation. +build/public/templates/post-queue.js: line 117, col 66, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 117, col 82, ['pagination'] is better written in dot notation. +build/public/templates/post-queue.js: line 117, col 96, ['last'] is better written in dot notation. +build/public/templates/post-queue.js: line 117, col 107, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 117, col 123, ['pagination'] is better written in dot notation. +build/public/templates/post-queue.js: line 117, col 137, ['last'] is better written in dot notation. +build/public/templates/post-queue.js: line 117, col 145, ['qs'] is better written in dot notation. +build/public/templates/post-queue.js: line 119, col 120, Line is too long. +build/public/templates/post-queue.js: line 119, col 33, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 119, col 49, ['pagination'] is better written in dot notation. +build/public/templates/post-queue.js: line 119, col 66, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 119, col 82, ['pagination'] is better written in dot notation. +build/public/templates/post-queue.js: line 119, col 96, ['pageCount'] is better written in dot notation. +build/public/templates/post-queue.js: line 120, col 129, Line is too long. +build/public/templates/post-queue.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/post-queue.js: line 127, col 121, Line is too long. +build/public/templates/post-queue.js: line 127, col 36, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 127, col 52, ['categoryItems'] is better written in dot notation. +build/public/templates/post-queue.js: line 130, col 172, Line is too long. +build/public/templates/post-queue.js: line 130, col 29, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 130, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/post-queue.js: line 130, col 65, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 130, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/post-queue.js: line 130, col 107, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 130, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/post-queue.js: line 130, col 146, ['disabledClass'] is better written in dot notation. +build/public/templates/post-queue.js: line 134, col 172, Line is too long. +build/public/templates/post-queue.js: line 134, col 37, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 134, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/post-queue.js: line 134, col 73, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 134, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/post-queue.js: line 134, col 115, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 134, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/post-queue.js: line 134, col 154, ['cid'] is better written in dot notation. +build/public/templates/post-queue.js: line 136, col 178, Line is too long. +build/public/templates/post-queue.js: line 136, col 37, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 136, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/post-queue.js: line 136, col 73, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 136, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/post-queue.js: line 136, col 115, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 136, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/post-queue.js: line 136, col 154, ['parentCid'] is better written in dot notation. +build/public/templates/post-queue.js: line 138, col 173, Line is too long. +build/public/templates/post-queue.js: line 138, col 37, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 138, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/post-queue.js: line 138, col 73, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 138, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/post-queue.js: line 138, col 115, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 138, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/post-queue.js: line 138, col 154, ['name'] is better written in dot notation. +build/public/templates/post-queue.js: line 140, col 172, Line is too long. +build/public/templates/post-queue.js: line 140, col 29, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 140, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/post-queue.js: line 140, col 65, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 140, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/post-queue.js: line 140, col 107, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 140, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/post-queue.js: line 140, col 146, ['disabledClass'] is better written in dot notation. +build/public/templates/post-queue.js: line 144, col 174, Line is too long. +build/public/templates/post-queue.js: line 144, col 37, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 144, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/post-queue.js: line 144, col 73, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 144, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/post-queue.js: line 144, col 115, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 144, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/post-queue.js: line 144, col 154, ['level'] is better written in dot notation. +build/public/templates/post-queue.js: line 146, col 164, Line is too long. +build/public/templates/post-queue.js: line 146, col 29, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 146, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/post-queue.js: line 146, col 65, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 146, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/post-queue.js: line 146, col 107, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 146, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/post-queue.js: line 146, col 146, ['match'] is better written in dot notation. +build/public/templates/post-queue.js: line 150, col 163, Line is too long. +build/public/templates/post-queue.js: line 150, col 29, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 150, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/post-queue.js: line 150, col 65, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 150, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/post-queue.js: line 150, col 107, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 150, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/post-queue.js: line 150, col 146, ['icon'] is better written in dot notation. +build/public/templates/post-queue.js: line 152, col 114, Line is too long. +build/public/templates/post-queue.js: line 156, col 173, Line is too long. +build/public/templates/post-queue.js: line 156, col 37, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 156, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/post-queue.js: line 156, col 73, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 156, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/post-queue.js: line 156, col 115, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 156, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/post-queue.js: line 156, col 154, ['name'] is better written in dot notation. +build/public/templates/post-queue.js: line 157, col 112, Line is too long. +build/public/templates/post-queue.js: line 158, col 167, Line is too long. +build/public/templates/post-queue.js: line 158, col 29, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 158, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/post-queue.js: line 158, col 65, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 158, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/post-queue.js: line 158, col 107, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 158, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/post-queue.js: line 158, col 146, ['selected'] is better written in dot notation. +build/public/templates/post-queue.js: line 128, col 13, 'key' is defined but never used. +build/public/templates/post-queue.js: line 126, col 11, 'value' is defined but never used. +build/public/templates/post-queue.js: line 169, col 113, Line is too long. +build/public/templates/post-queue.js: line 169, col 36, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 169, col 52, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 172, col 147, Line is too long. +build/public/templates/post-queue.js: line 172, col 37, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 172, col 53, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 172, col 65, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 172, col 81, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 172, col 99, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 172, col 115, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 172, col 130, ['id'] is better written in dot notation. +build/public/templates/post-queue.js: line 174, col 198, Line is too long. +build/public/templates/post-queue.js: line 174, col 37, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 174, col 53, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 174, col 65, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 174, col 81, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 174, col 99, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 174, col 115, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 174, col 130, ['user'] is better written in dot notation. +build/public/templates/post-queue.js: line 174, col 141, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 174, col 157, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 174, col 172, ['user'] is better written in dot notation. +build/public/templates/post-queue.js: line 174, col 180, ['uid'] is better written in dot notation. +build/public/templates/post-queue.js: line 175, col 212, Line is too long. +build/public/templates/post-queue.js: line 176, col 29, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 176, col 45, ['singlePost'] is better written in dot notation. +build/public/templates/post-queue.js: line 179, col 151, Line is too long. +build/public/templates/post-queue.js: line 179, col 41, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 179, col 57, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 179, col 69, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 179, col 85, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 179, col 103, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 179, col 119, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 179, col 134, ['id'] is better written in dot notation. +build/public/templates/post-queue.js: line 182, col 147, Line is too long. +build/public/templates/post-queue.js: line 182, col 37, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 182, col 53, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 182, col 65, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 182, col 81, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 182, col 99, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 182, col 115, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 182, col 130, ['id'] is better written in dot notation. +build/public/templates/post-queue.js: line 184, col 188, Line is too long. +build/public/templates/post-queue.js: line 184, col 29, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 184, col 45, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 184, col 57, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 184, col 73, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 184, col 91, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 184, col 107, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 184, col 122, ['data'] is better written in dot notation. +build/public/templates/post-queue.js: line 184, col 133, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 184, col 149, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 184, col 164, ['data'] is better written in dot notation. +build/public/templates/post-queue.js: line 184, col 172, ['tid'] is better written in dot notation. +build/public/templates/post-queue.js: line 187, col 183, Line is too long. +build/public/templates/post-queue.js: line 188, col 319, Line is too long. +build/public/templates/post-queue.js: line 188, col 31, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 188, col 47, ['privileges'] is better written in dot notation. +build/public/templates/post-queue.js: line 188, col 64, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 188, col 80, ['privileges'] is better written in dot notation. +build/public/templates/post-queue.js: line 188, col 94, ['ban'] is better written in dot notation. +build/public/templates/post-queue.js: line 188, col 130, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 188, col 146, ['privileges'] is better written in dot notation. +build/public/templates/post-queue.js: line 188, col 163, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 188, col 179, ['privileges'] is better written in dot notation. +build/public/templates/post-queue.js: line 188, col 193, ['mute'] is better written in dot notation. +build/public/templates/post-queue.js: line 188, col 231, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 188, col 247, ['privileges'] is better written in dot notation. +build/public/templates/post-queue.js: line 188, col 264, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 188, col 280, ['privileges'] is better written in dot notation. +build/public/templates/post-queue.js: line 189, col 321, Line is too long. +build/public/templates/post-queue.js: line 190, col 124, Line is too long. +build/public/templates/post-queue.js: line 190, col 33, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 190, col 49, ['privileges'] is better written in dot notation. +build/public/templates/post-queue.js: line 190, col 66, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 190, col 82, ['privileges'] is better written in dot notation. +build/public/templates/post-queue.js: line 192, col 128, Line is too long. +build/public/templates/post-queue.js: line 192, col 45, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 192, col 61, ['config'] is better written in dot notation. +build/public/templates/post-queue.js: line 192, col 74, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 192, col 90, ['config'] is better written in dot notation. +build/public/templates/post-queue.js: line 192, col 100, ['relative_path'] is better written in dot notation. +build/public/templates/post-queue.js: line 194, col 211, Line is too long. +build/public/templates/post-queue.js: line 194, col 45, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 194, col 61, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 194, col 73, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 194, col 89, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 194, col 107, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 194, col 123, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 194, col 138, ['user'] is better written in dot notation. +build/public/templates/post-queue.js: line 194, col 149, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 194, col 165, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 194, col 180, ['user'] is better written in dot notation. +build/public/templates/post-queue.js: line 194, col 188, ['userslug'] is better written in dot notation. +build/public/templates/post-queue.js: line 198, col 112, Line is too long. +build/public/templates/post-queue.js: line 198, col 33, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 198, col 49, ['privileges'] is better written in dot notation. +build/public/templates/post-queue.js: line 198, col 66, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 198, col 82, ['privileges'] is better written in dot notation. +build/public/templates/post-queue.js: line 198, col 96, ['ban'] is better written in dot notation. +build/public/templates/post-queue.js: line 200, col 156, Line is too long. +build/public/templates/post-queue.js: line 200, col 37, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 200, col 53, ['target'] is better written in dot notation. +build/public/templates/post-queue.js: line 200, col 66, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 200, col 82, ['target'] is better written in dot notation. +build/public/templates/post-queue.js: line 200, col 92, ['user'] is better written in dot notation. +build/public/templates/post-queue.js: line 200, col 103, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 200, col 119, ['target'] is better written in dot notation. +build/public/templates/post-queue.js: line 200, col 129, ['user'] is better written in dot notation. +build/public/templates/post-queue.js: line 200, col 137, ['banned'] is better written in dot notation. +build/public/templates/post-queue.js: line 203, col 155, Line is too long. +build/public/templates/post-queue.js: line 204, col 156, Line is too long. +build/public/templates/post-queue.js: line 204, col 37, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 204, col 53, ['target'] is better written in dot notation. +build/public/templates/post-queue.js: line 204, col 66, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 204, col 82, ['target'] is better written in dot notation. +build/public/templates/post-queue.js: line 204, col 92, ['user'] is better written in dot notation. +build/public/templates/post-queue.js: line 204, col 103, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 204, col 119, ['target'] is better written in dot notation. +build/public/templates/post-queue.js: line 204, col 129, ['user'] is better written in dot notation. +build/public/templates/post-queue.js: line 204, col 137, ['banned'] is better written in dot notation. +build/public/templates/post-queue.js: line 207, col 146, Line is too long. +build/public/templates/post-queue.js: line 210, col 113, Line is too long. +build/public/templates/post-queue.js: line 210, col 33, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 210, col 49, ['privileges'] is better written in dot notation. +build/public/templates/post-queue.js: line 210, col 66, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 210, col 82, ['privileges'] is better written in dot notation. +build/public/templates/post-queue.js: line 210, col 96, ['mute'] is better written in dot notation. +build/public/templates/post-queue.js: line 212, col 155, Line is too long. +build/public/templates/post-queue.js: line 212, col 37, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 212, col 53, ['target'] is better written in dot notation. +build/public/templates/post-queue.js: line 212, col 66, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 212, col 82, ['target'] is better written in dot notation. +build/public/templates/post-queue.js: line 212, col 92, ['user'] is better written in dot notation. +build/public/templates/post-queue.js: line 212, col 103, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 212, col 119, ['target'] is better written in dot notation. +build/public/templates/post-queue.js: line 212, col 129, ['user'] is better written in dot notation. +build/public/templates/post-queue.js: line 212, col 137, ['muted'] is better written in dot notation. +build/public/templates/post-queue.js: line 215, col 157, Line is too long. +build/public/templates/post-queue.js: line 216, col 155, Line is too long. +build/public/templates/post-queue.js: line 216, col 37, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 216, col 53, ['target'] is better written in dot notation. +build/public/templates/post-queue.js: line 216, col 66, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 216, col 82, ['target'] is better written in dot notation. +build/public/templates/post-queue.js: line 216, col 92, ['user'] is better written in dot notation. +build/public/templates/post-queue.js: line 216, col 103, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 216, col 119, ['target'] is better written in dot notation. +build/public/templates/post-queue.js: line 216, col 129, ['user'] is better written in dot notation. +build/public/templates/post-queue.js: line 216, col 137, ['muted'] is better written in dot notation. +build/public/templates/post-queue.js: line 219, col 148, Line is too long. +build/public/templates/post-queue.js: line 222, col 120, Line is too long. +build/public/templates/post-queue.js: line 222, col 33, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 222, col 49, ['privileges'] is better written in dot notation. +build/public/templates/post-queue.js: line 222, col 66, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 222, col 82, ['privileges'] is better written in dot notation. +build/public/templates/post-queue.js: line 223, col 428, Line is too long. +build/public/templates/post-queue.js: line 228, col 193, Line is too long. +build/public/templates/post-queue.js: line 228, col 29, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 228, col 45, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 228, col 57, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 228, col 73, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 228, col 91, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 228, col 107, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 228, col 122, ['user'] is better written in dot notation. +build/public/templates/post-queue.js: line 228, col 133, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 228, col 149, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 228, col 164, ['user'] is better written in dot notation. +build/public/templates/post-queue.js: line 228, col 172, ['userslug'] is better written in dot notation. +build/public/templates/post-queue.js: line 230, col 124, Line is too long. +build/public/templates/post-queue.js: line 230, col 41, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 230, col 57, ['config'] is better written in dot notation. +build/public/templates/post-queue.js: line 230, col 70, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 230, col 86, ['config'] is better written in dot notation. +build/public/templates/post-queue.js: line 230, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/post-queue.js: line 232, col 202, Line is too long. +build/public/templates/post-queue.js: line 232, col 41, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 232, col 57, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 232, col 69, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 232, col 85, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 232, col 103, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 232, col 119, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 232, col 134, ['user'] is better written in dot notation. +build/public/templates/post-queue.js: line 232, col 145, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 232, col 161, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 232, col 176, ['user'] is better written in dot notation. +build/public/templates/post-queue.js: line 232, col 184, ['uid'] is better written in dot notation. +build/public/templates/post-queue.js: line 234, col 273, Line is too long. +build/public/templates/post-queue.js: line 234, col 82, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 234, col 98, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 234, col 110, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 234, col 126, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 234, col 144, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 234, col 160, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 234, col 175, ['user'] is better written in dot notation. +build/public/templates/post-queue.js: line 234, col 218, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 236, col 207, Line is too long. +build/public/templates/post-queue.js: line 236, col 41, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 236, col 57, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 236, col 69, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 236, col 85, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 236, col 103, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 236, col 119, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 236, col 134, ['user'] is better written in dot notation. +build/public/templates/post-queue.js: line 236, col 145, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 236, col 161, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 236, col 176, ['user'] is better written in dot notation. +build/public/templates/post-queue.js: line 236, col 184, ['username'] is better written in dot notation. +build/public/templates/post-queue.js: line 239, col 207, Line is too long. +build/public/templates/post-queue.js: line 239, col 41, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 239, col 57, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 239, col 69, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 239, col 85, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 239, col 103, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 239, col 119, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 239, col 134, ['user'] is better written in dot notation. +build/public/templates/post-queue.js: line 239, col 145, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 239, col 161, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 239, col 176, ['user'] is better written in dot notation. +build/public/templates/post-queue.js: line 239, col 184, ['username'] is better written in dot notation. +build/public/templates/post-queue.js: line 241, col 117, Line is too long. +build/public/templates/post-queue.js: line 242, col 204, Line is too long. +build/public/templates/post-queue.js: line 242, col 37, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 242, col 53, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 242, col 65, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 242, col 81, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 242, col 99, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 242, col 115, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 242, col 130, ['user'] is better written in dot notation. +build/public/templates/post-queue.js: line 242, col 141, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 242, col 157, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 242, col 172, ['user'] is better written in dot notation. +build/public/templates/post-queue.js: line 242, col 180, ['postcount'] is better written in dot notation. +build/public/templates/post-queue.js: line 244, col 255, Line is too long. +build/public/templates/post-queue.js: line 244, col 86, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 244, col 102, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 244, col 114, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 244, col 130, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 244, col 148, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 244, col 164, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 244, col 179, ['user'] is better written in dot notation. +build/public/templates/post-queue.js: line 244, col 190, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 244, col 206, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 244, col 221, ['user'] is better written in dot notation. +build/public/templates/post-queue.js: line 244, col 229, ['postcount'] is better written in dot notation. +build/public/templates/post-queue.js: line 245, col 184, Line is too long. +build/public/templates/post-queue.js: line 246, col 205, Line is too long. +build/public/templates/post-queue.js: line 246, col 37, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 246, col 53, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 246, col 65, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 246, col 81, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 246, col 99, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 246, col 115, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 246, col 130, ['user'] is better written in dot notation. +build/public/templates/post-queue.js: line 246, col 141, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 246, col 157, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 246, col 172, ['user'] is better written in dot notation. +build/public/templates/post-queue.js: line 246, col 180, ['reputation'] is better written in dot notation. +build/public/templates/post-queue.js: line 248, col 256, Line is too long. +build/public/templates/post-queue.js: line 248, col 86, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 248, col 102, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 248, col 114, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 248, col 130, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 248, col 148, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 248, col 164, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 248, col 179, ['user'] is better written in dot notation. +build/public/templates/post-queue.js: line 248, col 190, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 248, col 206, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 248, col 221, ['user'] is better written in dot notation. +build/public/templates/post-queue.js: line 248, col 229, ['reputation'] is better written in dot notation. +build/public/templates/post-queue.js: line 249, col 254, Line is too long. +build/public/templates/post-queue.js: line 250, col 206, Line is too long. +build/public/templates/post-queue.js: line 250, col 37, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 250, col 53, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 250, col 65, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 250, col 81, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 250, col 99, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 250, col 115, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 250, col 130, ['user'] is better written in dot notation. +build/public/templates/post-queue.js: line 250, col 141, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 250, col 157, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 250, col 172, ['user'] is better written in dot notation. +build/public/templates/post-queue.js: line 250, col 180, ['joindateISO'] is better written in dot notation. +build/public/templates/post-queue.js: line 251, col 220, Line is too long. +build/public/templates/post-queue.js: line 252, col 207, Line is too long. +build/public/templates/post-queue.js: line 252, col 37, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 252, col 53, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 252, col 65, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 252, col 81, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 252, col 99, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 252, col 115, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 252, col 130, ['data'] is better written in dot notation. +build/public/templates/post-queue.js: line 252, col 141, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 252, col 157, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 252, col 172, ['data'] is better written in dot notation. +build/public/templates/post-queue.js: line 252, col 180, ['timestampISO'] is better written in dot notation. +build/public/templates/post-queue.js: line 253, col 114, Line is too long. +build/public/templates/post-queue.js: line 254, col 188, Line is too long. +build/public/templates/post-queue.js: line 254, col 29, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 254, col 45, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 254, col 57, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 254, col 73, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 254, col 91, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 254, col 107, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 254, col 122, ['data'] is better written in dot notation. +build/public/templates/post-queue.js: line 254, col 133, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 254, col 149, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 254, col 164, ['data'] is better written in dot notation. +build/public/templates/post-queue.js: line 254, col 172, ['tid'] is better written in dot notation. +build/public/templates/post-queue.js: line 258, col 188, Line is too long. +build/public/templates/post-queue.js: line 258, col 29, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 258, col 45, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 258, col 57, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 258, col 73, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 258, col 91, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 258, col 107, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 258, col 122, ['data'] is better written in dot notation. +build/public/templates/post-queue.js: line 258, col 133, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 258, col 149, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 258, col 164, ['data'] is better written in dot notation. +build/public/templates/post-queue.js: line 258, col 172, ['tid'] is better written in dot notation. +build/public/templates/post-queue.js: line 260, col 124, Line is too long. +build/public/templates/post-queue.js: line 260, col 41, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 260, col 57, ['config'] is better written in dot notation. +build/public/templates/post-queue.js: line 260, col 70, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 260, col 86, ['config'] is better written in dot notation. +build/public/templates/post-queue.js: line 260, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/post-queue.js: line 262, col 202, Line is too long. +build/public/templates/post-queue.js: line 262, col 41, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 262, col 57, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 262, col 69, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 262, col 85, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 262, col 103, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 262, col 119, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 262, col 134, ['data'] is better written in dot notation. +build/public/templates/post-queue.js: line 262, col 145, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 262, col 161, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 262, col 176, ['data'] is better written in dot notation. +build/public/templates/post-queue.js: line 262, col 184, ['tid'] is better written in dot notation. +build/public/templates/post-queue.js: line 264, col 206, Line is too long. +build/public/templates/post-queue.js: line 264, col 41, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 264, col 57, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 264, col 69, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 264, col 85, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 264, col 103, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 264, col 119, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 264, col 134, ['topic'] is better written in dot notation. +build/public/templates/post-queue.js: line 264, col 146, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 264, col 162, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 264, col 177, ['topic'] is better written in dot notation. +build/public/templates/post-queue.js: line 264, col 186, ['title'] is better written in dot notation. +build/public/templates/post-queue.js: line 265, col 179, Line is too long. +build/public/templates/post-queue.js: line 266, col 216, Line is too long. +build/public/templates/post-queue.js: line 266, col 41, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 266, col 57, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 266, col 69, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 266, col 85, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 266, col 103, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 266, col 119, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 266, col 134, ['topic'] is better written in dot notation. +build/public/templates/post-queue.js: line 266, col 146, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 266, col 162, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 266, col 177, ['topic'] is better written in dot notation. +build/public/templates/post-queue.js: line 266, col 186, ['lastposttimeISO'] is better written in dot notation. +build/public/templates/post-queue.js: line 270, col 200, Line is too long. +build/public/templates/post-queue.js: line 270, col 37, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 270, col 53, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 270, col 65, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 270, col 81, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 270, col 99, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 270, col 115, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 270, col 130, ['data'] is better written in dot notation. +build/public/templates/post-queue.js: line 270, col 141, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 270, col 157, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 270, col 172, ['data'] is better written in dot notation. +build/public/templates/post-queue.js: line 270, col 180, ['title'] is better written in dot notation. +build/public/templates/post-queue.js: line 272, col 188, Line is too long. +build/public/templates/post-queue.js: line 272, col 29, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 272, col 45, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 272, col 57, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 272, col 73, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 272, col 91, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 272, col 107, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 272, col 122, ['data'] is better written in dot notation. +build/public/templates/post-queue.js: line 272, col 133, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 272, col 149, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 272, col 164, ['data'] is better written in dot notation. +build/public/templates/post-queue.js: line 272, col 172, ['tid'] is better written in dot notation. +build/public/templates/post-queue.js: line 274, col 116, Line is too long. +build/public/templates/post-queue.js: line 275, col 204, Line is too long. +build/public/templates/post-queue.js: line 275, col 41, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 275, col 57, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 275, col 69, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 275, col 85, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 275, col 103, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 275, col 119, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 275, col 134, ['data'] is better written in dot notation. +build/public/templates/post-queue.js: line 275, col 145, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 275, col 161, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 275, col 176, ['data'] is better written in dot notation. +build/public/templates/post-queue.js: line 275, col 184, ['title'] is better written in dot notation. +build/public/templates/post-queue.js: line 277, col 187, Line is too long. +build/public/templates/post-queue.js: line 278, col 120, Line is too long. +build/public/templates/post-queue.js: line 278, col 37, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 278, col 53, ['config'] is better written in dot notation. +build/public/templates/post-queue.js: line 278, col 66, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 278, col 82, ['config'] is better written in dot notation. +build/public/templates/post-queue.js: line 278, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/post-queue.js: line 280, col 207, Line is too long. +build/public/templates/post-queue.js: line 280, col 37, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 280, col 53, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 280, col 65, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 280, col 81, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 280, col 99, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 280, col 115, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 280, col 130, ['category'] is better written in dot notation. +build/public/templates/post-queue.js: line 280, col 145, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 280, col 161, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 280, col 176, ['category'] is better written in dot notation. +build/public/templates/post-queue.js: line 280, col 188, ['slug'] is better written in dot notation. +build/public/templates/post-queue.js: line 282, col 228, Line is too long. +build/public/templates/post-queue.js: line 282, col 84, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 282, col 100, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 282, col 112, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 282, col 128, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 282, col 146, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 282, col 162, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 282, col 177, ['category'] is better written in dot notation. +build/public/templates/post-queue.js: line 284, col 207, Line is too long. +build/public/templates/post-queue.js: line 284, col 37, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 284, col 53, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 284, col 65, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 284, col 81, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 284, col 99, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 284, col 115, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 284, col 130, ['category'] is better written in dot notation. +build/public/templates/post-queue.js: line 284, col 145, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 284, col 161, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 284, col 176, ['category'] is better written in dot notation. +build/public/templates/post-queue.js: line 284, col 188, ['name'] is better written in dot notation. +build/public/templates/post-queue.js: line 285, col 108, Line is too long. +build/public/templates/post-queue.js: line 286, col 144, Line is too long. +build/public/templates/post-queue.js: line 286, col 29, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 286, col 45, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 286, col 57, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 286, col 73, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 286, col 91, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 286, col 107, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 286, col 122, ['canAccept'] is better written in dot notation. +build/public/templates/post-queue.js: line 287, col 354, Line is too long. +build/public/templates/post-queue.js: line 290, col 142, Line is too long. +build/public/templates/post-queue.js: line 290, col 29, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 290, col 45, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 290, col 57, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 290, col 73, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 290, col 91, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 290, col 107, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 290, col 122, ['canEdit'] is better written in dot notation. +build/public/templates/post-queue.js: line 292, col 192, Line is too long. +build/public/templates/post-queue.js: line 292, col 33, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 292, col 49, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 292, col 61, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 292, col 77, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 292, col 95, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 292, col 111, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 292, col 126, ['data'] is better written in dot notation. +build/public/templates/post-queue.js: line 292, col 137, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 292, col 153, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 292, col 168, ['data'] is better written in dot notation. +build/public/templates/post-queue.js: line 292, col 176, ['tid'] is better written in dot notation. +build/public/templates/post-queue.js: line 294, col 191, Line is too long. +build/public/templates/post-queue.js: line 295, col 192, Line is too long. +build/public/templates/post-queue.js: line 296, col 192, Line is too long. +build/public/templates/post-queue.js: line 296, col 33, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 296, col 49, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 296, col 61, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 296, col 77, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 296, col 95, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 296, col 111, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 296, col 126, ['data'] is better written in dot notation. +build/public/templates/post-queue.js: line 296, col 137, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 296, col 153, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 296, col 168, ['data'] is better written in dot notation. +build/public/templates/post-queue.js: line 296, col 176, ['cid'] is better written in dot notation. +build/public/templates/post-queue.js: line 297, col 195, Line is too long. +build/public/templates/post-queue.js: line 302, col 144, Line is too long. +build/public/templates/post-queue.js: line 302, col 29, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 302, col 45, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 302, col 57, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 302, col 73, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 302, col 91, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 302, col 107, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 302, col 122, ['canAccept'] is better written in dot notation. +build/public/templates/post-queue.js: line 303, col 185, Line is too long. +build/public/templates/post-queue.js: line 304, col 187, Line is too long. +build/public/templates/post-queue.js: line 305, col 154, Line is too long. +build/public/templates/post-queue.js: line 306, col 202, Line is too long. +build/public/templates/post-queue.js: line 306, col 37, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 306, col 53, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 306, col 65, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 306, col 81, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 306, col 99, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 306, col 115, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 306, col 130, ['data'] is better written in dot notation. +build/public/templates/post-queue.js: line 306, col 141, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 306, col 157, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 306, col 172, ['data'] is better written in dot notation. +build/public/templates/post-queue.js: line 306, col 180, ['content'] is better written in dot notation. +build/public/templates/post-queue.js: line 307, col 130, Line is too long. +build/public/templates/post-queue.js: line 308, col 205, Line is too long. +build/public/templates/post-queue.js: line 308, col 37, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 308, col 53, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 308, col 65, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 308, col 81, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 308, col 99, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 308, col 115, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 308, col 130, ['data'] is better written in dot notation. +build/public/templates/post-queue.js: line 308, col 141, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 308, col 157, ['posts'] is better written in dot notation. +build/public/templates/post-queue.js: line 308, col 172, ['data'] is better written in dot notation. +build/public/templates/post-queue.js: line 308, col 180, ['rawContent'] is better written in dot notation. +build/public/templates/post-queue.js: line 309, col 315, Line is too long. +build/public/templates/post-queue.js: line 170, col 13, 'key' is defined but never used. +build/public/templates/post-queue.js: line 169, col 106, 'value' is defined but never used. +build/public/templates/post-queue.js: line 169, col 98, 'length' is defined but never used. +build/public/templates/post-queue.js: line 169, col 91, 'index' is defined but never used. +build/public/templates/post-queue.js: line 168, col 11, 'value' is defined but never used. +build/public/templates/post-queue.js: line 317, col 160, Line is too long. +build/public/templates/post-queue.js: line 317, col 36, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 317, col 52, ['pagination'] is better written in dot notation. +build/public/templates/post-queue.js: line 317, col 69, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 317, col 85, ['pagination'] is better written in dot notation. +build/public/templates/post-queue.js: line 317, col 99, ['pages'] is better written in dot notation. +build/public/templates/post-queue.js: line 320, col 219, Line is too long. +build/public/templates/post-queue.js: line 320, col 29, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 320, col 45, ['pagination'] is better written in dot notation. +build/public/templates/post-queue.js: line 320, col 62, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 320, col 78, ['pagination'] is better written in dot notation. +build/public/templates/post-queue.js: line 320, col 92, ['pages'] is better written in dot notation. +build/public/templates/post-queue.js: line 320, col 104, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 320, col 120, ['pagination'] is better written in dot notation. +build/public/templates/post-queue.js: line 320, col 134, ['pages'] is better written in dot notation. +build/public/templates/post-queue.js: line 320, col 152, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 320, col 168, ['pagination'] is better written in dot notation. +build/public/templates/post-queue.js: line 320, col 182, ['pages'] is better written in dot notation. +build/public/templates/post-queue.js: line 320, col 197, ['separator'] is better written in dot notation. +build/public/templates/post-queue.js: line 321, col 227, Line is too long. +build/public/templates/post-queue.js: line 323, col 220, Line is too long. +build/public/templates/post-queue.js: line 323, col 33, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 323, col 49, ['pagination'] is better written in dot notation. +build/public/templates/post-queue.js: line 323, col 66, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 323, col 82, ['pagination'] is better written in dot notation. +build/public/templates/post-queue.js: line 323, col 96, ['pages'] is better written in dot notation. +build/public/templates/post-queue.js: line 323, col 108, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 323, col 124, ['pagination'] is better written in dot notation. +build/public/templates/post-queue.js: line 323, col 138, ['pages'] is better written in dot notation. +build/public/templates/post-queue.js: line 323, col 156, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 323, col 172, ['pagination'] is better written in dot notation. +build/public/templates/post-queue.js: line 323, col 186, ['pages'] is better written in dot notation. +build/public/templates/post-queue.js: line 323, col 201, ['active'] is better written in dot notation. +build/public/templates/post-queue.js: line 327, col 226, Line is too long. +build/public/templates/post-queue.js: line 327, col 41, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 327, col 57, ['pagination'] is better written in dot notation. +build/public/templates/post-queue.js: line 327, col 74, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 327, col 90, ['pagination'] is better written in dot notation. +build/public/templates/post-queue.js: line 327, col 104, ['pages'] is better written in dot notation. +build/public/templates/post-queue.js: line 327, col 116, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 327, col 132, ['pagination'] is better written in dot notation. +build/public/templates/post-queue.js: line 327, col 146, ['pages'] is better written in dot notation. +build/public/templates/post-queue.js: line 327, col 164, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 327, col 180, ['pagination'] is better written in dot notation. +build/public/templates/post-queue.js: line 327, col 194, ['pages'] is better written in dot notation. +build/public/templates/post-queue.js: line 327, col 209, ['qs'] is better written in dot notation. +build/public/templates/post-queue.js: line 329, col 228, Line is too long. +build/public/templates/post-queue.js: line 329, col 41, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 329, col 57, ['pagination'] is better written in dot notation. +build/public/templates/post-queue.js: line 329, col 74, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 329, col 90, ['pagination'] is better written in dot notation. +build/public/templates/post-queue.js: line 329, col 104, ['pages'] is better written in dot notation. +build/public/templates/post-queue.js: line 329, col 116, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 329, col 132, ['pagination'] is better written in dot notation. +build/public/templates/post-queue.js: line 329, col 146, ['pages'] is better written in dot notation. +build/public/templates/post-queue.js: line 329, col 164, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 329, col 180, ['pagination'] is better written in dot notation. +build/public/templates/post-queue.js: line 329, col 194, ['pages'] is better written in dot notation. +build/public/templates/post-queue.js: line 329, col 209, ['page'] is better written in dot notation. +build/public/templates/post-queue.js: line 331, col 228, Line is too long. +build/public/templates/post-queue.js: line 331, col 41, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 331, col 57, ['pagination'] is better written in dot notation. +build/public/templates/post-queue.js: line 331, col 74, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 331, col 90, ['pagination'] is better written in dot notation. +build/public/templates/post-queue.js: line 331, col 104, ['pages'] is better written in dot notation. +build/public/templates/post-queue.js: line 331, col 116, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 331, col 132, ['pagination'] is better written in dot notation. +build/public/templates/post-queue.js: line 331, col 146, ['pages'] is better written in dot notation. +build/public/templates/post-queue.js: line 331, col 164, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 331, col 180, ['pagination'] is better written in dot notation. +build/public/templates/post-queue.js: line 331, col 194, ['pages'] is better written in dot notation. +build/public/templates/post-queue.js: line 331, col 209, ['page'] is better written in dot notation. +build/public/templates/post-queue.js: line 333, col 228, Line is too long. +build/public/templates/post-queue.js: line 333, col 41, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 333, col 57, ['pagination'] is better written in dot notation. +build/public/templates/post-queue.js: line 333, col 74, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 333, col 90, ['pagination'] is better written in dot notation. +build/public/templates/post-queue.js: line 333, col 104, ['pages'] is better written in dot notation. +build/public/templates/post-queue.js: line 333, col 116, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 333, col 132, ['pagination'] is better written in dot notation. +build/public/templates/post-queue.js: line 333, col 146, ['pages'] is better written in dot notation. +build/public/templates/post-queue.js: line 333, col 164, Expected '!==' and instead saw '!='. +build/public/templates/post-queue.js: line 333, col 180, ['pagination'] is better written in dot notation. +build/public/templates/post-queue.js: line 333, col 194, ['pages'] is better written in dot notation. +build/public/templates/post-queue.js: line 333, col 209, ['page'] is better written in dot notation. +build/public/templates/post-queue.js: line 318, col 13, 'key' is defined but never used. +build/public/templates/post-queue.js: line 317, col 153, 'value' is defined but never used. +build/public/templates/post-queue.js: line 317, col 145, 'length' is defined but never used. +build/public/templates/post-queue.js: line 317, col 138, 'index' is defined but never used. +build/public/templates/post-queue.js: line 316, col 11, 'value' is defined but never used. +build/public/templates/post-queue.js: line 314, col 81, 'helper' is defined but never used. +build/public/templates/post-queue.js: line 343, col 3, Missing semicolon. +build/public/templates/post-queue.js: line 5, col 46, 'define' is not defined. +build/public/templates/post-queue.js: line 6, col 5, 'define' is not defined. + +build/public/templates/recent.js: line 12, col 114, Line is too long. +build/public/templates/recent.js: line 12, col 30, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 12, col 46, ['breadcrumbs'] is better written in dot notation. +build/public/templates/recent.js: line 12, col 64, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 12, col 80, ['breadcrumbs'] is better written in dot notation. +build/public/templates/recent.js: line 12, col 95, ['length'] is better written in dot notation. +build/public/templates/recent.js: line 13, col 136, Line is too long. +build/public/templates/recent.js: line 14, col 26, ['breadcrumbs'] is better written in dot notation. +build/public/templates/recent.js: line 19, col 198, Line is too long. +build/public/templates/recent.js: line 20, col 25, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 20, col 41, ['canPost'] is better written in dot notation. +build/public/templates/recent.js: line 21, col 487, Line is too long. +build/public/templates/recent.js: line 22, col 26, ['categories'] is better written in dot notation. +build/public/templates/recent.js: line 25, col 120, Line is too long. +build/public/templates/recent.js: line 25, col 37, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 25, col 53, ['config'] is better written in dot notation. +build/public/templates/recent.js: line 25, col 66, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 25, col 82, ['config'] is better written in dot notation. +build/public/templates/recent.js: line 25, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/recent.js: line 28, col 116, Line is too long. +build/public/templates/recent.js: line 28, col 33, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 28, col 49, ['config'] is better written in dot notation. +build/public/templates/recent.js: line 28, col 62, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 28, col 78, ['config'] is better written in dot notation. +build/public/templates/recent.js: line 28, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/recent.js: line 30, col 122, Line is too long. +build/public/templates/recent.js: line 30, col 33, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 30, col 49, ['selectedFilter'] is better written in dot notation. +build/public/templates/recent.js: line 30, col 70, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 30, col 86, ['selectedFilter'] is better written in dot notation. +build/public/templates/recent.js: line 30, col 104, ['url'] is better written in dot notation. +build/public/templates/recent.js: line 31, col 33, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 31, col 49, ['querystring'] is better written in dot notation. +build/public/templates/recent.js: line 32, col 311, Line is too long. +build/public/templates/recent.js: line 33, col 101, Line is too long. +build/public/templates/recent.js: line 33, col 25, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 33, col 41, ['filters'] is better written in dot notation. +build/public/templates/recent.js: line 33, col 55, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 33, col 71, ['filters'] is better written in dot notation. +build/public/templates/recent.js: line 33, col 82, ['length'] is better written in dot notation. +build/public/templates/recent.js: line 36, col 324, Line is too long. +build/public/templates/recent.js: line 37, col 123, Line is too long. +build/public/templates/recent.js: line 37, col 33, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 37, col 49, ['selectedFilter'] is better written in dot notation. +build/public/templates/recent.js: line 37, col 70, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 37, col 86, ['selectedFilter'] is better written in dot notation. +build/public/templates/recent.js: line 37, col 104, ['name'] is better written in dot notation. +build/public/templates/recent.js: line 39, col 22, ['filters'] is better written in dot notation. +build/public/templates/recent.js: line 40, col 343, Line is too long. +build/public/templates/recent.js: line 41, col 25, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 41, col 41, ['selectedCategory'] is better written in dot notation. +build/public/templates/recent.js: line 43, col 159, Line is too long. +build/public/templates/recent.js: line 43, col 84, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 43, col 100, ['selectedCategory'] is better written in dot notation. +build/public/templates/recent.js: line 45, col 131, Line is too long. +build/public/templates/recent.js: line 45, col 37, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 45, col 53, ['selectedCategory'] is better written in dot notation. +build/public/templates/recent.js: line 45, col 76, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 45, col 92, ['selectedCategory'] is better written in dot notation. +build/public/templates/recent.js: line 45, col 112, ['name'] is better written in dot notation. +build/public/templates/recent.js: line 47, col 144, Line is too long. +build/public/templates/recent.js: line 48, col 410, Line is too long. +build/public/templates/recent.js: line 49, col 25, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 49, col 41, ['hideAll'] is better written in dot notation. +build/public/templates/recent.js: line 51, col 173, Line is too long. +build/public/templates/recent.js: line 52, col 29, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 52, col 45, ['allCategoriesUrl'] is better written in dot notation. +build/public/templates/recent.js: line 53, col 122, Line is too long. +build/public/templates/recent.js: line 53, col 39, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 53, col 55, ['config'] is better written in dot notation. +build/public/templates/recent.js: line 53, col 68, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 53, col 84, ['config'] is better written in dot notation. +build/public/templates/recent.js: line 53, col 94, ['relative_path'] is better written in dot notation. +build/public/templates/recent.js: line 55, col 41, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 55, col 57, ['allCategoriesUrl'] is better written in dot notation. +build/public/templates/recent.js: line 57, col 158, Line is too long. +build/public/templates/recent.js: line 58, col 29, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 58, col 45, ['selectedCategory'] is better written in dot notation. +build/public/templates/recent.js: line 63, col 22, ['categoryItems'] is better written in dot notation. +build/public/templates/recent.js: line 64, col 325, Line is too long. +build/public/templates/recent.js: line 65, col 25, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 65, col 41, ['selectedTag'] is better written in dot notation. +build/public/templates/recent.js: line 66, col 185, Line is too long. +build/public/templates/recent.js: line 67, col 122, Line is too long. +build/public/templates/recent.js: line 67, col 37, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 67, col 53, ['selectedTag'] is better written in dot notation. +build/public/templates/recent.js: line 67, col 71, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 67, col 87, ['selectedTag'] is better written in dot notation. +build/public/templates/recent.js: line 67, col 102, ['label'] is better written in dot notation. +build/public/templates/recent.js: line 69, col 155, Line is too long. +build/public/templates/recent.js: line 70, col 708, Line is too long. +build/public/templates/recent.js: line 71, col 25, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 71, col 41, ['selectedTag'] is better written in dot notation. +build/public/templates/recent.js: line 75, col 22, ['tagItems'] is better written in dot notation. +build/public/templates/recent.js: line 77, col 25, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 77, col 41, ['showTopicTools'] is better written in dot notation. +build/public/templates/recent.js: line 78, col 2006, Line is too long. +build/public/templates/recent.js: line 79, col 109, Line is too long. +build/public/templates/recent.js: line 79, col 29, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 79, col 45, ['template'] is better written in dot notation. +build/public/templates/recent.js: line 79, col 60, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 79, col 76, ['template'] is better written in dot notation. +build/public/templates/recent.js: line 79, col 88, ['category'] is better written in dot notation. +build/public/templates/recent.js: line 80, col 251, Line is too long. +build/public/templates/recent.js: line 82, col 1144, Line is too long. +build/public/templates/recent.js: line 83, col 26, ['thread_tools'] is better written in dot notation. +build/public/templates/recent.js: line 87, col 25, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 87, col 41, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 87, col 54, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 87, col 70, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 87, col 80, ['length'] is better written in dot notation. +build/public/templates/recent.js: line 89, col 112, Line is too long. +build/public/templates/recent.js: line 90, col 147, Line is too long. +build/public/templates/recent.js: line 91, col 33, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 91, col 49, ['nextStart'] is better written in dot notation. +build/public/templates/recent.js: line 93, col 33, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 93, col 49, ['set'] is better written in dot notation. +build/public/templates/recent.js: line 95, col 22, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 97, col 106, Line is too long. +build/public/templates/recent.js: line 97, col 25, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 97, col 41, ['config'] is better written in dot notation. +build/public/templates/recent.js: line 97, col 54, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 97, col 70, ['config'] is better written in dot notation. +build/public/templates/recent.js: line 97, col 80, ['usePagination'] is better written in dot notation. +build/public/templates/recent.js: line 99, col 162, Line is too long. +build/public/templates/recent.js: line 99, col 29, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 99, col 45, ['pagination'] is better written in dot notation. +build/public/templates/recent.js: line 99, col 62, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 99, col 78, ['pagination'] is better written in dot notation. +build/public/templates/recent.js: line 99, col 92, ['pages'] is better written in dot notation. +build/public/templates/recent.js: line 99, col 104, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 99, col 120, ['pagination'] is better written in dot notation. +build/public/templates/recent.js: line 99, col 134, ['pages'] is better written in dot notation. +build/public/templates/recent.js: line 99, col 143, ['length'] is better written in dot notation. +build/public/templates/recent.js: line 102, col 159, Line is too long. +build/public/templates/recent.js: line 103, col 160, Line is too long. +build/public/templates/recent.js: line 103, col 29, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 103, col 45, ['pagination'] is better written in dot notation. +build/public/templates/recent.js: line 103, col 62, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 103, col 78, ['pagination'] is better written in dot notation. +build/public/templates/recent.js: line 103, col 92, ['prev'] is better written in dot notation. +build/public/templates/recent.js: line 103, col 103, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 103, col 119, ['pagination'] is better written in dot notation. +build/public/templates/recent.js: line 103, col 133, ['prev'] is better written in dot notation. +build/public/templates/recent.js: line 103, col 141, ['active'] is better written in dot notation. +build/public/templates/recent.js: line 107, col 166, Line is too long. +build/public/templates/recent.js: line 107, col 37, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 107, col 53, ['pagination'] is better written in dot notation. +build/public/templates/recent.js: line 107, col 70, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 107, col 86, ['pagination'] is better written in dot notation. +build/public/templates/recent.js: line 107, col 100, ['prev'] is better written in dot notation. +build/public/templates/recent.js: line 107, col 111, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 107, col 127, ['pagination'] is better written in dot notation. +build/public/templates/recent.js: line 107, col 141, ['prev'] is better written in dot notation. +build/public/templates/recent.js: line 107, col 149, ['qs'] is better written in dot notation. +build/public/templates/recent.js: line 109, col 168, Line is too long. +build/public/templates/recent.js: line 109, col 37, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 109, col 53, ['pagination'] is better written in dot notation. +build/public/templates/recent.js: line 109, col 70, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 109, col 86, ['pagination'] is better written in dot notation. +build/public/templates/recent.js: line 109, col 100, ['prev'] is better written in dot notation. +build/public/templates/recent.js: line 109, col 111, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 109, col 127, ['pagination'] is better written in dot notation. +build/public/templates/recent.js: line 109, col 141, ['prev'] is better written in dot notation. +build/public/templates/recent.js: line 109, col 149, ['page'] is better written in dot notation. +build/public/templates/recent.js: line 110, col 118, Line is too long. +build/public/templates/recent.js: line 113, col 160, Line is too long. +build/public/templates/recent.js: line 113, col 29, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 113, col 45, ['pagination'] is better written in dot notation. +build/public/templates/recent.js: line 113, col 62, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 113, col 78, ['pagination'] is better written in dot notation. +build/public/templates/recent.js: line 113, col 92, ['next'] is better written in dot notation. +build/public/templates/recent.js: line 113, col 103, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 113, col 119, ['pagination'] is better written in dot notation. +build/public/templates/recent.js: line 113, col 133, ['next'] is better written in dot notation. +build/public/templates/recent.js: line 113, col 141, ['active'] is better written in dot notation. +build/public/templates/recent.js: line 117, col 166, Line is too long. +build/public/templates/recent.js: line 117, col 37, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 117, col 53, ['pagination'] is better written in dot notation. +build/public/templates/recent.js: line 117, col 70, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 117, col 86, ['pagination'] is better written in dot notation. +build/public/templates/recent.js: line 117, col 100, ['next'] is better written in dot notation. +build/public/templates/recent.js: line 117, col 111, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 117, col 127, ['pagination'] is better written in dot notation. +build/public/templates/recent.js: line 117, col 141, ['next'] is better written in dot notation. +build/public/templates/recent.js: line 117, col 149, ['qs'] is better written in dot notation. +build/public/templates/recent.js: line 119, col 168, Line is too long. +build/public/templates/recent.js: line 119, col 37, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 119, col 53, ['pagination'] is better written in dot notation. +build/public/templates/recent.js: line 119, col 70, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 119, col 86, ['pagination'] is better written in dot notation. +build/public/templates/recent.js: line 119, col 100, ['next'] is better written in dot notation. +build/public/templates/recent.js: line 119, col 111, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 119, col 127, ['pagination'] is better written in dot notation. +build/public/templates/recent.js: line 119, col 141, ['next'] is better written in dot notation. +build/public/templates/recent.js: line 119, col 149, ['page'] is better written in dot notation. +build/public/templates/recent.js: line 120, col 228, Line is too long. +build/public/templates/recent.js: line 121, col 160, Line is too long. +build/public/templates/recent.js: line 121, col 29, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 121, col 45, ['pagination'] is better written in dot notation. +build/public/templates/recent.js: line 121, col 62, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 121, col 78, ['pagination'] is better written in dot notation. +build/public/templates/recent.js: line 121, col 92, ['prev'] is better written in dot notation. +build/public/templates/recent.js: line 121, col 103, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 121, col 119, ['pagination'] is better written in dot notation. +build/public/templates/recent.js: line 121, col 133, ['prev'] is better written in dot notation. +build/public/templates/recent.js: line 121, col 141, ['active'] is better written in dot notation. +build/public/templates/recent.js: line 125, col 168, Line is too long. +build/public/templates/recent.js: line 125, col 37, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 125, col 53, ['pagination'] is better written in dot notation. +build/public/templates/recent.js: line 125, col 70, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 125, col 86, ['pagination'] is better written in dot notation. +build/public/templates/recent.js: line 125, col 100, ['first'] is better written in dot notation. +build/public/templates/recent.js: line 125, col 112, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 125, col 128, ['pagination'] is better written in dot notation. +build/public/templates/recent.js: line 125, col 142, ['first'] is better written in dot notation. +build/public/templates/recent.js: line 125, col 151, ['qs'] is better written in dot notation. +build/public/templates/recent.js: line 126, col 162, Line is too long. +build/public/templates/recent.js: line 127, col 160, Line is too long. +build/public/templates/recent.js: line 127, col 29, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 127, col 45, ['pagination'] is better written in dot notation. +build/public/templates/recent.js: line 127, col 62, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 127, col 78, ['pagination'] is better written in dot notation. +build/public/templates/recent.js: line 127, col 92, ['prev'] is better written in dot notation. +build/public/templates/recent.js: line 127, col 103, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 127, col 119, ['pagination'] is better written in dot notation. +build/public/templates/recent.js: line 127, col 133, ['prev'] is better written in dot notation. +build/public/templates/recent.js: line 127, col 141, ['active'] is better written in dot notation. +build/public/templates/recent.js: line 131, col 166, Line is too long. +build/public/templates/recent.js: line 131, col 37, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 131, col 53, ['pagination'] is better written in dot notation. +build/public/templates/recent.js: line 131, col 70, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 131, col 86, ['pagination'] is better written in dot notation. +build/public/templates/recent.js: line 131, col 100, ['prev'] is better written in dot notation. +build/public/templates/recent.js: line 131, col 111, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 131, col 127, ['pagination'] is better written in dot notation. +build/public/templates/recent.js: line 131, col 141, ['prev'] is better written in dot notation. +build/public/templates/recent.js: line 131, col 149, ['qs'] is better written in dot notation. +build/public/templates/recent.js: line 133, col 168, Line is too long. +build/public/templates/recent.js: line 133, col 37, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 133, col 53, ['pagination'] is better written in dot notation. +build/public/templates/recent.js: line 133, col 70, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 133, col 86, ['pagination'] is better written in dot notation. +build/public/templates/recent.js: line 133, col 100, ['prev'] is better written in dot notation. +build/public/templates/recent.js: line 133, col 111, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 133, col 127, ['pagination'] is better written in dot notation. +build/public/templates/recent.js: line 133, col 141, ['prev'] is better written in dot notation. +build/public/templates/recent.js: line 133, col 149, ['page'] is better written in dot notation. +build/public/templates/recent.js: line 134, col 280, Line is too long. +build/public/templates/recent.js: line 135, col 126, Line is too long. +build/public/templates/recent.js: line 135, col 37, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 135, col 53, ['pagination'] is better written in dot notation. +build/public/templates/recent.js: line 135, col 70, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 135, col 86, ['pagination'] is better written in dot notation. +build/public/templates/recent.js: line 135, col 100, ['currentPage'] is better written in dot notation. +build/public/templates/recent.js: line 137, col 124, Line is too long. +build/public/templates/recent.js: line 137, col 37, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 137, col 53, ['pagination'] is better written in dot notation. +build/public/templates/recent.js: line 137, col 70, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 137, col 86, ['pagination'] is better written in dot notation. +build/public/templates/recent.js: line 137, col 100, ['pageCount'] is better written in dot notation. +build/public/templates/recent.js: line 139, col 160, Line is too long. +build/public/templates/recent.js: line 139, col 29, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 139, col 45, ['pagination'] is better written in dot notation. +build/public/templates/recent.js: line 139, col 62, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 139, col 78, ['pagination'] is better written in dot notation. +build/public/templates/recent.js: line 139, col 92, ['next'] is better written in dot notation. +build/public/templates/recent.js: line 139, col 103, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 139, col 119, ['pagination'] is better written in dot notation. +build/public/templates/recent.js: line 139, col 133, ['next'] is better written in dot notation. +build/public/templates/recent.js: line 139, col 141, ['active'] is better written in dot notation. +build/public/templates/recent.js: line 143, col 166, Line is too long. +build/public/templates/recent.js: line 143, col 37, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 143, col 53, ['pagination'] is better written in dot notation. +build/public/templates/recent.js: line 143, col 70, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 143, col 86, ['pagination'] is better written in dot notation. +build/public/templates/recent.js: line 143, col 100, ['next'] is better written in dot notation. +build/public/templates/recent.js: line 143, col 111, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 143, col 127, ['pagination'] is better written in dot notation. +build/public/templates/recent.js: line 143, col 141, ['next'] is better written in dot notation. +build/public/templates/recent.js: line 143, col 149, ['qs'] is better written in dot notation. +build/public/templates/recent.js: line 145, col 168, Line is too long. +build/public/templates/recent.js: line 145, col 37, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 145, col 53, ['pagination'] is better written in dot notation. +build/public/templates/recent.js: line 145, col 70, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 145, col 86, ['pagination'] is better written in dot notation. +build/public/templates/recent.js: line 145, col 100, ['next'] is better written in dot notation. +build/public/templates/recent.js: line 145, col 111, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 145, col 127, ['pagination'] is better written in dot notation. +build/public/templates/recent.js: line 145, col 141, ['next'] is better written in dot notation. +build/public/templates/recent.js: line 145, col 149, ['page'] is better written in dot notation. +build/public/templates/recent.js: line 146, col 140, Line is too long. +build/public/templates/recent.js: line 147, col 160, Line is too long. +build/public/templates/recent.js: line 147, col 29, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 147, col 45, ['pagination'] is better written in dot notation. +build/public/templates/recent.js: line 147, col 62, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 147, col 78, ['pagination'] is better written in dot notation. +build/public/templates/recent.js: line 147, col 92, ['next'] is better written in dot notation. +build/public/templates/recent.js: line 147, col 103, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 147, col 119, ['pagination'] is better written in dot notation. +build/public/templates/recent.js: line 147, col 133, ['next'] is better written in dot notation. +build/public/templates/recent.js: line 147, col 141, ['active'] is better written in dot notation. +build/public/templates/recent.js: line 151, col 166, Line is too long. +build/public/templates/recent.js: line 151, col 37, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 151, col 53, ['pagination'] is better written in dot notation. +build/public/templates/recent.js: line 151, col 70, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 151, col 86, ['pagination'] is better written in dot notation. +build/public/templates/recent.js: line 151, col 100, ['last'] is better written in dot notation. +build/public/templates/recent.js: line 151, col 111, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 151, col 127, ['pagination'] is better written in dot notation. +build/public/templates/recent.js: line 151, col 141, ['last'] is better written in dot notation. +build/public/templates/recent.js: line 151, col 149, ['qs'] is better written in dot notation. +build/public/templates/recent.js: line 153, col 124, Line is too long. +build/public/templates/recent.js: line 153, col 37, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 153, col 53, ['pagination'] is better written in dot notation. +build/public/templates/recent.js: line 153, col 70, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 153, col 86, ['pagination'] is better written in dot notation. +build/public/templates/recent.js: line 153, col 100, ['pageCount'] is better written in dot notation. +build/public/templates/recent.js: line 154, col 128, Line is too long. +build/public/templates/recent.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/recent.js: line 163, col 119, Line is too long. +build/public/templates/recent.js: line 163, col 36, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 163, col 52, ['breadcrumbs'] is better written in dot notation. +build/public/templates/recent.js: line 169, col 133, Line is too long. +build/public/templates/recent.js: line 176, col 156, Line is too long. +build/public/templates/recent.js: line 176, col 29, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 176, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/recent.js: line 176, col 63, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 176, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/recent.js: line 176, col 103, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 176, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/recent.js: line 176, col 140, ['url'] is better written in dot notation. +build/public/templates/recent.js: line 178, col 170, Line is too long. +build/public/templates/recent.js: line 178, col 41, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 178, col 57, ['breadcrumbs'] is better written in dot notation. +build/public/templates/recent.js: line 178, col 75, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 178, col 91, ['breadcrumbs'] is better written in dot notation. +build/public/templates/recent.js: line 178, col 115, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 178, col 131, ['breadcrumbs'] is better written in dot notation. +build/public/templates/recent.js: line 178, col 152, ['url'] is better written in dot notation. +build/public/templates/recent.js: line 182, col 167, Line is too long. +build/public/templates/recent.js: line 182, col 37, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 182, col 53, ['breadcrumbs'] is better written in dot notation. +build/public/templates/recent.js: line 182, col 71, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 182, col 87, ['breadcrumbs'] is better written in dot notation. +build/public/templates/recent.js: line 182, col 111, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 182, col 127, ['breadcrumbs'] is better written in dot notation. +build/public/templates/recent.js: line 182, col 148, ['text'] is better written in dot notation. +build/public/templates/recent.js: line 186, col 33, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 189, col 37, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 189, col 53, ['rssFeedUrl'] is better written in dot notation. +build/public/templates/recent.js: line 191, col 49, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 191, col 65, ['rssFeedUrl'] is better written in dot notation. +build/public/templates/recent.js: line 197, col 156, Line is too long. +build/public/templates/recent.js: line 197, col 29, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 197, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/recent.js: line 197, col 63, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 197, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/recent.js: line 197, col 103, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 197, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/recent.js: line 197, col 140, ['url'] is better written in dot notation. +build/public/templates/recent.js: line 164, col 13, 'key' is defined but never used. +build/public/templates/recent.js: line 163, col 112, 'value' is defined but never used. +build/public/templates/recent.js: line 162, col 11, 'value' is defined but never used. +build/public/templates/recent.js: line 160, col 72, 'helper' is defined but never used. +build/public/templates/recent.js: line 208, col 155, Line is too long. +build/public/templates/recent.js: line 208, col 36, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 208, col 52, ['widgets'] is better written in dot notation. +build/public/templates/recent.js: line 208, col 66, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 208, col 82, ['widgets'] is better written in dot notation. +build/public/templates/recent.js: line 208, col 93, ['header'] is better written in dot notation. +build/public/templates/recent.js: line 211, col 205, Line is too long. +build/public/templates/recent.js: line 211, col 28, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 211, col 44, ['widgets'] is better written in dot notation. +build/public/templates/recent.js: line 211, col 58, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 211, col 74, ['widgets'] is better written in dot notation. +build/public/templates/recent.js: line 211, col 85, ['header'] is better written in dot notation. +build/public/templates/recent.js: line 211, col 98, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 211, col 114, ['widgets'] is better written in dot notation. +build/public/templates/recent.js: line 211, col 125, ['header'] is better written in dot notation. +build/public/templates/recent.js: line 211, col 144, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 211, col 160, ['widgets'] is better written in dot notation. +build/public/templates/recent.js: line 211, col 171, ['header'] is better written in dot notation. +build/public/templates/recent.js: line 211, col 187, ['html'] is better written in dot notation. +build/public/templates/recent.js: line 209, col 13, 'key' is defined but never used. +build/public/templates/recent.js: line 208, col 148, 'value' is defined but never used. +build/public/templates/recent.js: line 208, col 140, 'length' is defined but never used. +build/public/templates/recent.js: line 208, col 133, 'index' is defined but never used. +build/public/templates/recent.js: line 206, col 11, '__escape' is defined but never used. +build/public/templates/recent.js: line 207, col 11, 'value' is defined but never used. +build/public/templates/recent.js: line 205, col 77, 'helper' is defined but never used. +build/public/templates/recent.js: line 220, col 118, Line is too long. +build/public/templates/recent.js: line 220, col 36, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 220, col 52, ['categories'] is better written in dot notation. +build/public/templates/recent.js: line 223, col 163, Line is too long. +build/public/templates/recent.js: line 223, col 29, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 223, col 45, ['categories'] is better written in dot notation. +build/public/templates/recent.js: line 223, col 62, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 223, col 78, ['categories'] is better written in dot notation. +build/public/templates/recent.js: line 223, col 101, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 223, col 117, ['categories'] is better written in dot notation. +build/public/templates/recent.js: line 223, col 137, ['disabledClass'] is better written in dot notation. +build/public/templates/recent.js: line 227, col 120, Line is too long. +build/public/templates/recent.js: line 227, col 37, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 227, col 53, ['config'] is better written in dot notation. +build/public/templates/recent.js: line 227, col 66, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 227, col 82, ['config'] is better written in dot notation. +build/public/templates/recent.js: line 227, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/recent.js: line 229, col 163, Line is too long. +build/public/templates/recent.js: line 229, col 37, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 229, col 53, ['categories'] is better written in dot notation. +build/public/templates/recent.js: line 229, col 70, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 229, col 86, ['categories'] is better written in dot notation. +build/public/templates/recent.js: line 229, col 109, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 229, col 125, ['categories'] is better written in dot notation. +build/public/templates/recent.js: line 229, col 145, ['cid'] is better written in dot notation. +build/public/templates/recent.js: line 231, col 165, Line is too long. +build/public/templates/recent.js: line 231, col 37, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 231, col 53, ['categories'] is better written in dot notation. +build/public/templates/recent.js: line 231, col 70, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 231, col 86, ['categories'] is better written in dot notation. +build/public/templates/recent.js: line 231, col 109, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 231, col 125, ['categories'] is better written in dot notation. +build/public/templates/recent.js: line 231, col 145, ['level'] is better written in dot notation. +build/public/templates/recent.js: line 232, col 101, Line is too long. +build/public/templates/recent.js: line 233, col 110, Line is too long. +build/public/templates/recent.js: line 235, col 164, Line is too long. +build/public/templates/recent.js: line 235, col 37, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 235, col 53, ['categories'] is better written in dot notation. +build/public/templates/recent.js: line 235, col 70, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 235, col 86, ['categories'] is better written in dot notation. +build/public/templates/recent.js: line 235, col 109, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 235, col 125, ['categories'] is better written in dot notation. +build/public/templates/recent.js: line 235, col 145, ['name'] is better written in dot notation. +build/public/templates/recent.js: line 221, col 13, 'key' is defined but never used. +build/public/templates/recent.js: line 219, col 11, 'value' is defined but never used. +build/public/templates/recent.js: line 244, col 115, Line is too long. +build/public/templates/recent.js: line 244, col 36, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 244, col 52, ['filters'] is better written in dot notation. +build/public/templates/recent.js: line 247, col 149, Line is too long. +build/public/templates/recent.js: line 247, col 29, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 247, col 45, ['filters'] is better written in dot notation. +build/public/templates/recent.js: line 247, col 59, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 247, col 75, ['filters'] is better written in dot notation. +build/public/templates/recent.js: line 247, col 95, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 247, col 111, ['filters'] is better written in dot notation. +build/public/templates/recent.js: line 247, col 128, ['selected'] is better written in dot notation. +build/public/templates/recent.js: line 250, col 114, Line is too long. +build/public/templates/recent.js: line 251, col 120, Line is too long. +build/public/templates/recent.js: line 251, col 37, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 251, col 53, ['config'] is better written in dot notation. +build/public/templates/recent.js: line 251, col 66, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 251, col 82, ['config'] is better written in dot notation. +build/public/templates/recent.js: line 251, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/recent.js: line 253, col 154, Line is too long. +build/public/templates/recent.js: line 253, col 37, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 253, col 53, ['filters'] is better written in dot notation. +build/public/templates/recent.js: line 253, col 67, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 253, col 83, ['filters'] is better written in dot notation. +build/public/templates/recent.js: line 253, col 103, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 253, col 119, ['filters'] is better written in dot notation. +build/public/templates/recent.js: line 253, col 136, ['url'] is better written in dot notation. +build/public/templates/recent.js: line 255, col 155, Line is too long. +build/public/templates/recent.js: line 255, col 37, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 255, col 53, ['filters'] is better written in dot notation. +build/public/templates/recent.js: line 255, col 67, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 255, col 83, ['filters'] is better written in dot notation. +build/public/templates/recent.js: line 255, col 103, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 255, col 119, ['filters'] is better written in dot notation. +build/public/templates/recent.js: line 255, col 136, ['name'] is better written in dot notation. +build/public/templates/recent.js: line 257, col 149, Line is too long. +build/public/templates/recent.js: line 257, col 29, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 257, col 45, ['filters'] is better written in dot notation. +build/public/templates/recent.js: line 257, col 59, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 257, col 75, ['filters'] is better written in dot notation. +build/public/templates/recent.js: line 257, col 95, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 257, col 111, ['filters'] is better written in dot notation. +build/public/templates/recent.js: line 257, col 128, ['selected'] is better written in dot notation. +build/public/templates/recent.js: line 245, col 13, 'key' is defined but never used. +build/public/templates/recent.js: line 244, col 108, 'value' is defined but never used. +build/public/templates/recent.js: line 244, col 100, 'length' is defined but never used. +build/public/templates/recent.js: line 244, col 93, 'index' is defined but never used. +build/public/templates/recent.js: line 243, col 11, 'value' is defined but never used. +build/public/templates/recent.js: line 241, col 64, 'helper' is defined but never used. +build/public/templates/recent.js: line 268, col 121, Line is too long. +build/public/templates/recent.js: line 268, col 36, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 268, col 52, ['categoryItems'] is better written in dot notation. +build/public/templates/recent.js: line 271, col 172, Line is too long. +build/public/templates/recent.js: line 271, col 29, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 271, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/recent.js: line 271, col 65, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 271, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/recent.js: line 271, col 107, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 271, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/recent.js: line 271, col 146, ['disabledClass'] is better written in dot notation. +build/public/templates/recent.js: line 275, col 172, Line is too long. +build/public/templates/recent.js: line 275, col 37, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 275, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/recent.js: line 275, col 73, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 275, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/recent.js: line 275, col 115, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 275, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/recent.js: line 275, col 154, ['cid'] is better written in dot notation. +build/public/templates/recent.js: line 277, col 178, Line is too long. +build/public/templates/recent.js: line 277, col 37, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 277, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/recent.js: line 277, col 73, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 277, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/recent.js: line 277, col 115, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 277, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/recent.js: line 277, col 154, ['parentCid'] is better written in dot notation. +build/public/templates/recent.js: line 279, col 173, Line is too long. +build/public/templates/recent.js: line 279, col 37, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 279, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/recent.js: line 279, col 73, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 279, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/recent.js: line 279, col 115, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 279, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/recent.js: line 279, col 154, ['name'] is better written in dot notation. +build/public/templates/recent.js: line 281, col 172, Line is too long. +build/public/templates/recent.js: line 281, col 29, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 281, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/recent.js: line 281, col 65, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 281, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/recent.js: line 281, col 107, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 281, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/recent.js: line 281, col 146, ['disabledClass'] is better written in dot notation. +build/public/templates/recent.js: line 285, col 174, Line is too long. +build/public/templates/recent.js: line 285, col 37, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 285, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/recent.js: line 285, col 73, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 285, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/recent.js: line 285, col 115, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 285, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/recent.js: line 285, col 154, ['level'] is better written in dot notation. +build/public/templates/recent.js: line 287, col 164, Line is too long. +build/public/templates/recent.js: line 287, col 29, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 287, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/recent.js: line 287, col 65, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 287, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/recent.js: line 287, col 107, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 287, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/recent.js: line 287, col 146, ['match'] is better written in dot notation. +build/public/templates/recent.js: line 291, col 163, Line is too long. +build/public/templates/recent.js: line 291, col 29, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 291, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/recent.js: line 291, col 65, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 291, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/recent.js: line 291, col 107, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 291, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/recent.js: line 291, col 146, ['icon'] is better written in dot notation. +build/public/templates/recent.js: line 293, col 114, Line is too long. +build/public/templates/recent.js: line 297, col 173, Line is too long. +build/public/templates/recent.js: line 297, col 37, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 297, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/recent.js: line 297, col 73, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 297, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/recent.js: line 297, col 115, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 297, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/recent.js: line 297, col 154, ['name'] is better written in dot notation. +build/public/templates/recent.js: line 298, col 112, Line is too long. +build/public/templates/recent.js: line 299, col 167, Line is too long. +build/public/templates/recent.js: line 299, col 29, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 299, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/recent.js: line 299, col 65, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 299, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/recent.js: line 299, col 107, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 299, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/recent.js: line 299, col 146, ['selected'] is better written in dot notation. +build/public/templates/recent.js: line 269, col 13, 'key' is defined but never used. +build/public/templates/recent.js: line 267, col 11, 'value' is defined but never used. +build/public/templates/recent.js: line 310, col 116, Line is too long. +build/public/templates/recent.js: line 310, col 36, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 310, col 52, ['tagItems'] is better written in dot notation. +build/public/templates/recent.js: line 313, col 166, Line is too long. +build/public/templates/recent.js: line 313, col 37, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 313, col 53, ['tagItems'] is better written in dot notation. +build/public/templates/recent.js: line 313, col 68, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 313, col 84, ['tagItems'] is better written in dot notation. +build/public/templates/recent.js: line 313, col 105, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 313, col 121, ['tagItems'] is better written in dot notation. +build/public/templates/recent.js: line 313, col 139, ['valueEscaped'] is better written in dot notation. +build/public/templates/recent.js: line 314, col 231, Line is too long. +build/public/templates/recent.js: line 315, col 166, Line is too long. +build/public/templates/recent.js: line 315, col 37, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 315, col 53, ['tagItems'] is better written in dot notation. +build/public/templates/recent.js: line 315, col 68, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 315, col 84, ['tagItems'] is better written in dot notation. +build/public/templates/recent.js: line 315, col 105, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 315, col 121, ['tagItems'] is better written in dot notation. +build/public/templates/recent.js: line 315, col 139, ['valueEscaped'] is better written in dot notation. +build/public/templates/recent.js: line 316, col 107, Line is too long. +build/public/templates/recent.js: line 317, col 152, Line is too long. +build/public/templates/recent.js: line 317, col 29, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 317, col 45, ['tagItems'] is better written in dot notation. +build/public/templates/recent.js: line 317, col 60, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 317, col 76, ['tagItems'] is better written in dot notation. +build/public/templates/recent.js: line 317, col 97, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 317, col 113, ['tagItems'] is better written in dot notation. +build/public/templates/recent.js: line 317, col 131, ['selected'] is better written in dot notation. +build/public/templates/recent.js: line 311, col 13, 'key' is defined but never used. +build/public/templates/recent.js: line 310, col 109, 'value' is defined but never used. +build/public/templates/recent.js: line 310, col 101, 'length' is defined but never used. +build/public/templates/recent.js: line 310, col 94, 'index' is defined but never used. +build/public/templates/recent.js: line 309, col 11, 'value' is defined but never used. +build/public/templates/recent.js: line 307, col 66, 'helper' is defined but never used. +build/public/templates/recent.js: line 328, col 120, Line is too long. +build/public/templates/recent.js: line 328, col 36, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 328, col 52, ['thread_tools'] is better written in dot notation. +build/public/templates/recent.js: line 330, col 106, Line is too long. +build/public/templates/recent.js: line 331, col 171, Line is too long. +build/public/templates/recent.js: line 331, col 37, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 331, col 53, ['thread_tools'] is better written in dot notation. +build/public/templates/recent.js: line 331, col 72, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 331, col 88, ['thread_tools'] is better written in dot notation. +build/public/templates/recent.js: line 331, col 113, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 331, col 129, ['thread_tools'] is better written in dot notation. +build/public/templates/recent.js: line 333, col 170, Line is too long. +build/public/templates/recent.js: line 333, col 37, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 333, col 53, ['thread_tools'] is better written in dot notation. +build/public/templates/recent.js: line 333, col 72, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 333, col 88, ['thread_tools'] is better written in dot notation. +build/public/templates/recent.js: line 333, col 113, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 333, col 129, ['thread_tools'] is better written in dot notation. +build/public/templates/recent.js: line 333, col 151, ['icon'] is better written in dot notation. +build/public/templates/recent.js: line 335, col 171, Line is too long. +build/public/templates/recent.js: line 335, col 37, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 335, col 53, ['thread_tools'] is better written in dot notation. +build/public/templates/recent.js: line 335, col 72, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 335, col 88, ['thread_tools'] is better written in dot notation. +build/public/templates/recent.js: line 335, col 113, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 335, col 129, ['thread_tools'] is better written in dot notation. +build/public/templates/recent.js: line 335, col 151, ['title'] is better written in dot notation. +build/public/templates/recent.js: line 329, col 13, 'key' is defined but never used. +build/public/templates/recent.js: line 328, col 113, 'value' is defined but never used. +build/public/templates/recent.js: line 328, col 105, 'length' is defined but never used. +build/public/templates/recent.js: line 328, col 98, 'index' is defined but never used. +build/public/templates/recent.js: line 327, col 11, 'value' is defined but never used. +build/public/templates/recent.js: line 325, col 74, 'helper' is defined but never used. +build/public/templates/recent.js: line 344, col 114, Line is too long. +build/public/templates/recent.js: line 344, col 36, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 344, col 52, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 346, col 149, Line is too long. +build/public/templates/recent.js: line 349, col 151, Line is too long. +build/public/templates/recent.js: line 349, col 37, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 349, col 53, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 349, col 66, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 349, col 82, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 349, col 101, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 349, col 117, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 349, col 133, ['tid'] is better written in dot notation. +build/public/templates/recent.js: line 351, col 153, Line is too long. +build/public/templates/recent.js: line 351, col 37, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 351, col 53, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 351, col 66, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 351, col 82, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 351, col 101, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 351, col 117, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 351, col 133, ['index'] is better written in dot notation. +build/public/templates/recent.js: line 353, col 151, Line is too long. +build/public/templates/recent.js: line 353, col 37, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 353, col 53, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 353, col 66, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 353, col 82, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 353, col 101, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 353, col 117, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 353, col 133, ['cid'] is better written in dot notation. +build/public/templates/recent.js: line 354, col 133, Line is too long. +build/public/templates/recent.js: line 355, col 120, Line is too long. +build/public/templates/recent.js: line 355, col 37, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 355, col 53, ['config'] is better written in dot notation. +build/public/templates/recent.js: line 355, col 66, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 355, col 82, ['config'] is better written in dot notation. +build/public/templates/recent.js: line 355, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/recent.js: line 357, col 152, Line is too long. +build/public/templates/recent.js: line 357, col 37, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 357, col 53, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 357, col 66, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 357, col 82, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 357, col 101, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 357, col 117, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 357, col 133, ['slug'] is better written in dot notation. +build/public/templates/recent.js: line 359, col 194, Line is too long. +build/public/templates/recent.js: line 359, col 76, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 359, col 92, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 359, col 105, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 359, col 121, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 359, col 140, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 359, col 156, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 359, col 172, ['title'] is better written in dot notation. +build/public/templates/recent.js: line 360, col 120, Line is too long. +build/public/templates/recent.js: line 361, col 199, Line is too long. +build/public/templates/recent.js: line 361, col 76, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 361, col 92, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 361, col 105, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 361, col 121, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 361, col 140, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 361, col 156, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 361, col 172, ['index'] is better written in dot notation. +build/public/templates/recent.js: line 363, col 153, Line is too long. +build/public/templates/recent.js: line 363, col 37, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 363, col 53, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 363, col 66, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 363, col 82, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 363, col 101, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 363, col 117, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 363, col 133, ['index'] is better written in dot notation. +build/public/templates/recent.js: line 365, col 153, Line is too long. +build/public/templates/recent.js: line 365, col 37, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 365, col 53, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 365, col 66, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 365, col 82, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 365, col 101, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 365, col 117, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 365, col 133, ['index'] is better written in dot notation. +build/public/templates/recent.js: line 366, col 129, Line is too long. +build/public/templates/recent.js: line 367, col 162, Line is too long. +build/public/templates/recent.js: line 367, col 29, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 367, col 45, ['config'] is better written in dot notation. +build/public/templates/recent.js: line 367, col 58, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 367, col 74, ['config'] is better written in dot notation. +build/public/templates/recent.js: line 367, col 84, ['theme'] is better written in dot notation. +build/public/templates/recent.js: line 367, col 96, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 367, col 112, ['config'] is better written in dot notation. +build/public/templates/recent.js: line 367, col 122, ['theme'] is better written in dot notation. +build/public/templates/recent.js: line 367, col 131, ['mobileTopicTeasers'] is better written in dot notation. +build/public/templates/recent.js: line 370, col 141, Line is too long. +build/public/templates/recent.js: line 371, col 210, Line is too long. +build/public/templates/recent.js: line 371, col 37, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 371, col 53, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 371, col 66, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 371, col 82, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 371, col 101, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 371, col 117, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 371, col 133, ['user'] is better written in dot notation. +build/public/templates/recent.js: line 371, col 144, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 371, col 160, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 371, col 176, ['user'] is better written in dot notation. +build/public/templates/recent.js: line 371, col 184, ['displayname'] is better written in dot notation. +build/public/templates/recent.js: line 373, col 197, Line is too long. +build/public/templates/recent.js: line 373, col 29, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 373, col 45, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 373, col 58, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 373, col 74, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 373, col 93, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 373, col 109, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 373, col 125, ['user'] is better written in dot notation. +build/public/templates/recent.js: line 373, col 136, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 373, col 152, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 373, col 168, ['user'] is better written in dot notation. +build/public/templates/recent.js: line 373, col 176, ['userslug'] is better written in dot notation. +build/public/templates/recent.js: line 374, col 122, Line is too long. +build/public/templates/recent.js: line 374, col 39, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 374, col 55, ['config'] is better written in dot notation. +build/public/templates/recent.js: line 374, col 68, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 374, col 84, ['config'] is better written in dot notation. +build/public/templates/recent.js: line 374, col 94, ['relative_path'] is better written in dot notation. +build/public/templates/recent.js: line 376, col 210, Line is too long. +build/public/templates/recent.js: line 376, col 41, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 376, col 57, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 376, col 70, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 376, col 86, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 376, col 105, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 376, col 121, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 376, col 137, ['user'] is better written in dot notation. +build/public/templates/recent.js: line 376, col 148, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 376, col 164, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 376, col 180, ['user'] is better written in dot notation. +build/public/templates/recent.js: line 376, col 188, ['userslug'] is better written in dot notation. +build/public/templates/recent.js: line 379, col 254, Line is too long. +build/public/templates/recent.js: line 379, col 78, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 379, col 94, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 379, col 107, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 379, col 123, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 379, col 142, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 379, col 158, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 379, col 174, ['user'] is better written in dot notation. +build/public/templates/recent.js: line 379, col 217, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 381, col 29, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 381, col 45, ['showSelect'] is better written in dot notation. +build/public/templates/recent.js: line 382, col 257, Line is too long. +build/public/templates/recent.js: line 384, col 193, Line is too long. +build/public/templates/recent.js: line 385, col 29, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 385, col 45, ['showSelect'] is better written in dot notation. +build/public/templates/recent.js: line 389, col 146, Line is too long. +build/public/templates/recent.js: line 389, col 29, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 389, col 45, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 389, col 58, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 389, col 74, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 389, col 93, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 389, col 109, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 389, col 125, ['noAnchor'] is better written in dot notation. +build/public/templates/recent.js: line 391, col 122, Line is too long. +build/public/templates/recent.js: line 391, col 39, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 391, col 55, ['config'] is better written in dot notation. +build/public/templates/recent.js: line 391, col 68, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 391, col 84, ['config'] is better written in dot notation. +build/public/templates/recent.js: line 391, col 94, ['relative_path'] is better written in dot notation. +build/public/templates/recent.js: line 393, col 156, Line is too long. +build/public/templates/recent.js: line 393, col 41, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 393, col 57, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 393, col 70, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 393, col 86, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 393, col 105, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 393, col 121, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 393, col 137, ['slug'] is better written in dot notation. +build/public/templates/recent.js: line 394, col 150, Line is too long. +build/public/templates/recent.js: line 394, col 33, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 394, col 49, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 394, col 62, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 394, col 78, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 394, col 97, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 394, col 113, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 394, col 129, ['bookmark'] is better written in dot notation. +build/public/templates/recent.js: line 396, col 163, Line is too long. +build/public/templates/recent.js: line 396, col 45, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 396, col 61, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 396, col 74, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 396, col 90, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 396, col 109, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 396, col 125, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 396, col 141, ['bookmark'] is better written in dot notation. +build/public/templates/recent.js: line 399, col 153, Line is too long. +build/public/templates/recent.js: line 399, col 37, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 399, col 53, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 399, col 66, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 399, col 82, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 399, col 101, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 399, col 117, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 399, col 133, ['title'] is better written in dot notation. +build/public/templates/recent.js: line 400, col 201, Line is too long. +build/public/templates/recent.js: line 401, col 146, Line is too long. +build/public/templates/recent.js: line 401, col 29, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 401, col 45, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 401, col 58, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 401, col 74, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 401, col 93, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 401, col 109, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 401, col 125, ['followed'] is better written in dot notation. +build/public/templates/recent.js: line 404, col 175, Line is too long. +build/public/templates/recent.js: line 405, col 145, Line is too long. +build/public/templates/recent.js: line 405, col 29, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 405, col 45, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 405, col 58, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 405, col 74, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 405, col 93, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 405, col 109, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 405, col 125, ['ignored'] is better written in dot notation. +build/public/templates/recent.js: line 408, col 180, Line is too long. +build/public/templates/recent.js: line 409, col 147, Line is too long. +build/public/templates/recent.js: line 409, col 29, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 409, col 45, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 409, col 58, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 409, col 74, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 409, col 93, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 409, col 109, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 409, col 125, ['scheduled'] is better written in dot notation. +build/public/templates/recent.js: line 412, col 176, Line is too long. +build/public/templates/recent.js: line 413, col 285, Line is too long. +build/public/templates/recent.js: line 413, col 30, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 413, col 46, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 413, col 59, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 413, col 75, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 413, col 94, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 413, col 110, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 413, col 126, ['scheduled'] is better written in dot notation. +build/public/templates/recent.js: line 413, col 169, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 413, col 185, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 413, col 198, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 413, col 214, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 413, col 233, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 413, col 249, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 413, col 265, ['pinned'] is better written in dot notation. +build/public/templates/recent.js: line 417, col 147, Line is too long. +build/public/templates/recent.js: line 417, col 29, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 417, col 45, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 417, col 58, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 417, col 74, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 417, col 93, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 417, col 109, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 417, col 125, ['pinExpiry'] is better written in dot notation. +build/public/templates/recent.js: line 419, col 311, Line is too long. +build/public/templates/recent.js: line 419, col 92, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 419, col 108, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 419, col 121, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 419, col 137, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 419, col 156, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 419, col 172, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 419, col 188, ['pinExpiryISO'] is better written in dot notation. +build/public/templates/recent.js: line 419, col 231, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 419, col 247, ['config'] is better written in dot notation. +build/public/templates/recent.js: line 419, col 260, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 419, col 276, ['config'] is better written in dot notation. +build/public/templates/recent.js: line 419, col 286, ['userLang'] is better written in dot notation. +build/public/templates/recent.js: line 422, col 113, Line is too long. +build/public/templates/recent.js: line 423, col 144, Line is too long. +build/public/templates/recent.js: line 423, col 29, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 423, col 45, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 423, col 58, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 423, col 74, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 423, col 93, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 423, col 109, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 423, col 125, ['locked'] is better written in dot notation. +build/public/templates/recent.js: line 426, col 169, Line is too long. +build/public/templates/recent.js: line 427, col 144, Line is too long. +build/public/templates/recent.js: line 427, col 29, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 427, col 45, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 427, col 58, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 427, col 74, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 427, col 93, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 427, col 109, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 427, col 125, ['oldCid'] is better written in dot notation. +build/public/templates/recent.js: line 430, col 103, Line is too long. +build/public/templates/recent.js: line 431, col 190, Line is too long. +build/public/templates/recent.js: line 431, col 33, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 431, col 49, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 431, col 62, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 431, col 78, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 431, col 97, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 431, col 113, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 431, col 129, ['icons'] is better written in dot notation. +build/public/templates/recent.js: line 432, col 17, 'key' is defined but never used. +build/public/templates/recent.js: line 440, col 298, Line is too long. +build/public/templates/recent.js: line 440, col 31, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 440, col 47, ['template'] is better written in dot notation. +build/public/templates/recent.js: line 440, col 62, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 440, col 78, ['template'] is better written in dot notation. +build/public/templates/recent.js: line 440, col 90, ['category'] is better written in dot notation. +build/public/templates/recent.js: line 440, col 132, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 440, col 148, ['cid'] is better written in dot notation. +build/public/templates/recent.js: line 440, col 184, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 440, col 200, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 440, col 213, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 440, col 229, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 440, col 248, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 440, col 264, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 440, col 280, ['cid'] is better written in dot notation. +build/public/templates/recent.js: line 440, col 166, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 442, col 225, Line is too long. +build/public/templates/recent.js: line 442, col 89, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 442, col 105, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 442, col 118, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 442, col 134, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 442, col 153, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 442, col 169, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 442, col 185, ['category'] is better written in dot notation. +build/public/templates/recent.js: line 446, col 151, Line is too long. +build/public/templates/recent.js: line 446, col 37, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 446, col 53, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 446, col 66, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 446, col 82, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 446, col 101, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 446, col 117, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 446, col 133, ['tid'] is better written in dot notation. +build/public/templates/recent.js: line 448, col 195, Line is too long. +build/public/templates/recent.js: line 448, col 29, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 448, col 45, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 448, col 58, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 448, col 74, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 448, col 93, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 448, col 109, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 448, col 125, ['tags'] is better written in dot notation. +build/public/templates/recent.js: line 448, col 136, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 448, col 152, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 448, col 168, ['tags'] is better written in dot notation. +build/public/templates/recent.js: line 448, col 176, ['length'] is better written in dot notation. +build/public/templates/recent.js: line 452, col 189, Line is too long. +build/public/templates/recent.js: line 452, col 33, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 452, col 49, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 452, col 62, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 452, col 78, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 452, col 97, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 452, col 113, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 452, col 129, ['tags'] is better written in dot notation. +build/public/templates/recent.js: line 455, col 124, Line is too long. +build/public/templates/recent.js: line 455, col 41, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 455, col 57, ['config'] is better written in dot notation. +build/public/templates/recent.js: line 455, col 70, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 455, col 86, ['config'] is better written in dot notation. +build/public/templates/recent.js: line 455, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/recent.js: line 457, col 270, Line is too long. +build/public/templates/recent.js: line 457, col 41, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 457, col 57, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 457, col 70, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 457, col 86, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 457, col 105, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 457, col 121, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 457, col 137, ['tags'] is better written in dot notation. +build/public/templates/recent.js: line 457, col 148, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 457, col 164, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 457, col 180, ['tags'] is better written in dot notation. +build/public/templates/recent.js: line 457, col 197, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 457, col 213, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 457, col 229, ['tags'] is better written in dot notation. +build/public/templates/recent.js: line 457, col 243, ['valueEncoded'] is better written in dot notation. +build/public/templates/recent.js: line 459, col 263, Line is too long. +build/public/templates/recent.js: line 459, col 41, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 459, col 57, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 459, col 70, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 459, col 86, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 459, col 105, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 459, col 121, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 459, col 137, ['tags'] is better written in dot notation. +build/public/templates/recent.js: line 459, col 148, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 459, col 164, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 459, col 180, ['tags'] is better written in dot notation. +build/public/templates/recent.js: line 459, col 197, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 459, col 213, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 459, col 229, ['tags'] is better written in dot notation. +build/public/templates/recent.js: line 461, col 263, Line is too long. +build/public/templates/recent.js: line 461, col 41, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 461, col 57, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 461, col 70, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 461, col 86, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 461, col 105, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 461, col 121, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 461, col 137, ['tags'] is better written in dot notation. +build/public/templates/recent.js: line 461, col 148, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 461, col 164, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 461, col 180, ['tags'] is better written in dot notation. +build/public/templates/recent.js: line 461, col 197, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 461, col 213, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 461, col 229, ['tags'] is better written in dot notation. +build/public/templates/recent.js: line 461, col 243, ['value'] is better written in dot notation. +build/public/templates/recent.js: line 463, col 270, Line is too long. +build/public/templates/recent.js: line 463, col 41, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 463, col 57, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 463, col 70, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 463, col 86, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 463, col 105, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 463, col 121, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 463, col 137, ['tags'] is better written in dot notation. +build/public/templates/recent.js: line 463, col 148, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 463, col 164, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 463, col 180, ['tags'] is better written in dot notation. +build/public/templates/recent.js: line 463, col 197, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 463, col 213, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 463, col 229, ['tags'] is better written in dot notation. +build/public/templates/recent.js: line 463, col 243, ['valueEscaped'] is better written in dot notation. +build/public/templates/recent.js: line 453, col 17, 'key' is defined but never used. +build/public/templates/recent.js: line 452, col 182, 'value' is defined but never used. +build/public/templates/recent.js: line 452, col 174, 'length' is defined but never used. +build/public/templates/recent.js: line 452, col 167, 'index' is defined but never used. +build/public/templates/recent.js: line 468, col 250, Line is too long. +build/public/templates/recent.js: line 469, col 256, Line is too long. +build/public/templates/recent.js: line 469, col 86, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 469, col 102, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 469, col 115, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 469, col 131, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 469, col 150, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 469, col 166, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 469, col 182, ['postcount'] is better written in dot notation. +build/public/templates/recent.js: line 469, col 222, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 471, col 120, Line is too long. +build/public/templates/recent.js: line 471, col 37, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 471, col 53, ['config'] is better written in dot notation. +build/public/templates/recent.js: line 471, col 66, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 471, col 82, ['config'] is better written in dot notation. +build/public/templates/recent.js: line 471, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/recent.js: line 473, col 152, Line is too long. +build/public/templates/recent.js: line 473, col 37, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 473, col 53, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 473, col 66, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 473, col 82, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 473, col 101, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 473, col 117, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 473, col 133, ['slug'] is better written in dot notation. +build/public/templates/recent.js: line 474, col 361, Line is too long. +build/public/templates/recent.js: line 474, col 30, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 474, col 46, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 474, col 59, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 474, col 75, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 474, col 94, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 474, col 110, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 474, col 126, ['teaser'] is better written in dot notation. +build/public/templates/recent.js: line 474, col 139, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 474, col 155, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 474, col 171, ['teaser'] is better written in dot notation. +build/public/templates/recent.js: line 474, col 181, ['timestampISO'] is better written in dot notation. +build/public/templates/recent.js: line 474, col 227, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 474, col 243, ['config'] is better written in dot notation. +build/public/templates/recent.js: line 474, col 256, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 474, col 272, ['config'] is better written in dot notation. +build/public/templates/recent.js: line 474, col 282, ['theme'] is better written in dot notation. +build/public/templates/recent.js: line 474, col 294, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 474, col 310, ['config'] is better written in dot notation. +build/public/templates/recent.js: line 474, col 320, ['theme'] is better written in dot notation. +build/public/templates/recent.js: line 474, col 329, ['mobileTopicTeasers'] is better written in dot notation. +build/public/templates/recent.js: line 476, col 211, Line is too long. +build/public/templates/recent.js: line 476, col 41, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 476, col 57, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 476, col 70, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 476, col 86, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 476, col 105, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 476, col 121, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 476, col 137, ['teaser'] is better written in dot notation. +build/public/templates/recent.js: line 476, col 150, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 476, col 166, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 476, col 182, ['teaser'] is better written in dot notation. +build/public/templates/recent.js: line 476, col 192, ['index'] is better written in dot notation. +build/public/templates/recent.js: line 479, col 361, Line is too long. +build/public/templates/recent.js: line 479, col 30, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 479, col 46, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 479, col 59, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 479, col 75, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 479, col 94, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 479, col 110, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 479, col 126, ['teaser'] is better written in dot notation. +build/public/templates/recent.js: line 479, col 139, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 479, col 155, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 479, col 171, ['teaser'] is better written in dot notation. +build/public/templates/recent.js: line 479, col 181, ['timestampISO'] is better written in dot notation. +build/public/templates/recent.js: line 479, col 227, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 479, col 243, ['config'] is better written in dot notation. +build/public/templates/recent.js: line 479, col 256, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 479, col 272, ['config'] is better written in dot notation. +build/public/templates/recent.js: line 479, col 282, ['theme'] is better written in dot notation. +build/public/templates/recent.js: line 479, col 294, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 479, col 310, ['config'] is better written in dot notation. +build/public/templates/recent.js: line 479, col 320, ['theme'] is better written in dot notation. +build/public/templates/recent.js: line 479, col 329, ['mobileTopicTeasers'] is better written in dot notation. +build/public/templates/recent.js: line 480, col 216, Line is too long. +build/public/templates/recent.js: line 480, col 39, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 480, col 55, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 480, col 68, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 480, col 84, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 480, col 103, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 480, col 119, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 480, col 135, ['teaser'] is better written in dot notation. +build/public/templates/recent.js: line 480, col 148, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 480, col 164, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 480, col 180, ['teaser'] is better written in dot notation. +build/public/templates/recent.js: line 480, col 190, ['timestampISO'] is better written in dot notation. +build/public/templates/recent.js: line 481, col 163, Line is too long. +build/public/templates/recent.js: line 481, col 39, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 481, col 55, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 481, col 68, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 481, col 84, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 481, col 103, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 481, col 119, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 481, col 135, ['timestampISO'] is better written in dot notation. +build/public/templates/recent.js: line 483, col 120, Line is too long. +build/public/templates/recent.js: line 483, col 37, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 483, col 53, ['config'] is better written in dot notation. +build/public/templates/recent.js: line 483, col 66, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 483, col 82, ['config'] is better written in dot notation. +build/public/templates/recent.js: line 483, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/recent.js: line 485, col 152, Line is too long. +build/public/templates/recent.js: line 485, col 37, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 485, col 53, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 485, col 66, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 485, col 82, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 485, col 101, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 485, col 117, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 485, col 133, ['slug'] is better written in dot notation. +build/public/templates/recent.js: line 486, col 104, Line is too long. +build/public/templates/recent.js: line 487, col 160, Line is too long. +build/public/templates/recent.js: line 487, col 37, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 487, col 53, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 487, col 66, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 487, col 82, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 487, col 101, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 487, col 117, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 487, col 133, ['timestampISO'] is better written in dot notation. +build/public/templates/recent.js: line 489, col 29, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 489, col 45, ['showSelect'] is better written in dot notation. +build/public/templates/recent.js: line 490, col 219, Line is too long. +build/public/templates/recent.js: line 493, col 199, Line is too long. +build/public/templates/recent.js: line 493, col 29, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 493, col 45, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 493, col 58, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 493, col 74, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 493, col 93, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 493, col 109, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 493, col 125, ['thumbs'] is better written in dot notation. +build/public/templates/recent.js: line 493, col 138, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 493, col 154, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 493, col 170, ['thumbs'] is better written in dot notation. +build/public/templates/recent.js: line 493, col 180, ['length'] is better written in dot notation. +build/public/templates/recent.js: line 494, col 123, Line is too long. +build/public/templates/recent.js: line 495, col 124, Line is too long. +build/public/templates/recent.js: line 495, col 41, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 495, col 57, ['config'] is better written in dot notation. +build/public/templates/recent.js: line 495, col 70, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 495, col 86, ['config'] is better written in dot notation. +build/public/templates/recent.js: line 495, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/recent.js: line 497, col 156, Line is too long. +build/public/templates/recent.js: line 497, col 41, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 497, col 57, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 497, col 70, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 497, col 86, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 497, col 105, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 497, col 121, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 497, col 137, ['slug'] is better written in dot notation. +build/public/templates/recent.js: line 498, col 150, Line is too long. +build/public/templates/recent.js: line 498, col 33, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 498, col 49, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 498, col 62, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 498, col 78, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 498, col 97, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 498, col 113, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 498, col 129, ['bookmark'] is better written in dot notation. +build/public/templates/recent.js: line 500, col 163, Line is too long. +build/public/templates/recent.js: line 500, col 45, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 500, col 61, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 500, col 74, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 500, col 90, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 500, col 109, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 500, col 125, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 500, col 141, ['bookmark'] is better written in dot notation. +build/public/templates/recent.js: line 502, col 190, Line is too long. +build/public/templates/recent.js: line 503, col 265, Line is too long. +build/public/templates/recent.js: line 503, col 41, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 503, col 57, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 503, col 70, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 503, col 86, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 503, col 105, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 503, col 121, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 503, col 137, ['thumbs'] is better written in dot notation. +build/public/templates/recent.js: line 503, col 150, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 503, col 166, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 503, col 182, ['thumbs'] is better written in dot notation. +build/public/templates/recent.js: line 503, col 200, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 503, col 216, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 503, col 232, ['thumbs'] is better written in dot notation. +build/public/templates/recent.js: line 503, col 247, ['url'] is better written in dot notation. +build/public/templates/recent.js: line 505, col 213, Line is too long. +build/public/templates/recent.js: line 505, col 41, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 505, col 57, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 505, col 70, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 505, col 86, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 505, col 105, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 505, col 121, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 505, col 137, ['thumbs'] is better written in dot notation. +build/public/templates/recent.js: line 505, col 150, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 505, col 166, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 505, col 182, ['thumbs'] is better written in dot notation. +build/public/templates/recent.js: line 505, col 192, ['length'] is better written in dot notation. +build/public/templates/recent.js: line 506, col 231, Line is too long. +build/public/templates/recent.js: line 507, col 213, Line is too long. +build/public/templates/recent.js: line 507, col 41, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 507, col 57, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 507, col 70, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 507, col 86, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 507, col 105, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 507, col 121, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 507, col 137, ['thumbs'] is better written in dot notation. +build/public/templates/recent.js: line 507, col 150, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 507, col 166, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 507, col 182, ['thumbs'] is better written in dot notation. +build/public/templates/recent.js: line 507, col 192, ['length'] is better written in dot notation. +build/public/templates/recent.js: line 510, col 193, Line is too long. +build/public/templates/recent.js: line 511, col 29, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 515, col 29, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 517, col 131, Line is too long. +build/public/templates/recent.js: line 518, col 157, Line is too long. +build/public/templates/recent.js: line 518, col 41, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 518, col 57, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 518, col 70, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 518, col 86, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 518, col 105, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 518, col 121, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 518, col 137, ['votes'] is better written in dot notation. +build/public/templates/recent.js: line 520, col 256, Line is too long. +build/public/templates/recent.js: line 520, col 90, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 520, col 106, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 520, col 119, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 520, col 135, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 520, col 154, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 520, col 170, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 520, col 186, ['votes'] is better written in dot notation. +build/public/templates/recent.js: line 520, col 222, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 521, col 200, Line is too long. +build/public/templates/recent.js: line 522, col 133, Line is too long. +build/public/templates/recent.js: line 523, col 157, Line is too long. +build/public/templates/recent.js: line 523, col 37, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 523, col 53, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 523, col 66, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 523, col 82, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 523, col 101, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 523, col 117, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 523, col 133, ['postcount'] is better written in dot notation. +build/public/templates/recent.js: line 525, col 256, Line is too long. +build/public/templates/recent.js: line 525, col 86, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 525, col 102, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 525, col 115, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 525, col 131, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 525, col 150, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 525, col 166, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 525, col 182, ['postcount'] is better written in dot notation. +build/public/templates/recent.js: line 525, col 222, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 526, col 316, Line is too long. +build/public/templates/recent.js: line 527, col 157, Line is too long. +build/public/templates/recent.js: line 527, col 37, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 527, col 53, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 527, col 66, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 527, col 82, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 527, col 101, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 527, col 117, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 527, col 133, ['viewcount'] is better written in dot notation. +build/public/templates/recent.js: line 529, col 256, Line is too long. +build/public/templates/recent.js: line 529, col 86, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 529, col 102, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 529, col 115, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 529, col 131, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 529, col 150, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 529, col 166, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 529, col 182, ['viewcount'] is better written in dot notation. +build/public/templates/recent.js: line 529, col 222, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 530, col 264, Line is too long. +build/public/templates/recent.js: line 531, col 162, Line is too long. +build/public/templates/recent.js: line 531, col 29, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 531, col 45, ['config'] is better written in dot notation. +build/public/templates/recent.js: line 531, col 58, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 531, col 74, ['config'] is better written in dot notation. +build/public/templates/recent.js: line 531, col 84, ['theme'] is better written in dot notation. +build/public/templates/recent.js: line 531, col 96, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 531, col 112, ['config'] is better written in dot notation. +build/public/templates/recent.js: line 531, col 122, ['theme'] is better written in dot notation. +build/public/templates/recent.js: line 531, col 131, ['mobileTopicTeasers'] is better written in dot notation. +build/public/templates/recent.js: line 534, col 125, Line is too long. +build/public/templates/recent.js: line 535, col 214, Line is too long. +build/public/templates/recent.js: line 535, col 37, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 535, col 53, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 535, col 66, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 535, col 82, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 535, col 101, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 535, col 117, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 535, col 133, ['category'] is better written in dot notation. +build/public/templates/recent.js: line 535, col 148, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 535, col 164, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 535, col 180, ['category'] is better written in dot notation. +build/public/templates/recent.js: line 535, col 192, ['bgColor'] is better written in dot notation. +build/public/templates/recent.js: line 537, col 147, Line is too long. +build/public/templates/recent.js: line 537, col 29, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 537, col 45, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 537, col 58, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 537, col 74, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 537, col 93, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 537, col 109, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 537, col 125, ['unreplied'] is better written in dot notation. +build/public/templates/recent.js: line 540, col 200, Line is too long. +build/public/templates/recent.js: line 540, col 33, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 540, col 49, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 540, col 62, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 540, col 78, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 540, col 97, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 540, col 113, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 540, col 129, ['teaser'] is better written in dot notation. +build/public/templates/recent.js: line 540, col 142, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 540, col 158, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 540, col 174, ['teaser'] is better written in dot notation. +build/public/templates/recent.js: line 540, col 184, ['pid'] is better written in dot notation. +build/public/templates/recent.js: line 542, col 270, Line is too long. +build/public/templates/recent.js: line 542, col 37, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 542, col 53, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 542, col 66, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 542, col 82, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 542, col 101, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 542, col 117, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 542, col 133, ['teaser'] is better written in dot notation. +build/public/templates/recent.js: line 542, col 146, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 542, col 162, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 542, col 178, ['teaser'] is better written in dot notation. +build/public/templates/recent.js: line 542, col 188, ['user'] is better written in dot notation. +build/public/templates/recent.js: line 542, col 199, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 542, col 215, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 542, col 231, ['teaser'] is better written in dot notation. +build/public/templates/recent.js: line 542, col 241, ['user'] is better written in dot notation. +build/public/templates/recent.js: line 542, col 249, ['userslug'] is better written in dot notation. +build/public/templates/recent.js: line 543, col 130, Line is too long. +build/public/templates/recent.js: line 543, col 47, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 543, col 63, ['config'] is better written in dot notation. +build/public/templates/recent.js: line 543, col 76, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 543, col 92, ['config'] is better written in dot notation. +build/public/templates/recent.js: line 543, col 102, ['relative_path'] is better written in dot notation. +build/public/templates/recent.js: line 545, col 283, Line is too long. +build/public/templates/recent.js: line 545, col 49, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 545, col 65, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 545, col 78, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 545, col 94, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 545, col 113, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 545, col 129, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 545, col 145, ['teaser'] is better written in dot notation. +build/public/templates/recent.js: line 545, col 158, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 545, col 174, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 545, col 190, ['teaser'] is better written in dot notation. +build/public/templates/recent.js: line 545, col 200, ['user'] is better written in dot notation. +build/public/templates/recent.js: line 545, col 211, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 545, col 227, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 545, col 243, ['teaser'] is better written in dot notation. +build/public/templates/recent.js: line 545, col 253, ['user'] is better written in dot notation. +build/public/templates/recent.js: line 545, col 261, ['userslug'] is better written in dot notation. +build/public/templates/recent.js: line 548, col 283, Line is too long. +build/public/templates/recent.js: line 548, col 45, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 548, col 61, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 548, col 74, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 548, col 90, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 548, col 109, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 548, col 125, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 548, col 141, ['teaser'] is better written in dot notation. +build/public/templates/recent.js: line 548, col 154, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 548, col 170, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 548, col 186, ['teaser'] is better written in dot notation. +build/public/templates/recent.js: line 548, col 196, ['user'] is better written in dot notation. +build/public/templates/recent.js: line 548, col 207, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 548, col 223, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 548, col 239, ['teaser'] is better written in dot notation. +build/public/templates/recent.js: line 548, col 249, ['user'] is better written in dot notation. +build/public/templates/recent.js: line 548, col 257, ['displayname'] is better written in dot notation. +build/public/templates/recent.js: line 550, col 317, Line is too long. +build/public/templates/recent.js: line 550, col 86, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 550, col 102, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 550, col 115, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 550, col 131, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 550, col 150, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 550, col 166, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 550, col 182, ['teaser'] is better written in dot notation. +build/public/templates/recent.js: line 550, col 195, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 550, col 211, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 550, col 227, ['teaser'] is better written in dot notation. +build/public/templates/recent.js: line 550, col 237, ['user'] is better written in dot notation. +build/public/templates/recent.js: line 550, col 280, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 552, col 128, Line is too long. +build/public/templates/recent.js: line 552, col 45, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 552, col 61, ['config'] is better written in dot notation. +build/public/templates/recent.js: line 552, col 74, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 552, col 90, ['config'] is better written in dot notation. +build/public/templates/recent.js: line 552, col 100, ['relative_path'] is better written in dot notation. +build/public/templates/recent.js: line 554, col 160, Line is too long. +build/public/templates/recent.js: line 554, col 45, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 554, col 61, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 554, col 74, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 554, col 90, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 554, col 109, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 554, col 125, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 554, col 141, ['slug'] is better written in dot notation. +build/public/templates/recent.js: line 556, col 216, Line is too long. +build/public/templates/recent.js: line 556, col 45, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 556, col 61, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 556, col 74, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 556, col 90, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 556, col 109, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 556, col 125, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 556, col 141, ['teaser'] is better written in dot notation. +build/public/templates/recent.js: line 556, col 154, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 556, col 170, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 556, col 186, ['teaser'] is better written in dot notation. +build/public/templates/recent.js: line 556, col 196, ['index'] is better written in dot notation. +build/public/templates/recent.js: line 558, col 223, Line is too long. +build/public/templates/recent.js: line 558, col 45, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 558, col 61, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 558, col 74, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 558, col 90, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 558, col 109, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 558, col 125, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 558, col 141, ['teaser'] is better written in dot notation. +build/public/templates/recent.js: line 558, col 154, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 558, col 170, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 558, col 186, ['teaser'] is better written in dot notation. +build/public/templates/recent.js: line 558, col 196, ['timestampISO'] is better written in dot notation. +build/public/templates/recent.js: line 559, col 230, Line is too long. +build/public/templates/recent.js: line 560, col 128, Line is too long. +build/public/templates/recent.js: line 560, col 45, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 560, col 61, ['config'] is better written in dot notation. +build/public/templates/recent.js: line 560, col 74, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 560, col 90, ['config'] is better written in dot notation. +build/public/templates/recent.js: line 560, col 100, ['relative_path'] is better written in dot notation. +build/public/templates/recent.js: line 562, col 160, Line is too long. +build/public/templates/recent.js: line 562, col 45, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 562, col 61, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 562, col 74, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 562, col 90, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 562, col 109, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 562, col 125, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 562, col 141, ['slug'] is better written in dot notation. +build/public/templates/recent.js: line 564, col 216, Line is too long. +build/public/templates/recent.js: line 564, col 45, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 564, col 61, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 564, col 74, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 564, col 90, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 564, col 109, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 564, col 125, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 564, col 141, ['teaser'] is better written in dot notation. +build/public/templates/recent.js: line 564, col 154, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 564, col 170, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 564, col 186, ['teaser'] is better written in dot notation. +build/public/templates/recent.js: line 564, col 196, ['index'] is better written in dot notation. +build/public/templates/recent.js: line 566, col 218, Line is too long. +build/public/templates/recent.js: line 566, col 45, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 566, col 61, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 566, col 74, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 566, col 90, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 566, col 109, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 566, col 125, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 566, col 141, ['teaser'] is better written in dot notation. +build/public/templates/recent.js: line 566, col 154, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 566, col 170, ['topics'] is better written in dot notation. +build/public/templates/recent.js: line 566, col 186, ['teaser'] is better written in dot notation. +build/public/templates/recent.js: line 566, col 196, ['content'] is better written in dot notation. +build/public/templates/recent.js: line 345, col 13, 'key' is defined but never used. +build/public/templates/recent.js: line 343, col 11, 'value' is defined but never used. +build/public/templates/recent.js: line 578, col 160, Line is too long. +build/public/templates/recent.js: line 578, col 36, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 578, col 52, ['pagination'] is better written in dot notation. +build/public/templates/recent.js: line 578, col 69, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 578, col 85, ['pagination'] is better written in dot notation. +build/public/templates/recent.js: line 578, col 99, ['pages'] is better written in dot notation. +build/public/templates/recent.js: line 581, col 219, Line is too long. +build/public/templates/recent.js: line 581, col 29, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 581, col 45, ['pagination'] is better written in dot notation. +build/public/templates/recent.js: line 581, col 62, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 581, col 78, ['pagination'] is better written in dot notation. +build/public/templates/recent.js: line 581, col 92, ['pages'] is better written in dot notation. +build/public/templates/recent.js: line 581, col 104, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 581, col 120, ['pagination'] is better written in dot notation. +build/public/templates/recent.js: line 581, col 134, ['pages'] is better written in dot notation. +build/public/templates/recent.js: line 581, col 152, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 581, col 168, ['pagination'] is better written in dot notation. +build/public/templates/recent.js: line 581, col 182, ['pages'] is better written in dot notation. +build/public/templates/recent.js: line 581, col 197, ['separator'] is better written in dot notation. +build/public/templates/recent.js: line 582, col 227, Line is too long. +build/public/templates/recent.js: line 584, col 220, Line is too long. +build/public/templates/recent.js: line 584, col 33, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 584, col 49, ['pagination'] is better written in dot notation. +build/public/templates/recent.js: line 584, col 66, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 584, col 82, ['pagination'] is better written in dot notation. +build/public/templates/recent.js: line 584, col 96, ['pages'] is better written in dot notation. +build/public/templates/recent.js: line 584, col 108, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 584, col 124, ['pagination'] is better written in dot notation. +build/public/templates/recent.js: line 584, col 138, ['pages'] is better written in dot notation. +build/public/templates/recent.js: line 584, col 156, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 584, col 172, ['pagination'] is better written in dot notation. +build/public/templates/recent.js: line 584, col 186, ['pages'] is better written in dot notation. +build/public/templates/recent.js: line 584, col 201, ['active'] is better written in dot notation. +build/public/templates/recent.js: line 588, col 226, Line is too long. +build/public/templates/recent.js: line 588, col 41, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 588, col 57, ['pagination'] is better written in dot notation. +build/public/templates/recent.js: line 588, col 74, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 588, col 90, ['pagination'] is better written in dot notation. +build/public/templates/recent.js: line 588, col 104, ['pages'] is better written in dot notation. +build/public/templates/recent.js: line 588, col 116, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 588, col 132, ['pagination'] is better written in dot notation. +build/public/templates/recent.js: line 588, col 146, ['pages'] is better written in dot notation. +build/public/templates/recent.js: line 588, col 164, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 588, col 180, ['pagination'] is better written in dot notation. +build/public/templates/recent.js: line 588, col 194, ['pages'] is better written in dot notation. +build/public/templates/recent.js: line 588, col 209, ['qs'] is better written in dot notation. +build/public/templates/recent.js: line 590, col 228, Line is too long. +build/public/templates/recent.js: line 590, col 41, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 590, col 57, ['pagination'] is better written in dot notation. +build/public/templates/recent.js: line 590, col 74, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 590, col 90, ['pagination'] is better written in dot notation. +build/public/templates/recent.js: line 590, col 104, ['pages'] is better written in dot notation. +build/public/templates/recent.js: line 590, col 116, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 590, col 132, ['pagination'] is better written in dot notation. +build/public/templates/recent.js: line 590, col 146, ['pages'] is better written in dot notation. +build/public/templates/recent.js: line 590, col 164, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 590, col 180, ['pagination'] is better written in dot notation. +build/public/templates/recent.js: line 590, col 194, ['pages'] is better written in dot notation. +build/public/templates/recent.js: line 590, col 209, ['page'] is better written in dot notation. +build/public/templates/recent.js: line 592, col 228, Line is too long. +build/public/templates/recent.js: line 592, col 41, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 592, col 57, ['pagination'] is better written in dot notation. +build/public/templates/recent.js: line 592, col 74, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 592, col 90, ['pagination'] is better written in dot notation. +build/public/templates/recent.js: line 592, col 104, ['pages'] is better written in dot notation. +build/public/templates/recent.js: line 592, col 116, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 592, col 132, ['pagination'] is better written in dot notation. +build/public/templates/recent.js: line 592, col 146, ['pages'] is better written in dot notation. +build/public/templates/recent.js: line 592, col 164, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 592, col 180, ['pagination'] is better written in dot notation. +build/public/templates/recent.js: line 592, col 194, ['pages'] is better written in dot notation. +build/public/templates/recent.js: line 592, col 209, ['page'] is better written in dot notation. +build/public/templates/recent.js: line 594, col 228, Line is too long. +build/public/templates/recent.js: line 594, col 41, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 594, col 57, ['pagination'] is better written in dot notation. +build/public/templates/recent.js: line 594, col 74, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 594, col 90, ['pagination'] is better written in dot notation. +build/public/templates/recent.js: line 594, col 104, ['pages'] is better written in dot notation. +build/public/templates/recent.js: line 594, col 116, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 594, col 132, ['pagination'] is better written in dot notation. +build/public/templates/recent.js: line 594, col 146, ['pages'] is better written in dot notation. +build/public/templates/recent.js: line 594, col 164, Expected '!==' and instead saw '!='. +build/public/templates/recent.js: line 594, col 180, ['pagination'] is better written in dot notation. +build/public/templates/recent.js: line 594, col 194, ['pages'] is better written in dot notation. +build/public/templates/recent.js: line 594, col 209, ['page'] is better written in dot notation. +build/public/templates/recent.js: line 579, col 13, 'key' is defined but never used. +build/public/templates/recent.js: line 578, col 153, 'value' is defined but never used. +build/public/templates/recent.js: line 578, col 145, 'length' is defined but never used. +build/public/templates/recent.js: line 578, col 138, 'index' is defined but never used. +build/public/templates/recent.js: line 577, col 11, 'value' is defined but never used. +build/public/templates/recent.js: line 575, col 81, 'helper' is defined but never used. +build/public/templates/recent.js: line 604, col 3, Missing semicolon. +build/public/templates/recent.js: line 5, col 46, 'define' is not defined. +build/public/templates/recent.js: line 6, col 5, 'define' is not defined. + +build/public/templates/register.js: line 15, col 153, Line is too long. +build/public/templates/register.js: line 15, col 25, Expected '!==' and instead saw '!='. +build/public/templates/register.js: line 15, col 41, ['widgets'] is better written in dot notation. +build/public/templates/register.js: line 15, col 55, Expected '!==' and instead saw '!='. +build/public/templates/register.js: line 15, col 71, ['widgets'] is better written in dot notation. +build/public/templates/register.js: line 15, col 82, ['sidebar'] is better written in dot notation. +build/public/templates/register.js: line 15, col 96, Expected '!==' and instead saw '!='. +build/public/templates/register.js: line 15, col 112, ['widgets'] is better written in dot notation. +build/public/templates/register.js: line 15, col 123, ['sidebar'] is better written in dot notation. +build/public/templates/register.js: line 15, col 134, ['length'] is better written in dot notation. +build/public/templates/register.js: line 18, col 320, Line is too long. +build/public/templates/register.js: line 19, col 116, Line is too long. +build/public/templates/register.js: line 19, col 33, Expected '!==' and instead saw '!='. +build/public/templates/register.js: line 19, col 49, ['config'] is better written in dot notation. +build/public/templates/register.js: line 19, col 62, Expected '!==' and instead saw '!='. +build/public/templates/register.js: line 19, col 78, ['config'] is better written in dot notation. +build/public/templates/register.js: line 19, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/register.js: line 20, col 619, Line is too long. +build/public/templates/register.js: line 21, col 33, Expected '!==' and instead saw '!='. +build/public/templates/register.js: line 21, col 49, ['minimumUsernameLength'] is better written in dot notation. +build/public/templates/register.js: line 23, col 33, Expected '!==' and instead saw '!='. +build/public/templates/register.js: line 23, col 49, ['maximumUsernameLength'] is better written in dot notation. +build/public/templates/register.js: line 24, col 606, Line is too long. +build/public/templates/register.js: line 25, col 33, Expected '!==' and instead saw '!='. +build/public/templates/register.js: line 25, col 49, ['minimumPasswordLength'] is better written in dot notation. +build/public/templates/register.js: line 26, col 713, Line is too long. +build/public/templates/register.js: line 27, col 22, ['regFormEntry'] is better written in dot notation. +build/public/templates/register.js: line 28, col 153, Line is too long. +build/public/templates/register.js: line 29, col 25, Expected '!==' and instead saw '!='. +build/public/templates/register.js: line 29, col 41, ['error'] is better written in dot notation. +build/public/templates/register.js: line 32, col 146, Line is too long. +build/public/templates/register.js: line 33, col 33, Expected '!==' and instead saw '!='. +build/public/templates/register.js: line 33, col 49, ['error'] is better written in dot notation. +build/public/templates/register.js: line 34, col 150, Line is too long. +build/public/templates/register.js: line 35, col 116, Line is too long. +build/public/templates/register.js: line 35, col 33, Expected '!==' and instead saw '!='. +build/public/templates/register.js: line 35, col 49, ['config'] is better written in dot notation. +build/public/templates/register.js: line 35, col 62, Expected '!==' and instead saw '!='. +build/public/templates/register.js: line 35, col 78, ['config'] is better written in dot notation. +build/public/templates/register.js: line 35, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/register.js: line 36, col 230, Line is too long. +build/public/templates/register.js: line 37, col 113, Line is too long. +build/public/templates/register.js: line 37, col 33, Expected '!==' and instead saw '!='. +build/public/templates/register.js: line 37, col 49, ['config'] is better written in dot notation. +build/public/templates/register.js: line 37, col 62, Expected '!==' and instead saw '!='. +build/public/templates/register.js: line 37, col 78, ['config'] is better written in dot notation. +build/public/templates/register.js: line 37, col 88, ['csrf_token'] is better written in dot notation. +build/public/templates/register.js: line 39, col 25, Expected '!==' and instead saw '!='. +build/public/templates/register.js: line 39, col 41, ['alternate_logins'] is better written in dot notation. +build/public/templates/register.js: line 40, col 221, Line is too long. +build/public/templates/register.js: line 41, col 26, ['authentication'] is better written in dot notation. +build/public/templates/register.js: line 45, col 153, Line is too long. +build/public/templates/register.js: line 45, col 25, Expected '!==' and instead saw '!='. +build/public/templates/register.js: line 45, col 41, ['widgets'] is better written in dot notation. +build/public/templates/register.js: line 45, col 55, Expected '!==' and instead saw '!='. +build/public/templates/register.js: line 45, col 71, ['widgets'] is better written in dot notation. +build/public/templates/register.js: line 45, col 82, ['sidebar'] is better written in dot notation. +build/public/templates/register.js: line 45, col 96, Expected '!==' and instead saw '!='. +build/public/templates/register.js: line 45, col 112, ['widgets'] is better written in dot notation. +build/public/templates/register.js: line 45, col 123, ['sidebar'] is better written in dot notation. +build/public/templates/register.js: line 45, col 134, ['length'] is better written in dot notation. +build/public/templates/register.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/register.js: line 59, col 155, Line is too long. +build/public/templates/register.js: line 59, col 36, Expected '!==' and instead saw '!='. +build/public/templates/register.js: line 59, col 52, ['widgets'] is better written in dot notation. +build/public/templates/register.js: line 59, col 66, Expected '!==' and instead saw '!='. +build/public/templates/register.js: line 59, col 82, ['widgets'] is better written in dot notation. +build/public/templates/register.js: line 59, col 93, ['header'] is better written in dot notation. +build/public/templates/register.js: line 62, col 205, Line is too long. +build/public/templates/register.js: line 62, col 28, Expected '!==' and instead saw '!='. +build/public/templates/register.js: line 62, col 44, ['widgets'] is better written in dot notation. +build/public/templates/register.js: line 62, col 58, Expected '!==' and instead saw '!='. +build/public/templates/register.js: line 62, col 74, ['widgets'] is better written in dot notation. +build/public/templates/register.js: line 62, col 85, ['header'] is better written in dot notation. +build/public/templates/register.js: line 62, col 98, Expected '!==' and instead saw '!='. +build/public/templates/register.js: line 62, col 114, ['widgets'] is better written in dot notation. +build/public/templates/register.js: line 62, col 125, ['header'] is better written in dot notation. +build/public/templates/register.js: line 62, col 144, Expected '!==' and instead saw '!='. +build/public/templates/register.js: line 62, col 160, ['widgets'] is better written in dot notation. +build/public/templates/register.js: line 62, col 171, ['header'] is better written in dot notation. +build/public/templates/register.js: line 62, col 187, ['html'] is better written in dot notation. +build/public/templates/register.js: line 60, col 13, 'key' is defined but never used. +build/public/templates/register.js: line 59, col 148, 'value' is defined but never used. +build/public/templates/register.js: line 59, col 140, 'length' is defined but never used. +build/public/templates/register.js: line 59, col 133, 'index' is defined but never used. +build/public/templates/register.js: line 57, col 11, '__escape' is defined but never used. +build/public/templates/register.js: line 58, col 11, 'value' is defined but never used. +build/public/templates/register.js: line 56, col 77, 'helper' is defined but never used. +build/public/templates/register.js: line 71, col 120, Line is too long. +build/public/templates/register.js: line 71, col 36, Expected '!==' and instead saw '!='. +build/public/templates/register.js: line 71, col 52, ['regFormEntry'] is better written in dot notation. +build/public/templates/register.js: line 74, col 175, Line is too long. +build/public/templates/register.js: line 74, col 37, Expected '!==' and instead saw '!='. +build/public/templates/register.js: line 74, col 53, ['regFormEntry'] is better written in dot notation. +build/public/templates/register.js: line 74, col 72, Expected '!==' and instead saw '!='. +build/public/templates/register.js: line 74, col 88, ['regFormEntry'] is better written in dot notation. +build/public/templates/register.js: line 74, col 113, Expected '!==' and instead saw '!='. +build/public/templates/register.js: line 74, col 129, ['regFormEntry'] is better written in dot notation. +build/public/templates/register.js: line 74, col 151, ['styleName'] is better written in dot notation. +build/public/templates/register.js: line 76, col 173, Line is too long. +build/public/templates/register.js: line 76, col 37, Expected '!==' and instead saw '!='. +build/public/templates/register.js: line 76, col 53, ['regFormEntry'] is better written in dot notation. +build/public/templates/register.js: line 76, col 72, Expected '!==' and instead saw '!='. +build/public/templates/register.js: line 76, col 88, ['regFormEntry'] is better written in dot notation. +build/public/templates/register.js: line 76, col 113, Expected '!==' and instead saw '!='. +build/public/templates/register.js: line 76, col 129, ['regFormEntry'] is better written in dot notation. +build/public/templates/register.js: line 76, col 151, ['inputId'] is better written in dot notation. +build/public/templates/register.js: line 78, col 171, Line is too long. +build/public/templates/register.js: line 78, col 37, Expected '!==' and instead saw '!='. +build/public/templates/register.js: line 78, col 53, ['regFormEntry'] is better written in dot notation. +build/public/templates/register.js: line 78, col 72, Expected '!==' and instead saw '!='. +build/public/templates/register.js: line 78, col 88, ['regFormEntry'] is better written in dot notation. +build/public/templates/register.js: line 78, col 113, Expected '!==' and instead saw '!='. +build/public/templates/register.js: line 78, col 129, ['regFormEntry'] is better written in dot notation. +build/public/templates/register.js: line 78, col 151, ['label'] is better written in dot notation. +build/public/templates/register.js: line 80, col 160, Line is too long. +build/public/templates/register.js: line 80, col 28, Expected '!==' and instead saw '!='. +build/public/templates/register.js: line 80, col 44, ['regFormEntry'] is better written in dot notation. +build/public/templates/register.js: line 80, col 63, Expected '!==' and instead saw '!='. +build/public/templates/register.js: line 80, col 79, ['regFormEntry'] is better written in dot notation. +build/public/templates/register.js: line 80, col 104, Expected '!==' and instead saw '!='. +build/public/templates/register.js: line 80, col 120, ['regFormEntry'] is better written in dot notation. +build/public/templates/register.js: line 80, col 142, ['html'] is better written in dot notation. +build/public/templates/register.js: line 72, col 13, 'key' is defined but never used. +build/public/templates/register.js: line 71, col 113, 'value' is defined but never used. +build/public/templates/register.js: line 71, col 105, 'length' is defined but never used. +build/public/templates/register.js: line 71, col 98, 'index' is defined but never used. +build/public/templates/register.js: line 70, col 11, 'value' is defined but never used. +build/public/templates/register.js: line 68, col 74, 'helper' is defined but never used. +build/public/templates/register.js: line 89, col 122, Line is too long. +build/public/templates/register.js: line 89, col 36, Expected '!==' and instead saw '!='. +build/public/templates/register.js: line 89, col 52, ['authentication'] is better written in dot notation. +build/public/templates/register.js: line 92, col 176, Line is too long. +build/public/templates/register.js: line 92, col 37, Expected '!==' and instead saw '!='. +build/public/templates/register.js: line 92, col 53, ['authentication'] is better written in dot notation. +build/public/templates/register.js: line 92, col 74, Expected '!==' and instead saw '!='. +build/public/templates/register.js: line 92, col 90, ['authentication'] is better written in dot notation. +build/public/templates/register.js: line 92, col 117, Expected '!==' and instead saw '!='. +build/public/templates/register.js: line 92, col 133, ['authentication'] is better written in dot notation. +build/public/templates/register.js: line 92, col 157, ['name'] is better written in dot notation. +build/public/templates/register.js: line 93, col 146, Line is too long. +build/public/templates/register.js: line 94, col 120, Line is too long. +build/public/templates/register.js: line 94, col 37, Expected '!==' and instead saw '!='. +build/public/templates/register.js: line 94, col 53, ['config'] is better written in dot notation. +build/public/templates/register.js: line 94, col 66, Expected '!==' and instead saw '!='. +build/public/templates/register.js: line 94, col 82, ['config'] is better written in dot notation. +build/public/templates/register.js: line 94, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/register.js: line 95, col 175, Line is too long. +build/public/templates/register.js: line 95, col 37, Expected '!==' and instead saw '!='. +build/public/templates/register.js: line 95, col 53, ['authentication'] is better written in dot notation. +build/public/templates/register.js: line 95, col 74, Expected '!==' and instead saw '!='. +build/public/templates/register.js: line 95, col 90, ['authentication'] is better written in dot notation. +build/public/templates/register.js: line 95, col 117, Expected '!==' and instead saw '!='. +build/public/templates/register.js: line 95, col 133, ['authentication'] is better written in dot notation. +build/public/templates/register.js: line 95, col 157, ['url'] is better written in dot notation. +build/public/templates/register.js: line 97, col 226, Line is too long. +build/public/templates/register.js: line 97, col 29, Expected '!==' and instead saw '!='. +build/public/templates/register.js: line 97, col 45, ['authentication'] is better written in dot notation. +build/public/templates/register.js: line 97, col 66, Expected '!==' and instead saw '!='. +build/public/templates/register.js: line 97, col 82, ['authentication'] is better written in dot notation. +build/public/templates/register.js: line 97, col 109, Expected '!==' and instead saw '!='. +build/public/templates/register.js: line 97, col 125, ['authentication'] is better written in dot notation. +build/public/templates/register.js: line 97, col 149, ['icons'] is better written in dot notation. +build/public/templates/register.js: line 97, col 161, Expected '!==' and instead saw '!='. +build/public/templates/register.js: line 97, col 177, ['authentication'] is better written in dot notation. +build/public/templates/register.js: line 97, col 201, ['icons'] is better written in dot notation. +build/public/templates/register.js: line 97, col 210, ['svg'] is better written in dot notation. +build/public/templates/register.js: line 99, col 240, Line is too long. +build/public/templates/register.js: line 99, col 41, Expected '!==' and instead saw '!='. +build/public/templates/register.js: line 99, col 57, ['authentication'] is better written in dot notation. +build/public/templates/register.js: line 99, col 78, Expected '!==' and instead saw '!='. +build/public/templates/register.js: line 99, col 94, ['authentication'] is better written in dot notation. +build/public/templates/register.js: line 99, col 121, Expected '!==' and instead saw '!='. +build/public/templates/register.js: line 99, col 137, ['authentication'] is better written in dot notation. +build/public/templates/register.js: line 99, col 161, ['icons'] is better written in dot notation. +build/public/templates/register.js: line 99, col 173, Expected '!==' and instead saw '!='. +build/public/templates/register.js: line 99, col 189, ['authentication'] is better written in dot notation. +build/public/templates/register.js: line 99, col 213, ['icons'] is better written in dot notation. +build/public/templates/register.js: line 99, col 222, ['svg'] is better written in dot notation. +build/public/templates/register.js: line 102, col 243, Line is too long. +build/public/templates/register.js: line 102, col 41, Expected '!==' and instead saw '!='. +build/public/templates/register.js: line 102, col 57, ['authentication'] is better written in dot notation. +build/public/templates/register.js: line 102, col 78, Expected '!==' and instead saw '!='. +build/public/templates/register.js: line 102, col 94, ['authentication'] is better written in dot notation. +build/public/templates/register.js: line 102, col 121, Expected '!==' and instead saw '!='. +build/public/templates/register.js: line 102, col 137, ['authentication'] is better written in dot notation. +build/public/templates/register.js: line 102, col 161, ['icons'] is better written in dot notation. +build/public/templates/register.js: line 102, col 173, Expected '!==' and instead saw '!='. +build/public/templates/register.js: line 102, col 189, ['authentication'] is better written in dot notation. +build/public/templates/register.js: line 102, col 213, ['icons'] is better written in dot notation. +build/public/templates/register.js: line 102, col 222, ['normal'] is better written in dot notation. +build/public/templates/register.js: line 104, col 181, Line is too long. +build/public/templates/register.js: line 104, col 41, Expected '!==' and instead saw '!='. +build/public/templates/register.js: line 104, col 57, ['authentication'] is better written in dot notation. +build/public/templates/register.js: line 104, col 78, Expected '!==' and instead saw '!='. +build/public/templates/register.js: line 104, col 94, ['authentication'] is better written in dot notation. +build/public/templates/register.js: line 104, col 121, Expected '!==' and instead saw '!='. +build/public/templates/register.js: line 104, col 137, ['authentication'] is better written in dot notation. +build/public/templates/register.js: line 104, col 161, ['color'] is better written in dot notation. +build/public/templates/register.js: line 107, col 233, Line is too long. +build/public/templates/register.js: line 107, col 29, Expected '!==' and instead saw '!='. +build/public/templates/register.js: line 107, col 45, ['authentication'] is better written in dot notation. +build/public/templates/register.js: line 107, col 66, Expected '!==' and instead saw '!='. +build/public/templates/register.js: line 107, col 82, ['authentication'] is better written in dot notation. +build/public/templates/register.js: line 107, col 109, Expected '!==' and instead saw '!='. +build/public/templates/register.js: line 107, col 125, ['authentication'] is better written in dot notation. +build/public/templates/register.js: line 107, col 149, ['labels'] is better written in dot notation. +build/public/templates/register.js: line 107, col 162, Expected '!==' and instead saw '!='. +build/public/templates/register.js: line 107, col 178, ['authentication'] is better written in dot notation. +build/public/templates/register.js: line 107, col 202, ['labels'] is better written in dot notation. +build/public/templates/register.js: line 107, col 212, ['register'] is better written in dot notation. +build/public/templates/register.js: line 109, col 247, Line is too long. +build/public/templates/register.js: line 109, col 41, Expected '!==' and instead saw '!='. +build/public/templates/register.js: line 109, col 57, ['authentication'] is better written in dot notation. +build/public/templates/register.js: line 109, col 78, Expected '!==' and instead saw '!='. +build/public/templates/register.js: line 109, col 94, ['authentication'] is better written in dot notation. +build/public/templates/register.js: line 109, col 121, Expected '!==' and instead saw '!='. +build/public/templates/register.js: line 109, col 137, ['authentication'] is better written in dot notation. +build/public/templates/register.js: line 109, col 161, ['labels'] is better written in dot notation. +build/public/templates/register.js: line 109, col 174, Expected '!==' and instead saw '!='. +build/public/templates/register.js: line 109, col 190, ['authentication'] is better written in dot notation. +build/public/templates/register.js: line 109, col 214, ['labels'] is better written in dot notation. +build/public/templates/register.js: line 109, col 224, ['register'] is better written in dot notation. +build/public/templates/register.js: line 90, col 13, 'key' is defined but never used. +build/public/templates/register.js: line 89, col 115, 'value' is defined but never used. +build/public/templates/register.js: line 89, col 107, 'length' is defined but never used. +build/public/templates/register.js: line 89, col 100, 'index' is defined but never used. +build/public/templates/register.js: line 88, col 11, 'value' is defined but never used. +build/public/templates/register.js: line 86, col 78, 'helper' is defined but never used. +build/public/templates/register.js: line 120, col 156, Line is too long. +build/public/templates/register.js: line 120, col 36, Expected '!==' and instead saw '!='. +build/public/templates/register.js: line 120, col 52, ['widgets'] is better written in dot notation. +build/public/templates/register.js: line 120, col 66, Expected '!==' and instead saw '!='. +build/public/templates/register.js: line 120, col 82, ['widgets'] is better written in dot notation. +build/public/templates/register.js: line 120, col 93, ['sidebar'] is better written in dot notation. +build/public/templates/register.js: line 123, col 208, Line is too long. +build/public/templates/register.js: line 123, col 28, Expected '!==' and instead saw '!='. +build/public/templates/register.js: line 123, col 44, ['widgets'] is better written in dot notation. +build/public/templates/register.js: line 123, col 58, Expected '!==' and instead saw '!='. +build/public/templates/register.js: line 123, col 74, ['widgets'] is better written in dot notation. +build/public/templates/register.js: line 123, col 85, ['sidebar'] is better written in dot notation. +build/public/templates/register.js: line 123, col 99, Expected '!==' and instead saw '!='. +build/public/templates/register.js: line 123, col 115, ['widgets'] is better written in dot notation. +build/public/templates/register.js: line 123, col 126, ['sidebar'] is better written in dot notation. +build/public/templates/register.js: line 123, col 146, Expected '!==' and instead saw '!='. +build/public/templates/register.js: line 123, col 162, ['widgets'] is better written in dot notation. +build/public/templates/register.js: line 123, col 173, ['sidebar'] is better written in dot notation. +build/public/templates/register.js: line 123, col 190, ['html'] is better written in dot notation. +build/public/templates/register.js: line 121, col 13, 'key' is defined but never used. +build/public/templates/register.js: line 120, col 149, 'value' is defined but never used. +build/public/templates/register.js: line 120, col 141, 'length' is defined but never used. +build/public/templates/register.js: line 120, col 134, 'index' is defined but never used. +build/public/templates/register.js: line 118, col 11, '__escape' is defined but never used. +build/public/templates/register.js: line 119, col 11, 'value' is defined but never used. +build/public/templates/register.js: line 117, col 79, 'helper' is defined but never used. +build/public/templates/register.js: line 132, col 155, Line is too long. +build/public/templates/register.js: line 132, col 36, Expected '!==' and instead saw '!='. +build/public/templates/register.js: line 132, col 52, ['widgets'] is better written in dot notation. +build/public/templates/register.js: line 132, col 66, Expected '!==' and instead saw '!='. +build/public/templates/register.js: line 132, col 82, ['widgets'] is better written in dot notation. +build/public/templates/register.js: line 132, col 93, ['footer'] is better written in dot notation. +build/public/templates/register.js: line 135, col 205, Line is too long. +build/public/templates/register.js: line 135, col 28, Expected '!==' and instead saw '!='. +build/public/templates/register.js: line 135, col 44, ['widgets'] is better written in dot notation. +build/public/templates/register.js: line 135, col 58, Expected '!==' and instead saw '!='. +build/public/templates/register.js: line 135, col 74, ['widgets'] is better written in dot notation. +build/public/templates/register.js: line 135, col 85, ['footer'] is better written in dot notation. +build/public/templates/register.js: line 135, col 98, Expected '!==' and instead saw '!='. +build/public/templates/register.js: line 135, col 114, ['widgets'] is better written in dot notation. +build/public/templates/register.js: line 135, col 125, ['footer'] is better written in dot notation. +build/public/templates/register.js: line 135, col 144, Expected '!==' and instead saw '!='. +build/public/templates/register.js: line 135, col 160, ['widgets'] is better written in dot notation. +build/public/templates/register.js: line 135, col 171, ['footer'] is better written in dot notation. +build/public/templates/register.js: line 135, col 187, ['html'] is better written in dot notation. +build/public/templates/register.js: line 133, col 13, 'key' is defined but never used. +build/public/templates/register.js: line 132, col 148, 'value' is defined but never used. +build/public/templates/register.js: line 132, col 140, 'length' is defined but never used. +build/public/templates/register.js: line 132, col 133, 'index' is defined but never used. +build/public/templates/register.js: line 130, col 11, '__escape' is defined but never used. +build/public/templates/register.js: line 131, col 11, 'value' is defined but never used. +build/public/templates/register.js: line 129, col 77, 'helper' is defined but never used. +build/public/templates/register.js: line 144, col 3, Missing semicolon. +build/public/templates/register.js: line 5, col 46, 'define' is not defined. +build/public/templates/register.js: line 6, col 5, 'define' is not defined. + +build/public/templates/registerComplete.js: line 12, col 115, Line is too long. +build/public/templates/registerComplete.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/registerComplete.js: line 13, col 41, ['register'] is better written in dot notation. +build/public/templates/registerComplete.js: line 17, col 25, Expected '!==' and instead saw '!='. +build/public/templates/registerComplete.js: line 17, col 41, ['errors'] is better written in dot notation. +build/public/templates/registerComplete.js: line 17, col 54, Expected '!==' and instead saw '!='. +build/public/templates/registerComplete.js: line 17, col 70, ['errors'] is better written in dot notation. +build/public/templates/registerComplete.js: line 17, col 80, ['length'] is better written in dot notation. +build/public/templates/registerComplete.js: line 18, col 109, Line is too long. +build/public/templates/registerComplete.js: line 19, col 26, ['errors'] is better written in dot notation. +build/public/templates/registerComplete.js: line 23, col 116, Line is too long. +build/public/templates/registerComplete.js: line 23, col 33, Expected '!==' and instead saw '!='. +build/public/templates/registerComplete.js: line 23, col 49, ['config'] is better written in dot notation. +build/public/templates/registerComplete.js: line 23, col 62, Expected '!==' and instead saw '!='. +build/public/templates/registerComplete.js: line 23, col 78, ['config'] is better written in dot notation. +build/public/templates/registerComplete.js: line 23, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/registerComplete.js: line 24, col 117, Line is too long. +build/public/templates/registerComplete.js: line 25, col 113, Line is too long. +build/public/templates/registerComplete.js: line 25, col 33, Expected '!==' and instead saw '!='. +build/public/templates/registerComplete.js: line 25, col 49, ['config'] is better written in dot notation. +build/public/templates/registerComplete.js: line 25, col 62, Expected '!==' and instead saw '!='. +build/public/templates/registerComplete.js: line 25, col 78, ['config'] is better written in dot notation. +build/public/templates/registerComplete.js: line 25, col 88, ['csrf_token'] is better written in dot notation. +build/public/templates/registerComplete.js: line 27, col 22, ['sections'] is better written in dot notation. +build/public/templates/registerComplete.js: line 28, col 205, Line is too long. +build/public/templates/registerComplete.js: line 29, col 116, Line is too long. +build/public/templates/registerComplete.js: line 29, col 33, Expected '!==' and instead saw '!='. +build/public/templates/registerComplete.js: line 29, col 49, ['config'] is better written in dot notation. +build/public/templates/registerComplete.js: line 29, col 62, Expected '!==' and instead saw '!='. +build/public/templates/registerComplete.js: line 29, col 78, ['config'] is better written in dot notation. +build/public/templates/registerComplete.js: line 29, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/registerComplete.js: line 31, col 25, Expected '!==' and instead saw '!='. +build/public/templates/registerComplete.js: line 31, col 41, ['register'] is better written in dot notation. +build/public/templates/registerComplete.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/registerComplete.js: line 41, col 114, Line is too long. +build/public/templates/registerComplete.js: line 41, col 36, Expected '!==' and instead saw '!='. +build/public/templates/registerComplete.js: line 41, col 52, ['errors'] is better written in dot notation. +build/public/templates/registerComplete.js: line 42, col 13, 'key' is defined but never used. +build/public/templates/registerComplete.js: line 40, col 11, 'value' is defined but never used. +build/public/templates/registerComplete.js: line 38, col 62, 'helper' is defined but never used. +build/public/templates/registerComplete.js: line 53, col 116, Line is too long. +build/public/templates/registerComplete.js: line 53, col 36, Expected '!==' and instead saw '!='. +build/public/templates/registerComplete.js: line 53, col 52, ['sections'] is better written in dot notation. +build/public/templates/registerComplete.js: line 55, col 142, Line is too long. +build/public/templates/registerComplete.js: line 54, col 13, 'key' is defined but never used. +build/public/templates/registerComplete.js: line 52, col 11, 'value' is defined but never used. +build/public/templates/registerComplete.js: line 50, col 66, 'helper' is defined but never used. +build/public/templates/registerComplete.js: line 65, col 3, Missing semicolon. +build/public/templates/registerComplete.js: line 5, col 46, 'define' is not defined. +build/public/templates/registerComplete.js: line 6, col 5, 'define' is not defined. + +build/public/templates/reset.js: line 12, col 941, Line is too long. +build/public/templates/reset.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/reset.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/reset.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/reset.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/reset.js: line 9, col 39, 'guard' is defined but never used. +build/public/templates/reset.js: line 20, col 3, Missing semicolon. +build/public/templates/reset.js: line 5, col 46, 'define' is not defined. +build/public/templates/reset.js: line 6, col 5, 'define' is not defined. + +build/public/templates/reset_code.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/reset_code.js: line 13, col 41, ['valid'] is better written in dot notation. +build/public/templates/reset_code.js: line 15, col 29, Expected '!==' and instead saw '!='. +build/public/templates/reset_code.js: line 15, col 45, ['displayExpiryNotice'] is better written in dot notation. +build/public/templates/reset_code.js: line 18, col 1031, Line is too long. +build/public/templates/reset_code.js: line 19, col 237, Line is too long. +build/public/templates/reset_code.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/reset_code.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/reset_code.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/reset_code.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/reset_code.js: line 28, col 3, Missing semicolon. +build/public/templates/reset_code.js: line 5, col 46, 'define' is not defined. +build/public/templates/reset_code.js: line 6, col 5, 'define' is not defined. + +build/public/templates/search.js: line 12, col 114, Line is too long. +build/public/templates/search.js: line 12, col 30, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 12, col 46, ['breadcrumbs'] is better written in dot notation. +build/public/templates/search.js: line 12, col 64, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 12, col 80, ['breadcrumbs'] is better written in dot notation. +build/public/templates/search.js: line 12, col 95, ['length'] is better written in dot notation. +build/public/templates/search.js: line 13, col 136, Line is too long. +build/public/templates/search.js: line 14, col 26, ['breadcrumbs'] is better written in dot notation. +build/public/templates/search.js: line 17, col 236, Line is too long. +build/public/templates/search.js: line 18, col 116, Line is too long. +build/public/templates/search.js: line 18, col 33, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 18, col 49, ['config'] is better written in dot notation. +build/public/templates/search.js: line 18, col 62, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 18, col 78, ['config'] is better written in dot notation. +build/public/templates/search.js: line 18, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/search.js: line 19, col 780, Line is too long. +build/public/templates/search.js: line 20, col 113, Line is too long. +build/public/templates/search.js: line 20, col 25, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 20, col 41, ['privileges'] is better written in dot notation. +build/public/templates/search.js: line 20, col 58, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 20, col 74, ['privileges'] is better written in dot notation. +build/public/templates/search.js: line 24, col 112, Line is too long. +build/public/templates/search.js: line 24, col 25, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 24, col 41, ['privileges'] is better written in dot notation. +build/public/templates/search.js: line 24, col 58, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 24, col 74, ['privileges'] is better written in dot notation. +build/public/templates/search.js: line 27, col 1130, Line is too long. +build/public/templates/search.js: line 28, col 159, Line is too long. +build/public/templates/search.js: line 28, col 25, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 28, col 41, ['filters'] is better written in dot notation. +build/public/templates/search.js: line 28, col 55, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 28, col 71, ['filters'] is better written in dot notation. +build/public/templates/search.js: line 28, col 82, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 28, col 99, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 28, col 115, ['filters'] is better written in dot notation. +build/public/templates/search.js: line 28, col 126, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 28, col 140, ['active'] is better written in dot notation. +build/public/templates/search.js: line 31, col 194, Line is too long. +build/public/templates/search.js: line 32, col 159, Line is too long. +build/public/templates/search.js: line 32, col 25, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 32, col 41, ['filters'] is better written in dot notation. +build/public/templates/search.js: line 32, col 55, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 32, col 71, ['filters'] is better written in dot notation. +build/public/templates/search.js: line 32, col 82, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 32, col 99, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 32, col 115, ['filters'] is better written in dot notation. +build/public/templates/search.js: line 32, col 126, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 32, col 140, ['active'] is better written in dot notation. +build/public/templates/search.js: line 33, col 169, Line is too long. +build/public/templates/search.js: line 33, col 35, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 33, col 51, ['filters'] is better written in dot notation. +build/public/templates/search.js: line 33, col 65, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 33, col 81, ['filters'] is better written in dot notation. +build/public/templates/search.js: line 33, col 92, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 33, col 109, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 33, col 125, ['filters'] is better written in dot notation. +build/public/templates/search.js: line 33, col 136, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 33, col 150, ['label'] is better written in dot notation. +build/public/templates/search.js: line 35, col 993, Line is too long. +build/public/templates/search.js: line 36, col 147, Line is too long. +build/public/templates/search.js: line 36, col 25, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 36, col 41, ['filters'] is better written in dot notation. +build/public/templates/search.js: line 36, col 55, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 36, col 71, ['filters'] is better written in dot notation. +build/public/templates/search.js: line 36, col 82, ['tags'] is better written in dot notation. +build/public/templates/search.js: line 36, col 93, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 36, col 109, ['filters'] is better written in dot notation. +build/public/templates/search.js: line 36, col 120, ['tags'] is better written in dot notation. +build/public/templates/search.js: line 36, col 128, ['active'] is better written in dot notation. +build/public/templates/search.js: line 39, col 194, Line is too long. +build/public/templates/search.js: line 40, col 147, Line is too long. +build/public/templates/search.js: line 40, col 25, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 40, col 41, ['filters'] is better written in dot notation. +build/public/templates/search.js: line 40, col 55, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 40, col 71, ['filters'] is better written in dot notation. +build/public/templates/search.js: line 40, col 82, ['tags'] is better written in dot notation. +build/public/templates/search.js: line 40, col 93, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 40, col 109, ['filters'] is better written in dot notation. +build/public/templates/search.js: line 40, col 120, ['tags'] is better written in dot notation. +build/public/templates/search.js: line 40, col 128, ['active'] is better written in dot notation. +build/public/templates/search.js: line 41, col 157, Line is too long. +build/public/templates/search.js: line 41, col 35, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 41, col 51, ['filters'] is better written in dot notation. +build/public/templates/search.js: line 41, col 65, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 41, col 81, ['filters'] is better written in dot notation. +build/public/templates/search.js: line 41, col 92, ['tags'] is better written in dot notation. +build/public/templates/search.js: line 41, col 103, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 41, col 119, ['filters'] is better written in dot notation. +build/public/templates/search.js: line 41, col 130, ['tags'] is better written in dot notation. +build/public/templates/search.js: line 41, col 138, ['label'] is better written in dot notation. +build/public/templates/search.js: line 43, col 418, Line is too long. +build/public/templates/search.js: line 44, col 22, ['tagFilterSelected'] is better written in dot notation. +build/public/templates/search.js: line 45, col 116, Line is too long. +build/public/templates/search.js: line 46, col 22, ['tagFilterResults'] is better written in dot notation. +build/public/templates/search.js: line 47, col 273, Line is too long. +build/public/templates/search.js: line 48, col 149, Line is too long. +build/public/templates/search.js: line 48, col 25, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 48, col 41, ['filters'] is better written in dot notation. +build/public/templates/search.js: line 48, col 55, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 48, col 71, ['filters'] is better written in dot notation. +build/public/templates/search.js: line 48, col 82, ['users'] is better written in dot notation. +build/public/templates/search.js: line 48, col 94, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 48, col 110, ['filters'] is better written in dot notation. +build/public/templates/search.js: line 48, col 121, ['users'] is better written in dot notation. +build/public/templates/search.js: line 48, col 130, ['active'] is better written in dot notation. +build/public/templates/search.js: line 51, col 194, Line is too long. +build/public/templates/search.js: line 52, col 149, Line is too long. +build/public/templates/search.js: line 52, col 25, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 52, col 41, ['filters'] is better written in dot notation. +build/public/templates/search.js: line 52, col 55, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 52, col 71, ['filters'] is better written in dot notation. +build/public/templates/search.js: line 52, col 82, ['users'] is better written in dot notation. +build/public/templates/search.js: line 52, col 94, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 52, col 110, ['filters'] is better written in dot notation. +build/public/templates/search.js: line 52, col 121, ['users'] is better written in dot notation. +build/public/templates/search.js: line 52, col 130, ['active'] is better written in dot notation. +build/public/templates/search.js: line 53, col 159, Line is too long. +build/public/templates/search.js: line 53, col 35, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 53, col 51, ['filters'] is better written in dot notation. +build/public/templates/search.js: line 53, col 65, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 53, col 81, ['filters'] is better written in dot notation. +build/public/templates/search.js: line 53, col 92, ['users'] is better written in dot notation. +build/public/templates/search.js: line 53, col 104, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 53, col 120, ['filters'] is better written in dot notation. +build/public/templates/search.js: line 53, col 131, ['users'] is better written in dot notation. +build/public/templates/search.js: line 53, col 140, ['label'] is better written in dot notation. +build/public/templates/search.js: line 55, col 425, Line is too long. +build/public/templates/search.js: line 56, col 22, ['userFilterSelected'] is better written in dot notation. +build/public/templates/search.js: line 57, col 117, Line is too long. +build/public/templates/search.js: line 58, col 22, ['userFilterResults'] is better written in dot notation. +build/public/templates/search.js: line 59, col 245, Line is too long. +build/public/templates/search.js: line 60, col 153, Line is too long. +build/public/templates/search.js: line 60, col 25, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 60, col 41, ['filters'] is better written in dot notation. +build/public/templates/search.js: line 60, col 55, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 60, col 71, ['filters'] is better written in dot notation. +build/public/templates/search.js: line 60, col 82, ['replies'] is better written in dot notation. +build/public/templates/search.js: line 60, col 96, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 60, col 112, ['filters'] is better written in dot notation. +build/public/templates/search.js: line 60, col 123, ['replies'] is better written in dot notation. +build/public/templates/search.js: line 60, col 134, ['active'] is better written in dot notation. +build/public/templates/search.js: line 63, col 163, Line is too long. +build/public/templates/search.js: line 64, col 153, Line is too long. +build/public/templates/search.js: line 64, col 25, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 64, col 41, ['filters'] is better written in dot notation. +build/public/templates/search.js: line 64, col 55, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 64, col 71, ['filters'] is better written in dot notation. +build/public/templates/search.js: line 64, col 82, ['replies'] is better written in dot notation. +build/public/templates/search.js: line 64, col 96, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 64, col 112, ['filters'] is better written in dot notation. +build/public/templates/search.js: line 64, col 123, ['replies'] is better written in dot notation. +build/public/templates/search.js: line 64, col 134, ['active'] is better written in dot notation. +build/public/templates/search.js: line 65, col 163, Line is too long. +build/public/templates/search.js: line 65, col 35, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 65, col 51, ['filters'] is better written in dot notation. +build/public/templates/search.js: line 65, col 65, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 65, col 81, ['filters'] is better written in dot notation. +build/public/templates/search.js: line 65, col 92, ['replies'] is better written in dot notation. +build/public/templates/search.js: line 65, col 106, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 65, col 122, ['filters'] is better written in dot notation. +build/public/templates/search.js: line 65, col 133, ['replies'] is better written in dot notation. +build/public/templates/search.js: line 65, col 144, ['label'] is better written in dot notation. +build/public/templates/search.js: line 67, col 713, Line is too long. +build/public/templates/search.js: line 68, col 147, Line is too long. +build/public/templates/search.js: line 68, col 25, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 68, col 41, ['filters'] is better written in dot notation. +build/public/templates/search.js: line 68, col 55, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 68, col 71, ['filters'] is better written in dot notation. +build/public/templates/search.js: line 68, col 82, ['time'] is better written in dot notation. +build/public/templates/search.js: line 68, col 93, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 68, col 109, ['filters'] is better written in dot notation. +build/public/templates/search.js: line 68, col 120, ['time'] is better written in dot notation. +build/public/templates/search.js: line 68, col 128, ['active'] is better written in dot notation. +build/public/templates/search.js: line 71, col 163, Line is too long. +build/public/templates/search.js: line 72, col 147, Line is too long. +build/public/templates/search.js: line 72, col 25, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 72, col 41, ['filters'] is better written in dot notation. +build/public/templates/search.js: line 72, col 55, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 72, col 71, ['filters'] is better written in dot notation. +build/public/templates/search.js: line 72, col 82, ['time'] is better written in dot notation. +build/public/templates/search.js: line 72, col 93, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 72, col 109, ['filters'] is better written in dot notation. +build/public/templates/search.js: line 72, col 120, ['time'] is better written in dot notation. +build/public/templates/search.js: line 72, col 128, ['active'] is better written in dot notation. +build/public/templates/search.js: line 73, col 157, Line is too long. +build/public/templates/search.js: line 73, col 35, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 73, col 51, ['filters'] is better written in dot notation. +build/public/templates/search.js: line 73, col 65, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 73, col 81, ['filters'] is better written in dot notation. +build/public/templates/search.js: line 73, col 92, ['time'] is better written in dot notation. +build/public/templates/search.js: line 73, col 103, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 73, col 119, ['filters'] is better written in dot notation. +build/public/templates/search.js: line 73, col 130, ['time'] is better written in dot notation. +build/public/templates/search.js: line 73, col 138, ['label'] is better written in dot notation. +build/public/templates/search.js: line 75, col 1146, Line is too long. +build/public/templates/search.js: line 76, col 147, Line is too long. +build/public/templates/search.js: line 76, col 25, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 76, col 41, ['filters'] is better written in dot notation. +build/public/templates/search.js: line 76, col 55, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 76, col 71, ['filters'] is better written in dot notation. +build/public/templates/search.js: line 76, col 82, ['sort'] is better written in dot notation. +build/public/templates/search.js: line 76, col 93, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 76, col 109, ['filters'] is better written in dot notation. +build/public/templates/search.js: line 76, col 120, ['sort'] is better written in dot notation. +build/public/templates/search.js: line 76, col 128, ['active'] is better written in dot notation. +build/public/templates/search.js: line 79, col 163, Line is too long. +build/public/templates/search.js: line 80, col 147, Line is too long. +build/public/templates/search.js: line 80, col 25, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 80, col 41, ['filters'] is better written in dot notation. +build/public/templates/search.js: line 80, col 55, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 80, col 71, ['filters'] is better written in dot notation. +build/public/templates/search.js: line 80, col 82, ['sort'] is better written in dot notation. +build/public/templates/search.js: line 80, col 93, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 80, col 109, ['filters'] is better written in dot notation. +build/public/templates/search.js: line 80, col 120, ['sort'] is better written in dot notation. +build/public/templates/search.js: line 80, col 128, ['active'] is better written in dot notation. +build/public/templates/search.js: line 81, col 157, Line is too long. +build/public/templates/search.js: line 81, col 35, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 81, col 51, ['filters'] is better written in dot notation. +build/public/templates/search.js: line 81, col 65, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 81, col 81, ['filters'] is better written in dot notation. +build/public/templates/search.js: line 81, col 92, ['sort'] is better written in dot notation. +build/public/templates/search.js: line 81, col 103, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 81, col 119, ['filters'] is better written in dot notation. +build/public/templates/search.js: line 81, col 130, ['sort'] is better written in dot notation. +build/public/templates/search.js: line 81, col 138, ['label'] is better written in dot notation. +build/public/templates/search.js: line 83, col 2026, Line is too long. +build/public/templates/search.js: line 84, col 33, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 84, col 49, ['search_query'] is better written in dot notation. +build/public/templates/search.js: line 86, col 25, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 86, col 41, ['matchCount'] is better written in dot notation. +build/public/templates/search.js: line 88, col 37, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 88, col 53, ['matchCount'] is better written in dot notation. +build/public/templates/search.js: line 90, col 37, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 90, col 53, ['search_query'] is better written in dot notation. +build/public/templates/search.js: line 92, col 37, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 92, col 53, ['time'] is better written in dot notation. +build/public/templates/search.js: line 95, col 29, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 95, col 45, ['search_query'] is better written in dot notation. +build/public/templates/search.js: line 100, col 22, ['posts'] is better written in dot notation. +build/public/templates/search.js: line 102, col 25, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 102, col 41, ['users'] is better written in dot notation. +build/public/templates/search.js: line 102, col 53, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 102, col 69, ['users'] is better written in dot notation. +build/public/templates/search.js: line 102, col 78, ['length'] is better written in dot notation. +build/public/templates/search.js: line 103, col 107, Line is too long. +build/public/templates/search.js: line 104, col 26, ['users'] is better written in dot notation. +build/public/templates/search.js: line 106, col 29, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 106, col 45, ['anonymousUserCount'] is better written in dot notation. +build/public/templates/search.js: line 107, col 284, Line is too long. +build/public/templates/search.js: line 108, col 41, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 108, col 57, ['anonymousUserCount'] is better written in dot notation. +build/public/templates/search.js: line 114, col 25, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 114, col 41, ['tags'] is better written in dot notation. +build/public/templates/search.js: line 114, col 52, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 114, col 68, ['tags'] is better written in dot notation. +build/public/templates/search.js: line 114, col 76, ['length'] is better written in dot notation. +build/public/templates/search.js: line 116, col 26, ['tags'] is better written in dot notation. +build/public/templates/search.js: line 120, col 107, Line is too long. +build/public/templates/search.js: line 120, col 25, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 120, col 41, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 120, col 58, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 120, col 74, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 120, col 88, ['length'] is better written in dot notation. +build/public/templates/search.js: line 122, col 26, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 126, col 158, Line is too long. +build/public/templates/search.js: line 126, col 25, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 126, col 41, ['pagination'] is better written in dot notation. +build/public/templates/search.js: line 126, col 58, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 126, col 74, ['pagination'] is better written in dot notation. +build/public/templates/search.js: line 126, col 88, ['pages'] is better written in dot notation. +build/public/templates/search.js: line 126, col 100, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 126, col 116, ['pagination'] is better written in dot notation. +build/public/templates/search.js: line 126, col 130, ['pages'] is better written in dot notation. +build/public/templates/search.js: line 126, col 139, ['length'] is better written in dot notation. +build/public/templates/search.js: line 129, col 155, Line is too long. +build/public/templates/search.js: line 130, col 156, Line is too long. +build/public/templates/search.js: line 130, col 25, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 130, col 41, ['pagination'] is better written in dot notation. +build/public/templates/search.js: line 130, col 58, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 130, col 74, ['pagination'] is better written in dot notation. +build/public/templates/search.js: line 130, col 88, ['prev'] is better written in dot notation. +build/public/templates/search.js: line 130, col 99, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 130, col 115, ['pagination'] is better written in dot notation. +build/public/templates/search.js: line 130, col 129, ['prev'] is better written in dot notation. +build/public/templates/search.js: line 130, col 137, ['active'] is better written in dot notation. +build/public/templates/search.js: line 134, col 162, Line is too long. +build/public/templates/search.js: line 134, col 33, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 134, col 49, ['pagination'] is better written in dot notation. +build/public/templates/search.js: line 134, col 66, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 134, col 82, ['pagination'] is better written in dot notation. +build/public/templates/search.js: line 134, col 96, ['prev'] is better written in dot notation. +build/public/templates/search.js: line 134, col 107, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 134, col 123, ['pagination'] is better written in dot notation. +build/public/templates/search.js: line 134, col 137, ['prev'] is better written in dot notation. +build/public/templates/search.js: line 134, col 145, ['qs'] is better written in dot notation. +build/public/templates/search.js: line 136, col 164, Line is too long. +build/public/templates/search.js: line 136, col 33, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 136, col 49, ['pagination'] is better written in dot notation. +build/public/templates/search.js: line 136, col 66, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 136, col 82, ['pagination'] is better written in dot notation. +build/public/templates/search.js: line 136, col 96, ['prev'] is better written in dot notation. +build/public/templates/search.js: line 136, col 107, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 136, col 123, ['pagination'] is better written in dot notation. +build/public/templates/search.js: line 136, col 137, ['prev'] is better written in dot notation. +build/public/templates/search.js: line 136, col 145, ['page'] is better written in dot notation. +build/public/templates/search.js: line 137, col 114, Line is too long. +build/public/templates/search.js: line 140, col 156, Line is too long. +build/public/templates/search.js: line 140, col 25, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 140, col 41, ['pagination'] is better written in dot notation. +build/public/templates/search.js: line 140, col 58, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 140, col 74, ['pagination'] is better written in dot notation. +build/public/templates/search.js: line 140, col 88, ['next'] is better written in dot notation. +build/public/templates/search.js: line 140, col 99, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 140, col 115, ['pagination'] is better written in dot notation. +build/public/templates/search.js: line 140, col 129, ['next'] is better written in dot notation. +build/public/templates/search.js: line 140, col 137, ['active'] is better written in dot notation. +build/public/templates/search.js: line 144, col 162, Line is too long. +build/public/templates/search.js: line 144, col 33, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 144, col 49, ['pagination'] is better written in dot notation. +build/public/templates/search.js: line 144, col 66, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 144, col 82, ['pagination'] is better written in dot notation. +build/public/templates/search.js: line 144, col 96, ['next'] is better written in dot notation. +build/public/templates/search.js: line 144, col 107, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 144, col 123, ['pagination'] is better written in dot notation. +build/public/templates/search.js: line 144, col 137, ['next'] is better written in dot notation. +build/public/templates/search.js: line 144, col 145, ['qs'] is better written in dot notation. +build/public/templates/search.js: line 146, col 164, Line is too long. +build/public/templates/search.js: line 146, col 33, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 146, col 49, ['pagination'] is better written in dot notation. +build/public/templates/search.js: line 146, col 66, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 146, col 82, ['pagination'] is better written in dot notation. +build/public/templates/search.js: line 146, col 96, ['next'] is better written in dot notation. +build/public/templates/search.js: line 146, col 107, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 146, col 123, ['pagination'] is better written in dot notation. +build/public/templates/search.js: line 146, col 137, ['next'] is better written in dot notation. +build/public/templates/search.js: line 146, col 145, ['page'] is better written in dot notation. +build/public/templates/search.js: line 147, col 224, Line is too long. +build/public/templates/search.js: line 148, col 156, Line is too long. +build/public/templates/search.js: line 148, col 25, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 148, col 41, ['pagination'] is better written in dot notation. +build/public/templates/search.js: line 148, col 58, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 148, col 74, ['pagination'] is better written in dot notation. +build/public/templates/search.js: line 148, col 88, ['prev'] is better written in dot notation. +build/public/templates/search.js: line 148, col 99, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 148, col 115, ['pagination'] is better written in dot notation. +build/public/templates/search.js: line 148, col 129, ['prev'] is better written in dot notation. +build/public/templates/search.js: line 148, col 137, ['active'] is better written in dot notation. +build/public/templates/search.js: line 152, col 164, Line is too long. +build/public/templates/search.js: line 152, col 33, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 152, col 49, ['pagination'] is better written in dot notation. +build/public/templates/search.js: line 152, col 66, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 152, col 82, ['pagination'] is better written in dot notation. +build/public/templates/search.js: line 152, col 96, ['first'] is better written in dot notation. +build/public/templates/search.js: line 152, col 108, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 152, col 124, ['pagination'] is better written in dot notation. +build/public/templates/search.js: line 152, col 138, ['first'] is better written in dot notation. +build/public/templates/search.js: line 152, col 147, ['qs'] is better written in dot notation. +build/public/templates/search.js: line 153, col 158, Line is too long. +build/public/templates/search.js: line 154, col 156, Line is too long. +build/public/templates/search.js: line 154, col 25, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 154, col 41, ['pagination'] is better written in dot notation. +build/public/templates/search.js: line 154, col 58, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 154, col 74, ['pagination'] is better written in dot notation. +build/public/templates/search.js: line 154, col 88, ['prev'] is better written in dot notation. +build/public/templates/search.js: line 154, col 99, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 154, col 115, ['pagination'] is better written in dot notation. +build/public/templates/search.js: line 154, col 129, ['prev'] is better written in dot notation. +build/public/templates/search.js: line 154, col 137, ['active'] is better written in dot notation. +build/public/templates/search.js: line 158, col 162, Line is too long. +build/public/templates/search.js: line 158, col 33, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 158, col 49, ['pagination'] is better written in dot notation. +build/public/templates/search.js: line 158, col 66, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 158, col 82, ['pagination'] is better written in dot notation. +build/public/templates/search.js: line 158, col 96, ['prev'] is better written in dot notation. +build/public/templates/search.js: line 158, col 107, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 158, col 123, ['pagination'] is better written in dot notation. +build/public/templates/search.js: line 158, col 137, ['prev'] is better written in dot notation. +build/public/templates/search.js: line 158, col 145, ['qs'] is better written in dot notation. +build/public/templates/search.js: line 160, col 164, Line is too long. +build/public/templates/search.js: line 160, col 33, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 160, col 49, ['pagination'] is better written in dot notation. +build/public/templates/search.js: line 160, col 66, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 160, col 82, ['pagination'] is better written in dot notation. +build/public/templates/search.js: line 160, col 96, ['prev'] is better written in dot notation. +build/public/templates/search.js: line 160, col 107, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 160, col 123, ['pagination'] is better written in dot notation. +build/public/templates/search.js: line 160, col 137, ['prev'] is better written in dot notation. +build/public/templates/search.js: line 160, col 145, ['page'] is better written in dot notation. +build/public/templates/search.js: line 161, col 276, Line is too long. +build/public/templates/search.js: line 162, col 122, Line is too long. +build/public/templates/search.js: line 162, col 33, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 162, col 49, ['pagination'] is better written in dot notation. +build/public/templates/search.js: line 162, col 66, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 162, col 82, ['pagination'] is better written in dot notation. +build/public/templates/search.js: line 162, col 96, ['currentPage'] is better written in dot notation. +build/public/templates/search.js: line 164, col 120, Line is too long. +build/public/templates/search.js: line 164, col 33, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 164, col 49, ['pagination'] is better written in dot notation. +build/public/templates/search.js: line 164, col 66, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 164, col 82, ['pagination'] is better written in dot notation. +build/public/templates/search.js: line 164, col 96, ['pageCount'] is better written in dot notation. +build/public/templates/search.js: line 166, col 156, Line is too long. +build/public/templates/search.js: line 166, col 25, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 166, col 41, ['pagination'] is better written in dot notation. +build/public/templates/search.js: line 166, col 58, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 166, col 74, ['pagination'] is better written in dot notation. +build/public/templates/search.js: line 166, col 88, ['next'] is better written in dot notation. +build/public/templates/search.js: line 166, col 99, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 166, col 115, ['pagination'] is better written in dot notation. +build/public/templates/search.js: line 166, col 129, ['next'] is better written in dot notation. +build/public/templates/search.js: line 166, col 137, ['active'] is better written in dot notation. +build/public/templates/search.js: line 170, col 162, Line is too long. +build/public/templates/search.js: line 170, col 33, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 170, col 49, ['pagination'] is better written in dot notation. +build/public/templates/search.js: line 170, col 66, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 170, col 82, ['pagination'] is better written in dot notation. +build/public/templates/search.js: line 170, col 96, ['next'] is better written in dot notation. +build/public/templates/search.js: line 170, col 107, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 170, col 123, ['pagination'] is better written in dot notation. +build/public/templates/search.js: line 170, col 137, ['next'] is better written in dot notation. +build/public/templates/search.js: line 170, col 145, ['qs'] is better written in dot notation. +build/public/templates/search.js: line 172, col 164, Line is too long. +build/public/templates/search.js: line 172, col 33, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 172, col 49, ['pagination'] is better written in dot notation. +build/public/templates/search.js: line 172, col 66, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 172, col 82, ['pagination'] is better written in dot notation. +build/public/templates/search.js: line 172, col 96, ['next'] is better written in dot notation. +build/public/templates/search.js: line 172, col 107, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 172, col 123, ['pagination'] is better written in dot notation. +build/public/templates/search.js: line 172, col 137, ['next'] is better written in dot notation. +build/public/templates/search.js: line 172, col 145, ['page'] is better written in dot notation. +build/public/templates/search.js: line 173, col 136, Line is too long. +build/public/templates/search.js: line 174, col 156, Line is too long. +build/public/templates/search.js: line 174, col 25, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 174, col 41, ['pagination'] is better written in dot notation. +build/public/templates/search.js: line 174, col 58, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 174, col 74, ['pagination'] is better written in dot notation. +build/public/templates/search.js: line 174, col 88, ['next'] is better written in dot notation. +build/public/templates/search.js: line 174, col 99, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 174, col 115, ['pagination'] is better written in dot notation. +build/public/templates/search.js: line 174, col 129, ['next'] is better written in dot notation. +build/public/templates/search.js: line 174, col 137, ['active'] is better written in dot notation. +build/public/templates/search.js: line 178, col 162, Line is too long. +build/public/templates/search.js: line 178, col 33, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 178, col 49, ['pagination'] is better written in dot notation. +build/public/templates/search.js: line 178, col 66, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 178, col 82, ['pagination'] is better written in dot notation. +build/public/templates/search.js: line 178, col 96, ['last'] is better written in dot notation. +build/public/templates/search.js: line 178, col 107, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 178, col 123, ['pagination'] is better written in dot notation. +build/public/templates/search.js: line 178, col 137, ['last'] is better written in dot notation. +build/public/templates/search.js: line 178, col 145, ['qs'] is better written in dot notation. +build/public/templates/search.js: line 180, col 120, Line is too long. +build/public/templates/search.js: line 180, col 33, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 180, col 49, ['pagination'] is better written in dot notation. +build/public/templates/search.js: line 180, col 66, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 180, col 82, ['pagination'] is better written in dot notation. +build/public/templates/search.js: line 180, col 96, ['pageCount'] is better written in dot notation. +build/public/templates/search.js: line 181, col 161, Line is too long. +build/public/templates/search.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/search.js: line 188, col 119, Line is too long. +build/public/templates/search.js: line 188, col 36, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 188, col 52, ['breadcrumbs'] is better written in dot notation. +build/public/templates/search.js: line 194, col 133, Line is too long. +build/public/templates/search.js: line 201, col 156, Line is too long. +build/public/templates/search.js: line 201, col 29, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 201, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/search.js: line 201, col 63, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 201, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/search.js: line 201, col 103, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 201, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/search.js: line 201, col 140, ['url'] is better written in dot notation. +build/public/templates/search.js: line 203, col 170, Line is too long. +build/public/templates/search.js: line 203, col 41, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 203, col 57, ['breadcrumbs'] is better written in dot notation. +build/public/templates/search.js: line 203, col 75, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 203, col 91, ['breadcrumbs'] is better written in dot notation. +build/public/templates/search.js: line 203, col 115, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 203, col 131, ['breadcrumbs'] is better written in dot notation. +build/public/templates/search.js: line 203, col 152, ['url'] is better written in dot notation. +build/public/templates/search.js: line 207, col 167, Line is too long. +build/public/templates/search.js: line 207, col 37, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 207, col 53, ['breadcrumbs'] is better written in dot notation. +build/public/templates/search.js: line 207, col 71, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 207, col 87, ['breadcrumbs'] is better written in dot notation. +build/public/templates/search.js: line 207, col 111, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 207, col 127, ['breadcrumbs'] is better written in dot notation. +build/public/templates/search.js: line 207, col 148, ['text'] is better written in dot notation. +build/public/templates/search.js: line 211, col 33, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 214, col 37, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 214, col 53, ['rssFeedUrl'] is better written in dot notation. +build/public/templates/search.js: line 216, col 49, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 216, col 65, ['rssFeedUrl'] is better written in dot notation. +build/public/templates/search.js: line 222, col 156, Line is too long. +build/public/templates/search.js: line 222, col 29, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 222, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/search.js: line 222, col 63, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 222, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/search.js: line 222, col 103, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 222, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/search.js: line 222, col 140, ['url'] is better written in dot notation. +build/public/templates/search.js: line 189, col 13, 'key' is defined but never used. +build/public/templates/search.js: line 188, col 112, 'value' is defined but never used. +build/public/templates/search.js: line 187, col 11, 'value' is defined but never used. +build/public/templates/search.js: line 185, col 72, 'helper' is defined but never used. +build/public/templates/search.js: line 233, col 125, Line is too long. +build/public/templates/search.js: line 233, col 36, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 233, col 52, ['tagFilterSelected'] is better written in dot notation. +build/public/templates/search.js: line 235, col 120, Line is too long. +build/public/templates/search.js: line 236, col 193, Line is too long. +build/public/templates/search.js: line 236, col 37, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 236, col 53, ['tagFilterSelected'] is better written in dot notation. +build/public/templates/search.js: line 236, col 77, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 236, col 93, ['tagFilterSelected'] is better written in dot notation. +build/public/templates/search.js: line 236, col 123, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 236, col 139, ['tagFilterSelected'] is better written in dot notation. +build/public/templates/search.js: line 236, col 166, ['valueEscaped'] is better written in dot notation. +build/public/templates/search.js: line 238, col 193, Line is too long. +build/public/templates/search.js: line 238, col 37, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 238, col 53, ['tagFilterSelected'] is better written in dot notation. +build/public/templates/search.js: line 238, col 77, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 238, col 93, ['tagFilterSelected'] is better written in dot notation. +build/public/templates/search.js: line 238, col 123, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 238, col 139, ['tagFilterSelected'] is better written in dot notation. +build/public/templates/search.js: line 238, col 166, ['valueEscaped'] is better written in dot notation. +build/public/templates/search.js: line 239, col 108, Line is too long. +build/public/templates/search.js: line 234, col 13, 'key' is defined but never used. +build/public/templates/search.js: line 233, col 118, 'value' is defined but never used. +build/public/templates/search.js: line 233, col 110, 'length' is defined but never used. +build/public/templates/search.js: line 233, col 103, 'index' is defined but never used. +build/public/templates/search.js: line 232, col 11, 'value' is defined but never used. +build/public/templates/search.js: line 230, col 84, 'helper' is defined but never used. +build/public/templates/search.js: line 247, col 124, Line is too long. +build/public/templates/search.js: line 247, col 36, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 247, col 52, ['tagFilterResults'] is better written in dot notation. +build/public/templates/search.js: line 250, col 190, Line is too long. +build/public/templates/search.js: line 250, col 37, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 250, col 53, ['tagFilterResults'] is better written in dot notation. +build/public/templates/search.js: line 250, col 76, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 250, col 92, ['tagFilterResults'] is better written in dot notation. +build/public/templates/search.js: line 250, col 121, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 250, col 137, ['tagFilterResults'] is better written in dot notation. +build/public/templates/search.js: line 250, col 163, ['valueEscaped'] is better written in dot notation. +build/public/templates/search.js: line 252, col 190, Line is too long. +build/public/templates/search.js: line 252, col 37, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 252, col 53, ['tagFilterResults'] is better written in dot notation. +build/public/templates/search.js: line 252, col 76, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 252, col 92, ['tagFilterResults'] is better written in dot notation. +build/public/templates/search.js: line 252, col 121, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 252, col 137, ['tagFilterResults'] is better written in dot notation. +build/public/templates/search.js: line 252, col 163, ['valueEscaped'] is better written in dot notation. +build/public/templates/search.js: line 248, col 13, 'key' is defined but never used. +build/public/templates/search.js: line 247, col 117, 'value' is defined but never used. +build/public/templates/search.js: line 247, col 109, 'length' is defined but never used. +build/public/templates/search.js: line 247, col 102, 'index' is defined but never used. +build/public/templates/search.js: line 246, col 11, 'value' is defined but never used. +build/public/templates/search.js: line 244, col 82, 'helper' is defined but never used. +build/public/templates/search.js: line 261, col 126, Line is too long. +build/public/templates/search.js: line 261, col 36, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 261, col 52, ['userFilterSelected'] is better written in dot notation. +build/public/templates/search.js: line 263, col 115, Line is too long. +build/public/templates/search.js: line 264, col 137, Line is too long. +build/public/templates/search.js: line 264, col 100, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 266, col 192, Line is too long. +build/public/templates/search.js: line 266, col 37, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 266, col 53, ['userFilterSelected'] is better written in dot notation. +build/public/templates/search.js: line 266, col 78, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 266, col 94, ['userFilterSelected'] is better written in dot notation. +build/public/templates/search.js: line 266, col 125, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 266, col 141, ['userFilterSelected'] is better written in dot notation. +build/public/templates/search.js: line 266, col 169, ['username'] is better written in dot notation. +build/public/templates/search.js: line 268, col 187, Line is too long. +build/public/templates/search.js: line 268, col 37, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 268, col 53, ['userFilterSelected'] is better written in dot notation. +build/public/templates/search.js: line 268, col 78, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 268, col 94, ['userFilterSelected'] is better written in dot notation. +build/public/templates/search.js: line 268, col 125, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 268, col 141, ['userFilterSelected'] is better written in dot notation. +build/public/templates/search.js: line 268, col 169, ['uid'] is better written in dot notation. +build/public/templates/search.js: line 269, col 108, Line is too long. +build/public/templates/search.js: line 262, col 13, 'key' is defined but never used. +build/public/templates/search.js: line 260, col 11, 'value' is defined but never used. +build/public/templates/search.js: line 277, col 125, Line is too long. +build/public/templates/search.js: line 277, col 36, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 277, col 52, ['userFilterResults'] is better written in dot notation. +build/public/templates/search.js: line 280, col 184, Line is too long. +build/public/templates/search.js: line 280, col 37, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 280, col 53, ['userFilterResults'] is better written in dot notation. +build/public/templates/search.js: line 280, col 77, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 280, col 93, ['userFilterResults'] is better written in dot notation. +build/public/templates/search.js: line 280, col 123, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 280, col 139, ['userFilterResults'] is better written in dot notation. +build/public/templates/search.js: line 280, col 166, ['uid'] is better written in dot notation. +build/public/templates/search.js: line 282, col 189, Line is too long. +build/public/templates/search.js: line 282, col 37, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 282, col 53, ['userFilterResults'] is better written in dot notation. +build/public/templates/search.js: line 282, col 77, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 282, col 93, ['userFilterResults'] is better written in dot notation. +build/public/templates/search.js: line 282, col 123, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 282, col 139, ['userFilterResults'] is better written in dot notation. +build/public/templates/search.js: line 282, col 166, ['username'] is better written in dot notation. +build/public/templates/search.js: line 284, col 137, Line is too long. +build/public/templates/search.js: line 284, col 100, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 286, col 189, Line is too long. +build/public/templates/search.js: line 286, col 37, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 286, col 53, ['userFilterResults'] is better written in dot notation. +build/public/templates/search.js: line 286, col 77, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 286, col 93, ['userFilterResults'] is better written in dot notation. +build/public/templates/search.js: line 286, col 123, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 286, col 139, ['userFilterResults'] is better written in dot notation. +build/public/templates/search.js: line 286, col 166, ['username'] is better written in dot notation. +build/public/templates/search.js: line 278, col 13, 'key' is defined but never used. +build/public/templates/search.js: line 276, col 11, 'value' is defined but never used. +build/public/templates/search.js: line 295, col 113, Line is too long. +build/public/templates/search.js: line 295, col 36, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 295, col 52, ['posts'] is better written in dot notation. +build/public/templates/search.js: line 297, col 127, Line is too long. +build/public/templates/search.js: line 298, col 120, Line is too long. +build/public/templates/search.js: line 298, col 37, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 298, col 53, ['config'] is better written in dot notation. +build/public/templates/search.js: line 298, col 66, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 298, col 82, ['config'] is better written in dot notation. +build/public/templates/search.js: line 298, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/search.js: line 300, col 203, Line is too long. +build/public/templates/search.js: line 300, col 37, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 300, col 53, ['posts'] is better written in dot notation. +build/public/templates/search.js: line 300, col 65, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 300, col 81, ['posts'] is better written in dot notation. +build/public/templates/search.js: line 300, col 99, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 300, col 115, ['posts'] is better written in dot notation. +build/public/templates/search.js: line 300, col 130, ['user'] is better written in dot notation. +build/public/templates/search.js: line 300, col 141, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 300, col 157, ['posts'] is better written in dot notation. +build/public/templates/search.js: line 300, col 172, ['user'] is better written in dot notation. +build/public/templates/search.js: line 300, col 180, ['userslug'] is better written in dot notation. +build/public/templates/search.js: line 302, col 251, Line is too long. +build/public/templates/search.js: line 302, col 78, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 302, col 94, ['posts'] is better written in dot notation. +build/public/templates/search.js: line 302, col 106, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 302, col 122, ['posts'] is better written in dot notation. +build/public/templates/search.js: line 302, col 140, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 302, col 156, ['posts'] is better written in dot notation. +build/public/templates/search.js: line 302, col 171, ['user'] is better written in dot notation. +build/public/templates/search.js: line 302, col 214, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 304, col 120, Line is too long. +build/public/templates/search.js: line 304, col 37, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 304, col 53, ['config'] is better written in dot notation. +build/public/templates/search.js: line 304, col 66, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 304, col 82, ['config'] is better written in dot notation. +build/public/templates/search.js: line 304, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/search.js: line 306, col 198, Line is too long. +build/public/templates/search.js: line 306, col 85, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 306, col 101, ['posts'] is better written in dot notation. +build/public/templates/search.js: line 306, col 113, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 306, col 129, ['posts'] is better written in dot notation. +build/public/templates/search.js: line 306, col 147, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 306, col 163, ['posts'] is better written in dot notation. +build/public/templates/search.js: line 306, col 178, ['pid'] is better written in dot notation. +build/public/templates/search.js: line 308, col 202, Line is too long. +build/public/templates/search.js: line 308, col 37, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 308, col 53, ['posts'] is better written in dot notation. +build/public/templates/search.js: line 308, col 65, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 308, col 81, ['posts'] is better written in dot notation. +build/public/templates/search.js: line 308, col 99, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 308, col 115, ['posts'] is better written in dot notation. +build/public/templates/search.js: line 308, col 130, ['topic'] is better written in dot notation. +build/public/templates/search.js: line 308, col 142, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 308, col 158, ['posts'] is better written in dot notation. +build/public/templates/search.js: line 308, col 173, ['topic'] is better written in dot notation. +build/public/templates/search.js: line 308, col 182, ['title'] is better written in dot notation. +build/public/templates/search.js: line 310, col 29, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 310, col 45, ['showAsPosts'] is better written in dot notation. +build/public/templates/search.js: line 312, col 156, Line is too long. +build/public/templates/search.js: line 312, col 41, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 312, col 57, ['posts'] is better written in dot notation. +build/public/templates/search.js: line 312, col 69, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 312, col 85, ['posts'] is better written in dot notation. +build/public/templates/search.js: line 312, col 103, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 312, col 119, ['posts'] is better written in dot notation. +build/public/templates/search.js: line 312, col 134, ['content'] is better written in dot notation. +build/public/templates/search.js: line 316, col 120, Line is too long. +build/public/templates/search.js: line 316, col 37, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 316, col 53, ['config'] is better written in dot notation. +build/public/templates/search.js: line 316, col 66, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 316, col 82, ['config'] is better written in dot notation. +build/public/templates/search.js: line 316, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/search.js: line 318, col 207, Line is too long. +build/public/templates/search.js: line 318, col 37, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 318, col 53, ['posts'] is better written in dot notation. +build/public/templates/search.js: line 318, col 65, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 318, col 81, ['posts'] is better written in dot notation. +build/public/templates/search.js: line 318, col 99, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 318, col 115, ['posts'] is better written in dot notation. +build/public/templates/search.js: line 318, col 130, ['category'] is better written in dot notation. +build/public/templates/search.js: line 318, col 145, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 318, col 161, ['posts'] is better written in dot notation. +build/public/templates/search.js: line 318, col 176, ['category'] is better written in dot notation. +build/public/templates/search.js: line 318, col 188, ['slug'] is better written in dot notation. +build/public/templates/search.js: line 320, col 228, Line is too long. +build/public/templates/search.js: line 320, col 84, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 320, col 100, ['posts'] is better written in dot notation. +build/public/templates/search.js: line 320, col 112, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 320, col 128, ['posts'] is better written in dot notation. +build/public/templates/search.js: line 320, col 146, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 320, col 162, ['posts'] is better written in dot notation. +build/public/templates/search.js: line 320, col 177, ['category'] is better written in dot notation. +build/public/templates/search.js: line 322, col 207, Line is too long. +build/public/templates/search.js: line 322, col 37, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 322, col 53, ['posts'] is better written in dot notation. +build/public/templates/search.js: line 322, col 65, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 322, col 81, ['posts'] is better written in dot notation. +build/public/templates/search.js: line 322, col 99, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 322, col 115, ['posts'] is better written in dot notation. +build/public/templates/search.js: line 322, col 130, ['category'] is better written in dot notation. +build/public/templates/search.js: line 322, col 145, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 322, col 161, ['posts'] is better written in dot notation. +build/public/templates/search.js: line 322, col 176, ['category'] is better written in dot notation. +build/public/templates/search.js: line 322, col 188, ['name'] is better written in dot notation. +build/public/templates/search.js: line 324, col 157, Line is too long. +build/public/templates/search.js: line 324, col 37, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 324, col 53, ['posts'] is better written in dot notation. +build/public/templates/search.js: line 324, col 65, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 324, col 81, ['posts'] is better written in dot notation. +build/public/templates/search.js: line 324, col 99, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 324, col 115, ['posts'] is better written in dot notation. +build/public/templates/search.js: line 324, col 130, ['timestampISO'] is better written in dot notation. +build/public/templates/search.js: line 296, col 13, 'key' is defined but never used. +build/public/templates/search.js: line 295, col 106, 'value' is defined but never used. +build/public/templates/search.js: line 295, col 98, 'length' is defined but never used. +build/public/templates/search.js: line 295, col 91, 'index' is defined but never used. +build/public/templates/search.js: line 294, col 11, 'value' is defined but never used. +build/public/templates/search.js: line 333, col 113, Line is too long. +build/public/templates/search.js: line 333, col 36, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 333, col 52, ['users'] is better written in dot notation. +build/public/templates/search.js: line 336, col 148, Line is too long. +build/public/templates/search.js: line 336, col 37, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 336, col 53, ['users'] is better written in dot notation. +build/public/templates/search.js: line 336, col 65, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 336, col 81, ['users'] is better written in dot notation. +build/public/templates/search.js: line 336, col 99, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 336, col 115, ['users'] is better written in dot notation. +build/public/templates/search.js: line 336, col 130, ['uid'] is better written in dot notation. +build/public/templates/search.js: line 338, col 120, Line is too long. +build/public/templates/search.js: line 338, col 37, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 338, col 53, ['config'] is better written in dot notation. +build/public/templates/search.js: line 338, col 66, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 338, col 82, ['config'] is better written in dot notation. +build/public/templates/search.js: line 338, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/search.js: line 340, col 153, Line is too long. +build/public/templates/search.js: line 340, col 37, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 340, col 53, ['users'] is better written in dot notation. +build/public/templates/search.js: line 340, col 65, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 340, col 81, ['users'] is better written in dot notation. +build/public/templates/search.js: line 340, col 99, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 340, col 115, ['users'] is better written in dot notation. +build/public/templates/search.js: line 340, col 130, ['userslug'] is better written in dot notation. +build/public/templates/search.js: line 342, col 209, Line is too long. +build/public/templates/search.js: line 342, col 78, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 342, col 94, ['users'] is better written in dot notation. +build/public/templates/search.js: line 342, col 106, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 342, col 122, ['users'] is better written in dot notation. +build/public/templates/search.js: line 342, col 172, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 343, col 101, Line is too long. +build/public/templates/search.js: line 344, col 120, Line is too long. +build/public/templates/search.js: line 344, col 37, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 344, col 53, ['config'] is better written in dot notation. +build/public/templates/search.js: line 344, col 66, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 344, col 82, ['config'] is better written in dot notation. +build/public/templates/search.js: line 344, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/search.js: line 346, col 153, Line is too long. +build/public/templates/search.js: line 346, col 37, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 346, col 53, ['users'] is better written in dot notation. +build/public/templates/search.js: line 346, col 65, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 346, col 81, ['users'] is better written in dot notation. +build/public/templates/search.js: line 346, col 99, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 346, col 115, ['users'] is better written in dot notation. +build/public/templates/search.js: line 346, col 130, ['userslug'] is better written in dot notation. +build/public/templates/search.js: line 348, col 153, Line is too long. +build/public/templates/search.js: line 348, col 37, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 348, col 53, ['users'] is better written in dot notation. +build/public/templates/search.js: line 348, col 65, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 348, col 81, ['users'] is better written in dot notation. +build/public/templates/search.js: line 348, col 99, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 348, col 115, ['users'] is better written in dot notation. +build/public/templates/search.js: line 348, col 130, ['username'] is better written in dot notation. +build/public/templates/search.js: line 350, col 29, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 350, col 45, ['section_online'] is better written in dot notation. +build/public/templates/search.js: line 352, col 162, Line is too long. +build/public/templates/search.js: line 352, col 41, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 352, col 57, ['users'] is better written in dot notation. +build/public/templates/search.js: line 352, col 69, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 352, col 85, ['users'] is better written in dot notation. +build/public/templates/search.js: line 352, col 103, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 352, col 119, ['users'] is better written in dot notation. +build/public/templates/search.js: line 352, col 134, ['lastonlineISO'] is better written in dot notation. +build/public/templates/search.js: line 356, col 29, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 356, col 45, ['section_joindate'] is better written in dot notation. +build/public/templates/search.js: line 358, col 160, Line is too long. +build/public/templates/search.js: line 358, col 41, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 358, col 57, ['users'] is better written in dot notation. +build/public/templates/search.js: line 358, col 69, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 358, col 85, ['users'] is better written in dot notation. +build/public/templates/search.js: line 358, col 103, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 358, col 119, ['users'] is better written in dot notation. +build/public/templates/search.js: line 358, col 134, ['joindateISO'] is better written in dot notation. +build/public/templates/search.js: line 362, col 29, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 364, col 206, Line is too long. +build/public/templates/search.js: line 364, col 86, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 364, col 102, ['users'] is better written in dot notation. +build/public/templates/search.js: line 364, col 114, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 364, col 130, ['users'] is better written in dot notation. +build/public/templates/search.js: line 364, col 148, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 364, col 164, ['users'] is better written in dot notation. +build/public/templates/search.js: line 364, col 179, ['reputation'] is better written in dot notation. +build/public/templates/search.js: line 368, col 29, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 370, col 205, Line is too long. +build/public/templates/search.js: line 370, col 86, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 370, col 102, ['users'] is better written in dot notation. +build/public/templates/search.js: line 370, col 114, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 370, col 130, ['users'] is better written in dot notation. +build/public/templates/search.js: line 370, col 148, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 370, col 164, ['users'] is better written in dot notation. +build/public/templates/search.js: line 370, col 179, ['postcount'] is better written in dot notation. +build/public/templates/search.js: line 374, col 29, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 374, col 45, ['section_flagged'] is better written in dot notation. +build/public/templates/search.js: line 376, col 124, Line is too long. +build/public/templates/search.js: line 376, col 41, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 376, col 57, ['config'] is better written in dot notation. +build/public/templates/search.js: line 376, col 70, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 376, col 86, ['config'] is better written in dot notation. +build/public/templates/search.js: line 376, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/search.js: line 378, col 152, Line is too long. +build/public/templates/search.js: line 378, col 41, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 378, col 57, ['users'] is better written in dot notation. +build/public/templates/search.js: line 378, col 69, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 378, col 85, ['users'] is better written in dot notation. +build/public/templates/search.js: line 378, col 103, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 378, col 119, ['users'] is better written in dot notation. +build/public/templates/search.js: line 378, col 134, ['uid'] is better written in dot notation. +build/public/templates/search.js: line 380, col 154, Line is too long. +build/public/templates/search.js: line 380, col 41, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 380, col 57, ['users'] is better written in dot notation. +build/public/templates/search.js: line 380, col 69, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 380, col 85, ['users'] is better written in dot notation. +build/public/templates/search.js: line 380, col 103, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 380, col 119, ['users'] is better written in dot notation. +build/public/templates/search.js: line 380, col 134, ['flags'] is better written in dot notation. +build/public/templates/search.js: line 334, col 13, 'key' is defined but never used. +build/public/templates/search.js: line 333, col 106, 'value' is defined but never used. +build/public/templates/search.js: line 333, col 98, 'length' is defined but never used. +build/public/templates/search.js: line 333, col 91, 'index' is defined but never used. +build/public/templates/search.js: line 332, col 11, 'value' is defined but never used. +build/public/templates/search.js: line 391, col 112, Line is too long. +build/public/templates/search.js: line 391, col 36, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 391, col 52, ['tags'] is better written in dot notation. +build/public/templates/search.js: line 394, col 120, Line is too long. +build/public/templates/search.js: line 394, col 37, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 394, col 53, ['config'] is better written in dot notation. +build/public/templates/search.js: line 394, col 66, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 394, col 82, ['config'] is better written in dot notation. +build/public/templates/search.js: line 394, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/search.js: line 396, col 154, Line is too long. +build/public/templates/search.js: line 396, col 37, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 396, col 53, ['tags'] is better written in dot notation. +build/public/templates/search.js: line 396, col 64, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 396, col 80, ['tags'] is better written in dot notation. +build/public/templates/search.js: line 396, col 97, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 396, col 113, ['tags'] is better written in dot notation. +build/public/templates/search.js: line 396, col 127, ['valueEncoded'] is better written in dot notation. +build/public/templates/search.js: line 398, col 154, Line is too long. +build/public/templates/search.js: line 398, col 37, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 398, col 53, ['tags'] is better written in dot notation. +build/public/templates/search.js: line 398, col 64, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 398, col 80, ['tags'] is better written in dot notation. +build/public/templates/search.js: line 398, col 97, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 398, col 113, ['tags'] is better written in dot notation. +build/public/templates/search.js: line 398, col 127, ['valueEscaped'] is better written in dot notation. +build/public/templates/search.js: line 400, col 147, Line is too long. +build/public/templates/search.js: line 400, col 37, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 400, col 53, ['tags'] is better written in dot notation. +build/public/templates/search.js: line 400, col 64, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 400, col 80, ['tags'] is better written in dot notation. +build/public/templates/search.js: line 400, col 97, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 400, col 113, ['tags'] is better written in dot notation. +build/public/templates/search.js: line 402, col 154, Line is too long. +build/public/templates/search.js: line 402, col 37, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 402, col 53, ['tags'] is better written in dot notation. +build/public/templates/search.js: line 402, col 64, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 402, col 80, ['tags'] is better written in dot notation. +build/public/templates/search.js: line 402, col 97, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 402, col 113, ['tags'] is better written in dot notation. +build/public/templates/search.js: line 402, col 127, ['valueEscaped'] is better written in dot notation. +build/public/templates/search.js: line 404, col 154, Line is too long. +build/public/templates/search.js: line 404, col 37, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 404, col 53, ['tags'] is better written in dot notation. +build/public/templates/search.js: line 404, col 64, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 404, col 80, ['tags'] is better written in dot notation. +build/public/templates/search.js: line 404, col 97, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 404, col 113, ['tags'] is better written in dot notation. +build/public/templates/search.js: line 404, col 127, ['valueEscaped'] is better written in dot notation. +build/public/templates/search.js: line 406, col 147, Line is too long. +build/public/templates/search.js: line 406, col 37, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 406, col 53, ['tags'] is better written in dot notation. +build/public/templates/search.js: line 406, col 64, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 406, col 80, ['tags'] is better written in dot notation. +build/public/templates/search.js: line 406, col 97, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 406, col 113, ['tags'] is better written in dot notation. +build/public/templates/search.js: line 406, col 127, ['score'] is better written in dot notation. +build/public/templates/search.js: line 408, col 194, Line is too long. +build/public/templates/search.js: line 408, col 82, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 408, col 98, ['tags'] is better written in dot notation. +build/public/templates/search.js: line 408, col 109, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 408, col 125, ['tags'] is better written in dot notation. +build/public/templates/search.js: line 408, col 142, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 408, col 158, ['tags'] is better written in dot notation. +build/public/templates/search.js: line 408, col 172, ['score'] is better written in dot notation. +build/public/templates/search.js: line 392, col 13, 'key' is defined but never used. +build/public/templates/search.js: line 391, col 105, 'value' is defined but never used. +build/public/templates/search.js: line 391, col 97, 'length' is defined but never used. +build/public/templates/search.js: line 391, col 90, 'index' is defined but never used. +build/public/templates/search.js: line 390, col 11, 'value' is defined but never used. +build/public/templates/search.js: line 417, col 118, Line is too long. +build/public/templates/search.js: line 417, col 36, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 417, col 52, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 420, col 163, Line is too long. +build/public/templates/search.js: line 420, col 37, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 420, col 53, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 420, col 70, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 420, col 86, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 420, col 109, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 420, col 125, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 420, col 145, ['cid'] is better written in dot notation. +build/public/templates/search.js: line 421, col 106, Line is too long. +build/public/templates/search.js: line 426, col 163, Line is too long. +build/public/templates/search.js: line 426, col 37, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 426, col 53, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 426, col 70, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 426, col 86, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 426, col 109, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 426, col 125, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 426, col 145, ['cid'] is better written in dot notation. +build/public/templates/search.js: line 428, col 172, Line is too long. +build/public/templates/search.js: line 428, col 37, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 428, col 53, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 428, col 70, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 428, col 86, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 428, col 109, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 428, col 125, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 430, col 164, Line is too long. +build/public/templates/search.js: line 430, col 37, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 430, col 53, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 430, col 70, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 430, col 86, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 430, col 109, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 430, col 125, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 430, col 145, ['name'] is better written in dot notation. +build/public/templates/search.js: line 432, col 110, Line is too long. +build/public/templates/search.js: line 433, col 152, Line is too long. +build/public/templates/search.js: line 434, col 159, Line is too long. +build/public/templates/search.js: line 434, col 29, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 434, col 45, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 434, col 62, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 434, col 78, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 434, col 101, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 434, col 117, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 434, col 137, ['isSection'] is better written in dot notation. +build/public/templates/search.js: line 436, col 168, Line is too long. +build/public/templates/search.js: line 436, col 41, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 436, col 57, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 436, col 74, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 436, col 90, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 436, col 113, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 436, col 129, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 436, col 149, ['name'] is better written in dot notation. +build/public/templates/search.js: line 439, col 158, Line is too long. +build/public/templates/search.js: line 439, col 33, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 439, col 49, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 439, col 66, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 439, col 82, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 439, col 105, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 439, col 121, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 439, col 141, ['link'] is better written in dot notation. +build/public/templates/search.js: line 441, col 172, Line is too long. +build/public/templates/search.js: line 441, col 45, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 441, col 61, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 441, col 78, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 441, col 94, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 441, col 117, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 441, col 133, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 441, col 153, ['link'] is better written in dot notation. +build/public/templates/search.js: line 444, col 128, Line is too long. +build/public/templates/search.js: line 444, col 45, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 444, col 61, ['config'] is better written in dot notation. +build/public/templates/search.js: line 444, col 74, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 444, col 90, ['config'] is better written in dot notation. +build/public/templates/search.js: line 444, col 100, ['relative_path'] is better written in dot notation. +build/public/templates/search.js: line 446, col 172, Line is too long. +build/public/templates/search.js: line 446, col 45, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 446, col 61, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 446, col 78, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 446, col 94, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 446, col 117, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 446, col 133, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 446, col 153, ['slug'] is better written in dot notation. +build/public/templates/search.js: line 449, col 168, Line is too long. +build/public/templates/search.js: line 449, col 41, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 449, col 57, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 449, col 74, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 449, col 90, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 449, col 113, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 449, col 129, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 449, col 149, ['name'] is better written in dot notation. +build/public/templates/search.js: line 452, col 167, Line is too long. +build/public/templates/search.js: line 452, col 29, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 452, col 45, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 452, col 62, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 452, col 78, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 452, col 101, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 452, col 117, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 452, col 137, ['descriptionParsed'] is better written in dot notation. +build/public/templates/search.js: line 454, col 181, Line is too long. +build/public/templates/search.js: line 454, col 41, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 454, col 57, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 454, col 74, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 454, col 90, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 454, col 113, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 454, col 129, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 454, col 149, ['descriptionParsed'] is better written in dot notation. +build/public/templates/search.js: line 458, col 221, Line is too long. +build/public/templates/search.js: line 458, col 29, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 458, col 45, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 458, col 62, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 458, col 78, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 458, col 101, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 458, col 117, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 458, col 137, ['teaser'] is better written in dot notation. +build/public/templates/search.js: line 458, col 150, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 458, col 166, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 458, col 186, ['teaser'] is better written in dot notation. +build/public/templates/search.js: line 458, col 196, ['timestampISO'] is better written in dot notation. +build/public/templates/search.js: line 459, col 104, Line is too long. +build/public/templates/search.js: line 460, col 235, Line is too long. +build/public/templates/search.js: line 460, col 41, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 460, col 57, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 460, col 74, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 460, col 90, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 460, col 113, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 460, col 129, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 460, col 149, ['teaser'] is better written in dot notation. +build/public/templates/search.js: line 460, col 162, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 460, col 178, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 460, col 198, ['teaser'] is better written in dot notation. +build/public/templates/search.js: line 460, col 208, ['timestampISO'] is better written in dot notation. +build/public/templates/search.js: line 462, col 226, Line is too long. +build/public/templates/search.js: line 462, col 41, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 462, col 57, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 462, col 74, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 462, col 90, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 462, col 113, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 462, col 129, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 462, col 149, ['teaser'] is better written in dot notation. +build/public/templates/search.js: line 462, col 162, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 462, col 178, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 462, col 198, ['teaser'] is better written in dot notation. +build/public/templates/search.js: line 462, col 208, ['url'] is better written in dot notation. +build/public/templates/search.js: line 466, col 114, Line is too long. +build/public/templates/search.js: line 466, col 29, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 466, col 45, ['config'] is better written in dot notation. +build/public/templates/search.js: line 466, col 58, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 466, col 74, ['config'] is better written in dot notation. +build/public/templates/search.js: line 466, col 84, ['hideSubCategories'] is better written in dot notation. +build/public/templates/search.js: line 469, col 223, Line is too long. +build/public/templates/search.js: line 469, col 33, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 469, col 49, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 469, col 66, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 469, col 82, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 469, col 105, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 469, col 121, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 469, col 141, ['children'] is better written in dot notation. +build/public/templates/search.js: line 469, col 156, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 469, col 172, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 469, col 192, ['children'] is better written in dot notation. +build/public/templates/search.js: line 469, col 204, ['length'] is better written in dot notation. +build/public/templates/search.js: line 470, col 115, Line is too long. +build/public/templates/search.js: line 471, col 213, Line is too long. +build/public/templates/search.js: line 471, col 41, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 471, col 57, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 471, col 74, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 471, col 90, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 471, col 113, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 471, col 129, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 471, col 149, ['children'] is better written in dot notation. +build/public/templates/search.js: line 474, col 297, Line is too long. +build/public/templates/search.js: line 474, col 41, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 474, col 57, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 474, col 74, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 474, col 90, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 474, col 113, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 474, col 129, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 474, col 149, ['children'] is better written in dot notation. +build/public/templates/search.js: line 474, col 164, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 474, col 180, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 474, col 200, ['children'] is better written in dot notation. +build/public/templates/search.js: line 474, col 221, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 474, col 237, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 474, col 257, ['children'] is better written in dot notation. +build/public/templates/search.js: line 474, col 275, ['isSection'] is better written in dot notation. +build/public/templates/search.js: line 476, col 108, Line is too long. +build/public/templates/search.js: line 477, col 126, Line is too long. +build/public/templates/search.js: line 479, col 296, Line is too long. +build/public/templates/search.js: line 479, col 45, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 479, col 61, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 479, col 78, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 479, col 94, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 479, col 117, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 479, col 133, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 479, col 153, ['children'] is better written in dot notation. +build/public/templates/search.js: line 479, col 168, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 479, col 184, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 479, col 204, ['children'] is better written in dot notation. +build/public/templates/search.js: line 479, col 225, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 479, col 241, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 479, col 261, ['children'] is better written in dot notation. +build/public/templates/search.js: line 479, col 279, ['link'] is better written in dot notation. +build/public/templates/search.js: line 480, col 307, Line is too long. +build/public/templates/search.js: line 480, col 55, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 480, col 71, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 480, col 88, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 480, col 104, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 480, col 127, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 480, col 143, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 480, col 163, ['children'] is better written in dot notation. +build/public/templates/search.js: line 480, col 178, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 480, col 194, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 480, col 214, ['children'] is better written in dot notation. +build/public/templates/search.js: line 480, col 235, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 480, col 251, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 480, col 271, ['children'] is better written in dot notation. +build/public/templates/search.js: line 480, col 289, ['link'] is better written in dot notation. +build/public/templates/search.js: line 481, col 138, Line is too long. +build/public/templates/search.js: line 481, col 55, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 481, col 71, ['config'] is better written in dot notation. +build/public/templates/search.js: line 481, col 84, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 481, col 100, ['config'] is better written in dot notation. +build/public/templates/search.js: line 481, col 110, ['relative_path'] is better written in dot notation. +build/public/templates/search.js: line 483, col 311, Line is too long. +build/public/templates/search.js: line 483, col 57, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 483, col 73, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 483, col 90, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 483, col 106, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 483, col 129, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 483, col 145, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 483, col 165, ['children'] is better written in dot notation. +build/public/templates/search.js: line 483, col 180, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 483, col 196, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 483, col 216, ['children'] is better written in dot notation. +build/public/templates/search.js: line 483, col 237, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 483, col 253, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 483, col 273, ['children'] is better written in dot notation. +build/public/templates/search.js: line 483, col 291, ['slug'] is better written in dot notation. +build/public/templates/search.js: line 485, col 306, Line is too long. +build/public/templates/search.js: line 485, col 53, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 485, col 69, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 485, col 86, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 485, col 102, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 485, col 125, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 485, col 141, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 485, col 161, ['children'] is better written in dot notation. +build/public/templates/search.js: line 485, col 176, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 485, col 192, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 485, col 212, ['children'] is better written in dot notation. +build/public/templates/search.js: line 485, col 233, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 485, col 249, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 485, col 269, ['children'] is better written in dot notation. +build/public/templates/search.js: line 485, col 287, ['name'] is better written in dot notation. +build/public/templates/search.js: line 472, col 25, 'key' is defined but never used. +build/public/templates/search.js: line 495, col 154, Line is too long. +build/public/templates/search.js: line 495, col 29, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 495, col 45, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 495, col 62, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 495, col 78, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 495, col 101, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 495, col 117, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 495, col 137, ['link'] is better written in dot notation. +build/public/templates/search.js: line 497, col 306, Line is too long. +build/public/templates/search.js: line 498, col 179, Line is too long. +build/public/templates/search.js: line 498, col 41, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 498, col 57, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 498, col 74, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 498, col 90, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 498, col 113, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 498, col 129, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 498, col 149, ['totalTopicCount'] is better written in dot notation. +build/public/templates/search.js: line 500, col 278, Line is too long. +build/public/templates/search.js: line 500, col 90, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 500, col 106, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 500, col 123, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 500, col 139, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 500, col 162, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 500, col 178, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 500, col 198, ['totalTopicCount'] is better written in dot notation. +build/public/templates/search.js: line 500, col 244, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 501, col 211, Line is too long. +build/public/templates/search.js: line 502, col 178, Line is too long. +build/public/templates/search.js: line 502, col 41, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 502, col 57, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 502, col 74, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 502, col 90, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 502, col 113, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 502, col 129, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 502, col 149, ['totalPostCount'] is better written in dot notation. +build/public/templates/search.js: line 504, col 277, Line is too long. +build/public/templates/search.js: line 504, col 90, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 504, col 106, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 504, col 123, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 504, col 139, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 504, col 162, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 504, col 178, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 504, col 198, ['totalPostCount'] is better written in dot notation. +build/public/templates/search.js: line 504, col 243, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 505, col 108, Line is too long. +build/public/templates/search.js: line 506, col 121, Line is too long. +build/public/templates/search.js: line 506, col 33, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 506, col 49, ['config'] is better written in dot notation. +build/public/templates/search.js: line 506, col 62, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 506, col 78, ['config'] is better written in dot notation. +build/public/templates/search.js: line 506, col 88, ['hideCategoryLastPost'] is better written in dot notation. +build/public/templates/search.js: line 508, col 188, Line is too long. +build/public/templates/search.js: line 509, col 175, Line is too long. +build/public/templates/search.js: line 509, col 45, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 509, col 61, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 509, col 78, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 509, col 94, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 509, col 117, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 509, col 133, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 509, col 153, ['bgColor'] is better written in dot notation. +build/public/templates/search.js: line 511, col 210, Line is too long. +build/public/templates/search.js: line 511, col 41, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 511, col 57, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 511, col 74, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 511, col 90, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 511, col 113, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 511, col 129, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 511, col 149, ['posts'] is better written in dot notation. +build/public/templates/search.js: line 515, col 221, Line is too long. +build/public/templates/search.js: line 516, col 374, Line is too long. +build/public/templates/search.js: line 516, col 53, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 516, col 69, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 516, col 86, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 516, col 102, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 516, col 125, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 516, col 141, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 516, col 161, ['posts'] is better written in dot notation. +build/public/templates/search.js: line 516, col 173, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 516, col 189, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 516, col 209, ['posts'] is better written in dot notation. +build/public/templates/search.js: line 516, col 227, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 516, col 243, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 516, col 263, ['posts'] is better written in dot notation. +build/public/templates/search.js: line 516, col 278, ['user'] is better written in dot notation. +build/public/templates/search.js: line 516, col 289, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 516, col 305, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 516, col 325, ['posts'] is better written in dot notation. +build/public/templates/search.js: line 516, col 340, ['user'] is better written in dot notation. +build/public/templates/search.js: line 516, col 348, ['displayname'] is better written in dot notation. +build/public/templates/search.js: line 518, col 136, Line is too long. +build/public/templates/search.js: line 518, col 53, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 518, col 69, ['config'] is better written in dot notation. +build/public/templates/search.js: line 518, col 82, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 518, col 98, ['config'] is better written in dot notation. +build/public/templates/search.js: line 518, col 108, ['relative_path'] is better written in dot notation. +build/public/templates/search.js: line 520, col 371, Line is too long. +build/public/templates/search.js: line 520, col 53, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 520, col 69, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 520, col 86, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 520, col 102, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 520, col 125, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 520, col 141, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 520, col 161, ['posts'] is better written in dot notation. +build/public/templates/search.js: line 520, col 173, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 520, col 189, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 520, col 209, ['posts'] is better written in dot notation. +build/public/templates/search.js: line 520, col 227, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 520, col 243, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 520, col 263, ['posts'] is better written in dot notation. +build/public/templates/search.js: line 520, col 278, ['user'] is better written in dot notation. +build/public/templates/search.js: line 520, col 289, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 520, col 305, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 520, col 325, ['posts'] is better written in dot notation. +build/public/templates/search.js: line 520, col 340, ['user'] is better written in dot notation. +build/public/templates/search.js: line 520, col 348, ['userslug'] is better written in dot notation. +build/public/templates/search.js: line 522, col 399, Line is too long. +build/public/templates/search.js: line 522, col 94, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 522, col 110, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 522, col 127, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 522, col 143, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 522, col 166, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 522, col 182, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 522, col 202, ['posts'] is better written in dot notation. +build/public/templates/search.js: line 522, col 214, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 522, col 230, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 522, col 250, ['posts'] is better written in dot notation. +build/public/templates/search.js: line 522, col 268, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 522, col 284, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 522, col 304, ['posts'] is better written in dot notation. +build/public/templates/search.js: line 522, col 319, ['user'] is better written in dot notation. +build/public/templates/search.js: line 522, col 362, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 524, col 136, Line is too long. +build/public/templates/search.js: line 524, col 53, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 524, col 69, ['config'] is better written in dot notation. +build/public/templates/search.js: line 524, col 82, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 524, col 98, ['config'] is better written in dot notation. +build/public/templates/search.js: line 524, col 108, ['relative_path'] is better written in dot notation. +build/public/templates/search.js: line 526, col 369, Line is too long. +build/public/templates/search.js: line 526, col 53, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 526, col 69, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 526, col 86, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 526, col 102, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 526, col 125, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 526, col 141, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 526, col 161, ['posts'] is better written in dot notation. +build/public/templates/search.js: line 526, col 173, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 526, col 189, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 526, col 209, ['posts'] is better written in dot notation. +build/public/templates/search.js: line 526, col 227, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 526, col 243, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 526, col 263, ['posts'] is better written in dot notation. +build/public/templates/search.js: line 526, col 278, ['topic'] is better written in dot notation. +build/public/templates/search.js: line 526, col 290, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 526, col 306, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 526, col 326, ['posts'] is better written in dot notation. +build/public/templates/search.js: line 526, col 341, ['topic'] is better written in dot notation. +build/public/templates/search.js: line 526, col 350, ['slug'] is better written in dot notation. +build/public/templates/search.js: line 527, col 288, Line is too long. +build/public/templates/search.js: line 527, col 45, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 527, col 61, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 527, col 78, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 527, col 94, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 527, col 117, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 527, col 133, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 527, col 153, ['posts'] is better written in dot notation. +build/public/templates/search.js: line 527, col 165, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 527, col 181, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 527, col 201, ['posts'] is better written in dot notation. +build/public/templates/search.js: line 527, col 219, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 527, col 235, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 527, col 255, ['posts'] is better written in dot notation. +build/public/templates/search.js: line 527, col 270, ['index'] is better written in dot notation. +build/public/templates/search.js: line 529, col 301, Line is too long. +build/public/templates/search.js: line 529, col 57, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 529, col 73, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 529, col 90, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 529, col 106, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 529, col 129, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 529, col 145, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 529, col 165, ['posts'] is better written in dot notation. +build/public/templates/search.js: line 529, col 177, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 529, col 193, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 529, col 213, ['posts'] is better written in dot notation. +build/public/templates/search.js: line 529, col 231, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 529, col 247, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 529, col 267, ['posts'] is better written in dot notation. +build/public/templates/search.js: line 529, col 282, ['index'] is better written in dot notation. +build/public/templates/search.js: line 532, col 305, Line is too long. +build/public/templates/search.js: line 532, col 53, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 532, col 69, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 532, col 86, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 532, col 102, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 532, col 125, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 532, col 141, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 532, col 161, ['posts'] is better written in dot notation. +build/public/templates/search.js: line 532, col 173, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 532, col 189, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 532, col 209, ['posts'] is better written in dot notation. +build/public/templates/search.js: line 532, col 227, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 532, col 243, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 532, col 263, ['posts'] is better written in dot notation. +build/public/templates/search.js: line 532, col 278, ['timestampISO'] is better written in dot notation. +build/public/templates/search.js: line 533, col 233, Line is too long. +build/public/templates/search.js: line 534, col 136, Line is too long. +build/public/templates/search.js: line 534, col 53, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 534, col 69, ['config'] is better written in dot notation. +build/public/templates/search.js: line 534, col 82, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 534, col 98, ['config'] is better written in dot notation. +build/public/templates/search.js: line 534, col 108, ['relative_path'] is better written in dot notation. +build/public/templates/search.js: line 536, col 369, Line is too long. +build/public/templates/search.js: line 536, col 53, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 536, col 69, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 536, col 86, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 536, col 102, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 536, col 125, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 536, col 141, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 536, col 161, ['posts'] is better written in dot notation. +build/public/templates/search.js: line 536, col 173, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 536, col 189, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 536, col 209, ['posts'] is better written in dot notation. +build/public/templates/search.js: line 536, col 227, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 536, col 243, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 536, col 263, ['posts'] is better written in dot notation. +build/public/templates/search.js: line 536, col 278, ['topic'] is better written in dot notation. +build/public/templates/search.js: line 536, col 290, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 536, col 306, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 536, col 326, ['posts'] is better written in dot notation. +build/public/templates/search.js: line 536, col 341, ['topic'] is better written in dot notation. +build/public/templates/search.js: line 536, col 350, ['slug'] is better written in dot notation. +build/public/templates/search.js: line 537, col 288, Line is too long. +build/public/templates/search.js: line 537, col 45, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 537, col 61, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 537, col 78, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 537, col 94, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 537, col 117, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 537, col 133, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 537, col 153, ['posts'] is better written in dot notation. +build/public/templates/search.js: line 537, col 165, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 537, col 181, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 537, col 201, ['posts'] is better written in dot notation. +build/public/templates/search.js: line 537, col 219, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 537, col 235, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 537, col 255, ['posts'] is better written in dot notation. +build/public/templates/search.js: line 537, col 270, ['index'] is better written in dot notation. +build/public/templates/search.js: line 539, col 301, Line is too long. +build/public/templates/search.js: line 539, col 57, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 539, col 73, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 539, col 90, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 539, col 106, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 539, col 129, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 539, col 145, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 539, col 165, ['posts'] is better written in dot notation. +build/public/templates/search.js: line 539, col 177, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 539, col 193, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 539, col 213, ['posts'] is better written in dot notation. +build/public/templates/search.js: line 539, col 231, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 539, col 247, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 539, col 267, ['posts'] is better written in dot notation. +build/public/templates/search.js: line 539, col 282, ['index'] is better written in dot notation. +build/public/templates/search.js: line 542, col 300, Line is too long. +build/public/templates/search.js: line 542, col 53, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 542, col 69, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 542, col 86, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 542, col 102, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 542, col 125, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 542, col 141, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 542, col 161, ['posts'] is better written in dot notation. +build/public/templates/search.js: line 542, col 173, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 542, col 189, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 542, col 209, ['posts'] is better written in dot notation. +build/public/templates/search.js: line 542, col 227, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 542, col 243, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 542, col 263, ['posts'] is better written in dot notation. +build/public/templates/search.js: line 542, col 278, ['content'] is better written in dot notation. +build/public/templates/search.js: line 512, col 25, 'key' is defined but never used. +build/public/templates/search.js: line 511, col 203, 'value' is defined but never used. +build/public/templates/search.js: line 511, col 195, 'length' is defined but never used. +build/public/templates/search.js: line 550, col 221, Line is too long. +build/public/templates/search.js: line 550, col 37, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 550, col 53, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 550, col 70, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 550, col 86, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 550, col 109, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 550, col 125, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 550, col 145, ['posts'] is better written in dot notation. +build/public/templates/search.js: line 550, col 157, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 550, col 173, ['categories'] is better written in dot notation. +build/public/templates/search.js: line 550, col 193, ['posts'] is better written in dot notation. +build/public/templates/search.js: line 550, col 202, ['length'] is better written in dot notation. +build/public/templates/search.js: line 552, col 176, Line is too long. +build/public/templates/search.js: line 418, col 13, 'key' is defined but never used. +build/public/templates/search.js: line 416, col 11, 'value' is defined but never used. +build/public/templates/search.js: line 563, col 160, Line is too long. +build/public/templates/search.js: line 563, col 36, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 563, col 52, ['pagination'] is better written in dot notation. +build/public/templates/search.js: line 563, col 69, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 563, col 85, ['pagination'] is better written in dot notation. +build/public/templates/search.js: line 563, col 99, ['pages'] is better written in dot notation. +build/public/templates/search.js: line 566, col 219, Line is too long. +build/public/templates/search.js: line 566, col 29, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 566, col 45, ['pagination'] is better written in dot notation. +build/public/templates/search.js: line 566, col 62, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 566, col 78, ['pagination'] is better written in dot notation. +build/public/templates/search.js: line 566, col 92, ['pages'] is better written in dot notation. +build/public/templates/search.js: line 566, col 104, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 566, col 120, ['pagination'] is better written in dot notation. +build/public/templates/search.js: line 566, col 134, ['pages'] is better written in dot notation. +build/public/templates/search.js: line 566, col 152, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 566, col 168, ['pagination'] is better written in dot notation. +build/public/templates/search.js: line 566, col 182, ['pages'] is better written in dot notation. +build/public/templates/search.js: line 566, col 197, ['separator'] is better written in dot notation. +build/public/templates/search.js: line 567, col 227, Line is too long. +build/public/templates/search.js: line 569, col 220, Line is too long. +build/public/templates/search.js: line 569, col 33, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 569, col 49, ['pagination'] is better written in dot notation. +build/public/templates/search.js: line 569, col 66, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 569, col 82, ['pagination'] is better written in dot notation. +build/public/templates/search.js: line 569, col 96, ['pages'] is better written in dot notation. +build/public/templates/search.js: line 569, col 108, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 569, col 124, ['pagination'] is better written in dot notation. +build/public/templates/search.js: line 569, col 138, ['pages'] is better written in dot notation. +build/public/templates/search.js: line 569, col 156, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 569, col 172, ['pagination'] is better written in dot notation. +build/public/templates/search.js: line 569, col 186, ['pages'] is better written in dot notation. +build/public/templates/search.js: line 569, col 201, ['active'] is better written in dot notation. +build/public/templates/search.js: line 573, col 226, Line is too long. +build/public/templates/search.js: line 573, col 41, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 573, col 57, ['pagination'] is better written in dot notation. +build/public/templates/search.js: line 573, col 74, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 573, col 90, ['pagination'] is better written in dot notation. +build/public/templates/search.js: line 573, col 104, ['pages'] is better written in dot notation. +build/public/templates/search.js: line 573, col 116, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 573, col 132, ['pagination'] is better written in dot notation. +build/public/templates/search.js: line 573, col 146, ['pages'] is better written in dot notation. +build/public/templates/search.js: line 573, col 164, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 573, col 180, ['pagination'] is better written in dot notation. +build/public/templates/search.js: line 573, col 194, ['pages'] is better written in dot notation. +build/public/templates/search.js: line 573, col 209, ['qs'] is better written in dot notation. +build/public/templates/search.js: line 575, col 228, Line is too long. +build/public/templates/search.js: line 575, col 41, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 575, col 57, ['pagination'] is better written in dot notation. +build/public/templates/search.js: line 575, col 74, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 575, col 90, ['pagination'] is better written in dot notation. +build/public/templates/search.js: line 575, col 104, ['pages'] is better written in dot notation. +build/public/templates/search.js: line 575, col 116, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 575, col 132, ['pagination'] is better written in dot notation. +build/public/templates/search.js: line 575, col 146, ['pages'] is better written in dot notation. +build/public/templates/search.js: line 575, col 164, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 575, col 180, ['pagination'] is better written in dot notation. +build/public/templates/search.js: line 575, col 194, ['pages'] is better written in dot notation. +build/public/templates/search.js: line 575, col 209, ['page'] is better written in dot notation. +build/public/templates/search.js: line 577, col 228, Line is too long. +build/public/templates/search.js: line 577, col 41, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 577, col 57, ['pagination'] is better written in dot notation. +build/public/templates/search.js: line 577, col 74, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 577, col 90, ['pagination'] is better written in dot notation. +build/public/templates/search.js: line 577, col 104, ['pages'] is better written in dot notation. +build/public/templates/search.js: line 577, col 116, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 577, col 132, ['pagination'] is better written in dot notation. +build/public/templates/search.js: line 577, col 146, ['pages'] is better written in dot notation. +build/public/templates/search.js: line 577, col 164, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 577, col 180, ['pagination'] is better written in dot notation. +build/public/templates/search.js: line 577, col 194, ['pages'] is better written in dot notation. +build/public/templates/search.js: line 577, col 209, ['page'] is better written in dot notation. +build/public/templates/search.js: line 579, col 228, Line is too long. +build/public/templates/search.js: line 579, col 41, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 579, col 57, ['pagination'] is better written in dot notation. +build/public/templates/search.js: line 579, col 74, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 579, col 90, ['pagination'] is better written in dot notation. +build/public/templates/search.js: line 579, col 104, ['pages'] is better written in dot notation. +build/public/templates/search.js: line 579, col 116, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 579, col 132, ['pagination'] is better written in dot notation. +build/public/templates/search.js: line 579, col 146, ['pages'] is better written in dot notation. +build/public/templates/search.js: line 579, col 164, Expected '!==' and instead saw '!='. +build/public/templates/search.js: line 579, col 180, ['pagination'] is better written in dot notation. +build/public/templates/search.js: line 579, col 194, ['pages'] is better written in dot notation. +build/public/templates/search.js: line 579, col 209, ['page'] is better written in dot notation. +build/public/templates/search.js: line 564, col 13, 'key' is defined but never used. +build/public/templates/search.js: line 563, col 153, 'value' is defined but never used. +build/public/templates/search.js: line 563, col 145, 'length' is defined but never used. +build/public/templates/search.js: line 563, col 138, 'index' is defined but never used. +build/public/templates/search.js: line 562, col 11, 'value' is defined but never used. +build/public/templates/search.js: line 560, col 81, 'helper' is defined but never used. +build/public/templates/search.js: line 589, col 3, Missing semicolon. +build/public/templates/search.js: line 5, col 46, 'define' is not defined. +build/public/templates/search.js: line 6, col 5, 'define' is not defined. + +build/public/templates/sitemap.js: line 12, col 130, Line is too long. +build/public/templates/sitemap.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/sitemap.js: line 13, col 41, ['pages'] is better written in dot notation. +build/public/templates/sitemap.js: line 15, col 37, Expected '!==' and instead saw '!='. +build/public/templates/sitemap.js: line 15, col 53, ['url'] is better written in dot notation. +build/public/templates/sitemap.js: line 19, col 25, Expected '!==' and instead saw '!='. +build/public/templates/sitemap.js: line 19, col 41, ['categories'] is better written in dot notation. +build/public/templates/sitemap.js: line 21, col 37, Expected '!==' and instead saw '!='. +build/public/templates/sitemap.js: line 21, col 53, ['url'] is better written in dot notation. +build/public/templates/sitemap.js: line 25, col 22, ['topics'] is better written in dot notation. +build/public/templates/sitemap.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/sitemap.js: line 33, col 114, Line is too long. +build/public/templates/sitemap.js: line 33, col 36, Expected '!==' and instead saw '!='. +build/public/templates/sitemap.js: line 33, col 52, ['topics'] is better written in dot notation. +build/public/templates/sitemap.js: line 36, col 37, Expected '!==' and instead saw '!='. +build/public/templates/sitemap.js: line 36, col 53, ['url'] is better written in dot notation. +build/public/templates/sitemap.js: line 34, col 13, 'key' is defined but never used. +build/public/templates/sitemap.js: line 32, col 11, 'value' is defined but never used. +build/public/templates/sitemap.js: line 30, col 62, 'helper' is defined but never used. +build/public/templates/sitemap.js: line 47, col 3, Missing semicolon. +build/public/templates/sitemap.js: line 5, col 46, 'define' is not defined. +build/public/templates/sitemap.js: line 6, col 5, 'define' is not defined. + +build/public/templates/tag.js: line 12, col 114, Line is too long. +build/public/templates/tag.js: line 12, col 30, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 12, col 46, ['breadcrumbs'] is better written in dot notation. +build/public/templates/tag.js: line 12, col 64, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 12, col 80, ['breadcrumbs'] is better written in dot notation. +build/public/templates/tag.js: line 12, col 95, ['length'] is better written in dot notation. +build/public/templates/tag.js: line 13, col 136, Line is too long. +build/public/templates/tag.js: line 14, col 26, ['breadcrumbs'] is better written in dot notation. +build/public/templates/tag.js: line 19, col 194, Line is too long. +build/public/templates/tag.js: line 20, col 25, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 20, col 41, ['loggedIn'] is better written in dot notation. +build/public/templates/tag.js: line 21, col 487, Line is too long. +build/public/templates/tag.js: line 22, col 26, ['categories'] is better written in dot notation. +build/public/templates/tag.js: line 25, col 120, Line is too long. +build/public/templates/tag.js: line 25, col 37, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 25, col 53, ['config'] is better written in dot notation. +build/public/templates/tag.js: line 25, col 66, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 25, col 82, ['config'] is better written in dot notation. +build/public/templates/tag.js: line 25, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/tag.js: line 28, col 101, Line is too long. +build/public/templates/tag.js: line 28, col 25, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 28, col 41, ['config'] is better written in dot notation. +build/public/templates/tag.js: line 28, col 54, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 28, col 70, ['config'] is better written in dot notation. +build/public/templates/tag.js: line 28, col 80, ['loggedIn'] is better written in dot notation. +build/public/templates/tag.js: line 29, col 350, Line is too long. +build/public/templates/tag.js: line 30, col 29, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 30, col 45, ['isFollowing'] is better written in dot notation. +build/public/templates/tag.js: line 33, col 249, Line is too long. +build/public/templates/tag.js: line 34, col 29, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 34, col 45, ['isFollowing'] is better written in dot notation. +build/public/templates/tag.js: line 37, col 780, Line is too long. +build/public/templates/tag.js: line 38, col 29, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 38, col 45, ['isFollowing'] is better written in dot notation. +build/public/templates/tag.js: line 41, col 602, Line is too long. +build/public/templates/tag.js: line 42, col 29, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 42, col 45, ['isFollowing'] is better written in dot notation. +build/public/templates/tag.js: line 47, col 328, Line is too long. +build/public/templates/tag.js: line 48, col 25, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 48, col 41, ['selectedCategory'] is better written in dot notation. +build/public/templates/tag.js: line 50, col 159, Line is too long. +build/public/templates/tag.js: line 50, col 84, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 50, col 100, ['selectedCategory'] is better written in dot notation. +build/public/templates/tag.js: line 52, col 131, Line is too long. +build/public/templates/tag.js: line 52, col 37, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 52, col 53, ['selectedCategory'] is better written in dot notation. +build/public/templates/tag.js: line 52, col 76, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 52, col 92, ['selectedCategory'] is better written in dot notation. +build/public/templates/tag.js: line 52, col 112, ['name'] is better written in dot notation. +build/public/templates/tag.js: line 54, col 144, Line is too long. +build/public/templates/tag.js: line 55, col 410, Line is too long. +build/public/templates/tag.js: line 56, col 25, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 56, col 41, ['hideAll'] is better written in dot notation. +build/public/templates/tag.js: line 58, col 173, Line is too long. +build/public/templates/tag.js: line 59, col 29, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 59, col 45, ['allCategoriesUrl'] is better written in dot notation. +build/public/templates/tag.js: line 60, col 122, Line is too long. +build/public/templates/tag.js: line 60, col 39, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 60, col 55, ['config'] is better written in dot notation. +build/public/templates/tag.js: line 60, col 68, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 60, col 84, ['config'] is better written in dot notation. +build/public/templates/tag.js: line 60, col 94, ['relative_path'] is better written in dot notation. +build/public/templates/tag.js: line 62, col 41, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 62, col 57, ['allCategoriesUrl'] is better written in dot notation. +build/public/templates/tag.js: line 64, col 158, Line is too long. +build/public/templates/tag.js: line 65, col 29, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 65, col 45, ['selectedCategory'] is better written in dot notation. +build/public/templates/tag.js: line 70, col 22, ['categoryItems'] is better written in dot notation. +build/public/templates/tag.js: line 72, col 25, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 72, col 41, ['showTopicTools'] is better written in dot notation. +build/public/templates/tag.js: line 73, col 2006, Line is too long. +build/public/templates/tag.js: line 74, col 109, Line is too long. +build/public/templates/tag.js: line 74, col 29, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 74, col 45, ['template'] is better written in dot notation. +build/public/templates/tag.js: line 74, col 60, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 74, col 76, ['template'] is better written in dot notation. +build/public/templates/tag.js: line 74, col 88, ['category'] is better written in dot notation. +build/public/templates/tag.js: line 75, col 251, Line is too long. +build/public/templates/tag.js: line 77, col 1144, Line is too long. +build/public/templates/tag.js: line 78, col 26, ['thread_tools'] is better written in dot notation. +build/public/templates/tag.js: line 82, col 25, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 82, col 41, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 82, col 54, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 82, col 70, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 82, col 80, ['length'] is better written in dot notation. +build/public/templates/tag.js: line 85, col 147, Line is too long. +build/public/templates/tag.js: line 86, col 33, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 86, col 49, ['nextStart'] is better written in dot notation. +build/public/templates/tag.js: line 88, col 33, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 88, col 49, ['set'] is better written in dot notation. +build/public/templates/tag.js: line 90, col 22, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 91, col 111, Line is too long. +build/public/templates/tag.js: line 92, col 106, Line is too long. +build/public/templates/tag.js: line 92, col 25, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 92, col 41, ['config'] is better written in dot notation. +build/public/templates/tag.js: line 92, col 54, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 92, col 70, ['config'] is better written in dot notation. +build/public/templates/tag.js: line 92, col 80, ['usePagination'] is better written in dot notation. +build/public/templates/tag.js: line 94, col 162, Line is too long. +build/public/templates/tag.js: line 94, col 29, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 94, col 45, ['pagination'] is better written in dot notation. +build/public/templates/tag.js: line 94, col 62, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 94, col 78, ['pagination'] is better written in dot notation. +build/public/templates/tag.js: line 94, col 92, ['pages'] is better written in dot notation. +build/public/templates/tag.js: line 94, col 104, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 94, col 120, ['pagination'] is better written in dot notation. +build/public/templates/tag.js: line 94, col 134, ['pages'] is better written in dot notation. +build/public/templates/tag.js: line 94, col 143, ['length'] is better written in dot notation. +build/public/templates/tag.js: line 97, col 159, Line is too long. +build/public/templates/tag.js: line 98, col 160, Line is too long. +build/public/templates/tag.js: line 98, col 29, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 98, col 45, ['pagination'] is better written in dot notation. +build/public/templates/tag.js: line 98, col 62, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 98, col 78, ['pagination'] is better written in dot notation. +build/public/templates/tag.js: line 98, col 92, ['prev'] is better written in dot notation. +build/public/templates/tag.js: line 98, col 103, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 98, col 119, ['pagination'] is better written in dot notation. +build/public/templates/tag.js: line 98, col 133, ['prev'] is better written in dot notation. +build/public/templates/tag.js: line 98, col 141, ['active'] is better written in dot notation. +build/public/templates/tag.js: line 102, col 166, Line is too long. +build/public/templates/tag.js: line 102, col 37, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 102, col 53, ['pagination'] is better written in dot notation. +build/public/templates/tag.js: line 102, col 70, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 102, col 86, ['pagination'] is better written in dot notation. +build/public/templates/tag.js: line 102, col 100, ['prev'] is better written in dot notation. +build/public/templates/tag.js: line 102, col 111, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 102, col 127, ['pagination'] is better written in dot notation. +build/public/templates/tag.js: line 102, col 141, ['prev'] is better written in dot notation. +build/public/templates/tag.js: line 102, col 149, ['qs'] is better written in dot notation. +build/public/templates/tag.js: line 104, col 168, Line is too long. +build/public/templates/tag.js: line 104, col 37, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 104, col 53, ['pagination'] is better written in dot notation. +build/public/templates/tag.js: line 104, col 70, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 104, col 86, ['pagination'] is better written in dot notation. +build/public/templates/tag.js: line 104, col 100, ['prev'] is better written in dot notation. +build/public/templates/tag.js: line 104, col 111, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 104, col 127, ['pagination'] is better written in dot notation. +build/public/templates/tag.js: line 104, col 141, ['prev'] is better written in dot notation. +build/public/templates/tag.js: line 104, col 149, ['page'] is better written in dot notation. +build/public/templates/tag.js: line 105, col 118, Line is too long. +build/public/templates/tag.js: line 108, col 160, Line is too long. +build/public/templates/tag.js: line 108, col 29, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 108, col 45, ['pagination'] is better written in dot notation. +build/public/templates/tag.js: line 108, col 62, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 108, col 78, ['pagination'] is better written in dot notation. +build/public/templates/tag.js: line 108, col 92, ['next'] is better written in dot notation. +build/public/templates/tag.js: line 108, col 103, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 108, col 119, ['pagination'] is better written in dot notation. +build/public/templates/tag.js: line 108, col 133, ['next'] is better written in dot notation. +build/public/templates/tag.js: line 108, col 141, ['active'] is better written in dot notation. +build/public/templates/tag.js: line 112, col 166, Line is too long. +build/public/templates/tag.js: line 112, col 37, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 112, col 53, ['pagination'] is better written in dot notation. +build/public/templates/tag.js: line 112, col 70, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 112, col 86, ['pagination'] is better written in dot notation. +build/public/templates/tag.js: line 112, col 100, ['next'] is better written in dot notation. +build/public/templates/tag.js: line 112, col 111, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 112, col 127, ['pagination'] is better written in dot notation. +build/public/templates/tag.js: line 112, col 141, ['next'] is better written in dot notation. +build/public/templates/tag.js: line 112, col 149, ['qs'] is better written in dot notation. +build/public/templates/tag.js: line 114, col 168, Line is too long. +build/public/templates/tag.js: line 114, col 37, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 114, col 53, ['pagination'] is better written in dot notation. +build/public/templates/tag.js: line 114, col 70, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 114, col 86, ['pagination'] is better written in dot notation. +build/public/templates/tag.js: line 114, col 100, ['next'] is better written in dot notation. +build/public/templates/tag.js: line 114, col 111, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 114, col 127, ['pagination'] is better written in dot notation. +build/public/templates/tag.js: line 114, col 141, ['next'] is better written in dot notation. +build/public/templates/tag.js: line 114, col 149, ['page'] is better written in dot notation. +build/public/templates/tag.js: line 115, col 228, Line is too long. +build/public/templates/tag.js: line 116, col 160, Line is too long. +build/public/templates/tag.js: line 116, col 29, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 116, col 45, ['pagination'] is better written in dot notation. +build/public/templates/tag.js: line 116, col 62, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 116, col 78, ['pagination'] is better written in dot notation. +build/public/templates/tag.js: line 116, col 92, ['prev'] is better written in dot notation. +build/public/templates/tag.js: line 116, col 103, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 116, col 119, ['pagination'] is better written in dot notation. +build/public/templates/tag.js: line 116, col 133, ['prev'] is better written in dot notation. +build/public/templates/tag.js: line 116, col 141, ['active'] is better written in dot notation. +build/public/templates/tag.js: line 120, col 168, Line is too long. +build/public/templates/tag.js: line 120, col 37, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 120, col 53, ['pagination'] is better written in dot notation. +build/public/templates/tag.js: line 120, col 70, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 120, col 86, ['pagination'] is better written in dot notation. +build/public/templates/tag.js: line 120, col 100, ['first'] is better written in dot notation. +build/public/templates/tag.js: line 120, col 112, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 120, col 128, ['pagination'] is better written in dot notation. +build/public/templates/tag.js: line 120, col 142, ['first'] is better written in dot notation. +build/public/templates/tag.js: line 120, col 151, ['qs'] is better written in dot notation. +build/public/templates/tag.js: line 121, col 162, Line is too long. +build/public/templates/tag.js: line 122, col 160, Line is too long. +build/public/templates/tag.js: line 122, col 29, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 122, col 45, ['pagination'] is better written in dot notation. +build/public/templates/tag.js: line 122, col 62, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 122, col 78, ['pagination'] is better written in dot notation. +build/public/templates/tag.js: line 122, col 92, ['prev'] is better written in dot notation. +build/public/templates/tag.js: line 122, col 103, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 122, col 119, ['pagination'] is better written in dot notation. +build/public/templates/tag.js: line 122, col 133, ['prev'] is better written in dot notation. +build/public/templates/tag.js: line 122, col 141, ['active'] is better written in dot notation. +build/public/templates/tag.js: line 126, col 166, Line is too long. +build/public/templates/tag.js: line 126, col 37, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 126, col 53, ['pagination'] is better written in dot notation. +build/public/templates/tag.js: line 126, col 70, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 126, col 86, ['pagination'] is better written in dot notation. +build/public/templates/tag.js: line 126, col 100, ['prev'] is better written in dot notation. +build/public/templates/tag.js: line 126, col 111, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 126, col 127, ['pagination'] is better written in dot notation. +build/public/templates/tag.js: line 126, col 141, ['prev'] is better written in dot notation. +build/public/templates/tag.js: line 126, col 149, ['qs'] is better written in dot notation. +build/public/templates/tag.js: line 128, col 168, Line is too long. +build/public/templates/tag.js: line 128, col 37, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 128, col 53, ['pagination'] is better written in dot notation. +build/public/templates/tag.js: line 128, col 70, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 128, col 86, ['pagination'] is better written in dot notation. +build/public/templates/tag.js: line 128, col 100, ['prev'] is better written in dot notation. +build/public/templates/tag.js: line 128, col 111, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 128, col 127, ['pagination'] is better written in dot notation. +build/public/templates/tag.js: line 128, col 141, ['prev'] is better written in dot notation. +build/public/templates/tag.js: line 128, col 149, ['page'] is better written in dot notation. +build/public/templates/tag.js: line 129, col 280, Line is too long. +build/public/templates/tag.js: line 130, col 126, Line is too long. +build/public/templates/tag.js: line 130, col 37, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 130, col 53, ['pagination'] is better written in dot notation. +build/public/templates/tag.js: line 130, col 70, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 130, col 86, ['pagination'] is better written in dot notation. +build/public/templates/tag.js: line 130, col 100, ['currentPage'] is better written in dot notation. +build/public/templates/tag.js: line 132, col 124, Line is too long. +build/public/templates/tag.js: line 132, col 37, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 132, col 53, ['pagination'] is better written in dot notation. +build/public/templates/tag.js: line 132, col 70, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 132, col 86, ['pagination'] is better written in dot notation. +build/public/templates/tag.js: line 132, col 100, ['pageCount'] is better written in dot notation. +build/public/templates/tag.js: line 134, col 160, Line is too long. +build/public/templates/tag.js: line 134, col 29, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 134, col 45, ['pagination'] is better written in dot notation. +build/public/templates/tag.js: line 134, col 62, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 134, col 78, ['pagination'] is better written in dot notation. +build/public/templates/tag.js: line 134, col 92, ['next'] is better written in dot notation. +build/public/templates/tag.js: line 134, col 103, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 134, col 119, ['pagination'] is better written in dot notation. +build/public/templates/tag.js: line 134, col 133, ['next'] is better written in dot notation. +build/public/templates/tag.js: line 134, col 141, ['active'] is better written in dot notation. +build/public/templates/tag.js: line 138, col 166, Line is too long. +build/public/templates/tag.js: line 138, col 37, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 138, col 53, ['pagination'] is better written in dot notation. +build/public/templates/tag.js: line 138, col 70, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 138, col 86, ['pagination'] is better written in dot notation. +build/public/templates/tag.js: line 138, col 100, ['next'] is better written in dot notation. +build/public/templates/tag.js: line 138, col 111, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 138, col 127, ['pagination'] is better written in dot notation. +build/public/templates/tag.js: line 138, col 141, ['next'] is better written in dot notation. +build/public/templates/tag.js: line 138, col 149, ['qs'] is better written in dot notation. +build/public/templates/tag.js: line 140, col 168, Line is too long. +build/public/templates/tag.js: line 140, col 37, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 140, col 53, ['pagination'] is better written in dot notation. +build/public/templates/tag.js: line 140, col 70, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 140, col 86, ['pagination'] is better written in dot notation. +build/public/templates/tag.js: line 140, col 100, ['next'] is better written in dot notation. +build/public/templates/tag.js: line 140, col 111, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 140, col 127, ['pagination'] is better written in dot notation. +build/public/templates/tag.js: line 140, col 141, ['next'] is better written in dot notation. +build/public/templates/tag.js: line 140, col 149, ['page'] is better written in dot notation. +build/public/templates/tag.js: line 141, col 140, Line is too long. +build/public/templates/tag.js: line 142, col 160, Line is too long. +build/public/templates/tag.js: line 142, col 29, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 142, col 45, ['pagination'] is better written in dot notation. +build/public/templates/tag.js: line 142, col 62, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 142, col 78, ['pagination'] is better written in dot notation. +build/public/templates/tag.js: line 142, col 92, ['next'] is better written in dot notation. +build/public/templates/tag.js: line 142, col 103, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 142, col 119, ['pagination'] is better written in dot notation. +build/public/templates/tag.js: line 142, col 133, ['next'] is better written in dot notation. +build/public/templates/tag.js: line 142, col 141, ['active'] is better written in dot notation. +build/public/templates/tag.js: line 146, col 166, Line is too long. +build/public/templates/tag.js: line 146, col 37, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 146, col 53, ['pagination'] is better written in dot notation. +build/public/templates/tag.js: line 146, col 70, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 146, col 86, ['pagination'] is better written in dot notation. +build/public/templates/tag.js: line 146, col 100, ['last'] is better written in dot notation. +build/public/templates/tag.js: line 146, col 111, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 146, col 127, ['pagination'] is better written in dot notation. +build/public/templates/tag.js: line 146, col 141, ['last'] is better written in dot notation. +build/public/templates/tag.js: line 146, col 149, ['qs'] is better written in dot notation. +build/public/templates/tag.js: line 148, col 124, Line is too long. +build/public/templates/tag.js: line 148, col 37, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 148, col 53, ['pagination'] is better written in dot notation. +build/public/templates/tag.js: line 148, col 70, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 148, col 86, ['pagination'] is better written in dot notation. +build/public/templates/tag.js: line 148, col 100, ['pageCount'] is better written in dot notation. +build/public/templates/tag.js: line 149, col 128, Line is too long. +build/public/templates/tag.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/tag.js: line 158, col 119, Line is too long. +build/public/templates/tag.js: line 158, col 36, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 158, col 52, ['breadcrumbs'] is better written in dot notation. +build/public/templates/tag.js: line 164, col 133, Line is too long. +build/public/templates/tag.js: line 171, col 156, Line is too long. +build/public/templates/tag.js: line 171, col 29, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 171, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/tag.js: line 171, col 63, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 171, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/tag.js: line 171, col 103, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 171, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/tag.js: line 171, col 140, ['url'] is better written in dot notation. +build/public/templates/tag.js: line 173, col 170, Line is too long. +build/public/templates/tag.js: line 173, col 41, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 173, col 57, ['breadcrumbs'] is better written in dot notation. +build/public/templates/tag.js: line 173, col 75, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 173, col 91, ['breadcrumbs'] is better written in dot notation. +build/public/templates/tag.js: line 173, col 115, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 173, col 131, ['breadcrumbs'] is better written in dot notation. +build/public/templates/tag.js: line 173, col 152, ['url'] is better written in dot notation. +build/public/templates/tag.js: line 177, col 167, Line is too long. +build/public/templates/tag.js: line 177, col 37, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 177, col 53, ['breadcrumbs'] is better written in dot notation. +build/public/templates/tag.js: line 177, col 71, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 177, col 87, ['breadcrumbs'] is better written in dot notation. +build/public/templates/tag.js: line 177, col 111, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 177, col 127, ['breadcrumbs'] is better written in dot notation. +build/public/templates/tag.js: line 177, col 148, ['text'] is better written in dot notation. +build/public/templates/tag.js: line 181, col 33, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 184, col 37, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 184, col 53, ['rssFeedUrl'] is better written in dot notation. +build/public/templates/tag.js: line 186, col 49, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 186, col 65, ['rssFeedUrl'] is better written in dot notation. +build/public/templates/tag.js: line 192, col 156, Line is too long. +build/public/templates/tag.js: line 192, col 29, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 192, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/tag.js: line 192, col 63, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 192, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/tag.js: line 192, col 103, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 192, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/tag.js: line 192, col 140, ['url'] is better written in dot notation. +build/public/templates/tag.js: line 159, col 13, 'key' is defined but never used. +build/public/templates/tag.js: line 158, col 112, 'value' is defined but never used. +build/public/templates/tag.js: line 157, col 11, 'value' is defined but never used. +build/public/templates/tag.js: line 155, col 72, 'helper' is defined but never used. +build/public/templates/tag.js: line 203, col 155, Line is too long. +build/public/templates/tag.js: line 203, col 36, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 203, col 52, ['widgets'] is better written in dot notation. +build/public/templates/tag.js: line 203, col 66, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 203, col 82, ['widgets'] is better written in dot notation. +build/public/templates/tag.js: line 203, col 93, ['header'] is better written in dot notation. +build/public/templates/tag.js: line 206, col 205, Line is too long. +build/public/templates/tag.js: line 206, col 28, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 206, col 44, ['widgets'] is better written in dot notation. +build/public/templates/tag.js: line 206, col 58, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 206, col 74, ['widgets'] is better written in dot notation. +build/public/templates/tag.js: line 206, col 85, ['header'] is better written in dot notation. +build/public/templates/tag.js: line 206, col 98, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 206, col 114, ['widgets'] is better written in dot notation. +build/public/templates/tag.js: line 206, col 125, ['header'] is better written in dot notation. +build/public/templates/tag.js: line 206, col 144, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 206, col 160, ['widgets'] is better written in dot notation. +build/public/templates/tag.js: line 206, col 171, ['header'] is better written in dot notation. +build/public/templates/tag.js: line 206, col 187, ['html'] is better written in dot notation. +build/public/templates/tag.js: line 204, col 13, 'key' is defined but never used. +build/public/templates/tag.js: line 203, col 148, 'value' is defined but never used. +build/public/templates/tag.js: line 203, col 140, 'length' is defined but never used. +build/public/templates/tag.js: line 203, col 133, 'index' is defined but never used. +build/public/templates/tag.js: line 201, col 11, '__escape' is defined but never used. +build/public/templates/tag.js: line 202, col 11, 'value' is defined but never used. +build/public/templates/tag.js: line 200, col 77, 'helper' is defined but never used. +build/public/templates/tag.js: line 215, col 118, Line is too long. +build/public/templates/tag.js: line 215, col 36, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 215, col 52, ['categories'] is better written in dot notation. +build/public/templates/tag.js: line 218, col 163, Line is too long. +build/public/templates/tag.js: line 218, col 29, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 218, col 45, ['categories'] is better written in dot notation. +build/public/templates/tag.js: line 218, col 62, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 218, col 78, ['categories'] is better written in dot notation. +build/public/templates/tag.js: line 218, col 101, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 218, col 117, ['categories'] is better written in dot notation. +build/public/templates/tag.js: line 218, col 137, ['disabledClass'] is better written in dot notation. +build/public/templates/tag.js: line 222, col 120, Line is too long. +build/public/templates/tag.js: line 222, col 37, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 222, col 53, ['config'] is better written in dot notation. +build/public/templates/tag.js: line 222, col 66, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 222, col 82, ['config'] is better written in dot notation. +build/public/templates/tag.js: line 222, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/tag.js: line 224, col 163, Line is too long. +build/public/templates/tag.js: line 224, col 37, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 224, col 53, ['categories'] is better written in dot notation. +build/public/templates/tag.js: line 224, col 70, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 224, col 86, ['categories'] is better written in dot notation. +build/public/templates/tag.js: line 224, col 109, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 224, col 125, ['categories'] is better written in dot notation. +build/public/templates/tag.js: line 224, col 145, ['cid'] is better written in dot notation. +build/public/templates/tag.js: line 226, col 165, Line is too long. +build/public/templates/tag.js: line 226, col 37, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 226, col 53, ['categories'] is better written in dot notation. +build/public/templates/tag.js: line 226, col 70, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 226, col 86, ['categories'] is better written in dot notation. +build/public/templates/tag.js: line 226, col 109, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 226, col 125, ['categories'] is better written in dot notation. +build/public/templates/tag.js: line 226, col 145, ['level'] is better written in dot notation. +build/public/templates/tag.js: line 227, col 101, Line is too long. +build/public/templates/tag.js: line 228, col 110, Line is too long. +build/public/templates/tag.js: line 230, col 164, Line is too long. +build/public/templates/tag.js: line 230, col 37, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 230, col 53, ['categories'] is better written in dot notation. +build/public/templates/tag.js: line 230, col 70, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 230, col 86, ['categories'] is better written in dot notation. +build/public/templates/tag.js: line 230, col 109, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 230, col 125, ['categories'] is better written in dot notation. +build/public/templates/tag.js: line 230, col 145, ['name'] is better written in dot notation. +build/public/templates/tag.js: line 216, col 13, 'key' is defined but never used. +build/public/templates/tag.js: line 214, col 11, 'value' is defined but never used. +build/public/templates/tag.js: line 239, col 121, Line is too long. +build/public/templates/tag.js: line 239, col 36, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 239, col 52, ['categoryItems'] is better written in dot notation. +build/public/templates/tag.js: line 242, col 172, Line is too long. +build/public/templates/tag.js: line 242, col 29, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 242, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/tag.js: line 242, col 65, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 242, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/tag.js: line 242, col 107, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 242, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/tag.js: line 242, col 146, ['disabledClass'] is better written in dot notation. +build/public/templates/tag.js: line 246, col 172, Line is too long. +build/public/templates/tag.js: line 246, col 37, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 246, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/tag.js: line 246, col 73, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 246, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/tag.js: line 246, col 115, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 246, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/tag.js: line 246, col 154, ['cid'] is better written in dot notation. +build/public/templates/tag.js: line 248, col 178, Line is too long. +build/public/templates/tag.js: line 248, col 37, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 248, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/tag.js: line 248, col 73, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 248, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/tag.js: line 248, col 115, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 248, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/tag.js: line 248, col 154, ['parentCid'] is better written in dot notation. +build/public/templates/tag.js: line 250, col 173, Line is too long. +build/public/templates/tag.js: line 250, col 37, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 250, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/tag.js: line 250, col 73, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 250, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/tag.js: line 250, col 115, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 250, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/tag.js: line 250, col 154, ['name'] is better written in dot notation. +build/public/templates/tag.js: line 252, col 172, Line is too long. +build/public/templates/tag.js: line 252, col 29, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 252, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/tag.js: line 252, col 65, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 252, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/tag.js: line 252, col 107, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 252, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/tag.js: line 252, col 146, ['disabledClass'] is better written in dot notation. +build/public/templates/tag.js: line 256, col 174, Line is too long. +build/public/templates/tag.js: line 256, col 37, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 256, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/tag.js: line 256, col 73, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 256, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/tag.js: line 256, col 115, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 256, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/tag.js: line 256, col 154, ['level'] is better written in dot notation. +build/public/templates/tag.js: line 258, col 164, Line is too long. +build/public/templates/tag.js: line 258, col 29, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 258, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/tag.js: line 258, col 65, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 258, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/tag.js: line 258, col 107, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 258, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/tag.js: line 258, col 146, ['match'] is better written in dot notation. +build/public/templates/tag.js: line 262, col 163, Line is too long. +build/public/templates/tag.js: line 262, col 29, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 262, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/tag.js: line 262, col 65, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 262, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/tag.js: line 262, col 107, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 262, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/tag.js: line 262, col 146, ['icon'] is better written in dot notation. +build/public/templates/tag.js: line 264, col 114, Line is too long. +build/public/templates/tag.js: line 268, col 173, Line is too long. +build/public/templates/tag.js: line 268, col 37, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 268, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/tag.js: line 268, col 73, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 268, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/tag.js: line 268, col 115, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 268, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/tag.js: line 268, col 154, ['name'] is better written in dot notation. +build/public/templates/tag.js: line 269, col 112, Line is too long. +build/public/templates/tag.js: line 270, col 167, Line is too long. +build/public/templates/tag.js: line 270, col 29, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 270, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/tag.js: line 270, col 65, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 270, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/tag.js: line 270, col 107, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 270, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/tag.js: line 270, col 146, ['selected'] is better written in dot notation. +build/public/templates/tag.js: line 240, col 13, 'key' is defined but never used. +build/public/templates/tag.js: line 238, col 11, 'value' is defined but never used. +build/public/templates/tag.js: line 281, col 120, Line is too long. +build/public/templates/tag.js: line 281, col 36, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 281, col 52, ['thread_tools'] is better written in dot notation. +build/public/templates/tag.js: line 283, col 106, Line is too long. +build/public/templates/tag.js: line 284, col 171, Line is too long. +build/public/templates/tag.js: line 284, col 37, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 284, col 53, ['thread_tools'] is better written in dot notation. +build/public/templates/tag.js: line 284, col 72, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 284, col 88, ['thread_tools'] is better written in dot notation. +build/public/templates/tag.js: line 284, col 113, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 284, col 129, ['thread_tools'] is better written in dot notation. +build/public/templates/tag.js: line 286, col 170, Line is too long. +build/public/templates/tag.js: line 286, col 37, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 286, col 53, ['thread_tools'] is better written in dot notation. +build/public/templates/tag.js: line 286, col 72, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 286, col 88, ['thread_tools'] is better written in dot notation. +build/public/templates/tag.js: line 286, col 113, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 286, col 129, ['thread_tools'] is better written in dot notation. +build/public/templates/tag.js: line 286, col 151, ['icon'] is better written in dot notation. +build/public/templates/tag.js: line 288, col 171, Line is too long. +build/public/templates/tag.js: line 288, col 37, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 288, col 53, ['thread_tools'] is better written in dot notation. +build/public/templates/tag.js: line 288, col 72, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 288, col 88, ['thread_tools'] is better written in dot notation. +build/public/templates/tag.js: line 288, col 113, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 288, col 129, ['thread_tools'] is better written in dot notation. +build/public/templates/tag.js: line 288, col 151, ['title'] is better written in dot notation. +build/public/templates/tag.js: line 282, col 13, 'key' is defined but never used. +build/public/templates/tag.js: line 281, col 113, 'value' is defined but never used. +build/public/templates/tag.js: line 281, col 105, 'length' is defined but never used. +build/public/templates/tag.js: line 281, col 98, 'index' is defined but never used. +build/public/templates/tag.js: line 280, col 11, 'value' is defined but never used. +build/public/templates/tag.js: line 278, col 74, 'helper' is defined but never used. +build/public/templates/tag.js: line 297, col 114, Line is too long. +build/public/templates/tag.js: line 297, col 36, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 297, col 52, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 299, col 149, Line is too long. +build/public/templates/tag.js: line 302, col 151, Line is too long. +build/public/templates/tag.js: line 302, col 37, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 302, col 53, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 302, col 66, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 302, col 82, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 302, col 101, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 302, col 117, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 302, col 133, ['tid'] is better written in dot notation. +build/public/templates/tag.js: line 304, col 153, Line is too long. +build/public/templates/tag.js: line 304, col 37, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 304, col 53, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 304, col 66, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 304, col 82, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 304, col 101, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 304, col 117, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 304, col 133, ['index'] is better written in dot notation. +build/public/templates/tag.js: line 306, col 151, Line is too long. +build/public/templates/tag.js: line 306, col 37, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 306, col 53, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 306, col 66, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 306, col 82, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 306, col 101, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 306, col 117, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 306, col 133, ['cid'] is better written in dot notation. +build/public/templates/tag.js: line 307, col 133, Line is too long. +build/public/templates/tag.js: line 308, col 120, Line is too long. +build/public/templates/tag.js: line 308, col 37, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 308, col 53, ['config'] is better written in dot notation. +build/public/templates/tag.js: line 308, col 66, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 308, col 82, ['config'] is better written in dot notation. +build/public/templates/tag.js: line 308, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/tag.js: line 310, col 152, Line is too long. +build/public/templates/tag.js: line 310, col 37, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 310, col 53, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 310, col 66, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 310, col 82, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 310, col 101, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 310, col 117, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 310, col 133, ['slug'] is better written in dot notation. +build/public/templates/tag.js: line 312, col 194, Line is too long. +build/public/templates/tag.js: line 312, col 76, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 312, col 92, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 312, col 105, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 312, col 121, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 312, col 140, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 312, col 156, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 312, col 172, ['title'] is better written in dot notation. +build/public/templates/tag.js: line 313, col 120, Line is too long. +build/public/templates/tag.js: line 314, col 199, Line is too long. +build/public/templates/tag.js: line 314, col 76, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 314, col 92, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 314, col 105, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 314, col 121, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 314, col 140, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 314, col 156, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 314, col 172, ['index'] is better written in dot notation. +build/public/templates/tag.js: line 316, col 153, Line is too long. +build/public/templates/tag.js: line 316, col 37, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 316, col 53, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 316, col 66, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 316, col 82, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 316, col 101, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 316, col 117, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 316, col 133, ['index'] is better written in dot notation. +build/public/templates/tag.js: line 318, col 153, Line is too long. +build/public/templates/tag.js: line 318, col 37, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 318, col 53, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 318, col 66, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 318, col 82, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 318, col 101, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 318, col 117, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 318, col 133, ['index'] is better written in dot notation. +build/public/templates/tag.js: line 319, col 129, Line is too long. +build/public/templates/tag.js: line 320, col 162, Line is too long. +build/public/templates/tag.js: line 320, col 29, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 320, col 45, ['config'] is better written in dot notation. +build/public/templates/tag.js: line 320, col 58, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 320, col 74, ['config'] is better written in dot notation. +build/public/templates/tag.js: line 320, col 84, ['theme'] is better written in dot notation. +build/public/templates/tag.js: line 320, col 96, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 320, col 112, ['config'] is better written in dot notation. +build/public/templates/tag.js: line 320, col 122, ['theme'] is better written in dot notation. +build/public/templates/tag.js: line 320, col 131, ['mobileTopicTeasers'] is better written in dot notation. +build/public/templates/tag.js: line 323, col 141, Line is too long. +build/public/templates/tag.js: line 324, col 210, Line is too long. +build/public/templates/tag.js: line 324, col 37, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 324, col 53, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 324, col 66, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 324, col 82, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 324, col 101, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 324, col 117, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 324, col 133, ['user'] is better written in dot notation. +build/public/templates/tag.js: line 324, col 144, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 324, col 160, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 324, col 176, ['user'] is better written in dot notation. +build/public/templates/tag.js: line 324, col 184, ['displayname'] is better written in dot notation. +build/public/templates/tag.js: line 326, col 197, Line is too long. +build/public/templates/tag.js: line 326, col 29, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 326, col 45, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 326, col 58, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 326, col 74, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 326, col 93, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 326, col 109, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 326, col 125, ['user'] is better written in dot notation. +build/public/templates/tag.js: line 326, col 136, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 326, col 152, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 326, col 168, ['user'] is better written in dot notation. +build/public/templates/tag.js: line 326, col 176, ['userslug'] is better written in dot notation. +build/public/templates/tag.js: line 327, col 122, Line is too long. +build/public/templates/tag.js: line 327, col 39, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 327, col 55, ['config'] is better written in dot notation. +build/public/templates/tag.js: line 327, col 68, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 327, col 84, ['config'] is better written in dot notation. +build/public/templates/tag.js: line 327, col 94, ['relative_path'] is better written in dot notation. +build/public/templates/tag.js: line 329, col 210, Line is too long. +build/public/templates/tag.js: line 329, col 41, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 329, col 57, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 329, col 70, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 329, col 86, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 329, col 105, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 329, col 121, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 329, col 137, ['user'] is better written in dot notation. +build/public/templates/tag.js: line 329, col 148, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 329, col 164, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 329, col 180, ['user'] is better written in dot notation. +build/public/templates/tag.js: line 329, col 188, ['userslug'] is better written in dot notation. +build/public/templates/tag.js: line 332, col 254, Line is too long. +build/public/templates/tag.js: line 332, col 78, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 332, col 94, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 332, col 107, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 332, col 123, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 332, col 142, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 332, col 158, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 332, col 174, ['user'] is better written in dot notation. +build/public/templates/tag.js: line 332, col 217, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 334, col 29, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 334, col 45, ['showSelect'] is better written in dot notation. +build/public/templates/tag.js: line 335, col 257, Line is too long. +build/public/templates/tag.js: line 337, col 193, Line is too long. +build/public/templates/tag.js: line 338, col 29, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 338, col 45, ['showSelect'] is better written in dot notation. +build/public/templates/tag.js: line 342, col 146, Line is too long. +build/public/templates/tag.js: line 342, col 29, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 342, col 45, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 342, col 58, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 342, col 74, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 342, col 93, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 342, col 109, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 342, col 125, ['noAnchor'] is better written in dot notation. +build/public/templates/tag.js: line 344, col 122, Line is too long. +build/public/templates/tag.js: line 344, col 39, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 344, col 55, ['config'] is better written in dot notation. +build/public/templates/tag.js: line 344, col 68, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 344, col 84, ['config'] is better written in dot notation. +build/public/templates/tag.js: line 344, col 94, ['relative_path'] is better written in dot notation. +build/public/templates/tag.js: line 346, col 156, Line is too long. +build/public/templates/tag.js: line 346, col 41, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 346, col 57, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 346, col 70, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 346, col 86, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 346, col 105, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 346, col 121, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 346, col 137, ['slug'] is better written in dot notation. +build/public/templates/tag.js: line 347, col 150, Line is too long. +build/public/templates/tag.js: line 347, col 33, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 347, col 49, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 347, col 62, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 347, col 78, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 347, col 97, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 347, col 113, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 347, col 129, ['bookmark'] is better written in dot notation. +build/public/templates/tag.js: line 349, col 163, Line is too long. +build/public/templates/tag.js: line 349, col 45, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 349, col 61, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 349, col 74, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 349, col 90, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 349, col 109, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 349, col 125, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 349, col 141, ['bookmark'] is better written in dot notation. +build/public/templates/tag.js: line 352, col 153, Line is too long. +build/public/templates/tag.js: line 352, col 37, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 352, col 53, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 352, col 66, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 352, col 82, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 352, col 101, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 352, col 117, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 352, col 133, ['title'] is better written in dot notation. +build/public/templates/tag.js: line 353, col 201, Line is too long. +build/public/templates/tag.js: line 354, col 146, Line is too long. +build/public/templates/tag.js: line 354, col 29, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 354, col 45, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 354, col 58, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 354, col 74, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 354, col 93, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 354, col 109, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 354, col 125, ['followed'] is better written in dot notation. +build/public/templates/tag.js: line 357, col 175, Line is too long. +build/public/templates/tag.js: line 358, col 145, Line is too long. +build/public/templates/tag.js: line 358, col 29, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 358, col 45, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 358, col 58, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 358, col 74, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 358, col 93, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 358, col 109, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 358, col 125, ['ignored'] is better written in dot notation. +build/public/templates/tag.js: line 361, col 180, Line is too long. +build/public/templates/tag.js: line 362, col 147, Line is too long. +build/public/templates/tag.js: line 362, col 29, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 362, col 45, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 362, col 58, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 362, col 74, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 362, col 93, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 362, col 109, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 362, col 125, ['scheduled'] is better written in dot notation. +build/public/templates/tag.js: line 365, col 176, Line is too long. +build/public/templates/tag.js: line 366, col 285, Line is too long. +build/public/templates/tag.js: line 366, col 30, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 366, col 46, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 366, col 59, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 366, col 75, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 366, col 94, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 366, col 110, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 366, col 126, ['scheduled'] is better written in dot notation. +build/public/templates/tag.js: line 366, col 169, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 366, col 185, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 366, col 198, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 366, col 214, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 366, col 233, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 366, col 249, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 366, col 265, ['pinned'] is better written in dot notation. +build/public/templates/tag.js: line 370, col 147, Line is too long. +build/public/templates/tag.js: line 370, col 29, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 370, col 45, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 370, col 58, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 370, col 74, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 370, col 93, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 370, col 109, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 370, col 125, ['pinExpiry'] is better written in dot notation. +build/public/templates/tag.js: line 372, col 311, Line is too long. +build/public/templates/tag.js: line 372, col 92, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 372, col 108, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 372, col 121, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 372, col 137, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 372, col 156, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 372, col 172, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 372, col 188, ['pinExpiryISO'] is better written in dot notation. +build/public/templates/tag.js: line 372, col 231, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 372, col 247, ['config'] is better written in dot notation. +build/public/templates/tag.js: line 372, col 260, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 372, col 276, ['config'] is better written in dot notation. +build/public/templates/tag.js: line 372, col 286, ['userLang'] is better written in dot notation. +build/public/templates/tag.js: line 375, col 113, Line is too long. +build/public/templates/tag.js: line 376, col 144, Line is too long. +build/public/templates/tag.js: line 376, col 29, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 376, col 45, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 376, col 58, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 376, col 74, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 376, col 93, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 376, col 109, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 376, col 125, ['locked'] is better written in dot notation. +build/public/templates/tag.js: line 379, col 169, Line is too long. +build/public/templates/tag.js: line 380, col 144, Line is too long. +build/public/templates/tag.js: line 380, col 29, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 380, col 45, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 380, col 58, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 380, col 74, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 380, col 93, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 380, col 109, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 380, col 125, ['oldCid'] is better written in dot notation. +build/public/templates/tag.js: line 383, col 103, Line is too long. +build/public/templates/tag.js: line 384, col 190, Line is too long. +build/public/templates/tag.js: line 384, col 33, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 384, col 49, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 384, col 62, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 384, col 78, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 384, col 97, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 384, col 113, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 384, col 129, ['icons'] is better written in dot notation. +build/public/templates/tag.js: line 385, col 17, 'key' is defined but never used. +build/public/templates/tag.js: line 393, col 298, Line is too long. +build/public/templates/tag.js: line 393, col 31, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 393, col 47, ['template'] is better written in dot notation. +build/public/templates/tag.js: line 393, col 62, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 393, col 78, ['template'] is better written in dot notation. +build/public/templates/tag.js: line 393, col 90, ['category'] is better written in dot notation. +build/public/templates/tag.js: line 393, col 132, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 393, col 148, ['cid'] is better written in dot notation. +build/public/templates/tag.js: line 393, col 184, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 393, col 200, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 393, col 213, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 393, col 229, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 393, col 248, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 393, col 264, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 393, col 280, ['cid'] is better written in dot notation. +build/public/templates/tag.js: line 393, col 166, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 395, col 225, Line is too long. +build/public/templates/tag.js: line 395, col 89, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 395, col 105, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 395, col 118, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 395, col 134, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 395, col 153, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 395, col 169, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 395, col 185, ['category'] is better written in dot notation. +build/public/templates/tag.js: line 399, col 151, Line is too long. +build/public/templates/tag.js: line 399, col 37, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 399, col 53, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 399, col 66, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 399, col 82, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 399, col 101, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 399, col 117, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 399, col 133, ['tid'] is better written in dot notation. +build/public/templates/tag.js: line 401, col 195, Line is too long. +build/public/templates/tag.js: line 401, col 29, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 401, col 45, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 401, col 58, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 401, col 74, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 401, col 93, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 401, col 109, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 401, col 125, ['tags'] is better written in dot notation. +build/public/templates/tag.js: line 401, col 136, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 401, col 152, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 401, col 168, ['tags'] is better written in dot notation. +build/public/templates/tag.js: line 401, col 176, ['length'] is better written in dot notation. +build/public/templates/tag.js: line 405, col 189, Line is too long. +build/public/templates/tag.js: line 405, col 33, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 405, col 49, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 405, col 62, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 405, col 78, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 405, col 97, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 405, col 113, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 405, col 129, ['tags'] is better written in dot notation. +build/public/templates/tag.js: line 408, col 124, Line is too long. +build/public/templates/tag.js: line 408, col 41, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 408, col 57, ['config'] is better written in dot notation. +build/public/templates/tag.js: line 408, col 70, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 408, col 86, ['config'] is better written in dot notation. +build/public/templates/tag.js: line 408, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/tag.js: line 410, col 270, Line is too long. +build/public/templates/tag.js: line 410, col 41, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 410, col 57, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 410, col 70, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 410, col 86, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 410, col 105, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 410, col 121, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 410, col 137, ['tags'] is better written in dot notation. +build/public/templates/tag.js: line 410, col 148, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 410, col 164, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 410, col 180, ['tags'] is better written in dot notation. +build/public/templates/tag.js: line 410, col 197, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 410, col 213, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 410, col 229, ['tags'] is better written in dot notation. +build/public/templates/tag.js: line 410, col 243, ['valueEncoded'] is better written in dot notation. +build/public/templates/tag.js: line 412, col 263, Line is too long. +build/public/templates/tag.js: line 412, col 41, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 412, col 57, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 412, col 70, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 412, col 86, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 412, col 105, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 412, col 121, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 412, col 137, ['tags'] is better written in dot notation. +build/public/templates/tag.js: line 412, col 148, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 412, col 164, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 412, col 180, ['tags'] is better written in dot notation. +build/public/templates/tag.js: line 412, col 197, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 412, col 213, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 412, col 229, ['tags'] is better written in dot notation. +build/public/templates/tag.js: line 414, col 263, Line is too long. +build/public/templates/tag.js: line 414, col 41, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 414, col 57, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 414, col 70, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 414, col 86, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 414, col 105, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 414, col 121, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 414, col 137, ['tags'] is better written in dot notation. +build/public/templates/tag.js: line 414, col 148, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 414, col 164, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 414, col 180, ['tags'] is better written in dot notation. +build/public/templates/tag.js: line 414, col 197, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 414, col 213, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 414, col 229, ['tags'] is better written in dot notation. +build/public/templates/tag.js: line 414, col 243, ['value'] is better written in dot notation. +build/public/templates/tag.js: line 416, col 270, Line is too long. +build/public/templates/tag.js: line 416, col 41, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 416, col 57, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 416, col 70, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 416, col 86, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 416, col 105, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 416, col 121, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 416, col 137, ['tags'] is better written in dot notation. +build/public/templates/tag.js: line 416, col 148, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 416, col 164, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 416, col 180, ['tags'] is better written in dot notation. +build/public/templates/tag.js: line 416, col 197, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 416, col 213, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 416, col 229, ['tags'] is better written in dot notation. +build/public/templates/tag.js: line 416, col 243, ['valueEscaped'] is better written in dot notation. +build/public/templates/tag.js: line 406, col 17, 'key' is defined but never used. +build/public/templates/tag.js: line 405, col 182, 'value' is defined but never used. +build/public/templates/tag.js: line 405, col 174, 'length' is defined but never used. +build/public/templates/tag.js: line 405, col 167, 'index' is defined but never used. +build/public/templates/tag.js: line 421, col 250, Line is too long. +build/public/templates/tag.js: line 422, col 256, Line is too long. +build/public/templates/tag.js: line 422, col 86, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 422, col 102, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 422, col 115, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 422, col 131, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 422, col 150, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 422, col 166, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 422, col 182, ['postcount'] is better written in dot notation. +build/public/templates/tag.js: line 422, col 222, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 424, col 120, Line is too long. +build/public/templates/tag.js: line 424, col 37, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 424, col 53, ['config'] is better written in dot notation. +build/public/templates/tag.js: line 424, col 66, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 424, col 82, ['config'] is better written in dot notation. +build/public/templates/tag.js: line 424, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/tag.js: line 426, col 152, Line is too long. +build/public/templates/tag.js: line 426, col 37, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 426, col 53, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 426, col 66, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 426, col 82, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 426, col 101, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 426, col 117, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 426, col 133, ['slug'] is better written in dot notation. +build/public/templates/tag.js: line 427, col 361, Line is too long. +build/public/templates/tag.js: line 427, col 30, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 427, col 46, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 427, col 59, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 427, col 75, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 427, col 94, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 427, col 110, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 427, col 126, ['teaser'] is better written in dot notation. +build/public/templates/tag.js: line 427, col 139, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 427, col 155, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 427, col 171, ['teaser'] is better written in dot notation. +build/public/templates/tag.js: line 427, col 181, ['timestampISO'] is better written in dot notation. +build/public/templates/tag.js: line 427, col 227, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 427, col 243, ['config'] is better written in dot notation. +build/public/templates/tag.js: line 427, col 256, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 427, col 272, ['config'] is better written in dot notation. +build/public/templates/tag.js: line 427, col 282, ['theme'] is better written in dot notation. +build/public/templates/tag.js: line 427, col 294, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 427, col 310, ['config'] is better written in dot notation. +build/public/templates/tag.js: line 427, col 320, ['theme'] is better written in dot notation. +build/public/templates/tag.js: line 427, col 329, ['mobileTopicTeasers'] is better written in dot notation. +build/public/templates/tag.js: line 429, col 211, Line is too long. +build/public/templates/tag.js: line 429, col 41, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 429, col 57, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 429, col 70, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 429, col 86, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 429, col 105, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 429, col 121, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 429, col 137, ['teaser'] is better written in dot notation. +build/public/templates/tag.js: line 429, col 150, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 429, col 166, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 429, col 182, ['teaser'] is better written in dot notation. +build/public/templates/tag.js: line 429, col 192, ['index'] is better written in dot notation. +build/public/templates/tag.js: line 432, col 361, Line is too long. +build/public/templates/tag.js: line 432, col 30, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 432, col 46, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 432, col 59, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 432, col 75, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 432, col 94, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 432, col 110, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 432, col 126, ['teaser'] is better written in dot notation. +build/public/templates/tag.js: line 432, col 139, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 432, col 155, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 432, col 171, ['teaser'] is better written in dot notation. +build/public/templates/tag.js: line 432, col 181, ['timestampISO'] is better written in dot notation. +build/public/templates/tag.js: line 432, col 227, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 432, col 243, ['config'] is better written in dot notation. +build/public/templates/tag.js: line 432, col 256, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 432, col 272, ['config'] is better written in dot notation. +build/public/templates/tag.js: line 432, col 282, ['theme'] is better written in dot notation. +build/public/templates/tag.js: line 432, col 294, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 432, col 310, ['config'] is better written in dot notation. +build/public/templates/tag.js: line 432, col 320, ['theme'] is better written in dot notation. +build/public/templates/tag.js: line 432, col 329, ['mobileTopicTeasers'] is better written in dot notation. +build/public/templates/tag.js: line 433, col 216, Line is too long. +build/public/templates/tag.js: line 433, col 39, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 433, col 55, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 433, col 68, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 433, col 84, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 433, col 103, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 433, col 119, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 433, col 135, ['teaser'] is better written in dot notation. +build/public/templates/tag.js: line 433, col 148, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 433, col 164, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 433, col 180, ['teaser'] is better written in dot notation. +build/public/templates/tag.js: line 433, col 190, ['timestampISO'] is better written in dot notation. +build/public/templates/tag.js: line 434, col 163, Line is too long. +build/public/templates/tag.js: line 434, col 39, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 434, col 55, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 434, col 68, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 434, col 84, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 434, col 103, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 434, col 119, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 434, col 135, ['timestampISO'] is better written in dot notation. +build/public/templates/tag.js: line 436, col 120, Line is too long. +build/public/templates/tag.js: line 436, col 37, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 436, col 53, ['config'] is better written in dot notation. +build/public/templates/tag.js: line 436, col 66, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 436, col 82, ['config'] is better written in dot notation. +build/public/templates/tag.js: line 436, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/tag.js: line 438, col 152, Line is too long. +build/public/templates/tag.js: line 438, col 37, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 438, col 53, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 438, col 66, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 438, col 82, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 438, col 101, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 438, col 117, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 438, col 133, ['slug'] is better written in dot notation. +build/public/templates/tag.js: line 439, col 104, Line is too long. +build/public/templates/tag.js: line 440, col 160, Line is too long. +build/public/templates/tag.js: line 440, col 37, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 440, col 53, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 440, col 66, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 440, col 82, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 440, col 101, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 440, col 117, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 440, col 133, ['timestampISO'] is better written in dot notation. +build/public/templates/tag.js: line 442, col 29, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 442, col 45, ['showSelect'] is better written in dot notation. +build/public/templates/tag.js: line 443, col 219, Line is too long. +build/public/templates/tag.js: line 446, col 199, Line is too long. +build/public/templates/tag.js: line 446, col 29, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 446, col 45, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 446, col 58, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 446, col 74, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 446, col 93, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 446, col 109, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 446, col 125, ['thumbs'] is better written in dot notation. +build/public/templates/tag.js: line 446, col 138, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 446, col 154, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 446, col 170, ['thumbs'] is better written in dot notation. +build/public/templates/tag.js: line 446, col 180, ['length'] is better written in dot notation. +build/public/templates/tag.js: line 447, col 123, Line is too long. +build/public/templates/tag.js: line 448, col 124, Line is too long. +build/public/templates/tag.js: line 448, col 41, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 448, col 57, ['config'] is better written in dot notation. +build/public/templates/tag.js: line 448, col 70, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 448, col 86, ['config'] is better written in dot notation. +build/public/templates/tag.js: line 448, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/tag.js: line 450, col 156, Line is too long. +build/public/templates/tag.js: line 450, col 41, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 450, col 57, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 450, col 70, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 450, col 86, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 450, col 105, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 450, col 121, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 450, col 137, ['slug'] is better written in dot notation. +build/public/templates/tag.js: line 451, col 150, Line is too long. +build/public/templates/tag.js: line 451, col 33, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 451, col 49, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 451, col 62, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 451, col 78, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 451, col 97, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 451, col 113, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 451, col 129, ['bookmark'] is better written in dot notation. +build/public/templates/tag.js: line 453, col 163, Line is too long. +build/public/templates/tag.js: line 453, col 45, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 453, col 61, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 453, col 74, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 453, col 90, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 453, col 109, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 453, col 125, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 453, col 141, ['bookmark'] is better written in dot notation. +build/public/templates/tag.js: line 455, col 190, Line is too long. +build/public/templates/tag.js: line 456, col 265, Line is too long. +build/public/templates/tag.js: line 456, col 41, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 456, col 57, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 456, col 70, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 456, col 86, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 456, col 105, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 456, col 121, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 456, col 137, ['thumbs'] is better written in dot notation. +build/public/templates/tag.js: line 456, col 150, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 456, col 166, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 456, col 182, ['thumbs'] is better written in dot notation. +build/public/templates/tag.js: line 456, col 200, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 456, col 216, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 456, col 232, ['thumbs'] is better written in dot notation. +build/public/templates/tag.js: line 456, col 247, ['url'] is better written in dot notation. +build/public/templates/tag.js: line 458, col 213, Line is too long. +build/public/templates/tag.js: line 458, col 41, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 458, col 57, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 458, col 70, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 458, col 86, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 458, col 105, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 458, col 121, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 458, col 137, ['thumbs'] is better written in dot notation. +build/public/templates/tag.js: line 458, col 150, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 458, col 166, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 458, col 182, ['thumbs'] is better written in dot notation. +build/public/templates/tag.js: line 458, col 192, ['length'] is better written in dot notation. +build/public/templates/tag.js: line 459, col 231, Line is too long. +build/public/templates/tag.js: line 460, col 213, Line is too long. +build/public/templates/tag.js: line 460, col 41, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 460, col 57, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 460, col 70, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 460, col 86, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 460, col 105, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 460, col 121, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 460, col 137, ['thumbs'] is better written in dot notation. +build/public/templates/tag.js: line 460, col 150, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 460, col 166, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 460, col 182, ['thumbs'] is better written in dot notation. +build/public/templates/tag.js: line 460, col 192, ['length'] is better written in dot notation. +build/public/templates/tag.js: line 463, col 193, Line is too long. +build/public/templates/tag.js: line 464, col 29, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 468, col 29, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 470, col 131, Line is too long. +build/public/templates/tag.js: line 471, col 157, Line is too long. +build/public/templates/tag.js: line 471, col 41, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 471, col 57, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 471, col 70, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 471, col 86, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 471, col 105, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 471, col 121, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 471, col 137, ['votes'] is better written in dot notation. +build/public/templates/tag.js: line 473, col 256, Line is too long. +build/public/templates/tag.js: line 473, col 90, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 473, col 106, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 473, col 119, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 473, col 135, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 473, col 154, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 473, col 170, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 473, col 186, ['votes'] is better written in dot notation. +build/public/templates/tag.js: line 473, col 222, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 474, col 200, Line is too long. +build/public/templates/tag.js: line 475, col 133, Line is too long. +build/public/templates/tag.js: line 476, col 157, Line is too long. +build/public/templates/tag.js: line 476, col 37, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 476, col 53, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 476, col 66, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 476, col 82, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 476, col 101, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 476, col 117, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 476, col 133, ['postcount'] is better written in dot notation. +build/public/templates/tag.js: line 478, col 256, Line is too long. +build/public/templates/tag.js: line 478, col 86, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 478, col 102, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 478, col 115, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 478, col 131, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 478, col 150, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 478, col 166, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 478, col 182, ['postcount'] is better written in dot notation. +build/public/templates/tag.js: line 478, col 222, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 479, col 316, Line is too long. +build/public/templates/tag.js: line 480, col 157, Line is too long. +build/public/templates/tag.js: line 480, col 37, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 480, col 53, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 480, col 66, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 480, col 82, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 480, col 101, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 480, col 117, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 480, col 133, ['viewcount'] is better written in dot notation. +build/public/templates/tag.js: line 482, col 256, Line is too long. +build/public/templates/tag.js: line 482, col 86, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 482, col 102, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 482, col 115, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 482, col 131, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 482, col 150, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 482, col 166, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 482, col 182, ['viewcount'] is better written in dot notation. +build/public/templates/tag.js: line 482, col 222, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 483, col 264, Line is too long. +build/public/templates/tag.js: line 484, col 162, Line is too long. +build/public/templates/tag.js: line 484, col 29, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 484, col 45, ['config'] is better written in dot notation. +build/public/templates/tag.js: line 484, col 58, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 484, col 74, ['config'] is better written in dot notation. +build/public/templates/tag.js: line 484, col 84, ['theme'] is better written in dot notation. +build/public/templates/tag.js: line 484, col 96, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 484, col 112, ['config'] is better written in dot notation. +build/public/templates/tag.js: line 484, col 122, ['theme'] is better written in dot notation. +build/public/templates/tag.js: line 484, col 131, ['mobileTopicTeasers'] is better written in dot notation. +build/public/templates/tag.js: line 487, col 125, Line is too long. +build/public/templates/tag.js: line 488, col 214, Line is too long. +build/public/templates/tag.js: line 488, col 37, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 488, col 53, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 488, col 66, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 488, col 82, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 488, col 101, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 488, col 117, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 488, col 133, ['category'] is better written in dot notation. +build/public/templates/tag.js: line 488, col 148, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 488, col 164, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 488, col 180, ['category'] is better written in dot notation. +build/public/templates/tag.js: line 488, col 192, ['bgColor'] is better written in dot notation. +build/public/templates/tag.js: line 490, col 147, Line is too long. +build/public/templates/tag.js: line 490, col 29, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 490, col 45, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 490, col 58, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 490, col 74, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 490, col 93, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 490, col 109, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 490, col 125, ['unreplied'] is better written in dot notation. +build/public/templates/tag.js: line 493, col 200, Line is too long. +build/public/templates/tag.js: line 493, col 33, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 493, col 49, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 493, col 62, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 493, col 78, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 493, col 97, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 493, col 113, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 493, col 129, ['teaser'] is better written in dot notation. +build/public/templates/tag.js: line 493, col 142, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 493, col 158, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 493, col 174, ['teaser'] is better written in dot notation. +build/public/templates/tag.js: line 493, col 184, ['pid'] is better written in dot notation. +build/public/templates/tag.js: line 495, col 270, Line is too long. +build/public/templates/tag.js: line 495, col 37, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 495, col 53, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 495, col 66, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 495, col 82, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 495, col 101, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 495, col 117, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 495, col 133, ['teaser'] is better written in dot notation. +build/public/templates/tag.js: line 495, col 146, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 495, col 162, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 495, col 178, ['teaser'] is better written in dot notation. +build/public/templates/tag.js: line 495, col 188, ['user'] is better written in dot notation. +build/public/templates/tag.js: line 495, col 199, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 495, col 215, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 495, col 231, ['teaser'] is better written in dot notation. +build/public/templates/tag.js: line 495, col 241, ['user'] is better written in dot notation. +build/public/templates/tag.js: line 495, col 249, ['userslug'] is better written in dot notation. +build/public/templates/tag.js: line 496, col 130, Line is too long. +build/public/templates/tag.js: line 496, col 47, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 496, col 63, ['config'] is better written in dot notation. +build/public/templates/tag.js: line 496, col 76, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 496, col 92, ['config'] is better written in dot notation. +build/public/templates/tag.js: line 496, col 102, ['relative_path'] is better written in dot notation. +build/public/templates/tag.js: line 498, col 283, Line is too long. +build/public/templates/tag.js: line 498, col 49, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 498, col 65, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 498, col 78, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 498, col 94, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 498, col 113, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 498, col 129, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 498, col 145, ['teaser'] is better written in dot notation. +build/public/templates/tag.js: line 498, col 158, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 498, col 174, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 498, col 190, ['teaser'] is better written in dot notation. +build/public/templates/tag.js: line 498, col 200, ['user'] is better written in dot notation. +build/public/templates/tag.js: line 498, col 211, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 498, col 227, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 498, col 243, ['teaser'] is better written in dot notation. +build/public/templates/tag.js: line 498, col 253, ['user'] is better written in dot notation. +build/public/templates/tag.js: line 498, col 261, ['userslug'] is better written in dot notation. +build/public/templates/tag.js: line 501, col 283, Line is too long. +build/public/templates/tag.js: line 501, col 45, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 501, col 61, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 501, col 74, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 501, col 90, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 501, col 109, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 501, col 125, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 501, col 141, ['teaser'] is better written in dot notation. +build/public/templates/tag.js: line 501, col 154, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 501, col 170, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 501, col 186, ['teaser'] is better written in dot notation. +build/public/templates/tag.js: line 501, col 196, ['user'] is better written in dot notation. +build/public/templates/tag.js: line 501, col 207, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 501, col 223, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 501, col 239, ['teaser'] is better written in dot notation. +build/public/templates/tag.js: line 501, col 249, ['user'] is better written in dot notation. +build/public/templates/tag.js: line 501, col 257, ['displayname'] is better written in dot notation. +build/public/templates/tag.js: line 503, col 317, Line is too long. +build/public/templates/tag.js: line 503, col 86, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 503, col 102, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 503, col 115, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 503, col 131, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 503, col 150, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 503, col 166, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 503, col 182, ['teaser'] is better written in dot notation. +build/public/templates/tag.js: line 503, col 195, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 503, col 211, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 503, col 227, ['teaser'] is better written in dot notation. +build/public/templates/tag.js: line 503, col 237, ['user'] is better written in dot notation. +build/public/templates/tag.js: line 503, col 280, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 505, col 128, Line is too long. +build/public/templates/tag.js: line 505, col 45, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 505, col 61, ['config'] is better written in dot notation. +build/public/templates/tag.js: line 505, col 74, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 505, col 90, ['config'] is better written in dot notation. +build/public/templates/tag.js: line 505, col 100, ['relative_path'] is better written in dot notation. +build/public/templates/tag.js: line 507, col 160, Line is too long. +build/public/templates/tag.js: line 507, col 45, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 507, col 61, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 507, col 74, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 507, col 90, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 507, col 109, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 507, col 125, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 507, col 141, ['slug'] is better written in dot notation. +build/public/templates/tag.js: line 509, col 216, Line is too long. +build/public/templates/tag.js: line 509, col 45, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 509, col 61, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 509, col 74, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 509, col 90, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 509, col 109, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 509, col 125, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 509, col 141, ['teaser'] is better written in dot notation. +build/public/templates/tag.js: line 509, col 154, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 509, col 170, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 509, col 186, ['teaser'] is better written in dot notation. +build/public/templates/tag.js: line 509, col 196, ['index'] is better written in dot notation. +build/public/templates/tag.js: line 511, col 223, Line is too long. +build/public/templates/tag.js: line 511, col 45, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 511, col 61, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 511, col 74, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 511, col 90, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 511, col 109, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 511, col 125, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 511, col 141, ['teaser'] is better written in dot notation. +build/public/templates/tag.js: line 511, col 154, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 511, col 170, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 511, col 186, ['teaser'] is better written in dot notation. +build/public/templates/tag.js: line 511, col 196, ['timestampISO'] is better written in dot notation. +build/public/templates/tag.js: line 512, col 230, Line is too long. +build/public/templates/tag.js: line 513, col 128, Line is too long. +build/public/templates/tag.js: line 513, col 45, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 513, col 61, ['config'] is better written in dot notation. +build/public/templates/tag.js: line 513, col 74, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 513, col 90, ['config'] is better written in dot notation. +build/public/templates/tag.js: line 513, col 100, ['relative_path'] is better written in dot notation. +build/public/templates/tag.js: line 515, col 160, Line is too long. +build/public/templates/tag.js: line 515, col 45, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 515, col 61, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 515, col 74, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 515, col 90, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 515, col 109, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 515, col 125, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 515, col 141, ['slug'] is better written in dot notation. +build/public/templates/tag.js: line 517, col 216, Line is too long. +build/public/templates/tag.js: line 517, col 45, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 517, col 61, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 517, col 74, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 517, col 90, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 517, col 109, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 517, col 125, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 517, col 141, ['teaser'] is better written in dot notation. +build/public/templates/tag.js: line 517, col 154, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 517, col 170, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 517, col 186, ['teaser'] is better written in dot notation. +build/public/templates/tag.js: line 517, col 196, ['index'] is better written in dot notation. +build/public/templates/tag.js: line 519, col 218, Line is too long. +build/public/templates/tag.js: line 519, col 45, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 519, col 61, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 519, col 74, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 519, col 90, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 519, col 109, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 519, col 125, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 519, col 141, ['teaser'] is better written in dot notation. +build/public/templates/tag.js: line 519, col 154, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 519, col 170, ['topics'] is better written in dot notation. +build/public/templates/tag.js: line 519, col 186, ['teaser'] is better written in dot notation. +build/public/templates/tag.js: line 519, col 196, ['content'] is better written in dot notation. +build/public/templates/tag.js: line 298, col 13, 'key' is defined but never used. +build/public/templates/tag.js: line 296, col 11, 'value' is defined but never used. +build/public/templates/tag.js: line 531, col 160, Line is too long. +build/public/templates/tag.js: line 531, col 36, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 531, col 52, ['pagination'] is better written in dot notation. +build/public/templates/tag.js: line 531, col 69, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 531, col 85, ['pagination'] is better written in dot notation. +build/public/templates/tag.js: line 531, col 99, ['pages'] is better written in dot notation. +build/public/templates/tag.js: line 534, col 219, Line is too long. +build/public/templates/tag.js: line 534, col 29, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 534, col 45, ['pagination'] is better written in dot notation. +build/public/templates/tag.js: line 534, col 62, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 534, col 78, ['pagination'] is better written in dot notation. +build/public/templates/tag.js: line 534, col 92, ['pages'] is better written in dot notation. +build/public/templates/tag.js: line 534, col 104, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 534, col 120, ['pagination'] is better written in dot notation. +build/public/templates/tag.js: line 534, col 134, ['pages'] is better written in dot notation. +build/public/templates/tag.js: line 534, col 152, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 534, col 168, ['pagination'] is better written in dot notation. +build/public/templates/tag.js: line 534, col 182, ['pages'] is better written in dot notation. +build/public/templates/tag.js: line 534, col 197, ['separator'] is better written in dot notation. +build/public/templates/tag.js: line 535, col 227, Line is too long. +build/public/templates/tag.js: line 537, col 220, Line is too long. +build/public/templates/tag.js: line 537, col 33, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 537, col 49, ['pagination'] is better written in dot notation. +build/public/templates/tag.js: line 537, col 66, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 537, col 82, ['pagination'] is better written in dot notation. +build/public/templates/tag.js: line 537, col 96, ['pages'] is better written in dot notation. +build/public/templates/tag.js: line 537, col 108, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 537, col 124, ['pagination'] is better written in dot notation. +build/public/templates/tag.js: line 537, col 138, ['pages'] is better written in dot notation. +build/public/templates/tag.js: line 537, col 156, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 537, col 172, ['pagination'] is better written in dot notation. +build/public/templates/tag.js: line 537, col 186, ['pages'] is better written in dot notation. +build/public/templates/tag.js: line 537, col 201, ['active'] is better written in dot notation. +build/public/templates/tag.js: line 541, col 226, Line is too long. +build/public/templates/tag.js: line 541, col 41, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 541, col 57, ['pagination'] is better written in dot notation. +build/public/templates/tag.js: line 541, col 74, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 541, col 90, ['pagination'] is better written in dot notation. +build/public/templates/tag.js: line 541, col 104, ['pages'] is better written in dot notation. +build/public/templates/tag.js: line 541, col 116, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 541, col 132, ['pagination'] is better written in dot notation. +build/public/templates/tag.js: line 541, col 146, ['pages'] is better written in dot notation. +build/public/templates/tag.js: line 541, col 164, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 541, col 180, ['pagination'] is better written in dot notation. +build/public/templates/tag.js: line 541, col 194, ['pages'] is better written in dot notation. +build/public/templates/tag.js: line 541, col 209, ['qs'] is better written in dot notation. +build/public/templates/tag.js: line 543, col 228, Line is too long. +build/public/templates/tag.js: line 543, col 41, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 543, col 57, ['pagination'] is better written in dot notation. +build/public/templates/tag.js: line 543, col 74, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 543, col 90, ['pagination'] is better written in dot notation. +build/public/templates/tag.js: line 543, col 104, ['pages'] is better written in dot notation. +build/public/templates/tag.js: line 543, col 116, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 543, col 132, ['pagination'] is better written in dot notation. +build/public/templates/tag.js: line 543, col 146, ['pages'] is better written in dot notation. +build/public/templates/tag.js: line 543, col 164, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 543, col 180, ['pagination'] is better written in dot notation. +build/public/templates/tag.js: line 543, col 194, ['pages'] is better written in dot notation. +build/public/templates/tag.js: line 543, col 209, ['page'] is better written in dot notation. +build/public/templates/tag.js: line 545, col 228, Line is too long. +build/public/templates/tag.js: line 545, col 41, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 545, col 57, ['pagination'] is better written in dot notation. +build/public/templates/tag.js: line 545, col 74, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 545, col 90, ['pagination'] is better written in dot notation. +build/public/templates/tag.js: line 545, col 104, ['pages'] is better written in dot notation. +build/public/templates/tag.js: line 545, col 116, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 545, col 132, ['pagination'] is better written in dot notation. +build/public/templates/tag.js: line 545, col 146, ['pages'] is better written in dot notation. +build/public/templates/tag.js: line 545, col 164, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 545, col 180, ['pagination'] is better written in dot notation. +build/public/templates/tag.js: line 545, col 194, ['pages'] is better written in dot notation. +build/public/templates/tag.js: line 545, col 209, ['page'] is better written in dot notation. +build/public/templates/tag.js: line 547, col 228, Line is too long. +build/public/templates/tag.js: line 547, col 41, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 547, col 57, ['pagination'] is better written in dot notation. +build/public/templates/tag.js: line 547, col 74, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 547, col 90, ['pagination'] is better written in dot notation. +build/public/templates/tag.js: line 547, col 104, ['pages'] is better written in dot notation. +build/public/templates/tag.js: line 547, col 116, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 547, col 132, ['pagination'] is better written in dot notation. +build/public/templates/tag.js: line 547, col 146, ['pages'] is better written in dot notation. +build/public/templates/tag.js: line 547, col 164, Expected '!==' and instead saw '!='. +build/public/templates/tag.js: line 547, col 180, ['pagination'] is better written in dot notation. +build/public/templates/tag.js: line 547, col 194, ['pages'] is better written in dot notation. +build/public/templates/tag.js: line 547, col 209, ['page'] is better written in dot notation. +build/public/templates/tag.js: line 532, col 13, 'key' is defined but never used. +build/public/templates/tag.js: line 531, col 153, 'value' is defined but never used. +build/public/templates/tag.js: line 531, col 145, 'length' is defined but never used. +build/public/templates/tag.js: line 531, col 138, 'index' is defined but never used. +build/public/templates/tag.js: line 530, col 11, 'value' is defined but never used. +build/public/templates/tag.js: line 528, col 81, 'helper' is defined but never used. +build/public/templates/tag.js: line 557, col 3, Missing semicolon. +build/public/templates/tag.js: line 5, col 46, 'define' is not defined. +build/public/templates/tag.js: line 6, col 5, 'define' is not defined. + +build/public/templates/tags.js: line 12, col 114, Line is too long. +build/public/templates/tags.js: line 12, col 30, Expected '!==' and instead saw '!='. +build/public/templates/tags.js: line 12, col 46, ['breadcrumbs'] is better written in dot notation. +build/public/templates/tags.js: line 12, col 64, Expected '!==' and instead saw '!='. +build/public/templates/tags.js: line 12, col 80, ['breadcrumbs'] is better written in dot notation. +build/public/templates/tags.js: line 12, col 95, ['length'] is better written in dot notation. +build/public/templates/tags.js: line 13, col 136, Line is too long. +build/public/templates/tags.js: line 14, col 26, ['breadcrumbs'] is better written in dot notation. +build/public/templates/tags.js: line 20, col 25, Expected '!==' and instead saw '!='. +build/public/templates/tags.js: line 20, col 41, ['displayTagSearch'] is better written in dot notation. +build/public/templates/tags.js: line 22, col 29, Expected '!==' and instead saw '!='. +build/public/templates/tags.js: line 22, col 45, ['tags'] is better written in dot notation. +build/public/templates/tags.js: line 22, col 56, Expected '!==' and instead saw '!='. +build/public/templates/tags.js: line 22, col 72, ['tags'] is better written in dot notation. +build/public/templates/tags.js: line 22, col 80, ['length'] is better written in dot notation. +build/public/templates/tags.js: line 23, col 360, Line is too long. +build/public/templates/tags.js: line 28, col 25, Expected '!==' and instead saw '!='. +build/public/templates/tags.js: line 28, col 41, ['tags'] is better written in dot notation. +build/public/templates/tags.js: line 28, col 52, Expected '!==' and instead saw '!='. +build/public/templates/tags.js: line 28, col 68, ['tags'] is better written in dot notation. +build/public/templates/tags.js: line 28, col 76, ['length'] is better written in dot notation. +build/public/templates/tags.js: line 31, col 103, Line is too long. +build/public/templates/tags.js: line 32, col 33, Expected '!==' and instead saw '!='. +build/public/templates/tags.js: line 32, col 49, ['nextStart'] is better written in dot notation. +build/public/templates/tags.js: line 34, col 22, ['tags'] is better written in dot notation. +build/public/templates/tags.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/tags.js: line 42, col 119, Line is too long. +build/public/templates/tags.js: line 42, col 36, Expected '!==' and instead saw '!='. +build/public/templates/tags.js: line 42, col 52, ['breadcrumbs'] is better written in dot notation. +build/public/templates/tags.js: line 48, col 133, Line is too long. +build/public/templates/tags.js: line 55, col 156, Line is too long. +build/public/templates/tags.js: line 55, col 29, Expected '!==' and instead saw '!='. +build/public/templates/tags.js: line 55, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/tags.js: line 55, col 63, Expected '!==' and instead saw '!='. +build/public/templates/tags.js: line 55, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/tags.js: line 55, col 103, Expected '!==' and instead saw '!='. +build/public/templates/tags.js: line 55, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/tags.js: line 55, col 140, ['url'] is better written in dot notation. +build/public/templates/tags.js: line 57, col 170, Line is too long. +build/public/templates/tags.js: line 57, col 41, Expected '!==' and instead saw '!='. +build/public/templates/tags.js: line 57, col 57, ['breadcrumbs'] is better written in dot notation. +build/public/templates/tags.js: line 57, col 75, Expected '!==' and instead saw '!='. +build/public/templates/tags.js: line 57, col 91, ['breadcrumbs'] is better written in dot notation. +build/public/templates/tags.js: line 57, col 115, Expected '!==' and instead saw '!='. +build/public/templates/tags.js: line 57, col 131, ['breadcrumbs'] is better written in dot notation. +build/public/templates/tags.js: line 57, col 152, ['url'] is better written in dot notation. +build/public/templates/tags.js: line 61, col 167, Line is too long. +build/public/templates/tags.js: line 61, col 37, Expected '!==' and instead saw '!='. +build/public/templates/tags.js: line 61, col 53, ['breadcrumbs'] is better written in dot notation. +build/public/templates/tags.js: line 61, col 71, Expected '!==' and instead saw '!='. +build/public/templates/tags.js: line 61, col 87, ['breadcrumbs'] is better written in dot notation. +build/public/templates/tags.js: line 61, col 111, Expected '!==' and instead saw '!='. +build/public/templates/tags.js: line 61, col 127, ['breadcrumbs'] is better written in dot notation. +build/public/templates/tags.js: line 61, col 148, ['text'] is better written in dot notation. +build/public/templates/tags.js: line 65, col 33, Expected '!==' and instead saw '!='. +build/public/templates/tags.js: line 68, col 37, Expected '!==' and instead saw '!='. +build/public/templates/tags.js: line 68, col 53, ['rssFeedUrl'] is better written in dot notation. +build/public/templates/tags.js: line 70, col 49, Expected '!==' and instead saw '!='. +build/public/templates/tags.js: line 70, col 65, ['rssFeedUrl'] is better written in dot notation. +build/public/templates/tags.js: line 76, col 156, Line is too long. +build/public/templates/tags.js: line 76, col 29, Expected '!==' and instead saw '!='. +build/public/templates/tags.js: line 76, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/tags.js: line 76, col 63, Expected '!==' and instead saw '!='. +build/public/templates/tags.js: line 76, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/tags.js: line 76, col 103, Expected '!==' and instead saw '!='. +build/public/templates/tags.js: line 76, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/tags.js: line 76, col 140, ['url'] is better written in dot notation. +build/public/templates/tags.js: line 43, col 13, 'key' is defined but never used. +build/public/templates/tags.js: line 42, col 112, 'value' is defined but never used. +build/public/templates/tags.js: line 41, col 11, 'value' is defined but never used. +build/public/templates/tags.js: line 39, col 72, 'helper' is defined but never used. +build/public/templates/tags.js: line 87, col 155, Line is too long. +build/public/templates/tags.js: line 87, col 36, Expected '!==' and instead saw '!='. +build/public/templates/tags.js: line 87, col 52, ['widgets'] is better written in dot notation. +build/public/templates/tags.js: line 87, col 66, Expected '!==' and instead saw '!='. +build/public/templates/tags.js: line 87, col 82, ['widgets'] is better written in dot notation. +build/public/templates/tags.js: line 87, col 93, ['header'] is better written in dot notation. +build/public/templates/tags.js: line 90, col 205, Line is too long. +build/public/templates/tags.js: line 90, col 28, Expected '!==' and instead saw '!='. +build/public/templates/tags.js: line 90, col 44, ['widgets'] is better written in dot notation. +build/public/templates/tags.js: line 90, col 58, Expected '!==' and instead saw '!='. +build/public/templates/tags.js: line 90, col 74, ['widgets'] is better written in dot notation. +build/public/templates/tags.js: line 90, col 85, ['header'] is better written in dot notation. +build/public/templates/tags.js: line 90, col 98, Expected '!==' and instead saw '!='. +build/public/templates/tags.js: line 90, col 114, ['widgets'] is better written in dot notation. +build/public/templates/tags.js: line 90, col 125, ['header'] is better written in dot notation. +build/public/templates/tags.js: line 90, col 144, Expected '!==' and instead saw '!='. +build/public/templates/tags.js: line 90, col 160, ['widgets'] is better written in dot notation. +build/public/templates/tags.js: line 90, col 171, ['header'] is better written in dot notation. +build/public/templates/tags.js: line 90, col 187, ['html'] is better written in dot notation. +build/public/templates/tags.js: line 88, col 13, 'key' is defined but never used. +build/public/templates/tags.js: line 87, col 148, 'value' is defined but never used. +build/public/templates/tags.js: line 87, col 140, 'length' is defined but never used. +build/public/templates/tags.js: line 87, col 133, 'index' is defined but never used. +build/public/templates/tags.js: line 85, col 11, '__escape' is defined but never used. +build/public/templates/tags.js: line 86, col 11, 'value' is defined but never used. +build/public/templates/tags.js: line 84, col 77, 'helper' is defined but never used. +build/public/templates/tags.js: line 99, col 112, Line is too long. +build/public/templates/tags.js: line 99, col 36, Expected '!==' and instead saw '!='. +build/public/templates/tags.js: line 99, col 52, ['tags'] is better written in dot notation. +build/public/templates/tags.js: line 102, col 120, Line is too long. +build/public/templates/tags.js: line 102, col 37, Expected '!==' and instead saw '!='. +build/public/templates/tags.js: line 102, col 53, ['config'] is better written in dot notation. +build/public/templates/tags.js: line 102, col 66, Expected '!==' and instead saw '!='. +build/public/templates/tags.js: line 102, col 82, ['config'] is better written in dot notation. +build/public/templates/tags.js: line 102, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/tags.js: line 104, col 154, Line is too long. +build/public/templates/tags.js: line 104, col 37, Expected '!==' and instead saw '!='. +build/public/templates/tags.js: line 104, col 53, ['tags'] is better written in dot notation. +build/public/templates/tags.js: line 104, col 64, Expected '!==' and instead saw '!='. +build/public/templates/tags.js: line 104, col 80, ['tags'] is better written in dot notation. +build/public/templates/tags.js: line 104, col 97, Expected '!==' and instead saw '!='. +build/public/templates/tags.js: line 104, col 113, ['tags'] is better written in dot notation. +build/public/templates/tags.js: line 104, col 127, ['valueEncoded'] is better written in dot notation. +build/public/templates/tags.js: line 106, col 154, Line is too long. +build/public/templates/tags.js: line 106, col 37, Expected '!==' and instead saw '!='. +build/public/templates/tags.js: line 106, col 53, ['tags'] is better written in dot notation. +build/public/templates/tags.js: line 106, col 64, Expected '!==' and instead saw '!='. +build/public/templates/tags.js: line 106, col 80, ['tags'] is better written in dot notation. +build/public/templates/tags.js: line 106, col 97, Expected '!==' and instead saw '!='. +build/public/templates/tags.js: line 106, col 113, ['tags'] is better written in dot notation. +build/public/templates/tags.js: line 106, col 127, ['valueEscaped'] is better written in dot notation. +build/public/templates/tags.js: line 108, col 147, Line is too long. +build/public/templates/tags.js: line 108, col 37, Expected '!==' and instead saw '!='. +build/public/templates/tags.js: line 108, col 53, ['tags'] is better written in dot notation. +build/public/templates/tags.js: line 108, col 64, Expected '!==' and instead saw '!='. +build/public/templates/tags.js: line 108, col 80, ['tags'] is better written in dot notation. +build/public/templates/tags.js: line 108, col 97, Expected '!==' and instead saw '!='. +build/public/templates/tags.js: line 108, col 113, ['tags'] is better written in dot notation. +build/public/templates/tags.js: line 110, col 154, Line is too long. +build/public/templates/tags.js: line 110, col 37, Expected '!==' and instead saw '!='. +build/public/templates/tags.js: line 110, col 53, ['tags'] is better written in dot notation. +build/public/templates/tags.js: line 110, col 64, Expected '!==' and instead saw '!='. +build/public/templates/tags.js: line 110, col 80, ['tags'] is better written in dot notation. +build/public/templates/tags.js: line 110, col 97, Expected '!==' and instead saw '!='. +build/public/templates/tags.js: line 110, col 113, ['tags'] is better written in dot notation. +build/public/templates/tags.js: line 110, col 127, ['valueEscaped'] is better written in dot notation. +build/public/templates/tags.js: line 112, col 154, Line is too long. +build/public/templates/tags.js: line 112, col 37, Expected '!==' and instead saw '!='. +build/public/templates/tags.js: line 112, col 53, ['tags'] is better written in dot notation. +build/public/templates/tags.js: line 112, col 64, Expected '!==' and instead saw '!='. +build/public/templates/tags.js: line 112, col 80, ['tags'] is better written in dot notation. +build/public/templates/tags.js: line 112, col 97, Expected '!==' and instead saw '!='. +build/public/templates/tags.js: line 112, col 113, ['tags'] is better written in dot notation. +build/public/templates/tags.js: line 112, col 127, ['valueEscaped'] is better written in dot notation. +build/public/templates/tags.js: line 114, col 147, Line is too long. +build/public/templates/tags.js: line 114, col 37, Expected '!==' and instead saw '!='. +build/public/templates/tags.js: line 114, col 53, ['tags'] is better written in dot notation. +build/public/templates/tags.js: line 114, col 64, Expected '!==' and instead saw '!='. +build/public/templates/tags.js: line 114, col 80, ['tags'] is better written in dot notation. +build/public/templates/tags.js: line 114, col 97, Expected '!==' and instead saw '!='. +build/public/templates/tags.js: line 114, col 113, ['tags'] is better written in dot notation. +build/public/templates/tags.js: line 114, col 127, ['score'] is better written in dot notation. +build/public/templates/tags.js: line 116, col 194, Line is too long. +build/public/templates/tags.js: line 116, col 82, Expected '!==' and instead saw '!='. +build/public/templates/tags.js: line 116, col 98, ['tags'] is better written in dot notation. +build/public/templates/tags.js: line 116, col 109, Expected '!==' and instead saw '!='. +build/public/templates/tags.js: line 116, col 125, ['tags'] is better written in dot notation. +build/public/templates/tags.js: line 116, col 142, Expected '!==' and instead saw '!='. +build/public/templates/tags.js: line 116, col 158, ['tags'] is better written in dot notation. +build/public/templates/tags.js: line 116, col 172, ['score'] is better written in dot notation. +build/public/templates/tags.js: line 100, col 13, 'key' is defined but never used. +build/public/templates/tags.js: line 99, col 105, 'value' is defined but never used. +build/public/templates/tags.js: line 99, col 97, 'length' is defined but never used. +build/public/templates/tags.js: line 99, col 90, 'index' is defined but never used. +build/public/templates/tags.js: line 98, col 11, 'value' is defined but never used. +build/public/templates/tags.js: line 125, col 3, Missing semicolon. +build/public/templates/tags.js: line 5, col 46, 'define' is not defined. +build/public/templates/tags.js: line 6, col 5, 'define' is not defined. + +build/public/templates/top.js: line 12, col 114, Line is too long. +build/public/templates/top.js: line 12, col 30, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 12, col 46, ['breadcrumbs'] is better written in dot notation. +build/public/templates/top.js: line 12, col 64, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 12, col 80, ['breadcrumbs'] is better written in dot notation. +build/public/templates/top.js: line 12, col 95, ['length'] is better written in dot notation. +build/public/templates/top.js: line 13, col 136, Line is too long. +build/public/templates/top.js: line 14, col 26, ['breadcrumbs'] is better written in dot notation. +build/public/templates/top.js: line 19, col 194, Line is too long. +build/public/templates/top.js: line 20, col 25, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 20, col 41, ['canPost'] is better written in dot notation. +build/public/templates/top.js: line 21, col 487, Line is too long. +build/public/templates/top.js: line 22, col 26, ['categories'] is better written in dot notation. +build/public/templates/top.js: line 25, col 120, Line is too long. +build/public/templates/top.js: line 25, col 37, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 25, col 53, ['config'] is better written in dot notation. +build/public/templates/top.js: line 25, col 66, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 25, col 82, ['config'] is better written in dot notation. +build/public/templates/top.js: line 25, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/top.js: line 28, col 25, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 28, col 41, ['terms'] is better written in dot notation. +build/public/templates/top.js: line 28, col 53, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 28, col 69, ['terms'] is better written in dot notation. +build/public/templates/top.js: line 28, col 78, ['length'] is better written in dot notation. +build/public/templates/top.js: line 31, col 323, Line is too long. +build/public/templates/top.js: line 32, col 119, Line is too long. +build/public/templates/top.js: line 32, col 33, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 32, col 49, ['selectedTerm'] is better written in dot notation. +build/public/templates/top.js: line 32, col 68, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 32, col 84, ['selectedTerm'] is better written in dot notation. +build/public/templates/top.js: line 32, col 100, ['name'] is better written in dot notation. +build/public/templates/top.js: line 34, col 22, ['terms'] is better written in dot notation. +build/public/templates/top.js: line 36, col 101, Line is too long. +build/public/templates/top.js: line 36, col 25, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 36, col 41, ['filters'] is better written in dot notation. +build/public/templates/top.js: line 36, col 55, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 36, col 71, ['filters'] is better written in dot notation. +build/public/templates/top.js: line 36, col 82, ['length'] is better written in dot notation. +build/public/templates/top.js: line 39, col 324, Line is too long. +build/public/templates/top.js: line 40, col 123, Line is too long. +build/public/templates/top.js: line 40, col 33, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 40, col 49, ['selectedFilter'] is better written in dot notation. +build/public/templates/top.js: line 40, col 70, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 40, col 86, ['selectedFilter'] is better written in dot notation. +build/public/templates/top.js: line 40, col 104, ['name'] is better written in dot notation. +build/public/templates/top.js: line 42, col 22, ['filters'] is better written in dot notation. +build/public/templates/top.js: line 43, col 343, Line is too long. +build/public/templates/top.js: line 44, col 25, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 44, col 41, ['selectedCategory'] is better written in dot notation. +build/public/templates/top.js: line 46, col 159, Line is too long. +build/public/templates/top.js: line 46, col 84, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 46, col 100, ['selectedCategory'] is better written in dot notation. +build/public/templates/top.js: line 48, col 131, Line is too long. +build/public/templates/top.js: line 48, col 37, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 48, col 53, ['selectedCategory'] is better written in dot notation. +build/public/templates/top.js: line 48, col 76, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 48, col 92, ['selectedCategory'] is better written in dot notation. +build/public/templates/top.js: line 48, col 112, ['name'] is better written in dot notation. +build/public/templates/top.js: line 50, col 144, Line is too long. +build/public/templates/top.js: line 51, col 410, Line is too long. +build/public/templates/top.js: line 52, col 25, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 52, col 41, ['hideAll'] is better written in dot notation. +build/public/templates/top.js: line 54, col 173, Line is too long. +build/public/templates/top.js: line 55, col 29, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 55, col 45, ['allCategoriesUrl'] is better written in dot notation. +build/public/templates/top.js: line 56, col 122, Line is too long. +build/public/templates/top.js: line 56, col 39, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 56, col 55, ['config'] is better written in dot notation. +build/public/templates/top.js: line 56, col 68, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 56, col 84, ['config'] is better written in dot notation. +build/public/templates/top.js: line 56, col 94, ['relative_path'] is better written in dot notation. +build/public/templates/top.js: line 58, col 41, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 58, col 57, ['allCategoriesUrl'] is better written in dot notation. +build/public/templates/top.js: line 60, col 158, Line is too long. +build/public/templates/top.js: line 61, col 29, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 61, col 45, ['selectedCategory'] is better written in dot notation. +build/public/templates/top.js: line 66, col 22, ['categoryItems'] is better written in dot notation. +build/public/templates/top.js: line 68, col 25, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 68, col 41, ['showTopicTools'] is better written in dot notation. +build/public/templates/top.js: line 69, col 2006, Line is too long. +build/public/templates/top.js: line 70, col 109, Line is too long. +build/public/templates/top.js: line 70, col 29, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 70, col 45, ['template'] is better written in dot notation. +build/public/templates/top.js: line 70, col 60, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 70, col 76, ['template'] is better written in dot notation. +build/public/templates/top.js: line 70, col 88, ['category'] is better written in dot notation. +build/public/templates/top.js: line 71, col 251, Line is too long. +build/public/templates/top.js: line 73, col 1144, Line is too long. +build/public/templates/top.js: line 74, col 26, ['thread_tools'] is better written in dot notation. +build/public/templates/top.js: line 78, col 25, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 78, col 41, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 78, col 54, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 78, col 70, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 78, col 80, ['length'] is better written in dot notation. +build/public/templates/top.js: line 80, col 106, Line is too long. +build/public/templates/top.js: line 81, col 147, Line is too long. +build/public/templates/top.js: line 82, col 33, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 82, col 49, ['nextStart'] is better written in dot notation. +build/public/templates/top.js: line 84, col 33, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 84, col 49, ['set'] is better written in dot notation. +build/public/templates/top.js: line 86, col 22, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 88, col 106, Line is too long. +build/public/templates/top.js: line 88, col 25, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 88, col 41, ['config'] is better written in dot notation. +build/public/templates/top.js: line 88, col 54, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 88, col 70, ['config'] is better written in dot notation. +build/public/templates/top.js: line 88, col 80, ['usePagination'] is better written in dot notation. +build/public/templates/top.js: line 90, col 162, Line is too long. +build/public/templates/top.js: line 90, col 29, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 90, col 45, ['pagination'] is better written in dot notation. +build/public/templates/top.js: line 90, col 62, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 90, col 78, ['pagination'] is better written in dot notation. +build/public/templates/top.js: line 90, col 92, ['pages'] is better written in dot notation. +build/public/templates/top.js: line 90, col 104, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 90, col 120, ['pagination'] is better written in dot notation. +build/public/templates/top.js: line 90, col 134, ['pages'] is better written in dot notation. +build/public/templates/top.js: line 90, col 143, ['length'] is better written in dot notation. +build/public/templates/top.js: line 93, col 159, Line is too long. +build/public/templates/top.js: line 94, col 160, Line is too long. +build/public/templates/top.js: line 94, col 29, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 94, col 45, ['pagination'] is better written in dot notation. +build/public/templates/top.js: line 94, col 62, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 94, col 78, ['pagination'] is better written in dot notation. +build/public/templates/top.js: line 94, col 92, ['prev'] is better written in dot notation. +build/public/templates/top.js: line 94, col 103, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 94, col 119, ['pagination'] is better written in dot notation. +build/public/templates/top.js: line 94, col 133, ['prev'] is better written in dot notation. +build/public/templates/top.js: line 94, col 141, ['active'] is better written in dot notation. +build/public/templates/top.js: line 98, col 166, Line is too long. +build/public/templates/top.js: line 98, col 37, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 98, col 53, ['pagination'] is better written in dot notation. +build/public/templates/top.js: line 98, col 70, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 98, col 86, ['pagination'] is better written in dot notation. +build/public/templates/top.js: line 98, col 100, ['prev'] is better written in dot notation. +build/public/templates/top.js: line 98, col 111, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 98, col 127, ['pagination'] is better written in dot notation. +build/public/templates/top.js: line 98, col 141, ['prev'] is better written in dot notation. +build/public/templates/top.js: line 98, col 149, ['qs'] is better written in dot notation. +build/public/templates/top.js: line 100, col 168, Line is too long. +build/public/templates/top.js: line 100, col 37, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 100, col 53, ['pagination'] is better written in dot notation. +build/public/templates/top.js: line 100, col 70, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 100, col 86, ['pagination'] is better written in dot notation. +build/public/templates/top.js: line 100, col 100, ['prev'] is better written in dot notation. +build/public/templates/top.js: line 100, col 111, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 100, col 127, ['pagination'] is better written in dot notation. +build/public/templates/top.js: line 100, col 141, ['prev'] is better written in dot notation. +build/public/templates/top.js: line 100, col 149, ['page'] is better written in dot notation. +build/public/templates/top.js: line 101, col 118, Line is too long. +build/public/templates/top.js: line 104, col 160, Line is too long. +build/public/templates/top.js: line 104, col 29, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 104, col 45, ['pagination'] is better written in dot notation. +build/public/templates/top.js: line 104, col 62, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 104, col 78, ['pagination'] is better written in dot notation. +build/public/templates/top.js: line 104, col 92, ['next'] is better written in dot notation. +build/public/templates/top.js: line 104, col 103, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 104, col 119, ['pagination'] is better written in dot notation. +build/public/templates/top.js: line 104, col 133, ['next'] is better written in dot notation. +build/public/templates/top.js: line 104, col 141, ['active'] is better written in dot notation. +build/public/templates/top.js: line 108, col 166, Line is too long. +build/public/templates/top.js: line 108, col 37, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 108, col 53, ['pagination'] is better written in dot notation. +build/public/templates/top.js: line 108, col 70, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 108, col 86, ['pagination'] is better written in dot notation. +build/public/templates/top.js: line 108, col 100, ['next'] is better written in dot notation. +build/public/templates/top.js: line 108, col 111, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 108, col 127, ['pagination'] is better written in dot notation. +build/public/templates/top.js: line 108, col 141, ['next'] is better written in dot notation. +build/public/templates/top.js: line 108, col 149, ['qs'] is better written in dot notation. +build/public/templates/top.js: line 110, col 168, Line is too long. +build/public/templates/top.js: line 110, col 37, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 110, col 53, ['pagination'] is better written in dot notation. +build/public/templates/top.js: line 110, col 70, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 110, col 86, ['pagination'] is better written in dot notation. +build/public/templates/top.js: line 110, col 100, ['next'] is better written in dot notation. +build/public/templates/top.js: line 110, col 111, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 110, col 127, ['pagination'] is better written in dot notation. +build/public/templates/top.js: line 110, col 141, ['next'] is better written in dot notation. +build/public/templates/top.js: line 110, col 149, ['page'] is better written in dot notation. +build/public/templates/top.js: line 111, col 228, Line is too long. +build/public/templates/top.js: line 112, col 160, Line is too long. +build/public/templates/top.js: line 112, col 29, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 112, col 45, ['pagination'] is better written in dot notation. +build/public/templates/top.js: line 112, col 62, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 112, col 78, ['pagination'] is better written in dot notation. +build/public/templates/top.js: line 112, col 92, ['prev'] is better written in dot notation. +build/public/templates/top.js: line 112, col 103, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 112, col 119, ['pagination'] is better written in dot notation. +build/public/templates/top.js: line 112, col 133, ['prev'] is better written in dot notation. +build/public/templates/top.js: line 112, col 141, ['active'] is better written in dot notation. +build/public/templates/top.js: line 116, col 168, Line is too long. +build/public/templates/top.js: line 116, col 37, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 116, col 53, ['pagination'] is better written in dot notation. +build/public/templates/top.js: line 116, col 70, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 116, col 86, ['pagination'] is better written in dot notation. +build/public/templates/top.js: line 116, col 100, ['first'] is better written in dot notation. +build/public/templates/top.js: line 116, col 112, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 116, col 128, ['pagination'] is better written in dot notation. +build/public/templates/top.js: line 116, col 142, ['first'] is better written in dot notation. +build/public/templates/top.js: line 116, col 151, ['qs'] is better written in dot notation. +build/public/templates/top.js: line 117, col 162, Line is too long. +build/public/templates/top.js: line 118, col 160, Line is too long. +build/public/templates/top.js: line 118, col 29, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 118, col 45, ['pagination'] is better written in dot notation. +build/public/templates/top.js: line 118, col 62, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 118, col 78, ['pagination'] is better written in dot notation. +build/public/templates/top.js: line 118, col 92, ['prev'] is better written in dot notation. +build/public/templates/top.js: line 118, col 103, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 118, col 119, ['pagination'] is better written in dot notation. +build/public/templates/top.js: line 118, col 133, ['prev'] is better written in dot notation. +build/public/templates/top.js: line 118, col 141, ['active'] is better written in dot notation. +build/public/templates/top.js: line 122, col 166, Line is too long. +build/public/templates/top.js: line 122, col 37, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 122, col 53, ['pagination'] is better written in dot notation. +build/public/templates/top.js: line 122, col 70, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 122, col 86, ['pagination'] is better written in dot notation. +build/public/templates/top.js: line 122, col 100, ['prev'] is better written in dot notation. +build/public/templates/top.js: line 122, col 111, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 122, col 127, ['pagination'] is better written in dot notation. +build/public/templates/top.js: line 122, col 141, ['prev'] is better written in dot notation. +build/public/templates/top.js: line 122, col 149, ['qs'] is better written in dot notation. +build/public/templates/top.js: line 124, col 168, Line is too long. +build/public/templates/top.js: line 124, col 37, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 124, col 53, ['pagination'] is better written in dot notation. +build/public/templates/top.js: line 124, col 70, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 124, col 86, ['pagination'] is better written in dot notation. +build/public/templates/top.js: line 124, col 100, ['prev'] is better written in dot notation. +build/public/templates/top.js: line 124, col 111, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 124, col 127, ['pagination'] is better written in dot notation. +build/public/templates/top.js: line 124, col 141, ['prev'] is better written in dot notation. +build/public/templates/top.js: line 124, col 149, ['page'] is better written in dot notation. +build/public/templates/top.js: line 125, col 280, Line is too long. +build/public/templates/top.js: line 126, col 126, Line is too long. +build/public/templates/top.js: line 126, col 37, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 126, col 53, ['pagination'] is better written in dot notation. +build/public/templates/top.js: line 126, col 70, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 126, col 86, ['pagination'] is better written in dot notation. +build/public/templates/top.js: line 126, col 100, ['currentPage'] is better written in dot notation. +build/public/templates/top.js: line 128, col 124, Line is too long. +build/public/templates/top.js: line 128, col 37, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 128, col 53, ['pagination'] is better written in dot notation. +build/public/templates/top.js: line 128, col 70, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 128, col 86, ['pagination'] is better written in dot notation. +build/public/templates/top.js: line 128, col 100, ['pageCount'] is better written in dot notation. +build/public/templates/top.js: line 130, col 160, Line is too long. +build/public/templates/top.js: line 130, col 29, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 130, col 45, ['pagination'] is better written in dot notation. +build/public/templates/top.js: line 130, col 62, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 130, col 78, ['pagination'] is better written in dot notation. +build/public/templates/top.js: line 130, col 92, ['next'] is better written in dot notation. +build/public/templates/top.js: line 130, col 103, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 130, col 119, ['pagination'] is better written in dot notation. +build/public/templates/top.js: line 130, col 133, ['next'] is better written in dot notation. +build/public/templates/top.js: line 130, col 141, ['active'] is better written in dot notation. +build/public/templates/top.js: line 134, col 166, Line is too long. +build/public/templates/top.js: line 134, col 37, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 134, col 53, ['pagination'] is better written in dot notation. +build/public/templates/top.js: line 134, col 70, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 134, col 86, ['pagination'] is better written in dot notation. +build/public/templates/top.js: line 134, col 100, ['next'] is better written in dot notation. +build/public/templates/top.js: line 134, col 111, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 134, col 127, ['pagination'] is better written in dot notation. +build/public/templates/top.js: line 134, col 141, ['next'] is better written in dot notation. +build/public/templates/top.js: line 134, col 149, ['qs'] is better written in dot notation. +build/public/templates/top.js: line 136, col 168, Line is too long. +build/public/templates/top.js: line 136, col 37, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 136, col 53, ['pagination'] is better written in dot notation. +build/public/templates/top.js: line 136, col 70, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 136, col 86, ['pagination'] is better written in dot notation. +build/public/templates/top.js: line 136, col 100, ['next'] is better written in dot notation. +build/public/templates/top.js: line 136, col 111, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 136, col 127, ['pagination'] is better written in dot notation. +build/public/templates/top.js: line 136, col 141, ['next'] is better written in dot notation. +build/public/templates/top.js: line 136, col 149, ['page'] is better written in dot notation. +build/public/templates/top.js: line 137, col 140, Line is too long. +build/public/templates/top.js: line 138, col 160, Line is too long. +build/public/templates/top.js: line 138, col 29, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 138, col 45, ['pagination'] is better written in dot notation. +build/public/templates/top.js: line 138, col 62, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 138, col 78, ['pagination'] is better written in dot notation. +build/public/templates/top.js: line 138, col 92, ['next'] is better written in dot notation. +build/public/templates/top.js: line 138, col 103, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 138, col 119, ['pagination'] is better written in dot notation. +build/public/templates/top.js: line 138, col 133, ['next'] is better written in dot notation. +build/public/templates/top.js: line 138, col 141, ['active'] is better written in dot notation. +build/public/templates/top.js: line 142, col 166, Line is too long. +build/public/templates/top.js: line 142, col 37, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 142, col 53, ['pagination'] is better written in dot notation. +build/public/templates/top.js: line 142, col 70, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 142, col 86, ['pagination'] is better written in dot notation. +build/public/templates/top.js: line 142, col 100, ['last'] is better written in dot notation. +build/public/templates/top.js: line 142, col 111, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 142, col 127, ['pagination'] is better written in dot notation. +build/public/templates/top.js: line 142, col 141, ['last'] is better written in dot notation. +build/public/templates/top.js: line 142, col 149, ['qs'] is better written in dot notation. +build/public/templates/top.js: line 144, col 124, Line is too long. +build/public/templates/top.js: line 144, col 37, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 144, col 53, ['pagination'] is better written in dot notation. +build/public/templates/top.js: line 144, col 70, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 144, col 86, ['pagination'] is better written in dot notation. +build/public/templates/top.js: line 144, col 100, ['pageCount'] is better written in dot notation. +build/public/templates/top.js: line 145, col 128, Line is too long. +build/public/templates/top.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/top.js: line 154, col 119, Line is too long. +build/public/templates/top.js: line 154, col 36, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 154, col 52, ['breadcrumbs'] is better written in dot notation. +build/public/templates/top.js: line 160, col 133, Line is too long. +build/public/templates/top.js: line 167, col 156, Line is too long. +build/public/templates/top.js: line 167, col 29, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 167, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/top.js: line 167, col 63, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 167, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/top.js: line 167, col 103, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 167, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/top.js: line 167, col 140, ['url'] is better written in dot notation. +build/public/templates/top.js: line 169, col 170, Line is too long. +build/public/templates/top.js: line 169, col 41, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 169, col 57, ['breadcrumbs'] is better written in dot notation. +build/public/templates/top.js: line 169, col 75, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 169, col 91, ['breadcrumbs'] is better written in dot notation. +build/public/templates/top.js: line 169, col 115, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 169, col 131, ['breadcrumbs'] is better written in dot notation. +build/public/templates/top.js: line 169, col 152, ['url'] is better written in dot notation. +build/public/templates/top.js: line 173, col 167, Line is too long. +build/public/templates/top.js: line 173, col 37, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 173, col 53, ['breadcrumbs'] is better written in dot notation. +build/public/templates/top.js: line 173, col 71, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 173, col 87, ['breadcrumbs'] is better written in dot notation. +build/public/templates/top.js: line 173, col 111, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 173, col 127, ['breadcrumbs'] is better written in dot notation. +build/public/templates/top.js: line 173, col 148, ['text'] is better written in dot notation. +build/public/templates/top.js: line 177, col 33, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 180, col 37, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 180, col 53, ['rssFeedUrl'] is better written in dot notation. +build/public/templates/top.js: line 182, col 49, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 182, col 65, ['rssFeedUrl'] is better written in dot notation. +build/public/templates/top.js: line 188, col 156, Line is too long. +build/public/templates/top.js: line 188, col 29, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 188, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/top.js: line 188, col 63, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 188, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/top.js: line 188, col 103, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 188, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/top.js: line 188, col 140, ['url'] is better written in dot notation. +build/public/templates/top.js: line 155, col 13, 'key' is defined but never used. +build/public/templates/top.js: line 154, col 112, 'value' is defined but never used. +build/public/templates/top.js: line 153, col 11, 'value' is defined but never used. +build/public/templates/top.js: line 151, col 72, 'helper' is defined but never used. +build/public/templates/top.js: line 199, col 155, Line is too long. +build/public/templates/top.js: line 199, col 36, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 199, col 52, ['widgets'] is better written in dot notation. +build/public/templates/top.js: line 199, col 66, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 199, col 82, ['widgets'] is better written in dot notation. +build/public/templates/top.js: line 199, col 93, ['header'] is better written in dot notation. +build/public/templates/top.js: line 202, col 205, Line is too long. +build/public/templates/top.js: line 202, col 28, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 202, col 44, ['widgets'] is better written in dot notation. +build/public/templates/top.js: line 202, col 58, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 202, col 74, ['widgets'] is better written in dot notation. +build/public/templates/top.js: line 202, col 85, ['header'] is better written in dot notation. +build/public/templates/top.js: line 202, col 98, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 202, col 114, ['widgets'] is better written in dot notation. +build/public/templates/top.js: line 202, col 125, ['header'] is better written in dot notation. +build/public/templates/top.js: line 202, col 144, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 202, col 160, ['widgets'] is better written in dot notation. +build/public/templates/top.js: line 202, col 171, ['header'] is better written in dot notation. +build/public/templates/top.js: line 202, col 187, ['html'] is better written in dot notation. +build/public/templates/top.js: line 200, col 13, 'key' is defined but never used. +build/public/templates/top.js: line 199, col 148, 'value' is defined but never used. +build/public/templates/top.js: line 199, col 140, 'length' is defined but never used. +build/public/templates/top.js: line 199, col 133, 'index' is defined but never used. +build/public/templates/top.js: line 197, col 11, '__escape' is defined but never used. +build/public/templates/top.js: line 198, col 11, 'value' is defined but never used. +build/public/templates/top.js: line 196, col 77, 'helper' is defined but never used. +build/public/templates/top.js: line 211, col 118, Line is too long. +build/public/templates/top.js: line 211, col 36, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 211, col 52, ['categories'] is better written in dot notation. +build/public/templates/top.js: line 214, col 163, Line is too long. +build/public/templates/top.js: line 214, col 29, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 214, col 45, ['categories'] is better written in dot notation. +build/public/templates/top.js: line 214, col 62, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 214, col 78, ['categories'] is better written in dot notation. +build/public/templates/top.js: line 214, col 101, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 214, col 117, ['categories'] is better written in dot notation. +build/public/templates/top.js: line 214, col 137, ['disabledClass'] is better written in dot notation. +build/public/templates/top.js: line 218, col 120, Line is too long. +build/public/templates/top.js: line 218, col 37, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 218, col 53, ['config'] is better written in dot notation. +build/public/templates/top.js: line 218, col 66, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 218, col 82, ['config'] is better written in dot notation. +build/public/templates/top.js: line 218, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/top.js: line 220, col 163, Line is too long. +build/public/templates/top.js: line 220, col 37, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 220, col 53, ['categories'] is better written in dot notation. +build/public/templates/top.js: line 220, col 70, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 220, col 86, ['categories'] is better written in dot notation. +build/public/templates/top.js: line 220, col 109, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 220, col 125, ['categories'] is better written in dot notation. +build/public/templates/top.js: line 220, col 145, ['cid'] is better written in dot notation. +build/public/templates/top.js: line 222, col 165, Line is too long. +build/public/templates/top.js: line 222, col 37, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 222, col 53, ['categories'] is better written in dot notation. +build/public/templates/top.js: line 222, col 70, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 222, col 86, ['categories'] is better written in dot notation. +build/public/templates/top.js: line 222, col 109, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 222, col 125, ['categories'] is better written in dot notation. +build/public/templates/top.js: line 222, col 145, ['level'] is better written in dot notation. +build/public/templates/top.js: line 223, col 101, Line is too long. +build/public/templates/top.js: line 224, col 110, Line is too long. +build/public/templates/top.js: line 226, col 164, Line is too long. +build/public/templates/top.js: line 226, col 37, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 226, col 53, ['categories'] is better written in dot notation. +build/public/templates/top.js: line 226, col 70, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 226, col 86, ['categories'] is better written in dot notation. +build/public/templates/top.js: line 226, col 109, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 226, col 125, ['categories'] is better written in dot notation. +build/public/templates/top.js: line 226, col 145, ['name'] is better written in dot notation. +build/public/templates/top.js: line 212, col 13, 'key' is defined but never used. +build/public/templates/top.js: line 210, col 11, 'value' is defined but never used. +build/public/templates/top.js: line 235, col 113, Line is too long. +build/public/templates/top.js: line 235, col 36, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 235, col 52, ['terms'] is better written in dot notation. +build/public/templates/top.js: line 238, col 143, Line is too long. +build/public/templates/top.js: line 238, col 29, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 238, col 45, ['terms'] is better written in dot notation. +build/public/templates/top.js: line 238, col 57, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 238, col 73, ['terms'] is better written in dot notation. +build/public/templates/top.js: line 238, col 91, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 238, col 107, ['terms'] is better written in dot notation. +build/public/templates/top.js: line 238, col 122, ['selected'] is better written in dot notation. +build/public/templates/top.js: line 241, col 114, Line is too long. +build/public/templates/top.js: line 242, col 120, Line is too long. +build/public/templates/top.js: line 242, col 37, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 242, col 53, ['config'] is better written in dot notation. +build/public/templates/top.js: line 242, col 66, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 242, col 82, ['config'] is better written in dot notation. +build/public/templates/top.js: line 242, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/top.js: line 244, col 148, Line is too long. +build/public/templates/top.js: line 244, col 37, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 244, col 53, ['terms'] is better written in dot notation. +build/public/templates/top.js: line 244, col 65, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 244, col 81, ['terms'] is better written in dot notation. +build/public/templates/top.js: line 244, col 99, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 244, col 115, ['terms'] is better written in dot notation. +build/public/templates/top.js: line 244, col 130, ['url'] is better written in dot notation. +build/public/templates/top.js: line 246, col 149, Line is too long. +build/public/templates/top.js: line 246, col 37, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 246, col 53, ['terms'] is better written in dot notation. +build/public/templates/top.js: line 246, col 65, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 246, col 81, ['terms'] is better written in dot notation. +build/public/templates/top.js: line 246, col 99, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 246, col 115, ['terms'] is better written in dot notation. +build/public/templates/top.js: line 246, col 130, ['name'] is better written in dot notation. +build/public/templates/top.js: line 248, col 143, Line is too long. +build/public/templates/top.js: line 248, col 29, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 248, col 45, ['terms'] is better written in dot notation. +build/public/templates/top.js: line 248, col 57, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 248, col 73, ['terms'] is better written in dot notation. +build/public/templates/top.js: line 248, col 91, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 248, col 107, ['terms'] is better written in dot notation. +build/public/templates/top.js: line 248, col 122, ['selected'] is better written in dot notation. +build/public/templates/top.js: line 236, col 13, 'key' is defined but never used. +build/public/templates/top.js: line 235, col 106, 'value' is defined but never used. +build/public/templates/top.js: line 235, col 98, 'length' is defined but never used. +build/public/templates/top.js: line 235, col 91, 'index' is defined but never used. +build/public/templates/top.js: line 234, col 11, 'value' is defined but never used. +build/public/templates/top.js: line 232, col 60, 'helper' is defined but never used. +build/public/templates/top.js: line 259, col 115, Line is too long. +build/public/templates/top.js: line 259, col 36, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 259, col 52, ['filters'] is better written in dot notation. +build/public/templates/top.js: line 262, col 149, Line is too long. +build/public/templates/top.js: line 262, col 29, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 262, col 45, ['filters'] is better written in dot notation. +build/public/templates/top.js: line 262, col 59, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 262, col 75, ['filters'] is better written in dot notation. +build/public/templates/top.js: line 262, col 95, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 262, col 111, ['filters'] is better written in dot notation. +build/public/templates/top.js: line 262, col 128, ['selected'] is better written in dot notation. +build/public/templates/top.js: line 265, col 114, Line is too long. +build/public/templates/top.js: line 266, col 120, Line is too long. +build/public/templates/top.js: line 266, col 37, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 266, col 53, ['config'] is better written in dot notation. +build/public/templates/top.js: line 266, col 66, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 266, col 82, ['config'] is better written in dot notation. +build/public/templates/top.js: line 266, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/top.js: line 268, col 154, Line is too long. +build/public/templates/top.js: line 268, col 37, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 268, col 53, ['filters'] is better written in dot notation. +build/public/templates/top.js: line 268, col 67, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 268, col 83, ['filters'] is better written in dot notation. +build/public/templates/top.js: line 268, col 103, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 268, col 119, ['filters'] is better written in dot notation. +build/public/templates/top.js: line 268, col 136, ['url'] is better written in dot notation. +build/public/templates/top.js: line 270, col 155, Line is too long. +build/public/templates/top.js: line 270, col 37, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 270, col 53, ['filters'] is better written in dot notation. +build/public/templates/top.js: line 270, col 67, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 270, col 83, ['filters'] is better written in dot notation. +build/public/templates/top.js: line 270, col 103, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 270, col 119, ['filters'] is better written in dot notation. +build/public/templates/top.js: line 270, col 136, ['name'] is better written in dot notation. +build/public/templates/top.js: line 272, col 149, Line is too long. +build/public/templates/top.js: line 272, col 29, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 272, col 45, ['filters'] is better written in dot notation. +build/public/templates/top.js: line 272, col 59, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 272, col 75, ['filters'] is better written in dot notation. +build/public/templates/top.js: line 272, col 95, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 272, col 111, ['filters'] is better written in dot notation. +build/public/templates/top.js: line 272, col 128, ['selected'] is better written in dot notation. +build/public/templates/top.js: line 260, col 13, 'key' is defined but never used. +build/public/templates/top.js: line 259, col 108, 'value' is defined but never used. +build/public/templates/top.js: line 259, col 100, 'length' is defined but never used. +build/public/templates/top.js: line 259, col 93, 'index' is defined but never used. +build/public/templates/top.js: line 258, col 11, 'value' is defined but never used. +build/public/templates/top.js: line 256, col 64, 'helper' is defined but never used. +build/public/templates/top.js: line 283, col 121, Line is too long. +build/public/templates/top.js: line 283, col 36, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 283, col 52, ['categoryItems'] is better written in dot notation. +build/public/templates/top.js: line 286, col 172, Line is too long. +build/public/templates/top.js: line 286, col 29, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 286, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/top.js: line 286, col 65, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 286, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/top.js: line 286, col 107, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 286, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/top.js: line 286, col 146, ['disabledClass'] is better written in dot notation. +build/public/templates/top.js: line 290, col 172, Line is too long. +build/public/templates/top.js: line 290, col 37, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 290, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/top.js: line 290, col 73, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 290, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/top.js: line 290, col 115, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 290, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/top.js: line 290, col 154, ['cid'] is better written in dot notation. +build/public/templates/top.js: line 292, col 178, Line is too long. +build/public/templates/top.js: line 292, col 37, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 292, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/top.js: line 292, col 73, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 292, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/top.js: line 292, col 115, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 292, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/top.js: line 292, col 154, ['parentCid'] is better written in dot notation. +build/public/templates/top.js: line 294, col 173, Line is too long. +build/public/templates/top.js: line 294, col 37, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 294, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/top.js: line 294, col 73, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 294, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/top.js: line 294, col 115, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 294, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/top.js: line 294, col 154, ['name'] is better written in dot notation. +build/public/templates/top.js: line 296, col 172, Line is too long. +build/public/templates/top.js: line 296, col 29, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 296, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/top.js: line 296, col 65, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 296, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/top.js: line 296, col 107, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 296, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/top.js: line 296, col 146, ['disabledClass'] is better written in dot notation. +build/public/templates/top.js: line 300, col 174, Line is too long. +build/public/templates/top.js: line 300, col 37, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 300, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/top.js: line 300, col 73, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 300, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/top.js: line 300, col 115, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 300, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/top.js: line 300, col 154, ['level'] is better written in dot notation. +build/public/templates/top.js: line 302, col 164, Line is too long. +build/public/templates/top.js: line 302, col 29, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 302, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/top.js: line 302, col 65, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 302, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/top.js: line 302, col 107, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 302, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/top.js: line 302, col 146, ['match'] is better written in dot notation. +build/public/templates/top.js: line 306, col 163, Line is too long. +build/public/templates/top.js: line 306, col 29, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 306, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/top.js: line 306, col 65, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 306, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/top.js: line 306, col 107, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 306, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/top.js: line 306, col 146, ['icon'] is better written in dot notation. +build/public/templates/top.js: line 308, col 114, Line is too long. +build/public/templates/top.js: line 312, col 173, Line is too long. +build/public/templates/top.js: line 312, col 37, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 312, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/top.js: line 312, col 73, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 312, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/top.js: line 312, col 115, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 312, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/top.js: line 312, col 154, ['name'] is better written in dot notation. +build/public/templates/top.js: line 313, col 112, Line is too long. +build/public/templates/top.js: line 314, col 167, Line is too long. +build/public/templates/top.js: line 314, col 29, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 314, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/top.js: line 314, col 65, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 314, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/top.js: line 314, col 107, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 314, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/top.js: line 314, col 146, ['selected'] is better written in dot notation. +build/public/templates/top.js: line 284, col 13, 'key' is defined but never used. +build/public/templates/top.js: line 282, col 11, 'value' is defined but never used. +build/public/templates/top.js: line 325, col 120, Line is too long. +build/public/templates/top.js: line 325, col 36, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 325, col 52, ['thread_tools'] is better written in dot notation. +build/public/templates/top.js: line 327, col 106, Line is too long. +build/public/templates/top.js: line 328, col 171, Line is too long. +build/public/templates/top.js: line 328, col 37, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 328, col 53, ['thread_tools'] is better written in dot notation. +build/public/templates/top.js: line 328, col 72, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 328, col 88, ['thread_tools'] is better written in dot notation. +build/public/templates/top.js: line 328, col 113, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 328, col 129, ['thread_tools'] is better written in dot notation. +build/public/templates/top.js: line 330, col 170, Line is too long. +build/public/templates/top.js: line 330, col 37, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 330, col 53, ['thread_tools'] is better written in dot notation. +build/public/templates/top.js: line 330, col 72, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 330, col 88, ['thread_tools'] is better written in dot notation. +build/public/templates/top.js: line 330, col 113, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 330, col 129, ['thread_tools'] is better written in dot notation. +build/public/templates/top.js: line 330, col 151, ['icon'] is better written in dot notation. +build/public/templates/top.js: line 332, col 171, Line is too long. +build/public/templates/top.js: line 332, col 37, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 332, col 53, ['thread_tools'] is better written in dot notation. +build/public/templates/top.js: line 332, col 72, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 332, col 88, ['thread_tools'] is better written in dot notation. +build/public/templates/top.js: line 332, col 113, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 332, col 129, ['thread_tools'] is better written in dot notation. +build/public/templates/top.js: line 332, col 151, ['title'] is better written in dot notation. +build/public/templates/top.js: line 326, col 13, 'key' is defined but never used. +build/public/templates/top.js: line 325, col 113, 'value' is defined but never used. +build/public/templates/top.js: line 325, col 105, 'length' is defined but never used. +build/public/templates/top.js: line 325, col 98, 'index' is defined but never used. +build/public/templates/top.js: line 324, col 11, 'value' is defined but never used. +build/public/templates/top.js: line 322, col 74, 'helper' is defined but never used. +build/public/templates/top.js: line 341, col 114, Line is too long. +build/public/templates/top.js: line 341, col 36, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 341, col 52, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 343, col 149, Line is too long. +build/public/templates/top.js: line 346, col 151, Line is too long. +build/public/templates/top.js: line 346, col 37, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 346, col 53, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 346, col 66, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 346, col 82, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 346, col 101, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 346, col 117, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 346, col 133, ['tid'] is better written in dot notation. +build/public/templates/top.js: line 348, col 153, Line is too long. +build/public/templates/top.js: line 348, col 37, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 348, col 53, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 348, col 66, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 348, col 82, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 348, col 101, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 348, col 117, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 348, col 133, ['index'] is better written in dot notation. +build/public/templates/top.js: line 350, col 151, Line is too long. +build/public/templates/top.js: line 350, col 37, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 350, col 53, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 350, col 66, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 350, col 82, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 350, col 101, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 350, col 117, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 350, col 133, ['cid'] is better written in dot notation. +build/public/templates/top.js: line 351, col 133, Line is too long. +build/public/templates/top.js: line 352, col 120, Line is too long. +build/public/templates/top.js: line 352, col 37, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 352, col 53, ['config'] is better written in dot notation. +build/public/templates/top.js: line 352, col 66, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 352, col 82, ['config'] is better written in dot notation. +build/public/templates/top.js: line 352, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/top.js: line 354, col 152, Line is too long. +build/public/templates/top.js: line 354, col 37, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 354, col 53, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 354, col 66, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 354, col 82, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 354, col 101, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 354, col 117, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 354, col 133, ['slug'] is better written in dot notation. +build/public/templates/top.js: line 356, col 194, Line is too long. +build/public/templates/top.js: line 356, col 76, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 356, col 92, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 356, col 105, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 356, col 121, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 356, col 140, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 356, col 156, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 356, col 172, ['title'] is better written in dot notation. +build/public/templates/top.js: line 357, col 120, Line is too long. +build/public/templates/top.js: line 358, col 199, Line is too long. +build/public/templates/top.js: line 358, col 76, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 358, col 92, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 358, col 105, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 358, col 121, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 358, col 140, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 358, col 156, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 358, col 172, ['index'] is better written in dot notation. +build/public/templates/top.js: line 360, col 153, Line is too long. +build/public/templates/top.js: line 360, col 37, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 360, col 53, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 360, col 66, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 360, col 82, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 360, col 101, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 360, col 117, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 360, col 133, ['index'] is better written in dot notation. +build/public/templates/top.js: line 362, col 153, Line is too long. +build/public/templates/top.js: line 362, col 37, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 362, col 53, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 362, col 66, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 362, col 82, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 362, col 101, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 362, col 117, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 362, col 133, ['index'] is better written in dot notation. +build/public/templates/top.js: line 363, col 129, Line is too long. +build/public/templates/top.js: line 364, col 162, Line is too long. +build/public/templates/top.js: line 364, col 29, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 364, col 45, ['config'] is better written in dot notation. +build/public/templates/top.js: line 364, col 58, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 364, col 74, ['config'] is better written in dot notation. +build/public/templates/top.js: line 364, col 84, ['theme'] is better written in dot notation. +build/public/templates/top.js: line 364, col 96, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 364, col 112, ['config'] is better written in dot notation. +build/public/templates/top.js: line 364, col 122, ['theme'] is better written in dot notation. +build/public/templates/top.js: line 364, col 131, ['mobileTopicTeasers'] is better written in dot notation. +build/public/templates/top.js: line 367, col 141, Line is too long. +build/public/templates/top.js: line 368, col 210, Line is too long. +build/public/templates/top.js: line 368, col 37, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 368, col 53, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 368, col 66, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 368, col 82, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 368, col 101, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 368, col 117, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 368, col 133, ['user'] is better written in dot notation. +build/public/templates/top.js: line 368, col 144, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 368, col 160, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 368, col 176, ['user'] is better written in dot notation. +build/public/templates/top.js: line 368, col 184, ['displayname'] is better written in dot notation. +build/public/templates/top.js: line 370, col 197, Line is too long. +build/public/templates/top.js: line 370, col 29, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 370, col 45, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 370, col 58, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 370, col 74, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 370, col 93, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 370, col 109, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 370, col 125, ['user'] is better written in dot notation. +build/public/templates/top.js: line 370, col 136, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 370, col 152, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 370, col 168, ['user'] is better written in dot notation. +build/public/templates/top.js: line 370, col 176, ['userslug'] is better written in dot notation. +build/public/templates/top.js: line 371, col 122, Line is too long. +build/public/templates/top.js: line 371, col 39, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 371, col 55, ['config'] is better written in dot notation. +build/public/templates/top.js: line 371, col 68, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 371, col 84, ['config'] is better written in dot notation. +build/public/templates/top.js: line 371, col 94, ['relative_path'] is better written in dot notation. +build/public/templates/top.js: line 373, col 210, Line is too long. +build/public/templates/top.js: line 373, col 41, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 373, col 57, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 373, col 70, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 373, col 86, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 373, col 105, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 373, col 121, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 373, col 137, ['user'] is better written in dot notation. +build/public/templates/top.js: line 373, col 148, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 373, col 164, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 373, col 180, ['user'] is better written in dot notation. +build/public/templates/top.js: line 373, col 188, ['userslug'] is better written in dot notation. +build/public/templates/top.js: line 376, col 254, Line is too long. +build/public/templates/top.js: line 376, col 78, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 376, col 94, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 376, col 107, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 376, col 123, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 376, col 142, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 376, col 158, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 376, col 174, ['user'] is better written in dot notation. +build/public/templates/top.js: line 376, col 217, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 378, col 29, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 378, col 45, ['showSelect'] is better written in dot notation. +build/public/templates/top.js: line 379, col 257, Line is too long. +build/public/templates/top.js: line 381, col 193, Line is too long. +build/public/templates/top.js: line 382, col 29, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 382, col 45, ['showSelect'] is better written in dot notation. +build/public/templates/top.js: line 386, col 146, Line is too long. +build/public/templates/top.js: line 386, col 29, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 386, col 45, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 386, col 58, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 386, col 74, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 386, col 93, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 386, col 109, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 386, col 125, ['noAnchor'] is better written in dot notation. +build/public/templates/top.js: line 388, col 122, Line is too long. +build/public/templates/top.js: line 388, col 39, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 388, col 55, ['config'] is better written in dot notation. +build/public/templates/top.js: line 388, col 68, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 388, col 84, ['config'] is better written in dot notation. +build/public/templates/top.js: line 388, col 94, ['relative_path'] is better written in dot notation. +build/public/templates/top.js: line 390, col 156, Line is too long. +build/public/templates/top.js: line 390, col 41, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 390, col 57, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 390, col 70, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 390, col 86, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 390, col 105, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 390, col 121, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 390, col 137, ['slug'] is better written in dot notation. +build/public/templates/top.js: line 391, col 150, Line is too long. +build/public/templates/top.js: line 391, col 33, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 391, col 49, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 391, col 62, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 391, col 78, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 391, col 97, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 391, col 113, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 391, col 129, ['bookmark'] is better written in dot notation. +build/public/templates/top.js: line 393, col 163, Line is too long. +build/public/templates/top.js: line 393, col 45, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 393, col 61, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 393, col 74, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 393, col 90, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 393, col 109, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 393, col 125, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 393, col 141, ['bookmark'] is better written in dot notation. +build/public/templates/top.js: line 396, col 153, Line is too long. +build/public/templates/top.js: line 396, col 37, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 396, col 53, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 396, col 66, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 396, col 82, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 396, col 101, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 396, col 117, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 396, col 133, ['title'] is better written in dot notation. +build/public/templates/top.js: line 397, col 201, Line is too long. +build/public/templates/top.js: line 398, col 146, Line is too long. +build/public/templates/top.js: line 398, col 29, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 398, col 45, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 398, col 58, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 398, col 74, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 398, col 93, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 398, col 109, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 398, col 125, ['followed'] is better written in dot notation. +build/public/templates/top.js: line 401, col 175, Line is too long. +build/public/templates/top.js: line 402, col 145, Line is too long. +build/public/templates/top.js: line 402, col 29, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 402, col 45, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 402, col 58, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 402, col 74, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 402, col 93, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 402, col 109, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 402, col 125, ['ignored'] is better written in dot notation. +build/public/templates/top.js: line 405, col 180, Line is too long. +build/public/templates/top.js: line 406, col 147, Line is too long. +build/public/templates/top.js: line 406, col 29, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 406, col 45, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 406, col 58, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 406, col 74, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 406, col 93, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 406, col 109, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 406, col 125, ['scheduled'] is better written in dot notation. +build/public/templates/top.js: line 409, col 176, Line is too long. +build/public/templates/top.js: line 410, col 285, Line is too long. +build/public/templates/top.js: line 410, col 30, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 410, col 46, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 410, col 59, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 410, col 75, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 410, col 94, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 410, col 110, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 410, col 126, ['scheduled'] is better written in dot notation. +build/public/templates/top.js: line 410, col 169, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 410, col 185, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 410, col 198, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 410, col 214, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 410, col 233, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 410, col 249, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 410, col 265, ['pinned'] is better written in dot notation. +build/public/templates/top.js: line 414, col 147, Line is too long. +build/public/templates/top.js: line 414, col 29, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 414, col 45, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 414, col 58, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 414, col 74, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 414, col 93, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 414, col 109, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 414, col 125, ['pinExpiry'] is better written in dot notation. +build/public/templates/top.js: line 416, col 311, Line is too long. +build/public/templates/top.js: line 416, col 92, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 416, col 108, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 416, col 121, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 416, col 137, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 416, col 156, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 416, col 172, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 416, col 188, ['pinExpiryISO'] is better written in dot notation. +build/public/templates/top.js: line 416, col 231, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 416, col 247, ['config'] is better written in dot notation. +build/public/templates/top.js: line 416, col 260, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 416, col 276, ['config'] is better written in dot notation. +build/public/templates/top.js: line 416, col 286, ['userLang'] is better written in dot notation. +build/public/templates/top.js: line 419, col 113, Line is too long. +build/public/templates/top.js: line 420, col 144, Line is too long. +build/public/templates/top.js: line 420, col 29, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 420, col 45, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 420, col 58, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 420, col 74, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 420, col 93, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 420, col 109, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 420, col 125, ['locked'] is better written in dot notation. +build/public/templates/top.js: line 423, col 169, Line is too long. +build/public/templates/top.js: line 424, col 144, Line is too long. +build/public/templates/top.js: line 424, col 29, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 424, col 45, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 424, col 58, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 424, col 74, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 424, col 93, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 424, col 109, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 424, col 125, ['oldCid'] is better written in dot notation. +build/public/templates/top.js: line 427, col 103, Line is too long. +build/public/templates/top.js: line 428, col 190, Line is too long. +build/public/templates/top.js: line 428, col 33, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 428, col 49, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 428, col 62, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 428, col 78, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 428, col 97, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 428, col 113, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 428, col 129, ['icons'] is better written in dot notation. +build/public/templates/top.js: line 429, col 17, 'key' is defined but never used. +build/public/templates/top.js: line 437, col 298, Line is too long. +build/public/templates/top.js: line 437, col 31, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 437, col 47, ['template'] is better written in dot notation. +build/public/templates/top.js: line 437, col 62, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 437, col 78, ['template'] is better written in dot notation. +build/public/templates/top.js: line 437, col 90, ['category'] is better written in dot notation. +build/public/templates/top.js: line 437, col 132, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 437, col 148, ['cid'] is better written in dot notation. +build/public/templates/top.js: line 437, col 184, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 437, col 200, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 437, col 213, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 437, col 229, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 437, col 248, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 437, col 264, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 437, col 280, ['cid'] is better written in dot notation. +build/public/templates/top.js: line 437, col 166, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 439, col 225, Line is too long. +build/public/templates/top.js: line 439, col 89, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 439, col 105, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 439, col 118, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 439, col 134, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 439, col 153, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 439, col 169, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 439, col 185, ['category'] is better written in dot notation. +build/public/templates/top.js: line 443, col 151, Line is too long. +build/public/templates/top.js: line 443, col 37, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 443, col 53, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 443, col 66, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 443, col 82, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 443, col 101, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 443, col 117, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 443, col 133, ['tid'] is better written in dot notation. +build/public/templates/top.js: line 445, col 195, Line is too long. +build/public/templates/top.js: line 445, col 29, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 445, col 45, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 445, col 58, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 445, col 74, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 445, col 93, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 445, col 109, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 445, col 125, ['tags'] is better written in dot notation. +build/public/templates/top.js: line 445, col 136, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 445, col 152, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 445, col 168, ['tags'] is better written in dot notation. +build/public/templates/top.js: line 445, col 176, ['length'] is better written in dot notation. +build/public/templates/top.js: line 449, col 189, Line is too long. +build/public/templates/top.js: line 449, col 33, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 449, col 49, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 449, col 62, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 449, col 78, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 449, col 97, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 449, col 113, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 449, col 129, ['tags'] is better written in dot notation. +build/public/templates/top.js: line 452, col 124, Line is too long. +build/public/templates/top.js: line 452, col 41, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 452, col 57, ['config'] is better written in dot notation. +build/public/templates/top.js: line 452, col 70, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 452, col 86, ['config'] is better written in dot notation. +build/public/templates/top.js: line 452, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/top.js: line 454, col 270, Line is too long. +build/public/templates/top.js: line 454, col 41, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 454, col 57, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 454, col 70, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 454, col 86, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 454, col 105, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 454, col 121, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 454, col 137, ['tags'] is better written in dot notation. +build/public/templates/top.js: line 454, col 148, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 454, col 164, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 454, col 180, ['tags'] is better written in dot notation. +build/public/templates/top.js: line 454, col 197, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 454, col 213, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 454, col 229, ['tags'] is better written in dot notation. +build/public/templates/top.js: line 454, col 243, ['valueEncoded'] is better written in dot notation. +build/public/templates/top.js: line 456, col 263, Line is too long. +build/public/templates/top.js: line 456, col 41, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 456, col 57, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 456, col 70, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 456, col 86, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 456, col 105, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 456, col 121, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 456, col 137, ['tags'] is better written in dot notation. +build/public/templates/top.js: line 456, col 148, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 456, col 164, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 456, col 180, ['tags'] is better written in dot notation. +build/public/templates/top.js: line 456, col 197, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 456, col 213, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 456, col 229, ['tags'] is better written in dot notation. +build/public/templates/top.js: line 458, col 263, Line is too long. +build/public/templates/top.js: line 458, col 41, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 458, col 57, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 458, col 70, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 458, col 86, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 458, col 105, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 458, col 121, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 458, col 137, ['tags'] is better written in dot notation. +build/public/templates/top.js: line 458, col 148, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 458, col 164, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 458, col 180, ['tags'] is better written in dot notation. +build/public/templates/top.js: line 458, col 197, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 458, col 213, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 458, col 229, ['tags'] is better written in dot notation. +build/public/templates/top.js: line 458, col 243, ['value'] is better written in dot notation. +build/public/templates/top.js: line 460, col 270, Line is too long. +build/public/templates/top.js: line 460, col 41, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 460, col 57, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 460, col 70, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 460, col 86, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 460, col 105, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 460, col 121, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 460, col 137, ['tags'] is better written in dot notation. +build/public/templates/top.js: line 460, col 148, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 460, col 164, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 460, col 180, ['tags'] is better written in dot notation. +build/public/templates/top.js: line 460, col 197, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 460, col 213, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 460, col 229, ['tags'] is better written in dot notation. +build/public/templates/top.js: line 460, col 243, ['valueEscaped'] is better written in dot notation. +build/public/templates/top.js: line 450, col 17, 'key' is defined but never used. +build/public/templates/top.js: line 449, col 182, 'value' is defined but never used. +build/public/templates/top.js: line 449, col 174, 'length' is defined but never used. +build/public/templates/top.js: line 449, col 167, 'index' is defined but never used. +build/public/templates/top.js: line 465, col 250, Line is too long. +build/public/templates/top.js: line 466, col 256, Line is too long. +build/public/templates/top.js: line 466, col 86, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 466, col 102, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 466, col 115, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 466, col 131, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 466, col 150, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 466, col 166, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 466, col 182, ['postcount'] is better written in dot notation. +build/public/templates/top.js: line 466, col 222, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 468, col 120, Line is too long. +build/public/templates/top.js: line 468, col 37, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 468, col 53, ['config'] is better written in dot notation. +build/public/templates/top.js: line 468, col 66, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 468, col 82, ['config'] is better written in dot notation. +build/public/templates/top.js: line 468, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/top.js: line 470, col 152, Line is too long. +build/public/templates/top.js: line 470, col 37, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 470, col 53, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 470, col 66, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 470, col 82, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 470, col 101, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 470, col 117, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 470, col 133, ['slug'] is better written in dot notation. +build/public/templates/top.js: line 471, col 361, Line is too long. +build/public/templates/top.js: line 471, col 30, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 471, col 46, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 471, col 59, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 471, col 75, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 471, col 94, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 471, col 110, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 471, col 126, ['teaser'] is better written in dot notation. +build/public/templates/top.js: line 471, col 139, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 471, col 155, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 471, col 171, ['teaser'] is better written in dot notation. +build/public/templates/top.js: line 471, col 181, ['timestampISO'] is better written in dot notation. +build/public/templates/top.js: line 471, col 227, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 471, col 243, ['config'] is better written in dot notation. +build/public/templates/top.js: line 471, col 256, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 471, col 272, ['config'] is better written in dot notation. +build/public/templates/top.js: line 471, col 282, ['theme'] is better written in dot notation. +build/public/templates/top.js: line 471, col 294, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 471, col 310, ['config'] is better written in dot notation. +build/public/templates/top.js: line 471, col 320, ['theme'] is better written in dot notation. +build/public/templates/top.js: line 471, col 329, ['mobileTopicTeasers'] is better written in dot notation. +build/public/templates/top.js: line 473, col 211, Line is too long. +build/public/templates/top.js: line 473, col 41, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 473, col 57, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 473, col 70, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 473, col 86, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 473, col 105, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 473, col 121, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 473, col 137, ['teaser'] is better written in dot notation. +build/public/templates/top.js: line 473, col 150, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 473, col 166, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 473, col 182, ['teaser'] is better written in dot notation. +build/public/templates/top.js: line 473, col 192, ['index'] is better written in dot notation. +build/public/templates/top.js: line 476, col 361, Line is too long. +build/public/templates/top.js: line 476, col 30, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 476, col 46, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 476, col 59, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 476, col 75, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 476, col 94, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 476, col 110, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 476, col 126, ['teaser'] is better written in dot notation. +build/public/templates/top.js: line 476, col 139, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 476, col 155, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 476, col 171, ['teaser'] is better written in dot notation. +build/public/templates/top.js: line 476, col 181, ['timestampISO'] is better written in dot notation. +build/public/templates/top.js: line 476, col 227, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 476, col 243, ['config'] is better written in dot notation. +build/public/templates/top.js: line 476, col 256, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 476, col 272, ['config'] is better written in dot notation. +build/public/templates/top.js: line 476, col 282, ['theme'] is better written in dot notation. +build/public/templates/top.js: line 476, col 294, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 476, col 310, ['config'] is better written in dot notation. +build/public/templates/top.js: line 476, col 320, ['theme'] is better written in dot notation. +build/public/templates/top.js: line 476, col 329, ['mobileTopicTeasers'] is better written in dot notation. +build/public/templates/top.js: line 477, col 216, Line is too long. +build/public/templates/top.js: line 477, col 39, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 477, col 55, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 477, col 68, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 477, col 84, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 477, col 103, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 477, col 119, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 477, col 135, ['teaser'] is better written in dot notation. +build/public/templates/top.js: line 477, col 148, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 477, col 164, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 477, col 180, ['teaser'] is better written in dot notation. +build/public/templates/top.js: line 477, col 190, ['timestampISO'] is better written in dot notation. +build/public/templates/top.js: line 478, col 163, Line is too long. +build/public/templates/top.js: line 478, col 39, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 478, col 55, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 478, col 68, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 478, col 84, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 478, col 103, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 478, col 119, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 478, col 135, ['timestampISO'] is better written in dot notation. +build/public/templates/top.js: line 480, col 120, Line is too long. +build/public/templates/top.js: line 480, col 37, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 480, col 53, ['config'] is better written in dot notation. +build/public/templates/top.js: line 480, col 66, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 480, col 82, ['config'] is better written in dot notation. +build/public/templates/top.js: line 480, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/top.js: line 482, col 152, Line is too long. +build/public/templates/top.js: line 482, col 37, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 482, col 53, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 482, col 66, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 482, col 82, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 482, col 101, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 482, col 117, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 482, col 133, ['slug'] is better written in dot notation. +build/public/templates/top.js: line 483, col 104, Line is too long. +build/public/templates/top.js: line 484, col 160, Line is too long. +build/public/templates/top.js: line 484, col 37, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 484, col 53, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 484, col 66, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 484, col 82, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 484, col 101, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 484, col 117, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 484, col 133, ['timestampISO'] is better written in dot notation. +build/public/templates/top.js: line 486, col 29, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 486, col 45, ['showSelect'] is better written in dot notation. +build/public/templates/top.js: line 487, col 219, Line is too long. +build/public/templates/top.js: line 490, col 199, Line is too long. +build/public/templates/top.js: line 490, col 29, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 490, col 45, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 490, col 58, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 490, col 74, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 490, col 93, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 490, col 109, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 490, col 125, ['thumbs'] is better written in dot notation. +build/public/templates/top.js: line 490, col 138, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 490, col 154, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 490, col 170, ['thumbs'] is better written in dot notation. +build/public/templates/top.js: line 490, col 180, ['length'] is better written in dot notation. +build/public/templates/top.js: line 491, col 123, Line is too long. +build/public/templates/top.js: line 492, col 124, Line is too long. +build/public/templates/top.js: line 492, col 41, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 492, col 57, ['config'] is better written in dot notation. +build/public/templates/top.js: line 492, col 70, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 492, col 86, ['config'] is better written in dot notation. +build/public/templates/top.js: line 492, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/top.js: line 494, col 156, Line is too long. +build/public/templates/top.js: line 494, col 41, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 494, col 57, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 494, col 70, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 494, col 86, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 494, col 105, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 494, col 121, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 494, col 137, ['slug'] is better written in dot notation. +build/public/templates/top.js: line 495, col 150, Line is too long. +build/public/templates/top.js: line 495, col 33, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 495, col 49, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 495, col 62, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 495, col 78, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 495, col 97, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 495, col 113, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 495, col 129, ['bookmark'] is better written in dot notation. +build/public/templates/top.js: line 497, col 163, Line is too long. +build/public/templates/top.js: line 497, col 45, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 497, col 61, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 497, col 74, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 497, col 90, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 497, col 109, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 497, col 125, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 497, col 141, ['bookmark'] is better written in dot notation. +build/public/templates/top.js: line 499, col 190, Line is too long. +build/public/templates/top.js: line 500, col 265, Line is too long. +build/public/templates/top.js: line 500, col 41, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 500, col 57, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 500, col 70, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 500, col 86, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 500, col 105, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 500, col 121, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 500, col 137, ['thumbs'] is better written in dot notation. +build/public/templates/top.js: line 500, col 150, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 500, col 166, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 500, col 182, ['thumbs'] is better written in dot notation. +build/public/templates/top.js: line 500, col 200, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 500, col 216, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 500, col 232, ['thumbs'] is better written in dot notation. +build/public/templates/top.js: line 500, col 247, ['url'] is better written in dot notation. +build/public/templates/top.js: line 502, col 213, Line is too long. +build/public/templates/top.js: line 502, col 41, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 502, col 57, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 502, col 70, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 502, col 86, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 502, col 105, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 502, col 121, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 502, col 137, ['thumbs'] is better written in dot notation. +build/public/templates/top.js: line 502, col 150, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 502, col 166, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 502, col 182, ['thumbs'] is better written in dot notation. +build/public/templates/top.js: line 502, col 192, ['length'] is better written in dot notation. +build/public/templates/top.js: line 503, col 231, Line is too long. +build/public/templates/top.js: line 504, col 213, Line is too long. +build/public/templates/top.js: line 504, col 41, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 504, col 57, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 504, col 70, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 504, col 86, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 504, col 105, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 504, col 121, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 504, col 137, ['thumbs'] is better written in dot notation. +build/public/templates/top.js: line 504, col 150, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 504, col 166, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 504, col 182, ['thumbs'] is better written in dot notation. +build/public/templates/top.js: line 504, col 192, ['length'] is better written in dot notation. +build/public/templates/top.js: line 507, col 193, Line is too long. +build/public/templates/top.js: line 508, col 29, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 512, col 29, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 514, col 131, Line is too long. +build/public/templates/top.js: line 515, col 157, Line is too long. +build/public/templates/top.js: line 515, col 41, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 515, col 57, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 515, col 70, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 515, col 86, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 515, col 105, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 515, col 121, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 515, col 137, ['votes'] is better written in dot notation. +build/public/templates/top.js: line 517, col 256, Line is too long. +build/public/templates/top.js: line 517, col 90, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 517, col 106, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 517, col 119, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 517, col 135, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 517, col 154, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 517, col 170, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 517, col 186, ['votes'] is better written in dot notation. +build/public/templates/top.js: line 517, col 222, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 518, col 200, Line is too long. +build/public/templates/top.js: line 519, col 133, Line is too long. +build/public/templates/top.js: line 520, col 157, Line is too long. +build/public/templates/top.js: line 520, col 37, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 520, col 53, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 520, col 66, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 520, col 82, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 520, col 101, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 520, col 117, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 520, col 133, ['postcount'] is better written in dot notation. +build/public/templates/top.js: line 522, col 256, Line is too long. +build/public/templates/top.js: line 522, col 86, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 522, col 102, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 522, col 115, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 522, col 131, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 522, col 150, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 522, col 166, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 522, col 182, ['postcount'] is better written in dot notation. +build/public/templates/top.js: line 522, col 222, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 523, col 316, Line is too long. +build/public/templates/top.js: line 524, col 157, Line is too long. +build/public/templates/top.js: line 524, col 37, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 524, col 53, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 524, col 66, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 524, col 82, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 524, col 101, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 524, col 117, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 524, col 133, ['viewcount'] is better written in dot notation. +build/public/templates/top.js: line 526, col 256, Line is too long. +build/public/templates/top.js: line 526, col 86, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 526, col 102, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 526, col 115, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 526, col 131, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 526, col 150, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 526, col 166, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 526, col 182, ['viewcount'] is better written in dot notation. +build/public/templates/top.js: line 526, col 222, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 527, col 264, Line is too long. +build/public/templates/top.js: line 528, col 162, Line is too long. +build/public/templates/top.js: line 528, col 29, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 528, col 45, ['config'] is better written in dot notation. +build/public/templates/top.js: line 528, col 58, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 528, col 74, ['config'] is better written in dot notation. +build/public/templates/top.js: line 528, col 84, ['theme'] is better written in dot notation. +build/public/templates/top.js: line 528, col 96, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 528, col 112, ['config'] is better written in dot notation. +build/public/templates/top.js: line 528, col 122, ['theme'] is better written in dot notation. +build/public/templates/top.js: line 528, col 131, ['mobileTopicTeasers'] is better written in dot notation. +build/public/templates/top.js: line 531, col 125, Line is too long. +build/public/templates/top.js: line 532, col 214, Line is too long. +build/public/templates/top.js: line 532, col 37, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 532, col 53, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 532, col 66, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 532, col 82, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 532, col 101, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 532, col 117, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 532, col 133, ['category'] is better written in dot notation. +build/public/templates/top.js: line 532, col 148, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 532, col 164, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 532, col 180, ['category'] is better written in dot notation. +build/public/templates/top.js: line 532, col 192, ['bgColor'] is better written in dot notation. +build/public/templates/top.js: line 534, col 147, Line is too long. +build/public/templates/top.js: line 534, col 29, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 534, col 45, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 534, col 58, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 534, col 74, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 534, col 93, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 534, col 109, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 534, col 125, ['unreplied'] is better written in dot notation. +build/public/templates/top.js: line 537, col 200, Line is too long. +build/public/templates/top.js: line 537, col 33, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 537, col 49, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 537, col 62, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 537, col 78, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 537, col 97, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 537, col 113, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 537, col 129, ['teaser'] is better written in dot notation. +build/public/templates/top.js: line 537, col 142, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 537, col 158, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 537, col 174, ['teaser'] is better written in dot notation. +build/public/templates/top.js: line 537, col 184, ['pid'] is better written in dot notation. +build/public/templates/top.js: line 539, col 270, Line is too long. +build/public/templates/top.js: line 539, col 37, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 539, col 53, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 539, col 66, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 539, col 82, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 539, col 101, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 539, col 117, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 539, col 133, ['teaser'] is better written in dot notation. +build/public/templates/top.js: line 539, col 146, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 539, col 162, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 539, col 178, ['teaser'] is better written in dot notation. +build/public/templates/top.js: line 539, col 188, ['user'] is better written in dot notation. +build/public/templates/top.js: line 539, col 199, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 539, col 215, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 539, col 231, ['teaser'] is better written in dot notation. +build/public/templates/top.js: line 539, col 241, ['user'] is better written in dot notation. +build/public/templates/top.js: line 539, col 249, ['userslug'] is better written in dot notation. +build/public/templates/top.js: line 540, col 130, Line is too long. +build/public/templates/top.js: line 540, col 47, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 540, col 63, ['config'] is better written in dot notation. +build/public/templates/top.js: line 540, col 76, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 540, col 92, ['config'] is better written in dot notation. +build/public/templates/top.js: line 540, col 102, ['relative_path'] is better written in dot notation. +build/public/templates/top.js: line 542, col 283, Line is too long. +build/public/templates/top.js: line 542, col 49, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 542, col 65, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 542, col 78, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 542, col 94, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 542, col 113, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 542, col 129, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 542, col 145, ['teaser'] is better written in dot notation. +build/public/templates/top.js: line 542, col 158, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 542, col 174, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 542, col 190, ['teaser'] is better written in dot notation. +build/public/templates/top.js: line 542, col 200, ['user'] is better written in dot notation. +build/public/templates/top.js: line 542, col 211, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 542, col 227, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 542, col 243, ['teaser'] is better written in dot notation. +build/public/templates/top.js: line 542, col 253, ['user'] is better written in dot notation. +build/public/templates/top.js: line 542, col 261, ['userslug'] is better written in dot notation. +build/public/templates/top.js: line 545, col 283, Line is too long. +build/public/templates/top.js: line 545, col 45, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 545, col 61, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 545, col 74, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 545, col 90, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 545, col 109, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 545, col 125, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 545, col 141, ['teaser'] is better written in dot notation. +build/public/templates/top.js: line 545, col 154, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 545, col 170, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 545, col 186, ['teaser'] is better written in dot notation. +build/public/templates/top.js: line 545, col 196, ['user'] is better written in dot notation. +build/public/templates/top.js: line 545, col 207, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 545, col 223, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 545, col 239, ['teaser'] is better written in dot notation. +build/public/templates/top.js: line 545, col 249, ['user'] is better written in dot notation. +build/public/templates/top.js: line 545, col 257, ['displayname'] is better written in dot notation. +build/public/templates/top.js: line 547, col 317, Line is too long. +build/public/templates/top.js: line 547, col 86, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 547, col 102, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 547, col 115, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 547, col 131, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 547, col 150, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 547, col 166, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 547, col 182, ['teaser'] is better written in dot notation. +build/public/templates/top.js: line 547, col 195, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 547, col 211, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 547, col 227, ['teaser'] is better written in dot notation. +build/public/templates/top.js: line 547, col 237, ['user'] is better written in dot notation. +build/public/templates/top.js: line 547, col 280, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 549, col 128, Line is too long. +build/public/templates/top.js: line 549, col 45, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 549, col 61, ['config'] is better written in dot notation. +build/public/templates/top.js: line 549, col 74, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 549, col 90, ['config'] is better written in dot notation. +build/public/templates/top.js: line 549, col 100, ['relative_path'] is better written in dot notation. +build/public/templates/top.js: line 551, col 160, Line is too long. +build/public/templates/top.js: line 551, col 45, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 551, col 61, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 551, col 74, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 551, col 90, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 551, col 109, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 551, col 125, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 551, col 141, ['slug'] is better written in dot notation. +build/public/templates/top.js: line 553, col 216, Line is too long. +build/public/templates/top.js: line 553, col 45, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 553, col 61, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 553, col 74, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 553, col 90, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 553, col 109, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 553, col 125, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 553, col 141, ['teaser'] is better written in dot notation. +build/public/templates/top.js: line 553, col 154, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 553, col 170, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 553, col 186, ['teaser'] is better written in dot notation. +build/public/templates/top.js: line 553, col 196, ['index'] is better written in dot notation. +build/public/templates/top.js: line 555, col 223, Line is too long. +build/public/templates/top.js: line 555, col 45, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 555, col 61, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 555, col 74, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 555, col 90, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 555, col 109, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 555, col 125, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 555, col 141, ['teaser'] is better written in dot notation. +build/public/templates/top.js: line 555, col 154, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 555, col 170, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 555, col 186, ['teaser'] is better written in dot notation. +build/public/templates/top.js: line 555, col 196, ['timestampISO'] is better written in dot notation. +build/public/templates/top.js: line 556, col 230, Line is too long. +build/public/templates/top.js: line 557, col 128, Line is too long. +build/public/templates/top.js: line 557, col 45, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 557, col 61, ['config'] is better written in dot notation. +build/public/templates/top.js: line 557, col 74, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 557, col 90, ['config'] is better written in dot notation. +build/public/templates/top.js: line 557, col 100, ['relative_path'] is better written in dot notation. +build/public/templates/top.js: line 559, col 160, Line is too long. +build/public/templates/top.js: line 559, col 45, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 559, col 61, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 559, col 74, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 559, col 90, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 559, col 109, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 559, col 125, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 559, col 141, ['slug'] is better written in dot notation. +build/public/templates/top.js: line 561, col 216, Line is too long. +build/public/templates/top.js: line 561, col 45, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 561, col 61, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 561, col 74, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 561, col 90, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 561, col 109, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 561, col 125, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 561, col 141, ['teaser'] is better written in dot notation. +build/public/templates/top.js: line 561, col 154, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 561, col 170, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 561, col 186, ['teaser'] is better written in dot notation. +build/public/templates/top.js: line 561, col 196, ['index'] is better written in dot notation. +build/public/templates/top.js: line 563, col 218, Line is too long. +build/public/templates/top.js: line 563, col 45, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 563, col 61, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 563, col 74, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 563, col 90, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 563, col 109, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 563, col 125, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 563, col 141, ['teaser'] is better written in dot notation. +build/public/templates/top.js: line 563, col 154, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 563, col 170, ['topics'] is better written in dot notation. +build/public/templates/top.js: line 563, col 186, ['teaser'] is better written in dot notation. +build/public/templates/top.js: line 563, col 196, ['content'] is better written in dot notation. +build/public/templates/top.js: line 342, col 13, 'key' is defined but never used. +build/public/templates/top.js: line 340, col 11, 'value' is defined but never used. +build/public/templates/top.js: line 575, col 160, Line is too long. +build/public/templates/top.js: line 575, col 36, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 575, col 52, ['pagination'] is better written in dot notation. +build/public/templates/top.js: line 575, col 69, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 575, col 85, ['pagination'] is better written in dot notation. +build/public/templates/top.js: line 575, col 99, ['pages'] is better written in dot notation. +build/public/templates/top.js: line 578, col 219, Line is too long. +build/public/templates/top.js: line 578, col 29, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 578, col 45, ['pagination'] is better written in dot notation. +build/public/templates/top.js: line 578, col 62, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 578, col 78, ['pagination'] is better written in dot notation. +build/public/templates/top.js: line 578, col 92, ['pages'] is better written in dot notation. +build/public/templates/top.js: line 578, col 104, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 578, col 120, ['pagination'] is better written in dot notation. +build/public/templates/top.js: line 578, col 134, ['pages'] is better written in dot notation. +build/public/templates/top.js: line 578, col 152, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 578, col 168, ['pagination'] is better written in dot notation. +build/public/templates/top.js: line 578, col 182, ['pages'] is better written in dot notation. +build/public/templates/top.js: line 578, col 197, ['separator'] is better written in dot notation. +build/public/templates/top.js: line 579, col 227, Line is too long. +build/public/templates/top.js: line 581, col 220, Line is too long. +build/public/templates/top.js: line 581, col 33, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 581, col 49, ['pagination'] is better written in dot notation. +build/public/templates/top.js: line 581, col 66, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 581, col 82, ['pagination'] is better written in dot notation. +build/public/templates/top.js: line 581, col 96, ['pages'] is better written in dot notation. +build/public/templates/top.js: line 581, col 108, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 581, col 124, ['pagination'] is better written in dot notation. +build/public/templates/top.js: line 581, col 138, ['pages'] is better written in dot notation. +build/public/templates/top.js: line 581, col 156, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 581, col 172, ['pagination'] is better written in dot notation. +build/public/templates/top.js: line 581, col 186, ['pages'] is better written in dot notation. +build/public/templates/top.js: line 581, col 201, ['active'] is better written in dot notation. +build/public/templates/top.js: line 585, col 226, Line is too long. +build/public/templates/top.js: line 585, col 41, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 585, col 57, ['pagination'] is better written in dot notation. +build/public/templates/top.js: line 585, col 74, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 585, col 90, ['pagination'] is better written in dot notation. +build/public/templates/top.js: line 585, col 104, ['pages'] is better written in dot notation. +build/public/templates/top.js: line 585, col 116, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 585, col 132, ['pagination'] is better written in dot notation. +build/public/templates/top.js: line 585, col 146, ['pages'] is better written in dot notation. +build/public/templates/top.js: line 585, col 164, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 585, col 180, ['pagination'] is better written in dot notation. +build/public/templates/top.js: line 585, col 194, ['pages'] is better written in dot notation. +build/public/templates/top.js: line 585, col 209, ['qs'] is better written in dot notation. +build/public/templates/top.js: line 587, col 228, Line is too long. +build/public/templates/top.js: line 587, col 41, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 587, col 57, ['pagination'] is better written in dot notation. +build/public/templates/top.js: line 587, col 74, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 587, col 90, ['pagination'] is better written in dot notation. +build/public/templates/top.js: line 587, col 104, ['pages'] is better written in dot notation. +build/public/templates/top.js: line 587, col 116, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 587, col 132, ['pagination'] is better written in dot notation. +build/public/templates/top.js: line 587, col 146, ['pages'] is better written in dot notation. +build/public/templates/top.js: line 587, col 164, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 587, col 180, ['pagination'] is better written in dot notation. +build/public/templates/top.js: line 587, col 194, ['pages'] is better written in dot notation. +build/public/templates/top.js: line 587, col 209, ['page'] is better written in dot notation. +build/public/templates/top.js: line 589, col 228, Line is too long. +build/public/templates/top.js: line 589, col 41, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 589, col 57, ['pagination'] is better written in dot notation. +build/public/templates/top.js: line 589, col 74, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 589, col 90, ['pagination'] is better written in dot notation. +build/public/templates/top.js: line 589, col 104, ['pages'] is better written in dot notation. +build/public/templates/top.js: line 589, col 116, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 589, col 132, ['pagination'] is better written in dot notation. +build/public/templates/top.js: line 589, col 146, ['pages'] is better written in dot notation. +build/public/templates/top.js: line 589, col 164, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 589, col 180, ['pagination'] is better written in dot notation. +build/public/templates/top.js: line 589, col 194, ['pages'] is better written in dot notation. +build/public/templates/top.js: line 589, col 209, ['page'] is better written in dot notation. +build/public/templates/top.js: line 591, col 228, Line is too long. +build/public/templates/top.js: line 591, col 41, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 591, col 57, ['pagination'] is better written in dot notation. +build/public/templates/top.js: line 591, col 74, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 591, col 90, ['pagination'] is better written in dot notation. +build/public/templates/top.js: line 591, col 104, ['pages'] is better written in dot notation. +build/public/templates/top.js: line 591, col 116, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 591, col 132, ['pagination'] is better written in dot notation. +build/public/templates/top.js: line 591, col 146, ['pages'] is better written in dot notation. +build/public/templates/top.js: line 591, col 164, Expected '!==' and instead saw '!='. +build/public/templates/top.js: line 591, col 180, ['pagination'] is better written in dot notation. +build/public/templates/top.js: line 591, col 194, ['pages'] is better written in dot notation. +build/public/templates/top.js: line 591, col 209, ['page'] is better written in dot notation. +build/public/templates/top.js: line 576, col 13, 'key' is defined but never used. +build/public/templates/top.js: line 575, col 153, 'value' is defined but never used. +build/public/templates/top.js: line 575, col 145, 'length' is defined but never used. +build/public/templates/top.js: line 575, col 138, 'index' is defined but never used. +build/public/templates/top.js: line 574, col 11, 'value' is defined but never used. +build/public/templates/top.js: line 572, col 81, 'helper' is defined but never used. +build/public/templates/top.js: line 601, col 3, Missing semicolon. +build/public/templates/top.js: line 5, col 46, 'define' is not defined. +build/public/templates/top.js: line 6, col 5, 'define' is not defined. + +build/public/templates/topic.js: line 15, col 153, Line is too long. +build/public/templates/topic.js: line 15, col 25, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 15, col 41, ['widgets'] is better written in dot notation. +build/public/templates/topic.js: line 15, col 55, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 15, col 71, ['widgets'] is better written in dot notation. +build/public/templates/topic.js: line 15, col 82, ['sidebar'] is better written in dot notation. +build/public/templates/topic.js: line 15, col 96, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 15, col 112, ['widgets'] is better written in dot notation. +build/public/templates/topic.js: line 15, col 123, ['sidebar'] is better written in dot notation. +build/public/templates/topic.js: line 15, col 134, ['length'] is better written in dot notation. +build/public/templates/topic.js: line 19, col 33, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 19, col 49, ['url'] is better written in dot notation. +build/public/templates/topic.js: line 20, col 119, Line is too long. +build/public/templates/topic.js: line 21, col 110, Line is too long. +build/public/templates/topic.js: line 21, col 69, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 21, col 85, ['titleRaw'] is better written in dot notation. +build/public/templates/topic.js: line 23, col 110, Line is too long. +build/public/templates/topic.js: line 23, col 69, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 23, col 85, ['titleRaw'] is better written in dot notation. +build/public/templates/topic.js: line 25, col 33, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 25, col 49, ['url'] is better written in dot notation. +build/public/templates/topic.js: line 27, col 33, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 27, col 49, ['timestampISO'] is better written in dot notation. +build/public/templates/topic.js: line 29, col 33, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 29, col 49, ['lastposttimeISO'] is better written in dot notation. +build/public/templates/topic.js: line 30, col 126, Line is too long. +build/public/templates/topic.js: line 31, col 111, Line is too long. +build/public/templates/topic.js: line 31, col 33, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 31, col 49, ['author'] is better written in dot notation. +build/public/templates/topic.js: line 31, col 62, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 31, col 78, ['author'] is better written in dot notation. +build/public/templates/topic.js: line 31, col 88, ['username'] is better written in dot notation. +build/public/templates/topic.js: line 33, col 101, Line is too long. +build/public/templates/topic.js: line 33, col 25, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 33, col 41, ['author'] is better written in dot notation. +build/public/templates/topic.js: line 33, col 54, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 33, col 70, ['author'] is better written in dot notation. +build/public/templates/topic.js: line 33, col 80, ['userslug'] is better written in dot notation. +build/public/templates/topic.js: line 35, col 120, Line is too long. +build/public/templates/topic.js: line 35, col 37, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 35, col 53, ['config'] is better written in dot notation. +build/public/templates/topic.js: line 35, col 66, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 35, col 82, ['config'] is better written in dot notation. +build/public/templates/topic.js: line 35, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/topic.js: line 37, col 115, Line is too long. +build/public/templates/topic.js: line 37, col 37, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 37, col 53, ['author'] is better written in dot notation. +build/public/templates/topic.js: line 37, col 66, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 37, col 82, ['author'] is better written in dot notation. +build/public/templates/topic.js: line 37, col 92, ['userslug'] is better written in dot notation. +build/public/templates/topic.js: line 40, col 335, Line is too long. +build/public/templates/topic.js: line 41, col 33, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 41, col 49, ['title'] is better written in dot notation. +build/public/templates/topic.js: line 42, col 159, Line is too long. +build/public/templates/topic.js: line 43, col 400, Line is too long. +build/public/templates/topic.js: line 43, col 27, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 43, col 43, ['scheduled'] is better written in dot notation. +build/public/templates/topic.js: line 43, col 87, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 43, col 103, ['pinned'] is better written in dot notation. +build/public/templates/topic.js: line 43, col 144, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 43, col 160, ['locked'] is better written in dot notation. +build/public/templates/topic.js: line 43, col 201, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 43, col 217, ['icons'] is better written in dot notation. +build/public/templates/topic.js: line 43, col 229, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 43, col 245, ['icons'] is better written in dot notation. +build/public/templates/topic.js: line 43, col 254, ['length'] is better written in dot notation. +build/public/templates/topic.js: line 43, col 295, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 43, col 311, ['oldCid'] is better written in dot notation. +build/public/templates/topic.js: line 43, col 351, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 43, col 367, ['oldCid'] is better written in dot notation. +build/public/templates/topic.js: line 43, col 388, Expected '===' and instead saw '=='. +build/public/templates/topic.js: line 46, col 105, Line is too long. +build/public/templates/topic.js: line 47, col 25, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 47, col 41, ['scheduled'] is better written in dot notation. +build/public/templates/topic.js: line 50, col 164, Line is too long. +build/public/templates/topic.js: line 51, col 121, Line is too long. +build/public/templates/topic.js: line 51, col 26, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 51, col 42, ['scheduled'] is better written in dot notation. +build/public/templates/topic.js: line 51, col 85, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 51, col 101, ['pinned'] is better written in dot notation. +build/public/templates/topic.js: line 55, col 25, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 55, col 41, ['pinExpiry'] is better written in dot notation. +build/public/templates/topic.js: line 57, col 227, Line is too long. +build/public/templates/topic.js: line 57, col 88, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 57, col 104, ['pinExpiryISO'] is better written in dot notation. +build/public/templates/topic.js: line 57, col 147, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 57, col 163, ['config'] is better written in dot notation. +build/public/templates/topic.js: line 57, col 176, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 57, col 192, ['config'] is better written in dot notation. +build/public/templates/topic.js: line 57, col 202, ['userLang'] is better written in dot notation. +build/public/templates/topic.js: line 60, col 108, Line is too long. +build/public/templates/topic.js: line 61, col 25, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 61, col 41, ['locked'] is better written in dot notation. +build/public/templates/topic.js: line 64, col 108, Line is too long. +build/public/templates/topic.js: line 65, col 116, Line is too long. +build/public/templates/topic.js: line 65, col 33, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 65, col 49, ['config'] is better written in dot notation. +build/public/templates/topic.js: line 65, col 62, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 65, col 78, ['config'] is better written in dot notation. +build/public/templates/topic.js: line 65, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/topic.js: line 67, col 33, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 67, col 49, ['oldCid'] is better written in dot notation. +build/public/templates/topic.js: line 69, col 25, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 69, col 41, ['oldCid'] is better written in dot notation. +build/public/templates/topic.js: line 73, col 113, Line is too long. +build/public/templates/topic.js: line 73, col 25, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 73, col 41, ['privileges'] is better written in dot notation. +build/public/templates/topic.js: line 73, col 58, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 73, col 74, ['privileges'] is better written in dot notation. +build/public/templates/topic.js: line 73, col 88, ['isAdminOrMod'] is better written in dot notation. +build/public/templates/topic.js: line 75, col 121, Line is too long. +build/public/templates/topic.js: line 75, col 37, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 75, col 53, ['oldCategory'] is better written in dot notation. +build/public/templates/topic.js: line 75, col 71, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 75, col 87, ['oldCategory'] is better written in dot notation. +build/public/templates/topic.js: line 75, col 102, ['name'] is better written in dot notation. +build/public/templates/topic.js: line 79, col 22, ['icons'] is better written in dot notation. +build/public/templates/topic.js: line 81, col 137, Line is too long. +build/public/templates/topic.js: line 81, col 81, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 81, col 97, ['category'] is better written in dot notation. +build/public/templates/topic.js: line 83, col 33, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 83, col 49, ['tid'] is better written in dot notation. +build/public/templates/topic.js: line 84, col 114, Line is too long. +build/public/templates/topic.js: line 85, col 22, ['tags'] is better written in dot notation. +build/public/templates/topic.js: line 87, col 107, Line is too long. +build/public/templates/topic.js: line 87, col 25, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 87, col 41, ['crossposts'] is better written in dot notation. +build/public/templates/topic.js: line 87, col 58, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 87, col 74, ['crossposts'] is better written in dot notation. +build/public/templates/topic.js: line 87, col 88, ['length'] is better written in dot notation. +build/public/templates/topic.js: line 88, col 249, Line is too long. +build/public/templates/topic.js: line 89, col 121, Line is too long. +build/public/templates/topic.js: line 89, col 37, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 89, col 53, ['crossposts'] is better written in dot notation. +build/public/templates/topic.js: line 89, col 70, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 89, col 86, ['crossposts'] is better written in dot notation. +build/public/templates/topic.js: line 89, col 100, ['length'] is better written in dot notation. +build/public/templates/topic.js: line 91, col 172, Line is too long. +build/public/templates/topic.js: line 91, col 86, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 91, col 102, ['crossposts'] is better written in dot notation. +build/public/templates/topic.js: line 91, col 119, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 91, col 135, ['crossposts'] is better written in dot notation. +build/public/templates/topic.js: line 91, col 149, ['length'] is better written in dot notation. +build/public/templates/topic.js: line 92, col 221, Line is too long. +build/public/templates/topic.js: line 94, col 221, Line is too long. +build/public/templates/topic.js: line 95, col 33, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 95, col 49, ['postcount'] is better written in dot notation. +build/public/templates/topic.js: line 97, col 124, Line is too long. +build/public/templates/topic.js: line 97, col 82, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 97, col 98, ['postcount'] is better written in dot notation. +build/public/templates/topic.js: line 98, col 273, Line is too long. +build/public/templates/topic.js: line 99, col 33, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 99, col 49, ['postercount'] is better written in dot notation. +build/public/templates/topic.js: line 101, col 126, Line is too long. +build/public/templates/topic.js: line 101, col 82, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 101, col 98, ['postercount'] is better written in dot notation. +build/public/templates/topic.js: line 102, col 290, Line is too long. +build/public/templates/topic.js: line 103, col 33, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 103, col 49, ['viewcount'] is better written in dot notation. +build/public/templates/topic.js: line 105, col 124, Line is too long. +build/public/templates/topic.js: line 105, col 82, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 105, col 98, ['viewcount'] is better written in dot notation. +build/public/templates/topic.js: line 106, col 105, Line is too long. +build/public/templates/topic.js: line 107, col 25, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 107, col 41, ['followercount'] is better written in dot notation. +build/public/templates/topic.js: line 108, col 204, Line is too long. +build/public/templates/topic.js: line 109, col 37, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 109, col 53, ['viewcount'] is better written in dot notation. +build/public/templates/topic.js: line 111, col 132, Line is too long. +build/public/templates/topic.js: line 111, col 86, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 111, col 102, ['followercount'] is better written in dot notation. +build/public/templates/topic.js: line 112, col 111, Line is too long. +build/public/templates/topic.js: line 115, col 25, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 118, col 29, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 118, col 45, ['rssFeedUrl'] is better written in dot notation. +build/public/templates/topic.js: line 120, col 41, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 120, col 57, ['rssFeedUrl'] is better written in dot notation. +build/public/templates/topic.js: line 125, col 25, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 125, col 41, ['browsingUsers'] is better written in dot notation. +build/public/templates/topic.js: line 126, col 157, Line is too long. +build/public/templates/topic.js: line 128, col 281, Line is too long. +build/public/templates/topic.js: line 129, col 25, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 129, col 41, ['loggedIn'] is better written in dot notation. +build/public/templates/topic.js: line 130, col 182, Line is too long. +build/public/templates/topic.js: line 133, col 101, Line is too long. +build/public/templates/topic.js: line 133, col 25, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 133, col 41, ['config'] is better written in dot notation. +build/public/templates/topic.js: line 133, col 54, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 133, col 70, ['config'] is better written in dot notation. +build/public/templates/topic.js: line 133, col 80, ['loggedIn'] is better written in dot notation. +build/public/templates/topic.js: line 134, col 108, Line is too long. +build/public/templates/topic.js: line 135, col 29, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 135, col 45, ['isFollowing'] is better written in dot notation. +build/public/templates/topic.js: line 139, col 29, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 139, col 45, ['isNotFollowing'] is better written in dot notation. +build/public/templates/topic.js: line 143, col 29, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 143, col 45, ['isIgnoring'] is better written in dot notation. +build/public/templates/topic.js: line 146, col 224, Line is too long. +build/public/templates/topic.js: line 147, col 29, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 147, col 45, ['isFollowing'] is better written in dot notation. +build/public/templates/topic.js: line 150, col 106, Line is too long. +build/public/templates/topic.js: line 151, col 29, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 151, col 45, ['isNotFollowing'] is better written in dot notation. +build/public/templates/topic.js: line 154, col 107, Line is too long. +build/public/templates/topic.js: line 155, col 29, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 155, col 45, ['isIgnoring'] is better written in dot notation. +build/public/templates/topic.js: line 158, col 710, Line is too long. +build/public/templates/topic.js: line 159, col 29, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 159, col 45, ['isFollowing'] is better written in dot notation. +build/public/templates/topic.js: line 162, col 627, Line is too long. +build/public/templates/topic.js: line 163, col 29, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 163, col 45, ['isNotFollowing'] is better written in dot notation. +build/public/templates/topic.js: line 166, col 606, Line is too long. +build/public/templates/topic.js: line 167, col 29, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 167, col 45, ['isIgnoring'] is better written in dot notation. +build/public/templates/topic.js: line 172, col 285, Line is too long. +build/public/templates/topic.js: line 173, col 33, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 173, col 49, ['sortOptionLabel'] is better written in dot notation. +build/public/templates/topic.js: line 174, col 1057, Line is too long. +build/public/templates/topic.js: line 175, col 25, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 175, col 41, ['loggedIn'] is better written in dot notation. +build/public/templates/topic.js: line 176, col 200, Line is too long. +build/public/templates/topic.js: line 179, col 118, Line is too long. +build/public/templates/topic.js: line 179, col 25, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 179, col 41, ['privileges'] is better written in dot notation. +build/public/templates/topic.js: line 179, col 58, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 179, col 74, ['privileges'] is better written in dot notation. +build/public/templates/topic.js: line 179, col 88, ['view_thread_tools'] is better written in dot notation. +build/public/templates/topic.js: line 180, col 395, Line is too long. +build/public/templates/topic.js: line 183, col 113, Line is too long. +build/public/templates/topic.js: line 183, col 25, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 183, col 41, ['privileges'] is better written in dot notation. +build/public/templates/topic.js: line 183, col 58, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 183, col 74, ['privileges'] is better written in dot notation. +build/public/templates/topic.js: line 187, col 116, Line is too long. +build/public/templates/topic.js: line 187, col 33, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 187, col 49, ['config'] is better written in dot notation. +build/public/templates/topic.js: line 187, col 62, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 187, col 78, ['config'] is better written in dot notation. +build/public/templates/topic.js: line 187, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/topic.js: line 189, col 33, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 189, col 49, ['tid'] is better written in dot notation. +build/public/templates/topic.js: line 190, col 657, Line is too long. +build/public/templates/topic.js: line 191, col 25, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 191, col 41, ['loggedIn'] is better written in dot notation. +build/public/templates/topic.js: line 193, col 117, Line is too long. +build/public/templates/topic.js: line 193, col 29, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 193, col 45, ['privileges'] is better written in dot notation. +build/public/templates/topic.js: line 193, col 62, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 193, col 78, ['privileges'] is better written in dot notation. +build/public/templates/topic.js: line 196, col 33, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 196, col 49, ['locked'] is better written in dot notation. +build/public/templates/topic.js: line 197, col 151, Line is too long. +build/public/templates/topic.js: line 201, col 29, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 201, col 45, ['locked'] is better written in dot notation. +build/public/templates/topic.js: line 203, col 156, Line is too long. +build/public/templates/topic.js: line 206, col 117, Line is too long. +build/public/templates/topic.js: line 206, col 29, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 206, col 45, ['privileges'] is better written in dot notation. +build/public/templates/topic.js: line 206, col 62, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 206, col 78, ['privileges'] is better written in dot notation. +build/public/templates/topic.js: line 209, col 124, Line is too long. +build/public/templates/topic.js: line 209, col 41, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 209, col 57, ['config'] is better written in dot notation. +build/public/templates/topic.js: line 209, col 70, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 209, col 86, ['config'] is better written in dot notation. +build/public/templates/topic.js: line 209, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/topic.js: line 212, col 113, Line is too long. +build/public/templates/topic.js: line 213, col 147, Line is too long. +build/public/templates/topic.js: line 213, col 66, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 213, col 82, ['thumbs'] is better written in dot notation. +build/public/templates/topic.js: line 213, col 95, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 213, col 111, ['thumbs'] is better written in dot notation. +build/public/templates/topic.js: line 213, col 121, ['length'] is better written in dot notation. +build/public/templates/topic.js: line 217, col 22, ['thumbs'] is better written in dot notation. +build/public/templates/topic.js: line 218, col 147, Line is too long. +build/public/templates/topic.js: line 218, col 66, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 218, col 82, ['thumbs'] is better written in dot notation. +build/public/templates/topic.js: line 218, col 95, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 218, col 111, ['thumbs'] is better written in dot notation. +build/public/templates/topic.js: line 218, col 121, ['length'] is better written in dot notation. +build/public/templates/topic.js: line 219, col 178, Line is too long. +build/public/templates/topic.js: line 220, col 160, Line is too long. +build/public/templates/topic.js: line 220, col 76, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 220, col 92, ['thumbs'] is better written in dot notation. +build/public/templates/topic.js: line 220, col 105, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 220, col 121, ['thumbs'] is better written in dot notation. +build/public/templates/topic.js: line 220, col 131, ['length'] is better written in dot notation. +build/public/templates/topic.js: line 224, col 25, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 224, col 41, ['merger'] is better written in dot notation. +build/public/templates/topic.js: line 225, col 155, Line is too long. +build/public/templates/topic.js: line 226, col 120, Line is too long. +build/public/templates/topic.js: line 226, col 37, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 226, col 53, ['config'] is better written in dot notation. +build/public/templates/topic.js: line 226, col 66, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 226, col 82, ['config'] is better written in dot notation. +build/public/templates/topic.js: line 226, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/topic.js: line 228, col 37, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 228, col 53, ['mergeIntoTid'] is better written in dot notation. +build/public/templates/topic.js: line 230, col 122, Line is too long. +build/public/templates/topic.js: line 230, col 37, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 230, col 53, ['merger'] is better written in dot notation. +build/public/templates/topic.js: line 230, col 66, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 230, col 82, ['merger'] is better written in dot notation. +build/public/templates/topic.js: line 230, col 92, ['mergedIntoTitle'] is better written in dot notation. +build/public/templates/topic.js: line 232, col 120, Line is too long. +build/public/templates/topic.js: line 232, col 37, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 232, col 53, ['config'] is better written in dot notation. +build/public/templates/topic.js: line 232, col 66, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 232, col 82, ['config'] is better written in dot notation. +build/public/templates/topic.js: line 232, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/topic.js: line 234, col 115, Line is too long. +build/public/templates/topic.js: line 234, col 37, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 234, col 53, ['merger'] is better written in dot notation. +build/public/templates/topic.js: line 234, col 66, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 234, col 82, ['merger'] is better written in dot notation. +build/public/templates/topic.js: line 234, col 92, ['userslug'] is better written in dot notation. +build/public/templates/topic.js: line 236, col 115, Line is too long. +build/public/templates/topic.js: line 236, col 37, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 236, col 53, ['merger'] is better written in dot notation. +build/public/templates/topic.js: line 236, col 66, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 236, col 82, ['merger'] is better written in dot notation. +build/public/templates/topic.js: line 236, col 92, ['username'] is better written in dot notation. +build/public/templates/topic.js: line 238, col 37, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 238, col 53, ['mergedTimestampISO'] is better written in dot notation. +build/public/templates/topic.js: line 242, col 25, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 242, col 41, ['forker'] is better written in dot notation. +build/public/templates/topic.js: line 243, col 155, Line is too long. +build/public/templates/topic.js: line 244, col 120, Line is too long. +build/public/templates/topic.js: line 244, col 37, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 244, col 53, ['config'] is better written in dot notation. +build/public/templates/topic.js: line 244, col 66, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 244, col 82, ['config'] is better written in dot notation. +build/public/templates/topic.js: line 244, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/topic.js: line 246, col 37, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 246, col 53, ['forkedFromTid'] is better written in dot notation. +build/public/templates/topic.js: line 248, col 122, Line is too long. +build/public/templates/topic.js: line 248, col 37, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 248, col 53, ['forker'] is better written in dot notation. +build/public/templates/topic.js: line 248, col 66, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 248, col 82, ['forker'] is better written in dot notation. +build/public/templates/topic.js: line 248, col 92, ['forkedFromTitle'] is better written in dot notation. +build/public/templates/topic.js: line 250, col 120, Line is too long. +build/public/templates/topic.js: line 250, col 37, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 250, col 53, ['config'] is better written in dot notation. +build/public/templates/topic.js: line 250, col 66, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 250, col 82, ['config'] is better written in dot notation. +build/public/templates/topic.js: line 250, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/topic.js: line 252, col 115, Line is too long. +build/public/templates/topic.js: line 252, col 37, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 252, col 53, ['forker'] is better written in dot notation. +build/public/templates/topic.js: line 252, col 66, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 252, col 82, ['forker'] is better written in dot notation. +build/public/templates/topic.js: line 252, col 92, ['userslug'] is better written in dot notation. +build/public/templates/topic.js: line 254, col 115, Line is too long. +build/public/templates/topic.js: line 254, col 37, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 254, col 53, ['forker'] is better written in dot notation. +build/public/templates/topic.js: line 254, col 66, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 254, col 82, ['forker'] is better written in dot notation. +build/public/templates/topic.js: line 254, col 92, ['username'] is better written in dot notation. +build/public/templates/topic.js: line 256, col 37, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 256, col 53, ['forkTimestampISO'] is better written in dot notation. +build/public/templates/topic.js: line 260, col 25, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 260, col 41, ['scheduled'] is better written in dot notation. +build/public/templates/topic.js: line 262, col 124, Line is too long. +build/public/templates/topic.js: line 263, col 29, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 263, col 45, ['deleted'] is better written in dot notation. +build/public/templates/topic.js: line 267, col 29, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 267, col 45, ['deleter'] is better written in dot notation. +build/public/templates/topic.js: line 269, col 124, Line is too long. +build/public/templates/topic.js: line 269, col 41, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 269, col 57, ['config'] is better written in dot notation. +build/public/templates/topic.js: line 269, col 70, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 269, col 86, ['config'] is better written in dot notation. +build/public/templates/topic.js: line 269, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/topic.js: line 271, col 121, Line is too long. +build/public/templates/topic.js: line 271, col 41, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 271, col 57, ['deleter'] is better written in dot notation. +build/public/templates/topic.js: line 271, col 71, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 271, col 87, ['deleter'] is better written in dot notation. +build/public/templates/topic.js: line 271, col 98, ['userslug'] is better written in dot notation. +build/public/templates/topic.js: line 273, col 121, Line is too long. +build/public/templates/topic.js: line 273, col 41, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 273, col 57, ['deleter'] is better written in dot notation. +build/public/templates/topic.js: line 273, col 71, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 273, col 87, ['deleter'] is better written in dot notation. +build/public/templates/topic.js: line 273, col 98, ['username'] is better written in dot notation. +build/public/templates/topic.js: line 275, col 41, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 275, col 57, ['deletedTimestampISO'] is better written in dot notation. +build/public/templates/topic.js: line 280, col 33, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 280, col 49, ['tid'] is better written in dot notation. +build/public/templates/topic.js: line 282, col 33, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 282, col 49, ['cid'] is better written in dot notation. +build/public/templates/topic.js: line 284, col 22, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 286, col 25, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 286, col 41, ['browsingUsers'] is better written in dot notation. +build/public/templates/topic.js: line 287, col 150, Line is too long. +build/public/templates/topic.js: line 290, col 109, Line is too long. +build/public/templates/topic.js: line 290, col 25, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 290, col 41, ['config'] is better written in dot notation. +build/public/templates/topic.js: line 290, col 54, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 290, col 70, ['config'] is better written in dot notation. +build/public/templates/topic.js: line 290, col 80, ['enableQuickReply'] is better written in dot notation. +build/public/templates/topic.js: line 292, col 117, Line is too long. +build/public/templates/topic.js: line 292, col 29, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 292, col 45, ['privileges'] is better written in dot notation. +build/public/templates/topic.js: line 292, col 62, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 292, col 78, ['privileges'] is better written in dot notation. +build/public/templates/topic.js: line 293, col 192, Line is too long. +build/public/templates/topic.js: line 294, col 121, Line is too long. +build/public/templates/topic.js: line 294, col 33, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 294, col 49, ['loggedInUser'] is better written in dot notation. +build/public/templates/topic.js: line 294, col 68, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 294, col 84, ['loggedInUser'] is better written in dot notation. +build/public/templates/topic.js: line 294, col 100, ['userslug'] is better written in dot notation. +build/public/templates/topic.js: line 295, col 126, Line is too long. +build/public/templates/topic.js: line 295, col 43, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 295, col 59, ['config'] is better written in dot notation. +build/public/templates/topic.js: line 295, col 72, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 295, col 88, ['config'] is better written in dot notation. +build/public/templates/topic.js: line 295, col 98, ['relative_path'] is better written in dot notation. +build/public/templates/topic.js: line 297, col 134, Line is too long. +build/public/templates/topic.js: line 297, col 45, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 297, col 61, ['loggedInUser'] is better written in dot notation. +build/public/templates/topic.js: line 297, col 80, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 297, col 96, ['loggedInUser'] is better written in dot notation. +build/public/templates/topic.js: line 297, col 112, ['userslug'] is better written in dot notation. +build/public/templates/topic.js: line 300, col 206, Line is too long. +build/public/templates/topic.js: line 300, col 82, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 300, col 98, ['loggedInUser'] is better written in dot notation. +build/public/templates/topic.js: line 300, col 149, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 301, col 113, Line is too long. +build/public/templates/topic.js: line 302, col 124, Line is too long. +build/public/templates/topic.js: line 302, col 41, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 302, col 57, ['config'] is better written in dot notation. +build/public/templates/topic.js: line 302, col 70, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 302, col 86, ['config'] is better written in dot notation. +build/public/templates/topic.js: line 302, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/topic.js: line 304, col 41, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 304, col 57, ['tid'] is better written in dot notation. +build/public/templates/topic.js: line 306, col 121, Line is too long. +build/public/templates/topic.js: line 306, col 41, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 306, col 57, ['config'] is better written in dot notation. +build/public/templates/topic.js: line 306, col 70, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 306, col 86, ['config'] is better written in dot notation. +build/public/templates/topic.js: line 306, col 96, ['csrf_token'] is better written in dot notation. +build/public/templates/topic.js: line 307, col 1080, Line is too long. +build/public/templates/topic.js: line 312, col 106, Line is too long. +build/public/templates/topic.js: line 312, col 25, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 312, col 41, ['config'] is better written in dot notation. +build/public/templates/topic.js: line 312, col 54, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 312, col 70, ['config'] is better written in dot notation. +build/public/templates/topic.js: line 312, col 80, ['usePagination'] is better written in dot notation. +build/public/templates/topic.js: line 314, col 162, Line is too long. +build/public/templates/topic.js: line 314, col 29, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 314, col 45, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 314, col 62, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 314, col 78, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 314, col 92, ['pages'] is better written in dot notation. +build/public/templates/topic.js: line 314, col 104, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 314, col 120, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 314, col 134, ['pages'] is better written in dot notation. +build/public/templates/topic.js: line 314, col 143, ['length'] is better written in dot notation. +build/public/templates/topic.js: line 317, col 159, Line is too long. +build/public/templates/topic.js: line 318, col 160, Line is too long. +build/public/templates/topic.js: line 318, col 29, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 318, col 45, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 318, col 62, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 318, col 78, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 318, col 92, ['prev'] is better written in dot notation. +build/public/templates/topic.js: line 318, col 103, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 318, col 119, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 318, col 133, ['prev'] is better written in dot notation. +build/public/templates/topic.js: line 318, col 141, ['active'] is better written in dot notation. +build/public/templates/topic.js: line 322, col 166, Line is too long. +build/public/templates/topic.js: line 322, col 37, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 322, col 53, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 322, col 70, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 322, col 86, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 322, col 100, ['prev'] is better written in dot notation. +build/public/templates/topic.js: line 322, col 111, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 322, col 127, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 322, col 141, ['prev'] is better written in dot notation. +build/public/templates/topic.js: line 322, col 149, ['qs'] is better written in dot notation. +build/public/templates/topic.js: line 324, col 168, Line is too long. +build/public/templates/topic.js: line 324, col 37, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 324, col 53, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 324, col 70, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 324, col 86, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 324, col 100, ['prev'] is better written in dot notation. +build/public/templates/topic.js: line 324, col 111, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 324, col 127, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 324, col 141, ['prev'] is better written in dot notation. +build/public/templates/topic.js: line 324, col 149, ['page'] is better written in dot notation. +build/public/templates/topic.js: line 325, col 118, Line is too long. +build/public/templates/topic.js: line 328, col 160, Line is too long. +build/public/templates/topic.js: line 328, col 29, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 328, col 45, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 328, col 62, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 328, col 78, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 328, col 92, ['next'] is better written in dot notation. +build/public/templates/topic.js: line 328, col 103, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 328, col 119, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 328, col 133, ['next'] is better written in dot notation. +build/public/templates/topic.js: line 328, col 141, ['active'] is better written in dot notation. +build/public/templates/topic.js: line 332, col 166, Line is too long. +build/public/templates/topic.js: line 332, col 37, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 332, col 53, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 332, col 70, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 332, col 86, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 332, col 100, ['next'] is better written in dot notation. +build/public/templates/topic.js: line 332, col 111, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 332, col 127, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 332, col 141, ['next'] is better written in dot notation. +build/public/templates/topic.js: line 332, col 149, ['qs'] is better written in dot notation. +build/public/templates/topic.js: line 334, col 168, Line is too long. +build/public/templates/topic.js: line 334, col 37, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 334, col 53, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 334, col 70, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 334, col 86, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 334, col 100, ['next'] is better written in dot notation. +build/public/templates/topic.js: line 334, col 111, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 334, col 127, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 334, col 141, ['next'] is better written in dot notation. +build/public/templates/topic.js: line 334, col 149, ['page'] is better written in dot notation. +build/public/templates/topic.js: line 335, col 228, Line is too long. +build/public/templates/topic.js: line 336, col 160, Line is too long. +build/public/templates/topic.js: line 336, col 29, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 336, col 45, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 336, col 62, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 336, col 78, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 336, col 92, ['prev'] is better written in dot notation. +build/public/templates/topic.js: line 336, col 103, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 336, col 119, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 336, col 133, ['prev'] is better written in dot notation. +build/public/templates/topic.js: line 336, col 141, ['active'] is better written in dot notation. +build/public/templates/topic.js: line 340, col 168, Line is too long. +build/public/templates/topic.js: line 340, col 37, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 340, col 53, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 340, col 70, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 340, col 86, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 340, col 100, ['first'] is better written in dot notation. +build/public/templates/topic.js: line 340, col 112, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 340, col 128, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 340, col 142, ['first'] is better written in dot notation. +build/public/templates/topic.js: line 340, col 151, ['qs'] is better written in dot notation. +build/public/templates/topic.js: line 341, col 162, Line is too long. +build/public/templates/topic.js: line 342, col 160, Line is too long. +build/public/templates/topic.js: line 342, col 29, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 342, col 45, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 342, col 62, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 342, col 78, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 342, col 92, ['prev'] is better written in dot notation. +build/public/templates/topic.js: line 342, col 103, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 342, col 119, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 342, col 133, ['prev'] is better written in dot notation. +build/public/templates/topic.js: line 342, col 141, ['active'] is better written in dot notation. +build/public/templates/topic.js: line 346, col 166, Line is too long. +build/public/templates/topic.js: line 346, col 37, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 346, col 53, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 346, col 70, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 346, col 86, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 346, col 100, ['prev'] is better written in dot notation. +build/public/templates/topic.js: line 346, col 111, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 346, col 127, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 346, col 141, ['prev'] is better written in dot notation. +build/public/templates/topic.js: line 346, col 149, ['qs'] is better written in dot notation. +build/public/templates/topic.js: line 348, col 168, Line is too long. +build/public/templates/topic.js: line 348, col 37, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 348, col 53, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 348, col 70, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 348, col 86, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 348, col 100, ['prev'] is better written in dot notation. +build/public/templates/topic.js: line 348, col 111, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 348, col 127, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 348, col 141, ['prev'] is better written in dot notation. +build/public/templates/topic.js: line 348, col 149, ['page'] is better written in dot notation. +build/public/templates/topic.js: line 349, col 280, Line is too long. +build/public/templates/topic.js: line 350, col 126, Line is too long. +build/public/templates/topic.js: line 350, col 37, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 350, col 53, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 350, col 70, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 350, col 86, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 350, col 100, ['currentPage'] is better written in dot notation. +build/public/templates/topic.js: line 352, col 124, Line is too long. +build/public/templates/topic.js: line 352, col 37, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 352, col 53, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 352, col 70, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 352, col 86, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 352, col 100, ['pageCount'] is better written in dot notation. +build/public/templates/topic.js: line 354, col 160, Line is too long. +build/public/templates/topic.js: line 354, col 29, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 354, col 45, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 354, col 62, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 354, col 78, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 354, col 92, ['next'] is better written in dot notation. +build/public/templates/topic.js: line 354, col 103, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 354, col 119, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 354, col 133, ['next'] is better written in dot notation. +build/public/templates/topic.js: line 354, col 141, ['active'] is better written in dot notation. +build/public/templates/topic.js: line 358, col 166, Line is too long. +build/public/templates/topic.js: line 358, col 37, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 358, col 53, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 358, col 70, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 358, col 86, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 358, col 100, ['next'] is better written in dot notation. +build/public/templates/topic.js: line 358, col 111, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 358, col 127, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 358, col 141, ['next'] is better written in dot notation. +build/public/templates/topic.js: line 358, col 149, ['qs'] is better written in dot notation. +build/public/templates/topic.js: line 360, col 168, Line is too long. +build/public/templates/topic.js: line 360, col 37, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 360, col 53, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 360, col 70, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 360, col 86, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 360, col 100, ['next'] is better written in dot notation. +build/public/templates/topic.js: line 360, col 111, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 360, col 127, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 360, col 141, ['next'] is better written in dot notation. +build/public/templates/topic.js: line 360, col 149, ['page'] is better written in dot notation. +build/public/templates/topic.js: line 361, col 140, Line is too long. +build/public/templates/topic.js: line 362, col 160, Line is too long. +build/public/templates/topic.js: line 362, col 29, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 362, col 45, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 362, col 62, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 362, col 78, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 362, col 92, ['next'] is better written in dot notation. +build/public/templates/topic.js: line 362, col 103, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 362, col 119, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 362, col 133, ['next'] is better written in dot notation. +build/public/templates/topic.js: line 362, col 141, ['active'] is better written in dot notation. +build/public/templates/topic.js: line 366, col 166, Line is too long. +build/public/templates/topic.js: line 366, col 37, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 366, col 53, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 366, col 70, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 366, col 86, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 366, col 100, ['last'] is better written in dot notation. +build/public/templates/topic.js: line 366, col 111, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 366, col 127, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 366, col 141, ['last'] is better written in dot notation. +build/public/templates/topic.js: line 366, col 149, ['qs'] is better written in dot notation. +build/public/templates/topic.js: line 368, col 124, Line is too long. +build/public/templates/topic.js: line 368, col 37, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 368, col 53, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 368, col 70, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 368, col 86, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 368, col 100, ['pageCount'] is better written in dot notation. +build/public/templates/topic.js: line 369, col 128, Line is too long. +build/public/templates/topic.js: line 371, col 1570, Line is too long. +build/public/templates/topic.js: line 372, col 153, Line is too long. +build/public/templates/topic.js: line 372, col 25, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 372, col 41, ['widgets'] is better written in dot notation. +build/public/templates/topic.js: line 372, col 55, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 372, col 71, ['widgets'] is better written in dot notation. +build/public/templates/topic.js: line 372, col 82, ['sidebar'] is better written in dot notation. +build/public/templates/topic.js: line 372, col 96, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 372, col 112, ['widgets'] is better written in dot notation. +build/public/templates/topic.js: line 372, col 123, ['sidebar'] is better written in dot notation. +build/public/templates/topic.js: line 372, col 134, ['length'] is better written in dot notation. +build/public/templates/topic.js: line 380, col 106, Line is too long. +build/public/templates/topic.js: line 380, col 25, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 380, col 41, ['config'] is better written in dot notation. +build/public/templates/topic.js: line 380, col 54, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 380, col 70, ['config'] is better written in dot notation. +build/public/templates/topic.js: line 380, col 80, ['usePagination'] is better written in dot notation. +build/public/templates/topic.js: line 383, col 162, Line is too long. +build/public/templates/topic.js: line 383, col 29, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 383, col 45, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 383, col 62, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 383, col 78, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 383, col 92, ['pages'] is better written in dot notation. +build/public/templates/topic.js: line 383, col 104, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 383, col 120, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 383, col 134, ['pages'] is better written in dot notation. +build/public/templates/topic.js: line 383, col 143, ['length'] is better written in dot notation. +build/public/templates/topic.js: line 386, col 159, Line is too long. +build/public/templates/topic.js: line 387, col 160, Line is too long. +build/public/templates/topic.js: line 387, col 29, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 387, col 45, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 387, col 62, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 387, col 78, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 387, col 92, ['prev'] is better written in dot notation. +build/public/templates/topic.js: line 387, col 103, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 387, col 119, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 387, col 133, ['prev'] is better written in dot notation. +build/public/templates/topic.js: line 387, col 141, ['active'] is better written in dot notation. +build/public/templates/topic.js: line 391, col 166, Line is too long. +build/public/templates/topic.js: line 391, col 37, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 391, col 53, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 391, col 70, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 391, col 86, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 391, col 100, ['prev'] is better written in dot notation. +build/public/templates/topic.js: line 391, col 111, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 391, col 127, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 391, col 141, ['prev'] is better written in dot notation. +build/public/templates/topic.js: line 391, col 149, ['qs'] is better written in dot notation. +build/public/templates/topic.js: line 393, col 168, Line is too long. +build/public/templates/topic.js: line 393, col 37, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 393, col 53, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 393, col 70, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 393, col 86, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 393, col 100, ['prev'] is better written in dot notation. +build/public/templates/topic.js: line 393, col 111, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 393, col 127, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 393, col 141, ['prev'] is better written in dot notation. +build/public/templates/topic.js: line 393, col 149, ['page'] is better written in dot notation. +build/public/templates/topic.js: line 394, col 118, Line is too long. +build/public/templates/topic.js: line 395, col 157, Line is too long. +build/public/templates/topic.js: line 395, col 33, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 395, col 49, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 395, col 66, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 395, col 82, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 395, col 96, ['pages'] is better written in dot notation. +build/public/templates/topic.js: line 398, col 223, Line is too long. +build/public/templates/topic.js: line 398, col 33, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 398, col 49, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 398, col 66, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 398, col 82, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 398, col 96, ['pages'] is better written in dot notation. +build/public/templates/topic.js: line 398, col 108, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 398, col 124, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 398, col 138, ['pages'] is better written in dot notation. +build/public/templates/topic.js: line 398, col 156, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 398, col 172, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 398, col 186, ['pages'] is better written in dot notation. +build/public/templates/topic.js: line 398, col 201, ['separator'] is better written in dot notation. +build/public/templates/topic.js: line 399, col 231, Line is too long. +build/public/templates/topic.js: line 401, col 224, Line is too long. +build/public/templates/topic.js: line 401, col 37, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 401, col 53, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 401, col 70, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 401, col 86, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 401, col 100, ['pages'] is better written in dot notation. +build/public/templates/topic.js: line 401, col 112, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 401, col 128, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 401, col 142, ['pages'] is better written in dot notation. +build/public/templates/topic.js: line 401, col 160, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 401, col 176, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 401, col 190, ['pages'] is better written in dot notation. +build/public/templates/topic.js: line 401, col 205, ['active'] is better written in dot notation. +build/public/templates/topic.js: line 405, col 230, Line is too long. +build/public/templates/topic.js: line 405, col 45, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 405, col 61, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 405, col 78, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 405, col 94, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 405, col 108, ['pages'] is better written in dot notation. +build/public/templates/topic.js: line 405, col 120, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 405, col 136, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 405, col 150, ['pages'] is better written in dot notation. +build/public/templates/topic.js: line 405, col 168, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 405, col 184, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 405, col 198, ['pages'] is better written in dot notation. +build/public/templates/topic.js: line 405, col 213, ['qs'] is better written in dot notation. +build/public/templates/topic.js: line 407, col 232, Line is too long. +build/public/templates/topic.js: line 407, col 45, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 407, col 61, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 407, col 78, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 407, col 94, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 407, col 108, ['pages'] is better written in dot notation. +build/public/templates/topic.js: line 407, col 120, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 407, col 136, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 407, col 150, ['pages'] is better written in dot notation. +build/public/templates/topic.js: line 407, col 168, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 407, col 184, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 407, col 198, ['pages'] is better written in dot notation. +build/public/templates/topic.js: line 407, col 213, ['page'] is better written in dot notation. +build/public/templates/topic.js: line 409, col 232, Line is too long. +build/public/templates/topic.js: line 409, col 45, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 409, col 61, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 409, col 78, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 409, col 94, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 409, col 108, ['pages'] is better written in dot notation. +build/public/templates/topic.js: line 409, col 120, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 409, col 136, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 409, col 150, ['pages'] is better written in dot notation. +build/public/templates/topic.js: line 409, col 168, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 409, col 184, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 409, col 198, ['pages'] is better written in dot notation. +build/public/templates/topic.js: line 409, col 213, ['page'] is better written in dot notation. +build/public/templates/topic.js: line 411, col 232, Line is too long. +build/public/templates/topic.js: line 411, col 45, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 411, col 61, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 411, col 78, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 411, col 94, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 411, col 108, ['pages'] is better written in dot notation. +build/public/templates/topic.js: line 411, col 120, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 411, col 136, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 411, col 150, ['pages'] is better written in dot notation. +build/public/templates/topic.js: line 411, col 168, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 411, col 184, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 411, col 198, ['pages'] is better written in dot notation. +build/public/templates/topic.js: line 411, col 213, ['page'] is better written in dot notation. +build/public/templates/topic.js: line 396, col 17, 'key' is defined but never used. +build/public/templates/topic.js: line 395, col 150, 'value' is defined but never used. +build/public/templates/topic.js: line 395, col 142, 'length' is defined but never used. +build/public/templates/topic.js: line 395, col 135, 'index' is defined but never used. +build/public/templates/topic.js: line 418, col 160, Line is too long. +build/public/templates/topic.js: line 418, col 29, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 418, col 45, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 418, col 62, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 418, col 78, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 418, col 92, ['next'] is better written in dot notation. +build/public/templates/topic.js: line 418, col 103, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 418, col 119, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 418, col 133, ['next'] is better written in dot notation. +build/public/templates/topic.js: line 418, col 141, ['active'] is better written in dot notation. +build/public/templates/topic.js: line 422, col 166, Line is too long. +build/public/templates/topic.js: line 422, col 37, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 422, col 53, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 422, col 70, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 422, col 86, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 422, col 100, ['next'] is better written in dot notation. +build/public/templates/topic.js: line 422, col 111, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 422, col 127, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 422, col 141, ['next'] is better written in dot notation. +build/public/templates/topic.js: line 422, col 149, ['qs'] is better written in dot notation. +build/public/templates/topic.js: line 424, col 168, Line is too long. +build/public/templates/topic.js: line 424, col 37, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 424, col 53, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 424, col 70, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 424, col 86, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 424, col 100, ['next'] is better written in dot notation. +build/public/templates/topic.js: line 424, col 111, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 424, col 127, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 424, col 141, ['next'] is better written in dot notation. +build/public/templates/topic.js: line 424, col 149, ['page'] is better written in dot notation. +build/public/templates/topic.js: line 425, col 228, Line is too long. +build/public/templates/topic.js: line 426, col 160, Line is too long. +build/public/templates/topic.js: line 426, col 29, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 426, col 45, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 426, col 62, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 426, col 78, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 426, col 92, ['prev'] is better written in dot notation. +build/public/templates/topic.js: line 426, col 103, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 426, col 119, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 426, col 133, ['prev'] is better written in dot notation. +build/public/templates/topic.js: line 426, col 141, ['active'] is better written in dot notation. +build/public/templates/topic.js: line 430, col 168, Line is too long. +build/public/templates/topic.js: line 430, col 37, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 430, col 53, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 430, col 70, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 430, col 86, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 430, col 100, ['first'] is better written in dot notation. +build/public/templates/topic.js: line 430, col 112, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 430, col 128, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 430, col 142, ['first'] is better written in dot notation. +build/public/templates/topic.js: line 430, col 151, ['qs'] is better written in dot notation. +build/public/templates/topic.js: line 431, col 162, Line is too long. +build/public/templates/topic.js: line 432, col 160, Line is too long. +build/public/templates/topic.js: line 432, col 29, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 432, col 45, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 432, col 62, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 432, col 78, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 432, col 92, ['prev'] is better written in dot notation. +build/public/templates/topic.js: line 432, col 103, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 432, col 119, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 432, col 133, ['prev'] is better written in dot notation. +build/public/templates/topic.js: line 432, col 141, ['active'] is better written in dot notation. +build/public/templates/topic.js: line 436, col 166, Line is too long. +build/public/templates/topic.js: line 436, col 37, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 436, col 53, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 436, col 70, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 436, col 86, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 436, col 100, ['prev'] is better written in dot notation. +build/public/templates/topic.js: line 436, col 111, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 436, col 127, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 436, col 141, ['prev'] is better written in dot notation. +build/public/templates/topic.js: line 436, col 149, ['qs'] is better written in dot notation. +build/public/templates/topic.js: line 438, col 168, Line is too long. +build/public/templates/topic.js: line 438, col 37, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 438, col 53, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 438, col 70, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 438, col 86, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 438, col 100, ['prev'] is better written in dot notation. +build/public/templates/topic.js: line 438, col 111, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 438, col 127, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 438, col 141, ['prev'] is better written in dot notation. +build/public/templates/topic.js: line 438, col 149, ['page'] is better written in dot notation. +build/public/templates/topic.js: line 439, col 280, Line is too long. +build/public/templates/topic.js: line 440, col 126, Line is too long. +build/public/templates/topic.js: line 440, col 37, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 440, col 53, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 440, col 70, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 440, col 86, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 440, col 100, ['currentPage'] is better written in dot notation. +build/public/templates/topic.js: line 442, col 124, Line is too long. +build/public/templates/topic.js: line 442, col 37, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 442, col 53, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 442, col 70, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 442, col 86, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 442, col 100, ['pageCount'] is better written in dot notation. +build/public/templates/topic.js: line 444, col 160, Line is too long. +build/public/templates/topic.js: line 444, col 29, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 444, col 45, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 444, col 62, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 444, col 78, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 444, col 92, ['next'] is better written in dot notation. +build/public/templates/topic.js: line 444, col 103, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 444, col 119, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 444, col 133, ['next'] is better written in dot notation. +build/public/templates/topic.js: line 444, col 141, ['active'] is better written in dot notation. +build/public/templates/topic.js: line 448, col 166, Line is too long. +build/public/templates/topic.js: line 448, col 37, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 448, col 53, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 448, col 70, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 448, col 86, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 448, col 100, ['next'] is better written in dot notation. +build/public/templates/topic.js: line 448, col 111, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 448, col 127, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 448, col 141, ['next'] is better written in dot notation. +build/public/templates/topic.js: line 448, col 149, ['qs'] is better written in dot notation. +build/public/templates/topic.js: line 450, col 168, Line is too long. +build/public/templates/topic.js: line 450, col 37, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 450, col 53, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 450, col 70, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 450, col 86, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 450, col 100, ['next'] is better written in dot notation. +build/public/templates/topic.js: line 450, col 111, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 450, col 127, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 450, col 141, ['next'] is better written in dot notation. +build/public/templates/topic.js: line 450, col 149, ['page'] is better written in dot notation. +build/public/templates/topic.js: line 451, col 140, Line is too long. +build/public/templates/topic.js: line 452, col 160, Line is too long. +build/public/templates/topic.js: line 452, col 29, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 452, col 45, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 452, col 62, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 452, col 78, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 452, col 92, ['next'] is better written in dot notation. +build/public/templates/topic.js: line 452, col 103, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 452, col 119, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 452, col 133, ['next'] is better written in dot notation. +build/public/templates/topic.js: line 452, col 141, ['active'] is better written in dot notation. +build/public/templates/topic.js: line 456, col 166, Line is too long. +build/public/templates/topic.js: line 456, col 37, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 456, col 53, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 456, col 70, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 456, col 86, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 456, col 100, ['last'] is better written in dot notation. +build/public/templates/topic.js: line 456, col 111, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 456, col 127, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 456, col 141, ['last'] is better written in dot notation. +build/public/templates/topic.js: line 456, col 149, ['qs'] is better written in dot notation. +build/public/templates/topic.js: line 458, col 124, Line is too long. +build/public/templates/topic.js: line 458, col 37, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 458, col 53, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 458, col 70, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 458, col 86, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 458, col 100, ['pageCount'] is better written in dot notation. +build/public/templates/topic.js: line 459, col 141, Line is too long. +build/public/templates/topic.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/topic.js: line 466, col 155, Line is too long. +build/public/templates/topic.js: line 466, col 36, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 466, col 52, ['widgets'] is better written in dot notation. +build/public/templates/topic.js: line 466, col 66, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 466, col 82, ['widgets'] is better written in dot notation. +build/public/templates/topic.js: line 466, col 93, ['header'] is better written in dot notation. +build/public/templates/topic.js: line 469, col 205, Line is too long. +build/public/templates/topic.js: line 469, col 28, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 469, col 44, ['widgets'] is better written in dot notation. +build/public/templates/topic.js: line 469, col 58, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 469, col 74, ['widgets'] is better written in dot notation. +build/public/templates/topic.js: line 469, col 85, ['header'] is better written in dot notation. +build/public/templates/topic.js: line 469, col 98, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 469, col 114, ['widgets'] is better written in dot notation. +build/public/templates/topic.js: line 469, col 125, ['header'] is better written in dot notation. +build/public/templates/topic.js: line 469, col 144, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 469, col 160, ['widgets'] is better written in dot notation. +build/public/templates/topic.js: line 469, col 171, ['header'] is better written in dot notation. +build/public/templates/topic.js: line 469, col 187, ['html'] is better written in dot notation. +build/public/templates/topic.js: line 467, col 13, 'key' is defined but never used. +build/public/templates/topic.js: line 466, col 148, 'value' is defined but never used. +build/public/templates/topic.js: line 466, col 140, 'length' is defined but never used. +build/public/templates/topic.js: line 466, col 133, 'index' is defined but never used. +build/public/templates/topic.js: line 464, col 11, '__escape' is defined but never used. +build/public/templates/topic.js: line 465, col 11, 'value' is defined but never used. +build/public/templates/topic.js: line 463, col 77, 'helper' is defined but never used. +build/public/templates/topic.js: line 478, col 113, Line is too long. +build/public/templates/topic.js: line 478, col 36, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 478, col 52, ['icons'] is better written in dot notation. +build/public/templates/topic.js: line 479, col 13, 'key' is defined but never used. +build/public/templates/topic.js: line 477, col 11, 'value' is defined but never used. +build/public/templates/topic.js: line 475, col 60, 'helper' is defined but never used. +build/public/templates/topic.js: line 490, col 112, Line is too long. +build/public/templates/topic.js: line 490, col 36, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 490, col 52, ['tags'] is better written in dot notation. +build/public/templates/topic.js: line 493, col 120, Line is too long. +build/public/templates/topic.js: line 493, col 37, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 493, col 53, ['config'] is better written in dot notation. +build/public/templates/topic.js: line 493, col 66, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 493, col 82, ['config'] is better written in dot notation. +build/public/templates/topic.js: line 493, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/topic.js: line 495, col 154, Line is too long. +build/public/templates/topic.js: line 495, col 37, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 495, col 53, ['tags'] is better written in dot notation. +build/public/templates/topic.js: line 495, col 64, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 495, col 80, ['tags'] is better written in dot notation. +build/public/templates/topic.js: line 495, col 97, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 495, col 113, ['tags'] is better written in dot notation. +build/public/templates/topic.js: line 495, col 127, ['valueEncoded'] is better written in dot notation. +build/public/templates/topic.js: line 497, col 147, Line is too long. +build/public/templates/topic.js: line 497, col 37, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 497, col 53, ['tags'] is better written in dot notation. +build/public/templates/topic.js: line 497, col 64, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 497, col 80, ['tags'] is better written in dot notation. +build/public/templates/topic.js: line 497, col 97, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 497, col 113, ['tags'] is better written in dot notation. +build/public/templates/topic.js: line 499, col 147, Line is too long. +build/public/templates/topic.js: line 499, col 37, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 499, col 53, ['tags'] is better written in dot notation. +build/public/templates/topic.js: line 499, col 64, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 499, col 80, ['tags'] is better written in dot notation. +build/public/templates/topic.js: line 499, col 97, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 499, col 113, ['tags'] is better written in dot notation. +build/public/templates/topic.js: line 499, col 127, ['value'] is better written in dot notation. +build/public/templates/topic.js: line 501, col 154, Line is too long. +build/public/templates/topic.js: line 501, col 37, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 501, col 53, ['tags'] is better written in dot notation. +build/public/templates/topic.js: line 501, col 64, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 501, col 80, ['tags'] is better written in dot notation. +build/public/templates/topic.js: line 501, col 97, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 501, col 113, ['tags'] is better written in dot notation. +build/public/templates/topic.js: line 501, col 127, ['valueEscaped'] is better written in dot notation. +build/public/templates/topic.js: line 491, col 13, 'key' is defined but never used. +build/public/templates/topic.js: line 490, col 105, 'value' is defined but never used. +build/public/templates/topic.js: line 490, col 97, 'length' is defined but never used. +build/public/templates/topic.js: line 490, col 90, 'index' is defined but never used. +build/public/templates/topic.js: line 489, col 11, 'value' is defined but never used. +build/public/templates/topic.js: line 487, col 58, 'helper' is defined but never used. +build/public/templates/topic.js: line 510, col 114, Line is too long. +build/public/templates/topic.js: line 510, col 36, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 510, col 52, ['thumbs'] is better written in dot notation. +build/public/templates/topic.js: line 513, col 151, Line is too long. +build/public/templates/topic.js: line 513, col 37, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 513, col 53, ['thumbs'] is better written in dot notation. +build/public/templates/topic.js: line 513, col 66, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 513, col 82, ['thumbs'] is better written in dot notation. +build/public/templates/topic.js: line 513, col 101, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 513, col 117, ['thumbs'] is better written in dot notation. +build/public/templates/topic.js: line 513, col 133, ['url'] is better written in dot notation. +build/public/templates/topic.js: line 514, col 136, Line is too long. +build/public/templates/topic.js: line 515, col 151, Line is too long. +build/public/templates/topic.js: line 515, col 37, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 515, col 53, ['thumbs'] is better written in dot notation. +build/public/templates/topic.js: line 515, col 66, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 515, col 82, ['thumbs'] is better written in dot notation. +build/public/templates/topic.js: line 515, col 101, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 515, col 117, ['thumbs'] is better written in dot notation. +build/public/templates/topic.js: line 515, col 133, ['url'] is better written in dot notation. +build/public/templates/topic.js: line 511, col 13, 'key' is defined but never used. +build/public/templates/topic.js: line 510, col 107, 'value' is defined but never used. +build/public/templates/topic.js: line 510, col 99, 'length' is defined but never used. +build/public/templates/topic.js: line 510, col 92, 'index' is defined but never used. +build/public/templates/topic.js: line 509, col 11, 'value' is defined but never used. +build/public/templates/topic.js: line 507, col 62, 'helper' is defined but never used. +build/public/templates/topic.js: line 524, col 113, Line is too long. +build/public/templates/topic.js: line 524, col 36, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 524, col 52, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 527, col 142, Line is too long. +build/public/templates/topic.js: line 527, col 29, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 527, col 45, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 527, col 57, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 527, col 73, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 527, col 91, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 527, col 107, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 527, col 122, ['deleted'] is better written in dot notation. +build/public/templates/topic.js: line 531, col 143, Line is too long. +build/public/templates/topic.js: line 531, col 29, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 531, col 45, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 531, col 57, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 531, col 73, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 531, col 91, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 531, col 107, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 531, col 122, ['selfPost'] is better written in dot notation. +build/public/templates/topic.js: line 535, col 149, Line is too long. +build/public/templates/topic.js: line 535, col 29, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 535, col 45, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 535, col 57, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 535, col 73, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 535, col 91, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 535, col 107, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 535, col 122, ['topicOwnerPost'] is better written in dot notation. +build/public/templates/topic.js: line 539, col 150, Line is too long. +build/public/templates/topic.js: line 539, col 37, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 539, col 53, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 539, col 65, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 539, col 81, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 539, col 99, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 539, col 115, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 539, col 130, ['index'] is better written in dot notation. +build/public/templates/topic.js: line 541, col 148, Line is too long. +build/public/templates/topic.js: line 541, col 37, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 541, col 53, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 541, col 65, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 541, col 81, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 541, col 99, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 541, col 115, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 541, col 130, ['pid'] is better written in dot notation. +build/public/templates/topic.js: line 543, col 148, Line is too long. +build/public/templates/topic.js: line 543, col 37, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 543, col 53, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 543, col 65, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 543, col 81, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 543, col 99, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 543, col 115, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 543, col 130, ['uid'] is better written in dot notation. +build/public/templates/topic.js: line 545, col 154, Line is too long. +build/public/templates/topic.js: line 545, col 37, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 545, col 53, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 545, col 65, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 545, col 81, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 545, col 99, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 545, col 115, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 545, col 130, ['timestamp'] is better written in dot notation. +build/public/templates/topic.js: line 547, col 203, Line is too long. +build/public/templates/topic.js: line 547, col 37, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 547, col 53, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 547, col 65, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 547, col 81, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 547, col 99, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 547, col 115, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 547, col 130, ['user'] is better written in dot notation. +build/public/templates/topic.js: line 547, col 141, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 547, col 157, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 547, col 172, ['user'] is better written in dot notation. +build/public/templates/topic.js: line 547, col 180, ['username'] is better written in dot notation. +build/public/templates/topic.js: line 549, col 203, Line is too long. +build/public/templates/topic.js: line 549, col 37, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 549, col 53, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 549, col 65, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 549, col 81, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 549, col 99, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 549, col 115, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 549, col 130, ['user'] is better written in dot notation. +build/public/templates/topic.js: line 549, col 141, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 549, col 157, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 549, col 172, ['user'] is better written in dot notation. +build/public/templates/topic.js: line 549, col 180, ['userslug'] is better written in dot notation. +build/public/templates/topic.js: line 551, col 144, Line is too long. +build/public/templates/topic.js: line 551, col 29, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 551, col 45, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 551, col 57, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 551, col 73, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 551, col 91, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 551, col 107, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 551, col 122, ['allowDupe'] is better written in dot notation. +build/public/templates/topic.js: line 554, col 150, Line is too long. +build/public/templates/topic.js: line 554, col 29, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 554, col 45, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 554, col 57, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 554, col 73, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 554, col 91, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 554, col 107, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 554, col 122, ['navigatorIgnore'] is better written in dot notation. +build/public/templates/topic.js: line 557, col 130, Line is too long. +build/public/templates/topic.js: line 558, col 150, Line is too long. +build/public/templates/topic.js: line 558, col 37, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 558, col 53, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 558, col 65, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 558, col 81, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 558, col 99, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 558, col 115, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 558, col 130, ['index'] is better written in dot notation. +build/public/templates/topic.js: line 560, col 196, Line is too long. +build/public/templates/topic.js: line 560, col 76, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 560, col 92, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 560, col 104, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 560, col 120, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 560, col 138, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 560, col 154, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 560, col 169, ['index'] is better written in dot notation. +build/public/templates/topic.js: line 562, col 157, Line is too long. +build/public/templates/topic.js: line 562, col 37, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 562, col 53, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 562, col 65, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 562, col 81, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 562, col 99, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 562, col 115, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 562, col 130, ['timestampISO'] is better written in dot notation. +build/public/templates/topic.js: line 564, col 154, Line is too long. +build/public/templates/topic.js: line 564, col 37, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 564, col 53, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 564, col 65, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 564, col 81, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 564, col 99, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 564, col 115, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 564, col 130, ['editedISO'] is better written in dot notation. +build/public/templates/topic.js: line 566, col 307, Line is too long. +build/public/templates/topic.js: line 566, col 31, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 566, col 47, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 566, col 59, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 566, col 75, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 566, col 93, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 566, col 109, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 566, col 124, ['index'] is better written in dot notation. +build/public/templates/topic.js: line 566, col 162, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 566, col 178, ['widgets'] is better written in dot notation. +build/public/templates/topic.js: line 566, col 192, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 566, col 208, ['widgets'] is better written in dot notation. +build/public/templates/topic.js: line 566, col 241, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 566, col 257, ['widgets'] is better written in dot notation. +build/public/templates/topic.js: line 566, col 287, ['length'] is better written in dot notation. +build/public/templates/topic.js: line 568, col 165, Line is too long. +build/public/templates/topic.js: line 568, col 37, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 568, col 53, ['widgets'] is better written in dot notation. +build/public/templates/topic.js: line 568, col 67, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 568, col 83, ['widgets'] is better written in dot notation. +build/public/templates/topic.js: line 571, col 250, Line is too long. +build/public/templates/topic.js: line 571, col 45, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 571, col 61, ['widgets'] is better written in dot notation. +build/public/templates/topic.js: line 571, col 75, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 571, col 91, ['widgets'] is better written in dot notation. +build/public/templates/topic.js: line 571, col 124, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 571, col 140, ['widgets'] is better written in dot notation. +build/public/templates/topic.js: line 571, col 179, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 571, col 195, ['widgets'] is better written in dot notation. +build/public/templates/topic.js: line 571, col 231, ['html'] is better written in dot notation. +build/public/templates/topic.js: line 569, col 21, 'key' is defined but never used. +build/public/templates/topic.js: line 568, col 158, 'value' is defined but never used. +build/public/templates/topic.js: line 568, col 150, 'length' is defined but never used. +build/public/templates/topic.js: line 568, col 143, 'index' is defined but never used. +build/public/templates/topic.js: line 579, col 193, Line is too long. +build/public/templates/topic.js: line 579, col 29, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 579, col 45, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 579, col 57, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 579, col 73, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 579, col 91, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 579, col 107, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 579, col 122, ['user'] is better written in dot notation. +build/public/templates/topic.js: line 579, col 133, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 579, col 149, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 579, col 164, ['user'] is better written in dot notation. +build/public/templates/topic.js: line 579, col 172, ['userslug'] is better written in dot notation. +build/public/templates/topic.js: line 580, col 122, Line is too long. +build/public/templates/topic.js: line 580, col 39, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 580, col 55, ['config'] is better written in dot notation. +build/public/templates/topic.js: line 580, col 68, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 580, col 84, ['config'] is better written in dot notation. +build/public/templates/topic.js: line 580, col 94, ['relative_path'] is better written in dot notation. +build/public/templates/topic.js: line 582, col 206, Line is too long. +build/public/templates/topic.js: line 582, col 41, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 582, col 57, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 582, col 69, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 582, col 85, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 582, col 103, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 582, col 119, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 582, col 134, ['user'] is better written in dot notation. +build/public/templates/topic.js: line 582, col 145, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 582, col 161, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 582, col 176, ['user'] is better written in dot notation. +build/public/templates/topic.js: line 582, col 184, ['userslug'] is better written in dot notation. +build/public/templates/topic.js: line 585, col 271, Line is too long. +build/public/templates/topic.js: line 585, col 78, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 585, col 94, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 585, col 106, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 585, col 122, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 585, col 140, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 585, col 156, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 585, col 171, ['user'] is better written in dot notation. +build/public/templates/topic.js: line 585, col 214, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 587, col 192, Line is too long. +build/public/templates/topic.js: line 587, col 29, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 587, col 45, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 587, col 57, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 587, col 73, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 587, col 91, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 587, col 107, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 587, col 122, ['user'] is better written in dot notation. +build/public/templates/topic.js: line 587, col 133, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 587, col 149, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 587, col 164, ['user'] is better written in dot notation. +build/public/templates/topic.js: line 587, col 172, ['isLocal'] is better written in dot notation. +build/public/templates/topic.js: line 588, col 146, Line is too long. +build/public/templates/topic.js: line 589, col 205, Line is too long. +build/public/templates/topic.js: line 589, col 41, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 589, col 57, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 589, col 69, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 589, col 85, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 589, col 103, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 589, col 119, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 589, col 134, ['user'] is better written in dot notation. +build/public/templates/topic.js: line 589, col 145, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 589, col 161, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 589, col 176, ['user'] is better written in dot notation. +build/public/templates/topic.js: line 589, col 184, ['status'] is better written in dot notation. +build/public/templates/topic.js: line 591, col 205, Line is too long. +build/public/templates/topic.js: line 591, col 41, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 591, col 57, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 591, col 69, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 591, col 85, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 591, col 103, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 591, col 119, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 591, col 134, ['user'] is better written in dot notation. +build/public/templates/topic.js: line 591, col 145, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 591, col 161, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 591, col 176, ['user'] is better written in dot notation. +build/public/templates/topic.js: line 591, col 184, ['status'] is better written in dot notation. +build/public/templates/topic.js: line 593, col 293, Line is too long. +build/public/templates/topic.js: line 594, col 257, Line is too long. +build/public/templates/topic.js: line 595, col 203, Line is too long. +build/public/templates/topic.js: line 595, col 37, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 595, col 53, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 595, col 65, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 595, col 81, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 595, col 99, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 595, col 115, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 595, col 130, ['user'] is better written in dot notation. +build/public/templates/topic.js: line 595, col 141, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 595, col 157, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 595, col 172, ['user'] is better written in dot notation. +build/public/templates/topic.js: line 595, col 180, ['username'] is better written in dot notation. +build/public/templates/topic.js: line 597, col 193, Line is too long. +build/public/templates/topic.js: line 597, col 29, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 597, col 45, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 597, col 57, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 597, col 73, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 597, col 91, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 597, col 107, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 597, col 122, ['user'] is better written in dot notation. +build/public/templates/topic.js: line 597, col 133, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 597, col 149, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 597, col 164, ['user'] is better written in dot notation. +build/public/templates/topic.js: line 597, col 172, ['userslug'] is better written in dot notation. +build/public/templates/topic.js: line 599, col 124, Line is too long. +build/public/templates/topic.js: line 599, col 41, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 599, col 57, ['config'] is better written in dot notation. +build/public/templates/topic.js: line 599, col 70, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 599, col 86, ['config'] is better written in dot notation. +build/public/templates/topic.js: line 599, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/topic.js: line 601, col 207, Line is too long. +build/public/templates/topic.js: line 601, col 41, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 601, col 57, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 601, col 69, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 601, col 85, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 601, col 103, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 601, col 119, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 601, col 134, ['user'] is better written in dot notation. +build/public/templates/topic.js: line 601, col 145, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 601, col 161, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 601, col 176, ['user'] is better written in dot notation. +build/public/templates/topic.js: line 601, col 184, ['userslug'] is better written in dot notation. +build/public/templates/topic.js: line 605, col 193, Line is too long. +build/public/templates/topic.js: line 605, col 29, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 605, col 45, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 605, col 57, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 605, col 73, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 605, col 91, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 605, col 107, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 605, col 122, ['user'] is better written in dot notation. +build/public/templates/topic.js: line 605, col 133, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 605, col 149, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 605, col 164, ['user'] is better written in dot notation. +build/public/templates/topic.js: line 605, col 172, ['userslug'] is better written in dot notation. +build/public/templates/topic.js: line 606, col 122, Line is too long. +build/public/templates/topic.js: line 606, col 39, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 606, col 55, ['config'] is better written in dot notation. +build/public/templates/topic.js: line 606, col 68, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 606, col 84, ['config'] is better written in dot notation. +build/public/templates/topic.js: line 606, col 94, ['relative_path'] is better written in dot notation. +build/public/templates/topic.js: line 608, col 206, Line is too long. +build/public/templates/topic.js: line 608, col 41, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 608, col 57, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 608, col 69, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 608, col 85, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 608, col 103, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 608, col 119, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 608, col 134, ['user'] is better written in dot notation. +build/public/templates/topic.js: line 608, col 145, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 608, col 161, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 608, col 176, ['user'] is better written in dot notation. +build/public/templates/topic.js: line 608, col 184, ['userslug'] is better written in dot notation. +build/public/templates/topic.js: line 611, col 203, Line is too long. +build/public/templates/topic.js: line 611, col 37, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 611, col 53, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 611, col 65, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 611, col 81, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 611, col 99, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 611, col 115, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 611, col 130, ['user'] is better written in dot notation. +build/public/templates/topic.js: line 611, col 141, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 611, col 157, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 611, col 172, ['user'] is better written in dot notation. +build/public/templates/topic.js: line 611, col 180, ['username'] is better written in dot notation. +build/public/templates/topic.js: line 613, col 198, Line is too long. +build/public/templates/topic.js: line 613, col 37, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 613, col 53, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 613, col 65, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 613, col 81, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 613, col 99, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 613, col 115, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 613, col 130, ['user'] is better written in dot notation. +build/public/templates/topic.js: line 613, col 141, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 613, col 157, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 613, col 172, ['user'] is better written in dot notation. +build/public/templates/topic.js: line 613, col 180, ['uid'] is better written in dot notation. +build/public/templates/topic.js: line 615, col 206, Line is too long. +build/public/templates/topic.js: line 615, col 37, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 615, col 53, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 615, col 65, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 615, col 81, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 615, col 99, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 615, col 115, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 615, col 130, ['user'] is better written in dot notation. +build/public/templates/topic.js: line 615, col 141, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 615, col 157, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 615, col 172, ['user'] is better written in dot notation. +build/public/templates/topic.js: line 615, col 180, ['displayname'] is better written in dot notation. +build/public/templates/topic.js: line 617, col 246, Line is too long. +build/public/templates/topic.js: line 617, col 33, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 617, col 49, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 617, col 61, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 617, col 77, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 617, col 95, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 617, col 111, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 617, col 126, ['user'] is better written in dot notation. +build/public/templates/topic.js: line 617, col 137, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 617, col 153, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 617, col 168, ['user'] is better written in dot notation. +build/public/templates/topic.js: line 617, col 176, ['selectedGroups'] is better written in dot notation. +build/public/templates/topic.js: line 620, col 343, Line is too long. +build/public/templates/topic.js: line 620, col 33, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 620, col 49, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 620, col 61, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 620, col 77, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 620, col 95, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 620, col 111, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 620, col 126, ['user'] is better written in dot notation. +build/public/templates/topic.js: line 620, col 137, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 620, col 153, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 620, col 168, ['user'] is better written in dot notation. +build/public/templates/topic.js: line 620, col 176, ['selectedGroups'] is better written in dot notation. +build/public/templates/topic.js: line 620, col 197, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 620, col 213, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 620, col 228, ['user'] is better written in dot notation. +build/public/templates/topic.js: line 620, col 236, ['selectedGroups'] is better written in dot notation. +build/public/templates/topic.js: line 620, col 263, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 620, col 279, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 620, col 294, ['user'] is better written in dot notation. +build/public/templates/topic.js: line 620, col 302, ['selectedGroups'] is better written in dot notation. +build/public/templates/topic.js: line 620, col 326, ['slug'] is better written in dot notation. +build/public/templates/topic.js: line 622, col 128, Line is too long. +build/public/templates/topic.js: line 622, col 45, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 622, col 61, ['config'] is better written in dot notation. +build/public/templates/topic.js: line 622, col 74, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 622, col 90, ['config'] is better written in dot notation. +build/public/templates/topic.js: line 622, col 100, ['relative_path'] is better written in dot notation. +build/public/templates/topic.js: line 624, col 357, Line is too long. +build/public/templates/topic.js: line 624, col 45, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 624, col 61, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 624, col 73, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 624, col 89, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 624, col 107, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 624, col 123, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 624, col 138, ['user'] is better written in dot notation. +build/public/templates/topic.js: line 624, col 149, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 624, col 165, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 624, col 180, ['user'] is better written in dot notation. +build/public/templates/topic.js: line 624, col 188, ['selectedGroups'] is better written in dot notation. +build/public/templates/topic.js: line 624, col 209, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 624, col 225, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 624, col 240, ['user'] is better written in dot notation. +build/public/templates/topic.js: line 624, col 248, ['selectedGroups'] is better written in dot notation. +build/public/templates/topic.js: line 624, col 275, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 624, col 291, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 624, col 306, ['user'] is better written in dot notation. +build/public/templates/topic.js: line 624, col 314, ['selectedGroups'] is better written in dot notation. +build/public/templates/topic.js: line 624, col 338, ['slug'] is better written in dot notation. +build/public/templates/topic.js: line 625, col 112, Line is too long. +build/public/templates/topic.js: line 626, col 362, Line is too long. +build/public/templates/topic.js: line 626, col 45, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 626, col 61, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 626, col 73, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 626, col 89, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 626, col 107, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 626, col 123, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 626, col 138, ['user'] is better written in dot notation. +build/public/templates/topic.js: line 626, col 149, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 626, col 165, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 626, col 180, ['user'] is better written in dot notation. +build/public/templates/topic.js: line 626, col 188, ['selectedGroups'] is better written in dot notation. +build/public/templates/topic.js: line 626, col 209, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 626, col 225, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 626, col 240, ['user'] is better written in dot notation. +build/public/templates/topic.js: line 626, col 248, ['selectedGroups'] is better written in dot notation. +build/public/templates/topic.js: line 626, col 275, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 626, col 291, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 626, col 306, ['user'] is better written in dot notation. +build/public/templates/topic.js: line 626, col 314, ['selectedGroups'] is better written in dot notation. +build/public/templates/topic.js: line 626, col 338, ['textColor'] is better written in dot notation. +build/public/templates/topic.js: line 628, col 363, Line is too long. +build/public/templates/topic.js: line 628, col 45, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 628, col 61, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 628, col 73, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 628, col 89, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 628, col 107, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 628, col 123, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 628, col 138, ['user'] is better written in dot notation. +build/public/templates/topic.js: line 628, col 149, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 628, col 165, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 628, col 180, ['user'] is better written in dot notation. +build/public/templates/topic.js: line 628, col 188, ['selectedGroups'] is better written in dot notation. +build/public/templates/topic.js: line 628, col 209, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 628, col 225, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 628, col 240, ['user'] is better written in dot notation. +build/public/templates/topic.js: line 628, col 248, ['selectedGroups'] is better written in dot notation. +build/public/templates/topic.js: line 628, col 275, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 628, col 291, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 628, col 306, ['user'] is better written in dot notation. +build/public/templates/topic.js: line 628, col 314, ['selectedGroups'] is better written in dot notation. +build/public/templates/topic.js: line 628, col 338, ['labelColor'] is better written in dot notation. +build/public/templates/topic.js: line 630, col 347, Line is too long. +build/public/templates/topic.js: line 630, col 37, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 630, col 53, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 630, col 65, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 630, col 81, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 630, col 99, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 630, col 115, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 630, col 130, ['user'] is better written in dot notation. +build/public/templates/topic.js: line 630, col 141, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 630, col 157, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 630, col 172, ['user'] is better written in dot notation. +build/public/templates/topic.js: line 630, col 180, ['selectedGroups'] is better written in dot notation. +build/public/templates/topic.js: line 630, col 201, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 630, col 217, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 630, col 232, ['user'] is better written in dot notation. +build/public/templates/topic.js: line 630, col 240, ['selectedGroups'] is better written in dot notation. +build/public/templates/topic.js: line 630, col 267, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 630, col 283, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 630, col 298, ['user'] is better written in dot notation. +build/public/templates/topic.js: line 630, col 306, ['selectedGroups'] is better written in dot notation. +build/public/templates/topic.js: line 630, col 330, ['icon'] is better written in dot notation. +build/public/templates/topic.js: line 631, col 359, Line is too long. +build/public/templates/topic.js: line 631, col 47, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 631, col 63, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 631, col 75, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 631, col 91, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 631, col 109, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 631, col 125, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 631, col 140, ['user'] is better written in dot notation. +build/public/templates/topic.js: line 631, col 151, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 631, col 167, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 631, col 182, ['user'] is better written in dot notation. +build/public/templates/topic.js: line 631, col 190, ['selectedGroups'] is better written in dot notation. +build/public/templates/topic.js: line 631, col 211, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 631, col 227, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 631, col 242, ['user'] is better written in dot notation. +build/public/templates/topic.js: line 631, col 250, ['selectedGroups'] is better written in dot notation. +build/public/templates/topic.js: line 631, col 277, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 631, col 293, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 631, col 308, ['user'] is better written in dot notation. +build/public/templates/topic.js: line 631, col 316, ['selectedGroups'] is better written in dot notation. +build/public/templates/topic.js: line 631, col 340, ['icon'] is better written in dot notation. +build/public/templates/topic.js: line 632, col 356, Line is too long. +build/public/templates/topic.js: line 632, col 41, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 632, col 57, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 632, col 69, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 632, col 85, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 632, col 103, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 632, col 119, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 632, col 134, ['user'] is better written in dot notation. +build/public/templates/topic.js: line 632, col 145, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 632, col 161, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 632, col 176, ['user'] is better written in dot notation. +build/public/templates/topic.js: line 632, col 184, ['selectedGroups'] is better written in dot notation. +build/public/templates/topic.js: line 632, col 205, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 632, col 221, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 632, col 236, ['user'] is better written in dot notation. +build/public/templates/topic.js: line 632, col 244, ['selectedGroups'] is better written in dot notation. +build/public/templates/topic.js: line 632, col 271, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 632, col 287, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 632, col 302, ['user'] is better written in dot notation. +build/public/templates/topic.js: line 632, col 310, ['selectedGroups'] is better written in dot notation. +build/public/templates/topic.js: line 632, col 334, ['userTitle'] is better written in dot notation. +build/public/templates/topic.js: line 637, col 352, Line is too long. +build/public/templates/topic.js: line 637, col 37, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 637, col 53, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 637, col 65, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 637, col 81, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 637, col 99, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 637, col 115, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 637, col 130, ['user'] is better written in dot notation. +build/public/templates/topic.js: line 637, col 141, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 637, col 157, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 637, col 172, ['user'] is better written in dot notation. +build/public/templates/topic.js: line 637, col 180, ['selectedGroups'] is better written in dot notation. +build/public/templates/topic.js: line 637, col 201, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 637, col 217, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 637, col 232, ['user'] is better written in dot notation. +build/public/templates/topic.js: line 637, col 240, ['selectedGroups'] is better written in dot notation. +build/public/templates/topic.js: line 637, col 267, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 637, col 283, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 637, col 298, ['user'] is better written in dot notation. +build/public/templates/topic.js: line 637, col 306, ['selectedGroups'] is better written in dot notation. +build/public/templates/topic.js: line 637, col 330, ['userTitle'] is better written in dot notation. +build/public/templates/topic.js: line 638, col 363, Line is too long. +build/public/templates/topic.js: line 638, col 47, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 638, col 63, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 638, col 75, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 638, col 91, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 638, col 109, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 638, col 125, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 638, col 140, ['user'] is better written in dot notation. +build/public/templates/topic.js: line 638, col 151, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 638, col 167, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 638, col 182, ['user'] is better written in dot notation. +build/public/templates/topic.js: line 638, col 190, ['selectedGroups'] is better written in dot notation. +build/public/templates/topic.js: line 638, col 211, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 638, col 227, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 638, col 242, ['user'] is better written in dot notation. +build/public/templates/topic.js: line 638, col 250, ['selectedGroups'] is better written in dot notation. +build/public/templates/topic.js: line 638, col 277, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 638, col 293, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 638, col 308, ['user'] is better written in dot notation. +build/public/templates/topic.js: line 638, col 316, ['selectedGroups'] is better written in dot notation. +build/public/templates/topic.js: line 638, col 340, ['userTitle'] is better written in dot notation. +build/public/templates/topic.js: line 618, col 17, 'key' is defined but never used. +build/public/templates/topic.js: line 617, col 239, 'value' is defined but never used. +build/public/templates/topic.js: line 617, col 231, 'length' is defined but never used. +build/public/templates/topic.js: line 617, col 224, 'index' is defined but never used. +build/public/templates/topic.js: line 647, col 191, Line is too long. +build/public/templates/topic.js: line 647, col 29, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 647, col 45, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 647, col 57, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 647, col 73, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 647, col 91, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 647, col 107, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 647, col 122, ['user'] is better written in dot notation. +build/public/templates/topic.js: line 647, col 133, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 647, col 149, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 647, col 164, ['user'] is better written in dot notation. +build/public/templates/topic.js: line 647, col 172, ['banned'] is better written in dot notation. +build/public/templates/topic.js: line 650, col 131, Line is too long. +build/public/templates/topic.js: line 651, col 140, Line is too long. +build/public/templates/topic.js: line 651, col 29, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 651, col 45, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 651, col 57, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 651, col 73, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 651, col 91, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 651, col 107, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 651, col 122, ['toPid'] is better written in dot notation. +build/public/templates/topic.js: line 652, col 120, Line is too long. +build/public/templates/topic.js: line 653, col 154, Line is too long. +build/public/templates/topic.js: line 653, col 41, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 653, col 57, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 653, col 69, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 653, col 85, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 653, col 103, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 653, col 119, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 653, col 134, ['toPid'] is better written in dot notation. +build/public/templates/topic.js: line 655, col 124, Line is too long. +build/public/templates/topic.js: line 655, col 41, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 655, col 57, ['config'] is better written in dot notation. +build/public/templates/topic.js: line 655, col 70, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 655, col 86, ['config'] is better written in dot notation. +build/public/templates/topic.js: line 655, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/topic.js: line 657, col 204, Line is too long. +build/public/templates/topic.js: line 657, col 89, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 657, col 105, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 657, col 117, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 657, col 133, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 657, col 151, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 657, col 167, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 657, col 182, ['toPid'] is better written in dot notation. +build/public/templates/topic.js: line 659, col 261, Line is too long. +build/public/templates/topic.js: line 659, col 33, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 659, col 49, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 659, col 61, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 659, col 77, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 659, col 95, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 659, col 111, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 659, col 126, ['parent'] is better written in dot notation. +build/public/templates/topic.js: line 659, col 139, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 659, col 155, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 659, col 170, ['parent'] is better written in dot notation. +build/public/templates/topic.js: line 659, col 180, ['user'] is better written in dot notation. +build/public/templates/topic.js: line 659, col 191, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 659, col 207, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 659, col 222, ['parent'] is better written in dot notation. +build/public/templates/topic.js: line 659, col 232, ['user'] is better written in dot notation. +build/public/templates/topic.js: line 659, col 240, ['userslug'] is better written in dot notation. +build/public/templates/topic.js: line 660, col 272, Line is too long. +build/public/templates/topic.js: line 660, col 43, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 660, col 59, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 660, col 71, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 660, col 87, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 660, col 105, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 660, col 121, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 660, col 136, ['parent'] is better written in dot notation. +build/public/templates/topic.js: line 660, col 149, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 660, col 165, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 660, col 180, ['parent'] is better written in dot notation. +build/public/templates/topic.js: line 660, col 190, ['user'] is better written in dot notation. +build/public/templates/topic.js: line 660, col 201, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 660, col 217, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 660, col 232, ['parent'] is better written in dot notation. +build/public/templates/topic.js: line 660, col 242, ['user'] is better written in dot notation. +build/public/templates/topic.js: line 660, col 250, ['username'] is better written in dot notation. +build/public/templates/topic.js: line 665, col 279, Line is too long. +build/public/templates/topic.js: line 665, col 29, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 665, col 45, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 665, col 57, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 665, col 73, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 665, col 91, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 665, col 107, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 665, col 122, ['user'] is better written in dot notation. +build/public/templates/topic.js: line 665, col 133, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 665, col 149, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 665, col 164, ['user'] is better written in dot notation. +build/public/templates/topic.js: line 665, col 172, ['custom_profile_info'] is better written in dot notation. +build/public/templates/topic.js: line 665, col 198, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 665, col 214, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 665, col 229, ['user'] is better written in dot notation. +build/public/templates/topic.js: line 665, col 237, ['custom_profile_info'] is better written in dot notation. +build/public/templates/topic.js: line 665, col 260, ['length'] is better written in dot notation. +build/public/templates/topic.js: line 667, col 255, Line is too long. +build/public/templates/topic.js: line 667, col 37, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 667, col 53, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 667, col 65, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 667, col 81, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 667, col 99, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 667, col 115, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 667, col 130, ['user'] is better written in dot notation. +build/public/templates/topic.js: line 667, col 141, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 667, col 157, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 667, col 172, ['user'] is better written in dot notation. +build/public/templates/topic.js: line 667, col 180, ['custom_profile_info'] is better written in dot notation. +build/public/templates/topic.js: line 670, col 375, Line is too long. +build/public/templates/topic.js: line 670, col 45, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 670, col 61, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 670, col 73, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 670, col 89, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 670, col 107, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 670, col 123, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 670, col 138, ['user'] is better written in dot notation. +build/public/templates/topic.js: line 670, col 149, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 670, col 165, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 670, col 180, ['user'] is better written in dot notation. +build/public/templates/topic.js: line 670, col 188, ['custom_profile_info'] is better written in dot notation. +build/public/templates/topic.js: line 670, col 214, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 670, col 230, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 670, col 245, ['user'] is better written in dot notation. +build/public/templates/topic.js: line 670, col 253, ['custom_profile_info'] is better written in dot notation. +build/public/templates/topic.js: line 670, col 285, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 670, col 301, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 670, col 316, ['user'] is better written in dot notation. +build/public/templates/topic.js: line 670, col 324, ['custom_profile_info'] is better written in dot notation. +build/public/templates/topic.js: line 670, col 353, ['content'] is better written in dot notation. +build/public/templates/topic.js: line 668, col 21, 'key' is defined but never used. +build/public/templates/topic.js: line 667, col 248, 'value' is defined but never used. +build/public/templates/topic.js: line 667, col 240, 'length' is defined but never used. +build/public/templates/topic.js: line 667, col 233, 'index' is defined but never used. +build/public/templates/topic.js: line 677, col 188, Line is too long. +build/public/templates/topic.js: line 678, col 118, Line is too long. +build/public/templates/topic.js: line 678, col 29, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 678, col 45, ['privileges'] is better written in dot notation. +build/public/templates/topic.js: line 678, col 62, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 678, col 78, ['privileges'] is better written in dot notation. +build/public/templates/topic.js: line 682, col 197, Line is too long. +build/public/templates/topic.js: line 682, col 29, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 682, col 45, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 682, col 57, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 682, col 73, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 682, col 91, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 682, col 107, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 682, col 122, ['editor'] is better written in dot notation. +build/public/templates/topic.js: line 682, col 135, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 682, col 151, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 682, col 166, ['editor'] is better written in dot notation. +build/public/templates/topic.js: line 682, col 176, ['username'] is better written in dot notation. +build/public/templates/topic.js: line 686, col 207, Line is too long. +build/public/templates/topic.js: line 686, col 37, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 686, col 53, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 686, col 65, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 686, col 81, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 686, col 99, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 686, col 115, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 686, col 130, ['editor'] is better written in dot notation. +build/public/templates/topic.js: line 686, col 143, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 686, col 159, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 686, col 174, ['editor'] is better written in dot notation. +build/public/templates/topic.js: line 686, col 184, ['userslug'] is better written in dot notation. +build/public/templates/topic.js: line 688, col 207, Line is too long. +build/public/templates/topic.js: line 688, col 37, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 688, col 53, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 688, col 65, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 688, col 81, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 688, col 99, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 688, col 115, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 688, col 130, ['editor'] is better written in dot notation. +build/public/templates/topic.js: line 688, col 143, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 688, col 159, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 688, col 174, ['editor'] is better written in dot notation. +build/public/templates/topic.js: line 688, col 184, ['username'] is better written in dot notation. +build/public/templates/topic.js: line 690, col 301, Line is too long. +build/public/templates/topic.js: line 690, col 88, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 690, col 104, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 690, col 116, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 690, col 132, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 690, col 150, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 690, col 166, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 690, col 181, ['editedISO'] is better written in dot notation. +build/public/templates/topic.js: line 690, col 221, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 690, col 237, ['config'] is better written in dot notation. +build/public/templates/topic.js: line 690, col 250, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 690, col 266, ['config'] is better written in dot notation. +build/public/templates/topic.js: line 690, col 276, ['userLang'] is better written in dot notation. +build/public/templates/topic.js: line 691, col 189, Line is too long. +build/public/templates/topic.js: line 692, col 120, Line is too long. +build/public/templates/topic.js: line 692, col 37, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 692, col 53, ['config'] is better written in dot notation. +build/public/templates/topic.js: line 692, col 66, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 692, col 82, ['config'] is better written in dot notation. +build/public/templates/topic.js: line 692, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/topic.js: line 694, col 198, Line is too long. +build/public/templates/topic.js: line 694, col 85, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 694, col 101, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 694, col 113, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 694, col 129, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 694, col 147, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 694, col 163, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 694, col 178, ['pid'] is better written in dot notation. +build/public/templates/topic.js: line 696, col 157, Line is too long. +build/public/templates/topic.js: line 696, col 37, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 696, col 53, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 696, col 65, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 696, col 81, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 696, col 99, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 696, col 115, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 696, col 130, ['timestampISO'] is better written in dot notation. +build/public/templates/topic.js: line 697, col 231, Line is too long. +build/public/templates/topic.js: line 698, col 152, Line is too long. +build/public/templates/topic.js: line 698, col 37, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 698, col 53, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 698, col 65, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 698, col 81, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 698, col 99, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 698, col 115, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 698, col 130, ['content'] is better written in dot notation. +build/public/templates/topic.js: line 700, col 194, Line is too long. +build/public/templates/topic.js: line 700, col 29, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 700, col 45, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 700, col 57, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 700, col 73, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 700, col 91, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 700, col 107, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 700, col 122, ['user'] is better written in dot notation. +build/public/templates/topic.js: line 700, col 133, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 700, col 149, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 700, col 164, ['user'] is better written in dot notation. +build/public/templates/topic.js: line 700, col 172, ['signature'] is better written in dot notation. +build/public/templates/topic.js: line 702, col 202, Line is too long. +build/public/templates/topic.js: line 702, col 41, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 702, col 57, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 702, col 69, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 702, col 85, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 702, col 103, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 702, col 119, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 702, col 134, ['user'] is better written in dot notation. +build/public/templates/topic.js: line 702, col 145, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 702, col 161, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 702, col 176, ['user'] is better written in dot notation. +build/public/templates/topic.js: line 702, col 184, ['uid'] is better written in dot notation. +build/public/templates/topic.js: line 704, col 208, Line is too long. +build/public/templates/topic.js: line 704, col 41, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 704, col 57, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 704, col 69, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 704, col 85, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 704, col 103, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 704, col 119, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 704, col 134, ['user'] is better written in dot notation. +build/public/templates/topic.js: line 704, col 145, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 704, col 161, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 704, col 176, ['user'] is better written in dot notation. +build/public/templates/topic.js: line 704, col 184, ['signature'] is better written in dot notation. +build/public/templates/topic.js: line 708, col 29, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 708, col 45, ['hideReplies'] is better written in dot notation. +build/public/templates/topic.js: line 710, col 178, Line is too long. +build/public/templates/topic.js: line 711, col 221, Line is too long. +build/public/templates/topic.js: line 711, col 35, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 711, col 51, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 711, col 63, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 711, col 79, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 711, col 97, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 711, col 113, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 711, col 128, ['replies'] is better written in dot notation. +build/public/templates/topic.js: line 714, col 131, Line is too long. +build/public/templates/topic.js: line 715, col 202, Line is too long. +build/public/templates/topic.js: line 715, col 33, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 715, col 49, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 715, col 61, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 715, col 77, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 715, col 95, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 715, col 111, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 715, col 126, ['replies'] is better written in dot notation. +build/public/templates/topic.js: line 715, col 140, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 715, col 156, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 715, col 171, ['replies'] is better written in dot notation. +build/public/templates/topic.js: line 715, col 182, ['hasMore'] is better written in dot notation. +build/public/templates/topic.js: line 719, col 247, Line is too long. +build/public/templates/topic.js: line 719, col 37, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 719, col 53, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 719, col 65, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 719, col 81, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 719, col 99, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 719, col 115, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 719, col 130, ['replies'] is better written in dot notation. +build/public/templates/topic.js: line 719, col 144, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 719, col 160, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 719, col 175, ['replies'] is better written in dot notation. +build/public/templates/topic.js: line 719, col 186, ['users'] is better written in dot notation. +build/public/templates/topic.js: line 722, col 380, Line is too long. +build/public/templates/topic.js: line 722, col 86, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 722, col 102, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 722, col 114, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 722, col 130, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 722, col 148, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 722, col 164, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 722, col 179, ['replies'] is better written in dot notation. +build/public/templates/topic.js: line 722, col 193, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 722, col 209, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 722, col 224, ['replies'] is better written in dot notation. +build/public/templates/topic.js: line 722, col 235, ['users'] is better written in dot notation. +build/public/templates/topic.js: line 722, col 247, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 722, col 263, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 722, col 278, ['replies'] is better written in dot notation. +build/public/templates/topic.js: line 722, col 289, ['users'] is better written in dot notation. +build/public/templates/topic.js: line 722, col 339, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 720, col 21, 'key' is defined but never used. +build/public/templates/topic.js: line 719, col 240, 'value' is defined but never used. +build/public/templates/topic.js: line 719, col 232, 'length' is defined but never used. +build/public/templates/topic.js: line 719, col 225, 'index' is defined but never used. +build/public/templates/topic.js: line 728, col 202, Line is too long. +build/public/templates/topic.js: line 728, col 33, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 728, col 49, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 728, col 61, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 728, col 77, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 728, col 95, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 728, col 111, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 728, col 126, ['replies'] is better written in dot notation. +build/public/templates/topic.js: line 728, col 140, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 728, col 156, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 728, col 171, ['replies'] is better written in dot notation. +build/public/templates/topic.js: line 728, col 182, ['hasMore'] is better written in dot notation. +build/public/templates/topic.js: line 731, col 117, Line is too long. +build/public/templates/topic.js: line 732, col 210, Line is too long. +build/public/templates/topic.js: line 732, col 41, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 732, col 57, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 732, col 69, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 732, col 85, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 732, col 103, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 732, col 119, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 732, col 134, ['replies'] is better written in dot notation. +build/public/templates/topic.js: line 732, col 148, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 732, col 164, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 732, col 179, ['replies'] is better written in dot notation. +build/public/templates/topic.js: line 732, col 190, ['count'] is better written in dot notation. +build/public/templates/topic.js: line 734, col 209, Line is too long. +build/public/templates/topic.js: line 734, col 41, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 734, col 57, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 734, col 69, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 734, col 85, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 734, col 103, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 734, col 119, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 734, col 134, ['replies'] is better written in dot notation. +build/public/templates/topic.js: line 734, col 148, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 734, col 164, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 734, col 179, ['replies'] is better written in dot notation. +build/public/templates/topic.js: line 734, col 190, ['text'] is better written in dot notation. +build/public/templates/topic.js: line 735, col 131, Line is too long. +build/public/templates/topic.js: line 736, col 217, Line is too long. +build/public/templates/topic.js: line 736, col 41, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 736, col 57, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 736, col 69, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 736, col 85, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 736, col 103, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 736, col 119, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 736, col 134, ['replies'] is better written in dot notation. +build/public/templates/topic.js: line 736, col 148, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 736, col 164, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 736, col 179, ['replies'] is better written in dot notation. +build/public/templates/topic.js: line 736, col 190, ['timestampISO'] is better written in dot notation. +build/public/templates/topic.js: line 737, col 121, Line is too long. +build/public/templates/topic.js: line 738, col 316, Line is too long. +build/public/templates/topic.js: line 739, col 117, Line is too long. +build/public/templates/topic.js: line 739, col 29, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 739, col 45, ['privileges'] is better written in dot notation. +build/public/templates/topic.js: line 739, col 62, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 739, col 78, ['privileges'] is better written in dot notation. +build/public/templates/topic.js: line 742, col 123, Line is too long. +build/public/templates/topic.js: line 743, col 117, Line is too long. +build/public/templates/topic.js: line 743, col 29, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 743, col 45, ['privileges'] is better written in dot notation. +build/public/templates/topic.js: line 743, col 62, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 743, col 78, ['privileges'] is better written in dot notation. +build/public/templates/topic.js: line 747, col 144, Line is too long. +build/public/templates/topic.js: line 747, col 29, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 747, col 45, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 747, col 57, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 747, col 73, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 747, col 91, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 747, col 107, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 747, col 122, ['announces'] is better written in dot notation. +build/public/templates/topic.js: line 748, col 168, Line is too long. +build/public/templates/topic.js: line 749, col 158, Line is too long. +build/public/templates/topic.js: line 749, col 41, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 749, col 57, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 749, col 69, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 749, col 85, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 749, col 103, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 749, col 119, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 749, col 134, ['announces'] is better written in dot notation. +build/public/templates/topic.js: line 753, col 29, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 755, col 111, Line is too long. +build/public/templates/topic.js: line 756, col 146, Line is too long. +build/public/templates/topic.js: line 756, col 33, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 756, col 49, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 756, col 61, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 756, col 77, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 756, col 95, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 756, col 111, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 756, col 126, ['upvoted'] is better written in dot notation. +build/public/templates/topic.js: line 759, col 145, Line is too long. +build/public/templates/topic.js: line 760, col 154, Line is too long. +build/public/templates/topic.js: line 760, col 41, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 760, col 57, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 760, col 69, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 760, col 85, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 760, col 103, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 760, col 119, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 760, col 134, ['votes'] is better written in dot notation. +build/public/templates/topic.js: line 762, col 154, Line is too long. +build/public/templates/topic.js: line 762, col 41, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 762, col 57, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 762, col 69, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 762, col 85, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 762, col 103, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 762, col 119, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 762, col 134, ['votes'] is better written in dot notation. +build/public/templates/topic.js: line 764, col 33, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 767, col 152, Line is too long. +build/public/templates/topic.js: line 767, col 37, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 767, col 53, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 767, col 65, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 767, col 81, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 767, col 99, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 767, col 115, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 767, col 130, ['downvoted'] is better written in dot notation. +build/public/templates/topic.js: line 773, col 152, Line is too long. +build/public/templates/topic.js: line 773, col 29, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 773, col 45, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 773, col 57, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 773, col 73, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 773, col 91, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 773, col 107, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 773, col 122, ['display_post_menu'] is better written in dot notation. +build/public/templates/topic.js: line 776, col 365, Line is too long. +build/public/templates/topic.js: line 777, col 307, Line is too long. +build/public/templates/topic.js: line 777, col 31, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 777, col 47, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 777, col 59, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 777, col 75, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 777, col 93, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 777, col 109, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 777, col 124, ['index'] is better written in dot notation. +build/public/templates/topic.js: line 777, col 162, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 777, col 178, ['widgets'] is better written in dot notation. +build/public/templates/topic.js: line 777, col 192, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 777, col 208, ['widgets'] is better written in dot notation. +build/public/templates/topic.js: line 777, col 241, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 777, col 257, ['widgets'] is better written in dot notation. +build/public/templates/topic.js: line 777, col 287, ['length'] is better written in dot notation. +build/public/templates/topic.js: line 779, col 165, Line is too long. +build/public/templates/topic.js: line 779, col 37, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 779, col 53, ['widgets'] is better written in dot notation. +build/public/templates/topic.js: line 779, col 67, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 779, col 83, ['widgets'] is better written in dot notation. +build/public/templates/topic.js: line 782, col 250, Line is too long. +build/public/templates/topic.js: line 782, col 45, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 782, col 61, ['widgets'] is better written in dot notation. +build/public/templates/topic.js: line 782, col 75, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 782, col 91, ['widgets'] is better written in dot notation. +build/public/templates/topic.js: line 782, col 124, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 782, col 140, ['widgets'] is better written in dot notation. +build/public/templates/topic.js: line 782, col 179, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 782, col 195, ['widgets'] is better written in dot notation. +build/public/templates/topic.js: line 782, col 231, ['html'] is better written in dot notation. +build/public/templates/topic.js: line 780, col 21, 'key' is defined but never used. +build/public/templates/topic.js: line 779, col 158, 'value' is defined but never used. +build/public/templates/topic.js: line 779, col 150, 'length' is defined but never used. +build/public/templates/topic.js: line 779, col 143, 'index' is defined but never used. +build/public/templates/topic.js: line 790, col 128, Line is too long. +build/public/templates/topic.js: line 790, col 30, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 790, col 46, ['config'] is better written in dot notation. +build/public/templates/topic.js: line 790, col 59, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 790, col 75, ['config'] is better written in dot notation. +build/public/templates/topic.js: line 790, col 85, ['topicPostSort'] is better written in dot notation. +build/public/templates/topic.js: line 790, col 113, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 792, col 192, Line is too long. +build/public/templates/topic.js: line 792, col 37, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 792, col 53, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 792, col 65, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 792, col 81, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 792, col 99, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 792, col 115, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 792, col 130, ['events'] is better written in dot notation. +build/public/templates/topic.js: line 794, col 118, Line is too long. +build/public/templates/topic.js: line 795, col 265, Line is too long. +build/public/templates/topic.js: line 795, col 45, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 795, col 61, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 795, col 73, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 795, col 89, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 795, col 107, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 795, col 123, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 795, col 138, ['events'] is better written in dot notation. +build/public/templates/topic.js: line 795, col 151, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 795, col 167, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 795, col 182, ['events'] is better written in dot notation. +build/public/templates/topic.js: line 795, col 201, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 795, col 217, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 795, col 232, ['events'] is better written in dot notation. +build/public/templates/topic.js: line 795, col 248, ['id'] is better written in dot notation. +build/public/templates/topic.js: line 797, col 267, Line is too long. +build/public/templates/topic.js: line 797, col 45, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 797, col 61, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 797, col 73, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 797, col 89, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 797, col 107, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 797, col 123, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 797, col 138, ['events'] is better written in dot notation. +build/public/templates/topic.js: line 797, col 151, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 797, col 167, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 797, col 182, ['events'] is better written in dot notation. +build/public/templates/topic.js: line 797, col 201, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 797, col 217, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 797, col 232, ['events'] is better written in dot notation. +build/public/templates/topic.js: line 797, col 248, ['type'] is better written in dot notation. +build/public/templates/topic.js: line 799, col 257, Line is too long. +build/public/templates/topic.js: line 799, col 37, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 799, col 53, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 799, col 65, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 799, col 81, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 799, col 99, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 799, col 115, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 799, col 130, ['events'] is better written in dot notation. +build/public/templates/topic.js: line 799, col 143, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 799, col 159, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 799, col 174, ['events'] is better written in dot notation. +build/public/templates/topic.js: line 799, col 193, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 799, col 209, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 799, col 224, ['events'] is better written in dot notation. +build/public/templates/topic.js: line 799, col 240, ['icon'] is better written in dot notation. +build/public/templates/topic.js: line 800, col 268, Line is too long. +build/public/templates/topic.js: line 800, col 47, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 800, col 63, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 800, col 75, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 800, col 91, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 800, col 109, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 800, col 125, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 800, col 140, ['events'] is better written in dot notation. +build/public/templates/topic.js: line 800, col 153, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 800, col 169, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 800, col 184, ['events'] is better written in dot notation. +build/public/templates/topic.js: line 800, col 203, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 800, col 219, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 800, col 234, ['events'] is better written in dot notation. +build/public/templates/topic.js: line 800, col 250, ['icon'] is better written in dot notation. +build/public/templates/topic.js: line 803, col 267, Line is too long. +build/public/templates/topic.js: line 803, col 45, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 803, col 61, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 803, col 73, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 803, col 89, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 803, col 107, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 803, col 123, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 803, col 138, ['events'] is better written in dot notation. +build/public/templates/topic.js: line 803, col 151, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 803, col 167, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 803, col 182, ['events'] is better written in dot notation. +build/public/templates/topic.js: line 803, col 201, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 803, col 217, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 803, col 232, ['events'] is better written in dot notation. +build/public/templates/topic.js: line 803, col 248, ['text'] is better written in dot notation. +build/public/templates/topic.js: line 805, col 365, Line is too long. +build/public/templates/topic.js: line 805, col 38, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 805, col 54, ['privileges'] is better written in dot notation. +build/public/templates/topic.js: line 805, col 71, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 805, col 87, ['privileges'] is better written in dot notation. +build/public/templates/topic.js: line 805, col 101, ['isAdminOrMod'] is better written in dot notation. +build/public/templates/topic.js: line 805, col 146, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 805, col 162, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 805, col 174, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 805, col 190, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 805, col 208, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 805, col 224, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 805, col 239, ['events'] is better written in dot notation. +build/public/templates/topic.js: line 805, col 252, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 805, col 268, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 805, col 283, ['events'] is better written in dot notation. +build/public/templates/topic.js: line 805, col 302, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 805, col 318, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 805, col 333, ['events'] is better written in dot notation. +build/public/templates/topic.js: line 805, col 349, ['id'] is better written in dot notation. +build/public/templates/topic.js: line 807, col 269, Line is too long. +build/public/templates/topic.js: line 807, col 49, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 807, col 65, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 807, col 77, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 807, col 93, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 807, col 111, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 807, col 127, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 807, col 142, ['events'] is better written in dot notation. +build/public/templates/topic.js: line 807, col 155, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 807, col 171, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 807, col 186, ['events'] is better written in dot notation. +build/public/templates/topic.js: line 807, col 205, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 807, col 221, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 807, col 236, ['events'] is better written in dot notation. +build/public/templates/topic.js: line 807, col 252, ['id'] is better written in dot notation. +build/public/templates/topic.js: line 809, col 271, Line is too long. +build/public/templates/topic.js: line 809, col 49, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 809, col 65, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 809, col 77, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 809, col 93, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 809, col 111, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 809, col 127, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 809, col 142, ['events'] is better written in dot notation. +build/public/templates/topic.js: line 809, col 155, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 809, col 171, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 809, col 186, ['events'] is better written in dot notation. +build/public/templates/topic.js: line 809, col 205, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 809, col 221, ['posts'] is better written in dot notation. +build/public/templates/topic.js: line 809, col 236, ['events'] is better written in dot notation. +build/public/templates/topic.js: line 809, col 252, ['type'] is better written in dot notation. +build/public/templates/topic.js: line 810, col 132, Line is too long. +build/public/templates/topic.js: line 793, col 21, 'key' is defined but never used. +build/public/templates/topic.js: line 792, col 185, 'value' is defined but never used. +build/public/templates/topic.js: line 792, col 177, 'length' is defined but never used. +build/public/templates/topic.js: line 792, col 170, 'index' is defined but never used. +build/public/templates/topic.js: line 525, col 13, 'key' is defined but never used. +build/public/templates/topic.js: line 523, col 11, 'value' is defined but never used. +build/public/templates/topic.js: line 826, col 160, Line is too long. +build/public/templates/topic.js: line 826, col 36, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 826, col 52, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 826, col 69, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 826, col 85, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 826, col 99, ['pages'] is better written in dot notation. +build/public/templates/topic.js: line 829, col 219, Line is too long. +build/public/templates/topic.js: line 829, col 29, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 829, col 45, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 829, col 62, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 829, col 78, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 829, col 92, ['pages'] is better written in dot notation. +build/public/templates/topic.js: line 829, col 104, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 829, col 120, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 829, col 134, ['pages'] is better written in dot notation. +build/public/templates/topic.js: line 829, col 152, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 829, col 168, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 829, col 182, ['pages'] is better written in dot notation. +build/public/templates/topic.js: line 829, col 197, ['separator'] is better written in dot notation. +build/public/templates/topic.js: line 830, col 227, Line is too long. +build/public/templates/topic.js: line 832, col 220, Line is too long. +build/public/templates/topic.js: line 832, col 33, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 832, col 49, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 832, col 66, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 832, col 82, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 832, col 96, ['pages'] is better written in dot notation. +build/public/templates/topic.js: line 832, col 108, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 832, col 124, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 832, col 138, ['pages'] is better written in dot notation. +build/public/templates/topic.js: line 832, col 156, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 832, col 172, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 832, col 186, ['pages'] is better written in dot notation. +build/public/templates/topic.js: line 832, col 201, ['active'] is better written in dot notation. +build/public/templates/topic.js: line 836, col 226, Line is too long. +build/public/templates/topic.js: line 836, col 41, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 836, col 57, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 836, col 74, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 836, col 90, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 836, col 104, ['pages'] is better written in dot notation. +build/public/templates/topic.js: line 836, col 116, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 836, col 132, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 836, col 146, ['pages'] is better written in dot notation. +build/public/templates/topic.js: line 836, col 164, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 836, col 180, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 836, col 194, ['pages'] is better written in dot notation. +build/public/templates/topic.js: line 836, col 209, ['qs'] is better written in dot notation. +build/public/templates/topic.js: line 838, col 228, Line is too long. +build/public/templates/topic.js: line 838, col 41, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 838, col 57, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 838, col 74, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 838, col 90, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 838, col 104, ['pages'] is better written in dot notation. +build/public/templates/topic.js: line 838, col 116, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 838, col 132, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 838, col 146, ['pages'] is better written in dot notation. +build/public/templates/topic.js: line 838, col 164, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 838, col 180, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 838, col 194, ['pages'] is better written in dot notation. +build/public/templates/topic.js: line 838, col 209, ['page'] is better written in dot notation. +build/public/templates/topic.js: line 840, col 228, Line is too long. +build/public/templates/topic.js: line 840, col 41, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 840, col 57, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 840, col 74, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 840, col 90, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 840, col 104, ['pages'] is better written in dot notation. +build/public/templates/topic.js: line 840, col 116, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 840, col 132, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 840, col 146, ['pages'] is better written in dot notation. +build/public/templates/topic.js: line 840, col 164, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 840, col 180, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 840, col 194, ['pages'] is better written in dot notation. +build/public/templates/topic.js: line 840, col 209, ['page'] is better written in dot notation. +build/public/templates/topic.js: line 842, col 228, Line is too long. +build/public/templates/topic.js: line 842, col 41, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 842, col 57, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 842, col 74, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 842, col 90, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 842, col 104, ['pages'] is better written in dot notation. +build/public/templates/topic.js: line 842, col 116, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 842, col 132, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 842, col 146, ['pages'] is better written in dot notation. +build/public/templates/topic.js: line 842, col 164, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 842, col 180, ['pagination'] is better written in dot notation. +build/public/templates/topic.js: line 842, col 194, ['pages'] is better written in dot notation. +build/public/templates/topic.js: line 842, col 209, ['page'] is better written in dot notation. +build/public/templates/topic.js: line 827, col 13, 'key' is defined but never used. +build/public/templates/topic.js: line 826, col 153, 'value' is defined but never used. +build/public/templates/topic.js: line 826, col 145, 'length' is defined but never used. +build/public/templates/topic.js: line 826, col 138, 'index' is defined but never used. +build/public/templates/topic.js: line 825, col 11, 'value' is defined but never used. +build/public/templates/topic.js: line 823, col 81, 'helper' is defined but never used. +build/public/templates/topic.js: line 852, col 156, Line is too long. +build/public/templates/topic.js: line 852, col 36, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 852, col 52, ['widgets'] is better written in dot notation. +build/public/templates/topic.js: line 852, col 66, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 852, col 82, ['widgets'] is better written in dot notation. +build/public/templates/topic.js: line 852, col 93, ['sidebar'] is better written in dot notation. +build/public/templates/topic.js: line 855, col 208, Line is too long. +build/public/templates/topic.js: line 855, col 28, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 855, col 44, ['widgets'] is better written in dot notation. +build/public/templates/topic.js: line 855, col 58, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 855, col 74, ['widgets'] is better written in dot notation. +build/public/templates/topic.js: line 855, col 85, ['sidebar'] is better written in dot notation. +build/public/templates/topic.js: line 855, col 99, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 855, col 115, ['widgets'] is better written in dot notation. +build/public/templates/topic.js: line 855, col 126, ['sidebar'] is better written in dot notation. +build/public/templates/topic.js: line 855, col 146, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 855, col 162, ['widgets'] is better written in dot notation. +build/public/templates/topic.js: line 855, col 173, ['sidebar'] is better written in dot notation. +build/public/templates/topic.js: line 855, col 190, ['html'] is better written in dot notation. +build/public/templates/topic.js: line 853, col 13, 'key' is defined but never used. +build/public/templates/topic.js: line 852, col 149, 'value' is defined but never used. +build/public/templates/topic.js: line 852, col 141, 'length' is defined but never used. +build/public/templates/topic.js: line 852, col 134, 'index' is defined but never used. +build/public/templates/topic.js: line 850, col 11, '__escape' is defined but never used. +build/public/templates/topic.js: line 851, col 11, 'value' is defined but never used. +build/public/templates/topic.js: line 849, col 79, 'helper' is defined but never used. +build/public/templates/topic.js: line 864, col 155, Line is too long. +build/public/templates/topic.js: line 864, col 36, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 864, col 52, ['widgets'] is better written in dot notation. +build/public/templates/topic.js: line 864, col 66, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 864, col 82, ['widgets'] is better written in dot notation. +build/public/templates/topic.js: line 864, col 93, ['footer'] is better written in dot notation. +build/public/templates/topic.js: line 867, col 205, Line is too long. +build/public/templates/topic.js: line 867, col 28, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 867, col 44, ['widgets'] is better written in dot notation. +build/public/templates/topic.js: line 867, col 58, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 867, col 74, ['widgets'] is better written in dot notation. +build/public/templates/topic.js: line 867, col 85, ['footer'] is better written in dot notation. +build/public/templates/topic.js: line 867, col 98, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 867, col 114, ['widgets'] is better written in dot notation. +build/public/templates/topic.js: line 867, col 125, ['footer'] is better written in dot notation. +build/public/templates/topic.js: line 867, col 144, Expected '!==' and instead saw '!='. +build/public/templates/topic.js: line 867, col 160, ['widgets'] is better written in dot notation. +build/public/templates/topic.js: line 867, col 171, ['footer'] is better written in dot notation. +build/public/templates/topic.js: line 867, col 187, ['html'] is better written in dot notation. +build/public/templates/topic.js: line 865, col 13, 'key' is defined but never used. +build/public/templates/topic.js: line 864, col 148, 'value' is defined but never used. +build/public/templates/topic.js: line 864, col 140, 'length' is defined but never used. +build/public/templates/topic.js: line 864, col 133, 'index' is defined but never used. +build/public/templates/topic.js: line 862, col 11, '__escape' is defined but never used. +build/public/templates/topic.js: line 863, col 11, 'value' is defined but never used. +build/public/templates/topic.js: line 861, col 77, 'helper' is defined but never used. +build/public/templates/topic.js: line 876, col 3, Missing semicolon. +build/public/templates/topic.js: line 5, col 46, 'define' is not defined. +build/public/templates/topic.js: line 6, col 5, 'define' is not defined. + +build/public/templates/tos.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/tos.js: line 13, col 49, ['termsOfUse'] is better written in dot notation. +build/public/templates/tos.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/tos.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/tos.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/tos.js: line 21, col 3, Missing semicolon. +build/public/templates/tos.js: line 5, col 46, 'define' is not defined. +build/public/templates/tos.js: line 6, col 5, 'define' is not defined. + +build/public/templates/unread.js: line 12, col 114, Line is too long. +build/public/templates/unread.js: line 12, col 30, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 12, col 46, ['breadcrumbs'] is better written in dot notation. +build/public/templates/unread.js: line 12, col 64, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 12, col 80, ['breadcrumbs'] is better written in dot notation. +build/public/templates/unread.js: line 12, col 95, ['length'] is better written in dot notation. +build/public/templates/unread.js: line 13, col 136, Line is too long. +build/public/templates/unread.js: line 14, col 26, ['breadcrumbs'] is better written in dot notation. +build/public/templates/unread.js: line 19, col 669, Line is too long. +build/public/templates/unread.js: line 20, col 22, ['categories'] is better written in dot notation. +build/public/templates/unread.js: line 22, col 116, Line is too long. +build/public/templates/unread.js: line 22, col 33, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 22, col 49, ['config'] is better written in dot notation. +build/public/templates/unread.js: line 22, col 62, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 22, col 78, ['config'] is better written in dot notation. +build/public/templates/unread.js: line 22, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/unread.js: line 24, col 122, Line is too long. +build/public/templates/unread.js: line 24, col 33, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 24, col 49, ['selectedFilter'] is better written in dot notation. +build/public/templates/unread.js: line 24, col 70, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 24, col 86, ['selectedFilter'] is better written in dot notation. +build/public/templates/unread.js: line 24, col 104, ['url'] is better written in dot notation. +build/public/templates/unread.js: line 25, col 33, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 25, col 49, ['querystring'] is better written in dot notation. +build/public/templates/unread.js: line 26, col 311, Line is too long. +build/public/templates/unread.js: line 27, col 101, Line is too long. +build/public/templates/unread.js: line 27, col 25, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 27, col 41, ['filters'] is better written in dot notation. +build/public/templates/unread.js: line 27, col 55, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 27, col 71, ['filters'] is better written in dot notation. +build/public/templates/unread.js: line 27, col 82, ['length'] is better written in dot notation. +build/public/templates/unread.js: line 30, col 324, Line is too long. +build/public/templates/unread.js: line 31, col 123, Line is too long. +build/public/templates/unread.js: line 31, col 33, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 31, col 49, ['selectedFilter'] is better written in dot notation. +build/public/templates/unread.js: line 31, col 70, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 31, col 86, ['selectedFilter'] is better written in dot notation. +build/public/templates/unread.js: line 31, col 104, ['name'] is better written in dot notation. +build/public/templates/unread.js: line 33, col 22, ['filters'] is better written in dot notation. +build/public/templates/unread.js: line 34, col 343, Line is too long. +build/public/templates/unread.js: line 35, col 25, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 35, col 41, ['selectedCategory'] is better written in dot notation. +build/public/templates/unread.js: line 37, col 159, Line is too long. +build/public/templates/unread.js: line 37, col 84, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 37, col 100, ['selectedCategory'] is better written in dot notation. +build/public/templates/unread.js: line 39, col 131, Line is too long. +build/public/templates/unread.js: line 39, col 37, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 39, col 53, ['selectedCategory'] is better written in dot notation. +build/public/templates/unread.js: line 39, col 76, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 39, col 92, ['selectedCategory'] is better written in dot notation. +build/public/templates/unread.js: line 39, col 112, ['name'] is better written in dot notation. +build/public/templates/unread.js: line 41, col 144, Line is too long. +build/public/templates/unread.js: line 42, col 410, Line is too long. +build/public/templates/unread.js: line 43, col 25, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 43, col 41, ['hideAll'] is better written in dot notation. +build/public/templates/unread.js: line 45, col 173, Line is too long. +build/public/templates/unread.js: line 46, col 29, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 46, col 45, ['allCategoriesUrl'] is better written in dot notation. +build/public/templates/unread.js: line 47, col 122, Line is too long. +build/public/templates/unread.js: line 47, col 39, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 47, col 55, ['config'] is better written in dot notation. +build/public/templates/unread.js: line 47, col 68, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 47, col 84, ['config'] is better written in dot notation. +build/public/templates/unread.js: line 47, col 94, ['relative_path'] is better written in dot notation. +build/public/templates/unread.js: line 49, col 41, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 49, col 57, ['allCategoriesUrl'] is better written in dot notation. +build/public/templates/unread.js: line 51, col 158, Line is too long. +build/public/templates/unread.js: line 52, col 29, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 52, col 45, ['selectedCategory'] is better written in dot notation. +build/public/templates/unread.js: line 57, col 22, ['categoryItems'] is better written in dot notation. +build/public/templates/unread.js: line 59, col 25, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 59, col 41, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 59, col 54, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 59, col 70, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 59, col 80, ['length'] is better written in dot notation. +build/public/templates/unread.js: line 62, col 373, Line is too long. +build/public/templates/unread.js: line 63, col 145, Line is too long. +build/public/templates/unread.js: line 63, col 26, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 63, col 42, ['selectedCategory'] is better written in dot notation. +build/public/templates/unread.js: line 63, col 92, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 63, col 108, ['showCategorySelectLabel'] is better written in dot notation. +build/public/templates/unread.js: line 65, col 159, Line is too long. +build/public/templates/unread.js: line 65, col 84, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 65, col 100, ['selectedCategory'] is better written in dot notation. +build/public/templates/unread.js: line 67, col 131, Line is too long. +build/public/templates/unread.js: line 67, col 37, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 67, col 53, ['selectedCategory'] is better written in dot notation. +build/public/templates/unread.js: line 67, col 76, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 67, col 92, ['selectedCategory'] is better written in dot notation. +build/public/templates/unread.js: line 67, col 112, ['name'] is better written in dot notation. +build/public/templates/unread.js: line 70, col 29, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 70, col 45, ['selectCategoryIcon'] is better written in dot notation. +build/public/templates/unread.js: line 71, col 39, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 71, col 55, ['selectCategoryIcon'] is better written in dot notation. +build/public/templates/unread.js: line 73, col 101, Line is too long. +build/public/templates/unread.js: line 74, col 29, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 74, col 45, ['selectCategoryLabel'] is better written in dot notation. +build/public/templates/unread.js: line 75, col 39, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 75, col 55, ['selectCategoryLabel'] is better written in dot notation. +build/public/templates/unread.js: line 78, col 596, Line is too long. +build/public/templates/unread.js: line 79, col 114, Line is too long. +build/public/templates/unread.js: line 79, col 29, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 79, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/unread.js: line 82, col 172, Line is too long. +build/public/templates/unread.js: line 82, col 29, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 82, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/unread.js: line 82, col 65, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 82, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/unread.js: line 82, col 107, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 82, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/unread.js: line 82, col 146, ['disabledClass'] is better written in dot notation. +build/public/templates/unread.js: line 86, col 172, Line is too long. +build/public/templates/unread.js: line 86, col 37, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 86, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/unread.js: line 86, col 73, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 86, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/unread.js: line 86, col 115, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 86, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/unread.js: line 86, col 154, ['cid'] is better written in dot notation. +build/public/templates/unread.js: line 88, col 173, Line is too long. +build/public/templates/unread.js: line 88, col 37, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 88, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/unread.js: line 88, col 73, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 88, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/unread.js: line 88, col 115, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 88, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/unread.js: line 88, col 154, ['name'] is better written in dot notation. +build/public/templates/unread.js: line 90, col 178, Line is too long. +build/public/templates/unread.js: line 90, col 37, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 90, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/unread.js: line 90, col 73, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 90, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/unread.js: line 90, col 115, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 90, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/unread.js: line 90, col 154, ['parentCid'] is better written in dot notation. +build/public/templates/unread.js: line 92, col 172, Line is too long. +build/public/templates/unread.js: line 92, col 29, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 92, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/unread.js: line 92, col 65, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 92, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/unread.js: line 92, col 107, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 92, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/unread.js: line 92, col 146, ['disabledClass'] is better written in dot notation. +build/public/templates/unread.js: line 96, col 174, Line is too long. +build/public/templates/unread.js: line 96, col 37, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 96, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/unread.js: line 96, col 73, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 96, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/unread.js: line 96, col 115, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 96, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/unread.js: line 96, col 154, ['level'] is better written in dot notation. +build/public/templates/unread.js: line 98, col 164, Line is too long. +build/public/templates/unread.js: line 98, col 29, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 98, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/unread.js: line 98, col 65, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 98, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/unread.js: line 98, col 107, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 98, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/unread.js: line 98, col 146, ['match'] is better written in dot notation. +build/public/templates/unread.js: line 102, col 163, Line is too long. +build/public/templates/unread.js: line 102, col 29, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 102, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/unread.js: line 102, col 65, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 102, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/unread.js: line 102, col 107, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 102, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/unread.js: line 102, col 146, ['icon'] is better written in dot notation. +build/public/templates/unread.js: line 104, col 114, Line is too long. +build/public/templates/unread.js: line 108, col 173, Line is too long. +build/public/templates/unread.js: line 108, col 37, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 108, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/unread.js: line 108, col 73, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 108, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/unread.js: line 108, col 115, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 108, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/unread.js: line 108, col 154, ['name'] is better written in dot notation. +build/public/templates/unread.js: line 80, col 13, 'key' is defined but never used. +build/public/templates/unread.js: line 114, col 25, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 114, col 41, ['showTopicTools'] is better written in dot notation. +build/public/templates/unread.js: line 115, col 2006, Line is too long. +build/public/templates/unread.js: line 116, col 109, Line is too long. +build/public/templates/unread.js: line 116, col 29, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 116, col 45, ['template'] is better written in dot notation. +build/public/templates/unread.js: line 116, col 60, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 116, col 76, ['template'] is better written in dot notation. +build/public/templates/unread.js: line 116, col 88, ['category'] is better written in dot notation. +build/public/templates/unread.js: line 117, col 251, Line is too long. +build/public/templates/unread.js: line 119, col 1144, Line is too long. +build/public/templates/unread.js: line 120, col 26, ['thread_tools'] is better written in dot notation. +build/public/templates/unread.js: line 123, col 114, Line is too long. +build/public/templates/unread.js: line 124, col 25, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 124, col 41, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 124, col 54, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 124, col 70, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 124, col 80, ['length'] is better written in dot notation. +build/public/templates/unread.js: line 127, col 183, Line is too long. +build/public/templates/unread.js: line 128, col 33, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 128, col 49, ['nextStart'] is better written in dot notation. +build/public/templates/unread.js: line 130, col 33, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 130, col 49, ['set'] is better written in dot notation. +build/public/templates/unread.js: line 132, col 22, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 133, col 111, Line is too long. +build/public/templates/unread.js: line 134, col 106, Line is too long. +build/public/templates/unread.js: line 134, col 25, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 134, col 41, ['config'] is better written in dot notation. +build/public/templates/unread.js: line 134, col 54, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 134, col 70, ['config'] is better written in dot notation. +build/public/templates/unread.js: line 134, col 80, ['usePagination'] is better written in dot notation. +build/public/templates/unread.js: line 136, col 162, Line is too long. +build/public/templates/unread.js: line 136, col 29, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 136, col 45, ['pagination'] is better written in dot notation. +build/public/templates/unread.js: line 136, col 62, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 136, col 78, ['pagination'] is better written in dot notation. +build/public/templates/unread.js: line 136, col 92, ['pages'] is better written in dot notation. +build/public/templates/unread.js: line 136, col 104, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 136, col 120, ['pagination'] is better written in dot notation. +build/public/templates/unread.js: line 136, col 134, ['pages'] is better written in dot notation. +build/public/templates/unread.js: line 136, col 143, ['length'] is better written in dot notation. +build/public/templates/unread.js: line 139, col 159, Line is too long. +build/public/templates/unread.js: line 140, col 160, Line is too long. +build/public/templates/unread.js: line 140, col 29, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 140, col 45, ['pagination'] is better written in dot notation. +build/public/templates/unread.js: line 140, col 62, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 140, col 78, ['pagination'] is better written in dot notation. +build/public/templates/unread.js: line 140, col 92, ['prev'] is better written in dot notation. +build/public/templates/unread.js: line 140, col 103, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 140, col 119, ['pagination'] is better written in dot notation. +build/public/templates/unread.js: line 140, col 133, ['prev'] is better written in dot notation. +build/public/templates/unread.js: line 140, col 141, ['active'] is better written in dot notation. +build/public/templates/unread.js: line 144, col 166, Line is too long. +build/public/templates/unread.js: line 144, col 37, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 144, col 53, ['pagination'] is better written in dot notation. +build/public/templates/unread.js: line 144, col 70, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 144, col 86, ['pagination'] is better written in dot notation. +build/public/templates/unread.js: line 144, col 100, ['prev'] is better written in dot notation. +build/public/templates/unread.js: line 144, col 111, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 144, col 127, ['pagination'] is better written in dot notation. +build/public/templates/unread.js: line 144, col 141, ['prev'] is better written in dot notation. +build/public/templates/unread.js: line 144, col 149, ['qs'] is better written in dot notation. +build/public/templates/unread.js: line 146, col 168, Line is too long. +build/public/templates/unread.js: line 146, col 37, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 146, col 53, ['pagination'] is better written in dot notation. +build/public/templates/unread.js: line 146, col 70, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 146, col 86, ['pagination'] is better written in dot notation. +build/public/templates/unread.js: line 146, col 100, ['prev'] is better written in dot notation. +build/public/templates/unread.js: line 146, col 111, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 146, col 127, ['pagination'] is better written in dot notation. +build/public/templates/unread.js: line 146, col 141, ['prev'] is better written in dot notation. +build/public/templates/unread.js: line 146, col 149, ['page'] is better written in dot notation. +build/public/templates/unread.js: line 147, col 118, Line is too long. +build/public/templates/unread.js: line 150, col 160, Line is too long. +build/public/templates/unread.js: line 150, col 29, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 150, col 45, ['pagination'] is better written in dot notation. +build/public/templates/unread.js: line 150, col 62, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 150, col 78, ['pagination'] is better written in dot notation. +build/public/templates/unread.js: line 150, col 92, ['next'] is better written in dot notation. +build/public/templates/unread.js: line 150, col 103, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 150, col 119, ['pagination'] is better written in dot notation. +build/public/templates/unread.js: line 150, col 133, ['next'] is better written in dot notation. +build/public/templates/unread.js: line 150, col 141, ['active'] is better written in dot notation. +build/public/templates/unread.js: line 154, col 166, Line is too long. +build/public/templates/unread.js: line 154, col 37, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 154, col 53, ['pagination'] is better written in dot notation. +build/public/templates/unread.js: line 154, col 70, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 154, col 86, ['pagination'] is better written in dot notation. +build/public/templates/unread.js: line 154, col 100, ['next'] is better written in dot notation. +build/public/templates/unread.js: line 154, col 111, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 154, col 127, ['pagination'] is better written in dot notation. +build/public/templates/unread.js: line 154, col 141, ['next'] is better written in dot notation. +build/public/templates/unread.js: line 154, col 149, ['qs'] is better written in dot notation. +build/public/templates/unread.js: line 156, col 168, Line is too long. +build/public/templates/unread.js: line 156, col 37, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 156, col 53, ['pagination'] is better written in dot notation. +build/public/templates/unread.js: line 156, col 70, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 156, col 86, ['pagination'] is better written in dot notation. +build/public/templates/unread.js: line 156, col 100, ['next'] is better written in dot notation. +build/public/templates/unread.js: line 156, col 111, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 156, col 127, ['pagination'] is better written in dot notation. +build/public/templates/unread.js: line 156, col 141, ['next'] is better written in dot notation. +build/public/templates/unread.js: line 156, col 149, ['page'] is better written in dot notation. +build/public/templates/unread.js: line 157, col 228, Line is too long. +build/public/templates/unread.js: line 158, col 160, Line is too long. +build/public/templates/unread.js: line 158, col 29, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 158, col 45, ['pagination'] is better written in dot notation. +build/public/templates/unread.js: line 158, col 62, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 158, col 78, ['pagination'] is better written in dot notation. +build/public/templates/unread.js: line 158, col 92, ['prev'] is better written in dot notation. +build/public/templates/unread.js: line 158, col 103, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 158, col 119, ['pagination'] is better written in dot notation. +build/public/templates/unread.js: line 158, col 133, ['prev'] is better written in dot notation. +build/public/templates/unread.js: line 158, col 141, ['active'] is better written in dot notation. +build/public/templates/unread.js: line 162, col 168, Line is too long. +build/public/templates/unread.js: line 162, col 37, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 162, col 53, ['pagination'] is better written in dot notation. +build/public/templates/unread.js: line 162, col 70, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 162, col 86, ['pagination'] is better written in dot notation. +build/public/templates/unread.js: line 162, col 100, ['first'] is better written in dot notation. +build/public/templates/unread.js: line 162, col 112, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 162, col 128, ['pagination'] is better written in dot notation. +build/public/templates/unread.js: line 162, col 142, ['first'] is better written in dot notation. +build/public/templates/unread.js: line 162, col 151, ['qs'] is better written in dot notation. +build/public/templates/unread.js: line 163, col 162, Line is too long. +build/public/templates/unread.js: line 164, col 160, Line is too long. +build/public/templates/unread.js: line 164, col 29, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 164, col 45, ['pagination'] is better written in dot notation. +build/public/templates/unread.js: line 164, col 62, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 164, col 78, ['pagination'] is better written in dot notation. +build/public/templates/unread.js: line 164, col 92, ['prev'] is better written in dot notation. +build/public/templates/unread.js: line 164, col 103, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 164, col 119, ['pagination'] is better written in dot notation. +build/public/templates/unread.js: line 164, col 133, ['prev'] is better written in dot notation. +build/public/templates/unread.js: line 164, col 141, ['active'] is better written in dot notation. +build/public/templates/unread.js: line 168, col 166, Line is too long. +build/public/templates/unread.js: line 168, col 37, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 168, col 53, ['pagination'] is better written in dot notation. +build/public/templates/unread.js: line 168, col 70, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 168, col 86, ['pagination'] is better written in dot notation. +build/public/templates/unread.js: line 168, col 100, ['prev'] is better written in dot notation. +build/public/templates/unread.js: line 168, col 111, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 168, col 127, ['pagination'] is better written in dot notation. +build/public/templates/unread.js: line 168, col 141, ['prev'] is better written in dot notation. +build/public/templates/unread.js: line 168, col 149, ['qs'] is better written in dot notation. +build/public/templates/unread.js: line 170, col 168, Line is too long. +build/public/templates/unread.js: line 170, col 37, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 170, col 53, ['pagination'] is better written in dot notation. +build/public/templates/unread.js: line 170, col 70, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 170, col 86, ['pagination'] is better written in dot notation. +build/public/templates/unread.js: line 170, col 100, ['prev'] is better written in dot notation. +build/public/templates/unread.js: line 170, col 111, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 170, col 127, ['pagination'] is better written in dot notation. +build/public/templates/unread.js: line 170, col 141, ['prev'] is better written in dot notation. +build/public/templates/unread.js: line 170, col 149, ['page'] is better written in dot notation. +build/public/templates/unread.js: line 171, col 280, Line is too long. +build/public/templates/unread.js: line 172, col 126, Line is too long. +build/public/templates/unread.js: line 172, col 37, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 172, col 53, ['pagination'] is better written in dot notation. +build/public/templates/unread.js: line 172, col 70, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 172, col 86, ['pagination'] is better written in dot notation. +build/public/templates/unread.js: line 172, col 100, ['currentPage'] is better written in dot notation. +build/public/templates/unread.js: line 174, col 124, Line is too long. +build/public/templates/unread.js: line 174, col 37, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 174, col 53, ['pagination'] is better written in dot notation. +build/public/templates/unread.js: line 174, col 70, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 174, col 86, ['pagination'] is better written in dot notation. +build/public/templates/unread.js: line 174, col 100, ['pageCount'] is better written in dot notation. +build/public/templates/unread.js: line 176, col 160, Line is too long. +build/public/templates/unread.js: line 176, col 29, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 176, col 45, ['pagination'] is better written in dot notation. +build/public/templates/unread.js: line 176, col 62, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 176, col 78, ['pagination'] is better written in dot notation. +build/public/templates/unread.js: line 176, col 92, ['next'] is better written in dot notation. +build/public/templates/unread.js: line 176, col 103, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 176, col 119, ['pagination'] is better written in dot notation. +build/public/templates/unread.js: line 176, col 133, ['next'] is better written in dot notation. +build/public/templates/unread.js: line 176, col 141, ['active'] is better written in dot notation. +build/public/templates/unread.js: line 180, col 166, Line is too long. +build/public/templates/unread.js: line 180, col 37, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 180, col 53, ['pagination'] is better written in dot notation. +build/public/templates/unread.js: line 180, col 70, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 180, col 86, ['pagination'] is better written in dot notation. +build/public/templates/unread.js: line 180, col 100, ['next'] is better written in dot notation. +build/public/templates/unread.js: line 180, col 111, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 180, col 127, ['pagination'] is better written in dot notation. +build/public/templates/unread.js: line 180, col 141, ['next'] is better written in dot notation. +build/public/templates/unread.js: line 180, col 149, ['qs'] is better written in dot notation. +build/public/templates/unread.js: line 182, col 168, Line is too long. +build/public/templates/unread.js: line 182, col 37, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 182, col 53, ['pagination'] is better written in dot notation. +build/public/templates/unread.js: line 182, col 70, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 182, col 86, ['pagination'] is better written in dot notation. +build/public/templates/unread.js: line 182, col 100, ['next'] is better written in dot notation. +build/public/templates/unread.js: line 182, col 111, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 182, col 127, ['pagination'] is better written in dot notation. +build/public/templates/unread.js: line 182, col 141, ['next'] is better written in dot notation. +build/public/templates/unread.js: line 182, col 149, ['page'] is better written in dot notation. +build/public/templates/unread.js: line 183, col 140, Line is too long. +build/public/templates/unread.js: line 184, col 160, Line is too long. +build/public/templates/unread.js: line 184, col 29, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 184, col 45, ['pagination'] is better written in dot notation. +build/public/templates/unread.js: line 184, col 62, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 184, col 78, ['pagination'] is better written in dot notation. +build/public/templates/unread.js: line 184, col 92, ['next'] is better written in dot notation. +build/public/templates/unread.js: line 184, col 103, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 184, col 119, ['pagination'] is better written in dot notation. +build/public/templates/unread.js: line 184, col 133, ['next'] is better written in dot notation. +build/public/templates/unread.js: line 184, col 141, ['active'] is better written in dot notation. +build/public/templates/unread.js: line 188, col 166, Line is too long. +build/public/templates/unread.js: line 188, col 37, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 188, col 53, ['pagination'] is better written in dot notation. +build/public/templates/unread.js: line 188, col 70, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 188, col 86, ['pagination'] is better written in dot notation. +build/public/templates/unread.js: line 188, col 100, ['last'] is better written in dot notation. +build/public/templates/unread.js: line 188, col 111, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 188, col 127, ['pagination'] is better written in dot notation. +build/public/templates/unread.js: line 188, col 141, ['last'] is better written in dot notation. +build/public/templates/unread.js: line 188, col 149, ['qs'] is better written in dot notation. +build/public/templates/unread.js: line 190, col 124, Line is too long. +build/public/templates/unread.js: line 190, col 37, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 190, col 53, ['pagination'] is better written in dot notation. +build/public/templates/unread.js: line 190, col 70, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 190, col 86, ['pagination'] is better written in dot notation. +build/public/templates/unread.js: line 190, col 100, ['pageCount'] is better written in dot notation. +build/public/templates/unread.js: line 191, col 128, Line is too long. +build/public/templates/unread.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/unread.js: line 200, col 119, Line is too long. +build/public/templates/unread.js: line 200, col 36, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 200, col 52, ['breadcrumbs'] is better written in dot notation. +build/public/templates/unread.js: line 206, col 133, Line is too long. +build/public/templates/unread.js: line 213, col 156, Line is too long. +build/public/templates/unread.js: line 213, col 29, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 213, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/unread.js: line 213, col 63, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 213, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/unread.js: line 213, col 103, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 213, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/unread.js: line 213, col 140, ['url'] is better written in dot notation. +build/public/templates/unread.js: line 215, col 170, Line is too long. +build/public/templates/unread.js: line 215, col 41, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 215, col 57, ['breadcrumbs'] is better written in dot notation. +build/public/templates/unread.js: line 215, col 75, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 215, col 91, ['breadcrumbs'] is better written in dot notation. +build/public/templates/unread.js: line 215, col 115, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 215, col 131, ['breadcrumbs'] is better written in dot notation. +build/public/templates/unread.js: line 215, col 152, ['url'] is better written in dot notation. +build/public/templates/unread.js: line 219, col 167, Line is too long. +build/public/templates/unread.js: line 219, col 37, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 219, col 53, ['breadcrumbs'] is better written in dot notation. +build/public/templates/unread.js: line 219, col 71, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 219, col 87, ['breadcrumbs'] is better written in dot notation. +build/public/templates/unread.js: line 219, col 111, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 219, col 127, ['breadcrumbs'] is better written in dot notation. +build/public/templates/unread.js: line 219, col 148, ['text'] is better written in dot notation. +build/public/templates/unread.js: line 223, col 33, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 226, col 37, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 226, col 53, ['rssFeedUrl'] is better written in dot notation. +build/public/templates/unread.js: line 228, col 49, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 228, col 65, ['rssFeedUrl'] is better written in dot notation. +build/public/templates/unread.js: line 234, col 156, Line is too long. +build/public/templates/unread.js: line 234, col 29, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 234, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/unread.js: line 234, col 63, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 234, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/unread.js: line 234, col 103, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 234, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/unread.js: line 234, col 140, ['url'] is better written in dot notation. +build/public/templates/unread.js: line 201, col 13, 'key' is defined but never used. +build/public/templates/unread.js: line 200, col 112, 'value' is defined but never used. +build/public/templates/unread.js: line 199, col 11, 'value' is defined but never used. +build/public/templates/unread.js: line 197, col 72, 'helper' is defined but never used. +build/public/templates/unread.js: line 245, col 155, Line is too long. +build/public/templates/unread.js: line 245, col 36, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 245, col 52, ['widgets'] is better written in dot notation. +build/public/templates/unread.js: line 245, col 66, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 245, col 82, ['widgets'] is better written in dot notation. +build/public/templates/unread.js: line 245, col 93, ['header'] is better written in dot notation. +build/public/templates/unread.js: line 248, col 205, Line is too long. +build/public/templates/unread.js: line 248, col 28, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 248, col 44, ['widgets'] is better written in dot notation. +build/public/templates/unread.js: line 248, col 58, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 248, col 74, ['widgets'] is better written in dot notation. +build/public/templates/unread.js: line 248, col 85, ['header'] is better written in dot notation. +build/public/templates/unread.js: line 248, col 98, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 248, col 114, ['widgets'] is better written in dot notation. +build/public/templates/unread.js: line 248, col 125, ['header'] is better written in dot notation. +build/public/templates/unread.js: line 248, col 144, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 248, col 160, ['widgets'] is better written in dot notation. +build/public/templates/unread.js: line 248, col 171, ['header'] is better written in dot notation. +build/public/templates/unread.js: line 248, col 187, ['html'] is better written in dot notation. +build/public/templates/unread.js: line 246, col 13, 'key' is defined but never used. +build/public/templates/unread.js: line 245, col 148, 'value' is defined but never used. +build/public/templates/unread.js: line 245, col 140, 'length' is defined but never used. +build/public/templates/unread.js: line 245, col 133, 'index' is defined but never used. +build/public/templates/unread.js: line 243, col 11, '__escape' is defined but never used. +build/public/templates/unread.js: line 244, col 11, 'value' is defined but never used. +build/public/templates/unread.js: line 242, col 77, 'helper' is defined but never used. +build/public/templates/unread.js: line 257, col 118, Line is too long. +build/public/templates/unread.js: line 257, col 36, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 257, col 52, ['categories'] is better written in dot notation. +build/public/templates/unread.js: line 260, col 163, Line is too long. +build/public/templates/unread.js: line 260, col 29, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 260, col 45, ['categories'] is better written in dot notation. +build/public/templates/unread.js: line 260, col 62, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 260, col 78, ['categories'] is better written in dot notation. +build/public/templates/unread.js: line 260, col 101, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 260, col 117, ['categories'] is better written in dot notation. +build/public/templates/unread.js: line 260, col 137, ['disabledClass'] is better written in dot notation. +build/public/templates/unread.js: line 264, col 120, Line is too long. +build/public/templates/unread.js: line 264, col 37, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 264, col 53, ['config'] is better written in dot notation. +build/public/templates/unread.js: line 264, col 66, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 264, col 82, ['config'] is better written in dot notation. +build/public/templates/unread.js: line 264, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/unread.js: line 266, col 163, Line is too long. +build/public/templates/unread.js: line 266, col 37, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 266, col 53, ['categories'] is better written in dot notation. +build/public/templates/unread.js: line 266, col 70, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 266, col 86, ['categories'] is better written in dot notation. +build/public/templates/unread.js: line 266, col 109, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 266, col 125, ['categories'] is better written in dot notation. +build/public/templates/unread.js: line 266, col 145, ['cid'] is better written in dot notation. +build/public/templates/unread.js: line 268, col 165, Line is too long. +build/public/templates/unread.js: line 268, col 37, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 268, col 53, ['categories'] is better written in dot notation. +build/public/templates/unread.js: line 268, col 70, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 268, col 86, ['categories'] is better written in dot notation. +build/public/templates/unread.js: line 268, col 109, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 268, col 125, ['categories'] is better written in dot notation. +build/public/templates/unread.js: line 268, col 145, ['level'] is better written in dot notation. +build/public/templates/unread.js: line 269, col 101, Line is too long. +build/public/templates/unread.js: line 270, col 110, Line is too long. +build/public/templates/unread.js: line 272, col 164, Line is too long. +build/public/templates/unread.js: line 272, col 37, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 272, col 53, ['categories'] is better written in dot notation. +build/public/templates/unread.js: line 272, col 70, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 272, col 86, ['categories'] is better written in dot notation. +build/public/templates/unread.js: line 272, col 109, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 272, col 125, ['categories'] is better written in dot notation. +build/public/templates/unread.js: line 272, col 145, ['name'] is better written in dot notation. +build/public/templates/unread.js: line 258, col 13, 'key' is defined but never used. +build/public/templates/unread.js: line 256, col 11, 'value' is defined but never used. +build/public/templates/unread.js: line 281, col 115, Line is too long. +build/public/templates/unread.js: line 281, col 36, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 281, col 52, ['filters'] is better written in dot notation. +build/public/templates/unread.js: line 284, col 149, Line is too long. +build/public/templates/unread.js: line 284, col 29, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 284, col 45, ['filters'] is better written in dot notation. +build/public/templates/unread.js: line 284, col 59, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 284, col 75, ['filters'] is better written in dot notation. +build/public/templates/unread.js: line 284, col 95, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 284, col 111, ['filters'] is better written in dot notation. +build/public/templates/unread.js: line 284, col 128, ['selected'] is better written in dot notation. +build/public/templates/unread.js: line 287, col 114, Line is too long. +build/public/templates/unread.js: line 288, col 120, Line is too long. +build/public/templates/unread.js: line 288, col 37, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 288, col 53, ['config'] is better written in dot notation. +build/public/templates/unread.js: line 288, col 66, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 288, col 82, ['config'] is better written in dot notation. +build/public/templates/unread.js: line 288, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/unread.js: line 290, col 154, Line is too long. +build/public/templates/unread.js: line 290, col 37, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 290, col 53, ['filters'] is better written in dot notation. +build/public/templates/unread.js: line 290, col 67, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 290, col 83, ['filters'] is better written in dot notation. +build/public/templates/unread.js: line 290, col 103, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 290, col 119, ['filters'] is better written in dot notation. +build/public/templates/unread.js: line 290, col 136, ['url'] is better written in dot notation. +build/public/templates/unread.js: line 292, col 155, Line is too long. +build/public/templates/unread.js: line 292, col 37, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 292, col 53, ['filters'] is better written in dot notation. +build/public/templates/unread.js: line 292, col 67, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 292, col 83, ['filters'] is better written in dot notation. +build/public/templates/unread.js: line 292, col 103, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 292, col 119, ['filters'] is better written in dot notation. +build/public/templates/unread.js: line 292, col 136, ['name'] is better written in dot notation. +build/public/templates/unread.js: line 294, col 149, Line is too long. +build/public/templates/unread.js: line 294, col 29, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 294, col 45, ['filters'] is better written in dot notation. +build/public/templates/unread.js: line 294, col 59, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 294, col 75, ['filters'] is better written in dot notation. +build/public/templates/unread.js: line 294, col 95, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 294, col 111, ['filters'] is better written in dot notation. +build/public/templates/unread.js: line 294, col 128, ['selected'] is better written in dot notation. +build/public/templates/unread.js: line 282, col 13, 'key' is defined but never used. +build/public/templates/unread.js: line 281, col 108, 'value' is defined but never used. +build/public/templates/unread.js: line 281, col 100, 'length' is defined but never used. +build/public/templates/unread.js: line 281, col 93, 'index' is defined but never used. +build/public/templates/unread.js: line 280, col 11, 'value' is defined but never used. +build/public/templates/unread.js: line 278, col 64, 'helper' is defined but never used. +build/public/templates/unread.js: line 305, col 121, Line is too long. +build/public/templates/unread.js: line 305, col 36, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 305, col 52, ['categoryItems'] is better written in dot notation. +build/public/templates/unread.js: line 308, col 172, Line is too long. +build/public/templates/unread.js: line 308, col 29, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 308, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/unread.js: line 308, col 65, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 308, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/unread.js: line 308, col 107, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 308, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/unread.js: line 308, col 146, ['disabledClass'] is better written in dot notation. +build/public/templates/unread.js: line 312, col 172, Line is too long. +build/public/templates/unread.js: line 312, col 37, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 312, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/unread.js: line 312, col 73, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 312, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/unread.js: line 312, col 115, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 312, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/unread.js: line 312, col 154, ['cid'] is better written in dot notation. +build/public/templates/unread.js: line 314, col 178, Line is too long. +build/public/templates/unread.js: line 314, col 37, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 314, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/unread.js: line 314, col 73, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 314, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/unread.js: line 314, col 115, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 314, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/unread.js: line 314, col 154, ['parentCid'] is better written in dot notation. +build/public/templates/unread.js: line 316, col 173, Line is too long. +build/public/templates/unread.js: line 316, col 37, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 316, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/unread.js: line 316, col 73, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 316, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/unread.js: line 316, col 115, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 316, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/unread.js: line 316, col 154, ['name'] is better written in dot notation. +build/public/templates/unread.js: line 318, col 172, Line is too long. +build/public/templates/unread.js: line 318, col 29, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 318, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/unread.js: line 318, col 65, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 318, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/unread.js: line 318, col 107, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 318, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/unread.js: line 318, col 146, ['disabledClass'] is better written in dot notation. +build/public/templates/unread.js: line 322, col 174, Line is too long. +build/public/templates/unread.js: line 322, col 37, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 322, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/unread.js: line 322, col 73, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 322, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/unread.js: line 322, col 115, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 322, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/unread.js: line 322, col 154, ['level'] is better written in dot notation. +build/public/templates/unread.js: line 324, col 164, Line is too long. +build/public/templates/unread.js: line 324, col 29, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 324, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/unread.js: line 324, col 65, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 324, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/unread.js: line 324, col 107, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 324, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/unread.js: line 324, col 146, ['match'] is better written in dot notation. +build/public/templates/unread.js: line 328, col 163, Line is too long. +build/public/templates/unread.js: line 328, col 29, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 328, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/unread.js: line 328, col 65, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 328, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/unread.js: line 328, col 107, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 328, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/unread.js: line 328, col 146, ['icon'] is better written in dot notation. +build/public/templates/unread.js: line 330, col 114, Line is too long. +build/public/templates/unread.js: line 334, col 173, Line is too long. +build/public/templates/unread.js: line 334, col 37, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 334, col 53, ['categoryItems'] is better written in dot notation. +build/public/templates/unread.js: line 334, col 73, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 334, col 89, ['categoryItems'] is better written in dot notation. +build/public/templates/unread.js: line 334, col 115, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 334, col 131, ['categoryItems'] is better written in dot notation. +build/public/templates/unread.js: line 334, col 154, ['name'] is better written in dot notation. +build/public/templates/unread.js: line 335, col 112, Line is too long. +build/public/templates/unread.js: line 336, col 167, Line is too long. +build/public/templates/unread.js: line 336, col 29, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 336, col 45, ['categoryItems'] is better written in dot notation. +build/public/templates/unread.js: line 336, col 65, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 336, col 81, ['categoryItems'] is better written in dot notation. +build/public/templates/unread.js: line 336, col 107, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 336, col 123, ['categoryItems'] is better written in dot notation. +build/public/templates/unread.js: line 336, col 146, ['selected'] is better written in dot notation. +build/public/templates/unread.js: line 306, col 13, 'key' is defined but never used. +build/public/templates/unread.js: line 304, col 11, 'value' is defined but never used. +build/public/templates/unread.js: line 347, col 120, Line is too long. +build/public/templates/unread.js: line 347, col 36, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 347, col 52, ['thread_tools'] is better written in dot notation. +build/public/templates/unread.js: line 349, col 106, Line is too long. +build/public/templates/unread.js: line 350, col 171, Line is too long. +build/public/templates/unread.js: line 350, col 37, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 350, col 53, ['thread_tools'] is better written in dot notation. +build/public/templates/unread.js: line 350, col 72, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 350, col 88, ['thread_tools'] is better written in dot notation. +build/public/templates/unread.js: line 350, col 113, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 350, col 129, ['thread_tools'] is better written in dot notation. +build/public/templates/unread.js: line 352, col 170, Line is too long. +build/public/templates/unread.js: line 352, col 37, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 352, col 53, ['thread_tools'] is better written in dot notation. +build/public/templates/unread.js: line 352, col 72, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 352, col 88, ['thread_tools'] is better written in dot notation. +build/public/templates/unread.js: line 352, col 113, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 352, col 129, ['thread_tools'] is better written in dot notation. +build/public/templates/unread.js: line 352, col 151, ['icon'] is better written in dot notation. +build/public/templates/unread.js: line 354, col 171, Line is too long. +build/public/templates/unread.js: line 354, col 37, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 354, col 53, ['thread_tools'] is better written in dot notation. +build/public/templates/unread.js: line 354, col 72, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 354, col 88, ['thread_tools'] is better written in dot notation. +build/public/templates/unread.js: line 354, col 113, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 354, col 129, ['thread_tools'] is better written in dot notation. +build/public/templates/unread.js: line 354, col 151, ['title'] is better written in dot notation. +build/public/templates/unread.js: line 348, col 13, 'key' is defined but never used. +build/public/templates/unread.js: line 347, col 113, 'value' is defined but never used. +build/public/templates/unread.js: line 347, col 105, 'length' is defined but never used. +build/public/templates/unread.js: line 347, col 98, 'index' is defined but never used. +build/public/templates/unread.js: line 346, col 11, 'value' is defined but never used. +build/public/templates/unread.js: line 344, col 74, 'helper' is defined but never used. +build/public/templates/unread.js: line 363, col 114, Line is too long. +build/public/templates/unread.js: line 363, col 36, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 363, col 52, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 365, col 149, Line is too long. +build/public/templates/unread.js: line 368, col 151, Line is too long. +build/public/templates/unread.js: line 368, col 37, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 368, col 53, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 368, col 66, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 368, col 82, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 368, col 101, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 368, col 117, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 368, col 133, ['tid'] is better written in dot notation. +build/public/templates/unread.js: line 370, col 153, Line is too long. +build/public/templates/unread.js: line 370, col 37, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 370, col 53, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 370, col 66, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 370, col 82, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 370, col 101, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 370, col 117, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 370, col 133, ['index'] is better written in dot notation. +build/public/templates/unread.js: line 372, col 151, Line is too long. +build/public/templates/unread.js: line 372, col 37, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 372, col 53, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 372, col 66, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 372, col 82, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 372, col 101, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 372, col 117, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 372, col 133, ['cid'] is better written in dot notation. +build/public/templates/unread.js: line 373, col 133, Line is too long. +build/public/templates/unread.js: line 374, col 120, Line is too long. +build/public/templates/unread.js: line 374, col 37, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 374, col 53, ['config'] is better written in dot notation. +build/public/templates/unread.js: line 374, col 66, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 374, col 82, ['config'] is better written in dot notation. +build/public/templates/unread.js: line 374, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/unread.js: line 376, col 152, Line is too long. +build/public/templates/unread.js: line 376, col 37, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 376, col 53, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 376, col 66, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 376, col 82, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 376, col 101, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 376, col 117, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 376, col 133, ['slug'] is better written in dot notation. +build/public/templates/unread.js: line 378, col 194, Line is too long. +build/public/templates/unread.js: line 378, col 76, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 378, col 92, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 378, col 105, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 378, col 121, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 378, col 140, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 378, col 156, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 378, col 172, ['title'] is better written in dot notation. +build/public/templates/unread.js: line 379, col 120, Line is too long. +build/public/templates/unread.js: line 380, col 199, Line is too long. +build/public/templates/unread.js: line 380, col 76, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 380, col 92, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 380, col 105, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 380, col 121, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 380, col 140, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 380, col 156, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 380, col 172, ['index'] is better written in dot notation. +build/public/templates/unread.js: line 382, col 153, Line is too long. +build/public/templates/unread.js: line 382, col 37, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 382, col 53, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 382, col 66, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 382, col 82, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 382, col 101, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 382, col 117, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 382, col 133, ['index'] is better written in dot notation. +build/public/templates/unread.js: line 384, col 153, Line is too long. +build/public/templates/unread.js: line 384, col 37, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 384, col 53, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 384, col 66, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 384, col 82, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 384, col 101, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 384, col 117, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 384, col 133, ['index'] is better written in dot notation. +build/public/templates/unread.js: line 385, col 129, Line is too long. +build/public/templates/unread.js: line 386, col 162, Line is too long. +build/public/templates/unread.js: line 386, col 29, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 386, col 45, ['config'] is better written in dot notation. +build/public/templates/unread.js: line 386, col 58, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 386, col 74, ['config'] is better written in dot notation. +build/public/templates/unread.js: line 386, col 84, ['theme'] is better written in dot notation. +build/public/templates/unread.js: line 386, col 96, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 386, col 112, ['config'] is better written in dot notation. +build/public/templates/unread.js: line 386, col 122, ['theme'] is better written in dot notation. +build/public/templates/unread.js: line 386, col 131, ['mobileTopicTeasers'] is better written in dot notation. +build/public/templates/unread.js: line 389, col 141, Line is too long. +build/public/templates/unread.js: line 390, col 210, Line is too long. +build/public/templates/unread.js: line 390, col 37, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 390, col 53, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 390, col 66, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 390, col 82, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 390, col 101, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 390, col 117, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 390, col 133, ['user'] is better written in dot notation. +build/public/templates/unread.js: line 390, col 144, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 390, col 160, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 390, col 176, ['user'] is better written in dot notation. +build/public/templates/unread.js: line 390, col 184, ['displayname'] is better written in dot notation. +build/public/templates/unread.js: line 392, col 197, Line is too long. +build/public/templates/unread.js: line 392, col 29, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 392, col 45, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 392, col 58, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 392, col 74, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 392, col 93, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 392, col 109, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 392, col 125, ['user'] is better written in dot notation. +build/public/templates/unread.js: line 392, col 136, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 392, col 152, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 392, col 168, ['user'] is better written in dot notation. +build/public/templates/unread.js: line 392, col 176, ['userslug'] is better written in dot notation. +build/public/templates/unread.js: line 393, col 122, Line is too long. +build/public/templates/unread.js: line 393, col 39, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 393, col 55, ['config'] is better written in dot notation. +build/public/templates/unread.js: line 393, col 68, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 393, col 84, ['config'] is better written in dot notation. +build/public/templates/unread.js: line 393, col 94, ['relative_path'] is better written in dot notation. +build/public/templates/unread.js: line 395, col 210, Line is too long. +build/public/templates/unread.js: line 395, col 41, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 395, col 57, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 395, col 70, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 395, col 86, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 395, col 105, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 395, col 121, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 395, col 137, ['user'] is better written in dot notation. +build/public/templates/unread.js: line 395, col 148, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 395, col 164, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 395, col 180, ['user'] is better written in dot notation. +build/public/templates/unread.js: line 395, col 188, ['userslug'] is better written in dot notation. +build/public/templates/unread.js: line 398, col 254, Line is too long. +build/public/templates/unread.js: line 398, col 78, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 398, col 94, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 398, col 107, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 398, col 123, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 398, col 142, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 398, col 158, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 398, col 174, ['user'] is better written in dot notation. +build/public/templates/unread.js: line 398, col 217, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 400, col 29, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 400, col 45, ['showSelect'] is better written in dot notation. +build/public/templates/unread.js: line 401, col 257, Line is too long. +build/public/templates/unread.js: line 403, col 193, Line is too long. +build/public/templates/unread.js: line 404, col 29, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 404, col 45, ['showSelect'] is better written in dot notation. +build/public/templates/unread.js: line 408, col 146, Line is too long. +build/public/templates/unread.js: line 408, col 29, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 408, col 45, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 408, col 58, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 408, col 74, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 408, col 93, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 408, col 109, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 408, col 125, ['noAnchor'] is better written in dot notation. +build/public/templates/unread.js: line 410, col 122, Line is too long. +build/public/templates/unread.js: line 410, col 39, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 410, col 55, ['config'] is better written in dot notation. +build/public/templates/unread.js: line 410, col 68, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 410, col 84, ['config'] is better written in dot notation. +build/public/templates/unread.js: line 410, col 94, ['relative_path'] is better written in dot notation. +build/public/templates/unread.js: line 412, col 156, Line is too long. +build/public/templates/unread.js: line 412, col 41, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 412, col 57, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 412, col 70, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 412, col 86, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 412, col 105, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 412, col 121, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 412, col 137, ['slug'] is better written in dot notation. +build/public/templates/unread.js: line 413, col 150, Line is too long. +build/public/templates/unread.js: line 413, col 33, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 413, col 49, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 413, col 62, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 413, col 78, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 413, col 97, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 413, col 113, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 413, col 129, ['bookmark'] is better written in dot notation. +build/public/templates/unread.js: line 415, col 163, Line is too long. +build/public/templates/unread.js: line 415, col 45, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 415, col 61, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 415, col 74, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 415, col 90, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 415, col 109, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 415, col 125, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 415, col 141, ['bookmark'] is better written in dot notation. +build/public/templates/unread.js: line 418, col 153, Line is too long. +build/public/templates/unread.js: line 418, col 37, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 418, col 53, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 418, col 66, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 418, col 82, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 418, col 101, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 418, col 117, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 418, col 133, ['title'] is better written in dot notation. +build/public/templates/unread.js: line 419, col 201, Line is too long. +build/public/templates/unread.js: line 420, col 146, Line is too long. +build/public/templates/unread.js: line 420, col 29, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 420, col 45, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 420, col 58, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 420, col 74, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 420, col 93, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 420, col 109, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 420, col 125, ['followed'] is better written in dot notation. +build/public/templates/unread.js: line 423, col 175, Line is too long. +build/public/templates/unread.js: line 424, col 145, Line is too long. +build/public/templates/unread.js: line 424, col 29, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 424, col 45, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 424, col 58, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 424, col 74, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 424, col 93, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 424, col 109, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 424, col 125, ['ignored'] is better written in dot notation. +build/public/templates/unread.js: line 427, col 180, Line is too long. +build/public/templates/unread.js: line 428, col 147, Line is too long. +build/public/templates/unread.js: line 428, col 29, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 428, col 45, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 428, col 58, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 428, col 74, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 428, col 93, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 428, col 109, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 428, col 125, ['scheduled'] is better written in dot notation. +build/public/templates/unread.js: line 431, col 176, Line is too long. +build/public/templates/unread.js: line 432, col 285, Line is too long. +build/public/templates/unread.js: line 432, col 30, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 432, col 46, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 432, col 59, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 432, col 75, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 432, col 94, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 432, col 110, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 432, col 126, ['scheduled'] is better written in dot notation. +build/public/templates/unread.js: line 432, col 169, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 432, col 185, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 432, col 198, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 432, col 214, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 432, col 233, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 432, col 249, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 432, col 265, ['pinned'] is better written in dot notation. +build/public/templates/unread.js: line 436, col 147, Line is too long. +build/public/templates/unread.js: line 436, col 29, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 436, col 45, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 436, col 58, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 436, col 74, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 436, col 93, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 436, col 109, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 436, col 125, ['pinExpiry'] is better written in dot notation. +build/public/templates/unread.js: line 438, col 311, Line is too long. +build/public/templates/unread.js: line 438, col 92, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 438, col 108, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 438, col 121, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 438, col 137, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 438, col 156, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 438, col 172, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 438, col 188, ['pinExpiryISO'] is better written in dot notation. +build/public/templates/unread.js: line 438, col 231, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 438, col 247, ['config'] is better written in dot notation. +build/public/templates/unread.js: line 438, col 260, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 438, col 276, ['config'] is better written in dot notation. +build/public/templates/unread.js: line 438, col 286, ['userLang'] is better written in dot notation. +build/public/templates/unread.js: line 441, col 113, Line is too long. +build/public/templates/unread.js: line 442, col 144, Line is too long. +build/public/templates/unread.js: line 442, col 29, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 442, col 45, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 442, col 58, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 442, col 74, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 442, col 93, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 442, col 109, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 442, col 125, ['locked'] is better written in dot notation. +build/public/templates/unread.js: line 445, col 169, Line is too long. +build/public/templates/unread.js: line 446, col 144, Line is too long. +build/public/templates/unread.js: line 446, col 29, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 446, col 45, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 446, col 58, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 446, col 74, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 446, col 93, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 446, col 109, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 446, col 125, ['oldCid'] is better written in dot notation. +build/public/templates/unread.js: line 449, col 103, Line is too long. +build/public/templates/unread.js: line 450, col 190, Line is too long. +build/public/templates/unread.js: line 450, col 33, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 450, col 49, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 450, col 62, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 450, col 78, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 450, col 97, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 450, col 113, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 450, col 129, ['icons'] is better written in dot notation. +build/public/templates/unread.js: line 451, col 17, 'key' is defined but never used. +build/public/templates/unread.js: line 459, col 298, Line is too long. +build/public/templates/unread.js: line 459, col 31, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 459, col 47, ['template'] is better written in dot notation. +build/public/templates/unread.js: line 459, col 62, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 459, col 78, ['template'] is better written in dot notation. +build/public/templates/unread.js: line 459, col 90, ['category'] is better written in dot notation. +build/public/templates/unread.js: line 459, col 132, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 459, col 148, ['cid'] is better written in dot notation. +build/public/templates/unread.js: line 459, col 184, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 459, col 200, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 459, col 213, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 459, col 229, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 459, col 248, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 459, col 264, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 459, col 280, ['cid'] is better written in dot notation. +build/public/templates/unread.js: line 459, col 166, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 461, col 225, Line is too long. +build/public/templates/unread.js: line 461, col 89, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 461, col 105, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 461, col 118, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 461, col 134, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 461, col 153, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 461, col 169, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 461, col 185, ['category'] is better written in dot notation. +build/public/templates/unread.js: line 465, col 151, Line is too long. +build/public/templates/unread.js: line 465, col 37, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 465, col 53, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 465, col 66, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 465, col 82, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 465, col 101, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 465, col 117, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 465, col 133, ['tid'] is better written in dot notation. +build/public/templates/unread.js: line 467, col 195, Line is too long. +build/public/templates/unread.js: line 467, col 29, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 467, col 45, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 467, col 58, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 467, col 74, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 467, col 93, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 467, col 109, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 467, col 125, ['tags'] is better written in dot notation. +build/public/templates/unread.js: line 467, col 136, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 467, col 152, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 467, col 168, ['tags'] is better written in dot notation. +build/public/templates/unread.js: line 467, col 176, ['length'] is better written in dot notation. +build/public/templates/unread.js: line 471, col 189, Line is too long. +build/public/templates/unread.js: line 471, col 33, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 471, col 49, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 471, col 62, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 471, col 78, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 471, col 97, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 471, col 113, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 471, col 129, ['tags'] is better written in dot notation. +build/public/templates/unread.js: line 474, col 124, Line is too long. +build/public/templates/unread.js: line 474, col 41, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 474, col 57, ['config'] is better written in dot notation. +build/public/templates/unread.js: line 474, col 70, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 474, col 86, ['config'] is better written in dot notation. +build/public/templates/unread.js: line 474, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/unread.js: line 476, col 270, Line is too long. +build/public/templates/unread.js: line 476, col 41, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 476, col 57, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 476, col 70, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 476, col 86, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 476, col 105, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 476, col 121, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 476, col 137, ['tags'] is better written in dot notation. +build/public/templates/unread.js: line 476, col 148, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 476, col 164, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 476, col 180, ['tags'] is better written in dot notation. +build/public/templates/unread.js: line 476, col 197, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 476, col 213, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 476, col 229, ['tags'] is better written in dot notation. +build/public/templates/unread.js: line 476, col 243, ['valueEncoded'] is better written in dot notation. +build/public/templates/unread.js: line 478, col 263, Line is too long. +build/public/templates/unread.js: line 478, col 41, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 478, col 57, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 478, col 70, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 478, col 86, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 478, col 105, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 478, col 121, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 478, col 137, ['tags'] is better written in dot notation. +build/public/templates/unread.js: line 478, col 148, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 478, col 164, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 478, col 180, ['tags'] is better written in dot notation. +build/public/templates/unread.js: line 478, col 197, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 478, col 213, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 478, col 229, ['tags'] is better written in dot notation. +build/public/templates/unread.js: line 480, col 263, Line is too long. +build/public/templates/unread.js: line 480, col 41, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 480, col 57, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 480, col 70, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 480, col 86, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 480, col 105, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 480, col 121, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 480, col 137, ['tags'] is better written in dot notation. +build/public/templates/unread.js: line 480, col 148, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 480, col 164, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 480, col 180, ['tags'] is better written in dot notation. +build/public/templates/unread.js: line 480, col 197, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 480, col 213, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 480, col 229, ['tags'] is better written in dot notation. +build/public/templates/unread.js: line 480, col 243, ['value'] is better written in dot notation. +build/public/templates/unread.js: line 482, col 270, Line is too long. +build/public/templates/unread.js: line 482, col 41, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 482, col 57, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 482, col 70, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 482, col 86, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 482, col 105, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 482, col 121, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 482, col 137, ['tags'] is better written in dot notation. +build/public/templates/unread.js: line 482, col 148, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 482, col 164, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 482, col 180, ['tags'] is better written in dot notation. +build/public/templates/unread.js: line 482, col 197, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 482, col 213, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 482, col 229, ['tags'] is better written in dot notation. +build/public/templates/unread.js: line 482, col 243, ['valueEscaped'] is better written in dot notation. +build/public/templates/unread.js: line 472, col 17, 'key' is defined but never used. +build/public/templates/unread.js: line 471, col 182, 'value' is defined but never used. +build/public/templates/unread.js: line 471, col 174, 'length' is defined but never used. +build/public/templates/unread.js: line 471, col 167, 'index' is defined but never used. +build/public/templates/unread.js: line 487, col 250, Line is too long. +build/public/templates/unread.js: line 488, col 256, Line is too long. +build/public/templates/unread.js: line 488, col 86, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 488, col 102, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 488, col 115, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 488, col 131, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 488, col 150, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 488, col 166, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 488, col 182, ['postcount'] is better written in dot notation. +build/public/templates/unread.js: line 488, col 222, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 490, col 120, Line is too long. +build/public/templates/unread.js: line 490, col 37, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 490, col 53, ['config'] is better written in dot notation. +build/public/templates/unread.js: line 490, col 66, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 490, col 82, ['config'] is better written in dot notation. +build/public/templates/unread.js: line 490, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/unread.js: line 492, col 152, Line is too long. +build/public/templates/unread.js: line 492, col 37, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 492, col 53, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 492, col 66, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 492, col 82, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 492, col 101, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 492, col 117, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 492, col 133, ['slug'] is better written in dot notation. +build/public/templates/unread.js: line 493, col 361, Line is too long. +build/public/templates/unread.js: line 493, col 30, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 493, col 46, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 493, col 59, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 493, col 75, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 493, col 94, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 493, col 110, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 493, col 126, ['teaser'] is better written in dot notation. +build/public/templates/unread.js: line 493, col 139, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 493, col 155, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 493, col 171, ['teaser'] is better written in dot notation. +build/public/templates/unread.js: line 493, col 181, ['timestampISO'] is better written in dot notation. +build/public/templates/unread.js: line 493, col 227, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 493, col 243, ['config'] is better written in dot notation. +build/public/templates/unread.js: line 493, col 256, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 493, col 272, ['config'] is better written in dot notation. +build/public/templates/unread.js: line 493, col 282, ['theme'] is better written in dot notation. +build/public/templates/unread.js: line 493, col 294, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 493, col 310, ['config'] is better written in dot notation. +build/public/templates/unread.js: line 493, col 320, ['theme'] is better written in dot notation. +build/public/templates/unread.js: line 493, col 329, ['mobileTopicTeasers'] is better written in dot notation. +build/public/templates/unread.js: line 495, col 211, Line is too long. +build/public/templates/unread.js: line 495, col 41, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 495, col 57, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 495, col 70, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 495, col 86, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 495, col 105, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 495, col 121, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 495, col 137, ['teaser'] is better written in dot notation. +build/public/templates/unread.js: line 495, col 150, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 495, col 166, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 495, col 182, ['teaser'] is better written in dot notation. +build/public/templates/unread.js: line 495, col 192, ['index'] is better written in dot notation. +build/public/templates/unread.js: line 498, col 361, Line is too long. +build/public/templates/unread.js: line 498, col 30, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 498, col 46, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 498, col 59, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 498, col 75, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 498, col 94, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 498, col 110, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 498, col 126, ['teaser'] is better written in dot notation. +build/public/templates/unread.js: line 498, col 139, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 498, col 155, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 498, col 171, ['teaser'] is better written in dot notation. +build/public/templates/unread.js: line 498, col 181, ['timestampISO'] is better written in dot notation. +build/public/templates/unread.js: line 498, col 227, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 498, col 243, ['config'] is better written in dot notation. +build/public/templates/unread.js: line 498, col 256, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 498, col 272, ['config'] is better written in dot notation. +build/public/templates/unread.js: line 498, col 282, ['theme'] is better written in dot notation. +build/public/templates/unread.js: line 498, col 294, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 498, col 310, ['config'] is better written in dot notation. +build/public/templates/unread.js: line 498, col 320, ['theme'] is better written in dot notation. +build/public/templates/unread.js: line 498, col 329, ['mobileTopicTeasers'] is better written in dot notation. +build/public/templates/unread.js: line 499, col 216, Line is too long. +build/public/templates/unread.js: line 499, col 39, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 499, col 55, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 499, col 68, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 499, col 84, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 499, col 103, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 499, col 119, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 499, col 135, ['teaser'] is better written in dot notation. +build/public/templates/unread.js: line 499, col 148, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 499, col 164, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 499, col 180, ['teaser'] is better written in dot notation. +build/public/templates/unread.js: line 499, col 190, ['timestampISO'] is better written in dot notation. +build/public/templates/unread.js: line 500, col 163, Line is too long. +build/public/templates/unread.js: line 500, col 39, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 500, col 55, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 500, col 68, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 500, col 84, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 500, col 103, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 500, col 119, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 500, col 135, ['timestampISO'] is better written in dot notation. +build/public/templates/unread.js: line 502, col 120, Line is too long. +build/public/templates/unread.js: line 502, col 37, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 502, col 53, ['config'] is better written in dot notation. +build/public/templates/unread.js: line 502, col 66, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 502, col 82, ['config'] is better written in dot notation. +build/public/templates/unread.js: line 502, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/unread.js: line 504, col 152, Line is too long. +build/public/templates/unread.js: line 504, col 37, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 504, col 53, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 504, col 66, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 504, col 82, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 504, col 101, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 504, col 117, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 504, col 133, ['slug'] is better written in dot notation. +build/public/templates/unread.js: line 505, col 104, Line is too long. +build/public/templates/unread.js: line 506, col 160, Line is too long. +build/public/templates/unread.js: line 506, col 37, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 506, col 53, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 506, col 66, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 506, col 82, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 506, col 101, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 506, col 117, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 506, col 133, ['timestampISO'] is better written in dot notation. +build/public/templates/unread.js: line 508, col 29, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 508, col 45, ['showSelect'] is better written in dot notation. +build/public/templates/unread.js: line 509, col 219, Line is too long. +build/public/templates/unread.js: line 512, col 199, Line is too long. +build/public/templates/unread.js: line 512, col 29, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 512, col 45, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 512, col 58, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 512, col 74, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 512, col 93, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 512, col 109, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 512, col 125, ['thumbs'] is better written in dot notation. +build/public/templates/unread.js: line 512, col 138, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 512, col 154, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 512, col 170, ['thumbs'] is better written in dot notation. +build/public/templates/unread.js: line 512, col 180, ['length'] is better written in dot notation. +build/public/templates/unread.js: line 513, col 123, Line is too long. +build/public/templates/unread.js: line 514, col 124, Line is too long. +build/public/templates/unread.js: line 514, col 41, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 514, col 57, ['config'] is better written in dot notation. +build/public/templates/unread.js: line 514, col 70, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 514, col 86, ['config'] is better written in dot notation. +build/public/templates/unread.js: line 514, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/unread.js: line 516, col 156, Line is too long. +build/public/templates/unread.js: line 516, col 41, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 516, col 57, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 516, col 70, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 516, col 86, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 516, col 105, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 516, col 121, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 516, col 137, ['slug'] is better written in dot notation. +build/public/templates/unread.js: line 517, col 150, Line is too long. +build/public/templates/unread.js: line 517, col 33, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 517, col 49, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 517, col 62, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 517, col 78, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 517, col 97, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 517, col 113, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 517, col 129, ['bookmark'] is better written in dot notation. +build/public/templates/unread.js: line 519, col 163, Line is too long. +build/public/templates/unread.js: line 519, col 45, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 519, col 61, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 519, col 74, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 519, col 90, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 519, col 109, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 519, col 125, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 519, col 141, ['bookmark'] is better written in dot notation. +build/public/templates/unread.js: line 521, col 190, Line is too long. +build/public/templates/unread.js: line 522, col 265, Line is too long. +build/public/templates/unread.js: line 522, col 41, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 522, col 57, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 522, col 70, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 522, col 86, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 522, col 105, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 522, col 121, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 522, col 137, ['thumbs'] is better written in dot notation. +build/public/templates/unread.js: line 522, col 150, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 522, col 166, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 522, col 182, ['thumbs'] is better written in dot notation. +build/public/templates/unread.js: line 522, col 200, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 522, col 216, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 522, col 232, ['thumbs'] is better written in dot notation. +build/public/templates/unread.js: line 522, col 247, ['url'] is better written in dot notation. +build/public/templates/unread.js: line 524, col 213, Line is too long. +build/public/templates/unread.js: line 524, col 41, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 524, col 57, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 524, col 70, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 524, col 86, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 524, col 105, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 524, col 121, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 524, col 137, ['thumbs'] is better written in dot notation. +build/public/templates/unread.js: line 524, col 150, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 524, col 166, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 524, col 182, ['thumbs'] is better written in dot notation. +build/public/templates/unread.js: line 524, col 192, ['length'] is better written in dot notation. +build/public/templates/unread.js: line 525, col 231, Line is too long. +build/public/templates/unread.js: line 526, col 213, Line is too long. +build/public/templates/unread.js: line 526, col 41, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 526, col 57, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 526, col 70, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 526, col 86, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 526, col 105, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 526, col 121, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 526, col 137, ['thumbs'] is better written in dot notation. +build/public/templates/unread.js: line 526, col 150, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 526, col 166, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 526, col 182, ['thumbs'] is better written in dot notation. +build/public/templates/unread.js: line 526, col 192, ['length'] is better written in dot notation. +build/public/templates/unread.js: line 529, col 193, Line is too long. +build/public/templates/unread.js: line 530, col 29, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 534, col 29, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 536, col 131, Line is too long. +build/public/templates/unread.js: line 537, col 157, Line is too long. +build/public/templates/unread.js: line 537, col 41, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 537, col 57, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 537, col 70, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 537, col 86, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 537, col 105, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 537, col 121, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 537, col 137, ['votes'] is better written in dot notation. +build/public/templates/unread.js: line 539, col 256, Line is too long. +build/public/templates/unread.js: line 539, col 90, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 539, col 106, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 539, col 119, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 539, col 135, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 539, col 154, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 539, col 170, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 539, col 186, ['votes'] is better written in dot notation. +build/public/templates/unread.js: line 539, col 222, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 540, col 200, Line is too long. +build/public/templates/unread.js: line 541, col 133, Line is too long. +build/public/templates/unread.js: line 542, col 157, Line is too long. +build/public/templates/unread.js: line 542, col 37, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 542, col 53, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 542, col 66, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 542, col 82, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 542, col 101, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 542, col 117, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 542, col 133, ['postcount'] is better written in dot notation. +build/public/templates/unread.js: line 544, col 256, Line is too long. +build/public/templates/unread.js: line 544, col 86, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 544, col 102, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 544, col 115, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 544, col 131, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 544, col 150, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 544, col 166, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 544, col 182, ['postcount'] is better written in dot notation. +build/public/templates/unread.js: line 544, col 222, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 545, col 316, Line is too long. +build/public/templates/unread.js: line 546, col 157, Line is too long. +build/public/templates/unread.js: line 546, col 37, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 546, col 53, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 546, col 66, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 546, col 82, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 546, col 101, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 546, col 117, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 546, col 133, ['viewcount'] is better written in dot notation. +build/public/templates/unread.js: line 548, col 256, Line is too long. +build/public/templates/unread.js: line 548, col 86, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 548, col 102, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 548, col 115, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 548, col 131, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 548, col 150, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 548, col 166, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 548, col 182, ['viewcount'] is better written in dot notation. +build/public/templates/unread.js: line 548, col 222, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 549, col 264, Line is too long. +build/public/templates/unread.js: line 550, col 162, Line is too long. +build/public/templates/unread.js: line 550, col 29, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 550, col 45, ['config'] is better written in dot notation. +build/public/templates/unread.js: line 550, col 58, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 550, col 74, ['config'] is better written in dot notation. +build/public/templates/unread.js: line 550, col 84, ['theme'] is better written in dot notation. +build/public/templates/unread.js: line 550, col 96, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 550, col 112, ['config'] is better written in dot notation. +build/public/templates/unread.js: line 550, col 122, ['theme'] is better written in dot notation. +build/public/templates/unread.js: line 550, col 131, ['mobileTopicTeasers'] is better written in dot notation. +build/public/templates/unread.js: line 553, col 125, Line is too long. +build/public/templates/unread.js: line 554, col 214, Line is too long. +build/public/templates/unread.js: line 554, col 37, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 554, col 53, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 554, col 66, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 554, col 82, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 554, col 101, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 554, col 117, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 554, col 133, ['category'] is better written in dot notation. +build/public/templates/unread.js: line 554, col 148, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 554, col 164, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 554, col 180, ['category'] is better written in dot notation. +build/public/templates/unread.js: line 554, col 192, ['bgColor'] is better written in dot notation. +build/public/templates/unread.js: line 556, col 147, Line is too long. +build/public/templates/unread.js: line 556, col 29, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 556, col 45, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 556, col 58, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 556, col 74, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 556, col 93, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 556, col 109, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 556, col 125, ['unreplied'] is better written in dot notation. +build/public/templates/unread.js: line 559, col 200, Line is too long. +build/public/templates/unread.js: line 559, col 33, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 559, col 49, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 559, col 62, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 559, col 78, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 559, col 97, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 559, col 113, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 559, col 129, ['teaser'] is better written in dot notation. +build/public/templates/unread.js: line 559, col 142, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 559, col 158, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 559, col 174, ['teaser'] is better written in dot notation. +build/public/templates/unread.js: line 559, col 184, ['pid'] is better written in dot notation. +build/public/templates/unread.js: line 561, col 270, Line is too long. +build/public/templates/unread.js: line 561, col 37, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 561, col 53, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 561, col 66, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 561, col 82, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 561, col 101, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 561, col 117, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 561, col 133, ['teaser'] is better written in dot notation. +build/public/templates/unread.js: line 561, col 146, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 561, col 162, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 561, col 178, ['teaser'] is better written in dot notation. +build/public/templates/unread.js: line 561, col 188, ['user'] is better written in dot notation. +build/public/templates/unread.js: line 561, col 199, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 561, col 215, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 561, col 231, ['teaser'] is better written in dot notation. +build/public/templates/unread.js: line 561, col 241, ['user'] is better written in dot notation. +build/public/templates/unread.js: line 561, col 249, ['userslug'] is better written in dot notation. +build/public/templates/unread.js: line 562, col 130, Line is too long. +build/public/templates/unread.js: line 562, col 47, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 562, col 63, ['config'] is better written in dot notation. +build/public/templates/unread.js: line 562, col 76, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 562, col 92, ['config'] is better written in dot notation. +build/public/templates/unread.js: line 562, col 102, ['relative_path'] is better written in dot notation. +build/public/templates/unread.js: line 564, col 283, Line is too long. +build/public/templates/unread.js: line 564, col 49, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 564, col 65, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 564, col 78, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 564, col 94, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 564, col 113, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 564, col 129, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 564, col 145, ['teaser'] is better written in dot notation. +build/public/templates/unread.js: line 564, col 158, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 564, col 174, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 564, col 190, ['teaser'] is better written in dot notation. +build/public/templates/unread.js: line 564, col 200, ['user'] is better written in dot notation. +build/public/templates/unread.js: line 564, col 211, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 564, col 227, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 564, col 243, ['teaser'] is better written in dot notation. +build/public/templates/unread.js: line 564, col 253, ['user'] is better written in dot notation. +build/public/templates/unread.js: line 564, col 261, ['userslug'] is better written in dot notation. +build/public/templates/unread.js: line 567, col 283, Line is too long. +build/public/templates/unread.js: line 567, col 45, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 567, col 61, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 567, col 74, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 567, col 90, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 567, col 109, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 567, col 125, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 567, col 141, ['teaser'] is better written in dot notation. +build/public/templates/unread.js: line 567, col 154, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 567, col 170, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 567, col 186, ['teaser'] is better written in dot notation. +build/public/templates/unread.js: line 567, col 196, ['user'] is better written in dot notation. +build/public/templates/unread.js: line 567, col 207, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 567, col 223, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 567, col 239, ['teaser'] is better written in dot notation. +build/public/templates/unread.js: line 567, col 249, ['user'] is better written in dot notation. +build/public/templates/unread.js: line 567, col 257, ['displayname'] is better written in dot notation. +build/public/templates/unread.js: line 569, col 317, Line is too long. +build/public/templates/unread.js: line 569, col 86, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 569, col 102, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 569, col 115, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 569, col 131, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 569, col 150, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 569, col 166, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 569, col 182, ['teaser'] is better written in dot notation. +build/public/templates/unread.js: line 569, col 195, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 569, col 211, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 569, col 227, ['teaser'] is better written in dot notation. +build/public/templates/unread.js: line 569, col 237, ['user'] is better written in dot notation. +build/public/templates/unread.js: line 569, col 280, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 571, col 128, Line is too long. +build/public/templates/unread.js: line 571, col 45, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 571, col 61, ['config'] is better written in dot notation. +build/public/templates/unread.js: line 571, col 74, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 571, col 90, ['config'] is better written in dot notation. +build/public/templates/unread.js: line 571, col 100, ['relative_path'] is better written in dot notation. +build/public/templates/unread.js: line 573, col 160, Line is too long. +build/public/templates/unread.js: line 573, col 45, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 573, col 61, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 573, col 74, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 573, col 90, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 573, col 109, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 573, col 125, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 573, col 141, ['slug'] is better written in dot notation. +build/public/templates/unread.js: line 575, col 216, Line is too long. +build/public/templates/unread.js: line 575, col 45, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 575, col 61, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 575, col 74, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 575, col 90, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 575, col 109, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 575, col 125, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 575, col 141, ['teaser'] is better written in dot notation. +build/public/templates/unread.js: line 575, col 154, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 575, col 170, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 575, col 186, ['teaser'] is better written in dot notation. +build/public/templates/unread.js: line 575, col 196, ['index'] is better written in dot notation. +build/public/templates/unread.js: line 577, col 223, Line is too long. +build/public/templates/unread.js: line 577, col 45, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 577, col 61, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 577, col 74, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 577, col 90, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 577, col 109, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 577, col 125, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 577, col 141, ['teaser'] is better written in dot notation. +build/public/templates/unread.js: line 577, col 154, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 577, col 170, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 577, col 186, ['teaser'] is better written in dot notation. +build/public/templates/unread.js: line 577, col 196, ['timestampISO'] is better written in dot notation. +build/public/templates/unread.js: line 578, col 230, Line is too long. +build/public/templates/unread.js: line 579, col 128, Line is too long. +build/public/templates/unread.js: line 579, col 45, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 579, col 61, ['config'] is better written in dot notation. +build/public/templates/unread.js: line 579, col 74, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 579, col 90, ['config'] is better written in dot notation. +build/public/templates/unread.js: line 579, col 100, ['relative_path'] is better written in dot notation. +build/public/templates/unread.js: line 581, col 160, Line is too long. +build/public/templates/unread.js: line 581, col 45, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 581, col 61, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 581, col 74, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 581, col 90, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 581, col 109, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 581, col 125, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 581, col 141, ['slug'] is better written in dot notation. +build/public/templates/unread.js: line 583, col 216, Line is too long. +build/public/templates/unread.js: line 583, col 45, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 583, col 61, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 583, col 74, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 583, col 90, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 583, col 109, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 583, col 125, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 583, col 141, ['teaser'] is better written in dot notation. +build/public/templates/unread.js: line 583, col 154, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 583, col 170, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 583, col 186, ['teaser'] is better written in dot notation. +build/public/templates/unread.js: line 583, col 196, ['index'] is better written in dot notation. +build/public/templates/unread.js: line 585, col 218, Line is too long. +build/public/templates/unread.js: line 585, col 45, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 585, col 61, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 585, col 74, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 585, col 90, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 585, col 109, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 585, col 125, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 585, col 141, ['teaser'] is better written in dot notation. +build/public/templates/unread.js: line 585, col 154, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 585, col 170, ['topics'] is better written in dot notation. +build/public/templates/unread.js: line 585, col 186, ['teaser'] is better written in dot notation. +build/public/templates/unread.js: line 585, col 196, ['content'] is better written in dot notation. +build/public/templates/unread.js: line 364, col 13, 'key' is defined but never used. +build/public/templates/unread.js: line 362, col 11, 'value' is defined but never used. +build/public/templates/unread.js: line 597, col 160, Line is too long. +build/public/templates/unread.js: line 597, col 36, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 597, col 52, ['pagination'] is better written in dot notation. +build/public/templates/unread.js: line 597, col 69, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 597, col 85, ['pagination'] is better written in dot notation. +build/public/templates/unread.js: line 597, col 99, ['pages'] is better written in dot notation. +build/public/templates/unread.js: line 600, col 219, Line is too long. +build/public/templates/unread.js: line 600, col 29, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 600, col 45, ['pagination'] is better written in dot notation. +build/public/templates/unread.js: line 600, col 62, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 600, col 78, ['pagination'] is better written in dot notation. +build/public/templates/unread.js: line 600, col 92, ['pages'] is better written in dot notation. +build/public/templates/unread.js: line 600, col 104, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 600, col 120, ['pagination'] is better written in dot notation. +build/public/templates/unread.js: line 600, col 134, ['pages'] is better written in dot notation. +build/public/templates/unread.js: line 600, col 152, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 600, col 168, ['pagination'] is better written in dot notation. +build/public/templates/unread.js: line 600, col 182, ['pages'] is better written in dot notation. +build/public/templates/unread.js: line 600, col 197, ['separator'] is better written in dot notation. +build/public/templates/unread.js: line 601, col 227, Line is too long. +build/public/templates/unread.js: line 603, col 220, Line is too long. +build/public/templates/unread.js: line 603, col 33, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 603, col 49, ['pagination'] is better written in dot notation. +build/public/templates/unread.js: line 603, col 66, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 603, col 82, ['pagination'] is better written in dot notation. +build/public/templates/unread.js: line 603, col 96, ['pages'] is better written in dot notation. +build/public/templates/unread.js: line 603, col 108, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 603, col 124, ['pagination'] is better written in dot notation. +build/public/templates/unread.js: line 603, col 138, ['pages'] is better written in dot notation. +build/public/templates/unread.js: line 603, col 156, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 603, col 172, ['pagination'] is better written in dot notation. +build/public/templates/unread.js: line 603, col 186, ['pages'] is better written in dot notation. +build/public/templates/unread.js: line 603, col 201, ['active'] is better written in dot notation. +build/public/templates/unread.js: line 607, col 226, Line is too long. +build/public/templates/unread.js: line 607, col 41, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 607, col 57, ['pagination'] is better written in dot notation. +build/public/templates/unread.js: line 607, col 74, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 607, col 90, ['pagination'] is better written in dot notation. +build/public/templates/unread.js: line 607, col 104, ['pages'] is better written in dot notation. +build/public/templates/unread.js: line 607, col 116, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 607, col 132, ['pagination'] is better written in dot notation. +build/public/templates/unread.js: line 607, col 146, ['pages'] is better written in dot notation. +build/public/templates/unread.js: line 607, col 164, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 607, col 180, ['pagination'] is better written in dot notation. +build/public/templates/unread.js: line 607, col 194, ['pages'] is better written in dot notation. +build/public/templates/unread.js: line 607, col 209, ['qs'] is better written in dot notation. +build/public/templates/unread.js: line 609, col 228, Line is too long. +build/public/templates/unread.js: line 609, col 41, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 609, col 57, ['pagination'] is better written in dot notation. +build/public/templates/unread.js: line 609, col 74, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 609, col 90, ['pagination'] is better written in dot notation. +build/public/templates/unread.js: line 609, col 104, ['pages'] is better written in dot notation. +build/public/templates/unread.js: line 609, col 116, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 609, col 132, ['pagination'] is better written in dot notation. +build/public/templates/unread.js: line 609, col 146, ['pages'] is better written in dot notation. +build/public/templates/unread.js: line 609, col 164, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 609, col 180, ['pagination'] is better written in dot notation. +build/public/templates/unread.js: line 609, col 194, ['pages'] is better written in dot notation. +build/public/templates/unread.js: line 609, col 209, ['page'] is better written in dot notation. +build/public/templates/unread.js: line 611, col 228, Line is too long. +build/public/templates/unread.js: line 611, col 41, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 611, col 57, ['pagination'] is better written in dot notation. +build/public/templates/unread.js: line 611, col 74, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 611, col 90, ['pagination'] is better written in dot notation. +build/public/templates/unread.js: line 611, col 104, ['pages'] is better written in dot notation. +build/public/templates/unread.js: line 611, col 116, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 611, col 132, ['pagination'] is better written in dot notation. +build/public/templates/unread.js: line 611, col 146, ['pages'] is better written in dot notation. +build/public/templates/unread.js: line 611, col 164, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 611, col 180, ['pagination'] is better written in dot notation. +build/public/templates/unread.js: line 611, col 194, ['pages'] is better written in dot notation. +build/public/templates/unread.js: line 611, col 209, ['page'] is better written in dot notation. +build/public/templates/unread.js: line 613, col 228, Line is too long. +build/public/templates/unread.js: line 613, col 41, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 613, col 57, ['pagination'] is better written in dot notation. +build/public/templates/unread.js: line 613, col 74, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 613, col 90, ['pagination'] is better written in dot notation. +build/public/templates/unread.js: line 613, col 104, ['pages'] is better written in dot notation. +build/public/templates/unread.js: line 613, col 116, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 613, col 132, ['pagination'] is better written in dot notation. +build/public/templates/unread.js: line 613, col 146, ['pages'] is better written in dot notation. +build/public/templates/unread.js: line 613, col 164, Expected '!==' and instead saw '!='. +build/public/templates/unread.js: line 613, col 180, ['pagination'] is better written in dot notation. +build/public/templates/unread.js: line 613, col 194, ['pages'] is better written in dot notation. +build/public/templates/unread.js: line 613, col 209, ['page'] is better written in dot notation. +build/public/templates/unread.js: line 598, col 13, 'key' is defined but never used. +build/public/templates/unread.js: line 597, col 153, 'value' is defined but never used. +build/public/templates/unread.js: line 597, col 145, 'length' is defined but never used. +build/public/templates/unread.js: line 597, col 138, 'index' is defined but never used. +build/public/templates/unread.js: line 596, col 11, 'value' is defined but never used. +build/public/templates/unread.js: line 594, col 81, 'helper' is defined but never used. +build/public/templates/unread.js: line 623, col 3, Missing semicolon. +build/public/templates/unread.js: line 5, col 46, 'define' is not defined. +build/public/templates/unread.js: line 6, col 5, 'define' is not defined. + +build/public/templates/unsubscribe.js: line 12, col 30, Expected '!==' and instead saw '!='. +build/public/templates/unsubscribe.js: line 12, col 46, ['error'] is better written in dot notation. +build/public/templates/unsubscribe.js: line 13, col 134, Line is too long. +build/public/templates/unsubscribe.js: line 14, col 37, Expected '!==' and instead saw '!='. +build/public/templates/unsubscribe.js: line 14, col 53, ['error'] is better written in dot notation. +build/public/templates/unsubscribe.js: line 16, col 120, Line is too long. +build/public/templates/unsubscribe.js: line 16, col 37, Expected '!==' and instead saw '!='. +build/public/templates/unsubscribe.js: line 16, col 53, ['config'] is better written in dot notation. +build/public/templates/unsubscribe.js: line 16, col 66, Expected '!==' and instead saw '!='. +build/public/templates/unsubscribe.js: line 16, col 82, ['config'] is better written in dot notation. +build/public/templates/unsubscribe.js: line 16, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/unsubscribe.js: line 18, col 121, Line is too long. +build/public/templates/unsubscribe.js: line 19, col 117, Line is too long. +build/public/templates/unsubscribe.js: line 19, col 37, Expected '!==' and instead saw '!='. +build/public/templates/unsubscribe.js: line 19, col 53, ['payload'] is better written in dot notation. +build/public/templates/unsubscribe.js: line 19, col 67, Expected '!==' and instead saw '!='. +build/public/templates/unsubscribe.js: line 19, col 83, ['payload'] is better written in dot notation. +build/public/templates/unsubscribe.js: line 19, col 94, ['template'] is better written in dot notation. +build/public/templates/unsubscribe.js: line 22, col 116, Line is too long. +build/public/templates/unsubscribe.js: line 22, col 33, Expected '!==' and instead saw '!='. +build/public/templates/unsubscribe.js: line 22, col 49, ['config'] is better written in dot notation. +build/public/templates/unsubscribe.js: line 22, col 62, Expected '!==' and instead saw '!='. +build/public/templates/unsubscribe.js: line 22, col 78, ['config'] is better written in dot notation. +build/public/templates/unsubscribe.js: line 22, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/unsubscribe.js: line 24, col 112, Line is too long. +build/public/templates/unsubscribe.js: line 24, col 33, Expected '!==' and instead saw '!='. +build/public/templates/unsubscribe.js: line 24, col 49, ['config'] is better written in dot notation. +build/public/templates/unsubscribe.js: line 24, col 62, Expected '!==' and instead saw '!='. +build/public/templates/unsubscribe.js: line 24, col 78, ['config'] is better written in dot notation. +build/public/templates/unsubscribe.js: line 24, col 88, ['siteTitle'] is better written in dot notation. +build/public/templates/unsubscribe.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/unsubscribe.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/unsubscribe.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/unsubscribe.js: line 33, col 3, Missing semicolon. +build/public/templates/unsubscribe.js: line 5, col 46, 'define' is not defined. +build/public/templates/unsubscribe.js: line 6, col 5, 'define' is not defined. + +build/public/templates/users.js: line 12, col 114, Line is too long. +build/public/templates/users.js: line 12, col 30, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 12, col 46, ['breadcrumbs'] is better written in dot notation. +build/public/templates/users.js: line 12, col 64, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 12, col 80, ['breadcrumbs'] is better written in dot notation. +build/public/templates/users.js: line 12, col 95, ['length'] is better written in dot notation. +build/public/templates/users.js: line 13, col 136, Line is too long. +build/public/templates/users.js: line 14, col 26, ['breadcrumbs'] is better written in dot notation. +build/public/templates/users.js: line 19, col 282, Line is too long. +build/public/templates/users.js: line 20, col 116, Line is too long. +build/public/templates/users.js: line 20, col 33, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 20, col 49, ['config'] is better written in dot notation. +build/public/templates/users.js: line 20, col 62, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 20, col 78, ['config'] is better written in dot notation. +build/public/templates/users.js: line 20, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/users.js: line 21, col 112, Line is too long. +build/public/templates/users.js: line 22, col 116, Line is too long. +build/public/templates/users.js: line 22, col 33, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 22, col 49, ['config'] is better written in dot notation. +build/public/templates/users.js: line 22, col 62, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 22, col 78, ['config'] is better written in dot notation. +build/public/templates/users.js: line 22, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/users.js: line 24, col 25, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 27, col 120, Line is too long. +build/public/templates/users.js: line 27, col 37, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 27, col 53, ['config'] is better written in dot notation. +build/public/templates/users.js: line 27, col 66, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 27, col 82, ['config'] is better written in dot notation. +build/public/templates/users.js: line 27, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/users.js: line 30, col 25, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 30, col 41, ['isAdminOrGlobalMod'] is better written in dot notation. +build/public/templates/users.js: line 32, col 120, Line is too long. +build/public/templates/users.js: line 32, col 37, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 32, col 53, ['config'] is better written in dot notation. +build/public/templates/users.js: line 32, col 66, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 32, col 82, ['config'] is better written in dot notation. +build/public/templates/users.js: line 32, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/users.js: line 33, col 120, Line is too long. +build/public/templates/users.js: line 34, col 120, Line is too long. +build/public/templates/users.js: line 34, col 37, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 34, col 53, ['config'] is better written in dot notation. +build/public/templates/users.js: line 34, col 66, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 34, col 82, ['config'] is better written in dot notation. +build/public/templates/users.js: line 34, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/users.js: line 38, col 25, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 38, col 41, ['showInviteButton'] is better written in dot notation. +build/public/templates/users.js: line 39, col 150, Line is too long. +build/public/templates/users.js: line 42, col 25, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 42, col 41, ['displayUserSearch'] is better written in dot notation. +build/public/templates/users.js: line 43, col 332, Line is too long. +build/public/templates/users.js: line 45, col 128, Line is too long. +build/public/templates/users.js: line 46, col 22, ['users'] is better written in dot notation. +build/public/templates/users.js: line 48, col 25, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 48, col 41, ['anonymousUserCount'] is better written in dot notation. +build/public/templates/users.js: line 49, col 280, Line is too long. +build/public/templates/users.js: line 50, col 37, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 50, col 53, ['anonymousUserCount'] is better written in dot notation. +build/public/templates/users.js: line 54, col 158, Line is too long. +build/public/templates/users.js: line 54, col 25, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 54, col 41, ['pagination'] is better written in dot notation. +build/public/templates/users.js: line 54, col 58, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 54, col 74, ['pagination'] is better written in dot notation. +build/public/templates/users.js: line 54, col 88, ['pages'] is better written in dot notation. +build/public/templates/users.js: line 54, col 100, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 54, col 116, ['pagination'] is better written in dot notation. +build/public/templates/users.js: line 54, col 130, ['pages'] is better written in dot notation. +build/public/templates/users.js: line 54, col 139, ['length'] is better written in dot notation. +build/public/templates/users.js: line 57, col 155, Line is too long. +build/public/templates/users.js: line 58, col 156, Line is too long. +build/public/templates/users.js: line 58, col 25, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 58, col 41, ['pagination'] is better written in dot notation. +build/public/templates/users.js: line 58, col 58, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 58, col 74, ['pagination'] is better written in dot notation. +build/public/templates/users.js: line 58, col 88, ['prev'] is better written in dot notation. +build/public/templates/users.js: line 58, col 99, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 58, col 115, ['pagination'] is better written in dot notation. +build/public/templates/users.js: line 58, col 129, ['prev'] is better written in dot notation. +build/public/templates/users.js: line 58, col 137, ['active'] is better written in dot notation. +build/public/templates/users.js: line 62, col 162, Line is too long. +build/public/templates/users.js: line 62, col 33, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 62, col 49, ['pagination'] is better written in dot notation. +build/public/templates/users.js: line 62, col 66, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 62, col 82, ['pagination'] is better written in dot notation. +build/public/templates/users.js: line 62, col 96, ['prev'] is better written in dot notation. +build/public/templates/users.js: line 62, col 107, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 62, col 123, ['pagination'] is better written in dot notation. +build/public/templates/users.js: line 62, col 137, ['prev'] is better written in dot notation. +build/public/templates/users.js: line 62, col 145, ['qs'] is better written in dot notation. +build/public/templates/users.js: line 64, col 164, Line is too long. +build/public/templates/users.js: line 64, col 33, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 64, col 49, ['pagination'] is better written in dot notation. +build/public/templates/users.js: line 64, col 66, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 64, col 82, ['pagination'] is better written in dot notation. +build/public/templates/users.js: line 64, col 96, ['prev'] is better written in dot notation. +build/public/templates/users.js: line 64, col 107, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 64, col 123, ['pagination'] is better written in dot notation. +build/public/templates/users.js: line 64, col 137, ['prev'] is better written in dot notation. +build/public/templates/users.js: line 64, col 145, ['page'] is better written in dot notation. +build/public/templates/users.js: line 65, col 114, Line is too long. +build/public/templates/users.js: line 68, col 156, Line is too long. +build/public/templates/users.js: line 68, col 25, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 68, col 41, ['pagination'] is better written in dot notation. +build/public/templates/users.js: line 68, col 58, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 68, col 74, ['pagination'] is better written in dot notation. +build/public/templates/users.js: line 68, col 88, ['next'] is better written in dot notation. +build/public/templates/users.js: line 68, col 99, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 68, col 115, ['pagination'] is better written in dot notation. +build/public/templates/users.js: line 68, col 129, ['next'] is better written in dot notation. +build/public/templates/users.js: line 68, col 137, ['active'] is better written in dot notation. +build/public/templates/users.js: line 72, col 162, Line is too long. +build/public/templates/users.js: line 72, col 33, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 72, col 49, ['pagination'] is better written in dot notation. +build/public/templates/users.js: line 72, col 66, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 72, col 82, ['pagination'] is better written in dot notation. +build/public/templates/users.js: line 72, col 96, ['next'] is better written in dot notation. +build/public/templates/users.js: line 72, col 107, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 72, col 123, ['pagination'] is better written in dot notation. +build/public/templates/users.js: line 72, col 137, ['next'] is better written in dot notation. +build/public/templates/users.js: line 72, col 145, ['qs'] is better written in dot notation. +build/public/templates/users.js: line 74, col 164, Line is too long. +build/public/templates/users.js: line 74, col 33, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 74, col 49, ['pagination'] is better written in dot notation. +build/public/templates/users.js: line 74, col 66, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 74, col 82, ['pagination'] is better written in dot notation. +build/public/templates/users.js: line 74, col 96, ['next'] is better written in dot notation. +build/public/templates/users.js: line 74, col 107, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 74, col 123, ['pagination'] is better written in dot notation. +build/public/templates/users.js: line 74, col 137, ['next'] is better written in dot notation. +build/public/templates/users.js: line 74, col 145, ['page'] is better written in dot notation. +build/public/templates/users.js: line 75, col 224, Line is too long. +build/public/templates/users.js: line 76, col 156, Line is too long. +build/public/templates/users.js: line 76, col 25, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 76, col 41, ['pagination'] is better written in dot notation. +build/public/templates/users.js: line 76, col 58, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 76, col 74, ['pagination'] is better written in dot notation. +build/public/templates/users.js: line 76, col 88, ['prev'] is better written in dot notation. +build/public/templates/users.js: line 76, col 99, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 76, col 115, ['pagination'] is better written in dot notation. +build/public/templates/users.js: line 76, col 129, ['prev'] is better written in dot notation. +build/public/templates/users.js: line 76, col 137, ['active'] is better written in dot notation. +build/public/templates/users.js: line 80, col 164, Line is too long. +build/public/templates/users.js: line 80, col 33, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 80, col 49, ['pagination'] is better written in dot notation. +build/public/templates/users.js: line 80, col 66, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 80, col 82, ['pagination'] is better written in dot notation. +build/public/templates/users.js: line 80, col 96, ['first'] is better written in dot notation. +build/public/templates/users.js: line 80, col 108, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 80, col 124, ['pagination'] is better written in dot notation. +build/public/templates/users.js: line 80, col 138, ['first'] is better written in dot notation. +build/public/templates/users.js: line 80, col 147, ['qs'] is better written in dot notation. +build/public/templates/users.js: line 81, col 158, Line is too long. +build/public/templates/users.js: line 82, col 156, Line is too long. +build/public/templates/users.js: line 82, col 25, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 82, col 41, ['pagination'] is better written in dot notation. +build/public/templates/users.js: line 82, col 58, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 82, col 74, ['pagination'] is better written in dot notation. +build/public/templates/users.js: line 82, col 88, ['prev'] is better written in dot notation. +build/public/templates/users.js: line 82, col 99, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 82, col 115, ['pagination'] is better written in dot notation. +build/public/templates/users.js: line 82, col 129, ['prev'] is better written in dot notation. +build/public/templates/users.js: line 82, col 137, ['active'] is better written in dot notation. +build/public/templates/users.js: line 86, col 162, Line is too long. +build/public/templates/users.js: line 86, col 33, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 86, col 49, ['pagination'] is better written in dot notation. +build/public/templates/users.js: line 86, col 66, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 86, col 82, ['pagination'] is better written in dot notation. +build/public/templates/users.js: line 86, col 96, ['prev'] is better written in dot notation. +build/public/templates/users.js: line 86, col 107, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 86, col 123, ['pagination'] is better written in dot notation. +build/public/templates/users.js: line 86, col 137, ['prev'] is better written in dot notation. +build/public/templates/users.js: line 86, col 145, ['qs'] is better written in dot notation. +build/public/templates/users.js: line 88, col 164, Line is too long. +build/public/templates/users.js: line 88, col 33, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 88, col 49, ['pagination'] is better written in dot notation. +build/public/templates/users.js: line 88, col 66, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 88, col 82, ['pagination'] is better written in dot notation. +build/public/templates/users.js: line 88, col 96, ['prev'] is better written in dot notation. +build/public/templates/users.js: line 88, col 107, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 88, col 123, ['pagination'] is better written in dot notation. +build/public/templates/users.js: line 88, col 137, ['prev'] is better written in dot notation. +build/public/templates/users.js: line 88, col 145, ['page'] is better written in dot notation. +build/public/templates/users.js: line 89, col 276, Line is too long. +build/public/templates/users.js: line 90, col 122, Line is too long. +build/public/templates/users.js: line 90, col 33, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 90, col 49, ['pagination'] is better written in dot notation. +build/public/templates/users.js: line 90, col 66, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 90, col 82, ['pagination'] is better written in dot notation. +build/public/templates/users.js: line 90, col 96, ['currentPage'] is better written in dot notation. +build/public/templates/users.js: line 92, col 120, Line is too long. +build/public/templates/users.js: line 92, col 33, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 92, col 49, ['pagination'] is better written in dot notation. +build/public/templates/users.js: line 92, col 66, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 92, col 82, ['pagination'] is better written in dot notation. +build/public/templates/users.js: line 92, col 96, ['pageCount'] is better written in dot notation. +build/public/templates/users.js: line 94, col 156, Line is too long. +build/public/templates/users.js: line 94, col 25, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 94, col 41, ['pagination'] is better written in dot notation. +build/public/templates/users.js: line 94, col 58, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 94, col 74, ['pagination'] is better written in dot notation. +build/public/templates/users.js: line 94, col 88, ['next'] is better written in dot notation. +build/public/templates/users.js: line 94, col 99, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 94, col 115, ['pagination'] is better written in dot notation. +build/public/templates/users.js: line 94, col 129, ['next'] is better written in dot notation. +build/public/templates/users.js: line 94, col 137, ['active'] is better written in dot notation. +build/public/templates/users.js: line 98, col 162, Line is too long. +build/public/templates/users.js: line 98, col 33, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 98, col 49, ['pagination'] is better written in dot notation. +build/public/templates/users.js: line 98, col 66, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 98, col 82, ['pagination'] is better written in dot notation. +build/public/templates/users.js: line 98, col 96, ['next'] is better written in dot notation. +build/public/templates/users.js: line 98, col 107, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 98, col 123, ['pagination'] is better written in dot notation. +build/public/templates/users.js: line 98, col 137, ['next'] is better written in dot notation. +build/public/templates/users.js: line 98, col 145, ['qs'] is better written in dot notation. +build/public/templates/users.js: line 100, col 164, Line is too long. +build/public/templates/users.js: line 100, col 33, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 100, col 49, ['pagination'] is better written in dot notation. +build/public/templates/users.js: line 100, col 66, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 100, col 82, ['pagination'] is better written in dot notation. +build/public/templates/users.js: line 100, col 96, ['next'] is better written in dot notation. +build/public/templates/users.js: line 100, col 107, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 100, col 123, ['pagination'] is better written in dot notation. +build/public/templates/users.js: line 100, col 137, ['next'] is better written in dot notation. +build/public/templates/users.js: line 100, col 145, ['page'] is better written in dot notation. +build/public/templates/users.js: line 101, col 136, Line is too long. +build/public/templates/users.js: line 102, col 156, Line is too long. +build/public/templates/users.js: line 102, col 25, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 102, col 41, ['pagination'] is better written in dot notation. +build/public/templates/users.js: line 102, col 58, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 102, col 74, ['pagination'] is better written in dot notation. +build/public/templates/users.js: line 102, col 88, ['next'] is better written in dot notation. +build/public/templates/users.js: line 102, col 99, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 102, col 115, ['pagination'] is better written in dot notation. +build/public/templates/users.js: line 102, col 129, ['next'] is better written in dot notation. +build/public/templates/users.js: line 102, col 137, ['active'] is better written in dot notation. +build/public/templates/users.js: line 106, col 162, Line is too long. +build/public/templates/users.js: line 106, col 33, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 106, col 49, ['pagination'] is better written in dot notation. +build/public/templates/users.js: line 106, col 66, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 106, col 82, ['pagination'] is better written in dot notation. +build/public/templates/users.js: line 106, col 96, ['last'] is better written in dot notation. +build/public/templates/users.js: line 106, col 107, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 106, col 123, ['pagination'] is better written in dot notation. +build/public/templates/users.js: line 106, col 137, ['last'] is better written in dot notation. +build/public/templates/users.js: line 106, col 145, ['qs'] is better written in dot notation. +build/public/templates/users.js: line 108, col 120, Line is too long. +build/public/templates/users.js: line 108, col 33, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 108, col 49, ['pagination'] is better written in dot notation. +build/public/templates/users.js: line 108, col 66, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 108, col 82, ['pagination'] is better written in dot notation. +build/public/templates/users.js: line 108, col 96, ['pageCount'] is better written in dot notation. +build/public/templates/users.js: line 109, col 129, Line is too long. +build/public/templates/users.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/users.js: line 116, col 119, Line is too long. +build/public/templates/users.js: line 116, col 36, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 116, col 52, ['breadcrumbs'] is better written in dot notation. +build/public/templates/users.js: line 122, col 133, Line is too long. +build/public/templates/users.js: line 129, col 156, Line is too long. +build/public/templates/users.js: line 129, col 29, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 129, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/users.js: line 129, col 63, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 129, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/users.js: line 129, col 103, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 129, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/users.js: line 129, col 140, ['url'] is better written in dot notation. +build/public/templates/users.js: line 131, col 170, Line is too long. +build/public/templates/users.js: line 131, col 41, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 131, col 57, ['breadcrumbs'] is better written in dot notation. +build/public/templates/users.js: line 131, col 75, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 131, col 91, ['breadcrumbs'] is better written in dot notation. +build/public/templates/users.js: line 131, col 115, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 131, col 131, ['breadcrumbs'] is better written in dot notation. +build/public/templates/users.js: line 131, col 152, ['url'] is better written in dot notation. +build/public/templates/users.js: line 135, col 167, Line is too long. +build/public/templates/users.js: line 135, col 37, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 135, col 53, ['breadcrumbs'] is better written in dot notation. +build/public/templates/users.js: line 135, col 71, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 135, col 87, ['breadcrumbs'] is better written in dot notation. +build/public/templates/users.js: line 135, col 111, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 135, col 127, ['breadcrumbs'] is better written in dot notation. +build/public/templates/users.js: line 135, col 148, ['text'] is better written in dot notation. +build/public/templates/users.js: line 139, col 33, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 142, col 37, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 142, col 53, ['rssFeedUrl'] is better written in dot notation. +build/public/templates/users.js: line 144, col 49, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 144, col 65, ['rssFeedUrl'] is better written in dot notation. +build/public/templates/users.js: line 150, col 156, Line is too long. +build/public/templates/users.js: line 150, col 29, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 150, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/users.js: line 150, col 63, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 150, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/users.js: line 150, col 103, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 150, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/users.js: line 150, col 140, ['url'] is better written in dot notation. +build/public/templates/users.js: line 117, col 13, 'key' is defined but never used. +build/public/templates/users.js: line 116, col 112, 'value' is defined but never used. +build/public/templates/users.js: line 115, col 11, 'value' is defined but never used. +build/public/templates/users.js: line 113, col 72, 'helper' is defined but never used. +build/public/templates/users.js: line 161, col 155, Line is too long. +build/public/templates/users.js: line 161, col 36, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 161, col 52, ['widgets'] is better written in dot notation. +build/public/templates/users.js: line 161, col 66, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 161, col 82, ['widgets'] is better written in dot notation. +build/public/templates/users.js: line 161, col 93, ['header'] is better written in dot notation. +build/public/templates/users.js: line 164, col 205, Line is too long. +build/public/templates/users.js: line 164, col 28, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 164, col 44, ['widgets'] is better written in dot notation. +build/public/templates/users.js: line 164, col 58, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 164, col 74, ['widgets'] is better written in dot notation. +build/public/templates/users.js: line 164, col 85, ['header'] is better written in dot notation. +build/public/templates/users.js: line 164, col 98, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 164, col 114, ['widgets'] is better written in dot notation. +build/public/templates/users.js: line 164, col 125, ['header'] is better written in dot notation. +build/public/templates/users.js: line 164, col 144, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 164, col 160, ['widgets'] is better written in dot notation. +build/public/templates/users.js: line 164, col 171, ['header'] is better written in dot notation. +build/public/templates/users.js: line 164, col 187, ['html'] is better written in dot notation. +build/public/templates/users.js: line 162, col 13, 'key' is defined but never used. +build/public/templates/users.js: line 161, col 148, 'value' is defined but never used. +build/public/templates/users.js: line 161, col 140, 'length' is defined but never used. +build/public/templates/users.js: line 161, col 133, 'index' is defined but never used. +build/public/templates/users.js: line 159, col 11, '__escape' is defined but never used. +build/public/templates/users.js: line 160, col 11, 'value' is defined but never used. +build/public/templates/users.js: line 158, col 77, 'helper' is defined but never used. +build/public/templates/users.js: line 173, col 113, Line is too long. +build/public/templates/users.js: line 173, col 36, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 173, col 52, ['users'] is better written in dot notation. +build/public/templates/users.js: line 176, col 148, Line is too long. +build/public/templates/users.js: line 176, col 37, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 176, col 53, ['users'] is better written in dot notation. +build/public/templates/users.js: line 176, col 65, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 176, col 81, ['users'] is better written in dot notation. +build/public/templates/users.js: line 176, col 99, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 176, col 115, ['users'] is better written in dot notation. +build/public/templates/users.js: line 176, col 130, ['uid'] is better written in dot notation. +build/public/templates/users.js: line 178, col 120, Line is too long. +build/public/templates/users.js: line 178, col 37, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 178, col 53, ['config'] is better written in dot notation. +build/public/templates/users.js: line 178, col 66, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 178, col 82, ['config'] is better written in dot notation. +build/public/templates/users.js: line 178, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/users.js: line 180, col 153, Line is too long. +build/public/templates/users.js: line 180, col 37, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 180, col 53, ['users'] is better written in dot notation. +build/public/templates/users.js: line 180, col 65, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 180, col 81, ['users'] is better written in dot notation. +build/public/templates/users.js: line 180, col 99, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 180, col 115, ['users'] is better written in dot notation. +build/public/templates/users.js: line 180, col 130, ['userslug'] is better written in dot notation. +build/public/templates/users.js: line 182, col 209, Line is too long. +build/public/templates/users.js: line 182, col 78, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 182, col 94, ['users'] is better written in dot notation. +build/public/templates/users.js: line 182, col 106, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 182, col 122, ['users'] is better written in dot notation. +build/public/templates/users.js: line 182, col 172, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 183, col 101, Line is too long. +build/public/templates/users.js: line 184, col 120, Line is too long. +build/public/templates/users.js: line 184, col 37, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 184, col 53, ['config'] is better written in dot notation. +build/public/templates/users.js: line 184, col 66, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 184, col 82, ['config'] is better written in dot notation. +build/public/templates/users.js: line 184, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/users.js: line 186, col 153, Line is too long. +build/public/templates/users.js: line 186, col 37, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 186, col 53, ['users'] is better written in dot notation. +build/public/templates/users.js: line 186, col 65, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 186, col 81, ['users'] is better written in dot notation. +build/public/templates/users.js: line 186, col 99, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 186, col 115, ['users'] is better written in dot notation. +build/public/templates/users.js: line 186, col 130, ['userslug'] is better written in dot notation. +build/public/templates/users.js: line 188, col 153, Line is too long. +build/public/templates/users.js: line 188, col 37, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 188, col 53, ['users'] is better written in dot notation. +build/public/templates/users.js: line 188, col 65, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 188, col 81, ['users'] is better written in dot notation. +build/public/templates/users.js: line 188, col 99, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 188, col 115, ['users'] is better written in dot notation. +build/public/templates/users.js: line 188, col 130, ['username'] is better written in dot notation. +build/public/templates/users.js: line 190, col 29, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 190, col 45, ['section_online'] is better written in dot notation. +build/public/templates/users.js: line 192, col 162, Line is too long. +build/public/templates/users.js: line 192, col 41, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 192, col 57, ['users'] is better written in dot notation. +build/public/templates/users.js: line 192, col 69, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 192, col 85, ['users'] is better written in dot notation. +build/public/templates/users.js: line 192, col 103, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 192, col 119, ['users'] is better written in dot notation. +build/public/templates/users.js: line 192, col 134, ['lastonlineISO'] is better written in dot notation. +build/public/templates/users.js: line 196, col 29, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 196, col 45, ['section_joindate'] is better written in dot notation. +build/public/templates/users.js: line 198, col 160, Line is too long. +build/public/templates/users.js: line 198, col 41, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 198, col 57, ['users'] is better written in dot notation. +build/public/templates/users.js: line 198, col 69, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 198, col 85, ['users'] is better written in dot notation. +build/public/templates/users.js: line 198, col 103, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 198, col 119, ['users'] is better written in dot notation. +build/public/templates/users.js: line 198, col 134, ['joindateISO'] is better written in dot notation. +build/public/templates/users.js: line 202, col 29, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 204, col 206, Line is too long. +build/public/templates/users.js: line 204, col 86, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 204, col 102, ['users'] is better written in dot notation. +build/public/templates/users.js: line 204, col 114, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 204, col 130, ['users'] is better written in dot notation. +build/public/templates/users.js: line 204, col 148, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 204, col 164, ['users'] is better written in dot notation. +build/public/templates/users.js: line 204, col 179, ['reputation'] is better written in dot notation. +build/public/templates/users.js: line 208, col 29, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 210, col 205, Line is too long. +build/public/templates/users.js: line 210, col 86, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 210, col 102, ['users'] is better written in dot notation. +build/public/templates/users.js: line 210, col 114, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 210, col 130, ['users'] is better written in dot notation. +build/public/templates/users.js: line 210, col 148, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 210, col 164, ['users'] is better written in dot notation. +build/public/templates/users.js: line 210, col 179, ['postcount'] is better written in dot notation. +build/public/templates/users.js: line 214, col 29, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 214, col 45, ['section_flagged'] is better written in dot notation. +build/public/templates/users.js: line 216, col 124, Line is too long. +build/public/templates/users.js: line 216, col 41, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 216, col 57, ['config'] is better written in dot notation. +build/public/templates/users.js: line 216, col 70, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 216, col 86, ['config'] is better written in dot notation. +build/public/templates/users.js: line 216, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/users.js: line 218, col 152, Line is too long. +build/public/templates/users.js: line 218, col 41, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 218, col 57, ['users'] is better written in dot notation. +build/public/templates/users.js: line 218, col 69, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 218, col 85, ['users'] is better written in dot notation. +build/public/templates/users.js: line 218, col 103, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 218, col 119, ['users'] is better written in dot notation. +build/public/templates/users.js: line 218, col 134, ['uid'] is better written in dot notation. +build/public/templates/users.js: line 220, col 154, Line is too long. +build/public/templates/users.js: line 220, col 41, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 220, col 57, ['users'] is better written in dot notation. +build/public/templates/users.js: line 220, col 69, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 220, col 85, ['users'] is better written in dot notation. +build/public/templates/users.js: line 220, col 103, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 220, col 119, ['users'] is better written in dot notation. +build/public/templates/users.js: line 220, col 134, ['flags'] is better written in dot notation. +build/public/templates/users.js: line 174, col 13, 'key' is defined but never used. +build/public/templates/users.js: line 173, col 106, 'value' is defined but never used. +build/public/templates/users.js: line 173, col 98, 'length' is defined but never used. +build/public/templates/users.js: line 173, col 91, 'index' is defined but never used. +build/public/templates/users.js: line 172, col 11, 'value' is defined but never used. +build/public/templates/users.js: line 231, col 160, Line is too long. +build/public/templates/users.js: line 231, col 36, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 231, col 52, ['pagination'] is better written in dot notation. +build/public/templates/users.js: line 231, col 69, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 231, col 85, ['pagination'] is better written in dot notation. +build/public/templates/users.js: line 231, col 99, ['pages'] is better written in dot notation. +build/public/templates/users.js: line 234, col 219, Line is too long. +build/public/templates/users.js: line 234, col 29, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 234, col 45, ['pagination'] is better written in dot notation. +build/public/templates/users.js: line 234, col 62, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 234, col 78, ['pagination'] is better written in dot notation. +build/public/templates/users.js: line 234, col 92, ['pages'] is better written in dot notation. +build/public/templates/users.js: line 234, col 104, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 234, col 120, ['pagination'] is better written in dot notation. +build/public/templates/users.js: line 234, col 134, ['pages'] is better written in dot notation. +build/public/templates/users.js: line 234, col 152, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 234, col 168, ['pagination'] is better written in dot notation. +build/public/templates/users.js: line 234, col 182, ['pages'] is better written in dot notation. +build/public/templates/users.js: line 234, col 197, ['separator'] is better written in dot notation. +build/public/templates/users.js: line 235, col 227, Line is too long. +build/public/templates/users.js: line 237, col 220, Line is too long. +build/public/templates/users.js: line 237, col 33, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 237, col 49, ['pagination'] is better written in dot notation. +build/public/templates/users.js: line 237, col 66, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 237, col 82, ['pagination'] is better written in dot notation. +build/public/templates/users.js: line 237, col 96, ['pages'] is better written in dot notation. +build/public/templates/users.js: line 237, col 108, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 237, col 124, ['pagination'] is better written in dot notation. +build/public/templates/users.js: line 237, col 138, ['pages'] is better written in dot notation. +build/public/templates/users.js: line 237, col 156, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 237, col 172, ['pagination'] is better written in dot notation. +build/public/templates/users.js: line 237, col 186, ['pages'] is better written in dot notation. +build/public/templates/users.js: line 237, col 201, ['active'] is better written in dot notation. +build/public/templates/users.js: line 241, col 226, Line is too long. +build/public/templates/users.js: line 241, col 41, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 241, col 57, ['pagination'] is better written in dot notation. +build/public/templates/users.js: line 241, col 74, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 241, col 90, ['pagination'] is better written in dot notation. +build/public/templates/users.js: line 241, col 104, ['pages'] is better written in dot notation. +build/public/templates/users.js: line 241, col 116, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 241, col 132, ['pagination'] is better written in dot notation. +build/public/templates/users.js: line 241, col 146, ['pages'] is better written in dot notation. +build/public/templates/users.js: line 241, col 164, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 241, col 180, ['pagination'] is better written in dot notation. +build/public/templates/users.js: line 241, col 194, ['pages'] is better written in dot notation. +build/public/templates/users.js: line 241, col 209, ['qs'] is better written in dot notation. +build/public/templates/users.js: line 243, col 228, Line is too long. +build/public/templates/users.js: line 243, col 41, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 243, col 57, ['pagination'] is better written in dot notation. +build/public/templates/users.js: line 243, col 74, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 243, col 90, ['pagination'] is better written in dot notation. +build/public/templates/users.js: line 243, col 104, ['pages'] is better written in dot notation. +build/public/templates/users.js: line 243, col 116, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 243, col 132, ['pagination'] is better written in dot notation. +build/public/templates/users.js: line 243, col 146, ['pages'] is better written in dot notation. +build/public/templates/users.js: line 243, col 164, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 243, col 180, ['pagination'] is better written in dot notation. +build/public/templates/users.js: line 243, col 194, ['pages'] is better written in dot notation. +build/public/templates/users.js: line 243, col 209, ['page'] is better written in dot notation. +build/public/templates/users.js: line 245, col 228, Line is too long. +build/public/templates/users.js: line 245, col 41, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 245, col 57, ['pagination'] is better written in dot notation. +build/public/templates/users.js: line 245, col 74, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 245, col 90, ['pagination'] is better written in dot notation. +build/public/templates/users.js: line 245, col 104, ['pages'] is better written in dot notation. +build/public/templates/users.js: line 245, col 116, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 245, col 132, ['pagination'] is better written in dot notation. +build/public/templates/users.js: line 245, col 146, ['pages'] is better written in dot notation. +build/public/templates/users.js: line 245, col 164, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 245, col 180, ['pagination'] is better written in dot notation. +build/public/templates/users.js: line 245, col 194, ['pages'] is better written in dot notation. +build/public/templates/users.js: line 245, col 209, ['page'] is better written in dot notation. +build/public/templates/users.js: line 247, col 228, Line is too long. +build/public/templates/users.js: line 247, col 41, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 247, col 57, ['pagination'] is better written in dot notation. +build/public/templates/users.js: line 247, col 74, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 247, col 90, ['pagination'] is better written in dot notation. +build/public/templates/users.js: line 247, col 104, ['pages'] is better written in dot notation. +build/public/templates/users.js: line 247, col 116, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 247, col 132, ['pagination'] is better written in dot notation. +build/public/templates/users.js: line 247, col 146, ['pages'] is better written in dot notation. +build/public/templates/users.js: line 247, col 164, Expected '!==' and instead saw '!='. +build/public/templates/users.js: line 247, col 180, ['pagination'] is better written in dot notation. +build/public/templates/users.js: line 247, col 194, ['pages'] is better written in dot notation. +build/public/templates/users.js: line 247, col 209, ['page'] is better written in dot notation. +build/public/templates/users.js: line 232, col 13, 'key' is defined but never used. +build/public/templates/users.js: line 231, col 153, 'value' is defined but never used. +build/public/templates/users.js: line 231, col 145, 'length' is defined but never used. +build/public/templates/users.js: line 231, col 138, 'index' is defined but never used. +build/public/templates/users.js: line 230, col 11, 'value' is defined but never used. +build/public/templates/users.js: line 228, col 81, 'helper' is defined but never used. +build/public/templates/users.js: line 257, col 3, Missing semicolon. +build/public/templates/users.js: line 5, col 46, 'define' is not defined. +build/public/templates/users.js: line 6, col 5, 'define' is not defined. + +build/public/templates/widgets/activeusers.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/widgets/activeusers.js: line 13, col 41, ['sidebar'] is better written in dot notation. +build/public/templates/widgets/activeusers.js: line 17, col 22, ['active_users'] is better written in dot notation. +build/public/templates/widgets/activeusers.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/widgets/activeusers.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/widgets/activeusers.js: line 25, col 120, Line is too long. +build/public/templates/widgets/activeusers.js: line 25, col 36, Expected '!==' and instead saw '!='. +build/public/templates/widgets/activeusers.js: line 25, col 52, ['active_users'] is better written in dot notation. +build/public/templates/widgets/activeusers.js: line 28, col 120, Line is too long. +build/public/templates/widgets/activeusers.js: line 28, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/activeusers.js: line 28, col 53, ['config'] is better written in dot notation. +build/public/templates/widgets/activeusers.js: line 28, col 66, Expected '!==' and instead saw '!='. +build/public/templates/widgets/activeusers.js: line 28, col 82, ['config'] is better written in dot notation. +build/public/templates/widgets/activeusers.js: line 28, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/widgets/activeusers.js: line 30, col 174, Line is too long. +build/public/templates/widgets/activeusers.js: line 30, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/activeusers.js: line 30, col 53, ['active_users'] is better written in dot notation. +build/public/templates/widgets/activeusers.js: line 30, col 72, Expected '!==' and instead saw '!='. +build/public/templates/widgets/activeusers.js: line 30, col 88, ['active_users'] is better written in dot notation. +build/public/templates/widgets/activeusers.js: line 30, col 113, Expected '!==' and instead saw '!='. +build/public/templates/widgets/activeusers.js: line 30, col 129, ['active_users'] is better written in dot notation. +build/public/templates/widgets/activeusers.js: line 30, col 151, ['userslug'] is better written in dot notation. +build/public/templates/widgets/activeusers.js: line 31, col 111, Line is too long. +build/public/templates/widgets/activeusers.js: line 32, col 154, Line is too long. +build/public/templates/widgets/activeusers.js: line 32, col 100, Expected '!==' and instead saw '!='. +build/public/templates/widgets/activeusers.js: line 33, col 122, Line is too long. +build/public/templates/widgets/activeusers.js: line 34, col 177, Line is too long. +build/public/templates/widgets/activeusers.js: line 34, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/activeusers.js: line 34, col 53, ['active_users'] is better written in dot notation. +build/public/templates/widgets/activeusers.js: line 34, col 72, Expected '!==' and instead saw '!='. +build/public/templates/widgets/activeusers.js: line 34, col 88, ['active_users'] is better written in dot notation. +build/public/templates/widgets/activeusers.js: line 34, col 113, Expected '!==' and instead saw '!='. +build/public/templates/widgets/activeusers.js: line 34, col 129, ['active_users'] is better written in dot notation. +build/public/templates/widgets/activeusers.js: line 34, col 151, ['displayname'] is better written in dot notation. +build/public/templates/widgets/activeusers.js: line 36, col 177, Line is too long. +build/public/templates/widgets/activeusers.js: line 36, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/activeusers.js: line 36, col 53, ['active_users'] is better written in dot notation. +build/public/templates/widgets/activeusers.js: line 36, col 72, Expected '!==' and instead saw '!='. +build/public/templates/widgets/activeusers.js: line 36, col 88, ['active_users'] is better written in dot notation. +build/public/templates/widgets/activeusers.js: line 36, col 113, Expected '!==' and instead saw '!='. +build/public/templates/widgets/activeusers.js: line 36, col 129, ['active_users'] is better written in dot notation. +build/public/templates/widgets/activeusers.js: line 36, col 151, ['displayname'] is better written in dot notation. +build/public/templates/widgets/activeusers.js: line 37, col 105, Line is too long. +build/public/templates/widgets/activeusers.js: line 38, col 181, Line is too long. +build/public/templates/widgets/activeusers.js: line 38, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/activeusers.js: line 38, col 53, ['active_users'] is better written in dot notation. +build/public/templates/widgets/activeusers.js: line 38, col 72, Expected '!==' and instead saw '!='. +build/public/templates/widgets/activeusers.js: line 38, col 88, ['active_users'] is better written in dot notation. +build/public/templates/widgets/activeusers.js: line 38, col 113, Expected '!==' and instead saw '!='. +build/public/templates/widgets/activeusers.js: line 38, col 129, ['active_users'] is better written in dot notation. +build/public/templates/widgets/activeusers.js: line 38, col 151, ['lastposttimeISO'] is better written in dot notation. +build/public/templates/widgets/activeusers.js: line 26, col 13, 'key' is defined but never used. +build/public/templates/widgets/activeusers.js: line 24, col 11, 'value' is defined but never used. +build/public/templates/widgets/activeusers.js: line 47, col 3, Missing semicolon. +build/public/templates/widgets/activeusers.js: line 5, col 46, 'define' is not defined. +build/public/templates/widgets/activeusers.js: line 6, col 5, 'define' is not defined. + +build/public/templates/widgets/categories.js: line 12, col 27, ['categories'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/widgets/categories.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/widgets/categories.js: line 19, col 118, Line is too long. +build/public/templates/widgets/categories.js: line 19, col 36, Expected '!==' and instead saw '!='. +build/public/templates/widgets/categories.js: line 19, col 52, ['categories'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 21, col 117, Line is too long. +build/public/templates/widgets/categories.js: line 22, col 163, Line is too long. +build/public/templates/widgets/categories.js: line 22, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/categories.js: line 22, col 53, ['categories'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 22, col 70, Expected '!==' and instead saw '!='. +build/public/templates/widgets/categories.js: line 22, col 86, ['categories'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 22, col 109, Expected '!==' and instead saw '!='. +build/public/templates/widgets/categories.js: line 22, col 125, ['categories'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 22, col 145, ['cid'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 24, col 169, Line is too long. +build/public/templates/widgets/categories.js: line 24, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/categories.js: line 24, col 53, ['categories'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 24, col 70, Expected '!==' and instead saw '!='. +build/public/templates/widgets/categories.js: line 24, col 86, ['categories'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 24, col 109, Expected '!==' and instead saw '!='. +build/public/templates/widgets/categories.js: line 24, col 125, ['categories'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 24, col 145, ['parentCid'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 26, col 163, Line is too long. +build/public/templates/widgets/categories.js: line 26, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/categories.js: line 26, col 53, ['categories'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 26, col 70, Expected '!==' and instead saw '!='. +build/public/templates/widgets/categories.js: line 26, col 86, ['categories'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 26, col 109, Expected '!==' and instead saw '!='. +build/public/templates/widgets/categories.js: line 26, col 125, ['categories'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 26, col 145, ['cid'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 28, col 105, Line is too long. +build/public/templates/widgets/categories.js: line 29, col 162, Line is too long. +build/public/templates/widgets/categories.js: line 30, col 159, Line is too long. +build/public/templates/widgets/categories.js: line 30, col 29, Expected '!==' and instead saw '!='. +build/public/templates/widgets/categories.js: line 30, col 45, ['categories'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 30, col 62, Expected '!==' and instead saw '!='. +build/public/templates/widgets/categories.js: line 30, col 78, ['categories'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 30, col 101, Expected '!==' and instead saw '!='. +build/public/templates/widgets/categories.js: line 30, col 117, ['categories'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 30, col 137, ['isSection'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 32, col 168, Line is too long. +build/public/templates/widgets/categories.js: line 32, col 41, Expected '!==' and instead saw '!='. +build/public/templates/widgets/categories.js: line 32, col 57, ['categories'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 32, col 74, Expected '!==' and instead saw '!='. +build/public/templates/widgets/categories.js: line 32, col 90, ['categories'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 32, col 113, Expected '!==' and instead saw '!='. +build/public/templates/widgets/categories.js: line 32, col 129, ['categories'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 32, col 149, ['name'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 35, col 158, Line is too long. +build/public/templates/widgets/categories.js: line 35, col 33, Expected '!==' and instead saw '!='. +build/public/templates/widgets/categories.js: line 35, col 49, ['categories'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 35, col 66, Expected '!==' and instead saw '!='. +build/public/templates/widgets/categories.js: line 35, col 82, ['categories'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 35, col 105, Expected '!==' and instead saw '!='. +build/public/templates/widgets/categories.js: line 35, col 121, ['categories'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 35, col 141, ['link'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 37, col 172, Line is too long. +build/public/templates/widgets/categories.js: line 37, col 45, Expected '!==' and instead saw '!='. +build/public/templates/widgets/categories.js: line 37, col 61, ['categories'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 37, col 78, Expected '!==' and instead saw '!='. +build/public/templates/widgets/categories.js: line 37, col 94, ['categories'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 37, col 117, Expected '!==' and instead saw '!='. +build/public/templates/widgets/categories.js: line 37, col 133, ['categories'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 37, col 153, ['link'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 40, col 128, Line is too long. +build/public/templates/widgets/categories.js: line 40, col 45, Expected '!==' and instead saw '!='. +build/public/templates/widgets/categories.js: line 40, col 61, ['config'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 40, col 74, Expected '!==' and instead saw '!='. +build/public/templates/widgets/categories.js: line 40, col 90, ['config'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 40, col 100, ['relative_path'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 42, col 172, Line is too long. +build/public/templates/widgets/categories.js: line 42, col 45, Expected '!==' and instead saw '!='. +build/public/templates/widgets/categories.js: line 42, col 61, ['categories'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 42, col 78, Expected '!==' and instead saw '!='. +build/public/templates/widgets/categories.js: line 42, col 94, ['categories'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 42, col 117, Expected '!==' and instead saw '!='. +build/public/templates/widgets/categories.js: line 42, col 133, ['categories'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 42, col 153, ['slug'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 45, col 168, Line is too long. +build/public/templates/widgets/categories.js: line 45, col 41, Expected '!==' and instead saw '!='. +build/public/templates/widgets/categories.js: line 45, col 57, ['categories'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 45, col 74, Expected '!==' and instead saw '!='. +build/public/templates/widgets/categories.js: line 45, col 90, ['categories'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 45, col 113, Expected '!==' and instead saw '!='. +build/public/templates/widgets/categories.js: line 45, col 129, ['categories'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 45, col 149, ['name'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 48, col 167, Line is too long. +build/public/templates/widgets/categories.js: line 48, col 29, Expected '!==' and instead saw '!='. +build/public/templates/widgets/categories.js: line 48, col 45, ['categories'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 48, col 62, Expected '!==' and instead saw '!='. +build/public/templates/widgets/categories.js: line 48, col 78, ['categories'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 48, col 101, Expected '!==' and instead saw '!='. +build/public/templates/widgets/categories.js: line 48, col 117, ['categories'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 48, col 137, ['descriptionParsed'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 50, col 181, Line is too long. +build/public/templates/widgets/categories.js: line 50, col 41, Expected '!==' and instead saw '!='. +build/public/templates/widgets/categories.js: line 50, col 57, ['categories'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 50, col 74, Expected '!==' and instead saw '!='. +build/public/templates/widgets/categories.js: line 50, col 90, ['categories'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 50, col 113, Expected '!==' and instead saw '!='. +build/public/templates/widgets/categories.js: line 50, col 129, ['categories'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 50, col 149, ['descriptionParsed'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 54, col 114, Line is too long. +build/public/templates/widgets/categories.js: line 54, col 29, Expected '!==' and instead saw '!='. +build/public/templates/widgets/categories.js: line 54, col 45, ['config'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 54, col 58, Expected '!==' and instead saw '!='. +build/public/templates/widgets/categories.js: line 54, col 74, ['config'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 54, col 84, ['hideSubCategories'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 57, col 223, Line is too long. +build/public/templates/widgets/categories.js: line 57, col 33, Expected '!==' and instead saw '!='. +build/public/templates/widgets/categories.js: line 57, col 49, ['categories'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 57, col 66, Expected '!==' and instead saw '!='. +build/public/templates/widgets/categories.js: line 57, col 82, ['categories'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 57, col 105, Expected '!==' and instead saw '!='. +build/public/templates/widgets/categories.js: line 57, col 121, ['categories'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 57, col 141, ['children'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 57, col 156, Expected '!==' and instead saw '!='. +build/public/templates/widgets/categories.js: line 57, col 172, ['categories'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 57, col 192, ['children'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 57, col 204, ['length'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 59, col 213, Line is too long. +build/public/templates/widgets/categories.js: line 59, col 41, Expected '!==' and instead saw '!='. +build/public/templates/widgets/categories.js: line 59, col 57, ['categories'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 59, col 74, Expected '!==' and instead saw '!='. +build/public/templates/widgets/categories.js: line 59, col 90, ['categories'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 59, col 113, Expected '!==' and instead saw '!='. +build/public/templates/widgets/categories.js: line 59, col 129, ['categories'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 59, col 149, ['children'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 62, col 297, Line is too long. +build/public/templates/widgets/categories.js: line 62, col 41, Expected '!==' and instead saw '!='. +build/public/templates/widgets/categories.js: line 62, col 57, ['categories'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 62, col 74, Expected '!==' and instead saw '!='. +build/public/templates/widgets/categories.js: line 62, col 90, ['categories'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 62, col 113, Expected '!==' and instead saw '!='. +build/public/templates/widgets/categories.js: line 62, col 129, ['categories'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 62, col 149, ['children'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 62, col 164, Expected '!==' and instead saw '!='. +build/public/templates/widgets/categories.js: line 62, col 180, ['categories'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 62, col 200, ['children'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 62, col 221, Expected '!==' and instead saw '!='. +build/public/templates/widgets/categories.js: line 62, col 237, ['categories'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 62, col 257, ['children'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 62, col 275, ['isSection'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 64, col 193, Line is too long. +build/public/templates/widgets/categories.js: line 65, col 296, Line is too long. +build/public/templates/widgets/categories.js: line 65, col 45, Expected '!==' and instead saw '!='. +build/public/templates/widgets/categories.js: line 65, col 61, ['categories'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 65, col 78, Expected '!==' and instead saw '!='. +build/public/templates/widgets/categories.js: line 65, col 94, ['categories'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 65, col 117, Expected '!==' and instead saw '!='. +build/public/templates/widgets/categories.js: line 65, col 133, ['categories'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 65, col 153, ['children'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 65, col 168, Expected '!==' and instead saw '!='. +build/public/templates/widgets/categories.js: line 65, col 184, ['categories'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 65, col 204, ['children'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 65, col 225, Expected '!==' and instead saw '!='. +build/public/templates/widgets/categories.js: line 65, col 241, ['categories'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 65, col 261, ['children'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 65, col 279, ['link'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 66, col 307, Line is too long. +build/public/templates/widgets/categories.js: line 66, col 55, Expected '!==' and instead saw '!='. +build/public/templates/widgets/categories.js: line 66, col 71, ['categories'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 66, col 88, Expected '!==' and instead saw '!='. +build/public/templates/widgets/categories.js: line 66, col 104, ['categories'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 66, col 127, Expected '!==' and instead saw '!='. +build/public/templates/widgets/categories.js: line 66, col 143, ['categories'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 66, col 163, ['children'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 66, col 178, Expected '!==' and instead saw '!='. +build/public/templates/widgets/categories.js: line 66, col 194, ['categories'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 66, col 214, ['children'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 66, col 235, Expected '!==' and instead saw '!='. +build/public/templates/widgets/categories.js: line 66, col 251, ['categories'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 66, col 271, ['children'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 66, col 289, ['link'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 67, col 138, Line is too long. +build/public/templates/widgets/categories.js: line 67, col 55, Expected '!==' and instead saw '!='. +build/public/templates/widgets/categories.js: line 67, col 71, ['config'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 67, col 84, Expected '!==' and instead saw '!='. +build/public/templates/widgets/categories.js: line 67, col 100, ['config'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 67, col 110, ['relative_path'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 69, col 311, Line is too long. +build/public/templates/widgets/categories.js: line 69, col 57, Expected '!==' and instead saw '!='. +build/public/templates/widgets/categories.js: line 69, col 73, ['categories'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 69, col 90, Expected '!==' and instead saw '!='. +build/public/templates/widgets/categories.js: line 69, col 106, ['categories'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 69, col 129, Expected '!==' and instead saw '!='. +build/public/templates/widgets/categories.js: line 69, col 145, ['categories'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 69, col 165, ['children'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 69, col 180, Expected '!==' and instead saw '!='. +build/public/templates/widgets/categories.js: line 69, col 196, ['categories'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 69, col 216, ['children'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 69, col 237, Expected '!==' and instead saw '!='. +build/public/templates/widgets/categories.js: line 69, col 253, ['categories'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 69, col 273, ['children'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 69, col 291, ['slug'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 71, col 306, Line is too long. +build/public/templates/widgets/categories.js: line 71, col 53, Expected '!==' and instead saw '!='. +build/public/templates/widgets/categories.js: line 71, col 69, ['categories'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 71, col 86, Expected '!==' and instead saw '!='. +build/public/templates/widgets/categories.js: line 71, col 102, ['categories'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 71, col 125, Expected '!==' and instead saw '!='. +build/public/templates/widgets/categories.js: line 71, col 141, ['categories'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 71, col 161, ['children'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 71, col 176, Expected '!==' and instead saw '!='. +build/public/templates/widgets/categories.js: line 71, col 192, ['categories'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 71, col 212, ['children'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 71, col 233, Expected '!==' and instead saw '!='. +build/public/templates/widgets/categories.js: line 71, col 249, ['categories'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 71, col 269, ['children'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 71, col 287, ['name'] is better written in dot notation. +build/public/templates/widgets/categories.js: line 60, col 25, 'key' is defined but never used. +build/public/templates/widgets/categories.js: line 59, col 206, 'value' is defined but never used. +build/public/templates/widgets/categories.js: line 59, col 198, 'length' is defined but never used. +build/public/templates/widgets/categories.js: line 59, col 191, 'index' is defined but never used. +build/public/templates/widgets/categories.js: line 20, col 13, 'key' is defined but never used. +build/public/templates/widgets/categories.js: line 18, col 11, 'value' is defined but never used. +build/public/templates/widgets/categories.js: line 88, col 3, Missing semicolon. +build/public/templates/widgets/categories.js: line 5, col 46, 'define' is not defined. +build/public/templates/widgets/categories.js: line 6, col 5, 'define' is not defined. + +build/public/templates/widgets/chat.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 13, col 49, ['roomId'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 15, col 33, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 15, col 49, ['roomId'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 16, col 299, Line is too long. +build/public/templates/widgets/chat.js: line 17, col 25, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 17, col 41, ['roomName'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 19, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 19, col 53, ['icon'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 21, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 21, col 53, ['roomName'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 24, col 22, ['publicRooms'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 26, col 116, Line is too long. +build/public/templates/widgets/chat.js: line 26, col 33, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 26, col 49, ['config'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 26, col 62, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 26, col 78, ['config'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 26, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 28, col 33, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 28, col 49, ['roomId'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 29, col 838, Line is too long. +build/public/templates/widgets/chat.js: line 30, col 33, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 30, col 49, ['roomId'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 31, col 154, Line is too long. +build/public/templates/widgets/chat.js: line 32, col 22, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 33, col 965, Line is too long. +build/public/templates/widgets/chat.js: line 34, col 25, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 34, col 41, ['canUpload'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 35, col 215, Line is too long. +build/public/templates/widgets/chat.js: line 37, col 109, Line is too long. +build/public/templates/widgets/chat.js: line 38, col 25, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 38, col 41, ['roomName'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 40, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 40, col 53, ['roomName'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 43, col 242, Line is too long. +build/public/templates/widgets/chat.js: line 44, col 22, ['composerActions'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 45, col 604, Line is too long. +build/public/templates/widgets/chat.js: line 46, col 33, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 46, col 49, ['maximumChatMessageLength'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 47, col 2035, Line is too long. +build/public/templates/widgets/chat.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/widgets/chat.js: line 54, col 119, Line is too long. +build/public/templates/widgets/chat.js: line 54, col 36, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 54, col 52, ['publicRooms'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 56, col 140, Line is too long. +build/public/templates/widgets/chat.js: line 57, col 169, Line is too long. +build/public/templates/widgets/chat.js: line 57, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 57, col 53, ['publicRooms'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 57, col 71, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 57, col 87, ['publicRooms'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 57, col 111, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 57, col 127, ['publicRooms'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 57, col 148, ['roomId'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 59, col 167, Line is too long. +build/public/templates/widgets/chat.js: line 59, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 59, col 53, ['publicRooms'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 59, col 71, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 59, col 87, ['publicRooms'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 59, col 111, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 59, col 127, ['publicRooms'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 59, col 148, ['icon'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 61, col 171, Line is too long. +build/public/templates/widgets/chat.js: line 61, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 61, col 53, ['publicRooms'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 61, col 71, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 61, col 87, ['publicRooms'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 61, col 111, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 61, col 127, ['publicRooms'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 61, col 148, ['roomName'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 63, col 161, Line is too long. +build/public/templates/widgets/chat.js: line 63, col 29, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 63, col 45, ['publicRooms'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 63, col 63, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 63, col 79, ['publicRooms'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 63, col 103, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 63, col 119, ['publicRooms'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 63, col 140, ['selected'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 55, col 13, 'key' is defined but never used. +build/public/templates/widgets/chat.js: line 54, col 112, 'value' is defined but never used. +build/public/templates/widgets/chat.js: line 54, col 104, 'length' is defined but never used. +build/public/templates/widgets/chat.js: line 54, col 97, 'index' is defined but never used. +build/public/templates/widgets/chat.js: line 53, col 11, 'value' is defined but never used. +build/public/templates/widgets/chat.js: line 51, col 72, 'helper' is defined but never used. +build/public/templates/widgets/chat.js: line 74, col 116, Line is too long. +build/public/templates/widgets/chat.js: line 74, col 36, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 74, col 52, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 77, col 150, Line is too long. +build/public/templates/widgets/chat.js: line 77, col 29, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 77, col 45, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 77, col 60, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 77, col 76, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 77, col 97, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 77, col 113, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 77, col 131, ['system'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 78, col 170, Line is too long. +build/public/templates/widgets/chat.js: line 79, col 167, Line is too long. +build/public/templates/widgets/chat.js: line 79, col 41, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 79, col 57, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 79, col 72, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 79, col 88, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 79, col 109, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 79, col 125, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 79, col 143, ['messageId'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 81, col 165, Line is too long. +build/public/templates/widgets/chat.js: line 81, col 41, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 81, col 57, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 81, col 72, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 81, col 88, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 81, col 109, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 81, col 125, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 81, col 143, ['fromuid'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 83, col 163, Line is too long. +build/public/templates/widgets/chat.js: line 83, col 41, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 83, col 57, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 83, col 72, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 83, col 88, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 83, col 109, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 83, col 125, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 83, col 143, ['index'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 85, col 162, Line is too long. +build/public/templates/widgets/chat.js: line 85, col 41, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 85, col 57, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 85, col 72, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 85, col 88, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 85, col 109, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 85, col 125, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 85, col 143, ['self'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 87, col 167, Line is too long. +build/public/templates/widgets/chat.js: line 87, col 41, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 87, col 57, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 87, col 72, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 87, col 88, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 87, col 109, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 87, col 125, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 87, col 143, ['timestamp'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 88, col 112, Line is too long. +build/public/templates/widgets/chat.js: line 89, col 165, Line is too long. +build/public/templates/widgets/chat.js: line 89, col 41, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 89, col 57, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 89, col 72, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 89, col 88, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 89, col 109, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 89, col 125, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 89, col 143, ['content'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 91, col 230, Line is too long. +build/public/templates/widgets/chat.js: line 91, col 41, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 91, col 57, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 91, col 72, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 91, col 88, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 91, col 109, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 91, col 125, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 91, col 143, ['fromUser'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 91, col 158, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 91, col 174, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 91, col 192, ['fromUser'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 91, col 204, ['displayname'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 93, col 170, Line is too long. +build/public/templates/widgets/chat.js: line 93, col 41, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 93, col 57, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 93, col 72, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 93, col 88, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 93, col 109, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 93, col 125, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 93, col 143, ['timestampISO'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 96, col 155, Line is too long. +build/public/templates/widgets/chat.js: line 96, col 33, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 96, col 49, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 96, col 64, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 96, col 80, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 96, col 101, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 96, col 117, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 96, col 135, ['deleted'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 100, col 154, Line is too long. +build/public/templates/widgets/chat.js: line 100, col 33, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 100, col 49, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 100, col 64, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 100, col 80, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 100, col 101, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 100, col 117, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 100, col 135, ['pinned'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 104, col 154, Line is too long. +build/public/templates/widgets/chat.js: line 104, col 33, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 104, col 49, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 104, col 64, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 104, col 80, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 104, col 101, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 104, col 117, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 104, col 135, ['newSet'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 108, col 167, Line is too long. +build/public/templates/widgets/chat.js: line 108, col 41, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 108, col 57, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 108, col 72, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 108, col 88, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 108, col 109, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 108, col 125, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 108, col 143, ['messageId'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 110, col 165, Line is too long. +build/public/templates/widgets/chat.js: line 110, col 41, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 110, col 57, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 110, col 72, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 110, col 88, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 110, col 109, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 110, col 125, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 110, col 143, ['fromuid'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 112, col 163, Line is too long. +build/public/templates/widgets/chat.js: line 112, col 41, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 112, col 57, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 112, col 72, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 112, col 88, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 112, col 109, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 112, col 125, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 112, col 143, ['index'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 114, col 162, Line is too long. +build/public/templates/widgets/chat.js: line 114, col 41, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 114, col 57, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 114, col 72, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 114, col 88, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 114, col 109, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 114, col 125, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 114, col 143, ['self'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 116, col 164, Line is too long. +build/public/templates/widgets/chat.js: line 116, col 41, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 116, col 57, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 116, col 72, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 116, col 88, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 116, col 109, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 116, col 125, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 116, col 143, ['newSet'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 118, col 167, Line is too long. +build/public/templates/widgets/chat.js: line 118, col 41, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 118, col 57, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 118, col 72, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 118, col 88, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 118, col 109, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 118, col 125, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 118, col 143, ['timestamp'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 120, col 227, Line is too long. +build/public/templates/widgets/chat.js: line 120, col 41, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 120, col 57, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 120, col 72, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 120, col 88, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 120, col 109, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 120, col 125, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 120, col 143, ['fromUser'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 120, col 158, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 120, col 174, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 120, col 192, ['fromUser'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 120, col 204, ['username'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 122, col 230, Line is too long. +build/public/templates/widgets/chat.js: line 122, col 41, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 122, col 57, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 122, col 72, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 122, col 88, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 122, col 109, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 122, col 125, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 122, col 143, ['fromUser'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 122, col 158, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 122, col 174, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 122, col 192, ['fromUser'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 122, col 204, ['displayname'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 124, col 154, Line is too long. +build/public/templates/widgets/chat.js: line 124, col 33, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 124, col 49, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 124, col 64, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 124, col 80, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 124, col 101, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 124, col 117, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 124, col 135, ['parent'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 125, col 133, Line is too long. +build/public/templates/widgets/chat.js: line 126, col 222, Line is too long. +build/public/templates/widgets/chat.js: line 126, col 45, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 126, col 61, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 126, col 76, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 126, col 92, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 126, col 113, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 126, col 129, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 126, col 147, ['parent'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 126, col 160, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 126, col 176, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 126, col 194, ['parent'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 126, col 204, ['mid'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 128, col 226, Line is too long. +build/public/templates/widgets/chat.js: line 128, col 45, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 128, col 61, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 128, col 76, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 128, col 92, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 128, col 113, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 128, col 129, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 128, col 147, ['parent'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 128, col 160, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 128, col 176, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 128, col 194, ['parent'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 128, col 204, ['fromuid'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 129, col 232, Line is too long. +build/public/templates/widgets/chat.js: line 130, col 128, Line is too long. +build/public/templates/widgets/chat.js: line 130, col 45, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 130, col 61, ['config'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 130, col 74, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 130, col 90, ['config'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 130, col 100, ['relative_path'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 132, col 290, Line is too long. +build/public/templates/widgets/chat.js: line 132, col 45, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 132, col 61, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 132, col 76, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 132, col 92, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 132, col 113, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 132, col 129, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 132, col 147, ['parent'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 132, col 160, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 132, col 176, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 132, col 194, ['parent'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 132, col 204, ['user'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 132, col 215, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 132, col 231, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 132, col 249, ['parent'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 132, col 259, ['user'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 132, col 267, ['userslug'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 134, col 356, Line is too long. +build/public/templates/widgets/chat.js: line 134, col 86, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 134, col 102, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 134, col 117, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 134, col 133, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 134, col 154, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 134, col 170, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 134, col 188, ['parent'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 134, col 201, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 134, col 217, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 134, col 235, ['parent'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 134, col 245, ['user'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 134, col 288, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 135, col 113, Line is too long. +build/public/templates/widgets/chat.js: line 136, col 128, Line is too long. +build/public/templates/widgets/chat.js: line 136, col 45, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 136, col 61, ['config'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 136, col 74, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 136, col 90, ['config'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 136, col 100, ['relative_path'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 138, col 290, Line is too long. +build/public/templates/widgets/chat.js: line 138, col 45, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 138, col 61, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 138, col 76, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 138, col 92, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 138, col 113, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 138, col 129, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 138, col 147, ['parent'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 138, col 160, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 138, col 176, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 138, col 194, ['parent'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 138, col 204, ['user'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 138, col 215, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 138, col 231, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 138, col 249, ['parent'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 138, col 259, ['user'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 138, col 267, ['userslug'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 140, col 293, Line is too long. +build/public/templates/widgets/chat.js: line 140, col 45, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 140, col 61, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 140, col 76, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 140, col 92, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 140, col 113, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 140, col 129, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 140, col 147, ['parent'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 140, col 160, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 140, col 176, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 140, col 194, ['parent'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 140, col 204, ['user'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 140, col 215, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 140, col 231, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 140, col 249, ['parent'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 140, col 259, ['user'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 140, col 267, ['displayname'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 141, col 114, Line is too long. +build/public/templates/widgets/chat.js: line 142, col 231, Line is too long. +build/public/templates/widgets/chat.js: line 142, col 45, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 142, col 61, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 142, col 76, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 142, col 92, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 142, col 113, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 142, col 129, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 142, col 147, ['parent'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 142, col 160, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 142, col 176, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 142, col 194, ['parent'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 142, col 204, ['timestampISO'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 143, col 141, Line is too long. +build/public/templates/widgets/chat.js: line 144, col 226, Line is too long. +build/public/templates/widgets/chat.js: line 144, col 45, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 144, col 61, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 144, col 76, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 144, col 92, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 144, col 113, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 144, col 129, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 144, col 147, ['parent'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 144, col 160, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 144, col 176, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 144, col 194, ['parent'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 144, col 204, ['content'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 148, col 154, Line is too long. +build/public/templates/widgets/chat.js: line 148, col 33, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 148, col 49, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 148, col 64, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 148, col 80, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 148, col 101, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 148, col 117, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 148, col 135, ['newSet'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 152, col 124, Line is too long. +build/public/templates/widgets/chat.js: line 152, col 41, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 152, col 57, ['config'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 152, col 70, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 152, col 86, ['config'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 152, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 154, col 227, Line is too long. +build/public/templates/widgets/chat.js: line 154, col 41, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 154, col 57, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 154, col 72, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 154, col 88, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 154, col 109, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 154, col 125, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 154, col 143, ['fromUser'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 154, col 158, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 154, col 174, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 154, col 192, ['fromUser'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 154, col 204, ['userslug'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 156, col 286, Line is too long. +build/public/templates/widgets/chat.js: line 156, col 82, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 156, col 98, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 156, col 113, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 156, col 129, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 156, col 150, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 156, col 166, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 156, col 184, ['fromUser'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 156, col 231, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 158, col 124, Line is too long. +build/public/templates/widgets/chat.js: line 158, col 41, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 158, col 57, ['config'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 158, col 70, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 158, col 86, ['config'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 158, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 160, col 227, Line is too long. +build/public/templates/widgets/chat.js: line 160, col 41, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 160, col 57, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 160, col 72, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 160, col 88, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 160, col 109, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 160, col 125, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 160, col 143, ['fromUser'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 160, col 158, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 160, col 174, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 160, col 192, ['fromUser'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 160, col 204, ['userslug'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 162, col 230, Line is too long. +build/public/templates/widgets/chat.js: line 162, col 41, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 162, col 57, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 162, col 72, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 162, col 88, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 162, col 109, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 162, col 125, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 162, col 143, ['fromUser'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 162, col 158, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 162, col 174, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 162, col 192, ['fromUser'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 162, col 204, ['displayname'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 164, col 215, Line is too long. +build/public/templates/widgets/chat.js: line 164, col 33, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 164, col 49, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 164, col 64, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 164, col 80, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 164, col 101, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 164, col 117, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 164, col 135, ['fromUser'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 164, col 150, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 164, col 166, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 164, col 184, ['fromUser'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 164, col 196, ['banned'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 168, col 216, Line is too long. +build/public/templates/widgets/chat.js: line 168, col 33, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 168, col 49, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 168, col 64, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 168, col 80, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 168, col 101, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 168, col 117, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 168, col 135, ['fromUser'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 168, col 150, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 168, col 166, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 168, col 184, ['fromUser'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 168, col 196, ['deleted'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 172, col 170, Line is too long. +build/public/templates/widgets/chat.js: line 172, col 41, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 172, col 57, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 172, col 72, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 172, col 88, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 172, col 109, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 172, col 125, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 172, col 143, ['timestampISO'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 174, col 154, Line is too long. +build/public/templates/widgets/chat.js: line 174, col 33, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 174, col 49, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 174, col 64, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 174, col 80, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 174, col 101, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 174, col 117, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 174, col 135, ['edited'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 178, col 314, Line is too long. +build/public/templates/widgets/chat.js: line 178, col 92, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 178, col 108, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 178, col 123, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 178, col 139, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 178, col 160, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 178, col 176, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 178, col 194, ['editedISO'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 178, col 234, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 178, col 250, ['config'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 178, col 263, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 178, col 279, ['config'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 178, col 289, ['userLang'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 179, col 210, Line is too long. +build/public/templates/widgets/chat.js: line 180, col 165, Line is too long. +build/public/templates/widgets/chat.js: line 180, col 41, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 180, col 57, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 180, col 72, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 180, col 88, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 180, col 109, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 180, col 125, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 180, col 143, ['content'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 181, col 828, Line is too long. +build/public/templates/widgets/chat.js: line 182, col 337, Line is too long. +build/public/templates/widgets/chat.js: line 182, col 34, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 182, col 50, ['isAdminOrGlobalMod'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 182, col 103, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 182, col 119, ['config'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 182, col 132, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 182, col 148, ['config'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 182, col 158, ['disableChatMessageEditing'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 182, col 216, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 182, col 232, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 182, col 247, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 182, col 263, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 182, col 284, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 182, col 300, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 182, col 318, ['self'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 183, col 721, Line is too long. +build/public/templates/widgets/chat.js: line 186, col 138, Line is too long. +build/public/templates/widgets/chat.js: line 186, col 34, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 186, col 50, ['isAdminOrGlobalMod'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 186, col 101, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 186, col 117, ['isOwner'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 187, col 569, Line is too long. +build/public/templates/widgets/chat.js: line 190, col 33, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 190, col 49, ['isAdminOrGlobalMod'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 191, col 428, Line is too long. +build/public/templates/widgets/chat.js: line 193, col 112, Line is too long. +build/public/templates/widgets/chat.js: line 194, col 161, Line is too long. +build/public/templates/widgets/chat.js: line 194, col 41, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 194, col 57, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 194, col 72, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 194, col 88, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 194, col 109, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 194, col 125, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 194, col 143, ['mid'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 195, col 278, Line is too long. +build/public/templates/widgets/chat.js: line 196, col 161, Line is too long. +build/public/templates/widgets/chat.js: line 196, col 41, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 196, col 57, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 196, col 72, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 196, col 88, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 196, col 109, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 196, col 125, ['messages'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 196, col 143, ['mid'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 197, col 234, Line is too long. +build/public/templates/widgets/chat.js: line 75, col 13, 'key' is defined but never used. +build/public/templates/widgets/chat.js: line 74, col 109, 'value' is defined but never used. +build/public/templates/widgets/chat.js: line 74, col 101, 'length' is defined but never used. +build/public/templates/widgets/chat.js: line 74, col 94, 'index' is defined but never used. +build/public/templates/widgets/chat.js: line 73, col 11, 'value' is defined but never used. +build/public/templates/widgets/chat.js: line 206, col 123, Line is too long. +build/public/templates/widgets/chat.js: line 206, col 36, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 206, col 52, ['composerActions'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 209, col 181, Line is too long. +build/public/templates/widgets/chat.js: line 209, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 209, col 53, ['composerActions'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 209, col 75, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 209, col 91, ['composerActions'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 209, col 119, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 209, col 135, ['composerActions'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 209, col 160, ['action'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 211, col 180, Line is too long. +build/public/templates/widgets/chat.js: line 211, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 211, col 53, ['composerActions'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 211, col 75, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 211, col 91, ['composerActions'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 211, col 119, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 211, col 135, ['composerActions'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 213, col 180, Line is too long. +build/public/templates/widgets/chat.js: line 213, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 213, col 53, ['composerActions'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 213, col 75, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 213, col 91, ['composerActions'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 213, col 119, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 213, col 135, ['composerActions'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 213, col 160, ['title'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 215, col 179, Line is too long. +build/public/templates/widgets/chat.js: line 215, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 215, col 53, ['composerActions'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 215, col 75, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 215, col 91, ['composerActions'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 215, col 119, Expected '!==' and instead saw '!='. +build/public/templates/widgets/chat.js: line 215, col 135, ['composerActions'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 215, col 160, ['icon'] is better written in dot notation. +build/public/templates/widgets/chat.js: line 207, col 13, 'key' is defined but never used. +build/public/templates/widgets/chat.js: line 206, col 116, 'value' is defined but never used. +build/public/templates/widgets/chat.js: line 206, col 108, 'length' is defined but never used. +build/public/templates/widgets/chat.js: line 206, col 101, 'index' is defined but never used. +build/public/templates/widgets/chat.js: line 205, col 11, 'value' is defined but never used. +build/public/templates/widgets/chat.js: line 203, col 80, 'helper' is defined but never used. +build/public/templates/widgets/chat.js: line 224, col 3, Missing semicolon. +build/public/templates/widgets/chat.js: line 5, col 46, 'define' is not defined. +build/public/templates/widgets/chat.js: line 6, col 5, 'define' is not defined. + +build/public/templates/widgets/forumstats.js: line 12, col 170, Line is too long. +build/public/templates/widgets/forumstats.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/widgets/forumstats.js: line 13, col 49, ['statsClass'] is better written in dot notation. +build/public/templates/widgets/forumstats.js: line 15, col 33, Expected '!==' and instead saw '!='. +build/public/templates/widgets/forumstats.js: line 15, col 49, ['online'] is better written in dot notation. +build/public/templates/widgets/forumstats.js: line 17, col 33, Expected '!==' and instead saw '!='. +build/public/templates/widgets/forumstats.js: line 17, col 49, ['online'] is better written in dot notation. +build/public/templates/widgets/forumstats.js: line 18, col 151, Line is too long. +build/public/templates/widgets/forumstats.js: line 19, col 33, Expected '!==' and instead saw '!='. +build/public/templates/widgets/forumstats.js: line 19, col 49, ['statsClass'] is better written in dot notation. +build/public/templates/widgets/forumstats.js: line 21, col 33, Expected '!==' and instead saw '!='. +build/public/templates/widgets/forumstats.js: line 21, col 49, ['users'] is better written in dot notation. +build/public/templates/widgets/forumstats.js: line 23, col 33, Expected '!==' and instead saw '!='. +build/public/templates/widgets/forumstats.js: line 23, col 49, ['users'] is better written in dot notation. +build/public/templates/widgets/forumstats.js: line 24, col 195, Line is too long. +build/public/templates/widgets/forumstats.js: line 25, col 33, Expected '!==' and instead saw '!='. +build/public/templates/widgets/forumstats.js: line 25, col 49, ['statsClass'] is better written in dot notation. +build/public/templates/widgets/forumstats.js: line 27, col 33, Expected '!==' and instead saw '!='. +build/public/templates/widgets/forumstats.js: line 27, col 49, ['topics'] is better written in dot notation. +build/public/templates/widgets/forumstats.js: line 29, col 33, Expected '!==' and instead saw '!='. +build/public/templates/widgets/forumstats.js: line 29, col 49, ['topics'] is better written in dot notation. +build/public/templates/widgets/forumstats.js: line 30, col 151, Line is too long. +build/public/templates/widgets/forumstats.js: line 31, col 33, Expected '!==' and instead saw '!='. +build/public/templates/widgets/forumstats.js: line 31, col 49, ['statsClass'] is better written in dot notation. +build/public/templates/widgets/forumstats.js: line 33, col 33, Expected '!==' and instead saw '!='. +build/public/templates/widgets/forumstats.js: line 33, col 49, ['posts'] is better written in dot notation. +build/public/templates/widgets/forumstats.js: line 35, col 33, Expected '!==' and instead saw '!='. +build/public/templates/widgets/forumstats.js: line 35, col 49, ['posts'] is better written in dot notation. +build/public/templates/widgets/forumstats.js: line 36, col 102, Line is too long. +build/public/templates/widgets/forumstats.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/widgets/forumstats.js: line 9, col 52, 'helper' is defined but never used. +build/public/templates/widgets/forumstats.js: line 9, col 46, 'iter' is defined but never used. +build/public/templates/widgets/forumstats.js: line 44, col 3, Missing semicolon. +build/public/templates/widgets/forumstats.js: line 5, col 46, 'define' is not defined. +build/public/templates/widgets/forumstats.js: line 6, col 5, 'define' is not defined. + +build/public/templates/widgets/groupposts.js: line 13, col 22, ['posts'] is better written in dot notation. +build/public/templates/widgets/groupposts.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/widgets/groupposts.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/widgets/groupposts.js: line 21, col 113, Line is too long. +build/public/templates/widgets/groupposts.js: line 21, col 36, Expected '!==' and instead saw '!='. +build/public/templates/widgets/groupposts.js: line 21, col 52, ['posts'] is better written in dot notation. +build/public/templates/widgets/groupposts.js: line 24, col 148, Line is too long. +build/public/templates/widgets/groupposts.js: line 24, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/groupposts.js: line 24, col 53, ['posts'] is better written in dot notation. +build/public/templates/widgets/groupposts.js: line 24, col 65, Expected '!==' and instead saw '!='. +build/public/templates/widgets/groupposts.js: line 24, col 81, ['posts'] is better written in dot notation. +build/public/templates/widgets/groupposts.js: line 24, col 99, Expected '!==' and instead saw '!='. +build/public/templates/widgets/groupposts.js: line 24, col 115, ['posts'] is better written in dot notation. +build/public/templates/widgets/groupposts.js: line 24, col 130, ['pid'] is better written in dot notation. +build/public/templates/widgets/groupposts.js: line 25, col 182, Line is too long. +build/public/templates/widgets/groupposts.js: line 26, col 206, Line is too long. +build/public/templates/widgets/groupposts.js: line 26, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/groupposts.js: line 26, col 53, ['posts'] is better written in dot notation. +build/public/templates/widgets/groupposts.js: line 26, col 65, Expected '!==' and instead saw '!='. +build/public/templates/widgets/groupposts.js: line 26, col 81, ['posts'] is better written in dot notation. +build/public/templates/widgets/groupposts.js: line 26, col 99, Expected '!==' and instead saw '!='. +build/public/templates/widgets/groupposts.js: line 26, col 115, ['posts'] is better written in dot notation. +build/public/templates/widgets/groupposts.js: line 26, col 130, ['user'] is better written in dot notation. +build/public/templates/widgets/groupposts.js: line 26, col 141, Expected '!==' and instead saw '!='. +build/public/templates/widgets/groupposts.js: line 26, col 157, ['posts'] is better written in dot notation. +build/public/templates/widgets/groupposts.js: line 26, col 172, ['user'] is better written in dot notation. +build/public/templates/widgets/groupposts.js: line 26, col 180, ['displayname'] is better written in dot notation. +build/public/templates/widgets/groupposts.js: line 28, col 193, Line is too long. +build/public/templates/widgets/groupposts.js: line 28, col 29, Expected '!==' and instead saw '!='. +build/public/templates/widgets/groupposts.js: line 28, col 45, ['posts'] is better written in dot notation. +build/public/templates/widgets/groupposts.js: line 28, col 57, Expected '!==' and instead saw '!='. +build/public/templates/widgets/groupposts.js: line 28, col 73, ['posts'] is better written in dot notation. +build/public/templates/widgets/groupposts.js: line 28, col 91, Expected '!==' and instead saw '!='. +build/public/templates/widgets/groupposts.js: line 28, col 107, ['posts'] is better written in dot notation. +build/public/templates/widgets/groupposts.js: line 28, col 122, ['user'] is better written in dot notation. +build/public/templates/widgets/groupposts.js: line 28, col 133, Expected '!==' and instead saw '!='. +build/public/templates/widgets/groupposts.js: line 28, col 149, ['posts'] is better written in dot notation. +build/public/templates/widgets/groupposts.js: line 28, col 164, ['user'] is better written in dot notation. +build/public/templates/widgets/groupposts.js: line 28, col 172, ['userslug'] is better written in dot notation. +build/public/templates/widgets/groupposts.js: line 29, col 39, Expected '!==' and instead saw '!='. +build/public/templates/widgets/groupposts.js: line 29, col 55, ['relative_path'] is better written in dot notation. +build/public/templates/widgets/groupposts.js: line 31, col 206, Line is too long. +build/public/templates/widgets/groupposts.js: line 31, col 41, Expected '!==' and instead saw '!='. +build/public/templates/widgets/groupposts.js: line 31, col 57, ['posts'] is better written in dot notation. +build/public/templates/widgets/groupposts.js: line 31, col 69, Expected '!==' and instead saw '!='. +build/public/templates/widgets/groupposts.js: line 31, col 85, ['posts'] is better written in dot notation. +build/public/templates/widgets/groupposts.js: line 31, col 103, Expected '!==' and instead saw '!='. +build/public/templates/widgets/groupposts.js: line 31, col 119, ['posts'] is better written in dot notation. +build/public/templates/widgets/groupposts.js: line 31, col 134, ['user'] is better written in dot notation. +build/public/templates/widgets/groupposts.js: line 31, col 145, Expected '!==' and instead saw '!='. +build/public/templates/widgets/groupposts.js: line 31, col 161, ['posts'] is better written in dot notation. +build/public/templates/widgets/groupposts.js: line 31, col 176, ['user'] is better written in dot notation. +build/public/templates/widgets/groupposts.js: line 31, col 184, ['userslug'] is better written in dot notation. +build/public/templates/widgets/groupposts.js: line 34, col 251, Line is too long. +build/public/templates/widgets/groupposts.js: line 34, col 78, Expected '!==' and instead saw '!='. +build/public/templates/widgets/groupposts.js: line 34, col 94, ['posts'] is better written in dot notation. +build/public/templates/widgets/groupposts.js: line 34, col 106, Expected '!==' and instead saw '!='. +build/public/templates/widgets/groupposts.js: line 34, col 122, ['posts'] is better written in dot notation. +build/public/templates/widgets/groupposts.js: line 34, col 140, Expected '!==' and instead saw '!='. +build/public/templates/widgets/groupposts.js: line 34, col 156, ['posts'] is better written in dot notation. +build/public/templates/widgets/groupposts.js: line 34, col 171, ['user'] is better written in dot notation. +build/public/templates/widgets/groupposts.js: line 34, col 214, Expected '!==' and instead saw '!='. +build/public/templates/widgets/groupposts.js: line 35, col 121, Line is too long. +build/public/templates/widgets/groupposts.js: line 36, col 120, Line is too long. +build/public/templates/widgets/groupposts.js: line 36, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/groupposts.js: line 36, col 53, ['config'] is better written in dot notation. +build/public/templates/widgets/groupposts.js: line 36, col 66, Expected '!==' and instead saw '!='. +build/public/templates/widgets/groupposts.js: line 36, col 82, ['config'] is better written in dot notation. +build/public/templates/widgets/groupposts.js: line 36, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/widgets/groupposts.js: line 38, col 203, Line is too long. +build/public/templates/widgets/groupposts.js: line 38, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/groupposts.js: line 38, col 53, ['posts'] is better written in dot notation. +build/public/templates/widgets/groupposts.js: line 38, col 65, Expected '!==' and instead saw '!='. +build/public/templates/widgets/groupposts.js: line 38, col 81, ['posts'] is better written in dot notation. +build/public/templates/widgets/groupposts.js: line 38, col 99, Expected '!==' and instead saw '!='. +build/public/templates/widgets/groupposts.js: line 38, col 115, ['posts'] is better written in dot notation. +build/public/templates/widgets/groupposts.js: line 38, col 130, ['user'] is better written in dot notation. +build/public/templates/widgets/groupposts.js: line 38, col 141, Expected '!==' and instead saw '!='. +build/public/templates/widgets/groupposts.js: line 38, col 157, ['posts'] is better written in dot notation. +build/public/templates/widgets/groupposts.js: line 38, col 172, ['user'] is better written in dot notation. +build/public/templates/widgets/groupposts.js: line 38, col 180, ['userslug'] is better written in dot notation. +build/public/templates/widgets/groupposts.js: line 40, col 206, Line is too long. +build/public/templates/widgets/groupposts.js: line 40, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/groupposts.js: line 40, col 53, ['posts'] is better written in dot notation. +build/public/templates/widgets/groupposts.js: line 40, col 65, Expected '!==' and instead saw '!='. +build/public/templates/widgets/groupposts.js: line 40, col 81, ['posts'] is better written in dot notation. +build/public/templates/widgets/groupposts.js: line 40, col 99, Expected '!==' and instead saw '!='. +build/public/templates/widgets/groupposts.js: line 40, col 115, ['posts'] is better written in dot notation. +build/public/templates/widgets/groupposts.js: line 40, col 130, ['user'] is better written in dot notation. +build/public/templates/widgets/groupposts.js: line 40, col 141, Expected '!==' and instead saw '!='. +build/public/templates/widgets/groupposts.js: line 40, col 157, ['posts'] is better written in dot notation. +build/public/templates/widgets/groupposts.js: line 40, col 172, ['user'] is better written in dot notation. +build/public/templates/widgets/groupposts.js: line 40, col 180, ['displayname'] is better written in dot notation. +build/public/templates/widgets/groupposts.js: line 42, col 157, Line is too long. +build/public/templates/widgets/groupposts.js: line 42, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/groupposts.js: line 42, col 53, ['posts'] is better written in dot notation. +build/public/templates/widgets/groupposts.js: line 42, col 65, Expected '!==' and instead saw '!='. +build/public/templates/widgets/groupposts.js: line 42, col 81, ['posts'] is better written in dot notation. +build/public/templates/widgets/groupposts.js: line 42, col 99, Expected '!==' and instead saw '!='. +build/public/templates/widgets/groupposts.js: line 42, col 115, ['posts'] is better written in dot notation. +build/public/templates/widgets/groupposts.js: line 42, col 130, ['timestampISO'] is better written in dot notation. +build/public/templates/widgets/groupposts.js: line 44, col 152, Line is too long. +build/public/templates/widgets/groupposts.js: line 44, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/groupposts.js: line 44, col 53, ['posts'] is better written in dot notation. +build/public/templates/widgets/groupposts.js: line 44, col 65, Expected '!==' and instead saw '!='. +build/public/templates/widgets/groupposts.js: line 44, col 81, ['posts'] is better written in dot notation. +build/public/templates/widgets/groupposts.js: line 44, col 99, Expected '!==' and instead saw '!='. +build/public/templates/widgets/groupposts.js: line 44, col 115, ['posts'] is better written in dot notation. +build/public/templates/widgets/groupposts.js: line 44, col 130, ['content'] is better written in dot notation. +build/public/templates/widgets/groupposts.js: line 46, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/groupposts.js: line 46, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/widgets/groupposts.js: line 48, col 198, Line is too long. +build/public/templates/widgets/groupposts.js: line 48, col 85, Expected '!==' and instead saw '!='. +build/public/templates/widgets/groupposts.js: line 48, col 101, ['posts'] is better written in dot notation. +build/public/templates/widgets/groupposts.js: line 48, col 113, Expected '!==' and instead saw '!='. +build/public/templates/widgets/groupposts.js: line 48, col 129, ['posts'] is better written in dot notation. +build/public/templates/widgets/groupposts.js: line 48, col 147, Expected '!==' and instead saw '!='. +build/public/templates/widgets/groupposts.js: line 48, col 163, ['posts'] is better written in dot notation. +build/public/templates/widgets/groupposts.js: line 48, col 178, ['pid'] is better written in dot notation. +build/public/templates/widgets/groupposts.js: line 22, col 13, 'key' is defined but never used. +build/public/templates/widgets/groupposts.js: line 21, col 106, 'value' is defined but never used. +build/public/templates/widgets/groupposts.js: line 20, col 11, 'value' is defined but never used. +build/public/templates/widgets/groupposts.js: line 61, col 3, Missing semicolon. +build/public/templates/widgets/groupposts.js: line 5, col 46, 'define' is not defined. +build/public/templates/widgets/groupposts.js: line 6, col 5, 'define' is not defined. + +build/public/templates/widgets/groups.js: line 13, col 22, ['groups'] is better written in dot notation. +build/public/templates/widgets/groups.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/widgets/groups.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/widgets/groups.js: line 21, col 114, Line is too long. +build/public/templates/widgets/groups.js: line 21, col 36, Expected '!==' and instead saw '!='. +build/public/templates/widgets/groups.js: line 21, col 52, ['groups'] is better written in dot notation. +build/public/templates/widgets/groups.js: line 23, col 108, Line is too long. +build/public/templates/widgets/groups.js: line 24, col 120, Line is too long. +build/public/templates/widgets/groups.js: line 24, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/groups.js: line 24, col 53, ['config'] is better written in dot notation. +build/public/templates/widgets/groups.js: line 24, col 66, Expected '!==' and instead saw '!='. +build/public/templates/widgets/groups.js: line 24, col 82, ['config'] is better written in dot notation. +build/public/templates/widgets/groups.js: line 24, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/widgets/groups.js: line 26, col 152, Line is too long. +build/public/templates/widgets/groups.js: line 26, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/groups.js: line 26, col 53, ['groups'] is better written in dot notation. +build/public/templates/widgets/groups.js: line 26, col 66, Expected '!==' and instead saw '!='. +build/public/templates/widgets/groups.js: line 26, col 82, ['groups'] is better written in dot notation. +build/public/templates/widgets/groups.js: line 26, col 101, Expected '!==' and instead saw '!='. +build/public/templates/widgets/groups.js: line 26, col 117, ['groups'] is better written in dot notation. +build/public/templates/widgets/groups.js: line 26, col 133, ['slug'] is better written in dot notation. +build/public/templates/widgets/groups.js: line 28, col 153, Line is too long. +build/public/templates/widgets/groups.js: line 28, col 29, Expected '!==' and instead saw '!='. +build/public/templates/widgets/groups.js: line 28, col 45, ['groups'] is better written in dot notation. +build/public/templates/widgets/groups.js: line 28, col 58, Expected '!==' and instead saw '!='. +build/public/templates/widgets/groups.js: line 28, col 74, ['groups'] is better written in dot notation. +build/public/templates/widgets/groups.js: line 28, col 93, Expected '!==' and instead saw '!='. +build/public/templates/widgets/groups.js: line 28, col 109, ['groups'] is better written in dot notation. +build/public/templates/widgets/groups.js: line 30, col 167, Line is too long. +build/public/templates/widgets/groups.js: line 30, col 41, Expected '!==' and instead saw '!='. +build/public/templates/widgets/groups.js: line 30, col 57, ['groups'] is better written in dot notation. +build/public/templates/widgets/groups.js: line 30, col 70, Expected '!==' and instead saw '!='. +build/public/templates/widgets/groups.js: line 30, col 86, ['groups'] is better written in dot notation. +build/public/templates/widgets/groups.js: line 30, col 105, Expected '!==' and instead saw '!='. +build/public/templates/widgets/groups.js: line 30, col 121, ['groups'] is better written in dot notation. +build/public/templates/widgets/groups.js: line 32, col 165, Line is too long. +build/public/templates/widgets/groups.js: line 32, col 41, Expected '!==' and instead saw '!='. +build/public/templates/widgets/groups.js: line 32, col 57, ['groups'] is better written in dot notation. +build/public/templates/widgets/groups.js: line 32, col 70, Expected '!==' and instead saw '!='. +build/public/templates/widgets/groups.js: line 32, col 86, ['groups'] is better written in dot notation. +build/public/templates/widgets/groups.js: line 32, col 105, Expected '!==' and instead saw '!='. +build/public/templates/widgets/groups.js: line 32, col 121, ['groups'] is better written in dot notation. +build/public/templates/widgets/groups.js: line 35, col 120, Line is too long. +build/public/templates/widgets/groups.js: line 35, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/groups.js: line 35, col 53, ['config'] is better written in dot notation. +build/public/templates/widgets/groups.js: line 35, col 66, Expected '!==' and instead saw '!='. +build/public/templates/widgets/groups.js: line 35, col 82, ['config'] is better written in dot notation. +build/public/templates/widgets/groups.js: line 35, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/widgets/groups.js: line 37, col 152, Line is too long. +build/public/templates/widgets/groups.js: line 37, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/groups.js: line 37, col 53, ['groups'] is better written in dot notation. +build/public/templates/widgets/groups.js: line 37, col 66, Expected '!==' and instead saw '!='. +build/public/templates/widgets/groups.js: line 37, col 82, ['groups'] is better written in dot notation. +build/public/templates/widgets/groups.js: line 37, col 101, Expected '!==' and instead saw '!='. +build/public/templates/widgets/groups.js: line 37, col 117, ['groups'] is better written in dot notation. +build/public/templates/widgets/groups.js: line 37, col 133, ['slug'] is better written in dot notation. +build/public/templates/widgets/groups.js: line 38, col 232, Line is too long. +build/public/templates/widgets/groups.js: line 39, col 159, Line is too long. +build/public/templates/widgets/groups.js: line 39, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/groups.js: line 39, col 53, ['groups'] is better written in dot notation. +build/public/templates/widgets/groups.js: line 39, col 66, Expected '!==' and instead saw '!='. +build/public/templates/widgets/groups.js: line 39, col 82, ['groups'] is better written in dot notation. +build/public/templates/widgets/groups.js: line 39, col 101, Expected '!==' and instead saw '!='. +build/public/templates/widgets/groups.js: line 39, col 117, ['groups'] is better written in dot notation. +build/public/templates/widgets/groups.js: line 39, col 133, ['displayName'] is better written in dot notation. +build/public/templates/widgets/groups.js: line 41, col 159, Line is too long. +build/public/templates/widgets/groups.js: line 41, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/groups.js: line 41, col 53, ['groups'] is better written in dot notation. +build/public/templates/widgets/groups.js: line 41, col 66, Expected '!==' and instead saw '!='. +build/public/templates/widgets/groups.js: line 41, col 82, ['groups'] is better written in dot notation. +build/public/templates/widgets/groups.js: line 41, col 101, Expected '!==' and instead saw '!='. +build/public/templates/widgets/groups.js: line 41, col 117, ['groups'] is better written in dot notation. +build/public/templates/widgets/groups.js: line 41, col 133, ['memberCount'] is better written in dot notation. +build/public/templates/widgets/groups.js: line 43, col 159, Line is too long. +build/public/templates/widgets/groups.js: line 43, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/groups.js: line 43, col 53, ['groups'] is better written in dot notation. +build/public/templates/widgets/groups.js: line 43, col 66, Expected '!==' and instead saw '!='. +build/public/templates/widgets/groups.js: line 43, col 82, ['groups'] is better written in dot notation. +build/public/templates/widgets/groups.js: line 43, col 101, Expected '!==' and instead saw '!='. +build/public/templates/widgets/groups.js: line 43, col 117, ['groups'] is better written in dot notation. +build/public/templates/widgets/groups.js: line 43, col 133, ['description'] is better written in dot notation. +build/public/templates/widgets/groups.js: line 22, col 13, 'key' is defined but never used. +build/public/templates/widgets/groups.js: line 21, col 107, 'value' is defined but never used. +build/public/templates/widgets/groups.js: line 21, col 99, 'length' is defined but never used. +build/public/templates/widgets/groups.js: line 21, col 92, 'index' is defined but never used. +build/public/templates/widgets/groups.js: line 20, col 11, 'value' is defined but never used. +build/public/templates/widgets/groups.js: line 18, col 62, 'helper' is defined but never used. +build/public/templates/widgets/groups.js: line 52, col 3, Missing semicolon. +build/public/templates/widgets/groups.js: line 5, col 46, 'define' is not defined. +build/public/templates/widgets/groups.js: line 6, col 5, 'define' is not defined. + +build/public/templates/widgets/latestusers.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/widgets/latestusers.js: line 13, col 41, ['sidebar'] is better written in dot notation. +build/public/templates/widgets/latestusers.js: line 17, col 22, ['users'] is better written in dot notation. +build/public/templates/widgets/latestusers.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/widgets/latestusers.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/widgets/latestusers.js: line 25, col 113, Line is too long. +build/public/templates/widgets/latestusers.js: line 25, col 36, Expected '!==' and instead saw '!='. +build/public/templates/widgets/latestusers.js: line 25, col 52, ['users'] is better written in dot notation. +build/public/templates/widgets/latestusers.js: line 28, col 120, Line is too long. +build/public/templates/widgets/latestusers.js: line 28, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/latestusers.js: line 28, col 53, ['config'] is better written in dot notation. +build/public/templates/widgets/latestusers.js: line 28, col 66, Expected '!==' and instead saw '!='. +build/public/templates/widgets/latestusers.js: line 28, col 82, ['config'] is better written in dot notation. +build/public/templates/widgets/latestusers.js: line 28, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/widgets/latestusers.js: line 30, col 153, Line is too long. +build/public/templates/widgets/latestusers.js: line 30, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/latestusers.js: line 30, col 53, ['users'] is better written in dot notation. +build/public/templates/widgets/latestusers.js: line 30, col 65, Expected '!==' and instead saw '!='. +build/public/templates/widgets/latestusers.js: line 30, col 81, ['users'] is better written in dot notation. +build/public/templates/widgets/latestusers.js: line 30, col 99, Expected '!==' and instead saw '!='. +build/public/templates/widgets/latestusers.js: line 30, col 115, ['users'] is better written in dot notation. +build/public/templates/widgets/latestusers.js: line 30, col 130, ['userslug'] is better written in dot notation. +build/public/templates/widgets/latestusers.js: line 31, col 111, Line is too long. +build/public/templates/widgets/latestusers.js: line 32, col 154, Line is too long. +build/public/templates/widgets/latestusers.js: line 32, col 100, Expected '!==' and instead saw '!='. +build/public/templates/widgets/latestusers.js: line 33, col 122, Line is too long. +build/public/templates/widgets/latestusers.js: line 34, col 156, Line is too long. +build/public/templates/widgets/latestusers.js: line 34, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/latestusers.js: line 34, col 53, ['users'] is better written in dot notation. +build/public/templates/widgets/latestusers.js: line 34, col 65, Expected '!==' and instead saw '!='. +build/public/templates/widgets/latestusers.js: line 34, col 81, ['users'] is better written in dot notation. +build/public/templates/widgets/latestusers.js: line 34, col 99, Expected '!==' and instead saw '!='. +build/public/templates/widgets/latestusers.js: line 34, col 115, ['users'] is better written in dot notation. +build/public/templates/widgets/latestusers.js: line 34, col 130, ['displayname'] is better written in dot notation. +build/public/templates/widgets/latestusers.js: line 36, col 156, Line is too long. +build/public/templates/widgets/latestusers.js: line 36, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/latestusers.js: line 36, col 53, ['users'] is better written in dot notation. +build/public/templates/widgets/latestusers.js: line 36, col 65, Expected '!==' and instead saw '!='. +build/public/templates/widgets/latestusers.js: line 36, col 81, ['users'] is better written in dot notation. +build/public/templates/widgets/latestusers.js: line 36, col 99, Expected '!==' and instead saw '!='. +build/public/templates/widgets/latestusers.js: line 36, col 115, ['users'] is better written in dot notation. +build/public/templates/widgets/latestusers.js: line 36, col 130, ['displayname'] is better written in dot notation. +build/public/templates/widgets/latestusers.js: line 37, col 105, Line is too long. +build/public/templates/widgets/latestusers.js: line 38, col 156, Line is too long. +build/public/templates/widgets/latestusers.js: line 38, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/latestusers.js: line 38, col 53, ['users'] is better written in dot notation. +build/public/templates/widgets/latestusers.js: line 38, col 65, Expected '!==' and instead saw '!='. +build/public/templates/widgets/latestusers.js: line 38, col 81, ['users'] is better written in dot notation. +build/public/templates/widgets/latestusers.js: line 38, col 99, Expected '!==' and instead saw '!='. +build/public/templates/widgets/latestusers.js: line 38, col 115, ['users'] is better written in dot notation. +build/public/templates/widgets/latestusers.js: line 38, col 130, ['joindateISO'] is better written in dot notation. +build/public/templates/widgets/latestusers.js: line 26, col 13, 'key' is defined but never used. +build/public/templates/widgets/latestusers.js: line 24, col 11, 'value' is defined but never used. +build/public/templates/widgets/latestusers.js: line 47, col 3, Missing semicolon. +build/public/templates/widgets/latestusers.js: line 5, col 46, 'define' is not defined. +build/public/templates/widgets/latestusers.js: line 6, col 5, 'define' is not defined. + +build/public/templates/widgets/moderators.js: line 13, col 22, ['moderators'] is better written in dot notation. +build/public/templates/widgets/moderators.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/widgets/moderators.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/widgets/moderators.js: line 21, col 118, Line is too long. +build/public/templates/widgets/moderators.js: line 21, col 36, Expected '!==' and instead saw '!='. +build/public/templates/widgets/moderators.js: line 21, col 52, ['moderators'] is better written in dot notation. +build/public/templates/widgets/moderators.js: line 24, col 120, Line is too long. +build/public/templates/widgets/moderators.js: line 24, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/moderators.js: line 24, col 53, ['config'] is better written in dot notation. +build/public/templates/widgets/moderators.js: line 24, col 66, Expected '!==' and instead saw '!='. +build/public/templates/widgets/moderators.js: line 24, col 82, ['config'] is better written in dot notation. +build/public/templates/widgets/moderators.js: line 24, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/widgets/moderators.js: line 26, col 168, Line is too long. +build/public/templates/widgets/moderators.js: line 26, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/moderators.js: line 26, col 53, ['moderators'] is better written in dot notation. +build/public/templates/widgets/moderators.js: line 26, col 70, Expected '!==' and instead saw '!='. +build/public/templates/widgets/moderators.js: line 26, col 86, ['moderators'] is better written in dot notation. +build/public/templates/widgets/moderators.js: line 26, col 109, Expected '!==' and instead saw '!='. +build/public/templates/widgets/moderators.js: line 26, col 125, ['moderators'] is better written in dot notation. +build/public/templates/widgets/moderators.js: line 26, col 145, ['userslug'] is better written in dot notation. +build/public/templates/widgets/moderators.js: line 27, col 123, Line is too long. +build/public/templates/widgets/moderators.js: line 28, col 154, Line is too long. +build/public/templates/widgets/moderators.js: line 28, col 100, Expected '!==' and instead saw '!='. +build/public/templates/widgets/moderators.js: line 29, col 122, Line is too long. +build/public/templates/widgets/moderators.js: line 30, col 171, Line is too long. +build/public/templates/widgets/moderators.js: line 30, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/moderators.js: line 30, col 53, ['moderators'] is better written in dot notation. +build/public/templates/widgets/moderators.js: line 30, col 70, Expected '!==' and instead saw '!='. +build/public/templates/widgets/moderators.js: line 30, col 86, ['moderators'] is better written in dot notation. +build/public/templates/widgets/moderators.js: line 30, col 109, Expected '!==' and instead saw '!='. +build/public/templates/widgets/moderators.js: line 30, col 125, ['moderators'] is better written in dot notation. +build/public/templates/widgets/moderators.js: line 30, col 145, ['displayname'] is better written in dot notation. +build/public/templates/widgets/moderators.js: line 32, col 171, Line is too long. +build/public/templates/widgets/moderators.js: line 32, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/moderators.js: line 32, col 53, ['moderators'] is better written in dot notation. +build/public/templates/widgets/moderators.js: line 32, col 70, Expected '!==' and instead saw '!='. +build/public/templates/widgets/moderators.js: line 32, col 86, ['moderators'] is better written in dot notation. +build/public/templates/widgets/moderators.js: line 32, col 109, Expected '!==' and instead saw '!='. +build/public/templates/widgets/moderators.js: line 32, col 125, ['moderators'] is better written in dot notation. +build/public/templates/widgets/moderators.js: line 32, col 145, ['displayname'] is better written in dot notation. +build/public/templates/widgets/moderators.js: line 34, col 168, Line is too long. +build/public/templates/widgets/moderators.js: line 34, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/moderators.js: line 34, col 53, ['moderators'] is better written in dot notation. +build/public/templates/widgets/moderators.js: line 34, col 70, Expected '!==' and instead saw '!='. +build/public/templates/widgets/moderators.js: line 34, col 86, ['moderators'] is better written in dot notation. +build/public/templates/widgets/moderators.js: line 34, col 109, Expected '!==' and instead saw '!='. +build/public/templates/widgets/moderators.js: line 34, col 125, ['moderators'] is better written in dot notation. +build/public/templates/widgets/moderators.js: line 34, col 145, ['username'] is better written in dot notation. +build/public/templates/widgets/moderators.js: line 22, col 13, 'key' is defined but never used. +build/public/templates/widgets/moderators.js: line 20, col 11, 'value' is defined but never used. +build/public/templates/widgets/moderators.js: line 43, col 3, Missing semicolon. +build/public/templates/widgets/moderators.js: line 5, col 46, 'define' is not defined. +build/public/templates/widgets/moderators.js: line 6, col 5, 'define' is not defined. + +build/public/templates/widgets/onlineusers.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/widgets/onlineusers.js: line 13, col 41, ['sidebar'] is better written in dot notation. +build/public/templates/widgets/onlineusers.js: line 17, col 22, ['online_users'] is better written in dot notation. +build/public/templates/widgets/onlineusers.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/widgets/onlineusers.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/widgets/onlineusers.js: line 25, col 120, Line is too long. +build/public/templates/widgets/onlineusers.js: line 25, col 36, Expected '!==' and instead saw '!='. +build/public/templates/widgets/onlineusers.js: line 25, col 52, ['online_users'] is better written in dot notation. +build/public/templates/widgets/onlineusers.js: line 28, col 120, Line is too long. +build/public/templates/widgets/onlineusers.js: line 28, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/onlineusers.js: line 28, col 53, ['config'] is better written in dot notation. +build/public/templates/widgets/onlineusers.js: line 28, col 66, Expected '!==' and instead saw '!='. +build/public/templates/widgets/onlineusers.js: line 28, col 82, ['config'] is better written in dot notation. +build/public/templates/widgets/onlineusers.js: line 28, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/widgets/onlineusers.js: line 30, col 174, Line is too long. +build/public/templates/widgets/onlineusers.js: line 30, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/onlineusers.js: line 30, col 53, ['online_users'] is better written in dot notation. +build/public/templates/widgets/onlineusers.js: line 30, col 72, Expected '!==' and instead saw '!='. +build/public/templates/widgets/onlineusers.js: line 30, col 88, ['online_users'] is better written in dot notation. +build/public/templates/widgets/onlineusers.js: line 30, col 113, Expected '!==' and instead saw '!='. +build/public/templates/widgets/onlineusers.js: line 30, col 129, ['online_users'] is better written in dot notation. +build/public/templates/widgets/onlineusers.js: line 30, col 151, ['userslug'] is better written in dot notation. +build/public/templates/widgets/onlineusers.js: line 31, col 111, Line is too long. +build/public/templates/widgets/onlineusers.js: line 32, col 154, Line is too long. +build/public/templates/widgets/onlineusers.js: line 32, col 100, Expected '!==' and instead saw '!='. +build/public/templates/widgets/onlineusers.js: line 33, col 122, Line is too long. +build/public/templates/widgets/onlineusers.js: line 34, col 177, Line is too long. +build/public/templates/widgets/onlineusers.js: line 34, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/onlineusers.js: line 34, col 53, ['online_users'] is better written in dot notation. +build/public/templates/widgets/onlineusers.js: line 34, col 72, Expected '!==' and instead saw '!='. +build/public/templates/widgets/onlineusers.js: line 34, col 88, ['online_users'] is better written in dot notation. +build/public/templates/widgets/onlineusers.js: line 34, col 113, Expected '!==' and instead saw '!='. +build/public/templates/widgets/onlineusers.js: line 34, col 129, ['online_users'] is better written in dot notation. +build/public/templates/widgets/onlineusers.js: line 34, col 151, ['displayname'] is better written in dot notation. +build/public/templates/widgets/onlineusers.js: line 36, col 177, Line is too long. +build/public/templates/widgets/onlineusers.js: line 36, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/onlineusers.js: line 36, col 53, ['online_users'] is better written in dot notation. +build/public/templates/widgets/onlineusers.js: line 36, col 72, Expected '!==' and instead saw '!='. +build/public/templates/widgets/onlineusers.js: line 36, col 88, ['online_users'] is better written in dot notation. +build/public/templates/widgets/onlineusers.js: line 36, col 113, Expected '!==' and instead saw '!='. +build/public/templates/widgets/onlineusers.js: line 36, col 129, ['online_users'] is better written in dot notation. +build/public/templates/widgets/onlineusers.js: line 36, col 151, ['displayname'] is better written in dot notation. +build/public/templates/widgets/onlineusers.js: line 37, col 105, Line is too long. +build/public/templates/widgets/onlineusers.js: line 38, col 179, Line is too long. +build/public/templates/widgets/onlineusers.js: line 38, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/onlineusers.js: line 38, col 53, ['online_users'] is better written in dot notation. +build/public/templates/widgets/onlineusers.js: line 38, col 72, Expected '!==' and instead saw '!='. +build/public/templates/widgets/onlineusers.js: line 38, col 88, ['online_users'] is better written in dot notation. +build/public/templates/widgets/onlineusers.js: line 38, col 113, Expected '!==' and instead saw '!='. +build/public/templates/widgets/onlineusers.js: line 38, col 129, ['online_users'] is better written in dot notation. +build/public/templates/widgets/onlineusers.js: line 38, col 151, ['lastonlineISO'] is better written in dot notation. +build/public/templates/widgets/onlineusers.js: line 26, col 13, 'key' is defined but never used. +build/public/templates/widgets/onlineusers.js: line 24, col 11, 'value' is defined but never used. +build/public/templates/widgets/onlineusers.js: line 47, col 3, Missing semicolon. +build/public/templates/widgets/onlineusers.js: line 5, col 46, 'define' is not defined. +build/public/templates/widgets/onlineusers.js: line 6, col 5, 'define' is not defined. + +build/public/templates/widgets/partials/posts.js: line 12, col 27, ['posts'] is better written in dot notation. +build/public/templates/widgets/partials/posts.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/widgets/partials/posts.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/widgets/partials/posts.js: line 19, col 113, Line is too long. +build/public/templates/widgets/partials/posts.js: line 19, col 36, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/posts.js: line 19, col 52, ['posts'] is better written in dot notation. +build/public/templates/widgets/partials/posts.js: line 22, col 148, Line is too long. +build/public/templates/widgets/partials/posts.js: line 22, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/posts.js: line 22, col 53, ['posts'] is better written in dot notation. +build/public/templates/widgets/partials/posts.js: line 22, col 65, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/posts.js: line 22, col 81, ['posts'] is better written in dot notation. +build/public/templates/widgets/partials/posts.js: line 22, col 99, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/posts.js: line 22, col 115, ['posts'] is better written in dot notation. +build/public/templates/widgets/partials/posts.js: line 22, col 130, ['pid'] is better written in dot notation. +build/public/templates/widgets/partials/posts.js: line 23, col 182, Line is too long. +build/public/templates/widgets/partials/posts.js: line 24, col 206, Line is too long. +build/public/templates/widgets/partials/posts.js: line 24, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/posts.js: line 24, col 53, ['posts'] is better written in dot notation. +build/public/templates/widgets/partials/posts.js: line 24, col 65, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/posts.js: line 24, col 81, ['posts'] is better written in dot notation. +build/public/templates/widgets/partials/posts.js: line 24, col 99, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/posts.js: line 24, col 115, ['posts'] is better written in dot notation. +build/public/templates/widgets/partials/posts.js: line 24, col 130, ['user'] is better written in dot notation. +build/public/templates/widgets/partials/posts.js: line 24, col 141, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/posts.js: line 24, col 157, ['posts'] is better written in dot notation. +build/public/templates/widgets/partials/posts.js: line 24, col 172, ['user'] is better written in dot notation. +build/public/templates/widgets/partials/posts.js: line 24, col 180, ['displayname'] is better written in dot notation. +build/public/templates/widgets/partials/posts.js: line 26, col 193, Line is too long. +build/public/templates/widgets/partials/posts.js: line 26, col 29, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/posts.js: line 26, col 45, ['posts'] is better written in dot notation. +build/public/templates/widgets/partials/posts.js: line 26, col 57, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/posts.js: line 26, col 73, ['posts'] is better written in dot notation. +build/public/templates/widgets/partials/posts.js: line 26, col 91, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/posts.js: line 26, col 107, ['posts'] is better written in dot notation. +build/public/templates/widgets/partials/posts.js: line 26, col 122, ['user'] is better written in dot notation. +build/public/templates/widgets/partials/posts.js: line 26, col 133, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/posts.js: line 26, col 149, ['posts'] is better written in dot notation. +build/public/templates/widgets/partials/posts.js: line 26, col 164, ['user'] is better written in dot notation. +build/public/templates/widgets/partials/posts.js: line 26, col 172, ['userslug'] is better written in dot notation. +build/public/templates/widgets/partials/posts.js: line 27, col 39, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/posts.js: line 27, col 55, ['relative_path'] is better written in dot notation. +build/public/templates/widgets/partials/posts.js: line 29, col 206, Line is too long. +build/public/templates/widgets/partials/posts.js: line 29, col 41, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/posts.js: line 29, col 57, ['posts'] is better written in dot notation. +build/public/templates/widgets/partials/posts.js: line 29, col 69, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/posts.js: line 29, col 85, ['posts'] is better written in dot notation. +build/public/templates/widgets/partials/posts.js: line 29, col 103, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/posts.js: line 29, col 119, ['posts'] is better written in dot notation. +build/public/templates/widgets/partials/posts.js: line 29, col 134, ['user'] is better written in dot notation. +build/public/templates/widgets/partials/posts.js: line 29, col 145, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/posts.js: line 29, col 161, ['posts'] is better written in dot notation. +build/public/templates/widgets/partials/posts.js: line 29, col 176, ['user'] is better written in dot notation. +build/public/templates/widgets/partials/posts.js: line 29, col 184, ['userslug'] is better written in dot notation. +build/public/templates/widgets/partials/posts.js: line 32, col 251, Line is too long. +build/public/templates/widgets/partials/posts.js: line 32, col 78, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/posts.js: line 32, col 94, ['posts'] is better written in dot notation. +build/public/templates/widgets/partials/posts.js: line 32, col 106, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/posts.js: line 32, col 122, ['posts'] is better written in dot notation. +build/public/templates/widgets/partials/posts.js: line 32, col 140, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/posts.js: line 32, col 156, ['posts'] is better written in dot notation. +build/public/templates/widgets/partials/posts.js: line 32, col 171, ['user'] is better written in dot notation. +build/public/templates/widgets/partials/posts.js: line 32, col 214, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/posts.js: line 33, col 121, Line is too long. +build/public/templates/widgets/partials/posts.js: line 34, col 120, Line is too long. +build/public/templates/widgets/partials/posts.js: line 34, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/posts.js: line 34, col 53, ['config'] is better written in dot notation. +build/public/templates/widgets/partials/posts.js: line 34, col 66, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/posts.js: line 34, col 82, ['config'] is better written in dot notation. +build/public/templates/widgets/partials/posts.js: line 34, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/widgets/partials/posts.js: line 36, col 203, Line is too long. +build/public/templates/widgets/partials/posts.js: line 36, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/posts.js: line 36, col 53, ['posts'] is better written in dot notation. +build/public/templates/widgets/partials/posts.js: line 36, col 65, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/posts.js: line 36, col 81, ['posts'] is better written in dot notation. +build/public/templates/widgets/partials/posts.js: line 36, col 99, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/posts.js: line 36, col 115, ['posts'] is better written in dot notation. +build/public/templates/widgets/partials/posts.js: line 36, col 130, ['user'] is better written in dot notation. +build/public/templates/widgets/partials/posts.js: line 36, col 141, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/posts.js: line 36, col 157, ['posts'] is better written in dot notation. +build/public/templates/widgets/partials/posts.js: line 36, col 172, ['user'] is better written in dot notation. +build/public/templates/widgets/partials/posts.js: line 36, col 180, ['userslug'] is better written in dot notation. +build/public/templates/widgets/partials/posts.js: line 38, col 206, Line is too long. +build/public/templates/widgets/partials/posts.js: line 38, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/posts.js: line 38, col 53, ['posts'] is better written in dot notation. +build/public/templates/widgets/partials/posts.js: line 38, col 65, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/posts.js: line 38, col 81, ['posts'] is better written in dot notation. +build/public/templates/widgets/partials/posts.js: line 38, col 99, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/posts.js: line 38, col 115, ['posts'] is better written in dot notation. +build/public/templates/widgets/partials/posts.js: line 38, col 130, ['user'] is better written in dot notation. +build/public/templates/widgets/partials/posts.js: line 38, col 141, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/posts.js: line 38, col 157, ['posts'] is better written in dot notation. +build/public/templates/widgets/partials/posts.js: line 38, col 172, ['user'] is better written in dot notation. +build/public/templates/widgets/partials/posts.js: line 38, col 180, ['displayname'] is better written in dot notation. +build/public/templates/widgets/partials/posts.js: line 40, col 157, Line is too long. +build/public/templates/widgets/partials/posts.js: line 40, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/posts.js: line 40, col 53, ['posts'] is better written in dot notation. +build/public/templates/widgets/partials/posts.js: line 40, col 65, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/posts.js: line 40, col 81, ['posts'] is better written in dot notation. +build/public/templates/widgets/partials/posts.js: line 40, col 99, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/posts.js: line 40, col 115, ['posts'] is better written in dot notation. +build/public/templates/widgets/partials/posts.js: line 40, col 130, ['timestampISO'] is better written in dot notation. +build/public/templates/widgets/partials/posts.js: line 42, col 152, Line is too long. +build/public/templates/widgets/partials/posts.js: line 42, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/posts.js: line 42, col 53, ['posts'] is better written in dot notation. +build/public/templates/widgets/partials/posts.js: line 42, col 65, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/posts.js: line 42, col 81, ['posts'] is better written in dot notation. +build/public/templates/widgets/partials/posts.js: line 42, col 99, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/posts.js: line 42, col 115, ['posts'] is better written in dot notation. +build/public/templates/widgets/partials/posts.js: line 42, col 130, ['content'] is better written in dot notation. +build/public/templates/widgets/partials/posts.js: line 44, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/posts.js: line 44, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/widgets/partials/posts.js: line 46, col 198, Line is too long. +build/public/templates/widgets/partials/posts.js: line 46, col 85, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/posts.js: line 46, col 101, ['posts'] is better written in dot notation. +build/public/templates/widgets/partials/posts.js: line 46, col 113, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/posts.js: line 46, col 129, ['posts'] is better written in dot notation. +build/public/templates/widgets/partials/posts.js: line 46, col 147, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/posts.js: line 46, col 163, ['posts'] is better written in dot notation. +build/public/templates/widgets/partials/posts.js: line 46, col 178, ['pid'] is better written in dot notation. +build/public/templates/widgets/partials/posts.js: line 20, col 13, 'key' is defined but never used. +build/public/templates/widgets/partials/posts.js: line 19, col 106, 'value' is defined but never used. +build/public/templates/widgets/partials/posts.js: line 18, col 11, 'value' is defined but never used. +build/public/templates/widgets/partials/posts.js: line 59, col 3, Missing semicolon. +build/public/templates/widgets/partials/posts.js: line 5, col 46, 'define' is not defined. +build/public/templates/widgets/partials/posts.js: line 6, col 5, 'define' is not defined. + +build/public/templates/widgets/partials/topics.js: line 12, col 27, ['topics'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/widgets/partials/topics.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/widgets/partials/topics.js: line 19, col 114, Line is too long. +build/public/templates/widgets/partials/topics.js: line 19, col 36, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/topics.js: line 19, col 52, ['topics'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 22, col 199, Line is too long. +build/public/templates/widgets/partials/topics.js: line 22, col 29, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/topics.js: line 22, col 45, ['topics'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 22, col 58, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/topics.js: line 22, col 74, ['topics'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 22, col 93, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/topics.js: line 22, col 109, ['topics'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 22, col 125, ['thumbs'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 22, col 138, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/topics.js: line 22, col 154, ['topics'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 22, col 170, ['thumbs'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 22, col 180, ['length'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 23, col 113, Line is too long. +build/public/templates/widgets/partials/topics.js: line 24, col 124, Line is too long. +build/public/templates/widgets/partials/topics.js: line 24, col 41, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/topics.js: line 24, col 57, ['config'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 24, col 70, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/topics.js: line 24, col 86, ['config'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 24, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 26, col 156, Line is too long. +build/public/templates/widgets/partials/topics.js: line 26, col 41, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/topics.js: line 26, col 57, ['topics'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 26, col 70, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/topics.js: line 26, col 86, ['topics'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 26, col 105, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/topics.js: line 26, col 121, ['topics'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 26, col 137, ['slug'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 27, col 150, Line is too long. +build/public/templates/widgets/partials/topics.js: line 27, col 33, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/topics.js: line 27, col 49, ['topics'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 27, col 62, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/topics.js: line 27, col 78, ['topics'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 27, col 97, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/topics.js: line 27, col 113, ['topics'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 27, col 129, ['bookmark'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 29, col 163, Line is too long. +build/public/templates/widgets/partials/topics.js: line 29, col 45, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/topics.js: line 29, col 61, ['topics'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 29, col 74, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/topics.js: line 29, col 90, ['topics'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 29, col 109, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/topics.js: line 29, col 125, ['topics'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 29, col 141, ['bookmark'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 31, col 212, Line is too long. +build/public/templates/widgets/partials/topics.js: line 32, col 265, Line is too long. +build/public/templates/widgets/partials/topics.js: line 32, col 41, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/topics.js: line 32, col 57, ['topics'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 32, col 70, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/topics.js: line 32, col 86, ['topics'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 32, col 105, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/topics.js: line 32, col 121, ['topics'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 32, col 137, ['thumbs'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 32, col 150, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/topics.js: line 32, col 166, ['topics'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 32, col 182, ['thumbs'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 32, col 200, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/topics.js: line 32, col 216, ['topics'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 32, col 232, ['thumbs'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 32, col 247, ['url'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 35, col 138, Line is too long. +build/public/templates/widgets/partials/topics.js: line 36, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/topics.js: line 36, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 38, col 152, Line is too long. +build/public/templates/widgets/partials/topics.js: line 38, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/topics.js: line 38, col 53, ['topics'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 38, col 66, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/topics.js: line 38, col 82, ['topics'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 38, col 101, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/topics.js: line 38, col 117, ['topics'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 38, col 133, ['slug'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 40, col 153, Line is too long. +build/public/templates/widgets/partials/topics.js: line 40, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/topics.js: line 40, col 53, ['topics'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 40, col 66, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/topics.js: line 40, col 82, ['topics'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 40, col 101, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/topics.js: line 40, col 117, ['topics'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 40, col 133, ['title'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 41, col 135, Line is too long. +build/public/templates/widgets/partials/topics.js: line 42, col 210, Line is too long. +build/public/templates/widgets/partials/topics.js: line 42, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/topics.js: line 42, col 53, ['topics'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 42, col 66, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/topics.js: line 42, col 82, ['topics'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 42, col 101, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/topics.js: line 42, col 117, ['topics'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 42, col 133, ['user'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 42, col 144, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/topics.js: line 42, col 160, ['topics'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 42, col 176, ['user'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 42, col 184, ['displayname'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 44, col 262, Line is too long. +build/public/templates/widgets/partials/topics.js: line 44, col 29, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/topics.js: line 44, col 45, ['topics'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 44, col 58, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/topics.js: line 44, col 74, ['topics'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 44, col 93, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/topics.js: line 44, col 109, ['topics'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 44, col 125, ['teaser'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 44, col 138, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/topics.js: line 44, col 154, ['topics'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 44, col 170, ['teaser'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 44, col 180, ['user'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 44, col 191, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/topics.js: line 44, col 207, ['topics'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 44, col 223, ['teaser'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 44, col 233, ['user'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 44, col 241, ['userslug'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 45, col 39, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/topics.js: line 45, col 55, ['relative_path'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 47, col 275, Line is too long. +build/public/templates/widgets/partials/topics.js: line 47, col 41, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/topics.js: line 47, col 57, ['topics'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 47, col 70, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/topics.js: line 47, col 86, ['topics'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 47, col 105, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/topics.js: line 47, col 121, ['topics'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 47, col 137, ['teaser'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 47, col 150, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/topics.js: line 47, col 166, ['topics'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 47, col 182, ['teaser'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 47, col 192, ['user'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 47, col 203, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/topics.js: line 47, col 219, ['topics'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 47, col 235, ['teaser'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 47, col 245, ['user'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 47, col 253, ['userslug'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 50, col 309, Line is too long. +build/public/templates/widgets/partials/topics.js: line 50, col 78, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/topics.js: line 50, col 94, ['topics'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 50, col 107, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/topics.js: line 50, col 123, ['topics'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 50, col 142, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/topics.js: line 50, col 158, ['topics'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 50, col 174, ['teaser'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 50, col 187, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/topics.js: line 50, col 203, ['topics'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 50, col 219, ['teaser'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 50, col 229, ['user'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 50, col 272, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/topics.js: line 51, col 133, Line is too long. +build/public/templates/widgets/partials/topics.js: line 52, col 120, Line is too long. +build/public/templates/widgets/partials/topics.js: line 52, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/topics.js: line 52, col 53, ['config'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 52, col 66, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/topics.js: line 52, col 82, ['config'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 52, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 54, col 272, Line is too long. +build/public/templates/widgets/partials/topics.js: line 54, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/topics.js: line 54, col 53, ['topics'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 54, col 66, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/topics.js: line 54, col 82, ['topics'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 54, col 101, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/topics.js: line 54, col 117, ['topics'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 54, col 133, ['teaser'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 54, col 146, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/topics.js: line 54, col 162, ['topics'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 54, col 178, ['teaser'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 54, col 188, ['user'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 54, col 199, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/topics.js: line 54, col 215, ['topics'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 54, col 231, ['teaser'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 54, col 241, ['user'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 54, col 249, ['userslug'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 56, col 275, Line is too long. +build/public/templates/widgets/partials/topics.js: line 56, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/topics.js: line 56, col 53, ['topics'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 56, col 66, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/topics.js: line 56, col 82, ['topics'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 56, col 101, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/topics.js: line 56, col 117, ['topics'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 56, col 133, ['teaser'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 56, col 146, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/topics.js: line 56, col 162, ['topics'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 56, col 178, ['teaser'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 56, col 188, ['user'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 56, col 199, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/topics.js: line 56, col 215, ['topics'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 56, col 231, ['teaser'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 56, col 241, ['user'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 56, col 249, ['displayname'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 58, col 215, Line is too long. +build/public/templates/widgets/partials/topics.js: line 58, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/topics.js: line 58, col 53, ['topics'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 58, col 66, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/topics.js: line 58, col 82, ['topics'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 58, col 101, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/topics.js: line 58, col 117, ['topics'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 58, col 133, ['teaser'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 58, col 146, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/topics.js: line 58, col 162, ['topics'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 58, col 178, ['teaser'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 58, col 188, ['timestampISO'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 59, col 199, Line is too long. +build/public/templates/widgets/partials/topics.js: line 60, col 204, Line is too long. +build/public/templates/widgets/partials/topics.js: line 60, col 86, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/topics.js: line 60, col 102, ['topics'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 60, col 115, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/topics.js: line 60, col 131, ['topics'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 60, col 150, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/topics.js: line 60, col 166, ['topics'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 60, col 182, ['votes'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 61, col 141, Line is too long. +build/public/templates/widgets/partials/topics.js: line 62, col 208, Line is too long. +build/public/templates/widgets/partials/topics.js: line 62, col 86, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/topics.js: line 62, col 102, ['topics'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 62, col 115, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/topics.js: line 62, col 131, ['topics'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 62, col 150, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/topics.js: line 62, col 166, ['topics'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 62, col 182, ['postcount'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 63, col 137, Line is too long. +build/public/templates/widgets/partials/topics.js: line 64, col 208, Line is too long. +build/public/templates/widgets/partials/topics.js: line 64, col 86, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/topics.js: line 64, col 102, ['topics'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 64, col 115, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/topics.js: line 64, col 131, ['topics'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 64, col 150, Expected '!==' and instead saw '!='. +build/public/templates/widgets/partials/topics.js: line 64, col 166, ['topics'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 64, col 182, ['viewcount'] is better written in dot notation. +build/public/templates/widgets/partials/topics.js: line 20, col 13, 'key' is defined but never used. +build/public/templates/widgets/partials/topics.js: line 19, col 107, 'value' is defined but never used. +build/public/templates/widgets/partials/topics.js: line 18, col 11, 'value' is defined but never used. +build/public/templates/widgets/partials/topics.js: line 77, col 3, Missing semicolon. +build/public/templates/widgets/partials/topics.js: line 5, col 46, 'define' is not defined. +build/public/templates/widgets/partials/topics.js: line 6, col 5, 'define' is not defined. + +build/public/templates/widgets/populartags.js: line 13, col 26, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartags.js: line 13, col 42, ['display'] is better written in dot notation. +build/public/templates/widgets/populartags.js: line 13, col 64, Expected '===' and instead saw '=='. +build/public/templates/widgets/populartags.js: line 15, col 26, ['tags'] is better written in dot notation. +build/public/templates/widgets/populartags.js: line 19, col 26, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartags.js: line 19, col 42, ['display'] is better written in dot notation. +build/public/templates/widgets/populartags.js: line 19, col 64, Expected '===' and instead saw '=='. +build/public/templates/widgets/populartags.js: line 21, col 109, Line is too long. +build/public/templates/widgets/populartags.js: line 21, col 33, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartags.js: line 21, col 49, ['tags'] is better written in dot notation. +build/public/templates/widgets/populartags.js: line 24, col 124, Line is too long. +build/public/templates/widgets/populartags.js: line 24, col 41, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartags.js: line 24, col 57, ['config'] is better written in dot notation. +build/public/templates/widgets/populartags.js: line 24, col 70, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartags.js: line 24, col 86, ['config'] is better written in dot notation. +build/public/templates/widgets/populartags.js: line 24, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/widgets/populartags.js: line 26, col 158, Line is too long. +build/public/templates/widgets/populartags.js: line 26, col 41, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartags.js: line 26, col 57, ['tags'] is better written in dot notation. +build/public/templates/widgets/populartags.js: line 26, col 68, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartags.js: line 26, col 84, ['tags'] is better written in dot notation. +build/public/templates/widgets/populartags.js: line 26, col 101, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartags.js: line 26, col 117, ['tags'] is better written in dot notation. +build/public/templates/widgets/populartags.js: line 26, col 131, ['valueEncoded'] is better written in dot notation. +build/public/templates/widgets/populartags.js: line 28, col 158, Line is too long. +build/public/templates/widgets/populartags.js: line 28, col 41, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartags.js: line 28, col 57, ['tags'] is better written in dot notation. +build/public/templates/widgets/populartags.js: line 28, col 68, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartags.js: line 28, col 84, ['tags'] is better written in dot notation. +build/public/templates/widgets/populartags.js: line 28, col 101, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartags.js: line 28, col 117, ['tags'] is better written in dot notation. +build/public/templates/widgets/populartags.js: line 28, col 131, ['valueEscaped'] is better written in dot notation. +build/public/templates/widgets/populartags.js: line 29, col 218, Line is too long. +build/public/templates/widgets/populartags.js: line 30, col 158, Line is too long. +build/public/templates/widgets/populartags.js: line 30, col 41, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartags.js: line 30, col 57, ['tags'] is better written in dot notation. +build/public/templates/widgets/populartags.js: line 30, col 68, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartags.js: line 30, col 84, ['tags'] is better written in dot notation. +build/public/templates/widgets/populartags.js: line 30, col 101, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartags.js: line 30, col 117, ['tags'] is better written in dot notation. +build/public/templates/widgets/populartags.js: line 30, col 131, ['valueEscaped'] is better written in dot notation. +build/public/templates/widgets/populartags.js: line 31, col 108, Line is too long. +build/public/templates/widgets/populartags.js: line 32, col 238, Line is too long. +build/public/templates/widgets/populartags.js: line 32, col 124, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartags.js: line 32, col 140, ['tags'] is better written in dot notation. +build/public/templates/widgets/populartags.js: line 32, col 151, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartags.js: line 32, col 167, ['tags'] is better written in dot notation. +build/public/templates/widgets/populartags.js: line 32, col 184, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartags.js: line 32, col 200, ['tags'] is better written in dot notation. +build/public/templates/widgets/populartags.js: line 32, col 214, ['score'] is better written in dot notation. +build/public/templates/widgets/populartags.js: line 22, col 17, 'key' is defined but never used. +build/public/templates/widgets/populartags.js: line 21, col 102, 'value' is defined but never used. +build/public/templates/widgets/populartags.js: line 21, col 94, 'length' is defined but never used. +build/public/templates/widgets/populartags.js: line 21, col 87, 'index' is defined but never used. +build/public/templates/widgets/populartags.js: line 39, col 404, Line is too long. +build/public/templates/widgets/populartags.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/widgets/populartags.js: line 46, col 112, Line is too long. +build/public/templates/widgets/populartags.js: line 46, col 36, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartags.js: line 46, col 52, ['tags'] is better written in dot notation. +build/public/templates/widgets/populartags.js: line 48, col 286, Line is too long. +build/public/templates/widgets/populartags.js: line 49, col 154, Line is too long. +build/public/templates/widgets/populartags.js: line 49, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartags.js: line 49, col 53, ['tags'] is better written in dot notation. +build/public/templates/widgets/populartags.js: line 49, col 64, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartags.js: line 49, col 80, ['tags'] is better written in dot notation. +build/public/templates/widgets/populartags.js: line 49, col 97, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartags.js: line 49, col 113, ['tags'] is better written in dot notation. +build/public/templates/widgets/populartags.js: line 49, col 127, ['widthPercent'] is better written in dot notation. +build/public/templates/widgets/populartags.js: line 50, col 367, Line is too long. +build/public/templates/widgets/populartags.js: line 51, col 109, Line is too long. +build/public/templates/widgets/populartags.js: line 51, col 29, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartags.js: line 51, col 45, ['template'] is better written in dot notation. +build/public/templates/widgets/populartags.js: line 51, col 60, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartags.js: line 51, col 76, ['template'] is better written in dot notation. +build/public/templates/widgets/populartags.js: line 51, col 88, ['category'] is better written in dot notation. +build/public/templates/widgets/populartags.js: line 53, col 157, Line is too long. +build/public/templates/widgets/populartags.js: line 53, col 41, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartags.js: line 53, col 57, ['tags'] is better written in dot notation. +build/public/templates/widgets/populartags.js: line 53, col 68, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartags.js: line 53, col 84, ['tags'] is better written in dot notation. +build/public/templates/widgets/populartags.js: line 53, col 101, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartags.js: line 53, col 117, ['tags'] is better written in dot notation. +build/public/templates/widgets/populartags.js: line 53, col 131, ['valueEncoded'] is better written in dot notation. +build/public/templates/widgets/populartags.js: line 54, col 39, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartags.js: line 54, col 55, ['relative_path'] is better written in dot notation. +build/public/templates/widgets/populartags.js: line 56, col 159, Line is too long. +build/public/templates/widgets/populartags.js: line 56, col 41, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartags.js: line 56, col 57, ['tags'] is better written in dot notation. +build/public/templates/widgets/populartags.js: line 56, col 68, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartags.js: line 56, col 84, ['tags'] is better written in dot notation. +build/public/templates/widgets/populartags.js: line 56, col 101, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartags.js: line 56, col 117, ['tags'] is better written in dot notation. +build/public/templates/widgets/populartags.js: line 56, col 131, ['valueEncoded'] is better written in dot notation. +build/public/templates/widgets/populartags.js: line 58, col 147, Line is too long. +build/public/templates/widgets/populartags.js: line 58, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartags.js: line 58, col 53, ['tags'] is better written in dot notation. +build/public/templates/widgets/populartags.js: line 58, col 64, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartags.js: line 58, col 80, ['tags'] is better written in dot notation. +build/public/templates/widgets/populartags.js: line 58, col 97, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartags.js: line 58, col 113, ['tags'] is better written in dot notation. +build/public/templates/widgets/populartags.js: line 60, col 154, Line is too long. +build/public/templates/widgets/populartags.js: line 60, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartags.js: line 60, col 53, ['tags'] is better written in dot notation. +build/public/templates/widgets/populartags.js: line 60, col 64, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartags.js: line 60, col 80, ['tags'] is better written in dot notation. +build/public/templates/widgets/populartags.js: line 60, col 97, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartags.js: line 60, col 113, ['tags'] is better written in dot notation. +build/public/templates/widgets/populartags.js: line 60, col 127, ['valueEscaped'] is better written in dot notation. +build/public/templates/widgets/populartags.js: line 61, col 120, Line is too long. +build/public/templates/widgets/populartags.js: line 62, col 147, Line is too long. +build/public/templates/widgets/populartags.js: line 62, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartags.js: line 62, col 53, ['tags'] is better written in dot notation. +build/public/templates/widgets/populartags.js: line 62, col 64, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartags.js: line 62, col 80, ['tags'] is better written in dot notation. +build/public/templates/widgets/populartags.js: line 62, col 97, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartags.js: line 62, col 113, ['tags'] is better written in dot notation. +build/public/templates/widgets/populartags.js: line 62, col 127, ['score'] is better written in dot notation. +build/public/templates/widgets/populartags.js: line 47, col 13, 'key' is defined but never used. +build/public/templates/widgets/populartags.js: line 46, col 105, 'value' is defined but never used. +build/public/templates/widgets/populartags.js: line 46, col 97, 'length' is defined but never used. +build/public/templates/widgets/populartags.js: line 46, col 90, 'index' is defined but never used. +build/public/templates/widgets/populartags.js: line 45, col 11, 'value' is defined but never used. +build/public/templates/widgets/populartags.js: line 43, col 58, 'helper' is defined but never used. +build/public/templates/widgets/populartags.js: line 71, col 3, Missing semicolon. +build/public/templates/widgets/populartags.js: line 5, col 46, 'define' is not defined. +build/public/templates/widgets/populartags.js: line 6, col 5, 'define' is not defined. + +build/public/templates/widgets/populartopics.js: line 13, col 22, ['topics'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/widgets/populartopics.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/widgets/populartopics.js: line 21, col 114, Line is too long. +build/public/templates/widgets/populartopics.js: line 21, col 36, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartopics.js: line 21, col 52, ['topics'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 24, col 199, Line is too long. +build/public/templates/widgets/populartopics.js: line 24, col 29, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartopics.js: line 24, col 45, ['topics'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 24, col 58, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartopics.js: line 24, col 74, ['topics'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 24, col 93, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartopics.js: line 24, col 109, ['topics'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 24, col 125, ['thumbs'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 24, col 138, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartopics.js: line 24, col 154, ['topics'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 24, col 170, ['thumbs'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 24, col 180, ['length'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 25, col 113, Line is too long. +build/public/templates/widgets/populartopics.js: line 26, col 124, Line is too long. +build/public/templates/widgets/populartopics.js: line 26, col 41, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartopics.js: line 26, col 57, ['config'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 26, col 70, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartopics.js: line 26, col 86, ['config'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 26, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 28, col 156, Line is too long. +build/public/templates/widgets/populartopics.js: line 28, col 41, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartopics.js: line 28, col 57, ['topics'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 28, col 70, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartopics.js: line 28, col 86, ['topics'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 28, col 105, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartopics.js: line 28, col 121, ['topics'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 28, col 137, ['slug'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 29, col 150, Line is too long. +build/public/templates/widgets/populartopics.js: line 29, col 33, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartopics.js: line 29, col 49, ['topics'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 29, col 62, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartopics.js: line 29, col 78, ['topics'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 29, col 97, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartopics.js: line 29, col 113, ['topics'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 29, col 129, ['bookmark'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 31, col 163, Line is too long. +build/public/templates/widgets/populartopics.js: line 31, col 45, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartopics.js: line 31, col 61, ['topics'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 31, col 74, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartopics.js: line 31, col 90, ['topics'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 31, col 109, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartopics.js: line 31, col 125, ['topics'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 31, col 141, ['bookmark'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 33, col 212, Line is too long. +build/public/templates/widgets/populartopics.js: line 34, col 265, Line is too long. +build/public/templates/widgets/populartopics.js: line 34, col 41, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartopics.js: line 34, col 57, ['topics'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 34, col 70, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartopics.js: line 34, col 86, ['topics'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 34, col 105, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartopics.js: line 34, col 121, ['topics'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 34, col 137, ['thumbs'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 34, col 150, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartopics.js: line 34, col 166, ['topics'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 34, col 182, ['thumbs'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 34, col 200, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartopics.js: line 34, col 216, ['topics'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 34, col 232, ['thumbs'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 34, col 247, ['url'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 37, col 138, Line is too long. +build/public/templates/widgets/populartopics.js: line 38, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartopics.js: line 38, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 40, col 152, Line is too long. +build/public/templates/widgets/populartopics.js: line 40, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartopics.js: line 40, col 53, ['topics'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 40, col 66, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartopics.js: line 40, col 82, ['topics'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 40, col 101, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartopics.js: line 40, col 117, ['topics'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 40, col 133, ['slug'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 42, col 153, Line is too long. +build/public/templates/widgets/populartopics.js: line 42, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartopics.js: line 42, col 53, ['topics'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 42, col 66, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartopics.js: line 42, col 82, ['topics'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 42, col 101, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartopics.js: line 42, col 117, ['topics'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 42, col 133, ['title'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 43, col 135, Line is too long. +build/public/templates/widgets/populartopics.js: line 44, col 210, Line is too long. +build/public/templates/widgets/populartopics.js: line 44, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartopics.js: line 44, col 53, ['topics'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 44, col 66, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartopics.js: line 44, col 82, ['topics'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 44, col 101, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartopics.js: line 44, col 117, ['topics'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 44, col 133, ['user'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 44, col 144, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartopics.js: line 44, col 160, ['topics'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 44, col 176, ['user'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 44, col 184, ['displayname'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 46, col 262, Line is too long. +build/public/templates/widgets/populartopics.js: line 46, col 29, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartopics.js: line 46, col 45, ['topics'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 46, col 58, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartopics.js: line 46, col 74, ['topics'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 46, col 93, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartopics.js: line 46, col 109, ['topics'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 46, col 125, ['teaser'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 46, col 138, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartopics.js: line 46, col 154, ['topics'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 46, col 170, ['teaser'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 46, col 180, ['user'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 46, col 191, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartopics.js: line 46, col 207, ['topics'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 46, col 223, ['teaser'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 46, col 233, ['user'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 46, col 241, ['userslug'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 47, col 39, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartopics.js: line 47, col 55, ['relative_path'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 49, col 275, Line is too long. +build/public/templates/widgets/populartopics.js: line 49, col 41, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartopics.js: line 49, col 57, ['topics'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 49, col 70, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartopics.js: line 49, col 86, ['topics'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 49, col 105, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartopics.js: line 49, col 121, ['topics'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 49, col 137, ['teaser'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 49, col 150, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartopics.js: line 49, col 166, ['topics'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 49, col 182, ['teaser'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 49, col 192, ['user'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 49, col 203, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartopics.js: line 49, col 219, ['topics'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 49, col 235, ['teaser'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 49, col 245, ['user'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 49, col 253, ['userslug'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 52, col 309, Line is too long. +build/public/templates/widgets/populartopics.js: line 52, col 78, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartopics.js: line 52, col 94, ['topics'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 52, col 107, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartopics.js: line 52, col 123, ['topics'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 52, col 142, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartopics.js: line 52, col 158, ['topics'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 52, col 174, ['teaser'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 52, col 187, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartopics.js: line 52, col 203, ['topics'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 52, col 219, ['teaser'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 52, col 229, ['user'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 52, col 272, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartopics.js: line 53, col 133, Line is too long. +build/public/templates/widgets/populartopics.js: line 54, col 120, Line is too long. +build/public/templates/widgets/populartopics.js: line 54, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartopics.js: line 54, col 53, ['config'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 54, col 66, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartopics.js: line 54, col 82, ['config'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 54, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 56, col 272, Line is too long. +build/public/templates/widgets/populartopics.js: line 56, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartopics.js: line 56, col 53, ['topics'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 56, col 66, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartopics.js: line 56, col 82, ['topics'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 56, col 101, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartopics.js: line 56, col 117, ['topics'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 56, col 133, ['teaser'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 56, col 146, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartopics.js: line 56, col 162, ['topics'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 56, col 178, ['teaser'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 56, col 188, ['user'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 56, col 199, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartopics.js: line 56, col 215, ['topics'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 56, col 231, ['teaser'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 56, col 241, ['user'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 56, col 249, ['userslug'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 58, col 275, Line is too long. +build/public/templates/widgets/populartopics.js: line 58, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartopics.js: line 58, col 53, ['topics'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 58, col 66, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartopics.js: line 58, col 82, ['topics'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 58, col 101, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartopics.js: line 58, col 117, ['topics'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 58, col 133, ['teaser'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 58, col 146, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartopics.js: line 58, col 162, ['topics'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 58, col 178, ['teaser'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 58, col 188, ['user'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 58, col 199, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartopics.js: line 58, col 215, ['topics'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 58, col 231, ['teaser'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 58, col 241, ['user'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 58, col 249, ['displayname'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 60, col 215, Line is too long. +build/public/templates/widgets/populartopics.js: line 60, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartopics.js: line 60, col 53, ['topics'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 60, col 66, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartopics.js: line 60, col 82, ['topics'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 60, col 101, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartopics.js: line 60, col 117, ['topics'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 60, col 133, ['teaser'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 60, col 146, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartopics.js: line 60, col 162, ['topics'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 60, col 178, ['teaser'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 60, col 188, ['timestampISO'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 61, col 199, Line is too long. +build/public/templates/widgets/populartopics.js: line 62, col 204, Line is too long. +build/public/templates/widgets/populartopics.js: line 62, col 86, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartopics.js: line 62, col 102, ['topics'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 62, col 115, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartopics.js: line 62, col 131, ['topics'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 62, col 150, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartopics.js: line 62, col 166, ['topics'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 62, col 182, ['votes'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 63, col 141, Line is too long. +build/public/templates/widgets/populartopics.js: line 64, col 208, Line is too long. +build/public/templates/widgets/populartopics.js: line 64, col 86, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartopics.js: line 64, col 102, ['topics'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 64, col 115, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartopics.js: line 64, col 131, ['topics'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 64, col 150, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartopics.js: line 64, col 166, ['topics'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 64, col 182, ['postcount'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 65, col 137, Line is too long. +build/public/templates/widgets/populartopics.js: line 66, col 208, Line is too long. +build/public/templates/widgets/populartopics.js: line 66, col 86, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartopics.js: line 66, col 102, ['topics'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 66, col 115, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartopics.js: line 66, col 131, ['topics'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 66, col 150, Expected '!==' and instead saw '!='. +build/public/templates/widgets/populartopics.js: line 66, col 166, ['topics'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 66, col 182, ['viewcount'] is better written in dot notation. +build/public/templates/widgets/populartopics.js: line 22, col 13, 'key' is defined but never used. +build/public/templates/widgets/populartopics.js: line 21, col 107, 'value' is defined but never used. +build/public/templates/widgets/populartopics.js: line 20, col 11, 'value' is defined but never used. +build/public/templates/widgets/populartopics.js: line 79, col 3, Missing semicolon. +build/public/templates/widgets/populartopics.js: line 5, col 46, 'define' is not defined. +build/public/templates/widgets/populartopics.js: line 6, col 5, 'define' is not defined. + +build/public/templates/widgets/recentposts.js: line 12, col 132, Line is too long. +build/public/templates/widgets/recentposts.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recentposts.js: line 13, col 49, ['numPosts'] is better written in dot notation. +build/public/templates/widgets/recentposts.js: line 15, col 33, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recentposts.js: line 15, col 49, ['cid'] is better written in dot notation. +build/public/templates/widgets/recentposts.js: line 17, col 22, ['posts'] is better written in dot notation. +build/public/templates/widgets/recentposts.js: line 18, col 1277, Line is too long. +build/public/templates/widgets/recentposts.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/widgets/recentposts.js: line 25, col 113, Line is too long. +build/public/templates/widgets/recentposts.js: line 25, col 36, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recentposts.js: line 25, col 52, ['posts'] is better written in dot notation. +build/public/templates/widgets/recentposts.js: line 28, col 148, Line is too long. +build/public/templates/widgets/recentposts.js: line 28, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recentposts.js: line 28, col 53, ['posts'] is better written in dot notation. +build/public/templates/widgets/recentposts.js: line 28, col 65, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recentposts.js: line 28, col 81, ['posts'] is better written in dot notation. +build/public/templates/widgets/recentposts.js: line 28, col 99, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recentposts.js: line 28, col 115, ['posts'] is better written in dot notation. +build/public/templates/widgets/recentposts.js: line 28, col 130, ['pid'] is better written in dot notation. +build/public/templates/widgets/recentposts.js: line 29, col 182, Line is too long. +build/public/templates/widgets/recentposts.js: line 30, col 206, Line is too long. +build/public/templates/widgets/recentposts.js: line 30, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recentposts.js: line 30, col 53, ['posts'] is better written in dot notation. +build/public/templates/widgets/recentposts.js: line 30, col 65, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recentposts.js: line 30, col 81, ['posts'] is better written in dot notation. +build/public/templates/widgets/recentposts.js: line 30, col 99, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recentposts.js: line 30, col 115, ['posts'] is better written in dot notation. +build/public/templates/widgets/recentposts.js: line 30, col 130, ['user'] is better written in dot notation. +build/public/templates/widgets/recentposts.js: line 30, col 141, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recentposts.js: line 30, col 157, ['posts'] is better written in dot notation. +build/public/templates/widgets/recentposts.js: line 30, col 172, ['user'] is better written in dot notation. +build/public/templates/widgets/recentposts.js: line 30, col 180, ['displayname'] is better written in dot notation. +build/public/templates/widgets/recentposts.js: line 32, col 193, Line is too long. +build/public/templates/widgets/recentposts.js: line 32, col 29, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recentposts.js: line 32, col 45, ['posts'] is better written in dot notation. +build/public/templates/widgets/recentposts.js: line 32, col 57, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recentposts.js: line 32, col 73, ['posts'] is better written in dot notation. +build/public/templates/widgets/recentposts.js: line 32, col 91, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recentposts.js: line 32, col 107, ['posts'] is better written in dot notation. +build/public/templates/widgets/recentposts.js: line 32, col 122, ['user'] is better written in dot notation. +build/public/templates/widgets/recentposts.js: line 32, col 133, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recentposts.js: line 32, col 149, ['posts'] is better written in dot notation. +build/public/templates/widgets/recentposts.js: line 32, col 164, ['user'] is better written in dot notation. +build/public/templates/widgets/recentposts.js: line 32, col 172, ['userslug'] is better written in dot notation. +build/public/templates/widgets/recentposts.js: line 33, col 39, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recentposts.js: line 33, col 55, ['relative_path'] is better written in dot notation. +build/public/templates/widgets/recentposts.js: line 35, col 206, Line is too long. +build/public/templates/widgets/recentposts.js: line 35, col 41, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recentposts.js: line 35, col 57, ['posts'] is better written in dot notation. +build/public/templates/widgets/recentposts.js: line 35, col 69, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recentposts.js: line 35, col 85, ['posts'] is better written in dot notation. +build/public/templates/widgets/recentposts.js: line 35, col 103, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recentposts.js: line 35, col 119, ['posts'] is better written in dot notation. +build/public/templates/widgets/recentposts.js: line 35, col 134, ['user'] is better written in dot notation. +build/public/templates/widgets/recentposts.js: line 35, col 145, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recentposts.js: line 35, col 161, ['posts'] is better written in dot notation. +build/public/templates/widgets/recentposts.js: line 35, col 176, ['user'] is better written in dot notation. +build/public/templates/widgets/recentposts.js: line 35, col 184, ['userslug'] is better written in dot notation. +build/public/templates/widgets/recentposts.js: line 38, col 251, Line is too long. +build/public/templates/widgets/recentposts.js: line 38, col 78, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recentposts.js: line 38, col 94, ['posts'] is better written in dot notation. +build/public/templates/widgets/recentposts.js: line 38, col 106, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recentposts.js: line 38, col 122, ['posts'] is better written in dot notation. +build/public/templates/widgets/recentposts.js: line 38, col 140, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recentposts.js: line 38, col 156, ['posts'] is better written in dot notation. +build/public/templates/widgets/recentposts.js: line 38, col 171, ['user'] is better written in dot notation. +build/public/templates/widgets/recentposts.js: line 38, col 214, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recentposts.js: line 39, col 121, Line is too long. +build/public/templates/widgets/recentposts.js: line 40, col 120, Line is too long. +build/public/templates/widgets/recentposts.js: line 40, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recentposts.js: line 40, col 53, ['config'] is better written in dot notation. +build/public/templates/widgets/recentposts.js: line 40, col 66, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recentposts.js: line 40, col 82, ['config'] is better written in dot notation. +build/public/templates/widgets/recentposts.js: line 40, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/widgets/recentposts.js: line 42, col 203, Line is too long. +build/public/templates/widgets/recentposts.js: line 42, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recentposts.js: line 42, col 53, ['posts'] is better written in dot notation. +build/public/templates/widgets/recentposts.js: line 42, col 65, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recentposts.js: line 42, col 81, ['posts'] is better written in dot notation. +build/public/templates/widgets/recentposts.js: line 42, col 99, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recentposts.js: line 42, col 115, ['posts'] is better written in dot notation. +build/public/templates/widgets/recentposts.js: line 42, col 130, ['user'] is better written in dot notation. +build/public/templates/widgets/recentposts.js: line 42, col 141, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recentposts.js: line 42, col 157, ['posts'] is better written in dot notation. +build/public/templates/widgets/recentposts.js: line 42, col 172, ['user'] is better written in dot notation. +build/public/templates/widgets/recentposts.js: line 42, col 180, ['userslug'] is better written in dot notation. +build/public/templates/widgets/recentposts.js: line 44, col 206, Line is too long. +build/public/templates/widgets/recentposts.js: line 44, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recentposts.js: line 44, col 53, ['posts'] is better written in dot notation. +build/public/templates/widgets/recentposts.js: line 44, col 65, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recentposts.js: line 44, col 81, ['posts'] is better written in dot notation. +build/public/templates/widgets/recentposts.js: line 44, col 99, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recentposts.js: line 44, col 115, ['posts'] is better written in dot notation. +build/public/templates/widgets/recentposts.js: line 44, col 130, ['user'] is better written in dot notation. +build/public/templates/widgets/recentposts.js: line 44, col 141, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recentposts.js: line 44, col 157, ['posts'] is better written in dot notation. +build/public/templates/widgets/recentposts.js: line 44, col 172, ['user'] is better written in dot notation. +build/public/templates/widgets/recentposts.js: line 44, col 180, ['displayname'] is better written in dot notation. +build/public/templates/widgets/recentposts.js: line 46, col 157, Line is too long. +build/public/templates/widgets/recentposts.js: line 46, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recentposts.js: line 46, col 53, ['posts'] is better written in dot notation. +build/public/templates/widgets/recentposts.js: line 46, col 65, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recentposts.js: line 46, col 81, ['posts'] is better written in dot notation. +build/public/templates/widgets/recentposts.js: line 46, col 99, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recentposts.js: line 46, col 115, ['posts'] is better written in dot notation. +build/public/templates/widgets/recentposts.js: line 46, col 130, ['timestampISO'] is better written in dot notation. +build/public/templates/widgets/recentposts.js: line 48, col 152, Line is too long. +build/public/templates/widgets/recentposts.js: line 48, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recentposts.js: line 48, col 53, ['posts'] is better written in dot notation. +build/public/templates/widgets/recentposts.js: line 48, col 65, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recentposts.js: line 48, col 81, ['posts'] is better written in dot notation. +build/public/templates/widgets/recentposts.js: line 48, col 99, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recentposts.js: line 48, col 115, ['posts'] is better written in dot notation. +build/public/templates/widgets/recentposts.js: line 48, col 130, ['content'] is better written in dot notation. +build/public/templates/widgets/recentposts.js: line 50, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recentposts.js: line 50, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/widgets/recentposts.js: line 52, col 198, Line is too long. +build/public/templates/widgets/recentposts.js: line 52, col 85, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recentposts.js: line 52, col 101, ['posts'] is better written in dot notation. +build/public/templates/widgets/recentposts.js: line 52, col 113, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recentposts.js: line 52, col 129, ['posts'] is better written in dot notation. +build/public/templates/widgets/recentposts.js: line 52, col 147, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recentposts.js: line 52, col 163, ['posts'] is better written in dot notation. +build/public/templates/widgets/recentposts.js: line 52, col 178, ['pid'] is better written in dot notation. +build/public/templates/widgets/recentposts.js: line 26, col 13, 'key' is defined but never used. +build/public/templates/widgets/recentposts.js: line 25, col 106, 'value' is defined but never used. +build/public/templates/widgets/recentposts.js: line 24, col 11, 'value' is defined but never used. +build/public/templates/widgets/recentposts.js: line 65, col 3, Missing semicolon. +build/public/templates/widgets/recentposts.js: line 5, col 46, 'define' is not defined. +build/public/templates/widgets/recentposts.js: line 6, col 5, 'define' is not defined. + +build/public/templates/widgets/recenttopics.js: line 12, col 108, Line is too long. +build/public/templates/widgets/recenttopics.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recenttopics.js: line 13, col 49, ['numTopics'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 15, col 22, ['topics'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 16, col 1071, Line is too long. +build/public/templates/widgets/recenttopics.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/widgets/recenttopics.js: line 23, col 114, Line is too long. +build/public/templates/widgets/recenttopics.js: line 23, col 36, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recenttopics.js: line 23, col 52, ['topics'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 26, col 199, Line is too long. +build/public/templates/widgets/recenttopics.js: line 26, col 29, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recenttopics.js: line 26, col 45, ['topics'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 26, col 58, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recenttopics.js: line 26, col 74, ['topics'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 26, col 93, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recenttopics.js: line 26, col 109, ['topics'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 26, col 125, ['thumbs'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 26, col 138, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recenttopics.js: line 26, col 154, ['topics'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 26, col 170, ['thumbs'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 26, col 180, ['length'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 27, col 113, Line is too long. +build/public/templates/widgets/recenttopics.js: line 28, col 124, Line is too long. +build/public/templates/widgets/recenttopics.js: line 28, col 41, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recenttopics.js: line 28, col 57, ['config'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 28, col 70, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recenttopics.js: line 28, col 86, ['config'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 28, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 30, col 156, Line is too long. +build/public/templates/widgets/recenttopics.js: line 30, col 41, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recenttopics.js: line 30, col 57, ['topics'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 30, col 70, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recenttopics.js: line 30, col 86, ['topics'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 30, col 105, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recenttopics.js: line 30, col 121, ['topics'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 30, col 137, ['slug'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 31, col 150, Line is too long. +build/public/templates/widgets/recenttopics.js: line 31, col 33, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recenttopics.js: line 31, col 49, ['topics'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 31, col 62, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recenttopics.js: line 31, col 78, ['topics'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 31, col 97, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recenttopics.js: line 31, col 113, ['topics'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 31, col 129, ['bookmark'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 33, col 163, Line is too long. +build/public/templates/widgets/recenttopics.js: line 33, col 45, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recenttopics.js: line 33, col 61, ['topics'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 33, col 74, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recenttopics.js: line 33, col 90, ['topics'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 33, col 109, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recenttopics.js: line 33, col 125, ['topics'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 33, col 141, ['bookmark'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 35, col 212, Line is too long. +build/public/templates/widgets/recenttopics.js: line 36, col 265, Line is too long. +build/public/templates/widgets/recenttopics.js: line 36, col 41, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recenttopics.js: line 36, col 57, ['topics'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 36, col 70, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recenttopics.js: line 36, col 86, ['topics'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 36, col 105, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recenttopics.js: line 36, col 121, ['topics'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 36, col 137, ['thumbs'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 36, col 150, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recenttopics.js: line 36, col 166, ['topics'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 36, col 182, ['thumbs'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 36, col 200, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recenttopics.js: line 36, col 216, ['topics'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 36, col 232, ['thumbs'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 36, col 247, ['url'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 39, col 138, Line is too long. +build/public/templates/widgets/recenttopics.js: line 40, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recenttopics.js: line 40, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 42, col 152, Line is too long. +build/public/templates/widgets/recenttopics.js: line 42, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recenttopics.js: line 42, col 53, ['topics'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 42, col 66, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recenttopics.js: line 42, col 82, ['topics'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 42, col 101, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recenttopics.js: line 42, col 117, ['topics'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 42, col 133, ['slug'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 44, col 153, Line is too long. +build/public/templates/widgets/recenttopics.js: line 44, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recenttopics.js: line 44, col 53, ['topics'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 44, col 66, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recenttopics.js: line 44, col 82, ['topics'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 44, col 101, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recenttopics.js: line 44, col 117, ['topics'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 44, col 133, ['title'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 45, col 135, Line is too long. +build/public/templates/widgets/recenttopics.js: line 46, col 210, Line is too long. +build/public/templates/widgets/recenttopics.js: line 46, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recenttopics.js: line 46, col 53, ['topics'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 46, col 66, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recenttopics.js: line 46, col 82, ['topics'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 46, col 101, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recenttopics.js: line 46, col 117, ['topics'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 46, col 133, ['user'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 46, col 144, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recenttopics.js: line 46, col 160, ['topics'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 46, col 176, ['user'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 46, col 184, ['displayname'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 48, col 262, Line is too long. +build/public/templates/widgets/recenttopics.js: line 48, col 29, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recenttopics.js: line 48, col 45, ['topics'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 48, col 58, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recenttopics.js: line 48, col 74, ['topics'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 48, col 93, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recenttopics.js: line 48, col 109, ['topics'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 48, col 125, ['teaser'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 48, col 138, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recenttopics.js: line 48, col 154, ['topics'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 48, col 170, ['teaser'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 48, col 180, ['user'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 48, col 191, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recenttopics.js: line 48, col 207, ['topics'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 48, col 223, ['teaser'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 48, col 233, ['user'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 48, col 241, ['userslug'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 49, col 39, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recenttopics.js: line 49, col 55, ['relative_path'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 51, col 275, Line is too long. +build/public/templates/widgets/recenttopics.js: line 51, col 41, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recenttopics.js: line 51, col 57, ['topics'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 51, col 70, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recenttopics.js: line 51, col 86, ['topics'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 51, col 105, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recenttopics.js: line 51, col 121, ['topics'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 51, col 137, ['teaser'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 51, col 150, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recenttopics.js: line 51, col 166, ['topics'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 51, col 182, ['teaser'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 51, col 192, ['user'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 51, col 203, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recenttopics.js: line 51, col 219, ['topics'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 51, col 235, ['teaser'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 51, col 245, ['user'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 51, col 253, ['userslug'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 54, col 309, Line is too long. +build/public/templates/widgets/recenttopics.js: line 54, col 78, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recenttopics.js: line 54, col 94, ['topics'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 54, col 107, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recenttopics.js: line 54, col 123, ['topics'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 54, col 142, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recenttopics.js: line 54, col 158, ['topics'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 54, col 174, ['teaser'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 54, col 187, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recenttopics.js: line 54, col 203, ['topics'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 54, col 219, ['teaser'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 54, col 229, ['user'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 54, col 272, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recenttopics.js: line 55, col 133, Line is too long. +build/public/templates/widgets/recenttopics.js: line 56, col 120, Line is too long. +build/public/templates/widgets/recenttopics.js: line 56, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recenttopics.js: line 56, col 53, ['config'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 56, col 66, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recenttopics.js: line 56, col 82, ['config'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 56, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 58, col 272, Line is too long. +build/public/templates/widgets/recenttopics.js: line 58, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recenttopics.js: line 58, col 53, ['topics'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 58, col 66, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recenttopics.js: line 58, col 82, ['topics'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 58, col 101, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recenttopics.js: line 58, col 117, ['topics'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 58, col 133, ['teaser'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 58, col 146, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recenttopics.js: line 58, col 162, ['topics'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 58, col 178, ['teaser'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 58, col 188, ['user'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 58, col 199, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recenttopics.js: line 58, col 215, ['topics'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 58, col 231, ['teaser'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 58, col 241, ['user'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 58, col 249, ['userslug'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 60, col 275, Line is too long. +build/public/templates/widgets/recenttopics.js: line 60, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recenttopics.js: line 60, col 53, ['topics'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 60, col 66, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recenttopics.js: line 60, col 82, ['topics'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 60, col 101, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recenttopics.js: line 60, col 117, ['topics'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 60, col 133, ['teaser'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 60, col 146, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recenttopics.js: line 60, col 162, ['topics'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 60, col 178, ['teaser'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 60, col 188, ['user'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 60, col 199, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recenttopics.js: line 60, col 215, ['topics'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 60, col 231, ['teaser'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 60, col 241, ['user'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 60, col 249, ['displayname'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 62, col 215, Line is too long. +build/public/templates/widgets/recenttopics.js: line 62, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recenttopics.js: line 62, col 53, ['topics'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 62, col 66, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recenttopics.js: line 62, col 82, ['topics'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 62, col 101, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recenttopics.js: line 62, col 117, ['topics'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 62, col 133, ['teaser'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 62, col 146, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recenttopics.js: line 62, col 162, ['topics'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 62, col 178, ['teaser'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 62, col 188, ['timestampISO'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 63, col 199, Line is too long. +build/public/templates/widgets/recenttopics.js: line 64, col 204, Line is too long. +build/public/templates/widgets/recenttopics.js: line 64, col 86, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recenttopics.js: line 64, col 102, ['topics'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 64, col 115, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recenttopics.js: line 64, col 131, ['topics'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 64, col 150, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recenttopics.js: line 64, col 166, ['topics'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 64, col 182, ['votes'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 65, col 141, Line is too long. +build/public/templates/widgets/recenttopics.js: line 66, col 208, Line is too long. +build/public/templates/widgets/recenttopics.js: line 66, col 86, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recenttopics.js: line 66, col 102, ['topics'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 66, col 115, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recenttopics.js: line 66, col 131, ['topics'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 66, col 150, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recenttopics.js: line 66, col 166, ['topics'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 66, col 182, ['postcount'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 67, col 137, Line is too long. +build/public/templates/widgets/recenttopics.js: line 68, col 208, Line is too long. +build/public/templates/widgets/recenttopics.js: line 68, col 86, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recenttopics.js: line 68, col 102, ['topics'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 68, col 115, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recenttopics.js: line 68, col 131, ['topics'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 68, col 150, Expected '!==' and instead saw '!='. +build/public/templates/widgets/recenttopics.js: line 68, col 166, ['topics'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 68, col 182, ['viewcount'] is better written in dot notation. +build/public/templates/widgets/recenttopics.js: line 24, col 13, 'key' is defined but never used. +build/public/templates/widgets/recenttopics.js: line 23, col 107, 'value' is defined but never used. +build/public/templates/widgets/recenttopics.js: line 22, col 11, 'value' is defined but never used. +build/public/templates/widgets/recenttopics.js: line 81, col 3, Missing semicolon. +build/public/templates/widgets/recenttopics.js: line 5, col 46, 'define' is not defined. +build/public/templates/widgets/recenttopics.js: line 6, col 5, 'define' is not defined. + +build/public/templates/widgets/search.js: line 13, col 33, Expected '!==' and instead saw '!='. +build/public/templates/widgets/search.js: line 13, col 49, ['relative_path'] is better written in dot notation. +build/public/templates/widgets/search.js: line 14, col 287, Line is too long. +build/public/templates/widgets/search.js: line 15, col 25, Expected '!==' and instead saw '!='. +build/public/templates/widgets/search.js: line 15, col 41, ['showInControl'] is better written in dot notation. +build/public/templates/widgets/search.js: line 17, col 26, ['inOptions'] is better written in dot notation. +build/public/templates/widgets/search.js: line 20, col 450, Line is too long. +build/public/templates/widgets/search.js: line 21, col 33, Expected '!==' and instead saw '!='. +build/public/templates/widgets/search.js: line 21, col 49, ['enableQuickSearch'] is better written in dot notation. +build/public/templates/widgets/search.js: line 22, col 746, Line is too long. +build/public/templates/widgets/search.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/widgets/search.js: line 29, col 117, Line is too long. +build/public/templates/widgets/search.js: line 29, col 36, Expected '!==' and instead saw '!='. +build/public/templates/widgets/search.js: line 29, col 52, ['inOptions'] is better written in dot notation. +build/public/templates/widgets/search.js: line 32, col 162, Line is too long. +build/public/templates/widgets/search.js: line 32, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/search.js: line 32, col 53, ['inOptions'] is better written in dot notation. +build/public/templates/widgets/search.js: line 32, col 69, Expected '!==' and instead saw '!='. +build/public/templates/widgets/search.js: line 32, col 85, ['inOptions'] is better written in dot notation. +build/public/templates/widgets/search.js: line 32, col 107, Expected '!==' and instead saw '!='. +build/public/templates/widgets/search.js: line 32, col 123, ['inOptions'] is better written in dot notation. +build/public/templates/widgets/search.js: line 32, col 142, ['value'] is better written in dot notation. +build/public/templates/widgets/search.js: line 34, col 155, Line is too long. +build/public/templates/widgets/search.js: line 34, col 29, Expected '!==' and instead saw '!='. +build/public/templates/widgets/search.js: line 34, col 45, ['inOptions'] is better written in dot notation. +build/public/templates/widgets/search.js: line 34, col 61, Expected '!==' and instead saw '!='. +build/public/templates/widgets/search.js: line 34, col 77, ['inOptions'] is better written in dot notation. +build/public/templates/widgets/search.js: line 34, col 99, Expected '!==' and instead saw '!='. +build/public/templates/widgets/search.js: line 34, col 115, ['inOptions'] is better written in dot notation. +build/public/templates/widgets/search.js: line 34, col 134, ['selected'] is better written in dot notation. +build/public/templates/widgets/search.js: line 38, col 162, Line is too long. +build/public/templates/widgets/search.js: line 38, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/search.js: line 38, col 53, ['inOptions'] is better written in dot notation. +build/public/templates/widgets/search.js: line 38, col 69, Expected '!==' and instead saw '!='. +build/public/templates/widgets/search.js: line 38, col 85, ['inOptions'] is better written in dot notation. +build/public/templates/widgets/search.js: line 38, col 107, Expected '!==' and instead saw '!='. +build/public/templates/widgets/search.js: line 38, col 123, ['inOptions'] is better written in dot notation. +build/public/templates/widgets/search.js: line 38, col 142, ['label'] is better written in dot notation. +build/public/templates/widgets/search.js: line 30, col 13, 'key' is defined but never used. +build/public/templates/widgets/search.js: line 29, col 110, 'value' is defined but never used. +build/public/templates/widgets/search.js: line 29, col 102, 'length' is defined but never used. +build/public/templates/widgets/search.js: line 29, col 95, 'index' is defined but never used. +build/public/templates/widgets/search.js: line 28, col 11, 'value' is defined but never used. +build/public/templates/widgets/search.js: line 26, col 68, 'helper' is defined but never used. +build/public/templates/widgets/search.js: line 47, col 3, Missing semicolon. +build/public/templates/widgets/search.js: line 5, col 46, 'define' is not defined. +build/public/templates/widgets/search.js: line 6, col 5, 'define' is not defined. + +build/public/templates/widgets/suggestedtopics.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 13, col 41, ['sidebar'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 15, col 26, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 17, col 149, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 18, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 18, col 53, ['nextStart'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 20, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 20, col 53, ['set'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 22, col 111, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 22, col 33, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 22, col 49, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 24, col 153, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 27, col 155, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 27, col 41, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 27, col 57, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 27, col 70, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 27, col 86, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 27, col 105, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 27, col 121, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 27, col 137, ['tid'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 29, col 157, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 29, col 41, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 29, col 57, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 29, col 70, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 29, col 86, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 29, col 105, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 29, col 121, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 29, col 137, ['index'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 31, col 155, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 31, col 41, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 31, col 57, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 31, col 70, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 31, col 86, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 31, col 105, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 31, col 121, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 31, col 137, ['cid'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 32, col 137, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 33, col 124, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 33, col 41, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 33, col 57, ['config'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 33, col 70, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 33, col 86, ['config'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 33, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 35, col 156, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 35, col 41, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 35, col 57, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 35, col 70, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 35, col 86, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 35, col 105, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 35, col 121, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 35, col 137, ['slug'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 37, col 198, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 37, col 80, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 37, col 96, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 37, col 109, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 37, col 125, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 37, col 144, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 37, col 160, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 37, col 176, ['title'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 38, col 124, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 39, col 203, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 39, col 80, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 39, col 96, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 39, col 109, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 39, col 125, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 39, col 144, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 39, col 160, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 39, col 176, ['index'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 41, col 157, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 41, col 41, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 41, col 57, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 41, col 70, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 41, col 86, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 41, col 105, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 41, col 121, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 41, col 137, ['index'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 43, col 157, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 43, col 41, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 43, col 57, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 43, col 70, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 43, col 86, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 43, col 105, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 43, col 121, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 43, col 137, ['index'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 44, col 133, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 45, col 166, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 45, col 33, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 45, col 49, ['config'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 45, col 62, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 45, col 78, ['config'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 45, col 88, ['theme'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 45, col 100, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 45, col 116, ['config'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 45, col 126, ['theme'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 45, col 135, ['mobileTopicTeasers'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 48, col 145, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 49, col 214, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 49, col 41, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 49, col 57, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 49, col 70, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 49, col 86, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 49, col 105, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 49, col 121, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 49, col 137, ['user'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 49, col 148, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 49, col 164, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 49, col 180, ['user'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 49, col 188, ['displayname'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 51, col 201, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 51, col 33, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 51, col 49, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 51, col 62, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 51, col 78, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 51, col 97, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 51, col 113, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 51, col 129, ['user'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 51, col 140, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 51, col 156, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 51, col 172, ['user'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 51, col 180, ['userslug'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 52, col 126, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 52, col 43, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 52, col 59, ['config'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 52, col 72, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 52, col 88, ['config'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 52, col 98, ['relative_path'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 54, col 214, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 54, col 45, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 54, col 61, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 54, col 74, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 54, col 90, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 54, col 109, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 54, col 125, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 54, col 141, ['user'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 54, col 152, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 54, col 168, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 54, col 184, ['user'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 54, col 192, ['userslug'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 57, col 258, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 57, col 82, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 57, col 98, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 57, col 111, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 57, col 127, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 57, col 146, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 57, col 162, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 57, col 178, ['user'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 57, col 221, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 59, col 33, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 59, col 49, ['showSelect'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 60, col 261, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 62, col 197, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 63, col 33, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 63, col 49, ['showSelect'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 67, col 150, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 67, col 33, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 67, col 49, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 67, col 62, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 67, col 78, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 67, col 97, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 67, col 113, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 67, col 129, ['noAnchor'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 69, col 126, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 69, col 43, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 69, col 59, ['config'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 69, col 72, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 69, col 88, ['config'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 69, col 98, ['relative_path'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 71, col 160, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 71, col 45, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 71, col 61, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 71, col 74, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 71, col 90, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 71, col 109, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 71, col 125, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 71, col 141, ['slug'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 72, col 154, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 72, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 72, col 53, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 72, col 66, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 72, col 82, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 72, col 101, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 72, col 117, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 72, col 133, ['bookmark'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 74, col 167, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 74, col 49, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 74, col 65, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 74, col 78, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 74, col 94, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 74, col 113, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 74, col 129, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 74, col 145, ['bookmark'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 77, col 157, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 77, col 41, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 77, col 57, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 77, col 70, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 77, col 86, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 77, col 105, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 77, col 121, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 77, col 137, ['title'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 78, col 205, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 79, col 150, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 79, col 33, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 79, col 49, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 79, col 62, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 79, col 78, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 79, col 97, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 79, col 113, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 79, col 129, ['followed'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 82, col 179, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 83, col 149, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 83, col 33, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 83, col 49, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 83, col 62, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 83, col 78, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 83, col 97, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 83, col 113, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 83, col 129, ['ignored'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 86, col 184, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 87, col 151, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 87, col 33, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 87, col 49, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 87, col 62, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 87, col 78, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 87, col 97, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 87, col 113, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 87, col 129, ['scheduled'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 90, col 180, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 91, col 289, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 91, col 34, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 91, col 50, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 91, col 63, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 91, col 79, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 91, col 98, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 91, col 114, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 91, col 130, ['scheduled'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 91, col 173, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 91, col 189, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 91, col 202, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 91, col 218, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 91, col 237, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 91, col 253, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 91, col 269, ['pinned'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 95, col 151, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 95, col 33, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 95, col 49, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 95, col 62, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 95, col 78, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 95, col 97, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 95, col 113, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 95, col 129, ['pinExpiry'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 97, col 315, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 97, col 96, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 97, col 112, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 97, col 125, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 97, col 141, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 97, col 160, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 97, col 176, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 97, col 192, ['pinExpiryISO'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 97, col 235, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 97, col 251, ['config'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 97, col 264, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 97, col 280, ['config'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 97, col 290, ['userLang'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 100, col 117, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 101, col 148, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 101, col 33, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 101, col 49, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 101, col 62, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 101, col 78, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 101, col 97, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 101, col 113, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 101, col 129, ['locked'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 104, col 173, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 105, col 148, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 105, col 33, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 105, col 49, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 105, col 62, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 105, col 78, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 105, col 97, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 105, col 113, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 105, col 129, ['oldCid'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 108, col 107, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 109, col 194, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 109, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 109, col 53, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 109, col 66, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 109, col 82, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 109, col 101, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 109, col 117, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 109, col 133, ['icons'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 110, col 21, 'key' is defined but never used. +build/public/templates/widgets/suggestedtopics.js: line 118, col 302, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 118, col 35, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 118, col 51, ['template'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 118, col 66, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 118, col 82, ['template'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 118, col 94, ['category'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 118, col 136, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 118, col 152, ['cid'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 118, col 188, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 118, col 204, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 118, col 217, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 118, col 233, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 118, col 252, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 118, col 268, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 118, col 284, ['cid'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 118, col 170, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 120, col 229, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 120, col 93, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 120, col 109, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 120, col 122, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 120, col 138, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 120, col 157, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 120, col 173, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 120, col 189, ['category'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 124, col 155, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 124, col 41, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 124, col 57, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 124, col 70, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 124, col 86, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 124, col 105, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 124, col 121, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 124, col 137, ['tid'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 126, col 199, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 126, col 33, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 126, col 49, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 126, col 62, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 126, col 78, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 126, col 97, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 126, col 113, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 126, col 129, ['tags'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 126, col 140, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 126, col 156, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 126, col 172, ['tags'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 126, col 180, ['length'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 130, col 193, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 130, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 130, col 53, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 130, col 66, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 130, col 82, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 130, col 101, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 130, col 117, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 130, col 133, ['tags'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 133, col 128, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 133, col 45, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 133, col 61, ['config'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 133, col 74, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 133, col 90, ['config'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 133, col 100, ['relative_path'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 135, col 274, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 135, col 45, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 135, col 61, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 135, col 74, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 135, col 90, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 135, col 109, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 135, col 125, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 135, col 141, ['tags'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 135, col 152, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 135, col 168, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 135, col 184, ['tags'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 135, col 201, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 135, col 217, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 135, col 233, ['tags'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 135, col 247, ['valueEncoded'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 137, col 267, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 137, col 45, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 137, col 61, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 137, col 74, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 137, col 90, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 137, col 109, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 137, col 125, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 137, col 141, ['tags'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 137, col 152, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 137, col 168, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 137, col 184, ['tags'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 137, col 201, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 137, col 217, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 137, col 233, ['tags'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 139, col 267, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 139, col 45, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 139, col 61, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 139, col 74, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 139, col 90, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 139, col 109, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 139, col 125, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 139, col 141, ['tags'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 139, col 152, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 139, col 168, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 139, col 184, ['tags'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 139, col 201, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 139, col 217, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 139, col 233, ['tags'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 139, col 247, ['value'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 141, col 274, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 141, col 45, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 141, col 61, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 141, col 74, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 141, col 90, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 141, col 109, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 141, col 125, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 141, col 141, ['tags'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 141, col 152, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 141, col 168, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 141, col 184, ['tags'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 141, col 201, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 141, col 217, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 141, col 233, ['tags'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 141, col 247, ['valueEscaped'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 131, col 21, 'key' is defined but never used. +build/public/templates/widgets/suggestedtopics.js: line 130, col 186, 'value' is defined but never used. +build/public/templates/widgets/suggestedtopics.js: line 130, col 178, 'length' is defined but never used. +build/public/templates/widgets/suggestedtopics.js: line 130, col 171, 'index' is defined but never used. +build/public/templates/widgets/suggestedtopics.js: line 146, col 254, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 147, col 260, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 147, col 90, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 147, col 106, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 147, col 119, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 147, col 135, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 147, col 154, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 147, col 170, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 147, col 186, ['postcount'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 147, col 226, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 149, col 124, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 149, col 41, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 149, col 57, ['config'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 149, col 70, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 149, col 86, ['config'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 149, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 151, col 156, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 151, col 41, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 151, col 57, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 151, col 70, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 151, col 86, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 151, col 105, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 151, col 121, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 151, col 137, ['slug'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 152, col 365, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 152, col 34, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 152, col 50, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 152, col 63, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 152, col 79, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 152, col 98, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 152, col 114, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 152, col 130, ['teaser'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 152, col 143, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 152, col 159, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 152, col 175, ['teaser'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 152, col 185, ['timestampISO'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 152, col 231, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 152, col 247, ['config'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 152, col 260, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 152, col 276, ['config'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 152, col 286, ['theme'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 152, col 298, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 152, col 314, ['config'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 152, col 324, ['theme'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 152, col 333, ['mobileTopicTeasers'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 154, col 215, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 154, col 45, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 154, col 61, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 154, col 74, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 154, col 90, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 154, col 109, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 154, col 125, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 154, col 141, ['teaser'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 154, col 154, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 154, col 170, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 154, col 186, ['teaser'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 154, col 196, ['index'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 157, col 365, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 157, col 34, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 157, col 50, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 157, col 63, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 157, col 79, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 157, col 98, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 157, col 114, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 157, col 130, ['teaser'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 157, col 143, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 157, col 159, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 157, col 175, ['teaser'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 157, col 185, ['timestampISO'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 157, col 231, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 157, col 247, ['config'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 157, col 260, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 157, col 276, ['config'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 157, col 286, ['theme'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 157, col 298, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 157, col 314, ['config'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 157, col 324, ['theme'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 157, col 333, ['mobileTopicTeasers'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 158, col 220, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 158, col 43, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 158, col 59, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 158, col 72, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 158, col 88, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 158, col 107, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 158, col 123, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 158, col 139, ['teaser'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 158, col 152, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 158, col 168, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 158, col 184, ['teaser'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 158, col 194, ['timestampISO'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 159, col 167, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 159, col 43, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 159, col 59, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 159, col 72, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 159, col 88, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 159, col 107, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 159, col 123, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 159, col 139, ['timestampISO'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 161, col 124, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 161, col 41, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 161, col 57, ['config'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 161, col 70, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 161, col 86, ['config'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 161, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 163, col 156, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 163, col 41, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 163, col 57, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 163, col 70, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 163, col 86, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 163, col 105, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 163, col 121, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 163, col 137, ['slug'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 164, col 108, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 165, col 164, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 165, col 41, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 165, col 57, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 165, col 70, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 165, col 86, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 165, col 105, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 165, col 121, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 165, col 137, ['timestampISO'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 167, col 33, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 167, col 49, ['showSelect'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 168, col 223, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 171, col 203, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 171, col 33, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 171, col 49, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 171, col 62, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 171, col 78, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 171, col 97, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 171, col 113, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 171, col 129, ['thumbs'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 171, col 142, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 171, col 158, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 171, col 174, ['thumbs'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 171, col 184, ['length'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 172, col 127, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 173, col 128, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 173, col 45, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 173, col 61, ['config'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 173, col 74, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 173, col 90, ['config'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 173, col 100, ['relative_path'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 175, col 160, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 175, col 45, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 175, col 61, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 175, col 74, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 175, col 90, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 175, col 109, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 175, col 125, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 175, col 141, ['slug'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 176, col 154, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 176, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 176, col 53, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 176, col 66, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 176, col 82, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 176, col 101, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 176, col 117, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 176, col 133, ['bookmark'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 178, col 167, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 178, col 49, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 178, col 65, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 178, col 78, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 178, col 94, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 178, col 113, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 178, col 129, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 178, col 145, ['bookmark'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 180, col 194, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 181, col 269, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 181, col 45, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 181, col 61, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 181, col 74, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 181, col 90, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 181, col 109, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 181, col 125, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 181, col 141, ['thumbs'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 181, col 154, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 181, col 170, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 181, col 186, ['thumbs'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 181, col 204, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 181, col 220, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 181, col 236, ['thumbs'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 181, col 251, ['url'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 183, col 217, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 183, col 45, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 183, col 61, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 183, col 74, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 183, col 90, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 183, col 109, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 183, col 125, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 183, col 141, ['thumbs'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 183, col 154, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 183, col 170, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 183, col 186, ['thumbs'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 183, col 196, ['length'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 184, col 235, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 185, col 217, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 185, col 45, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 185, col 61, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 185, col 74, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 185, col 90, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 185, col 109, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 185, col 125, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 185, col 141, ['thumbs'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 185, col 154, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 185, col 170, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 185, col 186, ['thumbs'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 185, col 196, ['length'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 188, col 197, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 189, col 33, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 193, col 33, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 195, col 135, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 196, col 161, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 196, col 45, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 196, col 61, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 196, col 74, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 196, col 90, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 196, col 109, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 196, col 125, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 196, col 141, ['votes'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 198, col 260, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 198, col 94, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 198, col 110, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 198, col 123, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 198, col 139, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 198, col 158, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 198, col 174, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 198, col 190, ['votes'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 198, col 226, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 199, col 204, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 200, col 137, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 201, col 161, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 201, col 41, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 201, col 57, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 201, col 70, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 201, col 86, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 201, col 105, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 201, col 121, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 201, col 137, ['postcount'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 203, col 260, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 203, col 90, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 203, col 106, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 203, col 119, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 203, col 135, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 203, col 154, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 203, col 170, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 203, col 186, ['postcount'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 203, col 226, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 204, col 320, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 205, col 161, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 205, col 41, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 205, col 57, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 205, col 70, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 205, col 86, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 205, col 105, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 205, col 121, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 205, col 137, ['viewcount'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 207, col 260, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 207, col 90, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 207, col 106, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 207, col 119, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 207, col 135, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 207, col 154, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 207, col 170, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 207, col 186, ['viewcount'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 207, col 226, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 208, col 268, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 209, col 166, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 209, col 33, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 209, col 49, ['config'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 209, col 62, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 209, col 78, ['config'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 209, col 88, ['theme'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 209, col 100, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 209, col 116, ['config'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 209, col 126, ['theme'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 209, col 135, ['mobileTopicTeasers'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 212, col 129, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 213, col 218, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 213, col 41, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 213, col 57, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 213, col 70, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 213, col 86, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 213, col 105, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 213, col 121, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 213, col 137, ['category'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 213, col 152, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 213, col 168, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 213, col 184, ['category'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 213, col 196, ['bgColor'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 215, col 151, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 215, col 33, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 215, col 49, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 215, col 62, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 215, col 78, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 215, col 97, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 215, col 113, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 215, col 129, ['unreplied'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 218, col 204, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 218, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 218, col 53, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 218, col 66, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 218, col 82, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 218, col 101, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 218, col 117, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 218, col 133, ['teaser'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 218, col 146, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 218, col 162, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 218, col 178, ['teaser'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 218, col 188, ['pid'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 220, col 274, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 220, col 41, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 220, col 57, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 220, col 70, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 220, col 86, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 220, col 105, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 220, col 121, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 220, col 137, ['teaser'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 220, col 150, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 220, col 166, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 220, col 182, ['teaser'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 220, col 192, ['user'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 220, col 203, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 220, col 219, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 220, col 235, ['teaser'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 220, col 245, ['user'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 220, col 253, ['userslug'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 221, col 134, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 221, col 51, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 221, col 67, ['config'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 221, col 80, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 221, col 96, ['config'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 221, col 106, ['relative_path'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 223, col 287, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 223, col 53, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 223, col 69, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 223, col 82, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 223, col 98, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 223, col 117, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 223, col 133, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 223, col 149, ['teaser'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 223, col 162, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 223, col 178, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 223, col 194, ['teaser'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 223, col 204, ['user'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 223, col 215, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 223, col 231, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 223, col 247, ['teaser'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 223, col 257, ['user'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 223, col 265, ['userslug'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 226, col 287, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 226, col 49, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 226, col 65, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 226, col 78, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 226, col 94, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 226, col 113, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 226, col 129, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 226, col 145, ['teaser'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 226, col 158, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 226, col 174, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 226, col 190, ['teaser'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 226, col 200, ['user'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 226, col 211, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 226, col 227, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 226, col 243, ['teaser'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 226, col 253, ['user'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 226, col 261, ['displayname'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 228, col 321, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 228, col 90, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 228, col 106, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 228, col 119, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 228, col 135, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 228, col 154, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 228, col 170, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 228, col 186, ['teaser'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 228, col 199, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 228, col 215, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 228, col 231, ['teaser'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 228, col 241, ['user'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 228, col 284, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 230, col 132, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 230, col 49, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 230, col 65, ['config'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 230, col 78, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 230, col 94, ['config'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 230, col 104, ['relative_path'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 232, col 164, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 232, col 49, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 232, col 65, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 232, col 78, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 232, col 94, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 232, col 113, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 232, col 129, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 232, col 145, ['slug'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 234, col 220, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 234, col 49, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 234, col 65, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 234, col 78, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 234, col 94, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 234, col 113, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 234, col 129, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 234, col 145, ['teaser'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 234, col 158, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 234, col 174, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 234, col 190, ['teaser'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 234, col 200, ['index'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 236, col 227, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 236, col 49, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 236, col 65, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 236, col 78, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 236, col 94, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 236, col 113, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 236, col 129, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 236, col 145, ['teaser'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 236, col 158, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 236, col 174, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 236, col 190, ['teaser'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 236, col 200, ['timestampISO'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 237, col 234, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 238, col 132, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 238, col 49, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 238, col 65, ['config'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 238, col 78, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 238, col 94, ['config'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 238, col 104, ['relative_path'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 240, col 164, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 240, col 49, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 240, col 65, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 240, col 78, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 240, col 94, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 240, col 113, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 240, col 129, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 240, col 145, ['slug'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 242, col 220, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 242, col 49, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 242, col 65, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 242, col 78, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 242, col 94, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 242, col 113, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 242, col 129, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 242, col 145, ['teaser'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 242, col 158, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 242, col 174, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 242, col 190, ['teaser'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 242, col 200, ['index'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 244, col 222, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 244, col 49, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 244, col 65, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 244, col 78, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 244, col 94, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 244, col 113, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 244, col 129, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 244, col 145, ['teaser'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 244, col 158, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 244, col 174, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 244, col 190, ['teaser'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 244, col 200, ['content'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 23, col 17, 'key' is defined but never used. +build/public/templates/widgets/suggestedtopics.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/widgets/suggestedtopics.js: line 260, col 114, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 260, col 36, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 260, col 52, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 263, col 199, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 263, col 29, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 263, col 45, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 263, col 58, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 263, col 74, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 263, col 93, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 263, col 109, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 263, col 125, ['thumbs'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 263, col 138, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 263, col 154, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 263, col 170, ['thumbs'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 263, col 180, ['length'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 264, col 113, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 265, col 124, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 265, col 41, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 265, col 57, ['config'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 265, col 70, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 265, col 86, ['config'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 265, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 267, col 156, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 267, col 41, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 267, col 57, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 267, col 70, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 267, col 86, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 267, col 105, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 267, col 121, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 267, col 137, ['slug'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 268, col 150, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 268, col 33, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 268, col 49, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 268, col 62, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 268, col 78, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 268, col 97, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 268, col 113, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 268, col 129, ['bookmark'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 270, col 163, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 270, col 45, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 270, col 61, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 270, col 74, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 270, col 90, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 270, col 109, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 270, col 125, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 270, col 141, ['bookmark'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 272, col 212, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 273, col 265, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 273, col 41, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 273, col 57, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 273, col 70, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 273, col 86, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 273, col 105, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 273, col 121, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 273, col 137, ['thumbs'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 273, col 150, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 273, col 166, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 273, col 182, ['thumbs'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 273, col 200, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 273, col 216, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 273, col 232, ['thumbs'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 273, col 247, ['url'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 276, col 138, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 277, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 277, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 279, col 152, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 279, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 279, col 53, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 279, col 66, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 279, col 82, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 279, col 101, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 279, col 117, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 279, col 133, ['slug'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 281, col 153, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 281, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 281, col 53, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 281, col 66, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 281, col 82, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 281, col 101, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 281, col 117, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 281, col 133, ['title'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 282, col 135, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 283, col 210, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 283, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 283, col 53, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 283, col 66, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 283, col 82, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 283, col 101, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 283, col 117, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 283, col 133, ['user'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 283, col 144, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 283, col 160, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 283, col 176, ['user'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 283, col 184, ['displayname'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 285, col 262, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 285, col 29, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 285, col 45, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 285, col 58, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 285, col 74, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 285, col 93, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 285, col 109, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 285, col 125, ['teaser'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 285, col 138, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 285, col 154, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 285, col 170, ['teaser'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 285, col 180, ['user'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 285, col 191, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 285, col 207, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 285, col 223, ['teaser'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 285, col 233, ['user'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 285, col 241, ['userslug'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 286, col 39, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 286, col 55, ['relative_path'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 288, col 275, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 288, col 41, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 288, col 57, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 288, col 70, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 288, col 86, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 288, col 105, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 288, col 121, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 288, col 137, ['teaser'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 288, col 150, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 288, col 166, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 288, col 182, ['teaser'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 288, col 192, ['user'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 288, col 203, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 288, col 219, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 288, col 235, ['teaser'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 288, col 245, ['user'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 288, col 253, ['userslug'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 291, col 309, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 291, col 78, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 291, col 94, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 291, col 107, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 291, col 123, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 291, col 142, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 291, col 158, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 291, col 174, ['teaser'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 291, col 187, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 291, col 203, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 291, col 219, ['teaser'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 291, col 229, ['user'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 291, col 272, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 292, col 133, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 293, col 120, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 293, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 293, col 53, ['config'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 293, col 66, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 293, col 82, ['config'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 293, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 295, col 272, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 295, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 295, col 53, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 295, col 66, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 295, col 82, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 295, col 101, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 295, col 117, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 295, col 133, ['teaser'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 295, col 146, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 295, col 162, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 295, col 178, ['teaser'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 295, col 188, ['user'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 295, col 199, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 295, col 215, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 295, col 231, ['teaser'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 295, col 241, ['user'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 295, col 249, ['userslug'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 297, col 275, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 297, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 297, col 53, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 297, col 66, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 297, col 82, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 297, col 101, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 297, col 117, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 297, col 133, ['teaser'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 297, col 146, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 297, col 162, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 297, col 178, ['teaser'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 297, col 188, ['user'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 297, col 199, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 297, col 215, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 297, col 231, ['teaser'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 297, col 241, ['user'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 297, col 249, ['displayname'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 299, col 215, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 299, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 299, col 53, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 299, col 66, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 299, col 82, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 299, col 101, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 299, col 117, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 299, col 133, ['teaser'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 299, col 146, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 299, col 162, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 299, col 178, ['teaser'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 299, col 188, ['timestampISO'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 300, col 199, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 301, col 204, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 301, col 86, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 301, col 102, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 301, col 115, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 301, col 131, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 301, col 150, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 301, col 166, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 301, col 182, ['votes'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 302, col 141, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 303, col 208, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 303, col 86, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 303, col 102, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 303, col 115, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 303, col 131, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 303, col 150, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 303, col 166, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 303, col 182, ['postcount'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 304, col 137, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 305, col 208, Line is too long. +build/public/templates/widgets/suggestedtopics.js: line 305, col 86, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 305, col 102, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 305, col 115, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 305, col 131, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 305, col 150, Expected '!==' and instead saw '!='. +build/public/templates/widgets/suggestedtopics.js: line 305, col 166, ['topics'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 305, col 182, ['viewcount'] is better written in dot notation. +build/public/templates/widgets/suggestedtopics.js: line 261, col 13, 'key' is defined but never used. +build/public/templates/widgets/suggestedtopics.js: line 260, col 107, 'value' is defined but never used. +build/public/templates/widgets/suggestedtopics.js: line 259, col 11, 'value' is defined but never used. +build/public/templates/widgets/suggestedtopics.js: line 318, col 3, Missing semicolon. +build/public/templates/widgets/suggestedtopics.js: line 5, col 46, 'define' is not defined. +build/public/templates/widgets/suggestedtopics.js: line 6, col 5, 'define' is not defined. + +build/public/templates/widgets/topposters.js: line 13, col 25, Expected '!==' and instead saw '!='. +build/public/templates/widgets/topposters.js: line 13, col 41, ['sidebar'] is better written in dot notation. +build/public/templates/widgets/topposters.js: line 17, col 22, ['users'] is better written in dot notation. +build/public/templates/widgets/topposters.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/widgets/topposters.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/widgets/topposters.js: line 25, col 113, Line is too long. +build/public/templates/widgets/topposters.js: line 25, col 36, Expected '!==' and instead saw '!='. +build/public/templates/widgets/topposters.js: line 25, col 52, ['users'] is better written in dot notation. +build/public/templates/widgets/topposters.js: line 28, col 120, Line is too long. +build/public/templates/widgets/topposters.js: line 28, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/topposters.js: line 28, col 53, ['config'] is better written in dot notation. +build/public/templates/widgets/topposters.js: line 28, col 66, Expected '!==' and instead saw '!='. +build/public/templates/widgets/topposters.js: line 28, col 82, ['config'] is better written in dot notation. +build/public/templates/widgets/topposters.js: line 28, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/widgets/topposters.js: line 30, col 153, Line is too long. +build/public/templates/widgets/topposters.js: line 30, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/topposters.js: line 30, col 53, ['users'] is better written in dot notation. +build/public/templates/widgets/topposters.js: line 30, col 65, Expected '!==' and instead saw '!='. +build/public/templates/widgets/topposters.js: line 30, col 81, ['users'] is better written in dot notation. +build/public/templates/widgets/topposters.js: line 30, col 99, Expected '!==' and instead saw '!='. +build/public/templates/widgets/topposters.js: line 30, col 115, ['users'] is better written in dot notation. +build/public/templates/widgets/topposters.js: line 30, col 130, ['userslug'] is better written in dot notation. +build/public/templates/widgets/topposters.js: line 31, col 111, Line is too long. +build/public/templates/widgets/topposters.js: line 32, col 154, Line is too long. +build/public/templates/widgets/topposters.js: line 32, col 100, Expected '!==' and instead saw '!='. +build/public/templates/widgets/topposters.js: line 33, col 122, Line is too long. +build/public/templates/widgets/topposters.js: line 34, col 156, Line is too long. +build/public/templates/widgets/topposters.js: line 34, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/topposters.js: line 34, col 53, ['users'] is better written in dot notation. +build/public/templates/widgets/topposters.js: line 34, col 65, Expected '!==' and instead saw '!='. +build/public/templates/widgets/topposters.js: line 34, col 81, ['users'] is better written in dot notation. +build/public/templates/widgets/topposters.js: line 34, col 99, Expected '!==' and instead saw '!='. +build/public/templates/widgets/topposters.js: line 34, col 115, ['users'] is better written in dot notation. +build/public/templates/widgets/topposters.js: line 34, col 130, ['displayname'] is better written in dot notation. +build/public/templates/widgets/topposters.js: line 36, col 156, Line is too long. +build/public/templates/widgets/topposters.js: line 36, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/topposters.js: line 36, col 53, ['users'] is better written in dot notation. +build/public/templates/widgets/topposters.js: line 36, col 65, Expected '!==' and instead saw '!='. +build/public/templates/widgets/topposters.js: line 36, col 81, ['users'] is better written in dot notation. +build/public/templates/widgets/topposters.js: line 36, col 99, Expected '!==' and instead saw '!='. +build/public/templates/widgets/topposters.js: line 36, col 115, ['users'] is better written in dot notation. +build/public/templates/widgets/topposters.js: line 36, col 130, ['displayname'] is better written in dot notation. +build/public/templates/widgets/topposters.js: line 38, col 201, Line is too long. +build/public/templates/widgets/topposters.js: line 38, col 82, Expected '!==' and instead saw '!='. +build/public/templates/widgets/topposters.js: line 38, col 98, ['users'] is better written in dot notation. +build/public/templates/widgets/topposters.js: line 38, col 110, Expected '!==' and instead saw '!='. +build/public/templates/widgets/topposters.js: line 38, col 126, ['users'] is better written in dot notation. +build/public/templates/widgets/topposters.js: line 38, col 144, Expected '!==' and instead saw '!='. +build/public/templates/widgets/topposters.js: line 38, col 160, ['users'] is better written in dot notation. +build/public/templates/widgets/topposters.js: line 38, col 175, ['postcount'] is better written in dot notation. +build/public/templates/widgets/topposters.js: line 26, col 13, 'key' is defined but never used. +build/public/templates/widgets/topposters.js: line 24, col 11, 'value' is defined but never used. +build/public/templates/widgets/topposters.js: line 47, col 3, Missing semicolon. +build/public/templates/widgets/topposters.js: line 5, col 46, 'define' is not defined. +build/public/templates/widgets/topposters.js: line 6, col 5, 'define' is not defined. + +build/public/templates/widgets/toptopics.js: line 13, col 22, ['topics'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/widgets/toptopics.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/widgets/toptopics.js: line 21, col 114, Line is too long. +build/public/templates/widgets/toptopics.js: line 21, col 36, Expected '!==' and instead saw '!='. +build/public/templates/widgets/toptopics.js: line 21, col 52, ['topics'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 24, col 199, Line is too long. +build/public/templates/widgets/toptopics.js: line 24, col 29, Expected '!==' and instead saw '!='. +build/public/templates/widgets/toptopics.js: line 24, col 45, ['topics'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 24, col 58, Expected '!==' and instead saw '!='. +build/public/templates/widgets/toptopics.js: line 24, col 74, ['topics'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 24, col 93, Expected '!==' and instead saw '!='. +build/public/templates/widgets/toptopics.js: line 24, col 109, ['topics'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 24, col 125, ['thumbs'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 24, col 138, Expected '!==' and instead saw '!='. +build/public/templates/widgets/toptopics.js: line 24, col 154, ['topics'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 24, col 170, ['thumbs'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 24, col 180, ['length'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 25, col 113, Line is too long. +build/public/templates/widgets/toptopics.js: line 26, col 124, Line is too long. +build/public/templates/widgets/toptopics.js: line 26, col 41, Expected '!==' and instead saw '!='. +build/public/templates/widgets/toptopics.js: line 26, col 57, ['config'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 26, col 70, Expected '!==' and instead saw '!='. +build/public/templates/widgets/toptopics.js: line 26, col 86, ['config'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 26, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 28, col 156, Line is too long. +build/public/templates/widgets/toptopics.js: line 28, col 41, Expected '!==' and instead saw '!='. +build/public/templates/widgets/toptopics.js: line 28, col 57, ['topics'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 28, col 70, Expected '!==' and instead saw '!='. +build/public/templates/widgets/toptopics.js: line 28, col 86, ['topics'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 28, col 105, Expected '!==' and instead saw '!='. +build/public/templates/widgets/toptopics.js: line 28, col 121, ['topics'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 28, col 137, ['slug'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 29, col 150, Line is too long. +build/public/templates/widgets/toptopics.js: line 29, col 33, Expected '!==' and instead saw '!='. +build/public/templates/widgets/toptopics.js: line 29, col 49, ['topics'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 29, col 62, Expected '!==' and instead saw '!='. +build/public/templates/widgets/toptopics.js: line 29, col 78, ['topics'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 29, col 97, Expected '!==' and instead saw '!='. +build/public/templates/widgets/toptopics.js: line 29, col 113, ['topics'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 29, col 129, ['bookmark'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 31, col 163, Line is too long. +build/public/templates/widgets/toptopics.js: line 31, col 45, Expected '!==' and instead saw '!='. +build/public/templates/widgets/toptopics.js: line 31, col 61, ['topics'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 31, col 74, Expected '!==' and instead saw '!='. +build/public/templates/widgets/toptopics.js: line 31, col 90, ['topics'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 31, col 109, Expected '!==' and instead saw '!='. +build/public/templates/widgets/toptopics.js: line 31, col 125, ['topics'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 31, col 141, ['bookmark'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 33, col 212, Line is too long. +build/public/templates/widgets/toptopics.js: line 34, col 265, Line is too long. +build/public/templates/widgets/toptopics.js: line 34, col 41, Expected '!==' and instead saw '!='. +build/public/templates/widgets/toptopics.js: line 34, col 57, ['topics'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 34, col 70, Expected '!==' and instead saw '!='. +build/public/templates/widgets/toptopics.js: line 34, col 86, ['topics'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 34, col 105, Expected '!==' and instead saw '!='. +build/public/templates/widgets/toptopics.js: line 34, col 121, ['topics'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 34, col 137, ['thumbs'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 34, col 150, Expected '!==' and instead saw '!='. +build/public/templates/widgets/toptopics.js: line 34, col 166, ['topics'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 34, col 182, ['thumbs'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 34, col 200, Expected '!==' and instead saw '!='. +build/public/templates/widgets/toptopics.js: line 34, col 216, ['topics'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 34, col 232, ['thumbs'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 34, col 247, ['url'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 37, col 138, Line is too long. +build/public/templates/widgets/toptopics.js: line 38, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/toptopics.js: line 38, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 40, col 152, Line is too long. +build/public/templates/widgets/toptopics.js: line 40, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/toptopics.js: line 40, col 53, ['topics'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 40, col 66, Expected '!==' and instead saw '!='. +build/public/templates/widgets/toptopics.js: line 40, col 82, ['topics'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 40, col 101, Expected '!==' and instead saw '!='. +build/public/templates/widgets/toptopics.js: line 40, col 117, ['topics'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 40, col 133, ['slug'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 42, col 153, Line is too long. +build/public/templates/widgets/toptopics.js: line 42, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/toptopics.js: line 42, col 53, ['topics'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 42, col 66, Expected '!==' and instead saw '!='. +build/public/templates/widgets/toptopics.js: line 42, col 82, ['topics'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 42, col 101, Expected '!==' and instead saw '!='. +build/public/templates/widgets/toptopics.js: line 42, col 117, ['topics'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 42, col 133, ['title'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 43, col 135, Line is too long. +build/public/templates/widgets/toptopics.js: line 44, col 210, Line is too long. +build/public/templates/widgets/toptopics.js: line 44, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/toptopics.js: line 44, col 53, ['topics'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 44, col 66, Expected '!==' and instead saw '!='. +build/public/templates/widgets/toptopics.js: line 44, col 82, ['topics'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 44, col 101, Expected '!==' and instead saw '!='. +build/public/templates/widgets/toptopics.js: line 44, col 117, ['topics'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 44, col 133, ['user'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 44, col 144, Expected '!==' and instead saw '!='. +build/public/templates/widgets/toptopics.js: line 44, col 160, ['topics'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 44, col 176, ['user'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 44, col 184, ['displayname'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 46, col 262, Line is too long. +build/public/templates/widgets/toptopics.js: line 46, col 29, Expected '!==' and instead saw '!='. +build/public/templates/widgets/toptopics.js: line 46, col 45, ['topics'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 46, col 58, Expected '!==' and instead saw '!='. +build/public/templates/widgets/toptopics.js: line 46, col 74, ['topics'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 46, col 93, Expected '!==' and instead saw '!='. +build/public/templates/widgets/toptopics.js: line 46, col 109, ['topics'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 46, col 125, ['teaser'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 46, col 138, Expected '!==' and instead saw '!='. +build/public/templates/widgets/toptopics.js: line 46, col 154, ['topics'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 46, col 170, ['teaser'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 46, col 180, ['user'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 46, col 191, Expected '!==' and instead saw '!='. +build/public/templates/widgets/toptopics.js: line 46, col 207, ['topics'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 46, col 223, ['teaser'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 46, col 233, ['user'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 46, col 241, ['userslug'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 47, col 39, Expected '!==' and instead saw '!='. +build/public/templates/widgets/toptopics.js: line 47, col 55, ['relative_path'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 49, col 275, Line is too long. +build/public/templates/widgets/toptopics.js: line 49, col 41, Expected '!==' and instead saw '!='. +build/public/templates/widgets/toptopics.js: line 49, col 57, ['topics'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 49, col 70, Expected '!==' and instead saw '!='. +build/public/templates/widgets/toptopics.js: line 49, col 86, ['topics'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 49, col 105, Expected '!==' and instead saw '!='. +build/public/templates/widgets/toptopics.js: line 49, col 121, ['topics'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 49, col 137, ['teaser'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 49, col 150, Expected '!==' and instead saw '!='. +build/public/templates/widgets/toptopics.js: line 49, col 166, ['topics'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 49, col 182, ['teaser'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 49, col 192, ['user'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 49, col 203, Expected '!==' and instead saw '!='. +build/public/templates/widgets/toptopics.js: line 49, col 219, ['topics'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 49, col 235, ['teaser'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 49, col 245, ['user'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 49, col 253, ['userslug'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 52, col 309, Line is too long. +build/public/templates/widgets/toptopics.js: line 52, col 78, Expected '!==' and instead saw '!='. +build/public/templates/widgets/toptopics.js: line 52, col 94, ['topics'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 52, col 107, Expected '!==' and instead saw '!='. +build/public/templates/widgets/toptopics.js: line 52, col 123, ['topics'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 52, col 142, Expected '!==' and instead saw '!='. +build/public/templates/widgets/toptopics.js: line 52, col 158, ['topics'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 52, col 174, ['teaser'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 52, col 187, Expected '!==' and instead saw '!='. +build/public/templates/widgets/toptopics.js: line 52, col 203, ['topics'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 52, col 219, ['teaser'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 52, col 229, ['user'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 52, col 272, Expected '!==' and instead saw '!='. +build/public/templates/widgets/toptopics.js: line 53, col 133, Line is too long. +build/public/templates/widgets/toptopics.js: line 54, col 120, Line is too long. +build/public/templates/widgets/toptopics.js: line 54, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/toptopics.js: line 54, col 53, ['config'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 54, col 66, Expected '!==' and instead saw '!='. +build/public/templates/widgets/toptopics.js: line 54, col 82, ['config'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 54, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 56, col 272, Line is too long. +build/public/templates/widgets/toptopics.js: line 56, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/toptopics.js: line 56, col 53, ['topics'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 56, col 66, Expected '!==' and instead saw '!='. +build/public/templates/widgets/toptopics.js: line 56, col 82, ['topics'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 56, col 101, Expected '!==' and instead saw '!='. +build/public/templates/widgets/toptopics.js: line 56, col 117, ['topics'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 56, col 133, ['teaser'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 56, col 146, Expected '!==' and instead saw '!='. +build/public/templates/widgets/toptopics.js: line 56, col 162, ['topics'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 56, col 178, ['teaser'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 56, col 188, ['user'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 56, col 199, Expected '!==' and instead saw '!='. +build/public/templates/widgets/toptopics.js: line 56, col 215, ['topics'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 56, col 231, ['teaser'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 56, col 241, ['user'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 56, col 249, ['userslug'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 58, col 275, Line is too long. +build/public/templates/widgets/toptopics.js: line 58, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/toptopics.js: line 58, col 53, ['topics'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 58, col 66, Expected '!==' and instead saw '!='. +build/public/templates/widgets/toptopics.js: line 58, col 82, ['topics'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 58, col 101, Expected '!==' and instead saw '!='. +build/public/templates/widgets/toptopics.js: line 58, col 117, ['topics'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 58, col 133, ['teaser'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 58, col 146, Expected '!==' and instead saw '!='. +build/public/templates/widgets/toptopics.js: line 58, col 162, ['topics'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 58, col 178, ['teaser'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 58, col 188, ['user'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 58, col 199, Expected '!==' and instead saw '!='. +build/public/templates/widgets/toptopics.js: line 58, col 215, ['topics'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 58, col 231, ['teaser'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 58, col 241, ['user'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 58, col 249, ['displayname'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 60, col 215, Line is too long. +build/public/templates/widgets/toptopics.js: line 60, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/toptopics.js: line 60, col 53, ['topics'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 60, col 66, Expected '!==' and instead saw '!='. +build/public/templates/widgets/toptopics.js: line 60, col 82, ['topics'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 60, col 101, Expected '!==' and instead saw '!='. +build/public/templates/widgets/toptopics.js: line 60, col 117, ['topics'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 60, col 133, ['teaser'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 60, col 146, Expected '!==' and instead saw '!='. +build/public/templates/widgets/toptopics.js: line 60, col 162, ['topics'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 60, col 178, ['teaser'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 60, col 188, ['timestampISO'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 61, col 199, Line is too long. +build/public/templates/widgets/toptopics.js: line 62, col 204, Line is too long. +build/public/templates/widgets/toptopics.js: line 62, col 86, Expected '!==' and instead saw '!='. +build/public/templates/widgets/toptopics.js: line 62, col 102, ['topics'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 62, col 115, Expected '!==' and instead saw '!='. +build/public/templates/widgets/toptopics.js: line 62, col 131, ['topics'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 62, col 150, Expected '!==' and instead saw '!='. +build/public/templates/widgets/toptopics.js: line 62, col 166, ['topics'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 62, col 182, ['votes'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 63, col 141, Line is too long. +build/public/templates/widgets/toptopics.js: line 64, col 208, Line is too long. +build/public/templates/widgets/toptopics.js: line 64, col 86, Expected '!==' and instead saw '!='. +build/public/templates/widgets/toptopics.js: line 64, col 102, ['topics'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 64, col 115, Expected '!==' and instead saw '!='. +build/public/templates/widgets/toptopics.js: line 64, col 131, ['topics'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 64, col 150, Expected '!==' and instead saw '!='. +build/public/templates/widgets/toptopics.js: line 64, col 166, ['topics'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 64, col 182, ['postcount'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 65, col 137, Line is too long. +build/public/templates/widgets/toptopics.js: line 66, col 208, Line is too long. +build/public/templates/widgets/toptopics.js: line 66, col 86, Expected '!==' and instead saw '!='. +build/public/templates/widgets/toptopics.js: line 66, col 102, ['topics'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 66, col 115, Expected '!==' and instead saw '!='. +build/public/templates/widgets/toptopics.js: line 66, col 131, ['topics'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 66, col 150, Expected '!==' and instead saw '!='. +build/public/templates/widgets/toptopics.js: line 66, col 166, ['topics'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 66, col 182, ['viewcount'] is better written in dot notation. +build/public/templates/widgets/toptopics.js: line 22, col 13, 'key' is defined but never used. +build/public/templates/widgets/toptopics.js: line 21, col 107, 'value' is defined but never used. +build/public/templates/widgets/toptopics.js: line 20, col 11, 'value' is defined but never used. +build/public/templates/widgets/toptopics.js: line 79, col 3, Missing semicolon. +build/public/templates/widgets/toptopics.js: line 5, col 46, 'define' is not defined. +build/public/templates/widgets/toptopics.js: line 6, col 5, 'define' is not defined. + +build/public/templates/widgets/userpost.js: line 13, col 22, ['posts'] is better written in dot notation. +build/public/templates/widgets/userpost.js: line 10, col 9, '__escape' is defined but never used. +build/public/templates/widgets/userpost.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/widgets/userpost.js: line 21, col 113, Line is too long. +build/public/templates/widgets/userpost.js: line 21, col 36, Expected '!==' and instead saw '!='. +build/public/templates/widgets/userpost.js: line 21, col 52, ['posts'] is better written in dot notation. +build/public/templates/widgets/userpost.js: line 24, col 148, Line is too long. +build/public/templates/widgets/userpost.js: line 24, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/userpost.js: line 24, col 53, ['posts'] is better written in dot notation. +build/public/templates/widgets/userpost.js: line 24, col 65, Expected '!==' and instead saw '!='. +build/public/templates/widgets/userpost.js: line 24, col 81, ['posts'] is better written in dot notation. +build/public/templates/widgets/userpost.js: line 24, col 99, Expected '!==' and instead saw '!='. +build/public/templates/widgets/userpost.js: line 24, col 115, ['posts'] is better written in dot notation. +build/public/templates/widgets/userpost.js: line 24, col 130, ['pid'] is better written in dot notation. +build/public/templates/widgets/userpost.js: line 25, col 182, Line is too long. +build/public/templates/widgets/userpost.js: line 26, col 206, Line is too long. +build/public/templates/widgets/userpost.js: line 26, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/userpost.js: line 26, col 53, ['posts'] is better written in dot notation. +build/public/templates/widgets/userpost.js: line 26, col 65, Expected '!==' and instead saw '!='. +build/public/templates/widgets/userpost.js: line 26, col 81, ['posts'] is better written in dot notation. +build/public/templates/widgets/userpost.js: line 26, col 99, Expected '!==' and instead saw '!='. +build/public/templates/widgets/userpost.js: line 26, col 115, ['posts'] is better written in dot notation. +build/public/templates/widgets/userpost.js: line 26, col 130, ['user'] is better written in dot notation. +build/public/templates/widgets/userpost.js: line 26, col 141, Expected '!==' and instead saw '!='. +build/public/templates/widgets/userpost.js: line 26, col 157, ['posts'] is better written in dot notation. +build/public/templates/widgets/userpost.js: line 26, col 172, ['user'] is better written in dot notation. +build/public/templates/widgets/userpost.js: line 26, col 180, ['displayname'] is better written in dot notation. +build/public/templates/widgets/userpost.js: line 28, col 193, Line is too long. +build/public/templates/widgets/userpost.js: line 28, col 29, Expected '!==' and instead saw '!='. +build/public/templates/widgets/userpost.js: line 28, col 45, ['posts'] is better written in dot notation. +build/public/templates/widgets/userpost.js: line 28, col 57, Expected '!==' and instead saw '!='. +build/public/templates/widgets/userpost.js: line 28, col 73, ['posts'] is better written in dot notation. +build/public/templates/widgets/userpost.js: line 28, col 91, Expected '!==' and instead saw '!='. +build/public/templates/widgets/userpost.js: line 28, col 107, ['posts'] is better written in dot notation. +build/public/templates/widgets/userpost.js: line 28, col 122, ['user'] is better written in dot notation. +build/public/templates/widgets/userpost.js: line 28, col 133, Expected '!==' and instead saw '!='. +build/public/templates/widgets/userpost.js: line 28, col 149, ['posts'] is better written in dot notation. +build/public/templates/widgets/userpost.js: line 28, col 164, ['user'] is better written in dot notation. +build/public/templates/widgets/userpost.js: line 28, col 172, ['userslug'] is better written in dot notation. +build/public/templates/widgets/userpost.js: line 29, col 39, Expected '!==' and instead saw '!='. +build/public/templates/widgets/userpost.js: line 29, col 55, ['relative_path'] is better written in dot notation. +build/public/templates/widgets/userpost.js: line 31, col 206, Line is too long. +build/public/templates/widgets/userpost.js: line 31, col 41, Expected '!==' and instead saw '!='. +build/public/templates/widgets/userpost.js: line 31, col 57, ['posts'] is better written in dot notation. +build/public/templates/widgets/userpost.js: line 31, col 69, Expected '!==' and instead saw '!='. +build/public/templates/widgets/userpost.js: line 31, col 85, ['posts'] is better written in dot notation. +build/public/templates/widgets/userpost.js: line 31, col 103, Expected '!==' and instead saw '!='. +build/public/templates/widgets/userpost.js: line 31, col 119, ['posts'] is better written in dot notation. +build/public/templates/widgets/userpost.js: line 31, col 134, ['user'] is better written in dot notation. +build/public/templates/widgets/userpost.js: line 31, col 145, Expected '!==' and instead saw '!='. +build/public/templates/widgets/userpost.js: line 31, col 161, ['posts'] is better written in dot notation. +build/public/templates/widgets/userpost.js: line 31, col 176, ['user'] is better written in dot notation. +build/public/templates/widgets/userpost.js: line 31, col 184, ['userslug'] is better written in dot notation. +build/public/templates/widgets/userpost.js: line 34, col 251, Line is too long. +build/public/templates/widgets/userpost.js: line 34, col 78, Expected '!==' and instead saw '!='. +build/public/templates/widgets/userpost.js: line 34, col 94, ['posts'] is better written in dot notation. +build/public/templates/widgets/userpost.js: line 34, col 106, Expected '!==' and instead saw '!='. +build/public/templates/widgets/userpost.js: line 34, col 122, ['posts'] is better written in dot notation. +build/public/templates/widgets/userpost.js: line 34, col 140, Expected '!==' and instead saw '!='. +build/public/templates/widgets/userpost.js: line 34, col 156, ['posts'] is better written in dot notation. +build/public/templates/widgets/userpost.js: line 34, col 171, ['user'] is better written in dot notation. +build/public/templates/widgets/userpost.js: line 34, col 214, Expected '!==' and instead saw '!='. +build/public/templates/widgets/userpost.js: line 35, col 121, Line is too long. +build/public/templates/widgets/userpost.js: line 36, col 120, Line is too long. +build/public/templates/widgets/userpost.js: line 36, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/userpost.js: line 36, col 53, ['config'] is better written in dot notation. +build/public/templates/widgets/userpost.js: line 36, col 66, Expected '!==' and instead saw '!='. +build/public/templates/widgets/userpost.js: line 36, col 82, ['config'] is better written in dot notation. +build/public/templates/widgets/userpost.js: line 36, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/widgets/userpost.js: line 38, col 203, Line is too long. +build/public/templates/widgets/userpost.js: line 38, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/userpost.js: line 38, col 53, ['posts'] is better written in dot notation. +build/public/templates/widgets/userpost.js: line 38, col 65, Expected '!==' and instead saw '!='. +build/public/templates/widgets/userpost.js: line 38, col 81, ['posts'] is better written in dot notation. +build/public/templates/widgets/userpost.js: line 38, col 99, Expected '!==' and instead saw '!='. +build/public/templates/widgets/userpost.js: line 38, col 115, ['posts'] is better written in dot notation. +build/public/templates/widgets/userpost.js: line 38, col 130, ['user'] is better written in dot notation. +build/public/templates/widgets/userpost.js: line 38, col 141, Expected '!==' and instead saw '!='. +build/public/templates/widgets/userpost.js: line 38, col 157, ['posts'] is better written in dot notation. +build/public/templates/widgets/userpost.js: line 38, col 172, ['user'] is better written in dot notation. +build/public/templates/widgets/userpost.js: line 38, col 180, ['userslug'] is better written in dot notation. +build/public/templates/widgets/userpost.js: line 40, col 206, Line is too long. +build/public/templates/widgets/userpost.js: line 40, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/userpost.js: line 40, col 53, ['posts'] is better written in dot notation. +build/public/templates/widgets/userpost.js: line 40, col 65, Expected '!==' and instead saw '!='. +build/public/templates/widgets/userpost.js: line 40, col 81, ['posts'] is better written in dot notation. +build/public/templates/widgets/userpost.js: line 40, col 99, Expected '!==' and instead saw '!='. +build/public/templates/widgets/userpost.js: line 40, col 115, ['posts'] is better written in dot notation. +build/public/templates/widgets/userpost.js: line 40, col 130, ['user'] is better written in dot notation. +build/public/templates/widgets/userpost.js: line 40, col 141, Expected '!==' and instead saw '!='. +build/public/templates/widgets/userpost.js: line 40, col 157, ['posts'] is better written in dot notation. +build/public/templates/widgets/userpost.js: line 40, col 172, ['user'] is better written in dot notation. +build/public/templates/widgets/userpost.js: line 40, col 180, ['displayname'] is better written in dot notation. +build/public/templates/widgets/userpost.js: line 42, col 157, Line is too long. +build/public/templates/widgets/userpost.js: line 42, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/userpost.js: line 42, col 53, ['posts'] is better written in dot notation. +build/public/templates/widgets/userpost.js: line 42, col 65, Expected '!==' and instead saw '!='. +build/public/templates/widgets/userpost.js: line 42, col 81, ['posts'] is better written in dot notation. +build/public/templates/widgets/userpost.js: line 42, col 99, Expected '!==' and instead saw '!='. +build/public/templates/widgets/userpost.js: line 42, col 115, ['posts'] is better written in dot notation. +build/public/templates/widgets/userpost.js: line 42, col 130, ['timestampISO'] is better written in dot notation. +build/public/templates/widgets/userpost.js: line 44, col 152, Line is too long. +build/public/templates/widgets/userpost.js: line 44, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/userpost.js: line 44, col 53, ['posts'] is better written in dot notation. +build/public/templates/widgets/userpost.js: line 44, col 65, Expected '!==' and instead saw '!='. +build/public/templates/widgets/userpost.js: line 44, col 81, ['posts'] is better written in dot notation. +build/public/templates/widgets/userpost.js: line 44, col 99, Expected '!==' and instead saw '!='. +build/public/templates/widgets/userpost.js: line 44, col 115, ['posts'] is better written in dot notation. +build/public/templates/widgets/userpost.js: line 44, col 130, ['content'] is better written in dot notation. +build/public/templates/widgets/userpost.js: line 46, col 37, Expected '!==' and instead saw '!='. +build/public/templates/widgets/userpost.js: line 46, col 53, ['relative_path'] is better written in dot notation. +build/public/templates/widgets/userpost.js: line 48, col 198, Line is too long. +build/public/templates/widgets/userpost.js: line 48, col 85, Expected '!==' and instead saw '!='. +build/public/templates/widgets/userpost.js: line 48, col 101, ['posts'] is better written in dot notation. +build/public/templates/widgets/userpost.js: line 48, col 113, Expected '!==' and instead saw '!='. +build/public/templates/widgets/userpost.js: line 48, col 129, ['posts'] is better written in dot notation. +build/public/templates/widgets/userpost.js: line 48, col 147, Expected '!==' and instead saw '!='. +build/public/templates/widgets/userpost.js: line 48, col 163, ['posts'] is better written in dot notation. +build/public/templates/widgets/userpost.js: line 48, col 178, ['pid'] is better written in dot notation. +build/public/templates/widgets/userpost.js: line 22, col 13, 'key' is defined but never used. +build/public/templates/widgets/userpost.js: line 21, col 106, 'value' is defined but never used. +build/public/templates/widgets/userpost.js: line 20, col 11, 'value' is defined but never used. +build/public/templates/widgets/userpost.js: line 61, col 3, Missing semicolon. +build/public/templates/widgets/userpost.js: line 5, col 46, 'define' is not defined. +build/public/templates/widgets/userpost.js: line 6, col 5, 'define' is not defined. + +build/public/templates/world.js: line 12, col 114, Line is too long. +build/public/templates/world.js: line 12, col 30, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 12, col 46, ['breadcrumbs'] is better written in dot notation. +build/public/templates/world.js: line 12, col 64, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 12, col 80, ['breadcrumbs'] is better written in dot notation. +build/public/templates/world.js: line 12, col 95, ['length'] is better written in dot notation. +build/public/templates/world.js: line 13, col 136, Line is too long. +build/public/templates/world.js: line 14, col 26, ['breadcrumbs'] is better written in dot notation. +build/public/templates/world.js: line 20, col 153, Line is too long. +build/public/templates/world.js: line 20, col 25, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 20, col 41, ['widgets'] is better written in dot notation. +build/public/templates/world.js: line 20, col 55, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 20, col 71, ['widgets'] is better written in dot notation. +build/public/templates/world.js: line 20, col 82, ['sidebar'] is better written in dot notation. +build/public/templates/world.js: line 20, col 96, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 20, col 112, ['widgets'] is better written in dot notation. +build/public/templates/world.js: line 20, col 123, ['sidebar'] is better written in dot notation. +build/public/templates/world.js: line 20, col 134, ['length'] is better written in dot notation. +build/public/templates/world.js: line 24, col 116, Line is too long. +build/public/templates/world.js: line 24, col 33, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 24, col 49, ['config'] is better written in dot notation. +build/public/templates/world.js: line 24, col 62, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 24, col 78, ['config'] is better written in dot notation. +build/public/templates/world.js: line 24, col 88, ['relative_path'] is better written in dot notation. +build/public/templates/world.js: line 25, col 1092, Line is too long. +build/public/templates/world.js: line 26, col 22, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 28, col 210, Line is too long. +build/public/templates/world.js: line 28, col 26, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 28, col 42, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 28, col 55, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 28, col 71, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 28, col 81, ['length'] is better written in dot notation. +build/public/templates/world.js: line 28, col 120, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 28, col 136, ['privileges'] is better written in dot notation. +build/public/templates/world.js: line 28, col 153, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 28, col 169, ['privileges'] is better written in dot notation. +build/public/templates/world.js: line 29, col 180, Line is too long. +build/public/templates/world.js: line 30, col 118, Line is too long. +build/public/templates/world.js: line 30, col 29, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 30, col 45, ['privileges'] is better written in dot notation. +build/public/templates/world.js: line 30, col 62, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 30, col 78, ['privileges'] is better written in dot notation. +build/public/templates/world.js: line 32, col 124, Line is too long. +build/public/templates/world.js: line 32, col 41, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 32, col 57, ['config'] is better written in dot notation. +build/public/templates/world.js: line 32, col 70, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 32, col 86, ['config'] is better written in dot notation. +build/public/templates/world.js: line 32, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/world.js: line 34, col 41, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 34, col 57, ['cid'] is better written in dot notation. +build/public/templates/world.js: line 35, col 178, Line is too long. +build/public/templates/world.js: line 37, col 33, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 37, col 49, ['loggedIn'] is better written in dot notation. +build/public/templates/world.js: line 40, col 128, Line is too long. +build/public/templates/world.js: line 40, col 45, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 40, col 61, ['config'] is better written in dot notation. +build/public/templates/world.js: line 40, col 74, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 40, col 90, ['config'] is better written in dot notation. +build/public/templates/world.js: line 40, col 100, ['relative_path'] is better written in dot notation. +build/public/templates/world.js: line 44, col 37, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 44, col 53, ['url'] is better written in dot notation. +build/public/templates/world.js: line 45, col 332, Line is too long. +build/public/templates/world.js: line 46, col 105, Line is too long. +build/public/templates/world.js: line 46, col 29, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 46, col 45, ['config'] is better written in dot notation. +build/public/templates/world.js: line 46, col 58, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 46, col 74, ['config'] is better written in dot notation. +build/public/templates/world.js: line 46, col 84, ['loggedIn'] is better written in dot notation. +build/public/templates/world.js: line 47, col 329, Line is too long. +build/public/templates/world.js: line 48, col 33, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 48, col 49, ['isWatched'] is better written in dot notation. +build/public/templates/world.js: line 51, col 256, Line is too long. +build/public/templates/world.js: line 52, col 33, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 52, col 49, ['isTracked'] is better written in dot notation. +build/public/templates/world.js: line 55, col 258, Line is too long. +build/public/templates/world.js: line 56, col 33, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 56, col 49, ['isNotWatched'] is better written in dot notation. +build/public/templates/world.js: line 59, col 261, Line is too long. +build/public/templates/world.js: line 60, col 33, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 60, col 49, ['isIgnored'] is better written in dot notation. +build/public/templates/world.js: line 63, col 224, Line is too long. +build/public/templates/world.js: line 64, col 123, Line is too long. +build/public/templates/world.js: line 64, col 33, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 64, col 49, ['template'] is better written in dot notation. +build/public/templates/world.js: line 64, col 64, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 64, col 80, ['template'] is better written in dot notation. +build/public/templates/world.js: line 67, col 633, Line is too long. +build/public/templates/world.js: line 68, col 33, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 68, col 49, ['isWatched'] is better written in dot notation. +build/public/templates/world.js: line 71, col 642, Line is too long. +build/public/templates/world.js: line 72, col 33, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 72, col 49, ['isTracked'] is better written in dot notation. +build/public/templates/world.js: line 75, col 661, Line is too long. +build/public/templates/world.js: line 76, col 33, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 76, col 49, ['isNotWatched'] is better written in dot notation. +build/public/templates/world.js: line 79, col 646, Line is too long. +build/public/templates/world.js: line 80, col 33, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 80, col 49, ['isIgnored'] is better written in dot notation. +build/public/templates/world.js: line 85, col 313, Line is too long. +build/public/templates/world.js: line 86, col 37, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 86, col 53, ['sortOptionLabel'] is better written in dot notation. +build/public/templates/world.js: line 87, col 135, Line is too long. +build/public/templates/world.js: line 88, col 37, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 88, col 53, ['sortOptionLabel'] is better written in dot notation. +build/public/templates/world.js: line 89, col 1435, Line is too long. +build/public/templates/world.js: line 92, col 25, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 92, col 41, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 92, col 54, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 92, col 70, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 92, col 80, ['length'] is better written in dot notation. +build/public/templates/world.js: line 94, col 327, Line is too long. +build/public/templates/world.js: line 95, col 147, Line is too long. +build/public/templates/world.js: line 96, col 33, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 96, col 49, ['nextStart'] is better written in dot notation. +build/public/templates/world.js: line 98, col 33, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 98, col 49, ['set'] is better written in dot notation. +build/public/templates/world.js: line 100, col 22, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 102, col 106, Line is too long. +build/public/templates/world.js: line 102, col 25, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 102, col 41, ['config'] is better written in dot notation. +build/public/templates/world.js: line 102, col 54, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 102, col 70, ['config'] is better written in dot notation. +build/public/templates/world.js: line 102, col 80, ['usePagination'] is better written in dot notation. +build/public/templates/world.js: line 104, col 162, Line is too long. +build/public/templates/world.js: line 104, col 29, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 104, col 45, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 104, col 62, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 104, col 78, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 104, col 92, ['pages'] is better written in dot notation. +build/public/templates/world.js: line 104, col 104, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 104, col 120, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 104, col 134, ['pages'] is better written in dot notation. +build/public/templates/world.js: line 104, col 143, ['length'] is better written in dot notation. +build/public/templates/world.js: line 107, col 159, Line is too long. +build/public/templates/world.js: line 108, col 160, Line is too long. +build/public/templates/world.js: line 108, col 29, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 108, col 45, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 108, col 62, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 108, col 78, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 108, col 92, ['prev'] is better written in dot notation. +build/public/templates/world.js: line 108, col 103, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 108, col 119, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 108, col 133, ['prev'] is better written in dot notation. +build/public/templates/world.js: line 108, col 141, ['active'] is better written in dot notation. +build/public/templates/world.js: line 112, col 166, Line is too long. +build/public/templates/world.js: line 112, col 37, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 112, col 53, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 112, col 70, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 112, col 86, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 112, col 100, ['prev'] is better written in dot notation. +build/public/templates/world.js: line 112, col 111, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 112, col 127, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 112, col 141, ['prev'] is better written in dot notation. +build/public/templates/world.js: line 112, col 149, ['qs'] is better written in dot notation. +build/public/templates/world.js: line 114, col 168, Line is too long. +build/public/templates/world.js: line 114, col 37, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 114, col 53, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 114, col 70, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 114, col 86, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 114, col 100, ['prev'] is better written in dot notation. +build/public/templates/world.js: line 114, col 111, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 114, col 127, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 114, col 141, ['prev'] is better written in dot notation. +build/public/templates/world.js: line 114, col 149, ['page'] is better written in dot notation. +build/public/templates/world.js: line 115, col 118, Line is too long. +build/public/templates/world.js: line 118, col 160, Line is too long. +build/public/templates/world.js: line 118, col 29, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 118, col 45, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 118, col 62, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 118, col 78, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 118, col 92, ['next'] is better written in dot notation. +build/public/templates/world.js: line 118, col 103, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 118, col 119, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 118, col 133, ['next'] is better written in dot notation. +build/public/templates/world.js: line 118, col 141, ['active'] is better written in dot notation. +build/public/templates/world.js: line 122, col 166, Line is too long. +build/public/templates/world.js: line 122, col 37, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 122, col 53, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 122, col 70, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 122, col 86, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 122, col 100, ['next'] is better written in dot notation. +build/public/templates/world.js: line 122, col 111, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 122, col 127, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 122, col 141, ['next'] is better written in dot notation. +build/public/templates/world.js: line 122, col 149, ['qs'] is better written in dot notation. +build/public/templates/world.js: line 124, col 168, Line is too long. +build/public/templates/world.js: line 124, col 37, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 124, col 53, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 124, col 70, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 124, col 86, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 124, col 100, ['next'] is better written in dot notation. +build/public/templates/world.js: line 124, col 111, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 124, col 127, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 124, col 141, ['next'] is better written in dot notation. +build/public/templates/world.js: line 124, col 149, ['page'] is better written in dot notation. +build/public/templates/world.js: line 125, col 228, Line is too long. +build/public/templates/world.js: line 126, col 160, Line is too long. +build/public/templates/world.js: line 126, col 29, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 126, col 45, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 126, col 62, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 126, col 78, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 126, col 92, ['prev'] is better written in dot notation. +build/public/templates/world.js: line 126, col 103, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 126, col 119, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 126, col 133, ['prev'] is better written in dot notation. +build/public/templates/world.js: line 126, col 141, ['active'] is better written in dot notation. +build/public/templates/world.js: line 130, col 168, Line is too long. +build/public/templates/world.js: line 130, col 37, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 130, col 53, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 130, col 70, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 130, col 86, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 130, col 100, ['first'] is better written in dot notation. +build/public/templates/world.js: line 130, col 112, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 130, col 128, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 130, col 142, ['first'] is better written in dot notation. +build/public/templates/world.js: line 130, col 151, ['qs'] is better written in dot notation. +build/public/templates/world.js: line 131, col 162, Line is too long. +build/public/templates/world.js: line 132, col 160, Line is too long. +build/public/templates/world.js: line 132, col 29, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 132, col 45, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 132, col 62, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 132, col 78, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 132, col 92, ['prev'] is better written in dot notation. +build/public/templates/world.js: line 132, col 103, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 132, col 119, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 132, col 133, ['prev'] is better written in dot notation. +build/public/templates/world.js: line 132, col 141, ['active'] is better written in dot notation. +build/public/templates/world.js: line 136, col 166, Line is too long. +build/public/templates/world.js: line 136, col 37, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 136, col 53, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 136, col 70, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 136, col 86, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 136, col 100, ['prev'] is better written in dot notation. +build/public/templates/world.js: line 136, col 111, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 136, col 127, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 136, col 141, ['prev'] is better written in dot notation. +build/public/templates/world.js: line 136, col 149, ['qs'] is better written in dot notation. +build/public/templates/world.js: line 138, col 168, Line is too long. +build/public/templates/world.js: line 138, col 37, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 138, col 53, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 138, col 70, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 138, col 86, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 138, col 100, ['prev'] is better written in dot notation. +build/public/templates/world.js: line 138, col 111, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 138, col 127, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 138, col 141, ['prev'] is better written in dot notation. +build/public/templates/world.js: line 138, col 149, ['page'] is better written in dot notation. +build/public/templates/world.js: line 139, col 280, Line is too long. +build/public/templates/world.js: line 140, col 126, Line is too long. +build/public/templates/world.js: line 140, col 37, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 140, col 53, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 140, col 70, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 140, col 86, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 140, col 100, ['currentPage'] is better written in dot notation. +build/public/templates/world.js: line 142, col 124, Line is too long. +build/public/templates/world.js: line 142, col 37, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 142, col 53, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 142, col 70, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 142, col 86, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 142, col 100, ['pageCount'] is better written in dot notation. +build/public/templates/world.js: line 144, col 160, Line is too long. +build/public/templates/world.js: line 144, col 29, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 144, col 45, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 144, col 62, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 144, col 78, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 144, col 92, ['next'] is better written in dot notation. +build/public/templates/world.js: line 144, col 103, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 144, col 119, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 144, col 133, ['next'] is better written in dot notation. +build/public/templates/world.js: line 144, col 141, ['active'] is better written in dot notation. +build/public/templates/world.js: line 148, col 166, Line is too long. +build/public/templates/world.js: line 148, col 37, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 148, col 53, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 148, col 70, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 148, col 86, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 148, col 100, ['next'] is better written in dot notation. +build/public/templates/world.js: line 148, col 111, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 148, col 127, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 148, col 141, ['next'] is better written in dot notation. +build/public/templates/world.js: line 148, col 149, ['qs'] is better written in dot notation. +build/public/templates/world.js: line 150, col 168, Line is too long. +build/public/templates/world.js: line 150, col 37, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 150, col 53, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 150, col 70, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 150, col 86, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 150, col 100, ['next'] is better written in dot notation. +build/public/templates/world.js: line 150, col 111, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 150, col 127, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 150, col 141, ['next'] is better written in dot notation. +build/public/templates/world.js: line 150, col 149, ['page'] is better written in dot notation. +build/public/templates/world.js: line 151, col 140, Line is too long. +build/public/templates/world.js: line 152, col 160, Line is too long. +build/public/templates/world.js: line 152, col 29, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 152, col 45, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 152, col 62, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 152, col 78, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 152, col 92, ['next'] is better written in dot notation. +build/public/templates/world.js: line 152, col 103, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 152, col 119, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 152, col 133, ['next'] is better written in dot notation. +build/public/templates/world.js: line 152, col 141, ['active'] is better written in dot notation. +build/public/templates/world.js: line 156, col 166, Line is too long. +build/public/templates/world.js: line 156, col 37, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 156, col 53, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 156, col 70, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 156, col 86, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 156, col 100, ['last'] is better written in dot notation. +build/public/templates/world.js: line 156, col 111, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 156, col 127, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 156, col 141, ['last'] is better written in dot notation. +build/public/templates/world.js: line 156, col 149, ['qs'] is better written in dot notation. +build/public/templates/world.js: line 158, col 124, Line is too long. +build/public/templates/world.js: line 158, col 37, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 158, col 53, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 158, col 70, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 158, col 86, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 158, col 100, ['pageCount'] is better written in dot notation. +build/public/templates/world.js: line 159, col 128, Line is too long. +build/public/templates/world.js: line 162, col 153, Line is too long. +build/public/templates/world.js: line 162, col 25, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 162, col 41, ['widgets'] is better written in dot notation. +build/public/templates/world.js: line 162, col 55, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 162, col 71, ['widgets'] is better written in dot notation. +build/public/templates/world.js: line 162, col 82, ['sidebar'] is better written in dot notation. +build/public/templates/world.js: line 162, col 96, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 162, col 112, ['widgets'] is better written in dot notation. +build/public/templates/world.js: line 162, col 123, ['sidebar'] is better written in dot notation. +build/public/templates/world.js: line 162, col 134, ['length'] is better written in dot notation. +build/public/templates/world.js: line 170, col 106, Line is too long. +build/public/templates/world.js: line 170, col 25, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 170, col 41, ['config'] is better written in dot notation. +build/public/templates/world.js: line 170, col 54, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 170, col 70, ['config'] is better written in dot notation. +build/public/templates/world.js: line 170, col 80, ['usePagination'] is better written in dot notation. +build/public/templates/world.js: line 173, col 162, Line is too long. +build/public/templates/world.js: line 173, col 29, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 173, col 45, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 173, col 62, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 173, col 78, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 173, col 92, ['pages'] is better written in dot notation. +build/public/templates/world.js: line 173, col 104, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 173, col 120, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 173, col 134, ['pages'] is better written in dot notation. +build/public/templates/world.js: line 173, col 143, ['length'] is better written in dot notation. +build/public/templates/world.js: line 176, col 159, Line is too long. +build/public/templates/world.js: line 177, col 160, Line is too long. +build/public/templates/world.js: line 177, col 29, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 177, col 45, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 177, col 62, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 177, col 78, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 177, col 92, ['prev'] is better written in dot notation. +build/public/templates/world.js: line 177, col 103, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 177, col 119, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 177, col 133, ['prev'] is better written in dot notation. +build/public/templates/world.js: line 177, col 141, ['active'] is better written in dot notation. +build/public/templates/world.js: line 181, col 166, Line is too long. +build/public/templates/world.js: line 181, col 37, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 181, col 53, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 181, col 70, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 181, col 86, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 181, col 100, ['prev'] is better written in dot notation. +build/public/templates/world.js: line 181, col 111, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 181, col 127, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 181, col 141, ['prev'] is better written in dot notation. +build/public/templates/world.js: line 181, col 149, ['qs'] is better written in dot notation. +build/public/templates/world.js: line 183, col 168, Line is too long. +build/public/templates/world.js: line 183, col 37, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 183, col 53, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 183, col 70, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 183, col 86, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 183, col 100, ['prev'] is better written in dot notation. +build/public/templates/world.js: line 183, col 111, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 183, col 127, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 183, col 141, ['prev'] is better written in dot notation. +build/public/templates/world.js: line 183, col 149, ['page'] is better written in dot notation. +build/public/templates/world.js: line 184, col 118, Line is too long. +build/public/templates/world.js: line 185, col 157, Line is too long. +build/public/templates/world.js: line 185, col 33, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 185, col 49, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 185, col 66, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 185, col 82, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 185, col 96, ['pages'] is better written in dot notation. +build/public/templates/world.js: line 188, col 223, Line is too long. +build/public/templates/world.js: line 188, col 33, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 188, col 49, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 188, col 66, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 188, col 82, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 188, col 96, ['pages'] is better written in dot notation. +build/public/templates/world.js: line 188, col 108, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 188, col 124, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 188, col 138, ['pages'] is better written in dot notation. +build/public/templates/world.js: line 188, col 156, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 188, col 172, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 188, col 186, ['pages'] is better written in dot notation. +build/public/templates/world.js: line 188, col 201, ['separator'] is better written in dot notation. +build/public/templates/world.js: line 189, col 231, Line is too long. +build/public/templates/world.js: line 191, col 224, Line is too long. +build/public/templates/world.js: line 191, col 37, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 191, col 53, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 191, col 70, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 191, col 86, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 191, col 100, ['pages'] is better written in dot notation. +build/public/templates/world.js: line 191, col 112, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 191, col 128, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 191, col 142, ['pages'] is better written in dot notation. +build/public/templates/world.js: line 191, col 160, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 191, col 176, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 191, col 190, ['pages'] is better written in dot notation. +build/public/templates/world.js: line 191, col 205, ['active'] is better written in dot notation. +build/public/templates/world.js: line 195, col 230, Line is too long. +build/public/templates/world.js: line 195, col 45, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 195, col 61, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 195, col 78, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 195, col 94, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 195, col 108, ['pages'] is better written in dot notation. +build/public/templates/world.js: line 195, col 120, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 195, col 136, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 195, col 150, ['pages'] is better written in dot notation. +build/public/templates/world.js: line 195, col 168, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 195, col 184, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 195, col 198, ['pages'] is better written in dot notation. +build/public/templates/world.js: line 195, col 213, ['qs'] is better written in dot notation. +build/public/templates/world.js: line 197, col 232, Line is too long. +build/public/templates/world.js: line 197, col 45, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 197, col 61, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 197, col 78, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 197, col 94, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 197, col 108, ['pages'] is better written in dot notation. +build/public/templates/world.js: line 197, col 120, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 197, col 136, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 197, col 150, ['pages'] is better written in dot notation. +build/public/templates/world.js: line 197, col 168, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 197, col 184, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 197, col 198, ['pages'] is better written in dot notation. +build/public/templates/world.js: line 197, col 213, ['page'] is better written in dot notation. +build/public/templates/world.js: line 199, col 232, Line is too long. +build/public/templates/world.js: line 199, col 45, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 199, col 61, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 199, col 78, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 199, col 94, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 199, col 108, ['pages'] is better written in dot notation. +build/public/templates/world.js: line 199, col 120, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 199, col 136, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 199, col 150, ['pages'] is better written in dot notation. +build/public/templates/world.js: line 199, col 168, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 199, col 184, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 199, col 198, ['pages'] is better written in dot notation. +build/public/templates/world.js: line 199, col 213, ['page'] is better written in dot notation. +build/public/templates/world.js: line 201, col 232, Line is too long. +build/public/templates/world.js: line 201, col 45, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 201, col 61, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 201, col 78, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 201, col 94, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 201, col 108, ['pages'] is better written in dot notation. +build/public/templates/world.js: line 201, col 120, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 201, col 136, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 201, col 150, ['pages'] is better written in dot notation. +build/public/templates/world.js: line 201, col 168, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 201, col 184, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 201, col 198, ['pages'] is better written in dot notation. +build/public/templates/world.js: line 201, col 213, ['page'] is better written in dot notation. +build/public/templates/world.js: line 186, col 17, 'key' is defined but never used. +build/public/templates/world.js: line 185, col 150, 'value' is defined but never used. +build/public/templates/world.js: line 185, col 142, 'length' is defined but never used. +build/public/templates/world.js: line 185, col 135, 'index' is defined but never used. +build/public/templates/world.js: line 208, col 160, Line is too long. +build/public/templates/world.js: line 208, col 29, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 208, col 45, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 208, col 62, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 208, col 78, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 208, col 92, ['next'] is better written in dot notation. +build/public/templates/world.js: line 208, col 103, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 208, col 119, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 208, col 133, ['next'] is better written in dot notation. +build/public/templates/world.js: line 208, col 141, ['active'] is better written in dot notation. +build/public/templates/world.js: line 212, col 166, Line is too long. +build/public/templates/world.js: line 212, col 37, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 212, col 53, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 212, col 70, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 212, col 86, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 212, col 100, ['next'] is better written in dot notation. +build/public/templates/world.js: line 212, col 111, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 212, col 127, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 212, col 141, ['next'] is better written in dot notation. +build/public/templates/world.js: line 212, col 149, ['qs'] is better written in dot notation. +build/public/templates/world.js: line 214, col 168, Line is too long. +build/public/templates/world.js: line 214, col 37, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 214, col 53, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 214, col 70, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 214, col 86, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 214, col 100, ['next'] is better written in dot notation. +build/public/templates/world.js: line 214, col 111, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 214, col 127, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 214, col 141, ['next'] is better written in dot notation. +build/public/templates/world.js: line 214, col 149, ['page'] is better written in dot notation. +build/public/templates/world.js: line 215, col 228, Line is too long. +build/public/templates/world.js: line 216, col 160, Line is too long. +build/public/templates/world.js: line 216, col 29, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 216, col 45, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 216, col 62, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 216, col 78, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 216, col 92, ['prev'] is better written in dot notation. +build/public/templates/world.js: line 216, col 103, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 216, col 119, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 216, col 133, ['prev'] is better written in dot notation. +build/public/templates/world.js: line 216, col 141, ['active'] is better written in dot notation. +build/public/templates/world.js: line 220, col 168, Line is too long. +build/public/templates/world.js: line 220, col 37, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 220, col 53, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 220, col 70, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 220, col 86, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 220, col 100, ['first'] is better written in dot notation. +build/public/templates/world.js: line 220, col 112, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 220, col 128, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 220, col 142, ['first'] is better written in dot notation. +build/public/templates/world.js: line 220, col 151, ['qs'] is better written in dot notation. +build/public/templates/world.js: line 221, col 162, Line is too long. +build/public/templates/world.js: line 222, col 160, Line is too long. +build/public/templates/world.js: line 222, col 29, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 222, col 45, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 222, col 62, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 222, col 78, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 222, col 92, ['prev'] is better written in dot notation. +build/public/templates/world.js: line 222, col 103, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 222, col 119, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 222, col 133, ['prev'] is better written in dot notation. +build/public/templates/world.js: line 222, col 141, ['active'] is better written in dot notation. +build/public/templates/world.js: line 226, col 166, Line is too long. +build/public/templates/world.js: line 226, col 37, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 226, col 53, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 226, col 70, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 226, col 86, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 226, col 100, ['prev'] is better written in dot notation. +build/public/templates/world.js: line 226, col 111, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 226, col 127, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 226, col 141, ['prev'] is better written in dot notation. +build/public/templates/world.js: line 226, col 149, ['qs'] is better written in dot notation. +build/public/templates/world.js: line 228, col 168, Line is too long. +build/public/templates/world.js: line 228, col 37, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 228, col 53, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 228, col 70, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 228, col 86, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 228, col 100, ['prev'] is better written in dot notation. +build/public/templates/world.js: line 228, col 111, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 228, col 127, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 228, col 141, ['prev'] is better written in dot notation. +build/public/templates/world.js: line 228, col 149, ['page'] is better written in dot notation. +build/public/templates/world.js: line 229, col 280, Line is too long. +build/public/templates/world.js: line 230, col 126, Line is too long. +build/public/templates/world.js: line 230, col 37, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 230, col 53, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 230, col 70, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 230, col 86, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 230, col 100, ['currentPage'] is better written in dot notation. +build/public/templates/world.js: line 232, col 124, Line is too long. +build/public/templates/world.js: line 232, col 37, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 232, col 53, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 232, col 70, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 232, col 86, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 232, col 100, ['pageCount'] is better written in dot notation. +build/public/templates/world.js: line 234, col 160, Line is too long. +build/public/templates/world.js: line 234, col 29, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 234, col 45, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 234, col 62, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 234, col 78, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 234, col 92, ['next'] is better written in dot notation. +build/public/templates/world.js: line 234, col 103, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 234, col 119, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 234, col 133, ['next'] is better written in dot notation. +build/public/templates/world.js: line 234, col 141, ['active'] is better written in dot notation. +build/public/templates/world.js: line 238, col 166, Line is too long. +build/public/templates/world.js: line 238, col 37, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 238, col 53, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 238, col 70, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 238, col 86, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 238, col 100, ['next'] is better written in dot notation. +build/public/templates/world.js: line 238, col 111, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 238, col 127, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 238, col 141, ['next'] is better written in dot notation. +build/public/templates/world.js: line 238, col 149, ['qs'] is better written in dot notation. +build/public/templates/world.js: line 240, col 168, Line is too long. +build/public/templates/world.js: line 240, col 37, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 240, col 53, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 240, col 70, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 240, col 86, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 240, col 100, ['next'] is better written in dot notation. +build/public/templates/world.js: line 240, col 111, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 240, col 127, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 240, col 141, ['next'] is better written in dot notation. +build/public/templates/world.js: line 240, col 149, ['page'] is better written in dot notation. +build/public/templates/world.js: line 241, col 140, Line is too long. +build/public/templates/world.js: line 242, col 160, Line is too long. +build/public/templates/world.js: line 242, col 29, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 242, col 45, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 242, col 62, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 242, col 78, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 242, col 92, ['next'] is better written in dot notation. +build/public/templates/world.js: line 242, col 103, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 242, col 119, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 242, col 133, ['next'] is better written in dot notation. +build/public/templates/world.js: line 242, col 141, ['active'] is better written in dot notation. +build/public/templates/world.js: line 246, col 166, Line is too long. +build/public/templates/world.js: line 246, col 37, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 246, col 53, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 246, col 70, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 246, col 86, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 246, col 100, ['last'] is better written in dot notation. +build/public/templates/world.js: line 246, col 111, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 246, col 127, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 246, col 141, ['last'] is better written in dot notation. +build/public/templates/world.js: line 246, col 149, ['qs'] is better written in dot notation. +build/public/templates/world.js: line 248, col 124, Line is too long. +build/public/templates/world.js: line 248, col 37, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 248, col 53, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 248, col 70, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 248, col 86, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 248, col 100, ['pageCount'] is better written in dot notation. +build/public/templates/world.js: line 249, col 141, Line is too long. +build/public/templates/world.js: line 11, col 9, 'value' is defined but never used. +build/public/templates/world.js: line 256, col 119, Line is too long. +build/public/templates/world.js: line 256, col 36, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 256, col 52, ['breadcrumbs'] is better written in dot notation. +build/public/templates/world.js: line 262, col 133, Line is too long. +build/public/templates/world.js: line 269, col 156, Line is too long. +build/public/templates/world.js: line 269, col 29, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 269, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/world.js: line 269, col 63, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 269, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/world.js: line 269, col 103, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 269, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/world.js: line 269, col 140, ['url'] is better written in dot notation. +build/public/templates/world.js: line 271, col 170, Line is too long. +build/public/templates/world.js: line 271, col 41, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 271, col 57, ['breadcrumbs'] is better written in dot notation. +build/public/templates/world.js: line 271, col 75, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 271, col 91, ['breadcrumbs'] is better written in dot notation. +build/public/templates/world.js: line 271, col 115, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 271, col 131, ['breadcrumbs'] is better written in dot notation. +build/public/templates/world.js: line 271, col 152, ['url'] is better written in dot notation. +build/public/templates/world.js: line 275, col 167, Line is too long. +build/public/templates/world.js: line 275, col 37, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 275, col 53, ['breadcrumbs'] is better written in dot notation. +build/public/templates/world.js: line 275, col 71, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 275, col 87, ['breadcrumbs'] is better written in dot notation. +build/public/templates/world.js: line 275, col 111, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 275, col 127, ['breadcrumbs'] is better written in dot notation. +build/public/templates/world.js: line 275, col 148, ['text'] is better written in dot notation. +build/public/templates/world.js: line 279, col 33, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 282, col 37, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 282, col 53, ['rssFeedUrl'] is better written in dot notation. +build/public/templates/world.js: line 284, col 49, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 284, col 65, ['rssFeedUrl'] is better written in dot notation. +build/public/templates/world.js: line 290, col 156, Line is too long. +build/public/templates/world.js: line 290, col 29, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 290, col 45, ['breadcrumbs'] is better written in dot notation. +build/public/templates/world.js: line 290, col 63, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 290, col 79, ['breadcrumbs'] is better written in dot notation. +build/public/templates/world.js: line 290, col 103, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 290, col 119, ['breadcrumbs'] is better written in dot notation. +build/public/templates/world.js: line 290, col 140, ['url'] is better written in dot notation. +build/public/templates/world.js: line 257, col 13, 'key' is defined but never used. +build/public/templates/world.js: line 256, col 112, 'value' is defined but never used. +build/public/templates/world.js: line 255, col 11, 'value' is defined but never used. +build/public/templates/world.js: line 253, col 72, 'helper' is defined but never used. +build/public/templates/world.js: line 301, col 155, Line is too long. +build/public/templates/world.js: line 301, col 36, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 301, col 52, ['widgets'] is better written in dot notation. +build/public/templates/world.js: line 301, col 66, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 301, col 82, ['widgets'] is better written in dot notation. +build/public/templates/world.js: line 301, col 93, ['header'] is better written in dot notation. +build/public/templates/world.js: line 304, col 205, Line is too long. +build/public/templates/world.js: line 304, col 28, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 304, col 44, ['widgets'] is better written in dot notation. +build/public/templates/world.js: line 304, col 58, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 304, col 74, ['widgets'] is better written in dot notation. +build/public/templates/world.js: line 304, col 85, ['header'] is better written in dot notation. +build/public/templates/world.js: line 304, col 98, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 304, col 114, ['widgets'] is better written in dot notation. +build/public/templates/world.js: line 304, col 125, ['header'] is better written in dot notation. +build/public/templates/world.js: line 304, col 144, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 304, col 160, ['widgets'] is better written in dot notation. +build/public/templates/world.js: line 304, col 171, ['header'] is better written in dot notation. +build/public/templates/world.js: line 304, col 187, ['html'] is better written in dot notation. +build/public/templates/world.js: line 302, col 13, 'key' is defined but never used. +build/public/templates/world.js: line 301, col 148, 'value' is defined but never used. +build/public/templates/world.js: line 301, col 140, 'length' is defined but never used. +build/public/templates/world.js: line 301, col 133, 'index' is defined but never used. +build/public/templates/world.js: line 299, col 11, '__escape' is defined but never used. +build/public/templates/world.js: line 300, col 11, 'value' is defined but never used. +build/public/templates/world.js: line 298, col 77, 'helper' is defined but never used. +build/public/templates/world.js: line 313, col 118, Line is too long. +build/public/templates/world.js: line 313, col 36, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 313, col 52, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 316, col 163, Line is too long. +build/public/templates/world.js: line 316, col 37, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 316, col 53, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 316, col 70, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 316, col 86, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 316, col 109, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 316, col 125, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 316, col 145, ['cid'] is better written in dot notation. +build/public/templates/world.js: line 317, col 106, Line is too long. +build/public/templates/world.js: line 322, col 163, Line is too long. +build/public/templates/world.js: line 322, col 37, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 322, col 53, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 322, col 70, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 322, col 86, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 322, col 109, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 322, col 125, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 322, col 145, ['cid'] is better written in dot notation. +build/public/templates/world.js: line 324, col 172, Line is too long. +build/public/templates/world.js: line 324, col 37, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 324, col 53, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 324, col 70, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 324, col 86, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 324, col 109, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 324, col 125, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 326, col 164, Line is too long. +build/public/templates/world.js: line 326, col 37, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 326, col 53, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 326, col 70, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 326, col 86, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 326, col 109, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 326, col 125, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 326, col 145, ['name'] is better written in dot notation. +build/public/templates/world.js: line 328, col 110, Line is too long. +build/public/templates/world.js: line 329, col 152, Line is too long. +build/public/templates/world.js: line 330, col 159, Line is too long. +build/public/templates/world.js: line 330, col 29, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 330, col 45, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 330, col 62, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 330, col 78, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 330, col 101, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 330, col 117, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 330, col 137, ['isSection'] is better written in dot notation. +build/public/templates/world.js: line 332, col 168, Line is too long. +build/public/templates/world.js: line 332, col 41, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 332, col 57, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 332, col 74, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 332, col 90, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 332, col 113, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 332, col 129, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 332, col 149, ['name'] is better written in dot notation. +build/public/templates/world.js: line 335, col 158, Line is too long. +build/public/templates/world.js: line 335, col 33, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 335, col 49, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 335, col 66, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 335, col 82, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 335, col 105, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 335, col 121, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 335, col 141, ['link'] is better written in dot notation. +build/public/templates/world.js: line 337, col 172, Line is too long. +build/public/templates/world.js: line 337, col 45, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 337, col 61, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 337, col 78, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 337, col 94, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 337, col 117, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 337, col 133, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 337, col 153, ['link'] is better written in dot notation. +build/public/templates/world.js: line 340, col 128, Line is too long. +build/public/templates/world.js: line 340, col 45, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 340, col 61, ['config'] is better written in dot notation. +build/public/templates/world.js: line 340, col 74, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 340, col 90, ['config'] is better written in dot notation. +build/public/templates/world.js: line 340, col 100, ['relative_path'] is better written in dot notation. +build/public/templates/world.js: line 342, col 172, Line is too long. +build/public/templates/world.js: line 342, col 45, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 342, col 61, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 342, col 78, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 342, col 94, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 342, col 117, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 342, col 133, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 342, col 153, ['slug'] is better written in dot notation. +build/public/templates/world.js: line 345, col 168, Line is too long. +build/public/templates/world.js: line 345, col 41, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 345, col 57, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 345, col 74, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 345, col 90, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 345, col 113, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 345, col 129, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 345, col 149, ['name'] is better written in dot notation. +build/public/templates/world.js: line 348, col 167, Line is too long. +build/public/templates/world.js: line 348, col 29, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 348, col 45, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 348, col 62, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 348, col 78, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 348, col 101, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 348, col 117, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 348, col 137, ['descriptionParsed'] is better written in dot notation. +build/public/templates/world.js: line 350, col 181, Line is too long. +build/public/templates/world.js: line 350, col 41, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 350, col 57, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 350, col 74, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 350, col 90, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 350, col 113, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 350, col 129, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 350, col 149, ['descriptionParsed'] is better written in dot notation. +build/public/templates/world.js: line 354, col 221, Line is too long. +build/public/templates/world.js: line 354, col 29, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 354, col 45, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 354, col 62, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 354, col 78, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 354, col 101, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 354, col 117, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 354, col 137, ['teaser'] is better written in dot notation. +build/public/templates/world.js: line 354, col 150, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 354, col 166, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 354, col 186, ['teaser'] is better written in dot notation. +build/public/templates/world.js: line 354, col 196, ['timestampISO'] is better written in dot notation. +build/public/templates/world.js: line 355, col 104, Line is too long. +build/public/templates/world.js: line 356, col 235, Line is too long. +build/public/templates/world.js: line 356, col 41, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 356, col 57, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 356, col 74, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 356, col 90, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 356, col 113, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 356, col 129, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 356, col 149, ['teaser'] is better written in dot notation. +build/public/templates/world.js: line 356, col 162, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 356, col 178, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 356, col 198, ['teaser'] is better written in dot notation. +build/public/templates/world.js: line 356, col 208, ['timestampISO'] is better written in dot notation. +build/public/templates/world.js: line 358, col 226, Line is too long. +build/public/templates/world.js: line 358, col 41, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 358, col 57, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 358, col 74, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 358, col 90, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 358, col 113, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 358, col 129, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 358, col 149, ['teaser'] is better written in dot notation. +build/public/templates/world.js: line 358, col 162, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 358, col 178, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 358, col 198, ['teaser'] is better written in dot notation. +build/public/templates/world.js: line 358, col 208, ['url'] is better written in dot notation. +build/public/templates/world.js: line 362, col 114, Line is too long. +build/public/templates/world.js: line 362, col 29, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 362, col 45, ['config'] is better written in dot notation. +build/public/templates/world.js: line 362, col 58, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 362, col 74, ['config'] is better written in dot notation. +build/public/templates/world.js: line 362, col 84, ['hideSubCategories'] is better written in dot notation. +build/public/templates/world.js: line 365, col 223, Line is too long. +build/public/templates/world.js: line 365, col 33, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 365, col 49, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 365, col 66, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 365, col 82, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 365, col 105, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 365, col 121, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 365, col 141, ['children'] is better written in dot notation. +build/public/templates/world.js: line 365, col 156, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 365, col 172, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 365, col 192, ['children'] is better written in dot notation. +build/public/templates/world.js: line 365, col 204, ['length'] is better written in dot notation. +build/public/templates/world.js: line 366, col 115, Line is too long. +build/public/templates/world.js: line 367, col 213, Line is too long. +build/public/templates/world.js: line 367, col 41, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 367, col 57, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 367, col 74, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 367, col 90, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 367, col 113, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 367, col 129, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 367, col 149, ['children'] is better written in dot notation. +build/public/templates/world.js: line 370, col 297, Line is too long. +build/public/templates/world.js: line 370, col 41, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 370, col 57, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 370, col 74, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 370, col 90, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 370, col 113, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 370, col 129, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 370, col 149, ['children'] is better written in dot notation. +build/public/templates/world.js: line 370, col 164, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 370, col 180, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 370, col 200, ['children'] is better written in dot notation. +build/public/templates/world.js: line 370, col 221, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 370, col 237, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 370, col 257, ['children'] is better written in dot notation. +build/public/templates/world.js: line 370, col 275, ['isSection'] is better written in dot notation. +build/public/templates/world.js: line 372, col 108, Line is too long. +build/public/templates/world.js: line 373, col 126, Line is too long. +build/public/templates/world.js: line 375, col 296, Line is too long. +build/public/templates/world.js: line 375, col 45, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 375, col 61, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 375, col 78, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 375, col 94, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 375, col 117, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 375, col 133, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 375, col 153, ['children'] is better written in dot notation. +build/public/templates/world.js: line 375, col 168, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 375, col 184, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 375, col 204, ['children'] is better written in dot notation. +build/public/templates/world.js: line 375, col 225, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 375, col 241, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 375, col 261, ['children'] is better written in dot notation. +build/public/templates/world.js: line 375, col 279, ['link'] is better written in dot notation. +build/public/templates/world.js: line 376, col 307, Line is too long. +build/public/templates/world.js: line 376, col 55, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 376, col 71, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 376, col 88, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 376, col 104, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 376, col 127, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 376, col 143, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 376, col 163, ['children'] is better written in dot notation. +build/public/templates/world.js: line 376, col 178, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 376, col 194, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 376, col 214, ['children'] is better written in dot notation. +build/public/templates/world.js: line 376, col 235, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 376, col 251, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 376, col 271, ['children'] is better written in dot notation. +build/public/templates/world.js: line 376, col 289, ['link'] is better written in dot notation. +build/public/templates/world.js: line 377, col 138, Line is too long. +build/public/templates/world.js: line 377, col 55, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 377, col 71, ['config'] is better written in dot notation. +build/public/templates/world.js: line 377, col 84, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 377, col 100, ['config'] is better written in dot notation. +build/public/templates/world.js: line 377, col 110, ['relative_path'] is better written in dot notation. +build/public/templates/world.js: line 379, col 311, Line is too long. +build/public/templates/world.js: line 379, col 57, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 379, col 73, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 379, col 90, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 379, col 106, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 379, col 129, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 379, col 145, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 379, col 165, ['children'] is better written in dot notation. +build/public/templates/world.js: line 379, col 180, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 379, col 196, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 379, col 216, ['children'] is better written in dot notation. +build/public/templates/world.js: line 379, col 237, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 379, col 253, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 379, col 273, ['children'] is better written in dot notation. +build/public/templates/world.js: line 379, col 291, ['slug'] is better written in dot notation. +build/public/templates/world.js: line 381, col 306, Line is too long. +build/public/templates/world.js: line 381, col 53, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 381, col 69, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 381, col 86, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 381, col 102, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 381, col 125, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 381, col 141, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 381, col 161, ['children'] is better written in dot notation. +build/public/templates/world.js: line 381, col 176, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 381, col 192, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 381, col 212, ['children'] is better written in dot notation. +build/public/templates/world.js: line 381, col 233, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 381, col 249, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 381, col 269, ['children'] is better written in dot notation. +build/public/templates/world.js: line 381, col 287, ['name'] is better written in dot notation. +build/public/templates/world.js: line 368, col 25, 'key' is defined but never used. +build/public/templates/world.js: line 391, col 154, Line is too long. +build/public/templates/world.js: line 391, col 29, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 391, col 45, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 391, col 62, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 391, col 78, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 391, col 101, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 391, col 117, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 391, col 137, ['link'] is better written in dot notation. +build/public/templates/world.js: line 393, col 306, Line is too long. +build/public/templates/world.js: line 394, col 179, Line is too long. +build/public/templates/world.js: line 394, col 41, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 394, col 57, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 394, col 74, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 394, col 90, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 394, col 113, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 394, col 129, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 394, col 149, ['totalTopicCount'] is better written in dot notation. +build/public/templates/world.js: line 396, col 278, Line is too long. +build/public/templates/world.js: line 396, col 90, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 396, col 106, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 396, col 123, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 396, col 139, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 396, col 162, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 396, col 178, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 396, col 198, ['totalTopicCount'] is better written in dot notation. +build/public/templates/world.js: line 396, col 244, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 397, col 211, Line is too long. +build/public/templates/world.js: line 398, col 178, Line is too long. +build/public/templates/world.js: line 398, col 41, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 398, col 57, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 398, col 74, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 398, col 90, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 398, col 113, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 398, col 129, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 398, col 149, ['totalPostCount'] is better written in dot notation. +build/public/templates/world.js: line 400, col 277, Line is too long. +build/public/templates/world.js: line 400, col 90, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 400, col 106, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 400, col 123, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 400, col 139, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 400, col 162, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 400, col 178, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 400, col 198, ['totalPostCount'] is better written in dot notation. +build/public/templates/world.js: line 400, col 243, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 401, col 108, Line is too long. +build/public/templates/world.js: line 402, col 121, Line is too long. +build/public/templates/world.js: line 402, col 33, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 402, col 49, ['config'] is better written in dot notation. +build/public/templates/world.js: line 402, col 62, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 402, col 78, ['config'] is better written in dot notation. +build/public/templates/world.js: line 402, col 88, ['hideCategoryLastPost'] is better written in dot notation. +build/public/templates/world.js: line 404, col 188, Line is too long. +build/public/templates/world.js: line 405, col 175, Line is too long. +build/public/templates/world.js: line 405, col 45, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 405, col 61, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 405, col 78, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 405, col 94, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 405, col 117, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 405, col 133, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 405, col 153, ['bgColor'] is better written in dot notation. +build/public/templates/world.js: line 407, col 210, Line is too long. +build/public/templates/world.js: line 407, col 41, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 407, col 57, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 407, col 74, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 407, col 90, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 407, col 113, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 407, col 129, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 407, col 149, ['posts'] is better written in dot notation. +build/public/templates/world.js: line 411, col 221, Line is too long. +build/public/templates/world.js: line 412, col 374, Line is too long. +build/public/templates/world.js: line 412, col 53, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 412, col 69, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 412, col 86, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 412, col 102, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 412, col 125, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 412, col 141, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 412, col 161, ['posts'] is better written in dot notation. +build/public/templates/world.js: line 412, col 173, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 412, col 189, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 412, col 209, ['posts'] is better written in dot notation. +build/public/templates/world.js: line 412, col 227, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 412, col 243, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 412, col 263, ['posts'] is better written in dot notation. +build/public/templates/world.js: line 412, col 278, ['user'] is better written in dot notation. +build/public/templates/world.js: line 412, col 289, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 412, col 305, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 412, col 325, ['posts'] is better written in dot notation. +build/public/templates/world.js: line 412, col 340, ['user'] is better written in dot notation. +build/public/templates/world.js: line 412, col 348, ['displayname'] is better written in dot notation. +build/public/templates/world.js: line 414, col 136, Line is too long. +build/public/templates/world.js: line 414, col 53, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 414, col 69, ['config'] is better written in dot notation. +build/public/templates/world.js: line 414, col 82, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 414, col 98, ['config'] is better written in dot notation. +build/public/templates/world.js: line 414, col 108, ['relative_path'] is better written in dot notation. +build/public/templates/world.js: line 416, col 371, Line is too long. +build/public/templates/world.js: line 416, col 53, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 416, col 69, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 416, col 86, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 416, col 102, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 416, col 125, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 416, col 141, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 416, col 161, ['posts'] is better written in dot notation. +build/public/templates/world.js: line 416, col 173, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 416, col 189, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 416, col 209, ['posts'] is better written in dot notation. +build/public/templates/world.js: line 416, col 227, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 416, col 243, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 416, col 263, ['posts'] is better written in dot notation. +build/public/templates/world.js: line 416, col 278, ['user'] is better written in dot notation. +build/public/templates/world.js: line 416, col 289, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 416, col 305, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 416, col 325, ['posts'] is better written in dot notation. +build/public/templates/world.js: line 416, col 340, ['user'] is better written in dot notation. +build/public/templates/world.js: line 416, col 348, ['userslug'] is better written in dot notation. +build/public/templates/world.js: line 418, col 399, Line is too long. +build/public/templates/world.js: line 418, col 94, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 418, col 110, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 418, col 127, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 418, col 143, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 418, col 166, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 418, col 182, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 418, col 202, ['posts'] is better written in dot notation. +build/public/templates/world.js: line 418, col 214, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 418, col 230, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 418, col 250, ['posts'] is better written in dot notation. +build/public/templates/world.js: line 418, col 268, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 418, col 284, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 418, col 304, ['posts'] is better written in dot notation. +build/public/templates/world.js: line 418, col 319, ['user'] is better written in dot notation. +build/public/templates/world.js: line 418, col 362, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 420, col 136, Line is too long. +build/public/templates/world.js: line 420, col 53, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 420, col 69, ['config'] is better written in dot notation. +build/public/templates/world.js: line 420, col 82, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 420, col 98, ['config'] is better written in dot notation. +build/public/templates/world.js: line 420, col 108, ['relative_path'] is better written in dot notation. +build/public/templates/world.js: line 422, col 369, Line is too long. +build/public/templates/world.js: line 422, col 53, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 422, col 69, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 422, col 86, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 422, col 102, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 422, col 125, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 422, col 141, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 422, col 161, ['posts'] is better written in dot notation. +build/public/templates/world.js: line 422, col 173, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 422, col 189, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 422, col 209, ['posts'] is better written in dot notation. +build/public/templates/world.js: line 422, col 227, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 422, col 243, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 422, col 263, ['posts'] is better written in dot notation. +build/public/templates/world.js: line 422, col 278, ['topic'] is better written in dot notation. +build/public/templates/world.js: line 422, col 290, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 422, col 306, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 422, col 326, ['posts'] is better written in dot notation. +build/public/templates/world.js: line 422, col 341, ['topic'] is better written in dot notation. +build/public/templates/world.js: line 422, col 350, ['slug'] is better written in dot notation. +build/public/templates/world.js: line 423, col 288, Line is too long. +build/public/templates/world.js: line 423, col 45, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 423, col 61, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 423, col 78, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 423, col 94, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 423, col 117, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 423, col 133, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 423, col 153, ['posts'] is better written in dot notation. +build/public/templates/world.js: line 423, col 165, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 423, col 181, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 423, col 201, ['posts'] is better written in dot notation. +build/public/templates/world.js: line 423, col 219, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 423, col 235, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 423, col 255, ['posts'] is better written in dot notation. +build/public/templates/world.js: line 423, col 270, ['index'] is better written in dot notation. +build/public/templates/world.js: line 425, col 301, Line is too long. +build/public/templates/world.js: line 425, col 57, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 425, col 73, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 425, col 90, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 425, col 106, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 425, col 129, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 425, col 145, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 425, col 165, ['posts'] is better written in dot notation. +build/public/templates/world.js: line 425, col 177, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 425, col 193, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 425, col 213, ['posts'] is better written in dot notation. +build/public/templates/world.js: line 425, col 231, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 425, col 247, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 425, col 267, ['posts'] is better written in dot notation. +build/public/templates/world.js: line 425, col 282, ['index'] is better written in dot notation. +build/public/templates/world.js: line 428, col 305, Line is too long. +build/public/templates/world.js: line 428, col 53, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 428, col 69, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 428, col 86, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 428, col 102, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 428, col 125, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 428, col 141, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 428, col 161, ['posts'] is better written in dot notation. +build/public/templates/world.js: line 428, col 173, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 428, col 189, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 428, col 209, ['posts'] is better written in dot notation. +build/public/templates/world.js: line 428, col 227, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 428, col 243, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 428, col 263, ['posts'] is better written in dot notation. +build/public/templates/world.js: line 428, col 278, ['timestampISO'] is better written in dot notation. +build/public/templates/world.js: line 429, col 233, Line is too long. +build/public/templates/world.js: line 430, col 136, Line is too long. +build/public/templates/world.js: line 430, col 53, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 430, col 69, ['config'] is better written in dot notation. +build/public/templates/world.js: line 430, col 82, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 430, col 98, ['config'] is better written in dot notation. +build/public/templates/world.js: line 430, col 108, ['relative_path'] is better written in dot notation. +build/public/templates/world.js: line 432, col 369, Line is too long. +build/public/templates/world.js: line 432, col 53, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 432, col 69, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 432, col 86, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 432, col 102, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 432, col 125, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 432, col 141, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 432, col 161, ['posts'] is better written in dot notation. +build/public/templates/world.js: line 432, col 173, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 432, col 189, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 432, col 209, ['posts'] is better written in dot notation. +build/public/templates/world.js: line 432, col 227, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 432, col 243, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 432, col 263, ['posts'] is better written in dot notation. +build/public/templates/world.js: line 432, col 278, ['topic'] is better written in dot notation. +build/public/templates/world.js: line 432, col 290, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 432, col 306, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 432, col 326, ['posts'] is better written in dot notation. +build/public/templates/world.js: line 432, col 341, ['topic'] is better written in dot notation. +build/public/templates/world.js: line 432, col 350, ['slug'] is better written in dot notation. +build/public/templates/world.js: line 433, col 288, Line is too long. +build/public/templates/world.js: line 433, col 45, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 433, col 61, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 433, col 78, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 433, col 94, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 433, col 117, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 433, col 133, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 433, col 153, ['posts'] is better written in dot notation. +build/public/templates/world.js: line 433, col 165, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 433, col 181, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 433, col 201, ['posts'] is better written in dot notation. +build/public/templates/world.js: line 433, col 219, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 433, col 235, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 433, col 255, ['posts'] is better written in dot notation. +build/public/templates/world.js: line 433, col 270, ['index'] is better written in dot notation. +build/public/templates/world.js: line 435, col 301, Line is too long. +build/public/templates/world.js: line 435, col 57, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 435, col 73, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 435, col 90, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 435, col 106, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 435, col 129, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 435, col 145, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 435, col 165, ['posts'] is better written in dot notation. +build/public/templates/world.js: line 435, col 177, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 435, col 193, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 435, col 213, ['posts'] is better written in dot notation. +build/public/templates/world.js: line 435, col 231, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 435, col 247, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 435, col 267, ['posts'] is better written in dot notation. +build/public/templates/world.js: line 435, col 282, ['index'] is better written in dot notation. +build/public/templates/world.js: line 438, col 300, Line is too long. +build/public/templates/world.js: line 438, col 53, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 438, col 69, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 438, col 86, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 438, col 102, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 438, col 125, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 438, col 141, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 438, col 161, ['posts'] is better written in dot notation. +build/public/templates/world.js: line 438, col 173, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 438, col 189, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 438, col 209, ['posts'] is better written in dot notation. +build/public/templates/world.js: line 438, col 227, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 438, col 243, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 438, col 263, ['posts'] is better written in dot notation. +build/public/templates/world.js: line 438, col 278, ['content'] is better written in dot notation. +build/public/templates/world.js: line 408, col 25, 'key' is defined but never used. +build/public/templates/world.js: line 407, col 203, 'value' is defined but never used. +build/public/templates/world.js: line 407, col 195, 'length' is defined but never used. +build/public/templates/world.js: line 446, col 221, Line is too long. +build/public/templates/world.js: line 446, col 37, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 446, col 53, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 446, col 70, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 446, col 86, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 446, col 109, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 446, col 125, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 446, col 145, ['posts'] is better written in dot notation. +build/public/templates/world.js: line 446, col 157, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 446, col 173, ['categories'] is better written in dot notation. +build/public/templates/world.js: line 446, col 193, ['posts'] is better written in dot notation. +build/public/templates/world.js: line 446, col 202, ['length'] is better written in dot notation. +build/public/templates/world.js: line 448, col 176, Line is too long. +build/public/templates/world.js: line 314, col 13, 'key' is defined but never used. +build/public/templates/world.js: line 312, col 11, 'value' is defined but never used. +build/public/templates/world.js: line 459, col 114, Line is too long. +build/public/templates/world.js: line 459, col 36, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 459, col 52, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 461, col 149, Line is too long. +build/public/templates/world.js: line 464, col 151, Line is too long. +build/public/templates/world.js: line 464, col 37, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 464, col 53, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 464, col 66, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 464, col 82, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 464, col 101, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 464, col 117, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 464, col 133, ['tid'] is better written in dot notation. +build/public/templates/world.js: line 466, col 153, Line is too long. +build/public/templates/world.js: line 466, col 37, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 466, col 53, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 466, col 66, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 466, col 82, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 466, col 101, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 466, col 117, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 466, col 133, ['index'] is better written in dot notation. +build/public/templates/world.js: line 468, col 151, Line is too long. +build/public/templates/world.js: line 468, col 37, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 468, col 53, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 468, col 66, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 468, col 82, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 468, col 101, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 468, col 117, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 468, col 133, ['cid'] is better written in dot notation. +build/public/templates/world.js: line 469, col 133, Line is too long. +build/public/templates/world.js: line 470, col 120, Line is too long. +build/public/templates/world.js: line 470, col 37, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 470, col 53, ['config'] is better written in dot notation. +build/public/templates/world.js: line 470, col 66, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 470, col 82, ['config'] is better written in dot notation. +build/public/templates/world.js: line 470, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/world.js: line 472, col 152, Line is too long. +build/public/templates/world.js: line 472, col 37, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 472, col 53, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 472, col 66, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 472, col 82, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 472, col 101, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 472, col 117, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 472, col 133, ['slug'] is better written in dot notation. +build/public/templates/world.js: line 474, col 194, Line is too long. +build/public/templates/world.js: line 474, col 76, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 474, col 92, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 474, col 105, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 474, col 121, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 474, col 140, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 474, col 156, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 474, col 172, ['title'] is better written in dot notation. +build/public/templates/world.js: line 475, col 120, Line is too long. +build/public/templates/world.js: line 476, col 199, Line is too long. +build/public/templates/world.js: line 476, col 76, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 476, col 92, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 476, col 105, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 476, col 121, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 476, col 140, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 476, col 156, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 476, col 172, ['index'] is better written in dot notation. +build/public/templates/world.js: line 478, col 153, Line is too long. +build/public/templates/world.js: line 478, col 37, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 478, col 53, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 478, col 66, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 478, col 82, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 478, col 101, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 478, col 117, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 478, col 133, ['index'] is better written in dot notation. +build/public/templates/world.js: line 480, col 153, Line is too long. +build/public/templates/world.js: line 480, col 37, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 480, col 53, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 480, col 66, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 480, col 82, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 480, col 101, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 480, col 117, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 480, col 133, ['index'] is better written in dot notation. +build/public/templates/world.js: line 481, col 129, Line is too long. +build/public/templates/world.js: line 482, col 162, Line is too long. +build/public/templates/world.js: line 482, col 29, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 482, col 45, ['config'] is better written in dot notation. +build/public/templates/world.js: line 482, col 58, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 482, col 74, ['config'] is better written in dot notation. +build/public/templates/world.js: line 482, col 84, ['theme'] is better written in dot notation. +build/public/templates/world.js: line 482, col 96, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 482, col 112, ['config'] is better written in dot notation. +build/public/templates/world.js: line 482, col 122, ['theme'] is better written in dot notation. +build/public/templates/world.js: line 482, col 131, ['mobileTopicTeasers'] is better written in dot notation. +build/public/templates/world.js: line 485, col 141, Line is too long. +build/public/templates/world.js: line 486, col 210, Line is too long. +build/public/templates/world.js: line 486, col 37, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 486, col 53, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 486, col 66, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 486, col 82, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 486, col 101, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 486, col 117, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 486, col 133, ['user'] is better written in dot notation. +build/public/templates/world.js: line 486, col 144, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 486, col 160, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 486, col 176, ['user'] is better written in dot notation. +build/public/templates/world.js: line 486, col 184, ['displayname'] is better written in dot notation. +build/public/templates/world.js: line 488, col 197, Line is too long. +build/public/templates/world.js: line 488, col 29, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 488, col 45, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 488, col 58, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 488, col 74, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 488, col 93, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 488, col 109, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 488, col 125, ['user'] is better written in dot notation. +build/public/templates/world.js: line 488, col 136, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 488, col 152, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 488, col 168, ['user'] is better written in dot notation. +build/public/templates/world.js: line 488, col 176, ['userslug'] is better written in dot notation. +build/public/templates/world.js: line 489, col 122, Line is too long. +build/public/templates/world.js: line 489, col 39, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 489, col 55, ['config'] is better written in dot notation. +build/public/templates/world.js: line 489, col 68, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 489, col 84, ['config'] is better written in dot notation. +build/public/templates/world.js: line 489, col 94, ['relative_path'] is better written in dot notation. +build/public/templates/world.js: line 491, col 210, Line is too long. +build/public/templates/world.js: line 491, col 41, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 491, col 57, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 491, col 70, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 491, col 86, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 491, col 105, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 491, col 121, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 491, col 137, ['user'] is better written in dot notation. +build/public/templates/world.js: line 491, col 148, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 491, col 164, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 491, col 180, ['user'] is better written in dot notation. +build/public/templates/world.js: line 491, col 188, ['userslug'] is better written in dot notation. +build/public/templates/world.js: line 494, col 254, Line is too long. +build/public/templates/world.js: line 494, col 78, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 494, col 94, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 494, col 107, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 494, col 123, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 494, col 142, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 494, col 158, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 494, col 174, ['user'] is better written in dot notation. +build/public/templates/world.js: line 494, col 217, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 496, col 29, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 496, col 45, ['showSelect'] is better written in dot notation. +build/public/templates/world.js: line 497, col 257, Line is too long. +build/public/templates/world.js: line 499, col 193, Line is too long. +build/public/templates/world.js: line 500, col 29, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 500, col 45, ['showSelect'] is better written in dot notation. +build/public/templates/world.js: line 504, col 146, Line is too long. +build/public/templates/world.js: line 504, col 29, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 504, col 45, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 504, col 58, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 504, col 74, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 504, col 93, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 504, col 109, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 504, col 125, ['noAnchor'] is better written in dot notation. +build/public/templates/world.js: line 506, col 122, Line is too long. +build/public/templates/world.js: line 506, col 39, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 506, col 55, ['config'] is better written in dot notation. +build/public/templates/world.js: line 506, col 68, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 506, col 84, ['config'] is better written in dot notation. +build/public/templates/world.js: line 506, col 94, ['relative_path'] is better written in dot notation. +build/public/templates/world.js: line 508, col 156, Line is too long. +build/public/templates/world.js: line 508, col 41, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 508, col 57, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 508, col 70, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 508, col 86, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 508, col 105, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 508, col 121, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 508, col 137, ['slug'] is better written in dot notation. +build/public/templates/world.js: line 509, col 150, Line is too long. +build/public/templates/world.js: line 509, col 33, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 509, col 49, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 509, col 62, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 509, col 78, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 509, col 97, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 509, col 113, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 509, col 129, ['bookmark'] is better written in dot notation. +build/public/templates/world.js: line 511, col 163, Line is too long. +build/public/templates/world.js: line 511, col 45, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 511, col 61, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 511, col 74, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 511, col 90, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 511, col 109, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 511, col 125, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 511, col 141, ['bookmark'] is better written in dot notation. +build/public/templates/world.js: line 514, col 153, Line is too long. +build/public/templates/world.js: line 514, col 37, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 514, col 53, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 514, col 66, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 514, col 82, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 514, col 101, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 514, col 117, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 514, col 133, ['title'] is better written in dot notation. +build/public/templates/world.js: line 515, col 201, Line is too long. +build/public/templates/world.js: line 516, col 146, Line is too long. +build/public/templates/world.js: line 516, col 29, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 516, col 45, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 516, col 58, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 516, col 74, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 516, col 93, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 516, col 109, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 516, col 125, ['followed'] is better written in dot notation. +build/public/templates/world.js: line 519, col 175, Line is too long. +build/public/templates/world.js: line 520, col 145, Line is too long. +build/public/templates/world.js: line 520, col 29, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 520, col 45, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 520, col 58, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 520, col 74, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 520, col 93, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 520, col 109, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 520, col 125, ['ignored'] is better written in dot notation. +build/public/templates/world.js: line 523, col 180, Line is too long. +build/public/templates/world.js: line 524, col 147, Line is too long. +build/public/templates/world.js: line 524, col 29, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 524, col 45, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 524, col 58, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 524, col 74, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 524, col 93, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 524, col 109, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 524, col 125, ['scheduled'] is better written in dot notation. +build/public/templates/world.js: line 527, col 176, Line is too long. +build/public/templates/world.js: line 528, col 285, Line is too long. +build/public/templates/world.js: line 528, col 30, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 528, col 46, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 528, col 59, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 528, col 75, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 528, col 94, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 528, col 110, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 528, col 126, ['scheduled'] is better written in dot notation. +build/public/templates/world.js: line 528, col 169, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 528, col 185, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 528, col 198, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 528, col 214, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 528, col 233, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 528, col 249, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 528, col 265, ['pinned'] is better written in dot notation. +build/public/templates/world.js: line 532, col 147, Line is too long. +build/public/templates/world.js: line 532, col 29, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 532, col 45, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 532, col 58, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 532, col 74, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 532, col 93, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 532, col 109, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 532, col 125, ['pinExpiry'] is better written in dot notation. +build/public/templates/world.js: line 534, col 311, Line is too long. +build/public/templates/world.js: line 534, col 92, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 534, col 108, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 534, col 121, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 534, col 137, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 534, col 156, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 534, col 172, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 534, col 188, ['pinExpiryISO'] is better written in dot notation. +build/public/templates/world.js: line 534, col 231, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 534, col 247, ['config'] is better written in dot notation. +build/public/templates/world.js: line 534, col 260, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 534, col 276, ['config'] is better written in dot notation. +build/public/templates/world.js: line 534, col 286, ['userLang'] is better written in dot notation. +build/public/templates/world.js: line 537, col 113, Line is too long. +build/public/templates/world.js: line 538, col 144, Line is too long. +build/public/templates/world.js: line 538, col 29, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 538, col 45, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 538, col 58, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 538, col 74, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 538, col 93, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 538, col 109, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 538, col 125, ['locked'] is better written in dot notation. +build/public/templates/world.js: line 541, col 169, Line is too long. +build/public/templates/world.js: line 542, col 144, Line is too long. +build/public/templates/world.js: line 542, col 29, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 542, col 45, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 542, col 58, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 542, col 74, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 542, col 93, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 542, col 109, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 542, col 125, ['oldCid'] is better written in dot notation. +build/public/templates/world.js: line 545, col 103, Line is too long. +build/public/templates/world.js: line 546, col 190, Line is too long. +build/public/templates/world.js: line 546, col 33, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 546, col 49, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 546, col 62, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 546, col 78, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 546, col 97, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 546, col 113, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 546, col 129, ['icons'] is better written in dot notation. +build/public/templates/world.js: line 547, col 17, 'key' is defined but never used. +build/public/templates/world.js: line 555, col 298, Line is too long. +build/public/templates/world.js: line 555, col 31, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 555, col 47, ['template'] is better written in dot notation. +build/public/templates/world.js: line 555, col 62, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 555, col 78, ['template'] is better written in dot notation. +build/public/templates/world.js: line 555, col 90, ['category'] is better written in dot notation. +build/public/templates/world.js: line 555, col 132, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 555, col 148, ['cid'] is better written in dot notation. +build/public/templates/world.js: line 555, col 184, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 555, col 200, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 555, col 213, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 555, col 229, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 555, col 248, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 555, col 264, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 555, col 280, ['cid'] is better written in dot notation. +build/public/templates/world.js: line 555, col 166, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 557, col 225, Line is too long. +build/public/templates/world.js: line 557, col 89, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 557, col 105, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 557, col 118, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 557, col 134, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 557, col 153, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 557, col 169, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 557, col 185, ['category'] is better written in dot notation. +build/public/templates/world.js: line 561, col 151, Line is too long. +build/public/templates/world.js: line 561, col 37, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 561, col 53, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 561, col 66, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 561, col 82, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 561, col 101, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 561, col 117, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 561, col 133, ['tid'] is better written in dot notation. +build/public/templates/world.js: line 563, col 195, Line is too long. +build/public/templates/world.js: line 563, col 29, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 563, col 45, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 563, col 58, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 563, col 74, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 563, col 93, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 563, col 109, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 563, col 125, ['tags'] is better written in dot notation. +build/public/templates/world.js: line 563, col 136, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 563, col 152, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 563, col 168, ['tags'] is better written in dot notation. +build/public/templates/world.js: line 563, col 176, ['length'] is better written in dot notation. +build/public/templates/world.js: line 567, col 189, Line is too long. +build/public/templates/world.js: line 567, col 33, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 567, col 49, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 567, col 62, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 567, col 78, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 567, col 97, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 567, col 113, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 567, col 129, ['tags'] is better written in dot notation. +build/public/templates/world.js: line 570, col 124, Line is too long. +build/public/templates/world.js: line 570, col 41, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 570, col 57, ['config'] is better written in dot notation. +build/public/templates/world.js: line 570, col 70, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 570, col 86, ['config'] is better written in dot notation. +build/public/templates/world.js: line 570, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/world.js: line 572, col 270, Line is too long. +build/public/templates/world.js: line 572, col 41, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 572, col 57, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 572, col 70, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 572, col 86, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 572, col 105, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 572, col 121, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 572, col 137, ['tags'] is better written in dot notation. +build/public/templates/world.js: line 572, col 148, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 572, col 164, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 572, col 180, ['tags'] is better written in dot notation. +build/public/templates/world.js: line 572, col 197, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 572, col 213, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 572, col 229, ['tags'] is better written in dot notation. +build/public/templates/world.js: line 572, col 243, ['valueEncoded'] is better written in dot notation. +build/public/templates/world.js: line 574, col 263, Line is too long. +build/public/templates/world.js: line 574, col 41, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 574, col 57, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 574, col 70, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 574, col 86, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 574, col 105, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 574, col 121, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 574, col 137, ['tags'] is better written in dot notation. +build/public/templates/world.js: line 574, col 148, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 574, col 164, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 574, col 180, ['tags'] is better written in dot notation. +build/public/templates/world.js: line 574, col 197, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 574, col 213, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 574, col 229, ['tags'] is better written in dot notation. +build/public/templates/world.js: line 576, col 263, Line is too long. +build/public/templates/world.js: line 576, col 41, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 576, col 57, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 576, col 70, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 576, col 86, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 576, col 105, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 576, col 121, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 576, col 137, ['tags'] is better written in dot notation. +build/public/templates/world.js: line 576, col 148, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 576, col 164, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 576, col 180, ['tags'] is better written in dot notation. +build/public/templates/world.js: line 576, col 197, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 576, col 213, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 576, col 229, ['tags'] is better written in dot notation. +build/public/templates/world.js: line 576, col 243, ['value'] is better written in dot notation. +build/public/templates/world.js: line 578, col 270, Line is too long. +build/public/templates/world.js: line 578, col 41, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 578, col 57, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 578, col 70, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 578, col 86, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 578, col 105, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 578, col 121, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 578, col 137, ['tags'] is better written in dot notation. +build/public/templates/world.js: line 578, col 148, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 578, col 164, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 578, col 180, ['tags'] is better written in dot notation. +build/public/templates/world.js: line 578, col 197, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 578, col 213, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 578, col 229, ['tags'] is better written in dot notation. +build/public/templates/world.js: line 578, col 243, ['valueEscaped'] is better written in dot notation. +build/public/templates/world.js: line 568, col 17, 'key' is defined but never used. +build/public/templates/world.js: line 567, col 182, 'value' is defined but never used. +build/public/templates/world.js: line 567, col 174, 'length' is defined but never used. +build/public/templates/world.js: line 567, col 167, 'index' is defined but never used. +build/public/templates/world.js: line 583, col 250, Line is too long. +build/public/templates/world.js: line 584, col 256, Line is too long. +build/public/templates/world.js: line 584, col 86, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 584, col 102, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 584, col 115, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 584, col 131, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 584, col 150, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 584, col 166, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 584, col 182, ['postcount'] is better written in dot notation. +build/public/templates/world.js: line 584, col 222, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 586, col 120, Line is too long. +build/public/templates/world.js: line 586, col 37, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 586, col 53, ['config'] is better written in dot notation. +build/public/templates/world.js: line 586, col 66, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 586, col 82, ['config'] is better written in dot notation. +build/public/templates/world.js: line 586, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/world.js: line 588, col 152, Line is too long. +build/public/templates/world.js: line 588, col 37, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 588, col 53, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 588, col 66, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 588, col 82, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 588, col 101, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 588, col 117, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 588, col 133, ['slug'] is better written in dot notation. +build/public/templates/world.js: line 589, col 361, Line is too long. +build/public/templates/world.js: line 589, col 30, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 589, col 46, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 589, col 59, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 589, col 75, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 589, col 94, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 589, col 110, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 589, col 126, ['teaser'] is better written in dot notation. +build/public/templates/world.js: line 589, col 139, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 589, col 155, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 589, col 171, ['teaser'] is better written in dot notation. +build/public/templates/world.js: line 589, col 181, ['timestampISO'] is better written in dot notation. +build/public/templates/world.js: line 589, col 227, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 589, col 243, ['config'] is better written in dot notation. +build/public/templates/world.js: line 589, col 256, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 589, col 272, ['config'] is better written in dot notation. +build/public/templates/world.js: line 589, col 282, ['theme'] is better written in dot notation. +build/public/templates/world.js: line 589, col 294, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 589, col 310, ['config'] is better written in dot notation. +build/public/templates/world.js: line 589, col 320, ['theme'] is better written in dot notation. +build/public/templates/world.js: line 589, col 329, ['mobileTopicTeasers'] is better written in dot notation. +build/public/templates/world.js: line 591, col 211, Line is too long. +build/public/templates/world.js: line 591, col 41, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 591, col 57, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 591, col 70, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 591, col 86, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 591, col 105, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 591, col 121, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 591, col 137, ['teaser'] is better written in dot notation. +build/public/templates/world.js: line 591, col 150, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 591, col 166, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 591, col 182, ['teaser'] is better written in dot notation. +build/public/templates/world.js: line 591, col 192, ['index'] is better written in dot notation. +build/public/templates/world.js: line 594, col 361, Line is too long. +build/public/templates/world.js: line 594, col 30, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 594, col 46, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 594, col 59, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 594, col 75, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 594, col 94, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 594, col 110, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 594, col 126, ['teaser'] is better written in dot notation. +build/public/templates/world.js: line 594, col 139, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 594, col 155, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 594, col 171, ['teaser'] is better written in dot notation. +build/public/templates/world.js: line 594, col 181, ['timestampISO'] is better written in dot notation. +build/public/templates/world.js: line 594, col 227, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 594, col 243, ['config'] is better written in dot notation. +build/public/templates/world.js: line 594, col 256, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 594, col 272, ['config'] is better written in dot notation. +build/public/templates/world.js: line 594, col 282, ['theme'] is better written in dot notation. +build/public/templates/world.js: line 594, col 294, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 594, col 310, ['config'] is better written in dot notation. +build/public/templates/world.js: line 594, col 320, ['theme'] is better written in dot notation. +build/public/templates/world.js: line 594, col 329, ['mobileTopicTeasers'] is better written in dot notation. +build/public/templates/world.js: line 595, col 216, Line is too long. +build/public/templates/world.js: line 595, col 39, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 595, col 55, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 595, col 68, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 595, col 84, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 595, col 103, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 595, col 119, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 595, col 135, ['teaser'] is better written in dot notation. +build/public/templates/world.js: line 595, col 148, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 595, col 164, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 595, col 180, ['teaser'] is better written in dot notation. +build/public/templates/world.js: line 595, col 190, ['timestampISO'] is better written in dot notation. +build/public/templates/world.js: line 596, col 163, Line is too long. +build/public/templates/world.js: line 596, col 39, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 596, col 55, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 596, col 68, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 596, col 84, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 596, col 103, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 596, col 119, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 596, col 135, ['timestampISO'] is better written in dot notation. +build/public/templates/world.js: line 598, col 120, Line is too long. +build/public/templates/world.js: line 598, col 37, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 598, col 53, ['config'] is better written in dot notation. +build/public/templates/world.js: line 598, col 66, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 598, col 82, ['config'] is better written in dot notation. +build/public/templates/world.js: line 598, col 92, ['relative_path'] is better written in dot notation. +build/public/templates/world.js: line 600, col 152, Line is too long. +build/public/templates/world.js: line 600, col 37, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 600, col 53, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 600, col 66, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 600, col 82, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 600, col 101, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 600, col 117, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 600, col 133, ['slug'] is better written in dot notation. +build/public/templates/world.js: line 601, col 104, Line is too long. +build/public/templates/world.js: line 602, col 160, Line is too long. +build/public/templates/world.js: line 602, col 37, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 602, col 53, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 602, col 66, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 602, col 82, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 602, col 101, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 602, col 117, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 602, col 133, ['timestampISO'] is better written in dot notation. +build/public/templates/world.js: line 604, col 29, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 604, col 45, ['showSelect'] is better written in dot notation. +build/public/templates/world.js: line 605, col 219, Line is too long. +build/public/templates/world.js: line 608, col 199, Line is too long. +build/public/templates/world.js: line 608, col 29, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 608, col 45, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 608, col 58, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 608, col 74, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 608, col 93, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 608, col 109, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 608, col 125, ['thumbs'] is better written in dot notation. +build/public/templates/world.js: line 608, col 138, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 608, col 154, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 608, col 170, ['thumbs'] is better written in dot notation. +build/public/templates/world.js: line 608, col 180, ['length'] is better written in dot notation. +build/public/templates/world.js: line 609, col 123, Line is too long. +build/public/templates/world.js: line 610, col 124, Line is too long. +build/public/templates/world.js: line 610, col 41, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 610, col 57, ['config'] is better written in dot notation. +build/public/templates/world.js: line 610, col 70, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 610, col 86, ['config'] is better written in dot notation. +build/public/templates/world.js: line 610, col 96, ['relative_path'] is better written in dot notation. +build/public/templates/world.js: line 612, col 156, Line is too long. +build/public/templates/world.js: line 612, col 41, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 612, col 57, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 612, col 70, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 612, col 86, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 612, col 105, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 612, col 121, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 612, col 137, ['slug'] is better written in dot notation. +build/public/templates/world.js: line 613, col 150, Line is too long. +build/public/templates/world.js: line 613, col 33, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 613, col 49, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 613, col 62, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 613, col 78, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 613, col 97, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 613, col 113, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 613, col 129, ['bookmark'] is better written in dot notation. +build/public/templates/world.js: line 615, col 163, Line is too long. +build/public/templates/world.js: line 615, col 45, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 615, col 61, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 615, col 74, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 615, col 90, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 615, col 109, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 615, col 125, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 615, col 141, ['bookmark'] is better written in dot notation. +build/public/templates/world.js: line 617, col 190, Line is too long. +build/public/templates/world.js: line 618, col 265, Line is too long. +build/public/templates/world.js: line 618, col 41, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 618, col 57, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 618, col 70, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 618, col 86, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 618, col 105, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 618, col 121, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 618, col 137, ['thumbs'] is better written in dot notation. +build/public/templates/world.js: line 618, col 150, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 618, col 166, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 618, col 182, ['thumbs'] is better written in dot notation. +build/public/templates/world.js: line 618, col 200, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 618, col 216, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 618, col 232, ['thumbs'] is better written in dot notation. +build/public/templates/world.js: line 618, col 247, ['url'] is better written in dot notation. +build/public/templates/world.js: line 620, col 213, Line is too long. +build/public/templates/world.js: line 620, col 41, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 620, col 57, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 620, col 70, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 620, col 86, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 620, col 105, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 620, col 121, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 620, col 137, ['thumbs'] is better written in dot notation. +build/public/templates/world.js: line 620, col 150, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 620, col 166, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 620, col 182, ['thumbs'] is better written in dot notation. +build/public/templates/world.js: line 620, col 192, ['length'] is better written in dot notation. +build/public/templates/world.js: line 621, col 231, Line is too long. +build/public/templates/world.js: line 622, col 213, Line is too long. +build/public/templates/world.js: line 622, col 41, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 622, col 57, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 622, col 70, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 622, col 86, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 622, col 105, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 622, col 121, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 622, col 137, ['thumbs'] is better written in dot notation. +build/public/templates/world.js: line 622, col 150, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 622, col 166, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 622, col 182, ['thumbs'] is better written in dot notation. +build/public/templates/world.js: line 622, col 192, ['length'] is better written in dot notation. +build/public/templates/world.js: line 625, col 193, Line is too long. +build/public/templates/world.js: line 626, col 29, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 630, col 29, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 632, col 131, Line is too long. +build/public/templates/world.js: line 633, col 157, Line is too long. +build/public/templates/world.js: line 633, col 41, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 633, col 57, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 633, col 70, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 633, col 86, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 633, col 105, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 633, col 121, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 633, col 137, ['votes'] is better written in dot notation. +build/public/templates/world.js: line 635, col 256, Line is too long. +build/public/templates/world.js: line 635, col 90, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 635, col 106, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 635, col 119, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 635, col 135, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 635, col 154, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 635, col 170, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 635, col 186, ['votes'] is better written in dot notation. +build/public/templates/world.js: line 635, col 222, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 636, col 200, Line is too long. +build/public/templates/world.js: line 637, col 133, Line is too long. +build/public/templates/world.js: line 638, col 157, Line is too long. +build/public/templates/world.js: line 638, col 37, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 638, col 53, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 638, col 66, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 638, col 82, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 638, col 101, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 638, col 117, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 638, col 133, ['postcount'] is better written in dot notation. +build/public/templates/world.js: line 640, col 256, Line is too long. +build/public/templates/world.js: line 640, col 86, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 640, col 102, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 640, col 115, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 640, col 131, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 640, col 150, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 640, col 166, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 640, col 182, ['postcount'] is better written in dot notation. +build/public/templates/world.js: line 640, col 222, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 641, col 316, Line is too long. +build/public/templates/world.js: line 642, col 157, Line is too long. +build/public/templates/world.js: line 642, col 37, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 642, col 53, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 642, col 66, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 642, col 82, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 642, col 101, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 642, col 117, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 642, col 133, ['viewcount'] is better written in dot notation. +build/public/templates/world.js: line 644, col 256, Line is too long. +build/public/templates/world.js: line 644, col 86, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 644, col 102, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 644, col 115, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 644, col 131, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 644, col 150, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 644, col 166, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 644, col 182, ['viewcount'] is better written in dot notation. +build/public/templates/world.js: line 644, col 222, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 645, col 264, Line is too long. +build/public/templates/world.js: line 646, col 162, Line is too long. +build/public/templates/world.js: line 646, col 29, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 646, col 45, ['config'] is better written in dot notation. +build/public/templates/world.js: line 646, col 58, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 646, col 74, ['config'] is better written in dot notation. +build/public/templates/world.js: line 646, col 84, ['theme'] is better written in dot notation. +build/public/templates/world.js: line 646, col 96, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 646, col 112, ['config'] is better written in dot notation. +build/public/templates/world.js: line 646, col 122, ['theme'] is better written in dot notation. +build/public/templates/world.js: line 646, col 131, ['mobileTopicTeasers'] is better written in dot notation. +build/public/templates/world.js: line 649, col 125, Line is too long. +build/public/templates/world.js: line 650, col 214, Line is too long. +build/public/templates/world.js: line 650, col 37, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 650, col 53, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 650, col 66, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 650, col 82, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 650, col 101, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 650, col 117, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 650, col 133, ['category'] is better written in dot notation. +build/public/templates/world.js: line 650, col 148, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 650, col 164, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 650, col 180, ['category'] is better written in dot notation. +build/public/templates/world.js: line 650, col 192, ['bgColor'] is better written in dot notation. +build/public/templates/world.js: line 652, col 147, Line is too long. +build/public/templates/world.js: line 652, col 29, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 652, col 45, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 652, col 58, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 652, col 74, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 652, col 93, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 652, col 109, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 652, col 125, ['unreplied'] is better written in dot notation. +build/public/templates/world.js: line 655, col 200, Line is too long. +build/public/templates/world.js: line 655, col 33, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 655, col 49, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 655, col 62, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 655, col 78, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 655, col 97, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 655, col 113, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 655, col 129, ['teaser'] is better written in dot notation. +build/public/templates/world.js: line 655, col 142, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 655, col 158, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 655, col 174, ['teaser'] is better written in dot notation. +build/public/templates/world.js: line 655, col 184, ['pid'] is better written in dot notation. +build/public/templates/world.js: line 657, col 270, Line is too long. +build/public/templates/world.js: line 657, col 37, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 657, col 53, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 657, col 66, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 657, col 82, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 657, col 101, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 657, col 117, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 657, col 133, ['teaser'] is better written in dot notation. +build/public/templates/world.js: line 657, col 146, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 657, col 162, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 657, col 178, ['teaser'] is better written in dot notation. +build/public/templates/world.js: line 657, col 188, ['user'] is better written in dot notation. +build/public/templates/world.js: line 657, col 199, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 657, col 215, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 657, col 231, ['teaser'] is better written in dot notation. +build/public/templates/world.js: line 657, col 241, ['user'] is better written in dot notation. +build/public/templates/world.js: line 657, col 249, ['userslug'] is better written in dot notation. +build/public/templates/world.js: line 658, col 130, Line is too long. +build/public/templates/world.js: line 658, col 47, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 658, col 63, ['config'] is better written in dot notation. +build/public/templates/world.js: line 658, col 76, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 658, col 92, ['config'] is better written in dot notation. +build/public/templates/world.js: line 658, col 102, ['relative_path'] is better written in dot notation. +build/public/templates/world.js: line 660, col 283, Line is too long. +build/public/templates/world.js: line 660, col 49, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 660, col 65, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 660, col 78, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 660, col 94, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 660, col 113, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 660, col 129, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 660, col 145, ['teaser'] is better written in dot notation. +build/public/templates/world.js: line 660, col 158, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 660, col 174, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 660, col 190, ['teaser'] is better written in dot notation. +build/public/templates/world.js: line 660, col 200, ['user'] is better written in dot notation. +build/public/templates/world.js: line 660, col 211, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 660, col 227, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 660, col 243, ['teaser'] is better written in dot notation. +build/public/templates/world.js: line 660, col 253, ['user'] is better written in dot notation. +build/public/templates/world.js: line 660, col 261, ['userslug'] is better written in dot notation. +build/public/templates/world.js: line 663, col 283, Line is too long. +build/public/templates/world.js: line 663, col 45, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 663, col 61, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 663, col 74, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 663, col 90, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 663, col 109, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 663, col 125, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 663, col 141, ['teaser'] is better written in dot notation. +build/public/templates/world.js: line 663, col 154, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 663, col 170, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 663, col 186, ['teaser'] is better written in dot notation. +build/public/templates/world.js: line 663, col 196, ['user'] is better written in dot notation. +build/public/templates/world.js: line 663, col 207, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 663, col 223, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 663, col 239, ['teaser'] is better written in dot notation. +build/public/templates/world.js: line 663, col 249, ['user'] is better written in dot notation. +build/public/templates/world.js: line 663, col 257, ['displayname'] is better written in dot notation. +build/public/templates/world.js: line 665, col 317, Line is too long. +build/public/templates/world.js: line 665, col 86, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 665, col 102, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 665, col 115, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 665, col 131, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 665, col 150, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 665, col 166, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 665, col 182, ['teaser'] is better written in dot notation. +build/public/templates/world.js: line 665, col 195, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 665, col 211, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 665, col 227, ['teaser'] is better written in dot notation. +build/public/templates/world.js: line 665, col 237, ['user'] is better written in dot notation. +build/public/templates/world.js: line 665, col 280, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 667, col 128, Line is too long. +build/public/templates/world.js: line 667, col 45, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 667, col 61, ['config'] is better written in dot notation. +build/public/templates/world.js: line 667, col 74, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 667, col 90, ['config'] is better written in dot notation. +build/public/templates/world.js: line 667, col 100, ['relative_path'] is better written in dot notation. +build/public/templates/world.js: line 669, col 160, Line is too long. +build/public/templates/world.js: line 669, col 45, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 669, col 61, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 669, col 74, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 669, col 90, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 669, col 109, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 669, col 125, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 669, col 141, ['slug'] is better written in dot notation. +build/public/templates/world.js: line 671, col 216, Line is too long. +build/public/templates/world.js: line 671, col 45, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 671, col 61, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 671, col 74, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 671, col 90, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 671, col 109, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 671, col 125, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 671, col 141, ['teaser'] is better written in dot notation. +build/public/templates/world.js: line 671, col 154, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 671, col 170, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 671, col 186, ['teaser'] is better written in dot notation. +build/public/templates/world.js: line 671, col 196, ['index'] is better written in dot notation. +build/public/templates/world.js: line 673, col 223, Line is too long. +build/public/templates/world.js: line 673, col 45, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 673, col 61, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 673, col 74, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 673, col 90, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 673, col 109, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 673, col 125, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 673, col 141, ['teaser'] is better written in dot notation. +build/public/templates/world.js: line 673, col 154, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 673, col 170, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 673, col 186, ['teaser'] is better written in dot notation. +build/public/templates/world.js: line 673, col 196, ['timestampISO'] is better written in dot notation. +build/public/templates/world.js: line 674, col 230, Line is too long. +build/public/templates/world.js: line 675, col 128, Line is too long. +build/public/templates/world.js: line 675, col 45, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 675, col 61, ['config'] is better written in dot notation. +build/public/templates/world.js: line 675, col 74, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 675, col 90, ['config'] is better written in dot notation. +build/public/templates/world.js: line 675, col 100, ['relative_path'] is better written in dot notation. +build/public/templates/world.js: line 677, col 160, Line is too long. +build/public/templates/world.js: line 677, col 45, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 677, col 61, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 677, col 74, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 677, col 90, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 677, col 109, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 677, col 125, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 677, col 141, ['slug'] is better written in dot notation. +build/public/templates/world.js: line 679, col 216, Line is too long. +build/public/templates/world.js: line 679, col 45, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 679, col 61, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 679, col 74, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 679, col 90, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 679, col 109, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 679, col 125, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 679, col 141, ['teaser'] is better written in dot notation. +build/public/templates/world.js: line 679, col 154, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 679, col 170, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 679, col 186, ['teaser'] is better written in dot notation. +build/public/templates/world.js: line 679, col 196, ['index'] is better written in dot notation. +build/public/templates/world.js: line 681, col 218, Line is too long. +build/public/templates/world.js: line 681, col 45, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 681, col 61, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 681, col 74, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 681, col 90, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 681, col 109, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 681, col 125, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 681, col 141, ['teaser'] is better written in dot notation. +build/public/templates/world.js: line 681, col 154, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 681, col 170, ['topics'] is better written in dot notation. +build/public/templates/world.js: line 681, col 186, ['teaser'] is better written in dot notation. +build/public/templates/world.js: line 681, col 196, ['content'] is better written in dot notation. +build/public/templates/world.js: line 460, col 13, 'key' is defined but never used. +build/public/templates/world.js: line 458, col 11, 'value' is defined but never used. +build/public/templates/world.js: line 693, col 160, Line is too long. +build/public/templates/world.js: line 693, col 36, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 693, col 52, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 693, col 69, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 693, col 85, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 693, col 99, ['pages'] is better written in dot notation. +build/public/templates/world.js: line 696, col 219, Line is too long. +build/public/templates/world.js: line 696, col 29, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 696, col 45, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 696, col 62, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 696, col 78, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 696, col 92, ['pages'] is better written in dot notation. +build/public/templates/world.js: line 696, col 104, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 696, col 120, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 696, col 134, ['pages'] is better written in dot notation. +build/public/templates/world.js: line 696, col 152, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 696, col 168, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 696, col 182, ['pages'] is better written in dot notation. +build/public/templates/world.js: line 696, col 197, ['separator'] is better written in dot notation. +build/public/templates/world.js: line 697, col 227, Line is too long. +build/public/templates/world.js: line 699, col 220, Line is too long. +build/public/templates/world.js: line 699, col 33, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 699, col 49, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 699, col 66, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 699, col 82, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 699, col 96, ['pages'] is better written in dot notation. +build/public/templates/world.js: line 699, col 108, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 699, col 124, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 699, col 138, ['pages'] is better written in dot notation. +build/public/templates/world.js: line 699, col 156, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 699, col 172, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 699, col 186, ['pages'] is better written in dot notation. +build/public/templates/world.js: line 699, col 201, ['active'] is better written in dot notation. +build/public/templates/world.js: line 703, col 226, Line is too long. +build/public/templates/world.js: line 703, col 41, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 703, col 57, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 703, col 74, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 703, col 90, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 703, col 104, ['pages'] is better written in dot notation. +build/public/templates/world.js: line 703, col 116, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 703, col 132, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 703, col 146, ['pages'] is better written in dot notation. +build/public/templates/world.js: line 703, col 164, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 703, col 180, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 703, col 194, ['pages'] is better written in dot notation. +build/public/templates/world.js: line 703, col 209, ['qs'] is better written in dot notation. +build/public/templates/world.js: line 705, col 228, Line is too long. +build/public/templates/world.js: line 705, col 41, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 705, col 57, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 705, col 74, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 705, col 90, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 705, col 104, ['pages'] is better written in dot notation. +build/public/templates/world.js: line 705, col 116, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 705, col 132, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 705, col 146, ['pages'] is better written in dot notation. +build/public/templates/world.js: line 705, col 164, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 705, col 180, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 705, col 194, ['pages'] is better written in dot notation. +build/public/templates/world.js: line 705, col 209, ['page'] is better written in dot notation. +build/public/templates/world.js: line 707, col 228, Line is too long. +build/public/templates/world.js: line 707, col 41, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 707, col 57, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 707, col 74, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 707, col 90, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 707, col 104, ['pages'] is better written in dot notation. +build/public/templates/world.js: line 707, col 116, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 707, col 132, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 707, col 146, ['pages'] is better written in dot notation. +build/public/templates/world.js: line 707, col 164, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 707, col 180, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 707, col 194, ['pages'] is better written in dot notation. +build/public/templates/world.js: line 707, col 209, ['page'] is better written in dot notation. +build/public/templates/world.js: line 709, col 228, Line is too long. +build/public/templates/world.js: line 709, col 41, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 709, col 57, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 709, col 74, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 709, col 90, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 709, col 104, ['pages'] is better written in dot notation. +build/public/templates/world.js: line 709, col 116, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 709, col 132, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 709, col 146, ['pages'] is better written in dot notation. +build/public/templates/world.js: line 709, col 164, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 709, col 180, ['pagination'] is better written in dot notation. +build/public/templates/world.js: line 709, col 194, ['pages'] is better written in dot notation. +build/public/templates/world.js: line 709, col 209, ['page'] is better written in dot notation. +build/public/templates/world.js: line 694, col 13, 'key' is defined but never used. +build/public/templates/world.js: line 693, col 153, 'value' is defined but never used. +build/public/templates/world.js: line 693, col 145, 'length' is defined but never used. +build/public/templates/world.js: line 693, col 138, 'index' is defined but never used. +build/public/templates/world.js: line 692, col 11, 'value' is defined but never used. +build/public/templates/world.js: line 690, col 81, 'helper' is defined but never used. +build/public/templates/world.js: line 719, col 156, Line is too long. +build/public/templates/world.js: line 719, col 36, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 719, col 52, ['widgets'] is better written in dot notation. +build/public/templates/world.js: line 719, col 66, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 719, col 82, ['widgets'] is better written in dot notation. +build/public/templates/world.js: line 719, col 93, ['sidebar'] is better written in dot notation. +build/public/templates/world.js: line 722, col 208, Line is too long. +build/public/templates/world.js: line 722, col 28, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 722, col 44, ['widgets'] is better written in dot notation. +build/public/templates/world.js: line 722, col 58, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 722, col 74, ['widgets'] is better written in dot notation. +build/public/templates/world.js: line 722, col 85, ['sidebar'] is better written in dot notation. +build/public/templates/world.js: line 722, col 99, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 722, col 115, ['widgets'] is better written in dot notation. +build/public/templates/world.js: line 722, col 126, ['sidebar'] is better written in dot notation. +build/public/templates/world.js: line 722, col 146, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 722, col 162, ['widgets'] is better written in dot notation. +build/public/templates/world.js: line 722, col 173, ['sidebar'] is better written in dot notation. +build/public/templates/world.js: line 722, col 190, ['html'] is better written in dot notation. +build/public/templates/world.js: line 720, col 13, 'key' is defined but never used. +build/public/templates/world.js: line 719, col 149, 'value' is defined but never used. +build/public/templates/world.js: line 719, col 141, 'length' is defined but never used. +build/public/templates/world.js: line 719, col 134, 'index' is defined but never used. +build/public/templates/world.js: line 717, col 11, '__escape' is defined but never used. +build/public/templates/world.js: line 718, col 11, 'value' is defined but never used. +build/public/templates/world.js: line 716, col 79, 'helper' is defined but never used. +build/public/templates/world.js: line 731, col 155, Line is too long. +build/public/templates/world.js: line 731, col 36, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 731, col 52, ['widgets'] is better written in dot notation. +build/public/templates/world.js: line 731, col 66, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 731, col 82, ['widgets'] is better written in dot notation. +build/public/templates/world.js: line 731, col 93, ['footer'] is better written in dot notation. +build/public/templates/world.js: line 734, col 205, Line is too long. +build/public/templates/world.js: line 734, col 28, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 734, col 44, ['widgets'] is better written in dot notation. +build/public/templates/world.js: line 734, col 58, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 734, col 74, ['widgets'] is better written in dot notation. +build/public/templates/world.js: line 734, col 85, ['footer'] is better written in dot notation. +build/public/templates/world.js: line 734, col 98, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 734, col 114, ['widgets'] is better written in dot notation. +build/public/templates/world.js: line 734, col 125, ['footer'] is better written in dot notation. +build/public/templates/world.js: line 734, col 144, Expected '!==' and instead saw '!='. +build/public/templates/world.js: line 734, col 160, ['widgets'] is better written in dot notation. +build/public/templates/world.js: line 734, col 171, ['footer'] is better written in dot notation. +build/public/templates/world.js: line 734, col 187, ['html'] is better written in dot notation. +build/public/templates/world.js: line 732, col 13, 'key' is defined but never used. +build/public/templates/world.js: line 731, col 148, 'value' is defined but never used. +build/public/templates/world.js: line 731, col 140, 'length' is defined but never used. +build/public/templates/world.js: line 731, col 133, 'index' is defined but never used. +build/public/templates/world.js: line 729, col 11, '__escape' is defined but never used. +build/public/templates/world.js: line 730, col 11, 'value' is defined but never used. +build/public/templates/world.js: line 728, col 77, 'helper' is defined but never used. +build/public/templates/world.js: line 743, col 3, Missing semicolon. +build/public/templates/world.js: line 5, col 46, 'define' is not defined. +build/public/templates/world.js: line 6, col 5, 'define' is not defined. + +install/databases.js: line 12, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +install/databases.js: line 18, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). + +install/docker/mongodb-user-init.js: line 1, col 139, Line is too long. +install/docker/mongodb-user-init.js: line 1, col 140, Missing semicolon. +install/docker/mongodb-user-init.js: line 1, col 1, 'db' is not defined. + +install/web.js: line 63, col 15, 'async functions' is only available in ES8 (use 'esversion: 8'). +install/web.js: line 102, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +install/web.js: line 124, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +install/web.js: line 152, col 134, Line is too long. +install/web.js: line 188, col 8, 'object spread property' is only available in ES9 (use 'esversion: 9'). +install/web.js: line 203, col 101, Line is too long. +install/web.js: line 225, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +install/web.js: line 272, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +install/web.js: line 290, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +install/web.js: line 300, col 108, Line is too long. +install/web.js: line 307, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +install/web.js: line 310, col 56, 'Trailing comma in arguments lists' is only available in ES8 (use 'esversion: 8'). +install/web.js: line 314, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). + +loader.js: line 49, col 101, Line is too long. +loader.js: line 51, col 105, Line is too long. +loader.js: line 58, col 105, Line is too long. + +public/src/admin/admin.js: line 12, col 106, Line is too long. +public/src/admin/admin.js: line 150, col 107, Line is too long. +public/src/admin/admin.js: line 9, col 1, 'app' is not defined. +public/src/admin/admin.js: line 17, col 26, 'app' is not defined. +public/src/admin/admin.js: line 19, col 7, '$' is not defined. +public/src/admin/admin.js: line 24, col 11, '$' is not defined. +public/src/admin/admin.js: line 27, col 11, '$' is not defined. +public/src/admin/admin.js: line 43, col 25, '$' is not defined. +public/src/admin/admin.js: line 57, col 3, '$' is not defined. +public/src/admin/admin.js: line 62, col 5, '$' is not defined. +public/src/admin/admin.js: line 76, col 32, '$' is not defined. +public/src/admin/admin.js: line 79, col 7, '$' is not defined. +public/src/admin/admin.js: line 79, col 36, '$' is not defined. +public/src/admin/admin.js: line 82, col 7, '$' is not defined. +public/src/admin/admin.js: line 85, col 7, '$' is not defined. +public/src/admin/admin.js: line 85, col 24, '$' is not defined. +public/src/admin/admin.js: line 91, col 7, '$' is not defined. +public/src/admin/admin.js: line 116, col 7, '$' is not defined. +public/src/admin/admin.js: line 117, col 20, '$' is not defined. +public/src/admin/admin.js: line 155, col 9, '$' is not defined. +public/src/admin/admin.js: line 163, col 9, '$' is not defined. +public/src/admin/admin.js: line 113, col 14, 'config' is not defined. + +public/src/admin/advanced/cache.js: line 3, col 1, 'define' is not defined. +public/src/admin/advanced/cache.js: line 10, col 5, '$' is not defined. +public/src/admin/advanced/cache.js: line 11, col 20, '$' is not defined. +public/src/admin/advanced/cache.js: line 20, col 5, '$' is not defined. +public/src/admin/advanced/cache.js: line 21, col 21, '$' is not defined. +public/src/admin/advanced/cache.js: line 23, col 20, '$' is not defined. +public/src/admin/advanced/cache.js: line 12, col 7, 'socket' is not defined. +public/src/admin/advanced/cache.js: line 24, col 7, 'socket' is not defined. +public/src/admin/advanced/cache.js: line 16, col 9, 'ajaxify' is not defined. + +public/src/admin/advanced/errors.js: line 29, col 3, '$' is not defined. +public/src/admin/advanced/errors.js: line 35, col 7, 'socket' is not defined. +public/src/admin/advanced/errors.js: line 40, col 9, 'ajaxify' is not defined. +public/src/admin/advanced/errors.js: line 72, col 17, 'ajaxify' is not defined. +public/src/admin/advanced/errors.js: line 89, col 17, 'ajaxify' is not defined. +public/src/admin/advanced/errors.js: line 50, col 21, 'utils' is not defined. +public/src/admin/advanced/errors.js: line 54, col 7, 'utils' is not defined. + +public/src/admin/advanced/events.js: line 4, col 113, Line is too long. +public/src/admin/advanced/events.js: line 4, col 1, 'define' is not defined. +public/src/admin/advanced/events.js: line 8, col 5, '$' is not defined. +public/src/admin/advanced/events.js: line 15, col 13, '$' is not defined. +public/src/admin/advanced/events.js: line 22, col 5, '$' is not defined. +public/src/admin/advanced/events.js: line 23, col 25, '$' is not defined. +public/src/admin/advanced/events.js: line 33, col 5, '$' is not defined. +public/src/admin/advanced/events.js: line 34, col 19, '$' is not defined. +public/src/admin/advanced/events.js: line 35, col 7, '$' is not defined. +public/src/admin/advanced/events.js: line 37, col 9, '$' is not defined. +public/src/admin/advanced/events.js: line 39, col 7, '$' is not defined. +public/src/admin/advanced/events.js: line 41, col 9, '$' is not defined. +public/src/admin/advanced/events.js: line 45, col 23, '$' is not defined. +public/src/admin/advanced/events.js: line 46, col 24, '$' is not defined. +public/src/admin/advanced/events.js: line 48, col 5, '$' is not defined. +public/src/admin/advanced/events.js: line 54, col 21, '$' is not defined. +public/src/admin/advanced/events.js: line 11, col 11, 'socket' is not defined. +public/src/admin/advanced/events.js: line 25, col 7, 'socket' is not defined. +public/src/admin/advanced/events.js: line 55, col 5, 'ajaxify' is not defined. + +public/src/admin/advanced/logs.js: line 4, col 1, 'define' is not defined. +public/src/admin/advanced/logs.js: line 8, col 20, '$' is not defined. +public/src/admin/advanced/logs.js: line 11, col 5, '$' is not defined. +public/src/admin/advanced/logs.js: line 12, col 21, '$' is not defined. +public/src/admin/advanced/logs.js: line 35, col 20, '$' is not defined. +public/src/admin/advanced/logs.js: line 21, col 11, 'socket' is not defined. +public/src/admin/advanced/logs.js: line 36, col 5, 'socket' is not defined. + +public/src/admin/appearance/customise.js: line 3, col 1, 'define' is not defined. +public/src/admin/appearance/customise.js: line 8, col 7, '$' is not defined. +public/src/admin/appearance/customise.js: line 8, col 28, '$' is not defined. +public/src/admin/appearance/customise.js: line 9, col 7, '$' is not defined. +public/src/admin/appearance/customise.js: line 9, col 27, '$' is not defined. +public/src/admin/appearance/customise.js: line 10, col 7, '$' is not defined. +public/src/admin/appearance/customise.js: line 10, col 29, '$' is not defined. +public/src/admin/appearance/customise.js: line 11, col 7, '$' is not defined. +public/src/admin/appearance/customise.js: line 11, col 34, '$' is not defined. +public/src/admin/appearance/customise.js: line 18, col 7, '$' is not defined. +public/src/admin/appearance/customise.js: line 19, col 13, '$' is not defined. +public/src/admin/appearance/customise.js: line 37, col 7, '$' is not defined. +public/src/admin/appearance/customise.js: line 20, col 11, 'socket' is not defined. +public/src/admin/appearance/customise.js: line 35, col 7, 'app' is not defined. +public/src/admin/appearance/customise.js: line 35, col 19, 'app' is not defined. +public/src/admin/appearance/customise.js: line 36, col 7, 'app' is not defined. + +public/src/admin/appearance/skins.js: line 65, col 143, Line is too long. +public/src/admin/appearance/skins.js: line 98, col 129, Line is too long. +public/src/admin/appearance/skins.js: line 4, col 1, 'define' is not defined. +public/src/admin/appearance/skins.js: line 11, col 5, '$' is not defined. +public/src/admin/appearance/skins.js: line 18, col 11, '$' is not defined. +public/src/admin/appearance/skins.js: line 19, col 13, '$' is not defined. +public/src/admin/appearance/skins.js: line 19, col 46, '$' is not defined. +public/src/admin/appearance/skins.js: line 24, col 37, '$' is not defined. +public/src/admin/appearance/skins.js: line 28, col 5, '$' is not defined. +public/src/admin/appearance/skins.js: line 29, col 37, '$' is not defined. +public/src/admin/appearance/skins.js: line 36, col 5, '$' is not defined. +public/src/admin/appearance/skins.js: line 37, col 20, '$' is not defined. +public/src/admin/appearance/skins.js: line 74, col 28, '$' is not defined. +public/src/admin/appearance/skins.js: line 103, col 7, '$' is not defined. +public/src/admin/appearance/skins.js: line 106, col 15, '$' is not defined. +public/src/admin/appearance/skins.js: line 107, col 13, '$' is not defined. +public/src/admin/appearance/skins.js: line 118, col 7, '$' is not defined. +public/src/admin/appearance/skins.js: line 21, col 34, 'app' is not defined. +public/src/admin/appearance/skins.js: line 76, col 5, 'app' is not defined. +public/src/admin/appearance/skins.js: line 93, col 30, 'app' is not defined. +public/src/admin/appearance/skins.js: line 51, col 9, 'socket' is not defined. + +public/src/admin/appearance/themes.js: line 4, col 111, Line is too long. +public/src/admin/appearance/themes.js: line 83, col 116, Line is too long. +public/src/admin/appearance/themes.js: line 96, col 133, Line is too long. +public/src/admin/appearance/themes.js: line 4, col 1, 'define' is not defined. +public/src/admin/appearance/themes.js: line 8, col 5, '$' is not defined. +public/src/admin/appearance/themes.js: line 9, col 22, '$' is not defined. +public/src/admin/appearance/themes.js: line 48, col 5, '$' is not defined. +public/src/admin/appearance/themes.js: line 80, col 26, '$' is not defined. +public/src/admin/appearance/themes.js: line 83, col 27, '$' is not defined. +public/src/admin/appearance/themes.js: line 101, col 7, '$' is not defined. +public/src/admin/appearance/themes.js: line 108, col 7, '$' is not defined. +public/src/admin/appearance/themes.js: line 18, col 13, 'config' is not defined. +public/src/admin/appearance/themes.js: line 29, col 11, 'config' is not defined. +public/src/admin/appearance/themes.js: line 49, col 11, 'config' is not defined. +public/src/admin/appearance/themes.js: line 61, col 13, 'config' is not defined. +public/src/admin/appearance/themes.js: line 89, col 34, 'config' is not defined. +public/src/admin/appearance/themes.js: line 21, col 9, 'socket' is not defined. +public/src/admin/appearance/themes.js: line 54, col 11, 'socket' is not defined. +public/src/admin/appearance/themes.js: line 75, col 5, 'socket' is not defined. +public/src/admin/appearance/themes.js: line 85, col 9, 'app' is not defined. + +public/src/admin/dashboard/logins.js: line 3, col 1, 'define' is not defined. +public/src/admin/dashboard/logins.js: line 9, col 16, 'ajaxify' is not defined. + +public/src/admin/dashboard/searches.js: line 3, col 1, 'define' is not defined. +public/src/admin/dashboard/searches.js: line 7, col 5, '$' is not defined. +public/src/admin/dashboard/searches.js: line 10, col 11, 'socket' is not defined. +public/src/admin/dashboard/searches.js: line 14, col 13, 'ajaxify' is not defined. + +public/src/admin/dashboard/topics.js: line 3, col 101, Line is too long. +public/src/admin/dashboard/topics.js: line 17, col 135, Line is too long. +public/src/admin/dashboard/topics.js: line 3, col 1, 'define' is not defined. +public/src/admin/dashboard/topics.js: line 9, col 16, 'ajaxify' is not defined. +public/src/admin/dashboard/topics.js: line 17, col 43, 'ajaxify' is not defined. +public/src/admin/dashboard/topics.js: line 20, col 35, 'ajaxify' is not defined. +public/src/admin/dashboard/topics.js: line 17, col 16, 'config' is not defined. +public/src/admin/dashboard/topics.js: line 20, col 13, 'app' is not defined. + +public/src/admin/dashboard/users.js: line 17, col 135, Line is too long. +public/src/admin/dashboard/users.js: line 3, col 1, 'define' is not defined. +public/src/admin/dashboard/users.js: line 9, col 16, 'ajaxify' is not defined. +public/src/admin/dashboard/users.js: line 17, col 43, 'ajaxify' is not defined. +public/src/admin/dashboard/users.js: line 20, col 35, 'ajaxify' is not defined. +public/src/admin/dashboard/users.js: line 17, col 16, 'config' is not defined. +public/src/admin/dashboard/users.js: line 20, col 13, 'app' is not defined. + +public/src/admin/dashboard.js: line 70, col 104, Line is too long. +public/src/admin/dashboard.js: line 98, col 101, Line is too long. +public/src/admin/dashboard.js: line 129, col 16, Expected '{' and instead saw 'r'. +public/src/admin/dashboard.js: line 130, col 19, Expected '{' and instead saw 'r'. +public/src/admin/dashboard.js: line 134, col 16, Expected '{' and instead saw 'b'. +public/src/admin/dashboard.js: line 135, col 19, Expected '{' and instead saw 'b'. +public/src/admin/dashboard.js: line 139, col 16, Expected '{' and instead saw 'g'. +public/src/admin/dashboard.js: line 140, col 19, Expected '{' and instead saw 'g'. +public/src/admin/dashboard.js: line 402, col 102, Line is too long. +public/src/admin/dashboard.js: line 533, col 158, Line is too long. +public/src/admin/dashboard.js: line 56, col 1, '$' is not defined. +public/src/admin/dashboard.js: line 96, col 3, '$' is not defined. +public/src/admin/dashboard.js: line 97, col 3, '$' is not defined. +public/src/admin/dashboard.js: line 98, col 3, '$' is not defined. +public/src/admin/dashboard.js: line 99, col 3, '$' is not defined. +public/src/admin/dashboard.js: line 257, col 27, '$' is not defined. +public/src/admin/dashboard.js: line 352, col 5, '$' is not defined. +public/src/admin/dashboard.js: line 354, col 22, '$' is not defined. +public/src/admin/dashboard.js: line 355, col 11, '$' is not defined. +public/src/admin/dashboard.js: line 359, col 26, '$' is not defined. +public/src/admin/dashboard.js: line 363, col 11, '$' is not defined. +public/src/admin/dashboard.js: line 368, col 5, '$' is not defined. +public/src/admin/dashboard.js: line 369, col 24, '$' is not defined. +public/src/admin/dashboard.js: line 454, col 7, '$' is not defined. +public/src/admin/dashboard.js: line 455, col 7, '$' is not defined. +public/src/admin/dashboard.js: line 456, col 7, '$' is not defined. +public/src/admin/dashboard.js: line 473, col 19, '$' is not defined. +public/src/admin/dashboard.js: line 474, col 21, '$' is not defined. +public/src/admin/dashboard.js: line 484, col 3, '$' is not defined. +public/src/admin/dashboard.js: line 485, col 3, '$' is not defined. +public/src/admin/dashboard.js: line 492, col 3, '$' is not defined. +public/src/admin/dashboard.js: line 493, col 3, '$' is not defined. +public/src/admin/dashboard.js: line 494, col 3, '$' is not defined. +public/src/admin/dashboard.js: line 495, col 3, '$' is not defined. +public/src/admin/dashboard.js: line 496, col 3, '$' is not defined. +public/src/admin/dashboard.js: line 541, col 5, '$' is not defined. +public/src/admin/dashboard.js: line 550, col 3, '$' is not defined. +public/src/admin/dashboard.js: line 552, col 25, '$' is not defined. +public/src/admin/dashboard.js: line 554, col 7, '$' is not defined. +public/src/admin/dashboard.js: line 560, col 3, '$' is not defined. +public/src/admin/dashboard.js: line 561, col 23, '$' is not defined. +public/src/admin/dashboard.js: line 582, col 22, '$' is not defined. +public/src/admin/dashboard.js: line 68, col 3, 'app' is not defined. +public/src/admin/dashboard.js: line 430, col 8, 'app' is not defined. +public/src/admin/dashboard.js: line 570, col 9, 'app' is not defined. +public/src/admin/dashboard.js: line 75, col 5, 'socket' is not defined. +public/src/admin/dashboard.js: line 434, col 3, 'socket' is not defined. +public/src/admin/dashboard.js: line 570, col 26, 'socket' is not defined. +public/src/admin/dashboard.js: line 571, col 7, 'socket' is not defined. +public/src/admin/dashboard.js: line 156, col 25, 'utils' is not defined. +public/src/admin/dashboard.js: line 450, col 37, 'utils' is not defined. +public/src/admin/dashboard.js: line 452, col 37, 'utils' is not defined. +public/src/admin/dashboard.js: line 479, col 24, 'config' is not defined. +public/src/admin/dashboard.js: line 533, col 65, 'config' is not defined. + +public/src/admin/extend/plugins.js: line 50, col 101, Line is too long. +public/src/admin/extend/plugins.js: line 51, col 122, Line is too long. +public/src/admin/extend/plugins.js: line 104, col 140, Line is too long. +public/src/admin/extend/plugins.js: line 142, col 129, Line is too long. +public/src/admin/extend/plugins.js: line 151, col 126, Line is too long. +public/src/admin/extend/plugins.js: line 198, col 112, Line is too long. +public/src/admin/extend/plugins.js: line 261, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/admin/extend/plugins.js: line 265, col 102, Line is too long. +public/src/admin/extend/plugins.js: line 270, col 122, Line is too long. +public/src/admin/extend/plugins.js: line 330, col 109, Line is too long. +public/src/admin/extend/plugins.js: line 331, col 123, Line is too long. +public/src/admin/extend/plugins.js: line 4, col 1, 'define' is not defined. +public/src/admin/extend/plugins.js: line 13, col 25, '$' is not defined. +public/src/admin/extend/plugins.js: line 17, col 7, '$' is not defined. +public/src/admin/extend/plugins.js: line 20, col 27, '$' is not defined. +public/src/admin/extend/plugins.js: line 23, col 24, '$' is not defined. +public/src/admin/extend/plugins.js: line 25, col 19, '$' is not defined. +public/src/admin/extend/plugins.js: line 41, col 33, '$' is not defined. +public/src/admin/extend/plugins.js: line 42, col 13, '$' is not defined. +public/src/admin/extend/plugins.js: line 94, col 19, '$' is not defined. +public/src/admin/extend/plugins.js: line 96, col 18, '$' is not defined. +public/src/admin/extend/plugins.js: line 98, col 11, '$' is not defined. +public/src/admin/extend/plugins.js: line 99, col 48, '$' is not defined. +public/src/admin/extend/plugins.js: line 131, col 19, '$' is not defined. +public/src/admin/extend/plugins.js: line 157, col 5, '$' is not defined. +public/src/admin/extend/plugins.js: line 158, col 20, '$' is not defined. +public/src/admin/extend/plugins.js: line 159, col 7, '$' is not defined. +public/src/admin/extend/plugins.js: line 160, col 26, '$' is not defined. +public/src/admin/extend/plugins.js: line 161, col 9, '$' is not defined. +public/src/admin/extend/plugins.js: line 164, col 25, '$' is not defined. +public/src/admin/extend/plugins.js: line 179, col 5, '$' is not defined. +public/src/admin/extend/plugins.js: line 181, col 28, '$' is not defined. +public/src/admin/extend/plugins.js: line 189, col 5, '$' is not defined. +public/src/admin/extend/plugins.js: line 190, col 7, '$' is not defined. +public/src/admin/extend/plugins.js: line 213, col 13, '$' is not defined. +public/src/admin/extend/plugins.js: line 217, col 22, '$' is not defined. +public/src/admin/extend/plugins.js: line 221, col 24, '$' is not defined. +public/src/admin/extend/plugins.js: line 226, col 24, '$' is not defined. +public/src/admin/extend/plugins.js: line 232, col 5, '$' is not defined. +public/src/admin/extend/plugins.js: line 233, col 23, '$' is not defined. +public/src/admin/extend/plugins.js: line 236, col 27, '$' is not defined. +public/src/admin/extend/plugins.js: line 243, col 9, '$' is not defined. +public/src/admin/extend/plugins.js: line 266, col 5, '$' is not defined. +public/src/admin/extend/plugins.js: line 306, col 17, '$' is not defined. +public/src/admin/extend/plugins.js: line 318, col 9, '$' is not defined. +public/src/admin/extend/plugins.js: line 319, col 23, '$' is not defined. +public/src/admin/extend/plugins.js: line 320, col 9, '$' is not defined. +public/src/admin/extend/plugins.js: line 344, col 5, '$' is not defined. +public/src/admin/extend/plugins.js: line 27, col 26, 'ajaxify' is not defined. +public/src/admin/extend/plugins.js: line 262, col 40, 'ajaxify' is not defined. +public/src/admin/extend/plugins.js: line 325, col 9, 'ajaxify' is not defined. +public/src/admin/extend/plugins.js: line 33, col 9, 'socket' is not defined. +public/src/admin/extend/plugins.js: line 180, col 7, 'socket' is not defined. +public/src/admin/extend/plugins.js: line 191, col 7, 'socket' is not defined. +public/src/admin/extend/plugins.js: line 239, col 7, 'socket' is not defined. +public/src/admin/extend/plugins.js: line 277, col 5, 'socket' is not defined. +public/src/admin/extend/plugins.js: line 309, col 5, 'socket' is not defined. +public/src/admin/extend/plugins.js: line 151, col 89, 'app' is not defined. +public/src/admin/extend/plugins.js: line 265, col 24, 'app' is not defined. +public/src/admin/extend/plugins.js: line 343, col 24, 'app' is not defined. +public/src/admin/extend/plugins.js: line 344, col 13, 'app' is not defined. +public/src/admin/extend/plugins.js: line 157, col 49, 'utils' is not defined. + +public/src/admin/extend/rewards.js: line 94, col 104, Line is too long. +public/src/admin/extend/rewards.js: line 107, col 101, Line is too long. +public/src/admin/extend/rewards.js: line 4, col 1, 'define' is not defined. +public/src/admin/extend/rewards.js: line 16, col 17, 'ajaxify' is not defined. +public/src/admin/extend/rewards.js: line 17, col 14, 'ajaxify' is not defined. +public/src/admin/extend/rewards.js: line 18, col 18, 'ajaxify' is not defined. +public/src/admin/extend/rewards.js: line 19, col 20, 'ajaxify' is not defined. +public/src/admin/extend/rewards.js: line 21, col 5, '$' is not defined. +public/src/admin/extend/rewards.js: line 22, col 14, '$' is not defined. +public/src/admin/extend/rewards.js: line 25, col 5, '$' is not defined. +public/src/admin/extend/rewards.js: line 27, col 16, '$' is not defined. +public/src/admin/extend/rewards.js: line 30, col 24, '$' is not defined. +public/src/admin/extend/rewards.js: line 45, col 21, '$' is not defined. +public/src/admin/extend/rewards.js: line 57, col 5, '$' is not defined. +public/src/admin/extend/rewards.js: line 58, col 5, '$' is not defined. +public/src/admin/extend/rewards.js: line 117, col 5, '$' is not defined. +public/src/admin/extend/rewards.js: line 118, col 19, '$' is not defined. +public/src/admin/extend/rewards.js: line 128, col 16, '$' is not defined. +public/src/admin/extend/rewards.js: line 152, col 5, '$' is not defined. +public/src/admin/extend/rewards.js: line 154, col 20, '$' is not defined. +public/src/admin/extend/rewards.js: line 155, col 23, '$' is not defined. +public/src/admin/extend/rewards.js: line 165, col 17, '$' is not defined. +public/src/admin/extend/rewards.js: line 166, col 23, '$' is not defined. +public/src/admin/extend/rewards.js: line 183, col 7, '$' is not defined. +public/src/admin/extend/rewards.js: line 184, col 14, '$' is not defined. +public/src/admin/extend/rewards.js: line 185, col 11, '$' is not defined. +public/src/admin/extend/rewards.js: line 33, col 9, 'socket' is not defined. +public/src/admin/extend/rewards.js: line 171, col 5, 'socket' is not defined. +public/src/admin/extend/rewards.js: line 143, col 5, 'app' is not defined. + +public/src/admin/extend/widgets.js: line 64, col 105, Line is too long. +public/src/admin/extend/widgets.js: line 71, col 120, Line is too long. +public/src/admin/extend/widgets.js: line 98, col 108, Line is too long. +public/src/admin/extend/widgets.js: line 175, col 144, Line is too long. +public/src/admin/extend/widgets.js: line 193, col 246, Line is too long. +public/src/admin/extend/widgets.js: line 225, col 146, Line is too long. +public/src/admin/extend/widgets.js: line 231, col 125, Line is too long. +public/src/admin/extend/widgets.js: line 248, col 102, Line is too long. +public/src/admin/extend/widgets.js: line 259, col 101, Line is too long. +public/src/admin/extend/widgets.js: line 271, col 126, Line is too long. +public/src/admin/extend/widgets.js: line 274, col 158, Line is too long. +public/src/admin/extend/widgets.js: line 4, col 1, 'define' is not defined. +public/src/admin/extend/widgets.js: line 14, col 5, '$' is not defined. +public/src/admin/extend/widgets.js: line 15, col 21, '$' is not defined. +public/src/admin/extend/widgets.js: line 16, col 7, '$' is not defined. +public/src/admin/extend/widgets.js: line 18, col 7, '$' is not defined. +public/src/admin/extend/widgets.js: line 19, col 7, '$' is not defined. +public/src/admin/extend/widgets.js: line 20, col 7, '$' is not defined. +public/src/admin/extend/widgets.js: line 25, col 5, '$' is not defined. +public/src/admin/extend/widgets.js: line 26, col 7, '$' is not defined. +public/src/admin/extend/widgets.js: line 27, col 7, '$' is not defined. +public/src/admin/extend/widgets.js: line 27, col 47, '$' is not defined. +public/src/admin/extend/widgets.js: line 30, col 5, '$' is not defined. +public/src/admin/extend/widgets.js: line 34, col 5, '$' is not defined. +public/src/admin/extend/widgets.js: line 35, col 7, '$' is not defined. +public/src/admin/extend/widgets.js: line 36, col 7, '$' is not defined. +public/src/admin/extend/widgets.js: line 37, col 7, '$' is not defined. +public/src/admin/extend/widgets.js: line 38, col 7, '$' is not defined. +public/src/admin/extend/widgets.js: line 40, col 5, '$' is not defined. +public/src/admin/extend/widgets.js: line 41, col 7, '$' is not defined. +public/src/admin/extend/widgets.js: line 42, col 7, '$' is not defined. +public/src/admin/extend/widgets.js: line 43, col 7, '$' is not defined. +public/src/admin/extend/widgets.js: line 44, col 7, '$' is not defined. +public/src/admin/extend/widgets.js: line 49, col 28, '$' is not defined. +public/src/admin/extend/widgets.js: line 50, col 5, '$' is not defined. +public/src/admin/extend/widgets.js: line 52, col 5, '$' is not defined. +public/src/admin/extend/widgets.js: line 54, col 16, '$' is not defined. +public/src/admin/extend/widgets.js: line 60, col 5, '$' is not defined. +public/src/admin/extend/widgets.js: line 63, col 24, '$' is not defined. +public/src/admin/extend/widgets.js: line 71, col 9, '$' is not defined. +public/src/admin/extend/widgets.js: line 71, col 45, '$' is not defined. +public/src/admin/extend/widgets.js: line 74, col 5, '$' is not defined. +public/src/admin/extend/widgets.js: line 90, col 21, '$' is not defined. +public/src/admin/extend/widgets.js: line 98, col 13, '$' is not defined. +public/src/admin/extend/widgets.js: line 98, col 59, '$' is not defined. +public/src/admin/extend/widgets.js: line 99, col 9, '$' is not defined. +public/src/admin/extend/widgets.js: line 103, col 5, '$' is not defined. +public/src/admin/extend/widgets.js: line 107, col 7, '$' is not defined. +public/src/admin/extend/widgets.js: line 108, col 14, '$' is not defined. +public/src/admin/extend/widgets.js: line 117, col 24, '$' is not defined. +public/src/admin/extend/widgets.js: line 135, col 21, '$' is not defined. +public/src/admin/extend/widgets.js: line 160, col 5, '$' is not defined. +public/src/admin/extend/widgets.js: line 161, col 19, '$' is not defined. +public/src/admin/extend/widgets.js: line 167, col 24, '$' is not defined. +public/src/admin/extend/widgets.js: line 185, col 24, '$' is not defined. +public/src/admin/extend/widgets.js: line 207, col 23, '$' is not defined. +public/src/admin/extend/widgets.js: line 220, col 5, '$' is not defined. +public/src/admin/extend/widgets.js: line 225, col 28, '$' is not defined. +public/src/admin/extend/widgets.js: line 231, col 28, '$' is not defined. +public/src/admin/extend/widgets.js: line 243, col 19, '$' is not defined. +public/src/admin/extend/widgets.js: line 244, col 22, '$' is not defined. +public/src/admin/extend/widgets.js: line 247, col 24, '$' is not defined. +public/src/admin/extend/widgets.js: line 258, col 31, '$' is not defined. +public/src/admin/extend/widgets.js: line 259, col 31, '$' is not defined. +public/src/admin/extend/widgets.js: line 262, col 16, '$' is not defined. +public/src/admin/extend/widgets.js: line 266, col 26, '$' is not defined. +public/src/admin/extend/widgets.js: line 271, col 9, '$' is not defined. +public/src/admin/extend/widgets.js: line 272, col 11, '$' is not defined. +public/src/admin/extend/widgets.js: line 273, col 28, '$' is not defined. +public/src/admin/extend/widgets.js: line 274, col 13, '$' is not defined. +public/src/admin/extend/widgets.js: line 147, col 7, 'socket' is not defined. +public/src/admin/extend/widgets.js: line 220, col 11, 'config' is not defined. + +public/src/admin/manage/admins-mods.js: line 21, col 134, Line is too long. +public/src/admin/manage/admins-mods.js: line 53, col 142, Line is too long. +public/src/admin/manage/admins-mods.js: line 64, col 101, Line is too long. +public/src/admin/manage/admins-mods.js: line 80, col 110, Line is too long. +public/src/admin/manage/admins-mods.js: line 95, col 104, Line is too long. +public/src/admin/manage/admins-mods.js: line 99, col 142, Line is too long. +public/src/admin/manage/admins-mods.js: line 3, col 1, 'define' is not defined. +public/src/admin/manage/admins-mods.js: line 9, col 23, '$' is not defined. +public/src/admin/manage/admins-mods.js: line 15, col 9, '$' is not defined. +public/src/admin/manage/admins-mods.js: line 17, col 13, '$' is not defined. +public/src/admin/manage/admins-mods.js: line 22, col 11, '$' is not defined. +public/src/admin/manage/admins-mods.js: line 27, col 5, '$' is not defined. +public/src/admin/manage/admins-mods.js: line 28, col 24, '$' is not defined. +public/src/admin/manage/admins-mods.js: line 45, col 23, '$' is not defined. +public/src/admin/manage/admins-mods.js: line 47, col 9, '$' is not defined. +public/src/admin/manage/admins-mods.js: line 49, col 13, '$' is not defined. +public/src/admin/manage/admins-mods.js: line 54, col 11, '$' is not defined. +public/src/admin/manage/admins-mods.js: line 55, col 11, '$' is not defined. +public/src/admin/manage/admins-mods.js: line 60, col 5, '$' is not defined. +public/src/admin/manage/admins-mods.js: line 61, col 24, '$' is not defined. +public/src/admin/manage/admins-mods.js: line 68, col 18, '$' is not defined. +public/src/admin/manage/admins-mods.js: line 69, col 15, '$' is not defined. +public/src/admin/manage/admins-mods.js: line 77, col 27, '$' is not defined. +public/src/admin/manage/admins-mods.js: line 85, col 23, '$' is not defined. +public/src/admin/manage/admins-mods.js: line 86, col 21, '$' is not defined. +public/src/admin/manage/admins-mods.js: line 87, col 19, '$' is not defined. +public/src/admin/manage/admins-mods.js: line 95, col 13, '$' is not defined. +public/src/admin/manage/admins-mods.js: line 100, col 11, '$' is not defined. +public/src/admin/manage/admins-mods.js: line 101, col 11, '$' is not defined. +public/src/admin/manage/admins-mods.js: line 106, col 5, '$' is not defined. +public/src/admin/manage/admins-mods.js: line 107, col 29, '$' is not defined. +public/src/admin/manage/admins-mods.js: line 109, col 24, '$' is not defined. +public/src/admin/manage/admins-mods.js: line 121, col 15, '$' is not defined. +public/src/admin/manage/admins-mods.js: line 10, col 7, 'socket' is not defined. +public/src/admin/manage/admins-mods.js: line 35, col 11, 'socket' is not defined. +public/src/admin/manage/admins-mods.js: line 21, col 9, 'app' is not defined. +public/src/admin/manage/admins-mods.js: line 30, col 42, 'app' is not defined. +public/src/admin/manage/admins-mods.js: line 53, col 9, 'app' is not defined. +public/src/admin/manage/admins-mods.js: line 99, col 9, 'app' is not defined. +public/src/admin/manage/admins-mods.js: line 78, col 18, 'ajaxify' is not defined. +public/src/admin/manage/admins-mods.js: line 78, col 50, 'ajaxify' is not defined. +public/src/admin/manage/admins-mods.js: line 80, col 9, 'ajaxify' is not defined. + +public/src/admin/manage/categories.js: line 21, col 110, Line is too long. +public/src/admin/manage/categories.js: line 61, col 168, Line is too long. +public/src/admin/manage/categories.js: line 140, col 123, Line is too long. +public/src/admin/manage/categories.js: line 141, col 129, Line is too long. +public/src/admin/manage/categories.js: line 157, col 108, Line is too long. +public/src/admin/manage/categories.js: line 213, col 113, Line is too long. +public/src/admin/manage/categories.js: line 259, col 166, Line is too long. +public/src/admin/manage/categories.js: line 271, col 108, Line is too long. +public/src/admin/manage/categories.js: line 271, col 23, Expected '!==' and instead saw '!='. +public/src/admin/manage/categories.js: line 288, col 102, Line is too long. +public/src/admin/manage/categories.js: line 293, col 125, Line is too long. +public/src/admin/manage/categories.js: line 295, col 104, Line is too long. +public/src/admin/manage/categories.js: line 359, col 107, Line is too long. +public/src/admin/manage/categories.js: line 3, col 1, 'define' is not defined. +public/src/admin/manage/categories.js: line 18, col 27, '$' is not defined. +public/src/admin/manage/categories.js: line 29, col 5, '$' is not defined. +public/src/admin/manage/categories.js: line 30, col 5, '$' is not defined. +public/src/admin/manage/categories.js: line 33, col 5, '$' is not defined. +public/src/admin/manage/categories.js: line 34, col 21, '$' is not defined. +public/src/admin/manage/categories.js: line 40, col 16, '$' is not defined. +public/src/admin/manage/categories.js: line 46, col 5, '$' is not defined. +public/src/admin/manage/categories.js: line 47, col 18, '$' is not defined. +public/src/admin/manage/categories.js: line 56, col 5, '$' is not defined. +public/src/admin/manage/categories.js: line 57, col 19, '$' is not defined. +public/src/admin/manage/categories.js: line 58, col 21, '$' is not defined. +public/src/admin/manage/categories.js: line 84, col 5, '$' is not defined. +public/src/admin/manage/categories.js: line 100, col 5, '$' is not defined. +public/src/admin/manage/categories.js: line 101, col 21, '$' is not defined. +public/src/admin/manage/categories.js: line 111, col 18, '$' is not defined. +public/src/admin/manage/categories.js: line 155, col 7, '$' is not defined. +public/src/admin/manage/categories.js: line 156, col 23, '$' is not defined. +public/src/admin/manage/categories.js: line 237, col 23, '$' is not defined. +public/src/admin/manage/categories.js: line 241, col 9, '$' is not defined. +public/src/admin/manage/categories.js: line 259, col 7, '$' is not defined. +public/src/admin/manage/categories.js: line 359, col 46, '$' is not defined. +public/src/admin/manage/categories.js: line 363, col 47, '$' is not defined. +public/src/admin/manage/categories.js: line 19, col 18, 'ajaxify' is not defined. +public/src/admin/manage/categories.js: line 19, col 50, 'ajaxify' is not defined. +public/src/admin/manage/categories.js: line 21, col 9, 'ajaxify' is not defined. +public/src/admin/manage/categories.js: line 27, col 23, 'ajaxify' is not defined. +public/src/admin/manage/categories.js: line 73, col 19, 'ajaxify' is not defined. +public/src/admin/manage/categories.js: line 188, col 11, 'ajaxify' is not defined. +public/src/admin/manage/categories.js: line 202, col 81, 'ajaxify' is not defined. +public/src/admin/manage/categories.js: line 213, col 97, 'ajaxify' is not defined. +public/src/admin/manage/categories.js: line 232, col 7, 'ajaxify' is not defined. +public/src/admin/manage/categories.js: line 276, col 26, 'ajaxify' is not defined. +public/src/admin/manage/categories.js: line 276, col 69, 'ajaxify' is not defined. +public/src/admin/manage/categories.js: line 146, col 24, 'app' is not defined. +public/src/admin/manage/categories.js: line 340, col 7, 'app' is not defined. + +public/src/admin/manage/category-analytics.js: line 61, col 14, 'object spread property' is only available in ES9 (use 'esversion: 9'). +public/src/admin/manage/category-analytics.js: line 74, col 14, 'object spread property' is only available in ES9 (use 'esversion: 9'). +public/src/admin/manage/category-analytics.js: line 87, col 14, 'object spread property' is only available in ES9 (use 'esversion: 9'). +public/src/admin/manage/category-analytics.js: line 100, col 14, 'object spread property' is only available in ES9 (use 'esversion: 9'). +public/src/admin/manage/category-analytics.js: line 25, col 25, '$' is not defined. +public/src/admin/manage/category-analytics.js: line 111, col 24, '$' is not defined. +public/src/admin/manage/category-analytics.js: line 112, col 23, '$' is not defined. +public/src/admin/manage/category-analytics.js: line 113, col 24, '$' is not defined. +public/src/admin/manage/category-analytics.js: line 114, col 23, '$' is not defined. +public/src/admin/manage/category-analytics.js: line 27, col 7, 'ajaxify' is not defined. +public/src/admin/manage/category-analytics.js: line 66, col 17, 'ajaxify' is not defined. +public/src/admin/manage/category-analytics.js: line 79, col 17, 'ajaxify' is not defined. +public/src/admin/manage/category-analytics.js: line 92, col 17, 'ajaxify' is not defined. +public/src/admin/manage/category-analytics.js: line 105, col 17, 'ajaxify' is not defined. +public/src/admin/manage/category-analytics.js: line 37, col 24, 'utils' is not defined. +public/src/admin/manage/category-analytics.js: line 40, col 23, 'utils' is not defined. +public/src/admin/manage/category-analytics.js: line 44, col 7, 'utils' is not defined. + +public/src/admin/manage/category-federation.js: line 7, col 25, '$' is not defined. +public/src/admin/manage/category-federation.js: line 15, col 3, '$' is not defined. +public/src/admin/manage/category-federation.js: line 16, col 20, '$' is not defined. +public/src/admin/manage/category-federation.js: line 20, col 23, '$' is not defined. +public/src/admin/manage/category-federation.js: line 30, col 23, '$' is not defined. +public/src/admin/manage/category-federation.js: line 40, col 21, '$' is not defined. +public/src/admin/manage/category-federation.js: line 41, col 9, '$' is not defined. +public/src/admin/manage/category-federation.js: line 9, col 7, 'ajaxify' is not defined. +public/src/admin/manage/category-federation.js: line 22, col 28, 'ajaxify' is not defined. +public/src/admin/manage/category-federation.js: line 23, col 17, 'ajaxify' is not defined. +public/src/admin/manage/category-federation.js: line 32, col 28, 'ajaxify' is not defined. +public/src/admin/manage/category-federation.js: line 33, col 17, 'ajaxify' is not defined. + +public/src/admin/manage/category.js: line 112, col 48, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/admin/manage/category.js: line 119, col 102, Line is too long. +public/src/admin/manage/category.js: line 123, col 101, Line is too long. +public/src/admin/manage/category.js: line 163, col 108, Line is too long. +public/src/admin/manage/category.js: line 209, col 104, Line is too long. +public/src/admin/manage/category.js: line 3, col 1, 'define' is not defined. +public/src/admin/manage/category.js: line 17, col 30, '$' is not defined. +public/src/admin/manage/category.js: line 18, col 23, '$' is not defined. +public/src/admin/manage/category.js: line 20, col 21, '$' is not defined. +public/src/admin/manage/category.js: line 25, col 27, '$' is not defined. +public/src/admin/manage/category.js: line 35, col 27, '$' is not defined. +public/src/admin/manage/category.js: line 37, col 32, '$' is not defined. +public/src/admin/manage/category.js: line 59, col 5, '$' is not defined. +public/src/admin/manage/category.js: line 60, col 16, '$' is not defined. +public/src/admin/manage/category.js: line 63, col 5, '$' is not defined. +public/src/admin/manage/category.js: line 64, col 7, '$' is not defined. +public/src/admin/manage/category.js: line 64, col 53, '$' is not defined. +public/src/admin/manage/category.js: line 67, col 5, '$' is not defined. +public/src/admin/manage/category.js: line 68, col 24, '$' is not defined. +public/src/admin/manage/category.js: line 78, col 5, '$' is not defined. +public/src/admin/manage/category.js: line 79, col 20, '$' is not defined. +public/src/admin/manage/category.js: line 79, col 48, '$' is not defined. +public/src/admin/manage/category.js: line 80, col 49, '$' is not defined. +public/src/admin/manage/category.js: line 87, col 36, '$' is not defined. +public/src/admin/manage/category.js: line 94, col 5, '$' is not defined. +public/src/admin/manage/category.js: line 152, col 5, '$' is not defined. +public/src/admin/manage/category.js: line 199, col 5, '$' is not defined. +public/src/admin/manage/category.js: line 200, col 23, '$' is not defined. +public/src/admin/manage/category.js: line 208, col 9, '$' is not defined. +public/src/admin/manage/category.js: line 211, col 18, '$' is not defined. +public/src/admin/manage/category.js: line 215, col 5, '$' is not defined. +public/src/admin/manage/category.js: line 216, col 41, '$' is not defined. +public/src/admin/manage/category.js: line 216, col 68, '$' is not defined. +public/src/admin/manage/category.js: line 217, col 16, '$' is not defined. +public/src/admin/manage/category.js: line 220, col 5, '$' is not defined. +public/src/admin/manage/category.js: line 222, col 23, '$' is not defined. +public/src/admin/manage/category.js: line 229, col 23, '$' is not defined. +public/src/admin/manage/category.js: line 232, col 5, '$' is not defined. +public/src/admin/manage/category.js: line 233, col 21, '$' is not defined. +public/src/admin/manage/category.js: line 251, col 9, '$' is not defined. +public/src/admin/manage/category.js: line 252, col 15, '$' is not defined. +public/src/admin/manage/category.js: line 254, col 15, '$' is not defined. +public/src/admin/manage/category.js: line 256, col 22, '$' is not defined. +public/src/admin/manage/category.js: line 283, col 19, '$' is not defined. +public/src/admin/manage/category.js: line 27, col 9, 'ajaxify' is not defined. +public/src/admin/manage/category.js: line 41, col 25, 'ajaxify' is not defined. +public/src/admin/manage/category.js: line 84, col 19, 'ajaxify' is not defined. +public/src/admin/manage/category.js: line 98, col 15, 'ajaxify' is not defined. +public/src/admin/manage/category.js: line 99, col 22, 'ajaxify' is not defined. +public/src/admin/manage/category.js: line 113, col 24, 'ajaxify' is not defined. +public/src/admin/manage/category.js: line 119, col 68, 'ajaxify' is not defined. +public/src/admin/manage/category.js: line 122, col 25, 'ajaxify' is not defined. +public/src/admin/manage/category.js: line 123, col 59, 'ajaxify' is not defined. +public/src/admin/manage/category.js: line 133, col 42, 'ajaxify' is not defined. +public/src/admin/manage/category.js: line 140, col 21, 'ajaxify' is not defined. +public/src/admin/manage/category.js: line 163, col 76, 'ajaxify' is not defined. +public/src/admin/manage/category.js: line 169, col 26, 'ajaxify' is not defined. +public/src/admin/manage/category.js: line 178, col 19, 'ajaxify' is not defined. +public/src/admin/manage/category.js: line 235, col 32, 'ajaxify' is not defined. +public/src/admin/manage/category.js: line 290, col 5, 'ajaxify' is not defined. +public/src/admin/manage/category.js: line 86, col 9, 'app' is not defined. +public/src/admin/manage/category.js: line 278, col 5, 'app' is not defined. +public/src/admin/manage/category.js: line 278, col 17, 'app' is not defined. +public/src/admin/manage/category.js: line 279, col 5, 'app' is not defined. +public/src/admin/manage/category.js: line 167, col 17, 'socket' is not defined. +public/src/admin/manage/category.js: line 177, col 19, 'alert' is not defined. +public/src/admin/manage/category.js: line 205, col 16, 'config' is not defined. + +public/src/admin/manage/digest.js: line 4, col 1, 'define' is not defined. +public/src/admin/manage/digest.js: line 8, col 5, '$' is not defined. +public/src/admin/manage/digest.js: line 38, col 5, 'socket' is not defined. + +public/src/admin/manage/group.js: line 69, col 112, Line is too long. +public/src/admin/manage/group.js: line 135, col 110, Line is too long. +public/src/admin/manage/group.js: line 3, col 1, 'define' is not defined. +public/src/admin/manage/group.js: line 21, col 23, '$' is not defined. +public/src/admin/manage/group.js: line 22, col 34, '$' is not defined. +public/src/admin/manage/group.js: line 23, col 35, '$' is not defined. +public/src/admin/manage/group.js: line 24, col 34, '$' is not defined. +public/src/admin/manage/group.js: line 25, col 31, '$' is not defined. +public/src/admin/manage/group.js: line 26, col 35, '$' is not defined. +public/src/admin/manage/group.js: line 46, col 5, '$' is not defined. +public/src/admin/manage/group.js: line 56, col 9, '$' is not defined. +public/src/admin/manage/group.js: line 62, col 27, '$' is not defined. +public/src/admin/manage/group.js: line 69, col 47, '$' is not defined. +public/src/admin/manage/group.js: line 71, col 21, '$' is not defined. +public/src/admin/manage/group.js: line 74, col 9, '$' is not defined. +public/src/admin/manage/group.js: line 80, col 22, '$' is not defined. +public/src/admin/manage/group.js: line 82, col 5, '$' is not defined. +public/src/admin/manage/group.js: line 87, col 5, '$' is not defined. +public/src/admin/manage/group.js: line 97, col 5, '$' is not defined. +public/src/admin/manage/group.js: line 99, col 15, '$' is not defined. +public/src/admin/manage/group.js: line 101, col 22, '$' is not defined. +public/src/admin/manage/group.js: line 105, col 27, '$' is not defined. +public/src/admin/manage/group.js: line 106, col 18, '$' is not defined. +public/src/admin/manage/group.js: line 107, col 17, '$' is not defined. +public/src/admin/manage/group.js: line 108, col 25, '$' is not defined. +public/src/admin/manage/group.js: line 109, col 30, '$' is not defined. +public/src/admin/manage/group.js: line 110, col 23, '$' is not defined. +public/src/admin/manage/group.js: line 112, col 25, '$' is not defined. +public/src/admin/manage/group.js: line 118, col 36, '$' is not defined. +public/src/admin/manage/group.js: line 125, col 5, '$' is not defined. +public/src/admin/manage/group.js: line 126, col 21, '$' is not defined. +public/src/admin/manage/group.js: line 28, col 23, 'ajaxify' is not defined. +public/src/admin/manage/group.js: line 90, col 38, 'ajaxify' is not defined. +public/src/admin/manage/group.js: line 91, col 13, 'ajaxify' is not defined. +public/src/admin/manage/group.js: line 116, col 11, 'ajaxify' is not defined. +public/src/admin/manage/group.js: line 135, col 51, 'ajaxify' is not defined. +public/src/admin/manage/group.js: line 145, col 34, 'ajaxify' is not defined. +public/src/admin/manage/group.js: line 158, col 66, 'ajaxify' is not defined. +public/src/admin/manage/group.js: line 164, col 15, 'ajaxify' is not defined. +public/src/admin/manage/group.js: line 170, col 7, 'ajaxify' is not defined. +public/src/admin/manage/group.js: line 57, col 9, 'app' is not defined. +public/src/admin/manage/group.js: line 57, col 21, 'app' is not defined. +public/src/admin/manage/group.js: line 58, col 9, 'app' is not defined. +public/src/admin/manage/group.js: line 83, col 7, 'app' is not defined. +public/src/admin/manage/group.js: line 83, col 19, 'app' is not defined. +public/src/admin/manage/group.js: line 84, col 7, 'app' is not defined. +public/src/admin/manage/group.js: line 159, col 11, 'app' is not defined. +public/src/admin/manage/group.js: line 159, col 24, 'app' is not defined. +public/src/admin/manage/group.js: line 163, col 15, 'app' is not defined. + +public/src/admin/manage/groups.js: line 26, col 101, Line is too long. +public/src/admin/manage/groups.js: line 3, col 1, 'define' is not defined. +public/src/admin/manage/groups.js: line 17, col 5, '$' is not defined. +public/src/admin/manage/groups.js: line 18, col 18, '$' is not defined. +public/src/admin/manage/groups.js: line 35, col 5, '$' is not defined. +public/src/admin/manage/groups.js: line 40, col 31, '$' is not defined. +public/src/admin/manage/groups.js: line 41, col 35, '$' is not defined. +public/src/admin/manage/groups.js: line 42, col 33, '$' is not defined. +public/src/admin/manage/groups.js: line 43, col 36, '$' is not defined. +public/src/admin/manage/groups.js: line 58, col 28, '$' is not defined. +public/src/admin/manage/groups.js: line 59, col 24, '$' is not defined. +public/src/admin/manage/groups.js: line 60, col 23, '$' is not defined. +public/src/admin/manage/groups.js: line 83, col 21, '$' is not defined. +public/src/admin/manage/groups.js: line 89, col 7, '$' is not defined. +public/src/admin/manage/groups.js: line 103, col 22, '$' is not defined. +public/src/admin/manage/groups.js: line 26, col 65, 'ajaxify' is not defined. +public/src/admin/manage/groups.js: line 67, col 17, 'ajaxify' is not defined. +public/src/admin/manage/groups.js: line 87, col 16, 'ajaxify' is not defined. +public/src/admin/manage/groups.js: line 106, col 19, 'ajaxify' is not defined. +public/src/admin/manage/groups.js: line 36, col 7, 'app' is not defined. +public/src/admin/manage/groups.js: line 104, col 5, 'app' is not defined. +public/src/admin/manage/groups.js: line 71, col 20, 'utils' is not defined. +public/src/admin/manage/groups.js: line 99, col 25, 'utils' is not defined. + +public/src/admin/manage/privileges.js: line 22, col 111, Line is too long. +public/src/admin/manage/privileges.js: line 45, col 110, Line is too long. +public/src/admin/manage/privileges.js: line 56, col 130, Line is too long. +public/src/admin/manage/privileges.js: line 58, col 110, Line is too long. +public/src/admin/manage/privileges.js: line 72, col 103, Line is too long. +public/src/admin/manage/privileges.js: line 120, col 132, Line is too long. +public/src/admin/manage/privileges.js: line 132, col 111, Line is too long. +public/src/admin/manage/privileges.js: line 148, col 111, Line is too long. +public/src/admin/manage/privileges.js: line 160, col 165, Line is too long. +public/src/admin/manage/privileges.js: line 200, col 38, 'object spread property' is only available in ES9 (use 'esversion: 9'). +public/src/admin/manage/privileges.js: line 200, col 66, 'object spread property' is only available in ES9 (use 'esversion: 9'). +public/src/admin/manage/privileges.js: line 201, col 112, Line is too long. +public/src/admin/manage/privileges.js: line 205, col 108, Line is too long. +public/src/admin/manage/privileges.js: line 226, col 128, Line is too long. +public/src/admin/manage/privileges.js: line 231, col 385, Line is too long. +public/src/admin/manage/privileges.js: line 240, col 115, Line is too long. +public/src/admin/manage/privileges.js: line 243, col 377, Line is too long. +public/src/admin/manage/privileges.js: line 250, col 180, Line is too long. +public/src/admin/manage/privileges.js: line 255, col 117, Line is too long. +public/src/admin/manage/privileges.js: line 274, col 118, Line is too long. +public/src/admin/manage/privileges.js: line 298, col 101, Line is too long. +public/src/admin/manage/privileges.js: line 309, col 104, Line is too long. +public/src/admin/manage/privileges.js: line 335, col 106, Line is too long. +public/src/admin/manage/privileges.js: line 345, col 114, Line is too long. +public/src/admin/manage/privileges.js: line 364, col 134, Line is too long. +public/src/admin/manage/privileges.js: line 423, col 132, Line is too long. +public/src/admin/manage/privileges.js: line 447, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/admin/manage/privileges.js: line 462, col 135, Line is too long. +public/src/admin/manage/privileges.js: line 3, col 1, 'define' is not defined. +public/src/admin/manage/privileges.js: line 22, col 26, 'ajaxify' is not defined. +public/src/admin/manage/privileges.js: line 22, col 78, 'ajaxify' is not defined. +public/src/admin/manage/privileges.js: line 31, col 9, 'ajaxify' is not defined. +public/src/admin/manage/privileges.js: line 33, col 24, 'ajaxify' is not defined. +public/src/admin/manage/privileges.js: line 200, col 7, 'ajaxify' is not defined. +public/src/admin/manage/privileges.js: line 200, col 38, 'ajaxify' is not defined. +public/src/admin/manage/privileges.js: line 202, col 27, 'ajaxify' is not defined. +public/src/admin/manage/privileges.js: line 327, col 11, 'ajaxify' is not defined. +public/src/admin/manage/privileges.js: line 400, col 9, 'ajaxify' is not defined. +public/src/admin/manage/privileges.js: line 401, col 54, 'ajaxify' is not defined. +public/src/admin/manage/privileges.js: line 404, col 26, 'ajaxify' is not defined. +public/src/admin/manage/privileges.js: line 417, col 26, 'ajaxify' is not defined. +public/src/admin/manage/privileges.js: line 419, col 23, 'ajaxify' is not defined. +public/src/admin/manage/privileges.js: line 456, col 26, 'ajaxify' is not defined. +public/src/admin/manage/privileges.js: line 458, col 23, 'ajaxify' is not defined. +public/src/admin/manage/privileges.js: line 26, col 27, '$' is not defined. +public/src/admin/manage/privileges.js: line 41, col 5, '$' is not defined. +public/src/admin/manage/privileges.js: line 45, col 5, '$' is not defined. +public/src/admin/manage/privileges.js: line 47, col 27, '$' is not defined. +public/src/admin/manage/privileges.js: line 124, col 27, '$' is not defined. +public/src/admin/manage/privileges.js: line 131, col 25, '$' is not defined. +public/src/admin/manage/privileges.js: line 139, col 25, '$' is not defined. +public/src/admin/manage/privileges.js: line 147, col 25, '$' is not defined. +public/src/admin/manage/privileges.js: line 170, col 22, '$' is not defined. +public/src/admin/manage/privileges.js: line 188, col 36, '$' is not defined. +public/src/admin/manage/privileges.js: line 205, col 28, '$' is not defined. +public/src/admin/manage/privileges.js: line 205, col 88, '$' is not defined. +public/src/admin/manage/privileges.js: line 206, col 9, '$' is not defined. +public/src/admin/manage/privileges.js: line 345, col 5, '$' is not defined. +public/src/admin/manage/privileges.js: line 348, col 13, '$' is not defined. +public/src/admin/manage/privileges.js: line 364, col 12, '$' is not defined. +public/src/admin/manage/privileges.js: line 369, col 22, '$' is not defined. +public/src/admin/manage/privileges.js: line 379, col 21, '$' is not defined. +public/src/admin/manage/privileges.js: line 387, col 19, '$' is not defined. +public/src/admin/manage/privileges.js: line 388, col 16, '$' is not defined. +public/src/admin/manage/privileges.js: line 436, col 22, '$' is not defined. +public/src/admin/manage/privileges.js: line 480, col 20, '$' is not defined. +public/src/admin/manage/privileges.js: line 491, col 17, '$' is not defined. +public/src/admin/manage/privileges.js: line 495, col 7, '$' is not defined. +public/src/admin/manage/privileges.js: line 496, col 7, '$' is not defined. +public/src/admin/manage/privileges.js: line 505, col 12, '$' is not defined. +public/src/admin/manage/privileges.js: line 203, col 7, 'app' is not defined. +public/src/admin/manage/privileges.js: line 423, col 5, 'app' is not defined. +public/src/admin/manage/privileges.js: line 462, col 24, 'app' is not defined. +public/src/admin/manage/privileges.js: line 215, col 14, 'alert' is not defined. +public/src/admin/manage/privileges.js: line 298, col 5, 'socket' is not defined. +public/src/admin/manage/privileges.js: line 318, col 9, 'socket' is not defined. +public/src/admin/manage/privileges.js: line 335, col 5, 'socket' is not defined. + +public/src/admin/manage/registration.js: line 40, col 104, Line is too long. +public/src/admin/manage/registration.js: line 4, col 1, 'define' is not defined. +public/src/admin/manage/registration.js: line 8, col 5, '$' is not defined. +public/src/admin/manage/registration.js: line 9, col 22, '$' is not defined. +public/src/admin/manage/registration.js: line 10, col 22, '$' is not defined. +public/src/admin/manage/registration.js: line 23, col 5, '$' is not defined. +public/src/admin/manage/registration.js: line 24, col 22, '$' is not defined. +public/src/admin/manage/registration.js: line 27, col 22, '$' is not defined. +public/src/admin/manage/registration.js: line 14, col 7, 'socket' is not defined. +public/src/admin/manage/registration.js: line 42, col 13, 'socket' is not defined. + +public/src/admin/manage/tags.js: line 4, col 1, 'define' is not defined. +public/src/admin/manage/tags.js: line 21, col 25, '$' is not defined. +public/src/admin/manage/tags.js: line 22, col 27, '$' is not defined. +public/src/admin/manage/tags.js: line 23, col 27, '$' is not defined. +public/src/admin/manage/tags.js: line 31, col 5, '$' is not defined. +public/src/admin/manage/tags.js: line 56, col 5, '$' is not defined. +public/src/admin/manage/tags.js: line 61, col 11, '$' is not defined. +public/src/admin/manage/tags.js: line 65, col 21, '$' is not defined. +public/src/admin/manage/tags.js: line 82, col 5, '$' is not defined. +public/src/admin/manage/tags.js: line 83, col 28, '$' is not defined. +public/src/admin/manage/tags.js: line 90, col 18, '$' is not defined. +public/src/admin/manage/tags.js: line 98, col 23, '$' is not defined. +public/src/admin/manage/tags.js: line 120, col 5, '$' is not defined. +public/src/admin/manage/tags.js: line 121, col 28, '$' is not defined. +public/src/admin/manage/tags.js: line 132, col 21, '$' is not defined. +public/src/admin/manage/tags.js: line 39, col 7, 'socket' is not defined. +public/src/admin/manage/tags.js: line 69, col 7, 'socket' is not defined. +public/src/admin/manage/tags.js: line 105, col 15, 'socket' is not defined. +public/src/admin/manage/tags.js: line 134, col 9, 'socket' is not defined. +public/src/admin/manage/tags.js: line 48, col 11, 'ajaxify' is not defined. +public/src/admin/manage/tags.js: line 67, col 27, 'ajaxify' is not defined. +public/src/admin/manage/tags.js: line 110, col 17, 'ajaxify' is not defined. +public/src/admin/manage/tags.js: line 56, col 49, 'utils' is not defined. +public/src/admin/manage/tags.js: line 58, col 9, 'app' is not defined. + +public/src/admin/manage/uploads.js: line 3, col 116, Line is too long. +public/src/admin/manage/uploads.js: line 32, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/admin/manage/uploads.js: line 3, col 1, 'define' is not defined. +public/src/admin/manage/uploads.js: line 7, col 5, '$' is not defined. +public/src/admin/manage/uploads.js: line 17, col 5, '$' is not defined. +public/src/admin/manage/uploads.js: line 18, col 20, '$' is not defined. +public/src/admin/manage/uploads.js: line 32, col 5, '$' is not defined. +public/src/admin/manage/uploads.js: line 10, col 16, 'config' is not defined. +public/src/admin/manage/uploads.js: line 11, col 27, 'ajaxify' is not defined. +public/src/admin/manage/uploads.js: line 13, col 9, 'ajaxify' is not defined. +public/src/admin/manage/uploads.js: line 39, col 17, 'ajaxify' is not defined. +public/src/admin/manage/uploads.js: line 42, col 11, 'ajaxify' is not defined. + +public/src/admin/manage/users/custom-fields.js: line 17, col 107, Line is too long. +public/src/admin/manage/users/custom-fields.js: line 59, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/admin/manage/users/custom-fields.js: line 60, col 102, Line is too long. +public/src/admin/manage/users/custom-fields.js: line 74, col 105, Line is too long. +public/src/admin/manage/users/custom-fields.js: line 1, col 1, 'define' is not defined. +public/src/admin/manage/users/custom-fields.js: line 7, col 19, '$' is not defined. +public/src/admin/manage/users/custom-fields.js: line 10, col 19, '$' is not defined. +public/src/admin/manage/users/custom-fields.js: line 15, col 19, '$' is not defined. +public/src/admin/manage/users/custom-fields.js: line 16, col 19, '$' is not defined. +public/src/admin/manage/users/custom-fields.js: line 25, col 5, '$' is not defined. +public/src/admin/manage/users/custom-fields.js: line 31, col 5, '$' is not defined. +public/src/admin/manage/users/custom-fields.js: line 33, col 5, '$' is not defined. +public/src/admin/manage/users/custom-fields.js: line 35, col 7, '$' is not defined. +public/src/admin/manage/users/custom-fields.js: line 36, col 35, '$' is not defined. +public/src/admin/manage/users/custom-fields.js: line 82, col 17, '$' is not defined. +public/src/admin/manage/users/custom-fields.js: line 84, col 17, '$' is not defined. +public/src/admin/manage/users/custom-fields.js: line 93, col 20, '$' is not defined. +public/src/admin/manage/users/custom-fields.js: line 99, col 23, '$' is not defined. +public/src/admin/manage/users/custom-fields.js: line 38, col 7, 'socket' is not defined. +public/src/admin/manage/users/custom-fields.js: line 60, col 24, 'app' is not defined. +public/src/admin/manage/users/custom-fields.js: line 77, col 13, 'app' is not defined. + +public/src/admin/manage/users.js: line 4, col 144, Line is too long. +public/src/admin/manage/users.js: line 5, col 120, Line is too long. +public/src/admin/manage/users.js: line 33, col 101, Line is too long. +public/src/admin/manage/users.js: line 36, col 102, Line is too long. +public/src/admin/manage/users.js: line 37, col 106, Line is too long. +public/src/admin/manage/users.js: line 38, col 110, Line is too long. +public/src/admin/manage/users.js: line 39, col 106, Line is too long. +public/src/admin/manage/users.js: line 40, col 104, Line is too long. +public/src/admin/manage/users.js: line 41, col 106, Line is too long. +public/src/admin/manage/users.js: line 42, col 110, Line is too long. +public/src/admin/manage/users.js: line 43, col 112, Line is too long. +public/src/admin/manage/users.js: line 44, col 114, Line is too long. +public/src/admin/manage/users.js: line 45, col 102, Line is too long. +public/src/admin/manage/users.js: line 46, col 102, Line is too long. +public/src/admin/manage/users.js: line 47, col 104, Line is too long. +public/src/admin/manage/users.js: line 57, col 138, Line is too long. +public/src/admin/manage/users.js: line 105, col 120, Line is too long. +public/src/admin/manage/users.js: line 116, col 116, Line is too long. +public/src/admin/manage/users.js: line 168, col 101, Line is too long. +public/src/admin/manage/users.js: line 170, col 134, Line is too long. +public/src/admin/manage/users.js: line 206, col 104, Line is too long. +public/src/admin/manage/users.js: line 223, col 117, Line is too long. +public/src/admin/manage/users.js: line 246, col 159, Line is too long. +public/src/admin/manage/users.js: line 283, col 106, Line is too long. +public/src/admin/manage/users.js: line 348, col 113, Line is too long. +public/src/admin/manage/users.js: line 365, col 140, Line is too long. +public/src/admin/manage/users.js: line 366, col 111, Line is too long. +public/src/admin/manage/users.js: line 409, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/admin/manage/users.js: line 414, col 7, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/admin/manage/users.js: line 462, col 130, Line is too long. +public/src/admin/manage/users.js: line 473, col 104, Line is too long. +public/src/admin/manage/users.js: line 475, col 138, Line is too long. +public/src/admin/manage/users.js: line 495, col 132, Line is too long. +public/src/admin/manage/users.js: line 568, col 21, If a strict mode function is executed using function invocation, its 'this' value will be undefined. +public/src/admin/manage/users.js: line 577, col 155, Line is too long. +public/src/admin/manage/users.js: line 594, col 129, Line is too long. +public/src/admin/manage/users.js: line 660, col 101, Line is too long. +public/src/admin/manage/users.js: line 3, col 1, 'define' is not defined. +public/src/admin/manage/users.js: line 9, col 5, '$' is not defined. +public/src/admin/manage/users.js: line 11, col 30, '$' is not defined. +public/src/admin/manage/users.js: line 16, col 5, '$' is not defined. +public/src/admin/manage/users.js: line 72, col 32, '$' is not defined. +public/src/admin/manage/users.js: line 73, col 36, '$' is not defined. +public/src/admin/manage/users.js: line 95, col 7, '$' is not defined. +public/src/admin/manage/users.js: line 96, col 13, '$' is not defined. +public/src/admin/manage/users.js: line 97, col 21, '$' is not defined. +public/src/admin/manage/users.js: line 105, col 7, '$' is not defined. +public/src/admin/manage/users.js: line 106, col 9, '$' is not defined. +public/src/admin/manage/users.js: line 111, col 7, '$' is not defined. +public/src/admin/manage/users.js: line 112, col 7, '$' is not defined. +public/src/admin/manage/users.js: line 145, col 5, '$' is not defined. +public/src/admin/manage/users.js: line 146, col 7, '$' is not defined. +public/src/admin/manage/users.js: line 146, col 74, '$' is not defined. +public/src/admin/manage/users.js: line 149, col 5, '$' is not defined. +public/src/admin/manage/users.js: line 167, col 27, '$' is not defined. +public/src/admin/manage/users.js: line 171, col 19, '$' is not defined. +public/src/admin/manage/users.js: line 180, col 31, '$' is not defined. +public/src/admin/manage/users.js: line 182, col 25, '$' is not defined. +public/src/admin/manage/users.js: line 192, col 5, '$' is not defined. +public/src/admin/manage/users.js: line 223, col 19, '$' is not defined. +public/src/admin/manage/users.js: line 239, col 5, '$' is not defined. +public/src/admin/manage/users.js: line 257, col 5, '$' is not defined. +public/src/admin/manage/users.js: line 301, col 5, '$' is not defined. +public/src/admin/manage/users.js: line 342, col 5, '$' is not defined. +public/src/admin/manage/users.js: line 351, col 5, '$' is not defined. +public/src/admin/manage/users.js: line 365, col 11, '$' is not defined. +public/src/admin/manage/users.js: line 371, col 5, '$' is not defined. +public/src/admin/manage/users.js: line 396, col 5, '$' is not defined. +public/src/admin/manage/users.js: line 409, col 5, '$' is not defined. +public/src/admin/manage/users.js: line 454, col 5, '$' is not defined. +public/src/admin/manage/users.js: line 467, col 5, '$' is not defined. +public/src/admin/manage/users.js: line 480, col 5, '$' is not defined. +public/src/admin/manage/users.js: line 484, col 5, '$' is not defined. +public/src/admin/manage/users.js: line 488, col 5, '$' is not defined. +public/src/admin/manage/users.js: line 529, col 18, '$' is not defined. +public/src/admin/manage/users.js: line 538, col 7, '$' is not defined. +public/src/admin/manage/users.js: line 574, col 23, '$' is not defined. +public/src/admin/manage/users.js: line 606, col 7, '$' is not defined. +public/src/admin/manage/users.js: line 608, col 19, '$' is not defined. +public/src/admin/manage/users.js: line 609, col 16, '$' is not defined. +public/src/admin/manage/users.js: line 613, col 5, '$' is not defined. +public/src/admin/manage/users.js: line 614, col 5, '$' is not defined. +public/src/admin/manage/users.js: line 623, col 16, '$' is not defined. +public/src/admin/manage/users.js: line 624, col 5, '$' is not defined. +public/src/admin/manage/users.js: line 641, col 7, '$' is not defined. +public/src/admin/manage/users.js: line 645, col 7, '$' is not defined. +public/src/admin/manage/users.js: line 646, col 7, '$' is not defined. +public/src/admin/manage/users.js: line 648, col 7, '$' is not defined. +public/src/admin/manage/users.js: line 649, col 12, '$' is not defined. +public/src/admin/manage/users.js: line 650, col 9, '$' is not defined. +public/src/admin/manage/users.js: line 651, col 9, '$' is not defined. +public/src/admin/manage/users.js: line 655, col 9, '$' is not defined. +public/src/admin/manage/users.js: line 657, col 9, '$' is not defined. +public/src/admin/manage/users.js: line 659, col 9, '$' is not defined. +public/src/admin/manage/users.js: line 662, col 9, '$' is not defined. +public/src/admin/manage/users.js: line 668, col 9, '$' is not defined. +public/src/admin/manage/users.js: line 669, col 22, '$' is not defined. +public/src/admin/manage/users.js: line 670, col 25, '$' is not defined. +public/src/admin/manage/users.js: line 676, col 12, '$' is not defined. +public/src/admin/manage/users.js: line 680, col 5, '$' is not defined. +public/src/admin/manage/users.js: line 681, col 21, '$' is not defined. +public/src/admin/manage/users.js: line 701, col 5, '$' is not defined. +public/src/admin/manage/users.js: line 702, col 11, '$' is not defined. +public/src/admin/manage/users.js: line 703, col 22, '$' is not defined. +public/src/admin/manage/users.js: line 711, col 5, '$' is not defined. +public/src/admin/manage/users.js: line 712, col 21, '$' is not defined. +public/src/admin/manage/users.js: line 717, col 5, '$' is not defined. +public/src/admin/manage/users.js: line 9, col 32, 'ajaxify' is not defined. +public/src/admin/manage/users.js: line 13, col 7, 'ajaxify' is not defined. +public/src/admin/manage/users.js: line 49, col 16, 'ajaxify' is not defined. +public/src/admin/manage/users.js: line 81, col 44, 'ajaxify' is not defined. +public/src/admin/manage/users.js: line 200, col 22, 'ajaxify' is not defined. +public/src/admin/manage/users.js: line 224, col 32, 'ajaxify' is not defined. +public/src/admin/manage/users.js: line 530, col 15, 'ajaxify' is not defined. +public/src/admin/manage/users.js: line 590, col 13, 'ajaxify' is not defined. +public/src/admin/manage/users.js: line 688, col 11, 'ajaxify' is not defined. +public/src/admin/manage/users.js: line 689, col 32, 'ajaxify' is not defined. +public/src/admin/manage/users.js: line 695, col 7, 'ajaxify' is not defined. +public/src/admin/manage/users.js: line 732, col 9, 'ajaxify' is not defined. +public/src/admin/manage/users.js: line 10, col 21, 'utils' is not defined. +public/src/admin/manage/users.js: line 214, col 20, 'utils' is not defined. +public/src/admin/manage/users.js: line 613, col 35, 'utils' is not defined. +public/src/admin/manage/users.js: line 618, col 20, 'utils' is not defined. +public/src/admin/manage/users.js: line 686, col 22, 'utils' is not defined. +public/src/admin/manage/users.js: line 729, col 24, 'utils' is not defined. +public/src/admin/manage/users.js: line 17, col 7, 'socket' is not defined. +public/src/admin/manage/users.js: line 74, col 15, 'socket' is not defined. +public/src/admin/manage/users.js: line 155, col 7, 'socket' is not defined. +public/src/admin/manage/users.js: line 218, col 15, 'socket' is not defined. +public/src/admin/manage/users.js: line 348, col 7, 'socket' is not defined. +public/src/admin/manage/users.js: line 381, col 9, 'socket' is not defined. +public/src/admin/manage/users.js: line 401, col 7, 'socket' is not defined. +public/src/admin/manage/users.js: line 462, col 11, 'socket' is not defined. +public/src/admin/manage/users.js: line 475, col 11, 'socket' is not defined. +public/src/admin/manage/users.js: line 25, col 36, 'config' is not defined. +public/src/admin/manage/users.js: line 624, col 11, 'config' is not defined. +public/src/admin/manage/users.js: line 626, col 19, 'config' is not defined. +public/src/admin/manage/users.js: line 170, col 17, 'app' is not defined. +public/src/admin/manage/users.js: line 644, col 5, 'app' is not defined. + +public/src/admin/modules/change-email.js: line 12, col 110, Line is too long. +public/src/admin/modules/change-email.js: line 3, col 1, 'define' is not defined. +public/src/admin/modules/change-email.js: line 12, col 72, 'utils' is not defined. + +public/src/admin/modules/checkboxRowSelector.js: line 3, col 1, 'define' is not defined. +public/src/admin/modules/checkboxRowSelector.js: line 10, col 23, '$' is not defined. +public/src/admin/modules/checkboxRowSelector.js: line 16, col 24, '$' is not defined. +public/src/admin/modules/checkboxRowSelector.js: line 25, col 22, '$' is not defined. +public/src/admin/modules/checkboxRowSelector.js: line 31, col 25, '$' is not defined. +public/src/admin/modules/checkboxRowSelector.js: line 39, col 25, '$' is not defined. + +public/src/admin/modules/dashboard-line-graph.js: line 38, col 104, Line is too long. +public/src/admin/modules/dashboard-line-graph.js: line 47, col 104, Line is too long. +public/src/admin/modules/dashboard-line-graph.js: line 61, col 102, Line is too long. +public/src/admin/modules/dashboard-line-graph.js: line 204, col 106, Line is too long. +public/src/admin/modules/dashboard-line-graph.js: line 36, col 25, 'utils' is not defined. +public/src/admin/modules/dashboard-line-graph.js: line 188, col 33, 'utils' is not defined. +public/src/admin/modules/dashboard-line-graph.js: line 190, col 33, 'utils' is not defined. +public/src/admin/modules/dashboard-line-graph.js: line 47, col 34, 'ajaxify' is not defined. +public/src/admin/modules/dashboard-line-graph.js: line 177, col 11, 'ajaxify' is not defined. +public/src/admin/modules/dashboard-line-graph.js: line 178, col 11, 'ajaxify' is not defined. +public/src/admin/modules/dashboard-line-graph.js: line 179, col 12, 'ajaxify' is not defined. +public/src/admin/modules/dashboard-line-graph.js: line 204, col 76, 'ajaxify' is not defined. +public/src/admin/modules/dashboard-line-graph.js: line 205, col 19, 'ajaxify' is not defined. +public/src/admin/modules/dashboard-line-graph.js: line 205, col 46, 'ajaxify' is not defined. +public/src/admin/modules/dashboard-line-graph.js: line 206, col 7, 'ajaxify' is not defined. +public/src/admin/modules/dashboard-line-graph.js: line 66, col 22, '$' is not defined. +public/src/admin/modules/dashboard-line-graph.js: line 103, col 3, '$' is not defined. +public/src/admin/modules/dashboard-line-graph.js: line 105, col 20, '$' is not defined. +public/src/admin/modules/dashboard-line-graph.js: line 106, col 9, '$' is not defined. +public/src/admin/modules/dashboard-line-graph.js: line 110, col 17, '$' is not defined. +public/src/admin/modules/dashboard-line-graph.js: line 114, col 9, '$' is not defined. +public/src/admin/modules/dashboard-line-graph.js: line 119, col 3, '$' is not defined. +public/src/admin/modules/dashboard-line-graph.js: line 120, col 22, '$' is not defined. +public/src/admin/modules/dashboard-line-graph.js: line 198, col 21, '$' is not defined. +public/src/admin/modules/dashboard-line-graph.js: line 199, col 23, '$' is not defined. +public/src/admin/modules/dashboard-line-graph.js: line 204, col 29, 'config' is not defined. + +public/src/admin/modules/instance.js: line 3, col 1, 'define' is not defined. +public/src/admin/modules/instance.js: line 16, col 5, '$' is not defined. +public/src/admin/modules/instance.js: line 48, col 5, '$' is not defined. +public/src/admin/modules/instance.js: line 30, col 5, 'socket' is not defined. +public/src/admin/modules/instance.js: line 62, col 5, 'socket' is not defined. + +public/src/admin/modules/search.js: line 36, col 119, Line is too long. +public/src/admin/modules/search.js: line 84, col 118, Line is too long. +public/src/admin/modules/search.js: line 85, col 132, Line is too long. +public/src/admin/modules/search.js: line 3, col 1, 'define' is not defined. +public/src/admin/modules/search.js: line 13, col 23, 'utils' is not defined. +public/src/admin/modules/search.js: line 36, col 72, 'config' is not defined. +public/src/admin/modules/search.js: line 74, col 10, 'config' is not defined. +public/src/admin/modules/search.js: line 85, col 63, 'config' is not defined. +public/src/admin/modules/search.js: line 160, col 25, 'config' is not defined. +public/src/admin/modules/search.js: line 49, col 10, 'app' is not defined. +public/src/admin/modules/search.js: line 53, col 5, 'socket' is not defined. +public/src/admin/modules/search.js: line 63, col 23, '$' is not defined. +public/src/admin/modules/search.js: line 65, col 25, '$' is not defined. +public/src/admin/modules/search.js: line 85, col 119, 'escape' is not defined. +public/src/admin/modules/search.js: line 160, col 81, 'escape' is not defined. +public/src/admin/modules/search.js: line 87, col 7, 'ajaxify' is not defined. + +public/src/admin/modules/selectable.js: line 4, col 1, 'define' is not defined. +public/src/admin/modules/selectable.js: line 10, col 5, '$' is not defined. + +public/src/admin/settings/activitypub.js: line 28, col 67, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/admin/settings/activitypub.js: line 29, col 109, Line is too long. +public/src/admin/settings/activitypub.js: line 55, col 104, Line is too long. +public/src/admin/settings/activitypub.js: line 55, col 88, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/admin/settings/activitypub.js: line 56, col 115, Line is too long. +public/src/admin/settings/activitypub.js: line 75, col 60, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/admin/settings/activitypub.js: line 76, col 103, Line is too long. +public/src/admin/settings/activitypub.js: line 101, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/admin/settings/activitypub.js: line 132, col 61, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/admin/settings/activitypub.js: line 133, col 109, Line is too long. +public/src/admin/settings/activitypub.js: line 3, col 1, 'define' is not defined. +public/src/admin/settings/activitypub.js: line 56, col 36, 'app' is not defined. +public/src/admin/settings/activitypub.js: line 133, col 30, 'app' is not defined. +public/src/admin/settings/activitypub.js: line 59, col 19, '$' is not defined. +public/src/admin/settings/activitypub.js: line 136, col 13, '$' is not defined. + +public/src/admin/settings/api.js: line 3, col 164, Line is too long. +public/src/admin/settings/api.js: line 49, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/admin/settings/api.js: line 51, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/admin/settings/api.js: line 97, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/admin/settings/api.js: line 101, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/admin/settings/api.js: line 141, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/admin/settings/api.js: line 145, col 62, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/admin/settings/api.js: line 158, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/admin/settings/api.js: line 162, col 60, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/admin/settings/api.js: line 3, col 1, 'define' is not defined. +public/src/admin/settings/api.js: line 7, col 31, '$' is not defined. +public/src/admin/settings/api.js: line 8, col 5, '$' is not defined. +public/src/admin/settings/api.js: line 9, col 33, '$' is not defined. +public/src/admin/settings/api.js: line 16, col 5, '$' is not defined. +public/src/admin/settings/api.js: line 74, col 11, '$' is not defined. +public/src/admin/settings/api.js: line 117, col 11, '$' is not defined. +public/src/admin/settings/api.js: line 171, col 11, '$' is not defined. +public/src/admin/settings/api.js: line 65, col 20, 'ajaxify' is not defined. +public/src/admin/settings/api.js: line 68, col 11, 'ajaxify' is not defined. +public/src/admin/settings/api.js: line 69, col 54, 'ajaxify' is not defined. +public/src/admin/settings/api.js: line 112, col 54, 'ajaxify' is not defined. +public/src/admin/settings/api.js: line 166, col 54, 'ajaxify' is not defined. +public/src/admin/settings/api.js: line 69, col 32, 'app' is not defined. +public/src/admin/settings/api.js: line 112, col 32, 'app' is not defined. +public/src/admin/settings/api.js: line 166, col 32, 'app' is not defined. + +public/src/admin/settings/cookies.js: line 3, col 1, 'define' is not defined. +public/src/admin/settings/cookies.js: line 7, col 5, '$' is not defined. +public/src/admin/settings/cookies.js: line 8, col 7, 'socket' is not defined. +public/src/admin/settings/cookies.js: line 12, col 32, 'config' is not defined. + +public/src/admin/settings/email.js: line 4, col 1, 'define' is not defined. +public/src/admin/settings/email.js: line 13, col 5, '$' is not defined. +public/src/admin/settings/email.js: line 15, col 5, '$' is not defined. +public/src/admin/settings/email.js: line 30, col 5, '$' is not defined. +public/src/admin/settings/email.js: line 31, col 51, '$' is not defined. +public/src/admin/settings/email.js: line 43, col 5, '$' is not defined. +public/src/admin/settings/email.js: line 51, col 25, '$' is not defined. +public/src/admin/settings/email.js: line 59, col 7, '$' is not defined. +public/src/admin/settings/email.js: line 62, col 5, '$' is not defined. +public/src/admin/settings/email.js: line 64, col 28, '$' is not defined. +public/src/admin/settings/email.js: line 66, col 11, '$' is not defined. +public/src/admin/settings/email.js: line 76, col 26, '$' is not defined. +public/src/admin/settings/email.js: line 78, col 9, '$' is not defined. +public/src/admin/settings/email.js: line 86, col 25, '$' is not defined. +public/src/admin/settings/email.js: line 103, col 7, '$' is not defined. +public/src/admin/settings/email.js: line 112, col 7, '$' is not defined. +public/src/admin/settings/email.js: line 118, col 24, '$' is not defined. +public/src/admin/settings/email.js: line 119, col 7, '$' is not defined. +public/src/admin/settings/email.js: line 122, col 5, '$' is not defined. +public/src/admin/settings/email.js: line 26, col 5, 'socket' is not defined. +public/src/admin/settings/email.js: line 31, col 7, 'socket' is not defined. +public/src/admin/settings/email.js: line 94, col 5, 'socket' is not defined. +public/src/admin/settings/email.js: line 53, col 7, 'ajaxify' is not defined. +public/src/admin/settings/email.js: line 63, col 7, 'ajaxify' is not defined. +public/src/admin/settings/email.js: line 75, col 5, 'ajaxify' is not defined. + +public/src/admin/settings/general.js: line 4, col 1, 'define' is not defined. +public/src/admin/settings/general.js: line 8, col 5, '$' is not defined. +public/src/admin/settings/general.js: line 9, col 7, '$' is not defined. +public/src/admin/settings/general.js: line 11, col 5, '$' is not defined. +public/src/admin/settings/general.js: line 12, col 7, '$' is not defined. +public/src/admin/settings/general.js: line 14, col 5, '$' is not defined. +public/src/admin/settings/general.js: line 15, col 7, '$' is not defined. +public/src/admin/settings/general.js: line 17, col 5, '$' is not defined. +public/src/admin/settings/general.js: line 18, col 7, '$' is not defined. +public/src/admin/settings/general.js: line 20, col 5, '$' is not defined. +public/src/admin/settings/general.js: line 21, col 7, '$' is not defined. +public/src/admin/settings/general.js: line 24, col 5, '$' is not defined. +public/src/admin/settings/general.js: line 30, col 9, '$' is not defined. +public/src/admin/settings/general.js: line 31, col 7, '$' is not defined. +public/src/admin/settings/general.js: line 33, col 7, '$' is not defined. + +public/src/admin/settings/navigation.js: line 35, col 114, Line is too long. +public/src/admin/settings/navigation.js: line 44, col 117, Line is too long. +public/src/admin/settings/navigation.js: line 57, col 28, If a strict mode function is executed using function invocation, its 'this' value will be undefined. +public/src/admin/settings/navigation.js: line 89, col 105, Line is too long. +public/src/admin/settings/navigation.js: line 157, col 21, If a strict mode function is executed using function invocation, its 'this' value will be undefined. +public/src/admin/settings/navigation.js: line 164, col 19, If a strict mode function is executed using function invocation, its 'this' value will be undefined. +public/src/admin/settings/navigation.js: line 4, col 1, 'define' is not defined. +public/src/admin/settings/navigation.js: line 17, col 17, 'ajaxify' is not defined. +public/src/admin/settings/navigation.js: line 86, col 19, 'ajaxify' is not defined. +public/src/admin/settings/navigation.js: line 19, col 5, '$' is not defined. +public/src/admin/settings/navigation.js: line 26, col 5, '$' is not defined. +public/src/admin/settings/navigation.js: line 27, col 15, '$' is not defined. +public/src/admin/settings/navigation.js: line 30, col 5, '$' is not defined. +public/src/admin/settings/navigation.js: line 31, col 22, '$' is not defined. +public/src/admin/settings/navigation.js: line 35, col 9, '$' is not defined. +public/src/admin/settings/navigation.js: line 41, col 5, '$' is not defined. +public/src/admin/settings/navigation.js: line 42, col 18, '$' is not defined. +public/src/admin/settings/navigation.js: line 44, col 7, '$' is not defined. +public/src/admin/settings/navigation.js: line 47, col 5, '$' is not defined. +public/src/admin/settings/navigation.js: line 49, col 5, '$' is not defined. +public/src/admin/settings/navigation.js: line 53, col 5, '$' is not defined. +public/src/admin/settings/navigation.js: line 57, col 26, '$' is not defined. +public/src/admin/settings/navigation.js: line 63, col 5, '$' is not defined. +public/src/admin/settings/navigation.js: line 64, col 5, '$' is not defined. +public/src/admin/settings/navigation.js: line 66, col 25, '$' is not defined. +public/src/admin/settings/navigation.js: line 67, col 5, '$' is not defined. +public/src/admin/settings/navigation.js: line 76, col 16, '$' is not defined. +public/src/admin/settings/navigation.js: line 83, col 28, '$' is not defined. +public/src/admin/settings/navigation.js: line 91, col 16, '$' is not defined. +public/src/admin/settings/navigation.js: line 101, col 16, '$' is not defined. +public/src/admin/settings/navigation.js: line 102, col 11, '$' is not defined. +public/src/admin/settings/navigation.js: line 118, col 5, '$' is not defined. +public/src/admin/settings/navigation.js: line 119, col 20, '$' is not defined. +public/src/admin/settings/navigation.js: line 123, col 18, '$' is not defined. +public/src/admin/settings/navigation.js: line 157, col 19, '$' is not defined. +public/src/admin/settings/navigation.js: line 158, col 5, '$' is not defined. +public/src/admin/settings/navigation.js: line 159, col 5, '$' is not defined. +public/src/admin/settings/navigation.js: line 164, col 17, '$' is not defined. +public/src/admin/settings/navigation.js: line 170, col 5, '$' is not defined. +public/src/admin/settings/navigation.js: line 143, col 5, 'socket' is not defined. + +public/src/admin/settings/notifications.js: line 3, col 1, 'define' is not defined. +public/src/admin/settings/notifications.js: line 9, col 25, '$' is not defined. + +public/src/admin/settings.js: line 5, col 101, Line is too long. +public/src/admin/settings.js: line 24, col 130, Line is too long. +public/src/admin/settings.js: line 82, col 130, Line is too long. +public/src/admin/settings.js: line 4, col 1, 'define' is not defined. +public/src/admin/settings.js: line 10, col 21, '$' is not defined. +public/src/admin/settings.js: line 11, col 19, '$' is not defined. +public/src/admin/settings.js: line 12, col 21, '$' is not defined. +public/src/admin/settings.js: line 13, col 23, '$' is not defined. +public/src/admin/settings.js: line 17, col 23, '$' is not defined. +public/src/admin/settings.js: line 30, col 22, '$' is not defined. +public/src/admin/settings.js: line 31, col 9, '$' is not defined. +public/src/admin/settings.js: line 36, col 11, '$' is not defined. +public/src/admin/settings.js: line 41, col 31, '$' is not defined. +public/src/admin/settings.js: line 47, col 24, '$' is not defined. +public/src/admin/settings.js: line 49, col 9, '$' is not defined. +public/src/admin/settings.js: line 59, col 20, '$' is not defined. +public/src/admin/settings.js: line 61, col 21, '$' is not defined. +public/src/admin/settings.js: line 62, col 23, '$' is not defined. +public/src/admin/settings.js: line 125, col 5, '$' is not defined. +public/src/admin/settings.js: line 152, col 5, '$' is not defined. +public/src/admin/settings.js: line 153, col 25, '$' is not defined. +public/src/admin/settings.js: line 163, col 11, '$' is not defined. +public/src/admin/settings.js: line 170, col 5, '$' is not defined. +public/src/admin/settings.js: line 186, col 21, '$' is not defined. +public/src/admin/settings.js: line 70, col 7, 'app' is not defined. +public/src/admin/settings.js: line 70, col 19, 'app' is not defined. +public/src/admin/settings.js: line 71, col 7, 'app' is not defined. +public/src/admin/settings.js: line 78, col 11, 'app' is not defined. +public/src/admin/settings.js: line 80, col 36, 'app' is not defined. +public/src/admin/settings.js: line 83, col 21, 'app' is not defined. +public/src/admin/settings.js: line 111, col 9, 'app' is not defined. +public/src/admin/settings.js: line 175, col 5, 'app' is not defined. +public/src/admin/settings.js: line 219, col 9, 'app' is not defined. +public/src/admin/settings.js: line 89, col 7, 'ajaxify' is not defined. +public/src/admin/settings.js: line 126, col 7, 'socket' is not defined. +public/src/admin/settings.js: line 179, col 5, 'socket' is not defined. +public/src/admin/settings.js: line 213, col 5, 'socket' is not defined. + +public/src/ajaxify.js: line 48, col 91, Script URL. +public/src/ajaxify.js: line 59, col 111, Line is too long. +public/src/ajaxify.js: line 59, col 70, Script URL. +public/src/ajaxify.js: line 71, col 104, Line is too long. +public/src/ajaxify.js: line 130, col 117, Line is too long. +public/src/ajaxify.js: line 160, col 113, Line is too long. +public/src/ajaxify.js: line 172, col 127, Line is too long. +public/src/ajaxify.js: line 173, col 128, Line is too long. +public/src/ajaxify.js: line 295, col 104, Line is too long. +public/src/ajaxify.js: line 320, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/ajaxify.js: line 420, col 101, Line is too long. +public/src/ajaxify.js: line 434, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/ajaxify.js: line 436, col 107, Line is too long. +public/src/ajaxify.js: line 517, col 44, The Function constructor is a form of eval. +public/src/ajaxify.js: line 537, col 146, Line is too long. +public/src/ajaxify.js: line 538, col 126, Line is too long. +public/src/ajaxify.js: line 575, col 129, Line is too long. +public/src/ajaxify.js: line 605, col 101, Line is too long. +public/src/ajaxify.js: line 607, col 108, Line is too long. +public/src/ajaxify.js: line 10, col 1, 'ajaxify' is not defined. +public/src/ajaxify.js: line 18, col 3, 'ajaxify' is not defined. +public/src/ajaxify.js: line 19, col 3, 'ajaxify' is not defined. +public/src/ajaxify.js: line 20, col 3, 'ajaxify' is not defined. +public/src/ajaxify.js: line 27, col 3, 'ajaxify' is not defined. +public/src/ajaxify.js: line 86, col 3, 'ajaxify' is not defined. +public/src/ajaxify.js: line 91, col 11, 'ajaxify' is not defined. +public/src/ajaxify.js: line 92, col 45, 'ajaxify' is not defined. +public/src/ajaxify.js: line 94, col 7, 'ajaxify' is not defined. +public/src/ajaxify.js: line 95, col 9, 'ajaxify' is not defined. +public/src/ajaxify.js: line 98, col 42, 'ajaxify' is not defined. +public/src/ajaxify.js: line 102, col 9, 'ajaxify' is not defined. +public/src/ajaxify.js: line 106, col 5, 'ajaxify' is not defined. +public/src/ajaxify.js: line 108, col 9, 'ajaxify' is not defined. +public/src/ajaxify.js: line 112, col 27, 'ajaxify' is not defined. +public/src/ajaxify.js: line 116, col 5, 'ajaxify' is not defined. +public/src/ajaxify.js: line 116, col 26, 'ajaxify' is not defined. +public/src/ajaxify.js: line 122, col 43, 'ajaxify' is not defined. +public/src/ajaxify.js: line 126, col 11, 'ajaxify' is not defined. +public/src/ajaxify.js: line 130, col 61, 'ajaxify' is not defined. +public/src/ajaxify.js: line 130, col 96, 'ajaxify' is not defined. +public/src/ajaxify.js: line 134, col 25, 'ajaxify' is not defined. +public/src/ajaxify.js: line 137, col 5, 'ajaxify' is not defined. +public/src/ajaxify.js: line 143, col 9, 'ajaxify' is not defined. +public/src/ajaxify.js: line 159, col 3, 'ajaxify' is not defined. +public/src/ajaxify.js: line 160, col 17, 'ajaxify' is not defined. +public/src/ajaxify.js: line 161, col 5, 'ajaxify' is not defined. +public/src/ajaxify.js: line 162, col 5, 'ajaxify' is not defined. +public/src/ajaxify.js: line 162, col 22, 'ajaxify' is not defined. +public/src/ajaxify.js: line 166, col 3, 'ajaxify' is not defined. +public/src/ajaxify.js: line 167, col 12, 'ajaxify' is not defined. +public/src/ajaxify.js: line 170, col 3, 'ajaxify' is not defined. +public/src/ajaxify.js: line 171, col 11, 'ajaxify' is not defined. +public/src/ajaxify.js: line 182, col 3, 'ajaxify' is not defined. +public/src/ajaxify.js: line 183, col 11, 'ajaxify' is not defined. +public/src/ajaxify.js: line 192, col 5, 'ajaxify' is not defined. +public/src/ajaxify.js: line 197, col 3, 'ajaxify' is not defined. +public/src/ajaxify.js: line 198, col 5, 'ajaxify' is not defined. +public/src/ajaxify.js: line 199, col 5, 'ajaxify' is not defined. +public/src/ajaxify.js: line 217, col 18, 'ajaxify' is not defined. +public/src/ajaxify.js: line 223, col 11, 'ajaxify' is not defined. +public/src/ajaxify.js: line 243, col 13, 'ajaxify' is not defined. +public/src/ajaxify.js: line 261, col 9, 'ajaxify' is not defined. +public/src/ajaxify.js: line 292, col 3, 'ajaxify' is not defined. +public/src/ajaxify.js: line 314, col 5, 'ajaxify' is not defined. +public/src/ajaxify.js: line 346, col 5, 'ajaxify' is not defined. +public/src/ajaxify.js: line 361, col 3, 'ajaxify' is not defined. +public/src/ajaxify.js: line 363, col 10, 'ajaxify' is not defined. +public/src/ajaxify.js: line 368, col 42, 'ajaxify' is not defined. +public/src/ajaxify.js: line 369, col 39, 'ajaxify' is not defined. +public/src/ajaxify.js: line 373, col 5, 'ajaxify' is not defined. +public/src/ajaxify.js: line 374, col 77, 'ajaxify' is not defined. +public/src/ajaxify.js: line 377, col 5, 'ajaxify' is not defined. +public/src/ajaxify.js: line 384, col 3, 'ajaxify' is not defined. +public/src/ajaxify.js: line 388, col 9, 'ajaxify' is not defined. +public/src/ajaxify.js: line 391, col 9, 'ajaxify' is not defined. +public/src/ajaxify.js: line 398, col 3, 'ajaxify' is not defined. +public/src/ajaxify.js: line 405, col 3, 'ajaxify' is not defined. +public/src/ajaxify.js: line 406, col 5, 'ajaxify' is not defined. +public/src/ajaxify.js: line 406, col 16, 'ajaxify' is not defined. +public/src/ajaxify.js: line 409, col 3, 'ajaxify' is not defined. +public/src/ajaxify.js: line 464, col 3, 'ajaxify' is not defined. +public/src/ajaxify.js: line 465, col 11, 'ajaxify' is not defined. +public/src/ajaxify.js: line 490, col 9, 'ajaxify' is not defined. +public/src/ajaxify.js: line 511, col 3, 'ajaxify' is not defined. +public/src/ajaxify.js: line 528, col 3, 'ajaxify' is not defined. +public/src/ajaxify.js: line 534, col 3, 'ajaxify' is not defined. +public/src/ajaxify.js: line 551, col 29, 'ajaxify' is not defined. +public/src/ajaxify.js: line 565, col 9, 'ajaxify' is not defined. +public/src/ajaxify.js: line 566, col 9, 'ajaxify' is not defined. +public/src/ajaxify.js: line 595, col 24, 'ajaxify' is not defined. +public/src/ajaxify.js: line 608, col 17, 'ajaxify' is not defined. +public/src/ajaxify.js: line 612, col 15, 'ajaxify' is not defined. +public/src/ajaxify.js: line 619, col 21, 'ajaxify' is not defined. +public/src/ajaxify.js: line 37, col 60, 'config' is not defined. +public/src/ajaxify.js: line 46, col 71, 'config' is not defined. +public/src/ajaxify.js: line 71, col 39, 'config' is not defined. +public/src/ajaxify.js: line 77, col 44, 'config' is not defined. +public/src/ajaxify.js: line 123, col 38, 'config' is not defined. +public/src/ajaxify.js: line 172, col 89, 'config' is not defined. +public/src/ajaxify.js: line 173, col 90, 'config' is not defined. +public/src/ajaxify.js: line 176, col 19, 'config' is not defined. +public/src/ajaxify.js: line 203, col 15, 'config' is not defined. +public/src/ajaxify.js: line 224, col 38, 'config' is not defined. +public/src/ajaxify.js: line 232, col 32, 'config' is not defined. +public/src/ajaxify.js: line 280, col 13, 'config' is not defined. +public/src/ajaxify.js: line 282, col 55, 'config' is not defined. +public/src/ajaxify.js: line 399, col 24, 'config' is not defined. +public/src/ajaxify.js: line 400, col 23, 'config' is not defined. +public/src/ajaxify.js: line 470, col 12, 'config' is not defined. +public/src/ajaxify.js: line 491, col 23, 'config' is not defined. +public/src/ajaxify.js: line 513, col 15, 'config' is not defined. +public/src/ajaxify.js: line 550, col 58, 'config' is not defined. +public/src/ajaxify.js: line 552, col 34, 'config' is not defined. +public/src/ajaxify.js: line 563, col 33, 'config' is not defined. +public/src/ajaxify.js: line 585, col 71, 'config' is not defined. +public/src/ajaxify.js: line 586, col 52, 'config' is not defined. +public/src/ajaxify.js: line 598, col 51, 'config' is not defined. +public/src/ajaxify.js: line 599, col 17, 'config' is not defined. +public/src/ajaxify.js: line 604, col 24, 'config' is not defined. +public/src/ajaxify.js: line 605, col 32, 'config' is not defined. +public/src/ajaxify.js: line 611, col 24, 'config' is not defined. +public/src/ajaxify.js: line 46, col 26, 'utils' is not defined. +public/src/ajaxify.js: line 585, col 28, 'utils' is not defined. +public/src/ajaxify.js: line 88, col 10, 'socket' is not defined. +public/src/ajaxify.js: line 88, col 39, 'app' is not defined. +public/src/ajaxify.js: line 89, col 7, 'app' is not defined. +public/src/ajaxify.js: line 122, col 5, 'app' is not defined. +public/src/ajaxify.js: line 124, col 7, 'app' is not defined. +public/src/ajaxify.js: line 231, col 9, 'app' is not defined. +public/src/ajaxify.js: line 381, col 5, 'app' is not defined. +public/src/ajaxify.js: line 410, col 21, 'app' is not defined. +public/src/ajaxify.js: line 435, col 34, 'app' is not defined. +public/src/ajaxify.js: line 473, col 24, 'app' is not defined. +public/src/ajaxify.js: line 529, col 5, 'app' is not defined. +public/src/ajaxify.js: line 622, col 15, 'app' is not defined. +public/src/ajaxify.js: line 622, col 28, 'app' is not defined. +public/src/ajaxify.js: line 622, col 68, 'app' is not defined. +public/src/ajaxify.js: line 630, col 19, 'app' is not defined. +public/src/ajaxify.js: line 92, col 9, '$' is not defined. +public/src/ajaxify.js: line 96, col 9, '$' is not defined. +public/src/ajaxify.js: line 98, col 7, '$' is not defined. +public/src/ajaxify.js: line 118, col 9, '$' is not defined. +public/src/ajaxify.js: line 135, col 5, '$' is not defined. +public/src/ajaxify.js: line 227, col 9, '$' is not defined. +public/src/ajaxify.js: line 258, col 9, '$' is not defined. +public/src/ajaxify.js: line 259, col 9, '$' is not defined. +public/src/ajaxify.js: line 267, col 9, '$' is not defined. +public/src/ajaxify.js: line 289, col 31, '$' is not defined. +public/src/ajaxify.js: line 469, col 14, '$' is not defined. +public/src/ajaxify.js: line 512, col 5, '$' is not defined. +public/src/ajaxify.js: line 530, col 5, '$' is not defined. +public/src/ajaxify.js: line 557, col 1, '$' is not defined. +public/src/ajaxify.js: line 579, col 5, '$' is not defined. +public/src/ajaxify.js: line 599, col 53, '$' is not defined. + +public/src/app.js: line 31, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/app.js: line 33, col 121, Line is too long. +public/src/app.js: line 33, col 13, 'dynamic import' is only available in ES11 (use 'esversion: 11'). +public/src/app.js: line 71, col 113, Line is too long. +public/src/app.js: line 125, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/app.js: line 130, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/app.js: line 139, col 122, Line is too long. +public/src/app.js: line 139, col 27, 'dynamic import' is only available in ES11 (use 'esversion: 11'). +public/src/app.js: line 141, col 122, Line is too long. +public/src/app.js: line 141, col 27, 'dynamic import' is only available in ES11 (use 'esversion: 11'). +public/src/app.js: line 143, col 102, Line is too long. +public/src/app.js: line 143, col 27, 'dynamic import' is only available in ES11 (use 'esversion: 11'). +public/src/app.js: line 299, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/app.js: line 357, col 122, Line is too long. +public/src/app.js: line 14, col 32, 'config' is not defined. +public/src/app.js: line 49, col 21, 'config' is not defined. +public/src/app.js: line 176, col 20, 'config' is not defined. +public/src/app.js: line 356, col 10, 'config' is not defined. +public/src/app.js: line 357, col 40, 'config' is not defined. +public/src/app.js: line 357, col 94, 'config' is not defined. +public/src/app.js: line 20, col 1, 'app' is not defined. +public/src/app.js: line 22, col 23, 'app' is not defined. +public/src/app.js: line 27, col 1, 'app' is not defined. +public/src/app.js: line 28, col 1, 'app' is not defined. +public/src/app.js: line 29, col 1, 'app' is not defined. +public/src/app.js: line 30, col 1, 'app' is not defined. +public/src/app.js: line 32, col 9, 'app' is not defined. +public/src/app.js: line 32, col 33, 'app' is not defined. +public/src/app.js: line 33, col 100, 'app' is not defined. +public/src/app.js: line 35, col 5, 'app' is not defined. +public/src/app.js: line 49, col 3, 'app' is not defined. +public/src/app.js: line 51, col 3, 'app' is not defined. +public/src/app.js: line 59, col 3, 'app' is not defined. +public/src/app.js: line 91, col 18, 'app' is not defined. +public/src/app.js: line 94, col 3, 'app' is not defined. +public/src/app.js: line 96, col 3, 'app' is not defined. +public/src/app.js: line 99, col 7, 'app' is not defined. +public/src/app.js: line 125, col 3, 'app' is not defined. +public/src/app.js: line 154, col 3, 'app' is not defined. +public/src/app.js: line 156, col 19, 'app' is not defined. +public/src/app.js: line 156, col 35, 'app' is not defined. +public/src/app.js: line 157, col 28, 'app' is not defined. +public/src/app.js: line 158, col 7, 'app' is not defined. +public/src/app.js: line 163, col 11, 'app' is not defined. +public/src/app.js: line 175, col 3, 'app' is not defined. +public/src/app.js: line 179, col 26, 'app' is not defined. +public/src/app.js: line 180, col 5, 'app' is not defined. +public/src/app.js: line 183, col 9, 'app' is not defined. +public/src/app.js: line 218, col 3, 'app' is not defined. +public/src/app.js: line 230, col 3, 'app' is not defined. +public/src/app.js: line 251, col 3, 'app' is not defined. +public/src/app.js: line 255, col 5, 'app' is not defined. +public/src/app.js: line 256, col 5, 'app' is not defined. +public/src/app.js: line 259, col 3, 'app' is not defined. +public/src/app.js: line 266, col 3, 'app' is not defined. +public/src/app.js: line 280, col 3, 'app' is not defined. +public/src/app.js: line 299, col 3, 'app' is not defined. +public/src/app.js: line 308, col 32, 'app' is not defined. +public/src/app.js: line 316, col 3, 'app' is not defined. +public/src/app.js: line 330, col 3, 'app' is not defined. +public/src/app.js: line 31, col 3, '$' is not defined. +public/src/app.js: line 55, col 7, '$' is not defined. +public/src/app.js: line 97, col 5, '$' is not defined. +public/src/app.js: line 202, col 5, '$' is not defined. +public/src/app.js: line 206, col 25, '$' is not defined. +public/src/app.js: line 220, col 20, '$' is not defined. +public/src/app.js: line 232, col 7, '$' is not defined. +public/src/app.js: line 239, col 7, '$' is not defined. +public/src/app.js: line 240, col 24, '$' is not defined. +public/src/app.js: line 244, col 13, '$' is not defined. +public/src/app.js: line 254, col 5, '$' is not defined. +public/src/app.js: line 255, col 28, '$' is not defined. +public/src/app.js: line 317, col 16, '$' is not defined. +public/src/app.js: line 345, col 14, '$' is not defined. +public/src/app.js: line 40, col 49, 'ajaxify' is not defined. +public/src/app.js: line 42, col 3, 'ajaxify' is not defined. +public/src/app.js: line 53, col 7, 'ajaxify' is not defined. +public/src/app.js: line 55, col 40, 'ajaxify' is not defined. +public/src/app.js: line 288, col 32, 'ajaxify' is not defined. +public/src/app.js: line 288, col 52, 'ajaxify' is not defined. +public/src/app.js: line 293, col 34, 'ajaxify' is not defined. +public/src/app.js: line 294, col 37, 'ajaxify' is not defined. +public/src/app.js: line 294, col 57, 'ajaxify' is not defined. +public/src/app.js: line 309, col 21, 'ajaxify' is not defined. +public/src/app.js: line 310, col 7, 'ajaxify' is not defined. +public/src/app.js: line 363, col 31, 'ajaxify' is not defined. +public/src/app.js: line 365, col 19, 'ajaxify' is not defined. +public/src/app.js: line 47, col 25, 'utils' is not defined. +public/src/app.js: line 192, col 24, 'utils' is not defined. +public/src/app.js: line 118, col 7, 'overrides' is not defined. +public/src/app.js: line 253, col 5, 'overrides' is not defined. +public/src/app.js: line 156, col 9, 'socket' is not defined. +public/src/app.js: line 159, col 7, 'socket' is not defined. +public/src/app.js: line 176, col 10, 'socket' is not defined. +public/src/app.js: line 181, col 5, 'socket' is not defined. + +public/src/client/account/best.js: line 4, col 104, Line is too long. +public/src/client/account/best.js: line 4, col 1, 'define' is not defined. +public/src/client/account/best.js: line 10, col 5, '$' is not defined. + +public/src/client/account/blocks.js: line 55, col 102, Line is too long. +public/src/client/account/blocks.js: line 55, col 84, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/account/blocks.js: line 64, col 66, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/account/blocks.js: line 70, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/account/blocks.js: line 3, col 1, 'define' is not defined. +public/src/client/account/blocks.js: line 13, col 25, '$' is not defined. +public/src/client/account/blocks.js: line 17, col 5, '$' is not defined. +public/src/client/account/blocks.js: line 55, col 5, '$' is not defined. +public/src/client/account/blocks.js: line 57, col 22, '$' is not defined. +public/src/client/account/blocks.js: line 58, col 26, '$' is not defined. +public/src/client/account/blocks.js: line 64, col 5, '$' is not defined. +public/src/client/account/blocks.js: line 65, col 26, '$' is not defined. +public/src/client/account/blocks.js: line 65, col 52, '$' is not defined. +public/src/client/account/blocks.js: line 79, col 5, '$' is not defined. +public/src/client/account/blocks.js: line 83, col 11, '$' is not defined. +public/src/client/account/blocks.js: line 84, col 11, '$' is not defined. +public/src/client/account/blocks.js: line 17, col 35, 'utils' is not defined. +public/src/client/account/blocks.js: line 46, col 9, 'app' is not defined. +public/src/client/account/blocks.js: line 81, col 9, 'app' is not defined. +public/src/client/account/blocks.js: line 71, col 12, 'socket' is not defined. +public/src/client/account/blocks.js: line 73, col 19, 'ajaxify' is not defined. +public/src/client/account/blocks.js: line 79, col 44, 'ajaxify' is not defined. +public/src/client/account/blocks.js: line 89, col 9, 'ajaxify' is not defined. +public/src/client/account/blocks.js: line 89, col 20, 'ajaxify' is not defined. +public/src/client/account/blocks.js: line 79, col 11, 'config' is not defined. + +public/src/client/account/bookmarks.js: line 4, col 109, Line is too long. +public/src/client/account/bookmarks.js: line 4, col 1, 'define' is not defined. +public/src/client/account/bookmarks.js: line 10, col 5, '$' is not defined. + +public/src/client/account/categories.js: line 4, col 110, Line is too long. +public/src/client/account/categories.js: line 15, col 141, Line is too long. +public/src/client/account/categories.js: line 16, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/account/categories.js: line 24, col 120, Line is too long. +public/src/client/account/categories.js: line 24, col 54, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/account/categories.js: line 36, col 141, Line is too long. +public/src/client/account/categories.js: line 37, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/account/categories.js: line 50, col 104, Line is too long. +public/src/client/account/categories.js: line 51, col 107, Line is too long. +public/src/client/account/categories.js: line 53, col 104, Line is too long. +public/src/client/account/categories.js: line 54, col 107, Line is too long. +public/src/client/account/categories.js: line 56, col 110, Line is too long. +public/src/client/account/categories.js: line 57, col 113, Line is too long. +public/src/client/account/categories.js: line 59, col 104, Line is too long. +public/src/client/account/categories.js: line 60, col 107, Line is too long. +public/src/client/account/categories.js: line 4, col 1, 'define' is not defined. +public/src/client/account/categories.js: line 10, col 5, 'ajaxify' is not defined. +public/src/client/account/categories.js: line 19, col 23, 'ajaxify' is not defined. +public/src/client/account/categories.js: line 39, col 23, 'ajaxify' is not defined. +public/src/client/account/categories.js: line 14, col 5, '$' is not defined. +public/src/client/account/categories.js: line 20, col 7, '$' is not defined. +public/src/client/account/categories.js: line 21, col 19, '$' is not defined. +public/src/client/account/categories.js: line 34, col 22, '$' is not defined. +public/src/client/account/categories.js: line 49, col 24, '$' is not defined. + +public/src/client/account/consent.js: line 4, col 107, Line is too long. +public/src/client/account/consent.js: line 20, col 108, Line is too long. +public/src/client/account/consent.js: line 21, col 102, Line is too long. +public/src/client/account/consent.js: line 22, col 108, Line is too long. +public/src/client/account/consent.js: line 4, col 1, 'define' is not defined. +public/src/client/account/consent.js: line 10, col 5, '$' is not defined. +public/src/client/account/consent.js: line 20, col 18, '$' is not defined. +public/src/client/account/consent.js: line 21, col 18, '$' is not defined. +public/src/client/account/consent.js: line 22, col 18, '$' is not defined. +public/src/client/account/consent.js: line 11, col 7, 'socket' is not defined. +public/src/client/account/consent.js: line 16, col 9, 'ajaxify' is not defined. +public/src/client/account/consent.js: line 26, col 28, 'ajaxify' is not defined. + +public/src/client/account/downvoted.js: line 4, col 109, Line is too long. +public/src/client/account/downvoted.js: line 4, col 1, 'define' is not defined. +public/src/client/account/downvoted.js: line 10, col 5, '$' is not defined. + +public/src/client/account/edit/password.js: line 3, col 1, 'define' is not defined. +public/src/client/account/edit/password.js: line 15, col 29, '$' is not defined. +public/src/client/account/edit/password.js: line 16, col 29, '$' is not defined. +public/src/client/account/edit/password.js: line 17, col 37, '$' is not defined. +public/src/client/account/edit/password.js: line 18, col 22, '$' is not defined. +public/src/client/account/edit/password.js: line 19, col 30, '$' is not defined. +public/src/client/account/edit/password.js: line 62, col 5, '$' is not defined. +public/src/client/account/edit/password.js: line 66, col 19, '$' is not defined. +public/src/client/account/edit/password.js: line 27, col 9, 'utils' is not defined. +public/src/client/account/edit/password.js: line 29, col 32, 'ajaxify' is not defined. +public/src/client/account/edit/password.js: line 31, col 39, 'ajaxify' is not defined. +public/src/client/account/edit/password.js: line 69, col 29, 'ajaxify' is not defined. +public/src/client/account/edit/password.js: line 74, col 57, 'ajaxify' is not defined. +public/src/client/account/edit/password.js: line 77, col 15, 'ajaxify' is not defined. +public/src/client/account/edit/password.js: line 77, col 36, 'ajaxify' is not defined. +public/src/client/account/edit/password.js: line 74, col 26, 'app' is not defined. +public/src/client/account/edit/password.js: line 75, col 38, 'config' is not defined. + +public/src/client/account/edit/username.js: line 31, col 105, Line is too long. +public/src/client/account/edit/username.js: line 32, col 105, Line is too long. +public/src/client/account/edit/username.js: line 33, col 120, Line is too long. +public/src/client/account/edit/username.js: line 34, col 128, Line is too long. +public/src/client/account/edit/username.js: line 36, col 123, Line is too long. +public/src/client/account/edit/username.js: line 37, col 119, Line is too long. +public/src/client/account/edit/username.js: line 3, col 1, 'define' is not defined. +public/src/client/account/edit/username.js: line 11, col 5, '$' is not defined. +public/src/client/account/edit/username.js: line 13, col 14, '$' is not defined. +public/src/client/account/edit/username.js: line 14, col 19, '$' is not defined. +public/src/client/account/edit/username.js: line 15, col 19, '$' is not defined. +public/src/client/account/edit/username.js: line 26, col 19, '$' is not defined. +public/src/client/account/edit/username.js: line 32, col 11, '$' is not defined. +public/src/client/account/edit/username.js: line 33, col 11, '$' is not defined. +public/src/client/account/edit/username.js: line 34, col 11, '$' is not defined. +public/src/client/account/edit/username.js: line 35, col 11, '$' is not defined. +public/src/client/account/edit/username.js: line 36, col 11, '$' is not defined. +public/src/client/account/edit/username.js: line 37, col 11, '$' is not defined. +public/src/client/account/edit/username.js: line 31, col 86, 'app' is not defined. +public/src/client/account/edit/username.js: line 32, col 62, 'config' is not defined. +public/src/client/account/edit/username.js: line 33, col 67, 'config' is not defined. +public/src/client/account/edit/username.js: line 34, col 71, 'config' is not defined. +public/src/client/account/edit/username.js: line 40, col 9, 'ajaxify' is not defined. + +public/src/client/account/edit.js: line 31, col 105, Line is too long. +public/src/client/account/edit.js: line 46, col 107, Line is too long. +public/src/client/account/edit.js: line 85, col 150, Line is too long. +public/src/client/account/edit.js: line 171, col 106, Line is too long. +public/src/client/account/edit.js: line 3, col 1, 'define' is not defined. +public/src/client/account/edit.js: line 18, col 5, '$' is not defined. +public/src/client/account/edit.js: line 21, col 7, '$' is not defined. +public/src/client/account/edit.js: line 31, col 7, '$' is not defined. +public/src/client/account/edit.js: line 46, col 19, '$' is not defined. +public/src/client/account/edit.js: line 47, col 33, '$' is not defined. +public/src/client/account/edit.js: line 49, col 22, '$' is not defined. +public/src/client/account/edit.js: line 54, col 20, '$' is not defined. +public/src/client/account/edit.js: line 71, col 9, '$' is not defined. +public/src/client/account/edit.js: line 83, col 5, '$' is not defined. +public/src/client/account/edit.js: line 94, col 23, '$' is not defined. +public/src/client/account/edit.js: line 124, col 5, '$' is not defined. +public/src/client/account/edit.js: line 125, col 19, '$' is not defined. +public/src/client/account/edit.js: line 141, col 16, '$' is not defined. +public/src/client/account/edit.js: line 142, col 5, '$' is not defined. +public/src/client/account/edit.js: line 145, col 7, '$' is not defined. +public/src/client/account/edit.js: line 150, col 16, '$' is not defined. +public/src/client/account/edit.js: line 151, col 5, '$' is not defined. +public/src/client/account/edit.js: line 154, col 7, '$' is not defined. +public/src/client/account/edit.js: line 160, col 5, '$' is not defined. +public/src/client/account/edit.js: line 161, col 23, '$' is not defined. +public/src/client/account/edit.js: line 163, col 7, '$' is not defined. +public/src/client/account/edit.js: line 167, col 5, '$' is not defined. +public/src/client/account/edit.js: line 169, col 9, '$' is not defined. +public/src/client/account/edit.js: line 170, col 9, '$' is not defined. +public/src/client/account/edit.js: line 171, col 9, '$' is not defined. +public/src/client/account/edit.js: line 173, col 23, '$' is not defined. +public/src/client/account/edit.js: line 175, col 7, '$' is not defined. +public/src/client/account/edit.js: line 179, col 5, '$' is not defined. +public/src/client/account/edit.js: line 180, col 18, '$' is not defined. +public/src/client/account/edit.js: line 183, col 5, '$' is not defined. +public/src/client/account/edit.js: line 184, col 18, '$' is not defined. +public/src/client/account/edit.js: line 20, col 9, 'ajaxify' is not defined. +public/src/client/account/edit.js: line 20, col 54, 'ajaxify' is not defined. +public/src/client/account/edit.js: line 30, col 10, 'ajaxify' is not defined. +public/src/client/account/edit.js: line 30, col 33, 'ajaxify' is not defined. +public/src/client/account/edit.js: line 31, col 49, 'ajaxify' is not defined. +public/src/client/account/edit.js: line 33, col 16, 'ajaxify' is not defined. +public/src/client/account/edit.js: line 34, col 18, 'ajaxify' is not defined. +public/src/client/account/edit.js: line 61, col 20, 'ajaxify' is not defined. +public/src/client/account/edit.js: line 93, col 29, 'ajaxify' is not defined. +public/src/client/account/edit.js: line 142, col 56, 'ajaxify' is not defined. +public/src/client/account/edit.js: line 145, col 58, 'ajaxify' is not defined. +public/src/client/account/edit.js: line 151, col 54, 'ajaxify' is not defined. +public/src/client/account/edit.js: line 154, col 56, 'ajaxify' is not defined. +public/src/client/account/edit.js: line 159, col 37, 'ajaxify' is not defined. +public/src/client/account/edit.js: line 31, col 20, 'config' is not defined. +public/src/client/account/edit.js: line 109, col 39, 'config' is not defined. +public/src/client/account/edit.js: line 126, col 7, 'socket' is not defined. + +public/src/client/account/followers.js: line 4, col 1, 'define' is not defined. + +public/src/client/account/following.js: line 4, col 1, 'define' is not defined. + +public/src/client/account/groups.js: line 4, col 1, 'define' is not defined. +public/src/client/account/groups.js: line 10, col 22, '$' is not defined. +public/src/client/account/groups.js: line 13, col 25, '$' is not defined. +public/src/client/account/groups.js: line 15, col 7, 'ajaxify' is not defined. + +public/src/client/account/header.js: line 21, col 109, Line is too long. +public/src/client/account/header.js: line 34, col 48, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/account/header.js: line 44, col 52, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/account/header.js: line 51, col 103, Line is too long. +public/src/client/account/header.js: line 52, col 105, Line is too long. +public/src/client/account/header.js: line 53, col 107, Line is too long. +public/src/client/account/header.js: line 54, col 109, Line is too long. +public/src/client/account/header.js: line 55, col 109, Line is too long. +public/src/client/account/header.js: line 56, col 109, Line is too long. +public/src/client/account/header.js: line 57, col 103, Line is too long. +public/src/client/account/header.js: line 103, col 134, Line is too long. +public/src/client/account/header.js: line 112, col 109, Line is too long. +public/src/client/account/header.js: line 113, col 102, Line is too long. +public/src/client/account/header.js: line 135, col 22, If a strict mode function is executed using function invocation, its 'this' value will be undefined. +public/src/client/account/header.js: line 4, col 1, 'define' is not defined. +public/src/client/account/header.js: line 21, col 32, 'ajaxify' is not defined. +public/src/client/account/header.js: line 21, col 56, 'ajaxify' is not defined. +public/src/client/account/header.js: line 21, col 79, 'ajaxify' is not defined. +public/src/client/account/header.js: line 35, col 69, 'ajaxify' is not defined. +public/src/client/account/header.js: line 40, col 22, 'ajaxify' is not defined. +public/src/client/account/header.js: line 46, col 20, 'ajaxify' is not defined. +public/src/client/account/header.js: line 51, col 81, 'ajaxify' is not defined. +public/src/client/account/header.js: line 52, col 83, 'ajaxify' is not defined. +public/src/client/account/header.js: line 53, col 85, 'ajaxify' is not defined. +public/src/client/account/header.js: line 54, col 87, 'ajaxify' is not defined. +public/src/client/account/header.js: line 55, col 87, 'ajaxify' is not defined. +public/src/client/account/header.js: line 56, col 87, 'ajaxify' is not defined. +public/src/client/account/header.js: line 57, col 81, 'ajaxify' is not defined. +public/src/client/account/header.js: line 87, col 16, 'ajaxify' is not defined. +public/src/client/account/header.js: line 100, col 23, 'ajaxify' is not defined. +public/src/client/account/header.js: line 112, col 29, 'ajaxify' is not defined. +public/src/client/account/header.js: line 112, col 49, 'ajaxify' is not defined. +public/src/client/account/header.js: line 112, col 87, 'ajaxify' is not defined. +public/src/client/account/header.js: line 119, col 56, 'ajaxify' is not defined. +public/src/client/account/header.js: line 129, col 13, 'ajaxify' is not defined. +public/src/client/account/header.js: line 148, col 19, 'ajaxify' is not defined. +public/src/client/account/header.js: line 171, col 16, 'ajaxify' is not defined. +public/src/client/account/header.js: line 174, col 13, 'ajaxify' is not defined. +public/src/client/account/header.js: line 36, col 26, 'app' is not defined. +public/src/client/account/header.js: line 45, col 26, 'app' is not defined. +public/src/client/account/header.js: line 149, col 19, 'app' is not defined. +public/src/client/account/header.js: line 65, col 5, '$' is not defined. +public/src/client/account/header.js: line 66, col 20, '$' is not defined. +public/src/client/account/header.js: line 69, col 9, '$' is not defined. +public/src/client/account/header.js: line 76, col 5, '$' is not defined. +public/src/client/account/header.js: line 135, col 20, '$' is not defined. +public/src/client/account/header.js: line 86, col 9, 'socket' is not defined. +public/src/client/account/header.js: line 147, col 5, 'socket' is not defined. +public/src/client/account/header.js: line 170, col 9, 'socket' is not defined. +public/src/client/account/header.js: line 103, col 70, 'config' is not defined. + +public/src/client/account/ignored.js: line 3, col 109, Line is too long. +public/src/client/account/ignored.js: line 3, col 1, 'define' is not defined. + +public/src/client/account/info.js: line 4, col 128, Line is too long. +public/src/client/account/info.js: line 26, col 110, Line is too long. +public/src/client/account/info.js: line 4, col 1, 'define' is not defined. +public/src/client/account/info.js: line 14, col 5, '$' is not defined. +public/src/client/account/info.js: line 15, col 22, '$' is not defined. +public/src/client/account/info.js: line 27, col 11, '$' is not defined. +public/src/client/account/info.js: line 34, col 5, '$' is not defined. +public/src/client/account/info.js: line 35, col 22, '$' is not defined. +public/src/client/account/info.js: line 43, col 5, '$' is not defined. +public/src/client/account/info.js: line 44, col 22, '$' is not defined. +public/src/client/account/info.js: line 66, col 5, '$' is not defined. +public/src/client/account/info.js: line 67, col 22, '$' is not defined. +public/src/client/account/info.js: line 74, col 5, '$' is not defined. +public/src/client/account/info.js: line 75, col 19, '$' is not defined. +public/src/client/account/info.js: line 17, col 7, 'socket' is not defined. +public/src/client/account/info.js: line 50, col 7, 'socket' is not defined. +public/src/client/account/info.js: line 18, col 14, 'ajaxify' is not defined. +public/src/client/account/info.js: line 51, col 14, 'ajaxify' is not defined. +public/src/client/account/info.js: line 26, col 9, 'app' is not defined. + +public/src/client/account/posts.js: line 4, col 131, Line is too long. +public/src/client/account/posts.js: line 4, col 1, 'define' is not defined. +public/src/client/account/posts.js: line 13, col 5, '$' is not defined. +public/src/client/account/posts.js: line 45, col 7, '$' is not defined. +public/src/client/account/posts.js: line 20, col 12, 'ajaxify' is not defined. +public/src/client/account/posts.js: line 21, col 10, 'config' is not defined. +public/src/client/account/posts.js: line 30, col 20, 'utils' is not defined. +public/src/client/account/posts.js: line 44, col 5, 'app' is not defined. + +public/src/client/account/profile.js: line 29, col 151, Line is too long. +public/src/client/account/profile.js: line 37, col 109, Line is too long. +public/src/client/account/profile.js: line 4, col 1, 'define' is not defined. +public/src/client/account/profile.js: line 13, col 5, 'app' is not defined. +public/src/client/account/profile.js: line 37, col 5, 'app' is not defined. +public/src/client/account/profile.js: line 13, col 29, 'ajaxify' is not defined. +public/src/client/account/profile.js: line 17, col 18, 'ajaxify' is not defined. +public/src/client/account/profile.js: line 33, col 18, 'ajaxify' is not defined. +public/src/client/account/profile.js: line 24, col 5, 'socket' is not defined. +public/src/client/account/profile.js: line 25, col 5, 'socket' is not defined. +public/src/client/account/profile.js: line 29, col 5, '$' is not defined. +public/src/client/account/profile.js: line 37, col 26, '$' is not defined. + +public/src/client/account/read.js: line 4, col 106, Line is too long. +public/src/client/account/read.js: line 4, col 1, 'define' is not defined. + +public/src/client/account/sessions.js: line 4, col 134, Line is too long. +public/src/client/account/sessions.js: line 4, col 1, 'define' is not defined. +public/src/client/account/sessions.js: line 14, col 24, '$' is not defined. +public/src/client/account/sessions.js: line 20, col 27, 'ajaxify' is not defined. +public/src/client/account/sessions.js: line 26, col 38, 'config' is not defined. + +public/src/client/account/settings.js: line 118, col 117, Line is too long. +public/src/client/account/settings.js: line 165, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/account/settings.js: line 175, col 47, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/account/settings.js: line 192, col 46, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/account/settings.js: line 220, col 122, Line is too long. +public/src/client/account/settings.js: line 221, col 120, Line is too long. +public/src/client/account/settings.js: line 4, col 1, 'define' is not defined. +public/src/client/account/settings.js: line 10, col 3, '$' is not defined. +public/src/client/account/settings.js: line 11, col 20, '$' is not defined. +public/src/client/account/settings.js: line 20, col 17, '$' is not defined. +public/src/client/account/settings.js: line 20, col 48, '$' is not defined. +public/src/client/account/settings.js: line 23, col 5, '$' is not defined. +public/src/client/account/settings.js: line 27, col 9, '$' is not defined. +public/src/client/account/settings.js: line 39, col 5, '$' is not defined. +public/src/client/account/settings.js: line 40, col 14, '$' is not defined. +public/src/client/account/settings.js: line 43, col 5, '$' is not defined. +public/src/client/account/settings.js: line 55, col 5, '$' is not defined. +public/src/client/account/settings.js: line 56, col 15, '$' is not defined. +public/src/client/account/settings.js: line 76, col 27, '$' is not defined. +public/src/client/account/settings.js: line 77, col 23, '$' is not defined. +public/src/client/account/settings.js: line 78, col 26, '$' is not defined. +public/src/client/account/settings.js: line 79, col 23, '$' is not defined. +public/src/client/account/settings.js: line 109, col 9, '$' is not defined. +public/src/client/account/settings.js: line 110, col 7, '$' is not defined. +public/src/client/account/settings.js: line 112, col 7, '$' is not defined. +public/src/client/account/settings.js: line 113, col 7, '$' is not defined. +public/src/client/account/settings.js: line 131, col 34, '$' is not defined. +public/src/client/account/settings.js: line 145, col 21, '$' is not defined. +public/src/client/account/settings.js: line 157, col 7, '$' is not defined. +public/src/client/account/settings.js: line 158, col 7, '$' is not defined. +public/src/client/account/settings.js: line 175, col 23, '$' is not defined. +public/src/client/account/settings.js: line 180, col 11, '$' is not defined. +public/src/client/account/settings.js: line 187, col 7, '$' is not defined. +public/src/client/account/settings.js: line 188, col 7, '$' is not defined. +public/src/client/account/settings.js: line 192, col 23, '$' is not defined. +public/src/client/account/settings.js: line 197, col 11, '$' is not defined. +public/src/client/account/settings.js: line 204, col 7, '$' is not defined. +public/src/client/account/settings.js: line 205, col 7, '$' is not defined. +public/src/client/account/settings.js: line 209, col 5, '$' is not defined. +public/src/client/account/settings.js: line 210, col 7, '$' is not defined. +public/src/client/account/settings.js: line 214, col 5, '$' is not defined. +public/src/client/account/settings.js: line 215, col 7, '$' is not defined. +public/src/client/account/settings.js: line 220, col 7, '$' is not defined. +public/src/client/account/settings.js: line 220, col 75, '$' is not defined. +public/src/client/account/settings.js: line 221, col 7, '$' is not defined. +public/src/client/account/settings.js: line 221, col 74, '$' is not defined. +public/src/client/account/settings.js: line 13, col 7, 'ajaxify' is not defined. +public/src/client/account/settings.js: line 87, col 23, 'ajaxify' is not defined. +public/src/client/account/settings.js: line 102, col 70, 'ajaxify' is not defined. +public/src/client/account/settings.js: line 27, col 15, 'config' is not defined. +public/src/client/account/settings.js: line 91, col 35, 'config' is not defined. +public/src/client/account/settings.js: line 96, col 11, 'config' is not defined. +public/src/client/account/settings.js: line 97, col 20, 'config' is not defined. +public/src/client/account/settings.js: line 98, col 11, 'config' is not defined. +public/src/client/account/settings.js: line 119, col 30, 'config' is not defined. +public/src/client/account/settings.js: line 126, col 18, 'config' is not defined. +public/src/client/account/settings.js: line 149, col 19, 'config' is not defined. +public/src/client/account/settings.js: line 152, col 17, 'config' is not defined. +public/src/client/account/settings.js: line 169, col 5, 'config' is not defined. +public/src/client/account/settings.js: line 102, col 39, 'app' is not defined. +public/src/client/account/settings.js: line 166, col 9, 'app' is not defined. +public/src/client/account/settings.js: line 167, col 31, 'app' is not defined. +public/src/client/account/settings.js: line 177, col 48, 'app' is not defined. +public/src/client/account/settings.js: line 183, col 26, 'app' is not defined. +public/src/client/account/settings.js: line 194, col 48, 'app' is not defined. +public/src/client/account/settings.js: line 200, col 26, 'app' is not defined. + +public/src/client/account/tags.js: line 4, col 1, 'define' is not defined. +public/src/client/account/tags.js: line 12, col 19, '$' is not defined. +public/src/client/account/tags.js: line 22, col 5, 'ajaxify' is not defined. +public/src/client/account/tags.js: line 38, col 57, 'ajaxify' is not defined. +public/src/client/account/tags.js: line 51, col 57, 'ajaxify' is not defined. + +public/src/client/account/topics.js: line 4, col 1, 'define' is not defined. +public/src/client/account/topics.js: line 22, col 12, 'ajaxify' is not defined. +public/src/client/account/topics.js: line 23, col 10, 'config' is not defined. +public/src/client/account/topics.js: line 32, col 20, 'utils' is not defined. +public/src/client/account/topics.js: line 46, col 5, 'app' is not defined. +public/src/client/account/topics.js: line 47, col 7, '$' is not defined. + +public/src/client/account/uploads.js: line 3, col 1, 'define' is not defined. +public/src/client/account/uploads.js: line 9, col 5, '$' is not defined. +public/src/client/account/uploads.js: line 10, col 18, '$' is not defined. +public/src/client/account/uploads.js: line 13, col 7, 'socket' is not defined. +public/src/client/account/uploads.js: line 13, col 59, 'ajaxify' is not defined. + +public/src/client/account/upvoted.js: line 4, col 107, Line is too long. +public/src/client/account/upvoted.js: line 4, col 1, 'define' is not defined. +public/src/client/account/upvoted.js: line 10, col 5, '$' is not defined. + +public/src/client/account/watched.js: line 4, col 109, Line is too long. +public/src/client/account/watched.js: line 4, col 1, 'define' is not defined. + +public/src/client/categories.js: line 4, col 1, 'define' is not defined. +public/src/client/categories.js: line 8, col 5, 'app' is not defined. +public/src/client/categories.js: line 10, col 27, '$' is not defined. +public/src/client/categories.js: line 13, col 9, 'ajaxify' is not defined. + +public/src/client/category/tools.js: line 120, col 45, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/category/tools.js: line 287, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/category/tools.js: line 294, col 14, 'object spread property' is only available in ES9 (use 'esversion: 9'). +public/src/client/category/tools.js: line 298, col 120, Line is too long. +public/src/client/category/tools.js: line 326, col 119, Line is too long. +public/src/client/category/tools.js: line 5, col 1, 'define' is not defined. +public/src/client/category/tools.js: line 20, col 5, '$' is not defined. +public/src/client/category/tools.js: line 21, col 38, '$' is not defined. +public/src/client/category/tools.js: line 71, col 11, '$' is not defined. +public/src/client/category/tools.js: line 189, col 5, '$' is not defined. +public/src/client/category/tools.js: line 299, col 7, '$' is not defined. +public/src/client/category/tools.js: line 317, col 27, '$' is not defined. +public/src/client/category/tools.js: line 318, col 17, '$' is not defined. +public/src/client/category/tools.js: line 333, col 17, '$' is not defined. +public/src/client/category/tools.js: line 347, col 15, '$' is not defined. +public/src/client/category/tools.js: line 65, col 7, 'socket' is not defined. +public/src/client/category/tools.js: line 132, col 5, 'socket' is not defined. +public/src/client/category/tools.js: line 133, col 5, 'socket' is not defined. +public/src/client/category/tools.js: line 134, col 5, 'socket' is not defined. +public/src/client/category/tools.js: line 135, col 5, 'socket' is not defined. +public/src/client/category/tools.js: line 136, col 5, 'socket' is not defined. +public/src/client/category/tools.js: line 137, col 5, 'socket' is not defined. +public/src/client/category/tools.js: line 138, col 5, 'socket' is not defined. +public/src/client/category/tools.js: line 139, col 5, 'socket' is not defined. +public/src/client/category/tools.js: line 178, col 5, 'socket' is not defined. +public/src/client/category/tools.js: line 179, col 5, 'socket' is not defined. +public/src/client/category/tools.js: line 180, col 5, 'socket' is not defined. +public/src/client/category/tools.js: line 181, col 5, 'socket' is not defined. +public/src/client/category/tools.js: line 182, col 5, 'socket' is not defined. +public/src/client/category/tools.js: line 183, col 5, 'socket' is not defined. +public/src/client/category/tools.js: line 184, col 5, 'socket' is not defined. +public/src/client/category/tools.js: line 185, col 5, 'socket' is not defined. +public/src/client/category/tools.js: line 339, col 11, 'socket' is not defined. +public/src/client/category/tools.js: line 92, col 19, 'ajaxify' is not defined. +public/src/client/category/tools.js: line 93, col 12, 'ajaxify' is not defined. +public/src/client/category/tools.js: line 102, col 11, 'ajaxify' is not defined. +public/src/client/category/tools.js: line 127, col 26, 'ajaxify' is not defined. +public/src/client/category/tools.js: line 278, col 5, 'ajaxify' is not defined. +public/src/client/category/tools.js: line 288, col 9, 'ajaxify' is not defined. +public/src/client/category/tools.js: line 308, col 10, 'ajaxify' is not defined. +public/src/client/category/tools.js: line 308, col 34, 'ajaxify' is not defined. +public/src/client/category/tools.js: line 311, col 23, 'ajaxify' is not defined. +public/src/client/category/tools.js: line 292, col 26, 'app' is not defined. +public/src/client/category/tools.js: line 312, col 11, 'app' is not defined. +public/src/client/category/tools.js: line 312, col 32, 'app' is not defined. +public/src/client/category/tools.js: line 316, col 5, 'app' is not defined. + +public/src/client/category.js: line 13, col 107, Line is too long. +public/src/client/category.js: line 32, col 114, Line is too long. +public/src/client/category.js: line 64, col 111, Line is too long. +public/src/client/category.js: line 70, col 168, Line is too long. +public/src/client/category.js: line 86, col 103, Line is too long. +public/src/client/category.js: line 97, col 69, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/category.js: line 99, col 136, Line is too long. +public/src/client/category.js: line 133, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/category.js: line 134, col 106, Line is too long. +public/src/client/category.js: line 3, col 1, 'define' is not defined. +public/src/client/category.js: line 16, col 3, '$' is not defined. +public/src/client/category.js: line 45, col 27, '$' is not defined. +public/src/client/category.js: line 64, col 35, '$' is not defined. +public/src/client/category.js: line 70, col 5, '$' is not defined. +public/src/client/category.js: line 71, col 21, '$' is not defined. +public/src/client/category.js: line 79, col 9, '$' is not defined. +public/src/client/category.js: line 80, col 9, '$' is not defined. +public/src/client/category.js: line 82, col 9, '$' is not defined. +public/src/client/category.js: line 83, col 9, '$' is not defined. +public/src/client/category.js: line 85, col 9, '$' is not defined. +public/src/client/category.js: line 86, col 9, '$' is not defined. +public/src/client/category.js: line 88, col 9, '$' is not defined. +public/src/client/category.js: line 89, col 9, '$' is not defined. +public/src/client/category.js: line 97, col 5, '$' is not defined. +public/src/client/category.js: line 98, col 19, '$' is not defined. +public/src/client/category.js: line 106, col 9, '$' is not defined. +public/src/client/category.js: line 23, col 17, 'ajaxify' is not defined. +public/src/client/category.js: line 29, col 56, 'ajaxify' is not defined. +public/src/client/category.js: line 32, col 54, 'ajaxify' is not defined. +public/src/client/category.js: line 47, col 18, 'ajaxify' is not defined. +public/src/client/category.js: line 49, col 9, 'ajaxify' is not defined. +public/src/client/category.js: line 55, col 50, 'ajaxify' is not defined. +public/src/client/category.js: line 56, col 49, 'ajaxify' is not defined. +public/src/client/category.js: line 60, col 22, 'ajaxify' is not defined. +public/src/client/category.js: line 99, col 65, 'ajaxify' is not defined. +public/src/client/category.js: line 99, col 100, 'ajaxify' is not defined. +public/src/client/category.js: line 100, col 63, 'ajaxify' is not defined. +public/src/client/category.js: line 107, col 9, 'ajaxify' is not defined. +public/src/client/category.js: line 107, col 46, 'ajaxify' is not defined. +public/src/client/category.js: line 108, col 9, 'ajaxify' is not defined. +public/src/client/category.js: line 109, col 35, 'ajaxify' is not defined. +public/src/client/category.js: line 110, col 61, 'ajaxify' is not defined. +public/src/client/category.js: line 134, col 71, 'ajaxify' is not defined. +public/src/client/category.js: line 143, col 63, 'ajaxify' is not defined. +public/src/client/category.js: line 25, col 5, 'app' is not defined. +public/src/client/category.js: line 104, col 7, 'app' is not defined. +public/src/client/category.js: line 31, col 10, 'config' is not defined. +public/src/client/category.js: line 147, col 41, 'config' is not defined. +public/src/client/category.js: line 61, col 23, 'utils' is not defined. +public/src/client/category.js: line 142, col 20, 'utils' is not defined. + +public/src/client/chats/create.js: line 12, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/chats/create.js: line 36, col 116, Line is too long. +public/src/client/chats/create.js: line 73, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/chats/create.js: line 74, col 115, Line is too long. +public/src/client/chats/create.js: line 86, col 101, Line is too long. +public/src/client/chats/create.js: line 4, col 1, 'define' is not defined. +public/src/client/chats/create.js: line 14, col 9, 'app' is not defined. +public/src/client/chats/create.js: line 21, col 24, 'app' is not defined. +public/src/client/chats/create.js: line 22, col 13, 'app' is not defined. +public/src/client/chats/create.js: line 50, col 18, 'app' is not defined. +public/src/client/chats/create.js: line 74, col 28, 'app' is not defined. +public/src/client/chats/create.js: line 26, col 19, 'bootbox' is not defined. +public/src/client/chats/create.js: line 37, col 26, '$' is not defined. +public/src/client/chats/create.js: line 80, col 7, '$' is not defined. +public/src/client/chats/create.js: line 85, col 20, '$' is not defined. +public/src/client/chats/create.js: line 61, col 15, 'ajaxify' is not defined. + +public/src/client/chats/manage.js: line 12, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/chats/manage.js: line 48, col 59, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/chats/manage.js: line 56, col 61, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/chats/manage.js: line 118, col 54, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/chats/manage.js: line 120, col 151, Line is too long. +public/src/client/chats/manage.js: line 132, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/chats/manage.js: line 4, col 1, 'define' is not defined. +public/src/client/chats/manage.js: line 14, col 11, 'app' is not defined. +public/src/client/chats/manage.js: line 28, col 26, 'app' is not defined. +public/src/client/chats/manage.js: line 30, col 15, 'app' is not defined. +public/src/client/chats/manage.js: line 50, col 33, 'app' is not defined. +public/src/client/chats/manage.js: line 57, col 29, 'app' is not defined. +public/src/client/chats/manage.js: line 144, col 23, 'app' is not defined. +public/src/client/chats/manage.js: line 21, col 27, 'ajaxify' is not defined. +public/src/client/chats/manage.js: line 23, col 26, 'ajaxify' is not defined. +public/src/client/chats/manage.js: line 31, col 15, 'ajaxify' is not defined. +public/src/client/chats/manage.js: line 85, col 11, 'ajaxify' is not defined. +public/src/client/chats/manage.js: line 86, col 11, 'ajaxify' is not defined. +public/src/client/chats/manage.js: line 87, col 11, 'ajaxify' is not defined. +public/src/client/chats/manage.js: line 33, col 15, 'bootbox' is not defined. +public/src/client/chats/manage.js: line 89, col 11, '$' is not defined. +public/src/client/chats/manage.js: line 92, col 11, '$' is not defined. +public/src/client/chats/manage.js: line 96, col 13, '$' is not defined. +public/src/client/chats/manage.js: line 123, col 12, 'utils' is not defined. + +public/src/client/chats/message-search.js: line 60, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/chats/message-search.js: line 77, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/chats/message-search.js: line 83, col 101, Line is too long. +public/src/client/chats/message-search.js: line 4, col 1, 'define' is not defined. +public/src/client/chats/message-search.js: line 25, col 31, 'utils' is not defined. +public/src/client/chats/message-search.js: line 66, col 5, 'socket' is not defined. +public/src/client/chats/message-search.js: line 87, col 24, 'app' is not defined. +public/src/client/chats/message-search.js: line 89, col 27, 'app' is not defined. +public/src/client/chats/message-search.js: line 89, col 47, 'app' is not defined. + +public/src/client/chats/messages.js: line 12, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/chats/messages.js: line 136, col 118, Line is too long. +public/src/client/chats/messages.js: line 180, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/chats/messages.js: line 201, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/chats/messages.js: line 340, col 116, Line is too long. +public/src/client/chats/messages.js: line 4, col 1, 'define' is not defined. +public/src/client/chats/messages.js: line 53, col 29, 'config' is not defined. +public/src/client/chats/messages.js: line 98, col 24, '$' is not defined. +public/src/client/chats/messages.js: line 123, col 30, '$' is not defined. +public/src/client/chats/messages.js: line 169, col 30, '$' is not defined. +public/src/client/chats/messages.js: line 294, col 26, '$' is not defined. +public/src/client/chats/messages.js: line 300, col 13, '$' is not defined. +public/src/client/chats/messages.js: line 309, col 22, '$' is not defined. +public/src/client/chats/messages.js: line 326, col 22, '$' is not defined. +public/src/client/chats/messages.js: line 340, col 37, '$' is not defined. +public/src/client/chats/messages.js: line 131, col 27, 'app' is not defined. +public/src/client/chats/messages.js: line 131, col 47, 'app' is not defined. +public/src/client/chats/messages.js: line 134, col 7, 'app' is not defined. +public/src/client/chats/messages.js: line 136, col 7, 'app' is not defined. +public/src/client/chats/messages.js: line 203, col 26, 'app' is not defined. +public/src/client/chats/messages.js: line 224, col 25, 'app' is not defined. +public/src/client/chats/messages.js: line 280, col 63, 'app' is not defined. +public/src/client/chats/messages.js: line 310, col 61, 'app' is not defined. +public/src/client/chats/messages.js: line 311, col 70, 'app' is not defined. +public/src/client/chats/messages.js: line 327, col 61, 'app' is not defined. +public/src/client/chats/messages.js: line 328, col 70, 'app' is not defined. +public/src/client/chats/messages.js: line 268, col 5, 'socket' is not defined. +public/src/client/chats/messages.js: line 269, col 5, 'socket' is not defined. +public/src/client/chats/messages.js: line 271, col 5, 'socket' is not defined. +public/src/client/chats/messages.js: line 272, col 5, 'socket' is not defined. +public/src/client/chats/messages.js: line 274, col 5, 'socket' is not defined. +public/src/client/chats/messages.js: line 275, col 5, 'socket' is not defined. + +public/src/client/chats/pinned-messages.js: line 9, col 61, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/chats/pinned-messages.js: line 10, col 101, Line is too long. +public/src/client/chats/pinned-messages.js: line 25, col 40, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/chats/pinned-messages.js: line 38, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/chats/pinned-messages.js: line 52, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/chats/pinned-messages.js: line 60, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/chats/pinned-messages.js: line 4, col 1, 'define' is not defined. +public/src/client/chats/pinned-messages.js: line 9, col 5, '$' is not defined. +public/src/client/chats/pinned-messages.js: line 67, col 7, '$' is not defined. +public/src/client/chats/pinned-messages.js: line 74, col 7, '$' is not defined. +public/src/client/chats/pinned-messages.js: line 25, col 25, 'utils' is not defined. +public/src/client/chats/pinned-messages.js: line 53, col 18, 'app' is not defined. +public/src/client/chats/pinned-messages.js: line 54, col 16, 'ajaxify' is not defined. +public/src/client/chats/pinned-messages.js: line 55, col 27, 'ajaxify' is not defined. +public/src/client/chats/pinned-messages.js: line 61, col 50, 'ajaxify' is not defined. + +public/src/client/chats/recent.js: line 10, col 101, Line is too long. +public/src/client/chats/recent.js: line 32, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/chats/recent.js: line 4, col 1, 'define' is not defined. +public/src/client/chats/recent.js: line 9, col 7, '$' is not defined. +public/src/client/chats/recent.js: line 22, col 7, '$' is not defined. +public/src/client/chats/recent.js: line 23, col 23, '$' is not defined. +public/src/client/chats/recent.js: line 33, col 25, '$' is not defined. +public/src/client/chats/recent.js: line 59, col 7, '$' is not defined. +public/src/client/chats/recent.js: line 22, col 51, 'utils' is not defined. +public/src/client/chats/recent.js: line 39, col 12, 'ajaxify' is not defined. +public/src/client/chats/recent.js: line 58, col 5, 'app' is not defined. + +public/src/client/chats/user-list.js: line 28, col 59, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/chats/user-list.js: line 49, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/chats/user-list.js: line 50, col 121, Line is too long. +public/src/client/chats/user-list.js: line 59, col 40, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/chats/user-list.js: line 74, col 40, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/chats/user-list.js: line 4, col 1, 'define' is not defined. +public/src/client/chats/user-list.js: line 25, col 5, '$' is not defined. +public/src/client/chats/user-list.js: line 29, col 27, 'app' is not defined. +public/src/client/chats/user-list.js: line 50, col 40, 'app' is not defined. +public/src/client/chats/user-list.js: line 53, col 29, 'app' is not defined. +public/src/client/chats/user-list.js: line 50, col 9, 'ajaxify' is not defined. +public/src/client/chats/user-list.js: line 59, col 25, 'utils' is not defined. +public/src/client/chats/user-list.js: line 74, col 25, 'utils' is not defined. + +public/src/client/chats/user-search.js: line 52, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/chats/user-search.js: line 63, col 111, Line is too long. +public/src/client/chats/user-search.js: line 4, col 1, 'define' is not defined. +public/src/client/chats/user-search.js: line 13, col 47, 'utils' is not defined. +public/src/client/chats/user-search.js: line 14, col 25, '$' is not defined. +public/src/client/chats/user-search.js: line 18, col 52, '$' is not defined. +public/src/client/chats/user-search.js: line 33, col 25, '$' is not defined. +public/src/client/chats/user-search.js: line 53, col 25, '$' is not defined. +public/src/client/chats/user-search.js: line 56, col 50, 'app' is not defined. +public/src/client/chats/user-search.js: line 63, col 24, 'app' is not defined. + +public/src/client/chats.js: line 138, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/chats.js: line 162, col 103, Line is too long. +public/src/client/chats.js: line 182, col 53, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/chats.js: line 186, col 121, Line is too long. +public/src/client/chats.js: line 219, col 131, Line is too long. +public/src/client/chats.js: line 228, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/chats.js: line 323, col 101, Line is too long. +public/src/client/chats.js: line 337, col 105, Line is too long. +public/src/client/chats.js: line 369, col 103, Line is too long. +public/src/client/chats.js: line 491, col 108, Line is too long. +public/src/client/chats.js: line 535, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/chats.js: line 595, col 12, 'object spread property' is only available in ES9 (use 'esversion: 9'). +public/src/client/chats.js: line 645, col 117, Line is too long. +public/src/client/chats.js: line 647, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/chats.js: line 658, col 29, 'object spread property' is only available in ES9 (use 'esversion: 9'). +public/src/client/chats.js: line 658, col 46, 'object spread property' is only available in ES9 (use 'esversion: 9'). +public/src/client/chats.js: line 661, col 108, Line is too long. +public/src/client/chats.js: line 665, col 102, Line is too long. +public/src/client/chats.js: line 669, col 110, Line is too long. +public/src/client/chats.js: line 722, col 114, Line is too long. +public/src/client/chats.js: line 734, col 121, Line is too long. +public/src/client/chats.js: line 745, col 183, Line is too long. +public/src/client/chats.js: line 755, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/chats.js: line 759, col 112, Line is too long. +public/src/client/chats.js: line 763, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/chats.js: line 4, col 1, 'define' is not defined. +public/src/client/chats.js: line 35, col 3, '$' is not defined. +public/src/client/chats.js: line 49, col 7, '$' is not defined. +public/src/client/chats.js: line 56, col 22, '$' is not defined. +public/src/client/chats.js: line 72, col 27, '$' is not defined. +public/src/client/chats.js: line 87, col 38, '$' is not defined. +public/src/client/chats.js: line 92, col 25, '$' is not defined. +public/src/client/chats.js: line 93, col 32, '$' is not defined. +public/src/client/chats.js: line 95, col 35, '$' is not defined. +public/src/client/chats.js: line 95, col 53, '$' is not defined. +public/src/client/chats.js: line 110, col 38, '$' is not defined. +public/src/client/chats.js: line 112, col 23, '$' is not defined. +public/src/client/chats.js: line 113, col 16, '$' is not defined. +public/src/client/chats.js: line 114, col 21, '$' is not defined. +public/src/client/chats.js: line 115, col 20, '$' is not defined. +public/src/client/chats.js: line 116, col 16, '$' is not defined. +public/src/client/chats.js: line 119, col 5, '$' is not defined. +public/src/client/chats.js: line 133, col 32, '$' is not defined. +public/src/client/chats.js: line 141, col 33, '$' is not defined. +public/src/client/chats.js: line 161, col 22, '$' is not defined. +public/src/client/chats.js: line 164, col 9, '$' is not defined. +public/src/client/chats.js: line 167, col 7, '$' is not defined. +public/src/client/chats.js: line 184, col 21, '$' is not defined. +public/src/client/chats.js: line 196, col 26, '$' is not defined. +public/src/client/chats.js: line 230, col 22, '$' is not defined. +public/src/client/chats.js: line 258, col 24, '$' is not defined. +public/src/client/chats.js: line 268, col 24, '$' is not defined. +public/src/client/chats.js: line 277, col 5, '$' is not defined. +public/src/client/chats.js: line 290, col 7, '$' is not defined. +public/src/client/chats.js: line 426, col 21, '$' is not defined. +public/src/client/chats.js: line 429, col 7, '$' is not defined. +public/src/client/chats.js: line 455, col 29, '$' is not defined. +public/src/client/chats.js: line 462, col 29, '$' is not defined. +public/src/client/chats.js: line 599, col 5, '$' is not defined. +public/src/client/chats.js: line 656, col 26, '$' is not defined. +public/src/client/chats.js: line 660, col 9, '$' is not defined. +public/src/client/chats.js: line 664, col 42, '$' is not defined. +public/src/client/chats.js: line 678, col 5, '$' is not defined. +public/src/client/chats.js: line 699, col 36, '$' is not defined. +public/src/client/chats.js: line 722, col 28, '$' is not defined. +public/src/client/chats.js: line 734, col 23, '$' is not defined. +public/src/client/chats.js: line 745, col 23, '$' is not defined. +public/src/client/chats.js: line 747, col 24, '$' is not defined. +public/src/client/chats.js: line 759, col 39, '$' is not defined. +public/src/client/chats.js: line 821, col 9, '$' is not defined. +public/src/client/chats.js: line 823, col 37, '$' is not defined. +public/src/client/chats.js: line 36, col 31, 'ajaxify' is not defined. +public/src/client/chats.js: line 37, col 9, 'ajaxify' is not defined. +public/src/client/chats.js: line 38, col 11, 'ajaxify' is not defined. +public/src/client/chats.js: line 39, col 44, 'ajaxify' is not defined. +public/src/client/chats.js: line 41, col 11, 'ajaxify' is not defined. +public/src/client/chats.js: line 42, col 50, 'ajaxify' is not defined. +public/src/client/chats.js: line 54, col 46, 'ajaxify' is not defined. +public/src/client/chats.js: line 65, col 21, 'ajaxify' is not defined. +public/src/client/chats.js: line 74, col 9, 'ajaxify' is not defined. +public/src/client/chats.js: line 76, col 61, 'ajaxify' is not defined. +public/src/client/chats.js: line 91, col 24, 'ajaxify' is not defined. +public/src/client/chats.js: line 102, col 36, 'ajaxify' is not defined. +public/src/client/chats.js: line 240, col 43, 'ajaxify' is not defined. +public/src/client/chats.js: line 279, col 22, 'ajaxify' is not defined. +public/src/client/chats.js: line 282, col 9, 'ajaxify' is not defined. +public/src/client/chats.js: line 282, col 30, 'ajaxify' is not defined. +public/src/client/chats.js: line 283, col 39, 'ajaxify' is not defined. +public/src/client/chats.js: line 287, col 37, 'ajaxify' is not defined. +public/src/client/chats.js: line 318, col 31, 'ajaxify' is not defined. +public/src/client/chats.js: line 369, col 13, 'ajaxify' is not defined. +public/src/client/chats.js: line 369, col 52, 'ajaxify' is not defined. +public/src/client/chats.js: line 477, col 45, 'ajaxify' is not defined. +public/src/client/chats.js: line 501, col 17, 'ajaxify' is not defined. +public/src/client/chats.js: line 525, col 17, 'ajaxify' is not defined. +public/src/client/chats.js: line 619, col 45, 'ajaxify' is not defined. +public/src/client/chats.js: line 620, col 9, 'ajaxify' is not defined. +public/src/client/chats.js: line 620, col 30, 'ajaxify' is not defined. +public/src/client/chats.js: line 637, col 31, 'ajaxify' is not defined. +public/src/client/chats.js: line 638, col 40, 'ajaxify' is not defined. +public/src/client/chats.js: line 639, col 27, 'ajaxify' is not defined. +public/src/client/chats.js: line 641, col 14, 'ajaxify' is not defined. +public/src/client/chats.js: line 645, col 57, 'ajaxify' is not defined. +public/src/client/chats.js: line 658, col 9, 'ajaxify' is not defined. +public/src/client/chats.js: line 658, col 29, 'ajaxify' is not defined. +public/src/client/chats.js: line 659, col 9, 'ajaxify' is not defined. +public/src/client/chats.js: line 659, col 29, 'ajaxify' is not defined. +public/src/client/chats.js: line 679, col 25, 'ajaxify' is not defined. +public/src/client/chats.js: line 680, col 27, 'ajaxify' is not defined. +public/src/client/chats.js: line 691, col 50, 'ajaxify' is not defined. +public/src/client/chats.js: line 731, col 9, 'ajaxify' is not defined. +public/src/client/chats.js: line 732, col 61, 'ajaxify' is not defined. +public/src/client/chats.js: line 738, col 29, 'ajaxify' is not defined. +public/src/client/chats.js: line 739, col 13, 'ajaxify' is not defined. +public/src/client/chats.js: line 764, col 10, 'ajaxify' is not defined. +public/src/client/chats.js: line 789, col 10, 'ajaxify' is not defined. +public/src/client/chats.js: line 39, col 9, 'socket' is not defined. +public/src/client/chats.js: line 42, col 9, 'socket' is not defined. +public/src/client/chats.js: line 54, col 5, 'socket' is not defined. +public/src/client/chats.js: line 638, col 5, 'socket' is not defined. +public/src/client/chats.js: line 687, col 5, 'socket' is not defined. +public/src/client/chats.js: line 709, col 5, 'socket' is not defined. +public/src/client/chats.js: line 721, col 5, 'socket' is not defined. +public/src/client/chats.js: line 727, col 5, 'socket' is not defined. +public/src/client/chats.js: line 744, col 5, 'socket' is not defined. +public/src/client/chats.js: line 755, col 5, 'socket' is not defined. +public/src/client/chats.js: line 812, col 7, 'socket' is not defined. +public/src/client/chats.js: line 48, col 10, 'utils' is not defined. +public/src/client/chats.js: line 55, col 17, 'utils' is not defined. +public/src/client/chats.js: line 131, col 30, 'utils' is not defined. +public/src/client/chats.js: line 152, col 9, 'utils' is not defined. +public/src/client/chats.js: line 300, col 35, 'utils' is not defined. +public/src/client/chats.js: line 563, col 10, 'utils' is not defined. +public/src/client/chats.js: line 698, col 37, 'utils' is not defined. +public/src/client/chats.js: line 702, col 20, 'utils' is not defined. +public/src/client/chats.js: line 702, col 40, 'utils' is not defined. +public/src/client/chats.js: line 820, col 12, 'utils' is not defined. +public/src/client/chats.js: line 131, col 9, 'app' is not defined. +public/src/client/chats.js: line 132, col 7, 'app' is not defined. +public/src/client/chats.js: line 281, col 11, 'app' is not defined. +public/src/client/chats.js: line 281, col 30, 'app' is not defined. +public/src/client/chats.js: line 494, col 47, 'app' is not defined. +public/src/client/chats.js: line 537, col 26, 'app' is not defined. +public/src/client/chats.js: line 618, col 39, 'app' is not defined. +public/src/client/chats.js: line 652, col 28, 'app' is not defined. +public/src/client/chats.js: line 692, col 30, 'app' is not defined. +public/src/client/chats.js: line 713, col 9, 'app' is not defined. +public/src/client/chats.js: line 722, col 7, 'app' is not defined. +public/src/client/chats.js: line 756, col 24, 'app' is not defined. +public/src/client/chats.js: line 764, col 42, 'app' is not defined. +public/src/client/chats.js: line 769, col 26, 'app' is not defined. +public/src/client/chats.js: line 779, col 28, 'app' is not defined. +public/src/client/chats.js: line 640, col 10, 'self' is not defined. +public/src/client/chats.js: line 645, col 24, 'config' is not defined. +public/src/client/chats.js: line 669, col 77, 'config' is not defined. + +public/src/client/compose.js: line 4, col 1, 'define' is not defined. +public/src/client/compose.js: line 8, col 23, '$' is not defined. + +public/src/client/flags/detail.js: line 4, col 111, Line is too long. +public/src/client/flags/detail.js: line 5, col 105, Line is too long. +public/src/client/flags/detail.js: line 20, col 43, Expected a 'break' statement before 'case'. +public/src/client/flags/detail.js: line 83, col 103, Line is too long. +public/src/client/flags/detail.js: line 3, col 1, 'define' is not defined. +public/src/client/flags/detail.js: line 10, col 5, '$' is not defined. +public/src/client/flags/detail.js: line 11, col 5, '$' is not defined. +public/src/client/flags/detail.js: line 13, col 5, '$' is not defined. +public/src/client/flags/detail.js: line 15, col 19, '$' is not defined. +public/src/client/flags/detail.js: line 20, col 11, '$' is not defined. +public/src/client/flags/detail.js: line 24, col 24, '$' is not defined. +public/src/client/flags/detail.js: line 10, col 21, 'ajaxify' is not defined. +public/src/client/flags/detail.js: line 11, col 24, 'ajaxify' is not defined. +public/src/client/flags/detail.js: line 29, col 29, 'ajaxify' is not defined. +public/src/client/flags/detail.js: line 43, col 21, 'ajaxify' is not defined. +public/src/client/flags/detail.js: line 56, col 34, 'ajaxify' is not defined. +public/src/client/flags/detail.js: line 70, col 30, 'ajaxify' is not defined. +public/src/client/flags/detail.js: line 86, col 33, 'ajaxify' is not defined. +public/src/client/flags/detail.js: line 102, col 43, 'ajaxify' is not defined. +public/src/client/flags/detail.js: line 110, col 44, 'ajaxify' is not defined. +public/src/client/flags/detail.js: line 118, col 39, 'ajaxify' is not defined. +public/src/client/flags/detail.js: line 122, col 39, 'ajaxify' is not defined. +public/src/client/flags/detail.js: line 126, col 37, 'ajaxify' is not defined. +public/src/client/flags/detail.js: line 130, col 51, 'ajaxify' is not defined. +public/src/client/flags/detail.js: line 134, col 50, 'ajaxify' is not defined. +public/src/client/flags/detail.js: line 138, col 52, 'ajaxify' is not defined. +public/src/client/flags/detail.js: line 144, col 33, 'ajaxify' is not defined. +public/src/client/flags/detail.js: line 146, col 17, 'ajaxify' is not defined. +public/src/client/flags/detail.js: line 163, col 27, 'ajaxify' is not defined. +public/src/client/flags/detail.js: line 169, col 5, 'ajaxify' is not defined. +public/src/client/flags/detail.js: line 20, col 30, 'app' is not defined. +public/src/client/flags/detail.js: line 181, col 5, 'app' is not defined. + +public/src/client/flags/list.js: line 19, col 103, Line is too long. +public/src/client/flags/list.js: line 210, col 101, Line is too long. +public/src/client/flags/list.js: line 227, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/flags/list.js: line 267, col 113, Line is too long. +public/src/client/flags/list.js: line 33, col 7, 'ajaxify' is not defined. +public/src/client/flags/list.js: line 34, col 40, 'ajaxify' is not defined. +public/src/client/flags/list.js: line 35, col 7, 'ajaxify' is not defined. +public/src/client/flags/list.js: line 35, col 35, 'ajaxify' is not defined. +public/src/client/flags/list.js: line 48, col 9, 'ajaxify' is not defined. +public/src/client/flags/list.js: line 49, col 28, 'ajaxify' is not defined. +public/src/client/flags/list.js: line 72, col 7, 'ajaxify' is not defined. +public/src/client/flags/list.js: line 106, col 50, 'ajaxify' is not defined. +public/src/client/flags/list.js: line 109, col 42, 'ajaxify' is not defined. +public/src/client/flags/list.js: line 152, col 3, 'ajaxify' is not defined. +public/src/client/flags/list.js: line 255, col 11, 'ajaxify' is not defined. +public/src/client/flags/list.js: line 299, col 17, 'ajaxify' is not defined. +public/src/client/flags/list.js: line 38, col 23, '$' is not defined. +public/src/client/flags/list.js: line 51, col 22, '$' is not defined. +public/src/client/flags/list.js: line 75, col 3, '$' is not defined. +public/src/client/flags/list.js: line 79, col 21, '$' is not defined. +public/src/client/flags/list.js: line 305, col 23, '$' is not defined. +public/src/client/flags/list.js: line 217, col 11, 'bootbox' is not defined. +public/src/client/flags/list.js: line 231, col 29, 'app' is not defined. +public/src/client/flags/list.js: line 280, col 23, 'utils' is not defined. +public/src/client/flags/list.js: line 284, col 7, 'utils' is not defined. + +public/src/client/groups/details.js: line 58, col 136, Line is too long. +public/src/client/groups/details.js: line 70, col 102, Line is too long. +public/src/client/groups/details.js: line 82, col 110, Line is too long. +public/src/client/groups/details.js: line 114, col 113, Line is too long. +public/src/client/groups/details.js: line 120, col 113, Line is too long. +public/src/client/groups/details.js: line 177, col 134, Line is too long. +public/src/client/groups/details.js: line 180, col 123, Line is too long. +public/src/client/groups/details.js: line 180, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/groups/details.js: line 234, col 112, Line is too long. +public/src/client/groups/details.js: line 278, col 117, Line is too long. +public/src/client/groups/details.js: line 280, col 106, Line is too long. +public/src/client/groups/details.js: line 310, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/groups/details.js: line 312, col 105, Line is too long. +public/src/client/groups/details.js: line 320, col 134, Line is too long. +public/src/client/groups/details.js: line 324, col 70, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/groups/details.js: line 332, col 130, Line is too long. +public/src/client/groups/details.js: line 335, col 117, Line is too long. +public/src/client/groups/details.js: line 337, col 122, Line is too long. +public/src/client/groups/details.js: line 337, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/groups/details.js: line 3, col 1, 'define' is not defined. +public/src/client/groups/details.js: line 34, col 17, 'ajaxify' is not defined. +public/src/client/groups/details.js: line 36, col 9, 'ajaxify' is not defined. +public/src/client/groups/details.js: line 82, col 51, 'ajaxify' is not defined. +public/src/client/groups/details.js: line 94, col 32, 'ajaxify' is not defined. +public/src/client/groups/details.js: line 98, col 47, 'ajaxify' is not defined. +public/src/client/groups/details.js: line 114, col 32, 'ajaxify' is not defined. +public/src/client/groups/details.js: line 115, col 19, 'ajaxify' is not defined. +public/src/client/groups/details.js: line 120, col 32, 'ajaxify' is not defined. +public/src/client/groups/details.js: line 121, col 19, 'ajaxify' is not defined. +public/src/client/groups/details.js: line 126, col 30, 'ajaxify' is not defined. +public/src/client/groups/details.js: line 136, col 30, 'ajaxify' is not defined. +public/src/client/groups/details.js: line 146, col 30, 'ajaxify' is not defined. +public/src/client/groups/details.js: line 151, col 15, 'ajaxify' is not defined. +public/src/client/groups/details.js: line 158, col 30, 'ajaxify' is not defined. +public/src/client/groups/details.js: line 164, col 15, 'ajaxify' is not defined. +public/src/client/groups/details.js: line 180, col 68, 'ajaxify' is not defined. +public/src/client/groups/details.js: line 181, col 13, 'ajaxify' is not defined. +public/src/client/groups/details.js: line 265, col 26, 'ajaxify' is not defined. +public/src/client/groups/details.js: line 266, col 31, 'ajaxify' is not defined. +public/src/client/groups/details.js: line 269, col 11, 'ajaxify' is not defined. +public/src/client/groups/details.js: line 282, col 32, 'ajaxify' is not defined. +public/src/client/groups/details.js: line 284, col 15, 'ajaxify' is not defined. +public/src/client/groups/details.js: line 307, col 10, 'ajaxify' is not defined. +public/src/client/groups/details.js: line 311, col 49, 'ajaxify' is not defined. +public/src/client/groups/details.js: line 320, col 29, 'ajaxify' is not defined. +public/src/client/groups/details.js: line 337, col 67, 'ajaxify' is not defined. +public/src/client/groups/details.js: line 350, col 20, 'ajaxify' is not defined. +public/src/client/groups/details.js: line 353, col 11, 'ajaxify' is not defined. +public/src/client/groups/details.js: line 42, col 11, 'socket' is not defined. +public/src/client/groups/details.js: line 349, col 7, 'socket' is not defined. +public/src/client/groups/details.js: line 58, col 72, 'config' is not defined. +public/src/client/groups/details.js: line 73, col 21, '$' is not defined. +public/src/client/groups/details.js: line 97, col 17, '$' is not defined. +public/src/client/groups/details.js: line 234, col 47, '$' is not defined. +public/src/client/groups/details.js: line 236, col 21, '$' is not defined. +public/src/client/groups/details.js: line 239, col 9, '$' is not defined. +public/src/client/groups/details.js: line 254, col 35, '$' is not defined. +public/src/client/groups/details.js: line 259, col 19, '$' is not defined. +public/src/client/groups/details.js: line 293, col 5, '$' is not defined. +public/src/client/groups/details.js: line 295, col 7, '$' is not defined. +public/src/client/groups/details.js: line 300, col 5, '$' is not defined. +public/src/client/groups/details.js: line 302, col 7, '$' is not defined. +public/src/client/groups/details.js: line 313, col 7, '$' is not defined. +public/src/client/groups/details.js: line 317, col 25, '$' is not defined. +public/src/client/groups/details.js: line 324, col 5, '$' is not defined. +public/src/client/groups/details.js: line 325, col 23, '$' is not defined. +public/src/client/groups/details.js: line 114, col 83, 'app' is not defined. +public/src/client/groups/details.js: line 120, col 83, 'app' is not defined. +public/src/client/groups/details.js: line 146, col 65, 'app' is not defined. +public/src/client/groups/details.js: line 158, col 72, 'app' is not defined. +public/src/client/groups/details.js: line 312, col 26, 'app' is not defined. +public/src/client/groups/details.js: line 278, col 69, 'utils' is not defined. +public/src/client/groups/details.js: line 283, col 59, 'utils' is not defined. + +public/src/client/groups/list.js: line 3, col 1, 'define' is not defined. +public/src/client/groups/list.js: line 10, col 5, '$' is not defined. +public/src/client/groups/list.js: line 22, col 5, '$' is not defined. +public/src/client/groups/list.js: line 25, col 5, '$' is not defined. +public/src/client/groups/list.js: line 26, col 5, '$' is not defined. +public/src/client/groups/list.js: line 27, col 5, '$' is not defined. +public/src/client/groups/list.js: line 28, col 35, '$' is not defined. +public/src/client/groups/list.js: line 34, col 14, '$' is not defined. +public/src/client/groups/list.js: line 35, col 13, '$' is not defined. +public/src/client/groups/list.js: line 49, col 7, '$' is not defined. +public/src/client/groups/list.js: line 52, col 22, '$' is not defined. +public/src/client/groups/list.js: line 16, col 13, 'ajaxify' is not defined. +public/src/client/groups/list.js: line 28, col 7, 'ajaxify' is not defined. +public/src/client/groups/list.js: line 21, col 20, 'utils' is not defined. +public/src/client/groups/list.js: line 25, col 35, 'utils' is not defined. +public/src/client/groups/list.js: line 46, col 5, 'app' is not defined. +public/src/client/groups/list.js: line 53, col 5, 'app' is not defined. + +public/src/client/groups/memberlist.js: line 3, col 117, Line is too long. +public/src/client/groups/memberlist.js: line 15, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/groups/memberlist.js: line 76, col 122, Line is too long. +public/src/client/groups/memberlist.js: line 85, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/groups/memberlist.js: line 90, col 131, Line is too long. +public/src/client/groups/memberlist.js: line 93, col 106, Line is too long. +public/src/client/groups/memberlist.js: line 100, col 41, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/groups/memberlist.js: line 120, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/groups/memberlist.js: line 140, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/groups/memberlist.js: line 149, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/groups/memberlist.js: line 3, col 1, 'define' is not defined. +public/src/client/groups/memberlist.js: line 16, col 52, 'ajaxify' is not defined. +public/src/client/groups/memberlist.js: line 28, col 5, 'ajaxify' is not defined. +public/src/client/groups/memberlist.js: line 29, col 5, 'ajaxify' is not defined. +public/src/client/groups/memberlist.js: line 30, col 5, 'ajaxify' is not defined. +public/src/client/groups/memberlist.js: line 31, col 5, 'ajaxify' is not defined. +public/src/client/groups/memberlist.js: line 87, col 9, 'ajaxify' is not defined. +public/src/client/groups/memberlist.js: line 90, col 62, 'ajaxify' is not defined. +public/src/client/groups/memberlist.js: line 102, col 48, 'ajaxify' is not defined. +public/src/client/groups/memberlist.js: line 127, col 43, 'ajaxify' is not defined. +public/src/client/groups/memberlist.js: line 153, col 18, 'ajaxify' is not defined. +public/src/client/groups/memberlist.js: line 18, col 5, '$' is not defined. +public/src/client/groups/memberlist.js: line 19, col 5, '$' is not defined. +public/src/client/groups/memberlist.js: line 22, col 5, '$' is not defined. +public/src/client/groups/memberlist.js: line 25, col 5, '$' is not defined. +public/src/client/groups/memberlist.js: line 35, col 5, '$' is not defined. +public/src/client/groups/memberlist.js: line 47, col 41, '$' is not defined. +public/src/client/groups/memberlist.js: line 57, col 30, '$' is not defined. +public/src/client/groups/memberlist.js: line 59, col 13, '$' is not defined. +public/src/client/groups/memberlist.js: line 61, col 13, '$' is not defined. +public/src/client/groups/memberlist.js: line 63, col 11, '$' is not defined. +public/src/client/groups/memberlist.js: line 67, col 20, '$' is not defined. +public/src/client/groups/memberlist.js: line 93, col 35, '$' is not defined. +public/src/client/groups/memberlist.js: line 95, col 5, '$' is not defined. +public/src/client/groups/memberlist.js: line 99, col 22, '$' is not defined. +public/src/client/groups/memberlist.js: line 104, col 7, '$' is not defined. +public/src/client/groups/memberlist.js: line 105, col 7, '$' is not defined. +public/src/client/groups/memberlist.js: line 110, col 5, '$' is not defined. +public/src/client/groups/memberlist.js: line 111, col 21, '$' is not defined. +public/src/client/groups/memberlist.js: line 114, col 42, '$' is not defined. +public/src/client/groups/memberlist.js: line 121, col 21, '$' is not defined. +public/src/client/groups/memberlist.js: line 142, col 15, '$' is not defined. +public/src/client/groups/memberlist.js: line 146, col 5, '$' is not defined. +public/src/client/groups/memberlist.js: line 36, col 7, 'app' is not defined. +public/src/client/groups/memberlist.js: line 76, col 13, 'app' is not defined. +public/src/client/groups/memberlist.js: line 150, col 18, 'app' is not defined. +public/src/client/groups/memberlist.js: line 88, col 13, 'socket' is not defined. +public/src/client/groups/memberlist.js: line 100, col 26, 'utils' is not defined. +public/src/client/groups/memberlist.js: line 110, col 52, 'utils' is not defined. + +public/src/client/header/chat.js: line 30, col 47, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/header/chat.js: line 71, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/header/chat.js: line 3, col 1, 'define' is not defined. +public/src/client/header/chat.js: line 9, col 27, '$' is not defined. +public/src/client/header/chat.js: line 11, col 43, '$' is not defined. +public/src/client/header/chat.js: line 15, col 26, '$' is not defined. +public/src/client/header/chat.js: line 21, col 5, 'socket' is not defined. +public/src/client/header/chat.js: line 22, col 5, 'socket' is not defined. +public/src/client/header/chat.js: line 24, col 5, 'socket' is not defined. +public/src/client/header/chat.js: line 25, col 5, 'socket' is not defined. +public/src/client/header/chat.js: line 27, col 5, 'socket' is not defined. +public/src/client/header/chat.js: line 28, col 5, 'socket' is not defined. +public/src/client/header/chat.js: line 30, col 5, 'socket' is not defined. +public/src/client/header/chat.js: line 32, col 46, 'app' is not defined. +public/src/client/header/chat.js: line 36, col 11, 'app' is not defined. +public/src/client/header/chat.js: line 72, col 24, 'app' is not defined. + +public/src/client/header/notifications.js: line 9, col 41, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/header/notifications.js: line 12, col 110, Line is too long. +public/src/client/header/notifications.js: line 20, col 106, Line is too long. +public/src/client/header/notifications.js: line 32, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/header/notifications.js: line 37, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/header/notifications.js: line 3, col 1, 'define' is not defined. +public/src/client/header/notifications.js: line 7, col 26, '$' is not defined. +public/src/client/header/notifications.js: line 11, col 25, '$' is not defined. +public/src/client/header/notifications.js: line 16, col 25, '$' is not defined. +public/src/client/header/notifications.js: line 10, col 35, 'app' is not defined. +public/src/client/header/notifications.js: line 19, col 9, 'app' is not defined. +public/src/client/header/notifications.js: line 33, col 33, 'app' is not defined. +public/src/client/header/notifications.js: line 38, col 33, 'app' is not defined. +public/src/client/header/notifications.js: line 25, col 5, 'socket' is not defined. +public/src/client/header/notifications.js: line 26, col 5, 'socket' is not defined. +public/src/client/header/notifications.js: line 28, col 5, 'socket' is not defined. +public/src/client/header/notifications.js: line 29, col 5, 'socket' is not defined. + +public/src/client/header/unread.js: line 53, col 136, Line is too long. +public/src/client/header/unread.js: line 3, col 1, 'define' is not defined. +public/src/client/header/unread.js: line 12, col 26, 'app' is not defined. +public/src/client/header/unread.js: line 17, col 49, 'app' is not defined. +public/src/client/header/unread.js: line 33, col 79, 'app' is not defined. +public/src/client/header/unread.js: line 53, col 37, '$' is not defined. +public/src/client/header/unread.js: line 58, col 7, '$' is not defined. +public/src/client/header/unread.js: line 61, col 5, '$' is not defined. +public/src/client/header/unread.js: line 89, col 21, '$' is not defined. +public/src/client/header/unread.js: line 102, col 7, '$' is not defined. +public/src/client/header/unread.js: line 106, col 7, '$' is not defined. +public/src/client/header/unread.js: line 53, col 52, 'config' is not defined. +public/src/client/header/unread.js: line 89, col 36, 'config' is not defined. +public/src/client/header/unread.js: line 62, col 11, 'ajaxify' is not defined. +public/src/client/header/unread.js: line 64, col 39, 'ajaxify' is not defined. +public/src/client/header/unread.js: line 68, col 5, 'socket' is not defined. +public/src/client/header/unread.js: line 69, col 5, 'socket' is not defined. +public/src/client/header/unread.js: line 71, col 5, 'socket' is not defined. +public/src/client/header/unread.js: line 72, col 5, 'socket' is not defined. +public/src/client/header/unread.js: line 83, col 10, 'utils' is not defined. + +public/src/client/header.js: line 29, col 132, Line is too long. +public/src/client/header.js: line 58, col 103, Line is too long. +public/src/client/header.js: line 3, col 1, 'define' is not defined. +public/src/client/header.js: line 12, col 9, 'app' is not defined. +public/src/client/header.js: line 29, col 27, 'app' is not defined. +public/src/client/header.js: line 35, col 9, 'app' is not defined. +public/src/client/header.js: line 23, col 5, '$' is not defined. +public/src/client/header.js: line 24, col 22, '$' is not defined. +public/src/client/header.js: line 29, col 9, '$' is not defined. +public/src/client/header.js: line 32, col 9, '$' is not defined. +public/src/client/header.js: line 33, col 11, '$' is not defined. +public/src/client/header.js: line 33, col 43, '$' is not defined. +public/src/client/header.js: line 48, col 24, '$' is not defined. +public/src/client/header.js: line 57, col 22, '$' is not defined. +public/src/client/header.js: line 60, col 9, '$' is not defined. +public/src/client/header.js: line 64, col 7, '$' is not defined. +public/src/client/header.js: line 69, col 5, '$' is not defined. +public/src/client/header.js: line 25, col 7, 'socket' is not defined. +public/src/client/header.js: line 42, col 17, 'utils' is not defined. +public/src/client/header.js: line 43, col 41, 'utils' is not defined. + +public/src/client/infinitescroll.js: line 42, col 101, Line is too long. +public/src/client/infinitescroll.js: line 50, col 109, Line is too long. +public/src/client/infinitescroll.js: line 94, col 118, Line is too long. +public/src/client/infinitescroll.js: line 4, col 1, 'define' is not defined. +public/src/client/infinitescroll.js: line 13, col 19, '$' is not defined. +public/src/client/infinitescroll.js: line 21, col 25, '$' is not defined. +public/src/client/infinitescroll.js: line 22, col 5, '$' is not defined. +public/src/client/infinitescroll.js: line 23, col 27, '$' is not defined. +public/src/client/infinitescroll.js: line 42, col 70, '$' is not defined. +public/src/client/infinitescroll.js: line 46, col 30, '$' is not defined. +public/src/client/infinitescroll.js: line 47, col 16, '$' is not defined. +public/src/client/infinitescroll.js: line 98, col 5, '$' is not defined. +public/src/client/infinitescroll.js: line 109, col 22, '$' is not defined. +public/src/client/infinitescroll.js: line 116, col 22, '$' is not defined. +public/src/client/infinitescroll.js: line 117, col 25, '$' is not defined. +public/src/client/infinitescroll.js: line 119, col 7, '$' is not defined. +public/src/client/infinitescroll.js: line 119, col 40, '$' is not defined. +public/src/client/infinitescroll.js: line 24, col 7, 'ajaxify' is not defined. +public/src/client/infinitescroll.js: line 24, col 34, 'ajaxify' is not defined. +public/src/client/infinitescroll.js: line 41, col 19, 'utils' is not defined. +public/src/client/infinitescroll.js: line 43, col 46, 'app' is not defined. +public/src/client/infinitescroll.js: line 76, col 62, 'socket' is not defined. +public/src/client/infinitescroll.js: line 94, col 17, 'config' is not defined. +public/src/client/infinitescroll.js: line 94, col 92, 'config' is not defined. + +public/src/client/ip-blacklist.js: line 16, col 103, Line is too long. +public/src/client/ip-blacklist.js: line 19, col 21, '$' is not defined. +public/src/client/ip-blacklist.js: line 22, col 5, '$' is not defined. +public/src/client/ip-blacklist.js: line 25, col 3, '$' is not defined. +public/src/client/ip-blacklist.js: line 38, col 3, '$' is not defined. +public/src/client/ip-blacklist.js: line 26, col 5, 'socket' is not defined. +public/src/client/ip-blacklist.js: line 39, col 5, 'socket' is not defined. +public/src/client/ip-blacklist.js: line 58, col 24, 'utils' is not defined. +public/src/client/ip-blacklist.js: line 61, col 23, 'utils' is not defined. +public/src/client/ip-blacklist.js: line 65, col 7, 'utils' is not defined. +public/src/client/ip-blacklist.js: line 83, col 17, 'ajaxify' is not defined. +public/src/client/ip-blacklist.js: line 100, col 17, 'ajaxify' is not defined. + +public/src/client/login.js: line 14, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/login.js: line 73, col 135, Line is too long. +public/src/client/login.js: line 89, col 107, Line is too long. +public/src/client/login.js: line 4, col 1, 'define' is not defined. +public/src/client/login.js: line 10, col 21, '$' is not defined. +public/src/client/login.js: line 11, col 22, '$' is not defined. +public/src/client/login.js: line 12, col 20, '$' is not defined. +public/src/client/login.js: line 16, col 24, '$' is not defined. +public/src/client/login.js: line 17, col 24, '$' is not defined. +public/src/client/login.js: line 62, col 22, '$' is not defined. +public/src/client/login.js: line 81, col 15, '$' is not defined. +public/src/client/login.js: line 82, col 13, '$' is not defined. +public/src/client/login.js: line 91, col 9, '$' is not defined. +public/src/client/login.js: line 92, col 7, '$' is not defined. +public/src/client/login.js: line 94, col 7, '$' is not defined. +public/src/client/login.js: line 96, col 5, '$' is not defined. +public/src/client/login.js: line 51, col 27, 'config' is not defined. +public/src/client/login.js: line 70, col 36, 'config' is not defined. +public/src/client/login.js: line 54, col 11, 'app' is not defined. +public/src/client/login.js: line 58, col 28, 'utils' is not defined. +public/src/client/login.js: line 59, col 26, 'utils' is not defined. + +public/src/client/notifications.js: line 4, col 101, Line is too long. +public/src/client/notifications.js: line 4, col 1, 'define' is not defined. +public/src/client/notifications.js: line 8, col 20, '$' is not defined. +public/src/client/notifications.js: line 10, col 19, '$' is not defined. +public/src/client/notifications.js: line 16, col 33, 'ajaxify' is not defined. + +public/src/client/pagination.js: line 4, col 1, 'define' is not defined. +public/src/client/pagination.js: line 8, col 5, '$' is not defined. +public/src/client/pagination.js: line 26, col 50, '$' is not defined. +public/src/client/pagination.js: line 19, col 10, 'utils' is not defined. +public/src/client/pagination.js: line 23, col 19, 'utils' is not defined. +public/src/client/pagination.js: line 19, col 53, 'ajaxify' is not defined. +public/src/client/pagination.js: line 27, col 5, 'ajaxify' is not defined. +public/src/client/pagination.js: line 31, col 25, 'ajaxify' is not defined. +public/src/client/pagination.js: line 35, col 25, 'ajaxify' is not defined. + +public/src/client/popular.js: line 4, col 1, 'define' is not defined. +public/src/client/popular.js: line 8, col 5, 'app' is not defined. + +public/src/client/post-queue.js: line 22, col 108, Line is too long. +public/src/client/post-queue.js: line 23, col 101, Line is too long. +public/src/client/post-queue.js: line 170, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/post-queue.js: line 173, col 22, If a strict mode function is executed using function invocation, its 'this' value will be undefined. +public/src/client/post-queue.js: line 174, col 22, If a strict mode function is executed using function invocation, its 'this' value will be undefined. +public/src/client/post-queue.js: line 179, col 146, Line is too long. +public/src/client/post-queue.js: line 200, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/post-queue.js: line 224, col 15, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/post-queue.js: line 234, col 77, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/post-queue.js: line 247, col 121, Line is too long. +public/src/client/post-queue.js: line 4, col 1, 'define' is not defined. +public/src/client/post-queue.js: line 14, col 5, '$' is not defined. +public/src/client/post-queue.js: line 16, col 25, '$' is not defined. +public/src/client/post-queue.js: line 25, col 5, '$' is not defined. +public/src/client/post-queue.js: line 31, col 5, '$' is not defined. +public/src/client/post-queue.js: line 36, col 5, '$' is not defined. +public/src/client/post-queue.js: line 37, col 19, '$' is not defined. +public/src/client/post-queue.js: line 42, col 22, '$' is not defined. +public/src/client/post-queue.js: line 56, col 5, '$' is not defined. +public/src/client/post-queue.js: line 57, col 18, '$' is not defined. +public/src/client/post-queue.js: line 66, col 5, '$' is not defined. +public/src/client/post-queue.js: line 67, col 24, '$' is not defined. +public/src/client/post-queue.js: line 89, col 19, '$' is not defined. +public/src/client/post-queue.js: line 173, col 20, '$' is not defined. +public/src/client/post-queue.js: line 174, col 20, '$' is not defined. +public/src/client/post-queue.js: line 234, col 5, '$' is not defined. +public/src/client/post-queue.js: line 235, col 26, '$' is not defined. +public/src/client/post-queue.js: line 236, col 22, '$' is not defined. +public/src/client/post-queue.js: line 239, col 22, '$' is not defined. +public/src/client/post-queue.js: line 242, col 43, '$' is not defined. +public/src/client/post-queue.js: line 100, col 11, 'app' is not defined. +public/src/client/post-queue.js: line 134, col 47, 'ajaxify' is not defined. +public/src/client/post-queue.js: line 142, col 48, 'ajaxify' is not defined. +public/src/client/post-queue.js: line 150, col 43, 'ajaxify' is not defined. +public/src/client/post-queue.js: line 154, col 43, 'ajaxify' is not defined. +public/src/client/post-queue.js: line 158, col 41, 'ajaxify' is not defined. +public/src/client/post-queue.js: line 179, col 52, 'ajaxify' is not defined. +public/src/client/post-queue.js: line 189, col 13, 'ajaxify' is not defined. +public/src/client/post-queue.js: line 190, col 11, 'ajaxify' is not defined. +public/src/client/post-queue.js: line 192, col 11, 'ajaxify' is not defined. +public/src/client/post-queue.js: line 244, col 33, 'ajaxify' is not defined. +public/src/client/post-queue.js: line 258, col 11, 'ajaxify' is not defined. + +public/src/client/recent.js: line 3, col 1, 'define' is not defined. +public/src/client/recent.js: line 7, col 5, 'app' is not defined. + +public/src/client/register.js: line 59, col 107, Line is too long. +public/src/client/register.js: line 124, col 119, Line is too long. +public/src/client/register.js: line 179, col 103, Line is too long. +public/src/client/register.js: line 4, col 1, 'define' is not defined. +public/src/client/register.js: line 12, col 22, '$' is not defined. +public/src/client/register.js: line 13, col 22, '$' is not defined. +public/src/client/register.js: line 14, col 30, '$' is not defined. +public/src/client/register.js: line 15, col 22, '$' is not defined. +public/src/client/register.js: line 19, col 5, '$' is not defined. +public/src/client/register.js: line 23, col 7, '$' is not defined. +public/src/client/register.js: line 28, col 7, '$' is not defined. +public/src/client/register.js: line 51, col 7, '$' is not defined. +public/src/client/register.js: line 62, col 27, '$' is not defined. +public/src/client/register.js: line 63, col 23, '$' is not defined. +public/src/client/register.js: line 88, col 26, '$' is not defined. +public/src/client/register.js: line 114, col 5, '$' is not defined. +public/src/client/register.js: line 120, col 29, '$' is not defined. +public/src/client/register.js: line 122, col 27, '$' is not defined. +public/src/client/register.js: line 147, col 27, '$' is not defined. +public/src/client/register.js: line 148, col 29, '$' is not defined. +public/src/client/register.js: line 149, col 37, '$' is not defined. +public/src/client/register.js: line 155, col 24, '$' is not defined. +public/src/client/register.js: line 170, col 34, '$' is not defined. +public/src/client/register.js: line 171, col 29, '$' is not defined. +public/src/client/register.js: line 172, col 37, '$' is not defined. +public/src/client/register.js: line 210, col 22, '$' is not defined. +public/src/client/register.js: line 211, col 22, '$' is not defined. +public/src/client/register.js: line 21, col 19, 'utils' is not defined. +public/src/client/register.js: line 84, col 32, 'utils' is not defined. +public/src/client/register.js: line 86, col 30, 'utils' is not defined. +public/src/client/register.js: line 128, col 17, 'utils' is not defined. +public/src/client/register.js: line 153, col 7, 'utils' is not defined. +public/src/client/register.js: line 76, col 29, 'config' is not defined. +public/src/client/register.js: line 99, col 53, 'config' is not defined. +public/src/client/register.js: line 101, col 40, 'config' is not defined. +public/src/client/register.js: line 209, col 26, 'config' is not defined. +public/src/client/register.js: line 209, col 49, 'config' is not defined. +public/src/client/register.js: line 211, col 73, 'config' is not defined. +public/src/client/register.js: line 94, col 17, 'ajaxify' is not defined. +public/src/client/register.js: line 124, col 27, 'ajaxify' is not defined. +public/src/client/register.js: line 124, col 83, 'ajaxify' is not defined. +public/src/client/register.js: line 126, col 34, 'ajaxify' is not defined. +public/src/client/register.js: line 209, col 10, 'app' is not defined. + +public/src/client/reset.js: line 4, col 1, 'define' is not defined. +public/src/client/reset.js: line 8, col 21, '$' is not defined. +public/src/client/reset.js: line 9, col 21, '$' is not defined. +public/src/client/reset.js: line 10, col 23, '$' is not defined. +public/src/client/reset.js: line 12, col 5, '$' is not defined. +public/src/client/reset.js: line 14, col 9, 'socket' is not defined. + +public/src/client/reset_code.js: line 22, col 131, Line is too long. +public/src/client/reset_code.js: line 4, col 1, 'define' is not defined. +public/src/client/reset_code.js: line 8, col 24, 'ajaxify' is not defined. +public/src/client/reset_code.js: line 28, col 13, 'ajaxify' is not defined. +public/src/client/reset_code.js: line 10, col 21, '$' is not defined. +public/src/client/reset_code.js: line 11, col 22, '$' is not defined. +public/src/client/reset_code.js: line 12, col 20, '$' is not defined. +public/src/client/reset_code.js: line 35, col 9, '$' is not defined. +public/src/client/reset_code.js: line 36, col 9, '$' is not defined. +public/src/client/reset_code.js: line 16, col 9, 'utils' is not defined. +public/src/client/reset_code.js: line 23, col 9, 'socket' is not defined. +public/src/client/reset_code.js: line 32, col 34, 'config' is not defined. + +public/src/client/search.js: line 95, col 108, Line is too long. +public/src/client/search.js: line 146, col 107, Line is too long. +public/src/client/search.js: line 235, col 41, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/search.js: line 260, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/search.js: line 318, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/search.js: line 334, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/search.js: line 363, col 74, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/search.js: line 4, col 1, 'define' is not defined. +public/src/client/search.js: line 20, col 22, '$' is not defined. +public/src/client/search.js: line 25, col 25, '$' is not defined. +public/src/client/search.js: line 28, col 7, '$' is not defined. +public/src/client/search.js: line 31, col 5, '$' is not defined. +public/src/client/search.js: line 40, col 24, '$' is not defined. +public/src/client/search.js: line 41, col 23, '$' is not defined. +public/src/client/search.js: line 43, col 5, '$' is not defined. +public/src/client/search.js: line 51, col 21, '$' is not defined. +public/src/client/search.js: line 52, col 19, '$' is not defined. +public/src/client/search.js: line 78, col 5, '$' is not defined. +public/src/client/search.js: line 84, col 22, '$' is not defined. +public/src/client/search.js: line 85, col 5, '$' is not defined. +public/src/client/search.js: line 89, col 26, '$' is not defined. +public/src/client/search.js: line 89, col 63, '$' is not defined. +public/src/client/search.js: line 95, col 22, '$' is not defined. +public/src/client/search.js: line 95, col 66, '$' is not defined. +public/src/client/search.js: line 96, col 5, '$' is not defined. +public/src/client/search.js: line 100, col 29, '$' is not defined. +public/src/client/search.js: line 100, col 57, '$' is not defined. +public/src/client/search.js: line 106, col 22, '$' is not defined. +public/src/client/search.js: line 107, col 5, '$' is not defined. +public/src/client/search.js: line 111, col 29, '$' is not defined. +public/src/client/search.js: line 111, col 70, '$' is not defined. +public/src/client/search.js: line 117, col 18, '$' is not defined. +public/src/client/search.js: line 119, col 11, '$' is not defined. +public/src/client/search.js: line 121, col 23, '$' is not defined. +public/src/client/search.js: line 147, col 5, '$' is not defined. +public/src/client/search.js: line 160, col 9, '$' is not defined. +public/src/client/search.js: line 163, col 7, '$' is not defined. +public/src/client/search.js: line 167, col 9, '$' is not defined. +public/src/client/search.js: line 171, col 9, '$' is not defined. +public/src/client/search.js: line 177, col 11, '$' is not defined. +public/src/client/search.js: line 182, col 9, '$' is not defined. +public/src/client/search.js: line 186, col 9, '$' is not defined. +public/src/client/search.js: line 192, col 11, '$' is not defined. +public/src/client/search.js: line 197, col 9, '$' is not defined. +public/src/client/search.js: line 198, col 9, '$' is not defined. +public/src/client/search.js: line 202, col 9, '$' is not defined. +public/src/client/search.js: line 203, col 9, '$' is not defined. +public/src/client/search.js: line 207, col 9, '$' is not defined. +public/src/client/search.js: line 209, col 7, '$' is not defined. +public/src/client/search.js: line 218, col 5, '$' is not defined. +public/src/client/search.js: line 235, col 5, '$' is not defined. +public/src/client/search.js: line 238, col 7, '$' is not defined. +public/src/client/search.js: line 239, col 7, '$' is not defined. +public/src/client/search.js: line 240, col 7, '$' is not defined. +public/src/client/search.js: line 241, col 7, '$' is not defined. +public/src/client/search.js: line 242, col 7, '$' is not defined. +public/src/client/search.js: line 244, col 26, '$' is not defined. +public/src/client/search.js: line 245, col 25, '$' is not defined. +public/src/client/search.js: line 256, col 24, '$' is not defined. +public/src/client/search.js: line 279, col 9, '$' is not defined. +public/src/client/search.js: line 364, col 34, '$' is not defined. +public/src/client/search.js: line 376, col 25, '$' is not defined. +public/src/client/search.js: line 39, col 28, 'ajaxify' is not defined. +public/src/client/search.js: line 40, col 56, 'ajaxify' is not defined. +public/src/client/search.js: line 41, col 54, 'ajaxify' is not defined. +public/src/client/search.js: line 159, col 11, 'ajaxify' is not defined. +public/src/client/search.js: line 160, col 32, 'ajaxify' is not defined. +public/src/client/search.js: line 162, col 36, 'ajaxify' is not defined. +public/src/client/search.js: line 206, col 30, 'ajaxify' is not defined. +public/src/client/search.js: line 207, col 51, 'ajaxify' is not defined. +public/src/client/search.js: line 239, col 27, 'ajaxify' is not defined. +public/src/client/search.js: line 240, col 30, 'ajaxify' is not defined. +public/src/client/search.js: line 254, col 5, 'ajaxify' is not defined. +public/src/client/search.js: line 263, col 9, 'ajaxify' is not defined. +public/src/client/search.js: line 266, col 11, 'ajaxify' is not defined. +public/src/client/search.js: line 269, col 11, 'ajaxify' is not defined. +public/src/client/search.js: line 272, col 11, 'ajaxify' is not defined. +public/src/client/search.js: line 151, col 20, 'utils' is not defined. +public/src/client/search.js: line 156, col 22, 'utils' is not defined. +public/src/client/search.js: line 325, col 26, 'utils' is not defined. +public/src/client/search.js: line 369, col 60, 'utils' is not defined. +public/src/client/search.js: line 237, col 26, 'app' is not defined. +public/src/client/search.js: line 319, col 26, 'app' is not defined. +public/src/client/search.js: line 338, col 13, 'app' is not defined. +public/src/client/search.js: line 359, col 26, 'app' is not defined. +public/src/client/search.js: line 370, col 11, 'app' is not defined. +public/src/client/search.js: line 382, col 33, 'app' is not defined. +public/src/client/search.js: line 339, col 26, 'socket' is not defined. + +public/src/client/tag.js: line 3, col 1, 'define' is not defined. +public/src/client/tag.js: line 9, col 5, 'app' is not defined. +public/src/client/tag.js: line 13, col 5, '$' is not defined. +public/src/client/tag.js: line 17, col 5, '$' is not defined. +public/src/client/tag.js: line 22, col 28, 'ajaxify' is not defined. +public/src/client/tag.js: line 39, col 57, 'ajaxify' is not defined. + +public/src/client/tags.js: line 14, col 106, Line is too long. +public/src/client/tags.js: line 4, col 1, 'define' is not defined. +public/src/client/tags.js: line 8, col 5, 'app' is not defined. +public/src/client/tags.js: line 55, col 5, 'app' is not defined. +public/src/client/tags.js: line 9, col 5, '$' is not defined. +public/src/client/tags.js: line 10, col 12, '$' is not defined. +public/src/client/tags.js: line 14, col 56, '$' is not defined. +public/src/client/tags.js: line 26, col 27, '$' is not defined. +public/src/client/tags.js: line 26, col 52, '$' is not defined. +public/src/client/tags.js: line 31, col 14, '$' is not defined. +public/src/client/tags.js: line 35, col 9, '$' is not defined. +public/src/client/tags.js: line 56, col 7, '$' is not defined. +public/src/client/tags.js: line 9, col 49, 'utils' is not defined. +public/src/client/tags.js: line 14, col 7, 'socket' is not defined. +public/src/client/tags.js: line 43, col 5, 'socket' is not defined. + +public/src/client/top.js: line 3, col 1, 'define' is not defined. +public/src/client/top.js: line 7, col 5, 'app' is not defined. + +public/src/client/topic/change-owner.js: line 57, col 116, Line is too long. +public/src/client/topic/change-owner.js: line 4, col 1, 'define' is not defined. +public/src/client/topic/change-owner.js: line 19, col 5, 'app' is not defined. +public/src/client/topic/change-owner.js: line 24, col 7, '$' is not defined. +public/src/client/topic/change-owner.js: line 75, col 7, 'ajaxify' is not defined. + +public/src/client/topic/crosspost.js: line 105, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/topic/crosspost.js: line 4, col 1, 'define' is not defined. +public/src/client/topic/crosspost.js: line 16, col 21, 'ajaxify' is not defined. +public/src/client/topic/crosspost.js: line 17, col 25, 'ajaxify' is not defined. +public/src/client/topic/crosspost.js: line 29, col 11, 'ajaxify' is not defined. +public/src/client/topic/crosspost.js: line 30, col 16, 'ajaxify' is not defined. +public/src/client/topic/crosspost.js: line 30, col 60, 'ajaxify' is not defined. +public/src/client/topic/crosspost.js: line 33, col 15, 'ajaxify' is not defined. +public/src/client/topic/crosspost.js: line 38, col 18, 'ajaxify' is not defined. +public/src/client/topic/crosspost.js: line 51, col 32, 'ajaxify' is not defined. +public/src/client/topic/crosspost.js: line 52, col 11, 'ajaxify' is not defined. +public/src/client/topic/crosspost.js: line 53, col 30, 'ajaxify' is not defined. +public/src/client/topic/crosspost.js: line 109, col 7, 'ajaxify' is not defined. +public/src/client/topic/crosspost.js: line 110, col 72, 'ajaxify' is not defined. +public/src/client/topic/crosspost.js: line 44, col 5, 'app' is not defined. +public/src/client/topic/crosspost.js: line 110, col 26, 'app' is not defined. +public/src/client/topic/crosspost.js: line 46, col 7, '$' is not defined. +public/src/client/topic/crosspost.js: line 55, col 27, '$' is not defined. +public/src/client/topic/crosspost.js: line 69, col 52, 'utils' is not defined. + +public/src/client/topic/delete-posts.js: line 3, col 1, 'define' is not defined. +public/src/client/topic/delete-posts.js: line 13, col 11, 'ajaxify' is not defined. +public/src/client/topic/delete-posts.js: line 49, col 9, 'ajaxify' is not defined. +public/src/client/topic/delete-posts.js: line 49, col 51, 'ajaxify' is not defined. +public/src/client/topic/delete-posts.js: line 15, col 5, '$' is not defined. +public/src/client/topic/delete-posts.js: line 24, col 7, '$' is not defined. +public/src/client/topic/delete-posts.js: line 51, col 7, '$' is not defined. +public/src/client/topic/delete-posts.js: line 21, col 5, 'app' is not defined. + +public/src/client/topic/diffs.js: line 3, col 113, Line is too long. +public/src/client/topic/diffs.js: line 5, col 115, Line is too long. +public/src/client/topic/diffs.js: line 104, col 108, Line is too long. +public/src/client/topic/diffs.js: line 3, col 1, 'define' is not defined. +public/src/client/topic/diffs.js: line 8, col 10, 'config' is not defined. +public/src/client/topic/diffs.js: line 56, col 10, 'config' is not defined. +public/src/client/topic/diffs.js: line 73, col 10, 'config' is not defined. +public/src/client/topic/diffs.js: line 104, col 56, 'config' is not defined. +public/src/client/topic/diffs.js: line 63, col 7, 'app' is not defined. +public/src/client/topic/diffs.js: line 118, col 7, 'app' is not defined. + +public/src/client/topic/events.js: line 70, col 117, Line is too long. +public/src/client/topic/events.js: line 121, col 105, Line is too long. +public/src/client/topic/events.js: line 122, col 144, Line is too long. +public/src/client/topic/events.js: line 153, col 140, Line is too long. +public/src/client/topic/events.js: line 230, col 103, Line is too long. +public/src/client/topic/events.js: line 239, col 112, Line is too long. +public/src/client/topic/events.js: line 5, col 1, 'define' is not defined. +public/src/client/topic/events.js: line 55, col 7, 'socket' is not defined. +public/src/client/topic/events.js: line 61, col 7, 'socket' is not defined. +public/src/client/topic/events.js: line 285, col 7, 'socket' is not defined. +public/src/client/topic/events.js: line 66, col 5, 'app' is not defined. +public/src/client/topic/events.js: line 149, col 11, 'app' is not defined. +public/src/client/topic/events.js: line 209, col 52, 'app' is not defined. +public/src/client/topic/events.js: line 66, col 26, '$' is not defined. +public/src/client/topic/events.js: line 70, col 19, '$' is not defined. +public/src/client/topic/events.js: line 71, col 14, '$' is not defined. +public/src/client/topic/events.js: line 73, col 32, '$' is not defined. +public/src/client/topic/events.js: line 79, col 5, '$' is not defined. +public/src/client/topic/events.js: line 80, col 14, '$' is not defined. +public/src/client/topic/events.js: line 105, col 21, '$' is not defined. +public/src/client/topic/events.js: line 107, col 27, '$' is not defined. +public/src/client/topic/events.js: line 109, col 21, '$' is not defined. +public/src/client/topic/events.js: line 160, col 24, '$' is not defined. +public/src/client/topic/events.js: line 167, col 34, '$' is not defined. +public/src/client/topic/events.js: line 194, col 7, '$' is not defined. +public/src/client/topic/events.js: line 202, col 5, '$' is not defined. +public/src/client/topic/events.js: line 225, col 22, '$' is not defined. +public/src/client/topic/events.js: line 228, col 25, '$' is not defined. +public/src/client/topic/events.js: line 239, col 16, '$' is not defined. +public/src/client/topic/events.js: line 240, col 14, '$' is not defined. +public/src/client/topic/events.js: line 273, col 18, '$' is not defined. +public/src/client/topic/events.js: line 275, col 14, '$' is not defined. +public/src/client/topic/events.js: line 278, col 14, '$' is not defined. +public/src/client/topic/events.js: line 86, col 7, 'ajaxify' is not defined. +public/src/client/topic/events.js: line 87, col 7, 'ajaxify' is not defined. +public/src/client/topic/events.js: line 88, col 35, 'ajaxify' is not defined. +public/src/client/topic/events.js: line 90, col 7, 'ajaxify' is not defined. +public/src/client/topic/events.js: line 90, col 32, 'ajaxify' is not defined. +public/src/client/topic/events.js: line 95, col 58, 'ajaxify' is not defined. +public/src/client/topic/events.js: line 96, col 7, 'ajaxify' is not defined. +public/src/client/topic/events.js: line 101, col 65, 'ajaxify' is not defined. +public/src/client/topic/events.js: line 116, col 14, 'ajaxify' is not defined. +public/src/client/topic/events.js: line 120, col 7, 'ajaxify' is not defined. +public/src/client/topic/events.js: line 190, col 54, 'ajaxify' is not defined. +public/src/client/topic/events.js: line 197, col 5, 'ajaxify' is not defined. +public/src/client/topic/events.js: line 198, col 31, 'ajaxify' is not defined. +public/src/client/topic/events.js: line 208, col 30, 'ajaxify' is not defined. +public/src/client/topic/events.js: line 283, col 17, 'ajaxify' is not defined. +public/src/client/topic/events.js: line 122, col 108, 'config' is not defined. +public/src/client/topic/events.js: line 153, col 119, 'config' is not defined. +public/src/client/topic/events.js: line 146, col 24, 'utils' is not defined. + +public/src/client/topic/fork.js: line 103, col 109, Line is too long. +public/src/client/topic/fork.js: line 4, col 1, 'define' is not defined. +public/src/client/topic/fork.js: line 14, col 15, 'ajaxify' is not defined. +public/src/client/topic/fork.js: line 15, col 24, 'ajaxify' is not defined. +public/src/client/topic/fork.js: line 56, col 9, 'ajaxify' is not defined. +public/src/client/topic/fork.js: line 56, col 51, 'ajaxify' is not defined. +public/src/client/topic/fork.js: line 89, col 11, 'ajaxify' is not defined. +public/src/client/topic/fork.js: line 17, col 5, '$' is not defined. +public/src/client/topic/fork.js: line 30, col 7, '$' is not defined. +public/src/client/topic/fork.js: line 58, col 7, '$' is not defined. +public/src/client/topic/fork.js: line 75, col 11, '$' is not defined. +public/src/client/topic/fork.js: line 23, col 5, 'app' is not defined. +public/src/client/topic/fork.js: line 67, col 5, 'socket' is not defined. + +public/src/client/topic/images.js: line 4, col 1, 'define' is not defined. +public/src/client/topic/images.js: line 11, col 30, '$' is not defined. +public/src/client/topic/images.js: line 22, col 11, 'utils' is not defined. +public/src/client/topic/images.js: line 31, col 46, 'utils' is not defined. + +public/src/client/topic/manage-editors.js: line 12, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/topic/manage-editors.js: line 4, col 1, 'define' is not defined. +public/src/client/topic/manage-editors.js: line 18, col 25, 'socket' is not defined. +public/src/client/topic/manage-editors.js: line 60, col 5, 'socket' is not defined. +public/src/client/topic/manage-editors.js: line 19, col 5, 'app' is not defined. +public/src/client/topic/manage-editors.js: line 38, col 11, 'app' is not defined. +public/src/client/topic/manage-editors.js: line 26, col 7, '$' is not defined. +public/src/client/topic/manage-editors.js: line 48, col 20, '$' is not defined. +public/src/client/topic/manage-editors.js: line 58, col 23, '$' is not defined. + +public/src/client/topic/merge.js: line 88, col 23, If a strict mode function is executed using function invocation, its 'this' value will be undefined. +public/src/client/topic/merge.js: line 4, col 1, 'define' is not defined. +public/src/client/topic/merge.js: line 16, col 5, 'app' is not defined. +public/src/client/topic/merge.js: line 136, col 7, 'app' is not defined. +public/src/client/topic/merge.js: line 19, col 7, '$' is not defined. +public/src/client/topic/merge.js: line 25, col 7, '$' is not defined. +public/src/client/topic/merge.js: line 47, col 24, '$' is not defined. +public/src/client/topic/merge.js: line 54, col 27, '$' is not defined. +public/src/client/topic/merge.js: line 88, col 21, '$' is not defined. +public/src/client/topic/merge.js: line 165, col 5, '$' is not defined. +public/src/client/topic/merge.js: line 112, col 5, 'socket' is not defined. +public/src/client/topic/merge.js: line 117, col 7, 'ajaxify' is not defined. +public/src/client/topic/merge.js: line 137, col 17, 'config' is not defined. + +public/src/client/topic/move-post.js: line 109, col 122, Line is too long. +public/src/client/topic/move-post.js: line 113, col 108, Line is too long. +public/src/client/topic/move-post.js: line 4, col 1, 'define' is not defined. +public/src/client/topic/move-post.js: line 17, col 15, 'ajaxify' is not defined. +public/src/client/topic/move-post.js: line 76, col 9, 'ajaxify' is not defined. +public/src/client/topic/move-post.js: line 76, col 40, 'ajaxify' is not defined. +public/src/client/topic/move-post.js: line 77, col 14, 'ajaxify' is not defined. +public/src/client/topic/move-post.js: line 79, col 19, 'ajaxify' is not defined. +public/src/client/topic/move-post.js: line 92, col 12, 'ajaxify' is not defined. +public/src/client/topic/move-post.js: line 92, col 43, 'ajaxify' is not defined. +public/src/client/topic/move-post.js: line 152, col 31, 'ajaxify' is not defined. +public/src/client/topic/move-post.js: line 153, col 37, 'ajaxify' is not defined. +public/src/client/topic/move-post.js: line 154, col 9, 'ajaxify' is not defined. +public/src/client/topic/move-post.js: line 18, col 5, 'app' is not defined. +public/src/client/topic/move-post.js: line 23, col 7, '$' is not defined. +public/src/client/topic/move-post.js: line 34, col 7, '$' is not defined. +public/src/client/topic/move-post.js: line 149, col 11, '$' is not defined. +public/src/client/topic/move-post.js: line 165, col 7, '$' is not defined. +public/src/client/topic/move-post.js: line 26, col 46, 'utils' is not defined. +public/src/client/topic/move-post.js: line 47, col 13, 'config' is not defined. +public/src/client/topic/move-post.js: line 53, col 22, 'config' is not defined. + +public/src/client/topic/move.js: line 4, col 1, 'define' is not defined. +public/src/client/topic/move.js: line 24, col 5, 'app' is not defined. +public/src/client/topic/move.js: line 26, col 7, '$' is not defined. +public/src/client/topic/move.js: line 68, col 11, 'config' is not defined. +public/src/client/topic/move.js: line 74, col 20, 'config' is not defined. +public/src/client/topic/move.js: line 101, col 7, 'socket' is not defined. + +public/src/client/topic/postTools.js: line 15, col 101, Line is too long. +public/src/client/topic/postTools.js: line 56, col 56, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/topic/postTools.js: line 79, col 148, Line is too long. +public/src/client/topic/postTools.js: line 82, col 125, Line is too long. +public/src/client/topic/postTools.js: line 83, col 128, Line is too long. +public/src/client/topic/postTools.js: line 84, col 126, Line is too long. +public/src/client/topic/postTools.js: line 120, col 145, Line is too long. +public/src/client/topic/postTools.js: line 201, col 115, Line is too long. +public/src/client/topic/postTools.js: line 219, col 110, Line is too long. +public/src/client/topic/postTools.js: line 233, col 102, Line is too long. +public/src/client/topic/postTools.js: line 239, col 106, Line is too long. +public/src/client/topic/postTools.js: line 293, col 102, Line is too long. +public/src/client/topic/postTools.js: line 299, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/topic/postTools.js: line 302, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/topic/postTools.js: line 332, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/topic/postTools.js: line 335, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/topic/postTools.js: line 358, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/topic/postTools.js: line 362, col 101, Line is too long. +public/src/client/topic/postTools.js: line 439, col 113, Line is too long. +public/src/client/topic/postTools.js: line 441, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/topic/postTools.js: line 449, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/topic/postTools.js: line 504, col 148, Line is too long. +public/src/client/topic/postTools.js: line 544, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/topic/postTools.js: line 558, col 152, Line is too long. +public/src/client/topic/postTools.js: line 570, col 105, Line is too long. +public/src/client/topic/postTools.js: line 574, col 102, Line is too long. +public/src/client/topic/postTools.js: line 586, col 108, Line is too long. +public/src/client/topic/postTools.js: line 4, col 1, 'define' is not defined. +public/src/client/topic/postTools.js: line 27, col 28, 'ajaxify' is not defined. +public/src/client/topic/postTools.js: line 31, col 31, 'ajaxify' is not defined. +public/src/client/topic/postTools.js: line 120, col 50, 'ajaxify' is not defined. +public/src/client/topic/postTools.js: line 120, col 106, 'ajaxify' is not defined. +public/src/client/topic/postTools.js: line 122, col 16, 'ajaxify' is not defined. +public/src/client/topic/postTools.js: line 191, col 41, 'ajaxify' is not defined. +public/src/client/topic/postTools.js: line 200, col 37, 'ajaxify' is not defined. +public/src/client/topic/postTools.js: line 212, col 43, 'ajaxify' is not defined. +public/src/client/topic/postTools.js: line 219, col 12, 'ajaxify' is not defined. +public/src/client/topic/postTools.js: line 316, col 18, 'ajaxify' is not defined. +public/src/client/topic/postTools.js: line 325, col 18, 'ajaxify' is not defined. +public/src/client/topic/postTools.js: line 344, col 18, 'ajaxify' is not defined. +public/src/client/topic/postTools.js: line 476, col 37, 'ajaxify' is not defined. +public/src/client/topic/postTools.js: line 481, col 43, 'ajaxify' is not defined. +public/src/client/topic/postTools.js: line 484, col 29, 'ajaxify' is not defined. +public/src/client/topic/postTools.js: line 504, col 56, 'ajaxify' is not defined. +public/src/client/topic/postTools.js: line 504, col 109, 'ajaxify' is not defined. +public/src/client/topic/postTools.js: line 506, col 22, 'ajaxify' is not defined. +public/src/client/topic/postTools.js: line 522, col 10, 'ajaxify' is not defined. +public/src/client/topic/postTools.js: line 553, col 62, 'ajaxify' is not defined. +public/src/client/topic/postTools.js: line 570, col 92, 'ajaxify' is not defined. +public/src/client/topic/postTools.js: line 576, col 65, 'ajaxify' is not defined. +public/src/client/topic/postTools.js: line 39, col 5, '$' is not defined. +public/src/client/topic/postTools.js: line 40, col 21, '$' is not defined. +public/src/client/topic/postTools.js: line 107, col 22, '$' is not defined. +public/src/client/topic/postTools.js: line 111, col 22, '$' is not defined. +public/src/client/topic/postTools.js: line 114, col 5, '$' is not defined. +public/src/client/topic/postTools.js: line 116, col 22, '$' is not defined. +public/src/client/topic/postTools.js: line 119, col 5, '$' is not defined. +public/src/client/topic/postTools.js: line 129, col 27, '$' is not defined. +public/src/client/topic/postTools.js: line 129, col 44, '$' is not defined. +public/src/client/topic/postTools.js: line 133, col 31, '$' is not defined. +public/src/client/topic/postTools.js: line 137, col 31, '$' is not defined. +public/src/client/topic/postTools.js: line 141, col 31, '$' is not defined. +public/src/client/topic/postTools.js: line 145, col 36, '$' is not defined. +public/src/client/topic/postTools.js: line 149, col 27, '$' is not defined. +public/src/client/topic/postTools.js: line 159, col 22, '$' is not defined. +public/src/client/topic/postTools.js: line 171, col 27, '$' is not defined. +public/src/client/topic/postTools.js: line 181, col 22, '$' is not defined. +public/src/client/topic/postTools.js: line 188, col 19, '$' is not defined. +public/src/client/topic/postTools.js: line 202, col 21, '$' is not defined. +public/src/client/topic/postTools.js: line 210, col 19, '$' is not defined. +public/src/client/topic/postTools.js: line 214, col 26, '$' is not defined. +public/src/client/topic/postTools.js: line 251, col 24, '$' is not defined. +public/src/client/topic/postTools.js: line 255, col 17, '$' is not defined. +public/src/client/topic/postTools.js: line 259, col 19, '$' is not defined. +public/src/client/topic/postTools.js: line 266, col 19, '$' is not defined. +public/src/client/topic/postTools.js: line 273, col 19, '$' is not defined. +public/src/client/topic/postTools.js: line 280, col 18, '$' is not defined. +public/src/client/topic/postTools.js: line 290, col 16, '$' is not defined. +public/src/client/topic/postTools.js: line 295, col 21, '$' is not defined. +public/src/client/topic/postTools.js: line 326, col 46, '$' is not defined. +public/src/client/topic/postTools.js: line 363, col 26, '$' is not defined. +public/src/client/topic/postTools.js: line 373, col 22, '$' is not defined. +public/src/client/topic/postTools.js: line 375, col 36, '$' is not defined. +public/src/client/topic/postTools.js: line 527, col 5, '$' is not defined. +public/src/client/topic/postTools.js: line 528, col 5, '$' is not defined. +public/src/client/topic/postTools.js: line 531, col 9, '$' is not defined. +public/src/client/topic/postTools.js: line 534, col 5, '$' is not defined. +public/src/client/topic/postTools.js: line 545, col 28, '$' is not defined. +public/src/client/topic/postTools.js: line 554, col 25, '$' is not defined. +public/src/client/topic/postTools.js: line 555, col 26, '$' is not defined. +public/src/client/topic/postTools.js: line 571, col 9, '$' is not defined. +public/src/client/topic/postTools.js: line 579, col 7, '$' is not defined. +public/src/client/topic/postTools.js: line 581, col 9, '$' is not defined. +public/src/client/topic/postTools.js: line 585, col 32, '$' is not defined. +public/src/client/topic/postTools.js: line 56, col 7, 'socket' is not defined. +public/src/client/topic/postTools.js: line 281, col 7, 'socket' is not defined. +public/src/client/topic/postTools.js: line 62, col 28, 'app' is not defined. +public/src/client/topic/postTools.js: line 570, col 34, 'app' is not defined. +public/src/client/topic/postTools.js: line 120, col 76, 'config' is not defined. +public/src/client/topic/postTools.js: line 200, col 9, 'config' is not defined. +public/src/client/topic/postTools.js: line 504, col 79, 'config' is not defined. +public/src/client/topic/postTools.js: line 519, col 29, 'utils' is not defined. + +public/src/client/topic/posts.js: line 14, col 112, Line is too long. +public/src/client/topic/posts.js: line 34, col 106, Line is too long. +public/src/client/topic/posts.js: line 66, col 129, Line is too long. +public/src/client/topic/posts.js: line 67, col 133, Line is too long. +public/src/client/topic/posts.js: line 72, col 106, Line is too long. +public/src/client/topic/posts.js: line 101, col 111, Line is too long. +public/src/client/topic/posts.js: line 102, col 116, Line is too long. +public/src/client/topic/posts.js: line 110, col 101, Line is too long. +public/src/client/topic/posts.js: line 112, col 106, Line is too long. +public/src/client/topic/posts.js: line 123, col 152, Line is too long. +public/src/client/topic/posts.js: line 131, col 118, Line is too long. +public/src/client/topic/posts.js: line 133, col 111, Line is too long. +public/src/client/topic/posts.js: line 141, col 139, Line is too long. +public/src/client/topic/posts.js: line 213, col 106, Line is too long. +public/src/client/topic/posts.js: line 213, col 84, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/topic/posts.js: line 219, col 109, Line is too long. +public/src/client/topic/posts.js: line 222, col 127, Line is too long. +public/src/client/topic/posts.js: line 254, col 107, Line is too long. +public/src/client/topic/posts.js: line 278, col 113, Line is too long. +public/src/client/topic/posts.js: line 287, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/topic/posts.js: line 298, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/topic/posts.js: line 306, col 14, 'object spread property' is only available in ES9 (use 'esversion: 9'). +public/src/client/topic/posts.js: line 324, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/topic/posts.js: line 326, col 122, Line is too long. +public/src/client/topic/posts.js: line 332, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/topic/posts.js: line 338, col 103, Line is too long. +public/src/client/topic/posts.js: line 351, col 132, Line is too long. +public/src/client/topic/posts.js: line 356, col 105, Line is too long. +public/src/client/topic/posts.js: line 412, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/topic/posts.js: line 444, col 118, Line is too long. +public/src/client/topic/posts.js: line 4, col 1, 'define' is not defined. +public/src/client/topic/posts.js: line 18, col 19, '$' is not defined. +public/src/client/topic/posts.js: line 58, col 5, '$' is not defined. +public/src/client/topic/posts.js: line 88, col 35, '$' is not defined. +public/src/client/topic/posts.js: line 89, col 9, '$' is not defined. +public/src/client/topic/posts.js: line 110, col 31, '$' is not defined. +public/src/client/topic/posts.js: line 123, col 5, '$' is not defined. +public/src/client/topic/posts.js: line 125, col 9, '$' is not defined. +public/src/client/topic/posts.js: line 133, col 33, '$' is not defined. +public/src/client/topic/posts.js: line 141, col 29, '$' is not defined. +public/src/client/topic/posts.js: line 163, col 24, '$' is not defined. +public/src/client/topic/posts.js: line 168, col 24, '$' is not defined. +public/src/client/topic/posts.js: line 175, col 13, '$' is not defined. +public/src/client/topic/posts.js: line 192, col 34, '$' is not defined. +public/src/client/topic/posts.js: line 215, col 23, '$' is not defined. +public/src/client/topic/posts.js: line 219, col 48, '$' is not defined. +public/src/client/topic/posts.js: line 222, col 53, '$' is not defined. +public/src/client/topic/posts.js: line 228, col 24, '$' is not defined. +public/src/client/topic/posts.js: line 235, col 42, '$' is not defined. +public/src/client/topic/posts.js: line 263, col 25, '$' is not defined. +public/src/client/topic/posts.js: line 278, col 33, '$' is not defined. +public/src/client/topic/posts.js: line 311, col 7, '$' is not defined. +public/src/client/topic/posts.js: line 313, col 24, '$' is not defined. +public/src/client/topic/posts.js: line 317, col 9, '$' is not defined. +public/src/client/topic/posts.js: line 321, col 5, '$' is not defined. +public/src/client/topic/posts.js: line 331, col 21, '$' is not defined. +public/src/client/topic/posts.js: line 333, col 14, '$' is not defined. +public/src/client/topic/posts.js: line 347, col 30, '$' is not defined. +public/src/client/topic/posts.js: line 348, col 11, '$' is not defined. +public/src/client/topic/posts.js: line 351, col 102, '$' is not defined. +public/src/client/topic/posts.js: line 354, col 11, '$' is not defined. +public/src/client/topic/posts.js: line 372, col 29, '$' is not defined. +public/src/client/topic/posts.js: line 385, col 7, '$' is not defined. +public/src/client/topic/posts.js: line 385, col 36, '$' is not defined. +public/src/client/topic/posts.js: line 402, col 9, '$' is not defined. +public/src/client/topic/posts.js: line 403, col 19, '$' is not defined. +public/src/client/topic/posts.js: line 419, col 25, '$' is not defined. +public/src/client/topic/posts.js: line 420, col 19, '$' is not defined. +public/src/client/topic/posts.js: line 421, col 50, '$' is not defined. +public/src/client/topic/posts.js: line 422, col 7, '$' is not defined. +public/src/client/topic/posts.js: line 431, col 11, '$' is not defined. +public/src/client/topic/posts.js: line 432, col 26, '$' is not defined. +public/src/client/topic/posts.js: line 439, col 27, '$' is not defined. +public/src/client/topic/posts.js: line 442, col 21, '$' is not defined. +public/src/client/topic/posts.js: line 25, col 44, 'ajaxify' is not defined. +public/src/client/topic/posts.js: line 31, col 23, 'ajaxify' is not defined. +public/src/client/topic/posts.js: line 43, col 5, 'ajaxify' is not defined. +public/src/client/topic/posts.js: line 44, col 31, 'ajaxify' is not defined. +public/src/client/topic/posts.js: line 64, col 65, 'ajaxify' is not defined. +public/src/client/topic/posts.js: line 66, col 34, 'ajaxify' is not defined. +public/src/client/topic/posts.js: line 66, col 93, 'ajaxify' is not defined. +public/src/client/topic/posts.js: line 67, col 36, 'ajaxify' is not defined. +public/src/client/topic/posts.js: line 67, col 97, 'ajaxify' is not defined. +public/src/client/topic/posts.js: line 69, col 33, 'ajaxify' is not defined. +public/src/client/topic/posts.js: line 70, col 32, 'ajaxify' is not defined. +public/src/client/topic/posts.js: line 71, col 28, 'ajaxify' is not defined. +public/src/client/topic/posts.js: line 73, col 27, 'ajaxify' is not defined. +public/src/client/topic/posts.js: line 101, col 5, 'ajaxify' is not defined. +public/src/client/topic/posts.js: line 105, col 7, 'ajaxify' is not defined. +public/src/client/topic/posts.js: line 105, col 47, 'ajaxify' is not defined. +public/src/client/topic/posts.js: line 107, col 11, 'ajaxify' is not defined. +public/src/client/topic/posts.js: line 112, col 16, 'ajaxify' is not defined. +public/src/client/topic/posts.js: line 115, col 29, 'ajaxify' is not defined. +public/src/client/topic/posts.js: line 123, col 61, 'ajaxify' is not defined. +public/src/client/topic/posts.js: line 123, col 87, 'ajaxify' is not defined. +public/src/client/topic/posts.js: line 134, col 62, 'ajaxify' is not defined. +public/src/client/topic/posts.js: line 139, col 14, 'ajaxify' is not defined. +public/src/client/topic/posts.js: line 151, col 26, 'ajaxify' is not defined. +public/src/client/topic/posts.js: line 213, col 63, 'ajaxify' is not defined. +public/src/client/topic/posts.js: line 258, col 17, 'ajaxify' is not defined. +public/src/client/topic/posts.js: line 306, col 33, 'ajaxify' is not defined. +public/src/client/topic/posts.js: line 325, col 28, 'ajaxify' is not defined. +public/src/client/topic/posts.js: line 370, col 9, 'ajaxify' is not defined. +public/src/client/topic/posts.js: line 390, col 26, 'ajaxify' is not defined. +public/src/client/topic/posts.js: line 30, col 23, 'app' is not defined. +public/src/client/topic/posts.js: line 63, col 25, 'app' is not defined. +public/src/client/topic/posts.js: line 63, col 77, 'app' is not defined. +public/src/client/topic/posts.js: line 72, col 86, 'app' is not defined. +public/src/client/topic/posts.js: line 73, col 11, 'app' is not defined. +public/src/client/topic/posts.js: line 112, col 87, 'app' is not defined. +public/src/client/topic/posts.js: line 124, col 7, 'app' is not defined. +public/src/client/topic/posts.js: line 213, col 5, 'app' is not defined. +public/src/client/topic/posts.js: line 304, col 27, 'app' is not defined. +public/src/client/topic/posts.js: line 356, col 28, 'app' is not defined. +public/src/client/topic/posts.js: line 390, col 9, 'app' is not defined. +public/src/client/topic/posts.js: line 35, col 34, 'utils' is not defined. +public/src/client/topic/posts.js: line 259, col 10, 'utils' is not defined. +public/src/client/topic/posts.js: line 273, col 22, 'utils' is not defined. +public/src/client/topic/posts.js: line 46, col 9, 'config' is not defined. +public/src/client/topic/posts.js: line 85, col 9, 'config' is not defined. +public/src/client/topic/posts.js: line 101, col 90, 'config' is not defined. +public/src/client/topic/posts.js: line 102, col 23, 'config' is not defined. +public/src/client/topic/posts.js: line 102, col 70, 'config' is not defined. +public/src/client/topic/posts.js: line 123, col 11, 'config' is not defined. +public/src/client/topic/posts.js: line 131, col 24, 'config' is not defined. +public/src/client/topic/posts.js: line 131, col 71, 'config' is not defined. +public/src/client/topic/posts.js: line 222, col 102, 'config' is not defined. +public/src/client/topic/posts.js: line 271, col 14, 'config' is not defined. +public/src/client/topic/posts.js: line 273, col 45, 'config' is not defined. +public/src/client/topic/posts.js: line 299, col 9, 'config' is not defined. +public/src/client/topic/posts.js: line 310, col 9, 'config' is not defined. +public/src/client/topic/posts.js: line 312, col 16, 'config' is not defined. +public/src/client/topic/posts.js: line 326, col 29, 'config' is not defined. +public/src/client/topic/posts.js: line 326, col 76, 'config' is not defined. +public/src/client/topic/posts.js: line 338, col 11, 'config' is not defined. +public/src/client/topic/posts.js: line 397, col 20, 'config' is not defined. +public/src/client/topic/posts.js: line 404, col 44, 'config' is not defined. +public/src/client/topic/posts.js: line 404, col 67, 'config' is not defined. + +public/src/client/topic/replies.js: line 4, col 117, Line is too long. +public/src/client/topic/replies.js: line 40, col 101, Line is too long. +public/src/client/topic/replies.js: line 42, col 58, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/topic/replies.js: line 43, col 111, Line is too long. +public/src/client/topic/replies.js: line 72, col 101, Line is too long. +public/src/client/topic/replies.js: line 73, col 51, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/topic/replies.js: line 74, col 112, Line is too long. +public/src/client/topic/replies.js: line 96, col 125, Line is too long. +public/src/client/topic/replies.js: line 4, col 1, 'define' is not defined. +public/src/client/topic/replies.js: line 35, col 23, 'ajaxify' is not defined. +public/src/client/topic/replies.js: line 36, col 32, 'ajaxify' is not defined. +public/src/client/topic/replies.js: line 37, col 34, 'ajaxify' is not defined. +public/src/client/topic/replies.js: line 38, col 23, 'app' is not defined. +public/src/client/topic/replies.js: line 42, col 9, 'app' is not defined. +public/src/client/topic/replies.js: line 73, col 5, 'app' is not defined. +public/src/client/topic/replies.js: line 114, col 7, 'app' is not defined. +public/src/client/topic/replies.js: line 40, col 24, 'config' is not defined. +public/src/client/topic/replies.js: line 40, col 70, 'config' is not defined. +public/src/client/topic/replies.js: line 72, col 24, 'config' is not defined. +public/src/client/topic/replies.js: line 72, col 70, 'config' is not defined. +public/src/client/topic/replies.js: line 76, col 13, 'config' is not defined. +public/src/client/topic/replies.js: line 43, col 29, '$' is not defined. +public/src/client/topic/replies.js: line 61, col 9, '$' is not defined. +public/src/client/topic/replies.js: line 74, col 23, '$' is not defined. +public/src/client/topic/replies.js: line 96, col 24, '$' is not defined. + +public/src/client/topic/tag.js: line 31, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/topic/tag.js: line 73, col 15, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/topic/tag.js: line 88, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/topic/tag.js: line 89, col 50, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/topic/tag.js: line 4, col 1, 'define' is not defined. +public/src/client/topic/tag.js: line 19, col 5, 'app' is not defined. +public/src/client/topic/tag.js: line 27, col 7, '$' is not defined. +public/src/client/topic/tag.js: line 39, col 23, '$' is not defined. +public/src/client/topic/tag.js: line 91, col 21, '$' is not defined. +public/src/client/topic/tag.js: line 103, col 22, '$' is not defined. +public/src/client/topic/tag.js: line 74, col 9, 'socket' is not defined. +public/src/client/topic/tag.js: line 101, col 19, 'ajaxify' is not defined. + +public/src/client/topic/threadTools.js: line 15, col 106, Line is too long. +public/src/client/topic/threadTools.js: line 172, col 106, Line is too long. +public/src/client/topic/threadTools.js: line 174, col 105, Line is too long. +public/src/client/topic/threadTools.js: line 225, col 55, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/topic/threadTools.js: line 234, col 132, Line is too long. +public/src/client/topic/threadTools.js: line 321, col 121, Line is too long. +public/src/client/topic/threadTools.js: line 322, col 125, Line is too long. +public/src/client/topic/threadTools.js: line 324, col 107, Line is too long. +public/src/client/topic/threadTools.js: line 327, col 143, Line is too long. +public/src/client/topic/threadTools.js: line 329, col 171, Line is too long. +public/src/client/topic/threadTools.js: line 330, col 104, Line is too long. +public/src/client/topic/threadTools.js: line 332, col 138, Line is too long. +public/src/client/topic/threadTools.js: line 334, col 101, Line is too long. +public/src/client/topic/threadTools.js: line 347, col 123, Line is too long. +public/src/client/topic/threadTools.js: line 348, col 126, Line is too long. +public/src/client/topic/threadTools.js: line 349, col 124, Line is too long. +public/src/client/topic/threadTools.js: line 365, col 142, Line is too long. +public/src/client/topic/threadTools.js: line 366, col 171, Line is too long. +public/src/client/topic/threadTools.js: line 381, col 116, Line is too long. +public/src/client/topic/threadTools.js: line 382, col 120, Line is too long. +public/src/client/topic/threadTools.js: line 4, col 1, 'define' is not defined. +public/src/client/topic/threadTools.js: line 21, col 5, '$' is not defined. +public/src/client/topic/threadTools.js: line 26, col 36, '$' is not defined. +public/src/client/topic/threadTools.js: line 79, col 19, '$' is not defined. +public/src/client/topic/threadTools.js: line 87, col 23, '$' is not defined. +public/src/client/topic/threadTools.js: line 88, col 23, '$' is not defined. +public/src/client/topic/threadTools.js: line 211, col 74, '$' is not defined. +public/src/client/topic/threadTools.js: line 226, col 21, '$' is not defined. +public/src/client/topic/threadTools.js: line 236, col 7, '$' is not defined. +public/src/client/topic/threadTools.js: line 238, col 18, '$' is not defined. +public/src/client/topic/threadTools.js: line 334, col 5, '$' is not defined. +public/src/client/topic/threadTools.js: line 335, col 5, '$' is not defined. +public/src/client/topic/threadTools.js: line 383, col 18, '$' is not defined. +public/src/client/topic/threadTools.js: line 66, col 13, 'app' is not defined. +public/src/client/topic/threadTools.js: line 66, col 33, 'app' is not defined. +public/src/client/topic/threadTools.js: line 67, col 22, 'app' is not defined. +public/src/client/topic/threadTools.js: line 235, col 26, 'app' is not defined. +public/src/client/topic/threadTools.js: line 275, col 5, 'app' is not defined. +public/src/client/topic/threadTools.js: line 332, col 53, 'app' is not defined. +public/src/client/topic/threadTools.js: line 353, col 7, 'app' is not defined. +public/src/client/topic/threadTools.js: line 67, col 11, 'ajaxify' is not defined. +public/src/client/topic/threadTools.js: line 70, col 20, 'ajaxify' is not defined. +public/src/client/topic/threadTools.js: line 71, col 11, 'ajaxify' is not defined. +public/src/client/topic/threadTools.js: line 71, col 36, 'ajaxify' is not defined. +public/src/client/topic/threadTools.js: line 114, col 26, 'ajaxify' is not defined. +public/src/client/topic/threadTools.js: line 121, col 29, 'ajaxify' is not defined. +public/src/client/topic/threadTools.js: line 140, col 26, 'ajaxify' is not defined. +public/src/client/topic/threadTools.js: line 147, col 19, 'ajaxify' is not defined. +public/src/client/topic/threadTools.js: line 147, col 34, 'ajaxify' is not defined. +public/src/client/topic/threadTools.js: line 234, col 70, 'ajaxify' is not defined. +public/src/client/topic/threadTools.js: line 234, col 93, 'ajaxify' is not defined. +public/src/client/topic/threadTools.js: line 247, col 17, 'ajaxify' is not defined. +public/src/client/topic/threadTools.js: line 319, col 40, 'ajaxify' is not defined. +public/src/client/topic/threadTools.js: line 324, col 44, 'ajaxify' is not defined. +public/src/client/topic/threadTools.js: line 324, col 70, 'ajaxify' is not defined. +public/src/client/topic/threadTools.js: line 327, col 64, 'ajaxify' is not defined. +public/src/client/topic/threadTools.js: line 327, col 122, 'ajaxify' is not defined. +public/src/client/topic/threadTools.js: line 336, col 5, 'ajaxify' is not defined. +public/src/client/topic/threadTools.js: line 362, col 41, 'ajaxify' is not defined. +public/src/client/topic/threadTools.js: line 365, col 64, 'ajaxify' is not defined. +public/src/client/topic/threadTools.js: line 365, col 105, 'ajaxify' is not defined. +public/src/client/topic/threadTools.js: line 369, col 5, 'ajaxify' is not defined. +public/src/client/topic/threadTools.js: line 392, col 5, 'ajaxify' is not defined. +public/src/client/topic/threadTools.js: line 234, col 26, 'socket' is not defined. +public/src/client/topic/threadTools.js: line 356, col 30, 'utils' is not defined. + +public/src/client/topic/votes.js: line 13, col 117, Line is too long. +public/src/client/topic/votes.js: line 14, col 107, Line is too long. +public/src/client/topic/votes.js: line 17, col 119, Line is too long. +public/src/client/topic/votes.js: line 18, col 109, Line is too long. +public/src/client/topic/votes.js: line 36, col 21, If a strict mode function is executed using function invocation, its 'this' value will be undefined. +public/src/client/topic/votes.js: line 38, col 51, If a strict mode function is executed using function invocation, its 'this' value will be undefined. +public/src/client/topic/votes.js: line 47, col 21, If a strict mode function is executed using function invocation, its 'this' value will be undefined. +public/src/client/topic/votes.js: line 51, col 51, If a strict mode function is executed using function invocation, its 'this' value will be undefined. +public/src/client/topic/votes.js: line 85, col 124, Line is too long. +public/src/client/topic/votes.js: line 148, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/topic/votes.js: line 4, col 1, 'define' is not defined. +public/src/client/topic/votes.js: line 22, col 46, 'ajaxify' is not defined. +public/src/client/topic/votes.js: line 29, col 66, 'ajaxify' is not defined. +public/src/client/topic/votes.js: line 107, col 11, 'ajaxify' is not defined. +public/src/client/topic/votes.js: line 25, col 43, 'config' is not defined. +public/src/client/topic/votes.js: line 32, col 82, 'config' is not defined. +public/src/client/topic/votes.js: line 36, col 19, '$' is not defined. +public/src/client/topic/votes.js: line 47, col 19, '$' is not defined. +public/src/client/topic/votes.js: line 106, col 14, 'app' is not defined. +public/src/client/topic/votes.js: line 131, col 7, 'app' is not defined. +public/src/client/topic/votes.js: line 152, col 24, 'app' is not defined. + +public/src/client/topic.js: line 40, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/topic.js: line 52, col 139, Line is too long. +public/src/client/topic.js: line 91, col 115, Line is too long. +public/src/client/topic.js: line 181, col 38, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/topic.js: line 184, col 101, Line is too long. +public/src/client/topic.js: line 187, col 59, 'object spread property' is only available in ES9 (use 'esversion: 9'). +public/src/client/topic.js: line 253, col 108, Line is too long. +public/src/client/topic.js: line 256, col 105, Line is too long. +public/src/client/topic.js: line 259, col 231, Line is too long. +public/src/client/topic.js: line 262, col 104, Line is too long. +public/src/client/topic.js: line 338, col 190, Line is too long. +public/src/client/topic.js: line 338, col 172, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/topic.js: line 353, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/topic.js: line 354, col 9, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/topic.js: line 355, col 104, Line is too long. +public/src/client/topic.js: line 359, col 107, Line is too long. +public/src/client/topic.js: line 365, col 111, Line is too long. +public/src/client/topic.js: line 393, col 124, Line is too long. +public/src/client/topic.js: line 397, col 116, Line is too long. +public/src/client/topic.js: line 413, col 42, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/topic.js: line 467, col 120, Line is too long. +public/src/client/topic.js: line 4, col 1, 'define' is not defined. +public/src/client/topic.js: line 30, col 3, '$' is not defined. +public/src/client/topic.js: line 55, col 27, '$' is not defined. +public/src/client/topic.js: line 61, col 27, '$' is not defined. +public/src/client/topic.js: line 74, col 5, '$' is not defined. +public/src/client/topic.js: line 87, col 24, '$' is not defined. +public/src/client/topic.js: line 89, col 22, '$' is not defined. +public/src/client/topic.js: line 145, col 18, '$' is not defined. +public/src/client/topic.js: line 203, col 11, '$' is not defined. +public/src/client/topic.js: line 204, col 11, '$' is not defined. +public/src/client/topic.js: line 205, col 11, '$' is not defined. +public/src/client/topic.js: line 206, col 26, '$' is not defined. +public/src/client/topic.js: line 211, col 5, '$' is not defined. +public/src/client/topic.js: line 212, col 19, '$' is not defined. +public/src/client/topic.js: line 220, col 26, '$' is not defined. +public/src/client/topic.js: line 221, col 22, '$' is not defined. +public/src/client/topic.js: line 231, col 21, '$' is not defined. +public/src/client/topic.js: line 256, col 24, '$' is not defined. +public/src/client/topic.js: line 257, col 49, '$' is not defined. +public/src/client/topic.js: line 258, col 25, '$' is not defined. +public/src/client/topic.js: line 259, col 25, '$' is not defined. +public/src/client/topic.js: line 264, col 23, '$' is not defined. +public/src/client/topic.js: line 275, col 22, '$' is not defined. +public/src/client/topic.js: line 283, col 24, '$' is not defined. +public/src/client/topic.js: line 300, col 26, '$' is not defined. +public/src/client/topic.js: line 305, col 5, '$' is not defined. +public/src/client/topic.js: line 306, col 19, '$' is not defined. +public/src/client/topic.js: line 325, col 7, '$' is not defined. +public/src/client/topic.js: line 331, col 12, '$' is not defined. +public/src/client/topic.js: line 336, col 5, '$' is not defined. +public/src/client/topic.js: line 338, col 5, '$' is not defined. +public/src/client/topic.js: line 339, col 14, '$' is not defined. +public/src/client/topic.js: line 356, col 11, '$' is not defined. +public/src/client/topic.js: line 364, col 30, '$' is not defined. +public/src/client/topic.js: line 374, col 13, '$' is not defined. +public/src/client/topic.js: line 392, col 9, '$' is not defined. +public/src/client/topic.js: line 434, col 9, '$' is not defined. +public/src/client/topic.js: line 436, col 16, '$' is not defined. +public/src/client/topic.js: line 439, col 9, '$' is not defined. +public/src/client/topic.js: line 41, col 62, 'ajaxify' is not defined. +public/src/client/topic.js: line 42, col 18, 'ajaxify' is not defined. +public/src/client/topic.js: line 43, col 18, 'ajaxify' is not defined. +public/src/client/topic.js: line 52, col 62, 'ajaxify' is not defined. +public/src/client/topic.js: line 58, col 49, 'ajaxify' is not defined. +public/src/client/topic.js: line 78, col 39, 'ajaxify' is not defined. +public/src/client/topic.js: line 91, col 92, 'ajaxify' is not defined. +public/src/client/topic.js: line 134, col 37, 'ajaxify' is not defined. +public/src/client/topic.js: line 151, col 22, 'ajaxify' is not defined. +public/src/client/topic.js: line 152, col 23, 'ajaxify' is not defined. +public/src/client/topic.js: line 158, col 32, 'ajaxify' is not defined. +public/src/client/topic.js: line 159, col 10, 'ajaxify' is not defined. +public/src/client/topic.js: line 159, col 35, 'ajaxify' is not defined. +public/src/client/topic.js: line 187, col 24, 'ajaxify' is not defined. +public/src/client/topic.js: line 314, col 10, 'ajaxify' is not defined. +public/src/client/topic.js: line 357, col 27, 'ajaxify' is not defined. +public/src/client/topic.js: line 414, col 32, 'ajaxify' is not defined. +public/src/client/topic.js: line 435, col 17, 'ajaxify' is not defined. +public/src/client/topic.js: line 445, col 10, 'ajaxify' is not defined. +public/src/client/topic.js: line 449, col 31, 'ajaxify' is not defined. +public/src/client/topic.js: line 454, col 28, 'ajaxify' is not defined. +public/src/client/topic.js: line 459, col 11, 'ajaxify' is not defined. +public/src/client/topic.js: line 473, col 36, 'ajaxify' is not defined. +public/src/client/topic.js: line 474, col 29, 'ajaxify' is not defined. +public/src/client/topic.js: line 476, col 27, 'ajaxify' is not defined. +public/src/client/topic.js: line 480, col 7, 'ajaxify' is not defined. +public/src/client/topic.js: line 480, col 32, 'ajaxify' is not defined. +public/src/client/topic.js: line 484, col 9, 'ajaxify' is not defined. +public/src/client/topic.js: line 488, col 9, 'ajaxify' is not defined. +public/src/client/topic.js: line 488, col 49, 'ajaxify' is not defined. +public/src/client/topic.js: line 491, col 16, 'ajaxify' is not defined. +public/src/client/topic.js: line 492, col 18, 'ajaxify' is not defined. +public/src/client/topic.js: line 495, col 13, 'ajaxify' is not defined. +public/src/client/topic.js: line 46, col 5, 'app' is not defined. +public/src/client/topic.js: line 191, col 28, 'app' is not defined. +public/src/client/topic.js: line 359, col 35, 'app' is not defined. +public/src/client/topic.js: line 415, col 28, 'app' is not defined. +public/src/client/topic.js: line 453, col 36, 'app' is not defined. +public/src/client/topic.js: line 487, col 11, 'app' is not defined. +public/src/client/topic.js: line 60, col 10, 'config' is not defined. +public/src/client/topic.js: line 83, col 11, 'config' is not defined. +public/src/client/topic.js: line 157, col 8, 'config' is not defined. +public/src/client/topic.js: line 158, col 8, 'config' is not defined. +public/src/client/topic.js: line 427, col 9, 'config' is not defined. +public/src/client/topic.js: line 427, col 37, 'config' is not defined. +public/src/client/topic.js: line 427, col 53, 'config' is not defined. +public/src/client/topic.js: line 461, col 14, 'config' is not defined. +public/src/client/topic.js: line 467, col 75, 'config' is not defined. +public/src/client/topic.js: line 475, col 9, 'config' is not defined. +public/src/client/topic.js: line 74, col 28, 'utils' is not defined. +public/src/client/topic.js: line 145, col 20, 'utils' is not defined. +public/src/client/topic.js: line 314, col 50, 'utils' is not defined. +public/src/client/topic.js: line 389, col 26, 'utils' is not defined. +public/src/client/topic.js: line 134, col 5, 'socket' is not defined. +public/src/client/topic.js: line 490, col 9, 'socket' is not defined. + +public/src/client/unread.js: line 5, col 103, Line is too long. +public/src/client/unread.js: line 16, col 104, Line is too long. +public/src/client/unread.js: line 41, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/client/unread.js: line 4, col 1, 'define' is not defined. +public/src/client/unread.js: line 10, col 5, 'app' is not defined. +public/src/client/unread.js: line 16, col 47, 'ajaxify' is not defined. +public/src/client/unread.js: line 16, col 80, 'ajaxify' is not defined. +public/src/client/unread.js: line 66, col 29, 'ajaxify' is not defined. +public/src/client/unread.js: line 86, col 28, 'ajaxify' is not defined. +public/src/client/unread.js: line 21, col 7, 'socket' is not defined. +public/src/client/unread.js: line 56, col 7, 'socket' is not defined. +public/src/client/unread.js: line 28, col 9, '$' is not defined. +public/src/client/unread.js: line 29, col 9, '$' is not defined. +public/src/client/unread.js: line 30, col 9, '$' is not defined. +public/src/client/unread.js: line 31, col 9, '$' is not defined. +public/src/client/unread.js: line 50, col 21, '$' is not defined. +public/src/client/unread.js: line 75, col 44, '$' is not defined. +public/src/client/unread.js: line 108, col 10, '$' is not defined. +public/src/client/unread.js: line 109, col 7, '$' is not defined. +public/src/client/unread.js: line 110, col 7, '$' is not defined. +public/src/client/unread.js: line 69, col 13, 'utils' is not defined. + +public/src/client/users.js: line 140, col 117, Line is too long. +public/src/client/users.js: line 4, col 1, 'define' is not defined. +public/src/client/users.js: line 12, col 5, 'app' is not defined. +public/src/client/users.js: line 113, col 5, 'app' is not defined. +public/src/client/users.js: line 123, col 31, 'app' is not defined. +public/src/client/users.js: line 123, col 51, 'app' is not defined. +public/src/client/users.js: line 124, col 5, 'app' is not defined. +public/src/client/users.js: line 140, col 5, 'app' is not defined. +public/src/client/users.js: line 14, col 21, 'utils' is not defined. +public/src/client/users.js: line 14, col 61, 'utils' is not defined. +public/src/client/users.js: line 30, col 35, 'utils' is not defined. +public/src/client/users.js: line 41, col 12, 'utils' is not defined. +public/src/client/users.js: line 144, col 12, 'utils' is not defined. +public/src/client/users.js: line 15, col 22, '$' is not defined. +public/src/client/users.js: line 30, col 5, '$' is not defined. +public/src/client/users.js: line 31, col 5, '$' is not defined. +public/src/client/users.js: line 51, col 5, '$' is not defined. +public/src/client/users.js: line 59, col 22, '$' is not defined. +public/src/client/users.js: line 72, col 9, '$' is not defined. +public/src/client/users.js: line 116, col 7, '$' is not defined. +public/src/client/users.js: line 125, col 7, '$' is not defined. +public/src/client/users.js: line 127, col 7, '$' is not defined. +public/src/client/users.js: line 140, col 26, '$' is not defined. +public/src/client/users.js: line 24, col 5, 'socket' is not defined. +public/src/client/users.js: line 25, col 5, 'socket' is not defined. +public/src/client/users.js: line 48, col 10, 'ajaxify' is not defined. +public/src/client/users.js: line 109, col 5, 'ajaxify' is not defined. + +public/src/client/world.js: line 3, col 157, Line is too long. +public/src/client/world.js: line 36, col 168, Line is too long. +public/src/client/world.js: line 52, col 103, Line is too long. +public/src/client/world.js: line 3, col 1, 'define' is not defined. +public/src/client/world.js: line 7, col 5, 'app' is not defined. +public/src/client/world.js: line 18, col 18, '$' is not defined. +public/src/client/world.js: line 19, col 19, '$' is not defined. +public/src/client/world.js: line 36, col 5, '$' is not defined. +public/src/client/world.js: line 37, col 21, '$' is not defined. +public/src/client/world.js: line 45, col 9, '$' is not defined. +public/src/client/world.js: line 46, col 9, '$' is not defined. +public/src/client/world.js: line 48, col 9, '$' is not defined. +public/src/client/world.js: line 49, col 9, '$' is not defined. +public/src/client/world.js: line 51, col 9, '$' is not defined. +public/src/client/world.js: line 52, col 9, '$' is not defined. +public/src/client/world.js: line 54, col 9, '$' is not defined. +public/src/client/world.js: line 55, col 9, '$' is not defined. +public/src/client/world.js: line 31, col 50, 'ajaxify' is not defined. +public/src/client/world.js: line 32, col 49, 'ajaxify' is not defined. + +public/src/client.js: line 9, col 1, 'app' is not defined. + +public/src/installer/install.js: line 126, col 114, Line is too long. + +public/src/modules/accounts/delete.js: line 3, col 1, 'define' is not defined. + +public/src/modules/accounts/invite.js: line 3, col 115, Line is too long. +public/src/modules/accounts/invite.js: line 21, col 111, Line is too long. +public/src/modules/accounts/invite.js: line 55, col 155, Line is too long. +public/src/modules/accounts/invite.js: line 3, col 1, 'define' is not defined. +public/src/modules/accounts/invite.js: line 7, col 12, 'ajaxify' is not defined. +public/src/modules/accounts/invite.js: line 11, col 5, '$' is not defined. +public/src/modules/accounts/invite.js: line 37, col 21, '$' is not defined. +public/src/modules/accounts/invite.js: line 38, col 21, '$' is not defined. +public/src/modules/accounts/invite.js: line 13, col 32, 'app' is not defined. +public/src/modules/accounts/invite.js: line 54, col 24, 'app' is not defined. + +public/src/modules/accounts/moderate.js: line 3, col 1, 'define' is not defined. +public/src/modules/accounts/moderate.js: line 12, col 26, 'ajaxify' is not defined. +public/src/modules/accounts/moderate.js: line 29, col 11, 'ajaxify' is not defined. +public/src/modules/accounts/moderate.js: line 43, col 11, 'ajaxify' is not defined. +public/src/modules/accounts/moderate.js: line 50, col 26, 'ajaxify' is not defined. +public/src/modules/accounts/moderate.js: line 66, col 11, 'ajaxify' is not defined. +public/src/modules/accounts/moderate.js: line 80, col 11, 'ajaxify' is not defined. + +public/src/modules/accounts/picture.js: line 95, col 108, Line is too long. +public/src/modules/accounts/picture.js: line 151, col 111, Line is too long. +public/src/modules/accounts/picture.js: line 156, col 113, Line is too long. +public/src/modules/accounts/picture.js: line 3, col 1, 'define' is not defined. +public/src/modules/accounts/picture.js: line 12, col 5, 'socket' is not defined. +public/src/modules/accounts/picture.js: line 219, col 7, 'socket' is not defined. +public/src/modules/accounts/picture.js: line 13, col 12, 'ajaxify' is not defined. +public/src/modules/accounts/picture.js: line 27, col 23, 'ajaxify' is not defined. +public/src/modules/accounts/picture.js: line 27, col 59, 'ajaxify' is not defined. +public/src/modules/accounts/picture.js: line 28, col 24, 'ajaxify' is not defined. +public/src/modules/accounts/picture.js: line 29, col 35, 'ajaxify' is not defined. +public/src/modules/accounts/picture.js: line 30, col 26, 'ajaxify' is not defined. +public/src/modules/accounts/picture.js: line 32, col 16, 'ajaxify' is not defined. +public/src/modules/accounts/picture.js: line 33, col 21, 'ajaxify' is not defined. +public/src/modules/accounts/picture.js: line 34, col 20, 'ajaxify' is not defined. +public/src/modules/accounts/picture.js: line 35, col 24, 'ajaxify' is not defined. +public/src/modules/accounts/picture.js: line 36, col 27, 'ajaxify' is not defined. +public/src/modules/accounts/picture.js: line 74, col 16, 'ajaxify' is not defined. +public/src/modules/accounts/picture.js: line 78, col 48, 'ajaxify' is not defined. +public/src/modules/accounts/picture.js: line 85, col 58, 'ajaxify' is not defined. +public/src/modules/accounts/picture.js: line 102, col 13, 'ajaxify' is not defined. +public/src/modules/accounts/picture.js: line 114, col 18, 'ajaxify' is not defined. +public/src/modules/accounts/picture.js: line 114, col 57, 'ajaxify' is not defined. +public/src/modules/accounts/picture.js: line 117, col 21, 'ajaxify' is not defined. +public/src/modules/accounts/picture.js: line 118, col 17, 'ajaxify' is not defined. +public/src/modules/accounts/picture.js: line 150, col 11, 'ajaxify' is not defined. +public/src/modules/accounts/picture.js: line 150, col 35, 'ajaxify' is not defined. +public/src/modules/accounts/picture.js: line 151, col 51, 'ajaxify' is not defined. +public/src/modules/accounts/picture.js: line 152, col 9, 'ajaxify' is not defined. +public/src/modules/accounts/picture.js: line 153, col 9, 'ajaxify' is not defined. +public/src/modules/accounts/picture.js: line 155, col 9, 'ajaxify' is not defined. +public/src/modules/accounts/picture.js: line 156, col 53, 'ajaxify' is not defined. +public/src/modules/accounts/picture.js: line 162, col 11, 'ajaxify' is not defined. +public/src/modules/accounts/picture.js: line 162, col 44, 'ajaxify' is not defined. +public/src/modules/accounts/picture.js: line 163, col 9, 'ajaxify' is not defined. +public/src/modules/accounts/picture.js: line 173, col 54, 'ajaxify' is not defined. +public/src/modules/accounts/picture.js: line 176, col 21, 'ajaxify' is not defined. +public/src/modules/accounts/picture.js: line 177, col 19, 'ajaxify' is not defined. +public/src/modules/accounts/picture.js: line 181, col 17, 'ajaxify' is not defined. +public/src/modules/accounts/picture.js: line 208, col 25, 'ajaxify' is not defined. +public/src/modules/accounts/picture.js: line 220, col 14, 'ajaxify' is not defined. +public/src/modules/accounts/picture.js: line 232, col 30, 'ajaxify' is not defined. +public/src/modules/accounts/picture.js: line 24, col 7, 'app' is not defined. +public/src/modules/accounts/picture.js: line 191, col 7, 'app' is not defined. +public/src/modules/accounts/picture.js: line 61, col 11, '$' is not defined. +public/src/modules/accounts/picture.js: line 65, col 25, '$' is not defined. +public/src/modules/accounts/picture.js: line 66, col 11, '$' is not defined. +public/src/modules/accounts/picture.js: line 79, col 17, '$' is not defined. +public/src/modules/accounts/picture.js: line 120, col 29, '$' is not defined. +public/src/modules/accounts/picture.js: line 121, col 26, '$' is not defined. +public/src/modules/accounts/picture.js: line 125, col 21, '$' is not defined. +public/src/modules/accounts/picture.js: line 126, col 9, '$' is not defined. +public/src/modules/accounts/picture.js: line 151, col 9, '$' is not defined. +public/src/modules/accounts/picture.js: line 156, col 11, '$' is not defined. +public/src/modules/accounts/picture.js: line 146, col 56, 'config' is not defined. +public/src/modules/accounts/picture.js: line 173, col 16, 'config' is not defined. + +public/src/modules/ace-editor.js: line 15, col 1, 'ace' is not defined. +public/src/modules/ace-editor.js: line 16, col 1, 'ace' is not defined. +public/src/modules/ace-editor.js: line 17, col 1, 'ace' is not defined. + +public/src/modules/alerts.js: line 12, col 17, '$' is not defined. +public/src/modules/alerts.js: line 69, col 3, '$' is not defined. +public/src/modules/alerts.js: line 91, col 14, '$' is not defined. +public/src/modules/alerts.js: line 101, col 17, '$' is not defined. +public/src/modules/alerts.js: line 129, col 16, '$' is not defined. +public/src/modules/alerts.js: line 22, col 15, 'utils' is not defined. +public/src/modules/alerts.js: line 32, col 15, 'utils' is not defined. +public/src/modules/alerts.js: line 42, col 15, 'utils' is not defined. +public/src/modules/alerts.js: line 60, col 15, 'utils' is not defined. +public/src/modules/alerts.js: line 54, col 5, 'socket' is not defined. +public/src/modules/alerts.js: line 55, col 5, 'app' is not defined. +public/src/modules/alerts.js: line 100, col 3, 'app' is not defined. + +public/src/modules/api.js: line 8, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/modules/api.js: line 34, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/modules/api.js: line 65, col 53, 'object spread property' is only available in ES9 (use 'esversion: 9'). +public/src/modules/api.js: line 87, col 105, Line is too long. +public/src/modules/api.js: line 6, col 17, 'config' is not defined. +public/src/modules/api.js: line 10, col 5, 'config' is not defined. +public/src/modules/api.js: line 111, col 23, 'config' is not defined. +public/src/modules/api.js: line 122, col 23, 'config' is not defined. +public/src/modules/api.js: line 133, col 23, 'config' is not defined. +public/src/modules/api.js: line 144, col 23, 'config' is not defined. +public/src/modules/api.js: line 26, col 11, 'ajaxify' is not defined. +public/src/modules/api.js: line 94, col 61, '$' is not defined. +public/src/modules/api.js: line 100, col 61, '$' is not defined. + +public/src/modules/autocomplete.js: line 13, col 27, 'object spread property' is only available in ES9 (use 'esversion: 9'). +public/src/modules/autocomplete.js: line 13, col 40, 'object spread property' is only available in ES9 (use 'esversion: 9'). +public/src/modules/autocomplete.js: line 17, col 12, 'object spread property' is only available in ES9 (use 'esversion: 9'). +public/src/modules/autocomplete.js: line 3, col 1, 'define' is not defined. +public/src/modules/autocomplete.js: line 15, col 5, 'app' is not defined. +public/src/modules/autocomplete.js: line 19, col 11, '$' is not defined. +public/src/modules/autocomplete.js: line 48, col 32, '$' is not defined. +public/src/modules/autocomplete.js: line 69, col 11, '$' is not defined. +public/src/modules/autocomplete.js: line 96, col 11, '$' is not defined. +public/src/modules/autocomplete.js: line 118, col 11, '$' is not defined. +public/src/modules/autocomplete.js: line 80, col 9, 'socket' is not defined. +public/src/modules/autocomplete.js: line 108, col 9, 'socket' is not defined. +public/src/modules/autocomplete.js: line 110, col 16, 'ajaxify' is not defined. +public/src/modules/autocomplete.js: line 126, col 15, 'jQuery' is not defined. + +public/src/modules/categoryFilter.js: line 3, col 1, 'define' is not defined. +public/src/modules/categoryFilter.js: line 22, col 30, 'ajaxify' is not defined. +public/src/modules/categoryFilter.js: line 23, col 22, 'ajaxify' is not defined. +public/src/modules/categoryFilter.js: line 60, col 9, 'ajaxify' is not defined. +public/src/modules/categoryFilter.js: line 49, col 31, 'utils' is not defined. +public/src/modules/categoryFilter.js: line 58, col 24, '$' is not defined. +public/src/modules/categoryFilter.js: line 66, col 26, '$' is not defined. +public/src/modules/categoryFilter.js: line 117, col 39, '$' is not defined. +public/src/modules/categoryFilter.js: line 114, col 7, 'app' is not defined. + +public/src/modules/categorySearch.js: line 15, col 64, 'object spread property' is only available in ES9 (use 'esversion: 9'). +public/src/modules/categorySearch.js: line 3, col 1, 'define' is not defined. +public/src/modules/categorySearch.js: line 20, col 52, 'ajaxify' is not defined. +public/src/modules/categorySearch.js: line 96, col 27, 'ajaxify' is not defined. +public/src/modules/categorySearch.js: line 97, col 27, 'ajaxify' is not defined. +public/src/modules/categorySearch.js: line 51, col 50, 'utils' is not defined. +public/src/modules/categorySearch.js: line 56, col 34, 'utils' is not defined. +public/src/modules/categorySearch.js: line 73, col 16, 'utils' is not defined. +public/src/modules/categorySearch.js: line 94, col 7, 'app' is not defined. + +public/src/modules/categorySelector.js: line 65, col 111, Line is too long. +public/src/modules/categorySelector.js: line 78, col 118, Line is too long. +public/src/modules/categorySelector.js: line 91, col 101, Line is too long. +public/src/modules/categorySelector.js: line 3, col 1, 'define' is not defined. +public/src/modules/categorySelector.js: line 27, col 26, '$' is not defined. +public/src/modules/categorySelector.js: line 65, col 7, 'app' is not defined. +public/src/modules/categorySelector.js: line 78, col 5, 'app' is not defined. + +public/src/modules/chat.js: line 97, col 41, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/modules/chat.js: line 126, col 73, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/modules/chat.js: line 128, col 63, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/modules/chat.js: line 170, col 101, Line is too long. +public/src/modules/chat.js: line 209, col 104, Line is too long. +public/src/modules/chat.js: line 215, col 103, Line is too long. +public/src/modules/chat.js: line 263, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/modules/chat.js: line 320, col 107, Line is too long. +public/src/modules/chat.js: line 324, col 105, Line is too long. +public/src/modules/chat.js: line 367, col 106, Line is too long. +public/src/modules/chat.js: line 368, col 101, Line is too long. +public/src/modules/chat.js: line 422, col 109, Line is too long. +public/src/modules/chat.js: line 427, col 103, Line is too long. +public/src/modules/chat.js: line 448, col 122, Line is too long. +public/src/modules/chat.js: line 531, col 126, Line is too long. +public/src/modules/chat.js: line 532, col 106, Line is too long. +public/src/modules/chat.js: line 582, col 102, Line is too long. +public/src/modules/chat.js: line 3, col 1, 'define' is not defined. +public/src/modules/chat.js: line 9, col 10, 'app' is not defined. +public/src/modules/chat.js: line 30, col 23, 'app' is not defined. +public/src/modules/chat.js: line 33, col 64, 'app' is not defined. +public/src/modules/chat.js: line 35, col 33, 'app' is not defined. +public/src/modules/chat.js: line 59, col 10, 'app' is not defined. +public/src/modules/chat.js: line 63, col 42, 'app' is not defined. +public/src/modules/chat.js: line 87, col 12, 'app' is not defined. +public/src/modules/chat.js: line 106, col 28, 'app' is not defined. +public/src/modules/chat.js: line 119, col 34, 'app' is not defined. +public/src/modules/chat.js: line 166, col 12, 'app' is not defined. +public/src/modules/chat.js: line 185, col 9, 'app' is not defined. +public/src/modules/chat.js: line 191, col 28, 'app' is not defined. +public/src/modules/chat.js: line 221, col 49, 'app' is not defined. +public/src/modules/chat.js: line 254, col 22, 'app' is not defined. +public/src/modules/chat.js: line 324, col 38, 'app' is not defined. +public/src/modules/chat.js: line 353, col 7, 'app' is not defined. +public/src/modules/chat.js: line 386, col 30, 'app' is not defined. +public/src/modules/chat.js: line 466, col 5, 'app' is not defined. +public/src/modules/chat.js: line 558, col 5, 'app' is not defined. +public/src/modules/chat.js: line 577, col 5, 'app' is not defined. +public/src/modules/chat.js: line 24, col 16, 'ajaxify' is not defined. +public/src/modules/chat.js: line 48, col 14, 'ajaxify' is not defined. +public/src/modules/chat.js: line 51, col 11, 'ajaxify' is not defined. +public/src/modules/chat.js: line 116, col 16, 'ajaxify' is not defined. +public/src/modules/chat.js: line 119, col 13, 'ajaxify' is not defined. +public/src/modules/chat.js: line 131, col 17, 'ajaxify' is not defined. +public/src/modules/chat.js: line 170, col 12, 'ajaxify' is not defined. +public/src/modules/chat.js: line 170, col 52, 'ajaxify' is not defined. +public/src/modules/chat.js: line 217, col 19, 'ajaxify' is not defined. +public/src/modules/chat.js: line 386, col 11, 'ajaxify' is not defined. +public/src/modules/chat.js: line 68, col 10, 'utils' is not defined. +public/src/modules/chat.js: line 197, col 35, 'utils' is not defined. +public/src/modules/chat.js: line 358, col 22, 'utils' is not defined. +public/src/modules/chat.js: line 550, col 19, 'utils' is not defined. +public/src/modules/chat.js: line 92, col 37, '$' is not defined. +public/src/modules/chat.js: line 100, col 35, '$' is not defined. +public/src/modules/chat.js: line 115, col 26, '$' is not defined. +public/src/modules/chat.js: line 126, col 9, '$' is not defined. +public/src/modules/chat.js: line 132, col 39, '$' is not defined. +public/src/modules/chat.js: line 158, col 31, '$' is not defined. +public/src/modules/chat.js: line 162, col 29, '$' is not defined. +public/src/modules/chat.js: line 244, col 22, '$' is not defined. +public/src/modules/chat.js: line 269, col 7, '$' is not defined. +public/src/modules/chat.js: line 278, col 22, '$' is not defined. +public/src/modules/chat.js: line 292, col 12, '$' is not defined. +public/src/modules/chat.js: line 296, col 12, '$' is not defined. +public/src/modules/chat.js: line 365, col 28, '$' is not defined. +public/src/modules/chat.js: line 382, col 11, '$' is not defined. +public/src/modules/chat.js: line 502, col 23, '$' is not defined. +public/src/modules/chat.js: line 531, col 41, '$' is not defined. +public/src/modules/chat.js: line 531, col 61, '$' is not defined. +public/src/modules/chat.js: line 531, col 95, '$' is not defined. +public/src/modules/chat.js: line 532, col 39, '$' is not defined. +public/src/modules/chat.js: line 532, col 66, '$' is not defined. +public/src/modules/chat.js: line 542, col 25, '$' is not defined. +public/src/modules/chat.js: line 569, col 5, '$' is not defined. +public/src/modules/chat.js: line 570, col 5, '$' is not defined. +public/src/modules/chat.js: line 572, col 7, '$' is not defined. +public/src/modules/chat.js: line 586, col 23, '$' is not defined. +public/src/modules/chat.js: line 301, col 7, 'socket' is not defined. +public/src/modules/chat.js: line 514, col 5, 'socket' is not defined. +public/src/modules/chat.js: line 549, col 7, 'socket' is not defined. + +public/src/modules/components.js: line 55, col 107, Line is too long. +public/src/modules/components.js: line 3, col 1, 'define' is not defined. +public/src/modules/components.js: line 9, col 16, '$' is not defined. +public/src/modules/components.js: line 11, col 14, '$' is not defined. +public/src/modules/components.js: line 14, col 14, '$' is not defined. +public/src/modules/components.js: line 17, col 14, '$' is not defined. +public/src/modules/components.js: line 20, col 14, '$' is not defined. +public/src/modules/components.js: line 23, col 14, '$' is not defined. +public/src/modules/components.js: line 26, col 14, '$' is not defined. +public/src/modules/components.js: line 29, col 14, '$' is not defined. +public/src/modules/components.js: line 32, col 14, '$' is not defined. +public/src/modules/components.js: line 36, col 14, '$' is not defined. +public/src/modules/components.js: line 39, col 14, '$' is not defined. +public/src/modules/components.js: line 43, col 14, '$' is not defined. +public/src/modules/components.js: line 47, col 14, '$' is not defined. +public/src/modules/components.js: line 51, col 14, '$' is not defined. +public/src/modules/components.js: line 55, col 14, '$' is not defined. +public/src/modules/components.js: line 59, col 14, '$' is not defined. +public/src/modules/components.js: line 69, col 12, '$' is not defined. + +public/src/modules/coverPhoto.js: line 73, col 119, Line is too long. +public/src/modules/coverPhoto.js: line 4, col 1, 'define' is not defined. + +public/src/modules/flags.js: line 4, col 101, Line is too long. +public/src/modules/flags.js: line 100, col 110, Line is too long. +public/src/modules/flags.js: line 4, col 1, 'define' is not defined. +public/src/modules/flags.js: line 13, col 5, 'app' is not defined. +public/src/modules/flags.js: line 23, col 13, '$' is not defined. +public/src/modules/flags.js: line 35, col 26, '$' is not defined. +public/src/modules/flags.js: line 40, col 30, '$' is not defined. + +public/src/modules/groupSearch.js: line 31, col 107, Line is too long. +public/src/modules/groupSearch.js: line 3, col 1, 'define' is not defined. +public/src/modules/groupSearch.js: line 7, col 9, 'utils' is not defined. +public/src/modules/groupSearch.js: line 22, col 24, '$' is not defined. + +public/src/modules/handleBack.js: line 3, col 1, 'define' is not defined. +public/src/modules/handleBack.js: line 15, col 5, '$' is not defined. +public/src/modules/handleBack.js: line 21, col 5, '$' is not defined. +public/src/modules/handleBack.js: line 22, col 28, '$' is not defined. +public/src/modules/handleBack.js: line 23, col 31, '$' is not defined. +public/src/modules/handleBack.js: line 24, col 7, '$' is not defined. +public/src/modules/handleBack.js: line 25, col 13, '$' is not defined. +public/src/modules/handleBack.js: line 26, col 48, '$' is not defined. +public/src/modules/handleBack.js: line 28, col 55, '$' is not defined. +public/src/modules/handleBack.js: line 70, col 9, '$' is not defined. +public/src/modules/handleBack.js: line 99, col 7, '$' is not defined. +public/src/modules/handleBack.js: line 36, col 47, 'ajaxify' is not defined. +public/src/modules/handleBack.js: line 38, col 7, 'ajaxify' is not defined. +public/src/modules/handleBack.js: line 39, col 7, 'ajaxify' is not defined. +public/src/modules/handleBack.js: line 40, col 7, 'ajaxify' is not defined. +public/src/modules/handleBack.js: line 57, col 36, 'ajaxify' is not defined. +public/src/modules/handleBack.js: line 48, col 12, 'utils' is not defined. +public/src/modules/handleBack.js: line 90, col 10, 'utils' is not defined. +public/src/modules/handleBack.js: line 55, col 11, 'config' is not defined. +public/src/modules/handleBack.js: line 56, col 68, 'config' is not defined. + +public/src/modules/helpers.common.js: line 83, col 146, Line is too long. +public/src/modules/helpers.common.js: line 85, col 104, Line is too long. +public/src/modules/helpers.common.js: line 107, col 307, Line is too long. +public/src/modules/helpers.common.js: line 116, col 255, Line is too long. +public/src/modules/helpers.common.js: line 117, col 108, Line is too long. +public/src/modules/helpers.common.js: line 156, col 114, Line is too long. +public/src/modules/helpers.common.js: line 174, col 232, Line is too long. +public/src/modules/helpers.common.js: line 178, col 148, Line is too long. +public/src/modules/helpers.common.js: line 180, col 313, Line is too long. +public/src/modules/helpers.common.js: line 182, col 184, Line is too long. +public/src/modules/helpers.common.js: line 197, col 141, Line is too long. +public/src/modules/helpers.common.js: line 198, col 145, Line is too long. +public/src/modules/helpers.common.js: line 200, col 311, Line is too long. +public/src/modules/helpers.common.js: line 205, col 112, Line is too long. +public/src/modules/helpers.common.js: line 213, col 219, Line is too long. +public/src/modules/helpers.common.js: line 227, col 122, Line is too long. +public/src/modules/helpers.common.js: line 229, col 178, Line is too long. +public/src/modules/helpers.common.js: line 235, col 187, Line is too long. +public/src/modules/helpers.common.js: line 237, col 298, Line is too long. +public/src/modules/helpers.common.js: line 240, col 171, Line is too long. +public/src/modules/helpers.common.js: line 242, col 282, Line is too long. +public/src/modules/helpers.common.js: line 300, col 106, Line is too long. +public/src/modules/helpers.common.js: line 309, col 17, If a strict mode function is executed using function invocation, its 'this' value will be undefined. +public/src/modules/helpers.common.js: line 326, col 235, Line is too long. +public/src/modules/helpers.common.js: line 328, col 194, Line is too long. +public/src/modules/helpers.common.js: line 356, col 218, Line is too long. +public/src/modules/helpers.common.js: line 362, col 120, Line is too long. + +public/src/modules/helpers.js: line 5, col 1, 'define' is not defined. +public/src/modules/helpers.js: line 6, col 39, 'config' is not defined. + +public/src/modules/hooks.js: line 51, col 112, Line is too long. +public/src/modules/hooks.js: line 53, col 101, Line is too long. +public/src/modules/hooks.js: line 87, col 164, Line is too long. +public/src/modules/hooks.js: line 97, col 131, Line is too long. +public/src/modules/hooks.js: line 125, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/modules/hooks.js: line 3, col 1, 'define' is not defined. +public/src/modules/hooks.js: line 110, col 14, 'utils' is not defined. +public/src/modules/hooks.js: line 122, col 5, '$' is not defined. + +public/src/modules/iconSelect.js: line 35, col 102, Line is too long. +public/src/modules/iconSelect.js: line 161, col 118, Line is too long. +public/src/modules/iconSelect.js: line 174, col 114, Line is too long. +public/src/modules/iconSelect.js: line 211, col 113, Line is too long. +public/src/modules/iconSelect.js: line 232, col 137, Line is too long. +public/src/modules/iconSelect.js: line 270, col 114, Line is too long. +public/src/modules/iconSelect.js: line 270, col 59, 'Optional chaining' is only available in ES11 (use 'esversion: 11'). +public/src/modules/iconSelect.js: line 280, col 119, Line is too long. +public/src/modules/iconSelect.js: line 281, col 110, Line is too long. +public/src/modules/iconSelect.js: line 330, col 48, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/modules/iconSelect.js: line 340, col 208, Line is too long. +public/src/modules/iconSelect.js: line 406, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/modules/iconSelect.js: line 428, col 117, Line is too long. +public/src/modules/iconSelect.js: line 4, col 1, 'define' is not defined. +public/src/modules/iconSelect.js: line 5, col 31, 'config' is not defined. +public/src/modules/iconSelect.js: line 414, col 30, 'config' is not defined. +public/src/modules/iconSelect.js: line 435, col 14, 'config' is not defined. +public/src/modules/iconSelect.js: line 229, col 5, '$' is not defined. +public/src/modules/iconSelect.js: line 232, col 9, '$' is not defined. +public/src/modules/iconSelect.js: line 243, col 14, '$' is not defined. +public/src/modules/iconSelect.js: line 270, col 33, '$' is not defined. +public/src/modules/iconSelect.js: line 270, col 81, '$' is not defined. +public/src/modules/iconSelect.js: line 293, col 25, '$' is not defined. +public/src/modules/iconSelect.js: line 303, col 25, '$' is not defined. +public/src/modules/iconSelect.js: line 327, col 37, '$' is not defined. +public/src/modules/iconSelect.js: line 328, col 27, '$' is not defined. +public/src/modules/iconSelect.js: line 340, col 34, '$' is not defined. +public/src/modules/iconSelect.js: line 330, col 33, 'utils' is not defined. + +public/src/modules/logout.js: line 3, col 1, 'define' is not defined. +public/src/modules/logout.js: line 8, col 5, '$' is not defined. +public/src/modules/logout.js: line 8, col 12, 'config' is not defined. +public/src/modules/logout.js: line 11, col 25, 'config' is not defined. +public/src/modules/logout.js: line 14, col 9, 'app' is not defined. + +public/src/modules/messages.js: line 3, col 132, Line is too long. +public/src/modules/messages.js: line 18, col 111, Line is too long. +public/src/modules/messages.js: line 51, col 121, Line is too long. +public/src/modules/messages.js: line 100, col 153, Line is too long. +public/src/modules/messages.js: line 105, col 101, Line is too long. +public/src/modules/messages.js: line 3, col 1, 'define' is not defined. +public/src/modules/messages.js: line 18, col 10, 'config' is not defined. +public/src/modules/messages.js: line 51, col 10, 'config' is not defined. +public/src/modules/messages.js: line 55, col 5, 'config' is not defined. +public/src/modules/messages.js: line 55, col 50, 'config' is not defined. +public/src/modules/messages.js: line 56, col 5, 'config' is not defined. +public/src/modules/messages.js: line 56, col 50, 'config' is not defined. +public/src/modules/messages.js: line 57, col 5, 'config' is not defined. +public/src/modules/messages.js: line 57, col 47, 'config' is not defined. +public/src/modules/messages.js: line 58, col 5, 'config' is not defined. +public/src/modules/messages.js: line 58, col 51, 'config' is not defined. +public/src/modules/messages.js: line 60, col 54, 'config' is not defined. +public/src/modules/messages.js: line 99, col 54, 'config' is not defined. +public/src/modules/messages.js: line 18, col 33, 'app' is not defined. +public/src/modules/messages.js: line 30, col 10, 'app' is not defined. +public/src/modules/messages.js: line 30, col 29, 'app' is not defined. +public/src/modules/messages.js: line 34, col 30, 'app' is not defined. +public/src/modules/messages.js: line 37, col 17, 'app' is not defined. +public/src/modules/messages.js: line 37, col 49, 'app' is not defined. +public/src/modules/messages.js: line 44, col 17, 'app' is not defined. +public/src/modules/messages.js: line 44, col 48, 'app' is not defined. +public/src/modules/messages.js: line 51, col 64, 'app' is not defined. +public/src/modules/messages.js: line 60, col 5, 'app' is not defined. +public/src/modules/messages.js: line 83, col 45, 'app' is not defined. +public/src/modules/messages.js: line 34, col 9, 'ajaxify' is not defined. +public/src/modules/messages.js: line 41, col 9, 'ajaxify' is not defined. +public/src/modules/messages.js: line 105, col 5, 'ajaxify' is not defined. +public/src/modules/messages.js: line 105, col 27, 'ajaxify' is not defined. +public/src/modules/messages.js: line 61, col 7, '$' is not defined. +public/src/modules/messages.js: line 62, col 7, '$' is not defined. +public/src/modules/messages.js: line 64, col 25, '$' is not defined. +public/src/modules/messages.js: line 70, col 9, '$' is not defined. +public/src/modules/messages.js: line 76, col 20, 'utils' is not defined. +public/src/modules/messages.js: line 93, col 18, 'utils' is not defined. + +public/src/modules/navigator.js: line 54, col 108, Line is too long. +public/src/modules/navigator.js: line 56, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/modules/navigator.js: line 103, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/modules/navigator.js: line 104, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/modules/navigator.js: line 179, col 112, Line is too long. +public/src/modules/navigator.js: line 183, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/modules/navigator.js: line 194, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/modules/navigator.js: line 319, col 101, Line is too long. +public/src/modules/navigator.js: line 358, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/modules/navigator.js: line 360, col 111, Line is too long. +public/src/modules/navigator.js: line 363, col 112, Line is too long. +public/src/modules/navigator.js: line 390, col 122, Line is too long. +public/src/modules/navigator.js: line 405, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/modules/navigator.js: line 406, col 105, Line is too long. +public/src/modules/navigator.js: line 411, col 115, Line is too long. +public/src/modules/navigator.js: line 512, col 115, Line is too long. +public/src/modules/navigator.js: line 525, col 132, Line is too long. +public/src/modules/navigator.js: line 564, col 136, Line is too long. +public/src/modules/navigator.js: line 674, col 101, Line is too long. +public/src/modules/navigator.js: line 683, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/modules/navigator.js: line 689, col 107, Line is too long. +public/src/modules/navigator.js: line 706, col 101, Line is too long. +public/src/modules/navigator.js: line 710, col 109, Line is too long. +public/src/modules/navigator.js: line 3, col 1, 'define' is not defined. +public/src/modules/navigator.js: line 21, col 27, '$' is not defined. +public/src/modules/navigator.js: line 28, col 3, '$' is not defined. +public/src/modules/navigator.js: line 29, col 5, '$' is not defined. +public/src/modules/navigator.js: line 39, col 25, '$' is not defined. +public/src/modules/navigator.js: line 45, col 14, '$' is not defined. +public/src/modules/navigator.js: line 48, col 5, '$' is not defined. +public/src/modules/navigator.js: line 55, col 18, '$' is not defined. +public/src/modules/navigator.js: line 76, col 23, '$' is not defined. +public/src/modules/navigator.js: line 118, col 9, '$' is not defined. +public/src/modules/navigator.js: line 154, col 21, '$' is not defined. +public/src/modules/navigator.js: line 197, col 20, '$' is not defined. +public/src/modules/navigator.js: line 215, col 11, '$' is not defined. +public/src/modules/navigator.js: line 216, col 23, '$' is not defined. +public/src/modules/navigator.js: line 273, col 19, '$' is not defined. +public/src/modules/navigator.js: line 275, col 7, '$' is not defined. +public/src/modules/navigator.js: line 280, col 7, '$' is not defined. +public/src/modules/navigator.js: line 301, col 5, '$' is not defined. +public/src/modules/navigator.js: line 302, col 5, '$' is not defined. +public/src/modules/navigator.js: line 305, col 21, '$' is not defined. +public/src/modules/navigator.js: line 309, col 27, '$' is not defined. +public/src/modules/navigator.js: line 310, col 27, '$' is not defined. +public/src/modules/navigator.js: line 316, col 29, '$' is not defined. +public/src/modules/navigator.js: line 317, col 30, '$' is not defined. +public/src/modules/navigator.js: line 333, col 51, '$' is not defined. +public/src/modules/navigator.js: line 335, col 61, '$' is not defined. +public/src/modules/navigator.js: line 422, col 7, '$' is not defined. +public/src/modules/navigator.js: line 474, col 5, '$' is not defined. +public/src/modules/navigator.js: line 498, col 17, '$' is not defined. +public/src/modules/navigator.js: line 503, col 23, '$' is not defined. +public/src/modules/navigator.js: line 504, col 26, '$' is not defined. +public/src/modules/navigator.js: line 505, col 28, '$' is not defined. +public/src/modules/navigator.js: line 509, col 21, '$' is not defined. +public/src/modules/navigator.js: line 575, col 21, '$' is not defined. +public/src/modules/navigator.js: line 581, col 11, '$' is not defined. +public/src/modules/navigator.js: line 581, col 36, '$' is not defined. +public/src/modules/navigator.js: line 585, col 5, '$' is not defined. +public/src/modules/navigator.js: line 591, col 21, '$' is not defined. +public/src/modules/navigator.js: line 594, col 47, '$' is not defined. +public/src/modules/navigator.js: line 599, col 5, '$' is not defined. +public/src/modules/navigator.js: line 605, col 9, '$' is not defined. +public/src/modules/navigator.js: line 617, col 9, '$' is not defined. +public/src/modules/navigator.js: line 642, col 23, '$' is not defined. +public/src/modules/navigator.js: line 669, col 25, '$' is not defined. +public/src/modules/navigator.js: line 674, col 22, '$' is not defined. +public/src/modules/navigator.js: line 679, col 22, '$' is not defined. +public/src/modules/navigator.js: line 693, col 31, '$' is not defined. +public/src/modules/navigator.js: line 694, col 28, '$' is not defined. +public/src/modules/navigator.js: line 697, col 5, '$' is not defined. +public/src/modules/navigator.js: line 707, col 11, '$' is not defined. +public/src/modules/navigator.js: line 738, col 9, '$' is not defined. +public/src/modules/navigator.js: line 743, col 7, '$' is not defined. +public/src/modules/navigator.js: line 750, col 9, '$' is not defined. +public/src/modules/navigator.js: line 46, col 13, 'utils' is not defined. +public/src/modules/navigator.js: line 57, col 42, 'utils' is not defined. +public/src/modules/navigator.js: line 77, col 14, 'utils' is not defined. +public/src/modules/navigator.js: line 190, col 24, 'utils' is not defined. +public/src/modules/navigator.js: line 246, col 42, 'utils' is not defined. +public/src/modules/navigator.js: line 559, col 10, 'utils' is not defined. +public/src/modules/navigator.js: line 629, col 10, 'utils' is not defined. +public/src/modules/navigator.js: line 60, col 40, 'socket' is not defined. +public/src/modules/navigator.js: line 105, col 20, 'socket' is not defined. +public/src/modules/navigator.js: line 201, col 18, 'socket' is not defined. +public/src/modules/navigator.js: line 411, col 28, 'socket' is not defined. +public/src/modules/navigator.js: line 60, col 82, 'ajaxify' is not defined. +public/src/modules/navigator.js: line 86, col 9, 'ajaxify' is not defined. +public/src/modules/navigator.js: line 90, col 9, 'ajaxify' is not defined. +public/src/modules/navigator.js: line 92, col 19, 'ajaxify' is not defined. +public/src/modules/navigator.js: line 93, col 29, 'ajaxify' is not defined. +public/src/modules/navigator.js: line 106, col 14, 'ajaxify' is not defined. +public/src/modules/navigator.js: line 111, col 9, 'ajaxify' is not defined. +public/src/modules/navigator.js: line 163, col 58, 'ajaxify' is not defined. +public/src/modules/navigator.js: line 177, col 50, 'ajaxify' is not defined. +public/src/modules/navigator.js: line 179, col 85, 'ajaxify' is not defined. +public/src/modules/navigator.js: line 186, col 27, 'ajaxify' is not defined. +public/src/modules/navigator.js: line 202, col 12, 'ajaxify' is not defined. +public/src/modules/navigator.js: line 230, col 37, 'ajaxify' is not defined. +public/src/modules/navigator.js: line 231, col 22, 'ajaxify' is not defined. +public/src/modules/navigator.js: line 231, col 47, 'ajaxify' is not defined. +public/src/modules/navigator.js: line 359, col 35, 'ajaxify' is not defined. +public/src/modules/navigator.js: line 360, col 44, 'ajaxify' is not defined. +public/src/modules/navigator.js: line 363, col 29, 'ajaxify' is not defined. +public/src/modules/navigator.js: line 363, col 81, 'ajaxify' is not defined. +public/src/modules/navigator.js: line 364, col 55, 'ajaxify' is not defined. +public/src/modules/navigator.js: line 369, col 37, 'ajaxify' is not defined. +public/src/modules/navigator.js: line 376, col 37, 'ajaxify' is not defined. +public/src/modules/navigator.js: line 390, col 56, 'ajaxify' is not defined. +public/src/modules/navigator.js: line 390, col 97, 'ajaxify' is not defined. +public/src/modules/navigator.js: line 393, col 23, 'ajaxify' is not defined. +public/src/modules/navigator.js: line 411, col 78, 'ajaxify' is not defined. +public/src/modules/navigator.js: line 480, col 19, 'ajaxify' is not defined. +public/src/modules/navigator.js: line 480, col 51, 'ajaxify' is not defined. +public/src/modules/navigator.js: line 564, col 59, 'ajaxify' is not defined. +public/src/modules/navigator.js: line 564, col 100, 'ajaxify' is not defined. +public/src/modules/navigator.js: line 608, col 7, 'ajaxify' is not defined. +public/src/modules/navigator.js: line 621, col 7, 'ajaxify' is not defined. +public/src/modules/navigator.js: line 626, col 21, 'ajaxify' is not defined. +public/src/modules/navigator.js: line 627, col 24, 'ajaxify' is not defined. +public/src/modules/navigator.js: line 649, col 7, 'ajaxify' is not defined. +public/src/modules/navigator.js: line 656, col 32, 'ajaxify' is not defined. +public/src/modules/navigator.js: line 666, col 10, 'ajaxify' is not defined. +public/src/modules/navigator.js: line 108, col 15, 'config' is not defined. +public/src/modules/navigator.js: line 390, col 26, 'config' is not defined. +public/src/modules/navigator.js: line 421, col 10, 'config' is not defined. +public/src/modules/navigator.js: line 442, col 55, 'config' is not defined. +public/src/modules/navigator.js: line 563, col 9, 'config' is not defined. +public/src/modules/navigator.js: line 577, col 9, 'config' is not defined. +public/src/modules/navigator.js: line 593, col 9, 'config' is not defined. +public/src/modules/navigator.js: line 646, col 10, 'config' is not defined. +public/src/modules/navigator.js: line 655, col 41, 'config' is not defined. +public/src/modules/navigator.js: line 413, col 24, 'app' is not defined. + +public/src/modules/notifications.js: line 42, col 102, Line is too long. +public/src/modules/notifications.js: line 97, col 110, Line is too long. +public/src/modules/notifications.js: line 138, col 114, Line is too long. +public/src/modules/notifications.js: line 4, col 1, 'define' is not defined. +public/src/modules/notifications.js: line 18, col 31, '$' is not defined. +public/src/modules/notifications.js: line 22, col 29, '$' is not defined. +public/src/modules/notifications.js: line 46, col 29, '$' is not defined. +public/src/modules/notifications.js: line 80, col 21, '$' is not defined. +public/src/modules/notifications.js: line 185, col 24, '$' is not defined. +public/src/modules/notifications.js: line 33, col 5, 'socket' is not defined. +public/src/modules/notifications.js: line 101, col 5, 'socket' is not defined. +public/src/modules/notifications.js: line 119, col 5, 'socket' is not defined. +public/src/modules/notifications.js: line 171, col 5, 'socket' is not defined. +public/src/modules/notifications.js: line 43, col 9, 'app' is not defined. +public/src/modules/notifications.js: line 94, col 9, 'ajaxify' is not defined. +public/src/modules/notifications.js: line 95, col 7, 'ajaxify' is not defined. +public/src/modules/notifications.js: line 97, col 9, 'ajaxify' is not defined. +public/src/modules/notifications.js: line 97, col 49, 'ajaxify' is not defined. +public/src/modules/notifications.js: line 138, col 85, 'ajaxify' is not defined. +public/src/modules/notifications.js: line 138, col 25, 'config' is not defined. + +public/src/modules/pictureCropper.js: line 7, col 122, Line is too long. +public/src/modules/pictureCropper.js: line 9, col 102, Line is too long. +public/src/modules/pictureCropper.js: line 39, col 8, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/modules/pictureCropper.js: line 48, col 30, 'dynamic import' is only available in ES11 (use 'esversion: 11'). +public/src/modules/pictureCropper.js: line 76, col 106, Line is too long. +public/src/modules/pictureCropper.js: line 131, col 56, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/modules/pictureCropper.js: line 134, col 36, 'dynamic import' is only available in ES11 (use 'esversion: 11'). +public/src/modules/pictureCropper.js: line 168, col 108, Line is too long. +public/src/modules/pictureCropper.js: line 187, col 106, Line is too long. +public/src/modules/pictureCropper.js: line 212, col 122, Line is too long. +public/src/modules/pictureCropper.js: line 3, col 1, 'define' is not defined. +public/src/modules/pictureCropper.js: line 8, col 5, 'app' is not defined. +public/src/modules/pictureCropper.js: line 37, col 5, 'app' is not defined. +public/src/modules/pictureCropper.js: line 27, col 9, '$' is not defined. +public/src/modules/pictureCropper.js: line 36, col 5, '$' is not defined. +public/src/modules/pictureCropper.js: line 45, col 38, '$' is not defined. +public/src/modules/pictureCropper.js: line 47, col 7, '$' is not defined. +public/src/modules/pictureCropper.js: line 104, col 13, '$' is not defined. +public/src/modules/pictureCropper.js: line 132, col 13, '$' is not defined. +public/src/modules/pictureCropper.js: line 38, col 12, 'utils' is not defined. +public/src/modules/pictureCropper.js: line 158, col 7, 'socket' is not defined. + +public/src/modules/postSelect.js: line 23, col 26, If a strict mode function is executed using function invocation, its 'this' value will be undefined. +public/src/modules/postSelect.js: line 25, col 44, If a strict mode function is executed using function invocation, its 'this' value will be undefined. +public/src/modules/postSelect.js: line 4, col 1, 'define' is not defined. +public/src/modules/postSelect.js: line 17, col 5, '$' is not defined. +public/src/modules/postSelect.js: line 23, col 24, '$' is not defined. +public/src/modules/postSelect.js: line 24, col 21, '$' is not defined. +public/src/modules/postSelect.js: line 25, col 42, '$' is not defined. +public/src/modules/postSelect.js: line 36, col 5, '$' is not defined. +public/src/modules/postSelect.js: line 65, col 5, '$' is not defined. +public/src/modules/postSelect.js: line 69, col 5, '$' is not defined. + +public/src/modules/quickreply.js: line 50, col 113, Line is too long. +public/src/modules/quickreply.js: line 3, col 1, 'define' is not defined. +public/src/modules/quickreply.js: line 16, col 39, 'ajaxify' is not defined. +public/src/modules/quickreply.js: line 65, col 14, 'ajaxify' is not defined. +public/src/modules/quickreply.js: line 78, col 27, 'ajaxify' is not defined. +public/src/modules/quickreply.js: line 91, col 15, 'ajaxify' is not defined. +public/src/modules/quickreply.js: line 122, col 14, 'ajaxify' is not defined. +public/src/modules/quickreply.js: line 123, col 16, 'ajaxify' is not defined. +public/src/modules/quickreply.js: line 28, col 5, '$' is not defined. +public/src/modules/quickreply.js: line 31, col 5, '$' is not defined. +public/src/modules/quickreply.js: line 41, col 20, '$' is not defined. +public/src/modules/quickreply.js: line 42, col 23, '$' is not defined. +public/src/modules/quickreply.js: line 44, col 21, '$' is not defined. +public/src/modules/quickreply.js: line 70, col 31, 'config' is not defined. +public/src/modules/quickreply.js: line 71, col 61, 'config' is not defined. +public/src/modules/quickreply.js: line 72, col 38, 'config' is not defined. +public/src/modules/quickreply.js: line 73, col 60, 'config' is not defined. +public/src/modules/quickreply.js: line 108, col 25, 'utils' is not defined. + +public/src/modules/scrollStop.js: line 12, col 1, 'define' is not defined. +public/src/modules/scrollStop.js: line 16, col 5, '$' is not defined. + +public/src/modules/search.js: line 98, col 112, Line is too long. +public/src/modules/search.js: line 106, col 112, Line is too long. +public/src/modules/search.js: line 138, col 106, Line is too long. +public/src/modules/search.js: line 141, col 71, 'object spread property' is only available in ES9 (use 'esversion: 9'). +public/src/modules/search.js: line 157, col 106, Line is too long. +public/src/modules/search.js: line 167, col 71, 'object spread property' is only available in ES9 (use 'esversion: 9'). +public/src/modules/search.js: line 221, col 130, Line is too long. +public/src/modules/search.js: line 295, col 10, 'object spread property' is only available in ES9 (use 'esversion: 9'). +public/src/modules/search.js: line 3, col 1, 'define' is not defined. +public/src/modules/search.js: line 11, col 10, 'config' is not defined. +public/src/modules/search.js: line 15, col 44, 'config' is not defined. +public/src/modules/search.js: line 55, col 12, 'config' is not defined. +public/src/modules/search.js: line 94, col 10, 'config' is not defined. +public/src/modules/search.js: line 98, col 47, 'config' is not defined. +public/src/modules/search.js: line 279, col 20, 'config' is not defined. +public/src/modules/search.js: line 283, col 23, 'config' is not defined. +public/src/modules/search.js: line 16, col 24, '$' is not defined. +public/src/modules/search.js: line 18, col 12, '$' is not defined. +public/src/modules/search.js: line 70, col 21, '$' is not defined. +public/src/modules/search.js: line 107, col 24, '$' is not defined. +public/src/modules/search.js: line 160, col 26, '$' is not defined. +public/src/modules/search.js: line 210, col 7, '$' is not defined. +public/src/modules/search.js: line 284, col 5, '$' is not defined. +public/src/modules/search.js: line 305, col 12, '$' is not defined. +public/src/modules/search.js: line 329, col 22, '$' is not defined. +public/src/modules/search.js: line 333, col 9, '$' is not defined. +public/src/modules/search.js: line 334, col 21, '$' is not defined. +public/src/modules/search.js: line 334, col 45, '$' is not defined. +public/src/modules/search.js: line 348, col 5, '$' is not defined. +public/src/modules/search.js: line 55, col 32, 'app' is not defined. +public/src/modules/search.js: line 94, col 35, 'app' is not defined. +public/src/modules/search.js: line 142, col 11, 'app' is not defined. +public/src/modules/search.js: line 168, col 11, 'app' is not defined. +public/src/modules/search.js: line 60, col 9, 'ajaxify' is not defined. +public/src/modules/search.js: line 105, col 11, 'ajaxify' is not defined. +public/src/modules/search.js: line 105, col 45, 'ajaxify' is not defined. +public/src/modules/search.js: line 106, col 64, 'ajaxify' is not defined. +public/src/modules/search.js: line 111, col 48, 'ajaxify' is not defined. +public/src/modules/search.js: line 111, col 82, 'ajaxify' is not defined. +public/src/modules/search.js: line 119, col 11, 'ajaxify' is not defined. +public/src/modules/search.js: line 119, col 45, 'ajaxify' is not defined. +public/src/modules/search.js: line 121, col 47, 'ajaxify' is not defined. +public/src/modules/search.js: line 229, col 12, 'ajaxify' is not defined. +public/src/modules/search.js: line 275, col 5, 'ajaxify' is not defined. +public/src/modules/search.js: line 163, col 25, 'utils' is not defined. +public/src/modules/search.js: line 193, col 38, 'utils' is not defined. +public/src/modules/search.js: line 321, col 19, 'utils' is not defined. +public/src/modules/search.js: line 324, col 37, 'utils' is not defined. + +public/src/modules/settings/array.js: line 32, col 108, Line is too long. +public/src/modules/settings/array.js: line 35, col 105, Line is too long. +public/src/modules/settings/array.js: line 118, col 85, Functions declared within loops referencing an outer scoped variable may lead to confusing semantics. (element) +public/src/modules/settings/array.js: line 132, col 51, Expected '===' and instead saw '=='. +public/src/modules/settings/array.js: line 3, col 1, 'define' is not defined. +public/src/modules/settings/array.js: line 13, col 16, '$' is not defined. +public/src/modules/settings/array.js: line 22, col 19, '$' is not defined. +public/src/modules/settings/array.js: line 44, col 21, '$' is not defined. +public/src/modules/settings/array.js: line 58, col 9, '$' is not defined. +public/src/modules/settings/array.js: line 73, col 22, '$' is not defined. +public/src/modules/settings/array.js: line 75, col 17, '$' is not defined. +public/src/modules/settings/array.js: line 104, col 18, '$' is not defined. +public/src/modules/settings/array.js: line 107, col 18, '$' is not defined. +public/src/modules/settings/array.js: line 126, col 24, '$' is not defined. +public/src/modules/settings/array.js: line 129, col 17, '$' is not defined. + +public/src/modules/settings/checkbox.js: line 21, col 19, Expected '===' and instead saw '=='. +public/src/modules/settings/checkbox.js: line 3, col 1, 'define' is not defined. + +public/src/modules/settings/key.js: line 39, col 107, Line is too long. +public/src/modules/settings/key.js: line 153, col 25, Expected '!==' and instead saw '!='. +public/src/modules/settings/key.js: line 175, col 21, Expected '!==' and instead saw '!='. +public/src/modules/settings/key.js: line 218, col 29, Expected '!==' and instead saw '!='. +public/src/modules/settings/key.js: line 221, col 34, Expected '!==' and instead saw '!='. +public/src/modules/settings/key.js: line 231, col 15, Expected '!==' and instead saw '!='. +public/src/modules/settings/key.js: line 3, col 1, 'define' is not defined. + +public/src/modules/settings/number.js: line 3, col 1, 'define' is not defined. + +public/src/modules/settings/object.js: line 7, col 111, Line is too long. +public/src/modules/settings/object.js: line 10, col 105, Line is too long. +public/src/modules/settings/object.js: line 82, col 103, Line is too long. +public/src/modules/settings/object.js: line 93, col 13, Functions declared within loops referencing an outer scoped variable may lead to confusing semantics. (element) +public/src/modules/settings/object.js: line 107, col 51, Expected '===' and instead saw '=='. +public/src/modules/settings/object.js: line 3, col 1, 'define' is not defined. +public/src/modules/settings/object.js: line 23, col 21, '$' is not defined. +public/src/modules/settings/object.js: line 38, col 9, '$' is not defined. +public/src/modules/settings/object.js: line 65, col 18, '$' is not defined. +public/src/modules/settings/object.js: line 68, col 18, '$' is not defined. +public/src/modules/settings/object.js: line 100, col 26, '$' is not defined. +public/src/modules/settings/object.js: line 103, col 20, '$' is not defined. + +public/src/modules/settings/select.js: line 30, col 21, Expected '!==' and instead saw '!='. +public/src/modules/settings/select.js: line 3, col 1, 'define' is not defined. +public/src/modules/settings/select.js: line 11, col 22, '$' is not defined. +public/src/modules/settings/select.js: line 22, col 23, '$' is not defined. + +public/src/modules/settings/sorted-list.js: line 24, col 143, Line is too long. +public/src/modules/settings/sorted-list.js: line 29, col 10, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/modules/settings/sorted-list.js: line 30, col 105, Line is too long. +public/src/modules/settings/sorted-list.js: line 54, col 50, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/modules/settings/sorted-list.js: line 66, col 105, Line is too long. +public/src/modules/settings/sorted-list.js: line 83, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/modules/settings/sorted-list.js: line 86, col 126, Line is too long. +public/src/modules/settings/sorted-list.js: line 98, col 105, Line is too long. +public/src/modules/settings/sorted-list.js: line 110, col 106, Line is too long. +public/src/modules/settings/sorted-list.js: line 118, col 44, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/modules/settings/sorted-list.js: line 120, col 130, Line is too long. +public/src/modules/settings/sorted-list.js: line 123, col 123, Line is too long. +public/src/modules/settings/sorted-list.js: line 128, col 102, Line is too long. +public/src/modules/settings/sorted-list.js: line 3, col 1, 'define' is not defined. +public/src/modules/settings/sorted-list.js: line 22, col 26, '$' is not defined. +public/src/modules/settings/sorted-list.js: line 24, col 56, '$' is not defined. +public/src/modules/settings/sorted-list.js: line 39, col 22, '$' is not defined. +public/src/modules/settings/sorted-list.js: line 58, col 24, '$' is not defined. +public/src/modules/settings/sorted-list.js: line 61, col 11, '$' is not defined. +public/src/modules/settings/sorted-list.js: line 86, col 20, '$' is not defined. +public/src/modules/settings/sorted-list.js: line 89, col 7, '$' is not defined. +public/src/modules/settings/sorted-list.js: line 100, col 7, '$' is not defined. +public/src/modules/settings/sorted-list.js: line 107, col 21, '$' is not defined. +public/src/modules/settings/sorted-list.js: line 110, col 20, '$' is not defined. +public/src/modules/settings/sorted-list.js: line 120, col 24, '$' is not defined. +public/src/modules/settings/sorted-list.js: line 123, col 11, '$' is not defined. +public/src/modules/settings/sorted-list.js: line 124, col 11, '$' is not defined. +public/src/modules/settings/sorted-list.js: line 148, col 20, '$' is not defined. +public/src/modules/settings/sorted-list.js: line 51, col 20, 'ajaxify' is not defined. +public/src/modules/settings/sorted-list.js: line 57, col 28, 'utils' is not defined. +public/src/modules/settings/sorted-list.js: line 85, col 24, 'utils' is not defined. +public/src/modules/settings/sorted-list.js: line 166, col 49, 'utils' is not defined. +public/src/modules/settings/sorted-list.js: line 166, col 76, 'utils' is not defined. +public/src/modules/settings/sorted-list.js: line 147, col 7, 'app' is not defined. + +public/src/modules/settings/textarea.js: line 15, col 27, Expected '!==' and instead saw '!='. +public/src/modules/settings/textarea.js: line 23, col 21, Expected '===' and instead saw '=='. +public/src/modules/settings/textarea.js: line 3, col 1, 'define' is not defined. + +public/src/modules/settings.js: line 19, col 18, Expected '===' and instead saw '=='. +public/src/modules/settings.js: line 62, col 18, Expected '!==' and instead saw '!='. +public/src/modules/settings.js: line 72, col 18, Expected '!==' and instead saw '!='. +public/src/modules/settings.js: line 86, col 18, Expected '!==' and instead saw '!='. +public/src/modules/settings.js: line 89, col 20, Expected '===' and instead saw '=='. +public/src/modules/settings.js: line 92, col 20, Expected '!==' and instead saw '!='. +public/src/modules/settings.js: line 116, col 25, Confusing use of '!'. +public/src/modules/settings.js: line 122, col 31, Expected '!==' and instead saw '!='. +public/src/modules/settings.js: line 146, col 18, Expected '!==' and instead saw '!='. +public/src/modules/settings.js: line 149, col 19, Expected '!==' and instead saw '!='. +public/src/modules/settings.js: line 152, col 32, Expected '!==' and instead saw '!='. +public/src/modules/settings.js: line 156, col 27, Expected '!==' and instead saw '!='. +public/src/modules/settings.js: line 159, col 53, Expected '===' and instead saw '=='. +public/src/modules/settings.js: line 173, col 18, Expected '!==' and instead saw '!='. +public/src/modules/settings.js: line 184, col 26, Expected '!==' and instead saw '!='. +public/src/modules/settings.js: line 208, col 20, Expected '!==' and instead saw '!='. +public/src/modules/settings.js: line 213, col 31, Expected '!==' and instead saw '!='. +public/src/modules/settings.js: line 230, col 102, Line is too long. +public/src/modules/settings.js: line 234, col 20, Expected '===' and instead saw '=='. +public/src/modules/settings.js: line 285, col 22, Expected '!==' and instead saw '!='. +public/src/modules/settings.js: line 285, col 44, Expected '!==' and instead saw '!='. +public/src/modules/settings.js: line 339, col 26, Expected '!==' and instead saw '!='. +public/src/modules/settings.js: line 350, col 19, Expected '===' and instead saw '=='. +public/src/modules/settings.js: line 360, col 38, Expected '===' and instead saw '=='. +public/src/modules/settings.js: line 366, col 112, Line is too long. +public/src/modules/settings.js: line 374, col 20, Expected '===' and instead saw '=='. +public/src/modules/settings.js: line 384, col 111, Line is too long. +public/src/modules/settings.js: line 418, col 20, Expected '===' and instead saw '=='. +public/src/modules/settings.js: line 430, col 37, Expected '!==' and instead saw '!='. +public/src/modules/settings.js: line 435, col 25, Expected '!==' and instead saw '!='. +public/src/modules/settings.js: line 436, col 23, Expected '!==' and instead saw '!='. +public/src/modules/settings.js: line 448, col 107, Line is too long. +public/src/modules/settings.js: line 4, col 1, 'define' is not defined. +public/src/modules/settings.js: line 15, col 14, '$' is not defined. +public/src/modules/settings.js: line 63, col 29, '$' is not defined. +public/src/modules/settings.js: line 73, col 29, '$' is not defined. +public/src/modules/settings.js: line 87, col 19, '$' is not defined. +public/src/modules/settings.js: line 95, col 19, '$' is not defined. +public/src/modules/settings.js: line 203, col 7, '$' is not defined. +public/src/modules/settings.js: line 204, col 17, '$' is not defined. +public/src/modules/settings.js: line 263, col 19, '$' is not defined. +public/src/modules/settings.js: line 271, col 20, '$' is not defined. +public/src/modules/settings.js: line 417, col 22, '$' is not defined. +public/src/modules/settings.js: line 422, col 23, '$' is not defined. +public/src/modules/settings.js: line 466, col 9, '$' is not defined. +public/src/modules/settings.js: line 467, col 23, '$' is not defined. +public/src/modules/settings.js: line 481, col 11, '$' is not defined. +public/src/modules/settings.js: line 482, col 47, '$' is not defined. +public/src/modules/settings.js: line 486, col 9, '$' is not defined. +public/src/modules/settings.js: line 490, col 9, '$' is not defined. +public/src/modules/settings.js: line 509, col 16, '$' is not defined. +public/src/modules/settings.js: line 524, col 51, '$' is not defined. +public/src/modules/settings.js: line 289, col 7, 'socket' is not defined. +public/src/modules/settings.js: line 390, col 7, 'socket' is not defined. +public/src/modules/settings.js: line 459, col 7, 'socket' is not defined. +public/src/modules/settings.js: line 530, col 9, 'socket' is not defined. +public/src/modules/settings.js: line 478, col 9, 'ajaxify' is not defined. +public/src/modules/settings.js: line 538, col 11, 'ajaxify' is not defined. +public/src/modules/settings.js: line 491, col 11, 'app' is not defined. +public/src/modules/settings.js: line 491, col 23, 'app' is not defined. +public/src/modules/settings.js: line 492, col 11, 'app' is not defined. +public/src/modules/settings.js: line 535, col 11, 'app' is not defined. + +public/src/modules/share.js: line 10, col 102, Line is too long. +public/src/modules/share.js: line 18, col 118, Line is too long. +public/src/modules/share.js: line 35, col 129, Line is too long. +public/src/modules/share.js: line 41, col 105, Line is too long. +public/src/modules/share.js: line 56, col 120, Line is too long. +public/src/modules/share.js: line 62, col 112, Line is too long. +public/src/modules/share.js: line 4, col 1, 'define' is not defined. +public/src/modules/share.js: line 18, col 5, '$' is not defined. +public/src/modules/share.js: line 19, col 24, '$' is not defined. +public/src/modules/share.js: line 20, col 41, '$' is not defined. +public/src/modules/share.js: line 34, col 34, '$' is not defined. +public/src/modules/share.js: line 40, col 34, '$' is not defined. +public/src/modules/share.js: line 46, col 34, '$' is not defined. +public/src/modules/share.js: line 55, col 34, '$' is not defined. +public/src/modules/share.js: line 61, col 34, '$' is not defined. +public/src/modules/share.js: line 70, col 5, '$' is not defined. +public/src/modules/share.js: line 48, col 28, 'config' is not defined. +public/src/modules/share.js: line 76, col 22, 'config' is not defined. + +public/src/modules/slugify.js: line 5, col 39, 'define' is not defined. +public/src/modules/slugify.js: line 6, col 5, 'define' is not defined. + +public/src/modules/sort.js: line 4, col 1, 'define' is not defined. +public/src/modules/sort.js: line 10, col 25, 'utils' is not defined. +public/src/modules/sort.js: line 18, col 27, 'utils' is not defined. +public/src/modules/sort.js: line 10, col 48, 'config' is not defined. +public/src/modules/sort.js: line 14, col 5, '$' is not defined. +public/src/modules/sort.js: line 17, col 28, '$' is not defined. +public/src/modules/sort.js: line 20, col 20, '$' is not defined. +public/src/modules/sort.js: line 21, col 9, 'ajaxify' is not defined. + +public/src/modules/storage.js: line 6, col 1, 'define' is not defined. + +public/src/modules/tagFilter.js: line 3, col 1, 'define' is not defined. +public/src/modules/tagFilter.js: line 17, col 52, 'ajaxify' is not defined. +public/src/modules/tagFilter.js: line 25, col 30, 'ajaxify' is not defined. +public/src/modules/tagFilter.js: line 26, col 22, 'ajaxify' is not defined. +public/src/modules/tagFilter.js: line 103, col 9, 'ajaxify' is not defined. +public/src/modules/tagFilter.js: line 142, col 11, 'ajaxify' is not defined. +public/src/modules/tagFilter.js: line 142, col 45, 'ajaxify' is not defined. +public/src/modules/tagFilter.js: line 143, col 17, 'ajaxify' is not defined. +public/src/modules/tagFilter.js: line 145, col 32, 'ajaxify' is not defined. +public/src/modules/tagFilter.js: line 145, col 62, 'ajaxify' is not defined. +public/src/modules/tagFilter.js: line 146, col 16, 'ajaxify' is not defined. +public/src/modules/tagFilter.js: line 167, col 22, 'ajaxify' is not defined. +public/src/modules/tagFilter.js: line 31, col 7, 'app' is not defined. +public/src/modules/tagFilter.js: line 165, col 7, 'app' is not defined. +public/src/modules/tagFilter.js: line 189, col 7, 'app' is not defined. +public/src/modules/tagFilter.js: line 54, col 50, 'utils' is not defined. +public/src/modules/tagFilter.js: line 59, col 34, 'utils' is not defined. +public/src/modules/tagFilter.js: line 93, col 31, 'utils' is not defined. +public/src/modules/tagFilter.js: line 101, col 24, '$' is not defined. +public/src/modules/tagFilter.js: line 109, col 21, '$' is not defined. +public/src/modules/tagFilter.js: line 192, col 39, '$' is not defined. +public/src/modules/tagFilter.js: line 148, col 7, 'socket' is not defined. + +public/src/modules/taskbar.js: line 14, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/modules/taskbar.js: line 38, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/modules/taskbar.js: line 183, col 179, Line is too long. +public/src/modules/taskbar.js: line 218, col 111, Line is too long. +public/src/modules/taskbar.js: line 233, col 102, Line is too long. +public/src/modules/taskbar.js: line 4, col 1, 'define' is not defined. +public/src/modules/taskbar.js: line 8, col 23, '$' is not defined. +public/src/modules/taskbar.js: line 15, col 20, '$' is not defined. +public/src/modules/taskbar.js: line 33, col 5, '$' is not defined. +public/src/modules/taskbar.js: line 106, col 19, '$' is not defined. +public/src/modules/taskbar.js: line 107, col 14, '$' is not defined. +public/src/modules/taskbar.js: line 142, col 5, '$' is not defined. +public/src/modules/taskbar.js: line 143, col 5, '$' is not defined. +public/src/modules/taskbar.js: line 179, col 21, '$' is not defined. +public/src/modules/taskbar.js: line 181, col 25, '$' is not defined. +public/src/modules/taskbar.js: line 19, col 28, 'app' is not defined. +public/src/modules/taskbar.js: line 46, col 28, 'app' is not defined. + +public/src/modules/topicList.js: line 11, col 104, Line is too long. +public/src/modules/topicList.js: line 104, col 107, Line is too long. +public/src/modules/topicList.js: line 164, col 125, Line is too long. +public/src/modules/topicList.js: line 246, col 136, Line is too long. +public/src/modules/topicList.js: line 3, col 1, 'define' is not defined. +public/src/modules/topicList.js: line 23, col 3, '$' is not defined. +public/src/modules/topicList.js: line 44, col 25, '$' is not defined. +public/src/modules/topicList.js: line 48, col 20, '$' is not defined. +public/src/modules/topicList.js: line 63, col 9, '$' is not defined. +public/src/modules/topicList.js: line 63, col 31, '$' is not defined. +public/src/modules/topicList.js: line 64, col 7, '$' is not defined. +public/src/modules/topicList.js: line 67, col 5, '$' is not defined. +public/src/modules/topicList.js: line 75, col 12, '$' is not defined. +public/src/modules/topicList.js: line 76, col 15, '$' is not defined. +public/src/modules/topicList.js: line 151, col 7, '$' is not defined. +public/src/modules/topicList.js: line 152, col 7, '$' is not defined. +public/src/modules/topicList.js: line 193, col 7, '$' is not defined. +public/src/modules/topicList.js: line 199, col 7, '$' is not defined. +public/src/modules/topicList.js: line 230, col 7, '$' is not defined. +public/src/modules/topicList.js: line 235, col 24, '$' is not defined. +public/src/modules/topicList.js: line 236, col 27, '$' is not defined. +public/src/modules/topicList.js: line 240, col 9, '$' is not defined. +public/src/modules/topicList.js: line 240, col 42, '$' is not defined. +public/src/modules/topicList.js: line 38, col 9, 'ajaxify' is not defined. +public/src/modules/topicList.js: line 38, col 40, 'ajaxify' is not defined. +public/src/modules/topicList.js: line 56, col 44, 'ajaxify' is not defined. +public/src/modules/topicList.js: line 71, col 50, 'ajaxify' is not defined. +public/src/modules/topicList.js: line 94, col 15, 'ajaxify' is not defined. +public/src/modules/topicList.js: line 124, col 15, 'ajaxify' is not defined. +public/src/modules/topicList.js: line 169, col 42, 'ajaxify' is not defined. +public/src/modules/topicList.js: line 222, col 9, 'ajaxify' is not defined. +public/src/modules/topicList.js: line 223, col 21, 'ajaxify' is not defined. +public/src/modules/topicList.js: line 50, col 10, 'config' is not defined. +public/src/modules/topicList.js: line 174, col 31, 'config' is not defined. +public/src/modules/topicList.js: line 246, col 110, 'config' is not defined. +public/src/modules/topicList.js: line 84, col 5, 'socket' is not defined. +public/src/modules/topicList.js: line 85, col 5, 'socket' is not defined. +public/src/modules/topicList.js: line 89, col 5, 'socket' is not defined. +public/src/modules/topicList.js: line 90, col 5, 'socket' is not defined. +public/src/modules/topicList.js: line 164, col 10, 'utils' is not defined. +public/src/modules/topicList.js: line 179, col 19, 'utils' is not defined. +public/src/modules/topicList.js: line 228, col 5, 'app' is not defined. + +public/src/modules/topicSelect.js: line 64, col 130, Line is too long. +public/src/modules/topicSelect.js: line 74, col 103, Line is too long. +public/src/modules/topicSelect.js: line 4, col 1, 'define' is not defined. +public/src/modules/topicSelect.js: line 11, col 23, '$' is not defined. +public/src/modules/topicSelect.js: line 17, col 22, '$' is not defined. +public/src/modules/topicSelect.js: line 43, col 19, '$' is not defined. +public/src/modules/topicSelect.js: line 56, col 17, '$' is not defined. +public/src/modules/topicSelect.js: line 71, col 27, '$' is not defined. +public/src/modules/topicSelect.js: line 89, col 21, '$' is not defined. + +public/src/modules/topicThumbs.js: line 14, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/modules/topicThumbs.js: line 66, col 44, 'object spread property' is only available in ES9 (use 'esversion: 9'). +public/src/modules/topicThumbs.js: line 81, col 42, 'object spread property' is only available in ES9 (use 'esversion: 9'). +public/src/modules/topicThumbs.js: line 118, col 22, Expected '{' and instead saw 'return'. +public/src/modules/topicThumbs.js: line 3, col 1, 'define' is not defined. +public/src/modules/topicThumbs.js: line 16, col 24, 'app' is not defined. +public/src/modules/topicThumbs.js: line 17, col 5, '$' is not defined. +public/src/modules/topicThumbs.js: line 68, col 53, '$' is not defined. +public/src/modules/topicThumbs.js: line 103, col 47, '$' is not defined. +public/src/modules/topicThumbs.js: line 121, col 24, '$' is not defined. +public/src/modules/topicThumbs.js: line 30, col 14, 'config' is not defined. +public/src/modules/topicThumbs.js: line 63, col 55, 'config' is not defined. + +public/src/modules/translator.common.js: line 24, col 144, Line is too long. +public/src/modules/translator.common.js: line 147, col 107, Line is too long. +public/src/modules/translator.common.js: line 275, col 110, Line is too long. +public/src/modules/translator.common.js: line 283, col 112, Line is too long. +public/src/modules/translator.common.js: line 293, col 43, Expected '{' and instead saw 'return'. +public/src/modules/translator.common.js: line 356, col 113, Line is too long. +public/src/modules/translator.common.js: line 560, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/modules/translator.common.js: line 629, col 118, Line is too long. +public/src/modules/translator.common.js: line 629, col 7, 'dynamic import' is only available in ES11 (use 'esversion: 11'). +public/src/modules/translator.common.js: line 4, col 35, 'jQuery' is not defined. +public/src/modules/translator.common.js: line 601, col 32, 'jQuery' is not defined. +public/src/modules/translator.common.js: line 602, col 9, 'jQuery' is not defined. +public/src/modules/translator.common.js: line 615, col 45, 'jQuery' is not defined. +public/src/modules/translator.common.js: line 617, col 45, 'jQuery' is not defined. +public/src/modules/translator.common.js: line 618, col 11, 'jQuery' is not defined. +public/src/modules/translator.common.js: line 373, col 13, '$' is not defined. +public/src/modules/translator.common.js: line 610, col 56, 'config' is not defined. +public/src/modules/translator.common.js: line 611, col 14, 'config' is not defined. + +public/src/modules/translator.js: line 8, col 142, Line is too long. +public/src/modules/translator.js: line 5, col 1, 'define' is not defined. +public/src/modules/translator.js: line 8, col 23, 'config' is not defined. +public/src/modules/translator.js: line 8, col 102, 'config' is not defined. + +public/src/modules/uploadHelpers.js: line 48, col 102, Line is too long. +public/src/modules/uploadHelpers.js: line 161, col 125, Line is too long. +public/src/modules/uploadHelpers.js: line 180, col 104, Line is too long. +public/src/modules/uploadHelpers.js: line 4, col 1, 'define' is not defined. +public/src/modules/uploadHelpers.js: line 12, col 27, 'config' is not defined. +public/src/modules/uploadHelpers.js: line 164, col 57, 'config' is not defined. +public/src/modules/uploadHelpers.js: line 166, col 56, 'config' is not defined. +public/src/modules/uploadHelpers.js: line 173, col 27, 'config' is not defined. +public/src/modules/uploadHelpers.js: line 48, col 12, '$' is not defined. +public/src/modules/uploadHelpers.js: line 48, col 37, '$' is not defined. +public/src/modules/uploadHelpers.js: line 48, col 77, '$' is not defined. +public/src/modules/uploadHelpers.js: line 110, col 5, '$' is not defined. +public/src/modules/uploadHelpers.js: line 171, col 7, '$' is not defined. +public/src/modules/uploadHelpers.js: line 48, col 58, 'utils' is not defined. +public/src/modules/uploadHelpers.js: line 137, col 28, 'utils' is not defined. +public/src/modules/uploadHelpers.js: line 161, col 24, 'app' is not defined. +public/src/modules/uploadHelpers.js: line 161, col 83, 'app' is not defined. +public/src/modules/uploadHelpers.js: line 164, col 12, 'app' is not defined. + +public/src/modules/uploader.js: line 8, col 122, Line is too long. +public/src/modules/uploader.js: line 10, col 102, Line is too long. +public/src/modules/uploader.js: line 39, col 104, Line is too long. +public/src/modules/uploader.js: line 79, col 27, 'Optional chaining' is only available in ES11 (use 'esversion: 11'). +public/src/modules/uploader.js: line 79, col 35, 'Optional chaining' is only available in ES11 (use 'esversion: 11'). +public/src/modules/uploader.js: line 80, col 27, 'Optional chaining' is only available in ES11 (use 'esversion: 11'). +public/src/modules/uploader.js: line 91, col 120, Line is too long. +public/src/modules/uploader.js: line 4, col 1, 'define' is not defined. +public/src/modules/uploader.js: line 9, col 5, 'app' is not defined. +public/src/modules/uploader.js: line 27, col 9, '$' is not defined. +public/src/modules/uploader.js: line 39, col 5, '$' is not defined. +public/src/modules/uploader.js: line 72, col 25, 'config' is not defined. + +public/src/modules/userFilter.js: line 3, col 108, Line is too long. +public/src/modules/userFilter.js: line 15, col 60, 'object spread property' is only available in ES9 (use 'esversion: 9'). +public/src/modules/userFilter.js: line 19, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/modules/userFilter.js: line 37, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/modules/userFilter.js: line 44, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/modules/userFilter.js: line 76, col 75, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/modules/userFilter.js: line 95, col 56, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/modules/userFilter.js: line 118, col 105, Line is too long. +public/src/modules/userFilter.js: line 3, col 1, 'define' is not defined. +public/src/modules/userFilter.js: line 33, col 26, 'app' is not defined. +public/src/modules/userFilter.js: line 48, col 13, 'app' is not defined. +public/src/modules/userFilter.js: line 71, col 26, 'app' is not defined. +public/src/modules/userFilter.js: line 90, col 11, 'app' is not defined. +public/src/modules/userFilter.js: line 102, col 33, 'app' is not defined. +public/src/modules/userFilter.js: line 77, col 37, '$' is not defined. +public/src/modules/userFilter.js: line 96, col 19, '$' is not defined. +public/src/modules/userFilter.js: line 89, col 61, 'utils' is not defined. + +public/src/overrides.js: line 107, col 108, Line is too long. +public/src/overrides.js: line 9, col 16, '$' is not defined. +public/src/overrides.js: line 92, col 7, '$' is not defined. +public/src/overrides.js: line 94, col 7, '$' is not defined. +public/src/overrides.js: line 100, col 19, '$' is not defined. +public/src/overrides.js: line 105, col 5, '$' is not defined. +public/src/overrides.js: line 122, col 5, '$' is not defined. +public/src/overrides.js: line 123, col 19, '$' is not defined. +public/src/overrides.js: line 86, col 5, 'jQuery' is not defined. +public/src/overrides.js: line 89, col 3, 'overrides' is not defined. +public/src/overrides.js: line 98, col 3, 'overrides' is not defined. +public/src/overrides.js: line 103, col 5, 'overrides' is not defined. +public/src/overrides.js: line 90, col 29, 'ajaxify' is not defined. +public/src/overrides.js: line 90, col 59, 'config' is not defined. +public/src/overrides.js: line 106, col 22, 'config' is not defined. + +public/src/service-worker.js: line 3, col 1, 'self' is not defined. +public/src/service-worker.js: line 5, col 3, 'self' is not defined. +public/src/service-worker.js: line 8, col 1, 'self' is not defined. +public/src/service-worker.js: line 10, col 19, 'self' is not defined. +public/src/service-worker.js: line 13, col 1, 'self' is not defined. +public/src/service-worker.js: line 22, col 21, 'caches' is not defined. + +public/src/sockets.js: line 39, col 18, Expected '{' and instead saw 'reject'. +public/src/sockets.js: line 40, col 14, Expected '{' and instead saw 'resolve'. +public/src/sockets.js: line 115, col 159, Line is too long. +public/src/sockets.js: line 144, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +public/src/sockets.js: line 227, col 116, Line is too long. +public/src/sockets.js: line 261, col 122, Line is too long. +public/src/sockets.js: line 262, col 105, Line is too long. +public/src/sockets.js: line 8, col 1, 'app' is not defined. +public/src/sockets.js: line 48, col 18, 'app' is not defined. +public/src/sockets.js: line 55, col 38, 'app' is not defined. +public/src/sockets.js: line 84, col 23, 'app' is not defined. +public/src/sockets.js: line 86, col 30, 'app' is not defined. +public/src/sockets.js: line 90, col 42, 'app' is not defined. +public/src/sockets.js: line 99, col 7, 'app' is not defined. +public/src/sockets.js: line 119, col 11, 'app' is not defined. +public/src/sockets.js: line 134, col 9, 'app' is not defined. +public/src/sockets.js: line 134, col 29, 'app' is not defined. +public/src/sockets.js: line 160, col 25, 'app' is not defined. +public/src/sockets.js: line 160, col 48, 'app' is not defined. +public/src/sockets.js: line 160, col 67, 'app' is not defined. +public/src/sockets.js: line 161, col 9, 'app' is not defined. +public/src/sockets.js: line 182, col 9, 'app' is not defined. +public/src/sockets.js: line 183, col 23, 'app' is not defined. +public/src/sockets.js: line 184, col 7, 'app' is not defined. +public/src/sockets.js: line 185, col 7, 'app' is not defined. +public/src/sockets.js: line 14, col 27, 'config' is not defined. +public/src/sockets.js: line 15, col 24, 'config' is not defined. +public/src/sockets.js: line 16, col 17, 'config' is not defined. +public/src/sockets.js: line 18, col 11, 'config' is not defined. +public/src/sockets.js: line 20, col 14, 'config' is not defined. +public/src/sockets.js: line 24, col 22, 'config' is not defined. +public/src/sockets.js: line 64, col 56, 'config' is not defined. +public/src/sockets.js: line 235, col 36, 'config' is not defined. +public/src/sockets.js: line 249, col 34, 'config' is not defined. +public/src/sockets.js: line 256, col 5, 'config' is not defined. +public/src/sockets.js: line 257, col 5, 'config' is not defined. +public/src/sockets.js: line 258, col 5, 'config' is not defined. +public/src/sockets.js: line 26, col 17, 'socket' is not defined. +public/src/sockets.js: line 27, col 3, 'socket' is not defined. +public/src/sockets.js: line 33, col 19, 'socket' is not defined. +public/src/sockets.js: line 38, col 19, 'socket' is not defined. +public/src/sockets.js: line 50, col 7, 'socket' is not defined. +public/src/sockets.js: line 55, col 9, 'socket' is not defined. +public/src/sockets.js: line 67, col 5, 'socket' is not defined. +public/src/sockets.js: line 71, col 5, 'socket' is not defined. +public/src/sockets.js: line 73, col 5, 'socket' is not defined. +public/src/sockets.js: line 75, col 5, 'socket' is not defined. +public/src/sockets.js: line 89, col 5, 'socket' is not defined. +public/src/sockets.js: line 94, col 5, 'socket' is not defined. +public/src/sockets.js: line 98, col 5, 'socket' is not defined. +public/src/sockets.js: line 102, col 5, 'socket' is not defined. +public/src/sockets.js: line 103, col 5, 'socket' is not defined. +public/src/sockets.js: line 104, col 5, 'socket' is not defined. +public/src/sockets.js: line 109, col 5, 'socket' is not defined. +public/src/sockets.js: line 114, col 5, 'socket' is not defined. +public/src/sockets.js: line 118, col 5, 'socket' is not defined. +public/src/sockets.js: line 126, col 5, 'socket' is not defined. +public/src/sockets.js: line 138, col 5, 'socket' is not defined. +public/src/sockets.js: line 159, col 56, 'socket' is not defined. +public/src/sockets.js: line 189, col 9, 'socket' is not defined. +public/src/sockets.js: line 192, col 9, 'socket' is not defined. +public/src/sockets.js: line 216, col 12, 'socket' is not defined. +public/src/sockets.js: line 119, col 32, 'ajaxify' is not defined. +public/src/sockets.js: line 187, col 9, 'ajaxify' is not defined. +public/src/sockets.js: line 188, col 11, 'ajaxify' is not defined. +public/src/sockets.js: line 189, col 44, 'ajaxify' is not defined. +public/src/sockets.js: line 191, col 11, 'ajaxify' is not defined. +public/src/sockets.js: line 192, col 50, 'ajaxify' is not defined. + +public/src/utils.common.js: line 301, col 122, Line is too long. +public/src/utils.common.js: line 328, col 140, Line is too long. +public/src/utils.common.js: line 408, col 110, Line is too long. +public/src/utils.common.js: line 477, col 115, Line is too long. +public/src/utils.common.js: line 478, col 128, Line is too long. +public/src/utils.common.js: line 479, col 108, Line is too long. +public/src/utils.common.js: line 480, col 122, Line is too long. +public/src/utils.common.js: line 481, col 123, Line is too long. +public/src/utils.common.js: line 482, col 112, Line is too long. +public/src/utils.common.js: line 483, col 115, Line is too long. +public/src/utils.common.js: line 484, col 129, Line is too long. +public/src/utils.common.js: line 487, col 110, Line is too long. +public/src/utils.common.js: line 488, col 117, Line is too long. +public/src/utils.common.js: line 489, col 108, Line is too long. +public/src/utils.common.js: line 490, col 122, Line is too long. +public/src/utils.common.js: line 491, col 111, Line is too long. +public/src/utils.common.js: line 492, col 123, Line is too long. +public/src/utils.common.js: line 493, col 110, Line is too long. +public/src/utils.common.js: line 494, col 110, Line is too long. +public/src/utils.common.js: line 502, col 15, Expected '===' and instead saw '=='. +public/src/utils.common.js: line 521, col 147, Line is too long. +public/src/utils.common.js: line 521, col 117, Confusing use of '!'. +public/src/utils.common.js: line 542, col 104, Line is too long. +public/src/utils.common.js: line 566, col 113, Line is too long. +public/src/utils.common.js: line 567, col 106, Line is too long. +public/src/utils.common.js: line 606, col 17, 'object spread property' is only available in ES9 (use 'esversion: 9'). +public/src/utils.common.js: line 606, col 28, 'object spread property' is only available in ES9 (use 'esversion: 9'). +public/src/utils.common.js: line 653, col 17, Expected '===' and instead saw '=='. +public/src/utils.common.js: line 557, col 55, 'jQuery' is not defined. + +public/src/utils.js: line 6, col 20, 'object spread property' is only available in ES9 (use 'esversion: 9'). +public/src/utils.js: line 65, col 32, 'ajaxify' is not defined. +public/src/utils.js: line 72, col 32, 'ajaxify' is not defined. + +public/src/widgets.js: line 11, col 115, Line is too long. +public/src/widgets.js: line 21, col 117, Line is too long. +public/src/widgets.js: line 23, col 127, Line is too long. +public/src/widgets.js: line 25, col 192, Line is too long. +public/src/widgets.js: line 27, col 191, Line is too long. +public/src/widgets.js: line 29, col 167, Line is too long. +public/src/widgets.js: line 31, col 124, Line is too long. +public/src/widgets.js: line 32, col 110, Line is too long. +public/src/widgets.js: line 35, col 111, Line is too long. +public/src/widgets.js: line 8, col 33, 'ajaxify' is not defined. +public/src/widgets.js: line 12, col 31, 'ajaxify' is not defined. +public/src/widgets.js: line 11, col 16, '$' is not defined. +public/src/widgets.js: line 21, col 35, '$' is not defined. +public/src/widgets.js: line 22, col 7, '$' is not defined. +public/src/widgets.js: line 22, col 28, '$' is not defined. +public/src/widgets.js: line 23, col 43, '$' is not defined. +public/src/widgets.js: line 24, col 11, '$' is not defined. +public/src/widgets.js: line 25, col 9, '$' is not defined. +public/src/widgets.js: line 25, col 60, '$' is not defined. +public/src/widgets.js: line 26, col 18, '$' is not defined. +public/src/widgets.js: line 27, col 9, '$' is not defined. +public/src/widgets.js: line 27, col 59, '$' is not defined. +public/src/widgets.js: line 29, col 9, '$' is not defined. +public/src/widgets.js: line 29, col 35, '$' is not defined. +public/src/widgets.js: line 31, col 42, '$' is not defined. +public/src/widgets.js: line 32, col 7, '$' is not defined. +public/src/widgets.js: line 32, col 29, '$' is not defined. +public/src/widgets.js: line 35, col 12, '$' is not defined. + +public/vendor/bootbox/wrapper.js: line 12, col 142, Line is too long. +public/vendor/bootbox/wrapper.js: line 21, col 13, 'config' is not defined. +public/vendor/bootbox/wrapper.js: line 1, col 1, 'bootbox' is defined but never used. + +public/vendor/jquery/draggable-background/backgroundDraggable.js: line 17, col 24, Expected '{' and instead saw 'return'. +public/vendor/jquery/draggable-background/backgroundDraggable.js: line 18, col 23, Expected '{' and instead saw 'return'. +public/vendor/jquery/draggable-background/backgroundDraggable.js: line 31, col 17, Expected '{' and instead saw 'return'. +public/vendor/jquery/draggable-background/backgroundDraggable.js: line 37, col 40, Expected '===' and instead saw '=='. +public/vendor/jquery/draggable-background/backgroundDraggable.js: line 74, col 17, Expected '{' and instead saw 'return'. +public/vendor/jquery/draggable-background/backgroundDraggable.js: line 78, col 42, Expected '===' and instead saw '=='. +public/vendor/jquery/draggable-background/backgroundDraggable.js: line 87, col 27, Expected '===' and instead saw '=='. +public/vendor/jquery/draggable-background/backgroundDraggable.js: line 94, col 15, Missing semicolon. +public/vendor/jquery/draggable-background/backgroundDraggable.js: line 96, col 14, Missing semicolon. +public/vendor/jquery/draggable-background/backgroundDraggable.js: line 98, col 15, Missing semicolon. +public/vendor/jquery/draggable-background/backgroundDraggable.js: line 100, col 15, Missing semicolon. +public/vendor/jquery/draggable-background/backgroundDraggable.js: line 103, col 103, Line is too long. +public/vendor/jquery/draggable-background/backgroundDraggable.js: line 104, col 104, Line is too long. +public/vendor/jquery/draggable-background/backgroundDraggable.js: line 107, col 128, Line is too long. +public/vendor/jquery/draggable-background/backgroundDraggable.js: line 109, col 117, Line is too long. +public/vendor/jquery/draggable-background/backgroundDraggable.js: line 110, col 119, Line is too long. +public/vendor/jquery/draggable-background/backgroundDraggable.js: line 134, col 27, Expected '===' and instead saw '=='. +public/vendor/jquery/draggable-background/backgroundDraggable.js: line 149, col 29, Expected '===' and instead saw '=='. +public/vendor/jquery/draggable-background/backgroundDraggable.js: line 150, col 108, Line is too long. +public/vendor/jquery/draggable-background/backgroundDraggable.js: line 151, col 109, Line is too long. +public/vendor/jquery/draggable-background/backgroundDraggable.js: line 154, col 130, Line is too long. +public/vendor/jquery/draggable-background/backgroundDraggable.js: line 156, col 122, Line is too long. +public/vendor/jquery/draggable-background/backgroundDraggable.js: line 157, col 124, Line is too long. +public/vendor/jquery/draggable-background/backgroundDraggable.js: line 182, col 4, Missing semicolon. +public/vendor/jquery/draggable-background/backgroundDraggable.js: line 190, col 28, Expected '===' and instead saw '=='. +public/vendor/jquery/draggable-background/backgroundDraggable.js: line 190, col 61, Expected '===' and instead saw '=='. +public/vendor/jquery/draggable-background/backgroundDraggable.js: line 194, col 35, Expected '===' and instead saw '=='. +public/vendor/jquery/draggable-background/backgroundDraggable.js: line 206, col 3, 'jQuery' is not defined. + +src/activitypub/actors.js: line 25, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/actors.js: line 49, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/actors.js: line 74, col 102, Line is too long. +src/activitypub/actors.js: line 88, col 114, Line is too long. +src/activitypub/actors.js: line 91, col 159, Line is too long. +src/activitypub/actors.js: line 101, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/actors.js: line 125, col 42, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/actors.js: line 128, col 153, Line is too long. +src/activitypub/actors.js: line 131, col 112, Line is too long. +src/activitypub/actors.js: line 140, col 104, Line is too long. +src/activitypub/actors.js: line 167, col 113, Line is too long. +src/activitypub/actors.js: line 228, col 108, Line is too long. +src/activitypub/actors.js: line 232, col 114, Line is too long. +src/activitypub/actors.js: line 241, col 101, Line is too long. +src/activitypub/actors.js: line 276, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/actors.js: line 289, col 8, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/activitypub/actors.js: line 302, col 42, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/actors.js: line 305, col 153, Line is too long. +src/activitypub/actors.js: line 309, col 112, Line is too long. +src/activitypub/actors.js: line 369, col 102, Line is too long. +src/activitypub/actors.js: line 377, col 107, Line is too long. +src/activitypub/actors.js: line 381, col 112, Line is too long. +src/activitypub/actors.js: line 404, col 111, Line is too long. +src/activitypub/actors.js: line 404, col 14, 'Optional chaining' is only available in ES11 (use 'esversion: 11'). +src/activitypub/actors.js: line 404, col 28, 'Optional chaining' is only available in ES11 (use 'esversion: 11'). +src/activitypub/actors.js: line 420, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/actors.js: line 449, col 156, Line is too long. +src/activitypub/actors.js: line 465, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/actors.js: line 495, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/actors.js: line 506, col 128, Line is too long. +src/activitypub/actors.js: line 530, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/actors.js: line 541, col 122, Line is too long. +src/activitypub/actors.js: line 565, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/actors.js: line 569, col 109, Line is too long. +src/activitypub/actors.js: line 573, col 102, Line is too long. +src/activitypub/actors.js: line 586, col 118, Line is too long. +src/activitypub/actors.js: line 593, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/actors.js: line 630, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/actors.js: line 655, col 120, Line is too long. +src/activitypub/actors.js: line 661, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/actors.js: line 687, col 189, Line is too long. + +src/activitypub/contexts.js: line 10, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/contexts.js: line 56, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/contexts.js: line 89, col 109, Line is too long. +src/activitypub/contexts.js: line 89, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/contexts.js: line 109, col 12, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/activitypub/contexts.js: line 123, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/contexts.js: line 145, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/activitypub/feps.js: line 12, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/feps.js: line 59, col 164, Line is too long. +src/activitypub/feps.js: line 61, col 120, Line is too long. +src/activitypub/feps.js: line 71, col 164, Line is too long. + +src/activitypub/helpers.js: line 35, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/helpers.js: line 88, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/helpers.js: line 92, col 117, Line is too long. +src/activitypub/helpers.js: line 126, col 126, Line is too long. +src/activitypub/helpers.js: line 147, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/helpers.js: line 168, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/helpers.js: line 173, col 106, Line is too long. +src/activitypub/helpers.js: line 183, col 48, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/activitypub/helpers.js: line 186, col 48, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/activitypub/helpers.js: line 190, col 52, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/activitypub/helpers.js: line 194, col 46, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/activitypub/helpers.js: line 198, col 51, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/activitypub/helpers.js: line 204, col 41, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/activitypub/helpers.js: line 235, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/helpers.js: line 282, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/helpers.js: line 286, col 45, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/helpers.js: line 328, col 120, Line is too long. +src/activitypub/helpers.js: line 332, col 103, Line is too long. +src/activitypub/helpers.js: line 387, col 38, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/helpers.js: line 419, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/helpers.js: line 462, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/activitypub/inbox.js: line 37, col 104, Line is too long. +src/activitypub/inbox.js: line 40, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/inbox.js: line 63, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/inbox.js: line 75, col 109, Line is too long. +src/activitypub/inbox.js: line 82, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/inbox.js: line 117, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/inbox.js: line 147, col 104, Line is too long. +src/activitypub/inbox.js: line 154, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/inbox.js: line 176, col 107, Line is too long. +src/activitypub/inbox.js: line 182, col 108, Line is too long. +src/activitypub/inbox.js: line 192, col 107, Line is too long. +src/activitypub/inbox.js: line 256, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/inbox.js: line 291, col 117, Line is too long. +src/activitypub/inbox.js: line 298, col 101, Line is too long. +src/activitypub/inbox.js: line 313, col 122, Line is too long. +src/activitypub/inbox.js: line 328, col 114, Line is too long. +src/activitypub/inbox.js: line 334, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/inbox.js: line 355, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/inbox.js: line 375, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/inbox.js: line 377, col 105, Line is too long. +src/activitypub/inbox.js: line 432, col 5, Expected a 'break' statement before 'case'. +src/activitypub/inbox.js: line 446, col 112, Line is too long. +src/activitypub/inbox.js: line 452, col 116, Line is too long. +src/activitypub/inbox.js: line 459, col 105, Line is too long. +src/activitypub/inbox.js: line 474, col 44, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/inbox.js: line 487, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/inbox.js: line 521, col 110, Line is too long. +src/activitypub/inbox.js: line 567, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/inbox.js: line 574, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/inbox.js: line 593, col 73, Expected '{' and instead saw 'return'. +src/activitypub/inbox.js: line 594, col 118, Line is too long. +src/activitypub/inbox.js: line 600, col 127, Line is too long. +src/activitypub/inbox.js: line 606, col 71, Expected '{' and instead saw 'return'. +src/activitypub/inbox.js: line 607, col 118, Line is too long. +src/activitypub/inbox.js: line 613, col 108, Line is too long. +src/activitypub/inbox.js: line 619, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/inbox.js: line 635, col 125, Line is too long. +src/activitypub/inbox.js: line 694, col 136, Line is too long. +src/activitypub/inbox.js: line 706, col 43, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/inbox.js: line 718, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/inbox.js: line 727, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/inbox.js: line 737, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/activitypub/index.js: line 41, col 101, Line is too long. +src/activitypub/index.js: line 55, col 106, Line is too long. +src/activitypub/index.js: line 75, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/index.js: line 85, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/index.js: line 86, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/index.js: line 88, col 101, Line is too long. +src/activitypub/index.js: line 92, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/index.js: line 96, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/index.js: line 101, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/index.js: line 108, col 111, Line is too long. +src/activitypub/index.js: line 118, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/index.js: line 139, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/index.js: line 174, col 119, Line is too long. +src/activitypub/index.js: line 180, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/index.js: line 192, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/index.js: line 216, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/index.js: line 227, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/index.js: line 234, col 112, Line is too long. +src/activitypub/index.js: line 259, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/index.js: line 269, col 125, Line is too long. +src/activitypub/index.js: line 320, col 101, Line is too long. +src/activitypub/index.js: line 325, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/index.js: line 341, col 8, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/activitypub/index.js: line 355, col 12, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/activitypub/index.js: line 356, col 12, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/activitypub/index.js: line 386, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/index.js: line 393, col 12, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/activitypub/index.js: line 409, col 112, Line is too long. +src/activitypub/index.js: line 414, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/index.js: line 437, col 8, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/activitypub/index.js: line 441, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/index.js: line 445, col 38, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/index.js: line 475, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/index.js: line 484, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/index.js: line 508, col 26, 'Exponentiation operator' is only available in ES7 (use 'esversion: 7'). +src/activitypub/index.js: line 526, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/index.js: line 533, col 102, Line is too long. +src/activitypub/index.js: line 537, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/index.js: line 561, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/index.js: line 602, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/index.js: line 658, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/index.js: line 660, col 110, Line is too long. + +src/activitypub/instances.js: line 8, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/instances.js: line 12, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/activitypub/mocks.js: line 46, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/mocks.js: line 109, col 124, Line is too long. +src/activitypub/mocks.js: line 158, col 8, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/activitypub/mocks.js: line 169, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/mocks.js: line 171, col 49, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/mocks.js: line 183, col 119, Line is too long. +src/activitypub/mocks.js: line 196, col 108, Line is too long. +src/activitypub/mocks.js: line 206, col 145, Line is too long. +src/activitypub/mocks.js: line 211, col 105, Line is too long. +src/activitypub/mocks.js: line 273, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/mocks.js: line 274, col 51, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/mocks.js: line 306, col 108, Line is too long. +src/activitypub/mocks.js: line 318, col 145, Line is too long. +src/activitypub/mocks.js: line 354, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/mocks.js: line 361, col 47, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/mocks.js: line 413, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/mocks.js: line 431, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/mocks.js: line 433, col 111, Line is too long. +src/activitypub/mocks.js: line 464, col 41, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/mocks.js: line 469, col 18, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/activitypub/mocks.js: line 469, col 28, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/activitypub/mocks.js: line 498, col 8, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/activitypub/mocks.js: line 511, col 102, Line is too long. +src/activitypub/mocks.js: line 527, col 8, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/activitypub/mocks.js: line 528, col 8, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/activitypub/mocks.js: line 532, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/mocks.js: line 600, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/mocks.js: line 635, col 123, Line is too long. +src/activitypub/mocks.js: line 638, col 106, Line is too long. +src/activitypub/mocks.js: line 666, col 24, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/activitypub/mocks.js: line 685, col 104, Line is too long. +src/activitypub/mocks.js: line 839, col 109, Line is too long. +src/activitypub/mocks.js: line 843, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/mocks.js: line 858, col 102, Line is too long. +src/activitypub/mocks.js: line 902, col 107, Line is too long. +src/activitypub/mocks.js: line 903, col 101, Line is too long. +src/activitypub/mocks.js: line 929, col 121, Line is too long. +src/activitypub/mocks.js: line 935, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/mocks.js: line 949, col 101, Line is too long. +src/activitypub/mocks.js: line 965, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/mocks.js: line 968, col 6, 'object spread property' is only available in ES9 (use 'esversion: 9'). + +src/activitypub/notes.js: line 24, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/notes.js: line 49, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/notes.js: line 103, col 112, Line is too long. +src/activitypub/notes.js: line 129, col 120, Line is too long. +src/activitypub/notes.js: line 129, col 62, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/notes.js: line 170, col 115, Line is too long. +src/activitypub/notes.js: line 171, col 104, Line is too long. +src/activitypub/notes.js: line 194, col 111, Line is too long. +src/activitypub/notes.js: line 197, col 133, Line is too long. +src/activitypub/notes.js: line 206, col 105, Line is too long. +src/activitypub/notes.js: line 239, col 115, Line is too long. +src/activitypub/notes.js: line 253, col 109, Line is too long. +src/activitypub/notes.js: line 258, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/notes.js: line 265, col 110, Line is too long. +src/activitypub/notes.js: line 290, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/notes.js: line 300, col 48, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/notes.js: line 349, col 102, Line is too long. +src/activitypub/notes.js: line 363, col 105, Line is too long. +src/activitypub/notes.js: line 387, col 8, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/activitypub/notes.js: line 400, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/notes.js: line 430, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/notes.js: line 432, col 7, It's not necessary to initialize 'cid' to 'undefined'. +src/activitypub/notes.js: line 463, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/notes.js: line 466, col 48, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/notes.js: line 489, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/notes.js: line 494, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/notes.js: line 530, col 103, Line is too long. +src/activitypub/notes.js: line 539, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/notes.js: line 547, col 113, Line is too long. +src/activitypub/notes.js: line 571, col 104, Line is too long. +src/activitypub/notes.js: line 579, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/notes.js: line 581, col 150, Line is too long. +src/activitypub/notes.js: line 589, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/notes.js: line 621, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/notes.js: line 632, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/notes.js: line 642, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/notes.js: line 649, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/notes.js: line 664, col 42, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/notes.js: line 667, col 15, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/notes.js: line 679, col 102, Line is too long. +src/activitypub/notes.js: line 682, col 52, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/notes.js: line 689, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/notes.js: line 690, col 107, Line is too long. +src/activitypub/notes.js: line 707, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/notes.js: line 708, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/activitypub/out.js: line 28, col 10, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/out.js: line 39, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/out.js: line 43, col 102, Line is too long. +src/activitypub/out.js: line 56, col 122, Line is too long. +src/activitypub/out.js: line 66, col 104, Line is too long. +src/activitypub/out.js: line 78, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/out.js: line 88, col 123, Line is too long. +src/activitypub/out.js: line 101, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/out.js: line 121, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/out.js: line 142, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/out.js: line 163, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/out.js: line 170, col 111, Line is too long. +src/activitypub/out.js: line 176, col 126, Line is too long. +src/activitypub/out.js: line 195, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/out.js: line 221, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/out.js: line 230, col 101, Line is too long. +src/activitypub/out.js: line 234, col 121, Line is too long. +src/activitypub/out.js: line 256, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/out.js: line 282, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/out.js: line 308, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/out.js: line 326, col 123, Line is too long. +src/activitypub/out.js: line 349, col 8, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/activitypub/out.js: line 356, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/out.js: line 367, col 101, Line is too long. +src/activitypub/out.js: line 378, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/out.js: line 390, col 123, Line is too long. +src/activitypub/out.js: line 412, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/out.js: line 430, col 119, Line is too long. +src/activitypub/out.js: line 453, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/out.js: line 485, col 102, Line is too long. +src/activitypub/out.js: line 496, col 107, Line is too long. +src/activitypub/out.js: line 518, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/out.js: line 529, col 101, Line is too long. +src/activitypub/out.js: line 546, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/out.js: line 557, col 120, Line is too long. +src/activitypub/out.js: line 561, col 103, Line is too long. +src/activitypub/out.js: line 571, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/out.js: line 588, col 123, Line is too long. + +src/activitypub/relays.js: line 10, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/relays.js: line 14, col 15, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/relays.js: line 42, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/relays.js: line 62, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/relays.js: line 74, col 101, Line is too long. +src/activitypub/relays.js: line 98, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/activitypub/rules.js: line 10, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/rules.js: line 21, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/activitypub/rules.js: line 39, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/admin/search.js: line 31, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/admin/search.js: line 55, col 111, Line is too long. +src/admin/search.js: line 61, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/admin/search.js: line 62, col 112, Line is too long. +src/admin/search.js: line 77, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/admin/search.js: line 87, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/admin/search.js: line 92, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/admin/search.js: line 127, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/admin/versions.js: line 12, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/analytics.js: line 34, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/analytics.js: line 35, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/analytics.js: line 36, col 26, Expected '{' and instead saw 'return'. +src/analytics.js: line 45, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/analytics.js: line 92, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/analytics.js: line 94, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/analytics.js: line 108, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/analytics.js: line 113, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/analytics.js: line 130, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/analytics.js: line 159, col 106, Line is too long. +src/analytics.js: line 202, col 103, Line is too long. +src/analytics.js: line 206, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/analytics.js: line 238, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/analytics.js: line 245, col 107, Line is too long. +src/analytics.js: line 249, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/analytics.js: line 270, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/analytics.js: line 285, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/analytics.js: line 287, col 107, Line is too long. +src/analytics.js: line 288, col 105, Line is too long. +src/analytics.js: line 294, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/analytics.js: line 301, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/api/admin.js: line 10, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/admin.js: line 19, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/admin.js: line 26, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/admin.js: line 35, col 101, Line is too long. +src/api/admin.js: line 39, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/admin.js: line 43, col 103, Line is too long. + +src/api/categories.js: line 15, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/categories.js: line 22, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/categories.js: line 23, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/categories.js: line 38, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/categories.js: line 50, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/categories.js: line 58, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/categories.js: line 71, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/categories.js: line 85, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/categories.js: line 94, col 109, Line is too long. +src/api/categories.js: line 94, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/categories.js: line 96, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/categories.js: line 117, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/categories.js: line 130, col 106, Line is too long. +src/api/categories.js: line 155, col 15, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/api/categories.js: line 158, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/categories.js: line 173, col 31, Functions declared within loops referencing an outer scoped variable may lead to confusing semantics. (cids) +src/api/categories.js: line 185, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/categories.js: line 201, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/categories.js: line 245, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/api/chats.js: line 20, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/chats.js: line 39, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/chats.js: line 45, col 168, Line is too long. +src/api/chats.js: line 53, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/chats.js: line 88, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/chats.js: line 93, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/chats.js: line 109, col 104, Line is too long. +src/api/chats.js: line 109, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/chats.js: line 111, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/chats.js: line 142, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/chats.js: line 192, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/chats.js: line 199, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/chats.js: line 218, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/chats.js: line 227, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/chats.js: line 248, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/chats.js: line 268, col 111, Line is too long. +src/api/chats.js: line 273, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/chats.js: line 298, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/chats.js: line 319, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/chats.js: line 333, col 107, Line is too long. +src/api/chats.js: line 333, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/chats.js: line 365, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/chats.js: line 375, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/chats.js: line 384, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/chats.js: line 403, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/chats.js: line 412, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/chats.js: line 417, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/chats.js: line 422, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/chats.js: line 427, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/chats.js: line 432, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/api/files.js: line 9, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/files.js: line 11, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/api/flags.js: line 8, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/flags.js: line 22, col 103, Line is too long. +src/api/flags.js: line 28, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/flags.js: line 37, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/flags.js: line 50, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/flags.js: line 52, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/flags.js: line 62, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/flags.js: line 71, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/flags.js: line 80, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/flags.js: line 106, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/api/groups.js: line 15, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/groups.js: line 25, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/groups.js: line 48, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/groups.js: line 61, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/groups.js: line 77, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/groups.js: line 78, col 101, Line is too long. +src/api/groups.js: line 108, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/groups.js: line 122, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/groups.js: line 184, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/groups.js: line 248, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/groups.js: line 259, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/groups.js: line 270, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/groups.js: line 277, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/groups.js: line 293, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/groups.js: line 309, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/groups.js: line 316, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/groups.js: line 327, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/groups.js: line 343, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/groups.js: line 363, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/groups.js: line 387, col 8, 'object spread property' is only available in ES9 (use 'esversion: 9'). + +src/api/helpers.js: line 17, col 55, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/api/helpers.js: line 49, col 19, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/api/helpers.js: line 53, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/helpers.js: line 69, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/helpers.js: line 89, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/helpers.js: line 104, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/helpers.js: line 144, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/api/posts.js: line 26, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/posts.js: line 53, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/posts.js: line 63, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/posts.js: line 78, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/posts.js: line 92, col 109, Line is too long. +src/api/posts.js: line 96, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/posts.js: line 123, col 107, Line is too long. +src/api/posts.js: line 154, col 129, Line is too long. +src/api/posts.js: line 156, col 27, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/api/posts.js: line 156, col 42, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/api/posts.js: line 157, col 27, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/api/posts.js: line 157, col 48, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/api/posts.js: line 181, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/posts.js: line 189, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/posts.js: line 197, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/posts.js: line 221, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/posts.js: line 236, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/posts.js: line 288, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/posts.js: line 299, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/posts.js: line 329, col 109, Line is too long. +src/api/posts.js: line 339, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/posts.js: line 340, col 109, Line is too long. +src/api/posts.js: line 343, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/posts.js: line 347, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/posts.js: line 351, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/posts.js: line 388, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/posts.js: line 402, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/posts.js: line 425, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/posts.js: line 449, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/posts.js: line 476, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/posts.js: line 480, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/posts.js: line 488, col 112, Line is too long. +src/api/posts.js: line 490, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/posts.js: line 508, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/posts.js: line 526, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/posts.js: line 532, col 115, Line is too long. +src/api/posts.js: line 538, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/posts.js: line 576, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/posts.js: line 581, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/posts.js: line 588, col 110, Line is too long. +src/api/posts.js: line 592, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/posts.js: line 606, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/posts.js: line 617, col 109, Line is too long. +src/api/posts.js: line 624, col 102, Line is too long. +src/api/posts.js: line 631, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/posts.js: line 641, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/posts.js: line 650, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/posts.js: line 661, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/posts.js: line 665, col 131, Line is too long. +src/api/posts.js: line 669, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/posts.js: line 682, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/posts.js: line 702, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/posts.js: line 719, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/api/search.js: line 18, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/search.js: line 42, col 112, Line is too long. +src/api/search.js: line 49, col 113, Line is too long. +src/api/search.js: line 60, col 8, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/api/search.js: line 67, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/search.js: line 87, col 105, Line is too long. +src/api/search.js: line 95, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/search.js: line 97, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/search.js: line 100, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/search.js: line 118, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/search.js: line 165, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/api/tags.js: line 7, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/tags.js: line 11, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/api/topics.js: line 23, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/topics.js: line 35, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/topics.js: line 52, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/topics.js: line 57, col 24, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/api/topics.js: line 81, col 105, Line is too long. +src/api/topics.js: line 93, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/topics.js: line 97, col 24, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/api/topics.js: line 132, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/topics.js: line 138, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/topics.js: line 144, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/topics.js: line 150, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/topics.js: line 154, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/topics.js: line 158, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/topics.js: line 164, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/topics.js: line 170, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/topics.js: line 176, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/topics.js: line 180, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/topics.js: line 184, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/topics.js: line 188, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/topics.js: line 199, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/topics.js: line 212, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/topics.js: line 220, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/topics.js: line 221, col 104, Line is too long. +src/api/topics.js: line 237, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/topics.js: line 242, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/topics.js: line 257, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/topics.js: line 265, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/topics.js: line 273, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/topics.js: line 282, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/topics.js: line 290, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/topics.js: line 303, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/topics.js: line 313, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/topics.js: line 314, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/topics.js: line 319, col 103, Line is too long. +src/api/topics.js: line 332, col 110, Line is too long. + +src/api/users.js: line 25, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/users.js: line 32, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/users.js: line 42, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/users.js: line 51, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/users.js: line 103, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/users.js: line 107, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/users.js: line 111, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/users.js: line 115, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/users.js: line 123, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/users.js: line 142, col 24, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/api/users.js: line 142, col 37, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/api/users.js: line 142, col 49, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/api/users.js: line 148, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/users.js: line 153, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/users.js: line 166, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/users.js: line 176, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/users.js: line 185, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/users.js: line 193, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/users.js: line 234, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/users.js: line 257, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/users.js: line 298, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/users.js: line 330, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/users.js: line 341, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/users.js: line 352, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/users.js: line 376, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/users.js: line 420, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/users.js: line 430, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/users.js: line 450, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/users.js: line 464, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/users.js: line 475, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/users.js: line 498, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/users.js: line 516, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/users.js: line 571, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/users.js: line 583, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/users.js: line 613, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/users.js: line 660, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/users.js: line 671, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/users.js: line 673, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/users.js: line 685, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/users.js: line 690, col 31, Confusing use of '!'. +src/api/users.js: line 702, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/users.js: line 706, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/api/utils.js: line 13, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/utils.js: line 19, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/utils.js: line 21, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/utils.js: line 54, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/utils.js: line 71, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/utils.js: line 85, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/utils.js: line 97, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/utils.js: line 98, col 126, Line is too long. +src/api/utils.js: line 121, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/utils.js: line 132, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/utils.js: line 136, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/batch.js: line 13, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/batch.js: line 29, col 110, Line is too long. +src/batch.js: line 44, col 103, Line is too long. +src/batch.js: line 56, col 50, 'Trailing comma in arguments lists' is only available in ES8 (use 'esversion: 8'). +src/batch.js: line 72, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/cache/lru.js: line 16, col 225, Line is too long. +src/cache/lru.js: line 27, col 225, Line is too long. +src/cache/lru.js: line 35, col 161, Line is too long. + +src/cache/ttl.js: line 13, col 161, Line is too long. + +src/categories/activeusers.js: line 9, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/categories/create.js: line 15, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/create.js: line 98, col 112, Line is too long. +src/categories/create.js: line 99, col 114, Line is too long. +src/categories/create.js: line 106, col 101, Line is too long. +src/categories/create.js: line 117, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/create.js: line 133, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/create.js: line 153, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/create.js: line 175, col 113, Line is too long. +src/categories/create.js: line 176, col 106, Line is too long. +src/categories/create.js: line 181, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/create.js: line 234, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/create.js: line 237, col 116, Line is too long. +src/categories/create.js: line 241, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/create.js: line 264, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/create.js: line 265, col 103, Line is too long. +src/categories/create.js: line 266, col 107, Line is too long. +src/categories/create.js: line 270, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/create.js: line 275, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/create.js: line 276, col 110, Line is too long. +src/categories/create.js: line 277, col 106, Line is too long. +src/categories/create.js: line 283, col 102, Line is too long. + +src/categories/data.js: line 34, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/data.js: line 40, col 102, Line is too long. +src/categories/data.js: line 52, col 61, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/categories/data.js: line 65, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/data.js: line 70, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/data.js: line 74, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/data.js: line 79, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/data.js: line 84, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/data.js: line 89, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/data.js: line 90, col 107, Line is too long. +src/categories/data.js: line 93, col 41, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/data.js: line 94, col 110, Line is too long. +src/categories/data.js: line 120, col 129, Line is too long. + +src/categories/delete.js: line 15, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/delete.js: line 16, col 53, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/delete.js: line 17, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/delete.js: line 23, col 43, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/delete.js: line 31, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/delete.js: line 34, col 102, Line is too long. +src/categories/delete.js: line 63, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/delete.js: line 92, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/categories/icon.js: line 7, col 9, Expected an identifier and instead saw 'default' (a reserved word). +src/categories/icon.js: line 19, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/icon.js: line 21, col 152, Line is too long. +src/categories/icon.js: line 22, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/icon.js: line 35, col 15, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/icon.js: line 37, col 150, Line is too long. +src/categories/icon.js: line 39, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/icon.js: line 42, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/icon.js: line 56, col 114, Line is too long. +src/categories/icon.js: line 96, col 106, Line is too long. +src/categories/icon.js: line 103, col 112, Line is too long. + +src/categories/index.js: line 30, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/index.js: line 41, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/index.js: line 48, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/index.js: line 76, col 118, Line is too long. +src/categories/index.js: line 82, col 8, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/categories/index.js: line 84, col 15, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/categories/index.js: line 87, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/index.js: line 100, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/index.js: line 112, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/index.js: line 117, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/index.js: line 126, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/index.js: line 131, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/index.js: line 136, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/index.js: line 140, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/index.js: line 161, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/index.js: line 188, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/index.js: line 243, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/index.js: line 254, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/index.js: line 256, col 114, Line is too long. +src/categories/index.js: line 261, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/index.js: line 277, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/index.js: line 290, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/index.js: line 292, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/index.js: line 295, col 112, Line is too long. +src/categories/index.js: line 343, col 27, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/categories/index.js: line 390, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/index.js: line 395, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/index.js: line 400, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/index.js: line 407, col 27, 'object rest property' is only available in ES9 (use 'esversion: 9'). +src/categories/index.js: line 415, col 122, Line is too long. +src/categories/index.js: line 421, col 101, Line is too long. + +src/categories/recentreplies.js: line 16, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/recentreplies.js: line 19, col 134, Line is too long. +src/categories/recentreplies.js: line 28, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/recentreplies.js: line 31, col 109, Line is too long. +src/categories/recentreplies.js: line 35, col 111, Line is too long. +src/categories/recentreplies.js: line 38, col 111, Line is too long. +src/categories/recentreplies.js: line 47, col 38, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/recentreplies.js: line 70, col 38, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/recentreplies.js: line 74, col 119, Line is too long. +src/categories/recentreplies.js: line 98, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/recentreplies.js: line 109, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/recentreplies.js: line 172, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/recentreplies.js: line 178, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/recentreplies.js: line 179, col 120, Line is too long. + +src/categories/search.js: line 12, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/search.js: line 76, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/search.js: line 93, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/categories/topics.js: line 15, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/topics.js: line 26, col 123, Line is too long. +src/categories/topics.js: line 30, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/topics.js: line 32, col 37, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/categories/topics.js: line 37, col 104, Line is too long. +src/categories/topics.js: line 67, col 112, Line is too long. +src/categories/topics.js: line 75, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/topics.js: line 92, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/topics.js: line 94, col 136, Line is too long. +src/categories/topics.js: line 132, col 43, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/topics.js: line 135, col 144, Line is too long. +src/categories/topics.js: line 143, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/topics.js: line 147, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/topics.js: line 184, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/topics.js: line 190, col 104, Line is too long. +src/categories/topics.js: line 199, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/topics.js: line 200, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/topics.js: line 213, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/topics.js: line 219, col 40, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/topics.js: line 222, col 64, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/topics.js: line 258, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/topics.js: line 275, col 47, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/categories/update.js: line 12, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/update.js: line 18, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/update.js: line 28, col 110, Line is too long. +src/categories/update.js: line 50, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/update.js: line 63, col 105, Line is too long. +src/categories/update.js: line 69, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/update.js: line 86, col 113, Line is too long. +src/categories/update.js: line 97, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/update.js: line 106, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/update.js: line 135, col 127, Line is too long. +src/categories/update.js: line 145, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/update.js: line 150, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/update.js: line 157, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/categories/watch.js: line 16, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/watch.js: line 17, col 9, Confusing use of '!'. +src/categories/watch.js: line 24, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/watch.js: line 25, col 44, Confusing use of '!'. +src/categories/watch.js: line 38, col 101, Line is too long. +src/categories/watch.js: line 43, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/watch.js: line 45, col 158, Line is too long. +src/categories/watch.js: line 48, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/watch.js: line 50, col 110, Line is too long. +src/categories/watch.js: line 54, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/watch.js: line 59, col 113, Line is too long. + +src/cli/index.js: line 29, col 119, Line is too long. +src/cli/index.js: line 106, col 119, Line is too long. +src/cli/index.js: line 133, col 37, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/cli/index.js: line 143, col 37, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/cli/index.js: line 192, col 124, Line is too long. +src/cli/index.js: line 218, col 102, Line is too long. +src/cli/index.js: line 280, col 115, Line is too long. + +src/cli/manage.js: line 17, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/cli/manage.js: line 40, col 114, Line is too long. +src/cli/manage.js: line 53, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/cli/manage.js: line 79, col 197, Line is too long. +src/cli/manage.js: line 97, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/cli/manage.js: line 131, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/cli/manage.js: line 140, col 175, Line is too long. +src/cli/manage.js: line 145, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/cli/manage.js: line 198, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/cli/manage.js: line 206, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/cli/package-install.js: line 49, col 40, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/cli/package-install.js: line 49, col 57, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/cli/package-install.js: line 51, col 116, Line is too long. +src/cli/package-install.js: line 51, col 32, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/cli/package-install.js: line 67, col 120, Line is too long. +src/cli/package-install.js: line 68, col 114, Line is too long. +src/cli/package-install.js: line 76, col 109, Line is too long. +src/cli/package-install.js: line 81, col 117, Line is too long. +src/cli/package-install.js: line 97, col 133, Line is too long. +src/cli/package-install.js: line 109, col 117, Line is too long. +src/cli/package-install.js: line 165, col 115, Line is too long. +src/cli/package-install.js: line 171, col 102, Line is too long. +src/cli/package-install.js: line 171, col 56, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/cli/package-install.js: line 171, col 89, 'object spread property' is only available in ES9 (use 'esversion: 9'). + +src/cli/reset.js: line 17, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/cli/reset.js: line 19, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/cli/reset.js: line 33, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/cli/reset.js: line 49, col 10, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/cli/reset.js: line 91, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/cli/reset.js: line 97, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/cli/reset.js: line 107, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/cli/reset.js: line 111, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/cli/reset.js: line 120, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/cli/reset.js: line 123, col 193, Line is too long. +src/cli/reset.js: line 139, col 102, Line is too long. +src/cli/reset.js: line 144, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/cli/reset.js: line 146, col 191, Line is too long. +src/cli/reset.js: line 153, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/cli/setup.js: line 9, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/cli/setup.js: line 19, col 143, Line is too long. + +src/cli/upgrade-plugins.js: line 22, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/cli/upgrade-plugins.js: line 25, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/cli/upgrade-plugins.js: line 26, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/cli/upgrade-plugins.js: line 40, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/cli/upgrade-plugins.js: line 70, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/cli/upgrade-plugins.js: line 76, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/cli/upgrade-plugins.js: line 78, col 154, Line is too long. +src/cli/upgrade-plugins.js: line 89, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/cli/upgrade-plugins.js: line 110, col 129, Line is too long. +src/cli/upgrade-plugins.js: line 123, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/cli/upgrade-plugins.js: line 127, col 113, Line is too long. +src/cli/upgrade-plugins.js: line 129, col 154, Line is too long. +src/cli/upgrade-plugins.js: line 150, col 123, Line is too long. +src/cli/upgrade-plugins.js: line 154, col 149, Line is too long. +src/cli/upgrade-plugins.js: line 157, col 122, Line is too long. + +src/cli/upgrade.js: line 27, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/cli/upgrade.js: line 34, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/cli/upgrade.js: line 42, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/cli/upgrade.js: line 48, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/cli/upgrade.js: line 62, col 108, Line is too long. +src/cli/upgrade.js: line 73, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/cli/user.js: line 3, col 18, Redefinition of 'Option'. +src/cli/user.js: line 31, col 103, Line is too long. +src/cli/user.js: line 39, col 138, Line is too long. +src/cli/user.js: line 77, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/cli/user.js: line 90, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/cli/user.js: line 96, col 117, Line is too long. +src/cli/user.js: line 104, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/cli/user.js: line 114, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/cli/user.js: line 159, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/cli/user.js: line 161, col 117, Line is too long. +src/cli/user.js: line 177, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/cli/user.js: line 195, col 129, Line is too long. +src/cli/user.js: line 199, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/cli/user.js: line 203, col 119, Line is too long. +src/cli/user.js: line 225, col 138, Line is too long. +src/cli/user.js: line 239, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/cli/user.js: line 266, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/cli/user.js: line 273, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/cli/user.js: line 280, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/cli/user.js: line 290, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/controllers/404.js: line 14, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/404.js: line 30, col 113, Line is too long. +src/controllers/404.js: line 55, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/controllers/accounts/blocks.js: line 10, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/blocks.js: line 33, col 126, Line is too long. + +src/controllers/accounts/categories.js: line 11, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/controllers/accounts/chats.js: line 12, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/chats.js: line 74, col 106, Line is too long. +src/controllers/accounts/chats.js: line 76, col 8, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/accounts/chats.js: line 77, col 8, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/accounts/chats.js: line 81, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/chats.js: line 91, col 107, Line is too long. +src/controllers/accounts/chats.js: line 94, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/chats.js: line 107, col 7, Confusing use of '!'. + +src/controllers/accounts/consent.js: line 9, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/consent.js: line 24, col 133, Line is too long. + +src/controllers/accounts/edit.js: line 14, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/edit.js: line 41, col 122, Line is too long. +src/controllers/accounts/edit.js: line 42, col 147, Line is too long. +src/controllers/accounts/edit.js: line 46, col 134, Line is too long. +src/controllers/accounts/edit.js: line 49, col 117, Line is too long. +src/controllers/accounts/edit.js: line 88, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/edit.js: line 92, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/edit.js: line 96, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/edit.js: line 109, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/edit.js: line 145, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/controllers/accounts/follow.js: line 13, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/follow.js: line 17, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/follow.js: line 21, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/follow.js: line 44, col 127, Line is too long. + +src/controllers/accounts/groups.js: line 13, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/groups.js: line 27, col 135, Line is too long. + +src/controllers/accounts/helpers.js: line 25, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/helpers.js: line 53, col 116, Line is too long. +src/controllers/accounts/helpers.js: line 96, col 155, Line is too long. +src/controllers/accounts/helpers.js: line 97, col 151, Line is too long. +src/controllers/accounts/helpers.js: line 99, col 116, Line is too long. +src/controllers/accounts/helpers.js: line 101, col 114, Line is too long. +src/controllers/accounts/helpers.js: line 102, col 105, Line is too long. +src/controllers/accounts/helpers.js: line 124, col 148, Line is too long. +src/controllers/accounts/helpers.js: line 143, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/helpers.js: line 195, col 103, Line is too long. +src/controllers/accounts/helpers.js: line 223, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/helpers.js: line 253, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/helpers.js: line 265, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/helpers.js: line 290, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/helpers.js: line 350, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/helpers.js: line 377, col 10, 'object spread property' is only available in ES9 (use 'esversion: 9'). + +src/controllers/accounts/info.js: line 10, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/info.js: line 39, col 132, Line is too long. +src/controllers/accounts/info.js: line 44, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/controllers/accounts/notifications.js: line 10, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/controllers/accounts/posts.js: line 33, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/posts.js: line 58, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/posts.js: line 62, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/posts.js: line 68, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/posts.js: line 77, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/posts.js: line 81, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/posts.js: line 87, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/posts.js: line 99, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/posts.js: line 145, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/posts.js: line 154, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/posts.js: line 160, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/posts.js: line 164, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/posts.js: line 168, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/posts.js: line 172, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/posts.js: line 176, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/posts.js: line 180, col 41, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/posts.js: line 184, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/posts.js: line 188, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/posts.js: line 192, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/posts.js: line 196, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/posts.js: line 200, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/posts.js: line 204, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/posts.js: line 252, col 119, Line is too long. +src/controllers/accounts/posts.js: line 276, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/posts.js: line 284, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/controllers/accounts/profile.js: line 21, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/profile.js: line 54, col 116, Line is too long. +src/controllers/accounts/profile.js: line 65, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/profile.js: line 71, col 110, Line is too long. +src/controllers/accounts/profile.js: line 79, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/profile.js: line 83, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/profile.js: line 87, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/profile.js: line 132, col 111, Line is too long. + +src/controllers/accounts/sessions.js: line 8, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/controllers/accounts/settings.js: line 20, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/settings.js: line 56, col 105, Line is too long. +src/controllers/accounts/settings.js: line 57, col 107, Line is too long. +src/controllers/accounts/settings.js: line 58, col 110, Line is too long. +src/controllers/accounts/settings.js: line 59, col 116, Line is too long. +src/controllers/accounts/settings.js: line 60, col 113, Line is too long. +src/controllers/accounts/settings.js: line 101, col 147, Line is too long. +src/controllers/accounts/settings.js: line 110, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/settings.js: line 121, col 112, Line is too long. +src/controllers/accounts/settings.js: line 123, col 107, Line is too long. +src/controllers/accounts/settings.js: line 129, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/settings.js: line 149, col 38, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/settings.js: line 168, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/settings.js: line 205, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/settings.js: line 233, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/settings.js: line 259, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/settings.js: line 267, col 2, Unnecessary semicolon. + +src/controllers/accounts/tags.js: line 8, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/controllers/accounts/uploads.js: line 14, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/uploads.js: line 34, col 129, Line is too long. + +src/controllers/activitypub/actors.js: line 18, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/activitypub/actors.js: line 44, col 15, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/activitypub/actors.js: line 51, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/activitypub/actors.js: line 58, col 15, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/activitypub/actors.js: line 61, col 104, Line is too long. +src/controllers/activitypub/actors.js: line 80, col 103, Line is too long. +src/controllers/activitypub/actors.js: line 87, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/activitypub/actors.js: line 88, col 138, Line is too long. +src/controllers/activitypub/actors.js: line 109, col 124, Line is too long. +src/controllers/activitypub/actors.js: line 114, col 115, Line is too long. +src/controllers/activitypub/actors.js: line 116, col 8, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/activitypub/actors.js: line 122, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/activitypub/actors.js: line 123, col 105, Line is too long. +src/controllers/activitypub/actors.js: line 130, col 154, Line is too long. +src/controllers/activitypub/actors.js: line 182, col 132, Line is too long. +src/controllers/activitypub/actors.js: line 187, col 113, Line is too long. +src/controllers/activitypub/actors.js: line 192, col 10, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/activitypub/actors.js: line 202, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/activitypub/actors.js: line 215, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/activitypub/actors.js: line 222, col 114, Line is too long. + +src/controllers/activitypub/index.js: line 17, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/activitypub/index.js: line 66, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/activitypub/index.js: line 67, col 136, Line is too long. +src/controllers/activitypub/index.js: line 92, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/activitypub/index.js: line 93, col 132, Line is too long. +src/controllers/activitypub/index.js: line 118, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/activitypub/index.js: line 128, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/activitypub/index.js: line 138, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/activitypub/index.js: line 143, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/activitypub/index.js: line 148, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/activitypub/index.js: line 152, col 119, Line is too long. + +src/controllers/activitypub/topics.js: line 21, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/activitypub/topics.js: line 37, col 101, Line is too long. + +src/controllers/admin/admins-mods.js: line 15, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/admins-mods.js: line 47, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/controllers/admin/cache.js: line 8, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/cache.js: line 47, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/controllers/admin/categories.js: line 20, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/categories.js: line 51, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/categories.js: line 54, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/categories.js: line 55, col 109, Line is too long. +src/controllers/admin/categories.js: line 73, col 141, Line is too long. +src/controllers/admin/categories.js: line 120, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/categories.js: line 147, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/categories.js: line 160, col 38, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/categories.js: line 188, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/categories.js: line 216, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/categories.js: line 227, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/controllers/admin/dashboard.js: line 21, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/dashboard.js: line 49, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/dashboard.js: line 82, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/dashboard.js: line 91, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/dashboard.js: line 94, col 128, Line is too long. +src/controllers/admin/dashboard.js: line 110, col 109, Line is too long. +src/controllers/admin/dashboard.js: line 125, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/dashboard.js: line 162, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/dashboard.js: line 183, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/dashboard.js: line 231, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/dashboard.js: line 232, col 15, Expected '{' and instead saw 'return'. +src/controllers/admin/dashboard.js: line 237, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/dashboard.js: line 248, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/dashboard.js: line 253, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/dashboard.js: line 255, col 86, 'object rest property' is only available in ES9 (use 'esversion: 9'). +src/controllers/admin/dashboard.js: line 269, col 45, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/dashboard.js: line 289, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/dashboard.js: line 291, col 89, 'object rest property' is only available in ES9 (use 'esversion: 9'). +src/controllers/admin/dashboard.js: line 303, col 141, Line is too long. +src/controllers/admin/dashboard.js: line 316, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/dashboard.js: line 318, col 86, 'object rest property' is only available in ES9 (use 'esversion: 9'). +src/controllers/admin/dashboard.js: line 330, col 141, Line is too long. +src/controllers/admin/dashboard.js: line 343, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/dashboard.js: line 368, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/controllers/admin/database.js: line 7, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/controllers/admin/digest.js: line 9, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/controllers/admin/errors.js: line 11, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/errors.js: line 19, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/errors.js: line 24, col 109, Line is too long. + +src/controllers/admin/events.js: line 12, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/events.js: line 27, col 102, Line is too long. +src/controllers/admin/events.js: line 28, col 101, Line is too long. +src/controllers/admin/events.js: line 46, col 101, Line is too long. + +src/controllers/admin/groups.js: line 15, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/groups.js: line 33, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/groups.js: line 72, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/groups.js: line 83, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/controllers/admin/hooks.js: line 22, col 103, Line is too long. + +src/controllers/admin/info.js: line 51, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/info.js: line 65, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/info.js: line 95, col 108, Line is too long. +src/controllers/admin/info.js: line 134, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/controllers/admin/logs.js: line 11, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/controllers/admin/plugins.js: line 10, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/plugins.js: line 18, col 135, Line is too long. +src/controllers/admin/plugins.js: line 19, col 123, Line is too long. +src/controllers/admin/plugins.js: line 20, col 126, Line is too long. +src/controllers/admin/plugins.js: line 54, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/plugins.js: line 58, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/plugins.js: line 62, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/controllers/admin/privileges.js: line 9, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/privileges.js: line 15, col 101, Line is too long. +src/controllers/admin/privileges.js: line 41, col 108, Line is too long. + +src/controllers/admin/rewards.js: line 7, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/controllers/admin/settings.js: line 20, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/settings.js: line 37, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/settings.js: line 51, col 105, Line is too long. +src/controllers/admin/settings.js: line 67, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/settings.js: line 83, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/settings.js: line 89, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/settings.js: line 95, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/settings.js: line 101, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/settings.js: line 109, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/settings.js: line 115, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/settings.js: line 121, col 118, Line is too long. +src/controllers/admin/settings.js: line 126, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/settings.js: line 132, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/settings.js: line 138, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/settings.js: line 144, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/settings.js: line 161, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/settings.js: line 176, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/settings.js: line 182, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/settings.js: line 188, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/controllers/admin/tags.js: line 7, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/controllers/admin/themes.js: line 13, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/controllers/admin/uploads.js: line 21, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/uploads.js: line 76, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/uploads.js: line 93, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/uploads.js: line 96, col 7, 'asynchronous iteration' is only available in ES9 (use 'esversion: 9'). +src/controllers/admin/uploads.js: line 125, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/uploads.js: line 129, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/uploads.js: line 136, col 102, Line is too long. +src/controllers/admin/uploads.js: line 150, col 43, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/uploads.js: line 166, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/uploads.js: line 181, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/uploads.js: line 208, col 40, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/uploads.js: line 214, col 102, Line is too long. +src/controllers/admin/uploads.js: line 223, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/uploads.js: line 246, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/uploads.js: line 250, col 41, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/uploads.js: line 254, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/uploads.js: line 258, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/uploads.js: line 266, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/uploads.js: line 273, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/uploads.js: line 277, col 120, Line is too long. +src/controllers/admin/uploads.js: line 289, col 112, Line is too long. +src/controllers/admin/uploads.js: line 295, col 103, Line is too long. +src/controllers/admin/uploads.js: line 302, col 144, Line is too long. + +src/controllers/admin/users.js: line 22, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/users.js: line 30, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/users.js: line 40, col 108, Line is too long. +src/controllers/admin/users.js: line 73, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/users.js: line 80, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/users.js: line 115, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/users.js: line 120, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/users.js: line 138, col 15, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/users.js: line 171, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/users.js: line 172, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/users.js: line 175, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/users.js: line 206, col 106, Line is too long. +src/controllers/admin/users.js: line 212, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/users.js: line 221, col 103, Line is too long. +src/controllers/admin/users.js: line 231, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/users.js: line 241, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/users.js: line 242, col 105, Line is too long. +src/controllers/admin/users.js: line 247, col 103, Line is too long. +src/controllers/admin/users.js: line 258, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/users.js: line 269, col 108, Line is too long. +src/controllers/admin/users.js: line 283, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/users.js: line 308, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/controllers/admin/widgets.js: line 6, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/controllers/admin.js: line 36, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin.js: line 60, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin.js: line 66, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/controllers/api.js: line 27, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/api.js: line 34, col 102, Line is too long. +src/controllers/api.js: line 38, col 125, Line is too long. +src/controllers/api.js: line 52, col 120, Line is too long. +src/controllers/api.js: line 70, col 111, Line is too long. +src/controllers/api.js: line 82, col 135, Line is too long. +src/controllers/api.js: line 86, col 140, Line is too long. +src/controllers/api.js: line 87, col 139, Line is too long. +src/controllers/api.js: line 88, col 137, Line is too long. +src/controllers/api.js: line 89, col 144, Line is too long. +src/controllers/api.js: line 119, col 102, Line is too long. +src/controllers/api.js: line 127, col 106, Line is too long. +src/controllers/api.js: line 137, col 103, Line is too long. +src/controllers/api.js: line 148, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/api.js: line 153, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/controllers/authentication.js: line 23, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/authentication.js: line 36, col 17, 'Optional chaining' is only available in ES11 (use 'esversion: 11'). +src/controllers/authentication.js: line 45, col 131, Line is too long. +src/controllers/authentication.js: line 76, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/authentication.js: line 85, col 107, Line is too long. +src/controllers/authentication.js: line 111, col 115, Line is too long. +src/controllers/authentication.js: line 118, col 31, 'Optional chaining' is only available in ES11 (use 'esversion: 11'). +src/controllers/authentication.js: line 128, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/authentication.js: line 135, col 133, Line is too long. +src/controllers/authentication.js: line 144, col 45, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/authentication.js: line 172, col 104, Line is too long. +src/controllers/authentication.js: line 178, col 60, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/authentication.js: line 181, col 129, Line is too long. +src/controllers/authentication.js: line 195, col 235, Line is too long. +src/controllers/authentication.js: line 220, col 42, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/authentication.js: line 239, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/authentication.js: line 242, col 127, Line is too long. +src/controllers/authentication.js: line 259, col 115, Line is too long. +src/controllers/authentication.js: line 280, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/authentication.js: line 293, col 103, Line is too long. +src/controllers/authentication.js: line 298, col 17, 'Optional chaining' is only available in ES11 (use 'esversion: 11'). +src/controllers/authentication.js: line 311, col 105, Line is too long. +src/controllers/authentication.js: line 315, col 117, Line is too long. +src/controllers/authentication.js: line 335, col 15, 'Optional chaining' is only available in ES11 (use 'esversion: 11'). +src/controllers/authentication.js: line 344, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/authentication.js: line 353, col 46, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/authentication.js: line 411, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/authentication.js: line 468, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/authentication.js: line 493, col 17, 'Optional chaining' is only available in ES11 (use 'esversion: 11'). +src/controllers/authentication.js: line 503, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/authentication.js: line 521, col 134, Line is too long. + +src/controllers/categories.js: line 14, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/categories.js: line 54, col 157, Line is too long. + +src/controllers/category.js: line 28, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/category.js: line 31, col 103, Line is too long. +src/controllers/category.js: line 46, col 105, Line is too long. +src/controllers/category.js: line 72, col 131, Line is too long. +src/controllers/category.js: line 73, col 102, Line is too long. +src/controllers/category.js: line 93, col 101, Line is too long. +src/controllers/category.js: line 111, col 122, Line is too long. +src/controllers/category.js: line 119, col 116, Line is too long. +src/controllers/category.js: line 131, col 115, Line is too long. +src/controllers/category.js: line 132, col 105, Line is too long. +src/controllers/category.js: line 175, col 112, Line is too long. +src/controllers/category.js: line 192, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/category.js: line 201, col 127, Line is too long. +src/controllers/category.js: line 233, col 104, Line is too long. + +src/controllers/composer.js: line 11, col 15, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/composer.js: line 13, col 8, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/composer.js: line 42, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/composer.js: line 57, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/composer.js: line 84, col 106, Line is too long. + +src/controllers/errors.js: line 14, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/errors.js: line 43, col 111, Line is too long. +src/controllers/errors.js: line 43, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/errors.js: line 59, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/errors.js: line 60, col 112, Line is too long. +src/controllers/errors.js: line 65, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/errors.js: line 106, col 115, Line is too long. +src/controllers/errors.js: line 43, col 67, 'next' is defined but never used. +src/controllers/errors.js: line 121, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/controllers/globalmods.js: line 13, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/globalmods.js: line 32, col 42, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/controllers/groups.js: line 17, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/groups.js: line 42, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/groups.js: line 70, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/groups.js: line 127, col 123, Line is too long. +src/controllers/groups.js: line 131, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/controllers/helpers.js: line 23, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/helpers.js: line 49, col 25, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/helpers.js: line 125, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/helpers.js: line 171, col 105, Line is too long. +src/controllers/helpers.js: line 190, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/helpers.js: line 195, col 113, Line is too long. +src/controllers/helpers.js: line 242, col 102, Line is too long. +src/controllers/helpers.js: line 244, col 107, Line is too long. +src/controllers/helpers.js: line 246, col 114, Line is too long. +src/controllers/helpers.js: line 250, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/helpers.js: line 252, col 105, Line is too long. +src/controllers/helpers.js: line 255, col 102, Line is too long. +src/controllers/helpers.js: line 255, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/helpers.js: line 260, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/helpers.js: line 281, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/helpers.js: line 283, col 104, Line is too long. +src/controllers/helpers.js: line 306, col 108, Line is too long. +src/controllers/helpers.js: line 329, col 119, Line is too long. +src/controllers/helpers.js: line 336, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/helpers.js: line 416, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/helpers.js: line 450, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/helpers.js: line 485, col 67, Expected a 'break' statement before 'case'. +src/controllers/helpers.js: line 511, col 107, Line is too long. +src/controllers/helpers.js: line 523, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/helpers.js: line 542, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/helpers.js: line 543, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/controllers/home.js: line 10, col 144, Line is too long. +src/controllers/home.js: line 13, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/home.js: line 24, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/controllers/index.js: line 46, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/index.js: line 52, col 8, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/index.js: line 98, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/index.js: line 116, col 145, Line is too long. +src/controllers/index.js: line 130, col 108, Line is too long. +src/controllers/index.js: line 133, col 118, Line is too long. +src/controllers/index.js: line 146, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/index.js: line 154, col 118, Line is too long. +src/controllers/index.js: line 195, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/index.js: line 211, col 104, Line is too long. +src/controllers/index.js: line 211, col 71, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/index.js: line 226, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/index.js: line 230, col 10, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/index.js: line 269, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/index.js: line 366, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/controllers/mods.js: line 24, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/mods.js: line 25, col 115, Line is too long. +src/controllers/mods.js: line 76, col 110, Line is too long. +src/controllers/mods.js: line 104, col 65, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/mods.js: line 133, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/mods.js: line 138, col 53, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/mods.js: line 140, col 29, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/mods.js: line 140, col 55, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/mods.js: line 162, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/mods.js: line 216, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/mods.js: line 231, col 41, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/mods.js: line 233, col 22, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/mods.js: line 233, col 41, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/mods.js: line 237, col 102, Line is too long. +src/controllers/mods.js: line 238, col 107, Line is too long. +src/controllers/mods.js: line 265, col 8, 'object spread property' is only available in ES9 (use 'esversion: 9'). + +src/controllers/osd.js: line 26, col 105, Line is too long. + +src/controllers/ping.js: line 6, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/controllers/popular.js: line 12, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/popular.js: line 18, col 151, Line is too long. +src/controllers/popular.js: line 26, col 123, Line is too long. + +src/controllers/posts.js: line 16, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/posts.js: line 43, col 119, Line is too long. +src/controllers/posts.js: line 50, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/controllers/recent.js: line 16, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/recent.js: line 25, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/recent.js: line 61, col 146, Line is too long. +src/controllers/recent.js: line 71, col 22, 'object spread property' is only available in ES9 (use 'esversion: 9'). + +src/controllers/search.js: line 22, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/search.js: line 39, col 119, Line is too long. +src/controllers/search.js: line 68, col 102, Line is too long. +src/controllers/search.js: line 149, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/search.js: line 161, col 47, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/search.js: line 170, col 48, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/search.js: line 179, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/search.js: line 195, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/controllers/service-worker.js: line 11, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/service-worker.js: line 21, col 114, Line is too long. +src/controllers/service-worker.js: line 32, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/service-worker.js: line 36, col 158, Line is too long. + +src/controllers/sitemap.js: line 8, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/sitemap.js: line 27, col 15, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/sitemap.js: line 30, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/controllers/tags.js: line 19, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/tags.js: line 30, col 106, Line is too long. +src/controllers/tags.js: line 88, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/controllers/top.js: line 12, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/top.js: line 18, col 143, Line is too long. +src/controllers/top.js: line 24, col 119, Line is too long. + +src/controllers/topics.js: line 25, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/topics.js: line 28, col 110, Line is too long. +src/controllers/topics.js: line 49, col 103, Line is too long. +src/controllers/topics.js: line 50, col 101, Line is too long. +src/controllers/topics.js: line 59, col 118, Line is too long. +src/controllers/topics.js: line 67, col 150, Line is too long. +src/controllers/topics.js: line 68, col 135, Line is too long. +src/controllers/topics.js: line 71, col 115, Line is too long. +src/controllers/topics.js: line 72, col 169, Line is too long. +src/controllers/topics.js: line 94, col 110, Line is too long. +src/controllers/topics.js: line 179, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/topics.js: line 190, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/topics.js: line 205, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/topics.js: line 213, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/topics.js: line 265, col 8, 'Trailing comma in arguments lists' is only available in ES8 (use 'esversion: 8'). +src/controllers/topics.js: line 312, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/topics.js: line 365, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/topics.js: line 385, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/controllers/unread.js: line 17, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/unread.js: line 42, col 146, Line is too long. +src/controllers/unread.js: line 83, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/controllers/uploads.js: line 18, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/uploads.js: line 26, col 107, Line is too long. +src/controllers/uploads.js: line 48, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/uploads.js: line 49, col 44, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/uploads.js: line 58, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/uploads.js: line 86, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/uploads.js: line 99, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/uploads.js: line 124, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/uploads.js: line 127, col 101, Line is too long. +src/controllers/uploads.js: line 130, col 51, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/uploads.js: line 155, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/uploads.js: line 182, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/uploads.js: line 186, col 115, Line is too long. +src/controllers/uploads.js: line 196, col 129, Line is too long. + +src/controllers/user.js: line 9, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/user.js: line 18, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/user.js: line 22, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/user.js: line 26, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/user.js: line 30, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/user.js: line 38, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/user.js: line 60, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/controllers/users.js: line 19, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/users.js: line 39, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/users.js: line 50, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/users.js: line 72, col 41, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/users.js: line 76, col 46, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/users.js: line 83, col 44, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/users.js: line 87, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/users.js: line 91, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/users.js: line 95, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/users.js: line 103, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/users.js: line 108, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/users.js: line 111, col 105, Line is too long. +src/controllers/users.js: line 154, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/users.js: line 155, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/users.js: line 163, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/users.js: line 166, col 116, Line is too long. +src/controllers/users.js: line 195, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/users.js: line 208, col 102, Line is too long. + +src/controllers/well-known.js: line 12, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/well-known.js: line 62, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/well-known.js: line 93, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/controllers/write/admin.js: line 12, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/admin.js: line 21, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/admin.js: line 27, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/admin.js: line 36, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/admin.js: line 42, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/admin.js: line 46, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/admin.js: line 53, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/admin.js: line 60, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/admin.js: line 67, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/admin.js: line 84, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/admin.js: line 90, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/admin.js: line 101, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/admin.js: line 107, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/admin.js: line 114, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/controllers/write/categories.js: line 12, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/categories.js: line 16, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/categories.js: line 20, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/categories.js: line 25, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/categories.js: line 35, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/categories.js: line 40, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/categories.js: line 41, col 84, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/categories.js: line 44, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/categories.js: line 45, col 57, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/categories.js: line 49, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/categories.js: line 55, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/categories.js: line 57, col 59, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/categories.js: line 62, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/categories.js: line 80, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/categories.js: line 85, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/categories.js: line 99, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/categories.js: line 110, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/categories.js: line 124, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/controllers/write/chats.js: line 8, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/chats.js: line 11, col 115, Line is too long. +src/controllers/write/chats.js: line 27, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/chats.js: line 33, col 106, Line is too long. +src/controllers/write/chats.js: line 33, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/chats.js: line 35, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/chats.js: line 42, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/chats.js: line 47, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/chats.js: line 54, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/chats.js: line 64, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/chats.js: line 65, col 24, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/chats.js: line 72, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/chats.js: line 81, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/chats.js: line 91, col 15, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/chats.js: line 94, col 42, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/chats.js: line 98, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/chats.js: line 101, col 50, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/chats.js: line 105, col 15, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/chats.js: line 113, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/chats.js: line 123, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/chats.js: line 133, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/chats.js: line 143, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/chats.js: line 145, col 48, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/chats.js: line 150, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/chats.js: line 162, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/chats.js: line 165, col 104, Line is too long. +src/controllers/write/chats.js: line 165, col 90, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/chats.js: line 168, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/chats.js: line 174, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/chats.js: line 175, col 79, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/chats.js: line 178, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/chats.js: line 179, col 78, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/chats.js: line 182, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/chats.js: line 190, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/chats.js: line 197, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/chats.js: line 204, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/chats.js: line 211, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/controllers/write/files.js: line 8, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/files.js: line 13, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/controllers/write/flags.js: line 9, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/flags.js: line 15, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/flags.js: line 19, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/flags.js: line 30, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/flags.js: line 35, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/flags.js: line 40, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/flags.js: line 51, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/controllers/write/groups.js: line 9, col 15, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/groups.js: line 10, col 71, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/groups.js: line 13, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/groups.js: line 17, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/groups.js: line 22, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/groups.js: line 24, col 8, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/groups.js: line 30, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/groups.js: line 35, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/groups.js: line 37, col 78, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/groups.js: line 40, col 15, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/groups.js: line 45, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/groups.js: line 50, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/groups.js: line 55, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/groups.js: line 60, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/groups.js: line 65, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/groups.js: line 70, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/groups.js: line 75, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/groups.js: line 80, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/groups.js: line 85, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/groups.js: line 90, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/controllers/write/posts.js: line 13, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/posts.js: line 35, col 108, Line is too long. +src/controllers/write/posts.js: line 38, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/posts.js: line 47, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/posts.js: line 59, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/posts.js: line 68, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/posts.js: line 77, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/posts.js: line 79, col 8, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/posts.js: line 87, col 15, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/posts.js: line 92, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/posts.js: line 97, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/posts.js: line 102, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/posts.js: line 110, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/posts.js: line 115, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/posts.js: line 128, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/posts.js: line 134, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/posts.js: line 139, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/posts.js: line 144, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/posts.js: line 149, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/posts.js: line 154, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/posts.js: line 160, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/posts.js: line 166, col 102, Line is too long. +src/controllers/write/posts.js: line 167, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/posts.js: line 172, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/posts.js: line 177, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/posts.js: line 178, col 74, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/posts.js: line 181, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/posts.js: line 182, col 74, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/posts.js: line 185, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/posts.js: line 186, col 77, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/posts.js: line 189, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/posts.js: line 190, col 40, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/posts.js: line 192, col 74, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/posts.js: line 195, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/posts.js: line 196, col 56, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/posts.js: line 204, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/posts.js: line 209, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/posts.js: line 214, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/posts.js: line 215, col 78, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/posts.js: line 219, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/posts.js: line 225, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/controllers/write/search.js: line 8, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/search.js: line 12, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/search.js: line 14, col 102, Line is too long. +src/controllers/write/search.js: line 14, col 88, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/search.js: line 17, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/search.js: line 19, col 86, 'object spread property' is only available in ES9 (use 'esversion: 9'). + +src/controllers/write/tags.js: line 9, col 15, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/tags.js: line 14, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/controllers/write/topics.js: line 14, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/topics.js: line 22, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/topics.js: line 36, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/topics.js: line 39, col 54, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/topics.js: line 46, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/topics.js: line 56, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/topics.js: line 61, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/topics.js: line 66, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/topics.js: line 71, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/topics.js: line 78, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/topics.js: line 83, col 15, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/topics.js: line 88, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/topics.js: line 93, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/topics.js: line 98, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/topics.js: line 103, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/topics.js: line 108, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/topics.js: line 116, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/topics.js: line 125, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/topics.js: line 130, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/topics.js: line 133, col 102, Line is too long. +src/controllers/write/topics.js: line 133, col 76, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/topics.js: line 136, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/topics.js: line 155, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/topics.js: line 170, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/topics.js: line 175, col 8, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/topics.js: line 181, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/topics.js: line 182, col 55, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/topics.js: line 187, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/topics.js: line 188, col 42, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/topics.js: line 193, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/topics.js: line 194, col 39, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/topics.js: line 199, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/topics.js: line 200, col 41, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/topics.js: line 205, col 15, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/topics.js: line 206, col 35, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/topics.js: line 211, col 15, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/topics.js: line 213, col 40, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/topics.js: line 218, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/topics.js: line 223, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/topics.js: line 231, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/controllers/write/users.js: line 15, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/users.js: line 21, col 110, Line is too long. +src/controllers/write/users.js: line 27, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/users.js: line 32, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/users.js: line 36, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/users.js: line 37, col 69, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/users.js: line 40, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/users.js: line 41, col 52, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/users.js: line 45, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/users.js: line 46, col 36, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/users.js: line 50, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/users.js: line 51, col 43, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/users.js: line 55, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/users.js: line 56, col 43, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/users.js: line 60, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/users.js: line 65, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/users.js: line 66, col 43, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/users.js: line 70, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/users.js: line 71, col 75, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/users.js: line 74, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/users.js: line 81, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/users.js: line 82, col 82, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/users.js: line 85, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/users.js: line 86, col 61, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/users.js: line 90, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/users.js: line 91, col 44, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/users.js: line 95, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/users.js: line 106, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/users.js: line 116, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/users.js: line 117, col 33, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/users.js: line 121, col 15, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/users.js: line 122, col 35, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/users.js: line 126, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/users.js: line 127, col 34, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/users.js: line 131, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/users.js: line 132, col 36, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/users.js: line 136, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/users.js: line 138, col 70, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/users.js: line 142, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/users.js: line 143, col 52, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/users.js: line 147, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/users.js: line 148, col 43, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/users.js: line 152, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/users.js: line 156, col 60, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/users.js: line 167, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/users.js: line 168, col 102, Line is too long. +src/controllers/write/users.js: line 168, col 88, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/users.js: line 171, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/users.js: line 173, col 78, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/users.js: line 178, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/users.js: line 179, col 55, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/users.js: line 187, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/users.js: line 188, col 49, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/users.js: line 192, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/users.js: line 195, col 8, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/users.js: line 200, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/users.js: line 201, col 60, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/users.js: line 208, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/users.js: line 209, col 59, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/users.js: line 228, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/controllers/write/utilities.js: line 24, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/database/index.js: line 26, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/index.js: line 27, col 105, Line is too long. +src/database/index.js: line 48, col 16, Expected '{' and instead saw 'reject'. +src/database/index.js: line 49, col 12, Expected '{' and instead saw 'resolve'. + +src/database/mongo/connection.js: line 55, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/database/mongo/hash.js: line 10, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/hash.js: line 26, col 114, Line is too long. +src/database/mongo/hash.js: line 39, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/hash.js: line 45, col 119, Line is too long. +src/database/mongo/hash.js: line 75, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/hash.js: line 84, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/hash.js: line 93, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/hash.js: line 97, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/hash.js: line 118, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/hash.js: line 126, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/hash.js: line 148, col 54, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/database/mongo/hash.js: line 160, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/hash.js: line 165, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/hash.js: line 170, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/hash.js: line 175, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/hash.js: line 189, col 104, Line is too long. +src/database/mongo/hash.js: line 194, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/hash.js: line 198, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/hash.js: line 212, col 101, Line is too long. +src/database/mongo/hash.js: line 220, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/hash.js: line 224, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/hash.js: line 228, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/hash.js: line 273, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/database/mongo/list.js: line 6, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/list.js: line 20, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/list.js: line 28, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/list.js: line 36, col 14, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/database/mongo/list.js: line 44, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/list.js: line 53, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/list.js: line 71, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/list.js: line 79, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/list.js: line 92, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/database/mongo/main.js: line 5, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/main.js: line 9, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/main.js: line 14, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/main.js: line 41, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/main.js: line 48, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/main.js: line 56, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/main.js: line 64, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/main.js: line 69, col 116, Line is too long. +src/database/mongo/main.js: line 83, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/main.js: line 101, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/main.js: line 108, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/main.js: line 124, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/main.js: line 125, col 103, Line is too long. +src/database/mongo/main.js: line 129, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/main.js: line 136, col 123, Line is too long. +src/database/mongo/main.js: line 148, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/main.js: line 152, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/main.js: line 156, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/main.js: line 160, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/main.js: line 165, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/main.js: line 169, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/database/mongo/sets.js: line 8, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sets.js: line 38, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sets.js: line 71, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sets.js: line 96, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sets.js: line 116, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sets.js: line 135, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sets.js: line 149, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sets.js: line 164, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sets.js: line 184, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sets.js: line 197, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sets.js: line 215, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sets.js: line 226, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sets.js: line 235, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/database/mongo/sorted/add.js: line 7, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted/add.js: line 20, col 145, Line is too long. +src/database/mongo/sorted/add.js: line 30, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted/add.js: line 46, col 112, Line is too long. +src/database/mongo/sorted/add.js: line 51, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted/add.js: line 77, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted/add.js: line 86, col 120, Line is too long. + +src/database/mongo/sorted/intersect.js: line 4, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted/intersect.js: line 24, col 116, Line is too long. +src/database/mongo/sorted/intersect.js: line 28, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted/intersect.js: line 44, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted/intersect.js: line 49, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted/intersect.js: line 54, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted/intersect.js: line 77, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted/intersect.js: line 116, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted/intersect.js: line 143, col 55, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted/intersect.js: line 143, col 61, Functions declared within loops referencing an outer scoped variable may lead to confusing semantics. (module) +src/database/mongo/sorted/intersect.js: line 163, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted/intersect.js: line 194, col 103, Line is too long. + +src/database/mongo/sorted/remove.js: line 6, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted/remove.js: line 27, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted/remove.js: line 36, col 41, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted/remove.js: line 55, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/database/mongo/sorted/union.js: line 4, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted/union.js: line 17, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted/union.js: line 22, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted/union.js: line 27, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/database/mongo/sorted.js: line 18, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted.js: line 22, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted.js: line 26, col 40, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted.js: line 30, col 43, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted.js: line 34, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted.js: line 86, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted.js: line 88, col 12, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/database/mongo/sorted.js: line 88, col 22, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/database/mongo/sorted.js: line 100, col 108, Line is too long. +src/database/mongo/sorted.js: line 100, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted.js: line 122, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted.js: line 126, col 40, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted.js: line 130, col 47, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted.js: line 134, col 50, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted.js: line 138, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted.js: line 146, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted.js: line 163, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted.js: line 170, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted.js: line 177, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted.js: line 195, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted.js: line 199, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted.js: line 203, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted.js: line 228, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted.js: line 232, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted.js: line 236, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted.js: line 248, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted.js: line 252, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted.js: line 256, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted.js: line 260, col 103, Line is too long. +src/database/mongo/sorted.js: line 270, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted.js: line 275, col 145, Line is too long. +src/database/mongo/sorted.js: line 279, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted.js: line 284, col 153, Line is too long. +src/database/mongo/sorted.js: line 295, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted.js: line 303, col 152, Line is too long. +src/database/mongo/sorted.js: line 315, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted.js: line 328, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted.js: line 352, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted.js: line 373, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted.js: line 378, col 42, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted.js: line 383, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted.js: line 387, col 43, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted.js: line 391, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted.js: line 428, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted.js: line 461, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted.js: line 483, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted.js: line 487, col 38, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted.js: line 491, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted.js: line 496, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted.js: line 502, col 108, Line is too long. +src/database/mongo/sorted.js: line 511, col 38, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted.js: line 540, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted.js: line 569, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/database/mongo.js: line 24, col 248, Line is too long. +src/database/mongo.js: line 62, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo.js: line 67, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo.js: line 79, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo.js: line 88, col 105, Line is too long. +src/database/mongo.js: line 100, col 107, Line is too long. +src/database/mongo.js: line 106, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo.js: line 114, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo.js: line 170, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo.js: line 182, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/database/postgres/connection.js: line 51, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/database/postgres/hash.js: line 6, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/hash.js: line 17, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/hash.js: line 47, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/hash.js: line 53, col 119, Line is too long. +src/database/postgres/hash.js: line 57, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/hash.js: line 84, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/hash.js: line 89, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/hash.js: line 108, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/hash.js: line 131, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/hash.js: line 155, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/hash.js: line 176, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/hash.js: line 210, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/hash.js: line 238, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/hash.js: line 259, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/hash.js: line 264, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/hash.js: line 285, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/hash.js: line 297, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/hash.js: line 301, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/hash.js: line 331, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/hash.js: line 335, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/hash.js: line 339, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/hash.js: line 346, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/hash.js: line 359, col 152, Line is too long. +src/database/postgres/hash.js: line 368, col 152, Line is too long. +src/database/postgres/hash.js: line 376, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/hash.js: line 381, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/database/postgres/helpers.js: line 21, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/helpers.js: line 50, col 130, Line is too long. +src/database/postgres/helpers.js: line 54, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/helpers.js: line 87, col 123, Line is too long. + +src/database/postgres/list.js: line 6, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/list.js: line 11, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/list.js: line 27, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/list.js: line 31, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/list.js: line 47, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/list.js: line 74, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/list.js: line 113, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/list.js: line 151, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/list.js: line 211, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/database/postgres/main.js: line 6, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/main.js: line 11, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/main.js: line 15, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/main.js: line 24, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/main.js: line 31, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/main.js: line 36, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/main.js: line 86, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/main.js: line 106, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/main.js: line 120, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/main.js: line 134, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/main.js: line 155, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/main.js: line 180, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/main.js: line 185, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/main.js: line 199, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/main.js: line 204, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/main.js: line 220, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/main.js: line 221, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/main.js: line 240, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/main.js: line 254, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/main.js: line 265, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/main.js: line 269, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/main.js: line 273, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/main.js: line 277, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/main.js: line 281, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/main.js: line 295, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/main.js: line 299, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/database/postgres/sets.js: line 8, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sets.js: line 15, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sets.js: line 30, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sets.js: line 41, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sets.js: line 57, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sets.js: line 68, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sets.js: line 83, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sets.js: line 102, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sets.js: line 117, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sets.js: line 138, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sets.js: line 161, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sets.js: line 184, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sets.js: line 204, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sets.js: line 226, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sets.js: line 246, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sets.js: line 264, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/database/postgres/sorted/add.js: line 7, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted/add.js: line 21, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted/add.js: line 35, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted/add.js: line 52, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted/add.js: line 67, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted/add.js: line 84, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted/add.js: line 104, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted/add.js: line 119, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/database/postgres/sorted/intersect.js: line 4, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted/intersect.js: line 29, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted/intersect.js: line 34, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted/intersect.js: line 39, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/database/postgres/sorted/remove.js: line 6, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted/remove.js: line 33, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted/remove.js: line 50, col 41, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted/remove.js: line 73, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/database/postgres/sorted/union.js: line 4, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted/union.js: line 23, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted/union.js: line 28, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted/union.js: line 33, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/database/postgres/sorted.js: line 15, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted.js: line 19, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted.js: line 23, col 40, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted.js: line 27, col 43, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted.js: line 31, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted.js: line 90, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted.js: line 94, col 40, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted.js: line 98, col 47, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted.js: line 102, col 50, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted.js: line 106, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted.js: line 153, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted.js: line 182, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted.js: line 202, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted.js: line 224, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted.js: line 262, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted.js: line 267, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted.js: line 272, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted.js: line 296, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted.js: line 304, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted.js: line 312, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted.js: line 320, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted.js: line 328, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted.js: line 353, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted.js: line 380, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted.js: line 409, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted.js: line 432, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted.js: line 458, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted.js: line 481, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted.js: line 486, col 42, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted.js: line 491, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted.js: line 508, col 43, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted.js: line 525, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted.js: line 533, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted.js: line 549, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted.js: line 554, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted.js: line 565, col 106, Line is too long. +src/database/postgres/sorted.js: line 584, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted.js: line 588, col 38, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted.js: line 592, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted.js: line 610, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted.js: line 635, col 38, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted.js: line 691, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted.js: line 720, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/database/postgres/transaction.js: line 4, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/database/postgres.js: line 35, col 102, Line is too long. +src/database/postgres.js: line 49, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres.js: line 59, col 131, Line is too long. +src/database/postgres.js: line 67, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres.js: line 294, col 113, Line is too long. +src/database/postgres.js: line 312, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres.js: line 348, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres.js: line 355, col 140, Line is too long. +src/database/postgres.js: line 356, col 132, Line is too long. +src/database/postgres.js: line 365, col 118, Line is too long. +src/database/postgres.js: line 371, col 102, Line is too long. +src/database/postgres.js: line 377, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres.js: line 388, col 8, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/database/postgres.js: line 393, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/database/redis/connection.js: line 9, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/connection.js: line 16, col 101, Line is too long. +src/database/redis/connection.js: line 18, col 12, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/database/redis/connection.js: line 22, col 114, Line is too long. +src/database/redis/connection.js: line 24, col 12, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/database/redis/connection.js: line 28, col 108, Line is too long. +src/database/redis/connection.js: line 30, col 12, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/database/redis/connection.js: line 41, col 12, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/database/redis/connection.js: line 53, col 9, Confusing use of '!'. + +src/database/redis/hash.js: line 10, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/hash.js: line 40, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/hash.js: line 46, col 119, Line is too long. +src/database/redis/hash.js: line 67, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/hash.js: line 85, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/hash.js: line 94, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/hash.js: line 98, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/hash.js: line 110, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/hash.js: line 118, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/hash.js: line 149, col 54, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/database/redis/hash.js: line 161, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/hash.js: line 165, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/hash.js: line 169, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/hash.js: line 174, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/hash.js: line 181, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/hash.js: line 192, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/hash.js: line 211, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/hash.js: line 215, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/hash.js: line 219, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/hash.js: line 236, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/database/redis/helpers.js: line 7, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/database/redis/list.js: line 4, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/list.js: line 11, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/list.js: line 18, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/list.js: line 25, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/list.js: line 38, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/list.js: line 45, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/list.js: line 52, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/database/redis/main.js: line 6, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/main.js: line 10, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/main.js: line 15, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/main.js: line 29, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/main.js: line 49, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/main.js: line 54, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/main.js: line 62, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/main.js: line 66, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/main.js: line 73, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/main.js: line 77, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/main.js: line 81, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/main.js: line 93, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/main.js: line 98, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/main.js: line 102, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/main.js: line 106, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/main.js: line 110, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/main.js: line 114, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/main.js: line 118, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/database/redis/sets.js: line 6, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sets.js: line 16, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sets.js: line 33, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sets.js: line 43, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sets.js: line 59, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sets.js: line 65, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sets.js: line 70, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sets.js: line 77, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sets.js: line 84, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sets.js: line 88, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sets.js: line 94, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sets.js: line 98, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sets.js: line 104, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/database/redis/sorted/add.js: line 6, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted/add.js: line 20, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted/add.js: line 37, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted/add.js: line 63, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/database/redis/sorted/intersect.js: line 6, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted/intersect.js: line 19, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted/intersect.js: line 24, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted/intersect.js: line 29, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted/intersect.js: line 43, col 18, ['AGGREGATE'] is better written in dot notation. + +src/database/redis/sorted/remove.js: line 7, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted/remove.js: line 28, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted/remove.js: line 32, col 41, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted/remove.js: line 38, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/database/redis/sorted/union.js: line 6, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted/union.js: line 14, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted/union.js: line 19, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted/union.js: line 24, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/database/redis/sorted.js: line 13, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted.js: line 17, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted.js: line 21, col 40, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted.js: line 25, col 43, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted.js: line 29, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted.js: line 33, col 40, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted.js: line 37, col 47, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted.js: line 41, col 50, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted.js: line 45, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted.js: line 53, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted.js: line 72, col 14, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/database/redis/sorted.js: line 76, col 70, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/database/redis/sorted.js: line 104, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted.js: line 108, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted.js: line 112, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted.js: line 121, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted.js: line 138, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted.js: line 142, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted.js: line 146, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted.js: line 154, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted.js: line 162, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted.js: line 170, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted.js: line 178, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted.js: line 186, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted.js: line 196, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted.js: line 206, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted.js: line 211, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted.js: line 221, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted.js: line 231, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted.js: line 235, col 42, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted.js: line 239, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted.js: line 248, col 43, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted.js: line 258, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted.js: line 263, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted.js: line 272, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted.js: line 280, col 38, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted.js: line 289, col 38, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted.js: line 294, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted.js: line 299, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted.js: line 307, col 102, Line is too long. + +src/database/redis.js: line 36, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis.js: line 40, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis.js: line 51, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis.js: line 58, col 125, Line is too long. +src/database/redis.js: line 63, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis.js: line 70, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis.js: line 105, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/emailer.js: line 63, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/emailer.js: line 86, col 44, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/emailer.js: line 99, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/emailer.js: line 104, col 50, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/emailer.js: line 173, col 121, Line is too long. +src/emailer.js: line 192, col 21, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/emailer.js: line 214, col 25, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/emailer.js: line 214, col 40, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/emailer.js: line 221, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/emailer.js: line 240, col 123, Line is too long. +src/emailer.js: line 244, col 128, Line is too long. +src/emailer.js: line 257, col 112, Line is too long. +src/emailer.js: line 259, col 113, Line is too long. +src/emailer.js: line 265, col 17, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/emailer.js: line 265, col 45, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/emailer.js: line 283, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/emailer.js: line 306, col 10, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/emailer.js: line 362, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/emailer.js: line 376, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/events.js: line 87, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/events.js: line 106, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/events.js: line 167, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/events.js: line 198, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/events.js: line 221, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/events.js: line 247, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/events.js: line 261, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/events.js: line 262, col 47, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/file.js: line 18, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/file.js: line 42, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/file.js: line 83, col 15, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/file.js: line 108, col 15, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/file.js: line 124, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/file.js: line 136, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/file.js: line 153, col 104, Line is too long. +src/file.js: line 154, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/file.js: line 156, col 47, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/file.js: line 163, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/flags.js: line 43, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/flags.js: line 98, col 115, Line is too long. +src/flags.js: line 105, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/flags.js: line 117, col 8, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/flags.js: line 131, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/flags.js: line 137, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/flags.js: line 143, col 107, Line is too long. +src/flags.js: line 158, col 102, Line is too long. +src/flags.js: line 162, col 150, Line is too long. +src/flags.js: line 162, col 49, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/flags.js: line 186, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/flags.js: line 203, col 47, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/flags.js: line 209, col 10, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/flags.js: line 214, col 109, Line is too long. +src/flags.js: line 233, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/flags.js: line 234, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/flags.js: line 263, col 104, Line is too long. +src/flags.js: line 276, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/flags.js: line 303, col 117, Line is too long. +src/flags.js: line 311, col 112, Line is too long. +src/flags.js: line 319, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/flags.js: line 325, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/flags.js: line 331, col 108, Line is too long. +src/flags.js: line 340, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/flags.js: line 359, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/flags.js: line 379, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/flags.js: line 393, col 107, Line is too long. +src/flags.js: line 393, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/flags.js: line 444, col 101, Line is too long. +src/flags.js: line 449, col 104, Line is too long. +src/flags.js: line 479, col 36, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/flags.js: line 486, col 15, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/flags.js: line 496, col 115, Line is too long. +src/flags.js: line 530, col 7, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/flags.js: line 530, col 52, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/flags.js: line 539, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/flags.js: line 550, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/flags.js: line 554, col 109, Line is too long. +src/flags.js: line 561, col 102, Line is too long. +src/flags.js: line 561, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/flags.js: line 570, col 103, Line is too long. +src/flags.js: line 576, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/flags.js: line 620, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/flags.js: line 624, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/flags.js: line 645, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/flags.js: line 684, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/flags.js: line 702, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/flags.js: line 719, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/flags.js: line 723, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/flags.js: line 730, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/flags.js: line 737, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/flags.js: line 738, col 111, Line is too long. +src/flags.js: line 743, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/flags.js: line 757, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/flags.js: line 770, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/flags.js: line 817, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/flags.js: line 824, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/flags.js: line 826, col 54, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/flags.js: line 839, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/flags.js: line 867, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/flags.js: line 887, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/flags.js: line 894, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/flags.js: line 900, col 11, Confusing use of '!'. +src/flags.js: line 915, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/flags.js: line 932, col 103, Line is too long. +src/flags.js: line 947, col 125, Line is too long. +src/flags.js: line 973, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/flags.js: line 982, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/flags.js: line 991, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/flags.js: line 1019, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/groups/cover.js: line 13, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/cover.js: line 20, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/cover.js: line 49, col 126, Line is too long. +src/groups/cover.js: line 66, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/cover.js: line 70, col 111, Line is too long. +src/groups/cover.js: line 78, col 111, Line is too long. + +src/groups/create.js: line 9, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/create.js: line 30, col 125, Line is too long. +src/groups/create.js: line 79, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/groups/data.js: line 17, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/data.js: line 43, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/data.js: line 47, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/data.js: line 52, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/data.js: line 57, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/data.js: line 62, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/data.js: line 73, col 111, Line is too long. +src/groups/data.js: line 80, col 110, Line is too long. +src/groups/data.js: line 85, col 138, Line is too long. +src/groups/data.js: line 91, col 162, Line is too long. + +src/groups/delete.js: line 9, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/delete.js: line 50, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/delete.js: line 51, col 55, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/groups/index.js: line 64, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/index.js: line 78, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/index.js: line 82, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/index.js: line 96, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/index.js: line 113, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/index.js: line 117, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/index.js: line 131, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/index.js: line 142, col 113, Line is too long. +src/groups/index.js: line 166, col 110, Line is too long. +src/groups/index.js: line 177, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/index.js: line 181, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/index.js: line 198, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/index.js: line 227, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/index.js: line 236, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/index.js: line 240, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/index.js: line 244, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/index.js: line 248, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/index.js: line 253, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/index.js: line 258, col 101, Line is too long. +src/groups/index.js: line 266, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/groups/invite.js: line 12, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/invite.js: line 13, col 107, Line is too long. +src/groups/invite.js: line 16, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/invite.js: line 17, col 107, Line is too long. +src/groups/invite.js: line 20, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/invite.js: line 39, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/invite.js: line 53, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/invite.js: line 58, col 107, Line is too long. +src/groups/invite.js: line 62, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/invite.js: line 78, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/invite.js: line 92, col 132, Line is too long. +src/groups/invite.js: line 104, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/invite.js: line 108, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/invite.js: line 112, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/groups/join.js: line 11, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/join.js: line 41, col 101, Line is too long. +src/groups/join.js: line 72, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/join.js: line 86, col 104, Line is too long. +src/groups/join.js: line 93, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/groups/leave.js: line 12, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/leave.js: line 36, col 101, Line is too long. +src/groups/leave.js: line 41, col 116, Line is too long. +src/groups/leave.js: line 70, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/leave.js: line 84, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/leave.js: line 85, col 121, Line is too long. +src/groups/leave.js: line 94, col 106, Line is too long. +src/groups/leave.js: line 102, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/leave.js: line 110, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/groups/membership.js: line 10, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/membership.js: line 14, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/membership.js: line 15, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/membership.js: line 22, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/membership.js: line 26, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/membership.js: line 41, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/membership.js: line 65, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/membership.js: line 75, col 101, Line is too long. +src/groups/membership.js: line 99, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/membership.js: line 107, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/membership.js: line 112, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/membership.js: line 123, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/membership.js: line 135, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/membership.js: line 155, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/membership.js: line 172, col 107, Line is too long. + +src/groups/ownership.js: line 10, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/ownership.js: line 11, col 9, Confusing use of '!'. +src/groups/ownership.js: line 17, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/ownership.js: line 25, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/ownership.js: line 34, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/groups/posts.js: line 8, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/posts.js: line 13, col 102, Line is too long. +src/groups/posts.js: line 16, col 103, Line is too long. +src/groups/posts.js: line 28, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/posts.js: line 29, col 116, Line is too long. +src/groups/posts.js: line 38, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/groups/search.js: line 7, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/search.js: line 56, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/search.js: line 65, col 10, 'object spread property' is only available in ES9 (use 'esversion: 9'). + +src/groups/update.js: line 16, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/update.js: line 29, col 104, Line is too long. +src/groups/update.js: line 79, col 104, Line is too long. +src/groups/update.js: line 80, col 110, Line is too long. +src/groups/update.js: line 93, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/update.js: line 110, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/update.js: line 114, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/update.js: line 118, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/update.js: line 126, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/update.js: line 137, col 140, Line is too long. +src/groups/update.js: line 146, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/update.js: line 174, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/update.js: line 211, col 129, Line is too long. +src/groups/update.js: line 212, col 132, Line is too long. +src/groups/update.js: line 221, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/update.js: line 222, col 62, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/update.js: line 224, col 103, Line is too long. +src/groups/update.js: line 227, col 119, Line is too long. +src/groups/update.js: line 230, col 117, Line is too long. +src/groups/update.js: line 234, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/update.js: line 245, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/update.js: line 257, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/update.js: line 266, col 113, Line is too long. +src/groups/update.js: line 278, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/update.js: line 295, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/groups/user.js: line 7, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/user.js: line 13, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/user.js: line 17, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/user.js: line 22, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/user.js: line 27, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/user.js: line 32, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/user.js: line 36, col 116, Line is too long. +src/groups/user.js: line 42, col 117, Line is too long. + +src/helpers.js: line 6, col 40, 'Trailing comma in arguments lists' is only available in ES8 (use 'esversion: 8'). + +src/image.js: line 24, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/image.js: line 35, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/image.js: line 54, col 124, Line is too long. +src/image.js: line 80, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/image.js: line 92, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/image.js: line 105, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/image.js: line 125, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/image.js: line 128, col 101, Line is too long. +src/image.js: line 135, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/image.js: line 147, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/image.js: line 165, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/install.js: line 88, col 113, Line is too long. +src/install.js: line 93, col 23, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/install.js: line 93, col 36, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/install.js: line 96, col 119, Line is too long. +src/install.js: line 100, col 132, Line is too long. +src/install.js: line 134, col 110, Line is too long. +src/install.js: line 137, col 103, Line is too long. +src/install.js: line 153, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/install.js: line 192, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/install.js: line 195, col 33, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/install.js: line 243, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/install.js: line 252, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/install.js: line 269, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/install.js: line 271, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/install.js: line 298, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/install.js: line 308, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/install.js: line 340, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/install.js: line 377, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/install.js: line 402, col 108, Line is too long. +src/install.js: line 410, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/install.js: line 428, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/install.js: line 448, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/install.js: line 466, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/install.js: line 470, col 111, Line is too long. +src/install.js: line 477, col 106, Line is too long. +src/install.js: line 478, col 107, Line is too long. +src/install.js: line 482, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/install.js: line 483, col 105, Line is too long. +src/install.js: line 507, col 118, Line is too long. +src/install.js: line 512, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/install.js: line 532, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/install.js: line 544, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/install.js: line 564, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/install.js: line 588, col 102, Line is too long. +src/install.js: line 601, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/install.js: line 613, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/install.js: line 629, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/install.js: line 642, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/install.js: line 645, col 59, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/install.js: line 646, col 46, Expected '{' and instead saw 'return'. +src/install.js: line 652, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/install.js: line 672, col 43, Expected '{' and instead saw 'await'. +src/install.js: line 676, col 10, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/install.js: line 687, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/install.js: line 704, col 8, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/install.js: line 705, col 8, 'object spread property' is only available in ES9 (use 'esversion: 9'). + +src/languages.js: line 13, col 101, Line is too long. +src/languages.js: line 15, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/languages.js: line 31, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/languages.js: line 50, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/languages.js: line 57, col 47, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/languages.js: line 78, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/logger.js: line 146, col 101, Line is too long. + +src/messaging/create.js: line 12, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/create.js: line 22, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/create.js: line 27, col 103, Line is too long. +src/messaging/create.js: line 30, col 107, Line is too long. +src/messaging/create.js: line 39, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/create.js: line 95, col 83, 'Trailing comma in arguments lists' is only available in ES8 (use 'esversion: 8'). +src/messaging/create.js: line 110, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/create.js: line 120, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/create.js: line 128, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/messaging/data.js: line 17, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/data.js: line 26, col 7, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/data.js: line 30, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/data.js: line 35, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/data.js: line 40, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/data.js: line 44, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/data.js: line 48, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/data.js: line 69, col 104, Line is too long. +src/messaging/data.js: line 84, col 106, Line is too long. +src/messaging/data.js: line 129, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/data.js: line 130, col 128, Line is too long. +src/messaging/data.js: line 148, col 42, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/data.js: line 177, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/data.js: line 178, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/data.js: line 186, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/data.js: line 197, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/messaging/delete.js: line 8, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/delete.js: line 9, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/delete.js: line 11, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/messaging/edit.js: line 15, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/edit.js: line 47, col 21, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/messaging/edit.js: line 51, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/edit.js: line 82, col 104, Line is too long. +src/messaging/edit.js: line 99, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/edit.js: line 100, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/edit.js: line 102, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/messaging/index.js: line 35, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/index.js: line 37, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/index.js: line 69, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/index.js: line 73, col 46, 'Trailing comma in arguments lists' is only available in ES8 (use 'esversion: 8'). +src/messaging/index.js: line 82, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/index.js: line 92, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/index.js: line 108, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/index.js: line 117, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/index.js: line 127, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/index.js: line 151, col 12, 'Trailing comma in arguments lists' is only available in ES8 (use 'esversion: 8'). +src/messaging/index.js: line 155, col 54, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/index.js: line 174, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/index.js: line 182, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/index.js: line 206, col 42, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/index.js: line 218, col 118, Line is too long. +src/messaging/index.js: line 221, col 107, Line is too long. +src/messaging/index.js: line 248, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/index.js: line 266, col 27, 'Trailing comma in arguments lists' is only available in ES8 (use 'esversion: 8'). +src/messaging/index.js: line 272, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/index.js: line 277, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/index.js: line 296, col 40, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/index.js: line 313, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/index.js: line 337, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/index.js: line 390, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/index.js: line 420, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/index.js: line 433, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/index.js: line 464, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/messaging/notifications.js: line 16, col 42, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/notifications.js: line 24, col 42, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/notifications.js: line 32, col 41, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/notifications.js: line 43, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/notifications.js: line 93, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/notifications.js: line 102, col 69, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/notifications.js: line 126, col 157, Line is too long. +src/messaging/notifications.js: line 129, col 121, Line is too long. +src/messaging/notifications.js: line 139, col 110, Line is too long. +src/messaging/notifications.js: line 140, col 115, Line is too long. + +src/messaging/pins.js: line 6, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/pins.js: line 14, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/pins.js: line 22, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/messaging/rooms.js: line 29, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/rooms.js: line 34, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/rooms.js: line 75, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/rooms.js: line 138, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/rooms.js: line 147, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/rooms.js: line 176, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/rooms.js: line 187, col 48, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/rooms.js: line 198, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/rooms.js: line 207, col 11, 'Trailing comma in arguments lists' is only available in ES8 (use 'esversion: 8'). +src/messaging/rooms.js: line 219, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/rooms.js: line 221, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/rooms.js: line 223, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/rooms.js: line 230, col 51, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/rooms.js: line 231, col 118, Line is too long. +src/messaging/rooms.js: line 237, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/rooms.js: line 238, col 9, Confusing use of '!'. +src/messaging/rooms.js: line 258, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/rooms.js: line 262, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/rooms.js: line 272, col 111, Line is too long. +src/messaging/rooms.js: line 281, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/rooms.js: line 297, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/rooms.js: line 302, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/rooms.js: line 307, col 128, Line is too long. +src/messaging/rooms.js: line 316, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/rooms.js: line 320, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/rooms.js: line 332, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/rooms.js: line 359, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/rooms.js: line 376, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/rooms.js: line 386, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/rooms.js: line 398, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/rooms.js: line 409, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/rooms.js: line 413, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/rooms.js: line 417, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/rooms.js: line 424, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/rooms.js: line 438, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/rooms.js: line 453, col 123, Line is too long. +src/messaging/rooms.js: line 466, col 101, Line is too long. +src/messaging/rooms.js: line 470, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/rooms.js: line 472, col 135, Line is too long. +src/messaging/rooms.js: line 476, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/rooms.js: line 489, col 120, Line is too long. +src/messaging/rooms.js: line 506, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/rooms.js: line 511, col 119, Line is too long. +src/messaging/rooms.js: line 512, col 134, Line is too long. +src/messaging/rooms.js: line 513, col 140, Line is too long. +src/messaging/rooms.js: line 535, col 104, Line is too long. +src/messaging/rooms.js: line 554, col 108, Line is too long. +src/messaging/rooms.js: line 585, col 116, Line is too long. + +src/messaging/unread.js: line 8, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/unread.js: line 9, col 9, Confusing use of '!'. +src/messaging/unread.js: line 16, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/unread.js: line 26, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/unread.js: line 37, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/unread.js: line 64, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/unread.js: line 68, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/meta/aliases.js: line 16, col 103, Line is too long. +src/meta/aliases.js: line 34, col 109, Line is too long. + +src/meta/blacklist.js: line 16, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/blacklist.js: line 20, col 169, Line is too long. +src/meta/blacklist.js: line 22, col 101, Line is too long. +src/meta/blacklist.js: line 35, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/blacklist.js: line 41, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/blacklist.js: line 51, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/blacklist.js: line 56, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/meta/build.js: line 17, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/build.js: line 20, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/build.js: line 23, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/build.js: line 26, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/build.js: line 35, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/build.js: line 38, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/build.js: line 45, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/build.js: line 48, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/build.js: line 62, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/build.js: line 78, col 106, Line is too long. +src/meta/build.js: line 80, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/build.js: line 84, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/build.js: line 113, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/build.js: line 127, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/build.js: line 144, col 129, Line is too long. +src/meta/build.js: line 206, col 102, Line is too long. +src/meta/build.js: line 209, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/build.js: line 220, col 121, Line is too long. +src/meta/build.js: line 241, col 101, Line is too long. +src/meta/build.js: line 251, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/meta/cacheBuster.js: line 21, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/cacheBuster.js: line 26, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/cacheBuster.js: line 33, col 109, Line is too long. + +src/meta/configs.js: line 88, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/configs.js: line 95, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/configs.js: line 99, col 15, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/configs.js: line 104, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/configs.js: line 112, col 17, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/meta/configs.js: line 112, col 30, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/meta/configs.js: line 121, col 15, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/configs.js: line 131, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/configs.js: line 139, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/configs.js: line 142, col 23, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/meta/configs.js: line 142, col 34, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/meta/configs.js: line 146, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/configs.js: line 167, col 109, Line is too long. +src/meta/configs.js: line 174, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/configs.js: line 192, col 9, Confusing use of '!'. +src/meta/configs.js: line 198, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/configs.js: line 207, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/configs.js: line 218, col 118, Line is too long. +src/meta/configs.js: line 227, col 113, Line is too long. +src/meta/configs.js: line 232, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/meta/css.js: line 16, col 7, Redefinition of 'CSS'. +src/meta/css.js: line 139, col 101, Line is too long. +src/meta/css.js: line 149, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/css.js: line 153, col 7, 'asynchronous iteration' is only available in ES9 (use 'esversion: 9'). +src/meta/css.js: line 154, col 142, Line is too long. +src/meta/css.js: line 156, col 139, Line is too long. +src/meta/css.js: line 163, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/css.js: line 165, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/css.js: line 176, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/css.js: line 197, col 43, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/css.js: line 206, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/css.js: line 229, col 112, Line is too long. +src/meta/css.js: line 233, col 105, Line is too long. +src/meta/css.js: line 237, col 110, Line is too long. +src/meta/css.js: line 250, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/css.js: line 261, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/css.js: line 275, col 106, Line is too long. +src/meta/css.js: line 276, col 102, Line is too long. +src/meta/css.js: line 298, col 40, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/meta/css.js: line 304, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/css.js: line 324, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/css.js: line 328, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/css.js: line 333, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/css.js: line 338, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/css.js: line 342, col 105, Line is too long. +src/meta/css.js: line 351, col 101, Line is too long. + +src/meta/debugFork.js: line 31, col 18, 'object spread property' is only available in ES9 (use 'esversion: 9'). + +src/meta/dependencies.js: line 18, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/dependencies.js: line 32, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/dependencies.js: line 34, col 111, Line is too long. +src/meta/dependencies.js: line 41, col 109, Line is too long. +src/meta/dependencies.js: line 52, col 122, Line is too long. +src/meta/dependencies.js: line 63, col 119, Line is too long. +src/meta/dependencies.js: line 67, col 161, Line is too long. + +src/meta/errors.js: line 7, col 9, Redefinition of 'setTimeout'. +src/meta/errors.js: line 21, col 15, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/errors.js: line 22, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/errors.js: line 49, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/errors.js: line 51, col 28, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/meta/errors.js: line 78, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/errors.js: line 86, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/meta/index.js: line 31, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/index.js: line 71, col 110, Line is too long. + +src/meta/js.js: line 28, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/js.js: line 36, col 46, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/js.js: line 63, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/js.js: line 72, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/js.js: line 84, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/js.js: line 85, col 109, Line is too long. +src/meta/js.js: line 88, col 102, Line is too long. +src/meta/js.js: line 90, col 57, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/js.js: line 99, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/js.js: line 114, col 43, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/js.js: line 130, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/meta/languages.js: line 17, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/languages.js: line 53, col 102, Line is too long. +src/meta/languages.js: line 57, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/languages.js: line 68, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/languages.js: line 71, col 103, Line is too long. +src/meta/languages.js: line 84, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/languages.js: line 87, col 104, Line is too long. +src/meta/languages.js: line 89, col 101, Line is too long. +src/meta/languages.js: line 96, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/languages.js: line 102, col 103, Line is too long. +src/meta/languages.js: line 119, col 119, Line is too long. +src/meta/languages.js: line 123, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/languages.js: line 134, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/meta/logs.js: line 10, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/logs.js: line 14, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/meta/minifier.js: line 106, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/minifier.js: line 132, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/minifier.js: line 142, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/minifier.js: line 144, col 119, Line is too long. +src/meta/minifier.js: line 144, col 58, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/minifier.js: line 151, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/minifier.js: line 160, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/minifier.js: line 180, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/minifier.js: line 209, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/meta/settings.js: line 13, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/settings.js: line 23, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/settings.js: line 40, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/settings.js: line 45, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/settings.js: line 48, col 139, Line is too long. +src/meta/settings.js: line 61, col 114, Line is too long. +src/meta/settings.js: line 64, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/settings.js: line 97, col 20, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/meta/settings.js: line 97, col 31, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/meta/settings.js: line 107, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/settings.js: line 113, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/meta/tags.js: line 16, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/tags.js: line 88, col 101, Line is too long. +src/meta/tags.js: line 89, col 104, Line is too long. +src/meta/tags.js: line 220, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/meta/templates.js: line 20, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/templates.js: line 43, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/templates.js: line 73, col 109, Line is too long. +src/meta/templates.js: line 73, col 53, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/templates.js: line 77, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/templates.js: line 78, col 46, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/templates.js: line 97, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/templates.js: line 106, col 104, Line is too long. +src/meta/templates.js: line 110, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/templates.js: line 118, col 44, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/meta/themes.js: line 18, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/themes.js: line 26, col 41, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/themes.js: line 42, col 116, Line is too long. +src/meta/themes.js: line 61, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/themes.js: line 64, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/themes.js: line 88, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/themes.js: line 110, col 104, Line is too long. +src/meta/themes.js: line 111, col 189, Line is too long. +src/meta/themes.js: line 147, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/themes.js: line 178, col 159, Line is too long. + +src/middleware/activitypub.js: line 11, col 107, Line is too long. +src/middleware/activitypub.js: line 11, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/activitypub.js: line 13, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/activitypub.js: line 18, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/activitypub.js: line 36, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/activitypub.js: line 63, col 40, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/activitypub.js: line 78, col 106, Line is too long. +src/middleware/activitypub.js: line 105, col 114, Line is too long. +src/middleware/activitypub.js: line 109, col 108, Line is too long. +src/middleware/activitypub.js: line 137, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/activitypub.js: line 139, col 129, Line is too long. +src/middleware/activitypub.js: line 153, col 114, Line is too long. +src/middleware/activitypub.js: line 154, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/activitypub.js: line 169, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/middleware/admin.js: line 19, col 38, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/admin.js: line 29, col 42, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/middleware/assert.js: line 28, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/assert.js: line 32, col 118, Line is too long. +src/middleware/assert.js: line 42, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/assert.js: line 51, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/assert.js: line 59, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/assert.js: line 67, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/assert.js: line 75, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/assert.js: line 84, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/assert.js: line 110, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/assert.js: line 127, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/assert.js: line 138, col 106, Line is too long. +src/middleware/assert.js: line 148, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/middleware/expose.js: line 13, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/expose.js: line 14, col 101, Line is too long. +src/middleware/expose.js: line 25, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/expose.js: line 41, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/expose.js: line 44, col 10, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/middleware/expose.js: line 45, col 10, 'object spread property' is only available in ES9 (use 'esversion: 9'). + +src/middleware/header.js: line 12, col 38, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/header.js: line 17, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/header.js: line 21, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/middleware/headers.js: line 46, col 108, Line is too long. +src/middleware/headers.js: line 81, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/headers.js: line 106, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/headers.js: line 112, col 101, Line is too long. + +src/middleware/helpers.js: line 13, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/middleware/index.js: line 61, col 6, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/middleware/index.js: line 80, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/index.js: line 92, col 38, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/index.js: line 138, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/index.js: line 169, col 44, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/index.js: line 177, col 42, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/index.js: line 181, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/index.js: line 185, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/index.js: line 232, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/index.js: line 242, col 101, Line is too long. +src/middleware/index.js: line 254, col 41, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/index.js: line 294, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/index.js: line 320, col 124, Line is too long. + +src/middleware/maintenance.js: line 12, col 44, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/middleware/multer.js: line 9, col 103, Line is too long. + +src/middleware/ratelimit.js: line 21, col 106, Line is too long. + +src/middleware/render.js: line 34, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/render.js: line 37, col 7, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/render.js: line 128, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/render.js: line 141, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/render.js: line 150, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/render.js: line 166, col 190, Line is too long. +src/middleware/render.js: line 225, col 104, Line is too long. +src/middleware/render.js: line 226, col 129, Line is too long. +src/middleware/render.js: line 230, col 104, Line is too long. +src/middleware/render.js: line 255, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/render.js: line 263, col 109, Line is too long. +src/middleware/render.js: line 307, col 188, Line is too long. +src/middleware/render.js: line 320, col 38, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/render.js: line 321, col 18, Expected '{' and instead saw 'reject'. +src/middleware/render.js: line 322, col 14, Expected '{' and instead saw 'resolve'. +src/middleware/render.js: line 327, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/render.js: line 339, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/render.js: line 353, col 103, Line is too long. +src/middleware/render.js: line 359, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/render.js: line 371, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/render.js: line 383, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/render.js: line 409, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/render.js: line 414, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/render.js: line 420, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/render.js: line 459, col 103, Line is too long. +src/middleware/render.js: line 502, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/render.js: line 507, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/middleware/uploads.js: line 16, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/middleware/user.js: line 40, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/user.js: line 41, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/user.js: line 97, col 48, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/user.js: line 118, col 56, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/user.js: line 122, col 51, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/user.js: line 126, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/user.js: line 145, col 41, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/user.js: line 156, col 42, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/user.js: line 164, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/user.js: line 172, col 52, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/user.js: line 175, col 115, Line is too long. +src/middleware/user.js: line 200, col 56, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/user.js: line 208, col 50, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/user.js: line 226, col 49, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/user.js: line 235, col 51, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/user.js: line 257, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/user.js: line 269, col 112, Line is too long. +src/middleware/user.js: line 280, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/user.js: line 284, col 104, Line is too long. +src/middleware/user.js: line 290, col 12, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/middleware/user.js: line 313, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/navigation/admin.js: line 17, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/navigation/admin.js: line 37, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/navigation/admin.js: line 62, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/navigation/admin.js: line 64, col 36, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/navigation/admin.js: line 85, col 34, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/navigation/admin.js: line 88, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/navigation/admin.js: line 101, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/navigation/index.js: line 12, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/navigation/index.js: line 25, col 43, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/notifications.js: line 61, col 41, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/notifications.js: line 74, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/notifications.js: line 79, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/notifications.js: line 129, col 128, Line is too long. +src/notifications.js: line 132, col 106, Line is too long. +src/notifications.js: line 139, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/notifications.js: line 144, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/notifications.js: line 159, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/notifications.js: line 190, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/notifications.js: line 200, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/notifications.js: line 210, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/notifications.js: line 211, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/notifications.js: line 225, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/notifications.js: line 235, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/notifications.js: line 280, col 114, Line is too long. +src/notifications.js: line 280, col 87, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/notifications.js: line 297, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/notifications.js: line 313, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/notifications.js: line 316, col 120, Line is too long. +src/notifications.js: line 331, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/notifications.js: line 339, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/notifications.js: line 348, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/notifications.js: line 359, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/notifications.js: line 366, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/notifications.js: line 367, col 7, Confusing use of '!'. +src/notifications.js: line 382, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/notifications.js: line 384, col 47, Confusing use of '!'. +src/notifications.js: line 407, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/notifications.js: line 408, col 67, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/notifications.js: line 413, col 102, Line is too long. +src/notifications.js: line 431, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/notifications.js: line 443, col 52, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/notifications.js: line 455, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/notifications.js: line 471, col 120, Line is too long. +src/notifications.js: line 518, col 112, Line is too long. +src/notifications.js: line 520, col 148, Line is too long. +src/notifications.js: line 522, col 185, Line is too long. +src/notifications.js: line 534, col 112, Line is too long. +src/notifications.js: line 542, col 137, Line is too long. +src/notifications.js: line 544, col 166, Line is too long. +src/notifications.js: line 551, col 104, Line is too long. +src/notifications.js: line 561, col 119, Line is too long. + +src/pagination.js: line 36, col 104, Line is too long. +src/pagination.js: line 38, col 19, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/pagination.js: line 50, col 111, Line is too long. +src/pagination.js: line 50, col 81, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/pagination.js: line 70, col 35, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/pagination.js: line 77, col 35, 'object spread property' is only available in ES9 (use 'esversion: 9'). + +src/password.js: line 13, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/password.js: line 18, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/password.js: line 28, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/password_worker.js: line 6, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/password_worker.js: line 11, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/plugins/data.js: line 19, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/plugins/data.js: line 26, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/plugins/data.js: line 39, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/plugins/data.js: line 82, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/plugins/data.js: line 88, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/plugins/data.js: line 102, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/plugins/data.js: line 134, col 111, Line is too long. +src/plugins/data.js: line 139, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/plugins/data.js: line 144, col 108, Line is too long. +src/plugins/data.js: line 153, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/plugins/data.js: line 176, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/plugins/data.js: line 200, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/plugins/data.js: line 224, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/plugins/data.js: line 238, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/plugins/hooks.js: line 59, col 126, Line is too long. +src/plugins/hooks.js: line 62, col 33, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/plugins/hooks.js: line 87, col 117, Line is too long. +src/plugins/hooks.js: line 90, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/plugins/hooks.js: line 93, col 113, Line is too long. +src/plugins/hooks.js: line 102, col 107, Line is too long. +src/plugins/hooks.js: line 109, col 106, Line is too long. +src/plugins/hooks.js: line 136, col 16, Expected '{' and instead saw 'reject'. +src/plugins/hooks.js: line 136, col 34, Expected '{' and instead saw '_resolve'. +src/plugins/hooks.js: line 156, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/plugins/hooks.js: line 161, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/plugins/hooks.js: line 164, col 116, Line is too long. +src/plugins/hooks.js: line 182, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/plugins/hooks.js: line 189, col 116, Line is too long. +src/plugins/hooks.js: line 213, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/plugins/hooks.js: line 220, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/plugins/hooks.js: line 223, col 116, Line is too long. +src/plugins/hooks.js: line 247, col 101, Line is too long. +src/plugins/hooks.js: line 253, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/plugins/hooks.js: line 260, col 116, Line is too long. + +src/plugins/index.js: line 58, col 149, Line is too long. +src/plugins/index.js: line 59, col 101, Line is too long. +src/plugins/index.js: line 71, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/plugins/index.js: line 93, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/plugins/index.js: line 118, col 269, Line is too long. +src/plugins/index.js: line 134, col 144, Line is too long. +src/plugins/index.js: line 135, col 275, Line is too long. +src/plugins/index.js: line 148, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/plugins/index.js: line 150, col 133, Line is too long. +src/plugins/index.js: line 154, col 15, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/plugins/index.js: line 166, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/plugins/index.js: line 171, col 139, Line is too long. +src/plugins/index.js: line 185, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/plugins/index.js: line 195, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/plugins/index.js: line 211, col 105, Line is too long. +src/plugins/index.js: line 239, col 107, Line is too long. +src/plugins/index.js: line 241, col 141, Line is too long. +src/plugins/index.js: line 269, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/plugins/index.js: line 275, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/plugins/index.js: line 293, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/plugins/index.js: line 295, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/plugins/index.js: line 308, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/plugins/index.js: line 324, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/plugins/install.js: line 58, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/plugins/install.js: line 60, col 196, Line is too long. +src/plugins/install.js: line 79, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/plugins/install.js: line 80, col 121, Line is too long. +src/plugins/install.js: line 84, col 103, Line is too long. +src/plugins/install.js: line 91, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/plugins/install.js: line 92, col 177, Line is too long. +src/plugins/install.js: line 99, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/plugins/install.js: line 106, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/plugins/install.js: line 137, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/plugins/install.js: line 142, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/plugins/install.js: line 149, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/plugins/install.js: line 159, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/plugins/install.js: line 169, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/plugins/install.js: line 176, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/plugins/install.js: line 183, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/plugins/load.js: line 13, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/plugins/load.js: line 64, col 111, Line is too long. +src/plugins/load.js: line 65, col 114, Line is too long. +src/plugins/load.js: line 71, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/plugins/load.js: line 102, col 101, Line is too long. +src/plugins/load.js: line 107, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/plugins/load.js: line 148, col 114, Line is too long. + +src/plugins/usage.js: line 15, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/plugins/usage.js: line 20, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/plugins/usage.js: line 21, col 105, Line is too long. + +src/posts/anonymous.js: line 81, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/posts/attachments.js: line 12, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/attachments.js: line 28, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/attachments.js: line 33, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/attachments.js: line 74, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/posts/bookmarks.js: line 7, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/bookmarks.js: line 11, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/bookmarks.js: line 15, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/bookmarks.js: line 57, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/posts/category.js: line 12, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/category.js: line 21, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/category.js: line 30, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/category.js: line 42, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/posts/create.js: line 15, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/create.js: line 69, col 103, Line is too long. +src/posts/create.js: line 70, col 169, Line is too long. +src/posts/create.js: line 77, col 106, Line is too long. +src/posts/create.js: line 85, col 109, Line is too long. +src/posts/create.js: line 85, col 69, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/posts/create.js: line 97, col 131, Line is too long. +src/posts/create.js: line 105, col 57, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/posts/create.js: line 109, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/posts/data.js: line 10, col 134, Line is too long. +src/posts/data.js: line 15, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/data.js: line 30, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/data.js: line 35, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/data.js: line 39, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/data.js: line 44, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/data.js: line 49, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/data.js: line 53, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/data.js: line 55, col 62, 'object spread property' is only available in ES9 (use 'esversion: 9'). + +src/posts/delete.js: line 16, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/delete.js: line 20, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/delete.js: line 24, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/delete.js: line 31, col 110, Line is too long. +src/posts/delete.js: line 50, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/delete.js: line 95, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/delete.js: line 144, col 101, Line is too long. +src/posts/delete.js: line 156, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/delete.js: line 163, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/delete.js: line 175, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/delete.js: line 199, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/delete.js: line 211, col 104, Line is too long. +src/posts/delete.js: line 214, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/delete.js: line 220, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/delete.js: line 228, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/delete.js: line 232, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/posts/diffs.js: line 15, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/diffs.js: line 24, col 15, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/diffs.js: line 36, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/diffs.js: line 40, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/diffs.js: line 62, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/diffs.js: line 72, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/diffs.js: line 87, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/diffs.js: line 122, col 106, Line is too long. +src/posts/diffs.js: line 133, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/diffs.js: line 134, col 114, Line is too long. + +src/posts/edit.js: line 20, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/edit.js: line 79, col 33, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/posts/edit.js: line 79, col 46, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/posts/edit.js: line 94, col 117, Line is too long. +src/posts/edit.js: line 94, col 57, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/posts/edit.js: line 108, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/edit.js: line 192, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/edit.js: line 214, col 105, Line is too long. + +src/posts/index.js: line 32, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/index.js: line 38, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/index.js: line 45, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/index.js: line 59, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/index.js: line 66, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/index.js: line 76, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/index.js: line 84, col 107, Line is too long. + +src/posts/parse.js: line 21, col 8, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/posts/parse.js: line 25, col 115, Line is too long. +src/posts/parse.js: line 35, col 110, Line is too long. +src/posts/parse.js: line 42, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/parse.js: line 74, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/parse.js: line 120, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/parse.js: line 136, col 15, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/parse.js: line 137, col 123, Line is too long. +src/posts/parse.js: line 144, col 15, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/parse.js: line 149, col 15, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/parse.js: line 154, col 15, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/posts/queue.js: line 21, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/queue.js: line 22, col 36, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/posts/queue.js: line 74, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/queue.js: line 82, col 104, Line is too long. +src/posts/queue.js: line 89, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/queue.js: line 103, col 133, Line is too long. +src/posts/queue.js: line 114, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/queue.js: line 142, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/queue.js: line 160, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/queue.js: line 171, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/queue.js: line 179, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/queue.js: line 195, col 10, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/posts/queue.js: line 223, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/queue.js: line 250, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/queue.js: line 259, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/queue.js: line 283, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/queue.js: line 294, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/queue.js: line 301, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/queue.js: line 322, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/queue.js: line 326, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/queue.js: line 336, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/queue.js: line 338, col 105, Line is too long. +src/posts/queue.js: line 342, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/queue.js: line 353, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/queue.js: line 378, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/queue.js: line 405, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/queue.js: line 412, col 84, 'Trailing comma in arguments lists' is only available in ES8 (use 'esversion: 8'). + +src/posts/recent.js: line 16, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/recent.js: line 28, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/posts/summary.js: line 16, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/summary.js: line 26, col 228, Line is too long. +src/posts/summary.js: line 77, col 108, Line is too long. +src/posts/summary.js: line 81, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/summary.js: line 82, col 40, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/summary.js: line 100, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/posts/tools.js: line 8, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/tools.js: line 12, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/tools.js: line 16, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/posts/topics.js: line 9, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/topics.js: line 15, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/topics.js: line 24, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/topics.js: line 29, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/topics.js: line 34, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/posts/uploads.js: line 28, col 101, Line is too long. +src/posts/uploads.js: line 28, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/uploads.js: line 28, col 81, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/uploads.js: line 35, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/uploads.js: line 46, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/uploads.js: line 84, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/uploads.js: line 95, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/uploads.js: line 100, col 10, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/posts/uploads.js: line 105, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/uploads.js: line 114, col 106, Line is too long. +src/posts/uploads.js: line 114, col 7, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/uploads.js: line 121, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/uploads.js: line 131, col 45, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/uploads.js: line 137, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/uploads.js: line 144, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/uploads.js: line 149, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/uploads.js: line 162, col 102, Line is too long. +src/posts/uploads.js: line 166, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/uploads.js: line 171, col 117, Line is too long. +src/posts/uploads.js: line 189, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/uploads.js: line 206, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/uploads.js: line 219, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/uploads.js: line 224, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/uploads.js: line 235, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/uploads.js: line 240, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/uploads.js: line 248, col 108, Line is too long. + +src/posts/user.js: line 17, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/user.js: line 28, col 123, Line is too long. +src/posts/user.js: line 36, col 51, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/user.js: line 55, col 103, Line is too long. +src/posts/user.js: line 60, col 115, Line is too long. +src/posts/user.js: line 69, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/user.js: line 76, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/user.js: line 84, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/user.js: line 103, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/user.js: line 118, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/user.js: line 130, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/user.js: line 138, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/user.js: line 192, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/user.js: line 193, col 43, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/user.js: line 202, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/user.js: line 204, col 38, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/user.js: line 207, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/user.js: line 216, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/user.js: line 256, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/user.js: line 257, col 54, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/user.js: line 266, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/user.js: line 278, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/posts/votes.js: line 16, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/votes.js: line 37, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/votes.js: line 62, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/votes.js: line 76, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/votes.js: line 84, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/votes.js: line 98, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/votes.js: line 120, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/votes.js: line 126, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/votes.js: line 143, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/votes.js: line 158, col 103, Line is too long. +src/posts/votes.js: line 174, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/votes.js: line 195, col 105, Line is too long. +src/posts/votes.js: line 212, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/votes.js: line 231, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/votes.js: line 250, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/votes.js: line 272, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/votes.js: line 277, col 115, Line is too long. +src/posts/votes.js: line 279, col 102, Line is too long. +src/posts/votes.js: line 294, col 102, Line is too long. + +src/prestart.js: line 106, col 166, Line is too long. +src/prestart.js: line 122, col 111, Line is too long. + +src/privileges/admin.js: line 30, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/admin.js: line 43, col 114, Line is too long. +src/privileges/admin.js: line 44, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/admin.js: line 139, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/admin.js: line 167, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/admin.js: line 181, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/admin.js: line 189, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/admin.js: line 193, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/admin.js: line 201, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/admin.js: line 209, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/admin.js: line 214, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/admin.js: line 219, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/privileges/categories.js: line 39, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/categories.js: line 57, col 119, Line is too long. +src/privileges/categories.js: line 59, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/categories.js: line 74, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/categories.js: line 93, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/categories.js: line 112, col 8, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/privileges/categories.js: line 121, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/categories.js: line 132, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/categories.js: line 147, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/categories.js: line 160, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/categories.js: line 176, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/categories.js: line 186, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/categories.js: line 200, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/categories.js: line 209, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/categories.js: line 218, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/categories.js: line 226, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/categories.js: line 232, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/categories.js: line 237, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/categories.js: line 242, col 40, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/privileges/global.js: line 21, col 102, Line is too long. +src/privileges/global.js: line 37, col 119, Line is too long. +src/privileges/global.js: line 41, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/global.js: line 60, col 115, Line is too long. +src/privileges/global.js: line 61, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/global.js: line 69, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/global.js: line 88, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/global.js: line 101, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/global.js: line 112, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/global.js: line 116, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/global.js: line 121, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/global.js: line 129, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/global.js: line 137, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/global.js: line 142, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/global.js: line 147, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/privileges/helpers.js: line 23, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/helpers.js: line 41, col 115, Line is too long. +src/privileges/helpers.js: line 45, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/helpers.js: line 67, col 153, Line is too long. +src/privileges/helpers.js: line 73, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/helpers.js: line 94, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/helpers.js: line 110, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/helpers.js: line 118, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/helpers.js: line 126, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/helpers.js: line 131, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/helpers.js: line 136, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/helpers.js: line 137, col 122, Line is too long. +src/privileges/helpers.js: line 158, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/helpers.js: line 160, col 102, Line is too long. +src/privileges/helpers.js: line 166, col 126, Line is too long. +src/privileges/helpers.js: line 219, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/helpers.js: line 224, col 18, Functions declared within loops referencing an outer scoped variable may lead to confusing semantics. (privileges) +src/privileges/helpers.js: line 234, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/helpers.js: line 240, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/helpers.js: line 241, col 103, Line is too long. + +src/privileges/index.js: line 11, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/privileges/posts.js: line 20, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/posts.js: line 48, col 120, Line is too long. +src/privileges/posts.js: line 49, col 106, Line is too long. +src/privileges/posts.js: line 66, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/posts.js: line 71, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/posts.js: line 122, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/posts.js: line 144, col 109, Line is too long. +src/privileges/posts.js: line 152, col 115, Line is too long. +src/privileges/posts.js: line 160, col 118, Line is too long. +src/privileges/posts.js: line 174, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/posts.js: line 193, col 110, Line is too long. +src/privileges/posts.js: line 194, col 113, Line is too long. +src/privileges/posts.js: line 197, col 132, Line is too long. +src/privileges/posts.js: line 201, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/posts.js: line 203, col 104, Line is too long. +src/privileges/posts.js: line 219, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/posts.js: line 227, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/posts.js: line 244, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/privileges/topics.js: line 18, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/topics.js: line 27, col 103, Line is too long. +src/privileges/topics.js: line 28, col 110, Line is too long. +src/privileges/topics.js: line 45, col 106, Line is too long. +src/privileges/topics.js: line 49, col 118, Line is too long. +src/privileges/topics.js: line 58, col 104, Line is too long. +src/privileges/topics.js: line 76, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/topics.js: line 81, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/topics.js: line 102, col 115, Line is too long. +src/privileges/topics.js: line 113, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/topics.js: line 135, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/topics.js: line 152, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/topics.js: line 166, col 118, Line is too long. +src/privileges/topics.js: line 174, col 106, Line is too long. +src/privileges/topics.js: line 177, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/topics.js: line 181, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/topics.js: line 189, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/privileges/users.js: line 14, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/users.js: line 18, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/users.js: line 22, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/users.js: line 26, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/users.js: line 35, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/users.js: line 52, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/users.js: line 62, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/users.js: line 67, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/users.js: line 68, col 117, Line is too long. +src/privileges/users.js: line 76, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/users.js: line 100, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/users.js: line 115, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/users.js: line 130, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/users.js: line 146, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/users.js: line 147, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/users.js: line 148, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/users.js: line 150, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/users.js: line 152, col 114, Line is too long. + +src/request.js: line 28, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/request.js: line 44, col 112, Line is too long. +src/request.js: line 76, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/request.js: line 76, col 59, 'object rest property' is only available in ES9 (use 'esversion: 9'). +src/request.js: line 88, col 8, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/request.js: line 93, col 10, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/request.js: line 147, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/request.js: line 190, col 15, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/request.js: line 192, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/request.js: line 193, col 15, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/request.js: line 195, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/request.js: line 200, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/request.js: line 201, col 15, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/request.js: line 202, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/request.js: line 97, col 19, 'AbortSignal' is not defined. + +src/rewards/admin.js: line 9, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/rewards/admin.js: line 10, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/rewards/admin.js: line 28, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/rewards/admin.js: line 36, col 15, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/rewards/admin.js: line 45, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/rewards/admin.js: line 58, col 124, Line is too long. +src/rewards/admin.js: line 61, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/rewards/admin.js: line 63, col 56, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/rewards/index.js: line 10, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/rewards/index.js: line 29, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/rewards/index.js: line 33, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/rewards/index.js: line 37, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/rewards/index.js: line 51, col 101, Line is too long. +src/rewards/index.js: line 55, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/rewards/index.js: line 59, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/rewards/index.js: line 63, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/rewards/index.js: line 68, col 135, Line is too long. +src/rewards/index.js: line 72, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/routes/activitypub.js: line 16, col 114, Line is too long. +src/routes/activitypub.js: line 36, col 113, Line is too long. +src/routes/activitypub.js: line 38, col 120, Line is too long. +src/routes/activitypub.js: line 39, col 154, Line is too long. +src/routes/activitypub.js: line 40, col 123, Line is too long. +src/routes/activitypub.js: line 41, col 146, Line is too long. +src/routes/activitypub.js: line 42, col 125, Line is too long. +src/routes/activitypub.js: line 43, col 127, Line is too long. +src/routes/activitypub.js: line 44, col 131, Line is too long. +src/routes/activitypub.js: line 45, col 131, Line is too long. +src/routes/activitypub.js: line 47, col 121, Line is too long. +src/routes/activitypub.js: line 48, col 132, Line is too long. +src/routes/activitypub.js: line 50, col 131, Line is too long. +src/routes/activitypub.js: line 52, col 132, Line is too long. +src/routes/activitypub.js: line 53, col 160, Line is too long. +src/routes/activitypub.js: line 54, col 142, Line is too long. +src/routes/activitypub.js: line 55, col 136, Line is too long. +src/routes/activitypub.js: line 56, col 140, Line is too long. +src/routes/activitypub.js: line 58, col 130, Line is too long. + +src/routes/admin.js: line 10, col 103, Line is too long. +src/routes/admin.js: line 11, col 116, Line is too long. +src/routes/admin.js: line 12, col 114, Line is too long. +src/routes/admin.js: line 13, col 116, Line is too long. +src/routes/admin.js: line 14, col 120, Line is too long. +src/routes/admin.js: line 16, col 115, Line is too long. +src/routes/admin.js: line 17, col 125, Line is too long. +src/routes/admin.js: line 18, col 144, Line is too long. +src/routes/admin.js: line 19, col 146, Line is too long. +src/routes/admin.js: line 21, col 118, Line is too long. +src/routes/admin.js: line 24, col 104, Line is too long. +src/routes/admin.js: line 25, col 125, Line is too long. +src/routes/admin.js: line 26, col 123, Line is too long. +src/routes/admin.js: line 28, col 113, Line is too long. +src/routes/admin.js: line 30, col 105, Line is too long. +src/routes/admin.js: line 31, col 110, Line is too long. +src/routes/admin.js: line 33, col 106, Line is too long. +src/routes/admin.js: line 34, col 104, Line is too long. +src/routes/admin.js: line 36, col 113, Line is too long. +src/routes/admin.js: line 37, col 119, Line is too long. +src/routes/admin.js: line 38, col 107, Line is too long. +src/routes/admin.js: line 39, col 119, Line is too long. +src/routes/admin.js: line 40, col 109, Line is too long. +src/routes/admin.js: line 41, col 107, Line is too long. +src/routes/admin.js: line 42, col 107, Line is too long. +src/routes/admin.js: line 43, col 113, Line is too long. +src/routes/admin.js: line 44, col 109, Line is too long. +src/routes/admin.js: line 45, col 107, Line is too long. +src/routes/admin.js: line 46, col 119, Line is too long. +src/routes/admin.js: line 47, col 125, Line is too long. +src/routes/admin.js: line 48, col 105, Line is too long. +src/routes/admin.js: line 49, col 121, Line is too long. +src/routes/admin.js: line 50, col 113, Line is too long. +src/routes/admin.js: line 51, col 120, Line is too long. +src/routes/admin.js: line 52, col 115, Line is too long. +src/routes/admin.js: line 54, col 115, Line is too long. +src/routes/admin.js: line 55, col 113, Line is too long. +src/routes/admin.js: line 56, col 121, Line is too long. +src/routes/admin.js: line 59, col 106, Line is too long. +src/routes/admin.js: line 60, col 113, Line is too long. +src/routes/admin.js: line 61, col 113, Line is too long. +src/routes/admin.js: line 63, col 110, Line is too long. +src/routes/admin.js: line 64, col 106, Line is too long. +src/routes/admin.js: line 65, col 104, Line is too long. +src/routes/admin.js: line 66, col 102, Line is too long. +src/routes/admin.js: line 67, col 106, Line is too long. +src/routes/admin.js: line 68, col 116, Line is too long. +src/routes/admin.js: line 69, col 104, Line is too long. +src/routes/admin.js: line 71, col 109, Line is too long. +src/routes/admin.js: line 72, col 105, Line is too long. +src/routes/admin.js: line 79, col 110, Line is too long. +src/routes/admin.js: line 80, col 116, Line is too long. +src/routes/admin.js: line 81, col 129, Line is too long. +src/routes/admin.js: line 82, col 126, Line is too long. +src/routes/admin.js: line 83, col 124, Line is too long. +src/routes/admin.js: line 84, col 133, Line is too long. +src/routes/admin.js: line 85, col 146, Line is too long. +src/routes/admin.js: line 86, col 143, Line is too long. +src/routes/admin.js: line 97, col 133, Line is too long. +src/routes/admin.js: line 98, col 116, Line is too long. +src/routes/admin.js: line 99, col 120, Line is too long. +src/routes/admin.js: line 100, col 126, Line is too long. +src/routes/admin.js: line 101, col 110, Line is too long. +src/routes/admin.js: line 102, col 116, Line is too long. +src/routes/admin.js: line 103, col 111, Line is too long. +src/routes/admin.js: line 104, col 128, Line is too long. + +src/routes/api.js: line 13, col 109, Line is too long. +src/routes/api.js: line 16, col 123, Line is too long. +src/routes/api.js: line 17, col 138, Line is too long. +src/routes/api.js: line 18, col 129, Line is too long. +src/routes/api.js: line 20, col 111, Line is too long. +src/routes/api.js: line 21, col 107, Line is too long. +src/routes/api.js: line 22, col 125, Line is too long. +src/routes/api.js: line 23, col 103, Line is too long. +src/routes/api.js: line 24, col 111, Line is too long. +src/routes/api.js: line 37, col 103, Line is too long. + +src/routes/authentication.js: line 47, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/routes/authentication.js: line 66, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/routes/authentication.js: line 75, col 104, Line is too long. +src/routes/authentication.js: line 90, col 110, Line is too long. +src/routes/authentication.js: line 90, col 84, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/routes/authentication.js: line 104, col 107, Line is too long. +src/routes/authentication.js: line 111, col 106, Line is too long. +src/routes/authentication.js: line 136, col 107, Line is too long. +src/routes/authentication.js: line 167, col 117, Line is too long. + +src/routes/debug.js: line 12, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/routes/debug.js: line 17, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/routes/debug.js: line 24, col 103, Line is too long. + +src/routes/feeds.js: line 27, col 103, Line is too long. +src/routes/feeds.js: line 28, col 112, Line is too long. +src/routes/feeds.js: line 34, col 103, Line is too long. +src/routes/feeds.js: line 35, col 105, Line is too long. +src/routes/feeds.js: line 36, col 135, Line is too long. +src/routes/feeds.js: line 37, col 114, Line is too long. +src/routes/feeds.js: line 41, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/routes/feeds.js: line 64, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/routes/feeds.js: line 81, col 124, Line is too long. +src/routes/feeds.js: line 119, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/routes/feeds.js: line 155, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/routes/feeds.js: line 170, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/routes/feeds.js: line 182, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/routes/feeds.js: line 194, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/routes/feeds.js: line 206, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/routes/feeds.js: line 242, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/routes/feeds.js: line 250, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/routes/feeds.js: line 263, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/routes/feeds.js: line 298, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/routes/feeds.js: line 317, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/routes/feeds.js: line 372, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/routes/feeds.js: line 392, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/routes/feeds.js: line 413, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/routes/helpers.js: line 15, col 140, Line is too long. +src/routes/helpers.js: line 46, col 145, Line is too long. +src/routes/helpers.js: line 48, col 115, Line is too long. +src/routes/helpers.js: line 78, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/routes/index.js: line 71, col 114, Line is too long. +src/routes/index.js: line 106, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/routes/index.js: line 113, col 110, Line is too long. +src/routes/index.js: line 135, col 222, Line is too long. +src/routes/index.js: line 136, col 196, Line is too long. +src/routes/index.js: line 189, col 108, Line is too long. +src/routes/index.js: line 207, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/routes/index.js: line 217, col 108, Line is too long. +src/routes/index.js: line 218, col 134, Line is too long. + +src/routes/user.js: line 24, col 109, Line is too long. +src/routes/user.js: line 25, col 109, Line is too long. +src/routes/user.js: line 28, col 102, Line is too long. +src/routes/user.js: line 29, col 103, Line is too long. +src/routes/user.js: line 30, col 121, Line is too long. +src/routes/user.js: line 31, col 102, Line is too long. +src/routes/user.js: line 34, col 112, Line is too long. +src/routes/user.js: line 36, col 115, Line is too long. +src/routes/user.js: line 37, col 117, Line is too long. +src/routes/user.js: line 38, col 117, Line is too long. +src/routes/user.js: line 39, col 111, Line is too long. +src/routes/user.js: line 40, col 116, Line is too long. +src/routes/user.js: line 41, col 120, Line is too long. +src/routes/user.js: line 43, col 114, Line is too long. +src/routes/user.js: line 44, col 108, Line is too long. +src/routes/user.js: line 45, col 114, Line is too long. +src/routes/user.js: line 47, col 108, Line is too long. +src/routes/user.js: line 48, col 106, Line is too long. +src/routes/user.js: line 49, col 106, Line is too long. +src/routes/user.js: line 50, col 110, Line is too long. +src/routes/user.js: line 51, col 108, Line is too long. +src/routes/user.js: line 53, col 109, Line is too long. +src/routes/user.js: line 54, col 148, Line is too long. +src/routes/user.js: line 55, col 121, Line is too long. +src/routes/user.js: line 57, col 114, Line is too long. + +src/routes/well-known.js: line 29, col 53, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/routes/well-known.js: line 36, col 103, Line is too long. + +src/routes/write/admin.js: line 13, col 158, Line is too long. +src/routes/write/admin.js: line 15, col 105, Line is too long. +src/routes/write/admin.js: line 16, col 110, Line is too long. +src/routes/write/admin.js: line 19, col 101, Line is too long. +src/routes/write/admin.js: line 20, col 104, Line is too long. +src/routes/write/admin.js: line 21, col 107, Line is too long. +src/routes/write/admin.js: line 22, col 108, Line is too long. +src/routes/write/admin.js: line 24, col 136, Line is too long. +src/routes/write/admin.js: line 28, col 180, Line is too long. +src/routes/write/admin.js: line 29, col 127, Line is too long. +src/routes/write/admin.js: line 30, col 165, Line is too long. +src/routes/write/admin.js: line 31, col 129, Line is too long. + +src/routes/write/categories.js: line 14, col 139, Line is too long. +src/routes/write/categories.js: line 19, col 120, Line is too long. +src/routes/write/categories.js: line 20, col 115, Line is too long. +src/routes/write/categories.js: line 21, col 121, Line is too long. +src/routes/write/categories.js: line 22, col 117, Line is too long. +src/routes/write/categories.js: line 24, col 136, Line is too long. +src/routes/write/categories.js: line 25, col 139, Line is too long. +src/routes/write/categories.js: line 27, col 113, Line is too long. +src/routes/write/categories.js: line 28, col 172, Line is too long. +src/routes/write/categories.js: line 29, col 175, Line is too long. +src/routes/write/categories.js: line 31, col 144, Line is too long. +src/routes/write/categories.js: line 32, col 147, Line is too long. +src/routes/write/categories.js: line 34, col 196, Line is too long. +src/routes/write/categories.js: line 35, col 201, Line is too long. + +src/routes/write/chats.js: line 14, col 134, Line is too long. +src/routes/write/chats.js: line 17, col 159, Line is too long. +src/routes/write/chats.js: line 19, col 118, Line is too long. +src/routes/write/chats.js: line 20, col 114, Line is too long. +src/routes/write/chats.js: line 21, col 166, Line is too long. +src/routes/write/chats.js: line 22, col 117, Line is too long. +src/routes/write/chats.js: line 24, col 121, Line is too long. +src/routes/write/chats.js: line 25, col 124, Line is too long. +src/routes/write/chats.js: line 27, col 170, Line is too long. +src/routes/write/chats.js: line 28, col 125, Line is too long. +src/routes/write/chats.js: line 30, col 130, Line is too long. +src/routes/write/chats.js: line 32, col 122, Line is too long. +src/routes/write/chats.js: line 33, col 171, Line is too long. +src/routes/write/chats.js: line 34, col 171, Line is too long. +src/routes/write/chats.js: line 35, col 157, Line is too long. +src/routes/write/chats.js: line 37, col 158, Line is too long. +src/routes/write/chats.js: line 38, col 161, Line is too long. +src/routes/write/chats.js: line 40, col 133, Line is too long. +src/routes/write/chats.js: line 41, col 145, Line is too long. +src/routes/write/chats.js: line 42, col 164, Line is too long. +src/routes/write/chats.js: line 43, col 165, Line is too long. +src/routes/write/chats.js: line 44, col 169, Line is too long. +src/routes/write/chats.js: line 45, col 170, Line is too long. +src/routes/write/chats.js: line 47, col 144, Line is too long. +src/routes/write/chats.js: line 48, col 149, Line is too long. +src/routes/write/chats.js: line 50, col 168, Line is too long. +src/routes/write/chats.js: line 51, col 173, Line is too long. + +src/routes/write/flags.js: line 16, col 114, Line is too long. +src/routes/write/flags.js: line 17, col 117, Line is too long. +src/routes/write/flags.js: line 18, col 120, Line is too long. +src/routes/write/flags.js: line 22, col 128, Line is too long. +src/routes/write/flags.js: line 23, col 140, Line is too long. + +src/routes/write/groups.js: line 14, col 135, Line is too long. +src/routes/write/groups.js: line 15, col 102, Line is too long. +src/routes/write/groups.js: line 16, col 117, Line is too long. +src/routes/write/groups.js: line 17, col 120, Line is too long. +src/routes/write/groups.js: line 19, col 130, Line is too long. +src/routes/write/groups.js: line 21, col 131, Line is too long. +src/routes/write/groups.js: line 22, col 135, Line is too long. +src/routes/write/groups.js: line 24, col 131, Line is too long. +src/routes/write/groups.js: line 25, col 136, Line is too long. +src/routes/write/groups.js: line 27, col 129, Line is too long. +src/routes/write/groups.js: line 28, col 130, Line is too long. +src/routes/write/groups.js: line 29, col 133, Line is too long. +src/routes/write/groups.js: line 31, col 129, Line is too long. +src/routes/write/groups.js: line 32, col 136, Line is too long. +src/routes/write/groups.js: line 33, col 136, Line is too long. +src/routes/write/groups.js: line 34, col 139, Line is too long. + +src/routes/write/index.js: line 13, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/routes/write/index.js: line 18, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/routes/write/posts.js: line 15, col 149, Line is too long. +src/routes/write/posts.js: line 18, col 106, Line is too long. +src/routes/write/posts.js: line 19, col 102, Line is too long. +src/routes/write/posts.js: line 20, col 110, Line is too long. +src/routes/write/posts.js: line 25, col 139, Line is too long. +src/routes/write/posts.js: line 27, col 141, Line is too long. +src/routes/write/posts.js: line 29, col 108, Line is too long. +src/routes/write/posts.js: line 30, col 112, Line is too long. +src/routes/write/posts.js: line 32, col 116, Line is too long. +src/routes/write/posts.js: line 33, col 131, Line is too long. +src/routes/write/posts.js: line 35, col 101, Line is too long. +src/routes/write/posts.js: line 37, col 103, Line is too long. +src/routes/write/posts.js: line 41, col 106, Line is too long. +src/routes/write/posts.js: line 42, col 113, Line is too long. +src/routes/write/posts.js: line 43, col 103, Line is too long. +src/routes/write/posts.js: line 44, col 109, Line is too long. +src/routes/write/posts.js: line 46, col 110, Line is too long. +src/routes/write/posts.js: line 51, col 152, Line is too long. +src/routes/write/posts.js: line 53, col 182, Line is too long. +src/routes/write/posts.js: line 54, col 162, Line is too long. +src/routes/write/posts.js: line 57, col 124, Line is too long. + +src/routes/write/search.js: line 18, col 201, Line is too long. +src/routes/write/search.js: line 19, col 207, Line is too long. + +src/routes/write/tags.js: line 14, col 101, Line is too long. + +src/routes/write/topics.js: line 13, col 138, Line is too long. +src/routes/write/topics.js: line 15, col 150, Line is too long. +src/routes/write/topics.js: line 21, col 117, Line is too long. +src/routes/write/topics.js: line 27, col 123, Line is too long. +src/routes/write/topics.js: line 28, col 128, Line is too long. +src/routes/write/topics.js: line 29, col 123, Line is too long. +src/routes/write/topics.js: line 30, col 165, Line is too long. +src/routes/write/topics.js: line 32, col 172, Line is too long. +src/routes/write/topics.js: line 33, col 171, Line is too long. +src/routes/write/topics.js: line 34, col 128, Line is too long. +src/routes/write/topics.js: line 45, col 153, Line is too long. +src/routes/write/topics.js: line 46, col 167, Line is too long. +src/routes/write/topics.js: line 48, col 110, Line is too long. +src/routes/write/topics.js: line 49, col 124, Line is too long. +src/routes/write/topics.js: line 51, col 123, Line is too long. +src/routes/write/topics.js: line 52, col 128, Line is too long. +src/routes/write/topics.js: line 53, col 119, Line is too long. +src/routes/write/topics.js: line 55, col 119, Line is too long. +src/routes/write/topics.js: line 57, col 134, Line is too long. +src/routes/write/topics.js: line 58, col 131, Line is too long. +src/routes/write/topics.js: line 59, col 135, Line is too long. + +src/routes/write/users.js: line 18, col 138, Line is too long. +src/routes/write/users.js: line 19, col 140, Line is too long. +src/routes/write/users.js: line 22, col 111, Line is too long. +src/routes/write/users.js: line 23, col 114, Line is too long. +src/routes/write/users.js: line 24, col 117, Line is too long. +src/routes/write/users.js: line 25, col 129, Line is too long. +src/routes/write/users.js: line 26, col 132, Line is too long. +src/routes/write/users.js: line 27, col 132, Line is too long. +src/routes/write/users.js: line 32, col 105, Line is too long. +src/routes/write/users.js: line 34, col 158, Line is too long. +src/routes/write/users.js: line 36, col 185, Line is too long. +src/routes/write/users.js: line 38, col 121, Line is too long. +src/routes/write/users.js: line 39, col 126, Line is too long. +src/routes/write/users.js: line 41, col 115, Line is too long. +src/routes/write/users.js: line 42, col 120, Line is too long. +src/routes/write/users.js: line 44, col 117, Line is too long. +src/routes/write/users.js: line 45, col 122, Line is too long. +src/routes/write/users.js: line 47, col 129, Line is too long. +src/routes/write/users.js: line 48, col 136, Line is too long. +src/routes/write/users.js: line 50, col 139, Line is too long. +src/routes/write/users.js: line 53, col 138, Line is too long. +src/routes/write/users.js: line 55, col 125, Line is too long. +src/routes/write/users.js: line 56, col 124, Line is too long. +src/routes/write/users.js: line 57, col 130, Line is too long. +src/routes/write/users.js: line 58, col 143, Line is too long. +src/routes/write/users.js: line 60, col 176, Line is too long. +src/routes/write/users.js: line 61, col 173, Line is too long. +src/routes/write/users.js: line 62, col 180, Line is too long. +src/routes/write/users.js: line 11, col 10, 'guestRoutes' is defined but never used. + +src/routes/write/utilities.js: line 11, col 120, Line is too long. +src/routes/write/utilities.js: line 13, col 142, Line is too long. + +src/search.js: line 18, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/search.js: line 56, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/search.js: line 64, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/search.js: line 158, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/search.js: line 190, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/search.js: line 193, col 56, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/search.js: line 202, col 101, Line is too long. +src/search.js: line 223, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/search.js: line 244, col 119, Line is too long. +src/search.js: line 248, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/search.js: line 279, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/search.js: line 286, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/search.js: line 304, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/search.js: line 388, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/search.js: line 404, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/search.js: line 411, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/search.js: line 415, col 102, Line is too long. +src/search.js: line 419, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/search.js: line 423, col 103, Line is too long. + +src/settings.js: line 52, col 105, Line is too long. +src/settings.js: line 55, col 106, Line is too long. +src/settings.js: line 138, col 23, Expected '!==' and instead saw '!='. +src/settings.js: line 147, col 27, Expected '!==' and instead saw '!='. +src/settings.js: line 194, col 13, Expected '===' and instead saw '=='. + +src/sitemap.js: line 19, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/sitemap.js: line 40, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/sitemap.js: line 63, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/sitemap.js: line 80, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/sitemap.js: line 89, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/sitemap.js: line 117, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/sitemap.js: line 126, col 105, Line is too long. +src/sitemap.js: line 167, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/social.js: line 12, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/social.js: line 53, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/social.js: line 58, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/socket.io/admin/analytics.js: line 8, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin/analytics.js: line 38, col 102, Line is too long. + +src/socket.io/admin/cache.js: line 8, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin/cache.js: line 22, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/socket.io/admin/categories.js: line 8, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin/categories.js: line 12, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin/categories.js: line 21, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin/categories.js: line 29, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin/categories.js: line 33, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin/categories.js: line 37, col 44, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/socket.io/admin/config.js: line 11, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin/config.js: line 20, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin/config.js: line 48, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/socket.io/admin/digest.js: line 8, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin/digest.js: line 10, col 117, Line is too long. + +src/socket.io/admin/email.js: line 14, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin/email.js: line 16, col 8, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/socket.io/admin/email.js: line 42, col 146, Line is too long. +src/socket.io/admin/email.js: line 57, col 101, Line is too long. + +src/socket.io/admin/errors.js: line 7, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/socket.io/admin/logs.js: line 7, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin/logs.js: line 11, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/socket.io/admin/navigation.js: line 7, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/socket.io/admin/plugins.js: line 13, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin/plugins.js: line 27, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin/plugins.js: line 48, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin/plugins.js: line 52, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin/plugins.js: line 67, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/socket.io/admin/rewards.js: line 7, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin/rewards.js: line 11, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/socket.io/admin/rooms.js: line 13, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin/rooms.js: line 18, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/socket.io/admin/settings.js: line 8, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin/settings.js: line 12, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin/settings.js: line 22, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/socket.io/admin/tags.js: line 7, col 15, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin/tags.js: line 15, col 15, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin/tags.js: line 23, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/socket.io/admin/themes.js: line 8, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin/themes.js: line 12, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/socket.io/admin/user.js: line 18, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin/user.js: line 38, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin/user.js: line 58, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin/user.js: line 65, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin/user.js: line 79, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin/user.js: line 86, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin/user.js: line 102, col 117, Line is too long. +src/socket.io/admin/user.js: line 106, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin/user.js: line 113, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin/user.js: line 122, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin/user.js: line 141, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin/user.js: line 145, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin/user.js: line 159, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin/user.js: line 174, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin/user.js: line 180, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin/user.js: line 200, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/socket.io/admin/widgets.js: line 7, col 15, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/socket.io/admin.js: line 35, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin.js: line 42, col 126, Line is too long. +src/socket.io/admin.js: line 44, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin.js: line 50, col 105, Line is too long. +src/socket.io/admin.js: line 54, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin.js: line 59, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin.js: line 72, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin.js: line 97, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin.js: line 103, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin.js: line 121, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/socket.io/blacklist.js: line 10, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/blacklist.js: line 14, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/blacklist.js: line 18, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/blacklist.js: line 22, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/socket.io/categories/search.js: line 11, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/socket.io/categories.js: line 18, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/categories.js: line 23, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/categories.js: line 29, col 41, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/categories.js: line 39, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/categories.js: line 58, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/categories.js: line 65, col 45, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/categories.js: line 71, col 38, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/categories.js: line 77, col 40, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/categories.js: line 84, col 106, Line is too long. +src/socket.io/categories.js: line 87, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/categories.js: line 100, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/categories.js: line 106, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/categories.js: line 112, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/categories.js: line 114, col 107, Line is too long. +src/socket.io/categories.js: line 136, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/categories.js: line 142, col 42, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/categories.js: line 145, col 29, Confusing use of '!'. + +src/socket.io/groups.js: line 19, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/groups.js: line 25, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/groups.js: line 37, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/groups.js: line 40, col 118, Line is too long. +src/socket.io/groups.js: line 48, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/groups.js: line 60, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/groups.js: line 72, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/groups.js: line 89, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/groups.js: line 104, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/groups.js: line 115, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/socket.io/helpers.js: line 20, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/helpers.js: line 27, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/helpers.js: line 34, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/helpers.js: line 56, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/helpers.js: line 80, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/helpers.js: line 90, col 120, Line is too long. +src/socket.io/helpers.js: line 93, col 45, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/helpers.js: line 110, col 111, Line is too long. +src/socket.io/helpers.js: line 117, col 106, Line is too long. +src/socket.io/helpers.js: line 136, col 46, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/helpers.js: line 170, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/helpers.js: line 171, col 101, Line is too long. +src/socket.io/helpers.js: line 208, col 43, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/helpers.js: line 215, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/helpers.js: line 219, col 45, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/socket.io/index.js: line 24, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/index.js: line 92, col 40, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/socket.io/index.js: line 97, col 20, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/socket.io/index.js: line 124, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/index.js: line 154, col 116, Line is too long. +src/socket.io/index.js: line 158, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/index.js: line 194, col 119, Line is too long. +src/socket.io/index.js: line 232, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/index.js: line 242, col 108, Line is too long. +src/socket.io/index.js: line 245, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/index.js: line 268, col 105, Line is too long. +src/socket.io/index.js: line 270, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/index.js: line 309, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/socket.io/meta.js: line 14, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/meta.js: line 30, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/meta.js: line 73, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/socket.io/modules.js: line 23, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/modules.js: line 39, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/modules.js: line 40, col 108, Line is too long. +src/socket.io/modules.js: line 46, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/modules.js: line 52, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/modules.js: line 59, col 38, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/modules.js: line 72, col 38, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/modules.js: line 84, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/modules.js: line 91, col 38, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/modules.js: line 98, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/modules.js: line 102, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/modules.js: line 106, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/modules.js: line 110, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/modules.js: line 114, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/modules.js: line 115, col 7, Confusing use of '!'. +src/socket.io/modules.js: line 128, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/modules.js: line 144, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/modules.js: line 154, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/modules.js: line 167, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/modules.js: line 177, col 46, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/modules.js: line 187, col 38, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/modules.js: line 200, col 42, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/modules.js: line 211, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/socket.io/notifications.js: line 8, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/notifications.js: line 15, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/notifications.js: line 19, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/notifications.js: line 27, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/notifications.js: line 32, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/notifications.js: line 37, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/socket.io/plugins.js: line 6, col 102, Line is too long. + +src/socket.io/posts/tools.js: line 17, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/posts/tools.js: line 23, col 111, Line is too long. +src/socket.io/posts/tools.js: line 33, col 109, Line is too long. +src/socket.io/posts/tools.js: line 52, col 104, Line is too long. +src/socket.io/posts/tools.js: line 79, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/posts/tools.js: line 87, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/posts/tools.js: line 97, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/posts/tools.js: line 106, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/socket.io/posts/votes.js: line 7, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/posts/votes.js: line 15, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/socket.io/posts.js: line 16, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/posts.js: line 22, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/posts.js: line 40, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/posts.js: line 59, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/posts.js: line 66, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/posts.js: line 70, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/posts.js: line 83, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/posts.js: line 93, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/posts.js: line 98, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/posts.js: line 103, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/posts.js: line 108, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/socket.io/topics/infinitescroll.js: line 10, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/topics/infinitescroll.js: line 20, col 114, Line is too long. +src/socket.io/topics/infinitescroll.js: line 24, col 110, Line is too long. +src/socket.io/topics/infinitescroll.js: line 25, col 101, Line is too long. + +src/socket.io/topics/merge.js: line 8, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/topics/merge.js: line 12, col 109, Line is too long. + +src/socket.io/topics/move.js: line 13, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/topics/move.js: line 27, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/topics/move.js: line 31, col 104, Line is too long. +src/socket.io/topics/move.js: line 38, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/socket.io/topics/tags.js: line 11, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/topics/tags.js: line 28, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/topics/tags.js: line 38, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/topics/tags.js: line 50, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/topics/tags.js: line 55, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/topics/tags.js: line 59, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/topics/tags.js: line 76, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/topics/tags.js: line 104, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/socket.io/topics/tools.js: line 8, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/topics/tools.js: line 34, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/socket.io/topics/unread.js: line 10, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/topics/unread.js: line 17, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/topics/unread.js: line 20, col 45, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/topics/unread.js: line 27, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/topics/unread.js: line 35, col 41, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/topics/unread.js: line 44, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/topics/unread.js: line 54, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/topics/unread.js: line 65, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/socket.io/topics.js: line 23, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/topics.js: line 31, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/topics.js: line 38, col 112, Line is too long. +src/socket.io/topics.js: line 44, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/topics.js: line 53, col 110, Line is too long. +src/socket.io/topics.js: line 65, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/topics.js: line 70, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/topics.js: line 75, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/topics.js: line 80, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/topics.js: line 81, col 106, Line is too long. +src/socket.io/topics.js: line 93, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/topics.js: line 116, col 76, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/socket.io/topics.js: line 124, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/socket.io/uploads.js: line 13, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/socket.io/user/picture.js: line 7, col 38, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/user/picture.js: line 21, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/socket.io/user/profile.js: line 8, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/user/profile.js: line 17, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/user/profile.js: line 27, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/user/profile.js: line 42, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/socket.io/user/registration.js: line 7, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/user/registration.js: line 22, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/user/registration.js: line 36, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/socket.io/user/status.js: line 7, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/user/status.js: line 15, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/socket.io/user.js: line 29, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/user.js: line 37, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/user.js: line 60, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/user.js: line 86, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/user.js: line 94, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/user.js: line 101, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/user.js: line 108, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/user.js: line 124, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/user.js: line 128, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/user.js: line 132, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/user.js: line 136, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/user.js: line 157, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/user.js: line 177, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/user.js: line 186, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/user.js: line 190, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/start.js: line 8, col 15, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/start.js: line 56, col 135, Line is too long. +src/start.js: line 60, col 131, Line is too long. +src/start.js: line 73, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/start.js: line 91, col 129, Line is too long. +src/start.js: line 145, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/topics/bookmarks.js: line 10, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/bookmarks.js: line 17, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/bookmarks.js: line 24, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/bookmarks.js: line 31, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/bookmarks.js: line 35, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/bookmarks.js: line 46, col 40, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/topics/create.js: line 22, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/create.js: line 55, col 101, Line is too long. +src/topics/create.js: line 66, col 111, Line is too long. +src/topics/create.js: line 78, col 114, Line is too long. +src/topics/create.js: line 78, col 72, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/topics/create.js: line 84, col 125, Line is too long. +src/topics/create.js: line 88, col 135, Line is too long. +src/topics/create.js: line 98, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/create.js: line 122, col 111, Line is too long. +src/topics/create.js: line 174, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/create.js: line 195, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/create.js: line 215, col 111, Line is too long. +src/topics/create.js: line 237, col 106, Line is too long. +src/topics/create.js: line 238, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/create.js: line 242, col 123, Line is too long. +src/topics/create.js: line 258, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/create.js: line 283, col 118, Line is too long. +src/topics/create.js: line 287, col 122, Line is too long. +src/topics/create.js: line 303, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/create.js: line 315, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/topics/crossposts.js: line 13, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/crossposts.js: line 39, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/crossposts.js: line 100, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/crossposts.js: line 143, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/crossposts.js: line 146, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/topics/data.js: line 20, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/data.js: line 42, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/data.js: line 47, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/data.js: line 52, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/data.js: line 57, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/data.js: line 61, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/data.js: line 66, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/data.js: line 70, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/data.js: line 74, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/data.js: line 78, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/topics/delete.js: line 15, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/delete.js: line 34, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/delete.js: line 35, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/delete.js: line 44, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/delete.js: line 53, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/delete.js: line 65, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/delete.js: line 67, col 54, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/delete.js: line 69, col 124, Line is too long. +src/topics/delete.js: line 75, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/delete.js: line 100, col 134, Line is too long. +src/topics/delete.js: line 112, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/delete.js: line 122, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/delete.js: line 142, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/delete.js: line 151, col 143, Line is too long. +src/topics/delete.js: line 152, col 133, Line is too long. + +src/topics/events.js: line 34, col 104, Line is too long. +src/topics/events.js: line 34, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/events.js: line 38, col 106, Line is too long. +src/topics/events.js: line 38, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/events.js: line 42, col 104, Line is too long. +src/topics/events.js: line 42, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/events.js: line 46, col 106, Line is too long. +src/topics/events.js: line 46, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/events.js: line 50, col 105, Line is too long. +src/topics/events.js: line 50, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/events.js: line 54, col 106, Line is too long. +src/topics/events.js: line 54, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/events.js: line 58, col 182, Line is too long. +src/topics/events.js: line 58, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/events.js: line 62, col 148, Line is too long. +src/topics/events.js: line 62, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/events.js: line 66, col 180, Line is too long. +src/topics/events.js: line 66, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/events.js: line 70, col 185, Line is too long. +src/topics/events.js: line 70, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/events.js: line 74, col 181, Line is too long. +src/topics/events.js: line 74, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/events.js: line 78, col 15, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/events.js: line 84, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/events.js: line 90, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/events.js: line 113, col 8, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/topics/events.js: line 117, col 127, Line is too long. +src/topics/events.js: line 124, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/events.js: line 145, col 15, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/events.js: line 155, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/events.js: line 166, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/events.js: line 168, col 111, Line is too long. +src/topics/events.js: line 172, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/events.js: line 185, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/events.js: line 222, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/events.js: line 234, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/events.js: line 262, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/topics/follow.js: line 11, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/follow.js: line 25, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/follow.js: line 29, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/follow.js: line 33, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/follow.js: line 37, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/follow.js: line 38, col 9, Confusing use of '!'. +src/topics/follow.js: line 50, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/follow.js: line 56, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/follow.js: line 62, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/follow.js: line 67, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/follow.js: line 72, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/follow.js: line 77, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/follow.js: line 81, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/follow.js: line 85, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/follow.js: line 107, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/follow.js: line 118, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/follow.js: line 122, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/follow.js: line 126, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/follow.js: line 132, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/follow.js: line 140, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/follow.js: line 148, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/follow.js: line 174, col 10, 'object spread property' is only available in ES9 (use 'esversion: 9'). + +src/topics/fork.js: line 14, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/fork.js: line 32, col 101, Line is too long. +src/topics/fork.js: line 105, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/fork.js: line 114, col 105, Line is too long. +src/topics/fork.js: line 144, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/fork.js: line 171, col 108, Line is too long. +src/topics/fork.js: line 174, col 122, Line is too long. + +src/topics/index.js: line 40, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/index.js: line 46, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/index.js: line 53, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/index.js: line 63, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/index.js: line 72, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/index.js: line 81, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/index.js: line 87, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/index.js: line 91, col 104, Line is too long. +src/topics/index.js: line 100, col 162, Line is too long. +src/topics/index.js: line 102, col 141, Line is too long. +src/topics/index.js: line 137, col 66, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/topics/index.js: line 157, col 108, Line is too long. +src/topics/index.js: line 159, col 105, Line is too long. +src/topics/index.js: line 163, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/index.js: line 240, col 28, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/topics/index.js: line 252, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/index.js: line 259, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/index.js: line 274, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/index.js: line 289, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/index.js: line 294, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/index.js: line 302, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/index.js: line 307, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/index.js: line 318, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/index.js: line 323, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/topics/merge.js: line 7, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/merge.js: line 56, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/merge.js: line 71, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/topics/posts.js: line 18, col 121, Line is too long. +src/topics/posts.js: line 21, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/posts.js: line 26, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/posts.js: line 81, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/posts.js: line 99, col 147, Line is too long. +src/topics/posts.js: line 109, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/posts.js: line 115, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/posts.js: line 131, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/posts.js: line 132, col 112, Line is too long. +src/topics/posts.js: line 132, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/posts.js: line 139, col 67, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/topics/posts.js: line 148, col 101, Line is too long. +src/topics/posts.js: line 175, col 115, Line is too long. +src/topics/posts.js: line 176, col 119, Line is too long. +src/topics/posts.js: line 178, col 130, Line is too long. +src/topics/posts.js: line 182, col 115, Line is too long. +src/topics/posts.js: line 191, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/posts.js: line 193, col 117, Line is too long. +src/topics/posts.js: line 204, col 184, Line is too long. +src/topics/posts.js: line 210, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/posts.js: line 212, col 119, Line is too long. +src/topics/posts.js: line 227, col 33, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/topics/posts.js: line 229, col 35, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/topics/posts.js: line 271, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/posts.js: line 281, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/posts.js: line 298, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/posts.js: line 317, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/posts.js: line 330, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/posts.js: line 341, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/posts.js: line 345, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/posts.js: line 349, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/posts.js: line 357, col 105, Line is too long. +src/topics/posts.js: line 363, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/posts.js: line 368, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/posts.js: line 372, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/posts.js: line 377, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/posts.js: line 382, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/posts.js: line 386, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/posts.js: line 396, col 141, Line is too long. +src/topics/posts.js: line 407, col 124, Line is too long. +src/topics/posts.js: line 412, col 63, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/posts.js: line 420, col 128, Line is too long. +src/topics/posts.js: line 422, col 103, Line is too long. +src/topics/posts.js: line 434, col 103, Line is too long. +src/topics/posts.js: line 438, col 36, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/topics/posts.js: line 477, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/posts.js: line 497, col 105, Line is too long. +src/topics/posts.js: line 506, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/topics/recent.js: line 17, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/recent.js: line 29, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/recent.js: line 31, col 111, Line is too long. +src/topics/recent.js: line 43, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/recent.js: line 49, col 42, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/recent.js: line 61, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/recent.js: line 74, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/topics/scheduled.js: line 21, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/scheduled.js: line 30, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/scheduled.js: line 42, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/scheduled.js: line 46, col 109, Line is too long. +src/topics/scheduled.js: line 60, col 68, 'Trailing comma in arguments lists' is only available in ES8 (use 'esversion: 8'). +src/topics/scheduled.js: line 65, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/scheduled.js: line 79, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/scheduled.js: line 118, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/scheduled.js: line 149, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/scheduled.js: line 150, col 101, Line is too long. +src/topics/scheduled.js: line 154, col 112, Line is too long. +src/topics/scheduled.js: line 161, col 104, Line is too long. +src/topics/scheduled.js: line 164, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/scheduled.js: line 166, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/scheduled.js: line 182, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/scheduled.js: line 184, col 120, Line is too long. +src/topics/scheduled.js: line 185, col 103, Line is too long. + +src/topics/sorted.js: line 14, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/sorted.js: line 40, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/sorted.js: line 42, col 107, Line is too long. +src/topics/sorted.js: line 90, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/sorted.js: line 100, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/sorted.js: line 120, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/sorted.js: line 121, col 104, Line is too long. +src/topics/sorted.js: line 131, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/sorted.js: line 147, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/sorted.js: line 149, col 66, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/sorted.js: line 174, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/sorted.js: line 175, col 129, Line is too long. +src/topics/sorted.js: line 245, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/sorted.js: line 260, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/sorted.js: line 292, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/topics/suggested.js: line 12, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/suggested.js: line 46, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/suggested.js: line 49, col 117, Line is too long. +src/topics/suggested.js: line 54, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/suggested.js: line 73, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/suggested.js: line 76, col 111, Line is too long. + +src/topics/tags.js: line 21, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tags.js: line 35, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tags.js: line 44, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tags.js: line 45, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tags.js: line 69, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tags.js: line 89, col 116, Line is too long. +src/topics/tags.js: line 93, col 120, Line is too long. +src/topics/tags.js: line 98, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tags.js: line 107, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tags.js: line 128, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tags.js: line 135, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tags.js: line 144, col 55, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tags.js: line 168, col 75, 'Trailing comma in arguments lists' is only available in ES8 (use 'esversion: 8'). +src/topics/tags.js: line 180, col 42, 'Trailing comma in arguments lists' is only available in ES8 (use 'esversion: 8'). +src/topics/tags.js: line 188, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tags.js: line 194, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tags.js: line 196, col 101, Line is too long. +src/topics/tags.js: line 200, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tags.js: line 203, col 113, Line is too long. +src/topics/tags.js: line 207, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tags.js: line 217, col 101, Line is too long. +src/topics/tags.js: line 221, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tags.js: line 248, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tags.js: line 249, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tags.js: line 267, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tags.js: line 268, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tags.js: line 274, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tags.js: line 278, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tags.js: line 282, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tags.js: line 293, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tags.js: line 301, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tags.js: line 332, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tags.js: line 337, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tags.js: line 342, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tags.js: line 347, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tags.js: line 364, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tags.js: line 388, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tags.js: line 413, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tags.js: line 422, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tags.js: line 436, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tags.js: line 446, col 101, Line is too long. +src/topics/tags.js: line 450, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tags.js: line 463, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tags.js: line 473, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tags.js: line 517, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tags.js: line 541, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tags.js: line 543, col 123, Line is too long. +src/topics/tags.js: line 559, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tags.js: line 563, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tags.js: line 567, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tags.js: line 571, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tags.js: line 572, col 9, Confusing use of '!'. +src/topics/tags.js: line 583, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tags.js: line 584, col 9, Confusing use of '!'. +src/topics/tags.js: line 594, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tags.js: line 608, col 107, Line is too long. +src/topics/tags.js: line 621, col 107, Line is too long. + +src/topics/teaser.js: line 14, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/teaser.js: line 46, col 103, Line is too long. +src/topics/teaser.js: line 98, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/teaser.js: line 104, col 42, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/teaser.js: line 112, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/teaser.js: line 134, col 104, Line is too long. +src/topics/teaser.js: line 143, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/teaser.js: line 151, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/teaser.js: line 156, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/topics/thumbs.js: line 18, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/thumbs.js: line 23, col 15, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/thumbs.js: line 44, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/thumbs.js: line 70, col 130, Line is too long. +src/topics/thumbs.js: line 99, col 2, Unnecessary semicolon. +src/topics/thumbs.js: line 101, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/thumbs.js: line 124, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/thumbs.js: line 132, col 105, Line is too long. +src/topics/thumbs.js: line 140, col 102, Line is too long. +src/topics/thumbs.js: line 180, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/thumbs.js: line 205, col 103, Line is too long. +src/topics/thumbs.js: line 205, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/thumbs.js: line 210, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/topics/tools.js: line 18, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tools.js: line 22, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tools.js: line 26, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tools.js: line 38, col 167, Line is too long. +src/topics/tools.js: line 73, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tools.js: line 87, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tools.js: line 91, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tools.js: line 95, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tools.js: line 113, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tools.js: line 117, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tools.js: line 121, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tools.js: line 136, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tools.js: line 140, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tools.js: line 152, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tools.js: line 204, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tools.js: line 235, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tools.js: line 306, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/topics/unread.js: line 19, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/unread.js: line 25, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/unread.js: line 50, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/unread.js: line 52, col 102, Line is too long. +src/topics/unread.js: line 56, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/unread.js: line 61, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/unread.js: line 92, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/unread.js: line 106, col 108, Line is too long. +src/topics/unread.js: line 124, col 115, Line is too long. +src/topics/unread.js: line 144, col 126, Line is too long. +src/topics/unread.js: line 151, col 106, Line is too long. +src/topics/unread.js: line 157, col 104, Line is too long. +src/topics/unread.js: line 160, col 113, Line is too long. +src/topics/unread.js: line 192, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/unread.js: line 194, col 116, Line is too long. +src/topics/unread.js: line 205, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/unread.js: line 206, col 9, Confusing use of '!'. +src/topics/unread.js: line 216, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/unread.js: line 221, col 112, Line is too long. +src/topics/unread.js: line 222, col 119, Line is too long. +src/topics/unread.js: line 226, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/unread.js: line 236, col 44, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/unread.js: line 243, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/unread.js: line 257, col 132, Line is too long. +src/topics/unread.js: line 262, col 39, Functions declared within loops referencing an outer scoped variable may lead to confusing semantics. (params) +src/topics/unread.js: line 271, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/unread.js: line 284, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/unread.js: line 292, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/unread.js: line 309, col 107, Line is too long. +src/topics/unread.js: line 327, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/unread.js: line 334, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/unread.js: line 343, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/unread.js: line 350, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/unread.js: line 351, col 9, Confusing use of '!'. +src/topics/unread.js: line 356, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/unread.js: line 359, col 41, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/unread.js: line 368, col 102, Line is too long. +src/topics/unread.js: line 384, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/unread.js: line 400, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/unread.js: line 405, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/unread.js: line 419, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/unread.js: line 427, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/topics/user.js: line 7, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/user.js: line 15, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/translator.js: line 11, col 110, Line is too long. + +src/upgrade.js: line 19, col 109, Line is too long. +src/upgrade.js: line 26, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrade.js: line 62, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrade.js: line 83, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrade.js: line 93, col 15, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrade.js: line 113, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrade.js: line 121, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrade.js: line 122, col 149, Line is too long. +src/upgrade.js: line 142, col 173, Line is too long. +src/upgrade.js: line 144, col 116, Line is too long. +src/upgrade.js: line 145, col 116, Line is too long. +src/upgrade.js: line 153, col 102, Line is too long. +src/upgrade.js: line 199, col 166, Line is too long. + +src/upgrades/1.0.0/chat_room_hashes.js: line 28, col 114, Line is too long. + +src/upgrades/1.0.0/chat_upgrade.js: line 31, col 103, Line is too long. +src/upgrades/1.0.0/chat_upgrade.js: line 37, col 110, Line is too long. +src/upgrades/1.0.0/chat_upgrade.js: line 40, col 108, Line is too long. +src/upgrades/1.0.0/chat_upgrade.js: line 64, col 124, Line is too long. + +src/upgrades/1.0.0/global_moderators.js: line 6, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/upgrades/1.0.0/theme_to_active_plugins.js: line 9, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/upgrades/1.0.0/user_best_posts.js: line 24, col 107, Line is too long. + +src/upgrades/1.0.0/users_notvalidated.js: line 20, col 108, Line is too long. +src/upgrades/1.0.0/users_notvalidated.js: line 23, col 109, Line is too long. + +src/upgrades/1.1.0/assign_topic_read_privilege.js: line 9, col 107, Line is too long. +src/upgrades/1.1.0/assign_topic_read_privilege.js: line 11, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/upgrades/1.1.0/dismiss_flags_from_deleted_topics.js: line 10, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.1.0/dismiss_flags_from_deleted_topics.js: line 18, col 116, Line is too long. +src/upgrades/1.1.0/dismiss_flags_from_deleted_topics.js: line 27, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.1.0/dismiss_flags_from_deleted_topics.js: line 52, col 104, Line is too long. + +src/upgrades/1.10.0/search_privileges.js: line 6, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.10.0/search_privileges.js: line 12, col 125, Line is too long. + +src/upgrades/1.10.0/view_deleted_privilege.js: line 11, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.10.0/view_deleted_privilege.js: line 16, col 101, Line is too long. + +src/upgrades/1.10.2/event_filters.js: line 12, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.10.2/event_filters.js: line 15, col 49, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/upgrades/1.10.2/fix_category_post_zsets.js: line 11, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.10.2/fix_category_post_zsets.js: line 17, col 47, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.10.2/fix_category_post_zsets.js: line 23, col 102, Line is too long. + +src/upgrades/1.10.2/fix_category_topic_zsets.js: line 10, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.10.2/fix_category_topic_zsets.js: line 15, col 48, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.10.2/fix_category_topic_zsets.js: line 19, col 46, 'Trailing comma in arguments lists' is only available in ES8 (use 'esversion: 8'). + +src/upgrades/1.10.2/upgrade_bans_to_hashes.js: line 11, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.10.2/upgrade_bans_to_hashes.js: line 16, col 52, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.10.2/upgrade_bans_to_hashes.js: line 21, col 80, 'Trailing comma in arguments lists' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.10.2/upgrade_bans_to_hashes.js: line 28, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.10.2/upgrade_bans_to_hashes.js: line 66, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/upgrades/1.10.2/username_email_history.js: line 11, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.10.2/username_email_history.js: line 16, col 52, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/upgrades/1.11.0/navigation_visibility_groups.js: line 6, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.11.0/navigation_visibility_groups.js: line 29, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.11.0/navigation_visibility_groups.js: line 42, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.11.0/navigation_visibility_groups.js: line 48, col 109, Line is too long. + +src/upgrades/1.11.0/resize_image_width.js: line 8, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/upgrades/1.11.0/widget_visibility_groups.js: line 6, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/upgrades/1.12.0/category_watch_state.js: line 12, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.12.0/category_watch_state.js: line 18, col 52, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/upgrades/1.12.0/global_view_privileges.js: line 13, col 127, Line is too long. +src/upgrades/1.12.0/global_view_privileges.js: line 17, col 109, Line is too long. +src/upgrades/1.12.0/global_view_privileges.js: line 18, col 110, Line is too long. + +src/upgrades/1.12.1/clear_username_email_history.js: line 11, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.12.1/clear_username_email_history.js: line 19, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/upgrades/1.12.1/moderation_notes_refactor.js: line 11, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.12.1/moderation_notes_refactor.js: line 14, col 52, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.12.1/moderation_notes_refactor.js: line 19, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.12.1/moderation_notes_refactor.js: line 30, col 103, Line is too long. + +src/upgrades/1.12.1/post_upload_sizes.js: line 10, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.12.1/post_upload_sizes.js: line 13, col 47, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/upgrades/1.12.3/disable_plugin_metrics.js: line 8, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/upgrades/1.12.3/give_mod_info_privilege.js: line 12, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.12.3/give_mod_info_privilege.js: line 20, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.12.3/give_mod_info_privilege.js: line 21, col 121, Line is too long. + +src/upgrades/1.12.3/give_mod_privileges.js: line 12, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.12.3/give_mod_privileges.js: line 51, col 106, Line is too long. +src/upgrades/1.12.3/give_mod_privileges.js: line 55, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.12.3/give_mod_privileges.js: line 57, col 121, Line is too long. + +src/upgrades/1.12.3/user_pid_sets.js: line 13, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.12.3/user_pid_sets.js: line 16, col 47, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.12.3/user_pid_sets.js: line 18, col 116, Line is too long. + +src/upgrades/1.13.0/clean_flag_byCid.js: line 9, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.13.0/clean_flag_byCid.js: line 12, col 52, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/upgrades/1.13.0/clean_post_topic_hash.js: line 9, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.13.0/clean_post_topic_hash.js: line 17, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.13.0/clean_post_topic_hash.js: line 18, col 45, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.13.0/clean_post_topic_hash.js: line 22, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.13.0/clean_post_topic_hash.js: line 58, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.13.0/clean_post_topic_hash.js: line 59, col 46, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.13.0/clean_post_topic_hash.js: line 62, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/upgrades/1.13.0/cleanup_old_notifications.js: line 10, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.13.0/cleanup_old_notifications.js: line 14, col 52, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.13.0/cleanup_old_notifications.js: line 17, col 112, Line is too long. +src/upgrades/1.13.0/cleanup_old_notifications.js: line 18, col 110, Line is too long. +src/upgrades/1.13.0/cleanup_old_notifications.js: line 21, col 38, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.13.0/cleanup_old_notifications.js: line 26, col 119, Line is too long. +src/upgrades/1.13.0/cleanup_old_notifications.js: line 31, col 147, Line is too long. + +src/upgrades/1.13.3/fix_users_sorted_sets.js: line 9, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.13.3/fix_users_sorted_sets.js: line 28, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.13.3/fix_users_sorted_sets.js: line 32, col 38, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/upgrades/1.13.4/remove_allowFileUploads_priv.js: line 9, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.13.4/remove_allowFileUploads_priv.js: line 17, col 125, Line is too long. + +src/upgrades/1.14.0/fix_category_image_field.js: line 8, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.14.0/fix_category_image_field.js: line 10, col 52, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.14.0/fix_category_image_field.js: line 14, col 44, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/upgrades/1.14.0/unescape_navigation_titles.js: line 8, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/upgrades/1.14.1/readd_deleted_recent_topics.js: line 10, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.14.1/readd_deleted_recent_topics.js: line 13, col 48, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/upgrades/1.15.0/add_target_uid_to_flags.js: line 10, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.15.0/add_target_uid_to_flags.js: line 13, col 52, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/upgrades/1.15.0/consolidate_flags.js: line 11, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.15.0/consolidate_flags.js: line 16, col 111, Line is too long. +src/upgrades/1.15.0/consolidate_flags.js: line 19, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.15.0/consolidate_flags.js: line 22, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.15.0/consolidate_flags.js: line 26, col 101, Line is too long. +src/upgrades/1.15.0/consolidate_flags.js: line 35, col 130, Line is too long. +src/upgrades/1.15.0/consolidate_flags.js: line 36, col 101, Line is too long. +src/upgrades/1.15.0/consolidate_flags.js: line 39, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/upgrades/1.15.0/disable_sounds_plugin.js: line 8, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/upgrades/1.15.0/fix_category_colors.js: line 8, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.15.0/fix_category_colors.js: line 10, col 52, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.15.0/fix_category_colors.js: line 12, col 127, Line is too long. +src/upgrades/1.15.0/fix_category_colors.js: line 14, col 44, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/upgrades/1.15.0/fullname_search_set.js: line 11, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.15.0/fullname_search_set.js: line 14, col 52, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.15.0/fullname_search_set.js: line 19, col 104, Line is too long. + +src/upgrades/1.15.0/remove_allow_from_uri.js: line 8, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/upgrades/1.15.0/remove_flag_reporters_zset.js: line 9, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.15.0/remove_flag_reporters_zset.js: line 13, col 52, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.15.0/remove_flag_reporters_zset.js: line 14, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.15.0/remove_flag_reporters_zset.js: line 21, col 108, Line is too long. + +src/upgrades/1.15.0/topic_poster_count.js: line 10, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.15.0/topic_poster_count.js: line 13, col 48, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/upgrades/1.15.0/track_flags_by_target.js: line 8, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.15.0/track_flags_by_target.js: line 10, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/upgrades/1.15.0/verified_users_group.js: line 15, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.15.0/verified_users_group.js: line 47, col 52, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.15.0/verified_users_group.js: line 80, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/upgrades/1.15.4/clear_purged_replies.js: line 11, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.15.4/clear_purged_replies.js: line 14, col 47, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/upgrades/1.16.0/category_tags.js: line 11, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.16.0/category_tags.js: line 14, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.16.0/category_tags.js: line 16, col 45, 'Trailing comma in arguments lists' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.16.0/category_tags.js: line 20, col 48, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.16.0/category_tags.js: line 30, col 46, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/upgrades/1.16.0/migrate_thumbs.js: line 13, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.16.0/migrate_thumbs.js: line 21, col 48, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.16.0/migrate_thumbs.js: line 26, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/upgrades/1.17.0/banned_users_group.js: line 12, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.17.0/banned_users_group.js: line 28, col 50, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/upgrades/1.17.0/category_name_zset.js: line 9, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.17.0/category_name_zset.js: line 12, col 52, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/upgrades/1.17.0/default_favicon.js: line 11, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/upgrades/1.17.0/schedule_privilege_for_existing_categories.js: line 9, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.17.0/schedule_privilege_for_existing_categories.js: line 15, col 102, Line is too long. + +src/upgrades/1.17.0/subcategories_per_page.js: line 9, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.17.0/subcategories_per_page.js: line 12, col 52, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/upgrades/1.17.0/topic_thumb_count.js: line 10, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.17.0/topic_thumb_count.js: line 13, col 48, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.17.0/topic_thumb_count.js: line 19, col 84, 'Trailing comma in arguments lists' is only available in ES8 (use 'esversion: 8'). + +src/upgrades/1.18.0/enable_include_unverified_emails.js: line 9, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/upgrades/1.18.0/topic_tags_refactor.js: line 9, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.18.0/topic_tags_refactor.js: line 12, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.18.0/topic_tags_refactor.js: line 14, col 45, 'Trailing comma in arguments lists' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.18.0/topic_tags_refactor.js: line 18, col 48, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.18.0/topic_tags_refactor.js: line 28, col 80, 'Trailing comma in arguments lists' is only available in ES8 (use 'esversion: 8'). + +src/upgrades/1.18.4/category_topics_views.js: line 10, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.18.4/category_topics_views.js: line 13, col 48, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.18.4/category_topics_views.js: line 16, col 108, Line is too long. + +src/upgrades/1.19.0/navigation-enabled-hashes.js: line 8, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.19.0/navigation-enabled-hashes.js: line 21, col 118, Line is too long. + +src/upgrades/1.19.0/reenable-username-login.js: line 8, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/upgrades/1.19.2/remove_leftover_thumbs_after_topic_purge.js: line 14, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.19.2/remove_leftover_thumbs_after_topic_purge.js: line 32, col 44, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.19.2/remove_leftover_thumbs_after_topic_purge.js: line 33, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.19.2/remove_leftover_thumbs_after_topic_purge.js: line 35, col 115, Line is too long. +src/upgrades/1.19.2/remove_leftover_thumbs_after_topic_purge.js: line 37, col 45, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/upgrades/1.19.2/store_downvoted_posts_in_zset.js: line 8, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.19.2/store_downvoted_posts_in_zset.js: line 13, col 47, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/upgrades/1.19.3/fix_user_uploads_zset.js: line 13, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.19.3/fix_user_uploads_zset.js: line 16, col 52, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.19.3/fix_user_uploads_zset.js: line 19, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.19.3/fix_user_uploads_zset.js: line 35, col 109, Line is too long. + +src/upgrades/1.19.3/rename_post_upload_hashes.js: line 15, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.19.3/rename_post_upload_hashes.js: line 18, col 47, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.19.3/rename_post_upload_hashes.js: line 30, col 105, Line is too long. +src/upgrades/1.19.3/rename_post_upload_hashes.js: line 56, col 120, Line is too long. + +src/upgrades/1.2.0/edit_delete_deletetopic_privileges.js: line 11, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.2.0/edit_delete_deletetopic_privileges.js: line 27, col 142, Line is too long. +src/upgrades/1.2.0/edit_delete_deletetopic_privileges.js: line 32, col 102, Line is too long. +src/upgrades/1.2.0/edit_delete_deletetopic_privileges.js: line 42, col 126, Line is too long. + +src/upgrades/1.3.0/favourites_to_bookmarks.js: line 8, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.3.0/favourites_to_bookmarks.js: line 12, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.3.0/favourites_to_bookmarks.js: line 13, col 49, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.3.0/favourites_to_bookmarks.js: line 14, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.3.0/favourites_to_bookmarks.js: line 28, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.3.0/favourites_to_bookmarks.js: line 29, col 54, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.3.0/favourites_to_bookmarks.js: line 30, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/upgrades/1.3.0/sorted_sets_for_post_replies.js: line 30, col 108, Line is too long. + +src/upgrades/1.4.0/global_and_user_language_keys.js: line 8, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.4.0/global_and_user_language_keys.js: line 22, col 52, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.4.0/global_and_user_language_keys.js: line 23, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/upgrades/1.4.0/sorted_set_for_pinned_topics.js: line 26, col 104, Line is too long. + +src/upgrades/1.4.4/config_urls_update.js: line 9, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/upgrades/1.4.6/delete_sessions.js: line 10, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.4.6/delete_sessions.js: line 27, col 45, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/upgrades/1.5.0/flags_refactor.js: line 8, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.5.0/flags_refactor.js: line 14, col 47, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.5.0/flags_refactor.js: line 17, col 38, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.5.0/flags_refactor.js: line 25, col 115, Line is too long. +src/upgrades/1.5.0/flags_refactor.js: line 43, col 105, Line is too long. + +src/upgrades/1.5.0/moderation_history_refactor.js: line 28, col 101, Line is too long. + +src/upgrades/1.5.0/remove_relative_uploaded_profile_cover.js: line 9, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.5.0/remove_relative_uploaded_profile_cover.js: line 12, col 52, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.5.0/remove_relative_uploaded_profile_cover.js: line 13, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/upgrades/1.6.0/clear-stale-digest-template.js: line 9, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.6.0/clear-stale-digest-template.js: line 16, col 137, Line is too long. + +src/upgrades/1.6.0/generate-email-logo.js: line 21, col 150, Line is too long. +src/upgrades/1.6.0/generate-email-logo.js: line 47, col 102, Line is too long. + +src/upgrades/1.6.0/ipblacklist-fix.js: line 8, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/upgrades/1.6.0/robots-config-change.js: line 8, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/upgrades/1.6.2/topics_lastposttime_zset.js: line 9, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.6.2/topics_lastposttime_zset.js: line 13, col 48, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/upgrades/1.7.0/generate-custom-html.js: line 27, col 131, Line is too long. + +src/upgrades/1.7.1/notification-settings.js: line 9, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.7.1/notification-settings.js: line 12, col 52, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.7.1/notification-settings.js: line 16, col 59, 'Trailing comma in arguments lists' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.7.1/notification-settings.js: line 38, col 59, 'Trailing comma in arguments lists' is only available in ES8 (use 'esversion: 8'). + +src/upgrades/1.7.3/key_value_schema_change.js: line 10, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.7.3/key_value_schema_change.js: line 13, col 119, Line is too long. +src/upgrades/1.7.3/key_value_schema_change.js: line 39, col 108, Line is too long. +src/upgrades/1.7.3/key_value_schema_change.js: line 40, col 108, Line is too long. + +src/upgrades/1.7.3/topic_votes.js: line 10, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.7.3/topic_votes.js: line 15, col 48, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.7.3/topic_votes.js: line 18, col 44, 'Trailing comma in arguments lists' is only available in ES8 (use 'esversion: 8'). + +src/upgrades/1.7.4/fix_moved_topics_byvotes.js: line 9, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.7.4/fix_moved_topics_byvotes.js: line 12, col 48, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.7.4/fix_moved_topics_byvotes.js: line 13, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.7.4/fix_moved_topics_byvotes.js: line 15, col 120, Line is too long. + +src/upgrades/1.7.4/fix_user_topics_per_category.js: line 9, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.7.4/fix_user_topics_per_category.js: line 12, col 48, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.7.4/fix_user_topics_per_category.js: line 13, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.7.4/fix_user_topics_per_category.js: line 15, col 113, Line is too long. +src/upgrades/1.7.4/fix_user_topics_per_category.js: line 17, col 122, Line is too long. +src/upgrades/1.7.4/fix_user_topics_per_category.js: line 20, col 110, Line is too long. + +src/upgrades/1.7.4/global_upload_privilege.js: line 41, col 110, Line is too long. + +src/upgrades/1.7.4/rename_min_reputation_settings.js: line 6, col 104, Line is too long. + +src/upgrades/1.7.4/vote_privilege.js: line 18, col 116, Line is too long. + +src/upgrades/1.7.6/flatten_navigation_data.js: line 8, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/upgrades/1.7.6/notification_types.js: line 8, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.7.6/notification_types.js: line 10, col 105, Line is too long. +src/upgrades/1.7.6/notification_types.js: line 11, col 105, Line is too long. + +src/upgrades/1.7.6/update_min_pass_strength.js: line 8, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/upgrades/1.8.1/diffs_zset_to_listhash.js: line 9, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.8.1/diffs_zset_to_listhash.js: line 14, col 47, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.8.1/diffs_zset_to_listhash.js: line 16, col 45, 'Trailing comma in arguments lists' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.8.1/diffs_zset_to_listhash.js: line 21, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/upgrades/1.9.0/refresh_post_upload_associations.js: line 10, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.9.0/refresh_post_upload_associations.js: line 13, col 47, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/upgrades/2.8.7/fix-email-sorted-sets.js: line 11, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/2.8.7/fix-email-sorted-sets.js: line 14, col 47, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/2.8.7/fix-email-sorted-sets.js: line 29, col 102, Line is too long. +src/upgrades/2.8.7/fix-email-sorted-sets.js: line 40, col 42, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/upgrades/3.0.0/reset_bootswatch_skin.js: line 9, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/upgrades/3.1.0/reset_user_bootswatch_skin.js: line 9, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/3.1.0/reset_user_bootswatch_skin.js: line 13, col 46, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/upgrades/3.11.0/default-custom-profile-fields.js: line 8, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/upgrades/3.12.0/resize-image-keep-original.js: line 8, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/upgrades/3.2.0/fix_username_zsets.js: line 11, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/3.2.0/fix_username_zsets.js: line 15, col 52, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/3.2.0/fix_username_zsets.js: line 22, col 109, Line is too long. + +src/upgrades/3.2.0/migrate_api_tokens.js: line 13, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/3.2.0/migrate_api_tokens.js: line 16, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/3.2.0/migrate_api_tokens.js: line 35, col 103, Line is too long. + +src/upgrades/3.2.0/migrate_post_sharing.js: line 8, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/upgrades/3.3.0/chat_message_mids.js: line 11, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/3.3.0/chat_message_mids.js: line 19, col 64, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/upgrades/3.3.0/chat_room_online_zset.js: line 11, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/3.3.0/chat_room_online_zset.js: line 16, col 48, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/3.3.0/chat_room_online_zset.js: line 18, col 117, Line is too long. + +src/upgrades/3.3.0/chat_room_owners.js: line 11, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/3.3.0/chat_room_owners.js: line 18, col 48, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/upgrades/3.3.0/chat_room_refactor.js: line 11, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/3.3.0/chat_room_refactor.js: line 22, col 42, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/3.3.0/chat_room_refactor.js: line 24, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/3.3.0/chat_room_refactor.js: line 35, col 42, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/3.3.0/chat_room_refactor.js: line 43, col 108, Line is too long. +src/upgrades/3.3.0/chat_room_refactor.js: line 43, col 81, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/3.3.0/chat_room_refactor.js: line 70, col 44, 'Trailing comma in arguments lists' is only available in ES8 (use 'esversion: 8'). + +src/upgrades/3.3.0/save_rooms_zset.js: line 9, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/3.3.0/save_rooms_zset.js: line 20, col 42, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/3.3.0/save_rooms_zset.js: line 31, col 101, Line is too long. + +src/upgrades/3.5.0/notification_translations.js: line 9, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/3.5.0/notification_translations.js: line 12, col 51, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/upgrades/3.6.0/category_tracking.js: line 9, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/3.6.0/category_tracking.js: line 17, col 52, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/upgrades/3.6.0/chat_message_counts.js: line 10, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/upgrades/3.6.0/rename_newbie_config.js: line 8, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/upgrades/3.6.0/rewards_zsets.js: line 8, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/upgrades/3.7.0/category-read-by-uid.js: line 9, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/3.7.0/category-read-by-uid.js: line 17, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/upgrades/3.7.0/category-tid-created-zset.js: line 9, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/3.7.0/category-tid-created-zset.js: line 12, col 48, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/upgrades/3.7.0/change-category-sort-settings.js: line 10, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/3.7.0/change-category-sort-settings.js: line 18, col 52, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/upgrades/3.8.0/events-uid-filter.js: line 9, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/3.8.0/events-uid-filter.js: line 12, col 49, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/upgrades/3.8.0/remove-privilege-slugs.js: line 10, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/3.8.0/remove-privilege-slugs.js: line 22, col 47, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/upgrades/3.8.0/user-upload-folders.js: line 16, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/3.8.0/user-upload-folders.js: line 28, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/3.8.0/user-upload-folders.js: line 30, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/3.8.0/user-upload-folders.js: line 36, col 50, 'Trailing comma in arguments lists' is only available in ES8 (use 'esversion: 8'). +src/upgrades/3.8.0/user-upload-folders.js: line 44, col 52, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/3.8.0/user-upload-folders.js: line 61, col 104, Line is too long. +src/upgrades/3.8.0/user-upload-folders.js: line 70, col 101, Line is too long. + +src/upgrades/3.8.2/vote-visibility-config.js: line 8, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/upgrades/3.8.3/remove-session-uuid.js: line 10, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/3.8.3/remove-session-uuid.js: line 13, col 52, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/upgrades/3.8.3/topic-event-ids.js: line 10, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/3.8.3/topic-event-ids.js: line 19, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/upgrades/3.8.4/downvote-visibility-config.js: line 9, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/upgrades/4.0.0/activitypub_setup.js: line 11, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/4.0.0/activitypub_setup.js: line 21, col 104, Line is too long. +src/upgrades/4.0.0/activitypub_setup.js: line 23, col 48, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/upgrades/4.0.0/regenerate_slugs_for_users_with_periods.js: line 11, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/4.0.0/regenerate_slugs_for_users_with_periods.js: line 14, col 52, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/4.0.0/regenerate_slugs_for_users_with_periods.js: line 16, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/upgrades/4.3.0/chat_allow_list.js: line 10, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/4.3.0/chat_allow_list.js: line 15, col 52, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/upgrades/4.3.0/fix_duplicate_handles.js: line 15, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/4.3.0/fix_duplicate_handles.js: line 43, col 54, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/4.3.0/fix_duplicate_handles.js: line 44, col 124, Line is too long. +src/upgrades/4.3.0/fix_duplicate_handles.js: line 49, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/4.3.0/fix_duplicate_handles.js: line 69, col 59, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/4.3.0/fix_duplicate_handles.js: line 70, col 124, Line is too long. +src/upgrades/4.3.0/fix_duplicate_handles.js: line 75, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/upgrades/4.3.0/normalize_thumbs_uploads.js: line 11, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/4.3.0/normalize_thumbs_uploads.js: line 14, col 118, Line is too long. +src/upgrades/4.3.0/normalize_thumbs_uploads.js: line 30, col 48, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/4.3.0/normalize_thumbs_uploads.js: line 58, col 47, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/4.3.0/normalize_thumbs_uploads.js: line 88, col 52, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/4.3.0/normalize_thumbs_uploads.js: line 93, col 44, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/4.3.0/normalize_thumbs_uploads.js: line 96, col 52, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/upgrades/4.3.0/topic_follower_counts.js: line 10, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/4.3.0/topic_follower_counts.js: line 15, col 48, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/upgrades/4.3.2/fix_category_sync_null_values.js: line 8, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/upgrades/4.5.0/post-uploads-to-hash.js: line 9, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/4.5.0/post-uploads-to-hash.js: line 15, col 47, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/upgrades/4.5.0/topic-thumbs-to-hash.js: line 9, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/4.5.0/topic-thumbs-to-hash.js: line 15, col 48, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/upgrades/4.7.1/remove_extraneous_ap_data.js: line 9, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/4.7.1/remove_extraneous_ap_data.js: line 11, col 61, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/user/admin.js: line 16, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/admin.js: line 17, col 9, Confusing use of '!'. +src/user/admin.js: line 30, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/admin.js: line 35, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/admin.js: line 38, col 109, Line is too long. +src/user/admin.js: line 40, col 52, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/admin.js: line 51, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/admin.js: line 67, col 52, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/user/approval.js: line 17, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/approval.js: line 25, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/approval.js: line 36, col 115, Line is too long. +src/user/approval.js: line 42, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/approval.js: line 56, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/approval.js: line 67, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/approval.js: line 87, col 145, Line is too long. +src/user/approval.js: line 93, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/approval.js: line 100, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/approval.js: line 105, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/approval.js: line 112, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/approval.js: line 123, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/approval.js: line 134, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/approval.js: line 141, col 103, Line is too long. +src/user/approval.js: line 155, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/approval.js: line 160, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/approval.js: line 166, col 105, Line is too long. + +src/user/auth.js: line 14, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/auth.js: line 15, col 9, Confusing use of '!'. +src/user/auth.js: line 40, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/auth.js: line 41, col 9, Confusing use of '!'. +src/user/auth.js: line 52, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/auth.js: line 56, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/auth.js: line 63, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/auth.js: line 78, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/auth.js: line 86, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/auth.js: line 102, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/auth.js: line 103, col 9, Confusing use of '!'. +src/user/auth.js: line 112, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/auth.js: line 119, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/auth.js: line 129, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/auth.js: line 142, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/auth.js: line 143, col 52, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/user/bans.js: line 14, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/bans.js: line 62, col 103, Line is too long. +src/user/bans.js: line 67, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/bans.js: line 102, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/bans.js: line 109, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/bans.js: line 125, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/bans.js: line 137, col 105, Line is too long. +src/user/bans.js: line 142, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/bans.js: line 147, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/user/blocks.js: line 17, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/blocks.js: line 27, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/blocks.js: line 49, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/blocks.js: line 55, col 109, Line is too long. +src/user/blocks.js: line 57, col 114, Line is too long. +src/user/blocks.js: line 65, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/blocks.js: line 73, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/blocks.js: line 81, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/blocks.js: line 90, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/blocks.js: line 95, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/blocks.js: line 116, col 139, Line is too long. + +src/user/categories.js: line 13, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/categories.js: line 33, col 118, Line is too long. +src/user/categories.js: line 34, col 120, Line is too long. +src/user/categories.js: line 42, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/categories.js: line 43, col 9, Confusing use of '!'. +src/user/categories.js: line 52, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/categories.js: line 53, col 9, Confusing use of '!'. +src/user/categories.js: line 64, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/categories.js: line 65, col 9, Confusing use of '!'. +src/user/categories.js: line 78, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/categories.js: line 84, col 9, Confusing use of '!'. +src/user/categories.js: line 91, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/categories.js: line 95, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/user/create.js: line 15, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/create.js: line 36, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/create.js: line 43, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/create.js: line 116, col 104, Line is too long. +src/user/create.js: line 117, col 117, Line is too long. +src/user/create.js: line 127, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/create.js: line 141, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/create.js: line 163, col 105, Line is too long. +src/user/create.js: line 184, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/user/data.js: line 52, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/data.js: line 56, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/data.js: line 64, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/data.js: line 149, col 43, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/user/data.js: line 151, col 133, Line is too long. +src/user/data.js: line 154, col 101, Line is too long. +src/user/data.js: line 162, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/data.js: line 167, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/data.js: line 172, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/data.js: line 177, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/data.js: line 181, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/data.js: line 194, col 41, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/data.js: line 195, col 30, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/user/data.js: line 212, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/data.js: line 261, col 109, Line is too long. +src/user/data.js: line 264, col 133, Line is too long. +src/user/data.js: line 279, col 113, Line is too long. +src/user/data.js: line 281, col 106, Line is too long. +src/user/data.js: line 304, col 119, Line is too long. +src/user/data.js: line 365, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/data.js: line 376, col 112, Line is too long. +src/user/data.js: line 385, col 128, Line is too long. +src/user/data.js: line 388, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/data.js: line 392, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/data.js: line 400, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/data.js: line 404, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/data.js: line 408, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/user/delete.js: line 23, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/delete.js: line 28, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/delete.js: line 43, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/delete.js: line 44, col 54, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/delete.js: line 49, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/delete.js: line 50, col 55, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/delete.js: line 51, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/delete.js: line 57, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/delete.js: line 62, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/delete.js: line 64, col 48, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/delete.js: line 72, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/delete.js: line 88, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/delete.js: line 171, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/delete.js: line 176, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/delete.js: line 181, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/delete.js: line 186, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/delete.js: line 192, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/delete.js: line 197, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/delete.js: line 204, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/delete.js: line 210, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/delete.js: line 216, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/delete.js: line 217, col 38, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/delete.js: line 238, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/user/digest.js: line 20, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/digest.js: line 23, col 116, Line is too long. +src/user/digest.js: line 34, col 162, Line is too long. +src/user/digest.js: line 47, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/digest.js: line 56, col 107, Line is too long. +src/user/digest.js: line 60, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/digest.js: line 63, col 50, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/digest.js: line 85, col 15, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/digest.js: line 92, col 46, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/digest.js: line 103, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/digest.js: line 111, col 107, Line is too long. +src/user/digest.js: line 154, col 102, Line is too long. +src/user/digest.js: line 158, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/digest.js: line 175, col 107, Line is too long. +src/user/digest.js: line 186, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/digest.js: line 230, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/user/email.js: line 18, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/email.js: line 23, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/email.js: line 28, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/email.js: line 54, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/email.js: line 69, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/email.js: line 77, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/email.js: line 83, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/email.js: line 92, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/email.js: line 105, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/email.js: line 169, col 8, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/user/email.js: line 181, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/email.js: line 218, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/email.js: line 219, col 7, Confusing use of '!'. + +src/user/follow.js: line 11, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/follow.js: line 15, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/follow.js: line 19, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/follow.js: line 61, col 112, Line is too long. +src/user/follow.js: line 62, col 107, Line is too long. +src/user/follow.js: line 70, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/follow.js: line 74, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/follow.js: line 78, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/follow.js: line 100, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/follow.js: line 109, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/follow.js: line 117, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/user/index.js: line 45, col 15, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/index.js: line 51, col 109, Line is too long. +src/user/index.js: line 57, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/index.js: line 66, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/index.js: line 70, col 117, Line is too long. +src/user/index.js: line 75, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/index.js: line 80, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/index.js: line 88, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/index.js: line 106, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/index.js: line 113, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/index.js: line 117, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/index.js: line 130, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/index.js: line 135, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/index.js: line 139, col 54, 'Trailing comma in arguments lists' is only available in ES8 (use 'esversion: 8'). +src/user/index.js: line 164, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/index.js: line 169, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/index.js: line 174, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/index.js: line 178, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/index.js: line 183, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/index.js: line 188, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/index.js: line 192, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/index.js: line 197, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/index.js: line 201, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/index.js: line 205, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/index.js: line 213, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/index.js: line 214, col 7, Confusing use of '!'. +src/user/index.js: line 218, col 110, Line is too long. +src/user/index.js: line 221, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/index.js: line 229, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/index.js: line 233, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/index.js: line 237, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/index.js: line 241, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/index.js: line 251, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/index.js: line 256, col 44, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/index.js: line 265, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/index.js: line 269, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/index.js: line 275, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/user/info.js: line 14, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/info.js: line 34, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/info.js: line 61, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/info.js: line 83, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/info.js: line 110, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/info.js: line 124, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/info.js: line 129, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/info.js: line 142, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/info.js: line 152, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/info.js: line 157, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/user/interstitials.js: line 17, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/interstitials.js: line 23, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/interstitials.js: line 49, col 15, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/interstitials.js: line 57, col 134, Line is too long. +src/user/interstitials.js: line 84, col 107, Line is too long. +src/user/interstitials.js: line 98, col 119, Line is too long. +src/user/interstitials.js: line 126, col 106, Line is too long. +src/user/interstitials.js: line 141, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/interstitials.js: line 173, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/user/invite.js: line 18, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/invite.js: line 23, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/invite.js: line 27, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/invite.js: line 31, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/invite.js: line 40, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/invite.js: line 61, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/invite.js: line 75, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/invite.js: line 76, col 17, Expected '{' and instead saw 'return'. +src/user/invite.js: line 81, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/invite.js: line 93, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/invite.js: line 110, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/invite.js: line 123, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/invite.js: line 129, col 128, Line is too long. +src/user/invite.js: line 145, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/invite.js: line 156, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/invite.js: line 184, col 102, Line is too long. +src/user/invite.js: line 187, col 10, 'object spread property' is only available in ES9 (use 'esversion: 9'). + +src/user/jobs/export-posts.js: line 16, col 106, Line is too long. +src/user/jobs/export-posts.js: line 25, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/jobs/export-posts.js: line 35, col 60, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/user/jobs/export-profile.js: line 16, col 106, Line is too long. +src/user/jobs/export-profile.js: line 25, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/jobs/export-profile.js: line 64, col 65, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/jobs/export-profile.js: line 89, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/jobs/export-profile.js: line 92, col 60, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/jobs/export-profile.js: line 103, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/jobs/export-profile.js: line 107, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/user/jobs/export-uploads.js: line 17, col 106, Line is too long. +src/user/jobs/export-uploads.js: line 25, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/jobs/export-uploads.js: line 68, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/user/jobs.js: line 36, col 43, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/user/notifications.js: line 18, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/notifications.js: line 27, col 102, Line is too long. +src/user/notifications.js: line 37, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/notifications.js: line 46, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/notifications.js: line 51, col 38, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/notifications.js: line 68, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/notifications.js: line 87, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/notifications.js: line 94, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/notifications.js: line 99, col 38, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/notifications.js: line 125, col 42, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/notifications.js: line 138, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/notifications.js: line 149, col 107, Line is too long. +src/user/notifications.js: line 153, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/notifications.js: line 157, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/notifications.js: line 181, col 38, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/notifications.js: line 192, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/notifications.js: line 202, col 54, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/notifications.js: line 215, col 105, Line is too long. +src/user/notifications.js: line 230, col 45, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/notifications.js: line 246, col 48, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/notifications.js: line 257, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/user/online.js: line 10, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/online.js: line 11, col 32, Confusing use of '!'. +src/user/online.js: line 16, col 114, Line is too long. +src/user/online.js: line 22, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/online.js: line 23, col 9, Confusing use of '!'. +src/user/online.js: line 38, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/online.js: line 43, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/online.js: line 48, col 109, Line is too long. + +src/user/password.js: line 10, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/password.js: line 18, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/password.js: line 43, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/user/picture.js: line 26, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/picture.js: line 36, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/picture.js: line 47, col 104, Line is too long. +src/user/picture.js: line 71, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/picture.js: line 115, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/picture.js: line 157, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/picture.js: line 164, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/picture.js: line 186, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/picture.js: line 201, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/picture.js: line 206, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/picture.js: line 217, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/picture.js: line 221, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/picture.js: line 225, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/picture.js: line 227, col 105, Line is too long. + +src/user/posts.js: line 11, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/posts.js: line 15, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/posts.js: line 19, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/posts.js: line 46, col 158, Line is too long. +src/user/posts.js: line 48, col 133, Line is too long. +src/user/posts.js: line 55, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/posts.js: line 60, col 104, Line is too long. +src/user/posts.js: line 91, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/posts.js: line 92, col 106, Line is too long. +src/user/posts.js: line 102, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/posts.js: line 110, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/posts.js: line 117, col 149, Line is too long. +src/user/posts.js: line 123, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/posts.js: line 127, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/posts.js: line 131, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/posts.js: line 135, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/posts.js: line 137, col 29, Confusing use of '!'. +src/user/posts.js: line 149, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/user/profile.js: line 18, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/profile.js: line 44, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/profile.js: line 79, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/profile.js: line 90, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/profile.js: line 148, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/profile.js: line 159, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/profile.js: line 202, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/profile.js: line 204, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/profile.js: line 215, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/profile.js: line 268, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/profile.js: line 275, col 112, Line is too long. +src/user/profile.js: line 279, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/profile.js: line 294, col 115, Line is too long. +src/user/profile.js: line 298, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/profile.js: line 317, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/profile.js: line 328, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/profile.js: line 341, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/profile.js: line 361, col 101, Line is too long. + +src/user/reset.js: line 23, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/reset.js: line 32, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/reset.js: line 45, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/reset.js: line 68, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/reset.js: line 77, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/reset.js: line 84, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/reset.js: line 101, col 114, Line is too long. +src/user/reset.js: line 132, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/reset.js: line 143, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/reset.js: line 144, col 108, Line is too long. +src/user/reset.js: line 153, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/reset.js: line 160, col 51, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/reset.js: line 181, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/user/search.js: line 29, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/search.js: line 114, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/search.js: line 120, col 112, Line is too long. +src/user/search.js: line 136, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/search.js: line 164, col 111, Line is too long. +src/user/search.js: line 205, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/user/settings.js: line 24, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/settings.js: line 35, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/settings.js: line 50, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/settings.js: line 51, col 103, Line is too long. +src/user/settings.js: line 59, col 114, Line is too long. +src/user/settings.js: line 76, col 104, Line is too long. +src/user/settings.js: line 77, col 102, Line is too long. +src/user/settings.js: line 79, col 104, Line is too long. +src/user/settings.js: line 81, col 108, Line is too long. +src/user/settings.js: line 83, col 108, Line is too long. +src/user/settings.js: line 116, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/settings.js: line 161, col 125, Line is too long. +src/user/settings.js: line 177, col 118, Line is too long. +src/user/settings.js: line 183, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/settings.js: line 190, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/user/topics.js: line 6, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/topics.js: line 10, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/user/uploads.js: line 19, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/uploads.js: line 23, col 101, Line is too long. +src/user/uploads.js: line 27, col 50, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/uploads.js: line 29, col 110, Line is too long. +src/user/uploads.js: line 35, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/uploads.js: line 43, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/uploads.js: line 60, col 43, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/uploads.js: line 63, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/uploads.js: line 76, col 118, Line is too long. +src/user/uploads.js: line 77, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/uploads.js: line 78, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/uploads.js: line 83, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/utils.js: line 15, col 20, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/utils.js: line 62, col 114, Line is too long. +src/utils.js: line 69, col 104, Line is too long. + +src/webserver.js: line 76, col 16, Expected '{' and instead saw 'reject'. +src/webserver.js: line 77, col 12, Expected '{' and instead saw 'resolve'. +src/webserver.js: line 89, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/webserver.js: line 104, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/webserver.js: line 204, col 112, Line is too long. +src/webserver.js: line 229, col 110, Line is too long. +src/webserver.js: line 251, col 8, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/webserver.js: line 264, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/webserver.js: line 286, col 21, Expected '===' and instead saw '=='. +src/webserver.js: line 298, col 137, Line is too long. +src/webserver.js: line 307, col 112, Line is too long. +src/webserver.js: line 330, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/webserver.js: line 348, col 18, Expected '{' and instead saw 'reject'. +src/webserver.js: line 348, col 36, Expected '{' and instead saw 'resolve'. + +src/widgets/admin.js: line 10, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/widgets/admin.js: line 23, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/widgets/admin.js: line 36, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/widgets/admin.js: line 47, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). + +src/widgets/index.js: line 16, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/widgets/index.js: line 30, col 120, Line is too long. +src/widgets/index.js: line 42, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/widgets/index.js: line 43, col 105, Line is too long. +src/widgets/index.js: line 55, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/widgets/index.js: line 92, col 101, Line is too long. +src/widgets/index.js: line 102, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/widgets/index.js: line 120, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/widgets/index.js: line 137, col 113, Line is too long. +src/widgets/index.js: line 149, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/widgets/index.js: line 175, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/widgets/index.js: line 183, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/widgets/index.js: line 198, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/widgets/index.js: line 214, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/widgets/index.js: line 233, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/widgets/index.js: line 273, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/widgets/index.js: line 295, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/widgets/index.js: line 306, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). + +test/activitypub/actors.js: line 20, col 10, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/actors.js: line 29, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/actors.js: line 52, col 55, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/actors.js: line 57, col 79, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/actors.js: line 66, col 80, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/actors.js: line 71, col 68, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/actors.js: line 83, col 53, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/actors.js: line 88, col 108, Line is too long. +test/activitypub/actors.js: line 92, col 63, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/actors.js: line 98, col 108, Line is too long. +test/activitypub/actors.js: line 102, col 129, Line is too long. +test/activitypub/actors.js: line 102, col 117, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/actors.js: line 126, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/actors.js: line 130, col 83, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/actors.js: line 142, col 80, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/actors.js: line 158, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/actors.js: line 164, col 77, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/actors.js: line 174, col 54, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/actors.js: line 180, col 61, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/actors.js: line 181, col 114, Line is too long. +test/activitypub/actors.js: line 186, col 70, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/actors.js: line 192, col 57, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/actors.js: line 200, col 77, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/actors.js: line 216, col 80, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/actors.js: line 235, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/actors.js: line 241, col 15, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/actors.js: line 246, col 71, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/actors.js: line 251, col 65, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/actors.js: line 257, col 70, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/actors.js: line 262, col 86, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/actors.js: line 272, col 102, Line is too long. +test/activitypub/actors.js: line 272, col 90, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/actors.js: line 283, col 62, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/actors.js: line 300, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/actors.js: line 309, col 67, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/actors.js: line 314, col 65, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/actors.js: line 320, col 70, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/actors.js: line 325, col 70, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/actors.js: line 330, col 105, Line is too long. +test/activitypub/actors.js: line 330, col 93, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/actors.js: line 336, col 119, Line is too long. +test/activitypub/actors.js: line 348, col 45, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/actors.js: line 358, col 51, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/actors.js: line 359, col 19, 'actor' is defined but never used. +test/activitypub/actors.js: line 375, col 45, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/actors.js: line 386, col 51, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/actors.js: line 387, col 19, 'actor' is defined but never used. +test/activitypub/actors.js: line 408, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/actors.js: line 413, col 67, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/actors.js: line 434, col 67, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/actors.js: line 435, col 15, 'response' is defined but never used. +test/activitypub/actors.js: line 451, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/actors.js: line 460, col 67, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/actors.js: line 487, col 67, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/actors.js: line 498, col 65, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/actors.js: line 518, col 64, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/actors.js: line 543, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/actors.js: line 551, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/actors.js: line 556, col 67, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/actors.js: line 571, col 67, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/actors.js: line 576, col 83, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/actors.js: line 577, col 177, Line is too long. +test/activitypub/actors.js: line 582, col 150, Line is too long. +test/activitypub/actors.js: line 590, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/actors.js: line 601, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/actors.js: line 616, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/actors.js: line 634, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/actors.js: line 650, col 49, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/actors.js: line 661, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/actors.js: line 672, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/actors.js: line 687, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/actors.js: line 703, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/actors.js: line 719, col 49, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/actors.js: line 728, col 10, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/actors.js: line 740, col 72, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/actors.js: line 755, col 78, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/actors.js: line 759, col 13, 'total' is defined but never used. +test/activitypub/actors.js: line 765, col 73, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/actors.js: line 768, col 19, 'note' is defined but never used. +test/activitypub/actors.js: line 785, col 76, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/actors.js: line 800, col 63, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/actors.js: line 811, col 62, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/actors.js: line 19, col 1, 'describe' is not defined. +test/activitypub/actors.js: line 25, col 3, 'describe' is not defined. +test/activitypub/actors.js: line 81, col 3, 'describe' is not defined. +test/activitypub/actors.js: line 82, col 5, 'describe' is not defined. +test/activitypub/actors.js: line 123, col 3, 'describe' is not defined. +test/activitypub/actors.js: line 153, col 1, 'describe' is not defined. +test/activitypub/actors.js: line 154, col 3, 'describe' is not defined. +test/activitypub/actors.js: line 199, col 5, 'describe' is not defined. +test/activitypub/actors.js: line 231, col 3, 'describe' is not defined. +test/activitypub/actors.js: line 245, col 5, 'describe' is not defined. +test/activitypub/actors.js: line 299, col 5, 'describe' is not defined. +test/activitypub/actors.js: line 346, col 1, 'describe' is not defined. +test/activitypub/actors.js: line 347, col 3, 'describe' is not defined. +test/activitypub/actors.js: line 374, col 3, 'describe' is not defined. +test/activitypub/actors.js: line 403, col 1, 'describe' is not defined. +test/activitypub/actors.js: line 404, col 3, 'describe' is not defined. +test/activitypub/actors.js: line 446, col 3, 'describe' is not defined. +test/activitypub/actors.js: line 539, col 3, 'describe' is not defined. +test/activitypub/actors.js: line 586, col 3, 'describe' is not defined. +test/activitypub/actors.js: line 596, col 5, 'describe' is not defined. +test/activitypub/actors.js: line 629, col 5, 'describe' is not defined. +test/activitypub/actors.js: line 657, col 3, 'describe' is not defined. +test/activitypub/actors.js: line 667, col 5, 'describe' is not defined. +test/activitypub/actors.js: line 697, col 5, 'describe' is not defined. +test/activitypub/actors.js: line 727, col 1, 'describe' is not defined. +test/activitypub/actors.js: line 739, col 3, 'describe' is not defined. +test/activitypub/actors.js: line 784, col 3, 'describe' is not defined. +test/activitypub/actors.js: line 20, col 3, 'before' is not defined. +test/activitypub/actors.js: line 29, col 5, 'before' is not defined. +test/activitypub/actors.js: line 126, col 5, 'before' is not defined. +test/activitypub/actors.js: line 158, col 5, 'before' is not defined. +test/activitypub/actors.js: line 543, col 5, 'before' is not defined. +test/activitypub/actors.js: line 590, col 5, 'before' is not defined. +test/activitypub/actors.js: line 601, col 7, 'before' is not defined. +test/activitypub/actors.js: line 634, col 7, 'before' is not defined. +test/activitypub/actors.js: line 661, col 5, 'before' is not defined. +test/activitypub/actors.js: line 672, col 7, 'before' is not defined. +test/activitypub/actors.js: line 703, col 7, 'before' is not defined. +test/activitypub/actors.js: line 728, col 3, 'before' is not defined. +test/activitypub/actors.js: line 52, col 5, 'it' is not defined. +test/activitypub/actors.js: line 57, col 5, 'it' is not defined. +test/activitypub/actors.js: line 66, col 5, 'it' is not defined. +test/activitypub/actors.js: line 71, col 5, 'it' is not defined. +test/activitypub/actors.js: line 83, col 7, 'it' is not defined. +test/activitypub/actors.js: line 92, col 7, 'it' is not defined. +test/activitypub/actors.js: line 102, col 7, 'it' is not defined. +test/activitypub/actors.js: line 130, col 5, 'it' is not defined. +test/activitypub/actors.js: line 142, col 5, 'it' is not defined. +test/activitypub/actors.js: line 164, col 5, 'it' is not defined. +test/activitypub/actors.js: line 174, col 5, 'it' is not defined. +test/activitypub/actors.js: line 180, col 5, 'it' is not defined. +test/activitypub/actors.js: line 186, col 5, 'it' is not defined. +test/activitypub/actors.js: line 192, col 5, 'it' is not defined. +test/activitypub/actors.js: line 200, col 7, 'it' is not defined. +test/activitypub/actors.js: line 216, col 7, 'it' is not defined. +test/activitypub/actors.js: line 246, col 7, 'it' is not defined. +test/activitypub/actors.js: line 251, col 7, 'it' is not defined. +test/activitypub/actors.js: line 257, col 7, 'it' is not defined. +test/activitypub/actors.js: line 262, col 7, 'it' is not defined. +test/activitypub/actors.js: line 272, col 7, 'it' is not defined. +test/activitypub/actors.js: line 283, col 7, 'it' is not defined. +test/activitypub/actors.js: line 309, col 7, 'it' is not defined. +test/activitypub/actors.js: line 314, col 7, 'it' is not defined. +test/activitypub/actors.js: line 320, col 7, 'it' is not defined. +test/activitypub/actors.js: line 325, col 7, 'it' is not defined. +test/activitypub/actors.js: line 330, col 7, 'it' is not defined. +test/activitypub/actors.js: line 348, col 5, 'it' is not defined. +test/activitypub/actors.js: line 358, col 5, 'it' is not defined. +test/activitypub/actors.js: line 375, col 5, 'it' is not defined. +test/activitypub/actors.js: line 386, col 5, 'it' is not defined. +test/activitypub/actors.js: line 413, col 5, 'it' is not defined. +test/activitypub/actors.js: line 434, col 5, 'it' is not defined. +test/activitypub/actors.js: line 460, col 5, 'it' is not defined. +test/activitypub/actors.js: line 487, col 5, 'it' is not defined. +test/activitypub/actors.js: line 498, col 5, 'it' is not defined. +test/activitypub/actors.js: line 518, col 5, 'it' is not defined. +test/activitypub/actors.js: line 551, col 5, 'it' is not defined. +test/activitypub/actors.js: line 556, col 5, 'it' is not defined. +test/activitypub/actors.js: line 571, col 5, 'it' is not defined. +test/activitypub/actors.js: line 576, col 5, 'it' is not defined. +test/activitypub/actors.js: line 616, col 7, 'it' is not defined. +test/activitypub/actors.js: line 621, col 7, 'it' is not defined. +test/activitypub/actors.js: line 650, col 7, 'it' is not defined. +test/activitypub/actors.js: line 687, col 7, 'it' is not defined. +test/activitypub/actors.js: line 692, col 7, 'it' is not defined. +test/activitypub/actors.js: line 719, col 7, 'it' is not defined. +test/activitypub/actors.js: line 740, col 5, 'it' is not defined. +test/activitypub/actors.js: line 755, col 5, 'it' is not defined. +test/activitypub/actors.js: line 765, col 5, 'it' is not defined. +test/activitypub/actors.js: line 785, col 5, 'it' is not defined. +test/activitypub/actors.js: line 800, col 5, 'it' is not defined. +test/activitypub/actors.js: line 811, col 5, 'it' is not defined. +test/activitypub/actors.js: line 235, col 5, 'beforeEach' is not defined. +test/activitypub/actors.js: line 300, col 7, 'beforeEach' is not defined. +test/activitypub/actors.js: line 408, col 5, 'beforeEach' is not defined. +test/activitypub/actors.js: line 451, col 5, 'beforeEach' is not defined. +test/activitypub/actors.js: line 241, col 5, 'afterEach' is not defined. +test/activitypub/actors.js: line 735, col 3, 'after' is not defined. + +test/activitypub/analytics.js: line 22, col 10, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/analytics.js: line 42, col 9, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/analytics.js: line 46, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/analytics.js: line 56, col 71, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/analytics.js: line 74, col 59, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/analytics.js: line 75, col 119, Line is too long. +test/activitypub/analytics.js: line 106, col 60, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/analytics.js: line 127, col 42, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/analytics.js: line 131, col 25, 'object spread property' is only available in ES9 (use 'esversion: 9'). +test/activitypub/analytics.js: line 146, col 24, 'object spread property' is only available in ES9 (use 'esversion: 9'). +test/activitypub/analytics.js: line 151, col 120, Line is too long. +test/activitypub/analytics.js: line 17, col 1, 'describe' is not defined. +test/activitypub/analytics.js: line 22, col 3, 'before' is not defined. +test/activitypub/analytics.js: line 42, col 3, 'after' is not defined. +test/activitypub/analytics.js: line 46, col 3, 'beforeEach' is not defined. +test/activitypub/analytics.js: line 56, col 3, 'it' is not defined. +test/activitypub/analytics.js: line 74, col 3, 'it' is not defined. +test/activitypub/analytics.js: line 106, col 3, 'it' is not defined. +test/activitypub/analytics.js: line 127, col 3, 'it' is not defined. +test/activitypub/analytics.js: line 15, col 7, 'api' is defined but never used. + +test/activitypub/feps.js: line 21, col 10, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/feps.js: line 32, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/feps.js: line 41, col 33, 'actor' is defined but never used. +test/activitypub/feps.js: line 54, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/feps.js: line 85, col 73, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/feps.js: line 101, col 69, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/feps.js: line 111, col 125, Line is too long. +test/activitypub/feps.js: line 119, col 64, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/feps.js: line 121, col 115, Line is too long. +test/activitypub/feps.js: line 137, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/feps.js: line 149, col 67, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/feps.js: line 161, col 105, Line is too long. +test/activitypub/feps.js: line 161, col 93, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/feps.js: line 185, col 70, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/feps.js: line 204, col 61, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/feps.js: line 222, col 57, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/feps.js: line 230, col 101, Line is too long. +test/activitypub/feps.js: line 231, col 101, Line is too long. +test/activitypub/feps.js: line 241, col 121, Line is too long. +test/activitypub/feps.js: line 245, col 70, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/feps.js: line 262, col 102, Line is too long. +test/activitypub/feps.js: line 266, col 105, Line is too long. +test/activitypub/feps.js: line 20, col 1, 'describe' is not defined. +test/activitypub/feps.js: line 26, col 3, 'describe' is not defined. +test/activitypub/feps.js: line 27, col 5, 'describe' is not defined. +test/activitypub/feps.js: line 51, col 7, 'describe' is not defined. +test/activitypub/feps.js: line 132, col 7, 'describe' is not defined. +test/activitypub/feps.js: line 221, col 7, 'describe' is not defined. +test/activitypub/feps.js: line 21, col 3, 'before' is not defined. +test/activitypub/feps.js: line 32, col 7, 'before' is not defined. +test/activitypub/feps.js: line 54, col 9, 'before' is not defined. +test/activitypub/feps.js: line 137, col 9, 'before' is not defined. +test/activitypub/feps.js: line 47, col 7, 'afterEach' is not defined. +test/activitypub/feps.js: line 62, col 9, 'afterEach' is not defined. +test/activitypub/feps.js: line 145, col 9, 'afterEach' is not defined. +test/activitypub/feps.js: line 66, col 9, 'it' is not defined. +test/activitypub/feps.js: line 85, col 9, 'it' is not defined. +test/activitypub/feps.js: line 101, col 9, 'it' is not defined. +test/activitypub/feps.js: line 119, col 9, 'it' is not defined. +test/activitypub/feps.js: line 149, col 9, 'it' is not defined. +test/activitypub/feps.js: line 161, col 9, 'it' is not defined. +test/activitypub/feps.js: line 185, col 9, 'it' is not defined. +test/activitypub/feps.js: line 204, col 9, 'it' is not defined. +test/activitypub/feps.js: line 222, col 9, 'it' is not defined. +test/activitypub/feps.js: line 245, col 9, 'it' is not defined. +test/activitypub/feps.js: line 6, col 7, 'db' is defined but never used. + +test/activitypub/helpers.js: line 40, col 8, 'object spread property' is only available in ES9 (use 'esversion: 9'). +test/activitypub/helpers.js: line 56, col 8, 'object spread property' is only available in ES9 (use 'esversion: 9'). +test/activitypub/helpers.js: line 84, col 8, 'object spread property' is only available in ES9 (use 'esversion: 9'). +test/activitypub/helpers.js: line 176, col 8, 'object spread property' is only available in ES9 (use 'esversion: 9'). +test/activitypub/helpers.js: line 202, col 8, 'object spread property' is only available in ES9 (use 'esversion: 9'). + +test/activitypub/notes.js: line 20, col 10, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/notes.js: line 27, col 85, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/notes.js: line 40, col 57, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/notes.js: line 53, col 58, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/notes.js: line 69, col 78, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/notes.js: line 86, col 116, Line is too long. +test/activitypub/notes.js: line 86, col 104, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/notes.js: line 91, col 103, Line is too long. +test/activitypub/notes.js: line 87, col 28, 'actor' is defined but never used. +test/activitypub/notes.js: line 107, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/notes.js: line 109, col 23, 'actor' is defined but never used. +test/activitypub/notes.js: line 118, col 66, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/notes.js: line 127, col 87, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/notes.js: line 146, col 110, Line is too long. +test/activitypub/notes.js: line 146, col 98, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/notes.js: line 163, col 114, Line is too long. +test/activitypub/notes.js: line 169, col 88, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/notes.js: line 176, col 23, 'note' is defined but never used. +test/activitypub/notes.js: line 191, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/notes.js: line 195, col 81, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/notes.js: line 209, col 63, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/notes.js: line 210, col 17, 'id' is defined but never used. +test/activitypub/notes.js: line 225, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/notes.js: line 232, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/notes.js: line 244, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/notes.js: line 248, col 964, Line is too long. +test/activitypub/notes.js: line 284, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/notes.js: line 292, col 19, 'pid' is defined but never used. +test/activitypub/notes.js: line 311, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/notes.js: line 321, col 101, Line is too long. +test/activitypub/notes.js: line 321, col 89, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/notes.js: line 350, col 101, Line is too long. +test/activitypub/notes.js: line 350, col 89, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/notes.js: line 437, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/notes.js: line 442, col 51, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/notes.js: line 455, col 61, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/notes.js: line 456, col 25, 'id' is defined but never used. +test/activitypub/notes.js: line 466, col 110, Line is too long. +test/activitypub/notes.js: line 466, col 98, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/notes.js: line 481, col 119, Line is too long. +test/activitypub/notes.js: line 481, col 101, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/notes.js: line 505, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/notes.js: line 520, col 52, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/notes.js: line 527, col 57, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/notes.js: line 537, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/notes.js: line 542, col 75, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/notes.js: line 566, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/notes.js: line 577, col 76, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/notes.js: line 592, col 86, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/notes.js: line 607, col 84, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/notes.js: line 621, col 106, Line is too long. +test/activitypub/notes.js: line 621, col 94, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/notes.js: line 637, col 77, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/notes.js: line 653, col 59, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/notes.js: line 673, col 42, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/notes.js: line 697, col 53, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/notes.js: line 718, col 47, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/notes.js: line 740, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/notes.js: line 744, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/notes.js: line 754, col 78, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/notes.js: line 762, col 85, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/notes.js: line 776, col 67, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/notes.js: line 788, col 104, Line is too long. +test/activitypub/notes.js: line 788, col 92, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/notes.js: line 795, col 127, Line is too long. +test/activitypub/notes.js: line 795, col 115, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/notes.js: line 809, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/notes.js: line 813, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/notes.js: line 823, col 55, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/notes.js: line 19, col 1, 'describe' is not defined. +test/activitypub/notes.js: line 25, col 3, 'describe' is not defined. +test/activitypub/notes.js: line 26, col 5, 'describe' is not defined. +test/activitypub/notes.js: line 68, col 7, 'describe' is not defined. +test/activitypub/notes.js: line 103, col 7, 'describe' is not defined. +test/activitypub/notes.js: line 188, col 5, 'describe' is not defined. +test/activitypub/notes.js: line 222, col 3, 'describe' is not defined. +test/activitypub/notes.js: line 229, col 5, 'describe' is not defined. +test/activitypub/notes.js: line 241, col 7, 'describe' is not defined. +test/activitypub/notes.js: line 281, col 7, 'describe' is not defined. +test/activitypub/notes.js: line 308, col 5, 'describe' is not defined. +test/activitypub/notes.js: line 320, col 7, 'describe' is not defined. +test/activitypub/notes.js: line 349, col 7, 'describe' is not defined. +test/activitypub/notes.js: line 387, col 3, 'describe' is not defined. +test/activitypub/notes.js: line 388, col 5, 'describe' is not defined. +test/activitypub/notes.js: line 433, col 5, 'describe' is not defined. +test/activitypub/notes.js: line 441, col 7, 'describe' is not defined. +test/activitypub/notes.js: line 501, col 7, 'describe' is not defined. +test/activitypub/notes.js: line 534, col 5, 'describe' is not defined. +test/activitypub/notes.js: line 541, col 7, 'describe' is not defined. +test/activitypub/notes.js: line 559, col 7, 'describe' is not defined. +test/activitypub/notes.js: line 636, col 7, 'describe' is not defined. +test/activitypub/notes.js: line 672, col 7, 'describe' is not defined. +test/activitypub/notes.js: line 717, col 7, 'describe' is not defined. +test/activitypub/notes.js: line 735, col 3, 'describe' is not defined. +test/activitypub/notes.js: line 804, col 3, 'describe' is not defined. +test/activitypub/notes.js: line 20, col 3, 'before' is not defined. +test/activitypub/notes.js: line 107, col 9, 'before' is not defined. +test/activitypub/notes.js: line 191, col 7, 'before' is not defined. +test/activitypub/notes.js: line 225, col 5, 'before' is not defined. +test/activitypub/notes.js: line 232, col 7, 'before' is not defined. +test/activitypub/notes.js: line 244, col 9, 'before' is not defined. +test/activitypub/notes.js: line 284, col 9, 'before' is not defined. +test/activitypub/notes.js: line 311, col 7, 'before' is not defined. +test/activitypub/notes.js: line 437, col 7, 'before' is not defined. +test/activitypub/notes.js: line 505, col 9, 'before' is not defined. +test/activitypub/notes.js: line 537, col 7, 'before' is not defined. +test/activitypub/notes.js: line 566, col 9, 'before' is not defined. +test/activitypub/notes.js: line 740, col 5, 'before' is not defined. +test/activitypub/notes.js: line 809, col 5, 'before' is not defined. +test/activitypub/notes.js: line 27, col 7, 'it' is not defined. +test/activitypub/notes.js: line 40, col 7, 'it' is not defined. +test/activitypub/notes.js: line 53, col 7, 'it' is not defined. +test/activitypub/notes.js: line 69, col 9, 'it' is not defined. +test/activitypub/notes.js: line 86, col 9, 'it' is not defined. +test/activitypub/notes.js: line 118, col 9, 'it' is not defined. +test/activitypub/notes.js: line 127, col 9, 'it' is not defined. +test/activitypub/notes.js: line 146, col 9, 'it' is not defined. +test/activitypub/notes.js: line 169, col 9, 'it' is not defined. +test/activitypub/notes.js: line 195, col 7, 'it' is not defined. +test/activitypub/notes.js: line 209, col 7, 'it' is not defined. +test/activitypub/notes.js: line 257, col 9, 'it' is not defined. +test/activitypub/notes.js: line 262, col 9, 'it' is not defined. +test/activitypub/notes.js: line 275, col 9, 'it' is not defined. +test/activitypub/notes.js: line 301, col 9, 'it' is not defined. +test/activitypub/notes.js: line 321, col 9, 'it' is not defined. +test/activitypub/notes.js: line 350, col 9, 'it' is not defined. +test/activitypub/notes.js: line 389, col 7, 'it' is not defined. +test/activitypub/notes.js: line 406, col 7, 'it' is not defined. +test/activitypub/notes.js: line 442, col 9, 'it' is not defined. +test/activitypub/notes.js: line 455, col 9, 'it' is not defined. +test/activitypub/notes.js: line 466, col 9, 'it' is not defined. +test/activitypub/notes.js: line 481, col 9, 'it' is not defined. +test/activitypub/notes.js: line 520, col 9, 'it' is not defined. +test/activitypub/notes.js: line 527, col 9, 'it' is not defined. +test/activitypub/notes.js: line 542, col 9, 'it' is not defined. +test/activitypub/notes.js: line 577, col 9, 'it' is not defined. +test/activitypub/notes.js: line 592, col 9, 'it' is not defined. +test/activitypub/notes.js: line 607, col 9, 'it' is not defined. +test/activitypub/notes.js: line 621, col 9, 'it' is not defined. +test/activitypub/notes.js: line 637, col 9, 'it' is not defined. +test/activitypub/notes.js: line 653, col 9, 'it' is not defined. +test/activitypub/notes.js: line 673, col 9, 'it' is not defined. +test/activitypub/notes.js: line 697, col 9, 'it' is not defined. +test/activitypub/notes.js: line 718, col 9, 'it' is not defined. +test/activitypub/notes.js: line 754, col 5, 'it' is not defined. +test/activitypub/notes.js: line 762, col 5, 'it' is not defined. +test/activitypub/notes.js: line 776, col 5, 'it' is not defined. +test/activitypub/notes.js: line 788, col 5, 'it' is not defined. +test/activitypub/notes.js: line 795, col 5, 'it' is not defined. +test/activitypub/notes.js: line 823, col 5, 'it' is not defined. +test/activitypub/notes.js: line 237, col 7, 'afterEach' is not defined. +test/activitypub/notes.js: line 316, col 7, 'afterEach' is not defined. +test/activitypub/notes.js: line 744, col 5, 'beforeEach' is not defined. +test/activitypub/notes.js: line 813, col 5, 'beforeEach' is not defined. + +test/activitypub/out.js: line 19, col 10, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/out.js: line 26, col 42, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/out.js: line 52, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/out.js: line 83, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/out.js: line 104, col 59, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/out.js: line 111, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/out.js: line 131, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/out.js: line 18, col 1, 'describe' is not defined. +test/activitypub/out.js: line 24, col 3, 'describe' is not defined. +test/activitypub/out.js: line 51, col 5, 'describe' is not defined. +test/activitypub/out.js: line 82, col 5, 'describe' is not defined. +test/activitypub/out.js: line 110, col 5, 'describe' is not defined. +test/activitypub/out.js: line 130, col 5, 'describe' is not defined. +test/activitypub/out.js: line 19, col 3, 'before' is not defined. +test/activitypub/out.js: line 52, col 7, 'before' is not defined. +test/activitypub/out.js: line 83, col 7, 'before' is not defined. +test/activitypub/out.js: line 111, col 7, 'before' is not defined. +test/activitypub/out.js: line 131, col 7, 'before' is not defined. +test/activitypub/out.js: line 26, col 7, 'it' is not defined. +test/activitypub/out.js: line 38, col 7, 'it' is not defined. +test/activitypub/out.js: line 42, col 7, 'it' is not defined. +test/activitypub/out.js: line 69, col 7, 'it' is not defined. +test/activitypub/out.js: line 73, col 7, 'it' is not defined. +test/activitypub/out.js: line 77, col 7, 'it' is not defined. +test/activitypub/out.js: line 104, col 7, 'it' is not defined. +test/activitypub/out.js: line 63, col 7, 'after' is not defined. +test/activitypub/out.js: line 98, col 7, 'after' is not defined. +test/activitypub/out.js: line 123, col 7, 'after' is not defined. +test/activitypub/out.js: line 147, col 7, 'after' is not defined. +test/activitypub/out.js: line 6, col 7, 'db' is defined but never used. + +test/activitypub/privileges.js: line 21, col 10, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/privileges.js: line 35, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/privileges.js: line 50, col 81, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/privileges.js: line 51, col 108, Line is too long. +test/activitypub/privileges.js: line 55, col 70, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/privileges.js: line 62, col 70, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/privileges.js: line 69, col 58, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/privileges.js: line 82, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/privileges.js: line 90, col 44, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/privileges.js: line 100, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/privileges.js: line 109, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/privileges.js: line 113, col 40, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/privileges.js: line 118, col 52, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/privileges.js: line 137, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/privileges.js: line 146, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/privileges.js: line 150, col 40, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/privileges.js: line 155, col 60, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/privileges.js: line 166, col 50, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/privileges.js: line 170, col 51, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/privileges.js: line 174, col 55, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/privileges.js: line 178, col 55, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/privileges.js: line 32, col 11, 'mainPid' is defined but never used. +test/activitypub/privileges.js: line 188, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/privileges.js: line 191, col 15, 'privsToRemove' is defined but never used. +test/activitypub/privileges.js: line 195, col 72, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/privileges.js: line 196, col 156, Line is too long. +test/activitypub/privileges.js: line 209, col 10, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/privileges.js: line 218, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/privileges.js: line 226, col 54, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/privileges.js: line 234, col 64, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/privileges.js: line 239, col 64, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/privileges.js: line 240, col 13, 'set' is defined but never used. +test/activitypub/privileges.js: line 245, col 66, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/privileges.js: line 257, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/privileges.js: line 267, col 54, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/privileges.js: line 275, col 60, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/privileges.js: line 280, col 40, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/privileges.js: line 288, col 64, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/privileges.js: line 293, col 67, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/privileges.js: line 305, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/privileges.js: line 319, col 64, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/privileges.js: line 324, col 67, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/privileges.js: line 336, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/privileges.js: line 354, col 104, Line is too long. +test/activitypub/privileges.js: line 354, col 92, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/privileges.js: line 374, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/privileges.js: line 391, col 104, Line is too long. +test/activitypub/privileges.js: line 391, col 92, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/privileges.js: line 411, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/privileges.js: line 431, col 64, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/privileges.js: line 436, col 67, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/privileges.js: line 20, col 1, 'describe' is not defined. +test/activitypub/privileges.js: line 26, col 3, 'describe' is not defined. +test/activitypub/privileges.js: line 27, col 5, 'describe' is not defined. +test/activitypub/privileges.js: line 49, col 7, 'describe' is not defined. +test/activitypub/privileges.js: line 77, col 7, 'describe' is not defined. +test/activitypub/privileges.js: line 78, col 9, 'describe' is not defined. +test/activitypub/privileges.js: line 96, col 9, 'describe' is not defined. +test/activitypub/privileges.js: line 133, col 9, 'describe' is not defined. +test/activitypub/privileges.js: line 165, col 7, 'describe' is not defined. +test/activitypub/privileges.js: line 184, col 5, 'describe' is not defined. +test/activitypub/privileges.js: line 194, col 7, 'describe' is not defined. +test/activitypub/privileges.js: line 208, col 1, 'describe' is not defined. +test/activitypub/privileges.js: line 214, col 3, 'describe' is not defined. +test/activitypub/privileges.js: line 253, col 3, 'describe' is not defined. +test/activitypub/privileges.js: line 301, col 3, 'describe' is not defined. +test/activitypub/privileges.js: line 332, col 3, 'describe' is not defined. +test/activitypub/privileges.js: line 370, col 3, 'describe' is not defined. +test/activitypub/privileges.js: line 407, col 3, 'describe' is not defined. +test/activitypub/privileges.js: line 21, col 3, 'before' is not defined. +test/activitypub/privileges.js: line 35, col 7, 'before' is not defined. +test/activitypub/privileges.js: line 82, col 11, 'before' is not defined. +test/activitypub/privileges.js: line 100, col 11, 'before' is not defined. +test/activitypub/privileges.js: line 137, col 11, 'before' is not defined. +test/activitypub/privileges.js: line 188, col 7, 'before' is not defined. +test/activitypub/privileges.js: line 209, col 3, 'before' is not defined. +test/activitypub/privileges.js: line 218, col 5, 'before' is not defined. +test/activitypub/privileges.js: line 257, col 5, 'before' is not defined. +test/activitypub/privileges.js: line 305, col 5, 'before' is not defined. +test/activitypub/privileges.js: line 336, col 5, 'before' is not defined. +test/activitypub/privileges.js: line 374, col 5, 'before' is not defined. +test/activitypub/privileges.js: line 411, col 5, 'before' is not defined. +test/activitypub/privileges.js: line 50, col 9, 'it' is not defined. +test/activitypub/privileges.js: line 55, col 9, 'it' is not defined. +test/activitypub/privileges.js: line 62, col 9, 'it' is not defined. +test/activitypub/privileges.js: line 69, col 9, 'it' is not defined. +test/activitypub/privileges.js: line 90, col 11, 'it' is not defined. +test/activitypub/privileges.js: line 113, col 11, 'it' is not defined. +test/activitypub/privileges.js: line 118, col 11, 'it' is not defined. +test/activitypub/privileges.js: line 150, col 11, 'it' is not defined. +test/activitypub/privileges.js: line 155, col 11, 'it' is not defined. +test/activitypub/privileges.js: line 166, col 9, 'it' is not defined. +test/activitypub/privileges.js: line 170, col 9, 'it' is not defined. +test/activitypub/privileges.js: line 174, col 9, 'it' is not defined. +test/activitypub/privileges.js: line 178, col 9, 'it' is not defined. +test/activitypub/privileges.js: line 195, col 9, 'it' is not defined. +test/activitypub/privileges.js: line 226, col 5, 'it' is not defined. +test/activitypub/privileges.js: line 234, col 5, 'it' is not defined. +test/activitypub/privileges.js: line 239, col 5, 'it' is not defined. +test/activitypub/privileges.js: line 245, col 5, 'it' is not defined. +test/activitypub/privileges.js: line 267, col 5, 'it' is not defined. +test/activitypub/privileges.js: line 275, col 5, 'it' is not defined. +test/activitypub/privileges.js: line 280, col 5, 'it' is not defined. +test/activitypub/privileges.js: line 288, col 5, 'it' is not defined. +test/activitypub/privileges.js: line 293, col 5, 'it' is not defined. +test/activitypub/privileges.js: line 319, col 5, 'it' is not defined. +test/activitypub/privileges.js: line 324, col 5, 'it' is not defined. +test/activitypub/privileges.js: line 354, col 5, 'it' is not defined. +test/activitypub/privileges.js: line 391, col 5, 'it' is not defined. +test/activitypub/privileges.js: line 431, col 5, 'it' is not defined. +test/activitypub/privileges.js: line 436, col 5, 'it' is not defined. +test/activitypub/privileges.js: line 109, col 11, 'after' is not defined. +test/activitypub/privileges.js: line 146, col 11, 'after' is not defined. + +test/activitypub/signatures.js: line 16, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/signatures.js: line 20, col 85, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/signatures.js: line 30, col 115, Line is too long. +test/activitypub/signatures.js: line 30, col 103, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/signatures.js: line 41, col 68, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/signatures.js: line 54, col 76, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/signatures.js: line 64, col 64, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/signatures.js: line 74, col 59, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/signatures.js: line 101, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/signatures.js: line 106, col 103, Line is too long. +test/activitypub/signatures.js: line 106, col 91, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/signatures.js: line 113, col 12, 'object spread property' is only available in ES9 (use 'esversion: 9'). +test/activitypub/signatures.js: line 114, col 12, 'object spread property' is only available in ES9 (use 'esversion: 9'). +test/activitypub/signatures.js: line 116, col 25, 'object spread property' is only available in ES9 (use 'esversion: 9'). +test/activitypub/signatures.js: line 124, col 62, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/signatures.js: line 131, col 12, 'object spread property' is only available in ES9 (use 'esversion: 9'). +test/activitypub/signatures.js: line 132, col 12, 'object spread property' is only available in ES9 (use 'esversion: 9'). +test/activitypub/signatures.js: line 135, col 25, 'object spread property' is only available in ES9 (use 'esversion: 9'). +test/activitypub/signatures.js: line 12, col 1, 'describe' is not defined. +test/activitypub/signatures.js: line 13, col 3, 'describe' is not defined. +test/activitypub/signatures.js: line 85, col 3, 'describe' is not defined. +test/activitypub/signatures.js: line 16, col 5, 'before' is not defined. +test/activitypub/signatures.js: line 101, col 5, 'before' is not defined. +test/activitypub/signatures.js: line 20, col 5, 'it' is not defined. +test/activitypub/signatures.js: line 30, col 5, 'it' is not defined. +test/activitypub/signatures.js: line 41, col 5, 'it' is not defined. +test/activitypub/signatures.js: line 54, col 5, 'it' is not defined. +test/activitypub/signatures.js: line 64, col 5, 'it' is not defined. +test/activitypub/signatures.js: line 74, col 5, 'it' is not defined. +test/activitypub/signatures.js: line 106, col 5, 'it' is not defined. +test/activitypub/signatures.js: line 124, col 5, 'it' is not defined. + +test/activitypub/webfinger.js: line 17, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/webfinger.js: line 22, col 74, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/webfinger.js: line 23, col 121, Line is too long. +test/activitypub/webfinger.js: line 29, col 69, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/webfinger.js: line 30, col 111, Line is too long. +test/activitypub/webfinger.js: line 36, col 115, Line is too long. +test/activitypub/webfinger.js: line 36, col 103, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/webfinger.js: line 38, col 122, Line is too long. +test/activitypub/webfinger.js: line 45, col 60, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub/webfinger.js: line 46, col 128, Line is too long. +test/activitypub/webfinger.js: line 59, col 124, Line is too long. +test/activitypub/webfinger.js: line 12, col 1, 'describe' is not defined. +test/activitypub/webfinger.js: line 17, col 3, 'beforeEach' is not defined. +test/activitypub/webfinger.js: line 22, col 3, 'it' is not defined. +test/activitypub/webfinger.js: line 29, col 3, 'it' is not defined. +test/activitypub/webfinger.js: line 36, col 3, 'it' is not defined. +test/activitypub/webfinger.js: line 45, col 3, 'it' is not defined. + +test/activitypub.js: line 22, col 10, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub.js: line 33, col 73, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub.js: line 36, col 133, Line is too long. +test/activitypub.js: line 43, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub.js: line 47, col 49, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub.js: line 50, col 57, 'Trailing comma in arguments lists' is only available in ES8 (use 'esversion: 8'). +test/activitypub.js: line 54, col 57, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub.js: line 56, col 111, Line is too long. +test/activitypub.js: line 59, col 72, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub.js: line 70, col 68, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub.js: line 71, col 125, Line is too long. +test/activitypub.js: line 75, col 115, Line is too long. +test/activitypub.js: line 75, col 103, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub.js: line 78, col 158, Line is too long. +test/activitypub.js: line 111, col 56, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub.js: line 116, col 53, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub.js: line 121, col 87, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub.js: line 137, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub.js: line 142, col 67, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub.js: line 148, col 80, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub.js: line 149, col 119, Line is too long. +test/activitypub.js: line 154, col 79, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub.js: line 155, col 114, Line is too long. +test/activitypub.js: line 159, col 60, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub.js: line 160, col 107, Line is too long. +test/activitypub.js: line 164, col 51, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub.js: line 179, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub.js: line 190, col 68, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub.js: line 196, col 67, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub.js: line 199, col 108, Line is too long. +test/activitypub.js: line 202, col 67, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub.js: line 203, col 102, Line is too long. +test/activitypub.js: line 208, col 67, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub.js: line 214, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub.js: line 226, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub.js: line 230, col 77, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub.js: line 246, col 107, Line is too long. +test/activitypub.js: line 246, col 95, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub.js: line 258, col 116, Line is too long. +test/activitypub.js: line 258, col 104, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub.js: line 311, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub.js: line 326, col 117, Line is too long. +test/activitypub.js: line 326, col 105, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub.js: line 341, col 70, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub.js: line 345, col 66, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub.js: line 359, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub.js: line 370, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub.js: line 385, col 58, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub.js: line 386, col 112, Line is too long. +test/activitypub.js: line 400, col 107, Line is too long. +test/activitypub.js: line 413, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub.js: line 444, col 113, Line is too long. +test/activitypub.js: line 450, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub.js: line 453, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/activitypub.js: line 21, col 1, 'describe' is not defined. +test/activitypub.js: line 32, col 3, 'describe' is not defined. +test/activitypub.js: line 42, col 3, 'describe' is not defined. +test/activitypub.js: line 90, col 3, 'describe' is not defined. +test/activitypub.js: line 91, col 5, 'describe' is not defined. +test/activitypub.js: line 95, col 5, 'describe' is not defined. +test/activitypub.js: line 99, col 5, 'describe' is not defined. +test/activitypub.js: line 133, col 5, 'describe' is not defined. +test/activitypub.js: line 170, col 5, 'describe' is not defined. +test/activitypub.js: line 223, col 3, 'describe' is not defined. +test/activitypub.js: line 272, col 3, 'describe' is not defined. +test/activitypub.js: line 273, col 5, 'describe' is not defined. +test/activitypub.js: line 274, col 7, 'describe' is not defined. +test/activitypub.js: line 354, col 3, 'describe' is not defined. +test/activitypub.js: line 355, col 5, 'describe' is not defined. +test/activitypub.js: line 365, col 7, 'describe' is not defined. +test/activitypub.js: line 408, col 7, 'describe' is not defined. +test/activitypub.js: line 450, col 3, 'describe' is not defined. +test/activitypub.js: line 22, col 3, 'before' is not defined. +test/activitypub.js: line 43, col 5, 'before' is not defined. +test/activitypub.js: line 103, col 7, 'before' is not defined. +test/activitypub.js: line 179, col 7, 'before' is not defined. +test/activitypub.js: line 311, col 9, 'before' is not defined. +test/activitypub.js: line 359, col 7, 'before' is not defined. +test/activitypub.js: line 370, col 9, 'before' is not defined. +test/activitypub.js: line 413, col 9, 'before' is not defined. +test/activitypub.js: line 453, col 5, 'before' is not defined. +test/activitypub.js: line 28, col 3, 'after' is not defined. +test/activitypub.js: line 85, col 5, 'after' is not defined. +test/activitypub.js: line 214, col 7, 'after' is not defined. +test/activitypub.js: line 33, col 5, 'it' is not defined. +test/activitypub.js: line 47, col 5, 'it' is not defined. +test/activitypub.js: line 54, col 5, 'it' is not defined. +test/activitypub.js: line 59, col 5, 'it' is not defined. +test/activitypub.js: line 70, col 5, 'it' is not defined. +test/activitypub.js: line 75, col 5, 'it' is not defined. +test/activitypub.js: line 111, col 7, 'it' is not defined. +test/activitypub.js: line 116, col 7, 'it' is not defined. +test/activitypub.js: line 121, col 7, 'it' is not defined. +test/activitypub.js: line 142, col 7, 'it' is not defined. +test/activitypub.js: line 148, col 7, 'it' is not defined. +test/activitypub.js: line 154, col 7, 'it' is not defined. +test/activitypub.js: line 159, col 7, 'it' is not defined. +test/activitypub.js: line 164, col 7, 'it' is not defined. +test/activitypub.js: line 190, col 7, 'it' is not defined. +test/activitypub.js: line 196, col 7, 'it' is not defined. +test/activitypub.js: line 202, col 7, 'it' is not defined. +test/activitypub.js: line 208, col 7, 'it' is not defined. +test/activitypub.js: line 230, col 5, 'it' is not defined. +test/activitypub.js: line 246, col 5, 'it' is not defined. +test/activitypub.js: line 258, col 5, 'it' is not defined. +test/activitypub.js: line 326, col 9, 'it' is not defined. +test/activitypub.js: line 341, col 9, 'it' is not defined. +test/activitypub.js: line 345, col 9, 'it' is not defined. +test/activitypub.js: line 385, col 9, 'it' is not defined. +test/activitypub.js: line 395, col 9, 'it' is not defined. +test/activitypub.js: line 399, col 9, 'it' is not defined. +test/activitypub.js: line 403, col 9, 'it' is not defined. +test/activitypub.js: line 430, col 9, 'it' is not defined. +test/activitypub.js: line 434, col 9, 'it' is not defined. +test/activitypub.js: line 438, col 9, 'it' is not defined. +test/activitypub.js: line 443, col 9, 'it' is not defined. +test/activitypub.js: line 457, col 5, 'it' is not defined. +test/activitypub.js: line 137, col 7, 'beforeEach' is not defined. +test/activitypub.js: line 226, col 5, 'beforeEach' is not defined. + +test/api.js: line 30, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/api.js: line 38, col 118, Line is too long. +test/api.js: line 170, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/api.js: line 170, col 34, 'data' is defined but never used. +test/api.js: line 173, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/api.js: line 173, col 35, 'data' is defined but never used. +test/api.js: line 177, col 9, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/api.js: line 182, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/api.js: line 192, col 112, Line is too long. +test/api.js: line 197, col 106, Line is too long. +test/api.js: line 201, col 152, Line is too long. +test/api.js: line 229, col 65, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/api.js: line 280, col 118, Line is too long. +test/api.js: line 283, col 131, Line is too long. +test/api.js: line 285, col 124, Line is too long. +test/api.js: line 306, col 143, Line is too long. +test/api.js: line 306, col 59, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/api.js: line 342, col 43, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/api.js: line 354, col 67, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/api.js: line 372, col 123, Line is too long. +test/api.js: line 391, col 124, Line is too long. +test/api.js: line 410, col 111, Line is too long. +test/api.js: line 411, col 181, Line is too long. +test/api.js: line 446, col 130, Line is too long. +test/api.js: line 447, col 155, Line is too long. +test/api.js: line 459, col 143, Line is too long. +test/api.js: line 478, col 139, Line is too long. +test/api.js: line 479, col 108, Line is too long. +test/api.js: line 487, col 109, Line is too long. +test/api.js: line 490, col 101, Line is too long. +test/api.js: line 491, col 112, Line is too long. +test/api.js: line 496, col 48, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/api.js: line 510, col 104, Line is too long. +test/api.js: line 511, col 131, Line is too long. +test/api.js: line 527, col 118, Line is too long. +test/api.js: line 542, col 114, Line is too long. +test/api.js: line 554, col 117, Line is too long. +test/api.js: line 560, col 105, Line is too long. +test/api.js: line 575, col 108, Line is too long. +test/api.js: line 586, col 54, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/api.js: line 587, col 139, Line is too long. +test/api.js: line 629, col 128, Line is too long. +test/api.js: line 633, col 21, 'object spread property' is only available in ES9 (use 'esversion: 9'). +test/api.js: line 633, col 30, 'object spread property' is only available in ES9 (use 'esversion: 9'). +test/api.js: line 650, col 158, Line is too long. +test/api.js: line 652, col 103, Line is too long. +test/api.js: line 658, col 167, Line is too long. +test/api.js: line 662, col 194, Line is too long. +test/api.js: line 665, col 196, Line is too long. +test/api.js: line 672, col 189, Line is too long. +test/api.js: line 673, col 108, Line is too long. +test/api.js: line 677, col 198, Line is too long. +test/api.js: line 681, col 254, Line is too long. +test/api.js: line 684, col 156, Line is too long. +test/api.js: line 686, col 109, Line is too long. +test/api.js: line 690, col 215, Line is too long. +test/api.js: line 705, col 175, Line is too long. +test/api.js: line 30, col 1, 'describe' is not defined. +test/api.js: line 396, col 7, 'describe' is not defined. +test/api.js: line 177, col 3, 'after' is not defined. +test/api.js: line 342, col 3, 'it' is not defined. +test/api.js: line 354, col 3, 'it' is not defined. +test/api.js: line 397, col 9, 'it' is not defined. +test/api.js: line 439, col 9, 'it' is not defined. +test/api.js: line 450, col 9, 'it' is not defined. +test/api.js: line 478, col 9, 'it' is not defined. +test/api.js: line 496, col 9, 'it' is not defined. +test/api.js: line 536, col 9, 'it' is not defined. +test/api.js: line 548, col 9, 'it' is not defined. +test/api.js: line 586, col 9, 'it' is not defined. + +test/authentication.js: line 21, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/authentication.js: line 21, col 35, 'data' is defined but never used. +test/authentication.js: line 30, col 109, Line is too long. +test/authentication.js: line 42, col 49, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/authentication.js: line 50, col 82, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/authentication.js: line 53, col 113, Line is too long. +test/authentication.js: line 53, col 11, 'uid' is defined but never used. +test/authentication.js: line 60, col 61, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/authentication.js: line 69, col 61, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/authentication.js: line 78, col 61, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/authentication.js: line 87, col 61, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/authentication.js: line 96, col 42, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/authentication.js: line 131, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/authentication.js: line 141, col 70, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/authentication.js: line 153, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/authentication.js: line 185, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/authentication.js: line 190, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/authentication.js: line 203, col 83, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/authentication.js: line 211, col 67, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/authentication.js: line 227, col 116, Line is too long. +test/authentication.js: line 227, col 104, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/authentication.js: line 237, col 81, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/authentication.js: line 252, col 61, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/authentication.js: line 269, col 55, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/authentication.js: line 287, col 53, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/authentication.js: line 293, col 51, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/authentication.js: line 299, col 51, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/authentication.js: line 305, col 65, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/authentication.js: line 311, col 73, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/authentication.js: line 318, col 62, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/authentication.js: line 328, col 57, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/authentication.js: line 336, col 60, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/authentication.js: line 346, col 56, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/authentication.js: line 357, col 67, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/authentication.js: line 370, col 57, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/authentication.js: line 380, col 48, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/authentication.js: line 394, col 44, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/authentication.js: line 403, col 77, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/authentication.js: line 411, col 42, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/authentication.js: line 434, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/authentication.js: line 435, col 105, Line is too long. +test/authentication.js: line 438, col 54, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/authentication.js: line 440, col 106, Line is too long. +test/authentication.js: line 454, col 106, Line is too long. +test/authentication.js: line 460, col 114, Line is too long. +test/authentication.js: line 460, col 102, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/authentication.js: line 466, col 106, Line is too long. +test/authentication.js: line 466, col 94, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/authentication.js: line 474, col 59, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/authentication.js: line 492, col 61, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/authentication.js: line 503, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/authentication.js: line 515, col 42, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/authentication.js: line 526, col 45, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/authentication.js: line 537, col 66, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/authentication.js: line 548, col 48, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/authentication.js: line 18, col 1, 'describe' is not defined. +test/authentication.js: line 162, col 3, 'describe' is not defined. +test/authentication.js: line 427, col 3, 'describe' is not defined. +test/authentication.js: line 499, col 3, 'describe' is not defined. +test/authentication.js: line 23, col 3, 'before' is not defined. +test/authentication.js: line 434, col 5, 'before' is not defined. +test/authentication.js: line 503, col 5, 'before' is not defined. +test/authentication.js: line 38, col 3, 'after' is not defined. +test/authentication.js: line 42, col 3, 'it' is not defined. +test/authentication.js: line 50, col 3, 'it' is not defined. +test/authentication.js: line 60, col 3, 'it' is not defined. +test/authentication.js: line 69, col 3, 'it' is not defined. +test/authentication.js: line 78, col 3, 'it' is not defined. +test/authentication.js: line 87, col 3, 'it' is not defined. +test/authentication.js: line 96, col 3, 'it' is not defined. +test/authentication.js: line 131, col 3, 'it' is not defined. +test/authentication.js: line 141, col 3, 'it' is not defined. +test/authentication.js: line 153, col 3, 'it' is not defined. +test/authentication.js: line 190, col 5, 'it' is not defined. +test/authentication.js: line 203, col 5, 'it' is not defined. +test/authentication.js: line 211, col 5, 'it' is not defined. +test/authentication.js: line 227, col 5, 'it' is not defined. +test/authentication.js: line 237, col 5, 'it' is not defined. +test/authentication.js: line 252, col 5, 'it' is not defined. +test/authentication.js: line 269, col 3, 'it' is not defined. +test/authentication.js: line 287, col 3, 'it' is not defined. +test/authentication.js: line 293, col 3, 'it' is not defined. +test/authentication.js: line 299, col 3, 'it' is not defined. +test/authentication.js: line 305, col 3, 'it' is not defined. +test/authentication.js: line 311, col 3, 'it' is not defined. +test/authentication.js: line 318, col 3, 'it' is not defined. +test/authentication.js: line 328, col 3, 'it' is not defined. +test/authentication.js: line 336, col 3, 'it' is not defined. +test/authentication.js: line 346, col 3, 'it' is not defined. +test/authentication.js: line 357, col 3, 'it' is not defined. +test/authentication.js: line 370, col 3, 'it' is not defined. +test/authentication.js: line 380, col 3, 'it' is not defined. +test/authentication.js: line 394, col 3, 'it' is not defined. +test/authentication.js: line 403, col 3, 'it' is not defined. +test/authentication.js: line 411, col 3, 'it' is not defined. +test/authentication.js: line 438, col 5, 'it' is not defined. +test/authentication.js: line 460, col 5, 'it' is not defined. +test/authentication.js: line 466, col 5, 'it' is not defined. +test/authentication.js: line 474, col 3, 'it' is not defined. +test/authentication.js: line 492, col 3, 'it' is not defined. +test/authentication.js: line 515, col 5, 'it' is not defined. +test/authentication.js: line 526, col 5, 'it' is not defined. +test/authentication.js: line 537, col 5, 'it' is not defined. +test/authentication.js: line 548, col 5, 'it' is not defined. +test/authentication.js: line 185, col 5, 'beforeEach' is not defined. + +test/batch.js: line 55, col 52, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/batch.js: line 68, col 52, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/batch.js: line 70, col 47, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/batch.js: line 80, col 55, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/batch.js: line 90, col 52, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/batch.js: line 120, col 47, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/batch.js: line 10, col 1, 'describe' is not defined. +test/batch.js: line 13, col 3, 'before' is not defined. +test/batch.js: line 21, col 3, 'it' is not defined. +test/batch.js: line 40, col 3, 'it' is not defined. +test/batch.js: line 55, col 3, 'it' is not defined. +test/batch.js: line 68, col 3, 'it' is not defined. +test/batch.js: line 80, col 3, 'it' is not defined. +test/batch.js: line 101, col 3, 'it' is not defined. +test/batch.js: line 120, col 3, 'it' is not defined. +test/batch.js: line 3, col 7, 'async' is defined but never used. + +test/blacklist.js: line 28, col 14, 'data' is defined but never used. +test/blacklist.js: line 11, col 1, 'describe' is not defined. +test/blacklist.js: line 14, col 3, 'before' is not defined. +test/blacklist.js: line 25, col 3, 'it' is not defined. +test/blacklist.js: line 34, col 3, 'it' is not defined. +test/blacklist.js: line 41, col 3, 'it' is not defined. +test/blacklist.js: line 48, col 3, 'it' is not defined. +test/blacklist.js: line 55, col 3, 'it' is not defined. +test/blacklist.js: line 62, col 3, 'it' is not defined. +test/blacklist.js: line 69, col 3, 'it' is not defined. +test/blacklist.js: line 76, col 3, 'it' is not defined. +test/blacklist.js: line 3, col 7, 'async' is defined but never used. +test/blacklist.js: line 6, col 7, 'db' is defined but never used. + +test/build.js: line 13, col 10, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/build.js: line 17, col 9, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/build.js: line 19, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/build.js: line 72, col 184, Line is too long. +test/build.js: line 80, col 136, Line is too long. +test/build.js: line 89, col 10, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/build.js: line 185, col 103, Line is too long. +test/build.js: line 190, col 108, Line is too long. +test/build.js: line 11, col 1, 'describe' is not defined. +test/build.js: line 86, col 1, 'describe' is not defined. +test/build.js: line 13, col 3, 'before' is not defined. +test/build.js: line 89, col 3, 'before' is not defined. +test/build.js: line 17, col 3, 'after' is not defined. +test/build.js: line 33, col 3, 'it' is not defined. +test/build.js: line 69, col 3, 'it' is not defined. +test/build.js: line 77, col 3, 'it' is not defined. +test/build.js: line 94, col 3, 'it' is not defined. +test/build.js: line 101, col 3, 'it' is not defined. +test/build.js: line 110, col 3, 'it' is not defined. +test/build.js: line 120, col 3, 'it' is not defined. +test/build.js: line 130, col 3, 'it' is not defined. +test/build.js: line 139, col 3, 'it' is not defined. +test/build.js: line 167, col 3, 'it' is not defined. +test/build.js: line 178, col 3, 'it' is not defined. + +test/categories.js: line 20, col 10, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/categories.js: line 80, col 38, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/categories.js: line 81, col 118, Line is too long. +test/categories.js: line 145, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/categories.js: line 182, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/categories.js: line 241, col 48, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/categories.js: line 249, col 79, 'Trailing comma in arguments lists' is only available in ES8 (use 'esversion: 8'). +test/categories.js: line 304, col 117, Line is too long. +test/categories.js: line 318, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/categories.js: line 328, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/categories.js: line 339, col 49, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/categories.js: line 349, col 57, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/categories.js: line 365, col 58, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/categories.js: line 366, col 103, Line is too long. +test/categories.js: line 368, col 126, Line is too long. +test/categories.js: line 385, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/categories.js: line 406, col 44, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/categories.js: line 408, col 105, Line is too long. +test/categories.js: line 409, col 105, Line is too long. +test/categories.js: line 410, col 105, Line is too long. +test/categories.js: line 422, col 102, Line is too long. +test/categories.js: line 422, col 90, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/categories.js: line 442, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/categories.js: line 466, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/categories.js: line 467, col 160, Line is too long. +test/categories.js: line 468, col 107, Line is too long. +test/categories.js: line 472, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/categories.js: line 473, col 159, Line is too long. +test/categories.js: line 474, col 107, Line is too long. +test/categories.js: line 478, col 41, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/categories.js: line 487, col 46, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/categories.js: line 498, col 104, Line is too long. +test/categories.js: line 503, col 53, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/categories.js: line 506, col 126, Line is too long. +test/categories.js: line 510, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/categories.js: line 517, col 67, 'Trailing comma in arguments lists' is only available in ES8 (use 'esversion: 8'). +test/categories.js: line 515, col 13, 'destinationCategory' is defined but never used. +test/categories.js: line 523, col 56, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/categories.js: line 533, col 110, Line is too long. +test/categories.js: line 538, col 75, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/categories.js: line 548, col 137, Line is too long. +test/categories.js: line 596, col 104, Line is too long. +test/categories.js: line 619, col 104, Line is too long. +test/categories.js: line 777, col 105, Line is too long. +test/categories.js: line 777, col 93, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/categories.js: line 825, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/categories.js: line 842, col 60, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/categories.js: line 850, col 65, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/categories.js: line 858, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/categories.js: line 894, col 50, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/categories.js: line 15, col 1, 'describe' is not defined. +test/categories.js: line 87, col 3, 'describe' is not defined. +test/categories.js: line 106, col 3, 'describe' is not defined. +test/categories.js: line 142, col 3, 'describe' is not defined. +test/categories.js: line 179, col 3, 'describe' is not defined. +test/categories.js: line 324, col 3, 'describe' is not defined. +test/categories.js: line 575, col 3, 'describe' is not defined. +test/categories.js: line 650, col 3, 'describe' is not defined. +test/categories.js: line 822, col 5, 'describe' is not defined. +test/categories.js: line 868, col 3, 'describe' is not defined. +test/categories.js: line 20, col 3, 'before' is not defined. +test/categories.js: line 145, col 5, 'before' is not defined. +test/categories.js: line 182, col 5, 'before' is not defined. +test/categories.js: line 328, col 5, 'before' is not defined. +test/categories.js: line 578, col 5, 'before' is not defined. +test/categories.js: line 825, col 7, 'before' is not defined. +test/categories.js: line 27, col 3, 'it' is not defined. +test/categories.js: line 42, col 3, 'it' is not defined. +test/categories.js: line 59, col 3, 'it' is not defined. +test/categories.js: line 71, col 3, 'it' is not defined. +test/categories.js: line 80, col 3, 'it' is not defined. +test/categories.js: line 88, col 5, 'it' is not defined. +test/categories.js: line 107, col 5, 'it' is not defined. +test/categories.js: line 124, col 5, 'it' is not defined. +test/categories.js: line 163, col 5, 'it' is not defined. +test/categories.js: line 199, col 5, 'it' is not defined. +test/categories.js: line 207, col 5, 'it' is not defined. +test/categories.js: line 215, col 5, 'it' is not defined. +test/categories.js: line 223, col 5, 'it' is not defined. +test/categories.js: line 241, col 5, 'it' is not defined. +test/categories.js: line 253, col 5, 'it' is not defined. +test/categories.js: line 261, col 5, 'it' is not defined. +test/categories.js: line 269, col 5, 'it' is not defined. +test/categories.js: line 277, col 5, 'it' is not defined. +test/categories.js: line 292, col 5, 'it' is not defined. +test/categories.js: line 303, col 5, 'it' is not defined. +test/categories.js: line 310, col 5, 'it' is not defined. +test/categories.js: line 318, col 5, 'it' is not defined. +test/categories.js: line 339, col 5, 'it' is not defined. +test/categories.js: line 349, col 5, 'it' is not defined. +test/categories.js: line 365, col 5, 'it' is not defined. +test/categories.js: line 385, col 5, 'it' is not defined. +test/categories.js: line 406, col 5, 'it' is not defined. +test/categories.js: line 422, col 5, 'it' is not defined. +test/categories.js: line 442, col 5, 'it' is not defined. +test/categories.js: line 458, col 5, 'it' is not defined. +test/categories.js: line 466, col 5, 'it' is not defined. +test/categories.js: line 472, col 5, 'it' is not defined. +test/categories.js: line 478, col 5, 'it' is not defined. +test/categories.js: line 487, col 5, 'it' is not defined. +test/categories.js: line 503, col 5, 'it' is not defined. +test/categories.js: line 510, col 5, 'it' is not defined. +test/categories.js: line 523, col 5, 'it' is not defined. +test/categories.js: line 538, col 5, 'it' is not defined. +test/categories.js: line 554, col 3, 'it' is not defined. +test/categories.js: line 588, col 5, 'it' is not defined. +test/categories.js: line 595, col 5, 'it' is not defined. +test/categories.js: line 603, col 5, 'it' is not defined. +test/categories.js: line 618, col 5, 'it' is not defined. +test/categories.js: line 626, col 5, 'it' is not defined. +test/categories.js: line 634, col 5, 'it' is not defined. +test/categories.js: line 653, col 5, 'it' is not defined. +test/categories.js: line 661, col 5, 'it' is not defined. +test/categories.js: line 669, col 5, 'it' is not defined. +test/categories.js: line 695, col 5, 'it' is not defined. +test/categories.js: line 723, col 5, 'it' is not defined. +test/categories.js: line 749, col 5, 'it' is not defined. +test/categories.js: line 777, col 5, 'it' is not defined. +test/categories.js: line 814, col 5, 'it' is not defined. +test/categories.js: line 832, col 7, 'it' is not defined. +test/categories.js: line 842, col 7, 'it' is not defined. +test/categories.js: line 850, col 7, 'it' is not defined. +test/categories.js: line 870, col 5, 'it' is not defined. +test/categories.js: line 894, col 3, 'it' is not defined. +test/categories.js: line 858, col 7, 'after' is not defined. + +test/controllers-admin.js: line 47, col 8, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers-admin.js: line 57, col 146, Line is too long. +test/controllers-admin.js: line 62, col 167, Line is too long. +test/controllers-admin.js: line 68, col 41, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers-admin.js: line 78, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers-admin.js: line 81, col 134, Line is too long. +test/controllers-admin.js: line 83, col 136, Line is too long. +test/controllers-admin.js: line 89, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers-admin.js: line 96, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers-admin.js: line 97, col 118, Line is too long. +test/controllers-admin.js: line 104, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers-admin.js: line 105, col 106, Line is too long. +test/controllers-admin.js: line 110, col 40, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers-admin.js: line 111, col 121, Line is too long. +test/controllers-admin.js: line 116, col 44, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers-admin.js: line 117, col 110, Line is too long. +test/controllers-admin.js: line 122, col 43, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers-admin.js: line 123, col 116, Line is too long. +test/controllers-admin.js: line 128, col 52, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers-admin.js: line 129, col 112, Line is too long. +test/controllers-admin.js: line 134, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers-admin.js: line 135, col 106, Line is too long. +test/controllers-admin.js: line 140, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers-admin.js: line 141, col 107, Line is too long. +test/controllers-admin.js: line 146, col 43, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers-admin.js: line 147, col 109, Line is too long. +test/controllers-admin.js: line 152, col 41, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers-admin.js: line 153, col 107, Line is too long. +test/controllers-admin.js: line 158, col 40, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers-admin.js: line 159, col 106, Line is too long. +test/controllers-admin.js: line 164, col 42, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers-admin.js: line 165, col 108, Line is too long. +test/controllers-admin.js: line 173, col 63, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers-admin.js: line 174, col 108, Line is too long. +test/controllers-admin.js: line 178, col 46, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers-admin.js: line 179, col 125, Line is too long. +test/controllers-admin.js: line 184, col 46, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers-admin.js: line 185, col 126, Line is too long. +test/controllers-admin.js: line 198, col 43, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers-admin.js: line 200, col 101, Line is too long. +test/controllers-admin.js: line 208, col 41, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers-admin.js: line 209, col 121, Line is too long. +test/controllers-admin.js: line 215, col 110, Line is too long. +test/controllers-admin.js: line 215, col 98, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers-admin.js: line 222, col 128, Line is too long. +test/controllers-admin.js: line 236, col 56, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers-admin.js: line 237, col 136, Line is too long. +test/controllers-admin.js: line 243, col 73, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers-admin.js: line 244, col 153, Line is too long. +test/controllers-admin.js: line 250, col 53, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers-admin.js: line 251, col 133, Line is too long. +test/controllers-admin.js: line 257, col 59, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers-admin.js: line 258, col 117, Line is too long. +test/controllers-admin.js: line 264, col 48, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers-admin.js: line 265, col 116, Line is too long. +test/controllers-admin.js: line 270, col 47, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers-admin.js: line 276, col 45, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers-admin.js: line 277, col 121, Line is too long. +test/controllers-admin.js: line 282, col 47, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers-admin.js: line 283, col 127, Line is too long. +test/controllers-admin.js: line 292, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers-admin.js: line 306, col 41, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers-admin.js: line 307, col 117, Line is too long. +test/controllers-admin.js: line 312, col 82, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers-admin.js: line 313, col 109, Line is too long. +test/controllers-admin.js: line 323, col 58, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers-admin.js: line 324, col 109, Line is too long. +test/controllers-admin.js: line 334, col 43, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers-admin.js: line 335, col 106, Line is too long. +test/controllers-admin.js: line 340, col 43, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers-admin.js: line 341, col 106, Line is too long. +test/controllers-admin.js: line 346, col 80, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers-admin.js: line 347, col 111, Line is too long. +test/controllers-admin.js: line 352, col 52, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers-admin.js: line 353, col 121, Line is too long. +test/controllers-admin.js: line 358, col 44, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers-admin.js: line 359, col 124, Line is too long. +test/controllers-admin.js: line 364, col 51, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers-admin.js: line 366, col 119, Line is too long. +test/controllers-admin.js: line 371, col 42, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers-admin.js: line 374, col 105, Line is too long. +test/controllers-admin.js: line 379, col 48, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers-admin.js: line 384, col 101, Line is too long. +test/controllers-admin.js: line 390, col 45, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers-admin.js: line 391, col 108, Line is too long. +test/controllers-admin.js: line 396, col 47, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers-admin.js: line 397, col 110, Line is too long. +test/controllers-admin.js: line 402, col 44, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers-admin.js: line 403, col 107, Line is too long. +test/controllers-admin.js: line 408, col 46, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers-admin.js: line 409, col 109, Line is too long. +test/controllers-admin.js: line 414, col 48, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers-admin.js: line 415, col 111, Line is too long. +test/controllers-admin.js: line 420, col 55, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers-admin.js: line 422, col 102, Line is too long. +test/controllers-admin.js: line 423, col 108, Line is too long. +test/controllers-admin.js: line 434, col 58, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers-admin.js: line 435, col 121, Line is too long. +test/controllers-admin.js: line 440, col 43, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers-admin.js: line 441, col 106, Line is too long. +test/controllers-admin.js: line 446, col 43, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers-admin.js: line 447, col 106, Line is too long. +test/controllers-admin.js: line 452, col 40, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers-admin.js: line 453, col 103, Line is too long. +test/controllers-admin.js: line 458, col 49, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers-admin.js: line 464, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers-admin.js: line 465, col 101, Line is too long. +test/controllers-admin.js: line 470, col 51, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers-admin.js: line 476, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers-admin.js: line 482, col 46, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers-admin.js: line 483, col 109, Line is too long. +test/controllers-admin.js: line 488, col 45, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers-admin.js: line 489, col 108, Line is too long. +test/controllers-admin.js: line 494, col 49, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers-admin.js: line 495, col 112, Line is too long. +test/controllers-admin.js: line 500, col 49, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers-admin.js: line 511, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers-admin.js: line 517, col 43, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers-admin.js: line 529, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers-admin.js: line 537, col 54, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers-admin.js: line 547, col 75, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers-admin.js: line 558, col 159, Line is too long. +test/controllers-admin.js: line 561, col 59, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers-admin.js: line 579, col 38, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers-admin.js: line 610, col 52, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers-admin.js: line 638, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers-admin.js: line 644, col 60, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers-admin.js: line 661, col 107, Line is too long. +test/controllers-admin.js: line 665, col 105, Line is too long. +test/controllers-admin.js: line 674, col 104, Line is too long. +test/controllers-admin.js: line 678, col 102, Line is too long. +test/controllers-admin.js: line 687, col 60, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers-admin.js: line 691, col 118, Line is too long. +test/controllers-admin.js: line 695, col 116, Line is too long. +test/controllers-admin.js: line 703, col 44, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers-admin.js: line 724, col 45, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers-admin.js: line 738, col 59, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers-admin.js: line 740, col 103, Line is too long. +test/controllers-admin.js: line 756, col 44, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers-admin.js: line 16, col 1, 'describe' is not defined. +test/controllers-admin.js: line 508, col 3, 'describe' is not defined. +test/controllers-admin.js: line 634, col 3, 'describe' is not defined. +test/controllers-admin.js: line 643, col 5, 'describe' is not defined. +test/controllers-admin.js: line 686, col 5, 'describe' is not defined. +test/controllers-admin.js: line 27, col 3, 'before' is not defined. +test/controllers-admin.js: line 511, col 5, 'before' is not defined. +test/controllers-admin.js: line 638, col 5, 'before' is not defined. +test/controllers-admin.js: line 68, col 3, 'it' is not defined. +test/controllers-admin.js: line 78, col 3, 'it' is not defined. +test/controllers-admin.js: line 96, col 3, 'it' is not defined. +test/controllers-admin.js: line 104, col 3, 'it' is not defined. +test/controllers-admin.js: line 110, col 3, 'it' is not defined. +test/controllers-admin.js: line 116, col 3, 'it' is not defined. +test/controllers-admin.js: line 122, col 3, 'it' is not defined. +test/controllers-admin.js: line 128, col 3, 'it' is not defined. +test/controllers-admin.js: line 134, col 3, 'it' is not defined. +test/controllers-admin.js: line 140, col 3, 'it' is not defined. +test/controllers-admin.js: line 146, col 3, 'it' is not defined. +test/controllers-admin.js: line 152, col 3, 'it' is not defined. +test/controllers-admin.js: line 158, col 3, 'it' is not defined. +test/controllers-admin.js: line 164, col 3, 'it' is not defined. +test/controllers-admin.js: line 173, col 3, 'it' is not defined. +test/controllers-admin.js: line 178, col 3, 'it' is not defined. +test/controllers-admin.js: line 184, col 3, 'it' is not defined. +test/controllers-admin.js: line 198, col 3, 'it' is not defined. +test/controllers-admin.js: line 208, col 3, 'it' is not defined. +test/controllers-admin.js: line 215, col 3, 'it' is not defined. +test/controllers-admin.js: line 236, col 3, 'it' is not defined. +test/controllers-admin.js: line 243, col 3, 'it' is not defined. +test/controllers-admin.js: line 250, col 3, 'it' is not defined. +test/controllers-admin.js: line 257, col 3, 'it' is not defined. +test/controllers-admin.js: line 264, col 3, 'it' is not defined. +test/controllers-admin.js: line 270, col 3, 'it' is not defined. +test/controllers-admin.js: line 276, col 3, 'it' is not defined. +test/controllers-admin.js: line 282, col 3, 'it' is not defined. +test/controllers-admin.js: line 288, col 3, 'it' is not defined. +test/controllers-admin.js: line 306, col 3, 'it' is not defined. +test/controllers-admin.js: line 312, col 3, 'it' is not defined. +test/controllers-admin.js: line 323, col 3, 'it' is not defined. +test/controllers-admin.js: line 334, col 3, 'it' is not defined. +test/controllers-admin.js: line 340, col 3, 'it' is not defined. +test/controllers-admin.js: line 346, col 3, 'it' is not defined. +test/controllers-admin.js: line 352, col 3, 'it' is not defined. +test/controllers-admin.js: line 358, col 3, 'it' is not defined. +test/controllers-admin.js: line 364, col 3, 'it' is not defined. +test/controllers-admin.js: line 371, col 3, 'it' is not defined. +test/controllers-admin.js: line 379, col 3, 'it' is not defined. +test/controllers-admin.js: line 390, col 3, 'it' is not defined. +test/controllers-admin.js: line 396, col 3, 'it' is not defined. +test/controllers-admin.js: line 402, col 3, 'it' is not defined. +test/controllers-admin.js: line 408, col 3, 'it' is not defined. +test/controllers-admin.js: line 414, col 3, 'it' is not defined. +test/controllers-admin.js: line 420, col 3, 'it' is not defined. +test/controllers-admin.js: line 434, col 3, 'it' is not defined. +test/controllers-admin.js: line 440, col 3, 'it' is not defined. +test/controllers-admin.js: line 446, col 3, 'it' is not defined. +test/controllers-admin.js: line 452, col 3, 'it' is not defined. +test/controllers-admin.js: line 458, col 3, 'it' is not defined. +test/controllers-admin.js: line 464, col 3, 'it' is not defined. +test/controllers-admin.js: line 470, col 3, 'it' is not defined. +test/controllers-admin.js: line 476, col 3, 'it' is not defined. +test/controllers-admin.js: line 482, col 3, 'it' is not defined. +test/controllers-admin.js: line 488, col 3, 'it' is not defined. +test/controllers-admin.js: line 494, col 3, 'it' is not defined. +test/controllers-admin.js: line 500, col 3, 'it' is not defined. +test/controllers-admin.js: line 517, col 5, 'it' is not defined. +test/controllers-admin.js: line 529, col 5, 'it' is not defined. +test/controllers-admin.js: line 537, col 5, 'it' is not defined. +test/controllers-admin.js: line 547, col 5, 'it' is not defined. +test/controllers-admin.js: line 561, col 5, 'it' is not defined. +test/controllers-admin.js: line 579, col 5, 'it' is not defined. +test/controllers-admin.js: line 610, col 3, 'it' is not defined. +test/controllers-admin.js: line 644, col 7, 'it' is not defined. +test/controllers-admin.js: line 687, col 7, 'it' is not defined. +test/controllers-admin.js: line 703, col 5, 'it' is not defined. +test/controllers-admin.js: line 724, col 5, 'it' is not defined. +test/controllers-admin.js: line 738, col 5, 'it' is not defined. +test/controllers-admin.js: line 756, col 5, 'it' is not defined. +test/controllers-admin.js: line 8, col 7, 'db' is defined but never used. + +test/controllers.js: line 35, col 10, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 54, col 122, Line is too long. +test/controllers.js: line 60, col 45, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 66, col 58, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 92, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 102, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 108, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 112, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 117, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 122, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 127, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 132, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 137, col 58, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 144, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 149, col 47, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 156, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 164, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 191, col 122, Line is too long. +test/controllers.js: line 225, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 237, col 40, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 255, col 108, Line is too long. +test/controllers.js: line 269, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 269, col 39, 'data' is defined but never used. +test/controllers.js: line 271, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 292, col 121, Line is too long. +test/controllers.js: line 292, col 109, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 315, col 83, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 328, col 47, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 337, col 54, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 350, col 67, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 363, col 54, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 377, col 72, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 395, col 78, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 418, col 72, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 439, col 74, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 464, col 107, Line is too long. +test/controllers.js: line 464, col 95, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 495, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 503, col 9, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 512, col 70, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 534, col 115, Line is too long. +test/controllers.js: line 534, col 103, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 543, col 105, Line is too long. +test/controllers.js: line 543, col 93, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 548, col 106, Line is too long. +test/controllers.js: line 555, col 107, Line is too long. +test/controllers.js: line 559, col 101, Line is too long. +test/controllers.js: line 559, col 89, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 564, col 106, Line is too long. +test/controllers.js: line 574, col 102, Line is too long. +test/controllers.js: line 575, col 120, Line is too long. +test/controllers.js: line 581, col 103, Line is too long. +test/controllers.js: line 592, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 600, col 73, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 623, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 631, col 106, Line is too long. +test/controllers.js: line 631, col 94, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 642, col 211, Line is too long. +test/controllers.js: line 646, col 158, Line is too long. +test/controllers.js: line 646, col 146, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 680, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 688, col 62, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 695, col 52, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 706, col 61, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 707, col 111, Line is too long. +test/controllers.js: line 713, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 715, col 107, Line is too long. +test/controllers.js: line 721, col 40, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 742, col 40, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 743, col 101, Line is too long. +test/controllers.js: line 748, col 70, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 766, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 773, col 59, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 783, col 46, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 784, col 118, Line is too long. +test/controllers.js: line 800, col 38, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 805, col 128, Line is too long. +test/controllers.js: line 826, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 846, col 52, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 853, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 862, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 872, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 882, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 889, col 49, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 897, col 47, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 917, col 49, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 922, col 49, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 928, col 49, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 934, col 51, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 948, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 952, col 63, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 959, col 45, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 964, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 971, col 61, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 972, col 107, Line is too long. +test/controllers.js: line 978, col 45, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 984, col 45, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 991, col 63, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 992, col 102, Line is too long. +test/controllers.js: line 998, col 67, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 999, col 106, Line is too long. +test/controllers.js: line 1005, col 63, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1012, col 47, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1017, col 43, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1022, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1023, col 102, Line is too long. +test/controllers.js: line 1028, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1034, col 43, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1035, col 106, Line is too long. +test/controllers.js: line 1040, col 41, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1041, col 104, Line is too long. +test/controllers.js: line 1046, col 43, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1047, col 106, Line is too long. +test/controllers.js: line 1052, col 38, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1053, col 101, Line is too long. +test/controllers.js: line 1058, col 47, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1059, col 110, Line is too long. +test/controllers.js: line 1064, col 41, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1065, col 104, Line is too long. +test/controllers.js: line 1070, col 41, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1071, col 104, Line is too long. +test/controllers.js: line 1076, col 40, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1077, col 103, Line is too long. +test/controllers.js: line 1082, col 40, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1083, col 103, Line is too long. +test/controllers.js: line 1088, col 41, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1089, col 104, Line is too long. +test/controllers.js: line 1094, col 42, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1095, col 105, Line is too long. +test/controllers.js: line 1100, col 44, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1101, col 107, Line is too long. +test/controllers.js: line 1106, col 38, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1107, col 101, Line is too long. +test/controllers.js: line 1112, col 41, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1113, col 104, Line is too long. +test/controllers.js: line 1119, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1121, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1127, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1128, col 127, Line is too long. +test/controllers.js: line 1133, col 41, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1134, col 129, Line is too long. +test/controllers.js: line 1139, col 41, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1140, col 129, Line is too long. +test/controllers.js: line 1146, col 42, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1168, col 108, Line is too long. +test/controllers.js: line 1175, col 45, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1176, col 102, Line is too long. +test/controllers.js: line 1181, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1187, col 40, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1193, col 54, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1199, col 77, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1201, col 102, Line is too long. +test/controllers.js: line 1207, col 72, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1222, col 57, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1231, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1236, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1242, col 45, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1243, col 105, Line is too long. +test/controllers.js: line 1243, col 25, 'body' is defined but never used. +test/controllers.js: line 1247, col 74, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1255, col 72, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1263, col 40, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1274, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1282, col 66, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1290, col 57, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1291, col 116, Line is too long. +test/controllers.js: line 1292, col 113, Line is too long. +test/controllers.js: line 1302, col 46, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1315, col 45, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1318, col 104, Line is too long. +test/controllers.js: line 1323, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1324, col 104, Line is too long. +test/controllers.js: line 1328, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1329, col 107, Line is too long. +test/controllers.js: line 1342, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1343, col 104, Line is too long. +test/controllers.js: line 1352, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1359, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1365, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1366, col 102, Line is too long. +test/controllers.js: line 1371, col 46, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1381, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1385, col 38, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1390, col 59, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1397, col 43, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1406, col 60, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1415, col 70, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1430, col 45, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1436, col 48, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1442, col 40, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1448, col 46, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1454, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1455, col 102, Line is too long. +test/controllers.js: line 1469, col 42, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1470, col 102, Line is too long. +test/controllers.js: line 1484, col 53, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1485, col 102, Line is too long. +test/controllers.js: line 1500, col 57, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1501, col 102, Line is too long. +test/controllers.js: line 1517, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1518, col 102, Line is too long. +test/controllers.js: line 1534, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1538, col 52, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1539, col 25, 'body' is defined but never used. +test/controllers.js: line 1543, col 60, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1544, col 122, Line is too long. +test/controllers.js: line 1544, col 25, 'body' is defined but never used. +test/controllers.js: line 1548, col 49, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1549, col 25, 'body' is defined but never used. +test/controllers.js: line 1553, col 46, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1560, col 52, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1568, col 54, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1569, col 102, Line is too long. +test/controllers.js: line 1574, col 43, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1576, col 116, Line is too long. +test/controllers.js: line 1580, col 60, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1581, col 113, Line is too long. +test/controllers.js: line 1586, col 44, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1588, col 101, Line is too long. +test/controllers.js: line 1589, col 112, Line is too long. +test/controllers.js: line 1592, col 129, Line is too long. +test/controllers.js: line 1599, col 73, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1601, col 124, Line is too long. +test/controllers.js: line 1602, col 131, Line is too long. +test/controllers.js: line 1603, col 132, Line is too long. +test/controllers.js: line 1605, col 121, Line is too long. +test/controllers.js: line 1608, col 120, Line is too long. +test/controllers.js: line 1613, col 49, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1627, col 68, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1628, col 121, Line is too long. +test/controllers.js: line 1629, col 108, Line is too long. +test/controllers.js: line 1630, col 114, Line is too long. +test/controllers.js: line 1631, col 107, Line is too long. +test/controllers.js: line 1633, col 109, Line is too long. +test/controllers.js: line 1629, col 13, 'childCategory1' is defined but never used. +test/controllers.js: line 1637, col 43, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1641, col 124, Line is too long. +test/controllers.js: line 1645, col 103, Line is too long. +test/controllers.js: line 1650, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1658, col 44, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1660, col 115, Line is too long. +test/controllers.js: line 1665, col 44, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1667, col 111, Line is too long. +test/controllers.js: line 1676, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1680, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1685, col 43, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1686, col 101, Line is too long. +test/controllers.js: line 1690, col 44, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1691, col 111, Line is too long. +test/controllers.js: line 1696, col 52, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1697, col 102, Line is too long. +test/controllers.js: line 1705, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1710, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1721, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1727, col 42, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1737, col 64, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1759, col 42, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1783, col 65, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1814, col 76, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1818, col 103, Line is too long. +test/controllers.js: line 1850, col 104, Line is too long. +test/controllers.js: line 1853, col 68, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1859, col 116, Line is too long. +test/controllers.js: line 1862, col 112, Line is too long. +test/controllers.js: line 1870, col 109, Line is too long. +test/controllers.js: line 1880, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1886, col 42, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1892, col 43, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1898, col 46, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1911, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1916, col 59, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1921, col 61, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1922, col 108, Line is too long. +test/controllers.js: line 1926, col 82, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1929, col 150, Line is too long. +test/controllers.js: line 1935, col 87, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1936, col 145, Line is too long. +test/controllers.js: line 1940, col 73, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/controllers.js: line 1941, col 156, Line is too long. +test/controllers.js: line 27, col 1, 'describe' is not defined. +test/controllers.js: line 78, col 3, 'describe' is not defined. +test/controllers.js: line 180, col 3, 'describe' is not defined. +test/controllers.js: line 265, col 3, 'describe' is not defined. +test/controllers.js: line 266, col 5, 'describe' is not defined. +test/controllers.js: line 490, col 7, 'describe' is not defined. +test/controllers.js: line 588, col 5, 'describe' is not defined. +test/controllers.js: line 619, col 5, 'describe' is not defined. +test/controllers.js: line 761, col 3, 'describe' is not defined. +test/controllers.js: line 823, col 3, 'describe' is not defined. +test/controllers.js: line 871, col 3, 'describe' is not defined. +test/controllers.js: line 907, col 3, 'describe' is not defined. +test/controllers.js: line 944, col 3, 'describe' is not defined. +test/controllers.js: line 983, col 5, 'describe' is not defined. +test/controllers.js: line 1118, col 5, 'describe' is not defined. +test/controllers.js: line 1348, col 3, 'describe' is not defined. +test/controllers.js: line 1379, col 3, 'describe' is not defined. +test/controllers.js: line 1405, col 3, 'describe' is not defined. +test/controllers.js: line 1423, col 3, 'describe' is not defined. +test/controllers.js: line 1532, col 3, 'describe' is not defined. +test/controllers.js: line 1674, col 3, 'describe' is not defined. +test/controllers.js: line 1704, col 3, 'describe' is not defined. +test/controllers.js: line 1717, col 3, 'describe' is not defined. +test/controllers.js: line 1878, col 3, 'describe' is not defined. +test/controllers.js: line 1906, col 3, 'describe' is not defined. +test/controllers.js: line 1907, col 5, 'describe' is not defined. +test/controllers.js: line 35, col 3, 'before' is not defined. +test/controllers.js: line 92, col 5, 'before' is not defined. +test/controllers.js: line 271, col 7, 'before' is not defined. +test/controllers.js: line 495, col 9, 'before' is not defined. +test/controllers.js: line 592, col 7, 'before' is not defined. +test/controllers.js: line 766, col 5, 'before' is not defined. +test/controllers.js: line 826, col 5, 'before' is not defined. +test/controllers.js: line 872, col 5, 'before' is not defined. +test/controllers.js: line 908, col 5, 'before' is not defined. +test/controllers.js: line 948, col 5, 'before' is not defined. +test/controllers.js: line 1119, col 7, 'before' is not defined. +test/controllers.js: line 1352, col 5, 'before' is not defined. +test/controllers.js: line 1381, col 5, 'before' is not defined. +test/controllers.js: line 1534, col 5, 'before' is not defined. +test/controllers.js: line 1676, col 5, 'before' is not defined. +test/controllers.js: line 1721, col 5, 'before' is not defined. +test/controllers.js: line 1911, col 7, 'before' is not defined. +test/controllers.js: line 60, col 3, 'it' is not defined. +test/controllers.js: line 66, col 3, 'it' is not defined. +test/controllers.js: line 108, col 5, 'it' is not defined. +test/controllers.js: line 112, col 5, 'it' is not defined. +test/controllers.js: line 117, col 5, 'it' is not defined. +test/controllers.js: line 122, col 5, 'it' is not defined. +test/controllers.js: line 127, col 5, 'it' is not defined. +test/controllers.js: line 132, col 5, 'it' is not defined. +test/controllers.js: line 137, col 5, 'it' is not defined. +test/controllers.js: line 144, col 5, 'it' is not defined. +test/controllers.js: line 149, col 5, 'it' is not defined. +test/controllers.js: line 156, col 5, 'it' is not defined. +test/controllers.js: line 164, col 5, 'it' is not defined. +test/controllers.js: line 225, col 7, 'it' is not defined. +test/controllers.js: line 237, col 3, 'it' is not defined. +test/controllers.js: line 292, col 7, 'it' is not defined. +test/controllers.js: line 315, col 7, 'it' is not defined. +test/controllers.js: line 328, col 7, 'it' is not defined. +test/controllers.js: line 337, col 7, 'it' is not defined. +test/controllers.js: line 350, col 7, 'it' is not defined. +test/controllers.js: line 363, col 7, 'it' is not defined. +test/controllers.js: line 377, col 7, 'it' is not defined. +test/controllers.js: line 395, col 7, 'it' is not defined. +test/controllers.js: line 418, col 7, 'it' is not defined. +test/controllers.js: line 439, col 7, 'it' is not defined. +test/controllers.js: line 464, col 7, 'it' is not defined. +test/controllers.js: line 512, col 9, 'it' is not defined. +test/controllers.js: line 534, col 9, 'it' is not defined. +test/controllers.js: line 543, col 9, 'it' is not defined. +test/controllers.js: line 559, col 9, 'it' is not defined. +test/controllers.js: line 600, col 7, 'it' is not defined. +test/controllers.js: line 631, col 7, 'it' is not defined. +test/controllers.js: line 646, col 7, 'it' is not defined. +test/controllers.js: line 680, col 3, 'it' is not defined. +test/controllers.js: line 688, col 3, 'it' is not defined. +test/controllers.js: line 695, col 3, 'it' is not defined. +test/controllers.js: line 706, col 3, 'it' is not defined. +test/controllers.js: line 713, col 3, 'it' is not defined. +test/controllers.js: line 721, col 3, 'it' is not defined. +test/controllers.js: line 742, col 3, 'it' is not defined. +test/controllers.js: line 748, col 3, 'it' is not defined. +test/controllers.js: line 773, col 5, 'it' is not defined. +test/controllers.js: line 783, col 5, 'it' is not defined. +test/controllers.js: line 800, col 5, 'it' is not defined. +test/controllers.js: line 846, col 5, 'it' is not defined. +test/controllers.js: line 853, col 5, 'it' is not defined. +test/controllers.js: line 862, col 5, 'it' is not defined. +test/controllers.js: line 882, col 5, 'it' is not defined. +test/controllers.js: line 889, col 5, 'it' is not defined. +test/controllers.js: line 897, col 5, 'it' is not defined. +test/controllers.js: line 917, col 5, 'it' is not defined. +test/controllers.js: line 922, col 5, 'it' is not defined. +test/controllers.js: line 928, col 5, 'it' is not defined. +test/controllers.js: line 934, col 5, 'it' is not defined. +test/controllers.js: line 952, col 5, 'it' is not defined. +test/controllers.js: line 959, col 5, 'it' is not defined. +test/controllers.js: line 964, col 5, 'it' is not defined. +test/controllers.js: line 971, col 5, 'it' is not defined. +test/controllers.js: line 978, col 5, 'it' is not defined. +test/controllers.js: line 984, col 7, 'it' is not defined. +test/controllers.js: line 991, col 7, 'it' is not defined. +test/controllers.js: line 998, col 7, 'it' is not defined. +test/controllers.js: line 1005, col 7, 'it' is not defined. +test/controllers.js: line 1012, col 5, 'it' is not defined. +test/controllers.js: line 1017, col 5, 'it' is not defined. +test/controllers.js: line 1022, col 5, 'it' is not defined. +test/controllers.js: line 1028, col 5, 'it' is not defined. +test/controllers.js: line 1034, col 5, 'it' is not defined. +test/controllers.js: line 1040, col 5, 'it' is not defined. +test/controllers.js: line 1046, col 5, 'it' is not defined. +test/controllers.js: line 1052, col 5, 'it' is not defined. +test/controllers.js: line 1058, col 5, 'it' is not defined. +test/controllers.js: line 1064, col 5, 'it' is not defined. +test/controllers.js: line 1070, col 5, 'it' is not defined. +test/controllers.js: line 1076, col 5, 'it' is not defined. +test/controllers.js: line 1082, col 5, 'it' is not defined. +test/controllers.js: line 1088, col 5, 'it' is not defined. +test/controllers.js: line 1094, col 5, 'it' is not defined. +test/controllers.js: line 1100, col 5, 'it' is not defined. +test/controllers.js: line 1106, col 5, 'it' is not defined. +test/controllers.js: line 1112, col 5, 'it' is not defined. +test/controllers.js: line 1127, col 7, 'it' is not defined. +test/controllers.js: line 1133, col 7, 'it' is not defined. +test/controllers.js: line 1139, col 7, 'it' is not defined. +test/controllers.js: line 1146, col 5, 'it' is not defined. +test/controllers.js: line 1175, col 5, 'it' is not defined. +test/controllers.js: line 1181, col 5, 'it' is not defined. +test/controllers.js: line 1187, col 5, 'it' is not defined. +test/controllers.js: line 1193, col 5, 'it' is not defined. +test/controllers.js: line 1199, col 5, 'it' is not defined. +test/controllers.js: line 1207, col 5, 'it' is not defined. +test/controllers.js: line 1222, col 5, 'it' is not defined. +test/controllers.js: line 1231, col 5, 'it' is not defined. +test/controllers.js: line 1236, col 5, 'it' is not defined. +test/controllers.js: line 1242, col 5, 'it' is not defined. +test/controllers.js: line 1247, col 5, 'it' is not defined. +test/controllers.js: line 1255, col 5, 'it' is not defined. +test/controllers.js: line 1263, col 5, 'it' is not defined. +test/controllers.js: line 1274, col 5, 'it' is not defined. +test/controllers.js: line 1282, col 5, 'it' is not defined. +test/controllers.js: line 1290, col 5, 'it' is not defined. +test/controllers.js: line 1302, col 5, 'it' is not defined. +test/controllers.js: line 1315, col 5, 'it' is not defined. +test/controllers.js: line 1323, col 5, 'it' is not defined. +test/controllers.js: line 1328, col 5, 'it' is not defined. +test/controllers.js: line 1342, col 5, 'it' is not defined. +test/controllers.js: line 1359, col 5, 'it' is not defined. +test/controllers.js: line 1365, col 5, 'it' is not defined. +test/controllers.js: line 1371, col 5, 'it' is not defined. +test/controllers.js: line 1385, col 5, 'it' is not defined. +test/controllers.js: line 1390, col 5, 'it' is not defined. +test/controllers.js: line 1397, col 5, 'it' is not defined. +test/controllers.js: line 1406, col 5, 'it' is not defined. +test/controllers.js: line 1415, col 5, 'it' is not defined. +test/controllers.js: line 1430, col 5, 'it' is not defined. +test/controllers.js: line 1436, col 5, 'it' is not defined. +test/controllers.js: line 1442, col 5, 'it' is not defined. +test/controllers.js: line 1448, col 5, 'it' is not defined. +test/controllers.js: line 1454, col 5, 'it' is not defined. +test/controllers.js: line 1469, col 5, 'it' is not defined. +test/controllers.js: line 1484, col 5, 'it' is not defined. +test/controllers.js: line 1500, col 5, 'it' is not defined. +test/controllers.js: line 1517, col 5, 'it' is not defined. +test/controllers.js: line 1538, col 5, 'it' is not defined. +test/controllers.js: line 1543, col 5, 'it' is not defined. +test/controllers.js: line 1548, col 5, 'it' is not defined. +test/controllers.js: line 1553, col 5, 'it' is not defined. +test/controllers.js: line 1560, col 5, 'it' is not defined. +test/controllers.js: line 1568, col 5, 'it' is not defined. +test/controllers.js: line 1574, col 5, 'it' is not defined. +test/controllers.js: line 1580, col 5, 'it' is not defined. +test/controllers.js: line 1586, col 5, 'it' is not defined. +test/controllers.js: line 1599, col 5, 'it' is not defined. +test/controllers.js: line 1613, col 5, 'it' is not defined. +test/controllers.js: line 1627, col 5, 'it' is not defined. +test/controllers.js: line 1637, col 5, 'it' is not defined. +test/controllers.js: line 1650, col 5, 'it' is not defined. +test/controllers.js: line 1658, col 5, 'it' is not defined. +test/controllers.js: line 1665, col 5, 'it' is not defined. +test/controllers.js: line 1680, col 5, 'it' is not defined. +test/controllers.js: line 1685, col 5, 'it' is not defined. +test/controllers.js: line 1690, col 5, 'it' is not defined. +test/controllers.js: line 1696, col 5, 'it' is not defined. +test/controllers.js: line 1705, col 5, 'it' is not defined. +test/controllers.js: line 1710, col 5, 'it' is not defined. +test/controllers.js: line 1727, col 5, 'it' is not defined. +test/controllers.js: line 1737, col 5, 'it' is not defined. +test/controllers.js: line 1759, col 5, 'it' is not defined. +test/controllers.js: line 1783, col 5, 'it' is not defined. +test/controllers.js: line 1814, col 5, 'it' is not defined. +test/controllers.js: line 1853, col 5, 'it' is not defined. +test/controllers.js: line 1880, col 7, 'it' is not defined. +test/controllers.js: line 1886, col 7, 'it' is not defined. +test/controllers.js: line 1892, col 7, 'it' is not defined. +test/controllers.js: line 1898, col 7, 'it' is not defined. +test/controllers.js: line 1916, col 7, 'it' is not defined. +test/controllers.js: line 1921, col 7, 'it' is not defined. +test/controllers.js: line 1926, col 7, 'it' is not defined. +test/controllers.js: line 1935, col 7, 'it' is not defined. +test/controllers.js: line 1940, col 7, 'it' is not defined. +test/controllers.js: line 173, col 5, 'after' is not defined. +test/controllers.js: line 287, col 7, 'after' is not defined. +test/controllers.js: line 912, col 5, 'after' is not defined. +test/controllers.js: line 1425, col 5, 'after' is not defined. +test/controllers.js: line 1949, col 3, 'after' is not defined. +test/controllers.js: line 623, col 7, 'beforeEach' is not defined. + +test/coverPhoto.js: line 10, col 1, 'describe' is not defined. +test/coverPhoto.js: line 11, col 3, 'it' is not defined. +test/coverPhoto.js: line 18, col 3, 'it' is not defined. +test/coverPhoto.js: line 6, col 7, 'db' is defined but never used. + +test/database/hash.js: line 28, col 47, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/database/hash.js: line 57, col 42, 'data' is defined but never used. +test/database/hash.js: line 75, col 57, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/database/hash.js: line 84, col 47, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/database/hash.js: line 93, col 56, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/database/hash.js: line 100, col 47, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/database/hash.js: line 106, col 47, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/database/hash.js: line 115, col 47, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/database/hash.js: line 121, col 56, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/database/hash.js: line 145, col 54, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/database/hash.js: line 146, col 13, 'data' is defined but never used. +test/database/hash.js: line 164, col 77, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/database/hash.js: line 172, col 52, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/database/hash.js: line 211, col 41, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/database/hash.js: line 238, col 41, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/database/hash.js: line 240, col 104, Line is too long. +test/database/hash.js: line 241, col 105, Line is too long. +test/database/hash.js: line 288, col 48, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/database/hash.js: line 298, col 44, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/database/hash.js: line 347, col 116, Line is too long. +test/database/hash.js: line 373, col 61, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/database/hash.js: line 384, col 59, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/database/hash.js: line 385, col 107, Line is too long. +test/database/hash.js: line 466, col 46, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/database/hash.js: line 492, col 50, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/database/hash.js: line 500, col 107, Line is too long. +test/database/hash.js: line 531, col 61, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/database/hash.js: line 541, col 53, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/database/hash.js: line 567, col 62, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/database/hash.js: line 682, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/database/hash.js: line 686, col 51, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/database/hash.js: line 8, col 1, 'describe' is not defined. +test/database/hash.js: line 19, col 3, 'describe' is not defined. +test/database/hash.js: line 128, col 3, 'describe' is not defined. +test/database/hash.js: line 182, col 3, 'describe' is not defined. +test/database/hash.js: line 218, col 3, 'describe' is not defined. +test/database/hash.js: line 251, col 3, 'describe' is not defined. +test/database/hash.js: line 304, col 3, 'describe' is not defined. +test/database/hash.js: line 338, col 3, 'describe' is not defined. +test/database/hash.js: line 394, col 3, 'describe' is not defined. +test/database/hash.js: line 417, col 3, 'describe' is not defined. +test/database/hash.js: line 438, col 3, 'describe' is not defined. +test/database/hash.js: line 473, col 3, 'describe' is not defined. +test/database/hash.js: line 498, col 3, 'describe' is not defined. +test/database/hash.js: line 579, col 3, 'describe' is not defined. +test/database/hash.js: line 603, col 3, 'describe' is not defined. +test/database/hash.js: line 637, col 3, 'describe' is not defined. +test/database/hash.js: line 681, col 3, 'describe' is not defined. +test/database/hash.js: line 15, col 3, 'beforeEach' is not defined. +test/database/hash.js: line 20, col 5, 'it' is not defined. +test/database/hash.js: line 28, col 5, 'it' is not defined. +test/database/hash.js: line 36, col 5, 'it' is not defined. +test/database/hash.js: line 43, col 5, 'it' is not defined. +test/database/hash.js: line 54, col 5, 'it' is not defined. +test/database/hash.js: line 64, col 5, 'it' is not defined. +test/database/hash.js: line 75, col 5, 'it' is not defined. +test/database/hash.js: line 84, col 5, 'it' is not defined. +test/database/hash.js: line 93, col 5, 'it' is not defined. +test/database/hash.js: line 100, col 5, 'it' is not defined. +test/database/hash.js: line 106, col 5, 'it' is not defined. +test/database/hash.js: line 115, col 5, 'it' is not defined. +test/database/hash.js: line 121, col 5, 'it' is not defined. +test/database/hash.js: line 129, col 5, 'it' is not defined. +test/database/hash.js: line 137, col 5, 'it' is not defined. +test/database/hash.js: line 145, col 5, 'it' is not defined. +test/database/hash.js: line 153, col 5, 'it' is not defined. +test/database/hash.js: line 164, col 5, 'it' is not defined. +test/database/hash.js: line 172, col 5, 'it' is not defined. +test/database/hash.js: line 183, col 5, 'it' is not defined. +test/database/hash.js: line 192, col 5, 'it' is not defined. +test/database/hash.js: line 202, col 5, 'it' is not defined. +test/database/hash.js: line 211, col 5, 'it' is not defined. +test/database/hash.js: line 226, col 5, 'it' is not defined. +test/database/hash.js: line 238, col 5, 'it' is not defined. +test/database/hash.js: line 252, col 5, 'it' is not defined. +test/database/hash.js: line 261, col 5, 'it' is not defined. +test/database/hash.js: line 270, col 5, 'it' is not defined. +test/database/hash.js: line 279, col 5, 'it' is not defined. +test/database/hash.js: line 288, col 5, 'it' is not defined. +test/database/hash.js: line 298, col 5, 'it' is not defined. +test/database/hash.js: line 305, col 5, 'it' is not defined. +test/database/hash.js: line 316, col 5, 'it' is not defined. +test/database/hash.js: line 328, col 5, 'it' is not defined. +test/database/hash.js: line 346, col 5, 'it' is not defined. +test/database/hash.js: line 361, col 5, 'it' is not defined. +test/database/hash.js: line 373, col 5, 'it' is not defined. +test/database/hash.js: line 384, col 5, 'it' is not defined. +test/database/hash.js: line 395, col 5, 'it' is not defined. +test/database/hash.js: line 404, col 5, 'it' is not defined. +test/database/hash.js: line 418, col 5, 'it' is not defined. +test/database/hash.js: line 427, col 5, 'it' is not defined. +test/database/hash.js: line 439, col 5, 'it' is not defined. +test/database/hash.js: line 448, col 5, 'it' is not defined. +test/database/hash.js: line 457, col 5, 'it' is not defined. +test/database/hash.js: line 466, col 5, 'it' is not defined. +test/database/hash.js: line 474, col 5, 'it' is not defined. +test/database/hash.js: line 483, col 5, 'it' is not defined. +test/database/hash.js: line 492, col 5, 'it' is not defined. +test/database/hash.js: line 503, col 5, 'it' is not defined. +test/database/hash.js: line 515, col 5, 'it' is not defined. +test/database/hash.js: line 531, col 5, 'it' is not defined. +test/database/hash.js: line 541, col 5, 'it' is not defined. +test/database/hash.js: line 546, col 5, 'it' is not defined. +test/database/hash.js: line 553, col 5, 'it' is not defined. +test/database/hash.js: line 560, col 5, 'it' is not defined. +test/database/hash.js: line 567, col 5, 'it' is not defined. +test/database/hash.js: line 571, col 5, 'it' is not defined. +test/database/hash.js: line 584, col 5, 'it' is not defined. +test/database/hash.js: line 593, col 5, 'it' is not defined. +test/database/hash.js: line 608, col 5, 'it' is not defined. +test/database/hash.js: line 617, col 5, 'it' is not defined. +test/database/hash.js: line 626, col 5, 'it' is not defined. +test/database/hash.js: line 642, col 5, 'it' is not defined. +test/database/hash.js: line 651, col 5, 'it' is not defined. +test/database/hash.js: line 660, col 5, 'it' is not defined. +test/database/hash.js: line 668, col 5, 'it' is not defined. +test/database/hash.js: line 686, col 5, 'it' is not defined. +test/database/hash.js: line 219, col 5, 'before' is not defined. +test/database/hash.js: line 339, col 5, 'before' is not defined. +test/database/hash.js: line 499, col 5, 'before' is not defined. +test/database/hash.js: line 580, col 5, 'before' is not defined. +test/database/hash.js: line 604, col 5, 'before' is not defined. +test/database/hash.js: line 638, col 5, 'before' is not defined. +test/database/hash.js: line 682, col 5, 'before' is not defined. + +test/database/keys.js: line 36, col 68, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/database/keys.js: line 41, col 67, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/database/keys.js: line 65, col 42, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/database/keys.js: line 77, col 40, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/database/keys.js: line 116, col 42, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/database/keys.js: line 128, col 47, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/database/keys.js: line 135, col 101, Line is too long. +test/database/keys.js: line 6, col 1, 'describe' is not defined. +test/database/keys.js: line 76, col 3, 'describe' is not defined. +test/database/keys.js: line 141, col 3, 'describe' is not defined. +test/database/keys.js: line 192, col 3, 'describe' is not defined. +test/database/keys.js: line 241, col 3, 'describe' is not defined. +test/database/keys.js: line 7, col 3, 'beforeEach' is not defined. +test/database/keys.js: line 11, col 3, 'it' is not defined. +test/database/keys.js: line 19, col 3, 'it' is not defined. +test/database/keys.js: line 28, col 3, 'it' is not defined. +test/database/keys.js: line 36, col 3, 'it' is not defined. +test/database/keys.js: line 41, col 3, 'it' is not defined. +test/database/keys.js: line 47, col 3, 'it' is not defined. +test/database/keys.js: line 56, col 3, 'it' is not defined. +test/database/keys.js: line 65, col 3, 'it' is not defined. +test/database/keys.js: line 77, col 5, 'it' is not defined. +test/database/keys.js: line 91, col 3, 'it' is not defined. +test/database/keys.js: line 104, col 3, 'it' is not defined. +test/database/keys.js: line 116, col 3, 'it' is not defined. +test/database/keys.js: line 128, col 3, 'it' is not defined. +test/database/keys.js: line 142, col 5, 'it' is not defined. +test/database/keys.js: line 150, col 5, 'it' is not defined. +test/database/keys.js: line 158, col 5, 'it' is not defined. +test/database/keys.js: line 173, col 5, 'it' is not defined. +test/database/keys.js: line 193, col 5, 'it' is not defined. +test/database/keys.js: line 211, col 5, 'it' is not defined. +test/database/keys.js: line 229, col 5, 'it' is not defined. +test/database/keys.js: line 242, col 5, 'it' is not defined. +test/database/keys.js: line 250, col 5, 'it' is not defined. +test/database/keys.js: line 261, col 5, 'it' is not defined. +test/database/keys.js: line 272, col 5, 'it' is not defined. +test/database/keys.js: line 283, col 5, 'it' is not defined. +test/database/keys.js: line 294, col 5, 'it' is not defined. +test/database/keys.js: line 305, col 5, 'it' is not defined. +test/database/keys.js: line 316, col 5, 'it' is not defined. + +test/database/list.js: line 25, col 46, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/database/list.js: line 66, col 47, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/database/list.js: line 78, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/database/list.js: line 121, col 56, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/database/list.js: line 196, col 53, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/database/list.js: line 8, col 1, 'describe' is not defined. +test/database/list.js: line 9, col 3, 'describe' is not defined. +test/database/list.js: line 36, col 3, 'describe' is not defined. +test/database/list.js: line 77, col 3, 'describe' is not defined. +test/database/list.js: line 134, col 3, 'describe' is not defined. +test/database/list.js: line 163, col 3, 'describe' is not defined. +test/database/list.js: line 206, col 3, 'describe' is not defined. +test/database/list.js: line 237, col 3, 'describe' is not defined. +test/database/list.js: line 10, col 5, 'it' is not defined. +test/database/list.js: line 18, col 5, 'it' is not defined. +test/database/list.js: line 25, col 5, 'it' is not defined. +test/database/list.js: line 37, col 5, 'it' is not defined. +test/database/list.js: line 45, col 5, 'it' is not defined. +test/database/list.js: line 59, col 5, 'it' is not defined. +test/database/list.js: line 66, col 5, 'it' is not defined. +test/database/list.js: line 84, col 5, 'it' is not defined. +test/database/list.js: line 94, col 5, 'it' is not defined. +test/database/list.js: line 103, col 5, 'it' is not defined. +test/database/list.js: line 113, col 5, 'it' is not defined. +test/database/list.js: line 121, col 5, 'it' is not defined. +test/database/list.js: line 146, col 5, 'it' is not defined. +test/database/list.js: line 155, col 5, 'it' is not defined. +test/database/list.js: line 174, col 5, 'it' is not defined. +test/database/list.js: line 189, col 5, 'it' is not defined. +test/database/list.js: line 196, col 5, 'it' is not defined. +test/database/list.js: line 207, col 5, 'it' is not defined. +test/database/list.js: line 229, col 5, 'it' is not defined. +test/database/list.js: line 238, col 5, 'it' is not defined. +test/database/list.js: line 252, col 5, 'it' is not defined. +test/database/list.js: line 78, col 5, 'before' is not defined. +test/database/list.js: line 135, col 5, 'before' is not defined. +test/database/list.js: line 164, col 5, 'before' is not defined. + +test/database/sets.js: line 26, col 59, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/database/sets.js: line 34, col 47, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/database/sets.js: line 92, col 45, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/database/sets.js: line 105, col 48, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/database/sets.js: line 187, col 104, Line is too long. +test/database/sets.js: line 241, col 45, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/database/sets.js: line 249, col 52, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/database/sets.js: line 258, col 60, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/database/sets.js: line 261, col 104, Line is too long. +test/database/sets.js: line 271, col 57, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/database/sets.js: line 8, col 1, 'describe' is not defined. +test/database/sets.js: line 9, col 3, 'describe' is not defined. +test/database/sets.js: line 48, col 3, 'describe' is not defined. +test/database/sets.js: line 76, col 3, 'describe' is not defined. +test/database/sets.js: line 104, col 3, 'describe' is not defined. +test/database/sets.js: line 123, col 3, 'describe' is not defined. +test/database/sets.js: line 141, col 3, 'describe' is not defined. +test/database/sets.js: line 165, col 3, 'describe' is not defined. +test/database/sets.js: line 181, col 3, 'describe' is not defined. +test/database/sets.js: line 197, col 3, 'describe' is not defined. +test/database/sets.js: line 220, col 3, 'describe' is not defined. +test/database/sets.js: line 240, col 3, 'describe' is not defined. +test/database/sets.js: line 280, col 3, 'describe' is not defined. +test/database/sets.js: line 298, col 3, 'describe' is not defined. +test/database/sets.js: line 10, col 5, 'it' is not defined. +test/database/sets.js: line 18, col 5, 'it' is not defined. +test/database/sets.js: line 26, col 5, 'it' is not defined. +test/database/sets.js: line 34, col 5, 'it' is not defined. +test/database/sets.js: line 53, col 5, 'it' is not defined. +test/database/sets.js: line 63, col 5, 'it' is not defined. +test/database/sets.js: line 77, col 5, 'it' is not defined. +test/database/sets.js: line 85, col 5, 'it' is not defined. +test/database/sets.js: line 92, col 5, 'it' is not defined. +test/database/sets.js: line 105, col 5, 'it' is not defined. +test/database/sets.js: line 128, col 5, 'it' is not defined. +test/database/sets.js: line 146, col 5, 'it' is not defined. +test/database/sets.js: line 155, col 5, 'it' is not defined. +test/database/sets.js: line 170, col 5, 'it' is not defined. +test/database/sets.js: line 186, col 5, 'it' is not defined. +test/database/sets.js: line 202, col 5, 'it' is not defined. +test/database/sets.js: line 211, col 5, 'it' is not defined. +test/database/sets.js: line 229, col 5, 'it' is not defined. +test/database/sets.js: line 241, col 5, 'it' is not defined. +test/database/sets.js: line 249, col 5, 'it' is not defined. +test/database/sets.js: line 258, col 5, 'it' is not defined. +test/database/sets.js: line 271, col 5, 'it' is not defined. +test/database/sets.js: line 285, col 5, 'it' is not defined. +test/database/sets.js: line 303, col 5, 'it' is not defined. +test/database/sets.js: line 49, col 5, 'before' is not defined. +test/database/sets.js: line 124, col 5, 'before' is not defined. +test/database/sets.js: line 142, col 5, 'before' is not defined. +test/database/sets.js: line 166, col 5, 'before' is not defined. +test/database/sets.js: line 182, col 5, 'before' is not defined. +test/database/sets.js: line 198, col 5, 'before' is not defined. +test/database/sets.js: line 221, col 5, 'before' is not defined. +test/database/sets.js: line 281, col 5, 'before' is not defined. +test/database/sets.js: line 299, col 5, 'before' is not defined. + +test/database/sorted.js: line 7, col 10, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/database/sorted.js: line 18, col 66, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/database/sorted.js: line 19, col 110, Line is too long. +test/database/sorted.js: line 28, col 57, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/database/sorted.js: line 38, col 58, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/database/sorted.js: line 39, col 111, Line is too long. +test/database/sorted.js: line 48, col 46, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/database/sorted.js: line 49, col 101, Line is too long. +test/database/sorted.js: line 60, col 55, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/database/sorted.js: line 71, col 53, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/database/sorted.js: line 72, col 110, Line is too long. +test/database/sorted.js: line 82, col 47, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/database/sorted.js: line 87, col 151, Line is too long. +test/database/sorted.js: line 191, col 43, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/database/sorted.js: line 231, col 41, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/database/sorted.js: line 326, col 67, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/database/sorted.js: line 333, col 52, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/database/sorted.js: line 340, col 55, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/database/sorted.js: line 397, col 134, Line is too long. +test/database/sorted.js: line 408, col 134, Line is too long. +test/database/sorted.js: line 415, col 108, Line is too long. +test/database/sorted.js: line 450, col 116, Line is too long. +test/database/sorted.js: line 460, col 65, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/database/sorted.js: line 461, col 117, Line is too long. +test/database/sorted.js: line 468, col 108, Line is too long. +test/database/sorted.js: line 479, col 120, Line is too long. +test/database/sorted.js: line 480, col 106, Line is too long. +test/database/sorted.js: line 483, col 101, Line is too long. +test/database/sorted.js: line 490, col 108, Line is too long. +test/database/sorted.js: line 491, col 109, Line is too long. +test/database/sorted.js: line 494, col 101, Line is too long. +test/database/sorted.js: line 499, col 45, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/database/sorted.js: line 562, col 102, Line is too long. +test/database/sorted.js: line 591, col 102, Line is too long. +test/database/sorted.js: line 626, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/database/sorted.js: line 663, col 111, Line is too long. +test/database/sorted.js: line 719, col 111, Line is too long. +test/database/sorted.js: line 731, col 108, Line is too long. +test/database/sorted.js: line 742, col 107, Line is too long. +test/database/sorted.js: line 751, col 110, Line is too long. +test/database/sorted.js: line 809, col 113, Line is too long. +test/database/sorted.js: line 818, col 106, Line is too long. +test/database/sorted.js: line 850, col 105, Line is too long. +test/database/sorted.js: line 859, col 106, Line is too long. +test/database/sorted.js: line 877, col 108, Line is too long. +test/database/sorted.js: line 929, col 105, Line is too long. +test/database/sorted.js: line 949, col 121, Line is too long. +test/database/sorted.js: line 968, col 49, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/database/sorted.js: line 988, col 59, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/database/sorted.js: line 998, col 69, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/database/sorted.js: line 1022, col 111, Line is too long. +test/database/sorted.js: line 1023, col 119, Line is too long. +test/database/sorted.js: line 1031, col 122, Line is too long. +test/database/sorted.js: line 1032, col 135, Line is too long. +test/database/sorted.js: line 1035, col 126, Line is too long. +test/database/sorted.js: line 1042, col 111, Line is too long. +test/database/sorted.js: line 1043, col 122, Line is too long. +test/database/sorted.js: line 1051, col 54, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/database/sorted.js: line 1084, col 69, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/database/sorted.js: line 1094, col 40, 'Trailing comma in arguments lists' is only available in ES8 (use 'esversion: 8'). +test/database/sorted.js: line 1098, col 40, 'Trailing comma in arguments lists' is only available in ES8 (use 'esversion: 8'). +test/database/sorted.js: line 1105, col 10, 'Trailing comma in arguments lists' is only available in ES8 (use 'esversion: 8'). +test/database/sorted.js: line 1109, col 43, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/database/sorted.js: line 1121, col 10, 'Trailing comma in arguments lists' is only available in ES8 (use 'esversion: 8'). +test/database/sorted.js: line 1110, col 13, 'data1' is defined but never used. +test/database/sorted.js: line 1114, col 13, 'data2' is defined but never used. +test/database/sorted.js: line 1144, col 81, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/database/sorted.js: line 1149, col 60, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/database/sorted.js: line 1153, col 111, Line is too long. +test/database/sorted.js: line 1162, col 50, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/database/sorted.js: line 1166, col 102, Line is too long. +test/database/sorted.js: line 1167, col 103, Line is too long. +test/database/sorted.js: line 1170, col 60, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/database/sorted.js: line 1195, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/database/sorted.js: line 1210, col 59, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/database/sorted.js: line 1235, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/database/sorted.js: line 1257, col 108, Line is too long. +test/database/sorted.js: line 1288, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/database/sorted.js: line 1401, col 70, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/database/sorted.js: line 1422, col 69, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/database/sorted.js: line 1455, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/database/sorted.js: line 1522, col 40, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/database/sorted.js: line 1523, col 116, Line is too long. +test/database/sorted.js: line 1610, col 105, Line is too long. +test/database/sorted.js: line 6, col 1, 'describe' is not defined. +test/database/sorted.js: line 17, col 3, 'describe' is not defined. +test/database/sorted.js: line 98, col 3, 'describe' is not defined. +test/database/sorted.js: line 156, col 3, 'describe' is not defined. +test/database/sorted.js: line 204, col 3, 'describe' is not defined. +test/database/sorted.js: line 247, col 3, 'describe' is not defined. +test/database/sorted.js: line 372, col 3, 'describe' is not defined. +test/database/sorted.js: line 392, col 3, 'describe' is not defined. +test/database/sorted.js: line 403, col 3, 'describe' is not defined. +test/database/sorted.js: line 414, col 3, 'describe' is not defined. +test/database/sorted.js: line 467, col 3, 'describe' is not defined. +test/database/sorted.js: line 478, col 3, 'describe' is not defined. +test/database/sorted.js: line 489, col 3, 'describe' is not defined. +test/database/sorted.js: line 511, col 3, 'describe' is not defined. +test/database/sorted.js: line 540, col 3, 'describe' is not defined. +test/database/sorted.js: line 560, col 3, 'describe' is not defined. +test/database/sorted.js: line 589, col 3, 'describe' is not defined. +test/database/sorted.js: line 644, col 3, 'describe' is not defined. +test/database/sorted.js: line 700, col 3, 'describe' is not defined. +test/database/sorted.js: line 729, col 3, 'describe' is not defined. +test/database/sorted.js: line 740, col 3, 'describe' is not defined. +test/database/sorted.js: line 760, col 3, 'describe' is not defined. +test/database/sorted.js: line 807, col 3, 'describe' is not defined. +test/database/sorted.js: line 836, col 3, 'describe' is not defined. +test/database/sorted.js: line 886, col 3, 'describe' is not defined. +test/database/sorted.js: line 927, col 3, 'describe' is not defined. +test/database/sorted.js: line 947, col 3, 'describe' is not defined. +test/database/sorted.js: line 967, col 3, 'describe' is not defined. +test/database/sorted.js: line 1011, col 3, 'describe' is not defined. +test/database/sorted.js: line 1021, col 3, 'describe' is not defined. +test/database/sorted.js: line 1041, col 3, 'describe' is not defined. +test/database/sorted.js: line 1057, col 3, 'describe' is not defined. +test/database/sorted.js: line 1127, col 3, 'describe' is not defined. +test/database/sorted.js: line 1234, col 3, 'describe' is not defined. +test/database/sorted.js: line 1255, col 3, 'describe' is not defined. +test/database/sorted.js: line 1287, col 3, 'describe' is not defined. +test/database/sorted.js: line 1454, col 3, 'describe' is not defined. +test/database/sorted.js: line 1481, col 3, 'describe' is not defined. +test/database/sorted.js: line 1532, col 3, 'describe' is not defined. +test/database/sorted.js: line 1574, col 3, 'describe' is not defined. +test/database/sorted.js: line 1608, col 3, 'describe' is not defined. +test/database/sorted.js: line 7, col 3, 'before' is not defined. +test/database/sorted.js: line 837, col 5, 'before' is not defined. +test/database/sorted.js: line 887, col 5, 'before' is not defined. +test/database/sorted.js: line 1128, col 5, 'before' is not defined. +test/database/sorted.js: line 1235, col 5, 'before' is not defined. +test/database/sorted.js: line 1256, col 5, 'before' is not defined. +test/database/sorted.js: line 1288, col 5, 'before' is not defined. +test/database/sorted.js: line 1455, col 5, 'before' is not defined. +test/database/sorted.js: line 1609, col 5, 'before' is not defined. +test/database/sorted.js: line 18, col 5, 'it' is not defined. +test/database/sorted.js: line 28, col 5, 'it' is not defined. +test/database/sorted.js: line 38, col 5, 'it' is not defined. +test/database/sorted.js: line 48, col 5, 'it' is not defined. +test/database/sorted.js: line 60, col 5, 'it' is not defined. +test/database/sorted.js: line 71, col 5, 'it' is not defined. +test/database/sorted.js: line 82, col 5, 'it' is not defined. +test/database/sorted.js: line 99, col 5, 'it' is not defined. +test/database/sorted.js: line 107, col 5, 'it' is not defined. +test/database/sorted.js: line 115, col 5, 'it' is not defined. +test/database/sorted.js: line 130, col 5, 'it' is not defined. +test/database/sorted.js: line 137, col 5, 'it' is not defined. +test/database/sorted.js: line 144, col 5, 'it' is not defined. +test/database/sorted.js: line 157, col 5, 'it' is not defined. +test/database/sorted.js: line 165, col 5, 'it' is not defined. +test/database/sorted.js: line 177, col 5, 'it' is not defined. +test/database/sorted.js: line 184, col 5, 'it' is not defined. +test/database/sorted.js: line 191, col 5, 'it' is not defined. +test/database/sorted.js: line 205, col 5, 'it' is not defined. +test/database/sorted.js: line 224, col 5, 'it' is not defined. +test/database/sorted.js: line 231, col 5, 'it' is not defined. +test/database/sorted.js: line 248, col 5, 'it' is not defined. +test/database/sorted.js: line 257, col 5, 'it' is not defined. +test/database/sorted.js: line 266, col 5, 'it' is not defined. +test/database/sorted.js: line 275, col 5, 'it' is not defined. +test/database/sorted.js: line 286, col 5, 'it' is not defined. +test/database/sorted.js: line 294, col 5, 'it' is not defined. +test/database/sorted.js: line 302, col 5, 'it' is not defined. +test/database/sorted.js: line 310, col 5, 'it' is not defined. +test/database/sorted.js: line 318, col 5, 'it' is not defined. +test/database/sorted.js: line 326, col 5, 'it' is not defined. +test/database/sorted.js: line 333, col 5, 'it' is not defined. +test/database/sorted.js: line 340, col 5, 'it' is not defined. +test/database/sorted.js: line 373, col 5, 'it' is not defined. +test/database/sorted.js: line 382, col 5, 'it' is not defined. +test/database/sorted.js: line 393, col 5, 'it' is not defined. +test/database/sorted.js: line 404, col 5, 'it' is not defined. +test/database/sorted.js: line 415, col 5, 'it' is not defined. +test/database/sorted.js: line 424, col 5, 'it' is not defined. +test/database/sorted.js: line 433, col 5, 'it' is not defined. +test/database/sorted.js: line 441, col 5, 'it' is not defined. +test/database/sorted.js: line 449, col 5, 'it' is not defined. +test/database/sorted.js: line 460, col 5, 'it' is not defined. +test/database/sorted.js: line 468, col 5, 'it' is not defined. +test/database/sorted.js: line 479, col 5, 'it' is not defined. +test/database/sorted.js: line 490, col 5, 'it' is not defined. +test/database/sorted.js: line 499, col 5, 'it' is not defined. +test/database/sorted.js: line 512, col 5, 'it' is not defined. +test/database/sorted.js: line 521, col 5, 'it' is not defined. +test/database/sorted.js: line 530, col 5, 'it' is not defined. +test/database/sorted.js: line 541, col 5, 'it' is not defined. +test/database/sorted.js: line 550, col 5, 'it' is not defined. +test/database/sorted.js: line 561, col 5, 'it' is not defined. +test/database/sorted.js: line 570, col 5, 'it' is not defined. +test/database/sorted.js: line 579, col 5, 'it' is not defined. +test/database/sorted.js: line 590, col 5, 'it' is not defined. +test/database/sorted.js: line 599, col 5, 'it' is not defined. +test/database/sorted.js: line 608, col 5, 'it' is not defined. +test/database/sorted.js: line 617, col 5, 'it' is not defined. +test/database/sorted.js: line 626, col 5, 'it' is not defined. +test/database/sorted.js: line 645, col 5, 'it' is not defined. +test/database/sorted.js: line 654, col 5, 'it' is not defined. +test/database/sorted.js: line 663, col 5, 'it' is not defined. +test/database/sorted.js: line 672, col 5, 'it' is not defined. +test/database/sorted.js: line 681, col 5, 'it' is not defined. +test/database/sorted.js: line 690, col 5, 'it' is not defined. +test/database/sorted.js: line 701, col 5, 'it' is not defined. +test/database/sorted.js: line 710, col 5, 'it' is not defined. +test/database/sorted.js: line 719, col 5, 'it' is not defined. +test/database/sorted.js: line 730, col 5, 'it' is not defined. +test/database/sorted.js: line 741, col 5, 'it' is not defined. +test/database/sorted.js: line 750, col 5, 'it' is not defined. +test/database/sorted.js: line 761, col 5, 'it' is not defined. +test/database/sorted.js: line 771, col 5, 'it' is not defined. +test/database/sorted.js: line 781, col 5, 'it' is not defined. +test/database/sorted.js: line 790, col 5, 'it' is not defined. +test/database/sorted.js: line 798, col 5, 'it' is not defined. +test/database/sorted.js: line 808, col 5, 'it' is not defined. +test/database/sorted.js: line 817, col 5, 'it' is not defined. +test/database/sorted.js: line 826, col 5, 'it' is not defined. +test/database/sorted.js: line 841, col 5, 'it' is not defined. +test/database/sorted.js: line 849, col 5, 'it' is not defined. +test/database/sorted.js: line 858, col 5, 'it' is not defined. +test/database/sorted.js: line 867, col 5, 'it' is not defined. +test/database/sorted.js: line 876, col 5, 'it' is not defined. +test/database/sorted.js: line 891, col 5, 'it' is not defined. +test/database/sorted.js: line 900, col 5, 'it' is not defined. +test/database/sorted.js: line 909, col 5, 'it' is not defined. +test/database/sorted.js: line 918, col 5, 'it' is not defined. +test/database/sorted.js: line 928, col 5, 'it' is not defined. +test/database/sorted.js: line 937, col 5, 'it' is not defined. +test/database/sorted.js: line 948, col 5, 'it' is not defined. +test/database/sorted.js: line 957, col 5, 'it' is not defined. +test/database/sorted.js: line 968, col 5, 'it' is not defined. +test/database/sorted.js: line 975, col 5, 'it' is not defined. +test/database/sorted.js: line 988, col 5, 'it' is not defined. +test/database/sorted.js: line 998, col 5, 'it' is not defined. +test/database/sorted.js: line 1012, col 5, 'it' is not defined. +test/database/sorted.js: line 1022, col 5, 'it' is not defined. +test/database/sorted.js: line 1031, col 5, 'it' is not defined. +test/database/sorted.js: line 1042, col 5, 'it' is not defined. +test/database/sorted.js: line 1051, col 5, 'it' is not defined. +test/database/sorted.js: line 1058, col 5, 'it' is not defined. +test/database/sorted.js: line 1071, col 5, 'it' is not defined. +test/database/sorted.js: line 1084, col 5, 'it' is not defined. +test/database/sorted.js: line 1109, col 5, 'it' is not defined. +test/database/sorted.js: line 1132, col 5, 'it' is not defined. +test/database/sorted.js: line 1144, col 5, 'it' is not defined. +test/database/sorted.js: line 1149, col 5, 'it' is not defined. +test/database/sorted.js: line 1162, col 5, 'it' is not defined. +test/database/sorted.js: line 1170, col 5, 'it' is not defined. +test/database/sorted.js: line 1181, col 5, 'it' is not defined. +test/database/sorted.js: line 1195, col 5, 'it' is not defined. +test/database/sorted.js: line 1210, col 5, 'it' is not defined. +test/database/sorted.js: line 1242, col 5, 'it' is not defined. +test/database/sorted.js: line 1260, col 5, 'it' is not defined. +test/database/sorted.js: line 1272, col 5, 'it' is not defined. +test/database/sorted.js: line 1295, col 5, 'it' is not defined. +test/database/sorted.js: line 1307, col 5, 'it' is not defined. +test/database/sorted.js: line 1320, col 5, 'it' is not defined. +test/database/sorted.js: line 1332, col 5, 'it' is not defined. +test/database/sorted.js: line 1346, col 5, 'it' is not defined. +test/database/sorted.js: line 1360, col 5, 'it' is not defined. +test/database/sorted.js: line 1377, col 5, 'it' is not defined. +test/database/sorted.js: line 1389, col 5, 'it' is not defined. +test/database/sorted.js: line 1401, col 5, 'it' is not defined. +test/database/sorted.js: line 1422, col 5, 'it' is not defined. +test/database/sorted.js: line 1464, col 5, 'it' is not defined. +test/database/sorted.js: line 1472, col 5, 'it' is not defined. +test/database/sorted.js: line 1482, col 5, 'it' is not defined. +test/database/sorted.js: line 1490, col 5, 'it' is not defined. +test/database/sorted.js: line 1498, col 5, 'it' is not defined. +test/database/sorted.js: line 1506, col 5, 'it' is not defined. +test/database/sorted.js: line 1514, col 5, 'it' is not defined. +test/database/sorted.js: line 1522, col 5, 'it' is not defined. +test/database/sorted.js: line 1533, col 5, 'it' is not defined. +test/database/sorted.js: line 1541, col 5, 'it' is not defined. +test/database/sorted.js: line 1549, col 5, 'it' is not defined. +test/database/sorted.js: line 1557, col 5, 'it' is not defined. +test/database/sorted.js: line 1565, col 5, 'it' is not defined. +test/database/sorted.js: line 1575, col 5, 'it' is not defined. +test/database/sorted.js: line 1583, col 5, 'it' is not defined. +test/database/sorted.js: line 1591, col 5, 'it' is not defined. +test/database/sorted.js: line 1599, col 5, 'it' is not defined. +test/database/sorted.js: line 1613, col 5, 'it' is not defined. +test/database/sorted.js: line 1625, col 5, 'it' is not defined. +test/database/sorted.js: line 1637, col 5, 'it' is not defined. +test/database/sorted.js: line 1649, col 5, 'it' is not defined. + +test/database.js: line 43, col 137, Line is too long. +test/database.js: line 48, col 112, Line is too long. +test/database.js: line 53, col 107, Line is too long. +test/database.js: line 9, col 1, 'describe' is not defined. +test/database.js: line 16, col 3, 'describe' is not defined. +test/database.js: line 34, col 3, 'describe' is not defined. +test/database.js: line 10, col 3, 'it' is not defined. +test/database.js: line 17, col 5, 'it' is not defined. +test/database.js: line 25, col 5, 'it' is not defined. +test/database.js: line 35, col 5, 'it' is not defined. +test/database.js: line 39, col 5, 'it' is not defined. + +test/defer-logger.js: line 24, col 1, 'before' is not defined. +test/defer-logger.js: line 31, col 1, 'after' is not defined. + +test/emailer.js: line 150, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/emailer.js: line 155, col 50, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/emailer.js: line 156, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/emailer.js: line 170, col 58, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/emailer.js: line 171, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/emailer.js: line 183, col 79, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/emailer.js: line 184, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/emailer.js: line 15, col 1, 'describe' is not defined. +test/emailer.js: line 147, col 3, 'describe' is not defined. +test/emailer.js: line 26, col 3, 'before' is not defined. +test/emailer.js: line 150, col 5, 'before' is not defined. +test/emailer.js: line 50, col 3, 'it' is not defined. +test/emailer.js: line 73, col 3, 'it' is not defined. +test/emailer.js: line 98, col 3, 'it' is not defined. +test/emailer.js: line 155, col 5, 'it' is not defined. +test/emailer.js: line 170, col 5, 'it' is not defined. +test/emailer.js: line 183, col 5, 'it' is not defined. +test/emailer.js: line 139, col 3, 'after' is not defined. +test/emailer.js: line 8, col 7, 'db' is defined but never used. + +test/feeds.js: line 19, col 10, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/feeds.js: line 37, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/feeds.js: line 59, col 44, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/feeds.js: line 64, col 51, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/feeds.js: line 69, col 58, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/feeds.js: line 78, col 41, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/feeds.js: line 83, col 58, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/feeds.js: line 95, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/feeds.js: line 99, col 47, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/feeds.js: line 106, col 62, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/feeds.js: line 119, col 53, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/feeds.js: line 120, col 124, Line is too long. +test/feeds.js: line 125, col 51, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/feeds.js: line 128, col 133, Line is too long. +test/feeds.js: line 133, col 76, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/feeds.js: line 135, col 126, Line is too long. +test/feeds.js: line 15, col 1, 'describe' is not defined. +test/feeds.js: line 92, col 3, 'describe' is not defined. +test/feeds.js: line 19, col 3, 'before' is not defined. +test/feeds.js: line 95, col 5, 'before' is not defined. +test/feeds.js: line 37, col 3, 'it' is not defined. +test/feeds.js: line 59, col 3, 'it' is not defined. +test/feeds.js: line 64, col 3, 'it' is not defined. +test/feeds.js: line 69, col 3, 'it' is not defined. +test/feeds.js: line 78, col 3, 'it' is not defined. +test/feeds.js: line 83, col 3, 'it' is not defined. +test/feeds.js: line 99, col 5, 'it' is not defined. +test/feeds.js: line 106, col 5, 'it' is not defined. +test/feeds.js: line 119, col 5, 'it' is not defined. +test/feeds.js: line 125, col 5, 'it' is not defined. +test/feeds.js: line 133, col 5, 'it' is not defined. +test/feeds.js: line 6, col 7, 'db' is defined but never used. + +test/file.js: line 11, col 1, 'describe' is not defined. +test/file.js: line 23, col 3, 'describe' is not defined. +test/file.js: line 75, col 3, 'describe' is not defined. +test/file.js: line 17, col 3, 'afterEach' is not defined. +test/file.js: line 24, col 5, 'it' is not defined. +test/file.js: line 38, col 5, 'it' is not defined. +test/file.js: line 54, col 5, 'it' is not defined. +test/file.js: line 76, col 5, 'it' is not defined. +test/file.js: line 90, col 5, 'it' is not defined. +test/file.js: line 99, col 5, 'it' is not defined. +test/file.js: line 108, col 3, 'it' is not defined. +test/file.js: line 116, col 3, 'it' is not defined. + +test/files/2.js: line 1, col 10, 'foo' is defined but never used. + +test/flags.js: line 32, col 10, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/flags.js: line 33, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/flags.js: line 33, col 37, 'data' is defined but never used. +test/flags.js: line 116, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/flags.js: line 127, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/flags.js: line 131, col 51, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/flags.js: line 138, col 76, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/flags.js: line 151, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/flags.js: line 162, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/flags.js: line 166, col 56, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/flags.js: line 175, col 115, Line is too long. +test/flags.js: line 175, col 103, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/flags.js: line 194, col 106, Line is too long. +test/flags.js: line 242, col 47, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/flags.js: line 257, col 58, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/flags.js: line 419, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/flags.js: line 430, col 77, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/flags.js: line 445, col 83, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/flags.js: line 461, col 88, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/flags.js: line 521, col 80, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/flags.js: line 535, col 84, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/flags.js: line 553, col 102, Line is too long. +test/flags.js: line 553, col 90, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/flags.js: line 571, col 67, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/flags.js: line 583, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/flags.js: line 590, col 115, Line is too long. +test/flags.js: line 594, col 61, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/flags.js: line 606, col 61, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/flags.js: line 618, col 83, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/flags.js: line 634, col 83, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/flags.js: line 717, col 103, Line is too long. +test/flags.js: line 733, col 51, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/flags.js: line 791, col 71, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/flags.js: line 875, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/flags.js: line 891, col 49, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/flags.js: line 908, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/flags.js: line 928, col 120, Line is too long. +test/flags.js: line 931, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/flags.js: line 932, col 123, Line is too long. +test/flags.js: line 933, col 114, Line is too long. +test/flags.js: line 936, col 64, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/flags.js: line 939, col 102, Line is too long. +test/flags.js: line 978, col 48, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/flags.js: line 997, col 44, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/flags.js: line 1010, col 46, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/flags.js: line 1029, col 104, Line is too long. +test/flags.js: line 1035, col 46, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/flags.js: line 1036, col 102, Line is too long. +test/flags.js: line 1060, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/flags.js: line 1064, col 105, Line is too long. +test/flags.js: line 1067, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/flags.js: line 1089, col 16, 'object spread property' is only available in ES9 (use 'esversion: 9'). +test/flags.js: line 1094, col 16, 'object spread property' is only available in ES9 (use 'esversion: 9'). +test/flags.js: line 1102, col 16, 'object spread property' is only available in ES9 (use 'esversion: 9'). +test/flags.js: line 1111, col 16, 'object spread property' is only available in ES9 (use 'esversion: 9'). +test/flags.js: line 1116, col 16, 'object spread property' is only available in ES9 (use 'esversion: 9'). +test/flags.js: line 1123, col 76, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/flags.js: line 1125, col 23, 'object spread property' is only available in ES9 (use 'esversion: 9'). +test/flags.js: line 1132, col 115, Line is too long. +test/flags.js: line 1136, col 83, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/flags.js: line 1141, col 115, Line is too long. +test/flags.js: line 1145, col 75, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/flags.js: line 1152, col 107, Line is too long. +test/flags.js: line 1156, col 78, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/flags.js: line 1163, col 107, Line is too long. +test/flags.js: line 1167, col 135, Line is too long. +test/flags.js: line 1167, col 123, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/flags.js: line 1174, col 107, Line is too long. +test/flags.js: line 1178, col 146, Line is too long. +test/flags.js: line 1178, col 134, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/flags.js: line 1179, col 105, Line is too long. +test/flags.js: line 1189, col 115, Line is too long. +test/flags.js: line 24, col 1, 'describe' is not defined. +test/flags.js: line 74, col 3, 'describe' is not defined. +test/flags.js: line 112, col 3, 'describe' is not defined. +test/flags.js: line 147, col 3, 'describe' is not defined. +test/flags.js: line 185, col 3, 'describe' is not defined. +test/flags.js: line 203, col 3, 'describe' is not defined. +test/flags.js: line 221, col 3, 'describe' is not defined. +test/flags.js: line 273, col 3, 'describe' is not defined. +test/flags.js: line 295, col 5, 'describe' is not defined. +test/flags.js: line 418, col 5, 'describe' is not defined. +test/flags.js: line 479, col 3, 'describe' is not defined. +test/flags.js: line 580, col 5, 'describe' is not defined. +test/flags.js: line 652, col 3, 'describe' is not defined. +test/flags.js: line 698, col 3, 'describe' is not defined. +test/flags.js: line 759, col 3, 'describe' is not defined. +test/flags.js: line 798, col 3, 'describe' is not defined. +test/flags.js: line 832, col 3, 'describe' is not defined. +test/flags.js: line 860, col 3, 'describe' is not defined. +test/flags.js: line 870, col 3, 'describe' is not defined. +test/flags.js: line 890, col 5, 'describe' is not defined. +test/flags.js: line 977, col 5, 'describe' is not defined. +test/flags.js: line 996, col 5, 'describe' is not defined. +test/flags.js: line 1009, col 5, 'describe' is not defined. +test/flags.js: line 1034, col 5, 'describe' is not defined. +test/flags.js: line 1049, col 5, 'describe' is not defined. +test/flags.js: line 32, col 3, 'before' is not defined. +test/flags.js: line 116, col 5, 'before' is not defined. +test/flags.js: line 151, col 5, 'before' is not defined. +test/flags.js: line 419, col 7, 'before' is not defined. +test/flags.js: line 799, col 5, 'before' is not defined. +test/flags.js: line 834, col 5, 'before' is not defined. +test/flags.js: line 875, col 5, 'before' is not defined. +test/flags.js: line 1060, col 7, 'before' is not defined. +test/flags.js: line 70, col 3, 'after' is not defined. +test/flags.js: line 127, col 5, 'after' is not defined. +test/flags.js: line 162, col 5, 'after' is not defined. +test/flags.js: line 75, col 5, 'it' is not defined. +test/flags.js: line 95, col 5, 'it' is not defined. +test/flags.js: line 103, col 5, 'it' is not defined. +test/flags.js: line 131, col 5, 'it' is not defined. +test/flags.js: line 138, col 5, 'it' is not defined. +test/flags.js: line 166, col 5, 'it' is not defined. +test/flags.js: line 175, col 5, 'it' is not defined. +test/flags.js: line 186, col 5, 'it' is not defined. +test/flags.js: line 194, col 5, 'it' is not defined. +test/flags.js: line 204, col 5, 'it' is not defined. +test/flags.js: line 212, col 5, 'it' is not defined. +test/flags.js: line 222, col 5, 'it' is not defined. +test/flags.js: line 242, col 5, 'it' is not defined. +test/flags.js: line 257, col 5, 'it' is not defined. +test/flags.js: line 274, col 5, 'it' is not defined. +test/flags.js: line 296, col 7, 'it' is not defined. +test/flags.js: line 313, col 7, 'it' is not defined. +test/flags.js: line 330, col 7, 'it' is not defined. +test/flags.js: line 347, col 7, 'it' is not defined. +test/flags.js: line 364, col 7, 'it' is not defined. +test/flags.js: line 381, col 7, 'it' is not defined. +test/flags.js: line 399, col 7, 'it' is not defined. +test/flags.js: line 430, col 7, 'it' is not defined. +test/flags.js: line 445, col 7, 'it' is not defined. +test/flags.js: line 461, col 7, 'it' is not defined. +test/flags.js: line 480, col 5, 'it' is not defined. +test/flags.js: line 499, col 5, 'it' is not defined. +test/flags.js: line 521, col 5, 'it' is not defined. +test/flags.js: line 535, col 5, 'it' is not defined. +test/flags.js: line 553, col 5, 'it' is not defined. +test/flags.js: line 571, col 5, 'it' is not defined. +test/flags.js: line 594, col 7, 'it' is not defined. +test/flags.js: line 606, col 7, 'it' is not defined. +test/flags.js: line 618, col 7, 'it' is not defined. +test/flags.js: line 634, col 7, 'it' is not defined. +test/flags.js: line 653, col 5, 'it' is not defined. +test/flags.js: line 671, col 5, 'it' is not defined. +test/flags.js: line 689, col 5, 'it' is not defined. +test/flags.js: line 699, col 5, 'it' is not defined. +test/flags.js: line 717, col 5, 'it' is not defined. +test/flags.js: line 733, col 5, 'it' is not defined. +test/flags.js: line 751, col 5, 'it' is not defined. +test/flags.js: line 760, col 5, 'it' is not defined. +test/flags.js: line 775, col 5, 'it' is not defined. +test/flags.js: line 791, col 5, 'it' is not defined. +test/flags.js: line 804, col 5, 'it' is not defined. +test/flags.js: line 822, col 5, 'it' is not defined. +test/flags.js: line 841, col 5, 'it' is not defined. +test/flags.js: line 861, col 5, 'it' is not defined. +test/flags.js: line 891, col 7, 'it' is not defined. +test/flags.js: line 908, col 7, 'it' is not defined. +test/flags.js: line 931, col 7, 'it' is not defined. +test/flags.js: line 936, col 7, 'it' is not defined. +test/flags.js: line 978, col 7, 'it' is not defined. +test/flags.js: line 997, col 7, 'it' is not defined. +test/flags.js: line 1010, col 7, 'it' is not defined. +test/flags.js: line 1035, col 7, 'it' is not defined. +test/flags.js: line 1123, col 7, 'it' is not defined. +test/flags.js: line 1136, col 7, 'it' is not defined. +test/flags.js: line 1145, col 7, 'it' is not defined. +test/flags.js: line 1156, col 7, 'it' is not defined. +test/flags.js: line 1167, col 7, 'it' is not defined. +test/flags.js: line 1178, col 7, 'it' is not defined. +test/flags.js: line 583, col 7, 'beforeEach' is not defined. +test/flags.js: line 1067, col 7, 'beforeEach' is not defined. + +test/groups.js: line 23, col 10, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/groups.js: line 86, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/groups.js: line 86, col 35, 'data' is defined but never used. +test/groups.js: line 90, col 9, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/groups.js: line 178, col 47, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/groups.js: line 179, col 7, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/groups.js: line 189, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/groups.js: line 190, col 104, Line is too long. +test/groups.js: line 194, col 43, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/groups.js: line 205, col 64, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/groups.js: line 210, col 69, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/groups.js: line 215, col 57, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/groups.js: line 220, col 59, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/groups.js: line 225, col 59, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/groups.js: line 230, col 59, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/groups.js: line 235, col 76, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/groups.js: line 240, col 77, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/groups.js: line 245, col 57, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/groups.js: line 250, col 59, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/groups.js: line 251, col 101, Line is too long. +test/groups.js: line 382, col 48, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/groups.js: line 391, col 44, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/groups.js: line 420, col 43, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/groups.js: line 453, col 65, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/groups.js: line 475, col 58, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/groups.js: line 484, col 60, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/groups.js: line 494, col 58, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/groups.js: line 504, col 58, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/groups.js: line 514, col 59, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/groups.js: line 517, col 356, Line is too long. +test/groups.js: line 524, col 58, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/groups.js: line 580, col 53, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/groups.js: line 615, col 50, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/groups.js: line 655, col 54, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/groups.js: line 702, col 51, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/groups.js: line 706, col 7, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/groups.js: line 726, col 85, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/groups.js: line 736, col 54, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/groups.js: line 758, col 48, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/groups.js: line 767, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/groups.js: line 789, col 48, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/groups.js: line 798, col 56, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/groups.js: line 807, col 48, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/groups.js: line 816, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/groups.js: line 823, col 41, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/groups.js: line 832, col 56, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/groups.js: line 841, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/groups.js: line 847, col 82, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/groups.js: line 857, col 74, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/groups.js: line 869, col 40, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/groups.js: line 875, col 54, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/groups.js: line 881, col 44, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/groups.js: line 887, col 46, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/groups.js: line 894, col 44, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/groups.js: line 901, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/groups.js: line 908, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/groups.js: line 917, col 45, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/groups.js: line 926, col 51, 'Trailing comma in arguments lists' is only available in ES8 (use 'esversion: 8'). +test/groups.js: line 930, col 47, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/groups.js: line 937, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/groups.js: line 945, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/groups.js: line 953, col 42, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/groups.js: line 959, col 46, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/groups.js: line 965, col 54, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/groups.js: line 972, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/groups.js: line 978, col 57, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/groups.js: line 985, col 69, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/groups.js: line 992, col 66, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/groups.js: line 1001, col 38, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/groups.js: line 1024, col 58, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/groups.js: line 1033, col 46, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/groups.js: line 1047, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/groups.js: line 1053, col 58, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/groups.js: line 1069, col 58, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/groups.js: line 1078, col 70, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/groups.js: line 1083, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/groups.js: line 1088, col 77, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/groups.js: line 1094, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/groups.js: line 1095, col 114, Line is too long. +test/groups.js: line 1102, col 57, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/groups.js: line 1112, col 72, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/groups.js: line 1122, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/groups.js: line 1123, col 127, Line is too long. +test/groups.js: line 1131, col 49, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/groups.js: line 1141, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/groups.js: line 1147, col 54, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/groups.js: line 1151, col 44, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/groups.js: line 1161, col 56, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/groups.js: line 1171, col 46, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/groups.js: line 1178, col 67, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/groups.js: line 1181, col 47, 'Trailing comma in arguments lists' is only available in ES8 (use 'esversion: 8'). +test/groups.js: line 1185, col 60, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/groups.js: line 1191, col 73, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/groups.js: line 1200, col 41, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/groups.js: line 1210, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/groups.js: line 1237, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/groups.js: line 1247, col 106, Line is too long. +test/groups.js: line 1269, col 106, Line is too long. +test/groups.js: line 1280, col 7072, Line is too long. +test/groups.js: line 1311, col 64, 'data' is defined but never used. +test/groups.js: line 1353, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/groups.js: line 20, col 1, 'describe' is not defined. +test/groups.js: line 94, col 3, 'describe' is not defined. +test/groups.js: line 104, col 3, 'describe' is not defined. +test/groups.js: line 132, col 3, 'describe' is not defined. +test/groups.js: line 204, col 3, 'describe' is not defined. +test/groups.js: line 256, col 3, 'describe' is not defined. +test/groups.js: line 274, col 3, 'describe' is not defined. +test/groups.js: line 301, col 3, 'describe' is not defined. +test/groups.js: line 419, col 3, 'describe' is not defined. +test/groups.js: line 429, col 3, 'describe' is not defined. +test/groups.js: line 555, col 3, 'describe' is not defined. +test/groups.js: line 597, col 3, 'describe' is not defined. +test/groups.js: line 742, col 3, 'describe' is not defined. +test/groups.js: line 757, col 3, 'describe' is not defined. +test/groups.js: line 766, col 3, 'describe' is not defined. +test/groups.js: line 774, col 3, 'describe' is not defined. +test/groups.js: line 1100, col 3, 'describe' is not defined. +test/groups.js: line 1232, col 3, 'describe' is not defined. +test/groups.js: line 1369, col 3, 'describe' is not defined. +test/groups.js: line 23, col 3, 'before' is not defined. +test/groups.js: line 105, col 5, 'before' is not defined. +test/groups.js: line 430, col 5, 'before' is not defined. +test/groups.js: line 556, col 5, 'before' is not defined. +test/groups.js: line 598, col 5, 'before' is not defined. +test/groups.js: line 1237, col 5, 'before' is not defined. +test/groups.js: line 90, col 3, 'after' is not defined. +test/groups.js: line 95, col 5, 'it' is not defined. +test/groups.js: line 109, col 5, 'it' is not defined. +test/groups.js: line 123, col 5, 'it' is not defined. +test/groups.js: line 135, col 5, 'it' is not defined. +test/groups.js: line 143, col 5, 'it' is not defined. +test/groups.js: line 151, col 5, 'it' is not defined. +test/groups.js: line 160, col 5, 'it' is not defined. +test/groups.js: line 169, col 5, 'it' is not defined. +test/groups.js: line 178, col 5, 'it' is not defined. +test/groups.js: line 189, col 5, 'it' is not defined. +test/groups.js: line 194, col 5, 'it' is not defined. +test/groups.js: line 205, col 5, 'it' is not defined. +test/groups.js: line 210, col 5, 'it' is not defined. +test/groups.js: line 215, col 5, 'it' is not defined. +test/groups.js: line 220, col 5, 'it' is not defined. +test/groups.js: line 225, col 5, 'it' is not defined. +test/groups.js: line 230, col 5, 'it' is not defined. +test/groups.js: line 235, col 5, 'it' is not defined. +test/groups.js: line 240, col 5, 'it' is not defined. +test/groups.js: line 245, col 5, 'it' is not defined. +test/groups.js: line 250, col 5, 'it' is not defined. +test/groups.js: line 257, col 5, 'it' is not defined. +test/groups.js: line 265, col 5, 'it' is not defined. +test/groups.js: line 275, col 5, 'it' is not defined. +test/groups.js: line 283, col 5, 'it' is not defined. +test/groups.js: line 291, col 5, 'it' is not defined. +test/groups.js: line 302, col 5, 'it' is not defined. +test/groups.js: line 312, col 5, 'it' is not defined. +test/groups.js: line 326, col 5, 'it' is not defined. +test/groups.js: line 340, col 5, 'it' is not defined. +test/groups.js: line 353, col 5, 'it' is not defined. +test/groups.js: line 361, col 5, 'it' is not defined. +test/groups.js: line 368, col 5, 'it' is not defined. +test/groups.js: line 375, col 5, 'it' is not defined. +test/groups.js: line 382, col 5, 'it' is not defined. +test/groups.js: line 391, col 5, 'it' is not defined. +test/groups.js: line 397, col 5, 'it' is not defined. +test/groups.js: line 404, col 5, 'it' is not defined. +test/groups.js: line 420, col 5, 'it' is not defined. +test/groups.js: line 439, col 5, 'it' is not defined. +test/groups.js: line 453, col 5, 'it' is not defined. +test/groups.js: line 466, col 5, 'it' is not defined. +test/groups.js: line 475, col 5, 'it' is not defined. +test/groups.js: line 484, col 5, 'it' is not defined. +test/groups.js: line 494, col 5, 'it' is not defined. +test/groups.js: line 504, col 5, 'it' is not defined. +test/groups.js: line 514, col 5, 'it' is not defined. +test/groups.js: line 524, col 5, 'it' is not defined. +test/groups.js: line 538, col 5, 'it' is not defined. +test/groups.js: line 560, col 5, 'it' is not defined. +test/groups.js: line 572, col 5, 'it' is not defined. +test/groups.js: line 580, col 5, 'it' is not defined. +test/groups.js: line 602, col 5, 'it' is not defined. +test/groups.js: line 615, col 5, 'it' is not defined. +test/groups.js: line 629, col 5, 'it' is not defined. +test/groups.js: line 642, col 5, 'it' is not defined. +test/groups.js: line 655, col 5, 'it' is not defined. +test/groups.js: line 663, col 5, 'it' is not defined. +test/groups.js: line 683, col 5, 'it' is not defined. +test/groups.js: line 702, col 5, 'it' is not defined. +test/groups.js: line 726, col 5, 'it' is not defined. +test/groups.js: line 736, col 5, 'it' is not defined. +test/groups.js: line 743, col 5, 'it' is not defined. +test/groups.js: line 758, col 5, 'it' is not defined. +test/groups.js: line 767, col 5, 'it' is not defined. +test/groups.js: line 775, col 5, 'it' is not defined. +test/groups.js: line 782, col 5, 'it' is not defined. +test/groups.js: line 789, col 5, 'it' is not defined. +test/groups.js: line 798, col 5, 'it' is not defined. +test/groups.js: line 807, col 5, 'it' is not defined. +test/groups.js: line 816, col 5, 'it' is not defined. +test/groups.js: line 823, col 5, 'it' is not defined. +test/groups.js: line 832, col 5, 'it' is not defined. +test/groups.js: line 841, col 5, 'it' is not defined. +test/groups.js: line 847, col 5, 'it' is not defined. +test/groups.js: line 857, col 5, 'it' is not defined. +test/groups.js: line 869, col 5, 'it' is not defined. +test/groups.js: line 875, col 5, 'it' is not defined. +test/groups.js: line 881, col 5, 'it' is not defined. +test/groups.js: line 887, col 5, 'it' is not defined. +test/groups.js: line 894, col 5, 'it' is not defined. +test/groups.js: line 901, col 5, 'it' is not defined. +test/groups.js: line 908, col 5, 'it' is not defined. +test/groups.js: line 917, col 5, 'it' is not defined. +test/groups.js: line 930, col 5, 'it' is not defined. +test/groups.js: line 937, col 5, 'it' is not defined. +test/groups.js: line 945, col 5, 'it' is not defined. +test/groups.js: line 953, col 5, 'it' is not defined. +test/groups.js: line 959, col 5, 'it' is not defined. +test/groups.js: line 965, col 5, 'it' is not defined. +test/groups.js: line 972, col 5, 'it' is not defined. +test/groups.js: line 978, col 5, 'it' is not defined. +test/groups.js: line 985, col 5, 'it' is not defined. +test/groups.js: line 992, col 5, 'it' is not defined. +test/groups.js: line 1001, col 5, 'it' is not defined. +test/groups.js: line 1024, col 5, 'it' is not defined. +test/groups.js: line 1033, col 5, 'it' is not defined. +test/groups.js: line 1047, col 5, 'it' is not defined. +test/groups.js: line 1053, col 5, 'it' is not defined. +test/groups.js: line 1069, col 5, 'it' is not defined. +test/groups.js: line 1078, col 5, 'it' is not defined. +test/groups.js: line 1083, col 5, 'it' is not defined. +test/groups.js: line 1088, col 5, 'it' is not defined. +test/groups.js: line 1094, col 5, 'it' is not defined. +test/groups.js: line 1102, col 5, 'it' is not defined. +test/groups.js: line 1112, col 5, 'it' is not defined. +test/groups.js: line 1122, col 5, 'it' is not defined. +test/groups.js: line 1131, col 5, 'it' is not defined. +test/groups.js: line 1141, col 5, 'it' is not defined. +test/groups.js: line 1147, col 5, 'it' is not defined. +test/groups.js: line 1151, col 5, 'it' is not defined. +test/groups.js: line 1161, col 5, 'it' is not defined. +test/groups.js: line 1171, col 5, 'it' is not defined. +test/groups.js: line 1178, col 5, 'it' is not defined. +test/groups.js: line 1185, col 5, 'it' is not defined. +test/groups.js: line 1191, col 5, 'it' is not defined. +test/groups.js: line 1200, col 5, 'it' is not defined. +test/groups.js: line 1210, col 5, 'it' is not defined. +test/groups.js: line 1244, col 5, 'it' is not defined. +test/groups.js: line 1254, col 5, 'it' is not defined. +test/groups.js: line 1277, col 5, 'it' is not defined. +test/groups.js: line 1292, col 5, 'it' is not defined. +test/groups.js: line 1306, col 5, 'it' is not defined. +test/groups.js: line 1317, col 5, 'it' is not defined. +test/groups.js: line 1332, col 5, 'it' is not defined. +test/groups.js: line 1339, col 5, 'it' is not defined. +test/groups.js: line 1346, col 5, 'it' is not defined. +test/groups.js: line 1353, col 5, 'it' is not defined. + +test/helpers/index.js: line 12, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/helpers/index.js: line 19, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/helpers/index.js: line 34, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/helpers/index.js: line 36, col 41, 'object spread property' is only available in ES9 (use 'esversion: 9'). +test/helpers/index.js: line 50, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/helpers/index.js: line 92, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/helpers/index.js: line 124, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/helpers/index.js: line 167, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/helpers/index.js: line 177, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/helpers/index.js: line 6, col 7, 'winston' is defined but never used. + +test/i18n.js: line 16, col 10, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/i18n.js: line 17, col 138, Line is too long. +test/i18n.js: line 25, col 62, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/i18n.js: line 34, col 10, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/i18n.js: line 41, col 136, Line is too long. +test/i18n.js: line 43, col 50, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/i18n.js: line 58, col 124, Line is too long. +test/i18n.js: line 58, col 112, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/i18n.js: line 61, col 121, Line is too long. +test/i18n.js: line 62, col 170, Line is too long. +test/i18n.js: line 111, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/i18n.js: line 116, col 112, Line is too long. +test/i18n.js: line 118, col 178, Line is too long. +test/i18n.js: line 122, col 107, Line is too long. +test/i18n.js: line 124, col 182, Line is too long. +test/i18n.js: line 134, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/i18n.js: line 161, col 111, Line is too long. +test/i18n.js: line 13, col 1, 'describe' is not defined. +test/i18n.js: line 40, col 5, 'describe' is not defined. +test/i18n.js: line 58, col 7, 'describe' is not defined. +test/i18n.js: line 59, col 9, 'describe' is not defined. +test/i18n.js: line 108, col 7, 'describe' is not defined. +test/i18n.js: line 129, col 7, 'describe' is not defined. +test/i18n.js: line 16, col 3, 'before' is not defined. +test/i18n.js: line 111, col 9, 'before' is not defined. +test/i18n.js: line 134, col 9, 'before' is not defined. +test/i18n.js: line 25, col 3, 'it' is not defined. +test/i18n.js: line 34, col 3, 'it' is not defined. +test/i18n.js: line 43, col 7, 'it' is not defined. +test/i18n.js: line 79, col 13, 'it' is not defined. +test/i18n.js: line 84, col 13, 'it' is not defined. +test/i18n.js: line 99, col 13, 'it' is not defined. +test/i18n.js: line 116, col 9, 'it' is not defined. +test/i18n.js: line 122, col 9, 'it' is not defined. +test/i18n.js: line 138, col 9, 'it' is not defined. +test/i18n.js: line 153, col 9, 'it' is not defined. +test/i18n.js: line 11, col 7, 'db' is defined but never used. + +test/image.js: line 10, col 1, 'describe' is not defined. +test/image.js: line 11, col 3, 'it' is not defined. +test/image.js: line 22, col 3, 'it' is not defined. +test/image.js: line 6, col 7, 'db' is defined but never used. + +test/locale-detect.js: line 11, col 48, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/locale-detect.js: line 23, col 41, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/locale-detect.js: line 10, col 1, 'describe' is not defined. +test/locale-detect.js: line 11, col 3, 'it' is not defined. +test/locale-detect.js: line 23, col 3, 'it' is not defined. +test/locale-detect.js: line 6, col 7, 'db' is defined but never used. + +test/messaging.js: line 34, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/messaging.js: line 49, col 10, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/messaging.js: line 66, col 112, Line is too long. +test/messaging.js: line 67, col 112, Line is too long. +test/messaging.js: line 68, col 114, Line is too long. +test/messaging.js: line 69, col 117, Line is too long. +test/messaging.js: line 87, col 69, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/messaging.js: line 103, col 69, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/messaging.js: line 113, col 49, 'Trailing comma in arguments lists' is only available in ES8 (use 'esversion: 8'). +test/messaging.js: line 120, col 49, 'Trailing comma in arguments lists' is only available in ES8 (use 'esversion: 8'). +test/messaging.js: line 124, col 60, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/messaging.js: line 150, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/messaging.js: line 155, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/messaging.js: line 160, col 67, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/messaging.js: line 162, col 115, Line is too long. +test/messaging.js: line 165, col 56, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/messaging.js: line 183, col 41, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/messaging.js: line 195, col 78, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/messaging.js: line 202, col 118, Line is too long. +test/messaging.js: line 206, col 105, Line is too long. +test/messaging.js: line 209, col 61, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/messaging.js: line 212, col 121, Line is too long. +test/messaging.js: line 214, col 104, Line is too long. +test/messaging.js: line 219, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/messaging.js: line 225, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/messaging.js: line 231, col 53, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/messaging.js: line 237, col 62, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/messaging.js: line 239, col 123, Line is too long. +test/messaging.js: line 241, col 114, Line is too long. +test/messaging.js: line 245, col 67, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/messaging.js: line 246, col 115, Line is too long. +test/messaging.js: line 251, col 43, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/messaging.js: line 252, col 123, Line is too long. +test/messaging.js: line 254, col 111, Line is too long. +test/messaging.js: line 257, col 55, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/messaging.js: line 260, col 121, Line is too long. +test/messaging.js: line 262, col 110, Line is too long. +test/messaging.js: line 267, col 38, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/messaging.js: line 274, col 84, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/messaging.js: line 282, col 117, Line is too long. +test/messaging.js: line 282, col 105, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/messaging.js: line 298, col 54, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/messaging.js: line 303, col 111, Line is too long. +test/messaging.js: line 305, col 108, Line is too long. +test/messaging.js: line 310, col 51, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/messaging.js: line 312, col 112, Line is too long. +test/messaging.js: line 328, col 48, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/messaging.js: line 331, col 121, Line is too long. +test/messaging.js: line 333, col 106, Line is too long. +test/messaging.js: line 338, col 71, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/messaging.js: line 339, col 108, Line is too long. +test/messaging.js: line 344, col 40, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/messaging.js: line 359, col 67, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/messaging.js: line 364, col 124, Line is too long. +test/messaging.js: line 367, col 56, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/messaging.js: line 377, col 43, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/messaging.js: line 378, col 125, Line is too long. +test/messaging.js: line 390, col 64, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/messaging.js: line 394, col 108, Line is too long. +test/messaging.js: line 395, col 125, Line is too long. +test/messaging.js: line 401, col 44, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/messaging.js: line 414, col 66, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/messaging.js: line 427, col 126, Line is too long. +test/messaging.js: line 436, col 50, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/messaging.js: line 444, col 125, Line is too long. +test/messaging.js: line 446, col 123, Line is too long. +test/messaging.js: line 456, col 41, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/messaging.js: line 467, col 54, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/messaging.js: line 484, col 51, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/messaging.js: line 488, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/messaging.js: line 492, col 56, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/messaging.js: line 497, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/messaging.js: line 498, col 104, Line is too long. +test/messaging.js: line 502, col 75, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/messaging.js: line 511, col 54, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/messaging.js: line 516, col 54, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/messaging.js: line 518, col 101, Line is too long. +test/messaging.js: line 521, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/messaging.js: line 526, col 45, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/messaging.js: line 528, col 112, Line is too long. +test/messaging.js: line 532, col 62, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/messaging.js: line 549, col 44, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/messaging.js: line 556, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/messaging.js: line 557, col 127, Line is too long. +test/messaging.js: line 564, col 75, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/messaging.js: line 576, col 66, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/messaging.js: line 577, col 119, Line is too long. +test/messaging.js: line 585, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/messaging.js: line 600, col 48, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/messaging.js: line 609, col 48, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/messaging.js: line 618, col 50, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/messaging.js: line 635, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/messaging.js: line 637, col 123, Line is too long. +test/messaging.js: line 639, col 122, Line is too long. +test/messaging.js: line 643, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/messaging.js: line 647, col 57, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/messaging.js: line 648, col 108, Line is too long. +test/messaging.js: line 654, col 108, Line is too long. +test/messaging.js: line 657, col 70, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/messaging.js: line 658, col 117, Line is too long. +test/messaging.js: line 660, col 108, Line is too long. +test/messaging.js: line 663, col 58, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/messaging.js: line 664, col 131, Line is too long. +test/messaging.js: line 666, col 110, Line is too long. +test/messaging.js: line 669, col 62, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/messaging.js: line 670, col 129, Line is too long. +test/messaging.js: line 675, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/messaging.js: line 676, col 128, Line is too long. +test/messaging.js: line 685, col 54, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/messaging.js: line 686, col 107, Line is too long. +test/messaging.js: line 691, col 46, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/messaging.js: line 697, col 57, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/messaging.js: line 710, col 58, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/messaging.js: line 714, col 103, Line is too long. +test/messaging.js: line 718, col 58, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/messaging.js: line 725, col 58, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/messaging.js: line 726, col 106, Line is too long. +test/messaging.js: line 731, col 38, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/messaging.js: line 737, col 59, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/messaging.js: line 738, col 104, Line is too long. +test/messaging.js: line 744, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/messaging.js: line 748, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/messaging.js: line 752, col 48, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/messaging.js: line 753, col 109, Line is too long. +test/messaging.js: line 758, col 47, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/messaging.js: line 763, col 50, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/messaging.js: line 632, col 11, 'socketModules' is defined but never used. +test/messaging.js: line 775, col 42, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/messaging.js: line 782, col 64, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/messaging.js: line 790, col 44, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/messaging.js: line 798, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/messaging.js: line 802, col 41, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/messaging.js: line 803, col 103, Line is too long. +test/messaging.js: line 811, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/messaging.js: line 812, col 113, Line is too long. +test/messaging.js: line 819, col 41, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/messaging.js: line 827, col 52, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/messaging.js: line 829, col 116, Line is too long. +test/messaging.js: line 21, col 1, 'describe' is not defined. +test/messaging.js: line 79, col 3, 'describe' is not defined. +test/messaging.js: line 147, col 3, 'describe' is not defined. +test/messaging.js: line 582, col 3, 'describe' is not defined. +test/messaging.js: line 631, col 3, 'describe' is not defined. +test/messaging.js: line 743, col 5, 'describe' is not defined. +test/messaging.js: line 774, col 3, 'describe' is not defined. +test/messaging.js: line 796, col 3, 'describe' is not defined. +test/messaging.js: line 49, col 3, 'before' is not defined. +test/messaging.js: line 150, col 5, 'before' is not defined. +test/messaging.js: line 585, col 5, 'before' is not defined. +test/messaging.js: line 635, col 5, 'before' is not defined. +test/messaging.js: line 744, col 7, 'before' is not defined. +test/messaging.js: line 798, col 5, 'before' is not defined. +test/messaging.js: line 75, col 3, 'after' is not defined. +test/messaging.js: line 155, col 5, 'after' is not defined. +test/messaging.js: line 643, col 5, 'after' is not defined. +test/messaging.js: line 748, col 7, 'after' is not defined. +test/messaging.js: line 80, col 5, 'it' is not defined. +test/messaging.js: line 87, col 5, 'it' is not defined. +test/messaging.js: line 96, col 5, 'it' is not defined. +test/messaging.js: line 103, col 5, 'it' is not defined. +test/messaging.js: line 124, col 5, 'it' is not defined. +test/messaging.js: line 160, col 5, 'it' is not defined. +test/messaging.js: line 165, col 5, 'it' is not defined. +test/messaging.js: line 183, col 5, 'it' is not defined. +test/messaging.js: line 195, col 5, 'it' is not defined. +test/messaging.js: line 209, col 5, 'it' is not defined. +test/messaging.js: line 219, col 5, 'it' is not defined. +test/messaging.js: line 225, col 5, 'it' is not defined. +test/messaging.js: line 231, col 5, 'it' is not defined. +test/messaging.js: line 237, col 5, 'it' is not defined. +test/messaging.js: line 245, col 5, 'it' is not defined. +test/messaging.js: line 251, col 5, 'it' is not defined. +test/messaging.js: line 257, col 5, 'it' is not defined. +test/messaging.js: line 267, col 5, 'it' is not defined. +test/messaging.js: line 274, col 5, 'it' is not defined. +test/messaging.js: line 282, col 5, 'it' is not defined. +test/messaging.js: line 298, col 5, 'it' is not defined. +test/messaging.js: line 310, col 5, 'it' is not defined. +test/messaging.js: line 328, col 5, 'it' is not defined. +test/messaging.js: line 338, col 5, 'it' is not defined. +test/messaging.js: line 344, col 5, 'it' is not defined. +test/messaging.js: line 359, col 5, 'it' is not defined. +test/messaging.js: line 367, col 5, 'it' is not defined. +test/messaging.js: line 377, col 5, 'it' is not defined. +test/messaging.js: line 390, col 5, 'it' is not defined. +test/messaging.js: line 401, col 5, 'it' is not defined. +test/messaging.js: line 414, col 5, 'it' is not defined. +test/messaging.js: line 436, col 5, 'it' is not defined. +test/messaging.js: line 456, col 5, 'it' is not defined. +test/messaging.js: line 467, col 5, 'it' is not defined. +test/messaging.js: line 484, col 5, 'it' is not defined. +test/messaging.js: line 488, col 5, 'it' is not defined. +test/messaging.js: line 492, col 5, 'it' is not defined. +test/messaging.js: line 497, col 5, 'it' is not defined. +test/messaging.js: line 502, col 5, 'it' is not defined. +test/messaging.js: line 511, col 5, 'it' is not defined. +test/messaging.js: line 516, col 5, 'it' is not defined. +test/messaging.js: line 521, col 5, 'it' is not defined. +test/messaging.js: line 526, col 5, 'it' is not defined. +test/messaging.js: line 532, col 5, 'it' is not defined. +test/messaging.js: line 549, col 5, 'it' is not defined. +test/messaging.js: line 556, col 5, 'it' is not defined. +test/messaging.js: line 564, col 5, 'it' is not defined. +test/messaging.js: line 576, col 5, 'it' is not defined. +test/messaging.js: line 600, col 5, 'it' is not defined. +test/messaging.js: line 609, col 5, 'it' is not defined. +test/messaging.js: line 618, col 5, 'it' is not defined. +test/messaging.js: line 647, col 5, 'it' is not defined. +test/messaging.js: line 657, col 5, 'it' is not defined. +test/messaging.js: line 663, col 5, 'it' is not defined. +test/messaging.js: line 669, col 5, 'it' is not defined. +test/messaging.js: line 675, col 5, 'it' is not defined. +test/messaging.js: line 685, col 5, 'it' is not defined. +test/messaging.js: line 691, col 5, 'it' is not defined. +test/messaging.js: line 697, col 5, 'it' is not defined. +test/messaging.js: line 710, col 5, 'it' is not defined. +test/messaging.js: line 718, col 5, 'it' is not defined. +test/messaging.js: line 725, col 5, 'it' is not defined. +test/messaging.js: line 731, col 5, 'it' is not defined. +test/messaging.js: line 737, col 5, 'it' is not defined. +test/messaging.js: line 752, col 7, 'it' is not defined. +test/messaging.js: line 758, col 7, 'it' is not defined. +test/messaging.js: line 763, col 7, 'it' is not defined. +test/messaging.js: line 775, col 5, 'it' is not defined. +test/messaging.js: line 782, col 5, 'it' is not defined. +test/messaging.js: line 790, col 5, 'it' is not defined. +test/messaging.js: line 802, col 5, 'it' is not defined. +test/messaging.js: line 811, col 5, 'it' is not defined. +test/messaging.js: line 819, col 5, 'it' is not defined. +test/messaging.js: line 827, col 5, 'it' is not defined. + +test/meta.js: line 42, col 118, Line is too long. +test/meta.js: line 98, col 62, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/meta.js: line 110, col 167, Line is too long. +test/meta.js: line 260, col 53, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/meta.js: line 452, col 104, Line is too long. +test/meta.js: line 457, col 146, Line is too long. +test/meta.js: line 488, col 62, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/meta.js: line 497, col 64, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/meta.js: line 512, col 87, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/meta.js: line 527, col 64, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/meta.js: line 530, col 106, Line is too long. +test/meta.js: line 538, col 105, Line is too long. +test/meta.js: line 542, col 87, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/meta.js: line 545, col 106, Line is too long. +test/meta.js: line 556, col 48, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/meta.js: line 559, col 107, Line is too long. +test/meta.js: line 14, col 1, 'describe' is not defined. +test/meta.js: line 39, col 3, 'describe' is not defined. +test/meta.js: line 190, col 3, 'describe' is not defined. +test/meta.js: line 393, col 3, 'describe' is not defined. +test/meta.js: line 412, col 3, 'describe' is not defined. +test/meta.js: line 462, col 3, 'describe' is not defined. +test/meta.js: line 487, col 3, 'describe' is not defined. +test/meta.js: line 19, col 3, 'before' is not defined. +test/meta.js: line 192, col 5, 'before' is not defined. +test/meta.js: line 464, col 5, 'before' is not defined. +test/meta.js: line 41, col 5, 'it' is not defined. +test/meta.js: line 53, col 5, 'it' is not defined. +test/meta.js: line 62, col 5, 'it' is not defined. +test/meta.js: line 74, col 5, 'it' is not defined. +test/meta.js: line 87, col 5, 'it' is not defined. +test/meta.js: line 98, col 5, 'it' is not defined. +test/meta.js: line 109, col 5, 'it' is not defined. +test/meta.js: line 129, col 5, 'it' is not defined. +test/meta.js: line 140, col 5, 'it' is not defined. +test/meta.js: line 152, col 5, 'it' is not defined. +test/meta.js: line 164, col 5, 'it' is not defined. +test/meta.js: line 177, col 5, 'it' is not defined. +test/meta.js: line 196, col 5, 'it' is not defined. +test/meta.js: line 205, col 5, 'it' is not defined. +test/meta.js: line 216, col 5, 'it' is not defined. +test/meta.js: line 227, col 5, 'it' is not defined. +test/meta.js: line 238, col 5, 'it' is not defined. +test/meta.js: line 249, col 5, 'it' is not defined. +test/meta.js: line 260, col 5, 'it' is not defined. +test/meta.js: line 266, col 5, 'it' is not defined. +test/meta.js: line 273, col 5, 'it' is not defined. +test/meta.js: line 280, col 5, 'it' is not defined. +test/meta.js: line 291, col 5, 'it' is not defined. +test/meta.js: line 302, col 5, 'it' is not defined. +test/meta.js: line 313, col 5, 'it' is not defined. +test/meta.js: line 324, col 5, 'it' is not defined. +test/meta.js: line 335, col 5, 'it' is not defined. +test/meta.js: line 346, col 5, 'it' is not defined. +test/meta.js: line 353, col 5, 'it' is not defined. +test/meta.js: line 369, col 5, 'it' is not defined. +test/meta.js: line 380, col 5, 'it' is not defined. +test/meta.js: line 394, col 5, 'it' is not defined. +test/meta.js: line 399, col 5, 'it' is not defined. +test/meta.js: line 405, col 5, 'it' is not defined. +test/meta.js: line 413, col 5, 'it' is not defined. +test/meta.js: line 420, col 5, 'it' is not defined. +test/meta.js: line 427, col 5, 'it' is not defined. +test/meta.js: line 434, col 5, 'it' is not defined. +test/meta.js: line 440, col 5, 'it' is not defined. +test/meta.js: line 446, col 5, 'it' is not defined. +test/meta.js: line 451, col 5, 'it' is not defined. +test/meta.js: line 456, col 5, 'it' is not defined. +test/meta.js: line 469, col 5, 'it' is not defined. +test/meta.js: line 488, col 5, 'it' is not defined. +test/meta.js: line 497, col 5, 'it' is not defined. +test/meta.js: line 512, col 5, 'it' is not defined. +test/meta.js: line 527, col 5, 'it' is not defined. +test/meta.js: line 542, col 5, 'it' is not defined. +test/meta.js: line 556, col 5, 'it' is not defined. +test/meta.js: line 571, col 3, 'it' is not defined. +test/meta.js: line 482, col 5, 'after' is not defined. + +test/middleware.js: line 18, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/middleware.js: line 114, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/middleware.js: line 119, col 63, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/middleware.js: line 126, col 82, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/middleware.js: line 139, col 58, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/middleware.js: line 146, col 54, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/middleware.js: line 153, col 77, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/middleware.js: line 161, col 73, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/middleware.js: line 169, col 75, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/middleware.js: line 14, col 1, 'describe' is not defined. +test/middleware.js: line 15, col 3, 'describe' is not defined. +test/middleware.js: line 110, col 3, 'describe' is not defined. +test/middleware.js: line 18, col 5, 'before' is not defined. +test/middleware.js: line 114, col 5, 'before' is not defined. +test/middleware.js: line 23, col 5, 'it' is not defined. +test/middleware.js: line 32, col 5, 'it' is not defined. +test/middleware.js: line 42, col 5, 'it' is not defined. +test/middleware.js: line 56, col 5, 'it' is not defined. +test/middleware.js: line 70, col 5, 'it' is not defined. +test/middleware.js: line 119, col 5, 'it' is not defined. +test/middleware.js: line 126, col 5, 'it' is not defined. +test/middleware.js: line 139, col 5, 'it' is not defined. +test/middleware.js: line 146, col 5, 'it' is not defined. +test/middleware.js: line 153, col 5, 'it' is not defined. +test/middleware.js: line 161, col 5, 'it' is not defined. +test/middleware.js: line 169, col 5, 'it' is not defined. +test/middleware.js: line 6, col 7, 'db' is defined but never used. + +test/mocks/databasemock.js: line 59, col 141, Line is too long. +test/mocks/databasemock.js: line 134, col 8, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/mocks/databasemock.js: line 141, col 106, Line is too long. +test/mocks/databasemock.js: line 142, col 103, Line is too long. +test/mocks/databasemock.js: line 159, col 198, Line is too long. +test/mocks/databasemock.js: line 178, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/mocks/databasemock.js: line 138, col 9, 'urlObject' is defined but never used. +test/mocks/databasemock.js: line 184, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/mocks/databasemock.js: line 232, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/mocks/databasemock.js: line 241, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/mocks/databasemock.js: line 255, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/mocks/databasemock.js: line 134, col 1, 'before' is not defined. +test/mocks/databasemock.js: line 13, col 7, 'util' is defined but never used. + +test/navigation.js: line 10, col 10, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/navigation.js: line 15, col 55, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/navigation.js: line 9, col 1, 'describe' is not defined. +test/navigation.js: line 10, col 3, 'before' is not defined. +test/navigation.js: line 15, col 3, 'it' is not defined. +test/navigation.js: line 5, col 7, 'db' is defined but never used. + +test/notifications.js: line 112, col 102, Line is too long. +test/notifications.js: line 125, col 102, Line is too long. +test/notifications.js: line 138, col 102, Line is too long. +test/notifications.js: line 230, col 65, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/notifications.js: line 262, col 149, Line is too long. +test/notifications.js: line 335, col 103, Line is too long. +test/notifications.js: line 373, col 69, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/notifications.js: line 18, col 1, 'describe' is not defined. +test/notifications.js: line 22, col 3, 'before' is not defined. +test/notifications.js: line 33, col 3, 'it' is not defined. +test/notifications.js: line 40, col 3, 'it' is not defined. +test/notifications.js: line 62, col 3, 'it' is not defined. +test/notifications.js: line 76, col 3, 'it' is not defined. +test/notifications.js: line 85, col 3, 'it' is not defined. +test/notifications.js: line 95, col 3, 'it' is not defined. +test/notifications.js: line 108, col 3, 'it' is not defined. +test/notifications.js: line 121, col 3, 'it' is not defined. +test/notifications.js: line 134, col 3, 'it' is not defined. +test/notifications.js: line 147, col 3, 'it' is not defined. +test/notifications.js: line 157, col 3, 'it' is not defined. +test/notifications.js: line 172, col 3, 'it' is not defined. +test/notifications.js: line 182, col 3, 'it' is not defined. +test/notifications.js: line 189, col 3, 'it' is not defined. +test/notifications.js: line 208, col 3, 'it' is not defined. +test/notifications.js: line 223, col 3, 'it' is not defined. +test/notifications.js: line 230, col 3, 'it' is not defined. +test/notifications.js: line 265, col 3, 'it' is not defined. +test/notifications.js: line 275, col 3, 'it' is not defined. +test/notifications.js: line 284, col 3, 'it' is not defined. +test/notifications.js: line 291, col 3, 'it' is not defined. +test/notifications.js: line 303, col 3, 'it' is not defined. +test/notifications.js: line 312, col 3, 'it' is not defined. +test/notifications.js: line 334, col 3, 'it' is not defined. +test/notifications.js: line 342, col 3, 'it' is not defined. +test/notifications.js: line 350, col 3, 'it' is not defined. +test/notifications.js: line 358, col 3, 'it' is not defined. +test/notifications.js: line 366, col 3, 'it' is not defined. +test/notifications.js: line 373, col 3, 'it' is not defined. +test/notifications.js: line 391, col 3, 'it' is not defined. +test/notifications.js: line 409, col 3, 'it' is not defined. + +test/package-install.js: line 22, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/package-install.js: line 24, col 114, Line is too long. +test/package-install.js: line 25, col 104, Line is too long. +test/package-install.js: line 28, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/package-install.js: line 35, col 87, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/package-install.js: line 47, col 110, Line is too long. +test/package-install.js: line 47, col 98, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/package-install.js: line 56, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/package-install.js: line 65, col 49, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/package-install.js: line 74, col 44, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/package-install.js: line 88, col 52, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/package-install.js: line 97, col 53, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/package-install.js: line 105, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/package-install.js: line 9, col 1, 'describe' is not defined. +test/package-install.js: line 16, col 3, 'describe' is not defined. +test/package-install.js: line 22, col 5, 'before' is not defined. +test/package-install.js: line 28, col 5, 'beforeEach' is not defined. +test/package-install.js: line 35, col 5, 'it' is not defined. +test/package-install.js: line 47, col 5, 'it' is not defined. +test/package-install.js: line 56, col 5, 'it' is not defined. +test/package-install.js: line 65, col 5, 'it' is not defined. +test/package-install.js: line 74, col 5, 'it' is not defined. +test/package-install.js: line 88, col 5, 'it' is not defined. +test/package-install.js: line 97, col 5, 'it' is not defined. +test/package-install.js: line 105, col 5, 'after' is not defined. + +test/pagination.js: line 7, col 1, 'describe' is not defined. +test/pagination.js: line 8, col 3, 'it' is not defined. +test/pagination.js: line 18, col 3, 'it' is not defined. +test/pagination.js: line 29, col 3, 'it' is not defined. +test/pagination.js: line 41, col 3, 'it' is not defined. + +test/password.js: line 10, col 53, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/password.js: line 16, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/password.js: line 19, col 58, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/password.js: line 25, col 118, Line is too long. +test/password.js: line 25, col 106, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/password.js: line 31, col 75, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/password.js: line 41, col 68, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/password.js: line 8, col 1, 'describe' is not defined. +test/password.js: line 9, col 3, 'describe' is not defined. +test/password.js: line 16, col 3, 'describe' is not defined. +test/password.js: line 10, col 5, 'it' is not defined. +test/password.js: line 19, col 5, 'it' is not defined. +test/password.js: line 25, col 5, 'it' is not defined. +test/password.js: line 31, col 5, 'it' is not defined. +test/password.js: line 41, col 5, 'it' is not defined. + +test/plugins-installed.js: line 12, col 1, 'describe' is not defined. +test/plugins-installed.js: line 6, col 7, 'db' is defined but never used. + +test/plugins.js: line 50, col 65, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/plugins.js: line 55, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/plugins.js: line 74, col 45, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/plugins.js: line 75, col 28, 'callback' is defined but never used. +test/plugins.js: line 94, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/plugins.js: line 131, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/plugins.js: line 144, col 110, Line is too long. +test/plugins.js: line 145, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/plugins.js: line 160, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/plugins.js: line 174, col 43, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/plugins.js: line 176, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/plugins.js: line 201, col 38, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/plugins.js: line 203, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/plugins.js: line 231, col 119, Line is too long. +test/plugins.js: line 273, col 105, Line is too long. +test/plugins.js: line 291, col 48, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/plugins.js: line 308, col 115, Line is too long. +test/plugins.js: line 323, col 105, Line is too long. +test/plugins.js: line 332, col 49, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/plugins.js: line 333, col 109, Line is too long. +test/plugins.js: line 338, col 49, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/plugins.js: line 339, col 118, Line is too long. +test/plugins.js: line 345, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/plugins.js: line 387, col 101, Line is too long. +test/plugins.js: line 13, col 1, 'describe' is not defined. +test/plugins.js: line 247, col 3, 'describe' is not defined. +test/plugins.js: line 331, col 3, 'describe' is not defined. +test/plugins.js: line 353, col 3, 'describe' is not defined. +test/plugins.js: line 14, col 3, 'it' is not defined. +test/plugins.js: line 25, col 3, 'it' is not defined. +test/plugins.js: line 30, col 3, 'it' is not defined. +test/plugins.js: line 50, col 3, 'it' is not defined. +test/plugins.js: line 74, col 3, 'it' is not defined. +test/plugins.js: line 93, col 3, 'it' is not defined. +test/plugins.js: line 107, col 3, 'it' is not defined. +test/plugins.js: line 117, col 3, 'it' is not defined. +test/plugins.js: line 130, col 3, 'it' is not defined. +test/plugins.js: line 144, col 3, 'it' is not defined. +test/plugins.js: line 159, col 3, 'it' is not defined. +test/plugins.js: line 174, col 3, 'it' is not defined. +test/plugins.js: line 201, col 3, 'it' is not defined. +test/plugins.js: line 225, col 3, 'it' is not defined. +test/plugins.js: line 240, col 3, 'it' is not defined. +test/plugins.js: line 260, col 5, 'it' is not defined. +test/plugins.js: line 280, col 5, 'it' is not defined. +test/plugins.js: line 291, col 5, 'it' is not defined. +test/plugins.js: line 303, col 5, 'it' is not defined. +test/plugins.js: line 316, col 5, 'it' is not defined. +test/plugins.js: line 332, col 5, 'it' is not defined. +test/plugins.js: line 338, col 5, 'it' is not defined. +test/plugins.js: line 345, col 5, 'it' is not defined. +test/plugins.js: line 368, col 5, 'it' is not defined. +test/plugins.js: line 376, col 5, 'it' is not defined. +test/plugins.js: line 384, col 5, 'it' is not defined. +test/plugins.js: line 399, col 5, 'it' is not defined. +test/plugins.js: line 410, col 5, 'it' is not defined. +test/plugins.js: line 420, col 5, 'it' is not defined. +test/plugins.js: line 251, col 5, 'before' is not defined. +test/plugins.js: line 255, col 5, 'after' is not defined. +test/plugins.js: line 359, col 5, 'beforeEach' is not defined. +test/plugins.js: line 363, col 5, 'afterEach' is not defined. +test/plugins.js: line 9, col 7, 'db' is defined but never used. + +test/posts/anonymous.js: line 6, col 1, 'describe' is not defined. +test/posts/anonymous.js: line 7, col 3, 'describe' is not defined. +test/posts/anonymous.js: line 31, col 3, 'describe' is not defined. +test/posts/anonymous.js: line 69, col 3, 'describe' is not defined. +test/posts/anonymous.js: line 113, col 3, 'describe' is not defined. +test/posts/anonymous.js: line 189, col 3, 'describe' is not defined. +test/posts/anonymous.js: line 233, col 3, 'describe' is not defined. +test/posts/anonymous.js: line 8, col 5, 'it' is not defined. +test/posts/anonymous.js: line 22, col 5, 'it' is not defined. +test/posts/anonymous.js: line 32, col 5, 'it' is not defined. +test/posts/anonymous.js: line 37, col 5, 'it' is not defined. +test/posts/anonymous.js: line 42, col 5, 'it' is not defined. +test/posts/anonymous.js: line 47, col 5, 'it' is not defined. +test/posts/anonymous.js: line 51, col 5, 'it' is not defined. +test/posts/anonymous.js: line 55, col 5, 'it' is not defined. +test/posts/anonymous.js: line 61, col 5, 'it' is not defined. +test/posts/anonymous.js: line 70, col 5, 'it' is not defined. +test/posts/anonymous.js: line 82, col 5, 'it' is not defined. +test/posts/anonymous.js: line 92, col 5, 'it' is not defined. +test/posts/anonymous.js: line 99, col 5, 'it' is not defined. +test/posts/anonymous.js: line 114, col 5, 'it' is not defined. +test/posts/anonymous.js: line 130, col 5, 'it' is not defined. +test/posts/anonymous.js: line 144, col 5, 'it' is not defined. +test/posts/anonymous.js: line 156, col 5, 'it' is not defined. +test/posts/anonymous.js: line 168, col 5, 'it' is not defined. +test/posts/anonymous.js: line 190, col 5, 'it' is not defined. +test/posts/anonymous.js: line 200, col 5, 'it' is not defined. +test/posts/anonymous.js: line 209, col 5, 'it' is not defined. +test/posts/anonymous.js: line 217, col 5, 'it' is not defined. +test/posts/anonymous.js: line 222, col 5, 'it' is not defined. +test/posts/anonymous.js: line 234, col 5, 'it' is not defined. +test/posts/anonymous.js: line 244, col 5, 'it' is not defined. +test/posts/anonymous.js: line 253, col 5, 'it' is not defined. +test/posts/anonymous.js: line 258, col 5, 'it' is not defined. +test/posts/anonymous.js: line 267, col 5, 'it' is not defined. +test/posts/anonymous.js: line 276, col 5, 'it' is not defined. +test/posts/anonymous.js: line 281, col 5, 'it' is not defined. + +test/posts/posts.js: line 15, col 10, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts/posts.js: line 29, col 73, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts/posts.js: line 40, col 71, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts/posts.js: line 55, col 66, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts/posts.js: line 68, col 82, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts/posts.js: line 85, col 78, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts/posts.js: line 107, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts/posts.js: line 9, col 1, 'describe' is not defined. +test/posts/posts.js: line 15, col 3, 'before' is not defined. +test/posts/posts.js: line 22, col 3, 'after' is not defined. +test/posts/posts.js: line 29, col 3, 'it' is not defined. +test/posts/posts.js: line 40, col 3, 'it' is not defined. +test/posts/posts.js: line 55, col 3, 'it' is not defined. +test/posts/posts.js: line 68, col 3, 'it' is not defined. +test/posts/posts.js: line 85, col 3, 'it' is not defined. +test/posts/posts.js: line 107, col 3, 'it' is not defined. + +test/posts/uploads.js: line 21, col 106, Line is too long. +test/posts/uploads.js: line 24, col 121, Line is too long. +test/posts/uploads.js: line 33, col 10, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts/uploads.js: line 51, col 141, Line is too long. +test/posts/uploads.js: line 59, col 138, Line is too long. +test/posts/uploads.js: line 77, col 66, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts/uploads.js: line 81, col 102, Line is too long. +test/posts/uploads.js: line 120, col 73, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts/uploads.js: line 127, col 47, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts/uploads.js: line 135, col 62, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts/uploads.js: line 144, col 77, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts/uploads.js: line 153, col 78, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts/uploads.js: line 160, col 47, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts/uploads.js: line 168, col 67, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts/uploads.js: line 180, col 78, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts/uploads.js: line 189, col 57, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts/uploads.js: line 196, col 50, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts/uploads.js: line 207, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts/uploads.js: line 214, col 140, Line is too long. +test/posts/uploads.js: line 218, col 15, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts/uploads.js: line 222, col 67, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts/uploads.js: line 224, col 119, Line is too long. +test/posts/uploads.js: line 225, col 112, Line is too long. +test/posts/uploads.js: line 228, col 82, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts/uploads.js: line 232, col 118, Line is too long. +test/posts/uploads.js: line 233, col 111, Line is too long. +test/posts/uploads.js: line 238, col 71, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts/uploads.js: line 247, col 118, Line is too long. +test/posts/uploads.js: line 256, col 52, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts/uploads.js: line 258, col 116, Line is too long. +test/posts/uploads.js: line 261, col 72, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts/uploads.js: line 272, col 56, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts/uploads.js: line 275, col 61, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts/uploads.js: line 283, col 88, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts/uploads.js: line 288, col 111, Line is too long. +test/posts/uploads.js: line 294, col 60, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts/uploads.js: line 305, col 109, Line is too long. +test/posts/uploads.js: line 316, col 10, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts/uploads.js: line 348, col 69, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts/uploads.js: line 355, col 56, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts/uploads.js: line 27, col 1, 'describe' is not defined. +test/posts/uploads.js: line 64, col 3, 'describe' is not defined. +test/posts/uploads.js: line 89, col 3, 'describe' is not defined. +test/posts/uploads.js: line 101, col 3, 'describe' is not defined. +test/posts/uploads.js: line 119, col 3, 'describe' is not defined. +test/posts/uploads.js: line 152, col 3, 'describe' is not defined. +test/posts/uploads.js: line 179, col 3, 'describe' is not defined. +test/posts/uploads.js: line 188, col 3, 'describe' is not defined. +test/posts/uploads.js: line 204, col 3, 'describe' is not defined. +test/posts/uploads.js: line 251, col 3, 'describe' is not defined. +test/posts/uploads.js: line 310, col 1, 'describe' is not defined. +test/posts/uploads.js: line 33, col 3, 'before' is not defined. +test/posts/uploads.js: line 316, col 3, 'before' is not defined. +test/posts/uploads.js: line 65, col 5, 'it' is not defined. +test/posts/uploads.js: line 77, col 5, 'it' is not defined. +test/posts/uploads.js: line 90, col 5, 'it' is not defined. +test/posts/uploads.js: line 102, col 5, 'it' is not defined. +test/posts/uploads.js: line 110, col 5, 'it' is not defined. +test/posts/uploads.js: line 120, col 5, 'it' is not defined. +test/posts/uploads.js: line 127, col 5, 'it' is not defined. +test/posts/uploads.js: line 135, col 5, 'it' is not defined. +test/posts/uploads.js: line 144, col 5, 'it' is not defined. +test/posts/uploads.js: line 153, col 5, 'it' is not defined. +test/posts/uploads.js: line 160, col 5, 'it' is not defined. +test/posts/uploads.js: line 168, col 5, 'it' is not defined. +test/posts/uploads.js: line 180, col 5, 'it' is not defined. +test/posts/uploads.js: line 189, col 5, 'it' is not defined. +test/posts/uploads.js: line 196, col 5, 'it' is not defined. +test/posts/uploads.js: line 222, col 5, 'it' is not defined. +test/posts/uploads.js: line 228, col 5, 'it' is not defined. +test/posts/uploads.js: line 238, col 5, 'it' is not defined. +test/posts/uploads.js: line 256, col 5, 'it' is not defined. +test/posts/uploads.js: line 261, col 5, 'it' is not defined. +test/posts/uploads.js: line 272, col 5, 'it' is not defined. +test/posts/uploads.js: line 283, col 5, 'it' is not defined. +test/posts/uploads.js: line 294, col 5, 'it' is not defined. +test/posts/uploads.js: line 348, col 3, 'it' is not defined. +test/posts/uploads.js: line 355, col 3, 'it' is not defined. +test/posts/uploads.js: line 207, col 5, 'beforeEach' is not defined. +test/posts/uploads.js: line 252, col 5, 'beforeEach' is not defined. +test/posts/uploads.js: line 218, col 5, 'afterEach' is not defined. + +test/posts.js: line 36, col 10, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 54, col 48, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 55, col 111, Line is too long. +test/posts.js: line 55, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 56, col 118, Line is too long. +test/posts.js: line 64, col 114, Line is too long. +test/posts.js: line 79, col 56, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 82, col 117, Line is too long. +test/posts.js: line 83, col 111, Line is too long. +test/posts.js: line 87, col 125, Line is too long. +test/posts.js: line 91, col 125, Line is too long. +test/posts.js: line 111, col 65, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 119, col 63, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 136, col 79, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 137, col 117, Line is too long. +test/posts.js: line 151, col 114, Line is too long. +test/posts.js: line 154, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 155, col 105, Line is too long. +test/posts.js: line 165, col 69, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 193, col 76, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 201, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 202, col 105, Line is too long. +test/posts.js: line 212, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 213, col 107, Line is too long. +test/posts.js: line 223, col 69, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 231, col 65, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 249, col 77, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 269, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 270, col 119, Line is too long. +test/posts.js: line 276, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 277, col 121, Line is too long. +test/posts.js: line 293, col 104, Line is too long. +test/posts.js: line 305, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 326, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 334, col 42, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 343, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 349, col 108, Line is too long. +test/posts.js: line 349, col 96, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 359, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 365, col 60, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 366, col 110, Line is too long. +test/posts.js: line 372, col 46, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 411, col 49, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 420, col 54, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 429, col 46, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 431, col 105, Line is too long. +test/posts.js: line 433, col 105, Line is too long. +test/posts.js: line 438, col 45, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 441, col 111, Line is too long. +test/posts.js: line 443, col 104, Line is too long. +test/posts.js: line 448, col 42, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 452, col 103, Line is too long. +test/posts.js: line 461, col 43, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 467, col 105, Line is too long. +test/posts.js: line 469, col 104, Line is too long. +test/posts.js: line 474, col 48, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 478, col 106, Line is too long. +test/posts.js: line 483, col 47, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 488, col 105, Line is too long. +test/posts.js: line 493, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 509, col 114, Line is too long. +test/posts.js: line 509, col 102, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 513, col 152, Line is too long. +test/posts.js: line 522, col 38, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 524, col 157, Line is too long. +test/posts.js: line 531, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 532, col 102, Line is too long. +test/posts.js: line 557, col 49, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 567, col 61, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 581, col 50, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 589, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 590, col 103, Line is too long. +test/posts.js: line 598, col 102, Line is too long. +test/posts.js: line 598, col 90, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 609, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 634, col 48, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 643, col 43, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 652, col 61, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 661, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 667, col 72, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 668, col 126, Line is too long. +test/posts.js: line 669, col 126, Line is too long. +test/posts.js: line 670, col 134, Line is too long. +test/posts.js: line 768, col 159, Line is too long. +test/posts.js: line 774, col 122, Line is too long. +test/posts.js: line 777, col 219, Line is too long. +test/posts.js: line 797, col 42, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 806, col 41, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 815, col 60, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 820, col 63, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 826, col 81, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 832, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 838, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 843, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 848, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 853, col 44, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 861, col 46, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 869, col 46, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 876, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 881, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 882, col 138, Line is too long. +test/posts.js: line 886, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 887, col 103, Line is too long. +test/posts.js: line 891, col 43, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 898, col 112, Line is too long. +test/posts.js: line 946, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 987, col 68, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 989, col 106, Line is too long. +test/posts.js: line 990, col 106, Line is too long. +test/posts.js: line 991, col 106, Line is too long. +test/posts.js: line 1011, col 76, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 1012, col 109, Line is too long. +test/posts.js: line 1031, col 83, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 1073, col 42, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 1074, col 132, Line is too long. +test/posts.js: line 1080, col 42, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 1081, col 116, Line is too long. +test/posts.js: line 1087, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 1097, col 43, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 1100, col 46, 'Trailing comma in arguments lists' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 1104, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 1112, col 44, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 1113, col 107, Line is too long. +test/posts.js: line 1120, col 47, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 1129, col 61, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 1132, col 47, 'Trailing comma in arguments lists' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 1136, col 74, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 1139, col 41, 'Trailing comma in arguments lists' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 1143, col 49, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 1149, col 49, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 1152, col 41, 'Trailing comma in arguments lists' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 1156, col 63, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 1160, col 145, Line is too long. +test/posts.js: line 1165, col 72, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 1167, col 128, Line is too long. +test/posts.js: line 1168, col 128, Line is too long. +test/posts.js: line 1170, col 113, Line is too long. +test/posts.js: line 1170, col 13, 'result' is defined but never used. +test/posts.js: line 1185, col 41, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 1191, col 47, 'Trailing comma in arguments lists' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 1195, col 46, 'Trailing comma in arguments lists' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 1202, col 46, 'Trailing comma in arguments lists' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 1209, col 46, 'Trailing comma in arguments lists' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 1214, col 46, 'Trailing comma in arguments lists' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 1219, col 46, 'Trailing comma in arguments lists' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 1223, col 51, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 1245, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 1256, col 42, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 1265, col 78, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 1273, col 75, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 1288, col 122, Line is too long. +test/posts.js: line 1288, col 110, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 1303, col 63, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 1327, col 65, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 1343, col 106, Line is too long. +test/posts.js: line 1343, col 94, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 1355, col 72, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 1397, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 1423, col 74, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 1433, col 76, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 1449, col 79, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 1463, col 80, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 1478, col 62, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 1493, col 76, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 1501, col 78, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 1514, col 108, Line is too long. +test/posts.js: line 1514, col 96, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 1527, col 82, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 1544, col 64, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 1545, col 102, Line is too long. +test/posts.js: line 1559, col 71, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 1579, col 70, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 1589, col 77, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 1610, col 83, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 1622, col 120, Line is too long. +test/posts.js: line 1622, col 108, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 1634, col 120, Line is too long. +test/posts.js: line 1634, col 108, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 1653, col 70, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 1660, col 72, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 1661, col 102, Line is too long. +test/posts.js: line 1669, col 111, Line is too long. +test/posts.js: line 1669, col 99, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 1690, col 105, Line is too long. +test/posts.js: line 1690, col 93, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 1698, col 72, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 1707, col 130, Line is too long. +test/posts.js: line 1707, col 118, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 1734, col 87, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 1741, col 120, Line is too long. +test/posts.js: line 1741, col 108, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 1778, col 72, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 1788, col 76, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 1790, col 102, Line is too long. +test/posts.js: line 1798, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 1801, col 10, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/posts.js: line 28, col 1, 'describe' is not defined. +test/posts.js: line 135, col 3, 'describe' is not defined. +test/posts.js: line 268, col 3, 'describe' is not defined. +test/posts.js: line 284, col 3, 'describe' is not defined. +test/posts.js: line 304, col 3, 'describe' is not defined. +test/posts.js: line 383, col 3, 'describe' is not defined. +test/posts.js: line 604, col 3, 'describe' is not defined. +test/posts.js: line 684, col 3, 'describe' is not defined. +test/posts.js: line 722, col 3, 'describe' is not defined. +test/posts.js: line 782, col 3, 'describe' is not defined. +test/posts.js: line 903, col 3, 'describe' is not defined. +test/posts.js: line 937, col 3, 'describe' is not defined. +test/posts.js: line 1053, col 3, 'describe' is not defined. +test/posts.js: line 1184, col 3, 'describe' is not defined. +test/posts.js: line 1243, col 3, 'describe' is not defined. +test/posts.js: line 1255, col 5, 'describe' is not defined. +test/posts.js: line 1326, col 5, 'describe' is not defined. +test/posts.js: line 1393, col 3, 'describe' is not defined. +test/posts.js: line 1798, col 1, 'describe' is not defined. +test/posts.js: line 36, col 3, 'before' is not defined. +test/posts.js: line 326, col 5, 'before' is not defined. +test/posts.js: line 387, col 5, 'before' is not defined. +test/posts.js: line 609, col 5, 'before' is not defined. +test/posts.js: line 784, col 5, 'before' is not defined. +test/posts.js: line 946, col 5, 'before' is not defined. +test/posts.js: line 1058, col 5, 'before' is not defined. +test/posts.js: line 1245, col 5, 'before' is not defined. +test/posts.js: line 1397, col 5, 'before' is not defined. +test/posts.js: line 1801, col 3, 'before' is not defined. +test/posts.js: line 54, col 3, 'it' is not defined. +test/posts.js: line 79, col 3, 'it' is not defined. +test/posts.js: line 111, col 3, 'it' is not defined. +test/posts.js: line 119, col 3, 'it' is not defined. +test/posts.js: line 127, col 3, 'it' is not defined. +test/posts.js: line 136, col 5, 'it' is not defined. +test/posts.js: line 154, col 5, 'it' is not defined. +test/posts.js: line 165, col 5, 'it' is not defined. +test/posts.js: line 173, col 5, 'it' is not defined. +test/posts.js: line 184, col 5, 'it' is not defined. +test/posts.js: line 193, col 5, 'it' is not defined. +test/posts.js: line 201, col 5, 'it' is not defined. +test/posts.js: line 212, col 5, 'it' is not defined. +test/posts.js: line 223, col 5, 'it' is not defined. +test/posts.js: line 231, col 5, 'it' is not defined. +test/posts.js: line 249, col 5, 'it' is not defined. +test/posts.js: line 269, col 5, 'it' is not defined. +test/posts.js: line 276, col 5, 'it' is not defined. +test/posts.js: line 285, col 5, 'it' is not defined. +test/posts.js: line 292, col 5, 'it' is not defined. +test/posts.js: line 334, col 5, 'it' is not defined. +test/posts.js: line 343, col 5, 'it' is not defined. +test/posts.js: line 349, col 5, 'it' is not defined. +test/posts.js: line 359, col 5, 'it' is not defined. +test/posts.js: line 365, col 5, 'it' is not defined. +test/posts.js: line 372, col 5, 'it' is not defined. +test/posts.js: line 411, col 5, 'it' is not defined. +test/posts.js: line 420, col 5, 'it' is not defined. +test/posts.js: line 429, col 5, 'it' is not defined. +test/posts.js: line 438, col 5, 'it' is not defined. +test/posts.js: line 448, col 5, 'it' is not defined. +test/posts.js: line 461, col 5, 'it' is not defined. +test/posts.js: line 474, col 5, 'it' is not defined. +test/posts.js: line 483, col 5, 'it' is not defined. +test/posts.js: line 493, col 5, 'it' is not defined. +test/posts.js: line 509, col 5, 'it' is not defined. +test/posts.js: line 522, col 5, 'it' is not defined. +test/posts.js: line 531, col 5, 'it' is not defined. +test/posts.js: line 539, col 5, 'it' is not defined. +test/posts.js: line 549, col 5, 'it' is not defined. +test/posts.js: line 557, col 5, 'it' is not defined. +test/posts.js: line 567, col 5, 'it' is not defined. +test/posts.js: line 581, col 5, 'it' is not defined. +test/posts.js: line 589, col 5, 'it' is not defined. +test/posts.js: line 598, col 5, 'it' is not defined. +test/posts.js: line 634, col 5, 'it' is not defined. +test/posts.js: line 643, col 5, 'it' is not defined. +test/posts.js: line 652, col 5, 'it' is not defined. +test/posts.js: line 661, col 5, 'it' is not defined. +test/posts.js: line 667, col 5, 'it' is not defined. +test/posts.js: line 685, col 5, 'it' is not defined. +test/posts.js: line 693, col 5, 'it' is not defined. +test/posts.js: line 704, col 3, 'it' is not defined. +test/posts.js: line 723, col 5, 'it' is not defined. +test/posts.js: line 731, col 5, 'it' is not defined. +test/posts.js: line 748, col 5, 'it' is not defined. +test/posts.js: line 764, col 5, 'it' is not defined. +test/posts.js: line 772, col 5, 'it' is not defined. +test/posts.js: line 797, col 5, 'it' is not defined. +test/posts.js: line 806, col 5, 'it' is not defined. +test/posts.js: line 815, col 5, 'it' is not defined. +test/posts.js: line 820, col 5, 'it' is not defined. +test/posts.js: line 826, col 5, 'it' is not defined. +test/posts.js: line 832, col 5, 'it' is not defined. +test/posts.js: line 838, col 5, 'it' is not defined. +test/posts.js: line 843, col 5, 'it' is not defined. +test/posts.js: line 848, col 5, 'it' is not defined. +test/posts.js: line 853, col 5, 'it' is not defined. +test/posts.js: line 861, col 5, 'it' is not defined. +test/posts.js: line 869, col 5, 'it' is not defined. +test/posts.js: line 876, col 5, 'it' is not defined. +test/posts.js: line 881, col 5, 'it' is not defined. +test/posts.js: line 886, col 5, 'it' is not defined. +test/posts.js: line 891, col 5, 'it' is not defined. +test/posts.js: line 904, col 5, 'it' is not defined. +test/posts.js: line 912, col 5, 'it' is not defined. +test/posts.js: line 920, col 5, 'it' is not defined. +test/posts.js: line 928, col 5, 'it' is not defined. +test/posts.js: line 987, col 5, 'it' is not defined. +test/posts.js: line 1011, col 5, 'it' is not defined. +test/posts.js: line 1031, col 5, 'it' is not defined. +test/posts.js: line 1046, col 3, 'it' is not defined. +test/posts.js: line 1073, col 5, 'it' is not defined. +test/posts.js: line 1080, col 5, 'it' is not defined. +test/posts.js: line 1087, col 5, 'it' is not defined. +test/posts.js: line 1097, col 5, 'it' is not defined. +test/posts.js: line 1104, col 5, 'it' is not defined. +test/posts.js: line 1112, col 5, 'it' is not defined. +test/posts.js: line 1120, col 5, 'it' is not defined. +test/posts.js: line 1129, col 5, 'it' is not defined. +test/posts.js: line 1136, col 5, 'it' is not defined. +test/posts.js: line 1143, col 5, 'it' is not defined. +test/posts.js: line 1149, col 5, 'it' is not defined. +test/posts.js: line 1156, col 5, 'it' is not defined. +test/posts.js: line 1165, col 5, 'it' is not defined. +test/posts.js: line 1185, col 5, 'it' is not defined. +test/posts.js: line 1223, col 5, 'it' is not defined. +test/posts.js: line 1256, col 7, 'it' is not defined. +test/posts.js: line 1265, col 7, 'it' is not defined. +test/posts.js: line 1273, col 7, 'it' is not defined. +test/posts.js: line 1288, col 7, 'it' is not defined. +test/posts.js: line 1303, col 7, 'it' is not defined. +test/posts.js: line 1327, col 7, 'it' is not defined. +test/posts.js: line 1343, col 7, 'it' is not defined. +test/posts.js: line 1355, col 7, 'it' is not defined. +test/posts.js: line 1423, col 5, 'it' is not defined. +test/posts.js: line 1433, col 5, 'it' is not defined. +test/posts.js: line 1449, col 5, 'it' is not defined. +test/posts.js: line 1463, col 5, 'it' is not defined. +test/posts.js: line 1478, col 5, 'it' is not defined. +test/posts.js: line 1493, col 5, 'it' is not defined. +test/posts.js: line 1501, col 5, 'it' is not defined. +test/posts.js: line 1514, col 5, 'it' is not defined. +test/posts.js: line 1527, col 5, 'it' is not defined. +test/posts.js: line 1544, col 5, 'it' is not defined. +test/posts.js: line 1559, col 5, 'it' is not defined. +test/posts.js: line 1579, col 5, 'it' is not defined. +test/posts.js: line 1589, col 5, 'it' is not defined. +test/posts.js: line 1610, col 5, 'it' is not defined. +test/posts.js: line 1622, col 5, 'it' is not defined. +test/posts.js: line 1634, col 5, 'it' is not defined. +test/posts.js: line 1653, col 5, 'it' is not defined. +test/posts.js: line 1660, col 5, 'it' is not defined. +test/posts.js: line 1669, col 5, 'it' is not defined. +test/posts.js: line 1690, col 5, 'it' is not defined. +test/posts.js: line 1698, col 5, 'it' is not defined. +test/posts.js: line 1707, col 5, 'it' is not defined. +test/posts.js: line 1734, col 5, 'it' is not defined. +test/posts.js: line 1741, col 5, 'it' is not defined. +test/posts.js: line 1756, col 5, 'it' is not defined. +test/posts.js: line 1764, col 5, 'it' is not defined. +test/posts.js: line 1778, col 5, 'it' is not defined. +test/posts.js: line 1788, col 5, 'it' is not defined. +test/posts.js: line 1805, col 3, 'it' is not defined. +test/posts.js: line 1067, col 5, 'after' is not defined. + +test/pubsub.js: line 9, col 1, 'describe' is not defined. +test/pubsub.js: line 10, col 3, 'it' is not defined. +test/pubsub.js: line 21, col 3, 'it' is not defined. +test/pubsub.js: line 31, col 3, 'it' is not defined. +test/pubsub.js: line 43, col 3, 'it' is not defined. +test/pubsub.js: line 6, col 7, 'db' is defined but never used. + +test/rewards.js: line 73, col 16, 'data' is defined but never used. +test/rewards.js: line 11, col 1, 'describe' is not defined. +test/rewards.js: line 42, col 3, 'describe' is not defined. +test/rewards.js: line 16, col 3, 'before' is not defined. +test/rewards.js: line 45, col 5, 'it' is not defined. +test/rewards.js: line 65, col 5, 'it' is not defined. +test/rewards.js: line 6, col 7, 'db' is defined but never used. +test/rewards.js: line 7, col 7, 'meta' is defined but never used. + +test/search-admin.js: line 7, col 1, 'describe' is not defined. +test/search-admin.js: line 8, col 3, 'describe' is not defined. +test/search-admin.js: line 46, col 3, 'describe' is not defined. +test/search-admin.js: line 67, col 3, 'describe' is not defined. +test/search-admin.js: line 9, col 5, 'it' is not defined. +test/search-admin.js: line 17, col 5, 'it' is not defined. +test/search-admin.js: line 26, col 5, 'it' is not defined. +test/search-admin.js: line 35, col 5, 'it' is not defined. +test/search-admin.js: line 47, col 5, 'it' is not defined. +test/search-admin.js: line 56, col 5, 'it' is not defined. +test/search-admin.js: line 68, col 5, 'it' is not defined. +test/search-admin.js: line 77, col 5, 'it' is not defined. + +test/search.js: line 28, col 10, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/search.js: line 69, col 48, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/search.js: line 71, col 170, Line is too long. +test/search.js: line 70, col 11, 'meta' is defined but never used. +test/search.js: line 114, col 38, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/search.js: line 131, col 38, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/search.js: line 133, col 105, Line is too long. +test/search.js: line 166, col 14, 'data' is defined but never used. +test/search.js: line 184, col 40, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/search.js: line 204, col 59, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/search.js: line 219, col 48, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/search.js: line 15, col 1, 'describe' is not defined. +test/search.js: line 28, col 3, 'before' is not defined. +test/search.js: line 69, col 3, 'it' is not defined. +test/search.js: line 84, col 3, 'it' is not defined. +test/search.js: line 99, col 3, 'it' is not defined. +test/search.js: line 114, col 3, 'it' is not defined. +test/search.js: line 131, col 3, 'it' is not defined. +test/search.js: line 139, col 3, 'it' is not defined. +test/search.js: line 149, col 3, 'it' is not defined. +test/search.js: line 161, col 3, 'it' is not defined. +test/search.js: line 172, col 3, 'it' is not defined. +test/search.js: line 184, col 3, 'it' is not defined. +test/search.js: line 204, col 3, 'it' is not defined. +test/search.js: line 219, col 3, 'it' is not defined. +test/search.js: line 7, col 7, 'db' is defined but never used. + +test/settings.js: line 9, col 1, 'describe' is not defined. +test/settings.js: line 13, col 3, 'it' is not defined. +test/settings.js: line 17, col 3, 'it' is not defined. +test/settings.js: line 23, col 3, 'it' is not defined. +test/settings.js: line 27, col 3, 'it' is not defined. +test/settings.js: line 39, col 3, 'it' is not defined. +test/settings.js: line 45, col 3, 'it' is not defined. +test/settings.js: line 54, col 3, 'it' is not defined. +test/settings.js: line 4, col 7, 'nconf' is defined but never used. +test/settings.js: line 6, col 7, 'db' is defined but never used. + +test/socket.io.js: line 32, col 10, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/socket.io.js: line 58, col 42, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/socket.io.js: line 76, col 101, Line is too long. +test/socket.io.js: line 102, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/socket.io.js: line 121, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/socket.io.js: line 153, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/socket.io.js: line 160, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/socket.io.js: line 167, col 47, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/socket.io.js: line 177, col 49, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/socket.io.js: line 185, col 42, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/socket.io.js: line 196, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/socket.io.js: line 202, col 60, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/socket.io.js: line 217, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/socket.io.js: line 232, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/socket.io.js: line 232, col 37, 'data' is defined but never used. +test/socket.io.js: line 272, col 61, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/socket.io.js: line 341, col 101, Line is too long. +test/socket.io.js: line 432, col 114, Line is too long. +test/socket.io.js: line 440, col 103, Line is too long. +test/socket.io.js: line 451, col 105, Line is too long. +test/socket.io.js: line 544, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/socket.io.js: line 548, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/socket.io.js: line 562, col 49, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/socket.io.js: line 567, col 44, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/socket.io.js: line 687, col 44, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/socket.io.js: line 700, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/socket.io.js: line 710, col 43, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/socket.io.js: line 725, col 52, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/socket.io.js: line 728, col 52, 'Trailing comma in arguments lists' is only available in ES8 (use 'esversion: 8'). +test/socket.io.js: line 743, col 75, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/socket.io.js: line 758, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/socket.io.js: line 765, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/socket.io.js: line 773, col 103, Line is too long. +test/socket.io.js: line 775, col 109, Line is too long. +test/socket.io.js: line 777, col 105, Line is too long. +test/socket.io.js: line 778, col 105, Line is too long. +test/socket.io.js: line 781, col 103, Line is too long. +test/socket.io.js: line 783, col 109, Line is too long. +test/socket.io.js: line 785, col 105, Line is too long. +test/socket.io.js: line 786, col 105, Line is too long. +test/socket.io.js: line 28, col 7, 'tid' is defined but never used. +test/socket.io.js: line 25, col 1, 'describe' is not defined. +test/socket.io.js: line 150, col 3, 'describe' is not defined. +test/socket.io.js: line 229, col 3, 'describe' is not defined. +test/socket.io.js: line 458, col 3, 'describe' is not defined. +test/socket.io.js: line 640, col 3, 'describe' is not defined. +test/socket.io.js: line 670, col 3, 'describe' is not defined. +test/socket.io.js: line 32, col 3, 'before' is not defined. +test/socket.io.js: line 235, col 5, 'before' is not defined. +test/socket.io.js: line 58, col 3, 'it' is not defined. +test/socket.io.js: line 65, col 3, 'it' is not defined. +test/socket.io.js: line 73, col 3, 'it' is not defined. +test/socket.io.js: line 81, col 3, 'it' is not defined. +test/socket.io.js: line 89, col 3, 'it' is not defined. +test/socket.io.js: line 102, col 3, 'it' is not defined. +test/socket.io.js: line 113, col 3, 'it' is not defined. +test/socket.io.js: line 121, col 3, 'it' is not defined. +test/socket.io.js: line 128, col 3, 'it' is not defined. +test/socket.io.js: line 139, col 3, 'it' is not defined. +test/socket.io.js: line 153, col 5, 'it' is not defined. +test/socket.io.js: line 160, col 5, 'it' is not defined. +test/socket.io.js: line 167, col 5, 'it' is not defined. +test/socket.io.js: line 177, col 5, 'it' is not defined. +test/socket.io.js: line 185, col 5, 'it' is not defined. +test/socket.io.js: line 196, col 3, 'it' is not defined. +test/socket.io.js: line 202, col 3, 'it' is not defined. +test/socket.io.js: line 217, col 3, 'it' is not defined. +test/socket.io.js: line 222, col 3, 'it' is not defined. +test/socket.io.js: line 246, col 5, 'it' is not defined. +test/socket.io.js: line 257, col 5, 'it' is not defined. +test/socket.io.js: line 264, col 5, 'it' is not defined. +test/socket.io.js: line 272, col 3, 'it' is not defined. +test/socket.io.js: line 278, col 3, 'it' is not defined. +test/socket.io.js: line 285, col 3, 'it' is not defined. +test/socket.io.js: line 293, col 3, 'it' is not defined. +test/socket.io.js: line 300, col 3, 'it' is not defined. +test/socket.io.js: line 307, col 3, 'it' is not defined. +test/socket.io.js: line 315, col 3, 'it' is not defined. +test/socket.io.js: line 322, col 3, 'it' is not defined. +test/socket.io.js: line 331, col 3, 'it' is not defined. +test/socket.io.js: line 340, col 3, 'it' is not defined. +test/socket.io.js: line 352, col 3, 'it' is not defined. +test/socket.io.js: line 359, col 3, 'it' is not defined. +test/socket.io.js: line 379, col 3, 'it' is not defined. +test/socket.io.js: line 395, col 3, 'it' is not defined. +test/socket.io.js: line 406, col 3, 'it' is not defined. +test/socket.io.js: line 416, col 3, 'it' is not defined. +test/socket.io.js: line 423, col 3, 'it' is not defined. +test/socket.io.js: line 439, col 3, 'it' is not defined. +test/socket.io.js: line 450, col 3, 'it' is not defined. +test/socket.io.js: line 459, col 5, 'it' is not defined. +test/socket.io.js: line 476, col 5, 'it' is not defined. +test/socket.io.js: line 493, col 3, 'it' is not defined. +test/socket.io.js: line 501, col 3, 'it' is not defined. +test/socket.io.js: line 518, col 3, 'it' is not defined. +test/socket.io.js: line 525, col 3, 'it' is not defined. +test/socket.io.js: line 544, col 3, 'it' is not defined. +test/socket.io.js: line 548, col 3, 'it' is not defined. +test/socket.io.js: line 562, col 3, 'it' is not defined. +test/socket.io.js: line 567, col 3, 'it' is not defined. +test/socket.io.js: line 578, col 3, 'it' is not defined. +test/socket.io.js: line 593, col 3, 'it' is not defined. +test/socket.io.js: line 604, col 3, 'it' is not defined. +test/socket.io.js: line 615, col 3, 'it' is not defined. +test/socket.io.js: line 629, col 3, 'it' is not defined. +test/socket.io.js: line 646, col 5, 'it' is not defined. +test/socket.io.js: line 673, col 5, 'it' is not defined. +test/socket.io.js: line 680, col 5, 'it' is not defined. +test/socket.io.js: line 687, col 5, 'it' is not defined. +test/socket.io.js: line 693, col 5, 'it' is not defined. +test/socket.io.js: line 700, col 5, 'it' is not defined. +test/socket.io.js: line 710, col 5, 'it' is not defined. +test/socket.io.js: line 725, col 5, 'it' is not defined. +test/socket.io.js: line 743, col 5, 'it' is not defined. +test/socket.io.js: line 749, col 5, 'it' is not defined. +test/socket.io.js: line 758, col 3, 'it' is not defined. +test/socket.io.js: line 765, col 3, 'it' is not defined. +test/socket.io.js: line 242, col 5, 'after' is not defined. +test/socket.io.js: line 663, col 5, 'after' is not defined. + +test/template-helpers.js: line 16, col 102, Line is too long. +test/template-helpers.js: line 42, col 104, Line is too long. +test/template-helpers.js: line 86, col 313, Line is too long. +test/template-helpers.js: line 96, col 345, Line is too long. +test/template-helpers.js: line 110, col 284, Line is too long. +test/template-helpers.js: line 121, col 277, Line is too long. +test/template-helpers.js: line 121, col 277, 'Trailing comma in arguments lists' is only available in ES8 (use 'esversion: 8'). +test/template-helpers.js: line 141, col 173, Line is too long. +test/template-helpers.js: line 166, col 382, Line is too long. +test/template-helpers.js: line 171, col 110, Line is too long. +test/template-helpers.js: line 177, col 105, Line is too long. +test/template-helpers.js: line 178, col 173, Line is too long. +test/template-helpers.js: line 183, col 106, Line is too long. +test/template-helpers.js: line 184, col 147, Line is too long. +test/template-helpers.js: line 189, col 106, Line is too long. +test/template-helpers.js: line 190, col 304, Line is too long. +test/template-helpers.js: line 194, col 109, Line is too long. +test/template-helpers.js: line 195, col 117, Line is too long. +test/template-helpers.js: line 196, col 170, Line is too long. +test/template-helpers.js: line 233, col 113, Line is too long. +test/template-helpers.js: line 235, col 123, Line is too long. +test/template-helpers.js: line 240, col 134, Line is too long. +test/template-helpers.js: line 242, col 176, Line is too long. +test/template-helpers.js: line 249, col 186, Line is too long. +test/template-helpers.js: line 254, col 106, Line is too long. +test/template-helpers.js: line 256, col 299, Line is too long. +test/template-helpers.js: line 263, col 172, Line is too long. +test/template-helpers.js: line 270, col 285, Line is too long. +test/template-helpers.js: line 294, col 107, Line is too long. +test/template-helpers.js: line 306, col 104, Line is too long. +test/template-helpers.js: line 312, col 113, Line is too long. +test/template-helpers.js: line 319, col 105, Line is too long. +test/template-helpers.js: line 321, col 155, Line is too long. +test/template-helpers.js: line 323, col 101, Line is too long. +test/template-helpers.js: line 325, col 154, Line is too long. +test/template-helpers.js: line 9, col 1, 'describe' is not defined. +test/template-helpers.js: line 10, col 3, 'it' is not defined. +test/template-helpers.js: line 16, col 3, 'it' is not defined. +test/template-helpers.js: line 29, col 3, 'it' is not defined. +test/template-helpers.js: line 42, col 3, 'it' is not defined. +test/template-helpers.js: line 55, col 3, 'it' is not defined. +test/template-helpers.js: line 66, col 3, 'it' is not defined. +test/template-helpers.js: line 72, col 3, 'it' is not defined. +test/template-helpers.js: line 78, col 3, 'it' is not defined. +test/template-helpers.js: line 101, col 3, 'it' is not defined. +test/template-helpers.js: line 126, col 3, 'it' is not defined. +test/template-helpers.js: line 133, col 3, 'it' is not defined. +test/template-helpers.js: line 145, col 3, 'it' is not defined. +test/template-helpers.js: line 154, col 3, 'it' is not defined. +test/template-helpers.js: line 170, col 3, 'it' is not defined. +test/template-helpers.js: line 176, col 3, 'it' is not defined. +test/template-helpers.js: line 182, col 3, 'it' is not defined. +test/template-helpers.js: line 188, col 3, 'it' is not defined. +test/template-helpers.js: line 194, col 3, 'it' is not defined. +test/template-helpers.js: line 200, col 3, 'it' is not defined. +test/template-helpers.js: line 206, col 3, 'it' is not defined. +test/template-helpers.js: line 232, col 3, 'it' is not defined. +test/template-helpers.js: line 239, col 3, 'it' is not defined. +test/template-helpers.js: line 246, col 3, 'it' is not defined. +test/template-helpers.js: line 253, col 3, 'it' is not defined. +test/template-helpers.js: line 260, col 3, 'it' is not defined. +test/template-helpers.js: line 267, col 3, 'it' is not defined. +test/template-helpers.js: line 274, col 3, 'it' is not defined. +test/template-helpers.js: line 280, col 3, 'it' is not defined. +test/template-helpers.js: line 286, col 3, 'it' is not defined. +test/template-helpers.js: line 292, col 3, 'it' is not defined. +test/template-helpers.js: line 298, col 3, 'it' is not defined. +test/template-helpers.js: line 304, col 3, 'it' is not defined. +test/template-helpers.js: line 310, col 3, 'it' is not defined. +test/template-helpers.js: line 316, col 3, 'it' is not defined. +test/template-helpers.js: line 337, col 3, 'it' is not defined. +test/template-helpers.js: line 6, col 7, 'db' is defined but never used. + +test/tokens.js: line 14, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/tokens.js: line 20, col 40, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/tokens.js: line 32, col 72, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/tokens.js: line 36, col 56, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/tokens.js: line 47, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/tokens.js: line 54, col 43, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/tokens.js: line 65, col 51, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/tokens.js: line 69, col 87, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/tokens.js: line 76, col 110, Line is too long. +test/tokens.js: line 76, col 98, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/tokens.js: line 87, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/tokens.js: line 99, col 52, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/tokens.js: line 108, col 44, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/tokens.js: line 121, col 43, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/tokens.js: line 130, col 69, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/tokens.js: line 141, col 47, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/tokens.js: line 152, col 78, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/tokens.js: line 160, col 60, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/tokens.js: line 168, col 63, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/tokens.js: line 175, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/tokens.js: line 11, col 1, 'describe' is not defined. +test/tokens.js: line 19, col 3, 'describe' is not defined. +test/tokens.js: line 31, col 3, 'describe' is not defined. +test/tokens.js: line 46, col 3, 'describe' is not defined. +test/tokens.js: line 86, col 3, 'describe' is not defined. +test/tokens.js: line 98, col 3, 'describe' is not defined. +test/tokens.js: line 120, col 3, 'describe' is not defined. +test/tokens.js: line 140, col 3, 'describe' is not defined. +test/tokens.js: line 151, col 3, 'describe' is not defined. +test/tokens.js: line 159, col 3, 'describe' is not defined. +test/tokens.js: line 14, col 3, 'beforeEach' is not defined. +test/tokens.js: line 20, col 5, 'it' is not defined. +test/tokens.js: line 32, col 5, 'it' is not defined. +test/tokens.js: line 36, col 5, 'it' is not defined. +test/tokens.js: line 47, col 5, 'it' is not defined. +test/tokens.js: line 54, col 5, 'it' is not defined. +test/tokens.js: line 65, col 5, 'it' is not defined. +test/tokens.js: line 69, col 5, 'it' is not defined. +test/tokens.js: line 76, col 5, 'it' is not defined. +test/tokens.js: line 87, col 5, 'it' is not defined. +test/tokens.js: line 99, col 5, 'it' is not defined. +test/tokens.js: line 108, col 5, 'it' is not defined. +test/tokens.js: line 121, col 5, 'it' is not defined. +test/tokens.js: line 130, col 5, 'it' is not defined. +test/tokens.js: line 141, col 5, 'it' is not defined. +test/tokens.js: line 152, col 5, 'it' is not defined. +test/tokens.js: line 160, col 5, 'it' is not defined. +test/tokens.js: line 168, col 5, 'it' is not defined. +test/tokens.js: line 175, col 3, 'afterEach' is not defined. +test/tokens.js: line 4, col 7, 'nconf' is defined but never used. + +test/topics/crossposts.js: line 20, col 10, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics/crossposts.js: line 31, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics/crossposts.js: line 48, col 70, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics/crossposts.js: line 73, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics/crossposts.js: line 87, col 59, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics/crossposts.js: line 94, col 56, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics/crossposts.js: line 112, col 65, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics/crossposts.js: line 130, col 73, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics/crossposts.js: line 133, col 59, 'Trailing comma in arguments lists' is only available in ES8 (use 'esversion: 8'). +test/topics/crossposts.js: line 144, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics/crossposts.js: line 160, col 51, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics/crossposts.js: line 164, col 33, 'Trailing comma in arguments lists' is only available in ES8 (use 'esversion: 8'). +test/topics/crossposts.js: line 168, col 54, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics/crossposts.js: line 175, col 101, Line is too long. +test/topics/crossposts.js: line 175, col 89, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics/crossposts.js: line 186, col 67, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics/crossposts.js: line 189, col 33, 'Trailing comma in arguments lists' is only available in ES8 (use 'esversion: 8'). +test/topics/crossposts.js: line 201, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics/crossposts.js: line 220, col 54, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics/crossposts.js: line 235, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics/crossposts.js: line 254, col 54, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics/crossposts.js: line 269, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics/crossposts.js: line 287, col 71, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics/crossposts.js: line 291, col 33, 'Trailing comma in arguments lists' is only available in ES8 (use 'esversion: 8'). +test/topics/crossposts.js: line 295, col 68, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics/crossposts.js: line 310, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics/crossposts.js: line 327, col 60, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics/crossposts.js: line 340, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics/crossposts.js: line 357, col 57, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics/crossposts.js: line 372, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics/crossposts.js: line 387, col 88, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics/crossposts.js: line 421, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics/crossposts.js: line 440, col 58, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics/crossposts.js: line 470, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics/crossposts.js: line 472, col 102, Line is too long. +test/topics/crossposts.js: line 485, col 44, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics/crossposts.js: line 494, col 11, Expected an assignment or function call and instead saw an expression. +test/topics/crossposts.js: line 503, col 61, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics/crossposts.js: line 508, col 61, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics/crossposts.js: line 513, col 87, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics/crossposts.js: line 537, col 86, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics/crossposts.js: line 569, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics/crossposts.js: line 583, col 103, Line is too long. +test/topics/crossposts.js: line 583, col 91, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics/crossposts.js: line 19, col 1, 'describe' is not defined. +test/topics/crossposts.js: line 25, col 3, 'describe' is not defined. +test/topics/crossposts.js: line 67, col 3, 'describe' is not defined. +test/topics/crossposts.js: line 138, col 3, 'describe' is not defined. +test/topics/crossposts.js: line 194, col 3, 'describe' is not defined. +test/topics/crossposts.js: line 228, col 3, 'describe' is not defined. +test/topics/crossposts.js: line 262, col 3, 'describe' is not defined. +test/topics/crossposts.js: line 304, col 3, 'describe' is not defined. +test/topics/crossposts.js: line 334, col 3, 'describe' is not defined. +test/topics/crossposts.js: line 364, col 3, 'describe' is not defined. +test/topics/crossposts.js: line 413, col 3, 'describe' is not defined. +test/topics/crossposts.js: line 460, col 3, 'describe' is not defined. +test/topics/crossposts.js: line 461, col 5, 'describe' is not defined. +test/topics/crossposts.js: line 560, col 5, 'describe' is not defined. +test/topics/crossposts.js: line 20, col 3, 'before' is not defined. +test/topics/crossposts.js: line 31, col 5, 'before' is not defined. +test/topics/crossposts.js: line 73, col 5, 'before' is not defined. +test/topics/crossposts.js: line 144, col 5, 'before' is not defined. +test/topics/crossposts.js: line 201, col 5, 'before' is not defined. +test/topics/crossposts.js: line 235, col 5, 'before' is not defined. +test/topics/crossposts.js: line 269, col 5, 'before' is not defined. +test/topics/crossposts.js: line 310, col 5, 'before' is not defined. +test/topics/crossposts.js: line 340, col 5, 'before' is not defined. +test/topics/crossposts.js: line 372, col 5, 'before' is not defined. +test/topics/crossposts.js: line 421, col 5, 'before' is not defined. +test/topics/crossposts.js: line 470, col 7, 'before' is not defined. +test/topics/crossposts.js: line 569, col 7, 'before' is not defined. +test/topics/crossposts.js: line 48, col 5, 'it' is not defined. +test/topics/crossposts.js: line 87, col 5, 'it' is not defined. +test/topics/crossposts.js: line 94, col 5, 'it' is not defined. +test/topics/crossposts.js: line 112, col 5, 'it' is not defined. +test/topics/crossposts.js: line 130, col 5, 'it' is not defined. +test/topics/crossposts.js: line 160, col 5, 'it' is not defined. +test/topics/crossposts.js: line 168, col 5, 'it' is not defined. +test/topics/crossposts.js: line 175, col 5, 'it' is not defined. +test/topics/crossposts.js: line 186, col 5, 'it' is not defined. +test/topics/crossposts.js: line 220, col 5, 'it' is not defined. +test/topics/crossposts.js: line 254, col 5, 'it' is not defined. +test/topics/crossposts.js: line 287, col 5, 'it' is not defined. +test/topics/crossposts.js: line 295, col 5, 'it' is not defined. +test/topics/crossposts.js: line 327, col 5, 'it' is not defined. +test/topics/crossposts.js: line 357, col 5, 'it' is not defined. +test/topics/crossposts.js: line 387, col 5, 'it' is not defined. +test/topics/crossposts.js: line 440, col 5, 'it' is not defined. +test/topics/crossposts.js: line 503, col 7, 'it' is not defined. +test/topics/crossposts.js: line 508, col 7, 'it' is not defined. +test/topics/crossposts.js: line 513, col 7, 'it' is not defined. +test/topics/crossposts.js: line 537, col 7, 'it' is not defined. +test/topics/crossposts.js: line 583, col 7, 'it' is not defined. +test/topics/crossposts.js: line 499, col 7, 'afterEach' is not defined. + +test/topics/events.js: line 15, col 10, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics/events.js: line 18, col 11, 'categoryObj' is defined but never used. +test/topics/events.js: line 35, col 59, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics/events.js: line 38, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics/events.js: line 61, col 66, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics/events.js: line 69, col 124, Line is too long. +test/topics/events.js: line 75, col 40, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics/events.js: line 82, col 124, Line is too long. +test/topics/events.js: line 90, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics/events.js: line 95, col 58, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics/events.js: line 12, col 1, 'describe' is not defined. +test/topics/events.js: line 30, col 3, 'describe' is not defined. +test/topics/events.js: line 60, col 3, 'describe' is not defined. +test/topics/events.js: line 74, col 3, 'describe' is not defined. +test/topics/events.js: line 87, col 3, 'describe' is not defined. +test/topics/events.js: line 15, col 3, 'before' is not defined. +test/topics/events.js: line 31, col 5, 'before' is not defined. +test/topics/events.js: line 90, col 5, 'before' is not defined. +test/topics/events.js: line 35, col 5, 'it' is not defined. +test/topics/events.js: line 61, col 5, 'it' is not defined. +test/topics/events.js: line 75, col 5, 'it' is not defined. +test/topics/events.js: line 95, col 5, 'it' is not defined. + +test/topics/thumbs.js: line 45, col 10, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics/thumbs.js: line 78, col 55, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics/thumbs.js: line 84, col 44, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics/thumbs.js: line 94, col 87, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics/thumbs.js: line 112, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics/thumbs.js: line 123, col 57, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics/thumbs.js: line 132, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics/thumbs.js: line 141, col 79, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics/thumbs.js: line 146, col 133, Line is too long. +test/topics/thumbs.js: line 146, col 121, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics/thumbs.js: line 156, col 73, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics/thumbs.js: line 167, col 81, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics/thumbs.js: line 172, col 115, Line is too long. +test/topics/thumbs.js: line 172, col 103, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics/thumbs.js: line 180, col 48, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics/thumbs.js: line 190, col 81, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics/thumbs.js: line 196, col 43, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics/thumbs.js: line 201, col 64, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics/thumbs.js: line 202, col 127, Line is too long. +test/topics/thumbs.js: line 203, col 128, Line is too long. +test/topics/thumbs.js: line 216, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics/thumbs.js: line 222, col 45, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics/thumbs.js: line 227, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics/thumbs.js: line 231, col 63, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics/thumbs.js: line 242, col 43, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics/thumbs.js: line 243, col 166, Line is too long. +test/topics/thumbs.js: line 247, col 48, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics/thumbs.js: line 248, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics/thumbs.js: line 269, col 47, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics/thumbs.js: line 270, col 191, Line is too long. +test/topics/thumbs.js: line 274, col 49, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics/thumbs.js: line 275, col 176, Line is too long. +test/topics/thumbs.js: line 279, col 61, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics/thumbs.js: line 280, col 162, Line is too long. +test/topics/thumbs.js: line 284, col 53, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics/thumbs.js: line 287, col 172, Line is too long. +test/topics/thumbs.js: line 293, col 44, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics/thumbs.js: line 296, col 172, Line is too long. +test/topics/thumbs.js: line 306, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics/thumbs.js: line 323, col 60, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics/thumbs.js: line 22, col 1, 'describe' is not defined. +test/topics/thumbs.js: line 83, col 3, 'describe' is not defined. +test/topics/thumbs.js: line 108, col 3, 'describe' is not defined. +test/topics/thumbs.js: line 179, col 3, 'describe' is not defined. +test/topics/thumbs.js: line 215, col 3, 'describe' is not defined. +test/topics/thumbs.js: line 237, col 3, 'describe' is not defined. +test/topics/thumbs.js: line 303, col 3, 'describe' is not defined. +test/topics/thumbs.js: line 45, col 3, 'before' is not defined. +test/topics/thumbs.js: line 112, col 5, 'before' is not defined. +test/topics/thumbs.js: line 216, col 5, 'before' is not defined. +test/topics/thumbs.js: line 238, col 5, 'before' is not defined. +test/topics/thumbs.js: line 306, col 5, 'before' is not defined. +test/topics/thumbs.js: line 78, col 3, 'it' is not defined. +test/topics/thumbs.js: line 84, col 5, 'it' is not defined. +test/topics/thumbs.js: line 94, col 5, 'it' is not defined. +test/topics/thumbs.js: line 123, col 5, 'it' is not defined. +test/topics/thumbs.js: line 132, col 5, 'it' is not defined. +test/topics/thumbs.js: line 141, col 5, 'it' is not defined. +test/topics/thumbs.js: line 146, col 5, 'it' is not defined. +test/topics/thumbs.js: line 156, col 5, 'it' is not defined. +test/topics/thumbs.js: line 167, col 5, 'it' is not defined. +test/topics/thumbs.js: line 172, col 5, 'it' is not defined. +test/topics/thumbs.js: line 180, col 5, 'it' is not defined. +test/topics/thumbs.js: line 190, col 5, 'it' is not defined. +test/topics/thumbs.js: line 196, col 5, 'it' is not defined. +test/topics/thumbs.js: line 201, col 5, 'it' is not defined. +test/topics/thumbs.js: line 222, col 5, 'it' is not defined. +test/topics/thumbs.js: line 227, col 5, 'it' is not defined. +test/topics/thumbs.js: line 231, col 5, 'it' is not defined. +test/topics/thumbs.js: line 242, col 5, 'it' is not defined. +test/topics/thumbs.js: line 247, col 5, 'it' is not defined. +test/topics/thumbs.js: line 269, col 5, 'it' is not defined. +test/topics/thumbs.js: line 274, col 5, 'it' is not defined. +test/topics/thumbs.js: line 279, col 5, 'it' is not defined. +test/topics/thumbs.js: line 284, col 5, 'it' is not defined. +test/topics/thumbs.js: line 293, col 5, 'it' is not defined. +test/topics/thumbs.js: line 323, col 5, 'it' is not defined. +test/topics/thumbs.js: line 17, col 7, 'file' is defined but never used. +test/topics/thumbs.js: line 18, col 7, 'utils' is defined but never used. + +test/topics/tools.js: line 19, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics/tools.js: line 33, col 72, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics/tools.js: line 40, col 56, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics/tools.js: line 52, col 60, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics/tools.js: line 71, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics/tools.js: line 89, col 79, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics/tools.js: line 99, col 77, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics/tools.js: line 12, col 1, 'describe' is not defined. +test/topics/tools.js: line 13, col 3, 'describe' is not defined. +test/topics/tools.js: line 65, col 3, 'describe' is not defined. +test/topics/tools.js: line 19, col 5, 'before' is not defined. +test/topics/tools.js: line 71, col 5, 'before' is not defined. +test/topics/tools.js: line 33, col 5, 'it' is not defined. +test/topics/tools.js: line 40, col 5, 'it' is not defined. +test/topics/tools.js: line 52, col 5, 'it' is not defined. +test/topics/tools.js: line 89, col 5, 'it' is not defined. +test/topics/tools.js: line 99, col 5, 'it' is not defined. +test/topics/tools.js: line 5, col 7, 'db' is defined but never used. + +test/topics.js: line 36, col 10, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 57, col 57, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 80, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 85, col 47, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 91, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 96, col 67, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 116, col 110, Line is too long. +test/topics.js: line 123, col 103, Line is too long. +test/topics.js: line 130, col 101, Line is too long. +test/topics.js: line 137, col 104, Line is too long. +test/topics.js: line 151, col 72, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 172, col 65, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 186, col 107, Line is too long. +test/topics.js: line 189, col 70, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 212, col 103, Line is too long. +test/topics.js: line 222, col 88, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 246, col 103, Line is too long. +test/topics.js: line 282, col 101, Line is too long. +test/topics.js: line 290, col 40, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 291, col 125, Line is too long. +test/topics.js: line 301, col 47, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 330, col 128, Line is too long. +test/topics.js: line 336, col 48, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 337, col 123, Line is too long. +test/topics.js: line 338, col 109, Line is too long. +test/topics.js: line 339, col 128, Line is too long. +test/topics.js: line 423, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 424, col 129, Line is too long. +test/topics.js: line 432, col 58, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 434, col 111, Line is too long. +test/topics.js: line 443, col 61, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 445, col 110, Line is too long. +test/topics.js: line 455, col 67, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 458, col 114, Line is too long. +test/topics.js: line 468, col 54, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 470, col 109, Line is too long. +test/topics.js: line 480, col 58, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 483, col 113, Line is too long. +test/topics.js: line 493, col 66, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 496, col 113, Line is too long. +test/topics.js: line 506, col 46, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 509, col 114, Line is too long. +test/topics.js: line 519, col 62, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 521, col 111, Line is too long. +test/topics.js: line 531, col 106, Line is too long. +test/topics.js: line 531, col 94, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 533, col 110, Line is too long. +test/topics.js: line 543, col 63, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 544, col 101, Line is too long. +test/topics.js: line 548, col 42, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 550, col 111, Line is too long. +test/topics.js: line 555, col 44, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 557, col 111, Line is too long. +test/topics.js: line 562, col 53, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 564, col 111, Line is too long. +test/topics.js: line 570, col 50, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 571, col 111, Line is too long. +test/topics.js: line 577, col 71, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 578, col 112, Line is too long. +test/topics.js: line 584, col 54, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 586, col 112, Line is too long. +test/topics.js: line 600, col 120, Line is too long. +test/topics.js: line 617, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 641, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 647, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 653, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 659, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 665, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 671, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 678, col 103, Line is too long. +test/topics.js: line 689, col 101, Line is too long. +test/topics.js: line 699, col 58, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 706, col 122, Line is too long. +test/topics.js: line 708, col 104, Line is too long. +test/topics.js: line 709, col 101, Line is too long. +test/topics.js: line 711, col 136, Line is too long. +test/topics.js: line 713, col 107, Line is too long. +test/topics.js: line 715, col 7, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 744, col 108, Line is too long. +test/topics.js: line 755, col 104, Line is too long. +test/topics.js: line 763, col 70, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 784, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 790, col 86, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 797, col 104, Line is too long. +test/topics.js: line 799, col 105, Line is too long. +test/topics.js: line 811, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 812, col 7, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 869, col 102, Line is too long. +test/topics.js: line 885, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 887, col 151, Line is too long. +test/topics.js: line 893, col 48, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 895, col 119, Line is too long. +test/topics.js: line 900, col 58, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 914, col 105, Line is too long. +test/topics.js: line 921, col 66, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 924, col 105, Line is too long. +test/topics.js: line 935, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 936, col 122, Line is too long. +test/topics.js: line 941, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 954, col 105, Line is too long. +test/topics.js: line 983, col 50, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 993, col 47, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 998, col 21, 'Trailing comma in arguments lists' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 1004, col 65, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 1005, col 125, Line is too long. +test/topics.js: line 1006, col 109, Line is too long. +test/topics.js: line 1007, col 109, Line is too long. +test/topics.js: line 1008, col 109, Line is too long. +test/topics.js: line 1012, col 112, Line is too long. +test/topics.js: line 1013, col 141, Line is too long. +test/topics.js: line 1016, col 104, Line is too long. +test/topics.js: line 1008, col 13, 'reply3' is defined but never used. +test/topics.js: line 1039, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 1045, col 38, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 1046, col 102, Line is too long. +test/topics.js: line 1048, col 110, Line is too long. +test/topics.js: line 1049, col 117, Line is too long. +test/topics.js: line 1052, col 47, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 1057, col 46, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 1062, col 54, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 1066, col 102, Line is too long. +test/topics.js: line 1072, col 63, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 1073, col 115, Line is too long. +test/topics.js: line 1078, col 57, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 1079, col 105, Line is too long. +test/topics.js: line 1081, col 124, Line is too long. +test/topics.js: line 1085, col 47, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 1088, col 101, Line is too long. +test/topics.js: line 1092, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 1101, col 45, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 1106, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 1107, col 101, Line is too long. +test/topics.js: line 1112, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 1113, col 108, Line is too long. +test/topics.js: line 1124, col 45, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 1129, col 44, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 1134, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 1135, col 112, Line is too long. +test/topics.js: line 1188, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 1189, col 151, Line is too long. +test/topics.js: line 1190, col 151, Line is too long. +test/topics.js: line 1191, col 143, Line is too long. +test/topics.js: line 1190, col 13, 'topic2' is defined but never used. +test/topics.js: line 1217, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 1218, col 148, Line is too long. +test/topics.js: line 1223, col 41, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 1230, col 47, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 1237, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 1268, col 48, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 1270, col 110, Line is too long. +test/topics.js: line 1270, col 13, 'data' is defined but never used. +test/topics.js: line 1314, col 41, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 1321, col 41, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 1328, col 44, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 1335, col 49, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 1352, col 62, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 1359, col 161, Line is too long. +test/topics.js: line 1366, col 73, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 1374, col 161, Line is too long. +test/topics.js: line 1382, col 78, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 1383, col 143, Line is too long. +test/topics.js: line 1393, col 65, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 1395, col 128, Line is too long. +test/topics.js: line 1398, col 116, Line is too long. +test/topics.js: line 1406, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 1407, col 173, Line is too long. +test/topics.js: line 1408, col 169, Line is too long. +test/topics.js: line 1409, col 157, Line is too long. +test/topics.js: line 1464, col 105, Line is too long. +test/topics.js: line 1465, col 139, Line is too long. +test/topics.js: line 1466, col 119, Line is too long. +test/topics.js: line 1467, col 105, Line is too long. +test/topics.js: line 1468, col 101, Line is too long. +test/topics.js: line 1536, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 1537, col 165, Line is too long. +test/topics.js: line 1538, col 163, Line is too long. +test/topics.js: line 1537, col 13, 'result1' is defined but never used. +test/topics.js: line 1539, col 13, 'data1' is defined but never used. +test/topics.js: line 1550, col 13, 'data' is defined but never used. +test/topics.js: line 1587, col 122, Line is too long. +test/topics.js: line 1599, col 49, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 1600, col 193, Line is too long. +test/topics.js: line 1618, col 46, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 1621, col 137, Line is too long. +test/topics.js: line 1631, col 59, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 1634, col 156, Line is too long. +test/topics.js: line 1646, col 108, Line is too long. +test/topics.js: line 1655, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 1660, col 132, Line is too long. +test/topics.js: line 1668, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 1673, col 148, Line is too long. +test/topics.js: line 1681, col 47, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 1686, col 132, Line is too long. +test/topics.js: line 1694, col 47, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 1699, col 148, Line is too long. +test/topics.js: line 1707, col 59, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 1711, col 155, Line is too long. +test/topics.js: line 1712, col 125, Line is too long. +test/topics.js: line 1713, col 114, Line is too long. +test/topics.js: line 1716, col 107, Line is too long. +test/topics.js: line 1717, col 107, Line is too long. +test/topics.js: line 1718, col 107, Line is too long. +test/topics.js: line 1725, col 107, Line is too long. +test/topics.js: line 1726, col 107, Line is too long. +test/topics.js: line 1730, col 79, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 1737, col 149, Line is too long. +test/topics.js: line 1739, col 117, Line is too long. +test/topics.js: line 1740, col 117, Line is too long. +test/topics.js: line 1745, col 115, Line is too long. +test/topics.js: line 1746, col 115, Line is too long. +test/topics.js: line 1749, col 115, Line is too long. +test/topics.js: line 1758, col 115, Line is too long. +test/topics.js: line 1761, col 115, Line is too long. +test/topics.js: line 1762, col 115, Line is too long. +test/topics.js: line 1766, col 60, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 1785, col 54, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 1799, col 85, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 1837, col 127, Line is too long. +test/topics.js: line 1847, col 41, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 1856, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 1863, col 55, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 1886, col 42, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 1895, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 1917, col 42, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 1918, col 117, Line is too long. +test/topics.js: line 1919, col 115, Line is too long. +test/topics.js: line 1920, col 123, Line is too long. +test/topics.js: line 1921, col 133, Line is too long. +test/topics.js: line 1924, col 57, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 1926, col 110, Line is too long. +test/topics.js: line 1927, col 139, Line is too long. +test/topics.js: line 1931, col 53, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 1932, col 115, Line is too long. +test/topics.js: line 1935, col 139, Line is too long. +test/topics.js: line 1939, col 72, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 1941, col 107, Line is too long. +test/topics.js: line 1944, col 137, Line is too long. +test/topics.js: line 1946, col 133, Line is too long. +test/topics.js: line 1955, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 1956, col 114, Line is too long. +test/topics.js: line 1957, col 114, Line is too long. +test/topics.js: line 2012, col 111, Line is too long. +test/topics.js: line 2052, col 55, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 2055, col 108, Line is too long. +test/topics.js: line 2065, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 2074, col 126, Line is too long. +test/topics.js: line 2082, col 116, Line is too long. +test/topics.js: line 2095, col 134, Line is too long. +test/topics.js: line 2097, col 130, Line is too long. +test/topics.js: line 2114, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 2116, col 109, Line is too long. +test/topics.js: line 2119, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 2121, col 114, Line is too long. +test/topics.js: line 2123, col 110, Line is too long. +test/topics.js: line 2143, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 2164, col 51, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 2165, col 122, Line is too long. +test/topics.js: line 2171, col 54, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 2172, col 122, Line is too long. +test/topics.js: line 2173, col 122, Line is too long. +test/topics.js: line 2199, col 60, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 2200, col 122, Line is too long. +test/topics.js: line 2201, col 122, Line is too long. +test/topics.js: line 2233, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 2235, col 132, Line is too long. +test/topics.js: line 2236, col 140, Line is too long. +test/topics.js: line 2237, col 107, Line is too long. +test/topics.js: line 2238, col 107, Line is too long. +test/topics.js: line 2241, col 48, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 2244, col 9, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 2259, col 50, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 2271, col 49, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 2296, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 2316, col 142, Line is too long. +test/topics.js: line 2316, col 130, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 2335, col 67, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 2341, col 58, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 2347, col 51, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 2348, col 117, Line is too long. +test/topics.js: line 2353, col 81, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 2358, col 74, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 2359, col 116, Line is too long. +test/topics.js: line 2364, col 62, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 2371, col 85, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 2377, col 58, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 2378, col 122, Line is too long. +test/topics.js: line 2382, col 55, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 2383, col 120, Line is too long. +test/topics.js: line 2387, col 57, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 2388, col 119, Line is too long. +test/topics.js: line 2392, col 50, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 2395, col 111, Line is too long. +test/topics.js: line 2399, col 62, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 2402, col 12, 'object spread property' is only available in ES9 (use 'esversion: 9'). +test/topics.js: line 2409, col 87, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 2415, col 75, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 2416, col 29, 'object spread property' is only available in ES9 (use 'esversion: 9'). +test/topics.js: line 2417, col 101, Line is too long. +test/topics.js: line 2420, col 116, Line is too long. +test/topics.js: line 2426, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 2428, col 107, Line is too long. +test/topics.js: line 2428, col 29, 'object spread property' is only available in ES9 (use 'esversion: 9'). +test/topics.js: line 2428, col 54, 'object spread property' is only available in ES9 (use 'esversion: 9'). +test/topics.js: line 2445, col 52, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 2459, col 69, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 2465, col 62, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 2467, col 107, Line is too long. +test/topics.js: line 2467, col 29, 'object spread property' is only available in ES9 (use 'esversion: 9'). +test/topics.js: line 2467, col 54, 'object spread property' is only available in ES9 (use 'esversion: 9'). +test/topics.js: line 2468, col 108, Line is too long. +test/topics.js: line 2473, col 51, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 2475, col 116, Line is too long. +test/topics.js: line 2479, col 56, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 2484, col 112, Line is too long. +test/topics.js: line 2484, col 100, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 2497, col 14, 'Trailing comma in arguments lists' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 2510, col 107, Line is too long. +test/topics.js: line 2515, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 2518, col 10, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/topics.js: line 28, col 1, 'describe' is not defined. +test/topics.js: line 56, col 3, 'describe' is not defined. +test/topics.js: line 260, col 3, 'describe' is not defined. +test/topics.js: line 353, col 3, 'describe' is not defined. +test/topics.js: line 421, col 5, 'describe' is not defined. +test/topics.js: line 596, col 3, 'describe' is not defined. +test/topics.js: line 612, col 3, 'describe' is not defined. +test/topics.js: line 807, col 3, 'describe' is not defined. +test/topics.js: line 881, col 3, 'describe' is not defined. +test/topics.js: line 930, col 3, 'describe' is not defined. +test/topics.js: line 1021, col 3, 'describe' is not defined. +test/topics.js: line 1152, col 3, 'describe' is not defined. +test/topics.js: line 1185, col 3, 'describe' is not defined. +test/topics.js: line 1213, col 3, 'describe' is not defined. +test/topics.js: line 1402, col 3, 'describe' is not defined. +test/topics.js: line 1827, col 3, 'describe' is not defined. +test/topics.js: line 1885, col 3, 'describe' is not defined. +test/topics.js: line 1916, col 3, 'describe' is not defined. +test/topics.js: line 1952, col 3, 'describe' is not defined. +test/topics.js: line 2062, col 3, 'describe' is not defined. +test/topics.js: line 2109, col 3, 'describe' is not defined. +test/topics.js: line 2231, col 3, 'describe' is not defined. +test/topics.js: line 2284, col 3, 'describe' is not defined. +test/topics.js: line 2515, col 1, 'describe' is not defined. +test/topics.js: line 36, col 3, 'before' is not defined. +test/topics.js: line 264, col 5, 'before' is not defined. +test/topics.js: line 357, col 5, 'before' is not defined. +test/topics.js: line 423, col 7, 'before' is not defined. +test/topics.js: line 617, col 5, 'before' is not defined. +test/topics.js: line 811, col 5, 'before' is not defined. +test/topics.js: line 885, col 5, 'before' is not defined. +test/topics.js: line 941, col 5, 'before' is not defined. +test/topics.js: line 1024, col 5, 'before' is not defined. +test/topics.js: line 1155, col 5, 'before' is not defined. +test/topics.js: line 1188, col 5, 'before' is not defined. +test/topics.js: line 1217, col 5, 'before' is not defined. +test/topics.js: line 1406, col 5, 'before' is not defined. +test/topics.js: line 1831, col 5, 'before' is not defined. +test/topics.js: line 1955, col 5, 'before' is not defined. +test/topics.js: line 2065, col 5, 'before' is not defined. +test/topics.js: line 2119, col 5, 'before' is not defined. +test/topics.js: line 2233, col 5, 'before' is not defined. +test/topics.js: line 2296, col 5, 'before' is not defined. +test/topics.js: line 2518, col 3, 'before' is not defined. +test/topics.js: line 57, col 5, 'it' is not defined. +test/topics.js: line 66, col 5, 'it' is not defined. +test/topics.js: line 80, col 5, 'it' is not defined. +test/topics.js: line 85, col 5, 'it' is not defined. +test/topics.js: line 91, col 5, 'it' is not defined. +test/topics.js: line 96, col 5, 'it' is not defined. +test/topics.js: line 115, col 5, 'it' is not defined. +test/topics.js: line 122, col 5, 'it' is not defined. +test/topics.js: line 129, col 5, 'it' is not defined. +test/topics.js: line 136, col 5, 'it' is not defined. +test/topics.js: line 143, col 5, 'it' is not defined. +test/topics.js: line 151, col 5, 'it' is not defined. +test/topics.js: line 172, col 5, 'it' is not defined. +test/topics.js: line 189, col 5, 'it' is not defined. +test/topics.js: line 222, col 5, 'it' is not defined. +test/topics.js: line 281, col 5, 'it' is not defined. +test/topics.js: line 290, col 5, 'it' is not defined. +test/topics.js: line 301, col 5, 'it' is not defined. +test/topics.js: line 308, col 5, 'it' is not defined. +test/topics.js: line 315, col 5, 'it' is not defined. +test/topics.js: line 322, col 5, 'it' is not defined. +test/topics.js: line 329, col 5, 'it' is not defined. +test/topics.js: line 336, col 5, 'it' is not defined. +test/topics.js: line 375, col 5, 'it' is not defined. +test/topics.js: line 396, col 5, 'it' is not defined. +test/topics.js: line 405, col 5, 'it' is not defined. +test/topics.js: line 413, col 5, 'it' is not defined. +test/topics.js: line 432, col 7, 'it' is not defined. +test/topics.js: line 443, col 7, 'it' is not defined. +test/topics.js: line 455, col 7, 'it' is not defined. +test/topics.js: line 468, col 7, 'it' is not defined. +test/topics.js: line 480, col 7, 'it' is not defined. +test/topics.js: line 493, col 7, 'it' is not defined. +test/topics.js: line 506, col 7, 'it' is not defined. +test/topics.js: line 519, col 7, 'it' is not defined. +test/topics.js: line 531, col 7, 'it' is not defined. +test/topics.js: line 543, col 7, 'it' is not defined. +test/topics.js: line 548, col 7, 'it' is not defined. +test/topics.js: line 555, col 7, 'it' is not defined. +test/topics.js: line 562, col 7, 'it' is not defined. +test/topics.js: line 570, col 7, 'it' is not defined. +test/topics.js: line 577, col 7, 'it' is not defined. +test/topics.js: line 584, col 7, 'it' is not defined. +test/topics.js: line 597, col 5, 'it' is not defined. +test/topics.js: line 633, col 5, 'it' is not defined. +test/topics.js: line 641, col 5, 'it' is not defined. +test/topics.js: line 647, col 5, 'it' is not defined. +test/topics.js: line 653, col 5, 'it' is not defined. +test/topics.js: line 659, col 5, 'it' is not defined. +test/topics.js: line 665, col 5, 'it' is not defined. +test/topics.js: line 671, col 5, 'it' is not defined. +test/topics.js: line 677, col 5, 'it' is not defined. +test/topics.js: line 688, col 5, 'it' is not defined. +test/topics.js: line 699, col 5, 'it' is not defined. +test/topics.js: line 763, col 5, 'it' is not defined. +test/topics.js: line 784, col 5, 'it' is not defined. +test/topics.js: line 790, col 5, 'it' is not defined. +test/topics.js: line 830, col 5, 'it' is not defined. +test/topics.js: line 837, col 5, 'it' is not defined. +test/topics.js: line 844, col 5, 'it' is not defined. +test/topics.js: line 851, col 5, 'it' is not defined. +test/topics.js: line 862, col 5, 'it' is not defined. +test/topics.js: line 893, col 5, 'it' is not defined. +test/topics.js: line 900, col 5, 'it' is not defined. +test/topics.js: line 921, col 5, 'it' is not defined. +test/topics.js: line 957, col 5, 'it' is not defined. +test/topics.js: line 964, col 5, 'it' is not defined. +test/topics.js: line 969, col 5, 'it' is not defined. +test/topics.js: line 976, col 5, 'it' is not defined. +test/topics.js: line 983, col 5, 'it' is not defined. +test/topics.js: line 993, col 5, 'it' is not defined. +test/topics.js: line 1004, col 5, 'it' is not defined. +test/topics.js: line 1039, col 5, 'it' is not defined. +test/topics.js: line 1045, col 5, 'it' is not defined. +test/topics.js: line 1052, col 5, 'it' is not defined. +test/topics.js: line 1057, col 5, 'it' is not defined. +test/topics.js: line 1062, col 5, 'it' is not defined. +test/topics.js: line 1072, col 5, 'it' is not defined. +test/topics.js: line 1078, col 5, 'it' is not defined. +test/topics.js: line 1085, col 5, 'it' is not defined. +test/topics.js: line 1092, col 5, 'it' is not defined. +test/topics.js: line 1101, col 5, 'it' is not defined. +test/topics.js: line 1106, col 5, 'it' is not defined. +test/topics.js: line 1112, col 5, 'it' is not defined. +test/topics.js: line 1124, col 5, 'it' is not defined. +test/topics.js: line 1129, col 5, 'it' is not defined. +test/topics.js: line 1134, col 5, 'it' is not defined. +test/topics.js: line 1168, col 5, 'it' is not defined. +test/topics.js: line 1175, col 5, 'it' is not defined. +test/topics.js: line 1196, col 5, 'it' is not defined. +test/topics.js: line 1204, col 5, 'it' is not defined. +test/topics.js: line 1223, col 5, 'it' is not defined. +test/topics.js: line 1230, col 5, 'it' is not defined. +test/topics.js: line 1237, col 5, 'it' is not defined. +test/topics.js: line 1243, col 5, 'it' is not defined. +test/topics.js: line 1250, col 5, 'it' is not defined. +test/topics.js: line 1261, col 5, 'it' is not defined. +test/topics.js: line 1268, col 5, 'it' is not defined. +test/topics.js: line 1279, col 5, 'it' is not defined. +test/topics.js: line 1286, col 5, 'it' is not defined. +test/topics.js: line 1300, col 5, 'it' is not defined. +test/topics.js: line 1314, col 5, 'it' is not defined. +test/topics.js: line 1321, col 5, 'it' is not defined. +test/topics.js: line 1328, col 5, 'it' is not defined. +test/topics.js: line 1335, col 5, 'it' is not defined. +test/topics.js: line 1344, col 5, 'it' is not defined. +test/topics.js: line 1352, col 5, 'it' is not defined. +test/topics.js: line 1366, col 5, 'it' is not defined. +test/topics.js: line 1382, col 5, 'it' is not defined. +test/topics.js: line 1393, col 5, 'it' is not defined. +test/topics.js: line 1412, col 5, 'it' is not defined. +test/topics.js: line 1420, col 5, 'it' is not defined. +test/topics.js: line 1430, col 5, 'it' is not defined. +test/topics.js: line 1438, col 5, 'it' is not defined. +test/topics.js: line 1448, col 5, 'it' is not defined. +test/topics.js: line 1458, col 5, 'it' is not defined. +test/topics.js: line 1476, col 5, 'it' is not defined. +test/topics.js: line 1483, col 5, 'it' is not defined. +test/topics.js: line 1492, col 5, 'it' is not defined. +test/topics.js: line 1499, col 5, 'it' is not defined. +test/topics.js: line 1506, col 5, 'it' is not defined. +test/topics.js: line 1513, col 5, 'it' is not defined. +test/topics.js: line 1524, col 5, 'it' is not defined. +test/topics.js: line 1536, col 5, 'it' is not defined. +test/topics.js: line 1555, col 5, 'it' is not defined. +test/topics.js: line 1570, col 5, 'it' is not defined. +test/topics.js: line 1577, col 5, 'it' is not defined. +test/topics.js: line 1584, col 5, 'it' is not defined. +test/topics.js: line 1599, col 5, 'it' is not defined. +test/topics.js: line 1607, col 5, 'it' is not defined. +test/topics.js: line 1618, col 5, 'it' is not defined. +test/topics.js: line 1631, col 5, 'it' is not defined. +test/topics.js: line 1655, col 5, 'it' is not defined. +test/topics.js: line 1668, col 5, 'it' is not defined. +test/topics.js: line 1681, col 5, 'it' is not defined. +test/topics.js: line 1694, col 5, 'it' is not defined. +test/topics.js: line 1707, col 5, 'it' is not defined. +test/topics.js: line 1730, col 5, 'it' is not defined. +test/topics.js: line 1766, col 5, 'it' is not defined. +test/topics.js: line 1785, col 5, 'it' is not defined. +test/topics.js: line 1799, col 5, 'it' is not defined. +test/topics.js: line 1847, col 5, 'it' is not defined. +test/topics.js: line 1856, col 5, 'it' is not defined. +test/topics.js: line 1863, col 5, 'it' is not defined. +test/topics.js: line 1872, col 5, 'it' is not defined. +test/topics.js: line 1886, col 5, 'it' is not defined. +test/topics.js: line 1895, col 5, 'it' is not defined. +test/topics.js: line 1908, col 3, 'it' is not defined. +test/topics.js: line 1917, col 5, 'it' is not defined. +test/topics.js: line 1924, col 5, 'it' is not defined. +test/topics.js: line 1931, col 5, 'it' is not defined. +test/topics.js: line 1939, col 5, 'it' is not defined. +test/topics.js: line 1966, col 5, 'it' is not defined. +test/topics.js: line 1974, col 5, 'it' is not defined. +test/topics.js: line 1983, col 5, 'it' is not defined. +test/topics.js: line 1997, col 5, 'it' is not defined. +test/topics.js: line 2010, col 5, 'it' is not defined. +test/topics.js: line 2026, col 5, 'it' is not defined. +test/topics.js: line 2035, col 5, 'it' is not defined. +test/topics.js: line 2043, col 5, 'it' is not defined. +test/topics.js: line 2052, col 5, 'it' is not defined. +test/topics.js: line 2071, col 5, 'it' is not defined. +test/topics.js: line 2081, col 5, 'it' is not defined. +test/topics.js: line 2092, col 5, 'it' is not defined. +test/topics.js: line 2129, col 5, 'it' is not defined. +test/topics.js: line 2136, col 5, 'it' is not defined. +test/topics.js: line 2143, col 5, 'it' is not defined. +test/topics.js: line 2164, col 5, 'it' is not defined. +test/topics.js: line 2171, col 5, 'it' is not defined. +test/topics.js: line 2199, col 5, 'it' is not defined. +test/topics.js: line 2241, col 5, 'it' is not defined. +test/topics.js: line 2259, col 5, 'it' is not defined. +test/topics.js: line 2271, col 5, 'it' is not defined. +test/topics.js: line 2316, col 5, 'it' is not defined. +test/topics.js: line 2335, col 5, 'it' is not defined. +test/topics.js: line 2341, col 5, 'it' is not defined. +test/topics.js: line 2347, col 5, 'it' is not defined. +test/topics.js: line 2353, col 5, 'it' is not defined. +test/topics.js: line 2358, col 5, 'it' is not defined. +test/topics.js: line 2364, col 5, 'it' is not defined. +test/topics.js: line 2371, col 5, 'it' is not defined. +test/topics.js: line 2377, col 5, 'it' is not defined. +test/topics.js: line 2382, col 5, 'it' is not defined. +test/topics.js: line 2387, col 5, 'it' is not defined. +test/topics.js: line 2392, col 5, 'it' is not defined. +test/topics.js: line 2399, col 5, 'it' is not defined. +test/topics.js: line 2409, col 5, 'it' is not defined. +test/topics.js: line 2415, col 5, 'it' is not defined. +test/topics.js: line 2426, col 5, 'it' is not defined. +test/topics.js: line 2445, col 5, 'it' is not defined. +test/topics.js: line 2459, col 5, 'it' is not defined. +test/topics.js: line 2465, col 5, 'it' is not defined. +test/topics.js: line 2473, col 5, 'it' is not defined. +test/topics.js: line 2479, col 5, 'it' is not defined. +test/topics.js: line 2484, col 5, 'it' is not defined. +test/topics.js: line 2522, col 3, 'it' is not defined. +test/topics.js: line 1960, col 5, 'after' is not defined. +test/topics.js: line 21, col 7, 'utils' is defined but never used. + +test/translator.js: line 34, col 50, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/translator.js: line 39, col 43, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/translator.js: line 46, col 46, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/translator.js: line 47, col 101, Line is too long. +test/translator.js: line 120, col 117, Line is too long. +test/translator.js: line 128, col 120, Line is too long. +test/translator.js: line 129, col 114, Line is too long. +test/translator.js: line 133, col 103, Line is too long. +test/translator.js: line 136, col 128, Line is too long. +test/translator.js: line 137, col 111, Line is too long. +test/translator.js: line 144, col 114, Line is too long. +test/translator.js: line 152, col 115, Line is too long. +test/translator.js: line 162, col 152, Line is too long. +test/translator.js: line 179, col 149, Line is too long. +test/translator.js: line 181, col 190, Line is too long. +test/translator.js: line 242, col 120, Line is too long. +test/translator.js: line 249, col 200, Line is too long. +test/translator.js: line 250, col 160, Line is too long. +test/translator.js: line 282, col 61, 'lang' is defined but never used. +test/translator.js: line 314, col 11, 'translator' is defined but never used. +test/translator.js: line 323, col 136, Line is too long. +test/translator.js: line 368, col 42, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/translator.js: line 376, col 45, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/translator.js: line 390, col 87, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/translator.js: line 11, col 1, 'describe' is not defined. +test/translator.js: line 12, col 3, 'describe' is not defined. +test/translator.js: line 45, col 3, 'describe' is not defined. +test/translator.js: line 76, col 1, 'describe' is not defined. +test/translator.js: line 84, col 3, 'describe' is not defined. +test/translator.js: line 256, col 1, 'describe' is not defined. +test/translator.js: line 278, col 1, 'describe' is not defined. +test/translator.js: line 319, col 1, 'describe' is not defined. +test/translator.js: line 320, col 3, 'describe' is not defined. +test/translator.js: line 329, col 3, 'describe' is not defined. +test/translator.js: line 339, col 3, 'describe' is not defined. +test/translator.js: line 349, col 3, 'describe' is not defined. +test/translator.js: line 367, col 3, 'describe' is not defined. +test/translator.js: line 375, col 3, 'describe' is not defined. +test/translator.js: line 13, col 5, 'it' is not defined. +test/translator.js: line 20, col 5, 'it' is not defined. +test/translator.js: line 27, col 5, 'it' is not defined. +test/translator.js: line 34, col 5, 'it' is not defined. +test/translator.js: line 39, col 5, 'it' is not defined. +test/translator.js: line 46, col 5, 'it' is not defined. +test/translator.js: line 51, col 5, 'it' is not defined. +test/translator.js: line 59, col 3, 'it' is not defined. +test/translator.js: line 67, col 3, 'it' is not defined. +test/translator.js: line 77, col 3, 'it' is not defined. +test/translator.js: line 85, col 5, 'it' is not defined. +test/translator.js: line 93, col 5, 'it' is not defined. +test/translator.js: line 101, col 5, 'it' is not defined. +test/translator.js: line 109, col 5, 'it' is not defined. +test/translator.js: line 117, col 5, 'it' is not defined. +test/translator.js: line 125, col 5, 'it' is not defined. +test/translator.js: line 133, col 5, 'it' is not defined. +test/translator.js: line 141, col 5, 'it' is not defined. +test/translator.js: line 149, col 5, 'it' is not defined. +test/translator.js: line 157, col 5, 'it' is not defined. +test/translator.js: line 166, col 5, 'it' is not defined. +test/translator.js: line 175, col 5, 'it' is not defined. +test/translator.js: line 185, col 5, 'it' is not defined. +test/translator.js: line 195, col 5, 'it' is not defined. +test/translator.js: line 205, col 5, 'it' is not defined. +test/translator.js: line 212, col 5, 'it' is not defined. +test/translator.js: line 219, col 5, 'it' is not defined. +test/translator.js: line 226, col 5, 'it' is not defined. +test/translator.js: line 233, col 5, 'it' is not defined. +test/translator.js: line 240, col 5, 'it' is not defined. +test/translator.js: line 247, col 5, 'it' is not defined. +test/translator.js: line 257, col 3, 'it' is not defined. +test/translator.js: line 263, col 3, 'it' is not defined. +test/translator.js: line 270, col 3, 'it' is not defined. +test/translator.js: line 279, col 3, 'it' is not defined. +test/translator.js: line 301, col 3, 'it' is not defined. +test/translator.js: line 309, col 3, 'it' is not defined. +test/translator.js: line 321, col 5, 'it' is not defined. +test/translator.js: line 330, col 5, 'it' is not defined. +test/translator.js: line 340, col 5, 'it' is not defined. +test/translator.js: line 350, col 5, 'it' is not defined. +test/translator.js: line 358, col 5, 'it' is not defined. +test/translator.js: line 368, col 5, 'it' is not defined. +test/translator.js: line 376, col 5, 'it' is not defined. +test/translator.js: line 390, col 5, 'it' is not defined. +test/translator.js: line 9, col 7, 'db' is defined but never used. + +test/upgrade.js: line 9, col 40, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/upgrade.js: line 14, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/upgrade.js: line 24, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/upgrade.js: line 30, col 40, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/upgrade.js: line 8, col 1, 'describe' is not defined. +test/upgrade.js: line 9, col 3, 'it' is not defined. +test/upgrade.js: line 14, col 3, 'it' is not defined. +test/upgrade.js: line 24, col 3, 'it' is not defined. +test/upgrade.js: line 30, col 3, 'it' is not defined. + +test/uploads.js: line 23, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/uploads.js: line 25, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/uploads.js: line 64, col 140, Line is too long. +test/uploads.js: line 79, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/uploads.js: line 84, col 75, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/uploads.js: line 91, col 168, Line is too long. +test/uploads.js: line 110, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/uploads.js: line 116, col 44, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/uploads.js: line 117, col 166, Line is too long. +test/uploads.js: line 124, col 71, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/uploads.js: line 125, col 166, Line is too long. +test/uploads.js: line 131, col 118, Line is too long. +test/uploads.js: line 139, col 109, Line is too long. +test/uploads.js: line 146, col 116, Line is too long. +test/uploads.js: line 152, col 55, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/uploads.js: line 156, col 166, Line is too long. +test/uploads.js: line 167, col 76, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/uploads.js: line 173, col 166, Line is too long. +test/uploads.js: line 185, col 42, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/uploads.js: line 188, col 166, Line is too long. +test/uploads.js: line 197, col 75, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/uploads.js: line 198, col 154, Line is too long. +test/uploads.js: line 203, col 79, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/uploads.js: line 204, col 168, Line is too long. +test/uploads.js: line 210, col 66, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/uploads.js: line 211, col 173, Line is too long. +test/uploads.js: line 253, col 128, Line is too long. +test/uploads.js: line 260, col 128, Line is too long. +test/uploads.js: line 267, col 106, Line is too long. +test/uploads.js: line 274, col 137, Line is too long. +test/uploads.js: line 281, col 137, Line is too long. +test/uploads.js: line 287, col 61, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/uploads.js: line 291, col 166, Line is too long. +test/uploads.js: line 314, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/uploads.js: line 321, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/uploads.js: line 322, col 171, Line is too long. +test/uploads.js: line 325, col 101, Line is too long. +test/uploads.js: line 328, col 51, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/uploads.js: line 329, col 221, Line is too long. +test/uploads.js: line 331, col 206, Line is too long. +test/uploads.js: line 334, col 73, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/uploads.js: line 335, col 207, Line is too long. +test/uploads.js: line 340, col 40, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/uploads.js: line 341, col 221, Line is too long. +test/uploads.js: line 344, col 104, Line is too long. +test/uploads.js: line 347, col 68, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/uploads.js: line 348, col 222, Line is too long. +test/uploads.js: line 351, col 104, Line is too long. +test/uploads.js: line 352, col 118, Line is too long. +test/uploads.js: line 356, col 40, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/uploads.js: line 357, col 181, Line is too long. +test/uploads.js: line 359, col 106, Line is too long. +test/uploads.js: line 362, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/uploads.js: line 363, col 175, Line is too long. +test/uploads.js: line 368, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/uploads.js: line 369, col 177, Line is too long. +test/uploads.js: line 375, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/uploads.js: line 389, col 104, Line is too long. +test/uploads.js: line 394, col 38, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/uploads.js: line 395, col 152, Line is too long. +test/uploads.js: line 407, col 65, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/uploads.js: line 408, col 152, Line is too long. +test/uploads.js: line 418, col 74, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/uploads.js: line 419, col 152, Line is too long. +test/uploads.js: line 430, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/uploads.js: line 436, col 65, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/uploads.js: line 445, col 59, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/uploads.js: line 446, col 111, Line is too long. +test/uploads.js: line 454, col 63, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/uploads.js: line 455, col 116, Line is too long. +test/uploads.js: line 463, col 74, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/uploads.js: line 464, col 107, Line is too long. +test/uploads.js: line 470, col 57, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/uploads.js: line 493, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/uploads.js: line 495, col 141, Line is too long. +test/uploads.js: line 498, col 67, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/uploads.js: line 514, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/uploads.js: line 516, col 141, Line is too long. +test/uploads.js: line 521, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/uploads.js: line 528, col 65, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/uploads.js: line 535, col 83, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/uploads.js: line 543, col 76, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/uploads.js: line 551, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/uploads.js: line 30, col 1, 'describe' is not defined. +test/uploads.js: line 75, col 3, 'describe' is not defined. +test/uploads.js: line 106, col 3, 'describe' is not defined. +test/uploads.js: line 308, col 3, 'describe' is not defined. +test/uploads.js: line 429, col 5, 'describe' is not defined. +test/uploads.js: line 491, col 3, 'describe' is not defined. +test/uploads.js: line 492, col 5, 'describe' is not defined. +test/uploads.js: line 511, col 5, 'describe' is not defined. +test/uploads.js: line 38, col 3, 'before' is not defined. +test/uploads.js: line 79, col 5, 'before' is not defined. +test/uploads.js: line 110, col 5, 'before' is not defined. +test/uploads.js: line 314, col 5, 'before' is not defined. +test/uploads.js: line 493, col 7, 'before' is not defined. +test/uploads.js: line 514, col 7, 'before' is not defined. +test/uploads.js: line 84, col 5, 'it' is not defined. +test/uploads.js: line 116, col 5, 'it' is not defined. +test/uploads.js: line 124, col 5, 'it' is not defined. +test/uploads.js: line 138, col 5, 'it' is not defined. +test/uploads.js: line 145, col 5, 'it' is not defined. +test/uploads.js: line 152, col 5, 'it' is not defined. +test/uploads.js: line 167, col 5, 'it' is not defined. +test/uploads.js: line 185, col 5, 'it' is not defined. +test/uploads.js: line 197, col 5, 'it' is not defined. +test/uploads.js: line 203, col 5, 'it' is not defined. +test/uploads.js: line 210, col 5, 'it' is not defined. +test/uploads.js: line 217, col 5, 'it' is not defined. +test/uploads.js: line 224, col 5, 'it' is not defined. +test/uploads.js: line 231, col 5, 'it' is not defined. +test/uploads.js: line 238, col 5, 'it' is not defined. +test/uploads.js: line 245, col 5, 'it' is not defined. +test/uploads.js: line 252, col 5, 'it' is not defined. +test/uploads.js: line 259, col 5, 'it' is not defined. +test/uploads.js: line 266, col 5, 'it' is not defined. +test/uploads.js: line 273, col 5, 'it' is not defined. +test/uploads.js: line 280, col 5, 'it' is not defined. +test/uploads.js: line 287, col 5, 'it' is not defined. +test/uploads.js: line 321, col 5, 'it' is not defined. +test/uploads.js: line 328, col 5, 'it' is not defined. +test/uploads.js: line 334, col 5, 'it' is not defined. +test/uploads.js: line 340, col 5, 'it' is not defined. +test/uploads.js: line 347, col 5, 'it' is not defined. +test/uploads.js: line 356, col 5, 'it' is not defined. +test/uploads.js: line 362, col 5, 'it' is not defined. +test/uploads.js: line 368, col 5, 'it' is not defined. +test/uploads.js: line 375, col 5, 'it' is not defined. +test/uploads.js: line 394, col 5, 'it' is not defined. +test/uploads.js: line 407, col 5, 'it' is not defined. +test/uploads.js: line 418, col 5, 'it' is not defined. +test/uploads.js: line 430, col 7, 'it' is not defined. +test/uploads.js: line 436, col 7, 'it' is not defined. +test/uploads.js: line 445, col 7, 'it' is not defined. +test/uploads.js: line 454, col 7, 'it' is not defined. +test/uploads.js: line 463, col 7, 'it' is not defined. +test/uploads.js: line 470, col 7, 'it' is not defined. +test/uploads.js: line 498, col 7, 'it' is not defined. +test/uploads.js: line 528, col 7, 'it' is not defined. +test/uploads.js: line 535, col 7, 'it' is not defined. +test/uploads.js: line 543, col 7, 'it' is not defined. +test/uploads.js: line 305, col 5, 'after' is not defined. +test/uploads.js: line 488, col 5, 'after' is not defined. +test/uploads.js: line 508, col 7, 'after' is not defined. +test/uploads.js: line 551, col 7, 'after' is not defined. + +test/user/custom-fields.js: line 19, col 10, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user/custom-fields.js: line 28, col 42, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user/custom-fields.js: line 30, col 122, Line is too long. +test/user/custom-fields.js: line 31, col 122, Line is too long. +test/user/custom-fields.js: line 32, col 115, Line is too long. +test/user/custom-fields.js: line 33, col 204, Line is too long. +test/user/custom-fields.js: line 34, col 139, Line is too long. +test/user/custom-fields.js: line 35, col 194, Line is too long. +test/user/custom-fields.js: line 40, col 79, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user/custom-fields.js: line 46, col 83, 'Trailing comma in arguments lists' is only available in ES8 (use 'esversion: 8'). +test/user/custom-fields.js: line 50, col 45, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user/custom-fields.js: line 56, col 74, 'Trailing comma in arguments lists' is only available in ES8 (use 'esversion: 8'). +test/user/custom-fields.js: line 64, col 78, 'Trailing comma in arguments lists' is only available in ES8 (use 'esversion: 8'). +test/user/custom-fields.js: line 72, col 72, 'Trailing comma in arguments lists' is only available in ES8 (use 'esversion: 8'). +test/user/custom-fields.js: line 80, col 75, 'Trailing comma in arguments lists' is only available in ES8 (use 'esversion: 8'). +test/user/custom-fields.js: line 88, col 71, 'Trailing comma in arguments lists' is only available in ES8 (use 'esversion: 8'). +test/user/custom-fields.js: line 94, col 43, Script URL. +test/user/custom-fields.js: line 96, col 71, 'Trailing comma in arguments lists' is only available in ES8 (use 'esversion: 8'). +test/user/custom-fields.js: line 104, col 83, 'Trailing comma in arguments lists' is only available in ES8 (use 'esversion: 8'). +test/user/custom-fields.js: line 112, col 91, 'Trailing comma in arguments lists' is only available in ES8 (use 'esversion: 8'). +test/user/custom-fields.js: line 116, col 76, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user/custom-fields.js: line 15, col 1, 'describe' is not defined. +test/user/custom-fields.js: line 19, col 3, 'before' is not defined. +test/user/custom-fields.js: line 28, col 3, 'it' is not defined. +test/user/custom-fields.js: line 40, col 3, 'it' is not defined. +test/user/custom-fields.js: line 50, col 3, 'it' is not defined. +test/user/custom-fields.js: line 116, col 3, 'it' is not defined. + +test/user/emails.js: line 17, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user/emails.js: line 29, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user/emails.js: line 36, col 9, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user/emails.js: line 41, col 72, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user/emails.js: line 47, col 104, Line is too long. +test/user/emails.js: line 47, col 92, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user/emails.js: line 54, col 65, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user/emails.js: line 64, col 85, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user/emails.js: line 76, col 66, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user/emails.js: line 82, col 101, Line is too long. +test/user/emails.js: line 82, col 89, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user/emails.js: line 96, col 58, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user/emails.js: line 110, col 58, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user/emails.js: line 116, col 79, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user/emails.js: line 126, col 81, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user/emails.js: line 143, col 10, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user/emails.js: line 159, col 42, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user/emails.js: line 163, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user/emails.js: line 170, col 113, Line is too long. +test/user/emails.js: line 173, col 64, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user/emails.js: line 174, col 145, Line is too long. +test/user/emails.js: line 181, col 64, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user/emails.js: line 183, col 145, Line is too long. +test/user/emails.js: line 191, col 67, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user/emails.js: line 193, col 151, Line is too long. +test/user/emails.js: line 198, col 102, Line is too long. +test/user/emails.js: line 202, col 71, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user/emails.js: line 208, col 151, Line is too long. +test/user/emails.js: line 214, col 102, Line is too long. +test/user/emails.js: line 15, col 1, 'describe' is not defined. +test/user/emails.js: line 40, col 3, 'describe' is not defined. +test/user/emails.js: line 75, col 3, 'describe' is not defined. +test/user/emails.js: line 95, col 3, 'describe' is not defined. +test/user/emails.js: line 109, col 3, 'describe' is not defined. +test/user/emails.js: line 139, col 1, 'describe' is not defined. +test/user/emails.js: line 21, col 3, 'before' is not defined. +test/user/emails.js: line 143, col 3, 'before' is not defined. +test/user/emails.js: line 29, col 3, 'beforeEach' is not defined. +test/user/emails.js: line 36, col 3, 'after' is not defined. +test/user/emails.js: line 41, col 5, 'it' is not defined. +test/user/emails.js: line 47, col 5, 'it' is not defined. +test/user/emails.js: line 54, col 5, 'it' is not defined. +test/user/emails.js: line 64, col 5, 'it' is not defined. +test/user/emails.js: line 76, col 5, 'it' is not defined. +test/user/emails.js: line 82, col 5, 'it' is not defined. +test/user/emails.js: line 96, col 5, 'it' is not defined. +test/user/emails.js: line 110, col 5, 'it' is not defined. +test/user/emails.js: line 116, col 5, 'it' is not defined. +test/user/emails.js: line 126, col 5, 'it' is not defined. +test/user/emails.js: line 159, col 3, 'it' is not defined. +test/user/emails.js: line 163, col 3, 'it' is not defined. +test/user/emails.js: line 173, col 3, 'it' is not defined. +test/user/emails.js: line 181, col 3, 'it' is not defined. +test/user/emails.js: line 191, col 3, 'it' is not defined. +test/user/emails.js: line 202, col 3, 'it' is not defined. + +test/user/reset.js: line 18, col 10, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user/reset.js: line 34, col 71, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user/reset.js: line 58, col 67, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user/reset.js: line 85, col 58, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user/reset.js: line 86, col 106, Line is too long. +test/user/reset.js: line 97, col 70, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user/reset.js: line 98, col 110, Line is too long. +test/user/reset.js: line 100, col 108, Line is too long. +test/user/reset.js: line 108, col 104, Line is too long. +test/user/reset.js: line 118, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user/reset.js: line 126, col 73, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user/reset.js: line 133, col 78, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user/reset.js: line 142, col 75, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user/reset.js: line 151, col 43, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user/reset.js: line 15, col 1, 'describe' is not defined. +test/user/reset.js: line 115, col 1, 'describe' is not defined. +test/user/reset.js: line 18, col 3, 'before' is not defined. +test/user/reset.js: line 24, col 3, 'it' is not defined. +test/user/reset.js: line 34, col 3, 'it' is not defined. +test/user/reset.js: line 42, col 3, 'it' is not defined. +test/user/reset.js: line 50, col 3, 'it' is not defined. +test/user/reset.js: line 58, col 3, 'it' is not defined. +test/user/reset.js: line 62, col 3, 'it' is not defined. +test/user/reset.js: line 85, col 3, 'it' is not defined. +test/user/reset.js: line 97, col 3, 'it' is not defined. +test/user/reset.js: line 126, col 3, 'it' is not defined. +test/user/reset.js: line 133, col 3, 'it' is not defined. +test/user/reset.js: line 142, col 3, 'it' is not defined. +test/user/reset.js: line 151, col 3, 'it' is not defined. +test/user/reset.js: line 118, col 3, 'beforeEach' is not defined. + +test/user/uploads.js: line 24, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user/uploads.js: line 35, col 55, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user/uploads.js: line 45, col 56, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user/uploads.js: line 59, col 47, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user/uploads.js: line 78, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user/uploads.js: line 90, col 66, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user/uploads.js: line 97, col 44, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user/uploads.js: line 107, col 62, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user/uploads.js: line 117, col 40, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user/uploads.js: line 130, col 56, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user/uploads.js: line 139, col 47, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user/uploads.js: line 140, col 111, Line is too long. +test/user/uploads.js: line 150, col 66, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user/uploads.js: line 159, col 122, Line is too long. +test/user/uploads.js: line 19, col 1, 'describe' is not defined. +test/user/uploads.js: line 20, col 3, 'describe' is not defined. +test/user/uploads.js: line 74, col 3, 'describe' is not defined. +test/user/uploads.js: line 24, col 5, 'beforeEach' is not defined. +test/user/uploads.js: line 78, col 5, 'beforeEach' is not defined. +test/user/uploads.js: line 35, col 5, 'it' is not defined. +test/user/uploads.js: line 45, col 5, 'it' is not defined. +test/user/uploads.js: line 59, col 5, 'it' is not defined. +test/user/uploads.js: line 90, col 5, 'it' is not defined. +test/user/uploads.js: line 97, col 5, 'it' is not defined. +test/user/uploads.js: line 107, col 5, 'it' is not defined. +test/user/uploads.js: line 117, col 5, 'it' is not defined. +test/user/uploads.js: line 130, col 5, 'it' is not defined. +test/user/uploads.js: line 139, col 5, 'it' is not defined. +test/user/uploads.js: line 150, col 5, 'it' is not defined. + +test/user.js: line 9, col 9, Redefinition of 'setTimeout'. +test/user.js: line 34, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 34, col 35, 'data' is defined but never used. +test/user.js: line 71, col 7073, Line is too long. +test/user.js: line 74, col 38, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 82, col 38, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 100, col 109, Line is too long. +test/user.js: line 132, col 68, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 134, col 7, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 157, col 50, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 159, col 7, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 176, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 245, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 260, col 11, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 298, col 106, Line is too long. +test/user.js: line 315, col 46, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 319, col 55, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 340, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 355, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 360, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 369, col 42, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 378, col 46, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 387, col 46, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 396, col 46, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 405, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 413, col 38, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 419, col 43, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 427, col 43, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 429, col 102, Line is too long. +test/user.js: line 435, col 55, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 440, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 451, col 43, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 470, col 110, Line is too long. +test/user.js: line 488, col 111, Line is too long. +test/user.js: line 488, col 99, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 505, col 113, Line is too long. +test/user.js: line 505, col 101, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 522, col 58, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 523, col 13, 'socketModules' is defined but never used. +test/user.js: line 602, col 56, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 608, col 119, Line is too long. +test/user.js: line 608, col 107, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 616, col 101, Line is too long. +test/user.js: line 616, col 89, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 631, col 107, Line is too long. +test/user.js: line 684, col 63, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 696, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 697, col 114, Line is too long. +test/user.js: line 706, col 48, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 715, col 50, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 724, col 54, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 736, col 45, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 737, col 110, Line is too long. +test/user.js: line 752, col 14, 'object spread property' is only available in ES9 (use 'esversion: 9'). +test/user.js: line 761, col 109, Line is too long. +test/user.js: line 772, col 63, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 785, col 14, 'object spread property' is only available in ES9 (use 'esversion: 9'). +test/user.js: line 793, col 83, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 799, col 44, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 801, col 113, Line is too long. +test/user.js: line 806, col 79, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 814, col 68, 'Trailing comma in arguments lists' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 818, col 63, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 819, col 114, Line is too long. +test/user.js: line 822, col 126, Line is too long. +test/user.js: line 829, col 56, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 834, col 120, Line is too long. +test/user.js: line 841, col 58, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 851, col 87, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 856, col 127, Line is too long. +test/user.js: line 863, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 864, col 101, Line is too long. +test/user.js: line 869, col 52, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 875, col 119, Line is too long. +test/user.js: line 875, col 107, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 879, col 103, Line is too long. +test/user.js: line 887, col 69, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 888, col 101, Line is too long. +test/user.js: line 894, col 78, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 903, col 72, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 920, col 40, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 921, col 114, Line is too long. +test/user.js: line 923, col 105, Line is too long. +test/user.js: line 925, col 111, Line is too long. +test/user.js: line 930, col 117, Line is too long. +test/user.js: line 942, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 974, col 38, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 980, col 48, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 1000, col 64, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 1009, col 63, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 1018, col 47, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 1056, col 2652, Line is too long. +test/user.js: line 1058, col 51, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 1059, col 111, Line is too long. +test/user.js: line 1066, col 61, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 1144, col 108, Line is too long. +test/user.js: line 1159, col 44, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 1182, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 1183, col 105, Line is too long. +test/user.js: line 1188, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 1189, col 114, Line is too long. +test/user.js: line 1196, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 1197, col 110, Line is too long. +test/user.js: line 1202, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 1203, col 116, Line is too long. +test/user.js: line 1207, col 105, Line is too long. +test/user.js: line 1216, col 43, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 1223, col 102, Line is too long. +test/user.js: line 1234, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 1236, col 127, Line is too long. +test/user.js: line 1238, col 121, Line is too long. +test/user.js: line 1248, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 1256, col 48, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 1275, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 1292, col 76, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 1303, col 103, Line is too long. +test/user.js: line 1303, col 91, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 1307, col 108, Line is too long. +test/user.js: line 1319, col 88, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 1323, col 103, Line is too long. +test/user.js: line 1324, col 108, Line is too long. +test/user.js: line 1330, col 63, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 1340, col 102, Line is too long. +test/user.js: line 1347, col 105, Line is too long. +test/user.js: line 1348, col 112, Line is too long. +test/user.js: line 1351, col 115, Line is too long. +test/user.js: line 1360, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 1362, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 1384, col 71, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 1388, col 101, Line is too long. +test/user.js: line 1389, col 108, Line is too long. +test/user.js: line 1390, col 105, Line is too long. +test/user.js: line 1393, col 72, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 1399, col 106, Line is too long. +test/user.js: line 1402, col 71, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 1411, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 1418, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 1431, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 1436, col 44, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 1441, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 1449, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 1453, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 1460, col 79, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 1472, col 86, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 1486, col 63, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 1495, col 61, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 1505, col 51, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 1510, col 85, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 1534, col 64, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 1538, col 111, Line is too long. +test/user.js: line 1539, col 107, Line is too long. +test/user.js: line 1540, col 107, Line is too long. +test/user.js: line 1544, col 46, 'Trailing comma in arguments lists' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 1548, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 1553, col 113, Line is too long. +test/user.js: line 1555, col 109, Line is too long. +test/user.js: line 1559, col 120, Line is too long. +test/user.js: line 1561, col 120, Line is too long. +test/user.js: line 1578, col 58, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 1588, col 52, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 1595, col 73, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 1632, col 104, Line is too long. +test/user.js: line 1640, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 1665, col 48, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 1691, col 47, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 1708, col 38, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 1711, col 107, Line is too long. +test/user.js: line 1713, col 127, Line is too long. +test/user.js: line 1721, col 47, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 1726, col 44, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 1731, col 52, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 1736, col 49, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 1741, col 48, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 1746, col 45, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 1764, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 1769, col 44, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 1774, col 41, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 1779, col 44, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 1806, col 45, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 1815, col 114, Line is too long. +test/user.js: line 1817, col 101, Line is too long. +test/user.js: line 1820, col 65, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 1831, col 62, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 1842, col 43, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 1848, col 43, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 1864, col 67, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 1890, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 1917, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 1921, col 65, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 1922, col 140, Line is too long. +test/user.js: line 1924, col 102, Line is too long. +test/user.js: line 1927, col 81, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 1928, col 135, Line is too long. +test/user.js: line 1931, col 102, Line is too long. +test/user.js: line 1940, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 1944, col 44, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 1950, col 77, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 1952, col 135, Line is too long. +test/user.js: line 1954, col 102, Line is too long. +test/user.js: line 1957, col 72, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 1959, col 129, Line is too long. +test/user.js: line 1963, col 87, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 1964, col 164, Line is too long. +test/user.js: line 1964, col 27, 'body' is defined but never used. +test/user.js: line 1968, col 80, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 1969, col 148, Line is too long. +test/user.js: line 1971, col 102, Line is too long. +test/user.js: line 1974, col 85, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 1975, col 151, Line is too long. +test/user.js: line 1977, col 102, Line is too long. +test/user.js: line 1980, col 51, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 1981, col 146, Line is too long. +test/user.js: line 1985, col 49, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 1986, col 160, Line is too long. +test/user.js: line 1990, col 61, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 1991, col 141, Line is too long. +test/user.js: line 1995, col 48, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 1997, col 135, Line is too long. +test/user.js: line 1999, col 117, Line is too long. +test/user.js: line 2003, col 73, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 2004, col 129, Line is too long. +test/user.js: line 2008, col 73, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 2009, col 135, Line is too long. +test/user.js: line 2012, col 102, Line is too long. +test/user.js: line 2016, col 76, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 2017, col 131, Line is too long. +test/user.js: line 2029, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 2033, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 2034, col 119, Line is too long. +test/user.js: line 2040, col 78, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 2041, col 144, Line is too long. +test/user.js: line 2107, col 118, Line is too long. +test/user.js: line 2132, col 73, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 2156, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 2160, col 66, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 2161, col 101, Line is too long. +test/user.js: line 2170, col 75, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 2171, col 103, Line is too long. +test/user.js: line 2188, col 40, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 2207, col 47, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 2226, col 103, Line is too long. +test/user.js: line 2226, col 91, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 2285, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 2293, col 120, Line is too long. +test/user.js: line 2314, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 2325, col 59, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 2337, col 46, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 2341, col 58, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 2346, col 48, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 2351, col 60, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 2358, col 70, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 2368, col 82, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 2373, col 72, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 2378, col 84, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 2385, col 70, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 2392, col 82, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 2397, col 72, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 2402, col 84, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 2409, col 74, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 2420, col 86, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 2426, col 70, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 2433, col 82, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 2438, col 72, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 2443, col 84, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 2450, col 64, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 2458, col 56, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 2469, col 105, Line is too long. +test/user.js: line 2489, col 113, Line is too long. +test/user.js: line 2500, col 115, Line is too long. +test/user.js: line 2474, col 38, 'done' is defined but never used. +test/user.js: line 2673, col 50, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 2677, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 2719, col 61, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 2727, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 2730, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/user.js: line 27, col 1, 'describe' is not defined. +test/user.js: line 73, col 3, 'describe' is not defined. +test/user.js: line 175, col 3, 'describe' is not defined. +test/user.js: line 197, col 3, 'describe' is not defined. +test/user.js: line 225, col 3, 'describe' is not defined. +test/user.js: line 244, col 3, 'describe' is not defined. +test/user.js: line 266, col 3, 'describe' is not defined. +test/user.js: line 337, col 3, 'describe' is not defined. +test/user.js: line 467, col 3, 'describe' is not defined. +test/user.js: line 538, col 3, 'describe' is not defined. +test/user.js: line 691, col 3, 'describe' is not defined. +test/user.js: line 733, col 5, 'describe' is not defined. +test/user.js: line 1055, col 5, 'describe' is not defined. +test/user.js: line 1230, col 3, 'describe' is not defined. +test/user.js: line 1357, col 3, 'describe' is not defined. +test/user.js: line 1409, col 3, 'describe' is not defined. +test/user.js: line 1459, col 5, 'describe' is not defined. +test/user.js: line 1523, col 3, 'describe' is not defined. +test/user.js: line 1788, col 3, 'describe' is not defined. +test/user.js: line 1878, col 3, 'describe' is not defined. +test/user.js: line 1913, col 5, 'describe' is not defined. +test/user.js: line 1936, col 5, 'describe' is not defined. +test/user.js: line 2025, col 5, 'describe' is not defined. +test/user.js: line 2046, col 5, 'describe' is not defined. +test/user.js: line 2152, col 5, 'describe' is not defined. +test/user.js: line 2180, col 3, 'describe' is not defined. +test/user.js: line 2243, col 3, 'describe' is not defined. +test/user.js: line 2265, col 3, 'describe' is not defined. +test/user.js: line 2474, col 3, 'describe' is not defined. +test/user.js: line 2487, col 5, 'describe' is not defined. +test/user.js: line 2511, col 5, 'describe' is not defined. +test/user.js: line 2541, col 5, 'describe' is not defined. +test/user.js: line 2570, col 5, 'describe' is not defined. +test/user.js: line 2584, col 5, 'describe' is not defined. +test/user.js: line 2596, col 5, 'describe' is not defined. +test/user.js: line 2666, col 3, 'describe' is not defined. +test/user.js: line 2682, col 3, 'describe' is not defined. +test/user.js: line 2727, col 3, 'describe' is not defined. +test/user.js: line 37, col 3, 'before' is not defined. +test/user.js: line 226, col 5, 'before' is not defined. +test/user.js: line 245, col 5, 'before' is not defined. +test/user.js: line 340, col 5, 'before' is not defined. +test/user.js: line 469, col 5, 'before' is not defined. +test/user.js: line 696, col 5, 'before' is not defined. +test/user.js: line 1234, col 5, 'before' is not defined. +test/user.js: line 1360, col 5, 'before' is not defined. +test/user.js: line 1411, col 5, 'before' is not defined. +test/user.js: line 1791, col 5, 'before' is not defined. +test/user.js: line 1890, col 5, 'before' is not defined. +test/user.js: line 1917, col 7, 'before' is not defined. +test/user.js: line 1940, col 7, 'before' is not defined. +test/user.js: line 2029, col 7, 'before' is not defined. +test/user.js: line 2156, col 7, 'before' is not defined. +test/user.js: line 2285, col 5, 'before' is not defined. +test/user.js: line 2476, col 5, 'before' is not defined. +test/user.js: line 2571, col 7, 'before' is not defined. +test/user.js: line 2730, col 5, 'before' is not defined. +test/user.js: line 57, col 3, 'after' is not defined. +test/user.js: line 239, col 5, 'after' is not defined. +test/user.js: line 260, col 5, 'after' is not defined. +test/user.js: line 1801, col 5, 'after' is not defined. +test/user.js: line 2308, col 5, 'after' is not defined. +test/user.js: line 61, col 3, 'beforeEach' is not defined. +test/user.js: line 74, col 5, 'it' is not defined. +test/user.js: line 82, col 5, 'it' is not defined. +test/user.js: line 99, col 5, 'it' is not defined. +test/user.js: line 107, col 5, 'it' is not defined. +test/user.js: line 114, col 5, 'it' is not defined. +test/user.js: line 121, col 5, 'it' is not defined. +test/user.js: line 132, col 5, 'it' is not defined. +test/user.js: line 157, col 5, 'it' is not defined. +test/user.js: line 176, col 5, 'it' is not defined. +test/user.js: line 198, col 5, 'it' is not defined. +test/user.js: line 206, col 5, 'it' is not defined. +test/user.js: line 215, col 5, 'it' is not defined. +test/user.js: line 230, col 5, 'it' is not defined. +test/user.js: line 251, col 5, 'it' is not defined. +test/user.js: line 267, col 5, 'it' is not defined. +test/user.js: line 281, col 5, 'it' is not defined. +test/user.js: line 298, col 5, 'it' is not defined. +test/user.js: line 315, col 5, 'it' is not defined. +test/user.js: line 345, col 5, 'it' is not defined. +test/user.js: line 355, col 5, 'it' is not defined. +test/user.js: line 360, col 5, 'it' is not defined. +test/user.js: line 369, col 5, 'it' is not defined. +test/user.js: line 378, col 5, 'it' is not defined. +test/user.js: line 387, col 5, 'it' is not defined. +test/user.js: line 396, col 5, 'it' is not defined. +test/user.js: line 405, col 5, 'it' is not defined. +test/user.js: line 413, col 5, 'it' is not defined. +test/user.js: line 419, col 5, 'it' is not defined. +test/user.js: line 427, col 5, 'it' is not defined. +test/user.js: line 435, col 5, 'it' is not defined. +test/user.js: line 440, col 5, 'it' is not defined. +test/user.js: line 451, col 5, 'it' is not defined. +test/user.js: line 477, col 5, 'it' is not defined. +test/user.js: line 488, col 5, 'it' is not defined. +test/user.js: line 505, col 5, 'it' is not defined. +test/user.js: line 522, col 5, 'it' is not defined. +test/user.js: line 539, col 5, 'it' is not defined. +test/user.js: line 547, col 5, 'it' is not defined. +test/user.js: line 555, col 5, 'it' is not defined. +test/user.js: line 563, col 5, 'it' is not defined. +test/user.js: line 574, col 5, 'it' is not defined. +test/user.js: line 594, col 5, 'it' is not defined. +test/user.js: line 602, col 5, 'it' is not defined. +test/user.js: line 608, col 5, 'it' is not defined. +test/user.js: line 616, col 5, 'it' is not defined. +test/user.js: line 625, col 5, 'it' is not defined. +test/user.js: line 641, col 5, 'it' is not defined. +test/user.js: line 649, col 5, 'it' is not defined. +test/user.js: line 657, col 5, 'it' is not defined. +test/user.js: line 665, col 5, 'it' is not defined. +test/user.js: line 674, col 5, 'it' is not defined. +test/user.js: line 684, col 5, 'it' is not defined. +test/user.js: line 706, col 5, 'it' is not defined. +test/user.js: line 715, col 5, 'it' is not defined. +test/user.js: line 724, col 5, 'it' is not defined. +test/user.js: line 736, col 7, 'it' is not defined. +test/user.js: line 772, col 7, 'it' is not defined. +test/user.js: line 793, col 7, 'it' is not defined. +test/user.js: line 799, col 5, 'it' is not defined. +test/user.js: line 806, col 5, 'it' is not defined. +test/user.js: line 818, col 5, 'it' is not defined. +test/user.js: line 829, col 5, 'it' is not defined. +test/user.js: line 841, col 5, 'it' is not defined. +test/user.js: line 851, col 5, 'it' is not defined. +test/user.js: line 863, col 5, 'it' is not defined. +test/user.js: line 869, col 5, 'it' is not defined. +test/user.js: line 875, col 5, 'it' is not defined. +test/user.js: line 887, col 5, 'it' is not defined. +test/user.js: line 894, col 5, 'it' is not defined. +test/user.js: line 903, col 5, 'it' is not defined. +test/user.js: line 920, col 5, 'it' is not defined. +test/user.js: line 928, col 5, 'it' is not defined. +test/user.js: line 942, col 5, 'it' is not defined. +test/user.js: line 950, col 5, 'it' is not defined. +test/user.js: line 959, col 5, 'it' is not defined. +test/user.js: line 966, col 5, 'it' is not defined. +test/user.js: line 974, col 5, 'it' is not defined. +test/user.js: line 980, col 5, 'it' is not defined. +test/user.js: line 1000, col 5, 'it' is not defined. +test/user.js: line 1009, col 5, 'it' is not defined. +test/user.js: line 1018, col 5, 'it' is not defined. +test/user.js: line 1025, col 5, 'it' is not defined. +test/user.js: line 1044, col 5, 'it' is not defined. +test/user.js: line 1058, col 7, 'it' is not defined. +test/user.js: line 1066, col 7, 'it' is not defined. +test/user.js: line 1092, col 7, 'it' is not defined. +test/user.js: line 1099, col 7, 'it' is not defined. +test/user.js: line 1115, col 7, 'it' is not defined. +test/user.js: line 1126, col 7, 'it' is not defined. +test/user.js: line 1139, col 7, 'it' is not defined. +test/user.js: line 1149, col 7, 'it' is not defined. +test/user.js: line 1159, col 7, 'it' is not defined. +test/user.js: line 1168, col 7, 'it' is not defined. +test/user.js: line 1182, col 5, 'it' is not defined. +test/user.js: line 1188, col 5, 'it' is not defined. +test/user.js: line 1196, col 5, 'it' is not defined. +test/user.js: line 1202, col 5, 'it' is not defined. +test/user.js: line 1216, col 5, 'it' is not defined. +test/user.js: line 1241, col 5, 'it' is not defined. +test/user.js: line 1248, col 5, 'it' is not defined. +test/user.js: line 1256, col 5, 'it' is not defined. +test/user.js: line 1264, col 5, 'it' is not defined. +test/user.js: line 1275, col 5, 'it' is not defined. +test/user.js: line 1285, col 5, 'it' is not defined. +test/user.js: line 1292, col 5, 'it' is not defined. +test/user.js: line 1303, col 5, 'it' is not defined. +test/user.js: line 1319, col 5, 'it' is not defined. +test/user.js: line 1330, col 5, 'it' is not defined. +test/user.js: line 1375, col 5, 'it' is not defined. +test/user.js: line 1384, col 5, 'it' is not defined. +test/user.js: line 1393, col 5, 'it' is not defined. +test/user.js: line 1402, col 5, 'it' is not defined. +test/user.js: line 1418, col 5, 'it' is not defined. +test/user.js: line 1431, col 5, 'it' is not defined. +test/user.js: line 1436, col 5, 'it' is not defined. +test/user.js: line 1441, col 5, 'it' is not defined. +test/user.js: line 1449, col 5, 'it' is not defined. +test/user.js: line 1453, col 5, 'it' is not defined. +test/user.js: line 1460, col 7, 'it' is not defined. +test/user.js: line 1472, col 7, 'it' is not defined. +test/user.js: line 1486, col 7, 'it' is not defined. +test/user.js: line 1495, col 7, 'it' is not defined. +test/user.js: line 1505, col 7, 'it' is not defined. +test/user.js: line 1510, col 7, 'it' is not defined. +test/user.js: line 1527, col 5, 'it' is not defined. +test/user.js: line 1534, col 5, 'it' is not defined. +test/user.js: line 1548, col 5, 'it' is not defined. +test/user.js: line 1570, col 5, 'it' is not defined. +test/user.js: line 1578, col 5, 'it' is not defined. +test/user.js: line 1588, col 5, 'it' is not defined. +test/user.js: line 1595, col 5, 'it' is not defined. +test/user.js: line 1608, col 5, 'it' is not defined. +test/user.js: line 1615, col 5, 'it' is not defined. +test/user.js: line 1622, col 5, 'it' is not defined. +test/user.js: line 1629, col 5, 'it' is not defined. +test/user.js: line 1640, col 5, 'it' is not defined. +test/user.js: line 1665, col 5, 'it' is not defined. +test/user.js: line 1691, col 5, 'it' is not defined. +test/user.js: line 1708, col 5, 'it' is not defined. +test/user.js: line 1721, col 5, 'it' is not defined. +test/user.js: line 1726, col 5, 'it' is not defined. +test/user.js: line 1731, col 5, 'it' is not defined. +test/user.js: line 1736, col 5, 'it' is not defined. +test/user.js: line 1741, col 5, 'it' is not defined. +test/user.js: line 1746, col 5, 'it' is not defined. +test/user.js: line 1764, col 5, 'it' is not defined. +test/user.js: line 1769, col 5, 'it' is not defined. +test/user.js: line 1774, col 5, 'it' is not defined. +test/user.js: line 1779, col 5, 'it' is not defined. +test/user.js: line 1806, col 5, 'it' is not defined. +test/user.js: line 1820, col 5, 'it' is not defined. +test/user.js: line 1831, col 5, 'it' is not defined. +test/user.js: line 1842, col 5, 'it' is not defined. +test/user.js: line 1848, col 5, 'it' is not defined. +test/user.js: line 1864, col 5, 'it' is not defined. +test/user.js: line 1921, col 7, 'it' is not defined. +test/user.js: line 1927, col 7, 'it' is not defined. +test/user.js: line 1944, col 7, 'it' is not defined. +test/user.js: line 1950, col 7, 'it' is not defined. +test/user.js: line 1957, col 7, 'it' is not defined. +test/user.js: line 1963, col 7, 'it' is not defined. +test/user.js: line 1968, col 7, 'it' is not defined. +test/user.js: line 1974, col 7, 'it' is not defined. +test/user.js: line 1980, col 7, 'it' is not defined. +test/user.js: line 1985, col 7, 'it' is not defined. +test/user.js: line 1990, col 7, 'it' is not defined. +test/user.js: line 1995, col 7, 'it' is not defined. +test/user.js: line 2003, col 7, 'it' is not defined. +test/user.js: line 2008, col 7, 'it' is not defined. +test/user.js: line 2016, col 7, 'it' is not defined. +test/user.js: line 2033, col 7, 'it' is not defined. +test/user.js: line 2040, col 7, 'it' is not defined. +test/user.js: line 2047, col 7, 'it' is not defined. +test/user.js: line 2057, col 7, 'it' is not defined. +test/user.js: line 2073, col 7, 'it' is not defined. +test/user.js: line 2080, col 7, 'it' is not defined. +test/user.js: line 2087, col 7, 'it' is not defined. +test/user.js: line 2098, col 7, 'it' is not defined. +test/user.js: line 2105, col 7, 'it' is not defined. +test/user.js: line 2117, col 7, 'it' is not defined. +test/user.js: line 2132, col 7, 'it' is not defined. +test/user.js: line 2160, col 7, 'it' is not defined. +test/user.js: line 2170, col 7, 'it' is not defined. +test/user.js: line 2181, col 5, 'it' is not defined. +test/user.js: line 2188, col 5, 'it' is not defined. +test/user.js: line 2207, col 5, 'it' is not defined. +test/user.js: line 2226, col 5, 'it' is not defined. +test/user.js: line 2244, col 5, 'it' is not defined. +test/user.js: line 2249, col 5, 'it' is not defined. +test/user.js: line 2254, col 5, 'it' is not defined. +test/user.js: line 2325, col 5, 'it' is not defined. +test/user.js: line 2337, col 5, 'it' is not defined. +test/user.js: line 2341, col 5, 'it' is not defined. +test/user.js: line 2346, col 5, 'it' is not defined. +test/user.js: line 2351, col 5, 'it' is not defined. +test/user.js: line 2358, col 5, 'it' is not defined. +test/user.js: line 2368, col 5, 'it' is not defined. +test/user.js: line 2373, col 5, 'it' is not defined. +test/user.js: line 2378, col 5, 'it' is not defined. +test/user.js: line 2385, col 5, 'it' is not defined. +test/user.js: line 2392, col 5, 'it' is not defined. +test/user.js: line 2397, col 5, 'it' is not defined. +test/user.js: line 2402, col 5, 'it' is not defined. +test/user.js: line 2409, col 5, 'it' is not defined. +test/user.js: line 2420, col 5, 'it' is not defined. +test/user.js: line 2426, col 5, 'it' is not defined. +test/user.js: line 2433, col 5, 'it' is not defined. +test/user.js: line 2438, col 5, 'it' is not defined. +test/user.js: line 2443, col 5, 'it' is not defined. +test/user.js: line 2450, col 5, 'it' is not defined. +test/user.js: line 2458, col 5, 'it' is not defined. +test/user.js: line 2488, col 7, 'it' is not defined. +test/user.js: line 2499, col 7, 'it' is not defined. +test/user.js: line 2512, col 7, 'it' is not defined. +test/user.js: line 2525, col 7, 'it' is not defined. +test/user.js: line 2533, col 7, 'it' is not defined. +test/user.js: line 2542, col 7, 'it' is not defined. +test/user.js: line 2554, col 7, 'it' is not defined. +test/user.js: line 2562, col 7, 'it' is not defined. +test/user.js: line 2575, col 7, 'it' is not defined. +test/user.js: line 2585, col 7, 'it' is not defined. +test/user.js: line 2597, col 7, 'it' is not defined. +test/user.js: line 2616, col 7, 'it' is not defined. +test/user.js: line 2635, col 7, 'it' is not defined. +test/user.js: line 2647, col 7, 'it' is not defined. +test/user.js: line 2656, col 7, 'it' is not defined. +test/user.js: line 2667, col 5, 'it' is not defined. +test/user.js: line 2673, col 5, 'it' is not defined. +test/user.js: line 2677, col 5, 'it' is not defined. +test/user.js: line 2683, col 5, 'it' is not defined. +test/user.js: line 2690, col 5, 'it' is not defined. +test/user.js: line 2703, col 5, 'it' is not defined. +test/user.js: line 2711, col 3, 'it' is not defined. +test/user.js: line 2719, col 3, 'it' is not defined. +test/user.js: line 2734, col 5, 'it' is not defined. + +test/utils.js: line 41, col 108, Line is too long. +test/utils.js: line 42, col 112, Line is too long. +test/utils.js: line 43, col 130, Line is too long. +test/utils.js: line 309, col 134, Line is too long. +test/utils.js: line 317, col 136, Line is too long. +test/utils.js: line 389, col 52, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/utils.js: line 390, col 107, Line is too long. +test/utils.js: line 513, col 104, Line is too long. +test/utils.js: line 538, col 40, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/utils.js: line 610, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +test/utils.js: line 612, col 123, Line is too long. +test/utils.js: line 10, col 1, 'describe' is not defined. +test/utils.js: line 47, col 3, 'describe' is not defined. +test/utils.js: line 77, col 3, 'describe' is not defined. +test/utils.js: line 114, col 3, 'describe' is not defined. +test/utils.js: line 126, col 3, 'describe' is not defined. +test/utils.js: line 149, col 3, 'describe' is not defined. +test/utils.js: line 397, col 3, 'describe' is not defined. +test/utils.js: line 431, col 3, 'describe' is not defined. +test/utils.js: line 456, col 3, 'describe' is not defined. +test/utils.js: line 551, col 3, 'describe' is not defined. +test/utils.js: line 605, col 3, 'describe' is not defined. +test/utils.js: line 23, col 3, 'it' is not defined. +test/utils.js: line 39, col 3, 'it' is not defined. +test/utils.js: line 48, col 5, 'it' is not defined. +test/utils.js: line 54, col 5, 'it' is not defined. +test/utils.js: line 60, col 5, 'it' is not defined. +test/utils.js: line 67, col 3, 'it' is not defined. +test/utils.js: line 72, col 3, 'it' is not defined. +test/utils.js: line 78, col 5, 'it' is not defined. +test/utils.js: line 83, col 5, 'it' is not defined. +test/utils.js: line 88, col 5, 'it' is not defined. +test/utils.js: line 92, col 5, 'it' is not defined. +test/utils.js: line 96, col 5, 'it' is not defined. +test/utils.js: line 100, col 5, 'it' is not defined. +test/utils.js: line 105, col 5, 'it' is not defined. +test/utils.js: line 109, col 5, 'it' is not defined. +test/utils.js: line 115, col 5, 'it' is not defined. +test/utils.js: line 120, col 5, 'it' is not defined. +test/utils.js: line 127, col 5, 'it' is not defined. +test/utils.js: line 135, col 5, 'it' is not defined. +test/utils.js: line 142, col 5, 'it' is not defined. +test/utils.js: line 150, col 5, 'it' is not defined. +test/utils.js: line 156, col 5, 'it' is not defined. +test/utils.js: line 166, col 3, 'it' is not defined. +test/utils.js: line 172, col 3, 'it' is not defined. +test/utils.js: line 181, col 3, 'it' is not defined. +test/utils.js: line 186, col 3, 'it' is not defined. +test/utils.js: line 191, col 3, 'it' is not defined. +test/utils.js: line 195, col 3, 'it' is not defined. +test/utils.js: line 199, col 3, 'it' is not defined. +test/utils.js: line 223, col 3, 'it' is not defined. +test/utils.js: line 227, col 3, 'it' is not defined. +test/utils.js: line 238, col 3, 'it' is not defined. +test/utils.js: line 243, col 3, 'it' is not defined. +test/utils.js: line 248, col 3, 'it' is not defined. +test/utils.js: line 253, col 3, 'it' is not defined. +test/utils.js: line 258, col 3, 'it' is not defined. +test/utils.js: line 263, col 3, 'it' is not defined. +test/utils.js: line 268, col 3, 'it' is not defined. +test/utils.js: line 273, col 3, 'it' is not defined. +test/utils.js: line 278, col 3, 'it' is not defined. +test/utils.js: line 285, col 3, 'it' is not defined. +test/utils.js: line 292, col 3, 'it' is not defined. +test/utils.js: line 299, col 3, 'it' is not defined. +test/utils.js: line 307, col 3, 'it' is not defined. +test/utils.js: line 315, col 3, 'it' is not defined. +test/utils.js: line 323, col 3, 'it' is not defined. +test/utils.js: line 329, col 3, 'it' is not defined. +test/utils.js: line 335, col 3, 'it' is not defined. +test/utils.js: line 343, col 3, 'it' is not defined. +test/utils.js: line 354, col 3, 'it' is not defined. +test/utils.js: line 365, col 3, 'it' is not defined. +test/utils.js: line 376, col 3, 'it' is not defined. +test/utils.js: line 384, col 3, 'it' is not defined. +test/utils.js: line 389, col 3, 'it' is not defined. +test/utils.js: line 398, col 5, 'it' is not defined. +test/utils.js: line 403, col 5, 'it' is not defined. +test/utils.js: line 408, col 5, 'it' is not defined. +test/utils.js: line 413, col 5, 'it' is not defined. +test/utils.js: line 418, col 5, 'it' is not defined. +test/utils.js: line 424, col 5, 'it' is not defined. +test/utils.js: line 434, col 5, 'it' is not defined. +test/utils.js: line 439, col 5, 'it' is not defined. +test/utils.js: line 445, col 5, 'it' is not defined. +test/utils.js: line 450, col 5, 'it' is not defined. +test/utils.js: line 460, col 5, 'it' is not defined. +test/utils.js: line 465, col 5, 'it' is not defined. +test/utils.js: line 472, col 5, 'it' is not defined. +test/utils.js: line 478, col 5, 'it' is not defined. +test/utils.js: line 486, col 3, 'it' is not defined. +test/utils.js: line 492, col 3, 'it' is not defined. +test/utils.js: line 498, col 3, 'it' is not defined. +test/utils.js: line 510, col 3, 'it' is not defined. +test/utils.js: line 523, col 3, 'it' is not defined. +test/utils.js: line 530, col 3, 'it' is not defined. +test/utils.js: line 538, col 3, 'it' is not defined. +test/utils.js: line 552, col 5, 'it' is not defined. +test/utils.js: line 565, col 5, 'it' is not defined. +test/utils.js: line 578, col 5, 'it' is not defined. +test/utils.js: line 591, col 5, 'it' is not defined. +test/utils.js: line 610, col 5, 'it' is not defined. +test/utils.js: line 618, col 5, 'it' is not defined. +test/utils.js: line 8, col 7, 'db' is defined but never used. + +vendor/nodebb-plugin-composer-default-10.3.1/library.js: line 25, col 15, 'async functions' is only available in ES8 (use 'esversion: 8'). +vendor/nodebb-plugin-composer-default-10.3.1/library.js: line 30, col 107, Line is too long. +vendor/nodebb-plugin-composer-default-10.3.1/library.js: line 33, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +vendor/nodebb-plugin-composer-default-10.3.1/library.js: line 38, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +vendor/nodebb-plugin-composer-default-10.3.1/library.js: line 47, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +vendor/nodebb-plugin-composer-default-10.3.1/library.js: line 49, col 123, Line is too long. +vendor/nodebb-plugin-composer-default-10.3.1/library.js: line 50, col 133, Line is too long. +vendor/nodebb-plugin-composer-default-10.3.1/library.js: line 65, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +vendor/nodebb-plugin-composer-default-10.3.1/library.js: line 82, col 14, 'object spread property' is only available in ES9 (use 'esversion: 9'). +vendor/nodebb-plugin-composer-default-10.3.1/library.js: line 101, col 12, 'object spread property' is only available in ES9 (use 'esversion: 9'). +vendor/nodebb-plugin-composer-default-10.3.1/library.js: line 111, col 10, 'object spread property' is only available in ES9 (use 'esversion: 9'). +vendor/nodebb-plugin-composer-default-10.3.1/library.js: line 112, col 10, 'object spread property' is only available in ES9 (use 'esversion: 9'). +vendor/nodebb-plugin-composer-default-10.3.1/library.js: line 119, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +vendor/nodebb-plugin-composer-default-10.3.1/library.js: line 181, col 164, Line is too long. +vendor/nodebb-plugin-composer-default-10.3.1/library.js: line 232, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +vendor/nodebb-plugin-composer-default-10.3.1/library.js: line 255, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +vendor/nodebb-plugin-composer-default-10.3.1/library.js: line 270, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +vendor/nodebb-plugin-composer-default-10.3.1/library.js: line 278, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +vendor/nodebb-plugin-composer-default-10.3.1/library.js: line 287, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +vendor/nodebb-plugin-composer-default-10.3.1/library.js: line 295, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +vendor/nodebb-plugin-composer-default-10.3.1/library.js: line 302, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +vendor/nodebb-plugin-composer-default-10.3.1/library.js: line 309, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +vendor/nodebb-plugin-composer-default-10.3.1/library.js: line 318, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). + +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/admin.js: line 3, col 1, 'define' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/admin.js: line 7, col 39, '$' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/admin.js: line 9, col 5, '$' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/admin.js: line 10, col 41, '$' is not defined. + +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/client.js: line 80, col 107, Line is too long. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/client.js: line 3, col 1, '$' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/client.js: line 4, col 3, '$' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/client.js: line 11, col 3, '$' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/client.js: line 30, col 3, '$' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/client.js: line 40, col 3, '$' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/client.js: line 63, col 3, '$' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/client.js: line 84, col 3, '$' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/client.js: line 12, col 9, 'config' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/client.js: line 31, col 9, 'config' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/client.js: line 44, col 9, 'config' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/client.js: line 66, col 9, 'config' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/client.js: line 22, col 7, 'ajaxify' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/client.js: line 36, col 7, 'ajaxify' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/client.js: line 54, col 7, 'ajaxify' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/client.js: line 80, col 7, 'ajaxify' is not defined. + +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/autocomplete.js: line 3, col 1, 'define' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/autocomplete.js: line 10, col 3, '$' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/autocomplete.js: line 58, col 5, '$' is not defined. + +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/categoryList.js: line 43, col 121, Line is too long. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/categoryList.js: line 64, col 159, Line is too long. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/categoryList.js: line 104, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/categoryList.js: line 107, col 148, Line is too long. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/categoryList.js: line 112, col 115, Line is too long. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/categoryList.js: line 3, col 1, 'define' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/categoryList.js: line 36, col 16, 'ajaxify' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/categoryList.js: line 36, col 49, 'ajaxify' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/categoryList.js: line 38, col 42, 'ajaxify' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/categoryList.js: line 38, col 66, 'ajaxify' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/categoryList.js: line 64, col 136, '$' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/categoryList.js: line 117, col 7, '$' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/categoryList.js: line 107, col 48, 'config' is not defined. + +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/controls.js: line 82, col 114, Line is too long. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/controls.js: line 150, col 12, Confusing use of '!'. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/controls.js: line 3, col 1, 'define' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/controls.js: line 16, col 5, '$' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/controls.js: line 22, col 21, '$' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/controls.js: line 42, col 5, '$' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/controls.js: line 48, col 21, '$' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/controls.js: line 69, col 5, '$' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/controls.js: line 79, col 21, '$' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/controls.js: line 110, col 5, '$' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/controls.js: line 117, col 5, '$' is not defined. + +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/drafts.js: line 25, col 114, Line is too long. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/drafts.js: line 26, col 101, Line is too long. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/drafts.js: line 27, col 117, Line is too long. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/drafts.js: line 81, col 124, Line is too long. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/drafts.js: line 231, col 155, Line is too long. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/drafts.js: line 301, col 126, Line is too long. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/drafts.js: line 3, col 1, 'define' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/drafts.js: line 12, col 12, '$' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/drafts.js: line 32, col 7, '$' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/drafts.js: line 35, col 5, '$' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/drafts.js: line 66, col 7, '$' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/drafts.js: line 121, col 9, '$' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/drafts.js: line 145, col 5, '$' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/drafts.js: line 17, col 28, 'utils' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/drafts.js: line 25, col 70, 'utils' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/drafts.js: line 26, col 57, 'utils' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/drafts.js: line 27, col 73, 'utils' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/drafts.js: line 28, col 44, 'utils' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/drafts.js: line 64, col 30, 'utils' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/drafts.js: line 267, col 58, 'utils' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/drafts.js: line 268, col 18, 'utils' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/drafts.js: line 293, col 32, 'utils' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/drafts.js: line 17, col 49, 'app' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/drafts.js: line 81, col 17, 'app' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/drafts.js: line 85, col 34, 'app' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/drafts.js: line 114, col 14, 'app' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/drafts.js: line 162, col 18, 'app' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/drafts.js: line 173, col 18, 'app' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/drafts.js: line 185, col 36, 'app' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/drafts.js: line 194, col 20, 'app' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/drafts.js: line 259, col 18, 'app' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/drafts.js: line 267, col 19, 'app' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/drafts.js: line 267, col 31, 'app' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/drafts.js: line 231, col 9, 'ajaxify' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/drafts.js: line 231, col 40, 'ajaxify' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/drafts.js: line 231, col 75, 'config' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/drafts.js: line 231, col 125, 'config' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/drafts.js: line 311, col 27, 'DOMException' is not defined. + +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/formatting.js: line 30, col 114, Line is too long. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/formatting.js: line 64, col 151, Line is too long. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/formatting.js: line 91, col 135, Line is too long. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/formatting.js: line 108, col 103, Line is too long. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/formatting.js: line 120, col 125, Line is too long. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/formatting.js: line 129, col 114, Line is too long. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/formatting.js: line 138, col 150, Line is too long. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/formatting.js: line 3, col 1, 'define' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/formatting.js: line 48, col 7, '$' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/formatting.js: line 52, col 13, '$' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/formatting.js: line 54, col 13, '$' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/formatting.js: line 60, col 11, '$' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/formatting.js: line 63, col 11, '$' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/formatting.js: line 64, col 11, '$' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/formatting.js: line 69, col 7, '$' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/formatting.js: line 82, col 29, '$' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/formatting.js: line 107, col 22, '$' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/formatting.js: line 110, col 9, '$' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/formatting.js: line 113, col 7, '$' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/formatting.js: line 181, col 20, '$' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/formatting.js: line 182, col 22, '$' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/formatting.js: line 51, col 13, 'app' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/formatting.js: line 59, col 11, 'app' is not defined. + +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/post-queue.js: line 6, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/post-queue.js: line 17, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/post-queue.js: line 3, col 1, 'define' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/post-queue.js: line 8, col 10, 'config' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/post-queue.js: line 18, col 10, 'config' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/post-queue.js: line 8, col 30, 'app' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/post-queue.js: line 8, col 50, 'app' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/post-queue.js: line 8, col 74, 'app' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/post-queue.js: line 12, col 31, 'socket' is not defined. + +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/preview.js: line 54, col 114, Line is too long. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/preview.js: line 3, col 1, 'define' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/preview.js: line 14, col 5, 'socket' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/preview.js: line 18, col 17, '$' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/preview.js: line 48, col 19, 'utils' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/preview.js: line 54, col 31, 'config' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/preview.js: line 54, col 61, 'config' is not defined. + +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/resize.js: line 4, col 1, 'define' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/resize.js: line 11, col 15, '$' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/resize.js: line 12, col 17, '$' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/resize.js: line 13, col 21, '$' is not defined. + +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/scheduler.js: line 43, col 131, Line is too long. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/scheduler.js: line 86, col 122, Line is too long. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/scheduler.js: line 92, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/scheduler.js: line 103, col 107, Line is too long. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/scheduler.js: line 104, col 113, Line is too long. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/scheduler.js: line 158, col 114, Line is too long. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/scheduler.js: line 189, col 114, Line is too long. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/scheduler.js: line 3, col 1, 'define' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/scheduler.js: line 37, col 3, '$' is not defined. + +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/tags.js: line 16, col 105, Line is too long. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/tags.js: line 17, col 105, Line is too long. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/tags.js: line 51, col 108, Line is too long. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/tags.js: line 59, col 104, Line is too long. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/tags.js: line 111, col 104, Line is too long. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/tags.js: line 160, col 103, Line is too long. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/tags.js: line 162, col 118, Line is too long. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/tags.js: line 195, col 121, Line is too long. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/tags.js: line 197, col 107, Line is too long. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/tags.js: line 200, col 108, Line is too long. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/tags.js: line 4, col 1, 'define' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/tags.js: line 16, col 15, 'ajaxify' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/tags.js: line 16, col 56, 'ajaxify' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/tags.js: line 17, col 15, 'ajaxify' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/tags.js: line 17, col 56, 'ajaxify' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/tags.js: line 26, col 45, 'ajaxify' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/tags.js: line 74, col 67, 'ajaxify' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/tags.js: line 110, col 67, 'ajaxify' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/tags.js: line 16, col 79, 'config' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/tags.js: line 17, col 79, 'config' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/tags.js: line 60, col 53, 'config' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/tags.js: line 63, col 31, 'config' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/tags.js: line 64, col 31, 'config' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/tags.js: line 67, col 33, 'config' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/tags.js: line 68, col 59, 'config' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/tags.js: line 69, col 40, 'config' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/tags.js: line 70, col 58, 'config' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/tags.js: line 28, col 5, 'app' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/tags.js: line 162, col 7, 'app' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/tags.js: line 34, col 11, '$' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/tags.js: line 47, col 13, '$' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/tags.js: line 75, col 9, '$' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/tags.js: line 118, col 11, '$' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/tags.js: line 136, col 5, '$' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/tags.js: line 137, col 17, '$' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/tags.js: line 204, col 5, '$' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/tags.js: line 230, col 12, '$' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/tags.js: line 37, col 11, 'socket' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/tags.js: line 95, col 9, 'socket' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/tags.js: line 111, col 9, 'socket' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/tags.js: line 60, col 24, 'utils' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/tags.js: line 213, col 13, 'jQuery' is not defined. + +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/uploads.js: line 97, col 125, Line is too long. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/uploads.js: line 105, col 110, Line is too long. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/uploads.js: line 107, col 114, Line is too long. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/uploads.js: line 181, col 106, Line is too long. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/uploads.js: line 3, col 1, 'define' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/uploads.js: line 29, col 25, '$' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/uploads.js: line 33, col 10, '$' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/uploads.js: line 33, col 35, '$' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/uploads.js: line 33, col 75, '$' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/uploads.js: line 41, col 25, '$' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/uploads.js: line 56, col 25, '$' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/uploads.js: line 82, col 25, '$' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/uploads.js: line 126, col 5, '$' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/uploads.js: line 147, col 9, '$' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/uploads.js: line 161, col 7, '$' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/uploads.js: line 205, col 11, '$' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/uploads.js: line 232, col 5, '$' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/uploads.js: line 33, col 56, 'utils' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/uploads.js: line 87, col 31, 'config' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/uploads.js: line 110, col 57, 'config' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/uploads.js: line 112, col 56, 'config' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/uploads.js: line 163, col 27, 'config' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/uploads.js: line 90, col 17, 'ajaxify' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/uploads.js: line 91, col 13, 'ajaxify' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/uploads.js: line 97, col 24, 'app' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/uploads.js: line 97, col 83, 'app' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer/uploads.js: line 110, col 12, 'app' is not defined. + +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 97, col 103, Line is too long. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 109, col 102, Line is too long. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 164, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 167, col 109, Line is too long. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 183, col 107, Line is too long. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 195, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 232, col 134, Line is too long. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 239, col 103, Line is too long. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 259, col 137, Line is too long. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 261, col 120, Line is too long. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 265, col 107, Line is too long. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 360, col 113, Line is too long. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 471, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 478, col 106, Line is too long. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 484, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 520, col 103, Line is too long. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 521, col 115, Line is too long. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 522, col 113, Line is too long. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 644, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 708, col 3, 'async functions' is only available in ES8 (use 'esversion: 8'). +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 728, col 128, Line is too long. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 752, col 102, Line is too long. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 754, col 101, Line is too long. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 758, col 103, Line is too long. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 760, col 102, Line is too long. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 776, col 12, 'object spread property' is only available in ES9 (use 'esversion: 9'). +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 790, col 12, 'object spread property' is only available in ES9 (use 'esversion: 9'). +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 801, col 12, 'object spread property' is only available in ES9 (use 'esversion: 9'). +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 849, col 144, Line is too long. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 852, col 101, Line is too long. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 856, col 107, Line is too long. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 933, col 127, Line is too long. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 3, col 1, 'define' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 35, col 3, '$' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 38, col 3, '$' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 43, col 3, '$' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 88, col 25, '$' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 165, col 5, '$' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 255, col 25, '$' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 311, col 25, '$' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 362, col 7, '$' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 383, col 17, '$' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 402, col 47, '$' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 407, col 19, '$' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 423, col 19, '$' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 465, col 7, '$' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 553, col 11, '$' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 556, col 26, '$' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 559, col 9, '$' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 559, col 42, '$' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 564, col 7, '$' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 566, col 27, '$' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 598, col 7, '$' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 688, col 27, '$' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 690, col 5, '$' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 710, col 25, '$' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 743, col 5, '$' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 823, col 25, '$' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 878, col 5, '$' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 882, col 5, '$' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 883, col 5, '$' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 891, col 27, '$' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 897, col 7, '$' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 914, col 25, '$' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 918, col 5, '$' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 44, col 15, 'utils' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 76, col 15, 'utils' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 139, col 16, 'utils' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 337, col 19, 'utils' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 438, col 43, 'utils' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 453, col 46, 'utils' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 505, col 31, 'utils' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 663, col 15, 'utils' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 721, col 16, 'utils' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 70, col 9, 'ajaxify' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 338, col 35, 'ajaxify' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 339, col 18, 'ajaxify' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 472, col 26, 'ajaxify' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 474, col 73, 'ajaxify' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 476, col 14, 'ajaxify' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 500, col 75, 'ajaxify' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 527, col 74, 'ajaxify' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 844, col 15, 'ajaxify' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 849, col 13, 'ajaxify' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 855, col 15, 'ajaxify' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 856, col 14, 'ajaxify' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 856, col 85, 'ajaxify' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 858, col 13, 'ajaxify' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 90, col 60, 'config' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 97, col 67, 'config' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 232, col 44, 'config' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 259, col 104, 'config' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 261, col 87, 'config' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 273, col 37, 'config' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 510, col 27, 'config' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 511, col 26, 'config' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 512, col 25, 'config' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 513, col 25, 'config' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 514, col 31, 'config' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 521, col 68, 'config' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 522, col 66, 'config' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 523, col 24, 'config' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 616, col 31, 'config' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 617, col 37, 'config' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 624, col 20, 'config' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 629, col 17, 'config' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 751, col 58, 'config' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 752, col 69, 'config' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 753, col 58, 'config' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 754, col 68, 'config' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 757, col 43, 'config' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 758, col 71, 'config' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 759, col 43, 'config' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 760, col 70, 'config' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 290, col 5, 'socket' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 320, col 7, 'socket' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 645, col 26, 'socket' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 517, col 28, 'app' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 521, col 23, 'app' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 521, col 98, 'app' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 522, col 22, 'app' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 522, col 96, 'app' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 524, col 10, 'app' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 524, col 61, 'app' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 528, col 19, 'app' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 542, col 7, 'app' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 552, col 5, 'app' is not defined. +vendor/nodebb-plugin-composer-default-10.3.1/static/lib/composer.js: line 884, col 5, 'app' is not defined. + +vendor/nodebb-plugin-composer-default-10.3.1/websockets.js: line 11, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +vendor/nodebb-plugin-composer-default-10.3.1/websockets.js: line 17, col 117, Line is too long. +vendor/nodebb-plugin-composer-default-10.3.1/websockets.js: line 45, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +vendor/nodebb-plugin-composer-default-10.3.1/websockets.js: line 50, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +vendor/nodebb-plugin-composer-default-10.3.1/websockets.js: line 54, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +vendor/nodebb-plugin-composer-default-10.3.1/websockets.js: line 61, col 102, Line is too long. +vendor/nodebb-plugin-composer-default-10.3.1/websockets.js: line 67, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +vendor/nodebb-plugin-composer-default-10.3.1/websockets.js: line 71, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). + +vendor/nodebb-theme-harmony-2.1.35/lib/controllers.js: line 14, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +vendor/nodebb-theme-harmony-2.1.35/lib/controllers.js: line 15, col 103, Line is too long. + +vendor/nodebb-theme-harmony-2.1.35/library.js: line 25, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +vendor/nodebb-theme-harmony-2.1.35/library.js: line 29, col 102, Line is too long. +vendor/nodebb-theme-harmony-2.1.35/library.js: line 43, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +vendor/nodebb-theme-harmony-2.1.35/library.js: line 56, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +vendor/nodebb-theme-harmony-2.1.35/library.js: line 65, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +vendor/nodebb-theme-harmony-2.1.35/library.js: line 83, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +vendor/nodebb-theme-harmony-2.1.35/library.js: line 139, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +vendor/nodebb-theme-harmony-2.1.35/library.js: line 145, col 23, 'object spread property' is only available in ES9 (use 'esversion: 9'). +vendor/nodebb-theme-harmony-2.1.35/library.js: line 145, col 36, 'object spread property' is only available in ES9 (use 'esversion: 9'). +vendor/nodebb-theme-harmony-2.1.35/library.js: line 145, col 52, 'object spread property' is only available in ES9 (use 'esversion: 9'). +vendor/nodebb-theme-harmony-2.1.35/library.js: line 159, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +vendor/nodebb-theme-harmony-2.1.35/library.js: line 165, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +vendor/nodebb-theme-harmony-2.1.35/library.js: line 168, col 10, 'object spread property' is only available in ES9 (use 'esversion: 9'). +vendor/nodebb-theme-harmony-2.1.35/library.js: line 169, col 10, 'object spread property' is only available in ES9 (use 'esversion: 9'). +vendor/nodebb-theme-harmony-2.1.35/library.js: line 175, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +vendor/nodebb-theme-harmony-2.1.35/library.js: line 184, col 40, 'async functions' is only available in ES8 (use 'esversion: 8'). +vendor/nodebb-theme-harmony-2.1.35/library.js: line 185, col 104, Line is too long. + +vendor/nodebb-theme-harmony-2.1.35/public/admin.js: line 3, col 1, 'define' is not defined. +vendor/nodebb-theme-harmony-2.1.35/public/admin.js: line 7, col 30, '$' is not defined. +vendor/nodebb-theme-harmony-2.1.35/public/admin.js: line 9, col 5, '$' is not defined. +vendor/nodebb-theme-harmony-2.1.35/public/admin.js: line 10, col 32, '$' is not defined. + +vendor/nodebb-theme-harmony-2.1.35/public/harmony.js: line 49, col 53, 'async functions' is only available in ES8 (use 'esversion: 8'). +vendor/nodebb-theme-harmony-2.1.35/public/harmony.js: line 74, col 104, Line is too long. +vendor/nodebb-theme-harmony-2.1.35/public/harmony.js: line 155, col 7, 'async functions' is only available in ES8 (use 'esversion: 8'). +vendor/nodebb-theme-harmony-2.1.35/public/harmony.js: line 175, col 110, Line is too long. +vendor/nodebb-theme-harmony-2.1.35/public/harmony.js: line 253, col 103, Line is too long. +vendor/nodebb-theme-harmony-2.1.35/public/harmony.js: line 3, col 1, '$' is not defined. +vendor/nodebb-theme-harmony-2.1.35/public/harmony.js: line 15, col 5, '$' is not defined. +vendor/nodebb-theme-harmony-2.1.35/public/harmony.js: line 16, col 20, '$' is not defined. +vendor/nodebb-theme-harmony-2.1.35/public/harmony.js: line 17, col 7, '$' is not defined. +vendor/nodebb-theme-harmony-2.1.35/public/harmony.js: line 18, col 7, '$' is not defined. +vendor/nodebb-theme-harmony-2.1.35/public/harmony.js: line 21, col 11, '$' is not defined. +vendor/nodebb-theme-harmony-2.1.35/public/harmony.js: line 23, col 9, '$' is not defined. +vendor/nodebb-theme-harmony-2.1.35/public/harmony.js: line 30, col 5, '$' is not defined. +vendor/nodebb-theme-harmony-2.1.35/public/harmony.js: line 31, col 21, '$' is not defined. +vendor/nodebb-theme-harmony-2.1.35/public/harmony.js: line 33, col 16, '$' is not defined. +vendor/nodebb-theme-harmony-2.1.35/public/harmony.js: line 35, col 25, '$' is not defined. +vendor/nodebb-theme-harmony-2.1.35/public/harmony.js: line 37, col 7, '$' is not defined. +vendor/nodebb-theme-harmony-2.1.35/public/harmony.js: line 49, col 7, '$' is not defined. +vendor/nodebb-theme-harmony-2.1.35/public/harmony.js: line 50, col 27, '$' is not defined. +vendor/nodebb-theme-harmony-2.1.35/public/harmony.js: line 59, col 9, '$' is not defined. +vendor/nodebb-theme-harmony-2.1.35/public/harmony.js: line 65, col 25, '$' is not defined. +vendor/nodebb-theme-harmony-2.1.35/public/harmony.js: line 68, col 21, '$' is not defined. +vendor/nodebb-theme-harmony-2.1.35/public/harmony.js: line 69, col 23, '$' is not defined. +vendor/nodebb-theme-harmony-2.1.35/public/harmony.js: line 71, col 41, '$' is not defined. +vendor/nodebb-theme-harmony-2.1.35/public/harmony.js: line 74, col 18, '$' is not defined. +vendor/nodebb-theme-harmony-2.1.35/public/harmony.js: line 127, col 63, '$' is not defined. +vendor/nodebb-theme-harmony-2.1.35/public/harmony.js: line 138, col 5, '$' is not defined. +vendor/nodebb-theme-harmony-2.1.35/public/harmony.js: line 139, col 7, '$' is not defined. +vendor/nodebb-theme-harmony-2.1.35/public/harmony.js: line 145, col 24, '$' is not defined. +vendor/nodebb-theme-harmony-2.1.35/public/harmony.js: line 152, col 9, '$' is not defined. +vendor/nodebb-theme-harmony-2.1.35/public/harmony.js: line 156, col 29, '$' is not defined. +vendor/nodebb-theme-harmony-2.1.35/public/harmony.js: line 185, col 21, '$' is not defined. +vendor/nodebb-theme-harmony-2.1.35/public/harmony.js: line 189, col 25, '$' is not defined. +vendor/nodebb-theme-harmony-2.1.35/public/harmony.js: line 199, col 7, '$' is not defined. +vendor/nodebb-theme-harmony-2.1.35/public/harmony.js: line 200, col 7, '$' is not defined. +vendor/nodebb-theme-harmony-2.1.35/public/harmony.js: line 209, col 9, '$' is not defined. +vendor/nodebb-theme-harmony-2.1.35/public/harmony.js: line 213, col 9, '$' is not defined. +vendor/nodebb-theme-harmony-2.1.35/public/harmony.js: line 221, col 31, '$' is not defined. +vendor/nodebb-theme-harmony-2.1.35/public/harmony.js: line 235, col 5, '$' is not defined. +vendor/nodebb-theme-harmony-2.1.35/public/harmony.js: line 236, col 24, '$' is not defined. +vendor/nodebb-theme-harmony-2.1.35/public/harmony.js: line 237, col 28, '$' is not defined. +vendor/nodebb-theme-harmony-2.1.35/public/harmony.js: line 238, col 28, '$' is not defined. +vendor/nodebb-theme-harmony-2.1.35/public/harmony.js: line 239, col 19, '$' is not defined. +vendor/nodebb-theme-harmony-2.1.35/public/harmony.js: line 252, col 22, '$' is not defined. +vendor/nodebb-theme-harmony-2.1.35/public/harmony.js: line 254, col 12, '$' is not defined. +vendor/nodebb-theme-harmony-2.1.35/public/harmony.js: line 255, col 9, '$' is not defined. +vendor/nodebb-theme-harmony-2.1.35/public/harmony.js: line 259, col 7, '$' is not defined. +vendor/nodebb-theme-harmony-2.1.35/public/harmony.js: line 268, col 23, '$' is not defined. +vendor/nodebb-theme-harmony-2.1.35/public/harmony.js: line 274, col 25, '$' is not defined. +vendor/nodebb-theme-harmony-2.1.35/public/harmony.js: line 276, col 31, '$' is not defined. +vendor/nodebb-theme-harmony-2.1.35/public/harmony.js: line 288, col 23, '$' is not defined. +vendor/nodebb-theme-harmony-2.1.35/public/harmony.js: line 42, col 24, 'config' is not defined. +vendor/nodebb-theme-harmony-2.1.35/public/harmony.js: line 67, col 24, 'config' is not defined. +vendor/nodebb-theme-harmony-2.1.35/public/harmony.js: line 98, col 32, 'config' is not defined. +vendor/nodebb-theme-harmony-2.1.35/public/harmony.js: line 98, col 61, 'config' is not defined. +vendor/nodebb-theme-harmony-2.1.35/public/harmony.js: line 111, col 13, 'config' is not defined. +vendor/nodebb-theme-harmony-2.1.35/public/harmony.js: line 129, col 13, 'config' is not defined. +vendor/nodebb-theme-harmony-2.1.35/public/harmony.js: line 264, col 10, 'config' is not defined. +vendor/nodebb-theme-harmony-2.1.35/public/harmony.js: line 42, col 52, 'utils' is not defined. +vendor/nodebb-theme-harmony-2.1.35/public/harmony.js: line 108, col 29, 'utils' is not defined. +vendor/nodebb-theme-harmony-2.1.35/public/harmony.js: line 167, col 29, 'utils' is not defined. +vendor/nodebb-theme-harmony-2.1.35/public/harmony.js: line 169, col 26, 'utils' is not defined. +vendor/nodebb-theme-harmony-2.1.35/public/harmony.js: line 52, col 13, 'app' is not defined. +vendor/nodebb-theme-harmony-2.1.35/public/harmony.js: line 53, col 35, 'app' is not defined. +vendor/nodebb-theme-harmony-2.1.35/public/harmony.js: line 175, col 28, 'app' is not defined. +vendor/nodebb-theme-harmony-2.1.35/public/harmony.js: line 60, col 13, 'ajaxify' is not defined. +vendor/nodebb-theme-harmony-2.1.35/public/harmony.js: line 126, col 30, 'ajaxify' is not defined. + +vendor/nodebb-theme-harmony-2.1.35/public/settings.js: line 3, col 127, Line is too long. +vendor/nodebb-theme-harmony-2.1.35/public/settings.js: line 15, col 40, 'async functions' is only available in ES8 (use 'esversion: 8'). +vendor/nodebb-theme-harmony-2.1.35/public/settings.js: line 19, col 16, 'object spread property' is only available in ES9 (use 'esversion: 9'). +vendor/nodebb-theme-harmony-2.1.35/public/settings.js: line 3, col 1, 'define' is not defined. +vendor/nodebb-theme-harmony-2.1.35/public/settings.js: line 16, col 61, '$' is not defined. +vendor/nodebb-theme-harmony-2.1.35/public/settings.js: line 17, col 33, 'ajaxify' is not defined. +vendor/nodebb-theme-harmony-2.1.35/public/settings.js: line 22, col 13, 'ajaxify' is not defined. +vendor/nodebb-theme-harmony-2.1.35/public/settings.js: line 23, col 11, 'config' is not defined. + +vendor/nodebb-theme-harmony-main/lib/controllers.js: line 14, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +vendor/nodebb-theme-harmony-main/lib/controllers.js: line 15, col 103, Line is too long. + +vendor/nodebb-theme-harmony-main/library.js: line 25, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +vendor/nodebb-theme-harmony-main/library.js: line 29, col 102, Line is too long. +vendor/nodebb-theme-harmony-main/library.js: line 43, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +vendor/nodebb-theme-harmony-main/library.js: line 56, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +vendor/nodebb-theme-harmony-main/library.js: line 65, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +vendor/nodebb-theme-harmony-main/library.js: line 83, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +vendor/nodebb-theme-harmony-main/library.js: line 139, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +vendor/nodebb-theme-harmony-main/library.js: line 145, col 23, 'object spread property' is only available in ES9 (use 'esversion: 9'). +vendor/nodebb-theme-harmony-main/library.js: line 145, col 36, 'object spread property' is only available in ES9 (use 'esversion: 9'). +vendor/nodebb-theme-harmony-main/library.js: line 145, col 52, 'object spread property' is only available in ES9 (use 'esversion: 9'). +vendor/nodebb-theme-harmony-main/library.js: line 159, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +vendor/nodebb-theme-harmony-main/library.js: line 165, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +vendor/nodebb-theme-harmony-main/library.js: line 168, col 10, 'object spread property' is only available in ES9 (use 'esversion: 9'). +vendor/nodebb-theme-harmony-main/library.js: line 169, col 10, 'object spread property' is only available in ES9 (use 'esversion: 9'). +vendor/nodebb-theme-harmony-main/library.js: line 175, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +vendor/nodebb-theme-harmony-main/library.js: line 184, col 40, 'async functions' is only available in ES8 (use 'esversion: 8'). +vendor/nodebb-theme-harmony-main/library.js: line 185, col 104, Line is too long. + +vendor/nodebb-theme-harmony-main/public/admin.js: line 3, col 1, 'define' is not defined. +vendor/nodebb-theme-harmony-main/public/admin.js: line 7, col 30, '$' is not defined. +vendor/nodebb-theme-harmony-main/public/admin.js: line 9, col 5, '$' is not defined. +vendor/nodebb-theme-harmony-main/public/admin.js: line 10, col 32, '$' is not defined. + +vendor/nodebb-theme-harmony-main/public/harmony.js: line 49, col 53, 'async functions' is only available in ES8 (use 'esversion: 8'). +vendor/nodebb-theme-harmony-main/public/harmony.js: line 74, col 104, Line is too long. +vendor/nodebb-theme-harmony-main/public/harmony.js: line 155, col 7, 'async functions' is only available in ES8 (use 'esversion: 8'). +vendor/nodebb-theme-harmony-main/public/harmony.js: line 175, col 110, Line is too long. +vendor/nodebb-theme-harmony-main/public/harmony.js: line 253, col 103, Line is too long. +vendor/nodebb-theme-harmony-main/public/harmony.js: line 3, col 1, '$' is not defined. +vendor/nodebb-theme-harmony-main/public/harmony.js: line 15, col 5, '$' is not defined. +vendor/nodebb-theme-harmony-main/public/harmony.js: line 16, col 20, '$' is not defined. +vendor/nodebb-theme-harmony-main/public/harmony.js: line 17, col 7, '$' is not defined. +vendor/nodebb-theme-harmony-main/public/harmony.js: line 18, col 7, '$' is not defined. +vendor/nodebb-theme-harmony-main/public/harmony.js: line 21, col 11, '$' is not defined. +vendor/nodebb-theme-harmony-main/public/harmony.js: line 23, col 9, '$' is not defined. +vendor/nodebb-theme-harmony-main/public/harmony.js: line 30, col 5, '$' is not defined. +vendor/nodebb-theme-harmony-main/public/harmony.js: line 31, col 21, '$' is not defined. +vendor/nodebb-theme-harmony-main/public/harmony.js: line 33, col 16, '$' is not defined. +vendor/nodebb-theme-harmony-main/public/harmony.js: line 35, col 25, '$' is not defined. +vendor/nodebb-theme-harmony-main/public/harmony.js: line 37, col 7, '$' is not defined. +vendor/nodebb-theme-harmony-main/public/harmony.js: line 49, col 7, '$' is not defined. +vendor/nodebb-theme-harmony-main/public/harmony.js: line 50, col 27, '$' is not defined. +vendor/nodebb-theme-harmony-main/public/harmony.js: line 59, col 9, '$' is not defined. +vendor/nodebb-theme-harmony-main/public/harmony.js: line 65, col 25, '$' is not defined. +vendor/nodebb-theme-harmony-main/public/harmony.js: line 68, col 21, '$' is not defined. +vendor/nodebb-theme-harmony-main/public/harmony.js: line 69, col 23, '$' is not defined. +vendor/nodebb-theme-harmony-main/public/harmony.js: line 71, col 41, '$' is not defined. +vendor/nodebb-theme-harmony-main/public/harmony.js: line 74, col 18, '$' is not defined. +vendor/nodebb-theme-harmony-main/public/harmony.js: line 127, col 63, '$' is not defined. +vendor/nodebb-theme-harmony-main/public/harmony.js: line 138, col 5, '$' is not defined. +vendor/nodebb-theme-harmony-main/public/harmony.js: line 139, col 7, '$' is not defined. +vendor/nodebb-theme-harmony-main/public/harmony.js: line 145, col 24, '$' is not defined. +vendor/nodebb-theme-harmony-main/public/harmony.js: line 152, col 9, '$' is not defined. +vendor/nodebb-theme-harmony-main/public/harmony.js: line 156, col 29, '$' is not defined. +vendor/nodebb-theme-harmony-main/public/harmony.js: line 185, col 21, '$' is not defined. +vendor/nodebb-theme-harmony-main/public/harmony.js: line 189, col 25, '$' is not defined. +vendor/nodebb-theme-harmony-main/public/harmony.js: line 199, col 7, '$' is not defined. +vendor/nodebb-theme-harmony-main/public/harmony.js: line 200, col 7, '$' is not defined. +vendor/nodebb-theme-harmony-main/public/harmony.js: line 209, col 9, '$' is not defined. +vendor/nodebb-theme-harmony-main/public/harmony.js: line 213, col 9, '$' is not defined. +vendor/nodebb-theme-harmony-main/public/harmony.js: line 221, col 31, '$' is not defined. +vendor/nodebb-theme-harmony-main/public/harmony.js: line 235, col 5, '$' is not defined. +vendor/nodebb-theme-harmony-main/public/harmony.js: line 236, col 24, '$' is not defined. +vendor/nodebb-theme-harmony-main/public/harmony.js: line 237, col 28, '$' is not defined. +vendor/nodebb-theme-harmony-main/public/harmony.js: line 238, col 28, '$' is not defined. +vendor/nodebb-theme-harmony-main/public/harmony.js: line 239, col 19, '$' is not defined. +vendor/nodebb-theme-harmony-main/public/harmony.js: line 252, col 22, '$' is not defined. +vendor/nodebb-theme-harmony-main/public/harmony.js: line 254, col 12, '$' is not defined. +vendor/nodebb-theme-harmony-main/public/harmony.js: line 255, col 9, '$' is not defined. +vendor/nodebb-theme-harmony-main/public/harmony.js: line 259, col 7, '$' is not defined. +vendor/nodebb-theme-harmony-main/public/harmony.js: line 268, col 23, '$' is not defined. +vendor/nodebb-theme-harmony-main/public/harmony.js: line 274, col 25, '$' is not defined. +vendor/nodebb-theme-harmony-main/public/harmony.js: line 276, col 31, '$' is not defined. +vendor/nodebb-theme-harmony-main/public/harmony.js: line 288, col 23, '$' is not defined. +vendor/nodebb-theme-harmony-main/public/harmony.js: line 42, col 24, 'config' is not defined. +vendor/nodebb-theme-harmony-main/public/harmony.js: line 67, col 24, 'config' is not defined. +vendor/nodebb-theme-harmony-main/public/harmony.js: line 98, col 32, 'config' is not defined. +vendor/nodebb-theme-harmony-main/public/harmony.js: line 98, col 61, 'config' is not defined. +vendor/nodebb-theme-harmony-main/public/harmony.js: line 111, col 13, 'config' is not defined. +vendor/nodebb-theme-harmony-main/public/harmony.js: line 129, col 13, 'config' is not defined. +vendor/nodebb-theme-harmony-main/public/harmony.js: line 264, col 10, 'config' is not defined. +vendor/nodebb-theme-harmony-main/public/harmony.js: line 42, col 52, 'utils' is not defined. +vendor/nodebb-theme-harmony-main/public/harmony.js: line 108, col 29, 'utils' is not defined. +vendor/nodebb-theme-harmony-main/public/harmony.js: line 167, col 29, 'utils' is not defined. +vendor/nodebb-theme-harmony-main/public/harmony.js: line 169, col 26, 'utils' is not defined. +vendor/nodebb-theme-harmony-main/public/harmony.js: line 52, col 13, 'app' is not defined. +vendor/nodebb-theme-harmony-main/public/harmony.js: line 53, col 35, 'app' is not defined. +vendor/nodebb-theme-harmony-main/public/harmony.js: line 175, col 28, 'app' is not defined. +vendor/nodebb-theme-harmony-main/public/harmony.js: line 60, col 13, 'ajaxify' is not defined. +vendor/nodebb-theme-harmony-main/public/harmony.js: line 126, col 30, 'ajaxify' is not defined. + +vendor/nodebb-theme-harmony-main/public/settings.js: line 3, col 127, Line is too long. +vendor/nodebb-theme-harmony-main/public/settings.js: line 15, col 40, 'async functions' is only available in ES8 (use 'esversion: 8'). +vendor/nodebb-theme-harmony-main/public/settings.js: line 19, col 16, 'object spread property' is only available in ES9 (use 'esversion: 9'). +vendor/nodebb-theme-harmony-main/public/settings.js: line 3, col 1, 'define' is not defined. +vendor/nodebb-theme-harmony-main/public/settings.js: line 16, col 61, '$' is not defined. +vendor/nodebb-theme-harmony-main/public/settings.js: line 17, col 33, 'ajaxify' is not defined. +vendor/nodebb-theme-harmony-main/public/settings.js: line 22, col 13, 'ajaxify' is not defined. +vendor/nodebb-theme-harmony-main/public/settings.js: line 23, col 11, 'config' is not defined. + +117282 errors